[INFO] cloning repository https://github.com/thomassimmer/rocket-template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thomassimmer/rocket-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomassimmer%2Frocket-template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomassimmer%2Frocket-template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1f0b817782e8c635c4777cd75ef7069fa12179d9
[INFO] testing thomassimmer/rocket-template against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomassimmer%2Frocket-template" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thomassimmer/rocket-template
[INFO] finished tweaking git repo https://github.com/thomassimmer/rocket-template
[INFO] tweaked toml for git repo https://github.com/thomassimmer/rocket-template written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thomassimmer/rocket-template on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thomassimmer/rocket-template 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 76fcf3cae8a9c011017e3332dedeb6b72abd8090e1dc18a0b023546d08071b11
[INFO] running `Command { std: "docker" "start" "-a" "76fcf3cae8a9c011017e3332dedeb6b72abd8090e1dc18a0b023546d08071b11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76fcf3cae8a9c011017e3332dedeb6b72abd8090e1dc18a0b023546d08071b11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76fcf3cae8a9c011017e3332dedeb6b72abd8090e1dc18a0b023546d08071b11", kill_on_drop: false }`
[INFO] [stdout] 76fcf3cae8a9c011017e3332dedeb6b72abd8090e1dc18a0b023546d08071b11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 85ec6b3fc680d00bb41adc719907c746b93cef28ed2f5ad2017e5b62297ea6f5
[INFO] running `Command { std: "docker" "start" "-a" "85ec6b3fc680d00bb41adc719907c746b93cef28ed2f5ad2017e5b62297ea6f5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling winnow v0.6.13
[INFO] [stderr]    Compiling httparse v1.9.3
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling atomic v0.5.3
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.9
[INFO] [stderr]    Compiling devise_core v0.4.1
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling hyper v0.14.29
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling tempfile v3.13.0
[INFO] [stderr]    Compiling rocket_sync_db_pools v0.1.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling pem v3.0.4
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]    Compiling zerovec-derive v0.10.2
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling darling_macro v0.20.9
[INFO] [stderr]    Compiling devise_codegen v0.4.1
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling darling v0.20.9
[INFO] [stderr]    Compiling dsl_auto_type v0.1.1
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stderr]    Compiling devise v0.4.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling zerovec v0.10.2
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling diesel_derives v2.2.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling rocket_sync_db_pools_codegen v0.1.0
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]    Compiling icu_properties v1.5.0
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling serde_spanned v0.6.6
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling ubyte v0.10.4
[INFO] [stderr]    Compiling toml_edit v0.22.14
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling idna v1.0.0
[INFO] [stderr]    Compiling unicase_serde v0.1.0
[INFO] [stderr]    Compiling jsonwebtoken v9.3.0
[INFO] [stderr]    Compiling url v2.5.1
[INFO] [stderr]    Compiling diesel v2.2.1
[INFO] [stderr]    Compiling toml v0.8.14
[INFO] [stderr]    Compiling migrations_internals v2.2.0
[INFO] [stderr]    Compiling migrations_macros v2.2.0
[INFO] [stderr]    Compiling rocket_cors v0.6.0
[INFO] [stderr]    Compiling diesel_migrations v2.2.0
[INFO] [stderr]    Compiling rocket-template v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 09s
[INFO] running `Command { std: "docker" "inspect" "85ec6b3fc680d00bb41adc719907c746b93cef28ed2f5ad2017e5b62297ea6f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85ec6b3fc680d00bb41adc719907c746b93cef28ed2f5ad2017e5b62297ea6f5", kill_on_drop: false }`
[INFO] [stdout] 85ec6b3fc680d00bb41adc719907c746b93cef28ed2f5ad2017e5b62297ea6f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7c9a4f6a73299d2bc95d1fd2df1d6272e71a2c014c2a83ca2ea0437d7868d26
[INFO] running `Command { std: "docker" "start" "-a" "c7c9a4f6a73299d2bc95d1fd2df1d6272e71a2c014c2a83ca2ea0437d7868d26", kill_on_drop: false }`
[INFO] [stderr]    Compiling rocket-template v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.16s
[INFO] running `Command { std: "docker" "inspect" "c7c9a4f6a73299d2bc95d1fd2df1d6272e71a2c014c2a83ca2ea0437d7868d26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7c9a4f6a73299d2bc95d1fd2df1d6272e71a2c014c2a83ca2ea0437d7868d26", kill_on_drop: false }`
[INFO] [stdout] c7c9a4f6a73299d2bc95d1fd2df1d6272e71a2c014c2a83ca2ea0437d7868d26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 51bab9d3a97af5ba97d15f58e60745829cb770bd35d2154f11ccff67ebe9dbc4
[INFO] running `Command { std: "docker" "start" "-a" "51bab9d3a97af5ba97d15f58e60745829cb770bd35d2154f11ccff67ebe9dbc4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rocket_template-92cdea6b54dd5987)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/main-365b609de3172e97)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-c920b84365723c24)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test routes::home::test::hello_world ... ok
[INFO] [stdout] test routes::home::test::error404 ... ok
[INFO] [stdout] test routes::user::test::test_all_methods ... ok
[INFO] [stdout] test routes::home::test::test_register ... FAILED
[INFO] [stdout] test routes::home::test::test_login ... FAILED
[INFO] [stdout] test routes::message::test::test_all_methods ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- routes::home::test::test_register stdout ----
[INFO] [stdout] Applied migration: 20240615081703
[INFO] [stdout] Applied migration: 20240616172322
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 127.0.0.1
[INFO] [stdout]    >> port: 8000
[INFO] [stdout]    >> workers: 8
[INFO] [stdout]    >> max blocking threads: 512
[INFO] [stdout]    >> ident: Rocket
[INFO] [stdout]    >> IP header: X-Real-IP
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> http/2: true
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (index) GET /
[INFO] [stdout]    >> (login_user) POST /login application/json
[INFO] [stdout]    >> (register_user) POST /register application/json
[INFO] [stdout]    >> (favicon) GET /favicon.ico
[INFO] [stdout]    >> (events) GET /ws/
[INFO] [stdout]    >> GET /cors/<status>
[INFO] [stdout]    >> (get_users) GET /users/?<skip>&<take>
[INFO] [stdout]    >> (create_user) POST /users/ application/json
[INFO] [stdout]    >> (get_user) GET /users/<id>
[INFO] [stdout]    >> (delete_user) DELETE /users/<id>
[INFO] [stdout]    >> (update_user) PUT /users/<id> application/json
[INFO] [stdout]    >> (FileServer: src/static) GET /static/<path..> [10]
[INFO] [stdout]    >> (get_messages) GET /messages/?<skip>&<take>
[INFO] [stdout]    >> (create_message) POST /messages/ application/json
[INFO] [stdout]    >> (get_message) GET /messages/<id>
[INFO] [stdout]    >> (delete_message) DELETE /messages/<id>
[INFO] [stdout]    >> (update_message) PUT /messages/<id> application/json
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (not_found) 404
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> 'rocket_template_db' Database Pool (ignite)
[INFO] [stdout]    >> Diesel Migrations (ignite)
[INFO] [stdout]    >> CORS (ignite, request, response)
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[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 locally
[INFO] [stdout] POST /register application/json:
[INFO] [stdout]    >> Matched: (register_user) POST /register application/json
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::home::test::test_register' (23) panicked at src/utils/jwt.rs:9:41:
[INFO] [stdout] JWT_SECRET must be set.: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59ed759a8dca - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59ed759a8dca - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59ed759c185a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59ed759c185a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x59ed759ad8a2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x59ed759ad8a2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x59ed75986cff - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59ed75986cff - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59ed759a0af9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59ed74e74cec - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x59ed74e74cec - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59ed759a0d72 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x59ed759a0d72 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59ed75986db8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59ed7597e3f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59ed75987b6d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59ed759c20cc - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59ed759c1e12 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59ed74f1ee1e - <core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, std[ec419fa8110287d5]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x59ed74f200d1 - rocket_template[9b7e052e1b421281]::utils::jwt::create_jwt
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/jwt.rs:9:41
[INFO] [stdout]   22:     0x59ed74f7074f - rocket_template[9b7e052e1b421281]::routes::home::register_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes/home.rs:38:23
[INFO] [stdout]   23:     0x59ed74f723c2 - <rocket_template[9b7e052e1b421281]::routes::home::register_user>::into_info::monomorphized_function::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes/home.rs:32:5
[INFO] [stdout]   24:     0x59ed7548f440 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x59ed7549093a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:300:9
[INFO] [stdout]   26:     0x59ed754a32ee - <futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.30/src/future/future/catch_unwind.rs:36:44
[INFO] [stdout]   27:     0x59ed754908bb - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x59ed754a6cf1 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x59ed7557f04b - __rust_try
[INFO] [stdout]   30:     0x59ed7556ed8f - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x59ed7556ed8f - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x59ed754a58df - <futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.30/src/future/future/catch_unwind.rs:36:9
[INFO] [stdout]   33:     0x59ed755f0499 - rocket[b039f8670ef2bec3]::server::handle::<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>, rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>, <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::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.1/src/server.rs:57:10
[INFO] [stdout]   34:     0x59ed755f7b98 - <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/server.rs:335:80
[INFO] [stdout]   35:     0x59ed755f6018 - <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::route_and_process::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/server.rs:288:60
[INFO] [stdout]   36:     0x59ed755f89f2 - <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/server.rs:262:66
[INFO] [stdout]   37:     0x59ed755cff43 - <rocket[b039f8670ef2bec3]::local::asynchronous::response::LocalResponse>::new::<<rocket[b039f8670ef2bec3]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}::{closure#1}, <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::dispatch::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/local/asynchronous/response.rs:90:53
[INFO] [stdout]   38:     0x59ed755fa66a - <rocket[b039f8670ef2bec3]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/local/asynchronous/request.rs:99:12
[INFO] [stdout]   39:     0x59ed755f9b9f - <rocket[b039f8670ef2bec3]::local::asynchronous::request::LocalRequest>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/local/asynchronous/request.rs:123:63
[INFO] [stdout]   40:     0x59ed74e5b5c2 - mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:46:14
[INFO] [stdout]   41:     0x59ed74e67c5d - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:74
[INFO] [stdout]   42:     0x59ed74e6560b - tokio[ecfc13288d87b03e]::runtime::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   43:     0x59ed74e6560b - tokio[ecfc13288d87b03e]::runtime::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   44:     0x59ed74e6560b - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:31
[INFO] [stdout]   45:     0x59ed74e4fc52 - <tokio[ecfc13288d87b03e]::runtime::context::blocking::BlockingRegionGuard>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   46:     0x59ed74e486d7 - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:87:22
[INFO] [stdout]   47:     0x59ed74e53cb6 - tokio[ecfc13288d87b03e]::runtime::context::runtime::enter_runtime::<<tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x59ed74e47070 - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
[INFO] [stdout]   49:     0x59ed74e453b6 - <tokio[ecfc13288d87b03e]::runtime::runtime::Runtime>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/runtime.rs:349:50
[INFO] [stdout]   50:     0x59ed74e44160 - rocket[b039f8670ef2bec3]::async_run::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:250:26
[INFO] [stdout]   51:     0x59ed74e436da - rocket[b039f8670ef2bec3]::async_test::<(), mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:261:5
[INFO] [stdout]   52:     0x59ed74e630b6 - mod[4b4918447035afcc]::routes::home::test::test_register
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:31:30
[INFO] [stdout]   53:     0x59ed74e573f7 - mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:31:29
[INFO] [stdout]   54:     0x59ed74e67e86 - <mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x59ed74e67fcb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59ed74e67fcb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x59ed74e757bb - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x59ed74e757bb - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x59ed74e70194 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x59ed74e70194 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x59ed74e783c2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x59ed74e783c2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x59ed74e783c2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x59ed759a833f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   74:     0x59ed759a833f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x79baba744aa4 - <unknown>
[INFO] [stdout]   76:     0x79baba7d1a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout]    >> Handler register_user 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 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: Error(500 Internal Server Error)
[INFO] [stdout]    >> No 500 catcher registered. Using Rocket default.
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::home::test::test_register' (23) panicked at tests/routes/home.rs:48: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:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59ed759a8dca - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59ed759a8dca - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59ed759c185a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59ed759c185a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x59ed759ad8a2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x59ed759ad8a2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x59ed75986cff - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59ed75986cff - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59ed759a0af9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59ed74e74cec - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x59ed74e74cec - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59ed759a0d72 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x59ed759a0d72 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59ed75986db8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59ed7597e3f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59ed75987b6d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59ed759c20cc - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59ed759c1f53 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59ed74e4752f - core[35159d6ffb30e017]::panicking::assert_failed::<rocket_http[46f6c05bf15af93f]::status::Status, rocket_http[46f6c05bf15af93f]::status::Status>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59ed74e5b776 - mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:48:9
[INFO] [stdout]   22:     0x59ed74e67c5d - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:74
[INFO] [stdout]   23:     0x59ed74e6560b - tokio[ecfc13288d87b03e]::runtime::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   24:     0x59ed74e6560b - tokio[ecfc13288d87b03e]::runtime::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   25:     0x59ed74e6560b - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:31
[INFO] [stdout]   26:     0x59ed74e4fc52 - <tokio[ecfc13288d87b03e]::runtime::context::blocking::BlockingRegionGuard>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   27:     0x59ed74e486d7 - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:87:22
[INFO] [stdout]   28:     0x59ed74e53cb6 - tokio[ecfc13288d87b03e]::runtime::context::runtime::enter_runtime::<<tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   29:     0x59ed74e47070 - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
[INFO] [stdout]   30:     0x59ed74e453b6 - <tokio[ecfc13288d87b03e]::runtime::runtime::Runtime>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/runtime.rs:349:50
[INFO] [stdout]   31:     0x59ed74e44160 - rocket[b039f8670ef2bec3]::async_run::<mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:250:26
[INFO] [stdout]   32:     0x59ed74e436da - rocket[b039f8670ef2bec3]::async_test::<(), mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:261:5
[INFO] [stdout]   33:     0x59ed74e630b6 - mod[4b4918447035afcc]::routes::home::test::test_register
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:31:30
[INFO] [stdout]   34:     0x59ed74e573f7 - mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:31:29
[INFO] [stdout]   35:     0x59ed74e67e86 - <mod[4b4918447035afcc]::routes::home::test::test_register::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x59ed74e67fcb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x59ed74e67fcb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   38:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x59ed74e757bb - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x59ed74e757bb - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x59ed74e70194 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x59ed74e70194 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   47:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   48:     0x59ed74e783c2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x59ed74e783c2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   53:     0x59ed74e783c2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x59ed759a833f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   55:     0x59ed759a833f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   56:     0x79baba744aa4 - <unknown>
[INFO] [stdout]   57:     0x79baba7d1a64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- routes::home::test::test_login stdout ----
[INFO] [stdout] Applied migration: 20240615081703
[INFO] [stdout] Applied migration: 20240616172322
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 127.0.0.1
[INFO] [stdout]    >> port: 8000
[INFO] [stdout]    >> workers: 8
[INFO] [stdout]    >> max blocking threads: 512
[INFO] [stdout]    >> ident: Rocket
[INFO] [stdout]    >> IP header: X-Real-IP
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> http/2: true
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (index) GET /
[INFO] [stdout]    >> (login_user) POST /login application/json
[INFO] [stdout]    >> (register_user) POST /register application/json
[INFO] [stdout]    >> (favicon) GET /favicon.ico
[INFO] [stdout]    >> (events) GET /ws/
[INFO] [stdout]    >> GET /cors/<status>
[INFO] [stdout]    >> (get_users) GET /users/?<skip>&<take>
[INFO] [stdout]    >> (create_user) POST /users/ application/json
[INFO] [stdout]    >> (get_user) GET /users/<id>
[INFO] [stdout]    >> (delete_user) DELETE /users/<id>
[INFO] [stdout]    >> (update_user) PUT /users/<id> application/json
[INFO] [stdout]    >> (FileServer: src/static) GET /static/<path..> [10]
[INFO] [stdout]    >> (get_messages) GET /messages/?<skip>&<take>
[INFO] [stdout]    >> (create_message) POST /messages/ application/json
[INFO] [stdout]    >> (get_message) GET /messages/<id>
[INFO] [stdout]    >> (delete_message) DELETE /messages/<id>
[INFO] [stdout]    >> (update_message) PUT /messages/<id> application/json
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (not_found) 404
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> 'rocket_template_db' Database Pool (ignite)
[INFO] [stdout]    >> Diesel Migrations (ignite)
[INFO] [stdout]    >> CORS (ignite, request, response)
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[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 locally
[INFO] [stdout] POST /register application/json:
[INFO] [stdout]    >> Matched: (register_user) POST /register application/json
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::home::test::test_login' (22) panicked at src/utils/jwt.rs:9:41:
[INFO] [stdout] JWT_SECRET must be set.: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59ed759a8dca - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59ed759a8dca - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59ed759c185a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59ed759c185a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x59ed759ad8a2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x59ed759ad8a2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x59ed75986cff - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59ed75986cff - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59ed759a0af9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59ed74e74cec - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x59ed74e74cec - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59ed759a0d72 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x59ed759a0d72 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59ed75986db8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59ed7597e3f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59ed75987b6d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59ed759c20cc - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59ed759c1e12 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59ed74f1ee1e - <core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, std[ec419fa8110287d5]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x59ed74f200d1 - rocket_template[9b7e052e1b421281]::utils::jwt::create_jwt
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/jwt.rs:9:41
[INFO] [stdout]   22:     0x59ed74f7074f - rocket_template[9b7e052e1b421281]::routes::home::register_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes/home.rs:38:23
[INFO] [stdout]   23:     0x59ed74f723c2 - <rocket_template[9b7e052e1b421281]::routes::home::register_user>::into_info::monomorphized_function::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes/home.rs:32:5
[INFO] [stdout]   24:     0x59ed7548f440 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x59ed7549093a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:300:9
[INFO] [stdout]   26:     0x59ed754a32ee - <futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.30/src/future/future/catch_unwind.rs:36:44
[INFO] [stdout]   27:     0x59ed754908bb - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x59ed754a6cf1 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x59ed7557f04b - __rust_try
[INFO] [stdout]   30:     0x59ed7556ed8f - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x59ed7556ed8f - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x59ed754a58df - <futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.30/src/future/future/catch_unwind.rs:36:9
[INFO] [stdout]   33:     0x59ed755f0499 - rocket[b039f8670ef2bec3]::server::handle::<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>, rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>, <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::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.1/src/server.rs:57:10
[INFO] [stdout]   34:     0x59ed755f7b98 - <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/server.rs:335:80
[INFO] [stdout]   35:     0x59ed755f6018 - <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::route_and_process::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/server.rs:288:60
[INFO] [stdout]   36:     0x59ed755f89f2 - <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/server.rs:262:66
[INFO] [stdout]   37:     0x59ed755cff43 - <rocket[b039f8670ef2bec3]::local::asynchronous::response::LocalResponse>::new::<<rocket[b039f8670ef2bec3]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}::{closure#1}, <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::dispatch::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/local/asynchronous/response.rs:90:53
[INFO] [stdout]   38:     0x59ed755fa66a - <rocket[b039f8670ef2bec3]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/local/asynchronous/request.rs:99:12
[INFO] [stdout]   39:     0x59ed755f9b9f - <rocket[b039f8670ef2bec3]::local::asynchronous::request::LocalRequest>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/local/asynchronous/request.rs:123:63
[INFO] [stdout]   40:     0x59ed74e58364 - mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:72:14
[INFO] [stdout]   41:     0x59ed74e67bdd - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:74
[INFO] [stdout]   42:     0x59ed74e64daa - tokio[ecfc13288d87b03e]::runtime::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   43:     0x59ed74e64daa - tokio[ecfc13288d87b03e]::runtime::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   44:     0x59ed74e64daa - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:31
[INFO] [stdout]   45:     0x59ed74e4fab1 - <tokio[ecfc13288d87b03e]::runtime::context::blocking::BlockingRegionGuard>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   46:     0x59ed74e485e6 - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:87:22
[INFO] [stdout]   47:     0x59ed74e539b5 - tokio[ecfc13288d87b03e]::runtime::context::runtime::enter_runtime::<<tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x59ed74e46f8f - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
[INFO] [stdout]   49:     0x59ed74e45015 - <tokio[ecfc13288d87b03e]::runtime::runtime::Runtime>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/runtime.rs:349:50
[INFO] [stdout]   50:     0x59ed74e43a60 - rocket[b039f8670ef2bec3]::async_run::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:250:26
[INFO] [stdout]   51:     0x59ed74e43619 - rocket[b039f8670ef2bec3]::async_test::<(), mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:261:5
[INFO] [stdout]   52:     0x59ed74e63055 - mod[4b4918447035afcc]::routes::home::test::test_login
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:57:27
[INFO] [stdout]   53:     0x59ed74e57397 - mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:57:26
[INFO] [stdout]   54:     0x59ed74e67e06 - <mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x59ed74e67fcb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59ed74e67fcb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x59ed74e757bb - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x59ed74e757bb - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x59ed74e70194 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x59ed74e70194 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x59ed74e783c2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x59ed74e783c2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x59ed74e783c2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x59ed759a833f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   74:     0x59ed759a833f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x79baba744aa4 - <unknown>
[INFO] [stdout]   76:     0x79baba7d1a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout]    >> Handler register_user 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 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: Error(500 Internal Server Error)
[INFO] [stdout]    >> No 500 catcher registered. Using Rocket default.
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::home::test::test_login' (22) panicked at tests/routes/home.rs:73: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:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59ed759a8dca - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59ed759a8dca - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59ed759c185a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59ed759c185a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x59ed759ad8a2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x59ed759ad8a2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x59ed75986cff - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59ed75986cff - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59ed759a0af9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59ed74e74cec - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x59ed74e74cec - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59ed759a0d72 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x59ed759a0d72 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59ed75986db8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59ed7597e3f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59ed75987b6d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59ed759c20cc - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59ed759c1f53 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59ed74e4752f - core[35159d6ffb30e017]::panicking::assert_failed::<rocket_http[46f6c05bf15af93f]::status::Status, rocket_http[46f6c05bf15af93f]::status::Status>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59ed74e58531 - mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:73:9
[INFO] [stdout]   22:     0x59ed74e67bdd - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:74
[INFO] [stdout]   23:     0x59ed74e64daa - tokio[ecfc13288d87b03e]::runtime::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   24:     0x59ed74e64daa - tokio[ecfc13288d87b03e]::runtime::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   25:     0x59ed74e64daa - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:31
[INFO] [stdout]   26:     0x59ed74e4fab1 - <tokio[ecfc13288d87b03e]::runtime::context::blocking::BlockingRegionGuard>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   27:     0x59ed74e485e6 - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:87:22
[INFO] [stdout]   28:     0x59ed74e539b5 - tokio[ecfc13288d87b03e]::runtime::context::runtime::enter_runtime::<<tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   29:     0x59ed74e46f8f - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
[INFO] [stdout]   30:     0x59ed74e45015 - <tokio[ecfc13288d87b03e]::runtime::runtime::Runtime>::block_on::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/runtime.rs:349:50
[INFO] [stdout]   31:     0x59ed74e43a60 - rocket[b039f8670ef2bec3]::async_run::<mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:250:26
[INFO] [stdout]   32:     0x59ed74e43619 - rocket[b039f8670ef2bec3]::async_test::<(), mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:261:5
[INFO] [stdout]   33:     0x59ed74e63055 - mod[4b4918447035afcc]::routes::home::test::test_login
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:57:27
[INFO] [stdout]   34:     0x59ed74e57397 - mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/home.rs:57:26
[INFO] [stdout]   35:     0x59ed74e67e06 - <mod[4b4918447035afcc]::routes::home::test::test_login::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x59ed74e67fcb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x59ed74e67fcb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   38:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x59ed74e757bb - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x59ed74e757bb - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x59ed74e70194 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x59ed74e70194 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   47:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   48:     0x59ed74e783c2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x59ed74e783c2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   53:     0x59ed74e783c2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x59ed759a833f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   55:     0x59ed759a833f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   56:     0x79baba744aa4 - <unknown>
[INFO] [stdout]   57:     0x79baba7d1a64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- routes::message::test::test_all_methods stdout ----
[INFO] [stdout] Applied migration: 20240615081703
[INFO] [stdout] Applied migration: 20240616172322
[INFO] [stdout] Configured for debug.
[INFO] [stdout]    >> address: 127.0.0.1
[INFO] [stdout]    >> port: 8000
[INFO] [stdout]    >> workers: 8
[INFO] [stdout]    >> max blocking threads: 512
[INFO] [stdout]    >> ident: Rocket
[INFO] [stdout]    >> IP header: X-Real-IP
[INFO] [stdout]    >> limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
[INFO] [stdout]    >> temp dir: /tmp
[INFO] [stdout]    >> http/2: true
[INFO] [stdout]    >> keep-alive: 5s
[INFO] [stdout]    >> tls: disabled
[INFO] [stdout]    >> shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
[INFO] [stdout]    >> log level: normal
[INFO] [stdout]    >> cli colors: true
[INFO] [stdout] Routes:
[INFO] [stdout]    >> (index) GET /
[INFO] [stdout]    >> (login_user) POST /login application/json
[INFO] [stdout]    >> (register_user) POST /register application/json
[INFO] [stdout]    >> (favicon) GET /favicon.ico
[INFO] [stdout]    >> (events) GET /ws/
[INFO] [stdout]    >> GET /cors/<status>
[INFO] [stdout]    >> (get_users) GET /users/?<skip>&<take>
[INFO] [stdout]    >> (create_user) POST /users/ application/json
[INFO] [stdout]    >> (get_user) GET /users/<id>
[INFO] [stdout]    >> (delete_user) DELETE /users/<id>
[INFO] [stdout]    >> (update_user) PUT /users/<id> application/json
[INFO] [stdout]    >> (FileServer: src/static) GET /static/<path..> [10]
[INFO] [stdout]    >> (get_messages) GET /messages/?<skip>&<take>
[INFO] [stdout]    >> (create_message) POST /messages/ application/json
[INFO] [stdout]    >> (get_message) GET /messages/<id>
[INFO] [stdout]    >> (delete_message) DELETE /messages/<id>
[INFO] [stdout]    >> (update_message) PUT /messages/<id> application/json
[INFO] [stdout] Catchers:
[INFO] [stdout]    >> (not_found) 404
[INFO] [stdout] Fairings:
[INFO] [stdout]    >> Shield (liftoff, response, singleton)
[INFO] [stdout]    >> Diesel Migrations (ignite)
[INFO] [stdout]    >> CORS (ignite, request, response)
[INFO] [stdout]    >> 'rocket_template_db' Database Pool (ignite)
[INFO] [stdout] Shield:
[INFO] [stdout]    >> Permissions-Policy: interest-cohort=()
[INFO] [stdout]    >> X-Content-Type-Options: nosniff
[INFO] [stdout]    >> X-Frame-Options: SAMEORIGIN
[INFO] [stdout] Rocket has launched locally
[INFO] [stdout] POST /register application/json:
[INFO] [stdout]    >> Matched: (register_user) POST /register application/json
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::message::test::test_all_methods' (24) panicked at src/utils/jwt.rs:9:41:
[INFO] [stdout] JWT_SECRET must be set.: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59ed759a8dca - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59ed759a8dca - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59ed759c185a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59ed759c185a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x59ed759ad8a2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x59ed759ad8a2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x59ed75986cff - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59ed75986cff - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59ed759a0af9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59ed74e74cec - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x59ed74e74cec - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59ed759a0d72 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x59ed759a0d72 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59ed75986db8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59ed7597e3f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59ed75987b6d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59ed759c20cc - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59ed759c1e12 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x59ed74f1ee1e - <core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::string::String, std[ec419fa8110287d5]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x59ed74f200d1 - rocket_template[9b7e052e1b421281]::utils::jwt::create_jwt
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/jwt.rs:9:41
[INFO] [stdout]   22:     0x59ed74f7074f - rocket_template[9b7e052e1b421281]::routes::home::register_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes/home.rs:38:23
[INFO] [stdout]   23:     0x59ed74f723c2 - <rocket_template[9b7e052e1b421281]::routes::home::register_user>::into_info::monomorphized_function::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes/home.rs:32:5
[INFO] [stdout]   24:     0x59ed7548f440 - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x59ed7549093a - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:300:9
[INFO] [stdout]   26:     0x59ed754a32ee - <futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.30/src/future/future/catch_unwind.rs:36:44
[INFO] [stdout]   27:     0x59ed754908bb - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x59ed754a6cf1 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x59ed7557f04b - __rust_try
[INFO] [stdout]   30:     0x59ed7556ed8f - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x59ed7556ed8f - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<<futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x59ed754a58df - <futures_util[b84f8493db54204c]::future::future::catch_unwind::CatchUnwind<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.30/src/future/future/catch_unwind.rs:36:9
[INFO] [stdout]   33:     0x59ed755f0499 - rocket[b039f8670ef2bec3]::server::handle::<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::future::future::Future<Output = rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>> + core[35159d6ffb30e017]::marker::Send>>, rocket[b039f8670ef2bec3]::outcome::Outcome<rocket[b039f8670ef2bec3]::response::response::Response, rocket_http[46f6c05bf15af93f]::status::Status, (rocket[b039f8670ef2bec3]::data::data::Data, rocket_http[46f6c05bf15af93f]::status::Status)>, <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::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.1/src/server.rs:57:10
[INFO] [stdout]   34:     0x59ed755f7b98 - <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/server.rs:335:80
[INFO] [stdout]   35:     0x59ed755f6018 - <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::route_and_process::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/server.rs:288:60
[INFO] [stdout]   36:     0x59ed755f89f2 - <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/server.rs:262:66
[INFO] [stdout]   37:     0x59ed755cff43 - <rocket[b039f8670ef2bec3]::local::asynchronous::response::LocalResponse>::new::<<rocket[b039f8670ef2bec3]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}::{closure#1}, <rocket[b039f8670ef2bec3]::rkt::Rocket<rocket[b039f8670ef2bec3]::phase::Orbit>>::dispatch::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/local/asynchronous/response.rs:90:53
[INFO] [stdout]   38:     0x59ed755fa66a - <rocket[b039f8670ef2bec3]::local::asynchronous::request::LocalRequest>::_dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/local/asynchronous/request.rs:99:12
[INFO] [stdout]   39:     0x59ed755f9b9f - <rocket[b039f8670ef2bec3]::local::asynchronous::request::LocalRequest>::dispatch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/local/asynchronous/request.rs:123:63
[INFO] [stdout]   40:     0x59ed74e5d3bc - mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/message.rs:25:14
[INFO] [stdout]   41:     0x59ed74e67d1d - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:74
[INFO] [stdout]   42:     0x59ed74e662ba - tokio[ecfc13288d87b03e]::runtime::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   43:     0x59ed74e662ba - tokio[ecfc13288d87b03e]::runtime::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   44:     0x59ed74e662ba - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:31
[INFO] [stdout]   45:     0x59ed74e4fee1 - <tokio[ecfc13288d87b03e]::runtime::context::blocking::BlockingRegionGuard>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   46:     0x59ed74e48866 - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:87:22
[INFO] [stdout]   47:     0x59ed74e54155 - tokio[ecfc13288d87b03e]::runtime::context::runtime::enter_runtime::<<tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   48:     0x59ed74e471df - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
[INFO] [stdout]   49:     0x59ed74e45954 - <tokio[ecfc13288d87b03e]::runtime::runtime::Runtime>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/runtime.rs:349:50
[INFO] [stdout]   50:     0x59ed74e44be0 - rocket[b039f8670ef2bec3]::async_run::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:250:26
[INFO] [stdout]   51:     0x59ed74e43819 - rocket[b039f8670ef2bec3]::async_test::<(), mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:261:5
[INFO] [stdout]   52:     0x59ed74e63125 - mod[4b4918447035afcc]::routes::message::test::test_all_methods
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/message.rs:10:33
[INFO] [stdout]   53:     0x59ed74e5c337 - mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/message.rs:10:32
[INFO] [stdout]   54:     0x59ed74e67f46 - <mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x59ed74e67fcb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x59ed74e67fcb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x59ed74e757bb - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x59ed74e757bb - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x59ed74e70194 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x59ed74e70194 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x59ed74e783c2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x59ed74e783c2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x59ed74e783c2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x59ed759a833f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   74:     0x59ed759a833f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x79baba744aa4 - <unknown>
[INFO] [stdout]   76:     0x79baba7d1a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout]    >> Handler register_user 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 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: Error(500 Internal Server Error)
[INFO] [stdout]    >> No 500 catcher registered. Using Rocket default.
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::message::test::test_all_methods' (24) panicked at tests/routes/message.rs:26: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:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59ed759a8dca - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59ed759a8dca - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59ed759a8dca - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59ed759c185a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59ed759c185a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x59ed759ad8a2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x59ed759ad8a2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x59ed75986cff - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59ed75986cff - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59ed759a0af9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59ed74e74cec - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x59ed74e74cec - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59ed759a0d72 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x59ed759a0d72 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59ed75986db8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59ed7597e3f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59ed75987b6d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59ed759c20cc - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59ed759c1f53 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59ed74e4752f - core[35159d6ffb30e017]::panicking::assert_failed::<rocket_http[46f6c05bf15af93f]::status::Status, rocket_http[46f6c05bf15af93f]::status::Status>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59ed74e5d594 - mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/message.rs:26:9
[INFO] [stdout]   22:     0x59ed74e67d1d - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:74
[INFO] [stdout]   23:     0x59ed74e662ba - tokio[ecfc13288d87b03e]::runtime::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   24:     0x59ed74e662ba - tokio[ecfc13288d87b03e]::runtime::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   25:     0x59ed74e662ba - <tokio[ecfc13288d87b03e]::runtime::park::CachedParkThread>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/park.rs:281:31
[INFO] [stdout]   26:     0x59ed74e4fee1 - <tokio[ecfc13288d87b03e]::runtime::context::blocking::BlockingRegionGuard>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   27:     0x59ed74e48866 - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:87:22
[INFO] [stdout]   28:     0x59ed74e54155 - tokio[ecfc13288d87b03e]::runtime::context::runtime::enter_runtime::<<tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   29:     0x59ed74e471df - <tokio[ecfc13288d87b03e]::runtime::scheduler::multi_thread::MultiThread>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
[INFO] [stdout]   30:     0x59ed74e45954 - <tokio[ecfc13288d87b03e]::runtime::runtime::Runtime>::block_on::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/runtime.rs:349:50
[INFO] [stdout]   31:     0x59ed74e44be0 - rocket[b039f8670ef2bec3]::async_run::<mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:250:26
[INFO] [stdout]   32:     0x59ed74e43819 - rocket[b039f8670ef2bec3]::async_test::<(), mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.1/src/lib.rs:261:5
[INFO] [stdout]   33:     0x59ed74e63125 - mod[4b4918447035afcc]::routes::message::test::test_all_methods
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/message.rs:10:33
[INFO] [stdout]   34:     0x59ed74e5c337 - mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/routes/message.rs:10:32
[INFO] [stdout]   35:     0x59ed74e67f46 - <mod[4b4918447035afcc]::routes::message::test::test_all_methods::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x59ed74e67fcb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x59ed74e67fcb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   38:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x59ed74e757bb - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x59ed74e757bb - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x59ed74e757bb - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x59ed74e757bb - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x59ed74e70194 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x59ed74e70194 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   47:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   48:     0x59ed74e783c2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x59ed74e783c2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x59ed74e783c2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x59ed74e783c2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   53:     0x59ed74e783c2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x59ed759a833f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   55:     0x59ed759a833f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   56:     0x79baba744aa4 - <unknown>
[INFO] [stdout]   57:     0x79baba7d1a64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     routes::home::test::test_login
[INFO] [stdout]     routes::home::test::test_register
[INFO] [stdout]     routes::message::test::test_all_methods
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test mod`
[INFO] running `Command { std: "docker" "inspect" "51bab9d3a97af5ba97d15f58e60745829cb770bd35d2154f11ccff67ebe9dbc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51bab9d3a97af5ba97d15f58e60745829cb770bd35d2154f11ccff67ebe9dbc4", kill_on_drop: false }`
[INFO] [stdout] 51bab9d3a97af5ba97d15f58e60745829cb770bd35d2154f11ccff67ebe9dbc4
