[INFO] cloning repository https://github.com/hooneun/todo-actix-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hooneun/todo-actix-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhooneun%2Ftodo-actix-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhooneun%2Ftodo-actix-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8581afb1a17b80101a7cc83246c8e498ce1e37d6
[INFO] testing hooneun/todo-actix-rs against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhooneun%2Ftodo-actix-rs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hooneun/todo-actix-rs
[INFO] finished tweaking git repo https://github.com/hooneun/todo-actix-rs
[INFO] tweaked toml for git repo https://github.com/hooneun/todo-actix-rs written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hooneun/todo-actix-rs on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hooneun/todo-actix-rs 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded futures-sink v0.3.15
[INFO] [stderr]   Downloaded postgres-protocol v0.5.3
[INFO] [stderr]   Downloaded futures-core v0.3.15
[INFO] [stderr]   Downloaded postgres-types v0.1.3
[INFO] [stderr]   Downloaded futures-task v0.3.15
[INFO] [stderr]   Downloaded futures-macro v0.3.15
[INFO] [stderr]   Downloaded deadpool-postgres v0.5.6
[INFO] [stderr]   Downloaded siphasher v0.3.5
[INFO] [stderr]   Downloaded tokio-postgres v0.5.5
[INFO] [stderr]   Downloaded futures-io v0.3.15
[INFO] [stderr]   Downloaded futures-executor v0.3.15
[INFO] [stderr]   Downloaded deadpool v0.5.2
[INFO] [stderr]   Downloaded futures-channel v0.3.15
[INFO] [stderr]   Downloaded slog-async v2.6.0
[INFO] [stderr]   Downloaded futures v0.3.15
[INFO] [stderr]   Downloaded tokio-pg-mapper-derive v0.1.5
[INFO] [stderr]   Downloaded tokio-pg-mapper v0.1.8
[INFO] [stderr]   Downloaded slog-term v2.8.0
[INFO] [stderr]   Downloaded async-trait v0.1.50
[INFO] [stderr]   Downloaded config v0.10.1
[INFO] [stderr]   Downloaded pin-project-internal v1.0.7
[INFO] [stderr]   Downloaded serde v1.0.126
[INFO] [stderr]   Downloaded futures-util v0.3.15
[INFO] [stderr]   Downloaded serde_derive v1.0.126
[INFO] [stderr]   Downloaded pin-project v1.0.7
[INFO] [stderr]   Downloaded sha-1 v0.9.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cb9f0b6d6ec1fc73e9f19ad8aaeb2ea48ddf6c28192c5e93c4dc83e4babf95ba
[INFO] running `Command { std: "docker" "start" "-a" "cb9f0b6d6ec1fc73e9f19ad8aaeb2ea48ddf6c28192c5e93c4dc83e4babf95ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb9f0b6d6ec1fc73e9f19ad8aaeb2ea48ddf6c28192c5e93c4dc83e4babf95ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb9f0b6d6ec1fc73e9f19ad8aaeb2ea48ddf6c28192c5e93c4dc83e4babf95ba", kill_on_drop: false }`
[INFO] [stdout] cb9f0b6d6ec1fc73e9f19ad8aaeb2ea48ddf6c28192c5e93c4dc83e4babf95ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19c4584110d1863ff0662c237a9bcf424cd895dcecbd25f6ed47ebc4d6fdbf6f
[INFO] running `Command { std: "docker" "start" "-a" "19c4584110d1863ff0662c237a9bcf424cd895dcecbd25f6ed47ebc4d6fdbf6f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling futures-core v0.3.15
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling slab v0.4.3
[INFO] [stderr]    Compiling futures-sink v0.3.15
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling futures-io v0.3.15
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling tinyvec v1.2.0
[INFO] [stderr]    Compiling instant v0.1.10
[INFO] [stderr]    Compiling lock_api v0.4.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.5
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling async-trait v0.1.50
[INFO] [stderr]    Compiling pin-project-internal v0.4.28
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling cpufeatures v0.1.5
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling copyless v0.1.5
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling cc v1.0.68
[INFO] [stderr]    Compiling const_fn v0.4.8
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling http v0.2.4
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling crypto-mac v0.9.1
[INFO] [stderr]    Compiling tracing-core v0.1.18
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling hmac v0.9.0
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling sha2 v0.9.5
[INFO] [stderr]    Compiling siphasher v0.3.5
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling md5 v0.7.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling tracing v0.1.26
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling postgres-protocol v0.5.3
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling cookie v0.14.4
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling httparse v1.4.1
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling mio-uds v0.6.8
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]    Compiling postgres-types v0.1.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling sha-1 v0.9.6
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling socket2 v0.3.19
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling flate2 v1.0.20
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling language-tags v0.2.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling bytestring v1.0.0
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling serde v0.8.23
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling rust-ini v0.13.0
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling slog-async v2.6.0
[INFO] [stderr]    Compiling slog-term v2.8.0
[INFO] [stderr]    Compiling serde-hjson v0.9.1
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling derive_more v0.99.16
[INFO] [stderr]    Compiling actix-macros v0.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.26
[INFO] [stderr]    Compiling pin-project-internal v1.0.7
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling enum-as-inner v0.3.3
[INFO] [stderr]    Compiling actix-web-codegen v0.4.0
[INFO] [stderr]    Compiling pin-project v1.0.7
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling thiserror v1.0.26
[INFO] [stderr]    Compiling pin-project v0.4.28
[INFO] [stderr]    Compiling actix-codec v0.3.0
[INFO] [stderr]    Compiling brotli2 v0.3.2
[INFO] [stderr]    Compiling actix-threadpool v0.3.3
[INFO] [stderr]    Compiling futures-executor v0.3.15
[INFO] [stderr]    Compiling actix-service v1.0.6
[INFO] [stderr]    Compiling actix-rt v1.1.1
[INFO] [stderr]    Compiling h2 v0.2.7
[INFO] [stderr]    Compiling futures v0.3.15
[INFO] [stderr]    Compiling trust-dns-proto v0.19.7
[INFO] [stderr]    Compiling tokio-postgres v0.5.5
[INFO] [stderr]    Compiling actix-utils v2.0.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling config v0.10.1
[INFO] [stderr]    Compiling actix-router v0.2.7
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling actix-server v1.0.4
[INFO] [stderr]    Compiling actix-tls v2.0.0
[INFO] [stderr]    Compiling deadpool v0.5.2
[INFO] [stderr]    Compiling trust-dns-resolver v0.19.7
[INFO] [stderr]    Compiling actix-testing v1.0.1
[INFO] [stderr]    Compiling config v0.11.0
[INFO] [stderr]    Compiling actix-connect v2.0.0
[INFO] [stderr]    Compiling deadpool-postgres v0.5.6
[INFO] [stderr]    Compiling tokio-pg-mapper v0.1.8
[INFO] [stderr]    Compiling tokio-pg-mapper-derive v0.1.5
[INFO] [stderr]    Compiling actix-http v2.2.0
[INFO] [stderr]    Compiling awc v2.0.3
[INFO] [stderr]    Compiling actix-web v3.3.2
[INFO] [stderr]    Compiling todo-actix-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::io`
[INFO] [stdout]  --> src/db.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::io;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NotFoundError` is never constructed
[INFO] [stdout]  --> src/errors.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum AppErrorType {
[INFO] [stdout]   |          ------------ variant in this enum
[INFO] [stdout] 7 |     DbError,
[INFO] [stdout] 8 |     NotFoundError,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AppErrorType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[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 1`
[INFO] running `Command { std: "docker" "inspect" "19c4584110d1863ff0662c237a9bcf424cd895dcecbd25f6ed47ebc4d6fdbf6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19c4584110d1863ff0662c237a9bcf424cd895dcecbd25f6ed47ebc4d6fdbf6f", kill_on_drop: false }`
[INFO] [stdout] 19c4584110d1863ff0662c237a9bcf424cd895dcecbd25f6ed47ebc4d6fdbf6f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1bb7ba42d2dc9005aa088a1109d3975dec72c8d9c3ea1599fd4d37fb33f768a7
[INFO] running `Command { std: "docker" "start" "-a" "1bb7ba42d2dc9005aa088a1109d3975dec72c8d9c3ea1599fd4d37fb33f768a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling todo-actix-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::io`
[INFO] [stdout]  --> src/db.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::io;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NotFoundError` is never constructed
[INFO] [stdout]  --> src/errors.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum AppErrorType {
[INFO] [stdout]   |          ------------ variant in this enum
[INFO] [stdout] 7 |     DbError,
[INFO] [stdout] 8 |     NotFoundError,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `AppErrorType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.74s
[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 1`
[INFO] running `Command { std: "docker" "inspect" "1bb7ba42d2dc9005aa088a1109d3975dec72c8d9c3ea1599fd4d37fb33f768a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bb7ba42d2dc9005aa088a1109d3975dec72c8d9c3ea1599fd4d37fb33f768a7", kill_on_drop: false }`
[INFO] [stdout] 1bb7ba42d2dc9005aa088a1109d3975dec72c8d9c3ea1599fd4d37fb33f768a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 266c41d714dbdd12eb883d6cfe63def11fda807c1d2dab9b4b9d23745aabbc64
[INFO] running `Command { std: "docker" "start" "-a" "266c41d714dbdd12eb883d6cfe63def11fda807c1d2dab9b4b9d23745aabbc64", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::io`
[INFO] [stderr]  --> src/db.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::io;
[INFO] [stderr]   |     ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NotFoundError` is never constructed
[INFO] [stderr]  --> src/errors.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub enum AppErrorType {
[INFO] [stderr]   |          ------------ variant in this enum
[INFO] [stderr] 7 |     DbError,
[INFO] [stderr] 8 |     NotFoundError,
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `AppErrorType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `todo-actix-rs` (bin "todo-actix-rs" test) generated 2 warnings (run `cargo fix --bin "todo-actix-rs" -p todo-actix-rs --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[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 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/todo_actix_rs-71751d3ab3f09090)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test errors::tests::test_custom_message ... ok
[INFO] [stdout] test errors::tests::test_default_message ... ok
[INFO] [stdout] test integration_tests::test_get_todos ... FAILED
[INFO] [stdout] test integration_tests::test_create_todos ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- integration_tests::test_get_todos stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'integration_tests::test_get_todos' (21) panicked at src/main.rs:63:45:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: missing field `server`
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d9356950b0a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d9356950b0a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d9356950b0a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d9356950b0a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d935696984a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d935696984a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5d9356956de2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5d9356956de2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5d935692e9ff - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d935692e9ff - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d9356948709 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d935645fffc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5d935645fffc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5d93569488c2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5d93569488c2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d935692eab8 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5d9356923a09 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d935692fa2d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d935696a03c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d9356969d82 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5d93563ae8c8 - <core[e929cb53b82a81ca]::result::Result<todo_actix_rs[db0cefa5c8accbeb]::config::Config, config[fa82ce3e4a62edeb]::error::ConfigError>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5d93563ae8c8 - <todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref::__static_ref_initialize
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:63:45
[INFO] [stdout]   22:     0x5d93563ae8c8 - <<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref::__static_ref_initialize as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5d9356415d4b - <lazy_static[229d2a5fdd3fdceb]::lazy::Lazy<todo_actix_rs[db0cefa5c8accbeb]::models::AppState>>::get::<<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:31:29
[INFO] [stdout]   24:     0x5d93563f4f1d - <std[29689e6404d28ef9]::sync::once::Once>::call_once::<<lazy_static[229d2a5fdd3fdceb]::lazy::Lazy<todo_actix_rs[db0cefa5c8accbeb]::models::AppState>>::get<<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sync/once.rs:166:41
[INFO] [stdout]   25:     0x5d9356934229 - <std[29689e6404d28ef9]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   26:     0x5d93563ed489 - <std[29689e6404d28ef9]::sync::once::Once>::call_once::<<lazy_static[229d2a5fdd3fdceb]::lazy::Lazy<todo_actix_rs[db0cefa5c8accbeb]::models::AppState>>::get<<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   27:     0x5d93563d3c6f - <lazy_static[229d2a5fdd3fdceb]::lazy::Lazy<todo_actix_rs[db0cefa5c8accbeb]::models::AppState>>::get::<<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   28:     0x5d93563d3c6f - <todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   29:     0x5d93563d3c6f - <todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   30:     0x5d93563cf333 - todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:79:19
[INFO] [stdout]   31:     0x5d9356409856 - <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:528:67
[INFO] [stdout]   32:     0x5d9356428e40 - tokio[7e7685d7561b2264]::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   33:     0x5d935640ff35 - <std[29689e6404d28ef9]::thread::local::LocalKey<core[e929cb53b82a81ca]::cell::Cell<tokio[7e7685d7561b2264]::coop::Budget>>>::try_with::<tokio[7e7685d7561b2264]::coop::with_budget<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[e929cb53b82a81ca]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x5d935640f94e - <std[29689e6404d28ef9]::thread::local::LocalKey<core[e929cb53b82a81ca]::cell::Cell<tokio[7e7685d7561b2264]::coop::Budget>>>::with::<tokio[7e7685d7561b2264]::coop::with_budget<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[e929cb53b82a81ca]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x5d9356409b92 - tokio[7e7685d7561b2264]::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   36:     0x5d9356409b92 - tokio[7e7685d7561b2264]::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   37:     0x5d9356409b92 - <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:528:42
[INFO] [stdout]   38:     0x5d93563f9fad - <tokio[7e7685d7561b2264]::macros::scoped_tls::ScopedKey<tokio[7e7685d7561b2264]::task::local::Context>>::set::<<tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}, core[e929cb53b82a81ca]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   39:     0x5d935640599a - <tokio[7e7685d7561b2264]::task::local::LocalSet>::with::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:442:17
[INFO] [stdout]   40:     0x5d935640cfbb - <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:518:22
[INFO] [stdout]   41:     0x5d9356409095 - <tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until::<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:392:19
[INFO] [stdout]   42:     0x5d9356444b1d - <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on::<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   43:     0x5d9356428be0 - tokio[7e7685d7561b2264]::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   44:     0x5d935640fd35 - <std[29689e6404d28ef9]::thread::local::LocalKey<core[e929cb53b82a81ca]::cell::Cell<tokio[7e7685d7561b2264]::coop::Budget>>>::try_with::<tokio[7e7685d7561b2264]::coop::with_budget<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[e929cb53b82a81ca]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   45:     0x5d935640f8ae - <std[29689e6404d28ef9]::thread::local::LocalKey<core[e929cb53b82a81ca]::cell::Cell<tokio[7e7685d7561b2264]::coop::Budget>>>::with::<tokio[7e7685d7561b2264]::coop::with_budget<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[e929cb53b82a81ca]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   46:     0x5d9356443cc3 - tokio[7e7685d7561b2264]::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   47:     0x5d9356443cc3 - tokio[7e7685d7561b2264]::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   48:     0x5d9356443cc3 - <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on::<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   49:     0x5d93564449ee - tokio[7e7685d7561b2264]::runtime::basic_scheduler::enter::<<tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   50:     0x5d93563fa1c7 - <tokio[7e7685d7561b2264]::macros::scoped_tls::ScopedKey<tokio[7e7685d7561b2264]::runtime::basic_scheduler::Context>>::set::<tokio[7e7685d7561b2264]::runtime::basic_scheduler::enter<<tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   51:     0x5d935643f4b8 - tokio[7e7685d7561b2264]::runtime::basic_scheduler::enter::<<tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   52:     0x5d935643e050 - <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on::<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   53:     0x5d93563fb5c2 - <tokio[7e7685d7561b2264]::runtime::Runtime>::block_on::<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   54:     0x5d93563b8c8b - tokio[7e7685d7561b2264]::runtime::context::enter::<<tokio[7e7685d7561b2264]::runtime::Runtime>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   55:     0x5d93563c1c9c - <tokio[7e7685d7561b2264]::runtime::handle::Handle>::enter::<<tokio[7e7685d7561b2264]::runtime::Runtime>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   56:     0x5d93563f9e9a - <tokio[7e7685d7561b2264]::runtime::Runtime>::block_on::<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   57:     0x5d9356405a66 - <tokio[7e7685d7561b2264]::task::local::LocalSet>::block_on::<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:353:12
[INFO] [stdout]   58:     0x5d93563d5a9e - <actix_rt[18a0b1a398dd6eb2]::runtime::Runtime>::block_on::<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   59:     0x5d93563b868e - <actix_rt[18a0b1a398dd6eb2]::builder::SystemRunner>::block_on::<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   60:     0x5d93563d392a - todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:76:5
[INFO] [stdout]   61:     0x5d93563cf207 - todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:77:30
[INFO] [stdout]   62:     0x5d93563add16 - <todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_get_todos::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5d93564532db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5d93564532db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   65:     0x5d9356460acb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   66:     0x5d9356460acb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x5d9356460acb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x5d9356460acb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x5d9356460acb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x5d9356460acb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   71:     0x5d9356460acb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   72:     0x5d935645a1e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   73:     0x5d935645a1e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   74:     0x5d93564636d2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   75:     0x5d93564636d2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   76:     0x5d93564636d2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   77:     0x5d93564636d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   78:     0x5d93564636d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   79:     0x5d93564636d2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   80:     0x5d93564636d2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   81:     0x5d935695004f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   82:     0x5d935695004f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   83:     0x74697c387aa4 - <unknown>
[INFO] [stdout]   84:     0x74697c414a64 - clone
[INFO] [stdout]   85:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] ---- integration_tests::test_create_todos stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'integration_tests::test_create_todos' (20) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d9356950b0a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d9356950b0a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d9356950b0a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr] error: test failed, to rerun pass `--bin todo-actix-rs`
[INFO] [stdout]    3:     0x5d9356950b0a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d935696984a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d935696984a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5d9356956de2 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5d9356956de2 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5d935692e9ff - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d935692e9ff - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d9356948709 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d935645fffc - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5d935645fffc - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5d93569488c2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5d93569488c2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d935692eaea - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d9356923a09 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d935692fa2d - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d935696a03c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d9356934362 - <std[29689e6404d28ef9]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x5d93563ed489 - <std[29689e6404d28ef9]::sync::once::Once>::call_once::<<lazy_static[229d2a5fdd3fdceb]::lazy::Lazy<todo_actix_rs[db0cefa5c8accbeb]::models::AppState>>::get<<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x5d93563d3c6f - <lazy_static[229d2a5fdd3fdceb]::lazy::Lazy<todo_actix_rs[db0cefa5c8accbeb]::models::AppState>>::get::<<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x5d93563d3c6f - <todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x5d93563d3c6f - <todo_actix_rs[db0cefa5c8accbeb]::integration_tests::APP_STATE as core[e929cb53b82a81ca]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x5d93563cfb93 - todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:93:19
[INFO] [stdout]   25:     0x5d9356409876 - <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:528:67
[INFO] [stdout]   26:     0x5d9356428f70 - tokio[7e7685d7561b2264]::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   27:     0x5d9356410035 - <std[29689e6404d28ef9]::thread::local::LocalKey<core[e929cb53b82a81ca]::cell::Cell<tokio[7e7685d7561b2264]::coop::Budget>>>::try_with::<tokio[7e7685d7561b2264]::coop::with_budget<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[e929cb53b82a81ca]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   28:     0x5d935640f99e - <std[29689e6404d28ef9]::thread::local::LocalKey<core[e929cb53b82a81ca]::cell::Cell<tokio[7e7685d7561b2264]::coop::Budget>>>::with::<tokio[7e7685d7561b2264]::coop::with_budget<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}, core[e929cb53b82a81ca]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   29:     0x5d9356409db2 - tokio[7e7685d7561b2264]::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   30:     0x5d9356409db2 - tokio[7e7685d7561b2264]::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   31:     0x5d9356409db2 - <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:528:42
[INFO] [stdout]   32:     0x5d93563fa0ad - <tokio[7e7685d7561b2264]::macros::scoped_tls::ScopedKey<tokio[7e7685d7561b2264]::task::local::Context>>::set::<<tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}, core[e929cb53b82a81ca]::task::poll::Poll<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   33:     0x5d93564059ea - <tokio[7e7685d7561b2264]::task::local::LocalSet>::with::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:442:17
[INFO] [stdout]   34:     0x5d935640d00b - <tokio[7e7685d7561b2264]::task::local::RunUntil<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:518:22
[INFO] [stdout]   35:     0x5d93564092d5 - <tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until::<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:392:19
[INFO] [stdout]   36:     0x5d9356444c2d - <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on::<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:74
[INFO] [stdout]   37:     0x5d9356428d10 - tokio[7e7685d7561b2264]::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:127:9
[INFO] [stdout]   38:     0x5d935640fe35 - <std[29689e6404d28ef9]::thread::local::LocalKey<core[e929cb53b82a81ca]::cell::Cell<tokio[7e7685d7561b2264]::coop::Budget>>>::try_with::<tokio[7e7685d7561b2264]::coop::with_budget<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[e929cb53b82a81ca]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   39:     0x5d935640f8fe - <std[29689e6404d28ef9]::thread::local::LocalKey<core[e929cb53b82a81ca]::cell::Cell<tokio[7e7685d7561b2264]::coop::Budget>>>::with::<tokio[7e7685d7561b2264]::coop::with_budget<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}, core[e929cb53b82a81ca]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   40:     0x5d9356444423 - tokio[7e7685d7561b2264]::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:120:13
[INFO] [stdout]   41:     0x5d9356444423 - tokio[7e7685d7561b2264]::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/coop.rs:96:5
[INFO] [stdout]   42:     0x5d9356444423 - <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on::<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35
[INFO] [stdout]   43:     0x5d9356444a3e - tokio[7e7685d7561b2264]::runtime::basic_scheduler::enter::<<tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29
[INFO] [stdout]   44:     0x5d93563fa2e7 - <tokio[7e7685d7561b2264]::macros::scoped_tls::ScopedKey<tokio[7e7685d7561b2264]::runtime::basic_scheduler::Context>>::set::<tokio[7e7685d7561b2264]::runtime::basic_scheduler::enter<<tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/macros/scoped_tls.rs:63:9
[INFO] [stdout]   45:     0x5d935643f868 - tokio[7e7685d7561b2264]::runtime::basic_scheduler::enter::<<tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}, (), tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:13
[INFO] [stdout]   46:     0x5d935643e090 - <tokio[7e7685d7561b2264]::runtime::basic_scheduler::BasicScheduler<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::time::driver::Driver<tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>, tokio[7e7685d7561b2264]::park::either::Either<tokio[7e7685d7561b2264]::io::driver::Driver, tokio[7e7685d7561b2264]::park::thread::ParkThread>>>>::block_on::<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9
[INFO] [stdout]   47:     0x5d93563fb682 - <tokio[7e7685d7561b2264]::runtime::Runtime>::block_on::<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:444:39
[INFO] [stdout]   48:     0x5d93563b8d8b - tokio[7e7685d7561b2264]::runtime::context::enter::<<tokio[7e7685d7561b2264]::runtime::Runtime>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/context.rs:72:5
[INFO] [stdout]   49:     0x5d93563c1d5c - <tokio[7e7685d7561b2264]::runtime::handle::Handle>::enter::<<tokio[7e7685d7561b2264]::runtime::Runtime>::block_on<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/handle.rs:76:9
[INFO] [stdout]   50:     0x5d93563f9efa - <tokio[7e7685d7561b2264]::runtime::Runtime>::block_on::<<tokio[7e7685d7561b2264]::task::local::LocalSet>::run_until<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/runtime/mod.rs:441:21
[INFO] [stdout]   51:     0x5d9356405ad6 - <tokio[7e7685d7561b2264]::task::local::LocalSet>::block_on::<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/task/local.rs:353:12
[INFO] [stdout]   52:     0x5d93563d5aee - <actix_rt[18a0b1a398dd6eb2]::runtime::Runtime>::block_on::<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/runtime.rs:89:20
[INFO] [stdout]   53:     0x5d93563b876e - <actix_rt[18a0b1a398dd6eb2]::builder::SystemRunner>::block_on::<todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-1.1.1/src/builder.rs:187:27
[INFO] [stdout]   54:     0x5d93563d39ba - todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:90:5
[INFO] [stdout]   55:     0x5d93563cf237 - todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:91:33
[INFO] [stdout]   56:     0x5d93563add56 - <todo_actix_rs[db0cefa5c8accbeb]::integration_tests::test_create_todos::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x5d93564532db - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x5d93564532db - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   59:     0x5d9356460acb - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   60:     0x5d9356460acb - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   61:     0x5d9356460acb - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   62:     0x5d9356460acb - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   63:     0x5d9356460acb - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5d9356460acb - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   65:     0x5d9356460acb - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   66:     0x5d935645a1e4 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   67:     0x5d935645a1e4 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   68:     0x5d93564636d2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   69:     0x5d93564636d2 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x5d93564636d2 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x5d93564636d2 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x5d93564636d2 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x5d93564636d2 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   74:     0x5d93564636d2 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   75:     0x5d935695004f - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   76:     0x5d935695004f - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   77:     0x74697c387aa4 - <unknown>
[INFO] [stdout]   78:     0x74697c414a64 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] Panic in Arbiter thread.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     integration_tests::test_create_todos
[INFO] [stdout]     integration_tests::test_get_todos
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "266c41d714dbdd12eb883d6cfe63def11fda807c1d2dab9b4b9d23745aabbc64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "266c41d714dbdd12eb883d6cfe63def11fda807c1d2dab9b4b9d23745aabbc64", kill_on_drop: false }`
[INFO] [stdout] 266c41d714dbdd12eb883d6cfe63def11fda807c1d2dab9b4b9d23745aabbc64
