[INFO] cloning repository https://github.com/mnutt/iroh-tunnel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mnutt/iroh-tunnel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmnutt%2Firoh-tunnel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmnutt%2Firoh-tunnel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] be18a498667cb668c14acc459b7c97b12564cf17
[INFO] testing mnutt/iroh-tunnel against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmnutt%2Firoh-tunnel" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mnutt/iroh-tunnel
[INFO] finished tweaking git repo https://github.com/mnutt/iroh-tunnel
[INFO] tweaked toml for git repo https://github.com/mnutt/iroh-tunnel written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mnutt/iroh-tunnel on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mnutt/iroh-tunnel 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b09bdf73f6d4e3caa255fae53fa6150719f78cc6d91ea253d219b6e1dac84b78
[INFO] running `Command { std: "docker" "start" "-a" "b09bdf73f6d4e3caa255fae53fa6150719f78cc6d91ea253d219b6e1dac84b78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b09bdf73f6d4e3caa255fae53fa6150719f78cc6d91ea253d219b6e1dac84b78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b09bdf73f6d4e3caa255fae53fa6150719f78cc6d91ea253d219b6e1dac84b78", kill_on_drop: false }`
[INFO] [stdout] b09bdf73f6d4e3caa255fae53fa6150719f78cc6d91ea253d219b6e1dac84b78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7b8bcaad22670bfd57f1e3ba4c19f88532afadecbe0d8b4d499d164c146e0f5d
[INFO] running `Command { std: "docker" "start" "-a" "7b8bcaad22670bfd57f1e3ba4c19f88532afadecbe0d8b4d499d164c146e0f5d", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling pem-rfc7468 v1.0.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling hybrid-array v0.4.8
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling vergen-lib v9.1.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling block-buffer v0.11.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling curve25519-dalek v5.0.0-pre.1
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling vergen-lib v0.1.6
[INFO] [stderr]    Compiling vergen v9.1.0
[INFO] [stderr]    Compiling noq-udp v0.9.0
[INFO] [stderr]    Compiling digest v0.11.0-rc.10
[INFO] [stderr]    Compiling n0-future v0.3.2
[INFO] [stderr]    Compiling cordyceps v0.3.4
[INFO] [stderr]    Compiling toml_parser v1.0.10+spec-1.1.0
[INFO] [stderr]    Compiling diatomic-waker v0.2.3
[INFO] [stderr]    Compiling spin v0.10.0
[INFO] [stderr]    Compiling toml_datetime v1.0.1+spec-1.1.0
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling futures-buffered v0.2.13
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling netlink-packet-core v0.8.1
[INFO] [stderr]    Compiling toml_edit v0.25.5+spec-1.1.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling vergen-gitcl v1.0.8
[INFO] [stderr]    Compiling signature v3.0.0-rc.10
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling lru-slab v0.1.2
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling sha2 v0.11.0-rc.2
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling fastbloom v0.14.1
[INFO] [stderr]    Compiling capnp v0.25.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling der v0.8.0
[INFO] [stderr]    Compiling n0-error-macros v0.1.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling spez v0.1.2
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling n0-error v0.1.3
[INFO] [stderr]    Compiling spki v0.8.0-rc.4
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling pkcs8 v0.11.0-rc.11
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling ed25519 v3.0.0-rc.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling netlink-sys v0.8.8
[INFO] [stderr]    Compiling cobs v0.3.0
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling postcard-derive v0.2.2
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling ed25519-dalek v3.0.0-pre.1
[INFO] [stderr]    Compiling postcard v1.1.3
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]    Compiling enum-assoc v1.3.0
[INFO] [stderr]    Compiling iroh-metrics-derive v0.4.1
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling netlink-packet-route v0.29.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling pkarr v5.0.3
[INFO] [stderr]    Compiling netwatch v0.15.0
[INFO] [stderr]    Compiling noq v0.17.0
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling base32 v0.5.1
[INFO] [stderr]    Compiling identity-hash v0.1.0
[INFO] [stderr]    Compiling sorted-index-buffer v0.2.1
[INFO] [stderr]    Compiling mac-addr v0.3.0
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling moka v0.12.14
[INFO] [stderr]    Compiling ntimestamp v1.0.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling noq-proto v0.16.0
[INFO] [stderr]    Compiling num_enum v0.7.6
[INFO] [stderr]    Compiling iroh-metrics v0.38.3
[INFO] [stderr]    Compiling iroh-relay v0.97.0
[INFO] [stderr]    Compiling xmltree v0.10.3
[INFO] [stderr]    Compiling n0-watcher v0.6.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling attohttpc v0.30.1
[INFO] [stderr]    Compiling netlink-proto v0.12.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling simple-dns v0.9.3
[INFO] [stderr]    Compiling quinn-udp v0.5.14
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling resolv-conf v0.7.6
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hickory-proto v0.25.2
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling tokio-websockets v0.12.3
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling iroh-base v0.97.0
[INFO] [stderr]    Compiling capnpc v0.25.0
[INFO] [stderr]    Compiling netdev v0.40.1
[INFO] [stderr]    Compiling seize v0.5.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling lru v0.16.3
[INFO] [stderr]    Compiling quinn v0.11.9
[INFO] [stderr]    Compiling iroh v0.97.0
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling z32 v1.3.0
[INFO] [stderr]    Compiling iroh-tunnel v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling papaya v0.2.3
[INFO] [stderr]    Compiling quinn-proto v0.11.14
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling hickory-resolver v0.25.2
[INFO] [stderr]    Compiling igd-next v0.16.2
[INFO] [stderr]    Compiling portmapper v0.15.0
[INFO] [stderr]    Compiling backon v1.6.0
[INFO] [stderr]    Compiling capnp-futures v0.25.2
[INFO] [stderr]    Compiling capnp-rpc v0.25.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 05s
[INFO] running `Command { std: "docker" "inspect" "7b8bcaad22670bfd57f1e3ba4c19f88532afadecbe0d8b4d499d164c146e0f5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b8bcaad22670bfd57f1e3ba4c19f88532afadecbe0d8b4d499d164c146e0f5d", kill_on_drop: false }`
[INFO] [stdout] 7b8bcaad22670bfd57f1e3ba4c19f88532afadecbe0d8b4d499d164c146e0f5d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e3ffe917ae64b74b4f7ca2d49d59cb69a643176326102109838908d11e2063f0
[INFO] running `Command { std: "docker" "start" "-a" "e3ffe917ae64b74b4f7ca2d49d59cb69a643176326102109838908d11e2063f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling iroh-tunnel v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 32.83s
[INFO] running `Command { std: "docker" "inspect" "e3ffe917ae64b74b4f7ca2d49d59cb69a643176326102109838908d11e2063f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3ffe917ae64b74b4f7ca2d49d59cb69a643176326102109838908d11e2063f0", kill_on_drop: false }`
[INFO] [stdout] e3ffe917ae64b74b4f7ca2d49d59cb69a643176326102109838908d11e2063f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f88c89f4c10f9dd6152fc0a6dab4b1810f75c9bf27133e817343bb19d585e571
[INFO] running `Command { std: "docker" "start" "-a" "f88c89f4c10f9dd6152fc0a6dab4b1810f75c9bf27133e817343bb19d585e571", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/iroh_tunnel-72587d0a3c6ca051)
[INFO] [stdout] 
[INFO] [stdout] running 70 tests
[INFO] [stdout] test quinn_adapter::tests::io_poller_tracks_backend_writability ... ok
[INFO] [stdout] test raw_udp_capnp::tests::ecn_conversion_roundtrips ... ok
[INFO] [stdout] test quinn_adapter::tests::poll_recv_drains_incoming_packets ... ok
[INFO] [stdout] test raw_udp_capnp::tests::ip_addr_roundtrips_ipv4_through_capnp_wire_shape ... ok
[INFO] [stdout] test raw_udp_capnp::tests::capnp_raw_udp_backend_bridges_send_and_receive ... ok
[INFO] [stdout] test quinn_adapter::tests::close_wakes_poll_recv_with_broken_pipe ... ok
[INFO] [stdout] test raw_udp_capnp::tests::capnp_raw_udp_custom_transport_registers_and_receives_packets ... ok
[INFO] [stdout] test raw_udp_capnp::tests::normalize_received_dst_ip_drops_unspecified_addresses ... ok
[INFO] [stdout] test raw_udp_capnp::tests::udp_endpoint_roundtrips_socket_addr ... ok
[INFO] [stdout] test raw_udp_capnp::tests::ip_addr_roundtrips_ipv6_through_capnp_wire_shape ... ok
[INFO] [stdout] test sandstorm_custom_transport::tests::custom_addr_roundtrip_ipv4 ... ok
[INFO] [stdout] test sandstorm_custom_transport::tests::custom_addr_roundtrip_ipv6 ... ok
[INFO] [stdout] test sandstorm_custom_transport::tests::endpoint_receives_packets_from_driver ... ok
[INFO] [stdout] test quinn_adapter::tests::try_send_maps_transmit_to_owned_packet ... ok
[INFO] [stdout] test sandstorm_custom_transport::tests::custom_addr_rejects_invalid_payload_shape ... ok
[INFO] [stdout] test tests::clear_raw_udp_interface_binding_runs_clear_then_rebind ... ok
[INFO] [stdout] test tests::accepting_pending_pair_connection_transitions_both_sides_to_connected ... ok
[INFO] [stdout] test tests::cleared_export_stays_persisted_but_not_live_after_reconnect ... ok
[INFO] [stdout] test tests::configure_raw_udp_interface_binding_runs_validate_persist_then_rebind ... ok
[INFO] [stdout] test tests::approved_disabled_peer_waits_for_enable_then_connects ... ok
[INFO] [stdout] test tests::begin_pair_connection_creates_pending_outgoing_and_incoming_states ... ok
[INFO] [stdout] test tests::connect_peer_rpc_session_requires_remote_ticket ... ok
[INFO] [stdout] test tests::fulfill_request_brokers_received_capability_into_local_proxy_before_providing ... ok
[INFO] [stdout] test tests::import_requires_connected_peer_rpc_session ... ok
[INFO] [stdout] test tests::approved_peer_reconnects_without_manual_accept ... ok
[INFO] [stdout] test tests::brokered_received_api_session_can_be_provided_again_after_both_sides_restart ... ok
[INFO] [stdout] test tests::dropped_api_session_does_not_reappear_after_reconnect ... ok
[INFO] [stdout] test tests::local_proxy_app_persistent_save_round_trip_restores_same_object ... ok
[INFO] [stdout] test tests::acceptance_peer_rpc_api_session_flow_works_without_sandstorm ... ok
[INFO] [stdout] test tests::local_ticket_roundtrips_mixed_transports ... ok
[INFO] [stdout] test tests::local_proxy_for_generic_export_forwards_nested_returned_capability_live ... ok
[INFO] [stdout] test tests::local_proxy_record_restores_remote_export_while_connected ... FAILED
[INFO] [stdout] test tests::fulfill_request_with_local_proxy_succeeds_in_fake_session_context ... ok
[INFO] [stdout] test tests::normalize_advertised_raw_udp_addr_rewrites_unspecified_to_loopback ... ok
[INFO] [stdout] test tests::pair_control_request_round_trips_through_capnp ... ok
[INFO] [stdout] test tests::pair_control_response_round_trips_through_capnp ... ok
[INFO] [stdout] test tests::parse_remote_ticket_accepts_custom_only_ticket ... ok
[INFO] [stdout] test tests::parse_remote_ticket_accepts_legacy_bare_socket_addr ... ok
[INFO] [stdout] test tests::parse_remote_ticket_rejects_invalid_custom_addr ... ok
[INFO] [stdout] test tests::parse_sandstorm_raw_udp_bind_config_defaults_port ... ok
[INFO] [stdout] test tests::parse_sandstorm_raw_udp_bind_config_rejects_empty_token ... ok
[INFO] [stdout] test tests::parse_sandstorm_raw_udp_bind_config_rejects_invalid_port ... ok
[INFO] [stdout] test tests::missing_export_on_reconnect_keeps_object_persisted_but_not_live ... ok
[INFO] [stdout] test tests::drop_disconnect_and_restore_missing_are_idempotent ... ok
[INFO] [stdout] test tests::localized_proxy_for_ephemeral_registered_remote_capability_fails_after_remote_restart ... ok
[INFO] [stdout] test tests::local_proxy_record_requires_connected_peer_session_to_restore ... ok
[INFO] [stdout] test tests::peer_session_lists_and_fetches_multiple_api_session_exports ... ok
[INFO] [stdout] test tests::reconnecting_to_different_peer_creates_new_object_id_even_if_export_id_matches ... ok
[INFO] [stdout] test tests::reconnect_keeps_same_local_proxy_api_session_object_id ... ok
[INFO] [stdout] test tests::local_proxy_unwraps_localized_capability_parameters ... ok
[INFO] [stdout] test tests::render_state_json_includes_raw_udp_interface_and_ip_interface_query ... ok
[INFO] [stdout] test tests::registered_remote_capability_records_ephemeral_durability_when_save_fails ... ok
[INFO] [stdout] test tests::rejecting_pending_pair_connection_returns_initiator_to_error_and_clears_pending_state ... ok
[INFO] [stdout] test tests::require_saved_capability_by_token_reports_missing_token ... ok
[INFO] [stdout] test tests::resolve_sandstorm_raw_udp_bind_config_prefers_saved_token_over_env ... ok
[INFO] [stdout] test tests::resolve_sandstorm_raw_udp_bind_config_returns_none_without_any_source ... ok
[INFO] [stdout] test tests::resolve_sandstorm_raw_udp_bind_config_uses_env_when_no_saved_token ... ok
[INFO] [stdout] test tests::registered_remote_object_can_be_rebound_through_local_proxy ... ok
[INFO] [stdout] test tests::localized_registered_remote_proxy_app_persistent_save_round_trip_restores_same_object ... ok
[INFO] [stdout] test tests::reimporting_same_export_keeps_same_object_id ... ok
[INFO] [stdout] test tests::summarize_endpoint_addr_collects_all_transport_types ... ok
[INFO] [stdout] test tests::registering_same_remote_capability_twice_reuses_remote_object_id ... ok
[INFO] [stdout] test tests::summarize_endpoint_addr_with_raw_udp_fallback_adds_custom_addr_when_missing ... ok
[INFO] [stdout] test tests::render_state_json_tracks_live_persisted_disconnected_and_cleared_states ... ok
[INFO] [stdout] test tests::returned_capability_from_local_proxy_survives_reconnect_via_auto_localization ... ok
[INFO] [stdout] test tests::repeated_reconnect_does_not_duplicate_imported_caps ... ok
[INFO] [stdout] test tests::swapped_export_gets_a_new_object_id ... ok
[INFO] [stdout] test tests::restart_keeps_export_backed_local_proxy_but_discards_remote_object_helper_proxies ... ok
[INFO] [stdout] test tests::startup_auto_reconnect_picks_a_single_initiator_after_restart ... ok
[INFO] [stdout] test tests::acceptance_peer_rpc_ip_network_flow_works_without_sandstorm ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::local_proxy_record_restores_remote_export_while_connected stdout ----
[INFO] [stdout] iroh rpc: incoming rpc connection detected
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::local_proxy_record_restores_remote_export_while_connected' (81) panicked at src/main.rs:5873:13:
[INFO] [stdout] assertion failed: state_json.contains("\"localProxyCaps\":[{\"objectId\":\"local-proxy-cap-1\"")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e9385507a9a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e9385507a9a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e9385507a9a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e9385507a9a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e93855200aa - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e93855200aa - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x5e938550d062 - std[128c3efe2914e152]::io::default_write_fmt::<alloc[fef50e8eecedd288]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5e938550d062 - <alloc[fef50e8eecedd288]::vec::Vec<u8> as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5e93854e3e3f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e93854e3e3f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e93854febd9 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e9383cf105c - <alloc[fef50e8eecedd288]::boxed::Box<dyn for<'a, 'b> core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9
[INFO] [stdout]   12:     0x5e9383cf105c - test[b137923399915ecf]::test_main_with_exit_callback::<test[b137923399915ecf]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e93854fee52 - <alloc[fef50e8eecedd288]::boxed::Box<dyn for<'a, 'b> core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9
[INFO] [stdout]   14:     0x5e93854fee52 - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e93854e3f2a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5e93854d8df9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e93854e4dcd - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e938552089c - core[6771d259883166e6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e9385520862 - core[6771d259883166e6]::panicking::panic
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e9383bcd50a - iroh_tunnel::tests::local_proxy_record_restores_remote_export_while_connected::{{closure}}::h83c61facbfd3e757
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:5873:13
[INFO] [stdout]   21:     0x5e9383b4f78f - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h7c0b654e8e6b9261
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/local.rs:1076:44
[INFO] [stdout]   22:     0x5e9383b2efd0 - tokio::task::local::LocalSet::with::{{closure}}::h42bbe92f9d4e06b7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/local.rs:827:13
[INFO] [stdout]   23:     0x5e9383834fa5 - std::thread::local::LocalKey<T>::try_with::h2a4d6a1b5c4345eb
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   24:     0x5e93838283fe - std::thread::local::LocalKey<T>::with::h62d4926de8e3edd0
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   25:     0x5e9383b2e036 - tokio::task::local::LocalSet::with::haee5a832c9bbac0c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/local.rs:825:17
[INFO] [stdout]   26:     0x5e9383b4de66 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hcd13c1aeca50044c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/local.rs:1066:22
[INFO] [stdout]   27:     0x5e9383b331b3 - tokio::task::local::LocalSet::run_until::{{closure}}::h6b4a443709973145
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/local.rs:723:19
[INFO] [stdout]   28:     0x5e938396281d - <core::pin::Pin<P> as core::future::future::Future>::poll::h2dc2b801d211edfe
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x5e938396285d - <core::pin::Pin<P> as core::future::future::Future>::poll::h2e2659d6cf6dea38
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x5e9383824abd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hcaf3939043bba6c7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
[INFO] [stdout]   31:     0x5e9383822f4b - tokio::task::coop::with_budget::ha778e85042634b07
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   32:     0x5e9383822f4b - tokio::task::coop::budget::h377c8034de0eaf1d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   33:     0x5e9383822f4b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hfa149aa6f0ddd862
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
[INFO] [stdout]   34:     0x5e93837be3d0 - tokio::runtime::scheduler::current_thread::Context::enter::hff3df12a48301880
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
[INFO] [stdout]   35:     0x5e938380250d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h9371374659032bff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
[INFO] [stdout]   36:     0x5e93837e1e64 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h6d0b41710d244416
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
[INFO] [stdout]   37:     0x5e9383b43cbb - tokio::runtime::context::scoped::Scoped<T>::set::h61fd84a409958a97
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   38:     0x5e938398f2c9 - tokio::runtime::context::set_scheduler::{{closure}}::he24e1afa52067cf6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
[INFO] [stdout]   39:     0x5e938384e3f2 - std::thread::local::LocalKey<T>::try_with::hb1e1d1ae6bcd23ba
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   40:     0x5e938382b52e - std::thread::local::LocalKey<T>::with::hbc4bcb34264eb956
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   41:     0x5e938398d8bd - tokio::runtime::context::set_scheduler::ha29e5cff86aa4288
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
[INFO] [stdout]   42:     0x5e93837d1430 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h1a49e492475829d6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
[INFO] [stdout]   43:     0x5e93837e4106 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hba7d6076d528df35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
[INFO] [stdout]   44:     0x5e9383785f80 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h09447ab39c33d176
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   45:     0x5e9383a40483 - tokio::runtime::context::runtime::enter_runtime::he61c235abbac2e98
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   46:     0x5e93837835f3 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h9550c1ca7daa8993
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   47:     0x5e9383954951 - tokio::runtime::runtime::Runtime::block_on_inner::h198d02b6509359ac
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   48:     0x5e938395badb - tokio::runtime::runtime::Runtime::block_on::h1bff8959f62e5b2d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:343:18
[INFO] [stdout]   49:     0x5e93838a778e - iroh_tunnel::test_support::run_local_async_test::h92e2712f2d03b70e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test_support.rs:19:13
[INFO] [stdout]   50:     0x5e9383bcc007 - iroh_tunnel::tests::local_proxy_record_restores_remote_export_while_connected::h047790bd2d36e375
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:5838:9
[INFO] [stdout]   51:     0x5e9383bcdde7 - iroh_tunnel::tests::local_proxy_record_restores_remote_export_while_connected::{{closure}}::he82335efdc2c5622
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:5837:67
[INFO] [stdout]   52:     0x5e93838644d6 - core::ops::function::FnOnce::call_once::hf7ca2aec71142fb6
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x5e9383ce515b - <fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x5e9383ce515b - test[b137923399915ecf]::__rust_begin_short_backtrace::<core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>, fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x5e9383cf1b2b - test[b137923399915ecf]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x5e9383cf1b2b - <core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x5e9383cf1b2b - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x5e9383cf1b2b - std[128c3efe2914e152]::panicking::catch_unwind::<core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>, core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x5e9383cf1b2b - std[128c3efe2914e152]::panic::catch_unwind::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5e9383cf1b2b - test[b137923399915ecf]::run_test_in_process
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x5e9383cf1b2b - test[b137923399915ecf]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x5e9383cebf84 - test[b137923399915ecf]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x5e9383cebf84 - std[128c3efe2914e152]::sys::backtrace::__rust_begin_short_backtrace::<test[b137923399915ecf]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x5e9383cf4732 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x5e9383cf4732 - <core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x5e9383cf4732 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x5e9383cf4732 - std[128c3efe2914e152]::panicking::catch_unwind::<(), core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x5e9383cf4732 - std[128c3efe2914e152]::panic::catch_unwind::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x5e9383cf4732 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x5e9383cf4732 - <std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1} as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x5e9385506a9f - <alloc[fef50e8eecedd288]::boxed::Box<dyn core[6771d259883166e6]::ops::function::FnOnce<(), Output = ()> + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9
[INFO] [stdout]   72:     0x5e9385506a9f - <std[128c3efe2914e152]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x71b999962aa4 - <unknown>
[INFO] [stdout]   74:     0x71b9999efa64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::local_proxy_record_restores_remote_export_while_connected
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 69 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin iroh-tunnel`
[INFO] running `Command { std: "docker" "inspect" "f88c89f4c10f9dd6152fc0a6dab4b1810f75c9bf27133e817343bb19d585e571", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f88c89f4c10f9dd6152fc0a6dab4b1810f75c9bf27133e817343bb19d585e571", kill_on_drop: false }`
[INFO] [stdout] f88c89f4c10f9dd6152fc0a6dab4b1810f75c9bf27133e817343bb19d585e571
