[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 try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhooneun%2Ftodo-actix-rs" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hooneun/todo-actix-rs on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-5/source/Cargo.toml [INFO] crate git repo https://github.com/hooneun/todo-actix-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d259df28b51abd43533285050dcc3fbf0b12b03c7a15d04361acb78893546e5f [INFO] running `Command { std: "docker" "start" "-a" "d259df28b51abd43533285050dcc3fbf0b12b03c7a15d04361acb78893546e5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d259df28b51abd43533285050dcc3fbf0b12b03c7a15d04361acb78893546e5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d259df28b51abd43533285050dcc3fbf0b12b03c7a15d04361acb78893546e5f", kill_on_drop: false }` [INFO] [stdout] d259df28b51abd43533285050dcc3fbf0b12b03c7a15d04361acb78893546e5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1db0d6da1c53ac60e1e1d6a742288f11f5e08e67ddf2f10f3406b34c97efee9 [INFO] running `Command { std: "docker" "start" "-a" "d1db0d6da1c53ac60e1e1d6a742288f11f5e08e67ddf2f10f3406b34c97efee9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling pin-project-internal v0.4.28 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling siphasher v0.3.5 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [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 standback v0.2.17 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling bytestring v1.0.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling crypto-mac v0.9.1 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling sha-1 v0.9.6 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling hmac v0.9.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling slog-async v2.6.0 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [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 parking_lot_core v0.8.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling slog-term v2.8.0 [INFO] [stderr] Compiling postgres-protocol v0.5.3 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling postgres-types v0.1.3 [INFO] [stderr] Compiling brotli2 v0.3.2 [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 enum-as-inner v0.3.3 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling pin-project v0.4.28 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling actix-service v1.0.6 [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-threadpool v0.3.3 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling trust-dns-resolver v0.19.7 [INFO] [stderr] Compiling tokio-pg-mapper v0.1.8 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling tokio-pg-mapper-derive v0.1.5 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling actix-router v0.2.7 [INFO] [stderr] Compiling deadpool v0.5.2 [INFO] [stderr] Compiling actix-http v2.2.0 [INFO] [stderr] Compiling config v0.11.0 [INFO] [stderr] Compiling deadpool-postgres v0.5.6 [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NotFoundError` [INFO] [stdout] --> src/errors.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | NotFoundError, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 50s [INFO] running `Command { std: "docker" "inspect" "d1db0d6da1c53ac60e1e1d6a742288f11f5e08e67ddf2f10f3406b34c97efee9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1db0d6da1c53ac60e1e1d6a742288f11f5e08e67ddf2f10f3406b34c97efee9", kill_on_drop: false }` [INFO] [stdout] d1db0d6da1c53ac60e1e1d6a742288f11f5e08e67ddf2f10f3406b34c97efee9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d8aae14915aee9f6e876be5b1cf8a2a3d8ad09630326fb9c06659109216e8f9 [INFO] running `Command { std: "docker" "start" "-a" "7d8aae14915aee9f6e876be5b1cf8a2a3d8ad09630326fb9c06659109216e8f9", 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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `NotFoundError` [INFO] [stdout] --> src/errors.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | NotFoundError, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.81s [INFO] running `Command { std: "docker" "inspect" "7d8aae14915aee9f6e876be5b1cf8a2a3d8ad09630326fb9c06659109216e8f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d8aae14915aee9f6e876be5b1cf8a2a3d8ad09630326fb9c06659109216e8f9", kill_on_drop: false }` [INFO] [stdout] 7d8aae14915aee9f6e876be5b1cf8a2a3d8ad09630326fb9c06659109216e8f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f0c0f5205268c7c9bbbff4615e8105ff73da3775b1f8ed6a4827f83383ddf1f2 [INFO] running `Command { std: "docker" "start" "-a" "f0c0f5205268c7c9bbbff4615e8105ff73da3775b1f8ed6a4827f83383ddf1f2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `NotFoundError` [INFO] [stderr] --> src/errors.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | NotFoundError, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `todo-actix-rs` (bin "todo-actix-rs" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/todo_actix_rs-0fcac3864839a6c6) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test errors::tests::test_default_message ... ok [INFO] [stdout] test errors::tests::test_custom_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] thread 'integration_tests::test_get_todos' panicked at 'Once instance has previously been poisoned', library/std/src/sync/once.rs:392:21 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x562a4443d610 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x562a4443d610 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x562a4443d610 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x562a4443d610 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x562a44461d6c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x562a44438335 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x562a4443f7fb - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x562a4443f7fb - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x562a4443f7fb - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x562a4443f30c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x562a4443fec4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x562a4443fbe4 - std::panicking::begin_panic::{{closure}}::h9d6aafb1a777127d [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:542:9 [INFO] [stdout] 12: 0x562a4443db0c - std::sys_common::backtrace::__rust_end_short_backtrace::hc0edd145cbd8528e [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x562a43cc6dbc - std::panicking::begin_panic::h94529bd022e0b6ea [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:541:12 [INFO] [stdout] 14: 0x562a43cc6c19 - std::sync::once::Once::call_inner::hb74f8e4d768bb7d5 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sync/once.rs:392:21 [INFO] [stdout] 15: 0x562a43d31a68 - std::sync::once::Once::call_once::h790624893402dc80 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sync/once.rs:261:9 [INFO] [stdout] 16: 0x562a43d61072 - lazy_static::lazy::Lazy::get::h3504fc33e471ee37 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:30:9 [INFO] [stdout] 17: 0x562a43d61072 - ::deref::__stability::h7ac7dfd7e191e826 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs:142:21 [INFO] [stdout] 18: 0x562a43d61072 - ::deref::hd6b43e1431297e08 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs:144:17 [INFO] [stdout] 19: 0x562a43d612d9 - todo_actix_rs::integration_tests::test_get_todos::{{closure}}::h7a9d791da18c095a [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:79:19 [INFO] [stdout] 20: 0x562a43d0319b - as core::future::future::Future>::poll::h784f29d383ae71d9 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 21: 0x562a43d5d816 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::h8c775b688a5a1789 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:528:65 [INFO] [stdout] 22: 0x562a43db10cc - tokio::coop::with_budget::{{closure}}::h5218df0e1a8e0f9c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:127:9 [INFO] [stdout] 23: 0x562a43d32b71 - std::thread::local::LocalKey::try_with::h7427cd8b67158028 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 24: 0x562a43d31e8d - std::thread::local::LocalKey::with::h89a64ef7c14c176e [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 25: 0x562a43d5d45b - tokio::coop::with_budget::h8a099f66cebe927f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:120:5 [INFO] [stdout] 26: 0x562a43d5d45b - tokio::coop::budget::h655b9151bce923a2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:96:5 [INFO] [stdout] 27: 0x562a43d5d45b - as core::future::future::Future>::poll::{{closure}}::h51d8bf2f6fb6ea62 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:528:42 [INFO] [stdout] 28: 0x562a43d719ed - tokio::macros::scoped_tls::ScopedKey::set::hae7ad6eba159f665 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 29: 0x562a43d5a66a - tokio::task::local::LocalSet::with::h9a5ae6a3d0ab6640 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:442:9 [INFO] [stdout] 30: 0x562a43d5d302 - as core::future::future::Future>::poll::h456e8cf134671069 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:518:9 [INFO] [stdout] 31: 0x562a43d5a9cd - tokio::task::local::LocalSet::run_until::{{closure}}::h2342fbf974f1257b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:392:9 [INFO] [stdout] 32: 0x562a43d02a6b - as core::future::future::Future>::poll::h453e84805fea91c3 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 33: 0x562a43d9a4b0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h0c6aa724ea76a10d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 34: 0x562a43db0f9c - tokio::coop::with_budget::{{closure}}::h4fde22e78aab67bd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:127:9 [INFO] [stdout] 35: 0x562a43d32361 - std::thread::local::LocalKey::try_with::h3db5560e3c59e0a7 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 36: 0x562a43d31c9d - std::thread::local::LocalKey::with::h3aa1ed20d6aad7cb [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 37: 0x562a43d99edb - tokio::coop::with_budget::h2753e57ff5076c8a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:120:5 [INFO] [stdout] 38: 0x562a43d99edb - tokio::coop::budget::h754f0ccfedef5241 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:96:5 [INFO] [stdout] 39: 0x562a43d99edb - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h85da8ea0d963b0db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 40: 0x562a43d9aec1 - tokio::runtime::basic_scheduler::enter::{{closure}}::h86ecf8681d8b6687 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 41: 0x562a43d717c0 - tokio::macros::scoped_tls::ScopedKey::set::h612e1f71c0c45685 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 42: 0x562a43d9aa1e - tokio::runtime::basic_scheduler::enter::h0eb24006df931ee7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 43: 0x562a43d993a0 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h87b7992d02cf4e40 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 44: 0x562a43d1e3e2 - tokio::runtime::Runtime::block_on::{{closure}}::h0e6627e04b92b6b2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/mod.rs:444:34 [INFO] [stdout] 45: 0x562a43d3b082 - tokio::runtime::context::enter::h9fb383f370f2765e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/context.rs:72:5 [INFO] [stdout] 46: 0x562a43d71f3a - tokio::runtime::handle::Handle::enter::h09bf1b0418ae88aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/handle.rs:76:9 [INFO] [stdout] 47: 0x562a43d1e32d - tokio::runtime::Runtime::block_on::h59071713d44ac088 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/mod.rs:441:9 [INFO] [stdout] 48: 0x562a43d5a756 - tokio::task::local::LocalSet::block_on::he3b0490f8a68b68b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:353:9 [INFO] [stdout] 49: 0x562a43d73781 - actix_rt::runtime::Runtime::block_on::h410b2170fd8a5efa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 50: 0x562a43d9bee0 - actix_rt::builder::SystemRunner::block_on::hc83e4740d01c47c7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 51: 0x562a43d6113e - todo_actix_rs::integration_tests::test_get_todos::h273660ffc1c6354c [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:76:5 [INFO] [stdout] 52: 0x562a43d610da - todo_actix_rs::integration_tests::test_get_todos::{{closure}}::h8398db937c30f017 [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:76:5 [INFO] [stdout] 53: 0x562a43d1331e - core::ops::function::FnOnce::call_once::hcdad78500d8f514c [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 54: 0x562a43de6693 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 55: 0x562a43de6693 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:578:5 [INFO] [stdout] 56: 0x562a43de5108 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 57: 0x562a43de5108 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:347:9 [INFO] [stdout] 58: 0x562a43de5108 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:401:40 [INFO] [stdout] 59: 0x562a43de5108 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:365:19 [INFO] [stdout] 60: 0x562a43de5108 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:434:14 [INFO] [stdout] 61: 0x562a43de5108 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:601:18 [INFO] [stdout] 62: 0x562a43de5108 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:493:39 [INFO] [stdout] 63: 0x562a43db388d - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:520:37 [INFO] [stdout] 64: 0x562a43db388d - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 65: 0x562a43db7fb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 66: 0x562a43db7fb8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:347:9 [INFO] [stdout] 67: 0x562a43db7fb8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:401:40 [INFO] [stdout] 68: 0x562a43db7fb8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:365:19 [INFO] [stdout] 69: 0x562a43db7fb8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:434:14 [INFO] [stdout] 70: 0x562a43db7fb8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 71: 0x562a43db7fb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 72: 0x562a44445157 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 73: 0x562a44445157 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 74: 0x562a44445157 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 75: 0x7f05b7703609 - start_thread [INFO] [stdout] 76: 0x7f05b74d5293 - clone [INFO] [stdout] 77: 0x0 - [INFO] [stdout] Panic in Arbiter thread. [INFO] [stdout] [INFO] [stdout] ---- integration_tests::test_create_todos stdout ---- [INFO] [stdout] thread 'integration_tests::test_create_todos' panicked at 'called `Result::unwrap()` on an `Err` value: missing field `server`', src/main.rs:63:45 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x562a4443d610 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x562a4443d610 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x562a4443d610 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x562a4443d610 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x562a44461d6c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x562a44438335 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x562a4443f7fb - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x562a4443f7fb - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x562a4443f7fb - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x562a4443f30c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x562a4443fec4 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x562a4443f9a7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x562a4443daec - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x562a4443f909 - rust_begin_unwind [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x562a43cc7a41 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x562a43cc7b33 - core::result::unwrap_failed::he898b02f57993c42 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x562a43d78fca - core::result::Result::unwrap::h7caee18425701a80 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/result.rs:1281:23 [INFO] [stdout] 17: 0x562a43d1265a - ::deref::__static_ref_initialize::h4581a6367f3325bf [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:63:26 [INFO] [stdout] 18: 0x562a43d1265a - core::ops::function::FnOnce::call_once::h1115b2c20490a8eb [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x562a43d409cb - lazy_static::lazy::Lazy::get::{{closure}}::hfd602e10ff373a38 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:31:29 [INFO] [stdout] 20: 0x562a43d31adb - std::sync::once::Once::call_once::{{closure}}::h94115af38bd3b97a [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sync/once.rs:261:41 [INFO] [stdout] 21: 0x562a43cc6b8c - std::sync::once::Once::call_inner::hb74f8e4d768bb7d5 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sync/once.rs:418:21 [INFO] [stdout] 22: 0x562a43d31a68 - std::sync::once::Once::call_once::h790624893402dc80 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sync/once.rs:261:9 [INFO] [stdout] 23: 0x562a43d61072 - lazy_static::lazy::Lazy::get::h3504fc33e471ee37 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:30:9 [INFO] [stdout] 24: 0x562a43d61072 - ::deref::__stability::h7ac7dfd7e191e826 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs:142:21 [INFO] [stdout] 25: 0x562a43d61072 - ::deref::hd6b43e1431297e08 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs:144:17 [INFO] [stdout] 26: 0x562a43d61d38 - todo_actix_rs::integration_tests::test_create_todos::{{closure}}::h18f84a5f99c9863a [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:93:19 [INFO] [stdout] 27: 0x562a43d0379b - as core::future::future::Future>::poll::hb34bb9acd182cdf9 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 28: 0x562a43d5d846 - as core::future::future::Future>::poll::{{closure}}::{{closure}}::hf9d48412215beb82 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:528:65 [INFO] [stdout] 29: 0x562a43db145c - tokio::coop::with_budget::{{closure}}::hb20fedacabfe0f6c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:127:9 [INFO] [stdout] 30: 0x562a43d33061 - std::thread::local::LocalKey::try_with::ha41c5718d31e52f9 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 31: 0x562a43d320ad - std::thread::local::LocalKey::with::hca5e0c36459944c3 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 32: 0x562a43d5d6cb - tokio::coop::with_budget::hb58d0ac846b9f556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:120:5 [INFO] [stdout] 33: 0x562a43d5d6cb - tokio::coop::budget::h5ff857b5482ec08b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:96:5 [INFO] [stdout] 34: 0x562a43d5d6cb - as core::future::future::Future>::poll::{{closure}}::hf573eb6dd6ac324d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:528:42 [INFO] [stdout] 35: 0x562a43d71aed - tokio::macros::scoped_tls::ScopedKey::set::he14fdd7170b0b422 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 36: 0x562a43d5a61a - tokio::task::local::LocalSet::with::h716b4d437bcf2710 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:442:9 [INFO] [stdout] 37: 0x562a43d5d292 - as core::future::future::Future>::poll::h156af505d16581d5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:518:9 [INFO] [stdout] 38: 0x562a43d5ac2d - tokio::task::local::LocalSet::run_until::{{closure}}::hf93a58afae32499a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:392:9 [INFO] [stdout] 39: 0x562a43d01dab - as core::future::future::Future>::poll::h20a39add99bb93fa [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/future/mod.rs:80:19 [INFO] [stdout] 40: 0x562a43d9a570 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::{{closure}}::h4ae796cda5e10fbb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:58 [INFO] [stdout] 41: 0x562a43db0d3c - tokio::coop::with_budget::{{closure}}::h20ecbf9e31c38f82 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:127:9 [INFO] [stdout] 42: 0x562a43d325e1 - std::thread::local::LocalKey::try_with::h4d8bb0bf30b18564 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/local.rs:399:16 [INFO] [stdout] 43: 0x562a43d3203d - std::thread::local::LocalKey::with::hbdcf5e3477afd5c4 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/local.rs:375:9 [INFO] [stdout] 44: 0x562a43d9967b - tokio::coop::with_budget::h6b003234e6d51976 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:120:5 [INFO] [stdout] 45: 0x562a43d9967b - tokio::coop::budget::h3dbffdc900e5af98 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/coop.rs:96:5 [INFO] [stdout] 46: 0x562a43d9967b - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::{{closure}}::h52d9d429b08397fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/basic_scheduler.rs:131:35 [INFO] [stdout] 47: 0x562a43d9ae51 - tokio::runtime::basic_scheduler::enter::{{closure}}::h47f9a0895c5b2242 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:29 [INFO] [stdout] 48: 0x562a43d718e0 - tokio::macros::scoped_tls::ScopedKey::set::h8f2c23001c1d36aa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/macros/scoped_tls.rs:63:9 [INFO] [stdout] 49: 0x562a43d9ad9e - tokio::runtime::basic_scheduler::enter::h858d9d19c77c48df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/basic_scheduler.rs:213:5 [INFO] [stdout] 50: 0x562a43d99360 - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::h704c69e61eb9558e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/basic_scheduler.rs:123:9 [INFO] [stdout] 51: 0x562a43d1e492 - tokio::runtime::Runtime::block_on::{{closure}}::h2c3e53f6232e2ac1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/mod.rs:444:34 [INFO] [stdout] 52: 0x562a43d3b172 - tokio::runtime::context::enter::hb1c31f14fe59fc33 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/context.rs:72:5 [INFO] [stdout] 53: 0x562a43d71ffa - tokio::runtime::handle::Handle::enter::h60d954dd9cf3b7be [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/handle.rs:76:9 [INFO] [stdout] 54: 0x562a43d1e2cd - tokio::runtime::Runtime::block_on::h30be8ade44db292b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/runtime/mod.rs:441:9 [INFO] [stdout] 55: 0x562a43d5a6e6 - tokio::task::local::LocalSet::block_on::h5a1c67a2b9dc864f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-0.2.25/src/task/local.rs:353:9 [INFO] [stdout] 56: 0x562a43d737d1 - actix_rt::runtime::Runtime::block_on::h7096b16569ee1cc2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/runtime.rs:89:9 [INFO] [stdout] 57: 0x562a43d9be00 - actix_rt::builder::SystemRunner::block_on::h8b9ff99c6992509f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-rt-1.1.1/src/builder.rs:187:19 [INFO] [stdout] 58: 0x562a43d61a7e - todo_actix_rs::integration_tests::test_create_todos::hb31ec5fba9cacaad [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:90:5 [INFO] [stdout] 59: 0x562a43d61a1a - todo_actix_rs::integration_tests::test_create_todos::{{closure}}::h34386869a16b636c [INFO] [stdout] at /opt/rustwide/workdir/src/main.rs:90:5 [INFO] [stdout] 60: 0x562a43d131de - core::ops::function::FnOnce::call_once::hc7cd0f263a808b73 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 61: 0x562a43de6693 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 62: 0x562a43de6693 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:578:5 [INFO] [stdout] 63: 0x562a43de5108 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 64: 0x562a43de5108 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:347:9 [INFO] [stdout] 65: 0x562a43de5108 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:401:40 [INFO] [stdout] 66: 0x562a43de5108 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:365:19 [INFO] [stdout] 67: 0x562a43de5108 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:434:14 [INFO] [stdout] 68: 0x562a43de5108 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:601:18 [INFO] [stdout] 69: 0x562a43de5108 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:493:39 [INFO] [stdout] 70: 0x562a43db388d - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/test/src/lib.rs:520:37 [INFO] [stdout] 71: 0x562a43db388d - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 72: 0x562a43db7fb8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 73: 0x562a43db7fb8 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:347:9 [INFO] [stdout] 74: 0x562a43db7fb8 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:401:40 [INFO] [stdout] 75: 0x562a43db7fb8 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panicking.rs:365:19 [INFO] [stdout] 76: 0x562a43db7fb8 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/panic.rs:434:14 [INFO] [stdout] 77: 0x562a43db7fb8 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 78: 0x562a43db7fb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 79: 0x562a44445157 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 80: 0x562a44445157 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 81: 0x562a44445157 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 82: 0x7f05b7703609 - start_thread [INFO] [stdout] 83: 0x7f05b74d5293 - clone [INFO] [stdout] 84: 0x0 - [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.10s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin todo-actix-rs' [INFO] running `Command { std: "docker" "inspect" "f0c0f5205268c7c9bbbff4615e8105ff73da3775b1f8ed6a4827f83383ddf1f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0c0f5205268c7c9bbbff4615e8105ff73da3775b1f8ed6a4827f83383ddf1f2", kill_on_drop: false }` [INFO] [stdout] f0c0f5205268c7c9bbbff4615e8105ff73da3775b1f8ed6a4827f83383ddf1f2