[INFO] cloning repository https://github.com/gitshreevatsa/news_letter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gitshreevatsa/news_letter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitshreevatsa%2Fnews_letter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitshreevatsa%2Fnews_letter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 86594936d8a65f51487b58e9299add18a35178c5
[INFO] testing gitshreevatsa/news_letter against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitshreevatsa%2Fnews_letter" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gitshreevatsa/news_letter
[INFO] finished tweaking git repo https://github.com/gitshreevatsa/news_letter
[INFO] tweaked toml for git repo https://github.com/gitshreevatsa/news_letter written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gitshreevatsa/news_letter on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gitshreevatsa/news_letter 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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.30
[INFO] [stderr]   Downloaded once_cell v1.11.0
[INFO] [stderr]   Downloaded actix-web-codegen v4.0.0
[INFO] [stderr]   Downloaded zstd-safe v4.1.6+zstd.1.5.2
[INFO] [stderr]   Downloaded zstd v0.10.2+zstd.1.5.2
[INFO] [stderr]   Downloaded http v0.2.7
[INFO] [stderr]   Downloaded openssl-sys v0.9.73
[INFO] [stderr]   Downloaded actix-http v3.0.4
[INFO] [stderr]   Downloaded reqwest v0.11.10
[INFO] [stderr]   Downloaded actix-web v4.0.1
[INFO] [stderr]   Downloaded openssl v0.10.40
[INFO] [stderr]   Downloaded syn v1.0.95
[INFO] [stderr]   Downloaded tokio v1.18.2
[INFO] [stderr]   Downloaded zstd-sys v1.6.3+zstd.1.5.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 22d4e4cb54faf9fa2b2dd33925e670aff171855908da0a32c4c0bd9c7d65ef24
[INFO] running `Command { std: "docker" "start" "-a" "22d4e4cb54faf9fa2b2dd33925e670aff171855908da0a32c4c0bd9c7d65ef24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22d4e4cb54faf9fa2b2dd33925e670aff171855908da0a32c4c0bd9c7d65ef24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22d4e4cb54faf9fa2b2dd33925e670aff171855908da0a32c4c0bd9c7d65ef24", kill_on_drop: false }`
[INFO] [stdout] 22d4e4cb54faf9fa2b2dd33925e670aff171855908da0a32c4c0bd9c7d65ef24
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e86703310c86bf6ed67bb9cf4de40f427d4d2a98bd6bbab2f9988c8c77d93a2
[INFO] running `Command { std: "docker" "start" "-a" "4e86703310c86bf6ed67bb9cf4de40f427d4d2a98bd6bbab2f9988c8c77d93a2", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.95
[INFO] [stderr]    Compiling once_cell v1.11.0
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling http v0.2.7
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling openssl v0.10.40
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling zstd-safe v4.1.6+zstd.1.5.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling miniz_oxide v0.5.1
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling actix-utils v3.0.0
[INFO] [stderr]    Compiling cookie v0.16.0
[INFO] [stderr]    Compiling time v0.3.9
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling flate2 v1.0.23
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling openssl-sys v0.9.73
[INFO] [stderr]    Compiling zstd-sys v1.6.3+zstd.1.5.2
[INFO] [stderr]    Compiling actix-router v0.5.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling local-channel v0.1.3
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling actix-web-codegen v4.0.0
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling tokio v1.18.2
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling tokio-util v0.7.2
[INFO] [stderr]    Compiling actix-rt v2.7.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling actix-server v2.1.1
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling hyper v0.14.18
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.10
[INFO] [stderr]    Compiling zstd v0.10.2+zstd.1.5.2
[INFO] [stderr]    Compiling actix-http v3.0.4
[INFO] [stderr]    Compiling actix-web v4.0.1
[INFO] [stderr]    Compiling rust_up v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]  --> src/lib.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | async fn health_check(req:HttpRequest) -> impl Responder{
[INFO] [stdout]   |                       ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `subscribe` is never used
[INFO] [stdout]  --> src/lib.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | async fn subscribe() -> HttpResponse {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout]   |
[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 11s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.40
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "4e86703310c86bf6ed67bb9cf4de40f427d4d2a98bd6bbab2f9988c8c77d93a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e86703310c86bf6ed67bb9cf4de40f427d4d2a98bd6bbab2f9988c8c77d93a2", kill_on_drop: false }`
[INFO] [stdout] 4e86703310c86bf6ed67bb9cf4de40f427d4d2a98bd6bbab2f9988c8c77d93a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b010cefc7a41912570bb7d9156bc4999b3df27e5664e5cf210273e7e9a90b597
[INFO] running `Command { std: "docker" "start" "-a" "b010cefc7a41912570bb7d9156bc4999b3df27e5664e5cf210273e7e9a90b597", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]  --> src/lib.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | async fn health_check(req:HttpRequest) -> impl Responder{
[INFO] [stdout]   |                       ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `subscribe` is never used
[INFO] [stdout]  --> src/lib.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | async fn subscribe() -> HttpResponse {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rust_up v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]  --> src/lib.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | async fn health_check(req:HttpRequest) -> impl Responder{
[INFO] [stdout]   |                       ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `subscribe` is never used
[INFO] [stdout]  --> src/lib.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | async fn subscribe() -> HttpResponse {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout]   |
[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 1.61s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.40
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "b010cefc7a41912570bb7d9156bc4999b3df27e5664e5cf210273e7e9a90b597", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b010cefc7a41912570bb7d9156bc4999b3df27e5664e5cf210273e7e9a90b597", kill_on_drop: false }`
[INFO] [stdout] b010cefc7a41912570bb7d9156bc4999b3df27e5664e5cf210273e7e9a90b597
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8e57623b8c3e25db15e846536d4f9ec082fefeb5403862b1e163a1ec76ab9fa2
[INFO] running `Command { std: "docker" "start" "-a" "8e57623b8c3e25db15e846536d4f9ec082fefeb5403862b1e163a1ec76ab9fa2", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]  --> src/lib.rs:5:23
[INFO] [stderr]   |
[INFO] [stderr] 5 | async fn health_check(req:HttpRequest) -> impl Responder{
[INFO] [stderr]   |                       ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `subscribe` is never used
[INFO] [stderr]  --> src/lib.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | async fn subscribe() -> HttpResponse {
[INFO] [stderr]   |          ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rust_up` (lib) generated 2 warnings (run `cargo fix --lib -p rust_up` to apply 1 suggestion)
[INFO] [stderr] warning: `rust_up` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.40
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_up-88c235ed151e7cbd)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_up-126598974d8e4cb4)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/health_check.rs (/opt/rustwide/target/debug/deps/health_check-629e015e872ac4c5)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test health_check_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- health_check_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'health_check_works' (27) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/enter.rs:39:9:
[INFO] [stdout] Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e685b907722 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e685b907722 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e685b907722 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e685b907722 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e685b9197ea - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e685b9197ea - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x5e685b8d47a6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e685b8d47a6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5e685b8e6419 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e685b8e6419 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e685b8e62b1 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e685b7d5d7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5e685b7d5d7e - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e685b8e6742 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5e685b8e6742 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e685b8e612c - std::panicking::begin_panic::{{closure}}::h2cd2d3a27e1d3fd1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x5e685b8e16b9 - std::sys::backtrace::__rust_end_short_backtrace::hebf3004bec22fd53
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e685b8e60f3 - std::panicking::begin_panic::h0db5d21d27419b53
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x5e685b8378f0 - tokio::runtime::enter::enter::h117c0355952b24f8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/enter.rs:39:9
[INFO] [stdout]   19:     0x5e685b20b99d - tokio::runtime::thread_pool::ThreadPool::block_on::hdff7d2931a3a616d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/thread_pool/mod.rs:80:25
[INFO] [stdout]   20:     0x5e685b21c9f4 - tokio::runtime::Runtime::block_on::hbf290d37257c6ab9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/mod.rs:477:48
[INFO] [stdout]   21:     0x5e685b18f0ce - rust_up::run::hddf0bc17f4275824
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:22:3
[INFO] [stdout]   22:     0x5e685b178770 - health_check::spawn_app::hf33ab641a4466366
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/health_check.rs:23:18
[INFO] [stdout]   23:     0x5e685b17807e - health_check::health_check_works::{{closure}}::h0fafa4211d31e4a3
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/health_check.rs:6:19
[INFO] [stdout]   24:     0x5e685b18201d - <core::pin::Pin<P> as core::future::future::Future>::poll::hb6c3bc0a32f601d4
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x5e685b18531d - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h685a8b61360c2d95
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:64
[INFO] [stdout]   26:     0x5e685b17b6f0 - tokio::coop::with_budget::{{closure}}::hb019409d8472aede
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:102:9
[INFO] [stdout]   27:     0x5e685b182975 - std::thread::local::LocalKey<T>::try_with::h4fdcdda36b754223
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   28:     0x5e685b18270e - std::thread::local::LocalKey<T>::with::ha75e48272b085de5
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   29:     0x5e685b1851df - tokio::coop::with_budget::hf29cf185dd09b8d7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:95:13
[INFO] [stdout]   30:     0x5e685b1851df - tokio::coop::budget::he2876769cbb7e5b2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/coop.rs:72:5
[INFO] [stdout]   31:     0x5e685b1851df - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::{{closure}}::h1aba19fe0a3a662e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:507:25
[INFO] [stdout]   32:     0x5e685b183d60 - tokio::runtime::basic_scheduler::Context::enter::h531861ee4d495f53
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:361:19
[INFO] [stdout]   33:     0x5e685b184b6c - tokio::runtime::basic_scheduler::CoreGuard::block_on::{{closure}}::h1ae1985d3a5bc467
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:506:44
[INFO] [stdout]   34:     0x5e685b1848b4 - tokio::runtime::basic_scheduler::CoreGuard::enter::{{closure}}::h09573334abf997e7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:57
[INFO] [stdout]   35:     0x5e685b17cf9d - tokio::macros::scoped_tls::ScopedKey<T>::set::h627f5b8310c58798
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x5e685b18468c - tokio::runtime::basic_scheduler::CoreGuard::enter::h3aea12293b079b9a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:564:35
[INFO] [stdout]   37:     0x5e685b1848f5 - tokio::runtime::basic_scheduler::CoreGuard::block_on::hfb598d52e6b1560a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:497:14
[INFO] [stdout]   38:     0x5e685b183630 - tokio::runtime::basic_scheduler::BasicScheduler::block_on::h0d5e0b62815e2659
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/basic_scheduler.rs:173:29
[INFO] [stdout]   39:     0x5e685b1818e4 - tokio::runtime::Runtime::block_on::h7e45b530309aaf6d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.18.2/src/runtime/mod.rs:475:51
[INFO] [stdout]   40:     0x5e685b177fa1 - health_check::health_check_works::h5dec0688c3fb6019
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/health_check.rs:17:51
[INFO] [stdout]   41:     0x5e685b178567 - health_check::health_check_works::{{closure}}::h4fac38826982e5f1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/health_check.rs:5:30
[INFO] [stdout]   42:     0x5e685b1798d6 - core::ops::function::FnOnce::call_once::h47a8e42bf10ed372
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5e685b7d5b3b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5e685b7d5b3b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   45:     0x5e685b7e954a - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   46:     0x5e685b7e954a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   47:     0x5e685b7e954a - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x5e685b7e954a - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x5e685b7e954a - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x5e685b7e954a - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   51:     0x5e685b7e954a - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   52:     0x5e685b7c39a4 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   53:     0x5e685b7c39a4 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x5e685b7c7342 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   55:     0x5e685b7c7342 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   56:     0x5e685b7c7342 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x5e685b7c7342 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x5e685b7c7342 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x5e685b7c7342 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   60:     0x5e685b7c7342 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5e685b8dc7df - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   62:     0x5e685b8dc7df - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   63:     0x786b3d353aa4 - <unknown>
[INFO] [stdout]   64:     0x786b3d3e0a64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     health_check_works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test health_check`
[INFO] running `Command { std: "docker" "inspect" "8e57623b8c3e25db15e846536d4f9ec082fefeb5403862b1e163a1ec76ab9fa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e57623b8c3e25db15e846536d4f9ec082fefeb5403862b1e163a1ec76ab9fa2", kill_on_drop: false }`
[INFO] [stdout] 8e57623b8c3e25db15e846536d4f9ec082fefeb5403862b1e163a1ec76ab9fa2
