[INFO] cloning repository https://github.com/hylmithecoder/Axum_Tokio_Template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hylmithecoder/Axum_Tokio_Template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhylmithecoder%2FAxum_Tokio_Template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhylmithecoder%2FAxum_Tokio_Template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b5487e6c5461111f604a4e903e671c5a73311c2d
[INFO] testing hylmithecoder/Axum_Tokio_Template against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhylmithecoder%2FAxum_Tokio_Template" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hylmithecoder/Axum_Tokio_Template
[INFO] finished tweaking git repo https://github.com/hylmithecoder/Axum_Tokio_Template
[INFO] tweaked toml for git repo https://github.com/hylmithecoder/Axum_Tokio_Template written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hylmithecoder/Axum_Tokio_Template on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hylmithecoder/Axum_Tokio_Template already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.3.0
[INFO] [stderr]   Downloaded tokio-macros v2.7.1
[INFO] [stderr]   Downloaded syn v3.0.2
[INFO] [stderr]   Downloaded tokio v1.53.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf
[INFO] running `Command { std: "docker" "start" "8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling futures-core v0.3.33
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling futures-task v0.3.33
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]    Compiling futures-channel v0.3.33
[INFO] [stderr]    Compiling futures-util v0.3.33
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.10
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.2
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling http-body v1.1.0
[INFO] [stderr]    Compiling http-body-util v0.1.4
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling uuid v1.24.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling tokio v1.53.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling template_axum_tokio v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 57.66s
[INFO] running `Command { std: "docker" "inspect" "8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling template_axum_tokio v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 5.30s
[INFO] running `Command { std: "docker" "inspect" "8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/template_axum_tokio-2f49ca1f03e23bd4)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test config::tests::default_settings_are_valid ... ok
[INFO] [stdout] test config::tests::one_equals_one ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/template_axum_tokio-3d46bbd089e22c0b)
[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/integration_test.rs (/opt/rustwide/target/release/deps/integration_test-f366032586285ca3)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test list_users_returns_users ... ok
[INFO] [stdout] test readiness_returns_json ... FAILED
[INFO] [stdout] test create_user_success ... ok
[INFO] [stdout] test create_user_rejects_empty_name ... ok
[INFO] [stdout] test health_check_returns_ok ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- readiness_returns_json stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'readiness_returns_json' (1458) panicked at tests/integration_test.rs:54:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 404
[INFO] [stdout]  right: 200
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e19f4489c01 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5e19f449f64a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5e19f448e80c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5e19f4467b76 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5e19f4481a49 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5e19f4392510 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5e19f4481d72 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5e19f4467c22 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5e19f445f0f9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5e19f446891d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5e19f449fdac - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5e19f449fcc3 - core[832e9a552fc17241]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x5e19f437e3ce - core[832e9a552fc17241]::panicking::assert_failed::<http[58c19c72dcd3d6e8]::status::StatusCode, http[58c19c72dcd3d6e8]::status::StatusCode>
[INFO] [stdout]   13:     0x5e19f438342e - integration_test[ff2c11dbdbe049bb]::readiness_returns_json::{closure#0}
[INFO] [stdout]   14:     0x5e19f43778a3 - <tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::Context>::enter::<core[832e9a552fc17241]::task::poll::Poll<()>, <tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   15:     0x5e19f437537c - <tokio[61a7b69d0feca347]::runtime::context::scoped::Scoped<tokio[61a7b69d0feca347]::runtime::scheduler::Context>>::set::<<tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}, core[832e9a552fc17241]::option::Option<()>>::{closure#0}, (alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>)>
[INFO] [stdout]   16:     0x5e19f4377a47 - <tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   17:     0x5e19f437c33d - tokio[61a7b69d0feca347]::runtime::context::runtime::enter_runtime::<<tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   18:     0x5e19f4375255 - <tokio[61a7b69d0feca347]::runtime::runtime::Runtime>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>
[INFO] [stdout]   19:     0x5e19f43852ce - <integration_test[ff2c11dbdbe049bb]::readiness_returns_json::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5e19f438584b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   21:     0x5e19f4392e95 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   22:     0x5e19f438d944 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x5e19f4395fe2 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   24:     0x5e19f448944f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7c2b4f76107a - <unknown>
[INFO] [stdout]   26:     0x7c2b4f7f4534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- health_check_returns_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'health_check_returns_ok' (1456) panicked at tests/integration_test.rs:34:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 404
[INFO] [stdout]  right: 200
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e19f4489c01 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5e19f449f64a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5e19f448e80c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5e19f4467b76 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5e19f4481a49 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5e19f4392510 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5e19f4481d72 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5e19f4467c22 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5e19f445f0f9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5e19f446891d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x5e19f449fdac - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5e19f449fcc3 - core[832e9a552fc17241]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x5e19f437e3ce - core[832e9a552fc17241]::panicking::assert_failed::<http[58c19c72dcd3d6e8]::status::StatusCode, http[58c19c72dcd3d6e8]::status::StatusCode>
[INFO] [stdout]   13:     0x5e19f438393d - integration_test[ff2c11dbdbe049bb]::health_check_returns_ok::{closure#0}
[INFO] [stdout]   14:     0x5e19f43778a3 - <tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::Context>::enter::<core[832e9a552fc17241]::task::poll::Poll<()>, <tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   15:     0x5e19f437537c - <tokio[61a7b69d0feca347]::runtime::context::scoped::Scoped<tokio[61a7b69d0feca347]::runtime::scheduler::Context>>::set::<<tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>::{closure#0}, core[832e9a552fc17241]::option::Option<()>>::{closure#0}, (alloc[3ecab9f82c41dc7d]::boxed::Box<tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::Core>, core[832e9a552fc17241]::option::Option<()>)>
[INFO] [stdout]   16:     0x5e19f4377a47 - <tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   17:     0x5e19f437c33d - tokio[61a7b69d0feca347]::runtime::context::runtime::enter_runtime::<<tokio[61a7b69d0feca347]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   18:     0x5e19f4375255 - <tokio[61a7b69d0feca347]::runtime::runtime::Runtime>::block_on::<core[832e9a552fc17241]::pin::Pin<&mut dyn core[832e9a552fc17241]::future::future::Future<Output = ()>>>
[INFO] [stdout]   19:     0x5e19f438543e - <integration_test[ff2c11dbdbe049bb]::health_check_returns_ok::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   20:     0x5e19f438584b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   21:     0x5e19f4392e95 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   22:     0x5e19f438d944 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   23:     0x5e19f4395fe2 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   24:     0x5e19f448944f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   25:     0x7c2b4f76107a - <unknown>
[INFO] [stdout]   26:     0x7c2b4f7f4534 - clone
[INFO] [stdout]   27:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     health_check_returns_ok
[INFO] [stdout]     readiness_returns_json
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration_test`
[INFO] running `Command { std: "docker" "inspect" "8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf", kill_on_drop: false }`
[INFO] [stdout] 8b8824c6c2c1cd8e9cc450cd78d838d2d4267f41eef6e6927608238d1ef705bf
