[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 master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffutakimu%2Fzero2prod" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/futakimu/zero2prod on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded deadpool v0.7.0
[INFO] [stderr]   Downloaded fastrand v1.5.0
[INFO] [stderr]   Downloaded bitflags v1.3.1
[INFO] [stderr]   Downloaded config v0.10.1
[INFO] [stderr]   Downloaded wiremock v0.5.6
[INFO] [stderr]   Downloaded quickcheck v0.9.2
[INFO] [stderr]   Downloaded quickcheck_macros v0.9.1
[INFO] [stderr]   Downloaded tracing-actix-web v0.4.0-beta.9
[INFO] [stderr]   Downloaded serde-aux v1.1.0
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.75
[INFO] [stderr]   Downloaded sqlx-rt v0.5.5
[INFO] [stderr]   Downloaded jobserver v0.1.23
[INFO] [stderr]   Downloaded fake v2.3.0
[INFO] [stderr]   Downloaded js-sys v0.3.52
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.75
[INFO] [stderr]   Downloaded actix-web v4.0.0-beta.8
[INFO] [stderr]   Downloaded sqlx v0.5.5
[INFO] [stderr]   Downloaded libc v0.2.99
[INFO] [stderr]   Downloaded actix-http v3.0.0-beta.8
[INFO] [stderr]   Downloaded web-sys v0.3.52
[INFO] [stderr]   Downloaded tracing-subscriber v0.2.19
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.25
[INFO] [stderr]   Downloaded sqlx-macros v0.5.5
[INFO] [stderr]   Downloaded claim v0.5.0
[INFO] [stderr]   Downloaded actix-codec v0.4.0
[INFO] [stderr]   Downloaded whoami v1.1.2
[INFO] [stderr]   Downloaded actix-tls v3.0.0-beta.5
[INFO] [stderr]   Downloaded actix-macros v0.2.1
[INFO] [stderr]   Downloaded actix-service v2.0.0
[INFO] [stderr]   Downloaded local-waker v0.1.1
[INFO] [stderr]   Downloaded tracing-bunyan-formatter v0.1.7
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.75
[INFO] [stderr]   Downloaded validator_types v0.14.0
[INFO] [stderr]   Downloaded validator v0.14.0
[INFO] [stderr]   Downloaded zstd-sys v1.5.0+zstd.1.4.9
[INFO] [stderr]   Downloaded zstd v0.7.0+zstd.1.4.9
[INFO] [stderr]   Downloaded actix-rt v2.2.0
[INFO] [stderr]   Downloaded actix-server v2.0.0-beta.5
[INFO] [stderr]   Downloaded zstd-safe v3.1.0+zstd.1.4.9
[INFO] [stderr]   Downloaded sqlx-core v0.5.5
[INFO] [stderr]   Downloaded actix-web-codegen v0.5.0-beta.3
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.75
[INFO] [stderr]   Downloaded serde v1.0.127
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.75
[INFO] [stderr]   Downloaded serde_derive v1.0.127
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 47a486d5fc1bac6e02de8355f829683fcd672e545b85508061737ae8a7228f47
[INFO] running `Command { std: "docker" "start" "-a" "47a486d5fc1bac6e02de8355f829683fcd672e545b85508061737ae8a7228f47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "47a486d5fc1bac6e02de8355f829683fcd672e545b85508061737ae8a7228f47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47a486d5fc1bac6e02de8355f829683fcd672e545b85508061737ae8a7228f47", kill_on_drop: false }`
[INFO] [stdout] 47a486d5fc1bac6e02de8355f829683fcd672e545b85508061737ae8a7228f47
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c2d7bf99bf23d2561a0214240e8ccf7e90cc6be0fa60856d5581969c37e9ab8e
[INFO] running `Command { std: "docker" "start" "-a" "c2d7bf99bf23d2561a0214240e8ccf7e90cc6be0fa60856d5581969c37e9ab8e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.99
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling serde_derive v1.0.127
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling syn v1.0.74
[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-util v0.3.16
[INFO] [stderr]    Compiling futures-io v0.3.16
[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 num-traits v0.2.14
[INFO] [stderr]    Compiling unicode-bidi v0.3.5
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling local-waker v0.1.1
[INFO] [stderr]    Compiling const_fn v0.4.8
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling nom v6.1.2
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling paste v1.0.5
[INFO] [stderr]    Compiling zstd-safe v3.1.0+zstd.1.4.9
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling actix-utils v3.0.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.2
[INFO] [stderr]    Compiling whoami v1.1.2
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling bytestring v1.0.0
[INFO] [stderr]    Compiling cookie v0.15.1
[INFO] [stderr]    Compiling crypto-mac v0.10.1
[INFO] [stderr]    Compiling bitvec v0.19.5
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling jobserver v0.1.23
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling cc v1.0.69
[INFO] [stderr]    Compiling parking_lot_core v0.8.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling actix-service v2.0.0
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.1
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling hashlink v0.7.0
[INFO] [stderr]    Compiling flate2 v1.0.20
[INFO] [stderr]    Compiling atoi v0.4.0
[INFO] [stderr]    Compiling dirs v3.0.2
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling sha2 v0.9.5
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling http-body v0.4.3
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling language-tags v0.3.2
[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 heck v0.3.3
[INFO] [stderr]    Compiling matchers v0.0.1
[INFO] [stderr]    Compiling gethostname v0.2.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling zstd-sys v1.5.0+zstd.1.4.9
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling sqlformat v0.1.6
[INFO] [stderr]    Compiling validator_types v0.14.0
[INFO] [stderr]    Compiling brotli2 v0.3.2
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling webpki-roots v0.21.1
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.16
[INFO] [stderr]    Compiling tracing-attributes v0.1.15
[INFO] [stderr]    Compiling actix-macros v0.2.1
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling derive_more v0.99.16
[INFO] [stderr]    Compiling thiserror-impl v1.0.26
[INFO] [stderr]    Compiling actix-web-codegen v0.5.0-beta.3
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling thiserror v1.0.26
[INFO] [stderr]    Compiling pin-project v1.0.8
[INFO] [stderr]    Compiling actix-rt v2.2.0
[INFO] [stderr]    Compiling tracing v0.1.26
[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 tokio-stream v0.1.7
[INFO] [stderr]    Compiling h2 v0.3.3
[INFO] [stderr]    Compiling actix-codec v0.4.0
[INFO] [stderr]    Compiling futures-executor v0.3.16
[INFO] [stderr]    Compiling actix-tls v3.0.0-beta.5
[INFO] [stderr]    Compiling local-channel v0.1.2
[INFO] [stderr]    Compiling futures v0.3.16
[INFO] [stderr]    Compiling actix-server v2.0.0-beta.5
[INFO] [stderr]    Compiling tracing-futures v0.2.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 actix-router v0.2.7
[INFO] [stderr]    Compiling tracing-serde v0.1.2
[INFO] [stderr]    Compiling config v0.10.1
[INFO] [stderr]    Compiling hyper v0.14.11
[INFO] [stderr]    Compiling sqlx-core v0.5.5
[INFO] [stderr]    Compiling tracing-subscriber v0.2.19
[INFO] [stderr]    Compiling serde-aux v1.1.0
[INFO] [stderr]    Compiling validator v0.14.0
[INFO] [stderr]    Compiling zstd v0.7.0+zstd.1.4.9
[INFO] [stderr]    Compiling actix-http v3.0.0-beta.8
[INFO] [stderr]    Compiling tracing-bunyan-formatter v0.1.7
[INFO] [stderr]    Compiling actix-web v4.0.0-beta.8
[INFO] [stderr]    Compiling tracing-actix-web v0.4.0-beta.9
[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 zero2prod v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 31s
[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 3`
[INFO] running `Command { std: "docker" "inspect" "c2d7bf99bf23d2561a0214240e8ccf7e90cc6be0fa60856d5581969c37e9ab8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2d7bf99bf23d2561a0214240e8ccf7e90cc6be0fa60856d5581969c37e9ab8e", kill_on_drop: false }`
[INFO] [stdout] c2d7bf99bf23d2561a0214240e8ccf7e90cc6be0fa60856d5581969c37e9ab8e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f77739f39ebadb33a9e06bc13dc442ff4ff5d36770ee253f5604a8ce100a59c3
[INFO] running `Command { std: "docker" "start" "-a" "f77739f39ebadb33a9e06bc13dc442ff4ff5d36770ee253f5604a8ce100a59c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling anyhow v1.0.43
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]    Compiling fastrand v1.5.0
[INFO] [stderr]    Compiling serde_qs v0.8.4
[INFO] [stderr]    Compiling claim v0.5.0
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling infer v0.2.3
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling quickcheck_macros v0.9.1
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling fake v2.3.0
[INFO] [stderr]    Compiling quickcheck v0.9.2
[INFO] [stderr]    Compiling deadpool v0.7.0
[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)]` 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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 30.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 3`
[INFO] running `Command { std: "docker" "inspect" "f77739f39ebadb33a9e06bc13dc442ff4ff5d36770ee253f5604a8ce100a59c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f77739f39ebadb33a9e06bc13dc442ff4ff5d36770ee253f5604a8ce100a59c3", kill_on_drop: false }`
[INFO] [stdout] f77739f39ebadb33a9e06bc13dc442ff4ff5d36770ee253f5604a8ce100a59c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 105f8b9627077aca8d4f4da9a70bddc6afa1ca25810d13ca686fe70fb74d67e0
[INFO] running `Command { std: "docker" "start" "-a" "105f8b9627077aca8d4f4da9a70bddc6afa1ca25810d13ca686fe70fb74d67e0", 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)]` 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)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `zero2prod` (test "api") generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[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 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zero2prod-966b29e3c3c7eb03)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test domain::subscriber_email::tests::empty_string_is_rejected ... 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::a_256_grapheme_long_name_is_valid ... ok
[INFO] [stdout] test domain::subscriber_name::tests::a_valid_name_is_parsed_successfully ... 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 domain::subscriber_email::tests::email_missing_at_symbol_is_rejected ... ok
[INFO] [stdout] test email_client::tests::send_email_fires_a_request_to_base_url ... ok
[INFO] [stdout] test email_client::tests::send_email_succeeds_if_the_server_returns_200 ... ok
[INFO] [stdout] test email_client::tests::send_email_fails_the_server_returns_500 ... ok
[INFO] [stdout] test email_client::tests::send_email_times_out_if_the_server_takes_too_long ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/zero2prod-212720e98b030f48)
[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-ab45befed66bb45c)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test subscriptions::subscribe_returns_a_400_when_data_is_missing ... FAILED
[INFO] [stdout] test subscriptions::subscribe_return_a_400_when_fields_are_present_but_invalid ... FAILED
[INFO] [stdout] test health_check::health_check_works ... 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' 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:     0x580da9d60782 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x580da9d60782 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x580da9d60782 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x580da9d60782 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x580da9d8bc33 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x580da9d8bc33 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x580da9d5cba3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x580da9d5cba3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x580da9d605d2 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x580da9d61dac - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x580da9d61c02 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x580da983cd24 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x580da983cd24 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x580da9d6288b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x580da9d6288b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x580da9d6255a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x580da9d60c89 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x580da9d621ed - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x580da9d89e40 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x580da9d8a1e6 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x580da97ba63f - core::result::Result<T,E>::expect::h6848c1488d5ce08a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x580da97ba63f - api::helpers::configure_database::{{closure}}::h305cf54f526db2f1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:70:10
[INFO] [stdout]   22:     0x580da97ba63f - api::helpers::spawn_app::{{closure}}::hce06b47071d403b9
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:49:49
[INFO] [stdout]   23:     0x580da97b3458 - api::subscriptions::subscribe_returns_a_400_when_data_is_missing::{{closure}}::h2f138390dfce67b4
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:34:27
[INFO] [stdout]   24:     0x580da97b3458 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::h03c67911488cd2a6
[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:     0x580da97b3458 - tokio::coop::with_budget::{{closure}}::h3c5ad1764886b8e3
[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:     0x580da97b3458 - std::thread::local::LocalKey<T>::try_with::hb706bfa6dacdbb48
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x580da97b3458 - std::thread::local::LocalKey<T>::with::hcbbcc643552b9ad6
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x580da9800ecf - tokio::coop::with_budget::ha56ebaa5fe4d23b4
[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:     0x580da9800ecf - tokio::coop::budget::h7f1497bdc18ddbfa
[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:     0x580da9800ecf - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h1a5f53c160e15686
[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:     0x580da9800ecf - tokio::macros::scoped_tls::ScopedKey<T>::set::h9bfe400b7b941344
[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:     0x580da97fe56e - tokio::task::local::LocalSet::with::h55778b5c6b25a17d
[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:     0x580da97fe56e - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h2a3e3059d05f3a29
[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:     0x580da97fe56e - tokio::task::local::LocalSet::run_until::{{closure}}::h69e1c08c1d26cd96
[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:     0x580da97fe56e - <core::pin::Pin<P> as core::future::future::Future>::poll::ha0324c066dcdbd20
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x580da9800b18 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h0a2feaf734471f62
[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:     0x580da9800b18 - tokio::coop::with_budget::{{closure}}::h7388750666e80e5b
[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:     0x580da9800b18 - std::thread::local::LocalKey<T>::try_with::hdc84ad4b4a6196f5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   39:     0x580da9800b18 - std::thread::local::LocalKey<T>::with::hb2f490220d3022cb
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   40:     0x580da9800b18 - tokio::coop::with_budget::h4dd4a60946d971fb
[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:     0x580da9800b18 - tokio::coop::budget::hfb8cd90ca5968cb2
[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:     0x580da9800b18 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::hc1405b338d03df94
[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:     0x580da9800b18 - tokio::runtime::basic_scheduler::enter::{{closure}}::h6db9e2598176b7e5
[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:     0x580da9800b18 - tokio::macros::scoped_tls::ScopedKey<T>::set::h0eae687a3a7e4d1a
[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:     0x580da97df14c - tokio::runtime::basic_scheduler::enter::he5891d5680ed9577
[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:     0x580da97df14c - tokio::runtime::basic_scheduler::Inner<P>::block_on::he8dd94f602eaf132
[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:     0x580da97df14c - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h56fd0e5292b73839
[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:     0x580da97df14c - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h9662dd7e30f3e32d
[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:     0x580da97e37de - tokio::runtime::Runtime::block_on::h04d2fa5c0a61c5b2
[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:     0x580da97e37de - tokio::task::local::LocalSet::block_on::h0a1ed7dd7b8786c6
[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:     0x580da97e37de - actix_rt::runtime::Runtime::block_on::h85302ff58b32eabe
[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:     0x580da97e37de - actix_rt::system::SystemRunner::block_on::h8a57126b04030ade
[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:     0x580da97e37de - api::subscriptions::subscribe_returns_a_400_when_data_is_missing::h5fbd57ea7a5aa7d1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:31:1
[INFO] [stdout]   54:     0x580da97e37de - api::subscriptions::subscribe_returns_a_400_when_data_is_missing::{{closure}}::h373af2ce765cc000
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:32:56
[INFO] [stdout]   55:     0x580da97e37de - core::ops::function::FnOnce::call_once::h26e9e9a0029c01c2
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x580da98424ab - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x580da98424ab - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   58:     0x580da984169e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   59:     0x580da984169e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   60:     0x580da984169e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   61:     0x580da984169e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   62:     0x580da984169e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x580da984169e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   64:     0x580da984169e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   65:     0x580da9805214 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   66:     0x580da9805214 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   67:     0x580da9808bea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   68:     0x580da9808bea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   69:     0x580da9808bea - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   70:     0x580da9808bea - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   71:     0x580da9808bea - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x580da9808bea - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   73:     0x580da9808bea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x580da9d65977 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   75:     0x580da9d65977 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   76:     0x580da9d65977 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   77:     0x7818c3554aa4 - <unknown>
[INFO] [stdout]   78:     0x7818c35e1a34 - clone
[INFO] [stdout]   79:                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' 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:     0x580da9d60782 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x580da9d60782 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x580da9d60782 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x580da9d60782 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x580da9d8bc33 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x580da9d8bc33 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x580da9d5cba3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x580da9d5cba3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x580da9d605d2 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x580da9d61dac - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x580da9d61c02 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x580da983cd24 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x580da983cd24 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x580da9d6288b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x580da9d6288b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x580da9d6255a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x580da9d60c89 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x580da9d621ed - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x580da9d89e40 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x580da9d8a1e6 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x580da97ba63f - core::result::Result<T,E>::expect::h6848c1488d5ce08a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x580da97ba63f - api::helpers::configure_database::{{closure}}::h305cf54f526db2f1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:70:10
[INFO] [stdout]   22:     0x580da97ba63f - api::helpers::spawn_app::{{closure}}::hce06b47071d403b9
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:49:49
[INFO] [stdout]   23:     0x580da97b2cb8 - api::subscriptions::subscribe_return_a_400_when_fields_are_present_but_invalid::{{closure}}::h8aeb21dd69e3c40a
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:60:27
[INFO] [stdout]   24:     0x580da97b2cb8 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::ha2b722be39703b76
[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:     0x580da97b2cb8 - tokio::coop::with_budget::{{closure}}::h38301f1889700799
[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:     0x580da97b2cb8 - std::thread::local::LocalKey<T>::try_with::h6082b31a5a549e45
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x580da97b2cb8 - std::thread::local::LocalKey<T>::with::ha8c14dc353212c71
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x580da98010ef - tokio::coop::with_budget::h24da0af1675ebd1e
[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:     0x580da98010ef - tokio::coop::budget::h97089375aa7f87a2
[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:     0x580da98010ef - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h667b081e4e549cb4
[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:     0x580da98010ef - tokio::macros::scoped_tls::ScopedKey<T>::set::hac46a76812c1e7d2
[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:     0x580da97fe67e - tokio::task::local::LocalSet::with::h3db09260b01558cd
[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:     0x580da97fe67e - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::he4be44448c07aeb7
[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:     0x580da97fe67e - tokio::task::local::LocalSet::run_until::{{closure}}::had00a3b73a4c3911
[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:     0x580da97fe67e - <core::pin::Pin<P> as core::future::future::Future>::poll::heed0c11070ed4485
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x580da9801ae8 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h13d5d8acd1ee1bf1
[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:     0x580da9801ae8 - tokio::coop::with_budget::{{closure}}::h7c55d68162dd2264
[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:     0x580da9801ae8 - std::thread::local::LocalKey<T>::try_with::h077b2dc19e3b1f22
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   39:     0x580da9801ae8 - std::thread::local::LocalKey<T>::with::hef64e0b2da593f26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   40:     0x580da9801ae8 - tokio::coop::with_budget::hd6d2c87a6b2c28fa
[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:     0x580da9801ae8 - tokio::coop::budget::h26c31425a9d55959
[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:     0x580da9801ae8 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::h59ddc8733e3d932b
[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:     0x580da9801ae8 - tokio::runtime::basic_scheduler::enter::{{closure}}::h23223909ea98cb68
[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:     0x580da9801ae8 - tokio::macros::scoped_tls::ScopedKey<T>::set::hfeb02b0187b6aa0a
[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:     0x580da97dec6c - tokio::runtime::basic_scheduler::enter::h6368ad1cfb37d82e
[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:     0x580da97dec6c - tokio::runtime::basic_scheduler::Inner<P>::block_on::hee4d6b7cc2201ba9
[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:     0x580da97dec6c - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::hed43a2fd049b0306
[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:     0x580da97dec6c - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h8104f4273ab9d573
[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:     0x580da97e3b3e - tokio::runtime::Runtime::block_on::h68852504850e7d67
[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:     0x580da97e3b3e - tokio::task::local::LocalSet::block_on::h9cd0d35328267399
[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:     0x580da97e3b3e - actix_rt::runtime::Runtime::block_on::heb4fa96a24100bc8
[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:     0x580da97e3b3e - actix_rt::system::SystemRunner::block_on::h69743c11476b67fa
[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:     0x580da97e3b3e - api::subscriptions::subscribe_return_a_400_when_fields_are_present_but_invalid::h56b28cf6a7d48d8b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:57:1
[INFO] [stdout]   54:     0x580da97e3b3e - api::subscriptions::subscribe_return_a_400_when_fields_are_present_but_invalid::{{closure}}::h134d2bd6c52e4760
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/subscriptions.rs:58:70
[INFO] [stdout]   55:     0x580da97e3b3e - core::ops::function::FnOnce::call_once::hf401f6af540fed40
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x580da98424ab - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x580da98424ab - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   58:     0x580da984169e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   59:     0x580da984169e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   60:     0x580da984169e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   61:     0x580da984169e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   62:     0x580da984169e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x580da984169e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   64:     0x580da984169e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   65:     0x580da9805214 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   66:     0x580da9805214 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   67:     0x580da9808bea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   68:     0x580da9808bea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   69:     0x580da9808bea - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   70:     0x580da9808bea - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   71:     0x580da9808bea - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x580da9808bea - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   73:     0x580da9808bea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x580da9d65977 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   75:     0x580da9d65977 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   76:     0x580da9d65977 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   77:     0x7818c3554aa4 - <unknown>
[INFO] [stdout]   78:     0x7818c35e1a34 - clone
[INFO] [stdout]   79:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- health_check::health_check_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'health_check::health_check_works' 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:     0x580da9d60782 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x580da9d60782 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x580da9d60782 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x580da9d60782 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x580da9d8bc33 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x580da9d8bc33 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x580da9d5cba3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x580da9d5cba3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x580da9d605d2 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x580da9d61dac - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x580da9d61c02 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x580da983cd24 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x580da983cd24 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x580da9d6288b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x580da9d6288b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x580da9d6255a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x580da9d60c89 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x580da9d621ed - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x580da9d89e40 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x580da9d8a1e6 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x580da97ba63f - core::result::Result<T,E>::expect::h6848c1488d5ce08a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x580da97ba63f - api::helpers::configure_database::{{closure}}::h305cf54f526db2f1
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:70:10
[INFO] [stdout]   22:     0x580da97ba63f - api::helpers::spawn_app::{{closure}}::hce06b47071d403b9
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/helpers.rs:49:49
[INFO] [stdout]   23:     0x580da97b2861 - api::health_check::health_check_works::{{closure}}::hc7310a19af1582ce
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/health_check.rs:6:27
[INFO] [stdout]   24:     0x580da97b2861 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::{{closure}}::h97fb8519654edcc5
[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:     0x580da97b2861 - tokio::coop::with_budget::{{closure}}::h51786366c9162282
[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:     0x580da97b2861 - std::thread::local::LocalKey<T>::try_with::ha2e654bac9ff0190
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x580da97b2861 - std::thread::local::LocalKey<T>::with::h00bdf298dd63bcd2
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x580da9800fdf - tokio::coop::with_budget::h7601b4e54db52c0a
[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:     0x580da9800fdf - tokio::coop::budget::hfac29d19d25d4ab8
[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:     0x580da9800fdf - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h2db738a108965d05
[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:     0x580da9800fdf - tokio::macros::scoped_tls::ScopedKey<T>::set::h9c87d2cf545cbe7e
[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:     0x580da97fe45e - tokio::task::local::LocalSet::with::h8ea16c7b62d723b8
[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:     0x580da97fe45e - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hf28a7c2bebda1c65
[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:     0x580da97fe45e - tokio::task::local::LocalSet::run_until::{{closure}}::h303808c56914fc02
[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:     0x580da97fe45e - <core::pin::Pin<P> as core::future::future::Future>::poll::h3eea6f1701b2eaab
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x580da9801278 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::h6b7d4af094422b76
[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:     0x580da9801278 - tokio::coop::with_budget::{{closure}}::hb7cf2677df494861
[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:     0x580da9801278 - std::thread::local::LocalKey<T>::try_with::h93fea02185c04493
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   39:     0x580da9801278 - std::thread::local::LocalKey<T>::with::h05828b16878b6a8b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   40:     0x580da9801278 - tokio::coop::with_budget::h1d182e1f16033813
[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:     0x580da9801278 - tokio::coop::budget::h5d6c84c74875532b
[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:     0x580da9801278 - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::hd92400cade914892
[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:     0x580da9801278 - tokio::runtime::basic_scheduler::enter::{{closure}}::h73d2fc512a946814
[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:     0x580da9801278 - tokio::macros::scoped_tls::ScopedKey<T>::set::hfc7d0a6573bf1f9e
[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:     0x580da97de78c - tokio::runtime::basic_scheduler::enter::h3b6d644de4315f05
[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:     0x580da97de78c - tokio::runtime::basic_scheduler::Inner<P>::block_on::ha936c1677365d906
[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:     0x580da97de78c - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h1f0a1dff5fdfc60d
[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:     0x580da97de78c - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::h27312d4974f72a69
[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:     0x580da97e398e - tokio::runtime::Runtime::block_on::h10e01104d756a8b9
[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:     0x580da97e398e - tokio::task::local::LocalSet::block_on::hd0621fc3db1ee584
[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:     0x580da97e398e - actix_rt::runtime::Runtime::block_on::hc4003db714fe6d4e
[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:     0x580da97e398e - actix_rt::system::SystemRunner::block_on::h65a7fd7b21a8826d
[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:     0x580da97e398e - api::health_check::health_check_works::h46738271468fa717
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/health_check.rs:3:1
[INFO] [stdout]   54:     0x580da97e398e - api::health_check::health_check_works::{{closure}}::h6887571ca1c2a333
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/api/health_check.rs:4:30
[INFO] [stdout]   55:     0x580da97e398e - core::ops::function::FnOnce::call_once::h66707cb788dfbc77
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x580da98424ab - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x580da98424ab - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   58:     0x580da984169e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   59:     0x580da984169e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   60:     0x580da984169e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   61:     0x580da984169e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   62:     0x580da984169e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x580da984169e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   64:     0x580da984169e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   65:     0x580da9805214 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   66:     0x580da9805214 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   67:     0x580da9808bea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   68:     0x580da9808bea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   69:     0x580da9808bea - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   70:     0x580da9808bea - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   71:     0x580da9808bea - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x580da9808bea - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   73:     0x580da9808bea - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x580da9d65977 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   75:     0x580da9d65977 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   76:     0x580da9d65977 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   77:     0x7818c3554aa4 - <unknown>
[INFO] [stdout]   78:     0x7818c35e1a34 - clone
[INFO] [stdout]   79:                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.27s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test api`
[INFO] running `Command { std: "docker" "inspect" "105f8b9627077aca8d4f4da9a70bddc6afa1ca25810d13ca686fe70fb74d67e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "105f8b9627077aca8d4f4da9a70bddc6afa1ca25810d13ca686fe70fb74d67e0", kill_on_drop: false }`
[INFO] [stdout] 105f8b9627077aca8d4f4da9a70bddc6afa1ca25810d13ca686fe70fb74d67e0
