[INFO] cloning repository https://github.com/KirillAlvares/test_ncot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KirillAlvares/test_ncot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKirillAlvares%2Ftest_ncot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKirillAlvares%2Ftest_ncot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 34a6db2830499697bf8dfe0e0ede787c6d7ccd0b
[INFO] testing KirillAlvares/test_ncot 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%2FKirillAlvares%2Ftest_ncot" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/KirillAlvares/test_ncot
[INFO] finished tweaking git repo https://github.com/KirillAlvares/test_ncot
[INFO] tweaked toml for git repo https://github.com/KirillAlvares/test_ncot written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KirillAlvares/test_ncot 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/KirillAlvares/test_ncot 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sha1 v0.11.0
[INFO] [stderr]   Downloaded crypto-common v0.2.1
[INFO] [stderr]   Downloaded digest v0.11.2
[INFO] [stderr]   Downloaded block-buffer v0.12.0
[INFO] [stderr]   Downloaded actix-http v3.12.1
[INFO] [stderr]   Downloaded hybrid-array v0.4.11
[INFO] [stderr]   Downloaded const-oid v0.10.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff
[INFO] running `Command { std: "docker" "start" "8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff", 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" "8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff" "/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" "8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff", 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" "8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling local-waker v0.1.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling bytestring v1.5.0
[INFO] [stderr]    Compiling actix-service v2.0.3
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling hybrid-array v0.4.11
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling impl-more v0.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling digest v0.11.2
[INFO] [stderr]    Compiling sha1 v0.11.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling actix-rt v2.11.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling actix-server v2.6.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling actix-http v3.12.1
[INFO] [stderr]    Compiling actix-web v4.13.0
[INFO] [stderr]    Compiling servis_api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.29s
[INFO] running `Command { std: "docker" "inspect" "8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff", 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" "8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff" "/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 servis_api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.17s
[INFO] running `Command { std: "docker" "inspect" "8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff", 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" "8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff" "/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.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/servis_api-7e0a9e07020b74b3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/servis_api-94a9c737e78bcba6)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/queue_api.rs (/opt/rustwide/target/debug/deps/queue_api-fbd3bbe162caaed1)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test failed_task_escalates_to_dead ... FAILED
[INFO] [stdout] test enqueue_creates_task_and_lists_it ... FAILED
[INFO] [stdout] test cancel_scheduled_task_sets_cancelled_state ... FAILED
[INFO] [stdout] test state_stats_returns_expected_shape ... FAILED
[INFO] [stdout] test manual_state_change_updates_task_state ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- failed_task_escalates_to_dead stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'failed_task_escalates_to_dead' (1732) panicked at src/state.rs:22:59:
[INFO] [stdout] Unable to write file: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x564cdc5cf248 - <<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:     0x564cdc5e5bea - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x564cdc5e5bea - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x564cdc5d3ce2 - 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:     0x564cdc5d3ce2 - <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:     0x564cdc5adb16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x564cdc5adb16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x564cdc5c7039 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x564cdbf5c0fc - <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:     0x564cdbf5c0fc - 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:     0x564cdc5c72b2 - <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:     0x564cdc5c72b2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x564cdc5adbd2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x564cdc5a2c59 - 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:     0x564cdc5ae8ed - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x564cdc5e645c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x564cdc5e61a2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x564cdc51228c - <core[8fb95b77d25ab6c8]::result::Result<(), std[10d71ac2c42b111e]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x564cdbfcf4f8 - servis_api[d45441841d0c1474]::state::write_to_file
[INFO] [stdout]                                at /opt/rustwide/workdir/src/state.rs:22:59
[INFO] [stdout]   22:     0x564cdbfcd5b4 - <servis_api[d45441841d0c1474]::to_do::structs::failed::Failed as servis_api[d45441841d0c1474]::to_do::traits::create::Create>::create
[INFO] [stdout]                                at /opt/rustwide/workdir/src/to_do/traits/create.rs:11:9
[INFO] [stdout]   23:     0x564cdbfd0427 - servis_api[d45441841d0c1474]::processes::process_failed
[INFO] [stdout]                                at /opt/rustwide/workdir/src/processes.rs:65:26
[INFO] [stdout]   24:     0x564cdbfd0042 - servis_api[d45441841d0c1474]::processes::process_input
[INFO] [stdout]                                at /opt/rustwide/workdir/src/processes.rs:101:36
[INFO] [stdout]   25:     0x564cdbfb3259 - servis_api[d45441841d0c1474]::queue_service::upsert_status
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queue_service.rs:487:5
[INFO] [stdout]   26:     0x564cdbfaeb36 - servis_api[d45441841d0c1474]::queue_service::handle_task_failure::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queue_service.rs:436:13
[INFO] [stdout]   27:     0x564cdbfad119 - servis_api[d45441841d0c1474]::queue_service::worker_loop::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queue_service.rs:323:80
[INFO] [stdout]   28:     0x564cdbfaaf02 - <servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/queue_service.rs:88:58
[INFO] [stdout]   29:     0x564cdc006c88 - <tokio[cc20fb66ededa494]::runtime::task::core::Core<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/core.rs:375:24
[INFO] [stdout]   30:     0x564cdc00952c - <tokio[cc20fb66ededa494]::loom::std::unsafe_cell::UnsafeCell<tokio[cc20fb66ededa494]::runtime::task::core::Stage<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::task::core::Core<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   31:     0x564cdc00952c - <tokio[cc20fb66ededa494]::runtime::task::core::Core<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/core.rs:364:30
[INFO] [stdout]   32:     0x564cdc00128e - tokio[cc20fb66ededa494]::runtime::task::harness::poll_future::<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/harness.rs:535:30
[INFO] [stdout]   33:     0x564cdbff1ec1 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[cc20fb66ededa494]::runtime::task::harness::poll_future<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>::{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]   34:     0x564cdc00043f - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[cc20fb66ededa494]::runtime::task::harness::poll_future<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35:     0x564cdbfc12bb - __rust_try
[INFO] [stdout]   36:     0x564cdbfbc283 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[cc20fb66ededa494]::runtime::task::harness::poll_future<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x564cdbfbc283 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[cc20fb66ededa494]::runtime::task::harness::poll_future<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x564cdbffffb0 - tokio[cc20fb66ededa494]::runtime::task::harness::poll_future::<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/harness.rs:523:18
[INFO] [stdout]   39:     0x564cdc002f19 - <tokio[cc20fb66ededa494]::runtime::task::harness::Harness<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/harness.rs:210:27
[INFO] [stdout]   40:     0x564cdc0031d7 - <tokio[cc20fb66ededa494]::runtime::task::harness::Harness<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/harness.rs:155:20
[INFO] [stdout]   41:     0x564cdbfeda4d - tokio[cc20fb66ededa494]::runtime::task::raw::poll::<<servis_api[d45441841d0c1474]::queue_service::BackgroundQueueService>::new::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/raw.rs:337:13
[INFO] [stdout]   42:     0x564cdc520cc7 - <tokio[cc20fb66ededa494]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/raw.rs:267:18
[INFO] [stdout]   43:     0x564cdc513682 - <tokio[cc20fb66ededa494]::runtime::task::LocalNotified<alloc[a7ee25936407c584]::sync::Arc<tokio[cc20fb66ededa494]::task::local::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/mod.rs:515:13
[INFO] [stdout]   44:     0x564cdc54618b - <tokio[cc20fb66ededa494]::task::local::LocalSet>::tick::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:769:65
[INFO] [stdout]   45:     0x564cdc54a387 - tokio[cc20fb66ededa494]::task::coop::with_budget::<(), <tokio[cc20fb66ededa494]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   46:     0x564cdc54a387 - tokio[cc20fb66ededa494]::task::coop::budget::<(), <tokio[cc20fb66ededa494]::task::local::LocalSet>::tick::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   47:     0x564cdc54a387 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::tick
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:769:31
[INFO] [stdout]   48:     0x564cdbf4c2e4 - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1076:29
[INFO] [stdout]   49:     0x564cdbf4a560 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:823:13
[INFO] [stdout]   50:     0x564cdbf17375 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::try_with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   51:     0x564cdbf1711e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   52:     0x564cdbf49426 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:821:17
[INFO] [stdout]   53:     0x564cdbf4ed56 - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1062:22
[INFO] [stdout]   54:     0x564cdbf4ab44 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until::<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:719:19
[INFO] [stdout]   55:     0x564cdbf3c1dd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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]   56:     0x564cdbf3c31d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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]   57:     0x564cdbf16d2d - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   58:     0x564cdbf15dcb - tokio[cc20fb66ededa494]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   59:     0x564cdbf15dcb - tokio[cc20fb66ededa494]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   60:     0x564cdbf15dcb - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   61:     0x564cdbf04020 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   62:     0x564cdbf0eaed - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   63:     0x564cdbf0e754 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   64:     0x564cdbf42f7b - <tokio[cc20fb66ededa494]::runtime::context::scoped::Scoped<tokio[cc20fb66ededa494]::runtime::scheduler::Context>>::set::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::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.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   65:     0x564cdbf44ca9 - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/runtime/context.rs:181:38
[INFO] [stdout]   66:     0x564cdbf18142 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::try_with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   67:     0x564cdbf177ae - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   68:     0x564cdbf4423d - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/runtime/context.rs:181:17
[INFO] [stdout]   69:     0x564cdbf08d40 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   70:     0x564cdbf0b4d7 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   71:     0x564cdbf0bbb6 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   72:     0x564cdbf3e9d5 - tokio[cc20fb66ededa494]::runtime::context::runtime::enter_runtime::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   73:     0x564cdbf03733 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   74:     0x564cdbf3c9ae - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   75:     0x564cdbf3d66c - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:343:18
[INFO] [stdout]   76:     0x564cdbf495a0 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::block_on::<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:676:12
[INFO] [stdout]   77:     0x564cdbf16fc5 - <actix_rt[21a3785c9796b96]::runtime::Runtime>::block_on::<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   78:     0x564cdbf43c19 - <actix_rt[21a3785c9796b96]::system::SystemRunner>::block_on::<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   79:     0x564cdbf2c676 - queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:139:1
[INFO] [stdout]   80:     0x564cdbf24c07 - queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:140:41
[INFO] [stdout]   81:     0x564cdbf2cc76 - <queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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]   82:     0x564cdbf4f1db - <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]   83:     0x564cdbf4f1db - 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]   84:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   85:     0x564cdbf5ca55 - <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]   86:     0x564cdbf5ca55 - 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]   87:     0x564cdbf5ca55 - 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]   88:     0x564cdbf5ca55 - 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]   89:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   90:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   91:     0x564cdbf56364 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   92:     0x564cdbf56364 - 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]   93:     0x564cdbf5fad2 - 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]   94:     0x564cdbf5fad2 - <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]   95:     0x564cdbf5fad2 - 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]   96:     0x564cdbf5fad2 - 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]   97:     0x564cdbf5fad2 - 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]   98:     0x564cdbf5fad2 - 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]   99:     0x564cdbf5fad2 - <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]  100:     0x564cdc5ce65f - <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]  101:     0x564cdc5ce65f - <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]  102:     0x771d85fcdaa4 - <unknown>
[INFO] [stdout]  103:     0x771d8605aa64 - clone
[INFO] [stdout]  104:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'failed_task_escalates_to_dead' (1732) panicked at tests/queue_api.rs:168:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: String("FAILED")
[INFO] [stdout]  right: "DEAD"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x564cdc5cf248 - <<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:     0x564cdc5e5bea - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x564cdc5e5bea - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x564cdc5d3ce2 - 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:     0x564cdc5d3ce2 - <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:     0x564cdc5adb16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x564cdc5adb16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x564cdc5c7039 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x564cdbf5c0fc - <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:     0x564cdbf5c0fc - 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:     0x564cdc5c72b2 - <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:     0x564cdc5c72b2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x564cdc5adbd2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x564cdc5a2c59 - 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:     0x564cdc5ae8ed - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x564cdc5e645c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x564cdc5e62e3 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x564cdbf3e6fe - core[8fb95b77d25ab6c8]::panicking::assert_failed::<serde_json[980c704242ad2d2c]::value::Value, &str>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x564cdbf26369 - queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:168:5
[INFO] [stdout]   22:     0x564cdbf4c28f - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1072:44
[INFO] [stdout]   23:     0x564cdbf4a560 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:823:13
[INFO] [stdout]   24:     0x564cdbf17375 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::try_with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x564cdbf1711e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x564cdbf49426 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:821:17
[INFO] [stdout]   27:     0x564cdbf4ed56 - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1062:22
[INFO] [stdout]   28:     0x564cdbf4ab44 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until::<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:719:19
[INFO] [stdout]   29:     0x564cdbf3c1dd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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]   30:     0x564cdbf3c31d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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]   31:     0x564cdbf16d2d - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   32:     0x564cdbf15dcb - tokio[cc20fb66ededa494]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x564cdbf15dcb - tokio[cc20fb66ededa494]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x564cdbf15dcb - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   35:     0x564cdbf04020 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   36:     0x564cdbf0eaed - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   37:     0x564cdbf0e754 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   38:     0x564cdbf42f7b - <tokio[cc20fb66ededa494]::runtime::context::scoped::Scoped<tokio[cc20fb66ededa494]::runtime::scheduler::Context>>::set::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::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.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x564cdbf44ca9 - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/runtime/context.rs:181:38
[INFO] [stdout]   40:     0x564cdbf18142 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::try_with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x564cdbf177ae - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x564cdbf4423d - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/runtime/context.rs:181:17
[INFO] [stdout]   43:     0x564cdbf08d40 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   44:     0x564cdbf0b4d7 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   45:     0x564cdbf0bbb6 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   46:     0x564cdbf3e9d5 - tokio[cc20fb66ededa494]::runtime::context::runtime::enter_runtime::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x564cdbf03733 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   48:     0x564cdbf3c9ae - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   49:     0x564cdbf3d66c - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:343:18
[INFO] [stdout]   50:     0x564cdbf495a0 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::block_on::<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:676:12
[INFO] [stdout]   51:     0x564cdbf16fc5 - <actix_rt[21a3785c9796b96]::runtime::Runtime>::block_on::<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x564cdbf43c19 - <actix_rt[21a3785c9796b96]::system::SystemRunner>::block_on::<queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   53:     0x564cdbf2c676 - queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:139:1
[INFO] [stdout]   54:     0x564cdbf24c07 - queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:140:41
[INFO] [stdout]   55:     0x564cdbf2cc76 - <queue_api[47472a81f9f85afb]::failed_task_escalates_to_dead::{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]   56:     0x564cdbf4f1db - <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]   57:     0x564cdbf4f1db - 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]   58:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x564cdbf5ca55 - <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]   60:     0x564cdbf5ca55 - 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]   61:     0x564cdbf5ca55 - 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]   62:     0x564cdbf5ca55 - 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]   63:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x564cdbf56364 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x564cdbf56364 - 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]   67:     0x564cdbf5fad2 - 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]   68:     0x564cdbf5fad2 - <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]   69:     0x564cdbf5fad2 - 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]   70:     0x564cdbf5fad2 - 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]   71:     0x564cdbf5fad2 - 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]   72:     0x564cdbf5fad2 - 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]   73:     0x564cdbf5fad2 - <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]   74:     0x564cdc5ce65f - <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]   75:     0x564cdc5ce65f - <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]   76:     0x771d85fcdaa4 - <unknown>
[INFO] [stdout]   77:     0x771d8605aa64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- enqueue_creates_task_and_lists_it stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'enqueue_creates_task_and_lists_it' (1731) panicked at tests/queue_api.rs:36:35:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoisonError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x564cdc5cf248 - <<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:     0x564cdc5e5bea - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x564cdc5e5bea - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x564cdc5d3ce2 - 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:     0x564cdc5d3ce2 - <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:     0x564cdc5adb16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x564cdc5adb16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x564cdc5c7039 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x564cdbf5c0fc - <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:     0x564cdbf5c0fc - 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:     0x564cdc5c72b2 - <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:     0x564cdc5c72b2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x564cdc5adbd2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x564cdc5a2c59 - 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:     0x564cdc5ae8ed - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x564cdc5e645c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x564cdc5e61a2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x564cdbf266ef - <core[8fb95b77d25ab6c8]::result::Result<std[10d71ac2c42b111e]::sync::poison::mutex::MutexGuard<()>, std[10d71ac2c42b111e]::sync::poison::PoisonError<std[10d71ac2c42b111e]::sync::poison::mutex::MutexGuard<()>>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x564cdbf266ef - queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:36:35
[INFO] [stdout]   22:     0x564cdbf4c3cf - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1072:44
[INFO] [stdout]   23:     0x564cdbf4a650 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:823:13
[INFO] [stdout]   24:     0x564cdbf17475 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::try_with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x564cdbf1716e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x564cdbf49466 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:821:17
[INFO] [stdout]   27:     0x564cdbf4eda6 - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1062:22
[INFO] [stdout]   28:     0x564cdbf4ad94 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until::<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:719:19
[INFO] [stdout]   29:     0x564cdbf3c21d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{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]   30:     0x564cdbf3c35d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{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]   31:     0x564cdbf16d6d - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{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.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   32:     0x564cdbf15f6b - tokio[cc20fb66ededa494]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{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.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x564cdbf15f6b - tokio[cc20fb66ededa494]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{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.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x564cdbf15f6b - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   35:     0x564cdbf04340 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   36:     0x564cdbf0f5dd - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   37:     0x564cdbf0e774 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   38:     0x564cdbf430cb - <tokio[cc20fb66ededa494]::runtime::context::scoped::Scoped<tokio[cc20fb66ededa494]::runtime::scheduler::Context>>::set::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::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.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x564cdbf44ce9 - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{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.1/src/runtime/context.rs:181:38
[INFO] [stdout]   40:     0x564cdbf18282 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::try_with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x564cdbf1780e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x564cdbf4427d - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{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.1/src/runtime/context.rs:181:17
[INFO] [stdout]   43:     0x564cdbf09160 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   44:     0x564cdbf0b557 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   45:     0x564cdbf0bef6 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   46:     0x564cdbf3eb35 - tokio[cc20fb66ededa494]::runtime::context::runtime::enter_runtime::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x564cdbf037e3 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   48:     0x564cdbf3ca9e - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   49:     0x564cdbf3d90c - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:343:18
[INFO] [stdout]   50:     0x564cdbf49620 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::block_on::<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:676:12
[INFO] [stdout]   51:     0x564cdbf17015 - <actix_rt[21a3785c9796b96]::runtime::Runtime>::block_on::<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x564cdbf43c69 - <actix_rt[21a3785c9796b96]::system::SystemRunner>::block_on::<queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   53:     0x564cdbf2c6f6 - queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:34:1
[INFO] [stdout]   54:     0x564cdbf24c37 - queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:35:45
[INFO] [stdout]   55:     0x564cdbf2ccb6 - <queue_api[47472a81f9f85afb]::enqueue_creates_task_and_lists_it::{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]   56:     0x564cdbf4f1db - <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]   57:     0x564cdbf4f1db - 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]   58:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x564cdbf5ca55 - <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]   60:     0x564cdbf5ca55 - 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]   61:     0x564cdbf5ca55 - 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]   62:     0x564cdbf5ca55 - 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]   63:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x564cdbf56364 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x564cdbf56364 - 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]   67:     0x564cdbf5fad2 - 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]   68:     0x564cdbf5fad2 - <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]   69:     0x564cdbf5fad2 - 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]   70:     0x564cdbf5fad2 - 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]   71:     0x564cdbf5fad2 - 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]   72:     0x564cdbf5fad2 - 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]   73:     0x564cdbf5fad2 - <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]   74:     0x564cdc5ce65f - <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]   75:     0x564cdc5ce65f - <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]   76:     0x771d85fcdaa4 - <unknown>
[INFO] [stdout]   77:     0x771d8605aa64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cancel_scheduled_task_sets_cancelled_state stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cancel_scheduled_task_sets_cancelled_state' (1730) panicked at tests/queue_api.rs:74:35:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoisonError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x564cdc5cf248 - <<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:     0x564cdc5e5bea - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x564cdc5e5bea - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x564cdc5d3ce2 - 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:     0x564cdc5d3ce2 - <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:     0x564cdc5adb16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x564cdc5adb16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x564cdc5c7039 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x564cdbf5c0fc - <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:     0x564cdbf5c0fc - 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:     0x564cdc5c72b2 - <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:     0x564cdc5c72b2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x564cdc5adbd2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x564cdc5a2c59 - 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:     0x564cdc5ae8ed - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x564cdc5e645c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x564cdc5e61a2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x564cdbf2b12f - <core[8fb95b77d25ab6c8]::result::Result<std[10d71ac2c42b111e]::sync::poison::mutex::MutexGuard<()>, std[10d71ac2c42b111e]::sync::poison::PoisonError<std[10d71ac2c42b111e]::sync::poison::mutex::MutexGuard<()>>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x564cdbf2b12f - queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:74:35
[INFO] [stdout]   22:     0x564cdbf4c78f - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1072:44
[INFO] [stdout]   23:     0x564cdbf4a920 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:823:13
[INFO] [stdout]   24:     0x564cdbf17775 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::try_with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x564cdbf1725e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x564cdbf49526 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:821:17
[INFO] [stdout]   27:     0x564cdbf4ee96 - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1062:22
[INFO] [stdout]   28:     0x564cdbf4b474 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until::<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:719:19
[INFO] [stdout]   29:     0x564cdbf3c2dd - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{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]   30:     0x564cdbf3c41d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{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]   31:     0x564cdbf16e2d - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{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.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   32:     0x564cdbf1644b - tokio[cc20fb66ededa494]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{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.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x564cdbf1644b - tokio[cc20fb66ededa494]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{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.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x564cdbf1644b - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   35:     0x564cdbf04ca0 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   36:     0x564cdbf116ad - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   37:     0x564cdbf0e7d4 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   38:     0x564cdbf434bb - <tokio[cc20fb66ededa494]::runtime::context::scoped::Scoped<tokio[cc20fb66ededa494]::runtime::scheduler::Context>>::set::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::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.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x564cdbf44da9 - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{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.1/src/runtime/context.rs:181:38
[INFO] [stdout]   40:     0x564cdbf18642 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::try_with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x564cdbf1792e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x564cdbf4433d - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{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.1/src/runtime/context.rs:181:17
[INFO] [stdout]   43:     0x564cdbf09dc0 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   44:     0x564cdbf0b6d7 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   45:     0x564cdbf0c8b6 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   46:     0x564cdbf3ef55 - tokio[cc20fb66ededa494]::runtime::context::runtime::enter_runtime::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x564cdbf039f3 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   48:     0x564cdbf3cd6e - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   49:     0x564cdbf3e0dc - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:343:18
[INFO] [stdout]   50:     0x564cdbf497a0 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::block_on::<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:676:12
[INFO] [stdout]   51:     0x564cdbf17105 - <actix_rt[21a3785c9796b96]::runtime::Runtime>::block_on::<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x564cdbf43d49 - <actix_rt[21a3785c9796b96]::system::SystemRunner>::block_on::<queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   53:     0x564cdbf2c886 - queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:72:1
[INFO] [stdout]   54:     0x564cdbf24cc7 - queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:73:54
[INFO] [stdout]   55:     0x564cdbf2cd76 - <queue_api[47472a81f9f85afb]::cancel_scheduled_task_sets_cancelled_state::{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]   56:     0x564cdbf4f1db - <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]   57:     0x564cdbf4f1db - 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]   58:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x564cdbf5ca55 - <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]   60:     0x564cdbf5ca55 - 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]   61:     0x564cdbf5ca55 - 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]   62:     0x564cdbf5ca55 - 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]   63:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x564cdbf56364 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x564cdbf56364 - 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]   67:     0x564cdbf5fad2 - 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]   68:     0x564cdbf5fad2 - <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]   69:     0x564cdbf5fad2 - 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]   70:     0x564cdbf5fad2 - 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]   71:     0x564cdbf5fad2 - 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]   72:     0x564cdbf5fad2 - 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]   73:     0x564cdbf5fad2 - <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]   74:     0x564cdc5ce65f - <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]   75:     0x564cdc5ce65f - <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]   76:     0x771d85fcdaa4 - <unknown>
[INFO] [stdout]   77:     0x771d8605aa64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- state_stats_returns_expected_shape stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'state_stats_returns_expected_shape' (1734) panicked at tests/queue_api.rs:104:35:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoisonError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x564cdc5cf248 - <<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:     0x564cdc5e5bea - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x564cdc5e5bea - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x564cdc5d3ce2 - 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:     0x564cdc5d3ce2 - <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:     0x564cdc5adb16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x564cdc5adb16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x564cdc5c7039 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x564cdbf5c0fc - <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:     0x564cdbf5c0fc - 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:     0x564cdc5c72b2 - <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:     0x564cdc5c72b2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x564cdc5adbd2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x564cdc5a2c59 - 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:     0x564cdc5ae8ed - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x564cdc5e645c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x564cdc5e61a2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x564cdbf28376 - <core[8fb95b77d25ab6c8]::result::Result<std[10d71ac2c42b111e]::sync::poison::mutex::MutexGuard<()>, std[10d71ac2c42b111e]::sync::poison::PoisonError<std[10d71ac2c42b111e]::sync::poison::mutex::MutexGuard<()>>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x564cdbf28376 - queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:104:35
[INFO] [stdout]   22:     0x564cdbf4c50f - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1072:44
[INFO] [stdout]   23:     0x564cdbf4a740 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:823:13
[INFO] [stdout]   24:     0x564cdbf17575 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::try_with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x564cdbf171be - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x564cdbf494a6 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:821:17
[INFO] [stdout]   27:     0x564cdbf4edf6 - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1062:22
[INFO] [stdout]   28:     0x564cdbf4afd5 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until::<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:719:19
[INFO] [stdout]   29:     0x564cdbf3c4dd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{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]   30:     0x564cdbf16eed - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{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.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   31:     0x564cdbf1692b - tokio[cc20fb66ededa494]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{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.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   32:     0x564cdbf1692b - tokio[cc20fb66ededa494]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{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.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   33:     0x564cdbf1692b - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   34:     0x564cdbf05600 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   35:     0x564cdbf1377d - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   36:     0x564cdbf0e834 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   37:     0x564cdbf438ab - <tokio[cc20fb66ededa494]::runtime::context::scoped::Scoped<tokio[cc20fb66ededa494]::runtime::scheduler::Context>>::set::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::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.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   38:     0x564cdbf44e69 - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{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.1/src/runtime/context.rs:181:38
[INFO] [stdout]   39:     0x564cdbf18a02 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::try_with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   40:     0x564cdbf17a4e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   41:     0x564cdbf443fd - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{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.1/src/runtime/context.rs:181:17
[INFO] [stdout]   42:     0x564cdbf0aa20 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   43:     0x564cdbf0b857 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   44:     0x564cdbf0d276 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   45:     0x564cdbf3f375 - tokio[cc20fb66ededa494]::runtime::context::runtime::enter_runtime::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   46:     0x564cdbf03c96 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   47:     0x564cdbf3d124 - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on_inner::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   48:     0x564cdbf3db0b - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   49:     0x564cdbf4969e - <tokio[cc20fb66ededa494]::task::local::LocalSet>::block_on::<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:676:12
[INFO] [stdout]   50:     0x564cdbf17067 - <actix_rt[21a3785c9796b96]::runtime::Runtime>::block_on::<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   51:     0x564cdbf43cb7 - <actix_rt[21a3785c9796b96]::system::SystemRunner>::block_on::<queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   52:     0x564cdbf2c778 - queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:102:1
[INFO] [stdout]   53:     0x564cdbf24c67 - queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:103:46
[INFO] [stdout]   54:     0x564cdbf2ccf6 - <queue_api[47472a81f9f85afb]::state_stats_returns_expected_shape::{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]   55:     0x564cdbf4f1db - <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]   56:     0x564cdbf4f1db - 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]   57:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x564cdbf5ca55 - <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]   59:     0x564cdbf5ca55 - 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]   60:     0x564cdbf5ca55 - 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]   61:     0x564cdbf5ca55 - 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]   62:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x564cdbf56364 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x564cdbf56364 - 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]   66:     0x564cdbf5fad2 - 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]   67:     0x564cdbf5fad2 - <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]   68:     0x564cdbf5fad2 - 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]   69:     0x564cdbf5fad2 - 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]   70:     0x564cdbf5fad2 - 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]   71:     0x564cdbf5fad2 - 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]   72:     0x564cdbf5fad2 - <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]   73:     0x564cdc5ce65f - <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]   74:     0x564cdc5ce65f - <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]   75:     0x771d85fcdaa4 - <unknown>
[INFO] [stdout]   76:     0x771d8605aa64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- manual_state_change_updates_task_state stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'manual_state_change_updates_task_state' (1733) panicked at tests/queue_api.rs:173:35:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoisonError { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - 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:     0x564cdc5cf248 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x564cdc5cf248 - <<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:     0x564cdc5e5bea - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x564cdc5e5bea - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x564cdc5d3ce2 - 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:     0x564cdc5d3ce2 - <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:     0x564cdc5adb16 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x564cdc5adb16 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x564cdc5c7039 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x564cdbf5c0fc - <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:     0x564cdbf5c0fc - 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:     0x564cdc5c72b2 - <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:     0x564cdc5c72b2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x564cdc5adbd2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x564cdc5a2c59 - 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:     0x564cdc5ae8ed - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x564cdc5e645c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x564cdc5e61a2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x564cdbf297cf - <core[8fb95b77d25ab6c8]::result::Result<std[10d71ac2c42b111e]::sync::poison::mutex::MutexGuard<()>, std[10d71ac2c42b111e]::sync::poison::PoisonError<std[10d71ac2c42b111e]::sync::poison::mutex::MutexGuard<()>>>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x564cdbf297cf - queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:173:35
[INFO] [stdout]   22:     0x564cdbf4c64f - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1072:44
[INFO] [stdout]   23:     0x564cdbf4a830 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:823:13
[INFO] [stdout]   24:     0x564cdbf17675 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::try_with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   25:     0x564cdbf1720e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::task::local::LocalData>>::with::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::with<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   26:     0x564cdbf494e6 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::with::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:821:17
[INFO] [stdout]   27:     0x564cdbf4ee46 - <tokio[cc20fb66ededa494]::task::local::RunUntil<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:1062:22
[INFO] [stdout]   28:     0x564cdbf4b224 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until::<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:719:19
[INFO] [stdout]   29:     0x564cdbf3c29d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{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]   30:     0x564cdbf3c3dd - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{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]   31:     0x564cdbf16ded - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{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.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   32:     0x564cdbf162ab - tokio[cc20fb66ededa494]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{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.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   33:     0x564cdbf162ab - tokio[cc20fb66ededa494]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{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.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   34:     0x564cdbf162ab - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   35:     0x564cdbf04980 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   36:     0x564cdbf10bbd - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   37:     0x564cdbf0e7b4 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   38:     0x564cdbf4336b - <tokio[cc20fb66ededa494]::runtime::context::scoped::Scoped<tokio[cc20fb66ededa494]::runtime::scheduler::Context>>::set::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::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.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   39:     0x564cdbf44d69 - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{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.1/src/runtime/context.rs:181:38
[INFO] [stdout]   40:     0x564cdbf18502 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::try_with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   41:     0x564cdbf178ce - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[cc20fb66ededa494]::runtime::context::Context>>::with::<tokio[cc20fb66ededa494]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   42:     0x564cdbf442fd - tokio[cc20fb66ededa494]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{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.1/src/runtime/context.rs:181:17
[INFO] [stdout]   43:     0x564cdbf099a0 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{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.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   44:     0x564cdbf0b657 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   45:     0x564cdbf0c576 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   46:     0x564cdbf3edf5 - tokio[cc20fb66ededa494]::runtime::context::runtime::enter_runtime::<<tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   47:     0x564cdbf03943 - <tokio[cc20fb66ededa494]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   48:     0x564cdbf3cc7e - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   49:     0x564cdbf3de3c - <tokio[cc20fb66ededa494]::runtime::runtime::Runtime>::block_on::<<tokio[cc20fb66ededa494]::task::local::LocalSet>::run_until<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:343:18
[INFO] [stdout]   50:     0x564cdbf49720 - <tokio[cc20fb66ededa494]::task::local::LocalSet>::block_on::<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/local.rs:676:12
[INFO] [stderr] error: test failed, to rerun pass `--test queue_api`
[INFO] [stdout]   51:     0x564cdbf170b5 - <actix_rt[21a3785c9796b96]::runtime::Runtime>::block_on::<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/runtime.rs:138:20
[INFO] [stdout]   52:     0x564cdbf43cf9 - <actix_rt[21a3785c9796b96]::system::SystemRunner>::block_on::<queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.11.0/src/system.rs:240:17
[INFO] [stdout]   53:     0x564cdbf2c806 - queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:171:1
[INFO] [stdout]   54:     0x564cdbf24c97 - queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/queue_api.rs:172:50
[INFO] [stdout]   55:     0x564cdbf2cd36 - <queue_api[47472a81f9f85afb]::manual_state_change_updates_task_state::{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]   56:     0x564cdbf4f1db - <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]   57:     0x564cdbf4f1db - 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]   58:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x564cdbf5ca55 - <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]   60:     0x564cdbf5ca55 - 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]   61:     0x564cdbf5ca55 - 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]   62:     0x564cdbf5ca55 - 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]   63:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x564cdbf5ca55 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x564cdbf56364 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x564cdbf56364 - 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]   67:     0x564cdbf5fad2 - 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]   68:     0x564cdbf5fad2 - <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]   69:     0x564cdbf5fad2 - 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]   70:     0x564cdbf5fad2 - 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]   71:     0x564cdbf5fad2 - 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]   72:     0x564cdbf5fad2 - 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]   73:     0x564cdbf5fad2 - <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]   74:     0x564cdc5ce65f - <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]   75:     0x564cdc5ce65f - <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]   76:     0x771d85fcdaa4 - <unknown>
[INFO] [stdout]   77:     0x771d8605aa64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cancel_scheduled_task_sets_cancelled_state
[INFO] [stdout]     enqueue_creates_task_and_lists_it
[INFO] [stdout]     failed_task_escalates_to_dead
[INFO] [stdout]     manual_state_change_updates_task_state
[INFO] [stdout]     state_stats_returns_expected_shape
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.64s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff", kill_on_drop: false }`
[INFO] [stdout] 8a3fcc6ea1b6a14bd5e3a5626c4bd35501d80aa60694f7d9d06423280b4197ff
