[INFO] cloning repository https://github.com/comradez/backend-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/comradez/backend-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcomradez%2Fbackend-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcomradez%2Fbackend-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bdc40a8b18d23339319c448b4a05cb943aba485c
[INFO] testing comradez/backend-demo against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcomradez%2Fbackend-demo" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/comradez/backend-demo
[INFO] finished tweaking git repo https://github.com/comradez/backend-demo
[INFO] tweaked toml for git repo https://github.com/comradez/backend-demo written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/comradez/backend-demo 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/comradez/backend-demo 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 115ff17382a3ff08e205e96c957af1d8a644b4faf931385ba7370502960ab86c
[INFO] running `Command { std: "docker" "start" "-a" "115ff17382a3ff08e205e96c957af1d8a644b4faf931385ba7370502960ab86c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "115ff17382a3ff08e205e96c957af1d8a644b4faf931385ba7370502960ab86c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "115ff17382a3ff08e205e96c957af1d8a644b4faf931385ba7370502960ab86c", kill_on_drop: false }`
[INFO] [stdout] 115ff17382a3ff08e205e96c957af1d8a644b4faf931385ba7370502960ab86c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] e67deb2f5b232553fd7c5b0ac14e24136c84f0f2664f19ef1af77d443facfc70
[INFO] running `Command { std: "docker" "start" "-a" "e67deb2f5b232553fd7c5b0ac14e24136c84f0f2664f19ef1af77d443facfc70", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.88
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.62
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling futures-core v0.3.13
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.6
[INFO] [stderr]    Compiling futures-sink v0.3.13
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling instant v0.1.9
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling lock_api v0.4.2
[INFO] [stderr]    Compiling futures-channel v0.3.13
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling futures-io v0.3.13
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling signal-hook-registry v1.3.0
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling futures-task v0.3.13
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling pin-project-internal v0.4.27
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling tinyvec v1.1.1
[INFO] [stderr]    Compiling standback v0.2.15
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling serde_derive v1.0.124
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling copyless v0.1.5
[INFO] [stderr]    Compiling mio-uds v0.6.8
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling serde v1.0.124
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling async-trait v0.1.47
[INFO] [stderr]    Compiling unicode-normalization v0.1.17
[INFO] [stderr]    Compiling gimli v0.23.0
[INFO] [stderr]    Compiling once_cell v1.7.2
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.18
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]    Compiling const_fn v0.4.5
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling object v0.23.0
[INFO] [stderr]    Compiling idna v0.2.2
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling http v0.2.3
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling url v2.2.1
[INFO] [stderr]    Compiling time v0.2.25
[INFO] [stderr]    Compiling indexmap v1.6.2
[INFO] [stderr]    Compiling tracing-core v0.1.17
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling addr2line v0.14.1
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling tracing v0.1.25
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling backtrace v0.3.56
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling cookie v0.14.4
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling httparse v1.3.5
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling byteorder v1.4.2
[INFO] [stderr]    Compiling regex-syntax v0.6.22
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling cpuid-bool v0.1.2
[INFO] [stderr]    Compiling sha-1 v0.9.4
[INFO] [stderr]    Compiling flate2 v1.0.20
[INFO] [stderr]    Compiling libsqlite3-sys v0.20.1
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling tokio v1.3.0
[INFO] [stderr]    Compiling language-tags v0.2.2
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling bytestring v1.0.0
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.5
[INFO] [stderr]    Compiling mio v0.7.9
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling r2d2 v0.8.9
[INFO] [stderr]    Compiling futures-macro v0.3.13
[INFO] [stderr]    Compiling derive_more v0.99.11
[INFO] [stderr]    Compiling actix-macros v0.1.3
[INFO] [stderr]    Compiling futures-util v0.3.13
[INFO] [stderr]    Compiling thiserror-impl v1.0.24
[INFO] [stderr]    Compiling enum-as-inner v0.3.3
[INFO] [stderr]    Compiling time-macros-impl v0.1.1
[INFO] [stderr]    Compiling pin-project v0.4.27
[INFO] [stderr]    Compiling actix-codec v0.3.0
[INFO] [stderr]    Compiling thiserror v1.0.24
[INFO] [stderr]    Compiling pin-project-internal v1.0.5
[INFO] [stderr]    Compiling regex v1.4.3
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling brotli2 v0.3.2
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling pin-project v1.0.5
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling diesel_derives v1.4.1
[INFO] [stderr]    Compiling actix-threadpool v0.3.3
[INFO] [stderr]    Compiling actix-web-codegen v0.4.0
[INFO] [stderr]    Compiling actix-macros v0.2.0
[INFO] [stderr]    Compiling actix-service v1.0.6
[INFO] [stderr]    Compiling actix-rt v1.1.1
[INFO] [stderr]    Compiling futures v0.3.13
[INFO] [stderr]    Compiling trust-dns-proto v0.19.6
[INFO] [stderr]    Compiling h2 v0.2.7
[INFO] [stderr]    Compiling actix-utils v2.0.0
[INFO] [stderr]    Compiling actix-server v1.0.4
[INFO] [stderr]    Compiling actix-tls v2.0.0
[INFO] [stderr]    Compiling actix-rt v2.1.0
[INFO] [stderr]    Compiling qstring v0.7.2
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling trust-dns-resolver v0.19.6
[INFO] [stderr]    Compiling actix-testing v1.0.1
[INFO] [stderr]    Compiling diesel v1.4.6
[INFO] [stderr]    Compiling actix-connect v2.0.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling actix-router v0.2.7
[INFO] [stderr]    Compiling actix-http v2.2.0
[INFO] [stderr]    Compiling awc v2.0.3
[INFO] [stderr]    Compiling actix-web v3.3.2
[INFO] [stderr]    Compiling backend-demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `UserJson` is never constructed
[INFO] [stdout]   --> src/models.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct UserJson {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout] ... |
[INFO] [stdout] 9 | | }
[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: `#[warn(non_local_definitions)]` on by default
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout]   | |         -- `id` is not local
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout] ... |
[INFO] [stdout] 9 | | }
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout]   | |         ---- `user` is not local
[INFO] [stdout] ... |
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_user`
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout] 5 | |         title -> Text,
[INFO] [stdout]   | |         ----- `title` is not local
[INFO] [stdout] ... |
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_title`
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout] 5 | |         title -> Text,
[INFO] [stdout] 6 | |         content -> Text,
[INFO] [stdout]   | |         ------- `content` is not local
[INFO] [stdout] ... |
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_content`
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout] ... |
[INFO] [stdout] 7 | |         pub_date -> Timestamp,
[INFO] [stdout]   | |         -------- `pub_date` is not local
[INFO] [stdout] 8 | |     }
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_pub_date`
[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/schema.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / table! {
[INFO] [stdout] 12 | |     user (id) {
[INFO] [stdout] 13 | |         id -> Integer,
[INFO] [stdout] 14 | |         name -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | | }
[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/schema.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / table! {
[INFO] [stdout] 12 | |     user (id) {
[INFO] [stdout] 13 | |         id -> Integer,
[INFO] [stdout]    | |         -- `id` is not local
[INFO] [stdout] 14 | |         name -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | | }
[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/schema.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / table! {
[INFO] [stdout] 12 | |     user (id) {
[INFO] [stdout] 13 | |         id -> Integer,
[INFO] [stdout] 14 | |         name -> Text,
[INFO] [stdout]    | |         ---- `name` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | | }
[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/schema.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / table! {
[INFO] [stdout] 12 | |     user (id) {
[INFO] [stdout] 13 | |         id -> Integer,
[INFO] [stdout] 14 | |         name -> Text,
[INFO] [stdout] 15 | |         register_date -> Timestamp,
[INFO] [stdout]    | |         ------------- `register_date` is not local
[INFO] [stdout] 16 | |     }
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_register_date`
[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/models.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Debug, Insertable, Queryable)]
[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_postmessage`
[INFO] [stdout] 6 | #[table_name = "message"]
[INFO] [stdout] 7 | pub struct PostMessage {
[INFO] [stdout]   |            ----------- `PostMessage` 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/models.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Debug, Insertable, Queryable)]
[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_postmessage`
[INFO] [stdout] 6 | #[table_name = "message"]
[INFO] [stdout] 7 | pub struct PostMessage {
[INFO] [stdout]   |            ----------- `PostMessage` 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/models.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Debug, Insertable, Queryable)]
[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_postmessage`
[INFO] [stdout] 6 | #[table_name = "message"]
[INFO] [stdout] 7 | pub struct PostMessage {
[INFO] [stdout]   |            ----------- `PostMessage` 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/models.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Debug, Insertable, Queryable)]
[INFO] [stdout]   |                             ^--------
[INFO] [stdout]   |                             |
[INFO] [stdout]   |                             `Queryable` is not local
[INFO] [stdout]   |                             move the `impl` block outside of this function `_impl_queryable_for_postmessage`
[INFO] [stdout] 6 | #[table_name = "message"]
[INFO] [stdout] 7 | pub struct PostMessage {
[INFO] [stdout]   |            ----------- `PostMessage` 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: 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/models.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Debug, Insertable, Queryable)]
[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_postuser`
[INFO] [stdout] 37 | #[table_name = "user"]
[INFO] [stdout] 38 | pub struct PostUser {
[INFO] [stdout]    |            -------- `PostUser` 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/models.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Debug, Insertable, Queryable)]
[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_postuser`
[INFO] [stdout] 37 | #[table_name = "user"]
[INFO] [stdout] 38 | pub struct PostUser {
[INFO] [stdout]    |            -------- `PostUser` 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/models.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Debug, Insertable, Queryable)]
[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_postuser`
[INFO] [stdout] 37 | #[table_name = "user"]
[INFO] [stdout] 38 | pub struct PostUser {
[INFO] [stdout]    |            -------- `PostUser` 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/models.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Debug, Insertable, Queryable)]
[INFO] [stdout]    |                             ^--------
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             `Queryable` is not local
[INFO] [stdout]    |                             move the `impl` block outside of this function `_impl_queryable_for_postuser`
[INFO] [stdout] 37 | #[table_name = "user"]
[INFO] [stdout] 38 | pub struct PostUser {
[INFO] [stdout]    |            -------- `PostUser` 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: this warning originates in the derive macro `Queryable` (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 18s
[INFO] running `Command { std: "docker" "inspect" "e67deb2f5b232553fd7c5b0ac14e24136c84f0f2664f19ef1af77d443facfc70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e67deb2f5b232553fd7c5b0ac14e24136c84f0f2664f19ef1af77d443facfc70", kill_on_drop: false }`
[INFO] [stdout] e67deb2f5b232553fd7c5b0ac14e24136c84f0f2664f19ef1af77d443facfc70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 29cfd792aca2827263e0945e951db6b3fae8b89dde59a42d366dce0d54305484
[INFO] running `Command { std: "docker" "start" "-a" "29cfd792aca2827263e0945e951db6b3fae8b89dde59a42d366dce0d54305484", kill_on_drop: false }`
[INFO] [stderr]    Compiling backend-demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/server_test.rs:149:10
[INFO] [stdout]     |
[INFO] [stdout] 149 |         };
[INFO] [stdout]     |          ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/server_test.rs:204:10
[INFO] [stdout]     |
[INFO] [stdout] 204 |         };
[INFO] [stdout]     |          ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/server_test.rs:228:10
[INFO] [stdout]     |
[INFO] [stdout] 228 |         };
[INFO] [stdout]     |          ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/server_test.rs:254:10
[INFO] [stdout]     |
[INFO] [stdout] 254 |         };
[INFO] [stdout]     |          ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/server_test.rs:287:10
[INFO] [stdout]     |
[INFO] [stdout] 287 |         };
[INFO] [stdout]     |          ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/server_test.rs:320:10
[INFO] [stdout]     |
[INFO] [stdout] 320 |         };
[INFO] [stdout]     |          ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/server_test.rs:347:10
[INFO] [stdout]     |
[INFO] [stdout] 347 |         };
[INFO] [stdout]     |          ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UserJson` is never constructed
[INFO] [stdout]   --> src/models.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct UserJson {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout] ... |
[INFO] [stdout] 9 | | }
[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: `#[warn(non_local_definitions)]` on by default
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout]   | |         -- `id` is not local
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout] ... |
[INFO] [stdout] 9 | | }
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout]   | |         ---- `user` is not local
[INFO] [stdout] ... |
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_user`
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout] 5 | |         title -> Text,
[INFO] [stdout]   | |         ----- `title` is not local
[INFO] [stdout] ... |
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_title`
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout] 5 | |         title -> Text,
[INFO] [stdout] 6 | |         content -> Text,
[INFO] [stdout]   | |         ------- `content` is not local
[INFO] [stdout] ... |
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_content`
[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/schema.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | / table! {
[INFO] [stdout] 2 | |     message (id) {
[INFO] [stdout] 3 | |         id -> Integer,
[INFO] [stdout] 4 | |         user -> Integer,
[INFO] [stdout] ... |
[INFO] [stdout] 7 | |         pub_date -> Timestamp,
[INFO] [stdout]   | |         -------- `pub_date` is not local
[INFO] [stdout] 8 | |     }
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | | ^
[INFO] [stdout]   | | |
[INFO] [stdout]   | |_`QueryId` is not local
[INFO] [stdout]   |   move the `impl` block outside of this function `_impl_query_id_for_pub_date`
[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/schema.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / table! {
[INFO] [stdout] 12 | |     user (id) {
[INFO] [stdout] 13 | |         id -> Integer,
[INFO] [stdout] 14 | |         name -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | | }
[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/schema.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / table! {
[INFO] [stdout] 12 | |     user (id) {
[INFO] [stdout] 13 | |         id -> Integer,
[INFO] [stdout]    | |         -- `id` is not local
[INFO] [stdout] 14 | |         name -> Text,
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | | }
[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/schema.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / table! {
[INFO] [stdout] 12 | |     user (id) {
[INFO] [stdout] 13 | |         id -> Integer,
[INFO] [stdout] 14 | |         name -> Text,
[INFO] [stdout]    | |         ---- `name` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 17 | | }
[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/schema.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / table! {
[INFO] [stdout] 12 | |     user (id) {
[INFO] [stdout] 13 | |         id -> Integer,
[INFO] [stdout] 14 | |         name -> Text,
[INFO] [stdout] 15 | |         register_date -> Timestamp,
[INFO] [stdout]    | |         ------------- `register_date` is not local
[INFO] [stdout] 16 | |     }
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_register_date`
[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/models.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Debug, Insertable, Queryable)]
[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_postmessage`
[INFO] [stdout] 6 | #[table_name = "message"]
[INFO] [stdout] 7 | pub struct PostMessage {
[INFO] [stdout]   |            ----------- `PostMessage` 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/models.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Debug, Insertable, Queryable)]
[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_postmessage`
[INFO] [stdout] 6 | #[table_name = "message"]
[INFO] [stdout] 7 | pub struct PostMessage {
[INFO] [stdout]   |            ----------- `PostMessage` 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/models.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Debug, Insertable, Queryable)]
[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_postmessage`
[INFO] [stdout] 6 | #[table_name = "message"]
[INFO] [stdout] 7 | pub struct PostMessage {
[INFO] [stdout]   |            ----------- `PostMessage` 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/models.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Debug, Insertable, Queryable)]
[INFO] [stdout]   |                             ^--------
[INFO] [stdout]   |                             |
[INFO] [stdout]   |                             `Queryable` is not local
[INFO] [stdout]   |                             move the `impl` block outside of this function `_impl_queryable_for_postmessage`
[INFO] [stdout] 6 | #[table_name = "message"]
[INFO] [stdout] 7 | pub struct PostMessage {
[INFO] [stdout]   |            ----------- `PostMessage` 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: 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/models.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Debug, Insertable, Queryable)]
[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_postuser`
[INFO] [stdout] 37 | #[table_name = "user"]
[INFO] [stdout] 38 | pub struct PostUser {
[INFO] [stdout]    |            -------- `PostUser` 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/models.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Debug, Insertable, Queryable)]
[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_postuser`
[INFO] [stdout] 37 | #[table_name = "user"]
[INFO] [stdout] 38 | pub struct PostUser {
[INFO] [stdout]    |            -------- `PostUser` 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/models.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Debug, Insertable, Queryable)]
[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_postuser`
[INFO] [stdout] 37 | #[table_name = "user"]
[INFO] [stdout] 38 | pub struct PostUser {
[INFO] [stdout]    |            -------- `PostUser` 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/models.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[derive(Debug, Insertable, Queryable)]
[INFO] [stdout]    |                             ^--------
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             `Queryable` is not local
[INFO] [stdout]    |                             move the `impl` block outside of this function `_impl_queryable_for_postuser`
[INFO] [stdout] 37 | #[table_name = "user"]
[INFO] [stdout] 38 | pub struct PostUser {
[INFO] [stdout]    |            -------- `PostUser` 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: this warning originates in the derive macro `Queryable` (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 4.34s
[INFO] running `Command { std: "docker" "inspect" "29cfd792aca2827263e0945e951db6b3fae8b89dde59a42d366dce0d54305484", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29cfd792aca2827263e0945e951db6b3fae8b89dde59a42d366dce0d54305484", kill_on_drop: false }`
[INFO] [stdout] 29cfd792aca2827263e0945e951db6b3fae8b89dde59a42d366dce0d54305484
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 078676a0c612a30a28b713a668a16da558d72c2cca1490825e08dc019de9ba59
[INFO] running `Command { std: "docker" "start" "-a" "078676a0c612a30a28b713a668a16da558d72c2cca1490825e08dc019de9ba59", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/server_test.rs:149:10
[INFO] [stderr]     |
[INFO] [stderr] 149 |         };
[INFO] [stderr]     |          ^ help: remove this semicolon
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/server_test.rs:204:10
[INFO] [stderr]     |
[INFO] [stderr] 204 |         };
[INFO] [stderr]     |          ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/server_test.rs:228:10
[INFO] [stderr]     |
[INFO] [stderr] 228 |         };
[INFO] [stderr]     |          ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/server_test.rs:254:10
[INFO] [stderr]     |
[INFO] [stderr] 254 |         };
[INFO] [stderr]     |          ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/server_test.rs:287:10
[INFO] [stderr]     |
[INFO] [stderr] 287 |         };
[INFO] [stderr]     |          ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/server_test.rs:320:10
[INFO] [stderr]     |
[INFO] [stderr] 320 |         };
[INFO] [stderr]     |          ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/server_test.rs:347:10
[INFO] [stderr]     |
[INFO] [stderr] 347 |         };
[INFO] [stderr]     |          ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: struct `UserJson` is never constructed
[INFO] [stderr]   --> src/models.rs:55:12
[INFO] [stderr]    |
[INFO] [stderr] 55 | pub struct UserJson {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> src/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     message (id) {
[INFO] [stderr] 3 | |         id -> Integer,
[INFO] [stderr] 4 | |         user -> Integer,
[INFO] [stderr] ... |
[INFO] [stderr] 9 | | }
[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: `#[warn(non_local_definitions)]` on by default
[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/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     message (id) {
[INFO] [stderr] 3 | |         id -> Integer,
[INFO] [stderr]   | |         -- `id` is not local
[INFO] [stderr] 4 | |         user -> Integer,
[INFO] [stderr] ... |
[INFO] [stderr] 9 | | }
[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/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     message (id) {
[INFO] [stderr] 3 | |         id -> Integer,
[INFO] [stderr] 4 | |         user -> Integer,
[INFO] [stderr]   | |         ---- `user` is not local
[INFO] [stderr] ... |
[INFO] [stderr] 9 | | }
[INFO] [stderr]   | | ^
[INFO] [stderr]   | | |
[INFO] [stderr]   | |_`QueryId` is not local
[INFO] [stderr]   |   move the `impl` block outside of this function `_impl_query_id_for_user`
[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/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     message (id) {
[INFO] [stderr] 3 | |         id -> Integer,
[INFO] [stderr] 4 | |         user -> Integer,
[INFO] [stderr] 5 | |         title -> Text,
[INFO] [stderr]   | |         ----- `title` is not local
[INFO] [stderr] ... |
[INFO] [stderr] 9 | | }
[INFO] [stderr]   | | ^
[INFO] [stderr]   | | |
[INFO] [stderr]   | |_`QueryId` is not local
[INFO] [stderr]   |   move the `impl` block outside of this function `_impl_query_id_for_title`
[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/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     message (id) {
[INFO] [stderr] 3 | |         id -> Integer,
[INFO] [stderr] 4 | |         user -> Integer,
[INFO] [stderr] 5 | |         title -> Text,
[INFO] [stderr] 6 | |         content -> Text,
[INFO] [stderr]   | |         ------- `content` is not local
[INFO] [stderr] ... |
[INFO] [stderr] 9 | | }
[INFO] [stderr]   | | ^
[INFO] [stderr]   | | |
[INFO] [stderr]   | |_`QueryId` is not local
[INFO] [stderr]   |   move the `impl` block outside of this function `_impl_query_id_for_content`
[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/schema.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / table! {
[INFO] [stderr] 2 | |     message (id) {
[INFO] [stderr] 3 | |         id -> Integer,
[INFO] [stderr] 4 | |         user -> Integer,
[INFO] [stderr] ... |
[INFO] [stderr] 7 | |         pub_date -> Timestamp,
[INFO] [stderr]   | |         -------- `pub_date` is not local
[INFO] [stderr] 8 | |     }
[INFO] [stderr] 9 | | }
[INFO] [stderr]   | | ^
[INFO] [stderr]   | | |
[INFO] [stderr]   | |_`QueryId` is not local
[INFO] [stderr]   |   move the `impl` block outside of this function `_impl_query_id_for_pub_date`
[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/schema.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | / table! {
[INFO] [stderr] 12 | |     user (id) {
[INFO] [stderr] 13 | |         id -> Integer,
[INFO] [stderr] 14 | |         name -> Text,
[INFO] [stderr] ...  |
[INFO] [stderr] 17 | | }
[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/schema.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | / table! {
[INFO] [stderr] 12 | |     user (id) {
[INFO] [stderr] 13 | |         id -> Integer,
[INFO] [stderr]    | |         -- `id` is not local
[INFO] [stderr] 14 | |         name -> Text,
[INFO] [stderr] ...  |
[INFO] [stderr] 17 | | }
[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/schema.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | / table! {
[INFO] [stderr] 12 | |     user (id) {
[INFO] [stderr] 13 | |         id -> Integer,
[INFO] [stderr] 14 | |         name -> Text,
[INFO] [stderr]    | |         ---- `name` is not local
[INFO] [stderr] ...  |
[INFO] [stderr] 17 | | }
[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/schema.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | / table! {
[INFO] [stderr] 12 | |     user (id) {
[INFO] [stderr] 13 | |         id -> Integer,
[INFO] [stderr] 14 | |         name -> Text,
[INFO] [stderr] 15 | |         register_date -> Timestamp,
[INFO] [stderr]    | |         ------------- `register_date` is not local
[INFO] [stderr] 16 | |     }
[INFO] [stderr] 17 | | }
[INFO] [stderr]    | | ^
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_`QueryId` is not local
[INFO] [stderr]    |   move the `impl` block outside of this function `_impl_query_id_for_register_date`
[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/models.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Insertable, Queryable)]
[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_postmessage`
[INFO] [stderr] 6 | #[table_name = "message"]
[INFO] [stderr] 7 | pub struct PostMessage {
[INFO] [stderr]   |            ----------- `PostMessage` 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/models.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Insertable, Queryable)]
[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_postmessage`
[INFO] [stderr] 6 | #[table_name = "message"]
[INFO] [stderr] 7 | pub struct PostMessage {
[INFO] [stderr]   |            ----------- `PostMessage` 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/models.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Insertable, Queryable)]
[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_postmessage`
[INFO] [stderr] 6 | #[table_name = "message"]
[INFO] [stderr] 7 | pub struct PostMessage {
[INFO] [stderr]   |            ----------- `PostMessage` 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/models.rs:5:29
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(Debug, Insertable, Queryable)]
[INFO] [stderr]   |                             ^--------
[INFO] [stderr]   |                             |
[INFO] [stderr]   |                             `Queryable` is not local
[INFO] [stderr]   |                             move the `impl` block outside of this function `_impl_queryable_for_postmessage`
[INFO] [stderr] 6 | #[table_name = "message"]
[INFO] [stderr] 7 | pub struct PostMessage {
[INFO] [stderr]   |            ----------- `PostMessage` 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: 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/models.rs:36:17
[INFO] [stderr]    |
[INFO] [stderr] 36 | #[derive(Debug, Insertable, Queryable)]
[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_postuser`
[INFO] [stderr] 37 | #[table_name = "user"]
[INFO] [stderr] 38 | pub struct PostUser {
[INFO] [stderr]    |            -------- `PostUser` 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/models.rs:36:17
[INFO] [stderr]    |
[INFO] [stderr] 36 | #[derive(Debug, Insertable, Queryable)]
[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_postuser`
[INFO] [stderr] 37 | #[table_name = "user"]
[INFO] [stderr] 38 | pub struct PostUser {
[INFO] [stderr]    |            -------- `PostUser` 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/models.rs:36:17
[INFO] [stderr]    |
[INFO] [stderr] 36 | #[derive(Debug, Insertable, Queryable)]
[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_postuser`
[INFO] [stderr] 37 | #[table_name = "user"]
[INFO] [stderr] 38 | pub struct PostUser {
[INFO] [stderr]    |            -------- `PostUser` 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/models.rs:36:29
[INFO] [stderr]    |
[INFO] [stderr] 36 | #[derive(Debug, Insertable, Queryable)]
[INFO] [stderr]    |                             ^--------
[INFO] [stderr]    |                             |
[INFO] [stderr]    |                             `Queryable` is not local
[INFO] [stderr]    |                             move the `impl` block outside of this function `_impl_queryable_for_postuser`
[INFO] [stderr] 37 | #[table_name = "user"]
[INFO] [stderr] 38 | pub struct PostUser {
[INFO] [stderr]    |            -------- `PostUser` 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: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `backend-demo` (bin "backend-demo" test) generated 26 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/backend_demo-6324539e4e689a85)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test server_test::server_test::test_add_new_message ... FAILED
[INFO] [stdout] test server_test::server_test::test_title_too_long ... FAILED
[INFO] [stdout] test server_test::server_test::test_content_lost ... FAILED
[INFO] [stdout] test server_test::server_test::test_can_reach ... FAILED
[INFO] [stdout] test server_test::server_test::test_message_can_be_fetched ... FAILED
[INFO] [stdout] test server_test::server_test::test_content_too_long ... FAILED
[INFO] [stdout] test server_test::server_test::test_clear_message ... FAILED
[INFO] [stdout] test server_test::server_test::test_title_lost ... FAILED
[INFO] [stdout] test server_test::server_test::test_unknown_user ... FAILED
[INFO] [stdout] test server_test::server_test::test_user_name_too_long ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- server_test::server_test::test_add_new_message stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'server_test::server_test::test_add_new_message' (17) panicked at src/server_test.rs:26:14:
[INFO] [stdout] Unable to open the database.: Error(Some("attempt to write a readonly database"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e53efc38362 - 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:     0x5e53efc38362 - 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:     0x5e53efc38362 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e53efc38362 - <<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:     0x5e53efc4f82a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e53efc4f82a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e53efc3d3c6 - 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:     0x5e53efc3d3c6 - <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:     0x5e53efc164ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e53efc164ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e53efc30409 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e53ef8589be - <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:     0x5e53ef8589be - 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:     0x5e53efc305c2 - <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:     0x5e53efc305c2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e53efc165a8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e53efc0b589 - 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:     0x5e53efc1749d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e53efc4ff6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e53efc4fce2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e53ef7bf09a - <core[585f66e14d78f9ba]::result::Result<r2d2[5c3bbdd1b2efd65c]::Pool<diesel[2ff4318f6b0596ef]::r2d2::ConnectionManager<diesel[2ff4318f6b0596ef]::sqlite::connection::SqliteConnection>>, r2d2[5c3bbdd1b2efd65c]::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e53ef7eeef2 - backend_demo[f55636b246cc0de4]::server_test::server_test::init_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:26:14
[INFO] [stdout]   22:     0x5e53ef7e9cc6 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:135:24
[INFO] [stdout]   23:     0x5e53ef7d9ef6 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:67
[INFO] [stdout]   24:     0x5e53ef7bdee0 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x5e53ef7ade05 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   26:     0x5e53ef7abf7e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   27:     0x5e53ef7dad42 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x5e53ef7dad42 - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x5e53ef7dad42 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:42
[INFO] [stdout]   30:     0x5e53ef82934d - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::task::local::Context>>::set::<<tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x5e53ef7d7c2a - <tokio[d02c204b64b7e44]::task::local::LocalSet>::with::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:548:17
[INFO] [stdout]   32:     0x5e53ef7deb8b - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:624:22
[INFO] [stdout]   33:     0x5e53ef7d96a5 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:498:19
[INFO] [stdout]   34:     0x5e53ef84c60d - <core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x5e53ef7ccb1d - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   36:     0x5e53ef7bd300 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{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.3.0/src/coop.rs:106:9
[INFO] [stdout]   37:     0x5e53ef7ad405 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{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]   38:     0x5e53ef7abc5e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{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]   39:     0x5e53ef7ca91c - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   40:     0x5e53ef7ca91c - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   41:     0x5e53ef7ca91c - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   42:     0x5e53ef7cc42a - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   43:     0x5e53ef829c85 - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Context>>::set::<tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x5e53ef7c65d2 - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   45:     0x5e53ef7c4c23 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   46:     0x5e53ef7c48f7 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::InnerGuard<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   47:     0x5e53ef7c380e - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::BasicScheduler<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   48:     0x5e53ef80d129 - <tokio[d02c204b64b7e44]::runtime::Runtime>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   49:     0x5e53ef7d8036 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:459:12
[INFO] [stdout]   50:     0x5e53ef7ff05b - <actix_rt[adf1e11223b6775b]::runtime::Runtime>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/runtime.rs:85:20
[INFO] [stdout]   51:     0x5e53ef7bb2e3 - <actix_rt[adf1e11223b6775b]::system::SystemRunner>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/system.rs:186:17
[INFO] [stdout]   52:     0x5e53ef7efd32 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:132:5
[INFO] [stdout]   53:     0x5e53ef7e5a27 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:133:36
[INFO] [stdout]   54:     0x5e53ef7b8966 - <backend_demo[f55636b246cc0de4]::server_test::server_test::test_add_new_message::{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]   55:     0x5e53ef84cd6b - <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]   56:     0x5e53ef84cd6b - 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]   57:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x5e53ef8595ca - <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]   59:     0x5e53ef8595ca - 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]   60:     0x5e53ef8595ca - 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]   61:     0x5e53ef8595ca - 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]   62:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x5e53ef853a94 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x5e53ef853a94 - 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]   66:     0x5e53ef85c0c2 - 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]   67:     0x5e53ef85c0c2 - <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]   68:     0x5e53ef85c0c2 - 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]   69:     0x5e53ef85c0c2 - 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]   70:     0x5e53ef85c0c2 - 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]   71:     0x5e53ef85c0c2 - 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]   72:     0x5e53ef85c0c2 - <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]   73:     0x5e53efc37bdf - <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]   74:     0x5e53efc37bdf - <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]   75:     0x7a75f1c1caa4 - <unknown>
[INFO] [stdout]   76:     0x7a75f1ca9a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- server_test::server_test::test_title_too_long stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'server_test::server_test::test_title_too_long' (30) panicked at src/server_test.rs:26:14:
[INFO] [stdout] Unable to open the database.: Error(Some("attempt to write a readonly database"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e53efc38362 - 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:     0x5e53efc38362 - 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:     0x5e53efc38362 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e53efc38362 - <<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:     0x5e53efc4f82a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e53efc4f82a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e53efc3d3c6 - 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:     0x5e53efc3d3c6 - <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:     0x5e53efc164ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e53efc164ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e53efc30409 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e53ef8589be - <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:     0x5e53ef8589be - 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:     0x5e53efc305c2 - <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:     0x5e53efc305c2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e53efc165a8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e53efc0b589 - 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:     0x5e53efc1749d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e53efc4ff6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e53efc4fce2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e53ef7bf09a - <core[585f66e14d78f9ba]::result::Result<r2d2[5c3bbdd1b2efd65c]::Pool<diesel[2ff4318f6b0596ef]::r2d2::ConnectionManager<diesel[2ff4318f6b0596ef]::sqlite::connection::SqliteConnection>>, r2d2[5c3bbdd1b2efd65c]::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e53ef7eeef2 - backend_demo[f55636b246cc0de4]::server_test::server_test::init_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:26:14
[INFO] [stdout]   22:     0x5e53ef7e9192 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:300:24
[INFO] [stdout]   23:     0x5e53ef7d9ed6 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:67
[INFO] [stdout]   24:     0x5e53ef7bddb0 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x5e53ef7add05 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   26:     0x5e53ef7abf2e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   27:     0x5e53ef7dab22 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x5e53ef7dab22 - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x5e53ef7dab22 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:42
[INFO] [stdout]   30:     0x5e53ef82924d - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::task::local::Context>>::set::<<tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x5e53ef7d7bda - <tokio[d02c204b64b7e44]::task::local::LocalSet>::with::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:548:17
[INFO] [stdout]   32:     0x5e53ef7deb3b - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:624:22
[INFO] [stdout]   33:     0x5e53ef7d9465 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:498:19
[INFO] [stdout]   34:     0x5e53ef84c5cd - <core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x5e53ef7cca0d - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   36:     0x5e53ef7bd1d0 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{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.3.0/src/coop.rs:106:9
[INFO] [stdout]   37:     0x5e53ef7ad305 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{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]   38:     0x5e53ef7abc0e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{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]   39:     0x5e53ef7ca1ec - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   40:     0x5e53ef7ca1ec - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   41:     0x5e53ef7ca1ec - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   42:     0x5e53ef7cc40a - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   43:     0x5e53ef829ba5 - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Context>>::set::<tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x5e53ef7c6232 - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   45:     0x5e53ef7c4c03 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   46:     0x5e53ef7c4837 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::InnerGuard<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   47:     0x5e53ef7c350e - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::BasicScheduler<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   48:     0x5e53ef80d019 - <tokio[d02c204b64b7e44]::runtime::Runtime>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   49:     0x5e53ef7d7fc4 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:459:12
[INFO] [stdout]   50:     0x5e53ef7ff00d - <actix_rt[adf1e11223b6775b]::runtime::Runtime>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/runtime.rs:85:20
[INFO] [stdout]   51:     0x5e53ef7bb2a1 - <actix_rt[adf1e11223b6775b]::system::SystemRunner>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/system.rs:186:17
[INFO] [stdout]   52:     0x5e53ef7efcb4 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:297:5
[INFO] [stdout]   53:     0x5e53ef7e59f7 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:298:35
[INFO] [stdout]   54:     0x5e53ef7b8926 - <backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_too_long::{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]   55:     0x5e53ef84cd6b - <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]   56:     0x5e53ef84cd6b - 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]   57:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x5e53ef8595ca - <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]   59:     0x5e53ef8595ca - 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]   60:     0x5e53ef8595ca - 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]   61:     0x5e53ef8595ca - 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]   62:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x5e53ef853a94 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x5e53ef853a94 - 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]   66:     0x5e53ef85c0c2 - 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]   67:     0x5e53ef85c0c2 - <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]   68:     0x5e53ef85c0c2 - 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]   69:     0x5e53ef85c0c2 - 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]   70:     0x5e53ef85c0c2 - 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]   71:     0x5e53ef85c0c2 - 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]   72:     0x5e53ef85c0c2 - <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]   73:     0x5e53efc37bdf - <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]   74:     0x5e53efc37bdf - <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]   75:     0x7a75f1c1caa4 - <unknown>
[INFO] [stdout]   76:     0x7a75f1ca9a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- server_test::server_test::test_content_lost stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'server_test::server_test::test_content_lost' (20) panicked at src/server_test.rs:26:14:
[INFO] [stdout] Unable to open the database.: Error(Some("attempt to write a readonly database"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e53efc38362 - 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:     0x5e53efc38362 - 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:     0x5e53efc38362 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e53efc38362 - <<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:     0x5e53efc4f82a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e53efc4f82a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e53efc3d3c6 - 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:     0x5e53efc3d3c6 - <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:     0x5e53efc164ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e53efc164ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e53efc30409 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e53ef8589be - <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:     0x5e53ef8589be - 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:     0x5e53efc305c2 - <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:     0x5e53efc305c2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e53efc165a8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e53efc0b589 - 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:     0x5e53efc1749d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e53efc4ff6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e53efc4fce2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e53ef7bf09a - <core[585f66e14d78f9ba]::result::Result<r2d2[5c3bbdd1b2efd65c]::Pool<diesel[2ff4318f6b0596ef]::r2d2::ConnectionManager<diesel[2ff4318f6b0596ef]::sqlite::connection::SqliteConnection>>, r2d2[5c3bbdd1b2efd65c]::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e53ef7eeef2 - backend_demo[f55636b246cc0de4]::server_test::server_test::init_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:26:14
[INFO] [stdout]   22:     0x5e53ef7e6c1e - backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:217:24
[INFO] [stdout]   23:     0x5e53ef7d9e76 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:67
[INFO] [stdout]   24:     0x5e53ef7bda20 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x5e53ef7ada05 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   26:     0x5e53ef7abe3e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   27:     0x5e53ef7da4c2 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x5e53ef7da4c2 - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x5e53ef7da4c2 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:42
[INFO] [stdout]   30:     0x5e53ef828f4d - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::task::local::Context>>::set::<<tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x5e53ef7d7aea - <tokio[d02c204b64b7e44]::task::local::LocalSet>::with::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:548:17
[INFO] [stdout]   32:     0x5e53ef7dea4b - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:624:22
[INFO] [stdout]   33:     0x5e53ef7d8da5 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:498:19
[INFO] [stdout]   34:     0x5e53ef84c50d - <core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x5e53ef7cc6dd - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   36:     0x5e53ef7bce40 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{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.3.0/src/coop.rs:106:9
[INFO] [stdout]   37:     0x5e53ef7ad005 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{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]   38:     0x5e53ef7abb1e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{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]   39:     0x5e53ef7c8c5c - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   40:     0x5e53ef7c8c5c - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   41:     0x5e53ef7c8c5c - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   42:     0x5e53ef7cc3aa - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   43:     0x5e53ef829905 - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Context>>::set::<tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x5e53ef7c5752 - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   45:     0x5e53ef7c4ba3 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   46:     0x5e53ef7c45f7 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::InnerGuard<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   47:     0x5e53ef7c2c0e - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::BasicScheduler<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   48:     0x5e53ef80cce9 - <tokio[d02c204b64b7e44]::runtime::Runtime>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   49:     0x5e53ef7d7e74 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:459:12
[INFO] [stdout]   50:     0x5e53ef7fef1d - <actix_rt[adf1e11223b6775b]::runtime::Runtime>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/runtime.rs:85:20
[INFO] [stdout]   51:     0x5e53ef7bb1e1 - <actix_rt[adf1e11223b6775b]::system::SystemRunner>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/system.rs:186:17
[INFO] [stdout]   52:     0x5e53ef7efb34 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:214:5
[INFO] [stdout]   53:     0x5e53ef7e5967 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:215:33
[INFO] [stdout]   54:     0x5e53ef7b8866 - <backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_lost::{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]   55:     0x5e53ef84cd6b - <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]   56:     0x5e53ef84cd6b - 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]   57:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x5e53ef8595ca - <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]   59:     0x5e53ef8595ca - 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]   60:     0x5e53ef8595ca - 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]   61:     0x5e53ef8595ca - 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]   62:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x5e53ef853a94 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x5e53ef853a94 - 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]   66:     0x5e53ef85c0c2 - 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]   67:     0x5e53ef85c0c2 - <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]   68:     0x5e53ef85c0c2 - 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]   69:     0x5e53ef85c0c2 - 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]   70:     0x5e53ef85c0c2 - 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]   71:     0x5e53ef85c0c2 - 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]   72:     0x5e53ef85c0c2 - <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]   73:     0x5e53efc37bdf - <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]   74:     0x5e53efc37bdf - <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]   75:     0x7a75f1c1caa4 - <unknown>
[INFO] [stdout]   76:     0x7a75f1ca9a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- server_test::server_test::test_can_reach stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'server_test::server_test::test_can_reach' (18) panicked at src/server_test.rs:26:14:
[INFO] [stdout] Unable to open the database.: Error(Some("attempt to write a readonly database"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e53efc38362 - 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:     0x5e53efc38362 - 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:     0x5e53efc38362 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e53efc38362 - <<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:     0x5e53efc4f82a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e53efc4f82a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e53efc3d3c6 - 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:     0x5e53efc3d3c6 - <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:     0x5e53efc164ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e53efc164ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e53efc30409 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e53ef8589be - <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:     0x5e53ef8589be - 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:     0x5e53efc305c2 - <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:     0x5e53efc305c2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e53efc165a8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e53efc0b589 - 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:     0x5e53efc1749d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e53efc4ff6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e53efc4fce2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e53ef7bf09a - <core[585f66e14d78f9ba]::result::Result<r2d2[5c3bbdd1b2efd65c]::Pool<diesel[2ff4318f6b0596ef]::r2d2::ConnectionManager<diesel[2ff4318f6b0596ef]::sqlite::connection::SqliteConnection>>, r2d2[5c3bbdd1b2efd65c]::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e53ef7eeef2 - backend_demo[f55636b246cc0de4]::server_test::server_test::init_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:26:14
[INFO] [stdout]   22:     0x5e53ef7e5b2d - backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:76:24
[INFO] [stdout]   23:     0x5e53ef7d9e36 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:67
[INFO] [stdout]   24:     0x5e53ef7bd7c0 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x5e53ef7ad805 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   26:     0x5e53ef7abd9e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   27:     0x5e53ef7da082 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x5e53ef7da082 - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x5e53ef7da082 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:42
[INFO] [stdout]   30:     0x5e53ef828d4d - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::task::local::Context>>::set::<<tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x5e53ef7d7a4a - <tokio[d02c204b64b7e44]::task::local::LocalSet>::with::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:548:17
[INFO] [stdout]   32:     0x5e53ef7de9ab - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:624:22
[INFO] [stdout]   33:     0x5e53ef7d8925 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:498:19
[INFO] [stdout]   34:     0x5e53ef84c48d - <core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x5e53ef7cc4bd - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   36:     0x5e53ef7bcbe0 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{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.3.0/src/coop.rs:106:9
[INFO] [stdout]   37:     0x5e53ef7ace05 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{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]   38:     0x5e53ef7aba7e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{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]   39:     0x5e53ef7c7dfc - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   40:     0x5e53ef7c7dfc - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   41:     0x5e53ef7c7dfc - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   42:     0x5e53ef7cc36a - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   43:     0x5e53ef829745 - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Context>>::set::<tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x5e53ef7c5012 - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   45:     0x5e53ef7c4b63 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   46:     0x5e53ef7c4477 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::InnerGuard<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   47:     0x5e53ef7c260e - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::BasicScheduler<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   48:     0x5e53ef80cac9 - <tokio[d02c204b64b7e44]::runtime::Runtime>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   49:     0x5e53ef7d7d94 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:459:12
[INFO] [stdout]   50:     0x5e53ef7fee7d - <actix_rt[adf1e11223b6775b]::runtime::Runtime>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/runtime.rs:85:20
[INFO] [stdout]   51:     0x5e53ef7bb161 - <actix_rt[adf1e11223b6775b]::system::SystemRunner>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/system.rs:186:17
[INFO] [stdout]   52:     0x5e53ef7efa34 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:74:5
[INFO] [stdout]   53:     0x5e53ef7e5907 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:75:30
[INFO] [stdout]   54:     0x5e53ef7b87e6 - <backend_demo[f55636b246cc0de4]::server_test::server_test::test_can_reach::{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]   55:     0x5e53ef84cd6b - <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]   56:     0x5e53ef84cd6b - 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]   57:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x5e53ef8595ca - <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]   59:     0x5e53ef8595ca - 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]   60:     0x5e53ef8595ca - 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]   61:     0x5e53ef8595ca - 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]   62:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x5e53ef853a94 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x5e53ef853a94 - 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]   66:     0x5e53ef85c0c2 - 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]   67:     0x5e53ef85c0c2 - <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]   68:     0x5e53ef85c0c2 - 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]   69:     0x5e53ef85c0c2 - 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]   70:     0x5e53ef85c0c2 - 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]   71:     0x5e53ef85c0c2 - 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]   72:     0x5e53ef85c0c2 - <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]   73:     0x5e53efc37bdf - <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]   74:     0x5e53efc37bdf - <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]   75:     0x7a75f1c1caa4 - <unknown>
[INFO] [stdout]   76:     0x7a75f1ca9a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- server_test::server_test::test_message_can_be_fetched stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'server_test::server_test::test_message_can_be_fetched' (28) panicked at src/server_test.rs:26:14:
[INFO] [stdout] Unable to open the database.: Error(Some("attempt to write a readonly database"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e53efc38362 - 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:     0x5e53efc38362 - 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:     0x5e53efc38362 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e53efc38362 - <<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:     0x5e53efc4f82a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e53efc4f82a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e53efc3d3c6 - 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:     0x5e53efc3d3c6 - <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:     0x5e53efc164ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e53efc164ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e53efc30409 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e53ef8589be - <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:     0x5e53ef8589be - 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:     0x5e53efc305c2 - <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:     0x5e53efc305c2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e53efc165a8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e53efc0b589 - 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:     0x5e53efc1749d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e53efc4ff6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e53efc4fce2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e53ef7bf09a - <core[585f66e14d78f9ba]::result::Result<r2d2[5c3bbdd1b2efd65c]::Pool<diesel[2ff4318f6b0596ef]::r2d2::ConnectionManager<diesel[2ff4318f6b0596ef]::sqlite::connection::SqliteConnection>>, r2d2[5c3bbdd1b2efd65c]::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e53ef7eeef2 - backend_demo[f55636b246cc0de4]::server_test::server_test::init_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:26:14
[INFO] [stdout]   22:     0x5e53ef7ec5d1 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:89:24
[INFO] [stdout]   23:     0x5e53ef7d9f56 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:67
[INFO] [stdout]   24:     0x5e53ef7be270 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x5e53ef7ae105 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   26:     0x5e53ef7ac06e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   27:     0x5e53ef7db3a2 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x5e53ef7db3a2 - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x5e53ef7db3a2 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:42
[INFO] [stdout]   30:     0x5e53ef82964d - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::task::local::Context>>::set::<<tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x5e53ef7d7d1a - <tokio[d02c204b64b7e44]::task::local::LocalSet>::with::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:548:17
[INFO] [stdout]   32:     0x5e53ef7dec7b - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:624:22
[INFO] [stdout]   33:     0x5e53ef7d9d65 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:498:19
[INFO] [stdout]   34:     0x5e53ef84c6cd - <core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x5e53ef7cce4d - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   36:     0x5e53ef7bd690 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{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.3.0/src/coop.rs:106:9
[INFO] [stdout]   37:     0x5e53ef7ad705 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{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]   38:     0x5e53ef7abd4e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{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]   39:     0x5e53ef7cbeac - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   40:     0x5e53ef7cbeac - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   41:     0x5e53ef7cbeac - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   42:     0x5e53ef7cc48a - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   43:     0x5e53ef829f25 - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Context>>::set::<tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x5e53ef7c70b2 - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   45:     0x5e53ef7c4c83 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   46:     0x5e53ef7c4b37 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::InnerGuard<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   47:     0x5e53ef7c410e - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::BasicScheduler<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   48:     0x5e53ef80d459 - <tokio[d02c204b64b7e44]::runtime::Runtime>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   49:     0x5e53ef7d8186 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:459:12
[INFO] [stdout]   50:     0x5e53ef7ff14b - <actix_rt[adf1e11223b6775b]::runtime::Runtime>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/runtime.rs:85:20
[INFO] [stdout]   51:     0x5e53ef7bb3a3 - <actix_rt[adf1e11223b6775b]::system::SystemRunner>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/system.rs:186:17
[INFO] [stdout]   52:     0x5e53ef7efeb2 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:86:5
[INFO] [stdout]   53:     0x5e53ef7e5ab7 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:87:43
[INFO] [stdout]   54:     0x5e53ef7b8a26 - <backend_demo[f55636b246cc0de4]::server_test::server_test::test_message_can_be_fetched::{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]   55:     0x5e53ef84cd6b - <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]   56:     0x5e53ef84cd6b - 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]   57:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x5e53ef8595ca - <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]   59:     0x5e53ef8595ca - 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]   60:     0x5e53ef8595ca - 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]   61:     0x5e53ef8595ca - 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]   62:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x5e53ef853a94 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x5e53ef853a94 - 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]   66:     0x5e53ef85c0c2 - 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]   67:     0x5e53ef85c0c2 - <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]   68:     0x5e53ef85c0c2 - 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]   69:     0x5e53ef85c0c2 - 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]   70:     0x5e53ef85c0c2 - 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]   71:     0x5e53ef85c0c2 - 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]   72:     0x5e53ef85c0c2 - <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]   73:     0x5e53efc37bdf - <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]   74:     0x5e53efc37bdf - <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]   75:     0x7a75f1c1caa4 - <unknown>
[INFO] [stdout]   76:     0x7a75f1ca9a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- server_test::server_test::test_content_too_long stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'server_test::server_test::test_content_too_long' (21) panicked at src/server_test.rs:26:14:
[INFO] [stdout] Unable to open the database.: Error(Some("attempt to write a readonly database"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e53efc38362 - 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:     0x5e53efc38362 - 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:     0x5e53efc38362 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e53efc38362 - <<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:     0x5e53efc4f82a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e53efc4f82a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e53efc3d3c6 - 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:     0x5e53efc3d3c6 - <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:     0x5e53efc164ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e53efc164ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e53efc30409 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e53ef8589be - <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:     0x5e53ef8589be - 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:     0x5e53efc305c2 - <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:     0x5e53efc305c2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e53efc165a8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e53efc0b589 - 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:     0x5e53efc1749d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e53efc4ff6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e53efc4fce2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e53ef7bf09a - <core[585f66e14d78f9ba]::result::Result<r2d2[5c3bbdd1b2efd65c]::Pool<diesel[2ff4318f6b0596ef]::r2d2::ConnectionManager<diesel[2ff4318f6b0596ef]::sqlite::connection::SqliteConnection>>, r2d2[5c3bbdd1b2efd65c]::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e53ef7eeef2 - backend_demo[f55636b246cc0de4]::server_test::server_test::init_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:26:14
[INFO] [stdout]   22:     0x5e53ef7eafc2 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:268:24
[INFO] [stdout]   23:     0x5e53ef7d9f16 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:67
[INFO] [stdout]   24:     0x5e53ef7be010 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x5e53ef7adf05 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   26:     0x5e53ef7abfce - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   27:     0x5e53ef7daf62 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x5e53ef7daf62 - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x5e53ef7daf62 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:42
[INFO] [stdout]   30:     0x5e53ef82944d - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::task::local::Context>>::set::<<tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x5e53ef7d7c7a - <tokio[d02c204b64b7e44]::task::local::LocalSet>::with::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:548:17
[INFO] [stdout]   32:     0x5e53ef7debdb - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:624:22
[INFO] [stdout]   33:     0x5e53ef7d98e5 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:498:19
[INFO] [stdout]   34:     0x5e53ef84c64d - <core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x5e53ef7ccc2d - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   36:     0x5e53ef7bd430 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{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.3.0/src/coop.rs:106:9
[INFO] [stdout]   37:     0x5e53ef7ad505 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{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]   38:     0x5e53ef7abcae - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{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]   39:     0x5e53ef7cb04c - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   40:     0x5e53ef7cb04c - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   41:     0x5e53ef7cb04c - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   42:     0x5e53ef7cc44a - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   43:     0x5e53ef829d65 - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Context>>::set::<tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x5e53ef7c6972 - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   45:     0x5e53ef7c4c43 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   46:     0x5e53ef7c49b7 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::InnerGuard<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   47:     0x5e53ef7c3b0e - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::BasicScheduler<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   48:     0x5e53ef80d239 - <tokio[d02c204b64b7e44]::runtime::Runtime>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   49:     0x5e53ef7d80a4 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:459:12
[INFO] [stdout]   50:     0x5e53ef7ff0ad - <actix_rt[adf1e11223b6775b]::runtime::Runtime>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/runtime.rs:85:20
[INFO] [stdout]   51:     0x5e53ef7bb321 - <actix_rt[adf1e11223b6775b]::system::SystemRunner>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/system.rs:186:17
[INFO] [stdout]   52:     0x5e53ef7efdb4 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:265:5
[INFO] [stdout]   53:     0x5e53ef7e5a57 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:266:37
[INFO] [stdout]   54:     0x5e53ef7b89a6 - <backend_demo[f55636b246cc0de4]::server_test::server_test::test_content_too_long::{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]   55:     0x5e53ef84cd6b - <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]   56:     0x5e53ef84cd6b - 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]   57:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x5e53ef8595ca - <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]   59:     0x5e53ef8595ca - 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]   60:     0x5e53ef8595ca - 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]   61:     0x5e53ef8595ca - 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]   62:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x5e53ef853a94 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x5e53ef853a94 - 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]   66:     0x5e53ef85c0c2 - 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]   67:     0x5e53ef85c0c2 - <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]   68:     0x5e53ef85c0c2 - 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]   69:     0x5e53ef85c0c2 - 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]   70:     0x5e53ef85c0c2 - 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]   71:     0x5e53ef85c0c2 - 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]   72:     0x5e53ef85c0c2 - <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]   73:     0x5e53efc37bdf - <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]   74:     0x5e53efc37bdf - <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]   75:     0x7a75f1c1caa4 - <unknown>
[INFO] [stdout]   76:     0x7a75f1ca9a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- server_test::server_test::test_clear_message stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'server_test::server_test::test_clear_message' (19) panicked at src/server_test.rs:26:14:
[INFO] [stdout] Unable to open the database.: Error(Some("attempt to write a readonly database"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e53efc38362 - 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:     0x5e53efc38362 - 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:     0x5e53efc38362 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e53efc38362 - <<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:     0x5e53efc4f82a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e53efc4f82a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e53efc3d3c6 - 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:     0x5e53efc3d3c6 - <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:     0x5e53efc164ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e53efc164ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e53efc30409 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e53ef8589be - <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:     0x5e53ef8589be - 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:     0x5e53efc305c2 - <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:     0x5e53efc305c2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e53efc165a8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e53efc0b589 - 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:     0x5e53efc1749d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e53efc4ff6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e53efc4fce2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e53ef7bf09a - <core[585f66e14d78f9ba]::result::Result<r2d2[5c3bbdd1b2efd65c]::Pool<diesel[2ff4318f6b0596ef]::r2d2::ConnectionManager<diesel[2ff4318f6b0596ef]::sqlite::connection::SqliteConnection>>, r2d2[5c3bbdd1b2efd65c]::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e53ef7eeef2 - backend_demo[f55636b246cc0de4]::server_test::server_test::init_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:26:14
[INFO] [stdout]   22:     0x5e53ef7e87d0 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:391:24
[INFO] [stdout]   23:     0x5e53ef7d9eb6 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:67
[INFO] [stdout]   24:     0x5e53ef7bdc80 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x5e53ef7adc05 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   26:     0x5e53ef7abede - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   27:     0x5e53ef7da902 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x5e53ef7da902 - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x5e53ef7da902 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:42
[INFO] [stdout]   30:     0x5e53ef82914d - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::task::local::Context>>::set::<<tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x5e53ef7d7b8a - <tokio[d02c204b64b7e44]::task::local::LocalSet>::with::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:548:17
[INFO] [stdout]   32:     0x5e53ef7deaeb - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:624:22
[INFO] [stdout]   33:     0x5e53ef7d9225 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:498:19
[INFO] [stdout]   34:     0x5e53ef84c58d - <core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x5e53ef7cc8fd - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   36:     0x5e53ef7bd0a0 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{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.3.0/src/coop.rs:106:9
[INFO] [stdout]   37:     0x5e53ef7ad205 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{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]   38:     0x5e53ef7abbbe - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{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]   39:     0x5e53ef7c9abc - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   40:     0x5e53ef7c9abc - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   41:     0x5e53ef7c9abc - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   42:     0x5e53ef7cc3ea - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   43:     0x5e53ef829ac5 - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Context>>::set::<tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x5e53ef7c5e92 - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   45:     0x5e53ef7c4be3 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   46:     0x5e53ef7c4777 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::InnerGuard<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   47:     0x5e53ef7c320e - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::BasicScheduler<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   48:     0x5e53ef80cf09 - <tokio[d02c204b64b7e44]::runtime::Runtime>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   49:     0x5e53ef7d7f56 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:459:12
[INFO] [stdout]   50:     0x5e53ef7fefbb - <actix_rt[adf1e11223b6775b]::runtime::Runtime>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/runtime.rs:85:20
[INFO] [stdout]   51:     0x5e53ef7bb263 - <actix_rt[adf1e11223b6775b]::system::SystemRunner>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/system.rs:186:17
[INFO] [stdout]   52:     0x5e53ef7efc32 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:388:5
[INFO] [stdout]   53:     0x5e53ef7e59c7 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:389:34
[INFO] [stdout]   54:     0x5e53ef7b88e6 - <backend_demo[f55636b246cc0de4]::server_test::server_test::test_clear_message::{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]   55:     0x5e53ef84cd6b - <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]   56:     0x5e53ef84cd6b - 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]   57:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x5e53ef8595ca - <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]   59:     0x5e53ef8595ca - 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]   60:     0x5e53ef8595ca - 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]   61:     0x5e53ef8595ca - 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]   62:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x5e53ef853a94 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x5e53ef853a94 - 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]   66:     0x5e53ef85c0c2 - 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]   67:     0x5e53ef85c0c2 - <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]   68:     0x5e53ef85c0c2 - 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]   69:     0x5e53ef85c0c2 - 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]   70:     0x5e53ef85c0c2 - 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]   71:     0x5e53ef85c0c2 - 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]   72:     0x5e53ef85c0c2 - <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]   73:     0x5e53efc37bdf - <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]   74:     0x5e53efc37bdf - <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]   75:     0x7a75f1c1caa4 - <unknown>
[INFO] [stdout]   76:     0x7a75f1ca9a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- server_test::server_test::test_title_lost stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'server_test::server_test::test_title_lost' (29) panicked at src/server_test.rs:26:14:
[INFO] [stdout] Unable to open the database.: Error(Some("attempt to write a readonly database"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e53efc38362 - 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:     0x5e53efc38362 - 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:     0x5e53efc38362 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e53efc38362 - <<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:     0x5e53efc4f82a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e53efc4f82a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e53efc3d3c6 - 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:     0x5e53efc3d3c6 - <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:     0x5e53efc164ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e53efc164ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e53efc30409 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e53ef8589be - <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:     0x5e53ef8589be - 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:     0x5e53efc305c2 - <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:     0x5e53efc305c2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e53efc165a8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e53efc0b589 - 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:     0x5e53efc1749d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e53efc4ff6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e53efc4fce2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e53ef7bf09a - <core[585f66e14d78f9ba]::result::Result<r2d2[5c3bbdd1b2efd65c]::Pool<diesel[2ff4318f6b0596ef]::r2d2::ConnectionManager<diesel[2ff4318f6b0596ef]::sqlite::connection::SqliteConnection>>, r2d2[5c3bbdd1b2efd65c]::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e53ef7eeef2 - backend_demo[f55636b246cc0de4]::server_test::server_test::init_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:26:14
[INFO] [stdout]   22:     0x5e53ef7e61ce - backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:193:24
[INFO] [stdout]   23:     0x5e53ef7d9e56 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:67
[INFO] [stdout]   24:     0x5e53ef7bd8f0 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x5e53ef7ad905 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   26:     0x5e53ef7abdee - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   27:     0x5e53ef7da2a2 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x5e53ef7da2a2 - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x5e53ef7da2a2 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:42
[INFO] [stdout]   30:     0x5e53ef828e4d - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::task::local::Context>>::set::<<tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x5e53ef7d7a9a - <tokio[d02c204b64b7e44]::task::local::LocalSet>::with::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:548:17
[INFO] [stdout]   32:     0x5e53ef7de9fb - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:624:22
[INFO] [stdout]   33:     0x5e53ef7d8b65 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:498:19
[INFO] [stdout]   34:     0x5e53ef84c4cd - <core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x5e53ef7cc5cd - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   36:     0x5e53ef7bcd10 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{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.3.0/src/coop.rs:106:9
[INFO] [stdout]   37:     0x5e53ef7acf05 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{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]   38:     0x5e53ef7abace - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{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]   39:     0x5e53ef7c852c - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   40:     0x5e53ef7c852c - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   41:     0x5e53ef7c852c - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   42:     0x5e53ef7cc38a - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   43:     0x5e53ef829825 - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Context>>::set::<tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x5e53ef7c53b2 - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   45:     0x5e53ef7c4b83 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   46:     0x5e53ef7c4537 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::InnerGuard<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   47:     0x5e53ef7c290e - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::BasicScheduler<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   48:     0x5e53ef80cbd9 - <tokio[d02c204b64b7e44]::runtime::Runtime>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   49:     0x5e53ef7d7e04 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:459:12
[INFO] [stdout]   50:     0x5e53ef7feecd - <actix_rt[adf1e11223b6775b]::runtime::Runtime>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/runtime.rs:85:20
[INFO] [stdout]   51:     0x5e53ef7bb1a1 - <actix_rt[adf1e11223b6775b]::system::SystemRunner>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/system.rs:186:17
[INFO] [stdout]   52:     0x5e53ef7efab4 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:190:5
[INFO] [stdout]   53:     0x5e53ef7e5937 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:191:31
[INFO] [stdout]   54:     0x5e53ef7b8826 - <backend_demo[f55636b246cc0de4]::server_test::server_test::test_title_lost::{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]   55:     0x5e53ef84cd6b - <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]   56:     0x5e53ef84cd6b - 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]   57:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x5e53ef8595ca - <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]   59:     0x5e53ef8595ca - 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]   60:     0x5e53ef8595ca - 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]   61:     0x5e53ef8595ca - 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]   62:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x5e53ef853a94 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x5e53ef853a94 - 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]   66:     0x5e53ef85c0c2 - 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]   67:     0x5e53ef85c0c2 - <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]   68:     0x5e53ef85c0c2 - 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]   69:     0x5e53ef85c0c2 - 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]   70:     0x5e53ef85c0c2 - 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]   71:     0x5e53ef85c0c2 - 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]   72:     0x5e53ef85c0c2 - <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]   73:     0x5e53efc37bdf - <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]   74:     0x5e53efc37bdf - <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]   75:     0x7a75f1c1caa4 - <unknown>
[INFO] [stdout]   76:     0x7a75f1ca9a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- server_test::server_test::test_unknown_user stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'server_test::server_test::test_unknown_user' (49) panicked at src/server_test.rs:26:14:
[INFO] [stdout] Unable to open the database.: Error(Some("attempt to write a readonly database"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e53efc38362 - 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:     0x5e53efc38362 - 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:     0x5e53efc38362 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e53efc38362 - <<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:     0x5e53efc4f82a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e53efc4f82a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e53efc3d3c6 - 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:     0x5e53efc3d3c6 - <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:     0x5e53efc164ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e53efc164ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e53efc30409 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e53ef8589be - <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:     0x5e53ef8589be - 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:     0x5e53efc305c2 - <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:     0x5e53efc305c2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e53efc165a8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e53efc0b589 - 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:     0x5e53efc1749d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e53efc4ff6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e53efc4fce2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e53ef7bf09a - <core[585f66e14d78f9ba]::result::Result<r2d2[5c3bbdd1b2efd65c]::Pool<diesel[2ff4318f6b0596ef]::r2d2::ConnectionManager<diesel[2ff4318f6b0596ef]::sqlite::connection::SqliteConnection>>, r2d2[5c3bbdd1b2efd65c]::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e53ef7eeef2 - backend_demo[f55636b246cc0de4]::server_test::server_test::init_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:26:14
[INFO] [stdout]   22:     0x5e53ef7e7688 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:334:24
[INFO] [stdout]   23:     0x5e53ef7d9e96 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:67
[INFO] [stdout]   24:     0x5e53ef7bdb50 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x5e53ef7adb05 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   26:     0x5e53ef7abe8e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   27:     0x5e53ef7da6e2 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x5e53ef7da6e2 - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x5e53ef7da6e2 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:42
[INFO] [stdout]   30:     0x5e53ef82904d - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::task::local::Context>>::set::<<tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x5e53ef7d7b3a - <tokio[d02c204b64b7e44]::task::local::LocalSet>::with::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:548:17
[INFO] [stdout]   32:     0x5e53ef7dea9b - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:624:22
[INFO] [stdout]   33:     0x5e53ef7d8fe5 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:498:19
[INFO] [stdout]   34:     0x5e53ef84c54d - <core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x5e53ef7cc7ed - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   36:     0x5e53ef7bcf70 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{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.3.0/src/coop.rs:106:9
[INFO] [stdout]   37:     0x5e53ef7ad105 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{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]   38:     0x5e53ef7abb6e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{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]   39:     0x5e53ef7c938c - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   40:     0x5e53ef7c938c - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   41:     0x5e53ef7c938c - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   42:     0x5e53ef7cc3ca - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   43:     0x5e53ef8299e5 - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Context>>::set::<tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x5e53ef7c5af2 - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   45:     0x5e53ef7c4bc3 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   46:     0x5e53ef7c46b7 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::InnerGuard<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   47:     0x5e53ef7c2f0e - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::BasicScheduler<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   48:     0x5e53ef80cdf9 - <tokio[d02c204b64b7e44]::runtime::Runtime>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   49:     0x5e53ef7d7ee6 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:459:12
[INFO] [stdout]   50:     0x5e53ef7fef6b - <actix_rt[adf1e11223b6775b]::runtime::Runtime>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/runtime.rs:85:20
[INFO] [stdout]   51:     0x5e53ef7bb223 - <actix_rt[adf1e11223b6775b]::system::SystemRunner>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/system.rs:186:17
[INFO] [stdout]   52:     0x5e53ef7efbb2 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:331:5
[INFO] [stdout]   53:     0x5e53ef7e5997 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:332:33
[INFO] [stdout]   54:     0x5e53ef7b88a6 - <backend_demo[f55636b246cc0de4]::server_test::server_test::test_unknown_user::{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]   55:     0x5e53ef84cd6b - <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]   56:     0x5e53ef84cd6b - 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]   57:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x5e53ef8595ca - <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]   59:     0x5e53ef8595ca - 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]   60:     0x5e53ef8595ca - 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]   61:     0x5e53ef8595ca - 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]   62:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x5e53ef853a94 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x5e53ef853a94 - 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]   66:     0x5e53ef85c0c2 - 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]   67:     0x5e53ef85c0c2 - <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]   68:     0x5e53ef85c0c2 - 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]   69:     0x5e53ef85c0c2 - 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]   70:     0x5e53ef85c0c2 - 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]   71:     0x5e53ef85c0c2 - 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]   72:     0x5e53ef85c0c2 - <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]   73:     0x5e53efc37bdf - <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]   74:     0x5e53efc37bdf - <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]   75:     0x7a75f1c1caa4 - <unknown>
[INFO] [stdout]   76:     0x7a75f1ca9a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- server_test::server_test::test_user_name_too_long stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'server_test::server_test::test_user_name_too_long' (53) panicked at src/server_test.rs:26:14:
[INFO] [stdout] Unable to open the database.: Error(Some("attempt to write a readonly database"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e53efc38362 - 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:     0x5e53efc38362 - 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:     0x5e53efc38362 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e53efc38362 - <<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:     0x5e53efc4f82a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e53efc4f82a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5e53efc3d3c6 - 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:     0x5e53efc3d3c6 - <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:     0x5e53efc164ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e53efc164ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e53efc30409 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e53ef8589be - <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:     0x5e53ef8589be - 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:     0x5e53efc305c2 - <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:     0x5e53efc305c2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e53efc165a8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e53efc0b589 - 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:     0x5e53efc1749d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e53efc4ff6c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e53efc4fce2 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e53ef7bf09a - <core[585f66e14d78f9ba]::result::Result<r2d2[5c3bbdd1b2efd65c]::Pool<diesel[2ff4318f6b0596ef]::r2d2::ConnectionManager<diesel[2ff4318f6b0596ef]::sqlite::connection::SqliteConnection>>, r2d2[5c3bbdd1b2efd65c]::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5e53ef7eeef2 - backend_demo[f55636b246cc0de4]::server_test::server_test::init_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:26:14
[INFO] [stdout]   22:     0x5e53ef7ebac2 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:241:24
[INFO] [stdout]   23:     0x5e53ef7d9f36 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:67
[INFO] [stdout]   24:     0x5e53ef7be140 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:106:9
[INFO] [stdout]   25:     0x5e53ef7ae005 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   26:     0x5e53ef7ac01e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{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]   27:     0x5e53ef7db182 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   28:     0x5e53ef7db182 - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   29:     0x5e53ef7db182 - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:634:42
[INFO] [stdout]   30:     0x5e53ef82954d - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::task::local::Context>>::set::<<tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}, core[585f66e14d78f9ba]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   31:     0x5e53ef7d7cca - <tokio[d02c204b64b7e44]::task::local::LocalSet>::with::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:548:17
[INFO] [stdout]   32:     0x5e53ef7dec2b - <tokio[d02c204b64b7e44]::task::local::RunUntil<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:624:22
[INFO] [stdout]   33:     0x5e53ef7d9b25 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:498:19
[INFO] [stdout]   34:     0x5e53ef84c68d - <core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x5e53ef7ccd3d - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:74
[INFO] [stdout]   36:     0x5e53ef7bd560 - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{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.3.0/src/coop.rs:106:9
[INFO] [stdout]   37:     0x5e53ef7ad605 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::try_with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{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]   38:     0x5e53ef7abcfe - <std[3f03f8b59f91bef1]::thread::local::LocalKey<core[585f66e14d78f9ba]::cell::Cell<tokio[d02c204b64b7e44]::coop::Budget>>>::with::<tokio[d02c204b64b7e44]::coop::with_budget<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{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]   39:     0x5e53ef7cb77c - tokio[d02c204b64b7e44]::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:99:13
[INFO] [stdout]   40:     0x5e53ef7cb77c - tokio[d02c204b64b7e44]::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/coop.rs:76:5
[INFO] [stdout]   41:     0x5e53ef7cb77c - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:184:35
[INFO] [stdout]   42:     0x5e53ef7cc46a - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:29
[INFO] [stdout]   43:     0x5e53ef829e45 - <tokio[d02c204b64b7e44]::macros::scoped_tls::ScopedKey<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Context>>::set::<tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x5e53ef7c6d12 - tokio[d02c204b64b7e44]::runtime::basic_scheduler::enter::<<tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}>>::{closure#0}, (), tokio[d02c204b64b7e44]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:266:13
[INFO] [stdout]   45:     0x5e53ef7c4c63 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::Inner<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:176:9
[INFO] [stdout]   46:     0x5e53ef7c4a77 - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::InnerGuard<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut <tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:405:38
[INFO] [stdout]   47:     0x5e53ef7c3e0e - <tokio[d02c204b64b7e44]::runtime::basic_scheduler::BasicScheduler<tokio[d02c204b64b7e44]::runtime::driver::Driver>>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/basic_scheduler.rs:136:30
[INFO] [stdout]   48:     0x5e53ef80d349 - <tokio[d02c204b64b7e44]::runtime::Runtime>::block_on::<<tokio[d02c204b64b7e44]::task::local::LocalSet>::run_until<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   49:     0x5e53ef7d8114 - <tokio[d02c204b64b7e44]::task::local::LocalSet>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.3.0/src/task/local.rs:459:12
[INFO] [stdout]   50:     0x5e53ef7ff0fd - <actix_rt[adf1e11223b6775b]::runtime::Runtime>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/runtime.rs:85:20
[INFO] [stdout]   51:     0x5e53ef7bb361 - <actix_rt[adf1e11223b6775b]::system::SystemRunner>::block_on::<backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.1.0/src/system.rs:186:17
[INFO] [stdout]   52:     0x5e53ef7efe34 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:238:5
[INFO] [stdout]   53:     0x5e53ef7e5a87 - backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/server_test.rs:239:39
[INFO] [stdout]   54:     0x5e53ef7b89e6 - <backend_demo[f55636b246cc0de4]::server_test::server_test::test_user_name_too_long::{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]   55:     0x5e53ef84cd6b - <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]   56:     0x5e53ef84cd6b - 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]   57:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   58:     0x5e53ef8595ca - <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]   59:     0x5e53ef8595ca - 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]   60:     0x5e53ef8595ca - 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]   61:     0x5e53ef8595ca - 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]   62:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   63:     0x5e53ef8595ca - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   64:     0x5e53ef853a94 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   65:     0x5e53ef853a94 - 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]   66:     0x5e53ef85c0c2 - 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]   67:     0x5e53ef85c0c2 - <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]   68:     0x5e53ef85c0c2 - 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]   69:     0x5e53ef85c0c2 - 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]   70:     0x5e53ef85c0c2 - 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]   71:     0x5e53ef85c0c2 - 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]   72:     0x5e53ef85c0c2 - <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]   73:     0x5e53efc37bdf - <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]   74:     0x5e53efc37bdf - <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]   75:     0x7a75f1c1caa4 - <unknown>
[INFO] [stdout]   76:     0x7a75f1ca9a64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     server_test::server_test::test_add_new_message
[INFO] [stdout]     server_test::server_test::test_can_reach
[INFO] [stdout]     server_test::server_test::test_clear_message
[INFO] [stdout]     server_test::server_test::test_content_lost
[INFO] [stdout]     server_test::server_test::test_content_too_long
[INFO] [stdout]     server_test::server_test::test_message_can_be_fetched
[INFO] [stdout]     server_test::server_test::test_title_lost
[INFO] [stdout]     server_test::server_test::test_title_too_long
[INFO] [stdout]     server_test::server_test::test_unknown_user
[INFO] [stdout]     server_test::server_test::test_user_name_too_long
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 60.27s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin backend-demo`
[INFO] running `Command { std: "docker" "inspect" "078676a0c612a30a28b713a668a16da558d72c2cca1490825e08dc019de9ba59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "078676a0c612a30a28b713a668a16da558d72c2cca1490825e08dc019de9ba59", kill_on_drop: false }`
[INFO] [stdout] 078676a0c612a30a28b713a668a16da558d72c2cca1490825e08dc019de9ba59
