[INFO] cloning repository https://github.com/ekkus93/rust_webrtc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ekkus93/rust_webrtc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekkus93%2Frust_webrtc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekkus93%2Frust_webrtc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 26ae91848c87f87c699eeb81be2204046e58bbeb
[INFO] checking ekkus93/rust_webrtc against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekkus93%2Frust_webrtc" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ekkus93/rust_webrtc
[INFO] finished tweaking git repo https://github.com/ekkus93/rust_webrtc
[INFO] tweaked toml for git repo https://github.com/ekkus93/rust_webrtc written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ekkus93/rust_webrtc on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ekkus93/rust_webrtc 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 926e08f9f205a7f41419b1d1fdb62390488f078dd425ee2431d3e14b1a9c4816
[INFO] running `Command { std: "docker" "start" "926e08f9f205a7f41419b1d1fdb62390488f078dd425ee2431d3e14b1a9c4816", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "926e08f9f205a7f41419b1d1fdb62390488f078dd425ee2431d3e14b1a9c4816", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "926e08f9f205a7f41419b1d1fdb62390488f078dd425ee2431d3e14b1a9c4816" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "926e08f9f205a7f41419b1d1fdb62390488f078dd425ee2431d3e14b1a9c4816", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "926e08f9f205a7f41419b1d1fdb62390488f078dd425ee2431d3e14b1a9c4816" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking indexmap v2.13.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking base16ct v0.1.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking crc v3.4.0
[INFO] [stderr]     Checking cipher v0.2.5
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking pem-rfc7468 v0.6.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling oid-registry v0.6.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking cipher v0.3.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]    Compiling oid-registry v0.4.0
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling substring v1.4.5
[INFO] [stderr]     Checking waitgroup v0.1.2
[INFO] [stderr]     Checking aes v0.7.5
[INFO] [stderr]     Checking ctr v0.8.0
[INFO] [stderr]     Checking arc-swap v1.9.0
[INFO] [stderr]     Checking aes-soft v0.6.4
[INFO] [stderr]     Checking aead v0.3.2
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking block-padding v0.2.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking ccm v0.3.0
[INFO] [stderr]     Checking aes v0.6.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking block-modes v0.7.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking ff v0.12.1
[INFO] [stderr]     Checking aead v0.4.3
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking group v0.12.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking quick-xml v0.41.0
[INFO] [stderr]    Compiling jni-sys v0.3.1
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking cesu8 v1.1.0
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling webrtc-util v0.7.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking yasna v0.6.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling asn1-rs-impl v0.1.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.4.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.1.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking der v0.6.1
[INFO] [stderr]     Checking crypto-bigint v0.4.9
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]     Checking asn1-rs v0.5.2
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]     Checking asn1-rs v0.3.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking spki v0.6.0
[INFO] [stderr]     Checking pkcs8 v0.9.0
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking sec1 v0.3.0
[INFO] [stderr]    Compiling derive_builder_core v0.11.2
[INFO] [stderr]     Checking rfc6979 v0.3.1
[INFO] [stderr]     Checking webpki v0.21.4
[INFO] [stderr]     Checking sct v0.6.1
[INFO] [stderr]     Checking curve25519-dalek v3.2.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking elliptic-curve v0.12.3
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking rustls v0.19.1
[INFO] [stderr]    Compiling jni-sys-macros v0.4.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking jni-sys v0.4.1
[INFO] [stderr]     Checking rcgen v0.14.8
[INFO] [stderr]     Checking ecdsa v0.14.8
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking der-parser v8.2.0
[INFO] [stderr]     Checking der-parser v7.0.0
[INFO] [stderr]     Checking p384 v0.11.2
[INFO] [stderr]     Checking p256 v0.11.1
[INFO] [stderr]     Checking jni v0.21.1
[INFO] [stderr]    Compiling derive_builder_macro v0.11.2
[INFO] [stderr]     Checking derive_builder v0.11.2
[INFO] [stderr]     Checking x509-parser v0.13.2
[INFO] [stderr]     Checking x509-parser v0.14.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking plist v1.10.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking rcgen v0.10.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking sdp v0.5.3
[INFO] [stderr]     Checking p2p-core v0.3.2 (/opt/rustwide/workdir/crates/p2p-core)
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking p2p-crypto v0.3.2 (/opt/rustwide/workdir/crates/p2p-crypto)
[INFO] [stderr]     Checking rtp v0.8.0
[INFO] [stderr]     Checking stun v0.4.4
[INFO] [stderr]     Checking rtcp v0.9.0
[INFO] [stderr]     Checking webrtc-sctp v0.8.0
[INFO] [stderr]     Checking webrtc-mdns v0.5.2
[INFO] [stderr]     Checking webrtc-dtls v0.7.2
[INFO] [stderr]     Checking turn v0.6.1
[INFO] [stderr]     Checking webrtc-media v0.6.1
[INFO] [stderr]     Checking webrtc-srtp v0.10.0
[INFO] [stderr]     Checking interceptor v0.9.0
[INFO] [stderr]     Checking webrtc-data v0.7.0
[INFO] [stderr]     Checking webrtc-ice v0.9.1
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]     Checking webrtc v0.8.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rumqttc v0.25.1
[INFO] [stderr]     Checking p2p-webrtc v0.3.2 (/opt/rustwide/workdir/crates/p2p-webrtc)
[INFO] [stderr]     Checking p2p-tunnel v0.3.2 (/opt/rustwide/workdir/crates/p2p-tunnel)
[INFO] [stderr]     Checking p2p-signaling v0.3.2 (/opt/rustwide/workdir/crates/p2p-signaling)
[INFO] [stderr]     Checking p2p-daemon v0.3.2 (/opt/rustwide/workdir/crates/p2p-daemon)
[INFO] [stderr]     Checking p2p-mobile v0.3.2 (/opt/rustwide/workdir/crates/p2p-mobile)
[INFO] [stderr]     Checking p2pctl v0.3.2 (/opt/rustwide/workdir/bins/p2pctl)
[INFO] [stderr]     Checking p2p-offer v0.3.2 (/opt/rustwide/workdir/bins/p2p-offer)
[INFO] [stderr]     Checking p2p-answer v0.3.2 (/opt/rustwide/workdir/bins/p2p-answer)
[INFO] [stdout] warning: overflow evaluating the requirement `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]    --> crates/p2p-daemon/tests/real_broker_tunnel.rs:411:22
[INFO] [stdout]     |
[INFO] [stdout] 411 |     let offer_task = tokio::spawn(run_offer_daemon(offer_config, offer_id.identity, offer_keys));
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{async fn body of p2p_daemon::offer::run_offer_daemon()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_offer_daemon::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of p2p_daemon::offer::run_offer_daemon_with_shutdown()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_offer_daemon_with_shutdown::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_offer_daemon_with_transport_and_shutdown<p2p_signaling::transport::mqtt::MqttSignalingTransport>()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_offer_daemon_with_transport_and_shutdown<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_offer_daemon_with_transport_and_test_hook_and_shutdown<p2p_signaling::transport::mqtt::MqttSignalingTransport>()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_offer_daemon_with_transport_and_test_hook_and_shutdown<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of p2p_daemon::offer::runtime::run_offer_daemon_inner<p2p_signaling::transport::mqtt::MqttSignalingTransport>()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@p2p_daemon::offer::runtime::run_offer_daemon_inner<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{async block@p2p_daemon::offer::runtime::run_offer_daemon_inner<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}::{closure#1}}: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`real_broker_tunnel`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]   --> crates/p2p-daemon/tests/two_node_daemon/harness/session.rs:70:22
[INFO] [stdout]    |
[INFO] [stdout] 70 |       let offer_task = tokio::spawn(run_offer_daemon_with_transport_and_test_hook(
[INFO] [stdout]    |  ______________________^
[INFO] [stdout] 71 | |         offer_config,
[INFO] [stdout] 72 | |         offer_identity_for_task,
[INFO] [stdout] 73 | |         offer_keys_for_task,
[INFO] [stdout] 74 | |         offer_transport,
[INFO] [stdout] 75 | |         Some(hook_tx),
[INFO] [stdout] 76 | |     ));
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: which requires `{async fn body of run_offer_daemon_with_transport_and_test_hook<InMemoryTransport>()}: Send`
[INFO] [stdout]    = note: which requires `{coroutine witness@run_offer_daemon_with_transport_and_test_hook<InMemoryTransport>::{closure#0}}: Send`
[INFO] [stdout]    = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]    = note: which requires `{async fn body of run_offer_daemon_with_transport_and_test_hook_and_shutdown<InMemoryTransport>()}: Send`
[INFO] [stdout]    = note: which requires `{coroutine witness@run_offer_daemon_with_transport_and_test_hook_and_shutdown<InMemoryTransport>::{closure#0}}: Send`
[INFO] [stdout]    = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]    = note: which requires `{async fn body of p2p_daemon::offer::runtime::run_offer_daemon_inner<InMemoryTransport>()}: Send`
[INFO] [stdout]    = note: which requires `{coroutine witness@p2p_daemon::offer::runtime::run_offer_daemon_inner<InMemoryTransport>::{closure#0}}: Send`
[INFO] [stdout]    = note: which requires `{async block@p2p_daemon::offer::runtime::run_offer_daemon_inner<InMemoryTransport>::{closure#0}::{closure#1}}: Send`
[INFO] [stdout]    = note: which requires `{coroutine witness@p2p_daemon::offer::runtime::run_offer_daemon_inner<InMemoryTransport>::{closure#0}::{closure#1}}: Send`
[INFO] [stdout]    = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]    = note: which requires `{async fn body of p2p_daemon::offer::session::run_offer_session<InMemoryTransport>()}: Send`
[INFO] [stdout]    = note: which requires `{coroutine witness@p2p_daemon::offer::session::run_offer_session<InMemoryTransport>::{closure#0}}: Send`
[INFO] [stdout]    = note: which requires `{async block@p2p_daemon::offer::session::run_offer_session<InMemoryTransport>::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]    = note: which requires `{coroutine witness@p2p_daemon::offer::session::run_offer_session<InMemoryTransport>::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]    = note: and so on...
[INFO] [stdout]    = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]    = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`two_node_daemon`)
[INFO] [stdout]    = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]    = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/p2p-mobile/src/runtime/mod.rs:219:34: 219:44}: Send`
[INFO] [stdout]    --> crates/p2p-mobile/src/runtime/mod.rs:219:28
[INFO] [stdout]     |
[INFO] [stdout] 219 |         let task = runtime.spawn(async move {
[INFO] [stdout]     |                            ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/p2p-mobile/src/runtime/mod.rs:219:34: 219:44}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of p2p_daemon::offer::run_offer_daemon_with_status_and_shutdown()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_offer_daemon_with_status_and_shutdown::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of p2p_daemon::offer::runtime::run_offer_daemon_inner<p2p_signaling::transport::mqtt::MqttSignalingTransport>()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@p2p_daemon::offer::runtime::run_offer_daemon_inner<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{async block@p2p_daemon::offer::runtime::run_offer_daemon_inner<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}::{closure#1}}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@p2p_daemon::offer::runtime::run_offer_daemon_inner<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}::{closure#1}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of p2p_daemon::offer::session::run_offer_session<p2p_signaling::transport::mqtt::MqttSignalingTransport>()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@p2p_daemon::offer::session::run_offer_session<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{async block@p2p_daemon::offer::session::run_offer_session<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@p2p_daemon::offer::session::run_offer_session<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `PollFn<{closure@p2p_daemon::offer::session::run_offer_session<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}::{closure#0}::{closure#13}}>: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`p2p_mobile`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@crates/p2p-mobile/src/runtime/mod.rs:219:34: 219:44}: Send`
[INFO] [stdout]    --> crates/p2p-mobile/src/runtime/mod.rs:219:28
[INFO] [stdout]     |
[INFO] [stdout] 219 |         let task = runtime.spawn(async move {
[INFO] [stdout]     |                            ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/p2p-mobile/src/runtime/mod.rs:219:34: 219:44}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of p2p_daemon::offer::run_offer_daemon_with_status_and_shutdown()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@run_offer_daemon_with_status_and_shutdown::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of p2p_daemon::offer::runtime::run_offer_daemon_inner<p2p_signaling::transport::mqtt::MqttSignalingTransport>()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@p2p_daemon::offer::runtime::run_offer_daemon_inner<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{async block@p2p_daemon::offer::runtime::run_offer_daemon_inner<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}::{closure#1}}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@p2p_daemon::offer::runtime::run_offer_daemon_inner<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}::{closure#1}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<(), DaemonError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of p2p_daemon::offer::session::run_offer_session<p2p_signaling::transport::mqtt::MqttSignalingTransport>()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@p2p_daemon::offer::session::run_offer_session<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{async block@p2p_daemon::offer::session::run_offer_session<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@p2p_daemon::offer::session::run_offer_session<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `PollFn<{closure@p2p_daemon::offer::session::run_offer_session<p2p_signaling::transport::mqtt::MqttSignalingTransport>::{closure#0}::{closure#0}::{closure#13}}>: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`p2p_mobile`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `impl futures_util::Future<Output = Result<(), error::DaemonError>>: std::marker::Send`
[INFO] [stdout]    --> crates/p2p-daemon/src/tests/status_and_recovery.rs:378:18
[INFO] [stdout]     |
[INFO] [stdout] 378 |       let daemon = tokio::spawn(run_offer_daemon_with_transport_and_test_hook(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 379 | |         config,
[INFO] [stdout] 380 | |         offer.identity,
[INFO] [stdout] 381 | |         authorized_keys,
[INFO] [stdout] 382 | |         transport,
[INFO] [stdout] 383 | |         None,
[INFO] [stdout] 384 | |     ));
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{async fn body of offer::run_offer_daemon_with_transport_and_test_hook<support::ScriptedPollingTransport>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/p2p-daemon/src/offer/mod.rs:194:30: 204:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures_util::Future<Output = Result<(), error::DaemonError>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_offer_daemon_with_transport_and_test_hook_and_shutdown<support::ScriptedPollingTransport>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/p2p-daemon/src/offer/mod.rs:220:30: 237:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures_util::Future<Output = Result<(), error::DaemonError>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_offer_daemon_inner<support::ScriptedPollingTransport>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/p2p-daemon/src/offer/runtime.rs:38:30: 325:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@crates/p2p-daemon/src/offer/runtime.rs:101:47: 101:52}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/p2p-daemon/src/offer/runtime.rs:101:47: 101:52}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures_util::Future<Output = Result<(), error::DaemonError>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of run_offer_session<support::ScriptedPollingTransport>()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/p2p-daemon/src/offer/session/mod.rs:98:30: 577:2}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@crates/p2p-daemon/src/offer/session/mod.rs:205:18: 205:23}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@crates/p2p-daemon/src/offer/session/mod.rs:205:18: 205:23}: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`p2p_daemon`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `serde_json`
[INFO] [stderr]   --> crates/p2p-core/Cargo.toml:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | serde_json.workspace = true
[INFO] [stderr]    | ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `serde_json`
[INFO] [stderr] warning: unused dependency `tracing`
[INFO] [stderr]   --> crates/p2p-core/Cargo.toml:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | tracing.workspace = true
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `tracing`
[INFO] [stderr] warning: `p2p-core` (manifest) generated 2 warnings
[INFO] [stderr] warning: unused dependency `hex`
[INFO] [stderr]   --> crates/p2p-crypto/Cargo.toml:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | hex.workspace = true
[INFO] [stderr]    | ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `hex`
[INFO] [stderr] warning: `p2p-crypto` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
[INFO] running `Command { std: "docker" "inspect" "926e08f9f205a7f41419b1d1fdb62390488f078dd425ee2431d3e14b1a9c4816", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "926e08f9f205a7f41419b1d1fdb62390488f078dd425ee2431d3e14b1a9c4816", kill_on_drop: false }`
[INFO] [stdout] 926e08f9f205a7f41419b1d1fdb62390488f078dd425ee2431d3e14b1a9c4816
