[INFO] cloning repository https://github.com/futakimu/zero2prod
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/futakimu/zero2prod" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffutakimu%2Fzero2prod", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffutakimu%2Fzero2prod'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 18c5095715f5b4c766a010638d506686229317d1
[INFO] testing futakimu/zero2prod against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffutakimu%2Fzero2prod" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/futakimu/zero2prod
[INFO] finished tweaking git repo https://github.com/futakimu/zero2prod
[INFO] tweaked toml for git repo https://github.com/futakimu/zero2prod written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/futakimu/zero2prod on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/futakimu/zero2prod already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7186e66c641101187efb4b979c8d3698443dc3e3c3f75d69c05100582a0976dc
[INFO] running `Command { std: "docker" "start" "-a" "7186e66c641101187efb4b979c8d3698443dc3e3c3f75d69c05100582a0976dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7186e66c641101187efb4b979c8d3698443dc3e3c3f75d69c05100582a0976dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7186e66c641101187efb4b979c8d3698443dc3e3c3f75d69c05100582a0976dc", kill_on_drop: false }`
[INFO] [stdout] 7186e66c641101187efb4b979c8d3698443dc3e3c3f75d69c05100582a0976dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9efac7724c427aca2d51cc2039d7c307478fd2d17450af8e376af274e710c3fc
[INFO] running `Command { std: "docker" "start" "-a" "9efac7724c427aca2d51cc2039d7c307478fd2d17450af8e376af274e710c3fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.99
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.74
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling futures-core v0.3.16
[INFO] [stderr]    Compiling instant v0.1.10
[INFO] [stderr]    Compiling serde_derive v1.0.127
[INFO] [stderr]    Compiling lock_api v0.4.4
[INFO] [stderr]    Compiling ahash v0.7.4
[INFO] [stderr]    Compiling tokio v1.10.0
[INFO] [stderr]    Compiling serde v1.0.127
[INFO] [stderr]    Compiling futures-sink v0.3.16
[INFO] [stderr]    Compiling futures-macro v0.3.16
[INFO] [stderr]    Compiling futures-channel v0.3.16
[INFO] [stderr]    Compiling futures-task v0.3.16
[INFO] [stderr]    Compiling typenum v1.13.0
[INFO] [stderr]    Compiling futures-util v0.3.16
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling slab v0.4.4
[INFO] [stderr]    Compiling futures-io v0.3.16
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling tracing-core v0.1.18
[INFO] [stderr]    Compiling bitflags v1.3.1
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling serde_json v1.0.66
[INFO] [stderr]    Compiling jobserver v0.1.23
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling cc v1.0.69
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling tinyvec v1.3.1
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling http v0.2.4
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling zstd-sys v1.5.0+zstd.1.4.9
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling httparse v1.4.1
[INFO] [stderr]    Compiling cpufeatures v0.1.5
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling local-waker v0.1.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling const_fn v0.4.8
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling sha-1 v0.9.7
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling nom v6.1.2
[INFO] [stderr]    Compiling zstd-safe v3.1.0+zstd.1.4.9
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling paste v1.0.5
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling bitvec v0.19.5
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling actix-service v2.0.0
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]    Compiling actix-utils v3.0.0
[INFO] [stderr]    Compiling socket2 v0.4.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.2
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling whoami v1.1.2
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling crypto-mac v0.10.1
[INFO] [stderr]    Compiling webpki-roots v0.21.1
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling bytestring v1.0.0
[INFO] [stderr]    Compiling cookie v0.15.1
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling dirs v3.0.2
[INFO] [stderr]    Compiling flate2 v1.0.20
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling http-body v0.4.3
[INFO] [stderr]    Compiling sha2 v0.9.5
[INFO] [stderr]    Compiling atoi v0.4.0
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling hashlink v0.7.0
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling httpdate v1.0.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling matchers v0.0.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.3
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling validator_types v0.14.0
[INFO] [stderr]    Compiling gethostname v0.2.1
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.15
[INFO] [stderr]    Compiling actix-macros v0.2.1
[INFO] [stderr]    Compiling tracing v0.1.26
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.26
[INFO] [stderr]    Compiling derive_more v0.99.16
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling sqlformat v0.1.6
[INFO] [stderr]    Compiling thiserror v1.0.26
[INFO] [stderr]    Compiling actix-web-codegen v0.5.0-beta.3
[INFO] [stderr]    Compiling pin-project v1.0.8
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling futures-executor v0.3.16
[INFO] [stderr]    Compiling local-channel v0.1.2
[INFO] [stderr]    Compiling futures v0.3.16
[INFO] [stderr]    Compiling actix-rt v2.2.0
[INFO] [stderr]    Compiling tokio-util v0.6.7
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling sqlx-rt v0.5.5
[INFO] [stderr]    Compiling h2 v0.3.3
[INFO] [stderr]    Compiling actix-codec v0.4.0
[INFO] [stderr]    Compiling actix-tls v3.0.0-beta.5
[INFO] [stderr]    Compiling tokio-stream v0.1.7
[INFO] [stderr]    Compiling actix-server v2.0.0-beta.5
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling tracing-serde v0.1.2
[INFO] [stderr]    Compiling actix-router v0.2.7
[INFO] [stderr]    Compiling config v0.10.1
[INFO] [stderr]    Compiling sqlx-core v0.5.5
[INFO] [stderr]    Compiling tracing-subscriber v0.2.19
[INFO] [stderr]    Compiling validator v0.14.0
[INFO] [stderr]    Compiling serde-aux v1.1.0
[INFO] [stderr]    Compiling hyper v0.14.11
[INFO] [stderr]    Compiling tracing-bunyan-formatter v0.1.7
[INFO] [stderr]    Compiling brotli2 v0.3.2
[INFO] [stderr]    Compiling hyper-rustls v0.22.1
[INFO] [stderr]    Compiling reqwest v0.11.4
[INFO] [stderr]    Compiling sqlx-macros v0.5.5
[INFO] [stderr]    Compiling sqlx v0.5.5
[INFO] [stderr]    Compiling zstd v0.7.0+zstd.1.4.9
[INFO] [stderr]    Compiling actix-http v3.0.0-beta.8
[INFO] [stderr]    Compiling actix-web v4.0.0-beta.8
[INFO] [stderr]    Compiling tracing-actix-web v0.4.0-beta.9
[INFO] [stderr]    Compiling zero2prod v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, nom v6.1.2, sqlx-core v0.5.5, sqlx-macros v0.5.5
[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" "9efac7724c427aca2d51cc2039d7c307478fd2d17450af8e376af274e710c3fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9efac7724c427aca2d51cc2039d7c307478fd2d17450af8e376af274e710c3fc", kill_on_drop: false }`
[INFO] [stdout] 9efac7724c427aca2d51cc2039d7c307478fd2d17450af8e376af274e710c3fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14fd6735277a312c81cd343f164e0cfd21620e5f418258f9269cd3cdd6cf02c2
[INFO] running `Command { std: "docker" "start" "-a" "14fd6735277a312c81cd343f164e0cfd21620e5f418258f9269cd3cdd6cf02c2", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling anyhow v1.0.43
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]    Compiling fastrand v1.5.0
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling serde_qs v0.8.4
[INFO] [stderr]    Compiling claim v0.5.0
[INFO] [stderr]    Compiling infer v0.2.3
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling quickcheck_macros v0.9.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling deadpool v0.7.0
[INFO] [stderr]    Compiling fake v2.3.0
[INFO] [stderr]    Compiling quickcheck v0.9.2
[INFO] [stderr]    Compiling wiremock v0.5.6
[INFO] [stderr]    Compiling zero2prod v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]   --> tests/api/subscriptions.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let client = reqwest::Client::new();
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client`
[INFO] [stdout]   --> tests/api/subscriptions.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let client = reqwest::Client::new();
[INFO] [stdout]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `db_pool` is never read
[INFO] [stdout]   --> tests/api/helpers.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct TestApp {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 21 |     pub address: String,
[INFO] [stdout] 22 |     pub db_pool: PgPool,
[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 19.64s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, nom v6.1.2, sqlx-core v0.5.5, sqlx-macros v0.5.5
[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" "14fd6735277a312c81cd343f164e0cfd21620e5f418258f9269cd3cdd6cf02c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14fd6735277a312c81cd343f164e0cfd21620e5f418258f9269cd3cdd6cf02c2", kill_on_drop: false }`
[INFO] [stdout] 14fd6735277a312c81cd343f164e0cfd21620e5f418258f9269cd3cdd6cf02c2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f804c1fc7a02b4da90cb858c8d092b038589529e0d14a08162cf32be2057eeeb
[INFO] running `Command { std: "docker" "start" "-a" "f804c1fc7a02b4da90cb858c8d092b038589529e0d14a08162cf32be2057eeeb", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `client`
[INFO] [stderr]   --> tests/api/subscriptions.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 |     let client = reqwest::Client::new();
[INFO] [stderr]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `client`
[INFO] [stderr]   --> tests/api/subscriptions.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 61 |     let client = reqwest::Client::new();
[INFO] [stderr]    |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
[INFO] [stderr] 
[INFO] [stderr] warning: field `db_pool` is never read
[INFO] [stderr]   --> tests/api/helpers.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub struct TestApp {
[INFO] [stderr]    |            ------- field in this struct
[INFO] [stderr] 21 |     pub address: String,
[INFO] [stderr] 22 |     pub db_pool: PgPool,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `zero2prod` (test "api") generated 3 warnings (run `cargo fix --test "api" -p zero2prod` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, nom v6.1.2, sqlx-core v0.5.5, sqlx-macros v0.5.5
[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/lib.rs (/opt/rustwide/target/debug/deps/zero2prod-fe3067e32ae2f49e)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test domain::subscriber_name::tests::a_256_grapheme_long_name_is_valid ... ok
[INFO] [stdout] test domain::subscriber_email::tests::email_missing_at_symbol_is_rejected ... ok
[INFO] [stdout] test domain::subscriber_email::tests::empty_string_is_rejected ... ok
[INFO] [stdout] test domain::subscriber_name::tests::a_valid_name_is_parsed_successfully ... ok
[INFO] [stdout] test domain::subscriber_email::tests::email_missing_subject_is_rejected ... ok
[INFO] [stdout] test domain::subscriber_name::tests::a_name_longer_than_256_graphemes_is_rejected ... ok
[INFO] [stdout] test domain::subscriber_name::tests::empty_string_is_rejected ... ok
[INFO] [stdout] test domain::subscriber_name::tests::names_containing_an_invalid_character_are_rejected ... ok
[INFO] [stdout] test domain::subscriber_email::tests::valid_email_be_parsed_successfully ... ok
[INFO] [stdout] test email_client::tests::send_email_fails_the_server_returns_500 ... ok
[INFO] [stdout] test email_client::tests::send_email_succeeds_if_the_server_returns_200 ... ok
[INFO] [stdout] test email_client::tests::send_email_fires_a_request_to_base_url ... ok
[INFO] [stdout] test email_client::tests::send_email_times_out_if_the_server_takes_too_long ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/zero2prod-b77ec4c5e786ac83)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.02s
[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/api/main.rs (/opt/rustwide/target/debug/deps/api-6f7369e5d6fefcba)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test subscriptions::subscribe_returns_a_400_when_data_is_missing ... FAILED
[INFO] [stdout] test health_check::health_check_works ... FAILED
[INFO] [stdout] test subscriptions::subscribe_return_a_400_when_fields_are_present_but_invalid ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- subscriptions::subscribe_returns_a_400_when_data_is_missing stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'subscriptions::subscribe_returns_a_400_when_data_is_missing' (38) panicked at tests/api/helpers.rs:70:10:
[INFO] [stdout] Failed to connect to Postgres: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x584ff119b892 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x584ff119b892 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x584ff119b892 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x584ff119b892 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x584ff11ae89f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x584ff11ae89f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x584ff11675b3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x584ff11675b3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x584ff11741e2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x584ff11791bf - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x584ff1179051 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x584ff05a341e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x584ff05a341e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x584ff117987f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x584ff117987f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x584ff117962a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x584ff1174319 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x584ff115b4dd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x584ff11b9b40 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x584ff11b8966 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x584ff054ff55 - core::result::Result<T,E>::expect::h3bc754d22134a288
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x584ff057b139 - api::helpers::configure_database::{{closure}}::h5756d745eff3ac86
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:70:10
[INFO] [stdout]   22:     0x584ff057c2d4 - api::helpers::spawn_app::{{closure}}::h2d1c4fd46620fb0c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:49:49
[INFO] [stdout]   23:     0x584ff056d7ec - api::subscriptions::subscribe_returns_a_400_when_data_is_missing::{{closure}}::hb2abf53b4231e678
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:34:27
[INFO] [stdout]   24:     0x584ff0564426 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::h3eb349075a755b3a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:642:67
[INFO] [stdout]   25:     0x584ff0574360 - tokio::coop::with_budget::{{closure}}::h15f501bc23dc03a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x584ff054df05 - std::thread::local::LocalKey<T>::try_with::h0da7230158eccaaf
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   27:     0x584ff054d98e - std::thread::local::LocalKey<T>::with::h9fc7a791e7b4fd67
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   28:     0x584ff0564312 - tokio::coop::with_budget::hec0c6ca2c4cb8571
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x584ff0564312 - tokio::coop::budget::hf5d6d766fd086ae4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x584ff0564312 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::he580fbba9dc8560d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:642:42
[INFO] [stdout]   31:     0x584ff057df6d - tokio::macros::scoped_tls::ScopedKey<T>::set::h82291907ccd66970
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x584ff055ed87 - tokio::task::local::LocalSet::with::hb349cf09bef569f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:559:17
[INFO] [stdout]   33:     0x584ff0563d9b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::ha8e4b5d4c0c49615
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:632:22
[INFO] [stdout]   34:     0x584ff055f1c1 - tokio::task::local::LocalSet::run_until::{{closure}}::h3a8125bb56441537
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:505:19
[INFO] [stdout]   35:     0x584ff0550ddd - <core::pin::Pin<P> as core::future::future::Future>::poll::h44cb9d98229c16f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x584ff05616dd - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::hff5f18687c9178a0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:208:78
[INFO] [stdout]   37:     0x584ff05746f0 - tokio::coop::with_budget::{{closure}}::h3f714e018a4e1521
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x584ff054ead5 - std::thread::local::LocalKey<T>::try_with::h633e2dc3d842b32f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   39:     0x584ff054d8ae - std::thread::local::LocalKey<T>::with::h7e794ad2af4750b9
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   40:     0x584ff055fe20 - tokio::coop::with_budget::ha30e7ca193b94914
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x584ff055fe20 - tokio::coop::budget::hc988d12603d8cb3d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x584ff055fe20 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::h2f1a7f807d498ac3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:208:39
[INFO] [stdout]   43:     0x584ff0562efa - tokio::runtime::basic_scheduler::enter::{{closure}}::hb6aaa7dc6a585f4c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:302:29
[INFO] [stdout]   44:     0x584ff057e245 - tokio::macros::scoped_tls::ScopedKey<T>::set::hd86251edfde51d18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x584ff05627d6 - tokio::runtime::basic_scheduler::enter::h228122a9507084fe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:302:13
[INFO] [stdout]   46:     0x584ff055fb13 - tokio::runtime::basic_scheduler::Inner<P>::block_on::h656b86e67e0ea4d8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:197:9
[INFO] [stdout]   47:     0x584ff0561917 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::hbce5f8caf7fde754
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:448:38
[INFO] [stdout]   48:     0x584ff0562080 - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::hbf9f6156011068f2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:157:30
[INFO] [stdout]   49:     0x584ff057100e - tokio::runtime::Runtime::block_on::he106756f7de4bdc8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   50:     0x584ff055ee87 - tokio::task::local::LocalSet::block_on::h619f8ed84c886b58
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:466:12
[INFO] [stdout]   51:     0x584ff056448a - actix_rt::runtime::Runtime::block_on::h4a3cab69df0ad4ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x584ff057982a - actix_rt::system::SystemRunner::block_on::h41eff3d5b48688af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x584ff056d5eb - api::subscriptions::subscribe_returns_a_400_when_data_is_missing::h43dae1ecbb9acd2b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:31:1
[INFO] [stdout]   54:     0x584ff056d657 - api::subscriptions::subscribe_returns_a_400_when_data_is_missing::{{closure}}::hb09cff04f130d9ee
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:32:56
[INFO] [stdout]   55:     0x584ff0556d06 - core::ops::function::FnOnce::call_once::h6d5ac85425215973
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x584ff05a321b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x584ff05a321b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   58:     0x584ff05b727d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   59:     0x584ff05b727d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x584ff05b727d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x584ff05b727d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x584ff05b727d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x584ff05b727d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   64:     0x584ff05b727d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   65:     0x584ff05907c4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   66:     0x584ff05907c4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   67:     0x584ff059401a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   68:     0x584ff059401a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   69:     0x584ff059401a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   70:     0x584ff059401a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   71:     0x584ff059401a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x584ff059401a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   73:     0x584ff059401a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x584ff116f71f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   75:     0x584ff116f71f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   76:     0x79c34904aaa4 - <unknown>
[INFO] [stdout]   77:     0x79c3490d7a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- health_check::health_check_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'health_check::health_check_works' (36) panicked at tests/api/helpers.rs:70:10:
[INFO] [stdout] Failed to connect to Postgres: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x584ff119b892 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x584ff119b892 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x584ff119b892 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x584ff119b892 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x584ff11ae89f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x584ff11ae89f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x584ff11675b3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x584ff11675b3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x584ff11741e2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x584ff11791bf - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x584ff1179051 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x584ff05a341e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x584ff05a341e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x584ff117987f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x584ff117987f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x584ff117962a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x584ff1174319 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x584ff115b4dd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x584ff11b9b40 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x584ff11b8966 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x584ff054ff55 - core::result::Result<T,E>::expect::h3bc754d22134a288
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x584ff057b139 - api::helpers::configure_database::{{closure}}::h5756d745eff3ac86
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:70:10
[INFO] [stdout]   22:     0x584ff057c2d4 - api::helpers::spawn_app::{{closure}}::h2d1c4fd46620fb0c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:49:49
[INFO] [stdout]   23:     0x584ff057a90c - api::health_check::health_check_works::{{closure}}::he5f0fcdf3f45b994
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/health_check.rs:6:27
[INFO] [stdout]   24:     0x584ff0564466 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::hcb06f31cfc29165d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:642:67
[INFO] [stdout]   25:     0x584ff05752d0 - tokio::coop::with_budget::{{closure}}::he851dcb5034606ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x584ff054ebd5 - std::thread::local::LocalKey<T>::try_with::h6c1a565b929b3711
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   27:     0x584ff054dafe - std::thread::local::LocalKey<T>::with::hcd021401d56ed078
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   28:     0x584ff05640f2 - tokio::coop::with_budget::ha34d027bde63726a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x584ff05640f2 - tokio::coop::budget::h0782140896628e02
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x584ff05640f2 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h9b729206d5666e66
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:642:42
[INFO] [stdout]   31:     0x584ff057e14d - tokio::macros::scoped_tls::ScopedKey<T>::set::hca24874ce8580581
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x584ff055ed67 - tokio::task::local::LocalSet::with::h15cd44bb19def1c7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:559:17
[INFO] [stdout]   33:     0x584ff0563cfb - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h4b0660c31363a2b6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:632:22
[INFO] [stdout]   34:     0x584ff055f411 - tokio::task::local::LocalSet::run_until::{{closure}}::h9a1499a9184a7640
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:505:19
[INFO] [stdout]   35:     0x584ff055103d - <core::pin::Pin<P> as core::future::future::Future>::poll::hee51c8e1159b798f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x584ff056159d - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h9a1623fcb949164e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:208:78
[INFO] [stdout]   37:     0x584ff0574ce0 - tokio::coop::with_budget::{{closure}}::h86e6bec075029c07
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x584ff054e3d5 - std::thread::local::LocalKey<T>::try_with::h37ccbeb4ea9c65a0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   39:     0x584ff054d5de - std::thread::local::LocalKey<T>::with::h2410a36ff3f5943a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   40:     0x584ff0560e40 - tokio::coop::with_budget::h5183548979a82490
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x584ff0560e40 - tokio::coop::budget::h81bd7248fac8b320
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x584ff0560e40 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::he5b954b523724c16
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:208:39
[INFO] [stdout]   43:     0x584ff0562f1a - tokio::runtime::basic_scheduler::enter::{{closure}}::he44dac6d4e796faa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:302:29
[INFO] [stdout]   44:     0x584ff057dd85 - tokio::macros::scoped_tls::ScopedKey<T>::set::h69c523479693a4fc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x584ff0562b26 - tokio::runtime::basic_scheduler::enter::h2a856ef82e9e8c25
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:302:13
[INFO] [stdout]   46:     0x584ff055fb53 - tokio::runtime::basic_scheduler::Inner<P>::block_on::he5e8cb00fc089972
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:197:9
[INFO] [stdout]   47:     0x584ff0561797 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h13a400919e55bb97
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:448:38
[INFO] [stdout]   48:     0x584ff0561d50 - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h596f19e21360e541
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:157:30
[INFO] [stdout]   49:     0x584ff0570c4e - tokio::runtime::Runtime::block_on::h9773924b792004f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   50:     0x584ff055ee17 - tokio::task::local::LocalSet::block_on::h2c947b92b2bf3dbb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:466:12
[INFO] [stdout]   51:     0x584ff05644ca - actix_rt::runtime::Runtime::block_on::hb7fb2ec71608ea4d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x584ff057983a - actix_rt::system::SystemRunner::block_on::h93cd51a8c852ddbd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x584ff057a70b - api::health_check::health_check_works::h9061da7db120bc9c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/health_check.rs:3:1
[INFO] [stdout]   54:     0x584ff057a777 - api::health_check::health_check_works::{{closure}}::h02eca1db62b62004
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/health_check.rs:4:30
[INFO] [stdout]   55:     0x584ff0556cc6 - core::ops::function::FnOnce::call_once::h603704a10c6fab6d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x584ff05a321b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x584ff05a321b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   58:     0x584ff05b727d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   59:     0x584ff05b727d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x584ff05b727d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x584ff05b727d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x584ff05b727d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x584ff05b727d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   64:     0x584ff05b727d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   65:     0x584ff05907c4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   66:     0x584ff05907c4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   67:     0x584ff059401a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   68:     0x584ff059401a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   69:     0x584ff059401a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   70:     0x584ff059401a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   71:     0x584ff059401a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x584ff059401a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   73:     0x584ff059401a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x584ff116f71f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   75:     0x584ff116f71f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   76:     0x79c34904aaa4 - <unknown>
[INFO] [stdout]   77:     0x79c3490d7a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- subscriptions::subscribe_return_a_400_when_fields_are_present_but_invalid stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'subscriptions::subscribe_return_a_400_when_fields_are_present_but_invalid' (37) panicked at tests/api/helpers.rs:70:10:
[INFO] [stdout] Failed to connect to Postgres: Io(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x584ff119b892 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x584ff119b892 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x584ff119b892 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x584ff119b892 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x584ff11ae89f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x584ff11ae89f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x584ff11675b3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x584ff11675b3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x584ff11741e2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x584ff11791bf - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x584ff1179051 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x584ff05a341e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x584ff05a341e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x584ff117987f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x584ff117987f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x584ff117962a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x584ff1174319 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x584ff115b4dd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x584ff11b9b40 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x584ff11b8966 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x584ff054ff55 - core::result::Result<T,E>::expect::h3bc754d22134a288
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x584ff057b139 - api::helpers::configure_database::{{closure}}::h5756d745eff3ac86
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:70:10
[INFO] [stdout]   22:     0x584ff057c2d4 - api::helpers::spawn_app::{{closure}}::h2d1c4fd46620fb0c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:49:49
[INFO] [stdout]   23:     0x584ff056e07c - api::subscriptions::subscribe_return_a_400_when_fields_are_present_but_invalid::{{closure}}::h490bfadf0a6bdac4
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:60:27
[INFO] [stdout]   24:     0x584ff0564446 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::h42a7501400471207
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:642:67
[INFO] [stdout]   25:     0x584ff0574e10 - tokio::coop::with_budget::{{closure}}::h99cb566ab3d1aece
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x584ff054e105 - std::thread::local::LocalKey<T>::try_with::h26e8a60db497651b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   27:     0x584ff054db4e - std::thread::local::LocalKey<T>::with::hd66e6f32004e1dcf
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   28:     0x584ff0563ed2 - tokio::coop::with_budget::hc71216dc48fccc1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x584ff0563ed2 - tokio::coop::budget::h1d39dad4d8ff2f80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x584ff0563ed2 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h69a565b1da74e566
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:642:42
[INFO] [stdout]   31:     0x584ff057de6d - tokio::macros::scoped_tls::ScopedKey<T>::set::h791191177410bd6b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   32:     0x584ff055eda7 - tokio::task::local::LocalSet::with::hb91c75d395988afe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:559:17
[INFO] [stdout]   33:     0x584ff0563d4b - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h86eee2070b610006
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:632:22
[INFO] [stdout]   34:     0x584ff055f661 - tokio::task::local::LocalSet::run_until::{{closure}}::hcb01b838922e1988
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:505:19
[INFO] [stdout]   35:     0x584ff0550d9d - <core::pin::Pin<P> as core::future::future::Future>::poll::h161f9e3ab5b81e62
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x584ff05615dd - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::haacec5f85a8c830d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:208:78
[INFO] [stdout]   37:     0x584ff0574820 - tokio::coop::with_budget::{{closure}}::h437e538a771876c2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:106:9
[INFO] [stdout]   38:     0x584ff054e205 - std::thread::local::LocalKey<T>::try_with::h2d4719cff32503e7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   39:     0x584ff054d67e - std::thread::local::LocalKey<T>::with::h3779f596be031170
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   40:     0x584ff0560630 - tokio::coop::with_budget::h22c78eb8c7e76678
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:99:13
[INFO] [stdout]   41:     0x584ff0560630 - tokio::coop::budget::h54fb7682cce35c80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/coop.rs:76:5
[INFO] [stdout]   42:     0x584ff0560630 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::hdb9eb87c490dd34a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:208:39
[INFO] [stdout]   43:     0x584ff0562eda - tokio::runtime::basic_scheduler::enter::{{closure}}::h50f1fa66bc3d8bcd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:302:29
[INFO] [stdout]   44:     0x584ff057e065 - tokio::macros::scoped_tls::ScopedKey<T>::set::had4aa09c2b7a4b04
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   45:     0x584ff0562e76 - tokio::runtime::basic_scheduler::enter::hb1681e4488dbfff7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:302:13
[INFO] [stdout]   46:     0x584ff055fb33 - tokio::runtime::basic_scheduler::Inner<P>::block_on::hc883a327eb6604a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:197:9
[INFO] [stdout]   47:     0x584ff0561857 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h1a1c7b4d836a274d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:448:38
[INFO] [stdout]   48:     0x584ff0561a20 - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h12181eecac51c8f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/basic_scheduler.rs:157:30
[INFO] [stdout]   49:     0x584ff0570e2e - tokio::runtime::Runtime::block_on::hc4169ca20589b76a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/runtime/mod.rs:450:51
[INFO] [stdout]   50:     0x584ff055eef7 - tokio::task::local::LocalSet::block_on::h8f4937e7ff8478dc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.10.0/src/task/local.rs:466:12
[INFO] [stdout]   51:     0x584ff05644aa - actix_rt::runtime::Runtime::block_on::h873cd36a0cd3d62e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/runtime.rs:85:20
[INFO] [stdout]   52:     0x584ff057984a - actix_rt::system::SystemRunner::block_on::hd39a625245ac6ec8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.2.0/src/system.rs:186:17
[INFO] [stdout]   53:     0x584ff056deab - api::subscriptions::subscribe_return_a_400_when_fields_are_present_but_invalid::hda0384b21d88591c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:57:1
[INFO] [stdout]   54:     0x584ff056e717 - api::subscriptions::subscribe_return_a_400_when_fields_are_present_but_invalid::{{closure}}::h7089bcbae1c4d9b3
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:58:70
[INFO] [stdout]   55:     0x584ff0556af6 - core::ops::function::FnOnce::call_once::h12a8a2b2f4e36ec5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x584ff05a321b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x584ff05a321b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   58:     0x584ff05b727d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   59:     0x584ff05b727d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x584ff05b727d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x584ff05b727d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x584ff05b727d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x584ff05b727d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   64:     0x584ff05b727d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   65:     0x584ff05907c4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   66:     0x584ff05907c4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   67:     0x584ff059401a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   68:     0x584ff059401a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   69:     0x584ff059401a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   70:     0x584ff059401a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   71:     0x584ff059401a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x584ff059401a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   73:     0x584ff059401a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x584ff116f71f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   75:     0x584ff116f71f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   76:     0x79c34904aaa4 - <unknown>
[INFO] [stdout]   77:     0x79c3490d7a64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     health_check::health_check_works
[INFO] [stdout]     subscriptions::subscribe_return_a_400_when_fields_are_present_but_invalid
[INFO] [stdout]     subscriptions::subscribe_returns_a_400_when_data_is_missing
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test api`
[INFO] running `Command { std: "docker" "inspect" "f804c1fc7a02b4da90cb858c8d092b038589529e0d14a08162cf32be2057eeeb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f804c1fc7a02b4da90cb858c8d092b038589529e0d14a08162cf32be2057eeeb", kill_on_drop: false }`
[INFO] [stdout] f804c1fc7a02b4da90cb858c8d092b038589529e0d14a08162cf32be2057eeeb
