[INFO] cloning repository https://github.com/synodlabs/synod_backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/synodlabs/synod_backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynodlabs%2Fsynod_backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynodlabs%2Fsynod_backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a117bd0ee1db955f5399318853cf115b784c718d
[INFO] testing synodlabs/synod_backend against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynodlabs%2Fsynod_backend" "/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/synodlabs/synod_backend
[INFO] finished tweaking git repo https://github.com/synodlabs/synod_backend
[INFO] tweaked toml for git repo https://github.com/synodlabs/synod_backend written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/synodlabs/synod_backend on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/synodlabs/synod_backend already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7057ed703c27680ecb774b4489a37f08d4baee48fb120beceb547f57e7fbdb69
[INFO] running `Command { std: "docker" "start" "-a" "7057ed703c27680ecb774b4489a37f08d4baee48fb120beceb547f57e7fbdb69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7057ed703c27680ecb774b4489a37f08d4baee48fb120beceb547f57e7fbdb69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7057ed703c27680ecb774b4489a37f08d4baee48fb120beceb547f57e7fbdb69", kill_on_drop: false }`
[INFO] [stdout] 7057ed703c27680ecb774b4489a37f08d4baee48fb120beceb547f57e7fbdb69
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c572a7cc71cf6d12d7fd9b63261c7de16751ee1db06951574b6a31ea9e61f8a
[INFO] running `Command { std: "docker" "start" "-a" "0c572a7cc71cf6d12d7fd9b63261c7de16751ee1db06951574b6a31ea9e61f8a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling bigdecimal v0.3.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling crate-git-revision v0.0.6
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling uuid v1.23.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling sqlx-postgres v0.7.4
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling stellar-strkey v0.0.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling stellar-xdr v21.2.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling headers-core v0.3.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling base32 v0.4.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling yaml-rust2 v0.8.1
[INFO] [stderr]    Compiling headers v0.4.1
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling simple_asn1 v0.6.4
[INFO] [stderr]    Compiling rust-ini v0.20.0
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling blowfish v0.9.1
[INFO] [stderr]    Compiling tokio-retry v0.3.0
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling arc-swap v1.9.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling eventsource-stream v0.2.3
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling escape-bytes v0.1.1
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling config v0.14.1
[INFO] [stderr]    Compiling reqwest-eventsource v0.6.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling bcrypt v0.19.0
[INFO] [stderr]    Compiling synod-shared v0.1.0 (/opt/rustwide/workdir/synod-shared)
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling sqlx v0.7.4
[INFO] [stderr]    Compiling axum-extra v0.9.6
[INFO] [stderr]    Compiling redis v0.25.4
[INFO] [stderr]    Compiling synod-coordinator v0.1.0 (/opt/rustwide/workdir/synod-coordinator)
[INFO] [stderr]     Finished `dev` profile [unoptimized] target(s) in 4m 44s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.25.4, sqlx-postgres v0.7.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "0c572a7cc71cf6d12d7fd9b63261c7de16751ee1db06951574b6a31ea9e61f8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c572a7cc71cf6d12d7fd9b63261c7de16751ee1db06951574b6a31ea9e61f8a", kill_on_drop: false }`
[INFO] [stdout] 0c572a7cc71cf6d12d7fd9b63261c7de16751ee1db06951574b6a31ea9e61f8a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d6ded4bed3f56e9c495bf9af85798fe5848b5305eee765deee2d55369dd049c
[INFO] running `Command { std: "docker" "start" "-a" "5d6ded4bed3f56e9c495bf9af85798fe5848b5305eee765deee2d55369dd049c", kill_on_drop: false }`
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]    Compiling synod-shared v0.1.0 (/opt/rustwide/workdir/synod-shared)
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling serial_test v3.4.0
[INFO] [stderr]    Compiling synod-coordinator v0.1.0 (/opt/rustwide/workdir/synod-coordinator)
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 44.19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.25.4, sqlx-postgres v0.7.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "5d6ded4bed3f56e9c495bf9af85798fe5848b5305eee765deee2d55369dd049c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d6ded4bed3f56e9c495bf9af85798fe5848b5305eee765deee2d55369dd049c", kill_on_drop: false }`
[INFO] [stdout] 5d6ded4bed3f56e9c495bf9af85798fe5848b5305eee765deee2d55369dd049c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 48c97d3766004efb2e1befa7b1c5eaab2e0df1113ef4f0def6d4784ef878e5cd
[INFO] running `Command { std: "docker" "start" "-a" "48c97d3766004efb2e1befa7b1c5eaab2e0df1113ef4f0def6d4784ef878e5cd", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized] target(s) in 0.76s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.25.4, sqlx-postgres v0.7.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/synod_coordinator-4936269c0838fffa)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test horizon::tests::test_classify_inflow_payment_to_monitored_wallet ... ok
[INFO] [stdout] test horizon::tests::test_classify_inflow_unknown_asset ... ok
[INFO] [stdout] test horizon::tests::test_classify_inflow_non_payment_type ... ok
[INFO] [stdout] test constitution::tests::test_validate_valid_constitution ... ok
[INFO] [stdout] test constitution::tests::test_normalize_legacy_constitution ... ok
[INFO] [stdout] test horizon::tests::test_classify_inflow_wrong_destination ... ok
[INFO] [stdout] test horizon::tests::test_reconnect_strategies ... ok
[INFO] [stdout] test mcp::tests::event_mapping_uses_mcp_event_names ... ok
[INFO] [stdout] test mcp::tests::multiple_wallets_require_explicit_wallet_address ... ok
[INFO] [stdout] test mcp::tests::payment_intent_requires_destination_and_wallet_resolution ... ok
[INFO] [stdout] test mcp::tests::ready_projection_keeps_slot_ready_but_marks_connect_blocked ... ok
[INFO] [stdout] test mcp::tests::canonical_json_sorts_nested_keys ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/synod_coordinator-7ef3f67b0de39f2f)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running tests/agents.rs (/opt/rustwide/target/debug/deps/agents-1b3c50129a34c65a)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_agent_slot_starts_pending_pubkey ... FAILED
[INFO] [stdout] test test_connect_challenge_is_single_use has been running for over 60 seconds
[INFO] [stdout] test test_mcp_connect_handshake_and_ws_work_with_slot_only has been running for over 60 seconds
[INFO] [stdout] test test_mcp_ready_flips_immediately_after_slot_creation has been running for over 60 seconds
[INFO] [stdout] test test_pubkey_enrollment_and_connect_issue_session has been running for over 60 seconds
[INFO] [stdout] test test_revoking_agent_releases_pubkey_and_cleans_access_state has been running for over 60 seconds
[INFO] [stdout] test test_suspended_agent_cannot_start_connect_challenge has been running for over 60 seconds
[INFO] [stdout] test test_websocket_requires_valid_ticket_and_accepts_ping has been running for over 60 seconds
[INFO] [stdout] test test_mcp_ready_flips_immediately_after_slot_creation ... FAILED
[INFO] [stdout] test test_suspended_agent_cannot_start_connect_challenge ... FAILED
[INFO] [stdout] test test_websocket_requires_valid_ticket_and_accepts_ping ... FAILED
[INFO] [stdout] test test_revoking_agent_releases_pubkey_and_cleans_access_state ... FAILED
[INFO] [stdout] test test_pubkey_enrollment_and_connect_issue_session ... FAILED
[INFO] [stdout] test test_connect_challenge_is_single_use ... FAILED
[INFO] [stdout] test test_mcp_connect_handshake_and_ws_work_with_slot_only ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_agent_slot_starts_pending_pubkey stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_agent_slot_starts_pending_pubkey' (32) panicked at synod-coordinator/tests/common/mod.rs:55:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c0abb0983a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56c0abb22a9a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    2:     0x56c0abb0f0b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56c0abae662f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56c0abb011c9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]    5:     0x56c0aacdf0dc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56c0abb01442 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56c0abae66e8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56c0abadd8f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56c0abae76ad - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]   10:     0x56c0abb2328c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56c0abb22fd2 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]   12:     0x56c0aac406bb - agents[f198135f9cef6e7f]::common::spawn_test_server::{closure#0}
[INFO] [stdout]   13:     0x56c0aac42560 - agents[f198135f9cef6e7f]::common::setup_test_context::{closure#0}
[INFO] [stdout]   14:     0x56c0aac1637c - agents[f198135f9cef6e7f]::test_agent_slot_starts_pending_pubkey::{closure#0}::_test_agent_slot_starts_pending_pubkey_internal::{closure#0}
[INFO] [stdout]   15:     0x56c0aac56f9c - serial_test[ef818713f22f38f4]::serial_code_lock::local_async_serial_core::<agents[f198135f9cef6e7f]::test_agent_slot_starts_pending_pubkey::{closure#0}::_test_agent_slot_starts_pending_pubkey_internal::{closure#0}>::{closure#0}
[INFO] [stdout]   16:     0x56c0aac11607 - agents[f198135f9cef6e7f]::test_agent_slot_starts_pending_pubkey::{closure#0}
[INFO] [stdout]   17:     0x56c0aac2fee4 - <core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   18:     0x56c0aac2ff26 - <core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   19:     0x56c0aac9b9d6 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]   20:     0x56c0aac9b924 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]   21:     0x56c0aac92610 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Context>::enter::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   22:     0x56c0aac98e7d - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]   23:     0x56c0aac98184 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}
[INFO] [stdout]   24:     0x56c0aac77721 - <tokio[cd8457746cd3879b]::runtime::context::scoped::Scoped<tokio[cd8457746cd3879b]::runtime::scheduler::Context>>::set::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   25:     0x56c0aac588f4 - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]   26:     0x56c0aac267ba - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::try_with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   27:     0x56c0aac263e9 - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   28:     0x56c0aac553eb - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>
[INFO] [stdout]   29:     0x56c0aac95e44 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>
[INFO] [stdout]   30:     0x56c0aac96112 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   31:     0x56c0aac97d10 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]   32:     0x56c0aac796ab - tokio[cd8457746cd3879b]::runtime::context::runtime::enter_runtime::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   33:     0x56c0aac92138 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   34:     0x56c0aac84335 - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on_inner::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   35:     0x56c0aac8449b - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   36:     0x56c0aac251c2 - agents[f198135f9cef6e7f]::test_agent_slot_starts_pending_pubkey
[INFO] [stdout]   37:     0x56c0aac10ee3 - agents[f198135f9cef6e7f]::test_agent_slot_starts_pending_pubkey::{closure#0}
[INFO] [stdout]   38:     0x56c0aabeff56 - <agents[f198135f9cef6e7f]::test_agent_slot_starts_pending_pubkey::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   39:     0x56c0aacd23bb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]   40:     0x56c0aacdfbab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]   41:     0x56c0aacda584 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]   42:     0x56c0aace27b2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   43:     0x56c0abb08aff - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   44:     0x725e542abaa4 - <unknown>
[INFO] [stdout]   45:     0x725e54338a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_mcp_ready_flips_immediately_after_slot_creation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_mcp_ready_flips_immediately_after_slot_creation' (35) panicked at synod-coordinator/tests/common/mod.rs:55:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c0abb0983a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56c0abb22a9a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    2:     0x56c0abb0f0b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56c0abae662f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56c0abb011c9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]    5:     0x56c0aacdf0dc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56c0abb01442 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56c0abae66e8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56c0abadd8f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56c0abae76ad - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]   10:     0x56c0abb2328c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56c0abb22fd2 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]   12:     0x56c0aac406bb - agents[f198135f9cef6e7f]::common::spawn_test_server::{closure#0}
[INFO] [stdout]   13:     0x56c0aac42560 - agents[f198135f9cef6e7f]::common::setup_test_context::{closure#0}
[INFO] [stdout]   14:     0x56c0aac1a21c - agents[f198135f9cef6e7f]::test_mcp_ready_flips_immediately_after_slot_creation::{closure#0}::_test_mcp_ready_flips_immediately_after_slot_creation_internal::{closure#0}
[INFO] [stdout]   15:     0x56c0aac57b9c - serial_test[ef818713f22f38f4]::serial_code_lock::local_async_serial_core::<agents[f198135f9cef6e7f]::test_mcp_ready_flips_immediately_after_slot_creation::{closure#0}::_test_mcp_ready_flips_immediately_after_slot_creation_internal::{closure#0}>::{closure#0}
[INFO] [stdout]   16:     0x56c0aac11f97 - agents[f198135f9cef6e7f]::test_mcp_ready_flips_immediately_after_slot_creation::{closure#0}
[INFO] [stdout]   17:     0x56c0aac2fee4 - <core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   18:     0x56c0aac2ff26 - <core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   19:     0x56c0aac9b9d6 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]   20:     0x56c0aac9b924 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]   21:     0x56c0aac92610 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Context>::enter::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   22:     0x56c0aac98e7d - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]   23:     0x56c0aac98184 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}
[INFO] [stdout]   24:     0x56c0aac77721 - <tokio[cd8457746cd3879b]::runtime::context::scoped::Scoped<tokio[cd8457746cd3879b]::runtime::scheduler::Context>>::set::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   25:     0x56c0aac588f4 - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]   26:     0x56c0aac267ba - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::try_with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stderr] error: test failed, to rerun pass `-p synod-coordinator --test agents`
[INFO] [stdout]   27:     0x56c0aac263e9 - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   28:     0x56c0aac553eb - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>
[INFO] [stdout]   29:     0x56c0aac95e44 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>
[INFO] [stdout]   30:     0x56c0aac96112 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   31:     0x56c0aac97d10 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]   32:     0x56c0aac796ab - tokio[cd8457746cd3879b]::runtime::context::runtime::enter_runtime::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   33:     0x56c0aac92138 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   34:     0x56c0aac84335 - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on_inner::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   35:     0x56c0aac8449b - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   36:     0x56c0aac25792 - agents[f198135f9cef6e7f]::test_mcp_ready_flips_immediately_after_slot_creation
[INFO] [stdout]   37:     0x56c0aac10f73 - agents[f198135f9cef6e7f]::test_mcp_ready_flips_immediately_after_slot_creation::{closure#0}
[INFO] [stdout]   38:     0x56c0aabf0016 - <agents[f198135f9cef6e7f]::test_mcp_ready_flips_immediately_after_slot_creation::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   39:     0x56c0aacd23bb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]   40:     0x56c0aacdfbab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]   41:     0x56c0aacda584 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]   42:     0x56c0aace27b2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   43:     0x56c0abb08aff - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   44:     0x725e542abaa4 - <unknown>
[INFO] [stdout]   45:     0x725e54338a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_suspended_agent_cannot_start_connect_challenge stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_suspended_agent_cannot_start_connect_challenge' (38) panicked at synod-coordinator/tests/common/mod.rs:55:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c0abb0983a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56c0abb22a9a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    2:     0x56c0abb0f0b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56c0abae662f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56c0abb011c9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]    5:     0x56c0aacdf0dc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56c0abb01442 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56c0abae66e8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56c0abadd8f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56c0abae76ad - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]   10:     0x56c0abb2328c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56c0abb22fd2 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]   12:     0x56c0aac406bb - agents[f198135f9cef6e7f]::common::spawn_test_server::{closure#0}
[INFO] [stdout]   13:     0x56c0aac42560 - agents[f198135f9cef6e7f]::common::setup_test_context::{closure#0}
[INFO] [stdout]   14:     0x56c0aac18a2e - agents[f198135f9cef6e7f]::test_suspended_agent_cannot_start_connect_challenge::{closure#0}::_test_suspended_agent_cannot_start_connect_challenge_internal::{closure#0}
[INFO] [stdout]   15:     0x56c0aac5779c - serial_test[ef818713f22f38f4]::serial_code_lock::local_async_serial_core::<agents[f198135f9cef6e7f]::test_suspended_agent_cannot_start_connect_challenge::{closure#0}::_test_suspended_agent_cannot_start_connect_challenge_internal::{closure#0}>::{closure#0}
[INFO] [stdout]   16:     0x56c0aac11c67 - agents[f198135f9cef6e7f]::test_suspended_agent_cannot_start_connect_challenge::{closure#0}
[INFO] [stdout]   17:     0x56c0aac2fee4 - <core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   18:     0x56c0aac2ff26 - <core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   19:     0x56c0aac9b9d6 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]   20:     0x56c0aac9b924 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]   21:     0x56c0aac92610 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Context>::enter::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   22:     0x56c0aac98e7d - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]   23:     0x56c0aac98184 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}
[INFO] [stdout]   24:     0x56c0aac77721 - <tokio[cd8457746cd3879b]::runtime::context::scoped::Scoped<tokio[cd8457746cd3879b]::runtime::scheduler::Context>>::set::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   25:     0x56c0aac588f4 - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]   26:     0x56c0aac267ba - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::try_with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   27:     0x56c0aac263e9 - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   28:     0x56c0aac553eb - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>
[INFO] [stdout]   29:     0x56c0aac95e44 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>
[INFO] [stdout]   30:     0x56c0aac96112 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   31:     0x56c0aac97d10 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]   32:     0x56c0aac796ab - tokio[cd8457746cd3879b]::runtime::context::runtime::enter_runtime::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   33:     0x56c0aac92138 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   34:     0x56c0aac84335 - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on_inner::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   35:     0x56c0aac8449b - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   36:     0x56c0aac255a2 - agents[f198135f9cef6e7f]::test_suspended_agent_cannot_start_connect_challenge
[INFO] [stdout]   37:     0x56c0aac10f43 - agents[f198135f9cef6e7f]::test_suspended_agent_cannot_start_connect_challenge::{closure#0}
[INFO] [stdout]   38:     0x56c0aabeffd6 - <agents[f198135f9cef6e7f]::test_suspended_agent_cannot_start_connect_challenge::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   39:     0x56c0aacd23bb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]   40:     0x56c0aacdfbab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]   41:     0x56c0aacda584 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]   42:     0x56c0aace27b2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   43:     0x56c0abb08aff - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   44:     0x725e542abaa4 - <unknown>
[INFO] [stdout]   45:     0x725e54338a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_websocket_requires_valid_ticket_and_accepts_ping stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_websocket_requires_valid_ticket_and_accepts_ping' (39) panicked at synod-coordinator/tests/common/mod.rs:55:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c0abb0983a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56c0abb22a9a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    2:     0x56c0abb0f0b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56c0abae662f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56c0abb011c9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]    5:     0x56c0aacdf0dc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56c0abb01442 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56c0abae66e8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56c0abadd8f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56c0abae76ad - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]   10:     0x56c0abb2328c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56c0abb22fd2 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]   12:     0x56c0aac406bb - agents[f198135f9cef6e7f]::common::spawn_test_server::{closure#0}
[INFO] [stdout]   13:     0x56c0aac42560 - agents[f198135f9cef6e7f]::common::setup_test_context::{closure#0}
[INFO] [stdout]   14:     0x56c0aac1cd6e - agents[f198135f9cef6e7f]::test_websocket_requires_valid_ticket_and_accepts_ping::{closure#0}::_test_websocket_requires_valid_ticket_and_accepts_ping_internal::{closure#0}
[INFO] [stdout]   15:     0x56c0aac5839c - serial_test[ef818713f22f38f4]::serial_code_lock::local_async_serial_core::<agents[f198135f9cef6e7f]::test_websocket_requires_valid_ticket_and_accepts_ping::{closure#0}::_test_websocket_requires_valid_ticket_and_accepts_ping_internal::{closure#0}>::{closure#0}
[INFO] [stdout]   16:     0x56c0aac125f7 - agents[f198135f9cef6e7f]::test_websocket_requires_valid_ticket_and_accepts_ping::{closure#0}
[INFO] [stdout]   17:     0x56c0aac2fee4 - <core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   18:     0x56c0aac2ff26 - <core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   19:     0x56c0aac9b9d6 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]   20:     0x56c0aac9b924 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]   21:     0x56c0aac92610 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Context>::enter::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   22:     0x56c0aac98e7d - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]   23:     0x56c0aac98184 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}
[INFO] [stdout]   24:     0x56c0aac77721 - <tokio[cd8457746cd3879b]::runtime::context::scoped::Scoped<tokio[cd8457746cd3879b]::runtime::scheduler::Context>>::set::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   25:     0x56c0aac588f4 - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]   26:     0x56c0aac267ba - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::try_with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   27:     0x56c0aac263e9 - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   28:     0x56c0aac553eb - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>
[INFO] [stdout]   29:     0x56c0aac95e44 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>
[INFO] [stdout]   30:     0x56c0aac96112 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   31:     0x56c0aac97d10 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]   32:     0x56c0aac796ab - tokio[cd8457746cd3879b]::runtime::context::runtime::enter_runtime::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   33:     0x56c0aac92138 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   34:     0x56c0aac84335 - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on_inner::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   35:     0x56c0aac8449b - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   36:     0x56c0aac25b72 - agents[f198135f9cef6e7f]::test_websocket_requires_valid_ticket_and_accepts_ping
[INFO] [stdout]   37:     0x56c0aac10fd3 - agents[f198135f9cef6e7f]::test_websocket_requires_valid_ticket_and_accepts_ping::{closure#0}
[INFO] [stdout]   38:     0x56c0aabf0096 - <agents[f198135f9cef6e7f]::test_websocket_requires_valid_ticket_and_accepts_ping::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   39:     0x56c0aacd23bb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]   40:     0x56c0aacdfbab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]   41:     0x56c0aacda584 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]   42:     0x56c0aace27b2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   43:     0x56c0abb08aff - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   44:     0x725e542abaa4 - <unknown>
[INFO] [stdout]   45:     0x725e54338a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_revoking_agent_releases_pubkey_and_cleans_access_state stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_revoking_agent_releases_pubkey_and_cleans_access_state' (37) panicked at synod-coordinator/tests/common/mod.rs:55:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c0abb0983a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56c0abb22a9a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    2:     0x56c0abb0f0b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56c0abae662f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56c0abb011c9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]    5:     0x56c0aacdf0dc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56c0abb01442 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56c0abae66e8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56c0abadd8f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56c0abae76ad - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]   10:     0x56c0abb2328c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56c0abb22fd2 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]   12:     0x56c0aac406bb - agents[f198135f9cef6e7f]::common::spawn_test_server::{closure#0}
[INFO] [stdout]   13:     0x56c0aac42560 - agents[f198135f9cef6e7f]::common::setup_test_context::{closure#0}
[INFO] [stdout]   14:     0x56c0aac1ef92 - agents[f198135f9cef6e7f]::test_revoking_agent_releases_pubkey_and_cleans_access_state::{closure#0}::_test_revoking_agent_releases_pubkey_and_cleans_access_state_internal::{closure#0}
[INFO] [stdout]   15:     0x56c0aac5879c - serial_test[ef818713f22f38f4]::serial_code_lock::local_async_serial_core::<agents[f198135f9cef6e7f]::test_revoking_agent_releases_pubkey_and_cleans_access_state::{closure#0}::_test_revoking_agent_releases_pubkey_and_cleans_access_state_internal::{closure#0}>::{closure#0}
[INFO] [stdout]   16:     0x56c0aac12927 - agents[f198135f9cef6e7f]::test_revoking_agent_releases_pubkey_and_cleans_access_state::{closure#0}
[INFO] [stdout]   17:     0x56c0aac2fee4 - <core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   18:     0x56c0aac2ff26 - <core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   19:     0x56c0aac9b9d6 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]   20:     0x56c0aac9b924 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]   21:     0x56c0aac92610 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Context>::enter::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   22:     0x56c0aac98e7d - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]   23:     0x56c0aac98184 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}
[INFO] [stdout]   24:     0x56c0aac77721 - <tokio[cd8457746cd3879b]::runtime::context::scoped::Scoped<tokio[cd8457746cd3879b]::runtime::scheduler::Context>>::set::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   25:     0x56c0aac588f4 - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]   26:     0x56c0aac267ba - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::try_with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   27:     0x56c0aac263e9 - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   28:     0x56c0aac553eb - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>
[INFO] [stdout]   29:     0x56c0aac95e44 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>
[INFO] [stdout]   30:     0x56c0aac96112 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   31:     0x56c0aac97d10 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]   32:     0x56c0aac796ab - tokio[cd8457746cd3879b]::runtime::context::runtime::enter_runtime::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   33:     0x56c0aac92138 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   34:     0x56c0aac84335 - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on_inner::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   35:     0x56c0aac8449b - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   36:     0x56c0aac25d17 - agents[f198135f9cef6e7f]::test_revoking_agent_releases_pubkey_and_cleans_access_state
[INFO] [stdout]   37:     0x56c0aac11003 - agents[f198135f9cef6e7f]::test_revoking_agent_releases_pubkey_and_cleans_access_state::{closure#0}
[INFO] [stdout]   38:     0x56c0aabf00d6 - <agents[f198135f9cef6e7f]::test_revoking_agent_releases_pubkey_and_cleans_access_state::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   39:     0x56c0aacd23bb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]   40:     0x56c0aacdfbab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]   41:     0x56c0aacda584 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]   42:     0x56c0aace27b2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   43:     0x56c0abb08aff - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   44:     0x725e542abaa4 - <unknown>
[INFO] [stdout]   45:     0x725e54338a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_pubkey_enrollment_and_connect_issue_session stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_pubkey_enrollment_and_connect_issue_session' (36) panicked at synod-coordinator/tests/common/mod.rs:55:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c0abb0983a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56c0abb22a9a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    2:     0x56c0abb0f0b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56c0abae662f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56c0abb011c9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]    5:     0x56c0aacdf0dc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56c0abb01442 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56c0abae66e8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56c0abadd8f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56c0abae76ad - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]   10:     0x56c0abb2328c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56c0abb22fd2 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]   12:     0x56c0aac406bb - agents[f198135f9cef6e7f]::common::spawn_test_server::{closure#0}
[INFO] [stdout]   13:     0x56c0aac42560 - agents[f198135f9cef6e7f]::common::setup_test_context::{closure#0}
[INFO] [stdout]   14:     0x56c0aac17629 - agents[f198135f9cef6e7f]::test_pubkey_enrollment_and_connect_issue_session::{closure#0}::_test_pubkey_enrollment_and_connect_issue_session_internal::{closure#0}
[INFO] [stdout]   15:     0x56c0aac5739c - serial_test[ef818713f22f38f4]::serial_code_lock::local_async_serial_core::<agents[f198135f9cef6e7f]::test_pubkey_enrollment_and_connect_issue_session::{closure#0}::_test_pubkey_enrollment_and_connect_issue_session_internal::{closure#0}>::{closure#0}
[INFO] [stdout]   16:     0x56c0aac11937 - agents[f198135f9cef6e7f]::test_pubkey_enrollment_and_connect_issue_session::{closure#0}
[INFO] [stdout]   17:     0x56c0aac2fee4 - <core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   18:     0x56c0aac2ff26 - <core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   19:     0x56c0aac9b9d6 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]   20:     0x56c0aac9b924 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]   21:     0x56c0aac92610 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Context>::enter::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   22:     0x56c0aac98e7d - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]   23:     0x56c0aac98184 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}
[INFO] [stdout]   24:     0x56c0aac77721 - <tokio[cd8457746cd3879b]::runtime::context::scoped::Scoped<tokio[cd8457746cd3879b]::runtime::scheduler::Context>>::set::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   25:     0x56c0aac588f4 - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]   26:     0x56c0aac267ba - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::try_with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   27:     0x56c0aac263e9 - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   28:     0x56c0aac553eb - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>
[INFO] [stdout]   29:     0x56c0aac95e44 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>
[INFO] [stdout]   30:     0x56c0aac96112 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   31:     0x56c0aac97d10 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]   32:     0x56c0aac796ab - tokio[cd8457746cd3879b]::runtime::context::runtime::enter_runtime::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   33:     0x56c0aac92138 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   34:     0x56c0aac84335 - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on_inner::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   35:     0x56c0aac8449b - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   36:     0x56c0aac253b2 - agents[f198135f9cef6e7f]::test_pubkey_enrollment_and_connect_issue_session
[INFO] [stdout]   37:     0x56c0aac10f13 - agents[f198135f9cef6e7f]::test_pubkey_enrollment_and_connect_issue_session::{closure#0}
[INFO] [stdout]   38:     0x56c0aabeff96 - <agents[f198135f9cef6e7f]::test_pubkey_enrollment_and_connect_issue_session::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   39:     0x56c0aacd23bb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]   40:     0x56c0aacdfbab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]   41:     0x56c0aacda584 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]   42:     0x56c0aace27b2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   43:     0x56c0abb08aff - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   44:     0x725e542abaa4 - <unknown>
[INFO] [stdout]   45:     0x725e54338a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_connect_challenge_is_single_use stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_connect_challenge_is_single_use' (33) panicked at synod-coordinator/tests/common/mod.rs:55:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c0abb0983a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56c0abb22a9a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    2:     0x56c0abb0f0b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56c0abae662f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56c0abb011c9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]    5:     0x56c0aacdf0dc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56c0abb01442 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56c0abae66e8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56c0abadd8f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56c0abae76ad - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]   10:     0x56c0abb2328c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56c0abb22fd2 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]   12:     0x56c0aac406bb - agents[f198135f9cef6e7f]::common::spawn_test_server::{closure#0}
[INFO] [stdout]   13:     0x56c0aac42560 - agents[f198135f9cef6e7f]::common::setup_test_context::{closure#0}
[INFO] [stdout]   14:     0x56c0aac12e3a - agents[f198135f9cef6e7f]::test_connect_challenge_is_single_use::{closure#0}::_test_connect_challenge_is_single_use_internal::{closure#0}
[INFO] [stdout]   15:     0x56c0aac56b9c - serial_test[ef818713f22f38f4]::serial_code_lock::local_async_serial_core::<agents[f198135f9cef6e7f]::test_connect_challenge_is_single_use::{closure#0}::_test_connect_challenge_is_single_use_internal::{closure#0}>::{closure#0}
[INFO] [stdout]   16:     0x56c0aac112d7 - agents[f198135f9cef6e7f]::test_connect_challenge_is_single_use::{closure#0}
[INFO] [stdout]   17:     0x56c0aac2fee4 - <core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   18:     0x56c0aac2ff26 - <core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   19:     0x56c0aac9b9d6 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]   20:     0x56c0aac9b924 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]   21:     0x56c0aac92610 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Context>::enter::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   22:     0x56c0aac98e7d - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]   23:     0x56c0aac98184 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}
[INFO] [stdout]   24:     0x56c0aac77721 - <tokio[cd8457746cd3879b]::runtime::context::scoped::Scoped<tokio[cd8457746cd3879b]::runtime::scheduler::Context>>::set::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   25:     0x56c0aac588f4 - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]   26:     0x56c0aac267ba - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::try_with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   27:     0x56c0aac263e9 - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   28:     0x56c0aac553eb - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>
[INFO] [stdout]   29:     0x56c0aac95e44 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>
[INFO] [stdout]   30:     0x56c0aac96112 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   31:     0x56c0aac97d10 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]   32:     0x56c0aac796ab - tokio[cd8457746cd3879b]::runtime::context::runtime::enter_runtime::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   33:     0x56c0aac92138 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   34:     0x56c0aac84335 - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on_inner::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   35:     0x56c0aac8449b - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   36:     0x56c0aac24fd2 - agents[f198135f9cef6e7f]::test_connect_challenge_is_single_use
[INFO] [stdout]   37:     0x56c0aac10eb3 - agents[f198135f9cef6e7f]::test_connect_challenge_is_single_use::{closure#0}
[INFO] [stdout]   38:     0x56c0aabeff16 - <agents[f198135f9cef6e7f]::test_connect_challenge_is_single_use::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   39:     0x56c0aacd23bb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]   40:     0x56c0aacdfbab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]   41:     0x56c0aacda584 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]   42:     0x56c0aace27b2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   43:     0x56c0abb08aff - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   44:     0x725e542abaa4 - <unknown>
[INFO] [stdout]   45:     0x725e54338a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_mcp_connect_handshake_and_ws_work_with_slot_only stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_mcp_connect_handshake_and_ws_work_with_slot_only' (34) panicked at synod-coordinator/tests/common/mod.rs:55:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: PoolTimedOut
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56c0abb0983a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x56c0abb22a9a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    2:     0x56c0abb0f0b2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x56c0abae662f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x56c0abb011c9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]    5:     0x56c0aacdf0dc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x56c0abb01442 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x56c0abae66e8 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x56c0abadd8f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x56c0abae76ad - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]   10:     0x56c0abb2328c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]   11:     0x56c0abb22fd2 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]   12:     0x56c0aac406bb - agents[f198135f9cef6e7f]::common::spawn_test_server::{closure#0}
[INFO] [stdout]   13:     0x56c0aac42560 - agents[f198135f9cef6e7f]::common::setup_test_context::{closure#0}
[INFO] [stdout]   14:     0x56c0aac1b36b - agents[f198135f9cef6e7f]::test_mcp_connect_handshake_and_ws_work_with_slot_only::{closure#0}::_test_mcp_connect_handshake_and_ws_work_with_slot_only_internal::{closure#0}
[INFO] [stdout]   15:     0x56c0aac57f9c - serial_test[ef818713f22f38f4]::serial_code_lock::local_async_serial_core::<agents[f198135f9cef6e7f]::test_mcp_connect_handshake_and_ws_work_with_slot_only::{closure#0}::_test_mcp_connect_handshake_and_ws_work_with_slot_only_internal::{closure#0}>::{closure#0}
[INFO] [stdout]   16:     0x56c0aac122c7 - agents[f198135f9cef6e7f]::test_mcp_connect_handshake_and_ws_work_with_slot_only::{closure#0}
[INFO] [stdout]   17:     0x56c0aac2fee4 - <core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   18:     0x56c0aac2ff26 - <core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]   19:     0x56c0aac9b9d6 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]   20:     0x56c0aac9b924 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]   21:     0x56c0aac92610 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Context>::enter::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]   22:     0x56c0aac98e7d - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]   23:     0x56c0aac98184 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}
[INFO] [stdout]   24:     0x56c0aac77721 - <tokio[cd8457746cd3879b]::runtime::context::scoped::Scoped<tokio[cd8457746cd3879b]::runtime::scheduler::Context>>::set::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   25:     0x56c0aac588f4 - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]   26:     0x56c0aac267ba - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::try_with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   27:     0x56c0aac263e9 - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[cd8457746cd3879b]::runtime::context::Context>>::with::<tokio[cd8457746cd3879b]::runtime::context::set_scheduler<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>)>
[INFO] [stdout]   28:     0x56c0aac553eb - tokio[cd8457746cd3879b]::runtime::context::set_scheduler::<(alloc[a8a7aba520129d98]::boxed::Box<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::Core>, core[35159d6ffb30e017]::option::Option<()>), <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>::{closure#0}>
[INFO] [stdout]   29:     0x56c0aac95e44 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>::{closure#0}, core[35159d6ffb30e017]::option::Option<()>>
[INFO] [stdout]   30:     0x56c0aac96112 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>>
[INFO] [stdout]   31:     0x56c0aac97d10 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]   32:     0x56c0aac796ab - tokio[cd8457746cd3879b]::runtime::context::runtime::enter_runtime::<<tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]   33:     0x56c0aac92138 - <tokio[cd8457746cd3879b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   34:     0x56c0aac84335 - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on_inner::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   35:     0x56c0aac8449b - <tokio[cd8457746cd3879b]::runtime::runtime::Runtime>::block_on::<core[35159d6ffb30e017]::pin::Pin<&mut dyn core[35159d6ffb30e017]::future::future::Future<Output = ()>>>
[INFO] [stdout]   36:     0x56c0aac25982 - agents[f198135f9cef6e7f]::test_mcp_connect_handshake_and_ws_work_with_slot_only
[INFO] [stdout]   37:     0x56c0aac10fa3 - agents[f198135f9cef6e7f]::test_mcp_connect_handshake_and_ws_work_with_slot_only::{closure#0}
[INFO] [stdout]   38:     0x56c0aabf0056 - <agents[f198135f9cef6e7f]::test_mcp_connect_handshake_and_ws_work_with_slot_only::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   39:     0x56c0aacd23bb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]   40:     0x56c0aacdfbab - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]   41:     0x56c0aacda584 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]   42:     0x56c0aace27b2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   43:     0x56c0abb08aff - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   44:     0x725e542abaa4 - <unknown>
[INFO] [stdout]   45:     0x725e54338a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_agent_slot_starts_pending_pubkey
[INFO] [stdout]     test_connect_challenge_is_single_use
[INFO] [stdout]     test_mcp_connect_handshake_and_ws_work_with_slot_only
[INFO] [stdout]     test_mcp_ready_flips_immediately_after_slot_creation
[INFO] [stdout]     test_pubkey_enrollment_and_connect_issue_session
[INFO] [stdout]     test_revoking_agent_releases_pubkey_and_cleans_access_state
[INFO] [stdout]     test_suspended_agent_cannot_start_connect_challenge
[INFO] [stdout]     test_websocket_requires_valid_ticket_and_accepts_ping
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 240.04s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "48c97d3766004efb2e1befa7b1c5eaab2e0df1113ef4f0def6d4784ef878e5cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48c97d3766004efb2e1befa7b1c5eaab2e0df1113ef4f0def6d4784ef878e5cd", kill_on_drop: false }`
[INFO] [stdout] 48c97d3766004efb2e1befa7b1c5eaab2e0df1113ef4f0def6d4784ef878e5cd
