[INFO] cloning repository https://github.com/K0R0VA/actor-examples
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/K0R0VA/actor-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK0R0VA%2Factor-examples", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK0R0VA%2Factor-examples'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7a784e4f7dcba80fee009d5a029df26ec953e1eb
[INFO] testing K0R0VA/actor-examples against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK0R0VA%2Factor-examples" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/K0R0VA/actor-examples
[INFO] finished tweaking git repo https://github.com/K0R0VA/actor-examples
[INFO] tweaked toml for git repo https://github.com/K0R0VA/actor-examples written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/K0R0VA/actor-examples on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/K0R0VA/actor-examples 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 99c0b44eb6cde7338155c42fadcd846d76bca1fcc1f9b034e6b2c720020eb51c
[INFO] running `Command { std: "docker" "start" "-a" "99c0b44eb6cde7338155c42fadcd846d76bca1fcc1f9b034e6b2c720020eb51c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99c0b44eb6cde7338155c42fadcd846d76bca1fcc1f9b034e6b2c720020eb51c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99c0b44eb6cde7338155c42fadcd846d76bca1fcc1f9b034e6b2c720020eb51c", kill_on_drop: false }`
[INFO] [stdout] 99c0b44eb6cde7338155c42fadcd846d76bca1fcc1f9b034e6b2c720020eb51c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e772052616646de4eed021f98c4f2f2ed3d771fff8d590bc6554b49d6550f54d
[INFO] running `Command { std: "docker" "start" "-a" "e772052616646de4eed021f98c4f2f2ed3d771fff8d590bc6554b49d6550f54d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.67
[INFO] [stderr]    Compiling libc v0.2.92
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.6
[INFO] [stderr]    Compiling futures-core v0.3.15
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling lock_api v0.4.2
[INFO] [stderr]    Compiling tokio v1.5.0
[INFO] [stderr]    Compiling once_cell v1.7.2
[INFO] [stderr]    Compiling futures-sink v0.3.15
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling futures-io v0.3.15
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.17
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling signal-hook-registry v1.3.0
[INFO] [stderr]    Compiling mio v0.7.11
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling rand_core v0.6.2
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling rand v0.8.3
[INFO] [stderr]    Compiling const_fn v0.4.6
[INFO] [stderr]    Compiling local-waker v0.1.1
[INFO] [stderr]    Compiling subtle v2.4.0
[INFO] [stderr]    Compiling crypto-mac v0.10.0
[INFO] [stderr]    Compiling http v0.2.4
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling time v0.2.26
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling indexmap v1.6.2
[INFO] [stderr]    Compiling paste v1.0.5
[INFO] [stderr]    Compiling cpufeatures v0.1.4
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling async-trait v0.1.50
[INFO] [stderr]    Compiling sha2 v0.9.5
[INFO] [stderr]    Compiling actix-service v2.0.0
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling actix-utils v3.0.0
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling tracing-core v0.1.17
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling ahash v0.7.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.3
[INFO] [stderr]    Compiling httparse v1.3.6
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling regex-syntax v0.6.23
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling siphasher v0.3.5
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling tokio-util v0.6.6
[INFO] [stderr]    Compiling postgres-protocol v0.6.1
[INFO] [stderr]    Compiling actix-codec v0.4.0-beta.1
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling tracing v0.1.25
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling regex v1.4.5
[INFO] [stderr]    Compiling socket2 v0.4.0
[INFO] [stderr]    Compiling bytestring v1.0.0
[INFO] [stderr]    Compiling cookie v0.15.0
[INFO] [stderr]    Compiling cpuid-bool v0.1.2
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling sha-1 v0.9.4
[INFO] [stderr]    Compiling flate2 v1.0.20
[INFO] [stderr]    Compiling postgres-types v0.2.1
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling idna v0.2.2
[INFO] [stderr]    Compiling language-tags v0.2.2
[INFO] [stderr]    Compiling actix-macros v0.2.0
[INFO] [stderr]    Compiling actix-rt v2.2.0
[INFO] [stderr]    Compiling time-macros-impl v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.0.6
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling derive_more v0.99.13
[INFO] [stderr]    Compiling brotli2 v0.3.2
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling pin-project v1.0.6
[INFO] [stderr]    Compiling actix-server v2.0.0-beta.4
[INFO] [stderr]    Compiling url v2.2.1
[INFO] [stderr]    Compiling actix-web-codegen v0.5.0-beta.2
[INFO] [stderr]    Compiling actix_derive v0.6.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling futures-executor v0.3.15
[INFO] [stderr]    Compiling h2 v0.3.2
[INFO] [stderr]    Compiling local-channel v0.1.2
[INFO] [stderr]    Compiling futures v0.3.15
[INFO] [stderr]    Compiling tokio-postgres v0.7.2
[INFO] [stderr]    Compiling actix v0.12.0
[INFO] [stderr]    Compiling actix-tls v3.0.0-beta.5
[INFO] [stderr]    Compiling config v0.11.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling actix-http v3.0.0-beta.6
[INFO] [stderr]    Compiling actix-router v0.2.7
[INFO] [stderr]    Compiling deadpool v0.8.0
[INFO] [stderr]    Compiling deadpool-postgres v0.9.0
[INFO] [stderr]    Compiling actix-web v4.0.0-beta.6 (https://github.com/actix/actix-web.git#5a162932)
[INFO] [stderr]    Compiling actor-examples v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::models::Event`
[INFO] [stdout]  --> src/box_office.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::models::Event;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::future::Future`
[INFO] [stdout]  --> src/box_office.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::future::Future;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::pin::Pin`
[INFO] [stdout]  --> src/box_office.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::pin::Pin;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::task::Poll`
[INFO] [stdout]  --> src/box_office.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::task::Poll;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::models::Event`
[INFO] [stdout]   --> src/box_office.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     use crate::models::Event;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Response`
[INFO] [stdout]   --> src/box_office.rs:27:40
[INFO] [stdout]    |
[INFO] [stdout] 27 |     use actix::{Message, MailboxError, Response};
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Buy`
[INFO] [stdout]   --> src/box_office.rs:28:51
[INFO] [stdout]    |
[INFO] [stdout] 28 |     use crate::ticket_seller::messages::{Tickets, Buy};
[INFO] [stdout]    |                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix::dev::Request`
[INFO] [stdout]   --> src/box_office.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     use actix::dev::Request;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ticket_seller::TicketSeller`
[INFO] [stdout]   --> src/box_office.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     use crate::ticket_seller::TicketSeller;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Addr`
[INFO] [stdout]   --> src/box_office.rs:78:66
[INFO] [stdout]    |
[INFO] [stdout] 78 |     use actix::{Handler, Actor, Context, MailboxError, Response, Addr};
[INFO] [stdout]    |                                                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix::dev::MessageResponse`
[INFO] [stdout]   --> src/box_office.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     use actix::dev::MessageResponse;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::box_office::BoxOffice`
[INFO] [stdout]  --> src/rest_api.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::box_office::BoxOffice;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Actor` and `System`
[INFO] [stdout]  --> src/rest_api.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use actix::{Actor, System};
[INFO] [stdout]   |             ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/rest_api.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ticket_seller::messages::Tickets`
[INFO] [stdout]   --> src/rest_api.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use crate::ticket_seller::messages::Tickets;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MailboxError`
[INFO] [stdout]   --> src/rest_api.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 |     use actix::{Addr, MailboxError};
[INFO] [stdout]    |                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix_web::http::StatusCode`
[INFO] [stdout]   --> src/rest_api.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     use actix_web::http::StatusCode;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]   --> src/rest_api.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 |     use actix_web::web::{Data, Json, Path};
[INFO] [stdout]    |                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Serialize`
[INFO] [stdout]   --> src/rest_api.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     use serde::Serialize;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Event`
[INFO] [stdout]  --> src/ticket_seller.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::models::{Event, Ticket};
[INFO] [stdout]   |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/box_office.rs:89:59
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 let event_tickets = TicketSeller::create(|ctx: &mut Context<TicketSeller>| {
[INFO] [stdout]    |                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/box_office.rs:103:47
[INFO] [stdout]     |
[INFO] [stdout] 103 |         fn handle(&mut self, msg: GetTickets, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                                               ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/database.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn stopped(&mut self, ctx: &mut Self::Context) {
[INFO] [stdout]    |                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/maybe.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn poll(mut self: Pin<&mut Self>, cx: &mut Context) -> Poll<Self::Output> {
[INFO] [stdout]    |             ----^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/maybe.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |             let mut this = self.get_unchecked_mut();
[INFO] [stdout]    |                 ----^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/maybe.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn handle(self, ctx: &mut <A as Actor>::Context, tx: Option<OneshotSender<M::Result>>) {
[INFO] [stdout]    |                     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `exist`
[INFO] [stdout]   --> src/rest_api.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 Err(exist) => HttpResponse::BadRequest().body("Event already exist"),
[INFO] [stdout]    |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_exist`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err`
[INFO] [stdout]   --> src/rest_api.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Err(err) => HttpResponse::InternalServerError().finish(),
[INFO] [stdout]    |                 ^^^ help: if this is intentional, prefix it with an underscore: `_err`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/ticket_seller.rs:42:25
[INFO] [stdout]    |
[INFO] [stdout] 42 |         fn handle(self, ctx: &mut <A as Actor>::Context, tx: Option<OneshotSender<Tickets>>) {
[INFO] [stdout]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> src/ticket_seller.rs:91:30
[INFO] [stdout]    |
[INFO] [stdout] 91 |         fn handle(&mut self, msg: GetEvent, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]    |                              ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/ticket_seller.rs:91:45
[INFO] [stdout]    |
[INFO] [stdout] 91 |         fn handle(&mut self, msg: GetEvent, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]    |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetEvent` is never constructed
[INFO] [stdout]   --> src/box_office.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub struct GetEvent {
[INFO] [stdout]    |                ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetEvents` is never constructed
[INFO] [stdout]   --> src/box_office.rs:55:16
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub struct GetEvents;
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CancelEvent` is never constructed
[INFO] [stdout]   --> src/box_office.rs:67:16
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub struct CancelEvent {
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `unwrap` is never used
[INFO] [stdout]   --> src/maybe.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl<T> Maybe<T> {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 48 |     pub fn unwrap(self) -> T {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Event` is never constructed
[INFO] [stdout]  --> src/models.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct Event {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cancel` is never constructed
[INFO] [stdout]   --> src/ticket_seller.rs:55:16
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub struct Cancel;
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/maybe.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 tx.send(self.await);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 let _ = tx.send(self.await);
[INFO] [stdout]    |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/ticket_seller.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 tx.send(self);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 let _ = tx.send(self);
[INFO] [stdout]    |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "e772052616646de4eed021f98c4f2f2ed3d771fff8d590bc6554b49d6550f54d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e772052616646de4eed021f98c4f2f2ed3d771fff8d590bc6554b49d6550f54d", kill_on_drop: false }`
[INFO] [stdout] e772052616646de4eed021f98c4f2f2ed3d771fff8d590bc6554b49d6550f54d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de01ac362c1f5aadc0a96cc2737ba3e70e668ff6ce0f458b7db2b66704a026e6
[INFO] running `Command { std: "docker" "start" "-a" "de01ac362c1f5aadc0a96cc2737ba3e70e668ff6ce0f458b7db2b66704a026e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling actor-examples v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::models::Event`
[INFO] [stdout]  --> src/box_office.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::models::Event;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::future::Future`
[INFO] [stdout]  --> src/box_office.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::future::Future;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::pin::Pin`
[INFO] [stdout]  --> src/box_office.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::pin::Pin;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::task::Poll`
[INFO] [stdout]  --> src/box_office.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::task::Poll;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::models::Event`
[INFO] [stdout]   --> src/box_office.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     use crate::models::Event;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Response`
[INFO] [stdout]   --> src/box_office.rs:27:40
[INFO] [stdout]    |
[INFO] [stdout] 27 |     use actix::{Message, MailboxError, Response};
[INFO] [stdout]    |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Buy`
[INFO] [stdout]   --> src/box_office.rs:28:51
[INFO] [stdout]    |
[INFO] [stdout] 28 |     use crate::ticket_seller::messages::{Tickets, Buy};
[INFO] [stdout]    |                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix::dev::Request`
[INFO] [stdout]   --> src/box_office.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     use actix::dev::Request;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ticket_seller::TicketSeller`
[INFO] [stdout]   --> src/box_office.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     use crate::ticket_seller::TicketSeller;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Addr`
[INFO] [stdout]   --> src/box_office.rs:78:66
[INFO] [stdout]    |
[INFO] [stdout] 78 |     use actix::{Handler, Actor, Context, MailboxError, Response, Addr};
[INFO] [stdout]    |                                                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix::dev::MessageResponse`
[INFO] [stdout]   --> src/box_office.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     use actix::dev::MessageResponse;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::box_office::BoxOffice`
[INFO] [stdout]  --> src/rest_api.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::box_office::BoxOffice;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Actor` and `System`
[INFO] [stdout]  --> src/rest_api.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use actix::{Actor, System};
[INFO] [stdout]   |             ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/rest_api.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ticket_seller::messages::Tickets`
[INFO] [stdout]   --> src/rest_api.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use crate::ticket_seller::messages::Tickets;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MailboxError`
[INFO] [stdout]   --> src/rest_api.rs:22:23
[INFO] [stdout]    |
[INFO] [stdout] 22 |     use actix::{Addr, MailboxError};
[INFO] [stdout]    |                       ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `actix_web::http::StatusCode`
[INFO] [stdout]   --> src/rest_api.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     use actix_web::http::StatusCode;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Path`
[INFO] [stdout]   --> src/rest_api.rs:24:38
[INFO] [stdout]    |
[INFO] [stdout] 24 |     use actix_web::web::{Data, Json, Path};
[INFO] [stdout]    |                                      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Serialize`
[INFO] [stdout]   --> src/rest_api.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     use serde::Serialize;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Event`
[INFO] [stdout]  --> src/ticket_seller.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::models::{Event, Ticket};
[INFO] [stdout]   |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/box_office.rs:89:59
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 let event_tickets = TicketSeller::create(|ctx: &mut Context<TicketSeller>| {
[INFO] [stdout]    |                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]    --> src/box_office.rs:103:47
[INFO] [stdout]     |
[INFO] [stdout] 103 |         fn handle(&mut self, msg: GetTickets, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]     |                                               ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/database.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn stopped(&mut self, ctx: &mut Self::Context) {
[INFO] [stdout]    |                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/maybe.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn poll(mut self: Pin<&mut Self>, cx: &mut Context) -> Poll<Self::Output> {
[INFO] [stdout]    |             ----^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/maybe.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |             let mut this = self.get_unchecked_mut();
[INFO] [stdout]    |                 ----^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/maybe.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn handle(self, ctx: &mut <A as Actor>::Context, tx: Option<OneshotSender<M::Result>>) {
[INFO] [stdout]    |                     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `exist`
[INFO] [stdout]   --> src/rest_api.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 Err(exist) => HttpResponse::BadRequest().body("Event already exist"),
[INFO] [stdout]    |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_exist`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err`
[INFO] [stdout]   --> src/rest_api.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |             Err(err) => HttpResponse::InternalServerError().finish(),
[INFO] [stdout]    |                 ^^^ help: if this is intentional, prefix it with an underscore: `_err`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/ticket_seller.rs:42:25
[INFO] [stdout]    |
[INFO] [stdout] 42 |         fn handle(self, ctx: &mut <A as Actor>::Context, tx: Option<OneshotSender<Tickets>>) {
[INFO] [stdout]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> src/ticket_seller.rs:91:30
[INFO] [stdout]    |
[INFO] [stdout] 91 |         fn handle(&mut self, msg: GetEvent, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]    |                              ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ctx`
[INFO] [stdout]   --> src/ticket_seller.rs:91:45
[INFO] [stdout]    |
[INFO] [stdout] 91 |         fn handle(&mut self, msg: GetEvent, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stdout]    |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetEvent` is never constructed
[INFO] [stdout]   --> src/box_office.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub struct GetEvent {
[INFO] [stdout]    |                ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetEvents` is never constructed
[INFO] [stdout]   --> src/box_office.rs:55:16
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub struct GetEvents;
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CancelEvent` is never constructed
[INFO] [stdout]   --> src/box_office.rs:67:16
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub struct CancelEvent {
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `unwrap` is never used
[INFO] [stdout]   --> src/maybe.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl<T> Maybe<T> {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 48 |     pub fn unwrap(self) -> T {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Event` is never constructed
[INFO] [stdout]  --> src/models.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct Event {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cancel` is never constructed
[INFO] [stdout]   --> src/ticket_seller.rs:55:16
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub struct Cancel;
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/maybe.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 tx.send(self.await);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 let _ = tx.send(self.await);
[INFO] [stdout]    |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/ticket_seller.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 tx.send(self);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 let _ = tx.send(self);
[INFO] [stdout]    |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.31s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "de01ac362c1f5aadc0a96cc2737ba3e70e668ff6ce0f458b7db2b66704a026e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de01ac362c1f5aadc0a96cc2737ba3e70e668ff6ce0f458b7db2b66704a026e6", kill_on_drop: false }`
[INFO] [stdout] de01ac362c1f5aadc0a96cc2737ba3e70e668ff6ce0f458b7db2b66704a026e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2e25ed6870220fcc0f07e5026a8775eaee15453c88140bfac23b9eddaf821393
[INFO] running `Command { std: "docker" "start" "-a" "2e25ed6870220fcc0f07e5026a8775eaee15453c88140bfac23b9eddaf821393", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::models::Event`
[INFO] [stderr]  --> src/box_office.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::models::Event;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::future::Future`
[INFO] [stderr]  --> src/box_office.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::future::Future;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::pin::Pin`
[INFO] [stderr]  --> src/box_office.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::pin::Pin;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::task::Poll`
[INFO] [stderr]  --> src/box_office.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::task::Poll;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::models::Event`
[INFO] [stderr]   --> src/box_office.rs:26:9
[INFO] [stderr]    |
[INFO] [stderr] 26 |     use crate::models::Event;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Response`
[INFO] [stderr]   --> src/box_office.rs:27:40
[INFO] [stderr]    |
[INFO] [stderr] 27 |     use actix::{Message, MailboxError, Response};
[INFO] [stderr]    |                                        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Buy`
[INFO] [stderr]   --> src/box_office.rs:28:51
[INFO] [stderr]    |
[INFO] [stderr] 28 |     use crate::ticket_seller::messages::{Tickets, Buy};
[INFO] [stderr]    |                                                   ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `actix::dev::Request`
[INFO] [stderr]   --> src/box_office.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |     use actix::dev::Request;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::ticket_seller::TicketSeller`
[INFO] [stderr]   --> src/box_office.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |     use crate::ticket_seller::TicketSeller;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Addr`
[INFO] [stderr]   --> src/box_office.rs:78:66
[INFO] [stderr]    |
[INFO] [stderr] 78 |     use actix::{Handler, Actor, Context, MailboxError, Response, Addr};
[INFO] [stderr]    |                                                                  ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `actix::dev::MessageResponse`
[INFO] [stderr]   --> src/box_office.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 79 |     use actix::dev::MessageResponse;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::box_office::BoxOffice`
[INFO] [stderr]  --> src/rest_api.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::box_office::BoxOffice;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Actor` and `System`
[INFO] [stderr]  --> src/rest_api.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use actix::{Actor, System};
[INFO] [stderr]   |             ^^^^^  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]  --> src/rest_api.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::collections::HashMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::ticket_seller::messages::Tickets`
[INFO] [stderr]   --> src/rest_api.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 |     use crate::ticket_seller::messages::Tickets;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `MailboxError`
[INFO] [stderr]   --> src/rest_api.rs:22:23
[INFO] [stderr]    |
[INFO] [stderr] 22 |     use actix::{Addr, MailboxError};
[INFO] [stderr]    |                       ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `actix_web::http::StatusCode`
[INFO] [stderr]   --> src/rest_api.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr] 23 |     use actix_web::http::StatusCode;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Path`
[INFO] [stderr]   --> src/rest_api.rs:24:38
[INFO] [stderr]    |
[INFO] [stderr] 24 |     use actix_web::web::{Data, Json, Path};
[INFO] [stderr]    |                                      ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serde::Serialize`
[INFO] [stderr]   --> src/rest_api.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 27 |     use serde::Serialize;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Event`
[INFO] [stderr]  --> src/ticket_seller.rs:1:21
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::models::{Event, Ticket};
[INFO] [stderr]   |                     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ctx`
[INFO] [stderr]   --> src/box_office.rs:89:59
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 let event_tickets = TicketSeller::create(|ctx: &mut Context<TicketSeller>| {
[INFO] [stderr]    |                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ctx`
[INFO] [stderr]    --> src/box_office.rs:103:47
[INFO] [stderr]     |
[INFO] [stderr] 103 |         fn handle(&mut self, msg: GetTickets, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stderr]     |                                               ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ctx`
[INFO] [stderr]   --> src/database.rs:26:27
[INFO] [stderr]    |
[INFO] [stderr] 26 |     fn stopped(&mut self, ctx: &mut Self::Context) {
[INFO] [stderr]    |                           ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/maybe.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 |     fn poll(mut self: Pin<&mut Self>, cx: &mut Context) -> Poll<Self::Output> {
[INFO] [stderr]    |             ----^^^^
[INFO] [stderr]    |             |
[INFO] [stderr]    |             help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/maybe.rs:17:17
[INFO] [stderr]    |
[INFO] [stderr] 17 |             let mut this = self.get_unchecked_mut();
[INFO] [stderr]    |                 ----^^^^
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ctx`
[INFO] [stderr]   --> src/maybe.rs:38:21
[INFO] [stderr]    |
[INFO] [stderr] 38 |     fn handle(self, ctx: &mut <A as Actor>::Context, tx: Option<OneshotSender<M::Result>>) {
[INFO] [stderr]    |                     ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `exist`
[INFO] [stderr]   --> src/rest_api.rs:44:21
[INFO] [stderr]    |
[INFO] [stderr] 44 |                 Err(exist) => HttpResponse::BadRequest().body("Event already exist"),
[INFO] [stderr]    |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_exist`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `err`
[INFO] [stderr]   --> src/rest_api.rs:57:17
[INFO] [stderr]    |
[INFO] [stderr] 57 |             Err(err) => HttpResponse::InternalServerError().finish(),
[INFO] [stderr]    |                 ^^^ help: if this is intentional, prefix it with an underscore: `_err`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ctx`
[INFO] [stderr]   --> src/ticket_seller.rs:42:25
[INFO] [stderr]    |
[INFO] [stderr] 42 |         fn handle(self, ctx: &mut <A as Actor>::Context, tx: Option<OneshotSender<Tickets>>) {
[INFO] [stderr]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `msg`
[INFO] [stderr]   --> src/ticket_seller.rs:91:30
[INFO] [stderr]    |
[INFO] [stderr] 91 |         fn handle(&mut self, msg: GetEvent, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stderr]    |                              ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ctx`
[INFO] [stderr]   --> src/ticket_seller.rs:91:45
[INFO] [stderr]    |
[INFO] [stderr] 91 |         fn handle(&mut self, msg: GetEvent, ctx: &mut Self::Context) -> Self::Result {
[INFO] [stderr]    |                                             ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GetEvent` is never constructed
[INFO] [stderr]   --> src/box_office.rs:51:16
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub struct GetEvent {
[INFO] [stderr]    |                ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GetEvents` is never constructed
[INFO] [stderr]   --> src/box_office.rs:55:16
[INFO] [stderr]    |
[INFO] [stderr] 55 |     pub struct GetEvents;
[INFO] [stderr]    |                ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `CancelEvent` is never constructed
[INFO] [stderr]   --> src/box_office.rs:67:16
[INFO] [stderr]    |
[INFO] [stderr] 67 |     pub struct CancelEvent {
[INFO] [stderr]    |                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `unwrap` is never used
[INFO] [stderr]   --> src/maybe.rs:48:12
[INFO] [stderr]    |
[INFO] [stderr] 47 | impl<T> Maybe<T> {
[INFO] [stderr]    | ---------------- method in this implementation
[INFO] [stderr] 48 |     pub fn unwrap(self) -> T {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Event` is never constructed
[INFO] [stderr]  --> src/models.rs:9:12
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub struct Event {
[INFO] [stderr]   |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Cancel` is never constructed
[INFO] [stderr]   --> src/ticket_seller.rs:55:16
[INFO] [stderr]    |
[INFO] [stderr] 55 |     pub struct Cancel;
[INFO] [stderr]    |                ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> src/maybe.rs:41:17
[INFO] [stderr]    |
[INFO] [stderr] 41 |                 tx.send(self.await);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 41 |                 let _ = tx.send(self.await);
[INFO] [stderr]    |                 +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> src/ticket_seller.rs:44:17
[INFO] [stderr]    |
[INFO] [stderr] 44 |                 tx.send(self);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 44 |                 let _ = tx.send(self);
[INFO] [stderr]    |                 +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `actor-examples` (bin "actor-examples" test) generated 39 warnings (run `cargo fix --bin "actor-examples" -p actor-examples --tests` to apply 31 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/actor_examples-00251ab0523a5e49)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test database::database_test::say_hello_in_many_threads ... FAILED
[INFO] [stdout] test database::database_test::say_hello_many_times ... FAILED
[INFO] [stdout] test database::database_test::say_hello ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- database::database_test::say_hello_in_many_threads stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'database::database_test::say_hello_in_many_threads' (18) panicked at src/database.rs:122:68:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Backend(Error { kind: Connect, cause: Some(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63768b7f5332 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63768b7f5332 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63768b7f5332 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63768b7f5332 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63768b805dff - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63768b805dff - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x63768b7c1e43 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63768b7c1e43 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63768b7ce452 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63768b7d330f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63768b7d31a1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63768b60428e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x63768b60428e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63768b7d391f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x63768b7d391f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63768b7d377a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x63768b7ce589 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63768b7b65bd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x63768b80e780 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63768b80dc86 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x63768b5d436b - core::result::Result<T,E>::unwrap::h00b64006b118c108
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63768b5d436b - actor_examples::database::database_test::say_hello_in_many_threads::{{closure}}::{{closure}}::{{closure}}::{{closure}}::ha7955140c1d1fbe0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:122:68
[INFO] [stdout]   22:     0x63768b59f81c - tokio::runtime::task::core::CoreStage<T>::poll::{{closure}}::he050aaa669f7021f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/task/core.rs:235:24
[INFO] [stdout]   23:     0x63768b58d9a6 - tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut::h07ece05878f3faf9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   24:     0x63768b59f3b2 - tokio::runtime::task::core::CoreStage<T>::poll::h0041a36a2a61d9da
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/task/core.rs:225:24
[INFO] [stdout]   25:     0x63768b5bc84d - tokio::runtime::task::harness::poll_future::{{closure}}::h4e4e46b4efe3e91e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/task/harness.rs:422:34
[INFO] [stdout]   26:     0x63768b5c23b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h76a0a3329a25a76e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x63768b58bb7e - std::panicking::catch_unwind::do_call::h4d814bd06b706aa5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x63768b58f84b - __rust_try
[INFO] [stdout]   29:     0x63768b58b8d6 - std::panicking::catch_unwind::h8f09fed75c002bee
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x63768b58b8d6 - std::panic::catch_unwind::hb7ceb76e9cc2f19f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x63768b5bb64b - tokio::runtime::task::harness::poll_future::h5323690e345fd52e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/task/harness.rs:409:19
[INFO] [stdout]   32:     0x63768b5bcb59 - tokio::runtime::task::harness::Harness<T,S>::poll_inner::h4a7771aa636affb9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/task/harness.rs:89:9
[INFO] [stdout]   33:     0x63768b5bd9b8 - tokio::runtime::task::harness::Harness<T,S>::poll::haa0e0d36c30ce310
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/task/harness.rs:59:20
[INFO] [stdout]   34:     0x63768b5a8e7b - tokio::runtime::task::raw::poll::h7127d26aa59491ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/task/raw.rs:104:13
[INFO] [stdout]   35:     0x63768b73e867 - tokio::runtime::task::raw::RawTask::poll::hf0c3d138667d1719
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/task/raw.rs:66:18
[INFO] [stdout]   36:     0x63768b766311 - tokio::runtime::task::Notified<S>::run::h0d1b009f252c0494
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/task/mod.rs:171:20
[INFO] [stdout]   37:     0x63768b7713fb - tokio::task::local::LocalSet::tick::{{closure}}::h35a4dbe7e80590e3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:514:59
[INFO] [stdout]   38:     0x63768b736e7c - tokio::coop::with_budget::{{closure}}::he533c0bbbd0bb7ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:106:9
[INFO] [stdout]   39:     0x63768b75dbdc - std::thread::local::LocalKey<T>::try_with::h75e25272af435862
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   40:     0x63768b75ce1f - std::thread::local::LocalKey<T>::with::hf82c40d6e9ec45e5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   41:     0x63768b7713ba - tokio::coop::with_budget::h9f8262a99eeaadb8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:99:13
[INFO] [stdout]   42:     0x63768b7713ba - tokio::coop::budget::h4bfef63738d026ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:76:5
[INFO] [stdout]   43:     0x63768b7713ba - tokio::task::local::LocalSet::tick::hb0dccb32248bfed9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:514:31
[INFO] [stdout]   44:     0x63768b5aa039 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h0e11552561960414
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:638:29
[INFO] [stdout]   45:     0x63768b5b6c6d - tokio::macros::scoped_tls::ScopedKey<T>::set::hcd0148e66b243517
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   46:     0x63768b5a82a7 - tokio::task::local::LocalSet::with::h758db417f02d0ca0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:548:17
[INFO] [stdout]   47:     0x63768b5a9ddb - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h9b336222b95adb22
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:624:22
[INFO] [stdout]   48:     0x63768b5a8a97 - tokio::task::local::LocalSet::run_until::{{closure}}::hf7d337ccc85a3295
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:498:19
[INFO] [stdout]   49:     0x63768b5adfed - <core::pin::Pin<P> as core::future::future::Future>::poll::he90ad0b4d695fef7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   50:     0x63768b59c0bd - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h826bf21fc90e3f2e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:213:78
[INFO] [stdout]   51:     0x63768b5d90b0 - tokio::coop::with_budget::{{closure}}::h910d59b687d0cdf4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:106:9
[INFO] [stdout]   52:     0x63768b595935 - std::thread::local::LocalKey<T>::try_with::h454728143af62402
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   53:     0x63768b594d6e - std::thread::local::LocalKey<T>::with::h90f7fc5f84443d63
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   54:     0x63768b59b7f8 - tokio::coop::with_budget::h5b3f3d5967e32089
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:99:13
[INFO] [stdout]   55:     0x63768b59b7f8 - tokio::coop::budget::he319d2fc6988f590
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:76:5
[INFO] [stdout]   56:     0x63768b59b7f8 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::ha8123656387a35ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:213:39
[INFO] [stdout]   57:     0x63768b59daaa - tokio::runtime::basic_scheduler::enter::{{closure}}::h584c27849a17c969
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:323:29
[INFO] [stdout]   58:     0x63768b5b6aa5 - tokio::macros::scoped_tls::ScopedKey<T>::set::hbc2df98f096a611e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   59:     0x63768b59da22 - tokio::runtime::basic_scheduler::enter::hbc997d3480d522c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:323:13
[INFO] [stdout]   60:     0x63768b59a233 - tokio::runtime::basic_scheduler::Inner<P>::block_on::h4b02254b2d0f1f54
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:202:9
[INFO] [stdout]   61:     0x63768b59c377 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h24cd8d60f65e6217
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:481:38
[INFO] [stdout]   62:     0x63768b59cb3e - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h4aa9650261531817
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:162:30
[INFO] [stdout]   63:     0x63768b5a05a7 - tokio::runtime::Runtime::block_on::h9b283933fa877329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   64:     0x63768b5a835b - tokio::task::local::LocalSet::block_on::h7f5012132ae282d0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:459:12
[INFO] [stdout]   65:     0x63768b5c6dd4 - actix_rt::runtime::Runtime::block_on::hfe2f763296895f88
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   66:     0x63768b5bea2e - actix_rt::system::SystemRunner::block_on::hc734204a3feb54b5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   67:     0x63768b5d3922 - actor_examples::database::database_test::say_hello_in_many_threads::hc5534ab9b7207bc0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:113:5
[INFO] [stdout]   68:     0x63768b5d3987 - actor_examples::database::database_test::say_hello_in_many_threads::{{closure}}::hd0125158fb487aa5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:114:41
[INFO] [stdout]   69:     0x63768b584f66 - core::ops::function::FnOnce::call_once::he22dab42040d86f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x63768b60408b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x63768b60408b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   72:     0x63768b6180ed - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   73:     0x63768b6180ed - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   74:     0x63768b6180ed - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   75:     0x63768b6180ed - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   76:     0x63768b6180ed - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63768b6180ed - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   78:     0x63768b6180ed - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   79:     0x63768b5f1634 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   80:     0x63768b5f1634 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   81:     0x63768b5f4e8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   82:     0x63768b5f4e8a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   83:     0x63768b5f4e8a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   84:     0x63768b5f4e8a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   85:     0x63768b5f4e8a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   86:     0x63768b5f4e8a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   87:     0x63768b5f4e8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   88:     0x63768b7c998f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   89:     0x63768b7c998f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   90:     0x7ce08314caa4 - <unknown>
[INFO] [stdout]   91:     0x7ce0831d9a64 - clone
[INFO] [stdout]   92:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'database::database_test::say_hello_in_many_threads' (18) panicked at src/database.rs:126:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63768b7f5332 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63768b7f5332 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63768b7f5332 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63768b7f5332 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63768b805dff - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63768b805dff - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x63768b7c1e43 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63768b7c1e43 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63768b7ce452 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63768b7d330f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63768b7d31a1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63768b60428e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x63768b60428e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63768b7d391f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x63768b7d391f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63768b7d377a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x63768b7ce589 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63768b7b65bd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x63768b80e780 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63768b80dc86 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x63768b5d3fe2 - core::result::Result<T,E>::unwrap::hdee4b1f82b364ad5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63768b5d3fe2 - actor_examples::database::database_test::say_hello_in_many_threads::{{closure}}::{{closure}}::{{closure}}::hd79d923ba204942f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:126:18
[INFO] [stdout]   22:     0x63768b5b80fa - <futures_util::stream::stream::for_each::ForEach<St,Fut,F> as core::future::future::Future>::poll::h6f1c53077ba17b01
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.15/src/stream/stream/for_each.rs:68:28
[INFO] [stdout]   23:     0x63768b5d3cc3 - actor_examples::database::database_test::say_hello_in_many_threads::{{closure}}::hf5eef670b5b44686
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:128:14
[INFO] [stdout]   24:     0x63768b5aa526 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::h1d478e9271c01f26
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:634:67
[INFO] [stdout]   25:     0x63768b5d9440 - tokio::coop::with_budget::{{closure}}::hac9293945a6af48e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x63768b595335 - std::thread::local::LocalKey<T>::try_with::h060d23ea301c84e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   27:     0x63768b594c2e - std::thread::local::LocalKey<T>::with::h6899b7e34d77d285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   28:     0x63768b5a9fb2 - tokio::coop::with_budget::h0562b96bfe1ba13f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x63768b5a9fb2 - tokio::coop::budget::h11917176129e8b14
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x63768b5a9fb2 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h0e11552561960414
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:634:42
[INFO] [stdout]   31:     0x63768b5b6c6d - tokio::macros::scoped_tls::ScopedKey<T>::set::hcd0148e66b243517
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x63768b5a82a7 - tokio::task::local::LocalSet::with::h758db417f02d0ca0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:548:17
[INFO] [stdout]   33:     0x63768b5a9ddb - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h9b336222b95adb22
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:624:22
[INFO] [stdout]   34:     0x63768b5a8a97 - tokio::task::local::LocalSet::run_until::{{closure}}::hf7d337ccc85a3295
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:498:19
[INFO] [stdout]   35:     0x63768b5adfed - <core::pin::Pin<P> as core::future::future::Future>::poll::he90ad0b4d695fef7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x63768b59c0bd - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h826bf21fc90e3f2e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:213:78
[INFO] [stdout]   37:     0x63768b5d90b0 - tokio::coop::with_budget::{{closure}}::h910d59b687d0cdf4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x63768b595935 - std::thread::local::LocalKey<T>::try_with::h454728143af62402
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   39:     0x63768b594d6e - std::thread::local::LocalKey<T>::with::h90f7fc5f84443d63
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   40:     0x63768b59b7f8 - tokio::coop::with_budget::h5b3f3d5967e32089
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x63768b59b7f8 - tokio::coop::budget::he319d2fc6988f590
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x63768b59b7f8 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::ha8123656387a35ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:213:39
[INFO] [stdout]   43:     0x63768b59daaa - tokio::runtime::basic_scheduler::enter::{{closure}}::h584c27849a17c969
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:323:29
[INFO] [stdout]   44:     0x63768b5b6aa5 - tokio::macros::scoped_tls::ScopedKey<T>::set::hbc2df98f096a611e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x63768b59da22 - tokio::runtime::basic_scheduler::enter::hbc997d3480d522c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:323:13
[INFO] [stdout]   46:     0x63768b59a233 - tokio::runtime::basic_scheduler::Inner<P>::block_on::h4b02254b2d0f1f54
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:202:9
[INFO] [stdout]   47:     0x63768b59c377 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h24cd8d60f65e6217
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:481:38
[INFO] [stdout]   48:     0x63768b59cb3e - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h4aa9650261531817
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:162:30
[INFO] [stdout]   49:     0x63768b5a05a7 - tokio::runtime::Runtime::block_on::h9b283933fa877329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   50:     0x63768b5a835b - tokio::task::local::LocalSet::block_on::h7f5012132ae282d0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:459:12
[INFO] [stdout]   51:     0x63768b5c6dd4 - actix_rt::runtime::Runtime::block_on::hfe2f763296895f88
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x63768b5bea2e - actix_rt::system::SystemRunner::block_on::hc734204a3feb54b5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x63768b5d3922 - actor_examples::database::database_test::say_hello_in_many_threads::hc5534ab9b7207bc0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:113:5
[INFO] [stdout]   54:     0x63768b5d3987 - actor_examples::database::database_test::say_hello_in_many_threads::{{closure}}::hd0125158fb487aa5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:114:41
[INFO] [stdout]   55:     0x63768b584f66 - core::ops::function::FnOnce::call_once::he22dab42040d86f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x63768b60408b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63768b60408b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   58:     0x63768b6180ed - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   59:     0x63768b6180ed - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x63768b6180ed - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x63768b6180ed - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x63768b6180ed - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63768b6180ed - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   64:     0x63768b6180ed - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   65:     0x63768b5f1634 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   66:     0x63768b5f1634 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   67:     0x63768b5f4e8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   68:     0x63768b5f4e8a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   69:     0x63768b5f4e8a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   70:     0x63768b5f4e8a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   71:     0x63768b5f4e8a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x63768b5f4e8a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   73:     0x63768b5f4e8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x63768b7c998f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   75:     0x63768b7c998f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   76:     0x7ce08314caa4 - <unknown>
[INFO] [stdout]   77:     0x7ce0831d9a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- database::database_test::say_hello_many_times stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'database::database_test::say_hello_many_times' (19) panicked at src/database.rs:106:63:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Backend(Error { kind: Connect, cause: Some(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63768b7f5332 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63768b7f5332 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63768b7f5332 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63768b7f5332 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63768b805dff - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63768b805dff - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x63768b7c1e43 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63768b7c1e43 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63768b7ce452 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63768b7d330f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63768b7d31a1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63768b60428e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x63768b60428e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63768b7d391f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x63768b7d391f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63768b7d377a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x63768b7ce589 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63768b7b65bd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x63768b80e780 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63768b80dc86 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x63768b5d37d4 - core::result::Result<T,E>::unwrap::h00b64006b118c108
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63768b5d37d4 - actor_examples::database::database_test::say_hello_many_times::{{closure}}::{{closure}}::{{closure}}::h6cacd136c7b043ef
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:106:63
[INFO] [stdout]   22:     0x63768b5c1d67 - <futures_util::stream::stream::fold::Fold<St,Fut,T,F> as core::future::future::Future>::poll::h958e797a05c64afe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.15/src/stream/stream/fold.rs:72:47
[INFO] [stdout]   23:     0x63768b5d32ab - actor_examples::database::database_test::say_hello_many_times::{{closure}}::h9bedffd583c22405
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:110:14
[INFO] [stdout]   24:     0x63768b5aa506 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::h0da040027c46aca9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:634:67
[INFO] [stdout]   25:     0x63768b5d8e50 - tokio::coop::with_budget::{{closure}}::h7016de841c9d87aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x63768b595c35 - std::thread::local::LocalKey<T>::try_with::h71208e9b22626e9a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   27:     0x63768b594cce - std::thread::local::LocalKey<T>::with::h77ba5b5582832ba8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   28:     0x63768b5aa3f2 - tokio::coop::with_budget::h6509e81cade16b21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x63768b5aa3f2 - tokio::coop::budget::h349722fed90141c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x63768b5aa3f2 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::hec7ae8ff99b38b21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:634:42
[INFO] [stdout]   31:     0x63768b5b6e4d - tokio::macros::scoped_tls::ScopedKey<T>::set::hf1d053b8792338ef
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x63768b5a82c7 - tokio::task::local::LocalSet::with::hf65472edc92a40e9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:548:17
[INFO] [stdout]   33:     0x63768b5a9e2b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::he1f719fb741b9f22
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:624:22
[INFO] [stdout]   34:     0x63768b5a8663 - tokio::task::local::LocalSet::run_until::{{closure}}::h20cdd57b66be6fec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:498:19
[INFO] [stdout]   35:     0x63768b5ade4d - <core::pin::Pin<P> as core::future::future::Future>::poll::h1fe351f1d6dd500c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x63768b59bf7d - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h3dbb750e0be9913b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:213:78
[INFO] [stdout]   37:     0x63768b5d9310 - tokio::coop::with_budget::{{closure}}::ha382532bcb5d3bc5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x63768b596405 - std::thread::local::LocalKey<T>::try_with::hf21d11692d3f89c9
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   39:     0x63768b594f3e - std::thread::local::LocalKey<T>::with::hd7a5239b92be8a70
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   40:     0x63768b59ae98 - tokio::coop::with_budget::h4343d0a82b21752d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x63768b59ae98 - tokio::coop::budget::hcc89cfad2c388e24
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x63768b59ae98 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::h7606abc8121a8f25
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:213:39
[INFO] [stdout]   43:     0x63768b59da8a - tokio::runtime::basic_scheduler::enter::{{closure}}::h495cb4d100f41cb3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:323:29
[INFO] [stdout]   44:     0x63768b5b6d65 - tokio::macros::scoped_tls::ScopedKey<T>::set::heb53429c7887e3ef
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x63768b59d2e2 - tokio::runtime::basic_scheduler::enter::h6c3ae1ec3014b197
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:323:13
[INFO] [stdout]   46:     0x63768b59a253 - tokio::runtime::basic_scheduler::Inner<P>::block_on::hbd03d690ce8fa6d2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:202:9
[INFO] [stdout]   47:     0x63768b59c437 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::hf2ffe37f55a0ca73
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:481:38
[INFO] [stdout]   48:     0x63768b59c531 - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h17e00105230ecabc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:162:30
[INFO] [stdout]   49:     0x63768b5a06c4 - tokio::runtime::Runtime::block_on::h9cfb5a790b1eba97
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   50:     0x63768b5a83b9 - tokio::task::local::LocalSet::block_on::hec7bff6bce07c40e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:459:12
[INFO] [stdout]   51:     0x63768b5c6db4 - actix_rt::runtime::Runtime::block_on::hfa4b6b2eb37cc527
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x63768b5bea0e - actix_rt::system::SystemRunner::block_on::h4cde581201fe5c7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x63768b5d2f1c - actor_examples::database::database_test::say_hello_many_times::h51ae0cf16edeca2b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:98:5
[INFO] [stdout]   54:     0x63768b5d3467 - actor_examples::database::database_test::say_hello_many_times::{{closure}}::he589c3b0023abf50
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:99:36
[INFO] [stdout]   55:     0x63768b584c16 - core::ops::function::FnOnce::call_once::h40c9302a92535325
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x63768b60408b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63768b60408b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   58:     0x63768b6180ed - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   59:     0x63768b6180ed - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x63768b6180ed - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x63768b6180ed - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x63768b6180ed - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63768b6180ed - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   64:     0x63768b6180ed - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   65:     0x63768b5f1634 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   66:     0x63768b5f1634 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   67:     0x63768b5f4e8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   68:     0x63768b5f4e8a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   69:     0x63768b5f4e8a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   70:     0x63768b5f4e8a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   71:     0x63768b5f4e8a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x63768b5f4e8a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   73:     0x63768b5f4e8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x63768b7c998f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   75:     0x63768b7c998f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   76:     0x7ce08314caa4 - <unknown>
[INFO] [stdout]   77:     0x7ce0831d9a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- database::database_test::say_hello stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'database::database_test::say_hello' (17) panicked at src/database.rs:94:55:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Backend(Error { kind: Connect, cause: Some(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" }) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63768b7f5332 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63768b7f5332 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63768b7f5332 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63768b7f5332 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63768b805dff - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63768b805dff - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x63768b7c1e43 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63768b7c1e43 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63768b7ce452 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63768b7d330f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63768b7d31a1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63768b60428e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x63768b60428e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63768b7d391f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x63768b7d391f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63768b7d377a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x63768b7ce589 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63768b7b65bd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x63768b80e780 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63768b80dc86 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x63768b5d4a90 - core::result::Result<T,E>::unwrap::h00b64006b118c108
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x63768b5d4a90 - actor_examples::database::database_test::say_hello::{{closure}}::h5e7e4201d30ece27
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:94:55
[INFO] [stdout]   22:     0x63768b5aa546 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::h746052b0c5a35796
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:634:67
[INFO] [stdout]   23:     0x63768b5d8f80 - tokio::coop::with_budget::{{closure}}::h7a9dde5c077a3e72
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:106:9
[INFO] [stdout]   24:     0x63768b596305 - std::thread::local::LocalKey<T>::try_with::hddacc89d1282864e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   25:     0x63768b594fde - std::thread::local::LocalKey<T>::with::hf09ae4958df04de1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   26:     0x63768b5aa1d2 - tokio::coop::with_budget::hc6f574b8a56334a8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:99:13
[INFO] [stdout]   27:     0x63768b5aa1d2 - tokio::coop::budget::h9860fbfc7ff20215
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:76:5
[INFO] [stdout]   28:     0x63768b5aa1d2 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::hb2bfb42bd4daa911
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:634:42
[INFO] [stdout]   29:     0x63768b5b69ad - tokio::macros::scoped_tls::ScopedKey<T>::set::h9f7b40229142a599
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   30:     0x63768b5a8287 - tokio::task::local::LocalSet::with::h34a356bd0f32acf0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:548:17
[INFO] [stdout]   31:     0x63768b5a9e7b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hee63348a6f3e9219
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:624:22
[INFO] [stdout]   32:     0x63768b5a8884 - tokio::task::local::LocalSet::run_until::{{closure}}::h50c2c1d59121e266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:498:19
[INFO] [stdout]   33:     0x63768b5adeed - <core::pin::Pin<P> as core::future::future::Future>::poll::h73bde525e50c66e9
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   34:     0x63768b59c11d - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::hb1ab1469a5670d55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:213:78
[INFO] [stdout]   35:     0x63768b5d8ac0 - tokio::coop::with_budget::{{closure}}::h176d784429ba8c80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:106:9
[INFO] [stdout]   36:     0x63768b596505 - std::thread::local::LocalKey<T>::try_with::hfe00636a2ab40ef7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   37:     0x63768b594d1e - std::thread::local::LocalKey<T>::with::h8cdd76af88e03ad9
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   38:     0x63768b59a538 - tokio::coop::with_budget::h4383c0acf9ab19ce
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:99:13
[INFO] [stdout]   39:     0x63768b59a538 - tokio::coop::budget::hdf8c070eaac5f244
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/coop.rs:76:5
[INFO] [stdout]   40:     0x63768b59a538 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::h054e4b43f07ac644
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:213:39
[INFO] [stdout]   41:     0x63768b59daca - tokio::runtime::basic_scheduler::enter::{{closure}}::h5a61a35e234bdc21
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:323:29
[INFO] [stdout]   42:     0x63768b5b6b85 - tokio::macros::scoped_tls::ScopedKey<T>::set::hc402c43f4bd9b62a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   43:     0x63768b59d682 - tokio::runtime::basic_scheduler::enter::hb3c46fd2b160203f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:323:13
[INFO] [stdout]   44:     0x63768b59a213 - tokio::runtime::basic_scheduler::Inner<P>::block_on::h453e20b62d860ebd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:202:9
[INFO] [stdout]   45:     0x63768b59c2b7 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h184e855f311d3380
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:481:38
[INFO] [stdout]   46:     0x63768b59c842 - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h449c0957ef022fa5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/basic_scheduler.rs:162:30
[INFO] [stdout]   47:     0x63768b5a04a4 - tokio::runtime::Runtime::block_on::h1c9ce075fbc963e0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   48:     0x63768b5a8319 - tokio::task::local::LocalSet::block_on::h008727853e56dd7c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.5.0/src/task/local.rs:459:12
[INFO] [stdout]   49:     0x63768b5c6d94 - actix_rt::runtime::Runtime::block_on::hdedaae86f9f27195
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   50:     0x63768b5bea1e - actix_rt::system::SystemRunner::block_on::h96ee7a272f054599
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   51:     0x63768b5d451c - actor_examples::database::database_test::say_hello::h73fd0c60ca3a3698
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:89:5
[INFO] [stdout]   52:     0x63768b5d4587 - actor_examples::database::database_test::say_hello::{{closure}}::h55adc8bc7c0b699b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/database.rs:90:25
[INFO] [stdout]   53:     0x63768b585046 - core::ops::function::FnOnce::call_once::hf9fe54d7862e6673
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x63768b60408b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x63768b60408b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   56:     0x63768b6180ed - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   57:     0x63768b6180ed - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x63768b6180ed - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x63768b6180ed - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x63768b6180ed - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x63768b6180ed - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   62:     0x63768b6180ed - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   63:     0x63768b5f1634 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   64:     0x63768b5f1634 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   65:     0x63768b5f4e8a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   66:     0x63768b5f4e8a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   67:     0x63768b5f4e8a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   68:     0x63768b5f4e8a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   69:     0x63768b5f4e8a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x63768b5f4e8a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   71:     0x63768b5f4e8a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x63768b7c998f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   73:     0x63768b7c998f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   74:     0x7ce08314caa4 - <unknown>
[INFO] [stdout]   75:     0x7ce0831d9a64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     database::database_test::say_hello
[INFO] [stdout]     database::database_test::say_hello_in_many_threads
[INFO] [stdout]     database::database_test::say_hello_many_times
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin actor-examples`
[INFO] running `Command { std: "docker" "inspect" "2e25ed6870220fcc0f07e5026a8775eaee15453c88140bfac23b9eddaf821393", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e25ed6870220fcc0f07e5026a8775eaee15453c88140bfac23b9eddaf821393", kill_on_drop: false }`
[INFO] [stdout] 2e25ed6870220fcc0f07e5026a8775eaee15453c88140bfac23b9eddaf821393
