[INFO] cloning repository https://github.com/lucasbasquerotto/rust-tmp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lucasbasquerotto/rust-tmp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucasbasquerotto%2Frust-tmp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucasbasquerotto%2Frust-tmp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1ba2c276f7fe5eb3d695a4e6cd713820a63bd02c
[INFO] testing lucasbasquerotto/rust-tmp against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucasbasquerotto%2Frust-tmp" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lucasbasquerotto/rust-tmp
[INFO] finished tweaking git repo https://github.com/lucasbasquerotto/rust-tmp
[INFO] tweaked toml for git repo https://github.com/lucasbasquerotto/rust-tmp written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lucasbasquerotto/rust-tmp on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lucasbasquerotto/rust-tmp 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c617f818b73475a561a683ab2e016c99dcfaa848b6ac023458c17ccfcbf55e91
[INFO] running `Command { std: "docker" "start" "-a" "c617f818b73475a561a683ab2e016c99dcfaa848b6ac023458c17ccfcbf55e91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c617f818b73475a561a683ab2e016c99dcfaa848b6ac023458c17ccfcbf55e91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c617f818b73475a561a683ab2e016c99dcfaa848b6ac023458c17ccfcbf55e91", kill_on_drop: false }`
[INFO] [stdout] c617f818b73475a561a683ab2e016c99dcfaa848b6ac023458c17ccfcbf55e91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7a1903233e811f20fb09f87fb002ad82e83b3ad60616a9438033c3b49e3c16d
[INFO] running `Command { std: "docker" "start" "-a" "c7a1903233e811f20fb09f87fb002ad82e83b3ad60616a9438033c3b49e3c16d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling syn v1.0.92
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.9.1
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling http v0.2.7
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]    Compiling const_fn v0.4.9
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling mio v0.8.2
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling cookie v0.15.1
[INFO] [stderr]    Compiling ref-cast v1.0.7
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling tokio v1.18.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.22.2
[INFO] [stderr]    Compiling uncased v0.9.6
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling openssl v0.10.39
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.5
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling openssl-sys v0.9.73
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling state v0.5.3
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling serde_json v1.0.80
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling atomic v0.5.1
[INFO] [stderr]    Compiling multer v2.0.2
[INFO] [stderr]    Compiling figment v0.10.6
[INFO] [stderr]    Compiling async-trait v0.1.53
[INFO] [stderr]    Compiling rustversion v1.0.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling rocket v0.5.0-rc.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling spin v0.9.3
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling devise_core v0.3.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling diesel_derives v1.4.1
[INFO] [stderr]    Compiling pear_codegen v0.2.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.7
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling devise_codegen v0.3.1
[INFO] [stderr]    Compiling pear v0.2.3
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling devise v0.3.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling tokio-util v0.7.1
[INFO] [stderr]    Compiling async-stream v0.3.3
[INFO] [stderr]    Compiling rocket_sync_db_pools_codegen v0.1.0-rc.1
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling strum_macros v0.24.0
[INFO] [stderr]    Compiling ctor v0.1.22
[INFO] [stderr]    Compiling diesel v1.4.8
[INFO] [stderr]    Compiling strum v0.24.0
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling hyper v0.14.18
[INFO] [stderr]    Compiling migrations_internals v1.4.1
[INFO] [stderr]    Compiling migrations_macros v1.4.2
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling ubyte v0.10.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling r2d2 v0.8.9
[INFO] [stderr]    Compiling rocket_http v0.5.0-rc.1
[INFO] [stderr]    Compiling rocket_codegen v0.5.0-rc.1
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling diesel_migrations v1.4.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.10
[INFO] [stderr]    Compiling rocket_sync_db_pools v0.1.0-rc.1
[INFO] [stderr]    Compiling tmp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]   --> src/main.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | mod lib;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: lib.rs is the root of this crate's library target
[INFO] [stdout]    = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]    = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `register_user`
[INFO] [stdout]   --> src/web/user/web_user.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | async fn register_user(
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `delete_user`
[INFO] [stdout]   --> src/web/user/web_user.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | async fn delete_user(context: AuthBasicContext, id: i64) -> WebActionResult<()> {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `select_user`
[INFO] [stdout]   --> src/web/user/web_user.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | async fn select_user(
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `world`
[INFO] [stdout]   --> src/web/web_root.rs:21:4
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn world() -> &'static str {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `mir`
[INFO] [stdout]   --> src/web/web_root.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn mir() -> &'static str {
[INFO] [stdout]    |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wave`
[INFO] [stdout]   --> src/web/web_root.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn wave(name: &str, age: u8) -> String {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hello`
[INFO] [stdout]   --> src/web/web_root.rs:36:4
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn hello(lang: Option<Lang>, opt: Options<'_>) -> String {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `AUTOMATIC_ACTION_TYPE` is never used
[INFO] [stdout]   --> src/business/action/auto_action.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | const AUTOMATIC_ACTION_TYPE: AutomaticActionType = AutomaticActionType::Auto;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Input` is never constructed
[INFO] [stdout]   --> src/business/action/auto_action.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct Input {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Output` is never constructed
[INFO] [stdout]   --> src/business/action/auto_action.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct Output {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Error` is never used
[INFO] [stdout]   --> src/business/action/auto_action.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub enum Error {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Internal` is never constructed
[INFO] [stdout]   --> src/business/action/auto_action.rs:79:12
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub struct Internal(InternalRequestInput<Input>);
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Hook` is never constructed
[INFO] [stdout]    --> src/business/action/auto_action.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub struct Hook(HookRequestInput<Input>);
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]    --> src/business/action/auto_action.rs:126:4
[INFO] [stdout]     |
[INFO] [stdout] 126 | fn run<C: RequestContext>(
[INFO] [stdout]     |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MODERATOR_ACTION_TYPE` is never used
[INFO] [stdout]   --> src/business/action/echo/echo_error_action.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | const MODERATOR_ACTION_TYPE: ModeratorActionType = ModeratorActionType::EchoError;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Error` is never used
[INFO] [stdout]   --> src/business/action/echo/echo_error_action.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub enum Error {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Action` is never constructed
[INFO] [stdout]   --> src/business/action/echo/echo_error_action.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct Action(ModeratorRequestInput<()>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MODERATOR_ACTION_TYPE` is never used
[INFO] [stdout]   --> src/business/action/echo/echo_info_action.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | const MODERATOR_ACTION_TYPE: ModeratorActionType = ModeratorActionType::EchoInfo;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Error` is never used
[INFO] [stdout]   --> src/business/action/echo/echo_info_action.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub enum Error {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Action` is never constructed
[INFO] [stdout]   --> src/business/action/echo/echo_info_action.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct Action(ModeratorRequestInput<()>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MODERATOR_ACTION_TYPE` is never used
[INFO] [stdout]   --> src/business/action/echo/echo_warn_action.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | const MODERATOR_ACTION_TYPE: ModeratorActionType = ModeratorActionType::EchoWarn;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Error` is never used
[INFO] [stdout]   --> src/business/action/echo/echo_warn_action.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub enum Error {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Action` is never constructed
[INFO] [stdout]   --> src/business/action/echo/echo_warn_action.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct Action(ModeratorRequestInput<()>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `USER_ACTION_TYPE` is never used
[INFO] [stdout]   --> src/business/action/user/login_action.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | const USER_ACTION_TYPE: UserActionType = UserActionType::Login;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Input` is never constructed
[INFO] [stdout]   --> src/business/action/user/login_action.rs:26:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Input {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Output` is never constructed
[INFO] [stdout]   --> src/business/action/user/login_action.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct Output {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Error` is never used
[INFO] [stdout]   --> src/business/action/user/login_action.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub enum Error {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Action` is never constructed
[INFO] [stdout]   --> src/business/action/user/login_action.rs:79:12
[INFO] [stdout]    |
[INFO] [stdout] 79 | pub struct Action(UserNoAuthRequestInput<Input>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `USER_ACTION_TYPE` is never used
[INFO] [stdout]   --> src/business/action/user/logout_action.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | const USER_ACTION_TYPE: UserActionType = UserActionType::Logout;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Error` is never used
[INFO] [stdout]   --> src/business/action/user/logout_action.rs:21:10
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub enum Error {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Action` is never constructed
[INFO] [stdout]   --> src/business/action/user/logout_action.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct Action(UserRequestInput<()>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `USER_ACTION_TYPE` is never used
[INFO] [stdout]   --> src/business/action/web_action.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | const USER_ACTION_TYPE: UserActionType = UserActionType::Web;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MODERATOR_ACTION_TYPE` is never used
[INFO] [stdout]   --> src/business/action/web_action.rs:22:7
[INFO] [stdout]    |
[INFO] [stdout] 22 | const MODERATOR_ACTION_TYPE: ModeratorActionType = ModeratorActionType::Web;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `AUTOMATIC_ACTION_TYPE` is never used
[INFO] [stdout]   --> src/business/action/web_action.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 | const AUTOMATIC_ACTION_TYPE: AutomaticActionType = AutomaticActionType::Web;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `httpbin_base_url` is never used
[INFO] [stdout]   --> src/business/action/web_action.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn httpbin_base_url() -> String {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Input` is never constructed
[INFO] [stdout]   --> src/business/action/web_action.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct Input {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WebResultArgs` is never constructed
[INFO] [stdout]   --> src/business/action/web_action.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct WebResultArgs {}
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Output` is never constructed
[INFO] [stdout]   --> src/business/action/web_action.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct Output {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UserError` is never used
[INFO] [stdout]   --> src/business/action/web_action.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub enum UserError {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `User` is never constructed
[INFO] [stdout]    --> src/business/action/web_action.rs:113:12
[INFO] [stdout]     |
[INFO] [stdout] 113 | pub struct User(UserRequestInput<Input>);
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ModeratorError` is never used
[INFO] [stdout]    --> src/business/action/web_action.rs:136:10
[INFO] [stdout]     |
[INFO] [stdout] 136 | pub enum ModeratorError {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Moderator` is never constructed
[INFO] [stdout]    --> src/business/action/web_action.rs:174:12
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub struct Moderator(ModeratorRequestInput<Input>);
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AutomaticError` is never used
[INFO] [stdout]    --> src/business/action/web_action.rs:197:10
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub enum AutomaticError {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Automatic` is never constructed
[INFO] [stdout]    --> src/business/action/web_action.rs:235:12
[INFO] [stdout]     |
[INFO] [stdout] 235 | pub struct Automatic(AutomaticRequestInput<Input>);
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UrlData` is never constructed
[INFO] [stdout]    --> src/business/action/web_action.rs:258:12
[INFO] [stdout]     |
[INFO] [stdout] 258 | pub struct UrlData {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `WebSharedError` is never used
[INFO] [stdout]    --> src/business/action/web_action.rs:264:10
[INFO] [stdout]     |
[INFO] [stdout] 264 | pub enum WebSharedError {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `SharedErrorTrait` is never used
[INFO] [stdout]    --> src/business/action/web_action.rs:298:7
[INFO] [stdout]     |
[INFO] [stdout] 298 | trait SharedErrorTrait<T> {
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]    --> src/business/action/web_action.rs:326:10
[INFO] [stdout]     |
[INFO] [stdout] 326 | async fn run(data: &Input) -> Result<Output, WebSharedError> {
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_id` is never used
[INFO] [stdout]   --> src/core/action/action_type/general_action_type.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub trait ActionType: Clone + Copy + Debug + Eq + PartialEq {
[INFO] [stdout]    |           ---------- associated function in this trait
[INFO] [stdout] ...
[INFO] [stdout] 19 |     fn from_id(id: u32) -> Option<Self>;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Session` is never used
[INFO] [stdout]   --> src/core/action/data/action_data.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub trait Session: Clone + Debug + Eq + PartialEq {}
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `token` is never read
[INFO] [stdout]   --> src/core/action/data/action_data.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct AuthBasicContext {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 30 |     pub token: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `context` is never read
[INFO] [stdout]   --> src/core/action/data/action_data.rs:35:6
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct RequestBasicData<I> {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 34 |     pub data: I,
[INFO] [stdout] 35 |     pub context: AuthBasicContext,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ErrorInfo` is never constructed
[INFO] [stdout]   --> src/core/action/data/action_data.rs:66:12
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct ErrorInfo<D: Debug + Eq + PartialEq, E: Debug = Option<()>> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ErrorContextInfo` is never constructed
[INFO] [stdout]   --> src/core/action/data/action_data.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct ErrorContextInfo<
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Db` is never constructed
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct Db(diesel::SqliteConnection);
[INFO] [stdout]    |        ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete` is never used
[INFO] [stdout]    --> src/external/dao/main/user_dao.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | async fn delete(db: Db, input: DeleteInput) -> Result<(), ExternalException> {
[INFO] [stdout]     |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InsertInput` is never constructed
[INFO] [stdout]  --> src/external/dao/main/user_session_dao.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct InsertInput {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SelectInput` is never used
[INFO] [stdout]   --> src/external/dao/main/user_session_dao.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum SelectInput {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InsertOutput` is never constructed
[INFO] [stdout]   --> src/external/dao/main/user_session_dao.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct InsertOutput {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SelectOutput` is never constructed
[INFO] [stdout]   --> src/external/dao/main/user_session_dao.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct SelectOutput {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Insert` is never constructed
[INFO] [stdout]   --> src/external/dao/main/user_session_dao.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct Insert;
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Select` is never constructed
[INFO] [stdout]   --> src/external/dao/main/user_session_dao.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Select;
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:20:59
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stdout]    |                                                           ^--------
[INFO] [stdout]    |                                                           |
[INFO] [stdout]    |                                                           `Queryable` is not local
[INFO] [stdout]    |                                                           move the `impl` block outside of this function `_impl_queryable_for_user`
[INFO] [stdout] 21 | #[table_name = "user"]
[INFO] [stdout] 22 | pub struct User {
[INFO] [stdout]    |            ---- `User` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:20:70
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stdout]    |                                                                      ^---------
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      `Insertable` is not local
[INFO] [stdout]    |                                                                      `table` is not local
[INFO] [stdout]    |                                                                      move the `impl` block outside of this function `_impl_insertable_for_user`
[INFO] [stdout] 21 | #[table_name = "user"]
[INFO] [stdout] 22 | pub struct User {
[INFO] [stdout]    |            ---- `User` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:20:70
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stdout]    |                                                                      -^^^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      `Insertable` is not local
[INFO] [stdout]    |                                                                      `table` is not local
[INFO] [stdout]    |                                                                      move the `impl` block outside of this function `_impl_insertable_for_user`
[INFO] [stdout] 21 | #[table_name = "user"]
[INFO] [stdout] 22 | pub struct User {
[INFO] [stdout]    |            ---- `User` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:20:70
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stdout]    |                                                                      ^---------
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |                                                                      `table` is not local
[INFO] [stdout]    |                                                                      move the `impl` block outside of this function `_impl_insertable_for_user`
[INFO] [stdout] 21 | #[table_name = "user"]
[INFO] [stdout] 22 | pub struct User {
[INFO] [stdout]    |            ---- `User` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     user (id) {
[INFO] [stdout] 14 | |         id -> BigInt,
[INFO] [stdout] 15 | |         name -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     user (id) {
[INFO] [stdout] 14 | |         id -> BigInt,
[INFO] [stdout]    | |         -- `id` is not local
[INFO] [stdout] 15 | |         name -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     user (id) {
[INFO] [stdout] 14 | |         id -> BigInt,
[INFO] [stdout] 15 | |         name -> Text,
[INFO] [stdout]    | |         ---- `name` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     user (id) {
[INFO] [stdout] 14 | |         id -> BigInt,
[INFO] [stdout] 15 | |         name -> Text,
[INFO] [stdout] 16 | |         email -> Text,
[INFO] [stdout]    | |         ----- `email` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_email`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     user (id) {
[INFO] [stdout] 14 | |         id -> BigInt,
[INFO] [stdout] 15 | |         name -> Text,
[INFO] [stdout] 16 | |         email -> Text,
[INFO] [stdout] 17 | |         encrypted_pass -> Text,
[INFO] [stdout]    | |         -------------- `encrypted_pass` is not local
[INFO] [stdout] 18 | |     }
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_encrypted_pass`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: migrations_internals v1.4.1, openssl v0.10.39, ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "c7a1903233e811f20fb09f87fb002ad82e83b3ad60616a9438033c3b49e3c16d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7a1903233e811f20fb09f87fb002ad82e83b3ad60616a9438033c3b49e3c16d", kill_on_drop: false }`
[INFO] [stdout] c7a1903233e811f20fb09f87fb002ad82e83b3ad60616a9438033c3b49e3c16d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 75e12aad52d74df8b84f4b069d95a9aa141d401380d317b94ea502d880bf70a0
[INFO] running `Command { std: "docker" "start" "-a" "75e12aad52d74df8b84f4b069d95a9aa141d401380d317b94ea502d880bf70a0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libz-sys v1.1.6
[INFO] [stderr]    Compiling curl-sys v0.4.54+curl-7.83.0
[INFO] [stderr]    Compiling http-muncher v0.3.2
[INFO] [stderr]    Compiling curl v0.4.43
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling ucd-util v0.1.8
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling aho-corasick v0.6.10
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stderr]    Compiling utf8-ranges v1.0.5
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling rand v0.3.23
[INFO] [stderr]    Compiling mockito v0.7.2
[INFO] [stderr]    Compiling tmp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]   --> src/main.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | mod lib;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: lib.rs is the root of this crate's library target
[INFO] [stdout]    = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]    = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `register_user`
[INFO] [stdout]   --> src/web/user/web_user.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | async fn register_user(
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `delete_user`
[INFO] [stdout]   --> src/web/user/web_user.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | async fn delete_user(context: AuthBasicContext, id: i64) -> WebActionResult<()> {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `select_user`
[INFO] [stdout]   --> src/web/user/web_user.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | async fn select_user(
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `world`
[INFO] [stdout]   --> src/web/web_root.rs:21:4
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn world() -> &'static str {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `mir`
[INFO] [stdout]   --> src/web/web_root.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn mir() -> &'static str {
[INFO] [stdout]    |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wave`
[INFO] [stdout]   --> src/web/web_root.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn wave(name: &str, age: u8) -> String {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hello`
[INFO] [stdout]   --> src/web/web_root.rs:36:4
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn hello(lang: Option<Lang>, opt: Options<'_>) -> String {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/business/action/echo/echo_error_action.rs:50:19
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct Action(ModeratorRequestInput<()>);
[INFO] [stdout]    |            ------ ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `Action` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/business/action/echo/echo_info_action.rs:50:19
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct Action(ModeratorRequestInput<()>);
[INFO] [stdout]    |            ------ ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `Action` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/business/action/echo/echo_warn_action.rs:50:19
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct Action(ModeratorRequestInput<()>);
[INFO] [stdout]    |            ------ ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `Action` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/business/action/user/logout_action.rs:50:19
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct Action(UserRequestInput<()>);
[INFO] [stdout]    |            ------ ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout]    = note: `Action` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Session` is never used
[INFO] [stdout]   --> src/core/action/data/action_data.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub trait Session: Clone + Debug + Eq + PartialEq {}
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `token` is never read
[INFO] [stdout]   --> src/core/action/data/action_data.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct AuthBasicContext {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 30 |     pub token: Option<String>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `context` is never read
[INFO] [stdout]   --> src/core/action/data/action_data.rs:35:6
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct RequestBasicData<I> {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] 34 |     pub data: I,
[INFO] [stdout] 35 |     pub context: AuthBasicContext,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `source` is never read
[INFO] [stdout]   --> src/core/action/data/action_data.rs:75:6
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub struct ErrorInfo<D: Debug + Eq + PartialEq, E: Debug = ()> {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 74 |     pub data: D,
[INFO] [stdout] 75 |     pub source: Option<E>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ErrorContextInfo` is never constructed
[INFO] [stdout]   --> src/core/action/data/action_data.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct ErrorContextInfo<
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/core/action/main_impl/automatic_action_impl.rs:257:28
[INFO] [stdout]     |
[INFO] [stdout] 257 |     pub struct TestActionHook(RequestInput<(), HookRequestContext>);
[INFO] [stdout]     |                -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `TestActionHook` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/core/action/main_impl/automatic_action_impl.rs:260:32
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub struct TestActionInternal(RequestInput<(), InternalRequestContext>);
[INFO] [stdout]     |                ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `TestActionInternal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/core/action/main_impl/user_action_impl.rs:371:30
[INFO] [stdout]     |
[INFO] [stdout] 371 |     pub struct TestActionNoAuth(RequestInput<(), UserNoAuthRequestContext>);
[INFO] [stdout]     |                ---------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `TestActionNoAuth` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Db` is never constructed
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct Db(diesel::SqliteConnection);
[INFO] [stdout]    |        ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete` is never used
[INFO] [stdout]    --> src/external/dao/main/user_dao.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 100 | async fn delete(db: Db, input: DeleteInput) -> Result<(), ExternalException> {
[INFO] [stdout]     |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InsertInput` is never constructed
[INFO] [stdout]  --> src/external/dao/main/user_session_dao.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct InsertInput {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SelectInput` is never used
[INFO] [stdout]   --> src/external/dao/main/user_session_dao.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum SelectInput {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InsertOutput` is never constructed
[INFO] [stdout]   --> src/external/dao/main/user_session_dao.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct InsertOutput {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SelectOutput` is never constructed
[INFO] [stdout]   --> src/external/dao/main/user_session_dao.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct SelectOutput {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Insert` is never constructed
[INFO] [stdout]   --> src/external/dao/main/user_session_dao.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct Insert;
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Select` is never constructed
[INFO] [stdout]   --> src/external/dao/main/user_session_dao.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct Select;
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:20:59
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stdout]    |                                                           ^--------
[INFO] [stdout]    |                                                           |
[INFO] [stdout]    |                                                           `Queryable` is not local
[INFO] [stdout]    |                                                           move the `impl` block outside of this function `_impl_queryable_for_user`
[INFO] [stdout] 21 | #[table_name = "user"]
[INFO] [stdout] 22 | pub struct User {
[INFO] [stdout]    |            ---- `User` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:20:70
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stdout]    |                                                                      ^---------
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      `Insertable` is not local
[INFO] [stdout]    |                                                                      `table` is not local
[INFO] [stdout]    |                                                                      move the `impl` block outside of this function `_impl_insertable_for_user`
[INFO] [stdout] 21 | #[table_name = "user"]
[INFO] [stdout] 22 | pub struct User {
[INFO] [stdout]    |            ---- `User` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:20:70
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stdout]    |                                                                      -^^^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      `Insertable` is not local
[INFO] [stdout]    |                                                                      `table` is not local
[INFO] [stdout]    |                                                                      move the `impl` block outside of this function `_impl_insertable_for_user`
[INFO] [stdout] 21 | #[table_name = "user"]
[INFO] [stdout] 22 | pub struct User {
[INFO] [stdout]    |            ---- `User` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:20:70
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stdout]    |                                                                      ^---------
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      `UndecoratedInsertRecord` is not local
[INFO] [stdout]    |                                                                      `table` is not local
[INFO] [stdout]    |                                                                      move the `impl` block outside of this function `_impl_insertable_for_user`
[INFO] [stdout] 21 | #[table_name = "user"]
[INFO] [stdout] 22 | pub struct User {
[INFO] [stdout]    |            ---- `User` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     user (id) {
[INFO] [stdout] 14 | |         id -> BigInt,
[INFO] [stdout] 15 | |         name -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     user (id) {
[INFO] [stdout] 14 | |         id -> BigInt,
[INFO] [stdout]    | |         -- `id` is not local
[INFO] [stdout] 15 | |         name -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     user (id) {
[INFO] [stdout] 14 | |         id -> BigInt,
[INFO] [stdout] 15 | |         name -> Text,
[INFO] [stdout]    | |         ---- `name` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     user (id) {
[INFO] [stdout] 14 | |         id -> BigInt,
[INFO] [stdout] 15 | |         name -> Text,
[INFO] [stdout] 16 | |         email -> Text,
[INFO] [stdout]    | |         ----- `email` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_email`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     user (id) {
[INFO] [stdout] 14 | |         id -> BigInt,
[INFO] [stdout] 15 | |         name -> Text,
[INFO] [stdout] 16 | |         email -> Text,
[INFO] [stdout] 17 | |         encrypted_pass -> Text,
[INFO] [stdout]    | |         -------------- `encrypted_pass` is not local
[INFO] [stdout] 18 | |     }
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_encrypted_pass`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.46s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: migrations_internals v1.4.1, openssl v0.10.39, ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "75e12aad52d74df8b84f4b069d95a9aa141d401380d317b94ea502d880bf70a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75e12aad52d74df8b84f4b069d95a9aa141d401380d317b94ea502d880bf70a0", kill_on_drop: false }`
[INFO] [stdout] 75e12aad52d74df8b84f4b069d95a9aa141d401380d317b94ea502d880bf70a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d0c4d447ab7baa665bc78aca29b8523693112661d711191ac0c85becf7d2b769
[INFO] running `Command { std: "docker" "start" "-a" "d0c4d447ab7baa665bc78aca29b8523693112661d711191ac0c85becf7d2b769", kill_on_drop: false }`
[INFO] [stderr] warning: found module declaration for lib.rs
[INFO] [stderr]   --> src/main.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | mod lib;
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: lib.rs is the root of this crate's library target
[INFO] [stderr]    = help: to refer to it from other targets, use the library's name as the path
[INFO] [stderr]    = note: `#[warn(special_module_name)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `register_user`
[INFO] [stderr]   --> src/web/user/web_user.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | async fn register_user(
[INFO] [stderr]    |          ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `delete_user`
[INFO] [stderr]   --> src/web/user/web_user.rs:20:10
[INFO] [stderr]    |
[INFO] [stderr] 20 | async fn delete_user(context: AuthBasicContext, id: i64) -> WebActionResult<()> {
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `select_user`
[INFO] [stderr]   --> src/web/user/web_user.rs:26:10
[INFO] [stderr]    |
[INFO] [stderr] 26 | async fn select_user(
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `world`
[INFO] [stderr]   --> src/web/web_root.rs:21:4
[INFO] [stderr]    |
[INFO] [stderr] 21 | fn world() -> &'static str {
[INFO] [stderr]    |    ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `mir`
[INFO] [stderr]   --> src/web/web_root.rs:26:4
[INFO] [stderr]    |
[INFO] [stderr] 26 | fn mir() -> &'static str {
[INFO] [stderr]    |    ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `wave`
[INFO] [stderr]   --> src/web/web_root.rs:31:4
[INFO] [stderr]    |
[INFO] [stderr] 31 | fn wave(name: &str, age: u8) -> String {
[INFO] [stderr]    |    ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `hello`
[INFO] [stderr]   --> src/web/web_root.rs:36:4
[INFO] [stderr]    |
[INFO] [stderr] 36 | fn hello(lang: Option<Lang>, opt: Options<'_>) -> String {
[INFO] [stderr]    |    ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/business/action/echo/echo_error_action.rs:50:19
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub struct Action(ModeratorRequestInput<()>);
[INFO] [stderr]    |            ------ ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider removing this field
[INFO] [stderr]    = note: `Action` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/business/action/echo/echo_info_action.rs:50:19
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub struct Action(ModeratorRequestInput<()>);
[INFO] [stderr]    |            ------ ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider removing this field
[INFO] [stderr]    = note: `Action` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/business/action/echo/echo_warn_action.rs:50:19
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub struct Action(ModeratorRequestInput<()>);
[INFO] [stderr]    |            ------ ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider removing this field
[INFO] [stderr]    = note: `Action` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/business/action/user/logout_action.rs:50:19
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub struct Action(UserRequestInput<()>);
[INFO] [stderr]    |            ------ ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider removing this field
[INFO] [stderr]    = note: `Action` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Session` is never used
[INFO] [stderr]   --> src/core/action/data/action_data.rs:22:11
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub trait Session: Clone + Debug + Eq + PartialEq {}
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `token` is never read
[INFO] [stderr]   --> src/core/action/data/action_data.rs:30:6
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub struct AuthBasicContext {
[INFO] [stderr]    |            ---------------- field in this struct
[INFO] [stderr] 30 |     pub token: Option<String>,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `context` is never read
[INFO] [stderr]   --> src/core/action/data/action_data.rs:35:6
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub struct RequestBasicData<I> {
[INFO] [stderr]    |            ---------------- field in this struct
[INFO] [stderr] 34 |     pub data: I,
[INFO] [stderr] 35 |     pub context: AuthBasicContext,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `source` is never read
[INFO] [stderr]   --> src/core/action/data/action_data.rs:75:6
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub struct ErrorInfo<D: Debug + Eq + PartialEq, E: Debug = ()> {
[INFO] [stderr]    |            --------- field in this struct
[INFO] [stderr] 74 |     pub data: D,
[INFO] [stderr] 75 |     pub source: Option<E>,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ErrorInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ErrorContextInfo` is never constructed
[INFO] [stderr]   --> src/core/action/data/action_data.rs:86:12
[INFO] [stderr]    |
[INFO] [stderr] 86 | pub struct ErrorContextInfo<
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/core/action/main_impl/automatic_action_impl.rs:257:28
[INFO] [stderr]     |
[INFO] [stderr] 257 |     pub struct TestActionHook(RequestInput<(), HookRequestContext>);
[INFO] [stderr]     |                -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                |
[INFO] [stderr]     |                field in this struct
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider removing this field
[INFO] [stderr]     = note: `TestActionHook` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/core/action/main_impl/automatic_action_impl.rs:260:32
[INFO] [stderr]     |
[INFO] [stderr] 260 |     pub struct TestActionInternal(RequestInput<(), InternalRequestContext>);
[INFO] [stderr]     |                ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                |
[INFO] [stderr]     |                field in this struct
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider removing this field
[INFO] [stderr]     = note: `TestActionInternal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/core/action/main_impl/user_action_impl.rs:371:30
[INFO] [stderr]     |
[INFO] [stderr] 371 |     pub struct TestActionNoAuth(RequestInput<(), UserNoAuthRequestContext>);
[INFO] [stderr]     |                ---------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                |
[INFO] [stderr]     |                field in this struct
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider removing this field
[INFO] [stderr]     = note: `TestActionNoAuth` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Db` is never constructed
[INFO] [stderr]   --> src/external/dao/main/user_dao.rs:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 | struct Db(diesel::SqliteConnection);
[INFO] [stderr]    |        ^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `delete` is never used
[INFO] [stderr]    --> src/external/dao/main/user_dao.rs:100:10
[INFO] [stderr]     |
[INFO] [stderr] 100 | async fn delete(db: Db, input: DeleteInput) -> Result<(), ExternalException> {
[INFO] [stderr]     |          ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `InsertInput` is never constructed
[INFO] [stderr]  --> src/external/dao/main/user_session_dao.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct InsertInput {
[INFO] [stderr]   |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `SelectInput` is never used
[INFO] [stderr]   --> src/external/dao/main/user_session_dao.rs:13:10
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub enum SelectInput {
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `InsertOutput` is never constructed
[INFO] [stderr]   --> src/external/dao/main/user_session_dao.rs:24:12
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub struct InsertOutput {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SelectOutput` is never constructed
[INFO] [stderr]   --> src/external/dao/main/user_session_dao.rs:29:12
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub struct SelectOutput {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Insert` is never constructed
[INFO] [stderr]   --> src/external/dao/main/user_session_dao.rs:40:12
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub struct Insert;
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Select` is never constructed
[INFO] [stderr]   --> src/external/dao/main/user_session_dao.rs:42:12
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub struct Select;
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/external/dao/main/user_dao.rs:20:59
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stderr]    |                                                           ^--------
[INFO] [stderr]    |                                                           |
[INFO] [stderr]    |                                                           `Queryable` is not local
[INFO] [stderr]    |                                                           move the `impl` block outside of this function `_impl_queryable_for_user`
[INFO] [stderr] 21 | #[table_name = "user"]
[INFO] [stderr] 22 | pub struct User {
[INFO] [stderr]    |            ---- `User` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]    = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/external/dao/main/user_dao.rs:20:70
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stderr]    |                                                                      ^---------
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      `Insertable` is not local
[INFO] [stderr]    |                                                                      `table` is not local
[INFO] [stderr]    |                                                                      move the `impl` block outside of this function `_impl_insertable_for_user`
[INFO] [stderr] 21 | #[table_name = "user"]
[INFO] [stderr] 22 | pub struct User {
[INFO] [stderr]    |            ---- `User` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/external/dao/main/user_dao.rs:20:70
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stderr]    |                                                                      -^^^^^^^^^
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      `Insertable` is not local
[INFO] [stderr]    |                                                                      `table` is not local
[INFO] [stderr]    |                                                                      move the `impl` block outside of this function `_impl_insertable_for_user`
[INFO] [stderr] 21 | #[table_name = "user"]
[INFO] [stderr] 22 | pub struct User {
[INFO] [stderr]    |            ---- `User` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/external/dao/main/user_dao.rs:20:70
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Queryable, Insertable)]
[INFO] [stderr]    |                                                                      ^---------
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      `UndecoratedInsertRecord` is not local
[INFO] [stderr]    |                                                                      `table` is not local
[INFO] [stderr]    |                                                                      move the `impl` block outside of this function `_impl_insertable_for_user`
[INFO] [stderr] 21 | #[table_name = "user"]
[INFO] [stderr] 22 | pub struct User {
[INFO] [stderr]    |            ---- `User` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `Insertable` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `Insertable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: this warning originates in the derive macro `Insertable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | / table! {
[INFO] [stderr] 13 | |     user (id) {
[INFO] [stderr] 14 | |         id -> BigInt,
[INFO] [stderr] 15 | |         name -> Text,
[INFO] [stderr] ...  |
[INFO] [stderr] 19 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | | `table` is not local
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | / table! {
[INFO] [stderr] 13 | |     user (id) {
[INFO] [stderr] 14 | |         id -> BigInt,
[INFO] [stderr]    | |         -- `id` is not local
[INFO] [stderr] 15 | |         name -> Text,
[INFO] [stderr] ...  |
[INFO] [stderr] 19 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | / table! {
[INFO] [stderr] 13 | |     user (id) {
[INFO] [stderr] 14 | |         id -> BigInt,
[INFO] [stderr] 15 | |         name -> Text,
[INFO] [stderr]    | |         ---- `name` is not local
[INFO] [stderr] ...  |
[INFO] [stderr] 19 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_name`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | / table! {
[INFO] [stderr] 13 | |     user (id) {
[INFO] [stderr] 14 | |         id -> BigInt,
[INFO] [stderr] 15 | |         name -> Text,
[INFO] [stderr] 16 | |         email -> Text,
[INFO] [stderr]    | |         ----- `email` is not local
[INFO] [stderr] ...  |
[INFO] [stderr] 19 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_email`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> src/external/dao/main/user_dao.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | / table! {
[INFO] [stderr] 13 | |     user (id) {
[INFO] [stderr] 14 | |         id -> BigInt,
[INFO] [stderr] 15 | |         name -> Text,
[INFO] [stderr] 16 | |         email -> Text,
[INFO] [stderr] 17 | |         encrypted_pass -> Text,
[INFO] [stderr]    | |         -------------- `encrypted_pass` is not local
[INFO] [stderr] 18 | |     }
[INFO] [stderr] 19 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_encrypted_pass`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `tmp` (bin "tmp" test) generated 37 warnings (run `cargo fix --bin "tmp" -p tmp --tests` to apply 7 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: migrations_internals v1.4.1, openssl v0.10.39, ubyte v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tmp-f526b9bd01b6d82a)
[INFO] [stdout] 
[INFO] [stdout] running 74 tests
[INFO] [stdout] test business::action::auto_action::tests::test_internal_ok ... ok
[INFO] [stdout] test business::action::auto_action::tests::test_internal_error_hook ... ok
[INFO] [stdout] test business::action::auto_action::tests::test_hook_ok ... ok
[INFO] [stdout] test business::action::auto_action::tests::test_hook_error_internal ... ok
[INFO] [stdout] test business::action::echo::echo_info_action::tests::test_not_allowed ... ok
[INFO] [stdout] test business::action::echo::echo_info_action::tests::test_ok_admin ... ok
[INFO] [stdout] test business::action::echo::echo_error_action::tests::test_ok ... ok
[INFO] [stdout] test business::action::echo::echo_error_action::tests::test_ok_admin ... ok
[INFO] [stdout] test business::action::echo::echo_info_action::tests::test_ok ... ok
[INFO] [stdout] test business::action::echo::echo_warn_action::tests::test_ok ... ok
[INFO] [stdout] test business::action::echo::echo_warn_action::tests::test_ok_admin ... ok
[INFO] [stdout] test business::action::user::register_user_action::tests::test_error_auth ... ok
[INFO] [stdout] test business::action::user::login_action::tests::test_error_auth ... ok
[INFO] [stdout] test business::action::user::logout_action::tests::main ... ok
[INFO] [stdout] test business::action::echo::echo_error_action::tests::test_not_allowed ... ok
[INFO] [stdout] test business::action::echo::echo_warn_action::tests::test_not_allowed ... ok
[INFO] [stdout] test business::action::user::login_action::tests::test_ok ... ok
[INFO] [stdout] test business::action::web_action::tests::test_mod_no_status_error ... ok
[INFO] [stdout] test business::action::web_action::tests::test_auto_no_status_error ... ok
[INFO] [stdout] test business::action::web_action::tests::test_mod_ok ... ok
[INFO] [stdout] test business::action::web_action::tests::test_auto_status_error ... ok
[INFO] [stdout] test business::action::web_action::tests::test_auto_internal_ok ... ok
[INFO] [stdout] test business::action::user::delete_user_action::tests::test_ok ... ok
[INFO] [stdout] test core::action::action_type::automatic_action_type::tests::main ... ok
[INFO] [stdout] test core::action::action_type::moderator_action_type::tests::main ... ok
[INFO] [stdout] test core::action::action_type::user_action_type::tests::main ... ok
[INFO] [stdout] test core::action::main_impl::action_impl::tests::test_1_public_error ... ok
[INFO] [stdout] test core::action::main_impl::action_impl::tests::test_2_private_public ... ok
[INFO] [stdout] test core::action::main_impl::action_impl::tests::test_3_private_public ... ok
[INFO] [stdout] test core::action::main_impl::action_impl::tests::test_4_private_error ... ok
[INFO] [stdout] test core::action::main_impl::action_impl::tests::test_5_empty_error ... ok
[INFO] [stdout] test core::action::main_impl::automatic_action_impl::tests::test_hook_not_allowed ... ok
[INFO] [stdout] test core::action::main_impl::automatic_action_impl::tests::test_hook_ok ... ok
[INFO] [stdout] test core::action::main_impl::automatic_action_impl::tests::test_input_context_hook ... ok
[INFO] [stdout] test core::action::main_impl::automatic_action_impl::tests::test_input_context_internal ... ok
[INFO] [stdout] test core::action::main_impl::automatic_action_impl::tests::test_internal_not_allowed ... ok
[INFO] [stdout] test core::action::main_impl::automatic_action_impl::tests::test_internal_ok ... ok
[INFO] [stdout] test business::action::user::register_user_action::tests::test_ok ... ok
[INFO] [stdout] test core::action::main_impl::automatic_action_impl::tests::test_ok_hook ... ok
[INFO] [stdout] test core::action::main_impl::automatic_action_impl::tests::test_ok_internal ... ok
[INFO] [stdout] test core::action::main_impl::moderator_action_impl::tests::test_ok ... ok
[INFO] [stdout] test core::action::main_impl::moderator_action_impl::tests::test_not_allowed ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_auth_not_allowed_unauthenticated ... ok
[INFO] [stdout] test core::action::main_impl::moderator_action_impl::tests::test_ok_admin ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_auth_not_allowed_unconfirmed ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_input_context_auth ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_input_context_no_auth ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_auth_ok ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_no_auth_not_allowed_authenticated ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_no_auth_not_allowed_unconfirmed ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_no_auth_ok ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_ok_no_auth ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_ok_auth ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_unconfirmed_not_allowed_authenticated ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_unconfirmed_ok ... ok
[INFO] [stdout] test core::action::main_impl::user_action_impl::tests::test_unconfirmed_not_allowed_unauthenticated ... ok
[INFO] [stdout] test tests::main ... ok
[INFO] [stdout] test business::action::web_action::tests::test_user_status_error ... FAILED
[INFO] [stdout] test business::action::web_action::tests::test_mod_status_error ... FAILED
[INFO] [stdout] test business::action::web_action::tests::test_user_no_auth_ok ... FAILED
[INFO] [stdout] test business::action::user::select_user_action::tests::test_ok ... FAILED
[INFO] [stdout] test business::action::web_action::tests::test_user_no_status_error ... FAILED
[INFO] [stdout] test business::action::web_action::tests::test_user_auth_ok ... FAILED
[INFO] [stdout] test web::user::web_user::tests::register_user_ok ... ok
[INFO] [stdout] test core::external::main_impl::external_impl::tests::test_external_mock_call ... FAILED
[INFO] [stdout] test web::user::web_user::tests::register_user_error ... FAILED
[INFO] [stdout] test web::user::web_user::tests::delete_user_error ... ok
[INFO] [stdout] test web::user::web_user::tests::delete_user_ok ... ok
[INFO] [stdout] test web::user::web_user::tests::select_user_error ... FAILED
[INFO] [stdout] test web::user::web_user::tests::select_user_ok ... ok
[INFO] [stdout] test web::web_root::tests::hello ... FAILED
[INFO] [stdout] test web::web_root::tests::hello_world ... FAILED
[INFO] [stdout] test web::web_root::tests::wave ... FAILED
[INFO] [stdout] test web::web_root::tests::hello_mir ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- business::action::web_action::tests::test_user_status_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'business::action::web_action::tests::test_user_status_error' (46) panicked at src/tests/test_utils.rs:58:9:
[INFO] [stdout] assertion `left == right` failed: Verify that no log remained
[INFO] [stdout]   left: Some("WARN - 🔧 Configured for debug.")
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a6453 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x5e049ada3232 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>, core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e049ad85cbc - tmp[4a1a12794e0b83dc]::tests::test_utils::tests::run_test::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}::{closure#0}::{closure#0}, tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/test_utils.rs:58:3
[INFO] [stdout]   22:     0x5e049acdf743 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:526:4
[INFO] [stdout]   23:     0x5e049adb162d - <core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e049ac43fbd - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   25:     0x5e049acfa950 - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:102:9
[INFO] [stdout]   26:     0x5e049ac52605 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::try_with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5e049ac478fe - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5e049ac3dabf - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:95:13
[INFO] [stdout]   29:     0x5e049ac3dabf - tokio[ebacc8a993b16297]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:72:5
[INFO] [stdout]   30:     0x5e049ac3dabf - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   31:     0x5e049abeb150 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   32:     0x5e049ac1fd8c - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   33:     0x5e049ac1bac4 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   34:     0x5e049ad3759d - <tokio[ebacc8a993b16297]::macros::scoped_tls::ScopedKey<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>>::set::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}, ()>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Core>, ())>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   35:     0x5e049ac07dbc - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   36:     0x5e049ac153c5 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   37:     0x5e049abdf6f0 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::BasicScheduler>::block_on::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   38:     0x5e049ad2f614 - <tokio[ebacc8a993b16297]::runtime::Runtime>::block_on::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/mod.rs:475:51
[INFO] [stdout]   39:     0x5e049ace5831 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:526:9
[INFO] [stdout]   40:     0x5e049acdebb7 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:481:35
[INFO] [stdout]   41:     0x5e049ac75f06 - <tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_status_error::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   44:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   45:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   47:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   48:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   50:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   51:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   52:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   53:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   54:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   56:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   59:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   61:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   62:     0x763251261aa4 - <unknown>
[INFO] [stdout]   63:     0x7632512eea64 - clone
[INFO] [stdout]   64:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- business::action::web_action::tests::test_mod_status_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'business::action::web_action::tests::test_mod_status_error' (42) panicked at src/tests/test_utils.rs:58:9:
[INFO] [stdout] assertion `left == right` failed: Verify that no log remained
[INFO] [stdout]   left: Some("WARN - address: \u{1b}[1;49;39m127.0.0.1\u{1b}[0m")
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a6453 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x5e049ada3232 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>, core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e049ad8577c - tmp[4a1a12794e0b83dc]::tests::test_utils::tests::run_test::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}::{closure#0}::{closure#0}, tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/test_utils.rs:58:3
[INFO] [stdout]   22:     0x5e049acdf403 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:661:4
[INFO] [stdout]   23:     0x5e049adb15ad - <core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e049ac43f3d - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   25:     0x5e049acfa6f0 - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:102:9
[INFO] [stdout]   26:     0x5e049ac52405 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::try_with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5e049ac4785e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5e049ac3d73f - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:95:13
[INFO] [stdout]   29:     0x5e049ac3d73f - tokio[ebacc8a993b16297]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:72:5
[INFO] [stdout]   30:     0x5e049ac3d73f - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   31:     0x5e049abeab10 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   32:     0x5e049ac1ed2c - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   33:     0x5e049ac1ba84 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   34:     0x5e049ad3739d - <tokio[ebacc8a993b16297]::macros::scoped_tls::ScopedKey<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>>::set::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}, ()>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Core>, ())>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   35:     0x5e049ac0763c - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   36:     0x5e049ac15345 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   37:     0x5e049abdf130 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::BasicScheduler>::block_on::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   38:     0x5e049ad2f2d4 - <tokio[ebacc8a993b16297]::runtime::Runtime>::block_on::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/mod.rs:475:51
[INFO] [stdout]   39:     0x5e049ace54d1 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:661:9
[INFO] [stdout]   40:     0x5e049acdeb57 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:617:34
[INFO] [stdout]   41:     0x5e049ac75e86 - <tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_mod_status_error::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   44:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   45:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   47:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   48:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   50:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   51:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   52:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   53:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   54:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   56:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   59:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   61:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   62:     0x763251261aa4 - <unknown>
[INFO] [stdout]   63:     0x7632512eea64 - clone
[INFO] [stdout]   64:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- business::action::web_action::tests::test_user_no_auth_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'business::action::web_action::tests::test_user_no_auth_ok' (44) panicked at src/tests/test_utils.rs:58:9:
[INFO] [stdout] assertion `left == right` failed: Verify that no log remained
[INFO] [stdout]   left: Some("WARN - workers: \u{1b}[1;49;39m8\u{1b}[0m")
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a6453 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x5e049ada3232 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>, core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e049ad8523c - tmp[4a1a12794e0b83dc]::tests::test_utils::tests::run_test::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}::{closure#0}::{closure#0}, tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/test_utils.rs:58:3
[INFO] [stdout]   22:     0x5e049acdf0c3 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:477:4
[INFO] [stdout]   23:     0x5e049adb152d - <core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e049ac43ebd - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   25:     0x5e049acfa490 - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:102:9
[INFO] [stdout]   26:     0x5e049ac52205 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::try_with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5e049ac477be - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5e049ac3d3bf - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:95:13
[INFO] [stdout]   29:     0x5e049ac3d3bf - tokio[ebacc8a993b16297]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:72:5
[INFO] [stdout]   30:     0x5e049ac3d3bf - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   31:     0x5e049abea4d0 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   32:     0x5e049ac1dccc - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   33:     0x5e049ac1ba44 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   34:     0x5e049ad3719d - <tokio[ebacc8a993b16297]::macros::scoped_tls::ScopedKey<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>>::set::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}, ()>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Core>, ())>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   35:     0x5e049ac06ebc - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   36:     0x5e049ac152c5 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   37:     0x5e049abdeb70 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::BasicScheduler>::block_on::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   38:     0x5e049ad2ef94 - <tokio[ebacc8a993b16297]::runtime::Runtime>::block_on::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/mod.rs:475:51
[INFO] [stdout]   39:     0x5e049ace5171 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:477:9
[INFO] [stdout]   40:     0x5e049acdeaf7 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:436:33
[INFO] [stdout]   41:     0x5e049ac75e06 - <tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_auth_ok::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   44:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   45:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   47:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   48:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   50:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   51:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   52:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   53:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   54:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   56:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   59:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   61:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   62:     0x763251261aa4 - <unknown>
[INFO] [stdout]   63:     0x7632512eea64 - clone
[INFO] [stdout]   64:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- business::action::user::select_user_action::tests::test_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'business::action::user::select_user_action::tests::test_ok' (36) panicked at src/tests/test_utils.rs:58:9:
[INFO] [stdout] assertion `left == right` failed: Verify that no log remained
[INFO] [stdout]   left: Some("WARN - ident: \u{1b}[1;49;39mRocket\u{1b}[0m")
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a6453 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x5e049ada3232 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>, core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e049ad8ea7c - tmp[4a1a12794e0b83dc]::tests::test_utils::tests::run_test::<tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}::{closure#0}::{closure#0}, tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/test_utils.rs:58:3
[INFO] [stdout]   22:     0x5e049ace0a83 - tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/user/select_user_action.rs:241:4
[INFO] [stdout]   23:     0x5e049adb23ad - <core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e049ac44d3d - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   25:     0x5e049acfe970 - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:102:9
[INFO] [stdout]   26:     0x5e049ac55c05 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::try_with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5e049ac489de - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5e049ac4393f - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:95:13
[INFO] [stdout]   29:     0x5e049ac4393f - tokio[ebacc8a993b16297]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:72:5
[INFO] [stdout]   30:     0x5e049ac4393f - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   31:     0x5e049abf5a10 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   32:     0x5e049ac3b7ac - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   33:     0x5e049ac1c184 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   34:     0x5e049ad3ab9d - <tokio[ebacc8a993b16297]::macros::scoped_tls::ScopedKey<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>>::set::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}, ()>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Core>, ())>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   35:     0x5e049ac1483c - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   36:     0x5e049ac16145 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   37:     0x5e049abe9220 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::BasicScheduler>::block_on::<tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   38:     0x5e049ad35294 - <tokio[ebacc8a993b16297]::runtime::Runtime>::block_on::<tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/mod.rs:475:51
[INFO] [stdout]   39:     0x5e049ace7961 - tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/user/select_user_action.rs:241:9
[INFO] [stdout]   40:     0x5e049ace0947 - tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/user/select_user_action.rs:213:20
[INFO] [stdout]   41:     0x5e049ac76c86 - <tmp[4a1a12794e0b83dc]::business::action::user::select_user_action::tests::test_ok::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   44:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   45:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   47:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   48:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   50:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   51:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   52:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   53:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   54:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   56:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   59:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   61:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   62:     0x763251261aa4 - <unknown>
[INFO] [stdout]   63:     0x7632512eea64 - clone
[INFO] [stdout]   64:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- business::action::web_action::tests::test_user_no_status_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'business::action::web_action::tests::test_user_no_status_error' (45) panicked at src/tests/test_utils.rs:58:9:
[INFO] [stdout] assertion `left == right` failed: Verify that no log remained
[INFO] [stdout]   left: Some("WARN - port: \u{1b}[1;49;39m8000\u{1b}[0m")
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a6453 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x5e049ada3232 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>, core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e049ad8647c - tmp[4a1a12794e0b83dc]::tests::test_utils::tests::run_test::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}::{closure#0}::{closure#0}, tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/test_utils.rs:58:3
[INFO] [stdout]   22:     0x5e049acdfc03 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:568:4
[INFO] [stdout]   23:     0x5e049adb16ed - <core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e049ac4407d - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   25:     0x5e049acface0 - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:102:9
[INFO] [stdout]   26:     0x5e049ac52905 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::try_with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5e049ac479ee - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5e049ac3dfff - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:95:13
[INFO] [stdout]   29:     0x5e049ac3dfff - tokio[ebacc8a993b16297]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:72:5
[INFO] [stdout]   30:     0x5e049ac3dfff - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   31:     0x5e049abebab0 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   32:     0x5e049ac2161c - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   33:     0x5e049ac1bb24 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   34:     0x5e049ad3789d - <tokio[ebacc8a993b16297]::macros::scoped_tls::ScopedKey<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>>::set::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}, ()>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Core>, ())>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   35:     0x5e049ac088fc - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   36:     0x5e049ac15485 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   37:     0x5e049abdff80 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::BasicScheduler>::block_on::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   38:     0x5e049ad2fb84 - <tokio[ebacc8a993b16297]::runtime::Runtime>::block_on::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/mod.rs:475:51
[INFO] [stdout]   39:     0x5e049ace5d91 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:568:9
[INFO] [stdout]   40:     0x5e049acdec47 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:530:38
[INFO] [stdout]   41:     0x5e049ac75fc6 - <tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_no_status_error::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   44:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   45:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   47:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   48:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   50:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   51:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   52:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   53:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   54:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   56:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   59:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   61:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   62:     0x763251261aa4 - <unknown>
[INFO] [stdout]   63:     0x7632512eea64 - clone
[INFO] [stdout]   64:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- business::action::web_action::tests::test_user_auth_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'business::action::web_action::tests::test_user_auth_ok' (43) panicked at src/tests/test_utils.rs:58:9:
[INFO] [stdout] assertion `left == right` failed: Verify that no log remained
[INFO] [stdout]   left: Some("WARN - keep-alive: \u{1b}[1;49;39m5s\u{1b}[0m")
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a6453 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x5e049ada3232 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>, core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e049ad84f9c - tmp[4a1a12794e0b83dc]::tests::test_utils::tests::run_test::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}::{closure#0}::{closure#0}, tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/test_utils.rs:58:3
[INFO] [stdout]   22:     0x5e049acdef23 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:432:4
[INFO] [stdout]   23:     0x5e049adb14ed - <core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e049ac43e7d - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   25:     0x5e049acfa360 - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:102:9
[INFO] [stdout]   26:     0x5e049ac52105 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::try_with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5e049ac4776e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5e049ac3d1ff - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:95:13
[INFO] [stdout]   29:     0x5e049ac3d1ff - tokio[ebacc8a993b16297]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:72:5
[INFO] [stdout]   30:     0x5e049ac3d1ff - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   31:     0x5e049abea1b0 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   32:     0x5e049ac1d49c - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   33:     0x5e049ac1ba24 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   34:     0x5e049ad3709d - <tokio[ebacc8a993b16297]::macros::scoped_tls::ScopedKey<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>>::set::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}, ()>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Core>, ())>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   35:     0x5e049ac06afc - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   36:     0x5e049ac15285 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   37:     0x5e049abde890 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::BasicScheduler>::block_on::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   38:     0x5e049ad2edf4 - <tokio[ebacc8a993b16297]::runtime::Runtime>::block_on::<tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/mod.rs:475:51
[INFO] [stdout]   39:     0x5e049ace4fc1 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:432:9
[INFO] [stdout]   40:     0x5e049acdeac7 - tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/business/action/web_action.rs:391:30
[INFO] [stdout]   41:     0x5e049ac75dc6 - <tmp[4a1a12794e0b83dc]::business::action::web_action::tests::test_user_auth_ok::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   44:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   45:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   47:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   48:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   50:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   51:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   52:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   53:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   54:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   56:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   59:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   61:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   62:     0x763251261aa4 - <unknown>
[INFO] [stdout]   63:     0x7632512eea64 - clone
[INFO] [stdout]   64:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- core::external::main_impl::external_impl::tests::test_external_mock_call stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::external::main_impl::external_impl::tests::test_external_mock_call' (79) panicked at src/tests/test_utils.rs:58:9:
[INFO] [stdout] assertion `left == right` failed: Verify that no log remained
[INFO] [stdout]   left: Some("WARN - limits: \u{1b}[1;49;39mbytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB\u{1b}[0m")
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a6453 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x5e049ada3232 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>, core[585f66e14d78f9ba]::option::Option<alloc[15e7b27aba85d2e2]::borrow::Cow<str>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e049ad8c5cb - tmp[4a1a12794e0b83dc]::tests::test_utils::tests::run_test::<tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}::{closure#0}::{closure#0}, tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/test_utils.rs:58:3
[INFO] [stdout]   22:     0x5e049acaa4b2 - tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/external/main_impl/external_impl.rs:203:4
[INFO] [stdout]   23:     0x5e049adb202d - <core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5e049ac449bd - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   25:     0x5e049acfd8d0 - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:102:9
[INFO] [stdout]   26:     0x5e049ac54e05 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::try_with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   27:     0x5e049ac4857e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   28:     0x5e049ac420bf - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:95:13
[INFO] [stdout]   29:     0x5e049ac420bf - tokio[ebacc8a993b16297]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:72:5
[INFO] [stdout]   30:     0x5e049ac420bf - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   31:     0x5e049abf2e50 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   32:     0x5e049ac3450c - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   33:     0x5e049ac1bfc4 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   34:     0x5e049ad39d9d - <tokio[ebacc8a993b16297]::macros::scoped_tls::ScopedKey<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Context>>::set::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}, ()>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[ebacc8a993b16297]::runtime::basic_scheduler::Core>, ())>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   35:     0x5e049ac113bc - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::enter::<<tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   36:     0x5e049ac15dc5 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   37:     0x5e049abe69e0 - <tokio[ebacc8a993b16297]::runtime::basic_scheduler::BasicScheduler>::block_on::<tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   38:     0x5e049ad33b73 - <tokio[ebacc8a993b16297]::runtime::Runtime>::block_on::<tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/mod.rs:475:51
[INFO] [stdout]   39:     0x5e049acb1ae0 - tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/external/main_impl/external_impl.rs:203:9
[INFO] [stdout]   40:     0x5e049acaa367 - tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/external/main_impl/external_impl.rs:115:36
[INFO] [stdout]   41:     0x5e049ac76906 - <tmp[4a1a12794e0b83dc]::core::external::main_impl::external_impl::tests::test_external_mock_call::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   44:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   45:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   47:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   48:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   50:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   51:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   52:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   53:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   54:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   55:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   56:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   57:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   59:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   61:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   62:     0x763251261aa4 - <unknown>
[INFO] [stdout]   63:     0x7632512eea64 - clone
[INFO] [stdout]   64:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- web::user::web_user::tests::register_user_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'web::user::web_user::tests::register_user_error' (84) panicked at src/web/user/web_user.rs:88:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 200 }
[INFO] [stdout]  right: Status { code: 500 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a63f3 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5e049ada3418 - core[585f66e14d78f9ba]::panicking::assert_failed::<rocket_http[254b202f3060fce9]::status::Status, rocket_http[254b202f3060fce9]::status::Status>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e049acb180d - tmp[4a1a12794e0b83dc]::web::user::web_user::tests::register_user_error
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/user/web_user.rs:88:3
[INFO] [stdout]   22:     0x5e049acaa337 - tmp[4a1a12794e0b83dc]::web::user::web_user::tests::register_user_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/user/web_user.rs:69:26
[INFO] [stdout]   23:     0x5e049ac75d46 - <tmp[4a1a12794e0b83dc]::web::user::web_user::tests::register_user_error::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x763251261aa4 - <unknown>
[INFO] [stdout]   45:     0x7632512eea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- web::user::web_user::tests::select_user_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'web::user::web_user::tests::select_user_error' (87) panicked at src/web/user/web_user.rs:147:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Status { code: 200 }
[INFO] [stdout]  right: Status { code: 500 }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a63f3 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5e049ada3418 - core[585f66e14d78f9ba]::panicking::assert_failed::<rocket_http[254b202f3060fce9]::status::Status, rocket_http[254b202f3060fce9]::status::Status>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e049acb0f2c - tmp[4a1a12794e0b83dc]::web::user::web_user::tests::select_user_error
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/user/web_user.rs:147:3
[INFO] [stdout]   22:     0x5e049acaa307 - tmp[4a1a12794e0b83dc]::web::user::web_user::tests::select_user_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/user/web_user.rs:138:24
[INFO] [stdout]   23:     0x5e049ac75d06 - <tmp[4a1a12794e0b83dc]::web::user::web_user::tests::select_user_error::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x763251261aa4 - <unknown>
[INFO] [stdout]   45:     0x7632512eea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- web::web_root::tests::hello stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'web::web_root::tests::hello' (93) panicked at src/core/dao/db_migration.rs:14:43:
[INFO] [stdout] database connection
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a6234 - core[585f66e14d78f9ba]::panicking::panic_display::<&str>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x5e049b6a6234 - core[585f66e14d78f9ba]::option::expect_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:2208:5
[INFO] [stdout]   21:     0x5e049ad59085 - <core[585f66e14d78f9ba]::option::Option<tmp[4a1a12794e0b83dc]::core::dao::db_migration::Db>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:971:21
[INFO] [stdout]   22:     0x5e049ad917d5 - tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/dao/db_migration.rs:14:40
[INFO] [stdout]   23:     0x5e049ad43dc7 - <futures_util[c519bfdb000381d7]::future::future::map::Map<tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}, core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::Ok> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.21/src/future/future/map.rs:55:44
[INFO] [stdout]   24:     0x5e049ad493b1 - <futures_util[c519bfdb000381d7]::future::future::Map<tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}, core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::Ok> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.21/src/lib.rs:91:35
[INFO] [stdout]   25:     0x5e049b1dccc0 - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5e049b1f5c93 - <rocket[44a942fa60eb6794]::fairing::ad_hoc::AdHoc as rocket[44a942fa60eb6794]::fairing::Fairing>::on_ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/fairing/ad_hoc.rs:239:60
[INFO] [stdout]   27:     0x5e049b1dccc0 - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   28:     0x5e049b1f2a3f - <rocket[44a942fa60eb6794]::fairing::fairings::Fairings>::handle_ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/fairing/fairings.rs:116:58
[INFO] [stdout]   29:     0x5e049b1f16fe - <rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/rocket.rs:473:46
[INFO] [stdout]   30:     0x5e049b1f4508 - <rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::local_launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/rocket.rs:790:57
[INFO] [stdout]   31:     0x5e049b1bf6de - <rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new::<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/client.rs:61:44
[INFO] [stdout]   32:     0x5e049b22404d - <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/park/thread.rs:263:65
[INFO] [stdout]   33:     0x5e049b2ceabe - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:102:9
[INFO] [stdout]   34:     0x5e049b1928e7 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::try_with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x5e049b191b23 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x5e049b21e08d - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:95:13
[INFO] [stdout]   37:     0x5e049b21e08d - tokio[ebacc8a993b16297]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:72:5
[INFO] [stdout]   38:     0x5e049b21e08d - <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/park/thread.rs:263:31
[INFO] [stdout]   39:     0x5e049b2f0017 - <tokio[ebacc8a993b16297]::runtime::enter::Enter>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/enter.rs:151:18
[INFO] [stdout]   40:     0x5e049b26efe6 - <tokio[ebacc8a993b16297]::runtime::thread_pool::ThreadPool>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/thread_pool/mod.rs:81:15
[INFO] [stdout]   41:     0x5e049b2c730a - <tokio[ebacc8a993b16297]::runtime::Runtime>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/mod.rs:477:48
[INFO] [stdout]   42:     0x5e049b1a47f6 - <rocket[44a942fa60eb6794]::local::blocking::client::Client>::_new::<rocket[44a942fa60eb6794]::phase::Build>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/blocking/client.rs:43:34
[INFO] [stdout]   43:     0x5e049acad991 - <rocket[44a942fa60eb6794]::local::blocking::client::Client>::tracked::<rocket[44a942fa60eb6794]::phase::Build>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/client.rs:71:9
[INFO] [stdout]   44:     0x5e049acad991 - tmp[4a1a12794e0b83dc]::web::web_root::tests::hello
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/web_root.rs:82:16
[INFO] [stdout]   45:     0x5e049acaa0c7 - tmp[4a1a12794e0b83dc]::web::web_root::tests::hello::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/web_root.rs:72:12
[INFO] [stdout]   46:     0x5e049ac75b86 - <tmp[4a1a12794e0b83dc]::web::web_root::tests::hello::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   66:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   67:     0x763251261aa4 - <unknown>
[INFO] [stdout]   68:     0x7632512eea64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- web::web_root::tests::hello_world stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'web::web_root::tests::hello_world' (102) panicked at src/core/dao/db_migration.rs:14:43:
[INFO] [stdout] database connection
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a6234 - core[585f66e14d78f9ba]::panicking::panic_display::<&str>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x5e049b6a6234 - core[585f66e14d78f9ba]::option::expect_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:2208:5
[INFO] [stdout]   21:     0x5e049ad59085 - <core[585f66e14d78f9ba]::option::Option<tmp[4a1a12794e0b83dc]::core::dao::db_migration::Db>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:971:21
[INFO] [stdout]   22:     0x5e049ad917d5 - tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/dao/db_migration.rs:14:40
[INFO] [stdout]   23:     0x5e049ad43dc7 - <futures_util[c519bfdb000381d7]::future::future::map::Map<tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}, core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::Ok> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.21/src/future/future/map.rs:55:44
[INFO] [stdout]   24:     0x5e049ad493b1 - <futures_util[c519bfdb000381d7]::future::future::Map<tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}, core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::Ok> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.21/src/lib.rs:91:35
[INFO] [stdout]   25:     0x5e049b1dccc0 - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5e049b1f5c93 - <rocket[44a942fa60eb6794]::fairing::ad_hoc::AdHoc as rocket[44a942fa60eb6794]::fairing::Fairing>::on_ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/fairing/ad_hoc.rs:239:60
[INFO] [stdout]   27:     0x5e049b1dccc0 - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   28:     0x5e049b1f2a3f - <rocket[44a942fa60eb6794]::fairing::fairings::Fairings>::handle_ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/fairing/fairings.rs:116:58
[INFO] [stdout]   29:     0x5e049b1f16fe - <rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/rocket.rs:473:46
[INFO] [stdout]   30:     0x5e049b1f4508 - <rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::local_launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/rocket.rs:790:57
[INFO] [stdout]   31:     0x5e049b1bf6de - <rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new::<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/client.rs:61:44
[INFO] [stdout]   32:     0x5e049b22404d - <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/park/thread.rs:263:65
[INFO] [stdout]   33:     0x5e049b2ceabe - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:102:9
[INFO] [stdout]   34:     0x5e049b1928e7 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::try_with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x5e049b191b23 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x5e049b21e08d - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:95:13
[INFO] [stdout]   37:     0x5e049b21e08d - tokio[ebacc8a993b16297]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:72:5
[INFO] [stdout]   38:     0x5e049b21e08d - <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/park/thread.rs:263:31
[INFO] [stdout]   39:     0x5e049b2f0017 - <tokio[ebacc8a993b16297]::runtime::enter::Enter>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/enter.rs:151:18
[INFO] [stdout]   40:     0x5e049b26efe6 - <tokio[ebacc8a993b16297]::runtime::thread_pool::ThreadPool>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/thread_pool/mod.rs:81:15
[INFO] [stdout]   41:     0x5e049b2c730a - <tokio[ebacc8a993b16297]::runtime::Runtime>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/mod.rs:477:48
[INFO] [stdout]   42:     0x5e049b1a47f6 - <rocket[44a942fa60eb6794]::local::blocking::client::Client>::_new::<rocket[44a942fa60eb6794]::phase::Build>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/blocking/client.rs:43:34
[INFO] [stdout]   43:     0x5e049acac7c8 - <rocket[44a942fa60eb6794]::local::blocking::client::Client>::tracked::<rocket[44a942fa60eb6794]::phase::Build>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/client.rs:71:9
[INFO] [stdout]   44:     0x5e049acac7c8 - tmp[4a1a12794e0b83dc]::web::web_root::tests::hello_world
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/web_root.rs:120:16
[INFO] [stdout]   45:     0x5e049acaa067 - tmp[4a1a12794e0b83dc]::web::web_root::tests::hello_world::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/web_root.rs:119:18
[INFO] [stdout]   46:     0x5e049ac75b06 - <tmp[4a1a12794e0b83dc]::web::web_root::tests::hello_world::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   66:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   67:     0x763251261aa4 - <unknown>
[INFO] [stdout]   68:     0x7632512eea64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- web::web_root::tests::wave stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'web::web_root::tests::wave' (103) panicked at src/core/dao/db_migration.rs:14:43:
[INFO] [stdout] database connection
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a6234 - core[585f66e14d78f9ba]::panicking::panic_display::<&str>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x5e049b6a6234 - core[585f66e14d78f9ba]::option::expect_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:2208:5
[INFO] [stdout]   21:     0x5e049ad59085 - <core[585f66e14d78f9ba]::option::Option<tmp[4a1a12794e0b83dc]::core::dao::db_migration::Db>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:971:21
[INFO] [stdout]   22:     0x5e049ad917d5 - tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/dao/db_migration.rs:14:40
[INFO] [stdout]   23:     0x5e049ad43dc7 - <futures_util[c519bfdb000381d7]::future::future::map::Map<tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}, core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::Ok> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.21/src/future/future/map.rs:55:44
[INFO] [stdout]   24:     0x5e049ad493b1 - <futures_util[c519bfdb000381d7]::future::future::Map<tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}, core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::Ok> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.21/src/lib.rs:91:35
[INFO] [stdout]   25:     0x5e049b1dccc0 - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5e049b1f5c93 - <rocket[44a942fa60eb6794]::fairing::ad_hoc::AdHoc as rocket[44a942fa60eb6794]::fairing::Fairing>::on_ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/fairing/ad_hoc.rs:239:60
[INFO] [stdout]   27:     0x5e049b1dccc0 - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   28:     0x5e049b1f2a3f - <rocket[44a942fa60eb6794]::fairing::fairings::Fairings>::handle_ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/fairing/fairings.rs:116:58
[INFO] [stdout]   29:     0x5e049b1f16fe - <rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/rocket.rs:473:46
[INFO] [stdout]   30:     0x5e049b1f4508 - <rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::local_launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/rocket.rs:790:57
[INFO] [stdout]   31:     0x5e049b1bf6de - <rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new::<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/client.rs:61:44
[INFO] [stdout]   32:     0x5e049b22404d - <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/park/thread.rs:263:65
[INFO] [stdout]   33:     0x5e049b2ceabe - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:102:9
[INFO] [stdout]   34:     0x5e049b1928e7 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::try_with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x5e049b191b23 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x5e049b21e08d - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:95:13
[INFO] [stdout]   37:     0x5e049b21e08d - tokio[ebacc8a993b16297]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:72:5
[INFO] [stdout]   38:     0x5e049b21e08d - <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/park/thread.rs:263:31
[INFO] [stdout]   39:     0x5e049b2f0017 - <tokio[ebacc8a993b16297]::runtime::enter::Enter>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/enter.rs:151:18
[INFO] [stdout]   40:     0x5e049b26efe6 - <tokio[ebacc8a993b16297]::runtime::thread_pool::ThreadPool>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/thread_pool/mod.rs:81:15
[INFO] [stdout]   41:     0x5e049b2c730a - <tokio[ebacc8a993b16297]::runtime::Runtime>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/mod.rs:477:48
[INFO] [stdout]   42:     0x5e049b1a47f6 - <rocket[44a942fa60eb6794]::local::blocking::client::Client>::_new::<rocket[44a942fa60eb6794]::phase::Build>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/blocking/client.rs:43:34
[INFO] [stdout]   43:     0x5e049acaccbf - <rocket[44a942fa60eb6794]::local::blocking::client::Client>::tracked::<rocket[44a942fa60eb6794]::phase::Build>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/client.rs:71:9
[INFO] [stdout]   44:     0x5e049acaccbf - tmp[4a1a12794e0b83dc]::web::web_root::tests::wave
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/web_root.rs:134:16
[INFO] [stdout]   45:     0x5e049acaa097 - tmp[4a1a12794e0b83dc]::web::web_root::tests::wave::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/web_root.rs:133:11
[INFO] [stdout]   46:     0x5e049ac75b46 - <tmp[4a1a12794e0b83dc]::web::web_root::tests::wave::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   66:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   67:     0x763251261aa4 - <unknown>
[INFO] [stdout]   68:     0x7632512eea64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- web::web_root::tests::hello_mir stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'web::web_root::tests::hello_mir' (99) panicked at src/core/dao/db_migration.rs:14:43:
[INFO] [stdout] database connection
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e049b68c542 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e049b68c542 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e049b68c542 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e049b6a5dfa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e049b6a5dfa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e049b691a36 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e049b691a36 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e049b668faf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e049b668faf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e049b683a49 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e049afba96e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e049afba96e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e049b683cb2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e049b683cb2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e049b669068 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e049b65de99 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e049b66a12d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e049b6a656c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e049b6a6234 - core[585f66e14d78f9ba]::panicking::panic_display::<&str>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x5e049b6a6234 - core[585f66e14d78f9ba]::option::expect_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:2208:5
[INFO] [stdout]   21:     0x5e049ad59085 - <core[585f66e14d78f9ba]::option::Option<tmp[4a1a12794e0b83dc]::core::dao::db_migration::Db>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:971:21
[INFO] [stdout]   22:     0x5e049ad917d5 - tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/dao/db_migration.rs:14:40
[INFO] [stdout]   23:     0x5e049ad43dc7 - <futures_util[c519bfdb000381d7]::future::future::map::Map<tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}, core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::Ok> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.21/src/future/future/map.rs:55:44
[INFO] [stdout]   24:     0x5e049ad493b1 - <futures_util[c519bfdb000381d7]::future::future::Map<tmp[4a1a12794e0b83dc]::core::dao::db_migration::run_migrations::{closure#0}, core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::Ok> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.21/src/lib.rs:91:35
[INFO] [stdout]   25:     0x5e049b1dccc0 - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5e049b1f5c93 - <rocket[44a942fa60eb6794]::fairing::ad_hoc::AdHoc as rocket[44a942fa60eb6794]::fairing::Fairing>::on_ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/fairing/ad_hoc.rs:239:60
[INFO] [stdout]   27:     0x5e049b1dccc0 - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>, rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   28:     0x5e049b1f2a3f - <rocket[44a942fa60eb6794]::fairing::fairings::Fairings>::handle_ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/fairing/fairings.rs:116:58
[INFO] [stdout]   29:     0x5e049b1f16fe - <rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::ignite::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/rocket.rs:473:46
[INFO] [stdout]   30:     0x5e049b1f4508 - <rocket[44a942fa60eb6794]::rocket::Rocket<rocket[44a942fa60eb6794]::phase::Build>>::local_launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/rocket.rs:790:57
[INFO] [stdout]   31:     0x5e049b1bf6de - <rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new::<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/asynchronous/client.rs:61:44
[INFO] [stdout]   32:     0x5e049b22404d - <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/park/thread.rs:263:65
[INFO] [stdout]   33:     0x5e049b2ceabe - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:102:9
[INFO] [stdout]   34:     0x5e049b1928e7 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::try_with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   35:     0x5e049b191b23 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[ebacc8a993b16297]::coop::Budget>>>::with::<tokio[ebacc8a993b16297]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   36:     0x5e049b21e08d - tokio[ebacc8a993b16297]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:95:13
[INFO] [stdout]   37:     0x5e049b21e08d - tokio[ebacc8a993b16297]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<core[585f66e14d78f9ba]::result::Result<rocket[44a942fa60eb6794]::local::asynchronous::client::Client, rocket[44a942fa60eb6794]::error::Error>>, <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/coop.rs:72:5
[INFO] [stdout]   38:     0x5e049b21e08d - <tokio[ebacc8a993b16297]::park::thread::CachedParkThread>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/park/thread.rs:263:31
[INFO] [stdout]   39:     0x5e049b2f0017 - <tokio[ebacc8a993b16297]::runtime::enter::Enter>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/enter.rs:151:18
[INFO] [stdout]   40:     0x5e049b26efe6 - <tokio[ebacc8a993b16297]::runtime::thread_pool::ThreadPool>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/thread_pool/mod.rs:81:15
[INFO] [stdout]   41:     0x5e049b2c730a - <tokio[ebacc8a993b16297]::runtime::Runtime>::block_on::<<rocket[44a942fa60eb6794]::local::asynchronous::client::Client>::_new<rocket[44a942fa60eb6794]::phase::Build>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.1/src/runtime/mod.rs:477:48
[INFO] [stdout]   42:     0x5e049b1a47f6 - <rocket[44a942fa60eb6794]::local::blocking::client::Client>::_new::<rocket[44a942fa60eb6794]::phase::Build>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/blocking/client.rs:43:34
[INFO] [stdout]   43:     0x5e049acaf048 - <rocket[44a942fa60eb6794]::local::blocking::client::Client>::tracked::<rocket[44a942fa60eb6794]::phase::Build>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket-0.5.0-rc.1/src/local/client.rs:71:9
[INFO] [stdout]   44:     0x5e049acaf048 - tmp[4a1a12794e0b83dc]::web::web_root::tests::hello_mir
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/web_root.rs:127:16
[INFO] [stdout]   45:     0x5e049acaa0f7 - tmp[4a1a12794e0b83dc]::web::web_root::tests::hello_mir::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/web/web_root.rs:126:16
[INFO] [stdout]   46:     0x5e049ac75bc6 - <tmp[4a1a12794e0b83dc]::web::web_root::tests::hello_mir::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5e049afaed1b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5e049afaed1b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x5e049afbb57a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x5e049afbb57a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x5e049afbb57a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x5e049afb5a44 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x5e049afb5a44 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   59:     0x5e049afbe072 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5e049afbe072 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5e049afbe072 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   64:     0x5e049afbe072 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x5e049b68b73f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   66:     0x5e049b68b73f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   67:     0x763251261aa4 - <unknown>
[INFO] [stdout]   68:     0x7632512eea64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     business::action::user::select_user_action::tests::test_ok
[INFO] [stdout]     business::action::web_action::tests::test_mod_status_error
[INFO] [stdout]     business::action::web_action::tests::test_user_auth_ok
[INFO] [stdout]     business::action::web_action::tests::test_user_no_auth_ok
[INFO] [stdout]     business::action::web_action::tests::test_user_no_status_error
[INFO] [stdout]     business::action::web_action::tests::test_user_status_error
[INFO] [stdout]     core::external::main_impl::external_impl::tests::test_external_mock_call
[INFO] [stdout]     web::user::web_user::tests::register_user_error
[INFO] [stdout]     web::user::web_user::tests::select_user_error
[INFO] [stdout]     web::web_root::tests::hello
[INFO] [stdout]     web::web_root::tests::hello_mir
[INFO] [stdout]     web::web_root::tests::hello_world
[INFO] [stdout]     web::web_root::tests::wave
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 61 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out; finished in 31.19s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin tmp`
[INFO] running `Command { std: "docker" "inspect" "d0c4d447ab7baa665bc78aca29b8523693112661d711191ac0c85becf7d2b769", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0c4d447ab7baa665bc78aca29b8523693112661d711191ac0c85becf7d2b769", kill_on_drop: false }`
[INFO] [stdout] d0c4d447ab7baa665bc78aca29b8523693112661d711191ac0c85becf7d2b769
