[INFO] cloning repository https://github.com/WowLabz/authentication_service
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WowLabz/authentication_service" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWowLabz%2Fauthentication_service", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWowLabz%2Fauthentication_service'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d32fada22c15fd926359c19e420021791de3cf9f
[INFO] testing WowLabz/authentication_service against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWowLabz%2Fauthentication_service" "/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/WowLabz/authentication_service
[INFO] finished tweaking git repo https://github.com/WowLabz/authentication_service
[INFO] tweaked toml for git repo https://github.com/WowLabz/authentication_service written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/WowLabz/authentication_service on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/WowLabz/authentication_service already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57
[INFO] running `Command { std: "docker" "start" "a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling syn v1.0.74
[INFO] [stderr]    Compiling libc v0.2.99
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling serde_derive v1.0.127
[INFO] [stderr]    Compiling futures-core v0.3.16
[INFO] [stderr]    Compiling serde v1.0.127
[INFO] [stderr]    Compiling cc v1.0.69
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling slab v0.4.4
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling futures-io v0.3.16
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling futures-sink v0.3.16
[INFO] [stderr]    Compiling futures-task v0.3.16
[INFO] [stderr]    Compiling futures-channel v0.3.16
[INFO] [stderr]    Compiling tracing-core v0.1.18
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling futures-macro v0.3.16
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.7
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling futures-util v0.3.16
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling yansi v0.5.0
[INFO] [stderr]    Compiling futures v0.1.31
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling serde_json v1.0.66
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr]    Compiling tokio v1.12.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling socket2 v0.4.1
[INFO] [stderr]    Compiling tinyvec v1.3.1
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling httparse v1.4.1
[INFO] [stderr]    Compiling http v0.2.4
[INFO] [stderr]    Compiling const_fn v0.4.8
[INFO] [stderr]    Compiling cpuid-bool v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling cipher v0.2.5
[INFO] [stderr]    Compiling universal-hash v0.4.1
[INFO] [stderr]    Compiling polyval v0.4.5
[INFO] [stderr]    Compiling crypto-mac v0.10.1
[INFO] [stderr]    Compiling uncased v0.9.6
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling aes-soft v0.6.4
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.6
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling bitflags v1.3.1
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling ghash v0.3.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling ctr v0.6.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling aes v0.6.0
[INFO] [stderr]    Compiling aead v0.3.2
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling backtrace v0.3.61
[INFO] [stderr]    Compiling cookie v0.15.1
[INFO] [stderr]    Compiling instant v0.1.10
[INFO] [stderr]    Compiling cpufeatures v0.1.5
[INFO] [stderr]    Compiling fastrand v1.5.0
[INFO] [stderr]    Compiling rustversion v1.0.5
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling gimli v0.25.0
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling inlinable_string v0.1.14
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling ref-cast v1.0.6
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling lock_api v0.4.4
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling sha2 v0.9.5
[INFO] [stderr]    Compiling aes-gcm v0.8.0
[INFO] [stderr]    Compiling hkdf v0.10.0
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling object v0.26.0
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling rustc-demangle v0.1.20
[INFO] [stderr]    Compiling httpdate v1.0.1
[INFO] [stderr]    Compiling byte-tools v0.3.1
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling block-padding v0.1.5
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling multer v2.0.1
[INFO] [stderr]    Compiling figment v0.10.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling atomic v0.5.0
[INFO] [stderr]    Compiling num-bigint v0.4.2
[INFO] [stderr]    Compiling unchecked-index v0.2.2
[INFO] [stderr]    Compiling state v0.5.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling twoway v0.2.2
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling rocket v0.5.0-rc.1
[INFO] [stderr]    Compiling http-body v0.4.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.3
[INFO] [stderr]    Compiling spin v0.9.2
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling opaque-debug v0.2.3
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling subtle v1.0.0
[INFO] [stderr]    Compiling blocking v1.0.2
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling crypto-mac v0.7.0
[INFO] [stderr]    Compiling addr2line v0.16.0
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling err-derive v0.2.4
[INFO] [stderr]    Compiling matchers v0.0.1
[INFO] [stderr]    Compiling async-mutex v1.4.0
[INFO] [stderr]    Compiling base64 v0.11.0
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling eyre v0.4.3
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling async-lock v2.4.0
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling blake3 v1.0.0
[INFO] [stderr]    Compiling owo-colors v1.3.0
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling pem v0.8.3
[INFO] [stderr]    Compiling blake2b_simd v0.5.11
[INFO] [stderr]    Compiling webpki-roots v0.18.0
[INFO] [stderr]    Compiling sha2 v0.8.2
[INFO] [stderr]    Compiling sha-1 v0.8.2
[INFO] [stderr]    Compiling hmac v0.7.1
[INFO] [stderr]    Compiling pbkdf2 v0.3.0
[INFO] [stderr]    Compiling md-5 v0.8.0
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling url-escape v0.1.0
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling arrayvec v0.7.1
[INFO] [stderr]    Compiling if_chain v1.0.1
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling strum v0.22.0
[INFO] [stderr]    Compiling color-backtrace v0.4.2
[INFO] [stderr]    Compiling darling_core v0.13.0
[INFO] [stderr]    Compiling synstructure v0.12.5
[INFO] [stderr]    Compiling devise_core v0.3.1
[INFO] [stderr]    Compiling rust-argon2 v0.8.3
[INFO] [stderr]    Compiling ctor v0.1.20
[INFO] [stderr]    Compiling tracing-attributes v0.1.15
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling pear_codegen v0.2.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.6
[INFO] [stderr]    Compiling tokio-macros v0.2.6
[INFO] [stderr]    Compiling async-stream-impl v0.3.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.26
[INFO] [stderr]    Compiling enum-as-inner v0.3.3
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling enum-ordinalize v3.1.10
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling typed-builder v0.4.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling devise_codegen v0.3.1
[INFO] [stderr]    Compiling async-stream v0.3.2
[INFO] [stderr]    Compiling educe v0.4.18
[INFO] [stderr]    Compiling strum_macros v0.22.0
[INFO] [stderr]    Compiling pear v0.2.3
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling devise v0.3.1
[INFO] [stderr]    Compiling polling v2.1.0
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling thiserror v1.0.26
[INFO] [stderr]    Compiling tracing v0.1.26
[INFO] [stderr]    Compiling rustls v0.17.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling darling_macro v0.13.0
[INFO] [stderr]    Compiling pin-project v1.0.8
[INFO] [stderr]    Compiling async-io v1.6.0
[INFO] [stderr]    Compiling os_info v3.0.7
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling darling v0.13.0
[INFO] [stderr]    Compiling serde_with_macros v1.4.2
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling async-global-executor v2.0.2
[INFO] [stderr]    Compiling async-std v1.10.0
[INFO] [stderr]    Compiling futures-executor v0.3.16
[INFO] [stderr]    Compiling futures v0.3.16
[INFO] [stderr]    Compiling trust-dns-proto v0.19.7
[INFO] [stderr]    Compiling tokio-rustls v0.13.1
[INFO] [stderr]    Compiling tokio-util v0.6.7
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling tokio-stream v0.1.7
[INFO] [stderr]    Compiling trust-dns-resolver v0.19.7
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling tracing-serde v0.1.2
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling ubyte v0.10.1
[INFO] [stderr]    Compiling serde_with v1.9.4
[INFO] [stderr]    Compiling h2 v0.3.3
[INFO] [stderr]    Compiling simple_asn1 v0.4.1
[INFO] [stderr]    Compiling tracing-subscriber v0.2.19
[INFO] [stderr]    Compiling bson v1.2.3
[INFO] [stderr]    Compiling validator v0.10.1
[INFO] [stderr]    Compiling jsonwebtoken v7.2.0
[INFO] [stderr]    Compiling validator_derive v0.10.1
[INFO] [stderr]    Compiling mongodb v1.2.2
[INFO] [stderr]    Compiling tracing-error v0.1.2
[INFO] [stderr]    Compiling color-spantrace v0.1.6
[INFO] [stderr]    Compiling color-eyre v0.3.4
[INFO] [stderr]    Compiling hyper v0.14.11
[INFO] [stderr]    Compiling rocket_http v0.5.0-rc.1
[INFO] [stderr]    Compiling rocket_codegen v0.5.0-rc.1
[INFO] [stderr]    Compiling rocket-multipart-form-data v0.10.0
[INFO] [stderr]    Compiling rocket-download-response v0.5.0
[INFO] [stderr]    Compiling authentication_server_rocket v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `futures::compat::Future01CompatExt`
[INFO] [stdout]  --> src/config/crypto.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use futures::compat::Future01CompatExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/config/crypto.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sign_in`
[INFO] [stdout]   --> src/controller/user_controller.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub async fn sign_in(
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sign_up`
[INFO] [stdout]   --> src/controller/user_controller.rs:33:14
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub async fn sign_up(
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `find_user`
[INFO] [stdout]   --> src/controller/user_controller.rs:53:14
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub async fn find_user(user: Json<Value>) -> Result<status::Custom<Value>, status::Custom<Value>> {
[INFO] [stdout]    |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `delete_user`
[INFO] [stdout]   --> src/controller/user_controller.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub async fn delete_user(
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_user_tags`
[INFO] [stdout]   --> src/controller/user_controller.rs:79:8
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub fn get_user_tags() -> Result<status::Custom<Value>, status::Custom<Value>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MultipartFormDataField`, `MultipartFormDataOptions`, and `MultipartFormData`
[INFO] [stdout]  --> src/controller/file_controller.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     MultipartFormData, MultipartFormDataField, MultipartFormDataOptions,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_std::io::prelude::*`
[INFO] [stdout]   --> src/controller/file_controller.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use async_std::io::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `upload_file`
[INFO] [stdout]   --> src/controller/file_controller.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub async fn upload_file(
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `download_file`
[INFO] [stdout]   --> src/controller/file_controller.rs:48:14
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub async fn download_file(filename: &str) -> Result<DownloadResponse, Status> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Value` and `json`
[INFO] [stdout]  --> src/models/user.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 | use serde_json::{json, Value};
[INFO] [stdout]   |                  ^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Status`
[INFO] [stdout]  --> src/services/file_service.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rocket::http::{ContentType, Status};
[INFO] [stdout]   |                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rocket::response::status`
[INFO] [stdout]  --> src/services/file_service.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rocket::response::status;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config`
[INFO] [stdout]   --> src/config/crypto.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let config = Config::default();
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UploadForm` is never constructed
[INFO] [stdout]   --> src/controller/file_controller.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct UploadForm<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/handlers/error.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 |     MongoError(mongodb::error::Error),
[INFO] [stdout]   |     ---------- ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 6 -     MongoError(mongodb::error::Error),
[INFO] [stdout] 6 +     MongoError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/handlers/error.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 |     UserAlreadyExists(User),
[INFO] [stdout]   |     ----------------- ^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 7 -     UserAlreadyExists(User),
[INFO] [stdout] 7 +     UserAlreadyExists(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/handlers/error.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     DbError(String),
[INFO] [stdout]   |     ------- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 8 -     DbError(String),
[INFO] [stdout] 8 +     DbError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/handlers/error.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 |     PasswordMismatch(String),
[INFO] [stdout]   |     ---------------- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 9 -     PasswordMismatch(String),
[INFO] [stdout] 9 +     PasswordMismatch(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/error.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 10 |     LoginError(String)
[INFO] [stdout]    |     ---------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 10 -     LoginError(String)
[INFO] [stdout] 10 +     LoginError(())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/error.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     RocketError(rocket::Error),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 21 -     RocketError(rocket::Error),
[INFO] [stdout] 21 +     RocketError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/error.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |     IOError(async_std::io::Error),
[INFO] [stdout]    |     ------- ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 22 -     IOError(async_std::io::Error),
[INFO] [stdout] 22 +     IOError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/error.rs:23:24
[INFO] [stdout]    |
[INFO] [stdout] 23 |     MultipartFormError(MultipartFormDataError),
[INFO] [stdout]    |     ------------------ ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 23 -     MultipartFormError(MultipartFormDataError),
[INFO] [stdout] 23 +     MultipartFormError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/error.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Message(String),
[INFO] [stdout]    |     ------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 24 -     Message(String),
[INFO] [stdout] 24 +     Message(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_type` is never read
[INFO] [stdout]   --> src/services/file_service.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct MultipartHandler {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 15 |     pub content_type: Option<Mime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `find_all`, `update_one`, and `delete_one` are never used
[INFO] [stdout]    --> src/utils/mongo_util.rs:80:18
[INFO] [stdout]     |
[INFO] [stdout]  22 | impl MongoUtil {
[INFO] [stdout]     | -------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  80 |     pub async fn find_all() -> Result<Vec<Document>, Error> {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub async fn update_one(id: ObjectId, new_data: RegisterUser) -> Result<Option<User>, Error> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub async fn delete_one(id: ObjectId) -> Result<DeleteResult, Error> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bson v1.2.3, ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling authentication_server_rocket v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `futures::compat::Future01CompatExt`
[INFO] [stdout]  --> src/config/crypto.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use futures::compat::Future01CompatExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/config/crypto.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sign_in`
[INFO] [stdout]   --> src/controller/user_controller.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub async fn sign_in(
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sign_up`
[INFO] [stdout]   --> src/controller/user_controller.rs:33:14
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub async fn sign_up(
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `find_user`
[INFO] [stdout]   --> src/controller/user_controller.rs:53:14
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub async fn find_user(user: Json<Value>) -> Result<status::Custom<Value>, status::Custom<Value>> {
[INFO] [stdout]    |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `delete_user`
[INFO] [stdout]   --> src/controller/user_controller.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub async fn delete_user(
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `get_user_tags`
[INFO] [stdout]   --> src/controller/user_controller.rs:79:8
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub fn get_user_tags() -> Result<status::Custom<Value>, status::Custom<Value>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MultipartFormDataField`, `MultipartFormDataOptions`, and `MultipartFormData`
[INFO] [stdout]  --> src/controller/file_controller.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     MultipartFormData, MultipartFormDataField, MultipartFormDataOptions,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_std::io::prelude::*`
[INFO] [stdout]   --> src/controller/file_controller.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use async_std::io::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `upload_file`
[INFO] [stdout]   --> src/controller/file_controller.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub async fn upload_file(
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `download_file`
[INFO] [stdout]   --> src/controller/file_controller.rs:48:14
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub async fn download_file(filename: &str) -> Result<DownloadResponse, Status> {
[INFO] [stdout]    |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Value` and `json`
[INFO] [stdout]  --> src/models/user.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 | use serde_json::{json, Value};
[INFO] [stdout]   |                  ^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Status`
[INFO] [stdout]  --> src/services/file_service.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rocket::http::{ContentType, Status};
[INFO] [stdout]   |                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rocket::response::status`
[INFO] [stdout]  --> src/services/file_service.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rocket::response::status;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `config`
[INFO] [stdout]   --> src/config/crypto.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |         let config = Config::default();
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UploadForm` is never constructed
[INFO] [stdout]   --> src/controller/file_controller.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct UploadForm<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/handlers/error.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 |     MongoError(mongodb::error::Error),
[INFO] [stdout]   |     ---------- ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 6 -     MongoError(mongodb::error::Error),
[INFO] [stdout] 6 +     MongoError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/handlers/error.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 |     UserAlreadyExists(User),
[INFO] [stdout]   |     ----------------- ^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 7 -     UserAlreadyExists(User),
[INFO] [stdout] 7 +     UserAlreadyExists(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/handlers/error.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     DbError(String),
[INFO] [stdout]   |     ------- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 8 -     DbError(String),
[INFO] [stdout] 8 +     DbError(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/handlers/error.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 |     PasswordMismatch(String),
[INFO] [stdout]   |     ---------------- ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 9 -     PasswordMismatch(String),
[INFO] [stdout] 9 +     PasswordMismatch(()),
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/error.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 10 |     LoginError(String)
[INFO] [stdout]    |     ---------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 10 -     LoginError(String)
[INFO] [stdout] 10 +     LoginError(())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/error.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     RocketError(rocket::Error),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 21 -     RocketError(rocket::Error),
[INFO] [stdout] 21 +     RocketError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/error.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |     IOError(async_std::io::Error),
[INFO] [stdout]    |     ------- ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 22 -     IOError(async_std::io::Error),
[INFO] [stdout] 22 +     IOError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/error.rs:23:24
[INFO] [stdout]    |
[INFO] [stdout] 23 |     MultipartFormError(MultipartFormDataError),
[INFO] [stdout]    |     ------------------ ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 23 -     MultipartFormError(MultipartFormDataError),
[INFO] [stdout] 23 +     MultipartFormError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/error.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Message(String),
[INFO] [stdout]    |     ------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 24 -     Message(String),
[INFO] [stdout] 24 +     Message(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_type` is never read
[INFO] [stdout]   --> src/services/file_service.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct MultipartHandler {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 15 |     pub content_type: Option<Mime>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `find_all`, `update_one`, and `delete_one` are never used
[INFO] [stdout]    --> src/utils/mongo_util.rs:80:18
[INFO] [stdout]     |
[INFO] [stdout]  22 | impl MongoUtil {
[INFO] [stdout]     | -------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  80 |     pub async fn find_all() -> Result<Vec<Document>, Error> {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     pub async fn update_one(id: ObjectId, new_data: RegisterUser) -> Result<Option<User>, Error> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 109 |     pub async fn delete_one(id: ObjectId) -> Result<DeleteResult, Error> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:144:35
[INFO] [stdout]     |
[INFO] [stdout] 144 |             .body(REQ_BODY_SIGN_UP.clone())
[INFO] [stdout]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:151:36
[INFO] [stdout]     |
[INFO] [stdout] 151 |             .body(REQ_BODY_DEL_USER.clone())
[INFO] [stdout]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:172:35
[INFO] [stdout]     |
[INFO] [stdout] 172 |             .body(REQ_BODY_SIGN_UP.clone())
[INFO] [stdout]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:181:34
[INFO] [stdout]     |
[INFO] [stdout] 181 |             .body(REQ_BODY_LOG_IN.clone())
[INFO] [stdout]     |                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:188:36
[INFO] [stdout]     |
[INFO] [stdout] 188 |             .body(REQ_BODY_DEL_USER.clone())
[INFO] [stdout]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:205:35
[INFO] [stdout]     |
[INFO] [stdout] 205 |             .body(REQ_BODY_SIGN_UP.clone())
[INFO] [stdout]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:212:35
[INFO] [stdout]     |
[INFO] [stdout] 212 |             .body(REQ_BODY_SIGN_UP.clone())
[INFO] [stdout]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:219:36
[INFO] [stdout]     |
[INFO] [stdout] 219 |             .body(REQ_BODY_DEL_USER.clone())
[INFO] [stdout]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:236:34
[INFO] [stdout]     |
[INFO] [stdout] 236 |             .body(REQ_BODY_LOG_IN.clone())
[INFO] [stdout]     |                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:253:35
[INFO] [stdout]     |
[INFO] [stdout] 253 |             .body(REQ_BODY_SIGN_UP.clone())
[INFO] [stdout]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:268:36
[INFO] [stdout]     |
[INFO] [stdout] 268 |             .body(REQ_BODY_DEL_USER.clone())
[INFO] [stdout]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.54s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bson v1.2.3, ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `futures::compat::Future01CompatExt`
[INFO] [stderr]  --> src/config/crypto.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use futures::compat::Future01CompatExt;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::sync::Arc`
[INFO] [stderr]  --> src/config/crypto.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::sync::Arc;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sign_in`
[INFO] [stderr]   --> src/controller/user_controller.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub async fn sign_in(
[INFO] [stderr]    |              ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sign_up`
[INFO] [stderr]   --> src/controller/user_controller.rs:33:14
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub async fn sign_up(
[INFO] [stderr]    |              ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `find_user`
[INFO] [stderr]   --> src/controller/user_controller.rs:53:14
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub async fn find_user(user: Json<Value>) -> Result<status::Custom<Value>, status::Custom<Value>> {
[INFO] [stderr]    |              ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `delete_user`
[INFO] [stderr]   --> src/controller/user_controller.rs:65:14
[INFO] [stderr]    |
[INFO] [stderr] 65 | pub async fn delete_user(
[INFO] [stderr]    |              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `get_user_tags`
[INFO] [stderr]   --> src/controller/user_controller.rs:79:8
[INFO] [stderr]    |
[INFO] [stderr] 79 | pub fn get_user_tags() -> Result<status::Custom<Value>, status::Custom<Value>> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `MultipartFormDataField`, `MultipartFormDataOptions`, and `MultipartFormData`
[INFO] [stderr]  --> src/controller/file_controller.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 |     MultipartFormData, MultipartFormDataField, MultipartFormDataOptions,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `async_std::io::prelude::*`
[INFO] [stderr]   --> src/controller/file_controller.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use async_std::io::prelude::*;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `upload_file`
[INFO] [stderr]   --> src/controller/file_controller.rs:25:14
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub async fn upload_file(
[INFO] [stderr]    |              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `download_file`
[INFO] [stderr]   --> src/controller/file_controller.rs:48:14
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub async fn download_file(filename: &str) -> Result<DownloadResponse, Status> {
[INFO] [stderr]    |              ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Value` and `json`
[INFO] [stderr]  --> src/models/user.rs:5:18
[INFO] [stderr]   |
[INFO] [stderr] 5 | use serde_json::{json, Value};
[INFO] [stderr]   |                  ^^^^  ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Status`
[INFO] [stderr]  --> src/services/file_service.rs:3:33
[INFO] [stderr]   |
[INFO] [stderr] 3 | use rocket::http::{ContentType, Status};
[INFO] [stderr]   |                                 ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rocket::response::status`
[INFO] [stderr]  --> src/services/file_service.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use rocket::response::status;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `config`
[INFO] [stderr]   --> src/config/crypto.rs:32:13
[INFO] [stderr]    |
[INFO] [stderr] 32 |         let config = Config::default();
[INFO] [stderr]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `UploadForm` is never constructed
[INFO] [stderr]   --> src/controller/file_controller.rs:20:12
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub struct UploadForm<'a> {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]  --> src/handlers/error.rs:6:16
[INFO] [stderr]   |
[INFO] [stderr] 6 |     MongoError(mongodb::error::Error),
[INFO] [stderr]   |     ---------- ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |     |
[INFO] [stderr]   |     field in this variant
[INFO] [stderr]   |
[INFO] [stderr]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]   |
[INFO] [stderr] 6 -     MongoError(mongodb::error::Error),
[INFO] [stderr] 6 +     MongoError(()),
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]  --> src/handlers/error.rs:7:23
[INFO] [stderr]   |
[INFO] [stderr] 7 |     UserAlreadyExists(User),
[INFO] [stderr]   |     ----------------- ^^^^
[INFO] [stderr]   |     |
[INFO] [stderr]   |     field in this variant
[INFO] [stderr]   |
[INFO] [stderr]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]   |
[INFO] [stderr] 7 -     UserAlreadyExists(User),
[INFO] [stderr] 7 +     UserAlreadyExists(()),
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]  --> src/handlers/error.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 |     DbError(String),
[INFO] [stderr]   |     ------- ^^^^^^
[INFO] [stderr]   |     |
[INFO] [stderr]   |     field in this variant
[INFO] [stderr]   |
[INFO] [stderr]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]   |
[INFO] [stderr] 8 -     DbError(String),
[INFO] [stderr] 8 +     DbError(()),
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]  --> src/handlers/error.rs:9:22
[INFO] [stderr]   |
[INFO] [stderr] 9 |     PasswordMismatch(String),
[INFO] [stderr]   |     ---------------- ^^^^^^
[INFO] [stderr]   |     |
[INFO] [stderr]   |     field in this variant
[INFO] [stderr]   |
[INFO] [stderr]   = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]   |
[INFO] [stderr] 9 -     PasswordMismatch(String),
[INFO] [stderr] 9 +     PasswordMismatch(()),
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/handlers/error.rs:10:16
[INFO] [stderr]    |
[INFO] [stderr] 10 |     LoginError(String)
[INFO] [stderr]    |     ---------- ^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AuthenticationError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 10 -     LoginError(String)
[INFO] [stderr] 10 +     LoginError(())
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/handlers/error.rs:21:17
[INFO] [stderr]    |
[INFO] [stderr] 21 |     RocketError(rocket::Error),
[INFO] [stderr]    |     ----------- ^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 21 -     RocketError(rocket::Error),
[INFO] [stderr] 21 +     RocketError(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/handlers/error.rs:22:13
[INFO] [stderr]    |
[INFO] [stderr] 22 |     IOError(async_std::io::Error),
[INFO] [stderr]    |     ------- ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 22 -     IOError(async_std::io::Error),
[INFO] [stderr] 22 +     IOError(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/handlers/error.rs:23:24
[INFO] [stderr]    |
[INFO] [stderr] 23 |     MultipartFormError(MultipartFormDataError),
[INFO] [stderr]    |     ------------------ ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 23 -     MultipartFormError(MultipartFormDataError),
[INFO] [stderr] 23 +     MultipartFormError(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/handlers/error.rs:24:13
[INFO] [stderr]    |
[INFO] [stderr] 24 |     Message(String),
[INFO] [stderr]    |     ------- ^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TransmissionError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 24 -     Message(String),
[INFO] [stderr] 24 +     Message(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `content_type` is never read
[INFO] [stderr]   --> src/services/file_service.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct MultipartHandler {
[INFO] [stderr]    |            ---------------- field in this struct
[INFO] [stderr] 15 |     pub content_type: Option<Mime>,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated functions `find_all`, `update_one`, and `delete_one` are never used
[INFO] [stderr]    --> src/utils/mongo_util.rs:80:18
[INFO] [stderr]     |
[INFO] [stderr]  22 | impl MongoUtil {
[INFO] [stderr]     | -------------- associated functions in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  80 |     pub async fn find_all() -> Result<Vec<Document>, Error> {
[INFO] [stderr]     |                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  87 |     pub async fn update_one(id: ObjectId, new_data: RegisterUser) -> Result<Option<User>, Error> {
[INFO] [stderr]     |                  ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 109 |     pub async fn delete_one(id: ObjectId) -> Result<DeleteResult, Error> {
[INFO] [stderr]     |                  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:144:35
[INFO] [stderr]     |
[INFO] [stderr] 144 |             .body(REQ_BODY_SIGN_UP.clone())
[INFO] [stderr]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:151:36
[INFO] [stderr]     |
[INFO] [stderr] 151 |             .body(REQ_BODY_DEL_USER.clone())
[INFO] [stderr]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:172:35
[INFO] [stderr]     |
[INFO] [stderr] 172 |             .body(REQ_BODY_SIGN_UP.clone())
[INFO] [stderr]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:181:34
[INFO] [stderr]     |
[INFO] [stderr] 181 |             .body(REQ_BODY_LOG_IN.clone())
[INFO] [stderr]     |                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:188:36
[INFO] [stderr]     |
[INFO] [stderr] 188 |             .body(REQ_BODY_DEL_USER.clone())
[INFO] [stderr]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:205:35
[INFO] [stderr]     |
[INFO] [stderr] 205 |             .body(REQ_BODY_SIGN_UP.clone())
[INFO] [stderr]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:212:35
[INFO] [stderr]     |
[INFO] [stderr] 212 |             .body(REQ_BODY_SIGN_UP.clone())
[INFO] [stderr]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:219:36
[INFO] [stderr]     |
[INFO] [stderr] 219 |             .body(REQ_BODY_DEL_USER.clone())
[INFO] [stderr]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:236:34
[INFO] [stderr]     |
[INFO] [stderr] 236 |             .body(REQ_BODY_LOG_IN.clone())
[INFO] [stderr]     |                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:253:35
[INFO] [stderr]     |
[INFO] [stderr] 253 |             .body(REQ_BODY_SIGN_UP.clone())
[INFO] [stderr]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:268:36
[INFO] [stderr]     |
[INFO] [stderr] 268 |             .body(REQ_BODY_DEL_USER.clone())
[INFO] [stderr]     |                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: `authentication_server_rocket` (bin "authentication_server_rocket" test) generated 38 warnings (run `cargo fix --bin "authentication_server_rocket" -p authentication_server_rocket --tests` to apply 19 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bson v1.2.3, ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/authentication_server_rocket-3a2392a5436aae86)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test test::it_works_with_correct_status_for_api_home_route ... ok
[INFO] [stdout] test test::correct_response_for_page_not_found ... ok
[INFO] [stdout] test test::it_works_with_correct_status_for_getting_all_user_tags ... ok
[INFO] [stdout] test test::upload_and_download_file ... FAILED
[INFO] [stdout] test test::correct_error_for_user_sign_in_without_sign_up ... ok
[INFO] [stdout] test test::correct_error_for_incorrect_password_sign_in has been running for over 60 seconds
[INFO] [stdout] test test::correct_error_response_if_user_already_registered has been running for over 60 seconds
[INFO] [stdout] test test::it_works_for_sign_in has been running for over 60 seconds
[INFO] [stdout] test test::it_works_for_sign_up_and_delete_user_once_signed_up has been running for over 60 seconds
[INFO] [stdout] test test::correct_error_for_incorrect_password_sign_in ... FAILED
[INFO] [stdout] test test::correct_error_response_if_user_already_registered ... FAILED
[INFO] [stdout] test test::it_works_for_sign_up_and_delete_user_once_signed_up ... FAILED
[INFO] [stdout] test test::it_works_for_sign_in ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::upload_and_download_file stdout ----
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 0.0.0.0
[INFO] [stdout]    >> port: 7001
[INFO] [stdout]    >> workers: 16
[INFO] [stdout]    >> ident: Rocket
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> secret key: [generated]
[INFO] [stdout] Warning: secrets enabled without a stable `secret_key`
[INFO] [stdout]    >> disable `secrets` feature or configure a `secret_key`
[INFO] [stdout]    >> this becomes an error in non-debug profiles
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (api_home) GET /
[INFO] [stdout]    >> (file_home) GET /files
[INFO] [stdout]    >> (sign_in) POST /auth/sign-in
[INFO] [stdout]    >> (sign_up) POST /auth/sign-up
[INFO] [stdout]    >> (find_user) POST /auth/find-user
[INFO] [stdout]    >> (delete_user) POST /auth/delete-user
[INFO] [stdout]    >> (get_user_tags) GET /auth/get-user-tags
[INFO] [stdout]    >> (upload_file) POST /files/
[INFO] [stdout]    >> (download_file) GET /files/<filename>
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (not_found) 404
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout]    >> Add CORS headers to responses (response)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout] Rocket has launched into local orbit
[INFO] [stdout] POST /files multipart/form-data:
[INFO] [stdout]    >> Matched: (upload_file) POST /files/
[INFO] [stdout] 
[INFO] [stdout] thread 'test::upload_and_download_file' (5488) panicked at src/controller/file_controller.rs:39:52:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: IOError(Custom { kind: ReadOnlyFilesystem, error: VerboseError { source: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, message: "could not create directory `./uploads`" } })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ff6f23e4e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ff6f23e4e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ff6f2567da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ff6f2567da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x58ff6f24348c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x58ff6f24348c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x58ff6f219f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ff6f219f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ff6f235869 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ff6e645f70 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x58ff6e645f70 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ff6f235b92 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x58ff6f235b92 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x58ff6f21a022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x58ff6f211469 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ff6f21aead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x58ff6f25700c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ff6f256d52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x58ff6e5510c1 - <core[6883ba1bc0fe4ed1]::result::Result<authentication_server_rocket[7b84d1f18f7bf556]::models::file::FileData, authentication_server_rocket[7b84d1f18f7bf556]::handlers::error::TransmissionError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x58ff6e5510c1 - authentication_server_rocket[7b84d1f18f7bf556]::controller::file_controller::upload_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controller/file_controller.rs:39:52
[INFO] [stdout]   22:     0x58ff6e5531f0 - <authentication_server_rocket[7b84d1f18f7bf556]::controller::file_controller::upload_file>::into_info::monomorphized_function::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controller/file_controller.rs:25:5
[INFO] [stdout]   23:     0x58ff6ed7d970 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58ff6edf853a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:300:9
[INFO] [stdout]   25:     0x58ff6edc752e - <futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.16/src/future/future/catch_unwind.rs:36:44
[INFO] [stdout]   26:     0x58ff6edf83eb - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x58ff6ecff489 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   28:     0x58ff6ed6ed4b - __rust_try
[INFO] [stdout]   29:     0x58ff6ed5d903 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x58ff6ed5d903 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x58ff6edc95af - <futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.16/src/future/future/catch_unwind.rs:36:9
[INFO] [stdout]   32:     0x58ff6ee35537 - rocket[7b94d62c52341d86]::server::handle::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>, rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>, <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:55:10
[INFO] [stdout]   33:     0x58ff6ee3c78e - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:280:80
[INFO] [stdout]   34:     0x58ff6ee3a930 - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route_and_process::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:235:60
[INFO] [stdout]   35:     0x58ff6ee3d4bc - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:209:66
[INFO] [stdout]   36:     0x58ff6ee8d2ff - <rocket[7b94d62c52341d86]::local::asynchronous::response::LocalResponse>::new::<<rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}::{closure#1}, <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::dispatch::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/response.rs:90:53
[INFO] [stdout]   37:     0x58ff6eddf590 - <rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/request.rs:100:12
[INFO] [stdout]   38:     0x58ff6eddeae5 - <rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/request.rs:124:63
[INFO] [stdout]   39:     0x58ff6e604bcf - authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:298:14
[INFO] [stdout]   40:     0x58ff6e6341dd - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:65
[INFO] [stdout]   41:     0x58ff6e597630 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   42:     0x58ff6e610225 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::try_with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   43:     0x58ff6e60efce - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   44:     0x58ff6e62e7c6 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   45:     0x58ff6e62e7c6 - tokio[30e4c407a44a9dfe]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   46:     0x58ff6e62e7c6 - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:31
[INFO] [stdout]   47:     0x58ff6e5e61a2 - <tokio[30e4c407a44a9dfe]::runtime::enter::Enter>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs:151:18
[INFO] [stdout]   48:     0x58ff6e55c78e - <tokio[30e4c407a44a9dfe]::runtime::thread_pool::ThreadPool>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs:77:15
[INFO] [stdout]   49:     0x58ff6e54a92e - <tokio[30e4c407a44a9dfe]::runtime::Runtime>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:463:48
[INFO] [stdout]   50:     0x58ff6e60de93 - rocket[7b94d62c52341d86]::async_test::<(), authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/lib.rs:217:10
[INFO] [stdout]   51:     0x58ff6e60bda6 - authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:274:41
[INFO] [stdout]   52:     0x58ff6e602ae7 - authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:274:40
[INFO] [stdout]   53:     0x58ff6e54a036 - <authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58ff6e6392ab - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x58ff6e6392ab - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x58ff6e6468f5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x58ff6e6468f5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x58ff6e6413a4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x58ff6e6413a4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x58ff6e649a42 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   68:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x58ff6e649a42 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x58ff6e649a42 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x58ff6f23d4df - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   73:     0x58ff6f23d4df - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   74:     0x723830ddeaa4 - <unknown>
[INFO] [stdout]   75:     0x723830e6ba64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout]    >> Handler upload_file panicked.
[INFO] [stdout]    >> This is an application bug.
[INFO] [stdout]    >> A panic in Rust must be treated as an exceptional event.
[INFO] [stdout]    >> Panicking is not a suitable error handling mechanism.
[INFO] [stdout]    >> Unwinding, the result of a panic, is an expensive operation.
[INFO] [stdout]    >> Panics will severely degrade application performance.
[INFO] [stdout]    >> Instead of panicking, return `Option` and/or `Result`.
[INFO] [stdout]    >> Values of either type can be returned directly from handlers.
[INFO] [stdout]    >> A panic is treated as an internal server error.
[INFO] [stdout]    >> Outcome: Failure
[INFO] [stdout]    >> No 500 catcher registered. Using Rocket default.
[INFO] [stdout] 
[INFO] [stdout] thread 'test::upload_and_download_file' (5488) panicked at src/main.rs:299:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 500 }
[INFO] [stdout]  right: Status { code: 200 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ff6f23e4e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ff6f23e4e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ff6f2567da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ff6f2567da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x58ff6f24348c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x58ff6f24348c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x58ff6f219f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ff6f219f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ff6f235869 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ff6e645f70 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x58ff6e645f70 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ff6f235b92 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x58ff6f235b92 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x58ff6f21a022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x58ff6f211469 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ff6f21aead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x58ff6f25700c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ff6f256e93 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x58ff6e54de79 - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<rocket_http[11a42aa4c2ac89c9]::status::Status, rocket_http[11a42aa4c2ac89c9]::status::Status>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x58ff6e604db5 - authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:299:9
[INFO] [stdout]   22:     0x58ff6e6341dd - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x58ff6e597630 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   24:     0x58ff6e610225 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::try_with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x58ff6e60efce - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x58ff6e62e7c6 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   27:     0x58ff6e62e7c6 - tokio[30e4c407a44a9dfe]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   28:     0x58ff6e62e7c6 - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x58ff6e5e61a2 - <tokio[30e4c407a44a9dfe]::runtime::enter::Enter>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs:151:18
[INFO] [stdout]   30:     0x58ff6e55c78e - <tokio[30e4c407a44a9dfe]::runtime::thread_pool::ThreadPool>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs:77:15
[INFO] [stdout]   31:     0x58ff6e54a92e - <tokio[30e4c407a44a9dfe]::runtime::Runtime>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:463:48
[INFO] [stdout]   32:     0x58ff6e60de93 - rocket[7b94d62c52341d86]::async_test::<(), authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/lib.rs:217:10
[INFO] [stdout]   33:     0x58ff6e60bda6 - authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:274:41
[INFO] [stdout]   34:     0x58ff6e602ae7 - authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:274:40
[INFO] [stdout]   35:     0x58ff6e54a036 - <authentication_server_rocket[7b84d1f18f7bf556]::test::upload_and_download_file::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x58ff6e6392ab - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x58ff6e6392ab - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   38:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x58ff6e6468f5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   41:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x58ff6e6468f5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x58ff6e6413a4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x58ff6e6413a4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   47:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   48:     0x58ff6e649a42 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x58ff6e649a42 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   53:     0x58ff6e649a42 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58ff6f23d4df - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   55:     0x58ff6f23d4df - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   56:     0x723830ddeaa4 - <unknown>
[INFO] [stdout]   57:     0x723830e6ba64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::correct_error_for_incorrect_password_sign_in stdout ----
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 0.0.0.0
[INFO] [stdout]    >> port: 7001
[INFO] [stdout]    >> workers: 16
[INFO] [stdout]    >> ident: Rocket
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> secret key: [generated]
[INFO] [stdout] Warning: secrets enabled without a stable `secret_key`
[INFO] [stdout]    >> disable `secrets` feature or configure a `secret_key`
[INFO] [stdout]    >> this becomes an error in non-debug profiles
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (api_home) GET /
[INFO] [stdout]    >> (file_home) GET /files
[INFO] [stdout]    >> (sign_in) POST /auth/sign-in
[INFO] [stdout]    >> (sign_up) POST /auth/sign-up
[INFO] [stdout]    >> (find_user) POST /auth/find-user
[INFO] [stdout]    >> (delete_user) POST /auth/delete-user
[INFO] [stdout]    >> (get_user_tags) GET /auth/get-user-tags
[INFO] [stdout]    >> (upload_file) POST /files/
[INFO] [stdout]    >> (download_file) GET /files/<filename>
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (not_found) 404
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout]    >> Add CORS headers to responses (response)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout] Rocket has launched into local orbit
[INFO] [stdout] POST /auth/sign-up application/x-www-form-urlencoded:
[INFO] [stdout]    >> Matched: (sign_up) POST /auth/sign-up
[INFO] [stdout] password_hash : RegisterUser {
[INFO] [stdout]     first_name: "kakashi",
[INFO] [stdout]     last_name: "hatake",
[INFO] [stdout]     user_type: Customer,
[INFO] [stdout]     user_tags: [
[INFO] [stdout]         WebDevelopment,
[INFO] [stdout]         MobileDevelopment,
[INFO] [stdout]     ],
[INFO] [stdout]     email_id: "kakashi@gmail.com",
[INFO] [stdout]     password: "$argon2i$v=19$m=4096,t=3,p=1$bXktc2VjcmV0a2V5LXRvLWNoYW5nZS1pbi1wcm9k$sQ6ORgOjJ/6njlzOVbTQyn8f312mUCG3MygDxnJeZPo",
[INFO] [stdout] }
[INFO] [stdout] Connected to mongodb
[INFO] [stdout] Connected to mongodb
[INFO] [stdout] 
[INFO] [stdout] thread 'test::correct_error_for_incorrect_password_sign_in' (5478) panicked at src/utils/mongo_util.rs:51:62:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error { kind: ServerSelectionError { message: "Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }" }, labels: [] }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ff6f23e4e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ff6f23e4e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ff6f2567da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ff6f2567da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x58ff6f24348c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x58ff6f24348c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x58ff6f219f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ff6f219f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ff6f235869 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ff6e645f70 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x58ff6e645f70 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ff6f235b92 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x58ff6f235b92 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x58ff6f21a022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x58ff6f211469 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ff6f21aead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x58ff6f25700c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ff6f256d52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x58ff6e5ed8e0 - <core[6883ba1bc0fe4ed1]::result::Result<mongodb[dfa095363613b315]::results::InsertOneResult, mongodb[dfa095363613b315]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x58ff6e5ed8e0 - <authentication_server_rocket[7b84d1f18f7bf556]::utils::mongo_util::MongoUtil>::insert_one::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/mongo_util.rs:51:62
[INFO] [stdout]   22:     0x58ff6e602417 - <authentication_server_rocket[7b84d1f18f7bf556]::services::user_service::UserService>::register::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/services/user_service.rs:16:68
[INFO] [stdout]   23:     0x58ff6e5f1667 - authentication_server_rocket[7b84d1f18f7bf556]::controller::user_controller::sign_up::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controller/user_controller.rs:41:72
[INFO] [stdout]   24:     0x58ff6e5f4374 - <authentication_server_rocket[7b84d1f18f7bf556]::controller::user_controller::sign_up>::into_info::monomorphized_function::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controller/user_controller.rs:33:5
[INFO] [stdout]   25:     0x58ff6ed7d970 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58ff6edf853a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:300:9
[INFO] [stdout]   27:     0x58ff6edc752e - <futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.16/src/future/future/catch_unwind.rs:36:44
[INFO] [stdout]   28:     0x58ff6edf83eb - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x58ff6ecff489 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x58ff6ed6ed4b - __rust_try
[INFO] [stdout]   31:     0x58ff6ed5d903 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x58ff6ed5d903 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x58ff6edc95af - <futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.16/src/future/future/catch_unwind.rs:36:9
[INFO] [stdout]   34:     0x58ff6ee35537 - rocket[7b94d62c52341d86]::server::handle::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>, rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>, <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:55:10
[INFO] [stdout]   35:     0x58ff6ee3c78e - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:280:80
[INFO] [stdout]   36:     0x58ff6ee3a930 - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route_and_process::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:235:60
[INFO] [stdout]   37:     0x58ff6ee3d4bc - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:209:66
[INFO] [stdout]   38:     0x58ff6ee8d2ff - <rocket[7b94d62c52341d86]::local::asynchronous::response::LocalResponse>::new::<<rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}::{closure#1}, <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::dispatch::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/response.rs:90:53
[INFO] [stdout]   39:     0x58ff6eddf590 - <rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/request.rs:100:12
[INFO] [stdout]   40:     0x58ff6eddeae5 - <rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/request.rs:124:63
[INFO] [stdout]   41:     0x58ff6e606da9 - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:255:29
[INFO] [stdout]   42:     0x58ff6e63425d - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:65
[INFO] [stdout]   43:     0x58ff6e597890 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   44:     0x58ff6e610425 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::try_with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   45:     0x58ff6e60f06e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   46:     0x58ff6e62ef27 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   47:     0x58ff6e62ef27 - tokio[30e4c407a44a9dfe]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   48:     0x58ff6e62ef27 - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:31
[INFO] [stdout]   49:     0x58ff6e5e6342 - <tokio[30e4c407a44a9dfe]::runtime::enter::Enter>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs:151:18
[INFO] [stdout]   50:     0x58ff6e55c9ee - <tokio[30e4c407a44a9dfe]::runtime::thread_pool::ThreadPool>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs:77:15
[INFO] [stdout]   51:     0x58ff6e54acae - <tokio[30e4c407a44a9dfe]::runtime::Runtime>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:463:48
[INFO] [stdout]   52:     0x58ff6e60e273 - rocket[7b94d62c52341d86]::async_test::<(), authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/lib.rs:217:10
[INFO] [stdout]   53:     0x58ff6e60be06 - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:242:61
[INFO] [stdout]   54:     0x58ff6e602b47 - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:242:60
[INFO] [stdout]   55:     0x58ff6e54a0b6 - <authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x58ff6e6392ab - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x58ff6e6392ab - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x58ff6e6468f5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x58ff6e6468f5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x58ff6e6413a4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x58ff6e6413a4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x58ff6e649a42 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   70:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x58ff6e649a42 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x58ff6e649a42 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x58ff6f23d4df - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   75:     0x58ff6f23d4df - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   76:     0x723830ddeaa4 - <unknown>
[INFO] [stdout]   77:     0x723830e6ba64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout]    >> Handler sign_up panicked.
[INFO] [stdout]    >> This is an application bug.
[INFO] [stdout]    >> A panic in Rust must be treated as an exceptional event.
[INFO] [stdout]    >> Panicking is not a suitable error handling mechanism.
[INFO] [stdout]    >> Unwinding, the result of a panic, is an expensive operation.
[INFO] [stdout]    >> Panics will severely degrade application performance.
[INFO] [stdout]    >> Instead of panicking, return `Option` and/or `Result`.
[INFO] [stdout]    >> Values of either type can be returned directly from handlers.
[INFO] [stdout]    >> A panic is treated as an internal server error.
[INFO] [stdout]    >> Outcome: Failure
[INFO] [stdout]    >> No 500 catcher registered. Using Rocket default.
[INFO] [stdout] 
[INFO] [stdout] thread 'test::correct_error_for_incorrect_password_sign_in' (5478) panicked at src/main.rs:255:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 500 }
[INFO] [stdout]  right: Status { code: 200 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ff6f23e4e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ff6f23e4e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ff6f2567da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ff6f2567da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x58ff6f24348c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x58ff6f24348c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x58ff6f219f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ff6f219f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ff6f235869 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ff6e645f70 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x58ff6e645f70 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ff6f235b92 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x58ff6f235b92 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x58ff6f21a022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x58ff6f211469 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ff6f21aead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x58ff6f25700c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ff6f256e93 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x58ff6e54de79 - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<rocket_http[11a42aa4c2ac89c9]::status::Status, rocket_http[11a42aa4c2ac89c9]::status::Status>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x58ff6e606f4a - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:255:9
[INFO] [stdout]   22:     0x58ff6e63425d - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x58ff6e597890 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   24:     0x58ff6e610425 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::try_with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x58ff6e60f06e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x58ff6e62ef27 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   27:     0x58ff6e62ef27 - tokio[30e4c407a44a9dfe]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   28:     0x58ff6e62ef27 - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x58ff6e5e6342 - <tokio[30e4c407a44a9dfe]::runtime::enter::Enter>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs:151:18
[INFO] [stdout]   30:     0x58ff6e55c9ee - <tokio[30e4c407a44a9dfe]::runtime::thread_pool::ThreadPool>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs:77:15
[INFO] [stdout]   31:     0x58ff6e54acae - <tokio[30e4c407a44a9dfe]::runtime::Runtime>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:463:48
[INFO] [stdout]   32:     0x58ff6e60e273 - rocket[7b94d62c52341d86]::async_test::<(), authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/lib.rs:217:10
[INFO] [stdout]   33:     0x58ff6e60be06 - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:242:61
[INFO] [stdout]   34:     0x58ff6e602b47 - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:242:60
[INFO] [stdout]   35:     0x58ff6e54a0b6 - <authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_for_incorrect_password_sign_in::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x58ff6e6392ab - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x58ff6e6392ab - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   38:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x58ff6e6468f5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   41:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x58ff6e6468f5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x58ff6e6413a4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x58ff6e6413a4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   47:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   48:     0x58ff6e649a42 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x58ff6e649a42 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   53:     0x58ff6e649a42 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58ff6f23d4df - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   55:     0x58ff6f23d4df - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   56:     0x723830ddeaa4 - <unknown>
[INFO] [stdout]   57:     0x723830e6ba64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::correct_error_response_if_user_already_registered stdout ----
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 0.0.0.0
[INFO] [stdout]    >> port: 7001
[INFO] [stdout]    >> workers: 16
[INFO] [stdout]    >> ident: Rocket
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> secret key: [generated]
[INFO] [stdout] Warning: secrets enabled without a stable `secret_key`
[INFO] [stdout]    >> disable `secrets` feature or configure a `secret_key`
[INFO] [stdout]    >> this becomes an error in non-debug profiles
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (api_home) GET /
[INFO] [stdout]    >> (file_home) GET /files
[INFO] [stdout]    >> (sign_in) POST /auth/sign-in
[INFO] [stdout]    >> (sign_up) POST /auth/sign-up
[INFO] [stdout]    >> (find_user) POST /auth/find-user
[INFO] [stdout]    >> (delete_user) POST /auth/delete-user
[INFO] [stdout]    >> (get_user_tags) GET /auth/get-user-tags
[INFO] [stdout]    >> (upload_file) POST /files/
[INFO] [stdout]    >> (download_file) GET /files/<filename>
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (not_found) 404
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout]    >> Add CORS headers to responses (response)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout] Rocket has launched into local orbit
[INFO] [stdout] POST /auth/sign-up application/x-www-form-urlencoded:
[INFO] [stdout]    >> Matched: (sign_up) POST /auth/sign-up
[INFO] [stdout] password_hash : RegisterUser {
[INFO] [stdout]     first_name: "kakashi",
[INFO] [stdout]     last_name: "hatake",
[INFO] [stdout]     user_type: Customer,
[INFO] [stdout]     user_tags: [
[INFO] [stdout]         WebDevelopment,
[INFO] [stdout]         MobileDevelopment,
[INFO] [stdout]     ],
[INFO] [stdout]     email_id: "kakashi@gmail.com",
[INFO] [stdout]     password: "$argon2i$v=19$m=4096,t=3,p=1$bXktc2VjcmV0a2V5LXRvLWNoYW5nZS1pbi1wcm9k$sQ6ORgOjJ/6njlzOVbTQyn8f312mUCG3MygDxnJeZPo",
[INFO] [stdout] }
[INFO] [stdout] Connected to mongodb
[INFO] [stdout] Connected to mongodb
[INFO] [stdout] 
[INFO] [stdout] thread 'test::correct_error_response_if_user_already_registered' (5482) panicked at src/utils/mongo_util.rs:51:62:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error { kind: ServerSelectionError { message: "Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }" }, labels: [] }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ff6f23e4e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ff6f23e4e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ff6f2567da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ff6f2567da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x58ff6f24348c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x58ff6f24348c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x58ff6f219f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ff6f219f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ff6f235869 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ff6e645f70 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x58ff6e645f70 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ff6f235b92 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x58ff6f235b92 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x58ff6f21a022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x58ff6f211469 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ff6f21aead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x58ff6f25700c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ff6f256d52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x58ff6e5ed8e0 - <core[6883ba1bc0fe4ed1]::result::Result<mongodb[dfa095363613b315]::results::InsertOneResult, mongodb[dfa095363613b315]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x58ff6e5ed8e0 - <authentication_server_rocket[7b84d1f18f7bf556]::utils::mongo_util::MongoUtil>::insert_one::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/mongo_util.rs:51:62
[INFO] [stdout]   22:     0x58ff6e602417 - <authentication_server_rocket[7b84d1f18f7bf556]::services::user_service::UserService>::register::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/services/user_service.rs:16:68
[INFO] [stdout]   23:     0x58ff6e5f1667 - authentication_server_rocket[7b84d1f18f7bf556]::controller::user_controller::sign_up::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controller/user_controller.rs:41:72
[INFO] [stdout]   24:     0x58ff6e5f4374 - <authentication_server_rocket[7b84d1f18f7bf556]::controller::user_controller::sign_up>::into_info::monomorphized_function::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controller/user_controller.rs:33:5
[INFO] [stdout]   25:     0x58ff6ed7d970 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58ff6edf853a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:300:9
[INFO] [stdout]   27:     0x58ff6edc752e - <futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.16/src/future/future/catch_unwind.rs:36:44
[INFO] [stdout]   28:     0x58ff6edf83eb - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x58ff6ecff489 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x58ff6ed6ed4b - __rust_try
[INFO] [stdout]   31:     0x58ff6ed5d903 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x58ff6ed5d903 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x58ff6edc95af - <futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.16/src/future/future/catch_unwind.rs:36:9
[INFO] [stdout]   34:     0x58ff6ee35537 - rocket[7b94d62c52341d86]::server::handle::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>, rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>, <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:55:10
[INFO] [stdout]   35:     0x58ff6ee3c78e - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:280:80
[INFO] [stdout]   36:     0x58ff6ee3a930 - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route_and_process::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:235:60
[INFO] [stdout]   37:     0x58ff6ee3d4bc - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:209:66
[INFO] [stdout]   38:     0x58ff6ee8d2ff - <rocket[7b94d62c52341d86]::local::asynchronous::response::LocalResponse>::new::<<rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}::{closure#1}, <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::dispatch::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/response.rs:90:53
[INFO] [stdout]   39:     0x58ff6eddf590 - <rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/request.rs:100:12
[INFO] [stdout]   40:     0x58ff6eddeae5 - <rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/request.rs:124:63
[INFO] [stdout]   41:     0x58ff6e6093b6 - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:207:29
[INFO] [stdout]   42:     0x58ff6e63431d - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:65
[INFO] [stdout]   43:     0x58ff6e597c20 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   44:     0x58ff6e610725 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::try_with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   45:     0x58ff6e60f15e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   46:     0x58ff6e62fa37 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   47:     0x58ff6e62fa37 - tokio[30e4c407a44a9dfe]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   48:     0x58ff6e62fa37 - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:31
[INFO] [stdout]   49:     0x58ff6e5e65b2 - <tokio[30e4c407a44a9dfe]::runtime::enter::Enter>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs:151:18
[INFO] [stdout]   50:     0x58ff6e55cd7e - <tokio[30e4c407a44a9dfe]::runtime::thread_pool::ThreadPool>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs:77:15
[INFO] [stdout]   51:     0x58ff6e54b1ee - <tokio[30e4c407a44a9dfe]::runtime::Runtime>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:463:48
[INFO] [stdout]   52:     0x58ff6e60e843 - rocket[7b94d62c52341d86]::async_test::<(), authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/lib.rs:217:10
[INFO] [stdout]   53:     0x58ff6e60be96 - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:194:66
[INFO] [stdout]   54:     0x58ff6e602bd7 - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:194:65
[INFO] [stdout]   55:     0x58ff6e54a176 - <authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x58ff6e6392ab - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x58ff6e6392ab - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x58ff6e6468f5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x58ff6e6468f5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x58ff6e6413a4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x58ff6e6413a4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x58ff6e649a42 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   70:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x58ff6e649a42 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x58ff6e649a42 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x58ff6f23d4df - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   75:     0x58ff6f23d4df - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   76:     0x723830ddeaa4 - <unknown>
[INFO] [stdout]   77:     0x723830e6ba64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout]    >> Handler sign_up panicked.
[INFO] [stdout]    >> This is an application bug.
[INFO] [stdout]    >> A panic in Rust must be treated as an exceptional event.
[INFO] [stdout]    >> Panicking is not a suitable error handling mechanism.
[INFO] [stdout]    >> Unwinding, the result of a panic, is an expensive operation.
[INFO] [stdout]    >> Panics will severely degrade application performance.
[INFO] [stdout]    >> Instead of panicking, return `Option` and/or `Result`.
[INFO] [stdout]    >> Values of either type can be returned directly from handlers.
[INFO] [stdout]    >> A panic is treated as an internal server error.
[INFO] [stdout]    >> Outcome: Failure
[INFO] [stdout]    >> No 500 catcher registered. Using Rocket default.
[INFO] [stdout] 
[INFO] [stdout] thread 'test::correct_error_response_if_user_already_registered' (5482) panicked at src/main.rs:207:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 500 }
[INFO] [stdout]  right: Status { code: 200 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ff6f23e4e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ff6f23e4e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ff6f2567da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ff6f2567da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x58ff6f24348c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x58ff6f24348c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x58ff6f219f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ff6f219f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ff6f235869 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ff6e645f70 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x58ff6e645f70 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ff6f235b92 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x58ff6f235b92 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x58ff6f21a022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x58ff6f211469 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ff6f21aead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x58ff6f25700c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ff6f256e93 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x58ff6e54de79 - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<rocket_http[11a42aa4c2ac89c9]::status::Status, rocket_http[11a42aa4c2ac89c9]::status::Status>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x58ff6e609557 - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:207:9
[INFO] [stdout]   22:     0x58ff6e63431d - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x58ff6e597c20 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   24:     0x58ff6e610725 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::try_with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x58ff6e60f15e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x58ff6e62fa37 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   27:     0x58ff6e62fa37 - tokio[30e4c407a44a9dfe]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   28:     0x58ff6e62fa37 - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x58ff6e5e65b2 - <tokio[30e4c407a44a9dfe]::runtime::enter::Enter>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs:151:18
[INFO] [stdout]   30:     0x58ff6e55cd7e - <tokio[30e4c407a44a9dfe]::runtime::thread_pool::ThreadPool>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs:77:15
[INFO] [stdout]   31:     0x58ff6e54b1ee - <tokio[30e4c407a44a9dfe]::runtime::Runtime>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:463:48
[INFO] [stdout]   32:     0x58ff6e60e843 - rocket[7b94d62c52341d86]::async_test::<(), authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/lib.rs:217:10
[INFO] [stdout]   33:     0x58ff6e60be96 - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:194:66
[INFO] [stdout]   34:     0x58ff6e602bd7 - authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:194:65
[INFO] [stdout]   35:     0x58ff6e54a176 - <authentication_server_rocket[7b84d1f18f7bf556]::test::correct_error_response_if_user_already_registered::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x58ff6e6392ab - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x58ff6e6392ab - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   38:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x58ff6e6468f5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   41:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x58ff6e6468f5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x58ff6e6413a4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x58ff6e6413a4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   47:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   48:     0x58ff6e649a42 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x58ff6e649a42 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   53:     0x58ff6e649a42 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58ff6f23d4df - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   55:     0x58ff6f23d4df - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   56:     0x723830ddeaa4 - <unknown>
[INFO] [stdout]   57:     0x723830e6ba64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::it_works_for_sign_up_and_delete_user_once_signed_up stdout ----
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 0.0.0.0
[INFO] [stdout]    >> port: 7001
[INFO] [stdout]    >> workers: 16
[INFO] [stdout]    >> ident: Rocket
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> secret key: [generated]
[INFO] [stdout] Warning: secrets enabled without a stable `secret_key`
[INFO] [stdout]    >> disable `secrets` feature or configure a `secret_key`
[INFO] [stdout]    >> this becomes an error in non-debug profiles
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (api_home) GET /
[INFO] [stdout]    >> (file_home) GET /files
[INFO] [stdout]    >> (sign_in) POST /auth/sign-in
[INFO] [stdout]    >> (sign_up) POST /auth/sign-up
[INFO] [stdout]    >> (find_user) POST /auth/find-user
[INFO] [stdout]    >> (delete_user) POST /auth/delete-user
[INFO] [stdout]    >> (get_user_tags) GET /auth/get-user-tags
[INFO] [stdout]    >> (upload_file) POST /files/
[INFO] [stdout]    >> (download_file) GET /files/<filename>
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (not_found) 404
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout]    >> Add CORS headers to responses (response)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout] Rocket has launched into local orbit
[INFO] [stdout] POST /auth/sign-up application/x-www-form-urlencoded:
[INFO] [stdout]    >> Matched: (sign_up) POST /auth/sign-up
[INFO] [stdout] password_hash : RegisterUser {
[INFO] [stdout]     first_name: "kakashi",
[INFO] [stdout]     last_name: "hatake",
[INFO] [stdout]     user_type: Customer,
[INFO] [stdout]     user_tags: [
[INFO] [stdout]         WebDevelopment,
[INFO] [stdout]         MobileDevelopment,
[INFO] [stdout]     ],
[INFO] [stdout]     email_id: "kakashi@gmail.com",
[INFO] [stdout]     password: "$argon2i$v=19$m=4096,t=3,p=1$bXktc2VjcmV0a2V5LXRvLWNoYW5nZS1pbi1wcm9k$sQ6ORgOjJ/6njlzOVbTQyn8f312mUCG3MygDxnJeZPo",
[INFO] [stdout] }
[INFO] [stdout] Connected to mongodb
[INFO] [stdout] Connected to mongodb
[INFO] [stdout] 
[INFO] [stdout] thread 'test::it_works_for_sign_up_and_delete_user_once_signed_up' (5485) panicked at src/utils/mongo_util.rs:51:62:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error { kind: ServerSelectionError { message: "Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }" }, labels: [] }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ff6f23e4e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ff6f23e4e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ff6f2567da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ff6f2567da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x58ff6f24348c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x58ff6f24348c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x58ff6f219f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ff6f219f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ff6f235869 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ff6e645f70 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x58ff6e645f70 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ff6f235b92 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x58ff6f235b92 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x58ff6f21a022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x58ff6f211469 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ff6f21aead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x58ff6f25700c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ff6f256d52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x58ff6e5ed8e0 - <core[6883ba1bc0fe4ed1]::result::Result<mongodb[dfa095363613b315]::results::InsertOneResult, mongodb[dfa095363613b315]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x58ff6e5ed8e0 - <authentication_server_rocket[7b84d1f18f7bf556]::utils::mongo_util::MongoUtil>::insert_one::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/mongo_util.rs:51:62
[INFO] [stdout]   22:     0x58ff6e602417 - <authentication_server_rocket[7b84d1f18f7bf556]::services::user_service::UserService>::register::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/services/user_service.rs:16:68
[INFO] [stdout]   23:     0x58ff6e5f1667 - authentication_server_rocket[7b84d1f18f7bf556]::controller::user_controller::sign_up::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controller/user_controller.rs:41:72
[INFO] [stdout]   24:     0x58ff6e5f4374 - <authentication_server_rocket[7b84d1f18f7bf556]::controller::user_controller::sign_up>::into_info::monomorphized_function::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controller/user_controller.rs:33:5
[INFO] [stdout]   25:     0x58ff6ed7d970 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58ff6edf853a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:300:9
[INFO] [stdout]   27:     0x58ff6edc752e - <futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.16/src/future/future/catch_unwind.rs:36:44
[INFO] [stdout]   28:     0x58ff6edf83eb - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x58ff6ecff489 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x58ff6ed6ed4b - __rust_try
[INFO] [stdout]   31:     0x58ff6ed5d903 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x58ff6ed5d903 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x58ff6edc95af - <futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.16/src/future/future/catch_unwind.rs:36:9
[INFO] [stdout]   34:     0x58ff6ee35537 - rocket[7b94d62c52341d86]::server::handle::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>, rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>, <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:55:10
[INFO] [stdout]   35:     0x58ff6ee3c78e - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:280:80
[INFO] [stdout]   36:     0x58ff6ee3a930 - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route_and_process::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:235:60
[INFO] [stdout]   37:     0x58ff6ee3d4bc - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:209:66
[INFO] [stdout]   38:     0x58ff6ee8d2ff - <rocket[7b94d62c52341d86]::local::asynchronous::response::LocalResponse>::new::<<rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}::{closure#1}, <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::dispatch::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/response.rs:90:53
[INFO] [stdout]   39:     0x58ff6eddf590 - <rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/request.rs:100:12
[INFO] [stdout]   40:     0x58ff6eddeae5 - <rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/request.rs:124:63
[INFO] [stdout]   41:     0x58ff6e60a7d5 - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:146:29
[INFO] [stdout]   42:     0x58ff6e63435d - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:65
[INFO] [stdout]   43:     0x58ff6e597d50 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   44:     0x58ff6e610825 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::try_with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   45:     0x58ff6e60f1ae - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   46:     0x58ff6e62fde7 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   47:     0x58ff6e62fde7 - tokio[30e4c407a44a9dfe]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   48:     0x58ff6e62fde7 - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:31
[INFO] [stdout]   49:     0x58ff6e5e6682 - <tokio[30e4c407a44a9dfe]::runtime::enter::Enter>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs:151:18
[INFO] [stdout]   50:     0x58ff6e55ceae - <tokio[30e4c407a44a9dfe]::runtime::thread_pool::ThreadPool>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs:77:15
[INFO] [stdout]   51:     0x58ff6e54b3ae - <tokio[30e4c407a44a9dfe]::runtime::Runtime>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:463:48
[INFO] [stdout]   52:     0x58ff6e60ea33 - rocket[7b94d62c52341d86]::async_test::<(), authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/lib.rs:217:10
[INFO] [stdout]   53:     0x58ff6e60bec6 - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:135:68
[INFO] [stdout]   54:     0x58ff6e602c07 - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:135:67
[INFO] [stdout]   55:     0x58ff6e54a1b6 - <authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x58ff6e6392ab - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x58ff6e6392ab - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x58ff6e6468f5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x58ff6e6468f5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x58ff6e6413a4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x58ff6e6413a4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x58ff6e649a42 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   70:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x58ff6e649a42 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x58ff6e649a42 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x58ff6f23d4df - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   75:     0x58ff6f23d4df - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   76:     0x723830ddeaa4 - <unknown>
[INFO] [stdout]   77:     0x723830e6ba64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout]    >> Handler sign_up panicked.
[INFO] [stdout]    >> This is an application bug.
[INFO] [stdout]    >> A panic in Rust must be treated as an exceptional event.
[INFO] [stdout]    >> Panicking is not a suitable error handling mechanism.
[INFO] [stdout]    >> Unwinding, the result of a panic, is an expensive operation.
[INFO] [stdout]    >> Panics will severely degrade application performance.
[INFO] [stdout]    >> Instead of panicking, return `Option` and/or `Result`.
[INFO] [stdout]    >> Values of either type can be returned directly from handlers.
[INFO] [stdout]    >> A panic is treated as an internal server error.
[INFO] [stdout]    >> Outcome: Failure
[INFO] [stdout]    >> No 500 catcher registered. Using Rocket default.
[INFO] [stdout] 
[INFO] [stdout] thread 'test::it_works_for_sign_up_and_delete_user_once_signed_up' (5485) panicked at src/main.rs:146:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 500 }
[INFO] [stdout]  right: Status { code: 200 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ff6f23e4e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ff6f23e4e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ff6f2567da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ff6f2567da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x58ff6f24348c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x58ff6f24348c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x58ff6f219f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ff6f219f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ff6f235869 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ff6e645f70 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x58ff6e645f70 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ff6f235b92 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x58ff6f235b92 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x58ff6f21a022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x58ff6f211469 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ff6f21aead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x58ff6f25700c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ff6f256e93 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x58ff6e54de79 - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<rocket_http[11a42aa4c2ac89c9]::status::Status, rocket_http[11a42aa4c2ac89c9]::status::Status>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x58ff6e60a95e - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:146:9
[INFO] [stdout]   22:     0x58ff6e63435d - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x58ff6e597d50 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   24:     0x58ff6e610825 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::try_with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x58ff6e60f1ae - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x58ff6e62fde7 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   27:     0x58ff6e62fde7 - tokio[30e4c407a44a9dfe]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   28:     0x58ff6e62fde7 - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x58ff6e5e6682 - <tokio[30e4c407a44a9dfe]::runtime::enter::Enter>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs:151:18
[INFO] [stdout]   30:     0x58ff6e55ceae - <tokio[30e4c407a44a9dfe]::runtime::thread_pool::ThreadPool>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs:77:15
[INFO] [stdout]   31:     0x58ff6e54b3ae - <tokio[30e4c407a44a9dfe]::runtime::Runtime>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:463:48
[INFO] [stdout]   32:     0x58ff6e60ea33 - rocket[7b94d62c52341d86]::async_test::<(), authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/lib.rs:217:10
[INFO] [stdout]   33:     0x58ff6e60bec6 - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:135:68
[INFO] [stdout]   34:     0x58ff6e602c07 - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:135:67
[INFO] [stdout]   35:     0x58ff6e54a1b6 - <authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_up_and_delete_user_once_signed_up::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x58ff6e6392ab - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x58ff6e6392ab - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   38:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x58ff6e6468f5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   41:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x58ff6e6468f5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x58ff6e6413a4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x58ff6e6413a4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   47:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   48:     0x58ff6e649a42 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x58ff6e649a42 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   53:     0x58ff6e649a42 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58ff6f23d4df - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   55:     0x58ff6f23d4df - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   56:     0x723830ddeaa4 - <unknown>
[INFO] [stdout]   57:     0x723830e6ba64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::it_works_for_sign_in stdout ----
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 0.0.0.0
[INFO] [stdout]    >> port: 7001
[INFO] [stdout]    >> workers: 16
[INFO] [stdout]    >> ident: Rocket
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> secret key: [generated]
[INFO] [stdout] Warning: secrets enabled without a stable `secret_key`
[INFO] [stdout]    >> disable `secrets` feature or configure a `secret_key`
[INFO] [stdout]    >> this becomes an error in non-debug profiles
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (api_home) GET /
[INFO] [stdout]    >> (file_home) GET /files
[INFO] [stdout]    >> (sign_in) POST /auth/sign-in
[INFO] [stdout]    >> (sign_up) POST /auth/sign-up
[INFO] [stdout]    >> (find_user) POST /auth/find-user
[INFO] [stdout]    >> (delete_user) POST /auth/delete-user
[INFO] [stdout]    >> (get_user_tags) GET /auth/get-user-tags
[INFO] [stdout]    >> (upload_file) POST /files/
[INFO] [stdout]    >> (download_file) GET /files/<filename>
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (not_found) 404
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout]    >> Add CORS headers to responses (response)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout] Rocket has launched into local orbit
[INFO] [stdout] POST /auth/sign-up application/x-www-form-urlencoded:
[INFO] [stdout]    >> Matched: (sign_up) POST /auth/sign-up
[INFO] [stdout] password_hash : RegisterUser {
[INFO] [stdout]     first_name: "kakashi",
[INFO] [stdout]     last_name: "hatake",
[INFO] [stdout]     user_type: Customer,
[INFO] [stdout]     user_tags: [
[INFO] [stdout]         WebDevelopment,
[INFO] [stdout]         MobileDevelopment,
[INFO] [stdout]     ],
[INFO] [stdout]     email_id: "kakashi@gmail.com",
[INFO] [stdout]     password: "$argon2i$v=19$m=4096,t=3,p=1$bXktc2VjcmV0a2V5LXRvLWNoYW5nZS1pbi1wcm9k$sQ6ORgOjJ/6njlzOVbTQyn8f312mUCG3MygDxnJeZPo",
[INFO] [stdout] }
[INFO] [stdout] Connected to mongodb
[INFO] [stdout] Connected to mongodb
[INFO] [stdout] 
[INFO] [stdout] thread 'test::it_works_for_sign_in' (5484) panicked at src/utils/mongo_util.rs:51:62:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Error { kind: ServerSelectionError { message: "Server selection timeout: No available servers. Topology: { Type: Unknown, Servers: [ { Address: localhost:27017, Type: Unknown, Error: Connection refused (os error 111) }, ] }" }, labels: [] }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ff6f23e4e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ff6f23e4e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ff6f2567da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ff6f2567da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x58ff6f24348c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x58ff6f24348c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x58ff6f219f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ff6f219f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ff6f235869 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ff6e645f70 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x58ff6e645f70 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ff6f235b92 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x58ff6f235b92 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x58ff6f21a022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x58ff6f211469 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ff6f21aead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x58ff6f25700c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ff6f256d52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x58ff6e5ed8e0 - <core[6883ba1bc0fe4ed1]::result::Result<mongodb[dfa095363613b315]::results::InsertOneResult, mongodb[dfa095363613b315]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x58ff6e5ed8e0 - <authentication_server_rocket[7b84d1f18f7bf556]::utils::mongo_util::MongoUtil>::insert_one::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/mongo_util.rs:51:62
[INFO] [stdout]   22:     0x58ff6e602417 - <authentication_server_rocket[7b84d1f18f7bf556]::services::user_service::UserService>::register::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/services/user_service.rs:16:68
[INFO] [stdout]   23:     0x58ff6e5f1667 - authentication_server_rocket[7b84d1f18f7bf556]::controller::user_controller::sign_up::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controller/user_controller.rs:41:72
[INFO] [stdout]   24:     0x58ff6e5f4374 - <authentication_server_rocket[7b84d1f18f7bf556]::controller::user_controller::sign_up>::into_info::monomorphized_function::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controller/user_controller.rs:33:5
[INFO] [stdout]   25:     0x58ff6ed7d970 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58ff6edf853a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:300:9
[INFO] [stdout]   27:     0x58ff6edc752e - <futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.16/src/future/future/catch_unwind.rs:36:44
[INFO] [stdout]   28:     0x58ff6edf83eb - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x58ff6ecff489 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x58ff6ed6ed4b - __rust_try
[INFO] [stdout]   31:     0x58ff6ed5d903 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x58ff6ed5d903 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x58ff6edc95af - <futures_util[169852009fb60420]::future::future::catch_unwind::CatchUnwind<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.16/src/future/future/catch_unwind.rs:36:9
[INFO] [stdout]   34:     0x58ff6ee35537 - rocket[7b94d62c52341d86]::server::handle::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>> + core[6883ba1bc0fe4ed1]::marker::Send>>, rocket[7b94d62c52341d86]::outcome::Outcome<rocket[7b94d62c52341d86]::response::response::Response, rocket_http[11a42aa4c2ac89c9]::status::Status, rocket[7b94d62c52341d86]::data::data::Data>, <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:55:10
[INFO] [stdout]   35:     0x58ff6ee3c78e - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:280:80
[INFO] [stdout]   36:     0x58ff6ee3a930 - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::route_and_process::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:235:60
[INFO] [stdout]   37:     0x58ff6ee3d4bc - <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/server.rs:209:66
[INFO] [stdout]   38:     0x58ff6ee8d2ff - <rocket[7b94d62c52341d86]::local::asynchronous::response::LocalResponse>::new::<<rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}::{closure#1}, <rocket[7b94d62c52341d86]::rocket::Rocket<rocket[7b94d62c52341d86]::phase::Orbit>>::dispatch::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/response.rs:90:53
[INFO] [stdout]   39:     0x58ff6eddf590 - <rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/request.rs:100:12
[INFO] [stdout]   40:     0x58ff6eddeae5 - <rocket[7b94d62c52341d86]::local::asynchronous::request::LocalRequest>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/request.rs:124:63
[INFO] [stdout]   41:     0x58ff6e603843 - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:175:29
[INFO] [stdout]   42:     0x58ff6e63419d - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:65
[INFO] [stdout]   43:     0x58ff6e597500 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   44:     0x58ff6e610125 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::try_with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   45:     0x58ff6e60ef7e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   46:     0x58ff6e62e407 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   47:     0x58ff6e62e407 - tokio[30e4c407a44a9dfe]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   48:     0x58ff6e62e407 - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:31
[INFO] [stdout]   49:     0x58ff6e5e60d2 - <tokio[30e4c407a44a9dfe]::runtime::enter::Enter>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs:151:18
[INFO] [stdout]   50:     0x58ff6e55c65e - <tokio[30e4c407a44a9dfe]::runtime::thread_pool::ThreadPool>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs:77:15
[INFO] [stdout]   51:     0x58ff6e54a76e - <tokio[30e4c407a44a9dfe]::runtime::Runtime>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:463:48
[INFO] [stdout]   52:     0x58ff6e60dca3 - rocket[7b94d62c52341d86]::async_test::<(), authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/lib.rs:217:10
[INFO] [stdout]   53:     0x58ff6e60bd76 - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:157:37
[INFO] [stdout]   54:     0x58ff6e602ab7 - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:157:36
[INFO] [stdout]   55:     0x58ff6e549ff6 - <authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x58ff6e6392ab - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x58ff6e6392ab - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x58ff6e6468f5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x58ff6e6468f5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x58ff6e6413a4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x58ff6e6413a4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x58ff6e649a42 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   70:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x58ff6e649a42 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x58ff6e649a42 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x58ff6f23d4df - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   75:     0x58ff6f23d4df - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   76:     0x723830ddeaa4 - <unknown>
[INFO] [stdout]   77:     0x723830e6ba64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout]    >> Handler sign_up panicked.
[INFO] [stdout]    >> This is an application bug.
[INFO] [stdout]    >> A panic in Rust must be treated as an exceptional event.
[INFO] [stdout]    >> Panicking is not a suitable error handling mechanism.
[INFO] [stdout]    >> Unwinding, the result of a panic, is an expensive operation.
[INFO] [stdout]    >> Panics will severely degrade application performance.
[INFO] [stdout]    >> Instead of panicking, return `Option` and/or `Result`.
[INFO] [stdout]    >> Values of either type can be returned directly from handlers.
[INFO] [stdout]    >> A panic is treated as an internal server error.
[INFO] [stdout]    >> Outcome: Failure
[INFO] [stdout]    >> No 500 catcher registered. Using Rocket default.
[INFO] [stdout] 
[INFO] [stdout] thread 'test::it_works_for_sign_in' (5484) panicked at src/main.rs:175:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 500 }
[INFO] [stdout]  right: Status { code: 200 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ff6f23e4e1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ff6f23e4e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ff6f23e4e1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ff6f2567da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ff6f2567da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x58ff6f24348c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x58ff6f24348c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x58ff6f219f76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ff6f219f76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ff6f235869 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ff6e645f70 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x58ff6e645f70 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ff6f235b92 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x58ff6f235b92 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x58ff6f21a022 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x58ff6f211469 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ff6f21aead - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x58ff6f25700c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ff6f256e93 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x58ff6e54de79 - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<rocket_http[11a42aa4c2ac89c9]::status::Status, rocket_http[11a42aa4c2ac89c9]::status::Status>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x58ff6e6039f0 - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:175:9
[INFO] [stdout]   22:     0x58ff6e63419d - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:65
[INFO] [stdout]   23:     0x58ff6e597500 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   24:     0x58ff6e610125 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::try_with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x58ff6e60ef7e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[30e4c407a44a9dfe]::coop::Budget>>>::with::<tokio[30e4c407a44a9dfe]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x58ff6e62e407 - tokio[30e4c407a44a9dfe]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   27:     0x58ff6e62e407 - tokio[30e4c407a44a9dfe]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   28:     0x58ff6e62e407 - <tokio[30e4c407a44a9dfe]::park::thread::CachedParkThread>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs:263:31
[INFO] [stdout]   29:     0x58ff6e5e60d2 - <tokio[30e4c407a44a9dfe]::runtime::enter::Enter>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs:151:18
[INFO] [stdout]   30:     0x58ff6e55c65e - <tokio[30e4c407a44a9dfe]::runtime::thread_pool::ThreadPool>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs:77:15
[INFO] [stdout]   31:     0x58ff6e54a76e - <tokio[30e4c407a44a9dfe]::runtime::Runtime>::block_on::<authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:463:48
[INFO] [stdout]   32:     0x58ff6e60dca3 - rocket[7b94d62c52341d86]::async_test::<(), authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/lib.rs:217:10
[INFO] [stdout]   33:     0x58ff6e60bd76 - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:157:37
[INFO] [stdout]   34:     0x58ff6e602ab7 - authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:157:36
[INFO] [stdout]   35:     0x58ff6e549ff6 - <authentication_server_rocket[7b84d1f18f7bf556]::test::it_works_for_sign_in::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x58ff6e6392ab - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x58ff6e6392ab - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   38:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x58ff6e6468f5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   41:     0x58ff6e6468f5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x58ff6e6468f5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x58ff6e6468f5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x58ff6e6413a4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x58ff6e6413a4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   47:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   48:     0x58ff6e649a42 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x58ff6e649a42 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x58ff6e649a42 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x58ff6e649a42 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   53:     0x58ff6e649a42 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58ff6f23d4df - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   55:     0x58ff6f23d4df - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   56:     0x723830ddeaa4 - <unknown>
[INFO] [stdout]   57:     0x723830e6ba64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::correct_error_for_incorrect_password_sign_in
[INFO] [stdout]     test::correct_error_response_if_user_already_registered
[INFO] [stdout]     test::it_works_for_sign_in
[INFO] [stdout]     test::it_works_for_sign_up_and_delete_user_once_signed_up
[INFO] [stdout]     test::upload_and_download_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 61.26s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin authentication_server_rocket`
[INFO] running `Command { std: "docker" "inspect" "a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57", kill_on_drop: false }`
[INFO] [stdout] a4f50f4a87a627faa0bf95061a4b62eaf783c352a1acaab03c33874346f2ef57
