[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 beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsince9teen94%2Frust_practice" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-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-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/since9teen94/rust_practice on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 248b90b43870ed98156b1b7c27030435d9c65cef259b9c955f02f834d9b7cc68
[INFO] running `Command { std: "docker" "start" "-a" "248b90b43870ed98156b1b7c27030435d9c65cef259b9c955f02f834d9b7cc68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "248b90b43870ed98156b1b7c27030435d9c65cef259b9c955f02f834d9b7cc68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "248b90b43870ed98156b1b7c27030435d9c65cef259b9c955f02f834d9b7cc68", kill_on_drop: false }`
[INFO] [stdout] 248b90b43870ed98156b1b7c27030435d9c65cef259b9c955f02f834d9b7cc68
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19db301690b82f778cf87a01353a10bf32c025e454717fdc872a39b541d6d4c5
[INFO] running `Command { std: "docker" "start" "-a" "19db301690b82f778cf87a01353a10bf32c025e454717fdc872a39b541d6d4c5", 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 typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling once_cell v1.14.0
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[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 smallvec v1.9.0
[INFO] [stderr]    Compiling tokio v1.21.0
[INFO] [stderr]    Compiling uncased v0.9.7
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling futures-sink v0.3.24
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling local-waker v0.1.3
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling bytestring v1.1.0
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.3
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling unicode-normalization v0.1.21
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling alloc-stdlib v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling firestorm v0.5.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling universal-hash v0.4.1
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling aead v0.4.3
[INFO] [stderr]    Compiling polyval v0.5.3
[INFO] [stderr]    Compiling ctr v0.8.0
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling zstd-sys v2.0.1+zstd.1.5.2
[INFO] [stderr]    Compiling ghash v0.4.4
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling actix-utils v3.0.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling cookie v0.16.0
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling sha2 v0.10.5
[INFO] [stderr]    Compiling sha1 v0.10.4
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling url v2.3.0
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling aes-gcm v0.9.4
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling phf_codegen v0.11.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling async-trait v0.1.57
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling iana-time-zone v0.1.47
[INFO] [stderr]    Compiling anyhow v1.0.64
[INFO] [stderr]    Compiling local-channel v0.1.3
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling pq-sys v0.4.7
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling time v0.3.14
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling deunicode v0.4.3
[INFO] [stderr]    Compiling http-range v0.1.5
[INFO] [stderr]    Compiling base64ct v1.5.2
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling blake2 v0.10.4
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling humansize v1.1.1
[INFO] [stderr]    Compiling arc-swap v1.5.1
[INFO] [stderr]    Compiling dotenvy v0.15.3
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling argon2 v0.4.1
[INFO] [stderr]    Compiling chrono-tz-build v0.0.3
[INFO] [stderr]    Compiling chrono-tz v0.6.3
[INFO] [stderr]    Compiling actix-router v0.5.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling validator_types v0.16.0
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.34
[INFO] [stderr]    Compiling actix-web-codegen v4.0.1
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling actix-web-lab-derive v0.16.0
[INFO] [stderr]    Compiling uuid-macro-internal v1.1.2
[INFO] [stderr]    Compiling diesel_derives v2.0.0
[INFO] [stderr]    Compiling validator_derive v0.16.0
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling uuid v1.1.2
[INFO] [stderr]    Compiling thiserror v1.0.34
[INFO] [stderr]    Compiling pest v2.3.0
[INFO] [stderr]    Compiling pest_meta v2.3.0
[INFO] [stderr]    Compiling pest_generator v2.3.0
[INFO] [stderr]    Compiling pest_derive v2.3.0
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling actix-rt v2.7.0
[INFO] [stderr]    Compiling actix-server v2.1.1
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling h2 v0.3.14
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling serde_html_form v0.1.0
[INFO] [stderr]    Compiling globset v0.4.9
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling validator v0.16.0
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling diesel v2.0.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[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 2m 43s
[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 3`
[INFO] running `Command { std: "docker" "inspect" "19db301690b82f778cf87a01353a10bf32c025e454717fdc872a39b541d6d4c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19db301690b82f778cf87a01353a10bf32c025e454717fdc872a39b541d6d4c5", kill_on_drop: false }`
[INFO] [stdout] 19db301690b82f778cf87a01353a10bf32c025e454717fdc872a39b541d6d4c5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8da90438480db9b6ca525297dfbb4e744436890d3ea9069f2043f174ba7e8395
[INFO] running `Command { std: "docker" "start" "-a" "8da90438480db9b6ca525297dfbb4e744436890d3ea9069f2043f174ba7e8395", 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 4.18s
[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 3`
[INFO] running `Command { std: "docker" "inspect" "8da90438480db9b6ca525297dfbb4e744436890d3ea9069f2043f174ba7e8395", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8da90438480db9b6ca525297dfbb4e744436890d3ea9069f2043f174ba7e8395", kill_on_drop: false }`
[INFO] [stdout] 8da90438480db9b6ca525297dfbb4e744436890d3ea9069f2043f174ba7e8395
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f52e9ab4d74bb482422faf6de0eff33f69b435d9f99d67a53b5380a017df00ac
[INFO] running `Command { std: "docker" "start" "-a" "f52e9ab4d74bb482422faf6de0eff33f69b435d9f99d67a53b5380a017df00ac", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[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 3`
[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_invalid_route ... ok
[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_login_post_no_data ... ok
[INFO] [stdout] test routes::index::test_login_get ... ok
[INFO] [stdout] test routes::index::invalid_login_password_response_body ... 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::incorrect_and_valid_email_login ... FAILED
[INFO] [stdout] test routes::index::correct_login ... FAILED
[INFO] [stdout] test routes::index::invalid_login_email_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_password_response_body stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::index::invalid_login_password_response_body' (31) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ff4ad24e6aa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ff4ad26715a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ff4ad26715a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5ff4ad253432 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ff4ad253432 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ff4ad22c2ef - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ff4ad22c2ef - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ff4ad245e99 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ff4ac9b52ec - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5ff4ac9b52ec - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ff4ad246112 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5ff4ad246112 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ff4ad22c3a8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ff4ad223959 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ff4ad22d15d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ff4ad267a6c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ff4ad2677b2 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5ff4ac9a2ece - core::result::Result<T,E>::expect::hc7005d2c3a76077a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5ff4ac92e816 - web_app::establish_connection::hb33f9e2180719be8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x5ff4ac91a69a - web_app::models::email_count::h7273e42ca708a65c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x5ff4ac91b126 - web_app::models::custom_login_validator::h871cbb692824d59e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x5ff4ac919f8f - <web_app::models::UserLogin as validator::traits::ValidateArgs>::validate_args::h47c8d9b9e60bb76b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x5ff4ac919536 - <web_app::models::UserLogin as validator::traits::Validate>::validate::h31786d1d45b65f8b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x5ff4ac92ee37 - web_app::routes::login_post::{{closure}}::hf7b037f137b47964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x5ff4ac99d92b - actix_web::handler::handler_service::{{closure}}::{{closure}}::h2c9f68d62ca60598
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x5ff4accdea45 - <actix_web::resource::Resource<T> as actix_web::service::HttpServiceFactory>::register::{{closure}}::{{closure}}::hc1fc5d601b2d1a3f
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5ff4ac94ba93 - <actix_identity::middleware::InnerIdentityMiddleware<S> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::h47499bc93d2272a9
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x5ff4ac945b6a - <actix_web::middleware::logger::LoggerResponse<S,B> as core::future::future::Future>::poll::hab3a089b8f8aa23c
[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:     0x5ff4ac94ccfa - <actix_session::middleware::InnerSessionMiddleware<S,Store> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::hc769235a40498165
[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:     0x5ff4ac98244f - <core::pin::Pin<P> as core::future::future::Future>::poll::h28f27e812a6f5401
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x5ff4ac93afb7 - actix_web::test::test_utils::call_service::{{closure}}::h925584e895473e16
[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:     0x5ff4ac93b984 - actix_web::test::test_utils::call_and_read_body::{{closure}}::h08ed5f6779a8e0f6
[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:     0x5ff4ac937232 - web_app::routes::index::invalid_login_password_response_body::{{closure}}::h48c4d237df6ab9b9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:342:64
[INFO] [stdout]   39:     0x5ff4ac99cb96 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::hb9b9c4074a2dca70
[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:     0x5ff4ac95abb0 - tokio::coop::with_budget::{{closure}}::h427c9ea6df4e7980
[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:     0x5ff4ac903f75 - std::thread::local::LocalKey<T>::try_with::h36c122406fcc9466
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   42:     0x5ff4ac901e2e - std::thread::local::LocalKey<T>::with::h35ca1b3446e21212
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   43:     0x5ff4ac99c2b4 - tokio::coop::with_budget::h9f6b0653bb174e1a
[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:     0x5ff4ac99c2b4 - tokio::coop::budget::h441f2262fd13d915
[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:     0x5ff4ac99c2b4 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::hbc7c4e42d4020c79
[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:     0x5ff4ac993672 - tokio::task::local::LocalSet::with::{{closure}}::hdf576643acd8824e
[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:     0x5ff4ac904875 - std::thread::local::LocalKey<T>::try_with::h69e3611014374f3c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   48:     0x5ff4ac90227e - std::thread::local::LocalKey<T>::with::h71316d6a6d0e50ee
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   49:     0x5ff4ac992a8b - tokio::task::local::LocalSet::with::h91a126e7c0fcb58b
[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:     0x5ff4ac99aecb - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hf575570fe72f0790
[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:     0x5ff4ac994c95 - tokio::task::local::LocalSet::run_until::{{closure}}::h7cf8e46b4523711d
[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:     0x5ff4ac9826ad - <core::pin::Pin<P> as core::future::future::Future>::poll::h9cb21b97ebda0979
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   53:     0x5ff4ac90188d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h96f5ce71ec27a586
[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:     0x5ff4ac95cf50 - tokio::coop::with_budget::{{closure}}::hea672f1b8239ee39
[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:     0x5ff4ac905d75 - std::thread::local::LocalKey<T>::try_with::hb421972fa38d903d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   56:     0x5ff4ac902c6e - std::thread::local::LocalKey<T>::with::he87e763f9e303342
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   57:     0x5ff4ac90060f - tokio::coop::with_budget::hd2eeaf0e0a5e6e24
[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:     0x5ff4ac90060f - tokio::coop::budget::ha1ebb63db029f494
[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:     0x5ff4ac90060f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h37ea5954c6a9bfae
[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:     0x5ff4ac8f0c50 - tokio::runtime::scheduler::current_thread::Context::enter::h7a82d2dce8adb955
[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:     0x5ff4ac8f8b8f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h0700233268375571
[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:     0x5ff4ac8f8394 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::heb7e2d6081ef01eb
[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:     0x5ff4ac981ab3 - tokio::macros::scoped_tls::ScopedKey<T>::set::hed4f53ef00f07466
[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:     0x5ff4ac8f58bf - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h1193c489dc0d6dae
[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:     0x5ff4ac8f879a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hb3d6e3161a48aafa
[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:     0x5ff4ac8edc7a - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h6042e6a7df0c1ac5
[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:     0x5ff4ac96d0a7 - tokio::runtime::Runtime::block_on::h269715714be69f44
[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:     0x5ff4ac9939de - tokio::task::local::LocalSet::block_on::h2ce85e6dfc3a0f58
[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:     0x5ff4ac920352 - actix_rt::runtime::Runtime::block_on::h7a7d96439694f9cc
[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:     0x5ff4ac93aaaf - actix_rt::system::SystemRunner::block_on::h0c969c399f041d0e
[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:     0x5ff4ac9368ef - web_app::routes::index::invalid_login_password_response_body::h859703a97b03ff0e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:331:5
[INFO] [stdout]   72:     0x5ff4ac936957 - web_app::routes::index::invalid_login_password_response_body::{{closure}}::h09e8868b068e8317
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:332:52
[INFO] [stdout]   73:     0x5ff4ac908326 - core::ops::function::FnOnce::call_once::h641187390ac21f0b
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5ff4ac9a93cb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5ff4ac9a93cb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   76:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   77:     0x5ff4ac9b5dbb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   78:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   79:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   80:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   82:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   83:     0x5ff4ac9b14d4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   84:     0x5ff4ac9b14d4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   85:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   86:     0x5ff4ac9b89c2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   87:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   88:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   89:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   91:     0x5ff4ac9b89c2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   92:     0x5ff4ad24d92f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   93:     0x5ff4ad24d92f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   94:     0x7f679deeaaa4 - <unknown>
[INFO] [stdout]   95:     0x7f679df77a64 - clone
[INFO] [stdout]   96:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- routes::index::invalid_email_login stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::index::invalid_email_login' (29) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ff4ad24e6aa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ff4ad26715a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ff4ad26715a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5ff4ad253432 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ff4ad253432 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ff4ad22c2ef - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ff4ad22c2ef - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ff4ad245e99 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ff4ac9b52ec - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5ff4ac9b52ec - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ff4ad246112 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5ff4ad246112 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ff4ad22c3a8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ff4ad223959 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ff4ad22d15d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ff4ad267a6c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ff4ad2677b2 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5ff4ac9a2ece - core::result::Result<T,E>::expect::hc7005d2c3a76077a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5ff4ac92e816 - web_app::establish_connection::hb33f9e2180719be8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x5ff4ac91a69a - web_app::models::email_count::h7273e42ca708a65c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x5ff4ac91b126 - web_app::models::custom_login_validator::h871cbb692824d59e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x5ff4ac919f8f - <web_app::models::UserLogin as validator::traits::ValidateArgs>::validate_args::h47c8d9b9e60bb76b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x5ff4ac919536 - <web_app::models::UserLogin as validator::traits::Validate>::validate::h31786d1d45b65f8b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x5ff4ac92ee37 - web_app::routes::login_post::{{closure}}::hf7b037f137b47964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x5ff4ac99d92b - actix_web::handler::handler_service::{{closure}}::{{closure}}::h2c9f68d62ca60598
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x5ff4accdea45 - <actix_web::resource::Resource<T> as actix_web::service::HttpServiceFactory>::register::{{closure}}::{{closure}}::hc1fc5d601b2d1a3f
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5ff4ac94ba93 - <actix_identity::middleware::InnerIdentityMiddleware<S> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::h47499bc93d2272a9
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x5ff4ac945b6a - <actix_web::middleware::logger::LoggerResponse<S,B> as core::future::future::Future>::poll::hab3a089b8f8aa23c
[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:     0x5ff4ac94ccfa - <actix_session::middleware::InnerSessionMiddleware<S,Store> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::hc769235a40498165
[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:     0x5ff4ac98244f - <core::pin::Pin<P> as core::future::future::Future>::poll::h28f27e812a6f5401
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x5ff4ac93afb7 - actix_web::test::test_utils::call_service::{{closure}}::h925584e895473e16
[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:     0x5ff4ac933793 - web_app::routes::index::invalid_email_login::{{closure}}::h0738067f4fcd17d2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:309:58
[INFO] [stdout]   38:     0x5ff4ac99cbf6 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::hf05283486773a840
[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:     0x5ff4ac95b1a0 - tokio::coop::with_budget::{{closure}}::h630f24889f35219e
[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:     0x5ff4ac906c75 - std::thread::local::LocalKey<T>::try_with::hd4604928073c59e3
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   41:     0x5ff4ac901bbe - std::thread::local::LocalKey<T>::with::h1ded18b199f5273f
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   42:     0x5ff4ac99be34 - tokio::coop::with_budget::hd3e7e4fc7a09da66
[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:     0x5ff4ac99be34 - tokio::coop::budget::h8ba081cd6c8be61b
[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:     0x5ff4ac99be34 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h7df57ab76673a7a8
[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:     0x5ff4ac993782 - tokio::task::local::LocalSet::with::{{closure}}::hfaae552262245968
[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:     0x5ff4ac905f75 - std::thread::local::LocalKey<T>::try_with::hb634a5b2b11869d2
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   47:     0x5ff4ac901cae - std::thread::local::LocalKey<T>::with::h24868d12bc29f4ff
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   48:     0x5ff4ac992b7b - tokio::task::local::LocalSet::with::hb21bdaff5ac1ac9e
[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:     0x5ff4ac99ac4b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h1190808936ea1088
[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:     0x5ff4ac995355 - tokio::task::local::LocalSet::run_until::{{closure}}::hba8aacbaaf91d9e2
[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:     0x5ff4ac98274d - <core::pin::Pin<P> as core::future::future::Future>::poll::hb1bb0d4bf56792d0
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   52:     0x5ff4ac9018cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hb62bd0eafdb7dd65
[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:     0x5ff4ac95a230 - tokio::coop::with_budget::{{closure}}::h18a1885ae815bcc7
[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:     0x5ff4ac904575 - std::thread::local::LocalKey<T>::try_with::h63ba6276bf1da626
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   55:     0x5ff4ac902e6e - std::thread::local::LocalKey<T>::with::hfda0cd206d685af9
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   56:     0x5ff4ac9006df - tokio::coop::with_budget::h08a49f662f7a5c9e
[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:     0x5ff4ac9006df - tokio::coop::budget::h9fa3599a23d29bb7
[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:     0x5ff4ac9006df - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h3e2592372dcbde1b
[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:     0x5ff4ac8f3660 - tokio::runtime::scheduler::current_thread::Context::enter::hd7c723cd51aaceaa
[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:     0x5ff4ac8f9faf - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h3368f48be387b6e5
[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:     0x5ff4ac8f83d4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hf47265920efcd210
[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:     0x5ff4ac981983 - tokio::macros::scoped_tls::ScopedKey<T>::set::hea707be5d42edf16
[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:     0x5ff4ac8f648f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h5ef895c49b5cbcc7
[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:     0x5ff4ac8f887a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hbfb45c66deb2ecfe
[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:     0x5ff4ac8ee83a - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hc613b58893d09732
[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:     0x5ff4ac96d4f7 - tokio::runtime::Runtime::block_on::h9b20f7e6e8b3305e
[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:     0x5ff4ac993e50 - tokio::task::local::LocalSet::block_on::hcc30ea0229265fc6
[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:     0x5ff4ac920534 - actix_rt::runtime::Runtime::block_on::he3ea32f7051ae480
[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:     0x5ff4ac93acad - actix_rt::system::SystemRunner::block_on::he03344e19a10cd06
[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:     0x5ff4ac932e94 - web_app::routes::index::invalid_email_login::h1e6d18ebb7c92d98
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:298:5
[INFO] [stdout]   71:     0x5ff4ac933937 - web_app::routes::index::invalid_email_login::{{closure}}::hb1ee5b07f01bcd5a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:299:35
[INFO] [stdout]   72:     0x5ff4ac908826 - core::ops::function::FnOnce::call_once::hc760618ff8a162a0
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5ff4ac9a93cb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5ff4ac9a93cb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   75:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   76:     0x5ff4ac9b5dbb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   77:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   81:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   82:     0x5ff4ac9b14d4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   83:     0x5ff4ac9b14d4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   85:     0x5ff4ac9b89c2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   86:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   90:     0x5ff4ac9b89c2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5ff4ad24d92f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   92:     0x5ff4ad24d92f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x7f679deeaaa4 - <unknown>
[INFO] [stdout]   94:     0x7f679df77a64 - 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' (28) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ff4ad24e6aa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ff4ad26715a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ff4ad26715a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5ff4ad253432 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ff4ad253432 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ff4ad22c2ef - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ff4ad22c2ef - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ff4ad245e99 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ff4ac9b52ec - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5ff4ac9b52ec - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ff4ad246112 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5ff4ad246112 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ff4ad22c3a8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ff4ad223959 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ff4ad22d15d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ff4ad267a6c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ff4ad2677b2 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5ff4ac9a2ece - core::result::Result<T,E>::expect::hc7005d2c3a76077a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5ff4ac92e816 - web_app::establish_connection::hb33f9e2180719be8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x5ff4ac91a69a - web_app::models::email_count::h7273e42ca708a65c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x5ff4ac91b126 - web_app::models::custom_login_validator::h871cbb692824d59e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x5ff4ac919f8f - <web_app::models::UserLogin as validator::traits::ValidateArgs>::validate_args::h47c8d9b9e60bb76b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x5ff4ac919536 - <web_app::models::UserLogin as validator::traits::Validate>::validate::h31786d1d45b65f8b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x5ff4ac92ee37 - web_app::routes::login_post::{{closure}}::hf7b037f137b47964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x5ff4ac99d92b - actix_web::handler::handler_service::{{closure}}::{{closure}}::h2c9f68d62ca60598
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x5ff4accdea45 - <actix_web::resource::Resource<T> as actix_web::service::HttpServiceFactory>::register::{{closure}}::{{closure}}::hc1fc5d601b2d1a3f
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5ff4ac94ba93 - <actix_identity::middleware::InnerIdentityMiddleware<S> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::h47499bc93d2272a9
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x5ff4ac945b6a - <actix_web::middleware::logger::LoggerResponse<S,B> as core::future::future::Future>::poll::hab3a089b8f8aa23c
[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:     0x5ff4ac94ccfa - <actix_session::middleware::InnerSessionMiddleware<S,Store> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::hc769235a40498165
[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:     0x5ff4ac98244f - <core::pin::Pin<P> as core::future::future::Future>::poll::h28f27e812a6f5401
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x5ff4ac93afb7 - actix_web::test::test_utils::call_service::{{closure}}::h925584e895473e16
[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:     0x5ff4ac936733 - web_app::routes::index::incorrect_and_valid_password_login::{{closure}}::h528363772504817a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:279:58
[INFO] [stdout]   38:     0x5ff4ac99cb56 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::ha2de461ce0daa5c1
[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:     0x5ff4ac95bb20 - tokio::coop::with_budget::{{closure}}::h9674900e0b26bf5c
[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:     0x5ff4ac903e75 - std::thread::local::LocalKey<T>::try_with::h34e221670020876b
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   41:     0x5ff4ac901f1e - std::thread::local::LocalKey<T>::with::h45ca3265de0110dc
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   42:     0x5ff4ac99b534 - tokio::coop::with_budget::h8e9e0d45b5f57200
[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:     0x5ff4ac99b534 - tokio::coop::budget::hcdf89f117ef91d82
[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:     0x5ff4ac99b534 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h31e9ea4f27b9a67e
[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:     0x5ff4ac993012 - tokio::task::local::LocalSet::with::{{closure}}::h3880d7ceaaa336ce
[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:     0x5ff4ac904975 - std::thread::local::LocalKey<T>::try_with::h6d471467cf23409c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   47:     0x5ff4ac90200e - std::thread::local::LocalKey<T>::with::h4c8f709ab8f2e91a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   48:     0x5ff4ac992b2b - tokio::task::local::LocalSet::with::hb0cea669b43cc477
[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:     0x5ff4ac99af1b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hf70b19f7b73f06f4
[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:     0x5ff4ac9948b5 - tokio::task::local::LocalSet::run_until::{{closure}}::h36a0aabfd1096675
[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:     0x5ff4ac98278d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc754504dfd23105e
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   52:     0x5ff4ac90178d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h62deba7d7bcdc556
[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:     0x5ff4ac95b790 - tokio::coop::with_budget::{{closure}}::h8f9a2884d9a8dba3
[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:     0x5ff4ac905a75 - std::thread::local::LocalKey<T>::try_with::ha01d5f9e9ca63000
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   55:     0x5ff4ac902ebe - std::thread::local::LocalKey<T>::with::hfe68089fe630f881
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   56:     0x5ff4ac9011ef - tokio::coop::with_budget::ha6d663ab4e5ebfe4
[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:     0x5ff4ac9011ef - tokio::coop::budget::he92baf19ee3193d7
[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:     0x5ff4ac9011ef - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hcd6eed3076597617
[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:     0x5ff4ac8f3050 - tokio::runtime::scheduler::current_thread::Context::enter::hd54cc35366de68ab
[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:     0x5ff4ac8fbddf - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h69e0a27460f3f843
[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:     0x5ff4ac8f8294 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h363e332b27651f93
[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:     0x5ff4ac981263 - tokio::macros::scoped_tls::ScopedKey<T>::set::h4947df8d9dabb6b2
[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:     0x5ff4ac8f54cf - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h0e67a7116594383e
[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:     0x5ff4ac8f86ba - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h7e4ccdec768e5407
[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:     0x5ff4ac8edf6a - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h7c929e23ef2b013d
[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:     0x5ff4ac96d737 - tokio::runtime::Runtime::block_on::he958ab150a7c7d2d
[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:     0x5ff4ac993a60 - tokio::task::local::LocalSet::block_on::h3b2b817e782e788e
[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:     0x5ff4ac920304 - actix_rt::runtime::Runtime::block_on::h6dcb9ae728c42316
[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:     0x5ff4ac93ab6d - actix_rt::system::SystemRunner::block_on::h7723ea5dc401dfd5
[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:     0x5ff4ac935e04 - web_app::routes::index::incorrect_and_valid_password_login::h9d4173a9e3e79413
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:268:5
[INFO] [stdout]   71:     0x5ff4ac935e67 - web_app::routes::index::incorrect_and_valid_password_login::{{closure}}::h37141a0658864796
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:269:50
[INFO] [stdout]   72:     0x5ff4ac9088b6 - core::ops::function::FnOnce::call_once::hd556bc26b5032521
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5ff4ac9a93cb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5ff4ac9a93cb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   75:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   76:     0x5ff4ac9b5dbb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   77:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   81:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   82:     0x5ff4ac9b14d4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   83:     0x5ff4ac9b14d4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   85:     0x5ff4ac9b89c2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   86:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   90:     0x5ff4ac9b89c2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5ff4ad24d92f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   92:     0x5ff4ad24d92f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x7f679deeaaa4 - <unknown>
[INFO] [stdout]   94:     0x7f679df77a64 - 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' (27) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ff4ad24e6aa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ff4ad26715a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ff4ad26715a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5ff4ad253432 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ff4ad253432 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ff4ad22c2ef - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ff4ad22c2ef - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ff4ad245e99 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ff4ac9b52ec - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5ff4ac9b52ec - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ff4ad246112 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5ff4ad246112 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ff4ad22c3a8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ff4ad223959 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ff4ad22d15d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ff4ad267a6c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ff4ad2677b2 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5ff4ac9a2ece - core::result::Result<T,E>::expect::hc7005d2c3a76077a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5ff4ac92e816 - web_app::establish_connection::hb33f9e2180719be8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x5ff4ac91a69a - web_app::models::email_count::h7273e42ca708a65c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x5ff4ac91b126 - web_app::models::custom_login_validator::h871cbb692824d59e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x5ff4ac919f8f - <web_app::models::UserLogin as validator::traits::ValidateArgs>::validate_args::h47c8d9b9e60bb76b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x5ff4ac919536 - <web_app::models::UserLogin as validator::traits::Validate>::validate::h31786d1d45b65f8b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x5ff4ac92ee37 - web_app::routes::login_post::{{closure}}::hf7b037f137b47964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x5ff4ac99d92b - actix_web::handler::handler_service::{{closure}}::{{closure}}::h2c9f68d62ca60598
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x5ff4accdea45 - <actix_web::resource::Resource<T> as actix_web::service::HttpServiceFactory>::register::{{closure}}::{{closure}}::hc1fc5d601b2d1a3f
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5ff4ac94ba93 - <actix_identity::middleware::InnerIdentityMiddleware<S> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::h47499bc93d2272a9
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x5ff4ac945b6a - <actix_web::middleware::logger::LoggerResponse<S,B> as core::future::future::Future>::poll::hab3a089b8f8aa23c
[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:     0x5ff4ac94ccfa - <actix_session::middleware::InnerSessionMiddleware<S,Store> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::hc769235a40498165
[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:     0x5ff4ac98244f - <core::pin::Pin<P> as core::future::future::Future>::poll::h28f27e812a6f5401
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x5ff4ac93afb7 - actix_web::test::test_utils::call_service::{{closure}}::h925584e895473e16
[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:     0x5ff4ac934e53 - web_app::routes::index::incorrect_and_valid_email_login::{{closure}}::h4105394fcd7d7f32
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:294:58
[INFO] [stdout]   38:     0x5ff4ac99caf6 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::h6678753a093fef84
[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:     0x5ff4ac95c240 - tokio::coop::with_budget::{{closure}}::hb5b714b5a14221d6
[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:     0x5ff4ac905875 - std::thread::local::LocalKey<T>::try_with::h9593905d1bd718c8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   41:     0x5ff4ac901c5e - std::thread::local::LocalKey<T>::with::h21ff9e59f554412a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   42:     0x5ff4ac99bbf4 - tokio::coop::with_budget::h956eae7a8cdc4b5f
[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:     0x5ff4ac99bbf4 - tokio::coop::budget::h28c9c120bf72edf2
[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:     0x5ff4ac99bbf4 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h7674279d6bf061e8
[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:     0x5ff4ac992f02 - tokio::task::local::LocalSet::with::{{closure}}::h29f3adad7c2777b3
[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:     0x5ff4ac904475 - std::thread::local::LocalKey<T>::try_with::h631008a0637cc714
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   47:     0x5ff4ac901cfe - std::thread::local::LocalKey<T>::with::h26d8a1d9991d25f2
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   48:     0x5ff4ac9928ab - tokio::task::local::LocalSet::with::h0b333f233fd9042d
[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:     0x5ff4ac99abfb - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h046b18d442459c20
[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:     0x5ff4ac994675 - tokio::task::local::LocalSet::run_until::{{closure}}::h0899842c6da5cf55
[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:     0x5ff4ac9827cd - <core::pin::Pin<P> as core::future::future::Future>::poll::hd5c8a5c28b59a613
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   52:     0x5ff4ac90190d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hbce9ecd2f52e717c
[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:     0x5ff4ac95a100 - tokio::coop::with_budget::{{closure}}::h168f40dd0f201fff
[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:     0x5ff4ac906175 - std::thread::local::LocalKey<T>::try_with::hb692e477409debaa
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   55:     0x5ff4ac901b6e - std::thread::local::LocalKey<T>::with::h17467c9e96c2df88
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   56:     0x5ff4ac900a8f - tokio::coop::with_budget::hbd203c28c29b0113
[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:     0x5ff4ac900a8f - tokio::coop::budget::haa1b742d27334474
[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:     0x5ff4ac900a8f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h9994a8694339faa3
[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:     0x5ff4ac8f1580 - tokio::runtime::scheduler::current_thread::Context::enter::h9df79b8b7d0f0793
[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:     0x5ff4ac8f959f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h13a332e04005b675
[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:     0x5ff4ac8f82f4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hb089970f3253f888
[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:     0x5ff4ac981723 - tokio::macros::scoped_tls::ScopedKey<T>::set::hb2e456c8a1e0e6e7
[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:     0x5ff4ac8f5caf - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h12e0428ec34b1954
[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:     0x5ff4ac8f848a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h13a96af600be5f85
[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:     0x5ff4ac8ee54a - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hbce23ad66fbd6310
[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:     0x5ff4ac96cd47 - tokio::runtime::Runtime::block_on::h0fca4747c7a351f8
[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:     0x5ff4ac993960 - tokio::task::local::LocalSet::block_on::h11b3d505966f3841
[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:     0x5ff4ac9203f4 - actix_rt::runtime::Runtime::block_on::h9b3fba071799c8b5
[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:     0x5ff4ac93ab2d - actix_rt::system::SystemRunner::block_on::h5e101350eaa3bfc6
[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:     0x5ff4ac934524 - web_app::routes::index::incorrect_and_valid_email_login::h4decd341932f7e62
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:283:5
[INFO] [stdout]   71:     0x5ff4ac934587 - web_app::routes::index::incorrect_and_valid_email_login::{{closure}}::h303dcf1c4c30e8cb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:284:47
[INFO] [stdout]   72:     0x5ff4ac9081b6 - core::ops::function::FnOnce::call_once::h535efc598332defb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5ff4ac9a93cb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5ff4ac9a93cb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   75:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   76:     0x5ff4ac9b5dbb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   77:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   81:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   82:     0x5ff4ac9b14d4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   83:     0x5ff4ac9b14d4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   85:     0x5ff4ac9b89c2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   86:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   90:     0x5ff4ac9b89c2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5ff4ad24d92f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   92:     0x5ff4ad24d92f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x7f679deeaaa4 - <unknown>
[INFO] [stdout]   94:     0x7f679df77a64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- routes::index::correct_login stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::index::correct_login' (26) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ff4ad24e6aa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ff4ad26715a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ff4ad26715a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5ff4ad253432 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ff4ad253432 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ff4ad22c2ef - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ff4ad22c2ef - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ff4ad245e99 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ff4ac9b52ec - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5ff4ac9b52ec - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ff4ad246112 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5ff4ad246112 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ff4ad22c3a8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ff4ad223959 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ff4ad22d15d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ff4ad267a6c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ff4ad2677b2 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5ff4ac9a2ece - core::result::Result<T,E>::expect::hc7005d2c3a76077a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5ff4ac92e816 - web_app::establish_connection::hb33f9e2180719be8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x5ff4ac91a69a - web_app::models::email_count::h7273e42ca708a65c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x5ff4ac91b126 - web_app::models::custom_login_validator::h871cbb692824d59e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x5ff4ac919f8f - <web_app::models::UserLogin as validator::traits::ValidateArgs>::validate_args::h47c8d9b9e60bb76b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x5ff4ac919536 - <web_app::models::UserLogin as validator::traits::Validate>::validate::h31786d1d45b65f8b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x5ff4ac92ee37 - web_app::routes::login_post::{{closure}}::hf7b037f137b47964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x5ff4ac99d92b - actix_web::handler::handler_service::{{closure}}::{{closure}}::h2c9f68d62ca60598
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x5ff4accdea45 - <actix_web::resource::Resource<T> as actix_web::service::HttpServiceFactory>::register::{{closure}}::{{closure}}::hc1fc5d601b2d1a3f
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5ff4ac94ba93 - <actix_identity::middleware::InnerIdentityMiddleware<S> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::h47499bc93d2272a9
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x5ff4ac945b6a - <actix_web::middleware::logger::LoggerResponse<S,B> as core::future::future::Future>::poll::hab3a089b8f8aa23c
[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:     0x5ff4ac94ccfa - <actix_session::middleware::InnerSessionMiddleware<S,Store> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::hc769235a40498165
[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:     0x5ff4ac98244f - <core::pin::Pin<P> as core::future::future::Future>::poll::h28f27e812a6f5401
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x5ff4ac93afb7 - actix_web::test::test_utils::call_service::{{closure}}::h925584e895473e16
[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:     0x5ff4ac931b63 - web_app::routes::index::correct_login::{{closure}}::hbefa73d9dfb5f127
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:264:58
[INFO] [stdout]   38:     0x5ff4ac99ca96 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::h40ea317c23169377
[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:     0x5ff4ac95d410 - tokio::coop::with_budget::{{closure}}::hfdd2343edf0426c9
[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:     0x5ff4ac905475 - std::thread::local::LocalKey<T>::try_with::h90f2fd3645c3b6f9
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   41:     0x5ff4ac902f5e - std::thread::local::LocalKey<T>::with::hff0d49a54283c9e9
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   42:     0x5ff4ac99b0b4 - tokio::coop::with_budget::h14766e34294ae5de
[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:     0x5ff4ac99b0b4 - tokio::coop::budget::h3c8e3c2a6d29bcda
[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:     0x5ff4ac99b0b4 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h1d909f39d17b6b0b
[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:     0x5ff4ac992df2 - tokio::task::local::LocalSet::with::{{closure}}::h1dbc7b5090c022a3
[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:     0x5ff4ac904d75 - std::thread::local::LocalKey<T>::try_with::h756cb96a58fc9acf
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   47:     0x5ff4ac90291e - std::thread::local::LocalKey<T>::with::hb96a9a40d21419af
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   48:     0x5ff4ac992c1b - tokio::task::local::LocalSet::with::hfe6214467757600d
[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:     0x5ff4ac99ae7b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hec96346d1d8d1519
[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:     0x5ff4ac995595 - tokio::task::local::LocalSet::run_until::{{closure}}::hbe876efb0f258ec2
[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:     0x5ff4ac9825cd - <core::pin::Pin<P> as core::future::future::Future>::poll::h8fd6f3883c4474df
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   52:     0x5ff4ac90198d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::he58a1f320af5be73
[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:     0x5ff4ac95af40 - tokio::coop::with_budget::{{closure}}::h4b376f65fbaa639e
[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:     0x5ff4ac905175 - std::thread::local::LocalKey<T>::try_with::h82c733602d571809
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   55:     0x5ff4ac902b8e - std::thread::local::LocalKey<T>::with::hdbe63ea1abcf45db
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   56:     0x5ff4ac900d0f - tokio::coop::with_budget::h9f4645a0bfb64e9a
[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:     0x5ff4ac900d0f - tokio::coop::budget::hea74551663239889
[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:     0x5ff4ac900d0f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hb254d4afd109e514
[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:     0x5ff4ac8f1260 - tokio::runtime::scheduler::current_thread::Context::enter::h94ea2e7464935ca9
[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:     0x5ff4ac8fc7ef - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h6fbe3dde047bb5f6
[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:     0x5ff4ac8f82b4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h72445abfc4488d06
[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:     0x5ff4ac981853 - tokio::macros::scoped_tls::ScopedKey<T>::set::hdde15371b8b5d274
[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:     0x5ff4ac8f7c2f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hfab394ad23d62560
[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:     0x5ff4ac8f880a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hbeb45637817a9f5a
[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:     0x5ff4ac8eeb2a - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hea7de2b47b9147cb
[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:     0x5ff4ac96d1c7 - tokio::runtime::Runtime::block_on::h4eb50ca5b04b5ca2
[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:     0x5ff4ac993b60 - tokio::task::local::LocalSet::block_on::h4b3bf2c06656bc76
[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:     0x5ff4ac9203a4 - actix_rt::runtime::Runtime::block_on::h97a0826ef4f142ef
[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:     0x5ff4ac93aced - actix_rt::system::SystemRunner::block_on::heb444f95ffbe3fe9
[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:     0x5ff4ac931234 - web_app::routes::index::correct_login::hf5109fb4be769e14
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:253:5
[INFO] [stdout]   71:     0x5ff4ac931297 - web_app::routes::index::correct_login::{{closure}}::hb09cc4cf7e567032
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:254:29
[INFO] [stdout]   72:     0x5ff4ac908b66 - core::ops::function::FnOnce::call_once::hf03852fbac4cf426
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x5ff4ac9a93cb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5ff4ac9a93cb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   75:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   76:     0x5ff4ac9b5dbb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   77:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   78:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   79:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   81:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   82:     0x5ff4ac9b14d4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   83:     0x5ff4ac9b14d4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   84:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   85:     0x5ff4ac9b89c2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   86:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   87:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   90:     0x5ff4ac9b89c2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x5ff4ad24d92f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   92:     0x5ff4ad24d92f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   93:     0x7f679deeaaa4 - <unknown>
[INFO] [stdout]   94:     0x7f679df77a64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- routes::index::invalid_login_email_response_body stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::index::invalid_login_email_response_body' (30) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ff4ad24e6aa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ff4ad24e6aa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ff4ad26715a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ff4ad26715a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5ff4ad253432 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ff4ad253432 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5ff4ad22c2ef - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ff4ad22c2ef - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ff4ad245e99 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ff4ac9b52ec - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5ff4ac9b52ec - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ff4ad246112 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5ff4ad246112 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ff4ad22c3a8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ff4ad223959 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ff4ad22d15d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ff4ad267a6c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ff4ad2677b2 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5ff4ac9a2ece - core::result::Result<T,E>::expect::hc7005d2c3a76077a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5ff4ac92e816 - web_app::establish_connection::hb33f9e2180719be8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x5ff4ac91a69a - web_app::models::email_count::h7273e42ca708a65c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x5ff4ac91b126 - web_app::models::custom_login_validator::h871cbb692824d59e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x5ff4ac919f8f - <web_app::models::UserLogin as validator::traits::ValidateArgs>::validate_args::h47c8d9b9e60bb76b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x5ff4ac919536 - <web_app::models::UserLogin as validator::traits::Validate>::validate::h31786d1d45b65f8b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x5ff4ac92ee37 - web_app::routes::login_post::{{closure}}::hf7b037f137b47964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x5ff4ac99d92b - actix_web::handler::handler_service::{{closure}}::{{closure}}::h2c9f68d62ca60598
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x5ff4accdea45 - <actix_web::resource::Resource<T> as actix_web::service::HttpServiceFactory>::register::{{closure}}::{{closure}}::hc1fc5d601b2d1a3f
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x5ff4ac94ba93 - <actix_identity::middleware::InnerIdentityMiddleware<S> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::h47499bc93d2272a9
[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:     0x5ff4accb28f0 - <core::pin::Pin<P> as core::future::future::Future>::poll::hff3116df147ed0fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x5ff4ac945b6a - <actix_web::middleware::logger::LoggerResponse<S,B> as core::future::future::Future>::poll::hab3a089b8f8aa23c
[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:     0x5ff4ac94ccfa - <actix_session::middleware::InnerSessionMiddleware<S,Store> as actix_service::Service<actix_web::service::ServiceRequest>>::call::{{closure}}::hc769235a40498165
[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:     0x5ff4ac98244f - <core::pin::Pin<P> as core::future::future::Future>::poll::h28f27e812a6f5401
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x5ff4ac93afb7 - actix_web::test::test_utils::call_service::{{closure}}::h925584e895473e16
[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:     0x5ff4ac93b984 - actix_web::test::test_utils::call_and_read_body::{{closure}}::h08ed5f6779a8e0f6
[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:     0x5ff4ac935952 - web_app::routes::index::invalid_login_email_response_body::{{closure}}::h5c92323ec00549ec
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:324:64
[INFO] [stdout]   39:     0x5ff4ac99cab6 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::h588d65b032724f56
[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:     0x5ff4ac95a490 - tokio::coop::with_budget::{{closure}}::h2cf6b387cee6c91f
[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:     0x5ff4ac903575 - std::thread::local::LocalKey<T>::try_with::h17883085132b48ee
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   42:     0x5ff4ac90258e - std::thread::local::LocalKey<T>::with::h9e047a47adb8d72c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   43:     0x5ff4ac99c974 - tokio::coop::with_budget::h0f2bca57b3cf0cd0
[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:     0x5ff4ac99c974 - tokio::coop::budget::hfa6a3ef1c8d5d1b8
[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:     0x5ff4ac99c974 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::hfe348c4a9ded2b9a
[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:     0x5ff4ac993452 - tokio::task::local::LocalSet::with::{{closure}}::hc3ec2a69c37cc733
[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:     0x5ff4ac905b75 - std::thread::local::LocalKey<T>::try_with::ha7419230a1018d85
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   48:     0x5ff4ac9029fe - std::thread::local::LocalKey<T>::with::hc10935f68a21d9dc
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   49:     0x5ff4ac99299b - tokio::task::local::LocalSet::with::h6810ba6b922209fe
[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:     0x5ff4ac99ac9b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h2c222557d19af521
[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:     0x5ff4ac994ed5 - tokio::task::local::LocalSet::run_until::{{closure}}::h7d6a8f9752052b02
[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:     0x5ff4ac98230d - <core::pin::Pin<P> as core::future::future::Future>::poll::h0b338e6139c4eed4
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   53:     0x5ff4ac90184d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h930d565d8eecd541
[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:     0x5ff4ac95a360 - tokio::coop::with_budget::{{closure}}::h22b9b0c8743656b0
[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:     0x5ff4ac906775 - std::thread::local::LocalKey<T>::try_with::hc90e627181b7f56c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   56:     0x5ff4ac902b3e - std::thread::local::LocalKey<T>::with::hd964215f499fcfc8
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   57:     0x5ff4ac90029f - tokio::coop::with_budget::hd6be6d1d5c5f8a1f
[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:     0x5ff4ac90029f - tokio::coop::budget::hfaa3c4a67ec7375a
[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:     0x5ff4ac90029f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h105eb821fe661e4f
[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:     0x5ff4ac8efd40 - tokio::runtime::scheduler::current_thread::Context::enter::h40518ae604199cb1
[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:     0x5ff4ac8fdc0f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h7d10d9ef49e339f5
[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:     0x5ff4ac8f82d4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h8db3f59a8e008f0a
[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:     0x5ff4ac980da3 - tokio::macros::scoped_tls::ScopedKey<T>::set::h04c979a66ebb88a6
[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:     0x5ff4ac8f687f - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h724daf1c83865f49
[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:     0x5ff4ac8f872a - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hab0c97b047a0f9b1
[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:     0x5ff4ac8ecdda - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h18bd1cf74b698cf2
[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:     0x5ff4ac96ce67 - tokio::runtime::Runtime::block_on::h10a39f83e8183095
[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:     0x5ff4ac993dce - tokio::task::local::LocalSet::block_on::hc786ef85fad4329e
[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:     0x5ff4ac920582 - actix_rt::runtime::Runtime::block_on::hf0d8e2cc9b282978
[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:     0x5ff4ac93ac2f - actix_rt::system::SystemRunner::block_on::ha716b942cf8741ff
[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:     0x5ff4ac93500f - web_app::routes::index::invalid_login_email_response_body::h0bb94765b8c66b62
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:313:5
[INFO] [stdout]   72:     0x5ff4ac935077 - web_app::routes::index::invalid_login_email_response_body::{{closure}}::h398f23105a035e62
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:314:49
[INFO] [stdout]   73:     0x5ff4ac9083b6 - core::ops::function::FnOnce::call_once::h6c7cd71eecd2dcd0
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x5ff4ac9a93cb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5ff4ac9a93cb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   76:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   77:     0x5ff4ac9b5dbb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   78:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   79:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   80:     0x5ff4ac9b5dbb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   82:     0x5ff4ac9b5dbb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   83:     0x5ff4ac9b14d4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   84:     0x5ff4ac9b14d4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   85:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   86:     0x5ff4ac9b89c2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   87:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   88:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   89:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x5ff4ac9b89c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   91:     0x5ff4ac9b89c2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   92:     0x5ff4ad24d92f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   93:     0x5ff4ad24d92f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   94:     0x7f679deeaaa4 - <unknown>
[INFO] [stdout]   95:     0x7f679df77a64 - 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.56s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "f52e9ab4d74bb482422faf6de0eff33f69b435d9f99d67a53b5380a017df00ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f52e9ab4d74bb482422faf6de0eff33f69b435d9f99d67a53b5380a017df00ac", kill_on_drop: false }`
[INFO] [stdout] f52e9ab4d74bb482422faf6de0eff33f69b435d9f99d67a53b5380a017df00ac
