[INFO] cloning repository https://github.com/tomasfarias/secret-service-server-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomasfarias/secret-service-server-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomasfarias%2Fsecret-service-server-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomasfarias%2Fsecret-service-server-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] add1498e0f238264d3eca2da804c7c3c194d6aa3
[INFO] testing tomasfarias/secret-service-server-rs against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomasfarias%2Fsecret-service-server-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tomasfarias/secret-service-server-rs
[INFO] finished tweaking git repo https://github.com/tomasfarias/secret-service-server-rs
[INFO] tweaked toml for git repo https://github.com/tomasfarias/secret-service-server-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tomasfarias/secret-service-server-rs on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tomasfarias/secret-service-server-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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] e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0
[INFO] running `Command { std: "docker" "start" "e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0", 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" "e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0", 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" "e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling serde v1.0.213
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling thiserror v1.0.65
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling futures-lite v2.3.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling syn v2.0.85
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling async-broadcast v0.7.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling async-fs v2.1.2
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling pathdiff v0.2.2
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling generic-array v1.1.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling xdg-home v1.3.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.213
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling enumflags2_derive v0.7.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.65
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling tokio v1.41.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling pest v2.7.14
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pest_meta v2.7.14
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rust-ini v0.20.0
[INFO] [stderr]    Compiling yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling pest_generator v2.7.14
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling pest_derive v2.7.14
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling serde_fmt v1.0.3
[INFO] [stderr]    Compiling erased-serde v0.4.5
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling enumflags2 v0.7.10
[INFO] [stderr]    Compiling zvariant_utils v3.0.1
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling zvariant_derive v5.1.0
[INFO] [stderr]    Compiling value-bag-serde1 v1.10.0
[INFO] [stderr]    Compiling value-bag v1.10.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling zvariant v5.1.0
[INFO] [stderr]    Compiling structured-logger v1.0.3
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling zbus_names v4.1.0
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling zbus_macros v5.1.0
[INFO] [stderr]    Compiling polling v3.7.3
[INFO] [stderr]    Compiling async-io v2.3.4
[INFO] [stderr]    Compiling async-signal v0.2.10
[INFO] [stderr]    Compiling async-process v2.3.0
[INFO] [stderr]    Compiling zbus v5.1.0
[INFO] [stderr]    Compiling secret-service-server-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
[INFO] running `Command { std: "docker" "inspect" "e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0", 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" "e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling secret-service-server-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.72s
[INFO] running `Command { std: "docker" "inspect" "e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0", 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" "e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/secret_service_server_rs-7b552170f530a3e9)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test object::collection::tests::test_create_item ... FAILED
[INFO] [stdout] test object::collection::tests::test_create_item_encrypted ... FAILED
[INFO] [stdout] test object::collection::tests::test_search_items ... FAILED
[INFO] [stdout] test object::service::tests::test_create_collection ... FAILED
[INFO] [stdout] test object::service::tests::test_open_session_plain ... FAILED
[INFO] [stdout] test object::service::tests::test_read_alias ... FAILED
[INFO] [stdout] test object::service::tests::test_open_session_dh ... FAILED
[INFO] [stdout] test object::service::tests::test_search_items ... FAILED
[INFO] [stdout] test object::service::tests::test_collections_property ... FAILED
[INFO] [stdout] test object::service::tests::test_create_collection_returns_existing_object_path ... FAILED
[INFO] [stdout] test object::service::tests::test_lock_unlock ... FAILED
[INFO] [stdout] test object::service::tests::test_set_alias_updates_collection_alias ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- object::collection::tests::test_create_item stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::collection::tests::test_create_item' (2817) panicked at src/object/collection.rs:331:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b8e70c7 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b8e70c7 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:331:18
[INFO] [stdout]   22:     0x63535b8fa1dd - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88a478 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894218 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894218 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b82496a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9164f0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b866fea - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b9125b6 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b9125b6 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b82282f - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82b262 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82b4e3 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b90b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b8f94c4 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:522:11
[INFO] [stdout]   59:     0x63535b8ea8cc - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:447:36
[INFO] [stdout]   60:     0x63535b7a4aa6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::collection::tests::test_create_item' (2817) panicked at src/object/collection.rs:339:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(1), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b8ec651 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b8ec651 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:339:41
[INFO] [stdout]   22:     0x63535b8ec9e2 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:448:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b8f94c4 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:522:11
[INFO] [stdout]   45:     0x63535b8ea8cc - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:447:36
[INFO] [stdout]   46:     0x63535b7a4aa6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- object::collection::tests::test_create_item_encrypted stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::collection::tests::test_create_item_encrypted' (2818) panicked at src/object/collection.rs:331:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b8e70c7 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b8e70c7 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:331:18
[INFO] [stdout]   22:     0x63535b8fa1dd - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88a478 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894218 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894218 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b82496a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9164f0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b866fea - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b9125b6 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b9125b6 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b82282f - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82b262 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82b4e3 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b90b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b8f9884 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item_encrypted
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:607:11
[INFO] [stdout]   59:     0x63535b8ec74c - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item_encrypted::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:526:46
[INFO] [stdout]   60:     0x63535b7a4b26 - <secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item_encrypted::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::collection::tests::test_create_item_encrypted' (2818) panicked at src/object/collection.rs:339:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(2), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b8ec651 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b8ec651 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:339:41
[INFO] [stdout]   22:     0x63535b8f1f00 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item_encrypted::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:527:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b8f9884 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item_encrypted
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:607:11
[INFO] [stdout]   45:     0x63535b8ec74c - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item_encrypted::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:526:46
[INFO] [stdout]   46:     0x63535b7a4b26 - <secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_create_item_encrypted::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- object::collection::tests::test_search_items stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::collection::tests::test_search_items' (2819) panicked at src/object/collection.rs:331:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b8e70c7 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b8e70c7 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:331:18
[INFO] [stdout]   22:     0x63535b8fa1dd - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88a478 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894218 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894218 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b82496a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9164f0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b866fea - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b9125b6 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b9125b6 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b82282f - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82b262 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82b4e3 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b90b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b8f96a4 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_search_items
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:668:11
[INFO] [stdout]   59:     0x63535b8eb3bc - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_search_items::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:611:37
[INFO] [stdout]   60:     0x63535b7a4ae6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_search_items::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::collection::tests::test_search_items' (2819) panicked at src/object/collection.rs:339:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(5), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b8ec651 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b8ec651 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:339:41
[INFO] [stdout]   22:     0x63535b8ef935 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_search_items::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:612:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b8f96a4 - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_search_items
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:668:11
[INFO] [stdout]   45:     0x63535b8eb3bc - secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_search_items::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/collection.rs:611:37
[INFO] [stdout]   46:     0x63535b7a4ae6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::collection::tests::test_search_items::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- object::service::tests::test_create_collection stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_create_collection' (2823) panicked at src/object/service.rs:450:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86ca07 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86ca07 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:450:18
[INFO] [stdout]   22:     0x63535b8fa21d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88abd8 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894958 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894958 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b824b6a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9165d0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b86710a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b912916 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b912916 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b822ccf - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82be82 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82c103 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b94b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b882554 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:571:11
[INFO] [stdout]   59:     0x63535b86ec8c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:521:42
[INFO] [stdout]   60:     0x63535b7a4c66 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_create_collection' (2823) panicked at src/object/service.rs:458:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(7), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86eb51 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86eb51 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:458:41
[INFO] [stdout]   22:     0x63535b879d3e - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:522:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b882554 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:571:11
[INFO] [stdout]   45:     0x63535b86ec8c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:521:42
[INFO] [stdout]   46:     0x63535b7a4c66 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- object::service::tests::test_open_session_plain stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_open_session_plain' (2829) panicked at src/object/service.rs:450:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86ca07 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86ca07 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:450:18
[INFO] [stdout]   22:     0x63535b8fa21d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88abd8 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894958 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894958 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b824b6a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9165d0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b86710a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b912916 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b912916 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b822ccf - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82be82 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82c103 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b94b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b882731 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_plain
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:830:11
[INFO] [stdout]   59:     0x63535b86eccc - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_plain::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:803:43
[INFO] [stdout]   60:     0x63535b7a4ca6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_plain::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_open_session_plain' (2829) panicked at src/object/service.rs:458:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(13), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86eb51 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86eb51 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:458:41
[INFO] [stdout]   22:     0x63535b87b6f5 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_plain::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:804:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b882731 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_plain
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:830:11
[INFO] [stdout]   45:     0x63535b86eccc - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_plain::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:803:43
[INFO] [stdout]   46:     0x63535b7a4ca6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_plain::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- object::service::tests::test_read_alias stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_read_alias' (2830) panicked at src/object/service.rs:450:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86ca07 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86ca07 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:450:18
[INFO] [stdout]   22:     0x63535b8fa21d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88abd8 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894958 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894958 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b824b6a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9165d0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b86710a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b912916 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b912916 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b822ccf - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82be82 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82c103 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b94b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b881dd4 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_read_alias
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:737:11
[INFO] [stdout]   59:     0x63535b86cd8c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_read_alias::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:688:35
[INFO] [stdout]   60:     0x63535b7a4b66 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_read_alias::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_read_alias' (2830) panicked at src/object/service.rs:458:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(11), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86eb51 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86eb51 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:458:41
[INFO] [stdout]   22:     0x63535b86efbe - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_read_alias::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:689:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b881dd4 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_read_alias
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:737:11
[INFO] [stdout]   45:     0x63535b86cd8c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_read_alias::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:688:35
[INFO] [stdout]   46:     0x63535b7a4b66 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_read_alias::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- object::service::tests::test_open_session_dh stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_open_session_dh' (2828) panicked at src/object/service.rs:450:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86ca07 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86ca07 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:450:18
[INFO] [stdout]   22:     0x63535b8fa21d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88abd8 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894958 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894958 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b824b6a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9165d0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b86710a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b912916 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b912916 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b822ccf - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82be82 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82c103 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b94b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b882371 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_dh
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:881:11
[INFO] [stdout]   59:     0x63535b86ec4c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_dh::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:834:40
[INFO] [stdout]   60:     0x63535b7a4c26 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_dh::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_open_session_dh' (2828) panicked at src/object/service.rs:458:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(15), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86eb51 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86eb51 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:458:41
[INFO] [stdout]   22:     0x63535b878549 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_dh::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:835:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b882371 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_dh
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:881:11
[INFO] [stdout]   45:     0x63535b86ec4c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_dh::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:834:40
[INFO] [stdout]   46:     0x63535b7a4c26 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_open_session_dh::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stderr] error: test failed, to rerun pass `--bin secret-service-server-rs`
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- object::service::tests::test_search_items stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_search_items' (2832) panicked at src/object/service.rs:450:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86ca07 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86ca07 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:450:18
[INFO] [stdout]   22:     0x63535b8fa21d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88abd8 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894958 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894958 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b824b6a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9165d0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b86710a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b912916 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b912916 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b822ccf - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82be82 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82c103 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b94b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b882194 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_search_items
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:956:11
[INFO] [stdout]   59:     0x63535b86d8bc - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_search_items::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:885:37
[INFO] [stdout]   60:     0x63535b7a4be6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_search_items::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_search_items' (2832) panicked at src/object/service.rs:458:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(21), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86eb51 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86eb51 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:458:41
[INFO] [stdout]   22:     0x63535b8758c8 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_search_items::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:886:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b882194 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_search_items
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:956:11
[INFO] [stdout]   45:     0x63535b86d8bc - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_search_items::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:885:37
[INFO] [stdout]   46:     0x63535b7a4be6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_search_items::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- object::service::tests::test_collections_property stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_collections_property' (2821) panicked at src/object/service.rs:450:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86ca07 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86ca07 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:450:18
[INFO] [stdout]   22:     0x63535b8fa21d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88abd8 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894958 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894958 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b824b6a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9165d0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b86710a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b912916 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b912916 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b822ccf - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82be82 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82c103 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b94b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b882914 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_collections_property
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:684:11
[INFO] [stdout]   59:     0x63535b86ed0c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_collections_property::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:632:45
[INFO] [stdout]   60:     0x63535b7a4ce6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_collections_property::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_collections_property' (2821) panicked at src/object/service.rs:458:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(19), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86eb51 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86eb51 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:458:41
[INFO] [stdout]   22:     0x63535b87c84e - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_collections_property::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:633:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b882914 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_collections_property
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:684:11
[INFO] [stdout]   45:     0x63535b86ed0c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_collections_property::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:632:45
[INFO] [stdout]   46:     0x63535b7a4ce6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_collections_property::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- object::service::tests::test_create_collection_returns_existing_object_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_create_collection_returns_existing_object_path' (2824) panicked at src/object/service.rs:450:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86ca07 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86ca07 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:450:18
[INFO] [stdout]   22:     0x63535b8fa21d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88abd8 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894958 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894958 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b824b6a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9165d0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b86710a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b912916 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b912916 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b822ccf - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82be82 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82c103 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b94b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b882cd4 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection_returns_existing_object_path
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:628:11
[INFO] [stdout]   59:     0x63535b86ed8c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection_returns_existing_object_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:575:71
[INFO] [stdout]   60:     0x63535b7a4d66 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection_returns_existing_object_path::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_create_collection_returns_existing_object_path' (2824) panicked at src/object/service.rs:458:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(9), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86eb51 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86eb51 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:458:41
[INFO] [stdout]   22:     0x63535b87fee7 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection_returns_existing_object_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:576:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b882cd4 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection_returns_existing_object_path
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:628:11
[INFO] [stdout]   45:     0x63535b86ed8c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection_returns_existing_object_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:575:71
[INFO] [stdout]   46:     0x63535b7a4d66 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_create_collection_returns_existing_object_path::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- object::service::tests::test_lock_unlock stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_lock_unlock' (2826) panicked at src/object/service.rs:450:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86ca07 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86ca07 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:450:18
[INFO] [stdout]   22:     0x63535b8fa21d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88abd8 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894958 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894958 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b824b6a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9165d0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b86710a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b912916 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b912916 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b822ccf - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82be82 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82c103 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b94b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b881fb4 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_lock_unlock
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:1115:11
[INFO] [stdout]   59:     0x63535b86cdcc - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_lock_unlock::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:960:36
[INFO] [stdout]   60:     0x63535b7a4ba6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_lock_unlock::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_lock_unlock' (2826) panicked at src/object/service.rs:458:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(17), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86eb51 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86eb51 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:458:41
[INFO] [stdout]   22:     0x63535b870844 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_lock_unlock::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:961:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b881fb4 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_lock_unlock
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:1115:11
[INFO] [stdout]   45:     0x63535b86cdcc - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_lock_unlock::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:960:36
[INFO] [stdout]   46:     0x63535b7a4ba6 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_lock_unlock::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- object::service::tests::test_set_alias_updates_collection_alias stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_set_alias_updates_collection_alias' (2836) panicked at src/object/service.rs:450:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86ca07 - <core[6883ba1bc0fe4ed1]::result::Result<secret_service_server_rs[7dc5a2394cd2c264]::server::SecretServiceServer, secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86ca07 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:450:18
[INFO] [stdout]   22:     0x63535b8fa21d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63535b88abd8 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   24:     0x63535b894958 - <tokio[1583098132d5ab29]::loom::std::unsafe_cell::UnsafeCell<tokio[1583098132d5ab29]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x63535b894958 - <tokio[1583098132d5ab29]::runtime::task::core::Core<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   26:     0x63535b824b6a - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   27:     0x63535b9165d0 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63535b86710a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x63535b91702b - __rust_try
[INFO] [stdout]   30:     0x63535b912916 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x63535b912916 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[1583098132d5ab29]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63535b822ccf - tokio[1583098132d5ab29]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   33:     0x63535b82be82 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   34:     0x63535b82c103 - <tokio[1583098132d5ab29]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   35:     0x63535b91b94b - tokio[1583098132d5ab29]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x63535bcbf877 - <tokio[1583098132d5ab29]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x63535bb71832 - <tokio[1583098132d5ab29]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   38:     0x63535b81f2ab - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:770:30
[INFO] [stdout]   39:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::with_budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x63535b81b625 - tokio[1583098132d5ab29]::runtime::coop::budget::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x63535b81b625 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:43
[INFO] [stdout]   42:     0x63535b80a486 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   43:     0x63535b80a86f - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:364:28
[INFO] [stdout]   44:     0x63535b81dd59 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:769:43
[INFO] [stdout]   45:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   46:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   48:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   51:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   52:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   53:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   54:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   56:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   57:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   58:     0x63535b882af4 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_set_alias_updates_collection_alias
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:799:11
[INFO] [stdout]   59:     0x63535b86ed4c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_set_alias_updates_collection_alias::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:741:59
[INFO] [stdout]   60:     0x63535b7a4d26 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_set_alias_updates_collection_alias::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   82:     0x75e219619a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'object::service::tests::test_set_alias_updates_collection_alias' (2836) panicked at src/object/service.rs:458:41:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(23), "called `Result::unwrap()` on an `Err` value: Zbus(InputOutput(Os { code: 2, kind: NotFound, message: \"No such file or directory\" }))", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63535bdc1e21 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63535bdc1e21 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63535bdc1e21 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63535bdd821a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63535bdd821a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x63535bdc6c1c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x63535bdc6c1c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x63535bd9dcb6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63535bd9dcb6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63535bdb8719 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63535b95dec0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x63535b95dec0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63535bdb8a42 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x63535bdb8a42 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x63535bd9dd62 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x63535bd95459 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63535bd9eb4d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x63535bdd8a4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63535bdd8792 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x63535b86eb51 - <core[6883ba1bc0fe4ed1]::result::Result<(), tokio[1583098132d5ab29]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x63535b86eb51 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::run_service_server::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:458:41
[INFO] [stdout]   22:     0x63535b87e29f - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_set_alias_updates_collection_alias::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:742:67
[INFO] [stdout]   23:     0x63535b8fa27f - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63535b8fa33b - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x63535b81f35b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   26:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x63535b81f21b - tokio[1583098132d5ab29]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x63535b81f21b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   29:     0x63535b809e46 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>, <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   30:     0x63535b81d530 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   31:     0x63535b81c76b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   32:     0x63535b9002fa - <tokio[1583098132d5ab29]::runtime::context::scoped::Scoped<tokio[1583098132d5ab29]::runtime::scheduler::Context>>::set::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x63535b887fca - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x63535b8e120e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::try_with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   35:     0x63535b8e0d52 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[1583098132d5ab29]::runtime::context::Context>>::with::<tokio[1583098132d5ab29]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   36:     0x63535b885eb1 - tokio[1583098132d5ab29]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>), <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x63535b8145be - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   38:     0x63535b81495b - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   39:     0x63535b81b2a2 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   40:     0x63535b86687a - tokio[1583098132d5ab29]::runtime::context::runtime::enter_runtime::<<tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x63535b8098d6 - <tokio[1583098132d5ab29]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   42:     0x63535b7ee878 - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   43:     0x63535b7eea5f - <tokio[1583098132d5ab29]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<(), secret_service_server_rs[7dc5a2394cd2c264]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   44:     0x63535b882af4 - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_set_alias_updates_collection_alias
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:799:11
[INFO] [stdout]   45:     0x63535b86ed4c - secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_set_alias_updates_collection_alias::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/object/service.rs:741:59
[INFO] [stdout]   46:     0x63535b7a4d26 - <secret_service_server_rs[7dc5a2394cd2c264]::object::service::tests::test_set_alias_updates_collection_alias::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63535b9511fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x63535b9511fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   49:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   50:     0x63535b95e845 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   51:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   52:     0x63535b95e845 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63535b95e845 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63535b95e845 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   55:     0x63535b95e845 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   56:     0x63535b9592f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   57:     0x63535b9592f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   58:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   59:     0x63535b961992 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   61:     0x63535b961992 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x63535b961992 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x63535b961992 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   64:     0x63535b961992 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x63535bdc082f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   66:     0x63535bdc082f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   67:     0x75e21958caa4 - <unknown>
[INFO] [stdout]   68:     0x75e219619a64 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     object::collection::tests::test_create_item
[INFO] [stdout]     object::collection::tests::test_create_item_encrypted
[INFO] [stdout]     object::collection::tests::test_search_items
[INFO] [stdout]     object::service::tests::test_collections_property
[INFO] [stdout]     object::service::tests::test_create_collection
[INFO] [stdout]     object::service::tests::test_create_collection_returns_existing_object_path
[INFO] [stdout]     object::service::tests::test_lock_unlock
[INFO] [stdout]     object::service::tests::test_open_session_dh
[INFO] [stdout]     object::service::tests::test_open_session_plain
[INFO] [stdout]     object::service::tests::test_read_alias
[INFO] [stdout]     object::service::tests::test_search_items
[INFO] [stdout]     object::service::tests::test_set_alias_updates_collection_alias
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0", kill_on_drop: false }`
[INFO] [stdout] e37ef537f65241b13fc753ec993f5acbd085db6a554b654b63551d4ed0b005c0
