[INFO] cloning repository https://github.com/bugfreeish/HMCTS_App_Backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bugfreeish/HMCTS_App_Backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugfreeish%2FHMCTS_App_Backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugfreeish%2FHMCTS_App_Backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6810882be1505e753140d549ddc3c06a93e10ee5
[INFO] testing bugfreeish/HMCTS_App_Backend against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugfreeish%2FHMCTS_App_Backend" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bugfreeish/HMCTS_App_Backend
[INFO] finished tweaking git repo https://github.com/bugfreeish/HMCTS_App_Backend
[INFO] tweaked toml for git repo https://github.com/bugfreeish/HMCTS_App_Backend written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bugfreeish/HMCTS_App_Backend on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bugfreeish/HMCTS_App_Backend 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded redox_syscall v0.8.0
[INFO] [stderr]   Downloaded log v0.4.30
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.49
[INFO] [stderr]   Downloaded http v1.4.1
[INFO] [stderr]   Downloaded hyper v1.10.0
[INFO] [stderr]   Downloaded zerocopy v0.8.49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9
[INFO] running `Command { std: "docker" "start" "73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9", 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" "73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9", 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" "73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling hyper v1.10.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling HMCTS_app_back_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
[INFO] running `Command { std: "docker" "inspect" "73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9", 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" "73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling HMCTS_app_back_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.77s
[INFO] running `Command { std: "docker" "inspect" "73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9", 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" "73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/HMCTS_app_back_rust-65b50f9ba967763d)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test controllers::task_controllers::tests::edit_task_updates_status_to_in_progress ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::delete_task_removes_task ... FAILED
[INFO] [stdout] test models::task::tests::new_task_description_is_none_when_omitted ... ok
[INFO] [stdout] test models::task::tests::new_task_due_date_is_none_when_omitted ... ok
[INFO] [stdout] test models::task::tests::new_task_empty_title ... ok
[INFO] [stdout] test models::task::tests::new_task_generates_id ... ok
[INFO] [stdout] test models::task::tests::new_task_has_pending_status ... ok
[INFO] [stdout] test controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status ... FAILED
[INFO] [stdout] test models::task::tests::new_task_sets_created_at ... ok
[INFO] [stdout] test models::task::tests::new_task_sets_description ... ok
[INFO] [stdout] test models::task::tests::new_task_sets_due_date ... ok
[INFO] [stdout] test models::task::tests::new_task_sets_title ... ok
[INFO] [stdout] test models::task::tests::new_task_sets_updated_at ... ok
[INFO] [stdout] test models::task::tests::tasks_with_same_data_are_equal ... ok
[INFO] [stdout] test controllers::task_controllers::tests::edit_task_returns_not_found ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::edit_task_updates_all_fields ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::create_task_returns_created ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::delete_task_returns_not_found ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::get_task_returns_created_task ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::edit_task_updates_status_to_pending ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::create_task_with_all_fields ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::edit_task_updates_description ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::edit_task_updates_title ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::edit_task_updates_status_to_completed ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::get_task_returns_correct_fields ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::get_task_returns_none_for_unknown_id ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::list_tasks_returns_created_tasks ... FAILED
[INFO] [stdout] test controllers::task_controllers::tests::list_tasks_returns_empty_initially ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::edit_task_updates_status_to_in_progress stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::edit_task_updates_status_to_in_progress' (1557) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c6b03 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede1171dd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11761d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede08967d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede0874bb - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede0874bb - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede0874bb - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede04be90 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede0777bd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06cfe4 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10c57b - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108ee9 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08dd72 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede08a0be - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede10728d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05d330 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede062766 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede066490 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d4b73 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047e53 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fafb1 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0ff89c - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f3be1 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb51e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0bacd6 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d027a - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::edit_task_updates_status_to_in_progress::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e98f7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:332:5
[INFO] [stdout]   51:     0x574ede0de067 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:332:18
[INFO] [stdout]   52:     0x574ede0a75a6 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_in_progress::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::delete_task_removes_task stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::delete_task_removes_task' (1550) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0bd643 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede116e5d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11729d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede0892fd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede085dfb - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede085dfb - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede085dfb - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede0492d0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede06df7d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06ce24 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10b31b - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108b69 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08cbf2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089b7e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede106f0d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede059970 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede062066 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede063630 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d3753 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede0474b3 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fa0d1 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0fd3dc - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f2601 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bae1e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0ba876 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0cffda - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::delete_task_removes_task::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e8bd7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:364:5
[INFO] [stdout]   51:     0x574ede0dddc7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:364:18
[INFO] [stdout]   52:     0x574ede0a7226 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_removes_task::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status' (1552) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c75a3 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede11721d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11765d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede0896bd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede08765b - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede08765b - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede08765b - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede04c1b0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede07829d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06d004 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10c6cb - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108f29 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08deb2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede08a11e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede1072cd - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05d750 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede0627e6 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede0667e0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d4ce3 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047f03 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fb0c1 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0ffb3c - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f3d71 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb59e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0bad26 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d02aa - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::edit_task_returns_bad_request_for_invalid_status::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e99e7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:308:5
[INFO] [stdout]   51:     0x574ede0de097 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:308:18
[INFO] [stdout]   52:     0x574ede0a75e6 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::edit_task_returns_not_found stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::edit_task_returns_not_found' (1553) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0bf623 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede116f1d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11735d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede0893bd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede0862db - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede0862db - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede0862db - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede049c30 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede07001d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06ce84 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10b70b - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108c29 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08cfb2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089c9e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede106fcd - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05a5d0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede0621e6 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede064020 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d3ba3 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede0476c3 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fa401 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0fdbbc - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f2ab1 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0baf9e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0ba966 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d006a - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::edit_task_returns_not_found::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e8ea7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:297:5
[INFO] [stdout]   51:     0x574ede0dde57 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:297:18
[INFO] [stdout]   52:     0x574ede0a72e6 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_returns_not_found::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::edit_task_updates_all_fields stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::edit_task_updates_all_fields' (1554) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c00c3 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede116f5d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11739d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede0893fd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede08647b - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede08647b - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede08647b - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede049f50 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede070afd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06cea4 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10b85b - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108c69 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08d0f2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089cfe - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede10700d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05a9f0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede062266 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede064370 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d3d13 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047773 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fa511 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0fde5c - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f2c41 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb01e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0ba9b6 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d009a - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::edit_task_updates_all_fields::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e8f97 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:405:5
[INFO] [stdout]   51:     0x574ede0dde87 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:405:18
[INFO] [stdout]   52:     0x574ede0a7326 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_all_fields::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::create_task_returns_created stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::create_task_returns_created' (1548) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0be0e3 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede116e9d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede1172dd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede08933d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede085f9b - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede085f9b - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede085f9b - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede0495f0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede06ea5d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06ce44 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10b46b - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108ba9 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08cd32 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089bde - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede106f4d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede059d90 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede0620e6 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede063980 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d38c3 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047563 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fa1e1 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0fd67c - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f2791 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bae9e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0ba8c6 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d000a - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::create_task_returns_created::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e8cc7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:204:5
[INFO] [stdout]   51:     0x574ede0dddf7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:204:18
[INFO] [stdout]   52:     0x574ede0a7266 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_returns_created::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::delete_task_returns_not_found stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::delete_task_returns_not_found' (1551) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c0b63 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede116f9d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede1173dd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede08943d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede08661b - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede08661b - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede08661b - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede04a270 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede0715dd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06cec4 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10b9ab - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108ca9 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08d232 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089d5e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede10704d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05ae10 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede0622e6 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede0646c0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d3e83 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047823 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fa621 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0fe0fc - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f2dd1 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb09e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0baa06 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d00ca - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::delete_task_returns_not_found::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e9087 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:354:5
[INFO] [stdout]   51:     0x574ede0ddeb7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:354:18
[INFO] [stdout]   52:     0x574ede0a7366 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::delete_task_returns_not_found::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::get_task_returns_created_task stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::get_task_returns_created_task' (1561) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c20a3 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede11701d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11745d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede0894bd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede08695b - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede08695b - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede08695b - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede04a8b0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede072b9d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06cf04 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10bc4b - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108d29 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08d4b2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089e1e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede1070cd - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05b650 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede0623e6 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede064d60 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d4163 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047983 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fa841 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0fe63c - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f30f1 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb19e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0baaa6 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d012a - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::get_task_returns_created_task::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e9267 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:262:5
[INFO] [stdout]   51:     0x574ede0ddf17 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:262:18
[INFO] [stdout]   52:     0x574ede0a73e6 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_created_task::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::edit_task_updates_status_to_pending stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::edit_task_updates_status_to_pending' (1558) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c4b23 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede11711d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11755d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede0895bd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede086fdb - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede086fdb - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede086fdb - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede04b530 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede07571d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06cf84 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10c18b - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108e29 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08d9b2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089f9e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede1071cd - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05c6d0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede0625e6 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede065aa0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d4723 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047c43 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fac81 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0ff0bc - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f3731 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb39e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0babe6 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d01ea - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::edit_task_updates_status_to_pending::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e9627 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:321:5
[INFO] [stdout]   51:     0x574ede0ddfd7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:321:18
[INFO] [stdout]   52:     0x574ede0a74e6 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_pending::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::create_task_with_all_fields stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::create_task_with_all_fields' (1549) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0beb83 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede116edd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11731d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede08937d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede08613b - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede08613b - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede08613b - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede049910 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede06f53d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06ce64 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10b5bb - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108be9 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08ce72 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089c3e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede106f8d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05a1b0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede062166 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede063cd0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d3a33 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047613 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fa2f1 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0fd91c - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f2921 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0baf1e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0ba916 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d003a - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::create_task_with_all_fields::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e8db7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:217:5
[INFO] [stdout]   51:     0x574ede0dde27 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:217:18
[INFO] [stdout]   52:     0x574ede0a72a6 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::create_task_with_all_fields::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::edit_task_updates_description stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::edit_task_updates_description' (1555) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c1603 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede116fdd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11741d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede08947d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede0867bb - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede0867bb - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede0867bb - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede04a590 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede0720bd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06cee4 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10bafb - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108ce9 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08d372 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089dbe - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede10708d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05b230 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede062366 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede064a10 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d3ff3 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede0478d3 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fa731 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0fe39c - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f2f61 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb11e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0baa56 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d00fa - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::edit_task_updates_description::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e9177 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:392:5
[INFO] [stdout]   51:     0x574ede0ddee7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:392:18
[INFO] [stdout]   52:     0x574ede0a73a6 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_description::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::edit_task_updates_title stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::edit_task_updates_title' (1559) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0bcba3 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede116e1d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11725d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede0892bd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede085c5b - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede085c5b - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede085c5b - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede048fb0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede06d49d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06ce04 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10b1cb - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108b29 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08cab2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089b1e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede106ecd - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede059550 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede061fe6 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede0632e0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d35e3 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047403 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0f9fc1 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0fd13c - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f2471 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bad9e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0ba826 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0cffaa - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::edit_task_updates_title::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e8ae7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:378:5
[INFO] [stdout]   51:     0x574ede0ddd97 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:378:18
[INFO] [stdout]   52:     0x574ede0a71e6 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_title::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::edit_task_updates_status_to_completed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::edit_task_updates_status_to_completed' (1556) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c6063 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede11719d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede1175dd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede08963d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede08731b - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede08731b - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede08731b - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede04bb70 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede076cdd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06cfc4 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10c42b - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108ea9 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08dc32 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede08a05e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede10724d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05cf10 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede0626e6 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede066140 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d4a03 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047da3 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0faea1 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0ff5fc - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f3a51 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb49e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0bac86 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d024a - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::edit_task_updates_status_to_completed::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e9807 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:343:5
[INFO] [stdout]   51:     0x574ede0de037 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:343:18
[INFO] [stdout]   52:     0x574ede0a7566 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::edit_task_updates_status_to_completed::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::get_task_returns_correct_fields stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::get_task_returns_correct_fields' (1560) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c2b43 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede11705d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11749d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede0894fd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede086afb - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede086afb - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede086afb - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede04abd0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede07367d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06cf24 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10bd9b - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108d69 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08d5f2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089e7e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede10710d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05ba70 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede062466 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede0650b0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d42d3 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047a33 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fa951 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0fe8dc - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f3281 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb21e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0baaf6 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d015a - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::get_task_returns_correct_fields::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e9357 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:278:5
[INFO] [stdout]   51:     0x574ede0ddf47 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:278:18
[INFO] [stdout]   52:     0x574ede0a7426 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_correct_fields::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::get_task_returns_none_for_unknown_id stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::get_task_returns_none_for_unknown_id' (1562) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c55c3 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede11715d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11759d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede0895fd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede08717b - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede08717b - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede08717b - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede04b850 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede0761fd - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06cfa4 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10c2db - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108e69 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08daf2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089ffe - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede10720d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05caf0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede062666 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede065df0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d4893 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047cf3 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fad91 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0ff35c - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f38c1 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb41e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0bac36 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d021a - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::get_task_returns_none_for_unknown_id::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e9717 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:252:5
[INFO] [stdout]   51:     0x574ede0de007 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:252:18
[INFO] [stdout]   52:     0x574ede0a7526 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::get_task_returns_none_for_unknown_id::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::list_tasks_returns_created_tasks stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::list_tasks_returns_created_tasks' (1563) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c35e3 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede11709d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede1174dd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede08953d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede086c9b - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede086c9b - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede086c9b - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede04aef0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede07415d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06cf44 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10beeb - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108da9 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08d732 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089ede - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede10714d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05be90 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede0624e6 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede065400 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d4443 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047ae3 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stderr] error: test failed, to rerun pass `--bin HMCTS_app_back_rust`
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0faa61 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0feb7c - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f3411 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb29e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0bab46 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d018a - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::list_tasks_returns_created_tasks::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e9447 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:239:5
[INFO] [stdout]   51:     0x574ede0ddf77 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:239:18
[INFO] [stdout]   52:     0x574ede0a7466 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_created_tasks::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- controllers::task_controllers::tests::list_tasks_returns_empty_initially stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'controllers::task_controllers::tests::list_tasks_returns_empty_initially' (1564) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574ede4bb198 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574ede4bb198 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574ede4bb198 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574ede4d1ffa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574ede4d1ffa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x574ede4bffe2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x574ede4bffe2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x574ede499196 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574ede499196 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574ede4b3099 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574ede132b8c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x574ede132b8c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x574ede4b3312 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x574ede4b3312 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574ede499252 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574ede48e199 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574ede49a1cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574ede4d27bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574ede4d2532 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x574ede1db19b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x574ede1b2a82 - sqlx_postgres[8d67cef4079caf12]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x574ede1b7ffe - <sqlx_postgres[8d67cef4079caf12]::database::Postgres as sqlx_core[732f63c22f1d5ed2]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x574ede116ddf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[732f63c22f1d5ed2]::testing::TestContext<sqlx_postgres[8d67cef4079caf12]::database::Postgres>, sqlx_core[732f63c22f1d5ed2]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x574ede0c4083 - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x574ede1170dd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x574ede11751d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x574ede08957d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   28:     0x574ede086e3b - tokio[55a76f7988016f10]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x574ede086e3b - tokio[55a76f7988016f10]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x574ede086e3b - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   31:     0x574ede04b210 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   32:     0x574ede074c3d - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   33:     0x574ede06cf64 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   34:     0x574ede10c03b - <tokio[55a76f7988016f10]::runtime::context::scoped::Scoped<tokio[55a76f7988016f10]::runtime::scheduler::Context>>::set::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x574ede108de9 - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   36:     0x574ede08d872 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::try_with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x574ede089f3e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[55a76f7988016f10]::runtime::context::Context>>::with::<tokio[55a76f7988016f10]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x574ede10718d - tokio[55a76f7988016f10]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   39:     0x574ede05c2b0 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   40:     0x574ede062566 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   41:     0x574ede065750 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   42:     0x574ede0d45b3 - tokio[55a76f7988016f10]::runtime::context::runtime::enter_runtime::<<tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x574ede047b93 - <tokio[55a76f7988016f10]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   44:     0x574ede0fab71 - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   45:     0x574ede0fee1c - <tokio[55a76f7988016f10]::runtime::runtime::Runtime>::block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:343:18
[INFO] [stdout]   46:     0x574ede0f35a1 - sqlx_core[732f63c22f1d5ed2]::rt::test_block_on::<sqlx_core[732f63c22f1d5ed2]::testing::run_test<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x574ede0bb31e - sqlx_core[732f63c22f1d5ed2]::testing::run_test::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}, sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x574ede0bab96 - sqlx_core[732f63c22f1d5ed2]::testing::run_test_with_pool::<sqlx_postgres[8d67cef4079caf12]::database::Postgres, fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}, HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x574ede0d01ba - <fn(sqlx_core[732f63c22f1d5ed2]::pool::Pool<sqlx_postgres[8d67cef4079caf12]::database::Postgres>) -> HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::list_tasks_returns_empty_initially::{closure#0} as sqlx_core[732f63c22f1d5ed2]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x574ede0e9537 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:230:5
[INFO] [stdout]   51:     0x574ede0ddfa7 - HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/controllers/task_controllers.rs:230:18
[INFO] [stdout]   52:     0x574ede0a74a6 - <HMCTS_app_back_rust[c3a1937b3a1fc2d8]::controllers::task_controllers::tests::list_tasks_returns_empty_initially::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x574ede125c6b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x574ede125c6b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x574ede1334e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x574ede1334e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x574ede1334e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x574ede1334e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x574ede1334e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x574ede12cdf4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x574ede12cdf4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x574ede136562 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x574ede136562 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x574ede136562 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x574ede136562 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x574ede136562 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x574ede4ba8ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x574ede4ba8ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x7277b7c88aa4 - <unknown>
[INFO] [stdout]   74:     0x7277b7d15a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     controllers::task_controllers::tests::create_task_returns_created
[INFO] [stdout]     controllers::task_controllers::tests::create_task_with_all_fields
[INFO] [stdout]     controllers::task_controllers::tests::delete_task_removes_task
[INFO] [stdout]     controllers::task_controllers::tests::delete_task_returns_not_found
[INFO] [stdout]     controllers::task_controllers::tests::edit_task_returns_bad_request_for_invalid_status
[INFO] [stdout]     controllers::task_controllers::tests::edit_task_returns_not_found
[INFO] [stdout]     controllers::task_controllers::tests::edit_task_updates_all_fields
[INFO] [stdout]     controllers::task_controllers::tests::edit_task_updates_description
[INFO] [stdout]     controllers::task_controllers::tests::edit_task_updates_status_to_completed
[INFO] [stdout]     controllers::task_controllers::tests::edit_task_updates_status_to_in_progress
[INFO] [stdout]     controllers::task_controllers::tests::edit_task_updates_status_to_pending
[INFO] [stdout]     controllers::task_controllers::tests::edit_task_updates_title
[INFO] [stdout]     controllers::task_controllers::tests::get_task_returns_correct_fields
[INFO] [stdout]     controllers::task_controllers::tests::get_task_returns_created_task
[INFO] [stdout]     controllers::task_controllers::tests::get_task_returns_none_for_unknown_id
[INFO] [stdout]     controllers::task_controllers::tests::list_tasks_returns_created_tasks
[INFO] [stdout]     controllers::task_controllers::tests::list_tasks_returns_empty_initially
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 11 passed; 17 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9", kill_on_drop: false }`
[INFO] [stdout] 73fce6cea436c93e2754c9d32c3249ceeb9d51c89f96ba2ca23295ec82a468c9
