[INFO] cloning repository https://github.com/milude-kent/netpilot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/milude-kent/netpilot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmilude-kent%2Fnetpilot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmilude-kent%2Fnetpilot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 86ef093f92a58fa3e9aa0edcf13bf43fff61288a
[INFO] testing milude-kent/netpilot against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmilude-kent%2Fnetpilot" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/milude-kent/netpilot
[INFO] finished tweaking git repo https://github.com/milude-kent/netpilot
[INFO] tweaked toml for git repo https://github.com/milude-kent/netpilot written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/milude-kent/netpilot on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/milude-kent/netpilot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded time-macros v0.2.28
[INFO] [stderr]   Downloaded time v0.3.48
[INFO] [stderr]   Downloaded rtnetlink v0.15.0
[INFO] [stderr]   Downloaded netlink-proto v0.11.5
[INFO] [stderr]   Downloaded netlink-packet-route v0.21.0
[INFO] [stderr]   Downloaded tonic-build v0.12.3
[INFO] [stderr]   Downloaded prost-build v0.13.5
[INFO] [stderr]   Downloaded quanta v0.12.6
[INFO] [stderr]   Downloaded metrics-exporter-prometheus v0.15.3
[INFO] [stderr]   Downloaded sketches-ddsketch v0.2.2
[INFO] [stderr]   Downloaded metrics-util v0.17.0
[INFO] [stderr]   Downloaded metrics v0.23.1
[INFO] [stderr]   Downloaded capctl v0.2.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da
[INFO] running `Command { std: "docker" "start" "1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da", 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" "1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling netpilot-filter v0.1.0 (/opt/rustwide/workdir/crates/netpilot-filter)
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling time-macros v0.2.28
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling sketches-ddsketch v0.2.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling time v0.3.48
[INFO] [stderr]    Compiling capctl v0.2.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling metrics v0.23.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling metrics-util v0.17.0
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling netlink-packet-utils v0.5.2
[INFO] [stderr]    Compiling pin-project v1.1.13
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling netlink-packet-core v0.7.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling netlink-packet-route v0.21.0
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]    Compiling netpilot-grpc v0.1.0 (/opt/rustwide/workdir/crates/netpilot-grpc)
[INFO] [stderr]    Compiling netpilot-config v0.1.0 (/opt/rustwide/workdir/crates/netpilot-config)
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling netlink-sys v0.8.8
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling netlink-proto v0.11.5
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling rtnetlink v0.15.0
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling netpilot-kernel v0.1.0 (/opt/rustwide/workdir/crates/netpilot-kernel)
[INFO] [stderr]    Compiling netpilot-protocol v0.1.0 (/opt/rustwide/workdir/crates/netpilot-protocol)
[INFO] [stderr]    Compiling netpilot-io v0.1.0 (/opt/rustwide/workdir/crates/netpilot-io)
[INFO] [stderr]    Compiling netpilot-auth v0.1.0 (/opt/rustwide/workdir/crates/netpilot-auth)
[INFO] [stderr]    Compiling netpilot-birdconf v0.1.0 (/opt/rustwide/workdir/crates/netpilot-birdconf)
[INFO] [stderr]    Compiling netpilot-rib v0.1.0 (/opt/rustwide/workdir/crates/netpilot-rib)
[INFO] [stderr]    Compiling netpilot-proto-ospf v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-ospf)
[INFO] [stderr]    Compiling netpilot-proto-isis v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-isis)
[INFO] [stderr]    Compiling netpilot-proto-eigrp v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-eigrp)
[INFO] [stderr]    Compiling netpilot-proto-rpki v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-rpki)
[INFO] [stderr]    Compiling netpilot-proto-pim v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-pim)
[INFO] [stderr]    Compiling netpilot-proto-rip v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-rip)
[INFO] [stderr]    Compiling netpilot-proto-bgp v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-bgp)
[INFO] [stderr]    Compiling netpilot-proto-bfd v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-bfd)
[INFO] [stderr]    Compiling netpilot-proto-ldp v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-ldp)
[INFO] [stderr]    Compiling netpilot-channel v0.1.0 (/opt/rustwide/workdir/crates/netpilot-channel)
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.15.3
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling netpilotd v0.1.0 (/opt/rustwide/workdir/crates/netpilotd)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s
[INFO] running `Command { std: "docker" "inspect" "1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling netlink-packet-route v0.21.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling netpilot-config v0.1.0 (/opt/rustwide/workdir/crates/netpilot-config)
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling netpilot-protocol v0.1.0 (/opt/rustwide/workdir/crates/netpilot-protocol)
[INFO] [stderr]    Compiling netpilot-io v0.1.0 (/opt/rustwide/workdir/crates/netpilot-io)
[INFO] [stderr]    Compiling netpilot-auth v0.1.0 (/opt/rustwide/workdir/crates/netpilot-auth)
[INFO] [stderr]    Compiling netpilot-birdconf v0.1.0 (/opt/rustwide/workdir/crates/netpilot-birdconf)
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling rtnetlink v0.15.0
[INFO] [stderr]    Compiling netpilot-rib v0.1.0 (/opt/rustwide/workdir/crates/netpilot-rib)
[INFO] [stderr]    Compiling netpilot-proto-rpki v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-rpki)
[INFO] [stderr]    Compiling netpilot-proto-pim v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-pim)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling netpilot-proto-ospf v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-ospf)
[INFO] [stderr]    Compiling netpilot-channel v0.1.0 (/opt/rustwide/workdir/crates/netpilot-channel)
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]    Compiling metrics v0.23.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling netpilot-proto-ldp v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-ldp)
[INFO] [stderr]    Compiling netpilot-kernel v0.1.0 (/opt/rustwide/workdir/crates/netpilot-kernel)
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling netpilot-proto-bgp v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-bgp)
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling netpilot-proto-eigrp v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-eigrp)
[INFO] [stderr]    Compiling netpilot-proto-rip v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-rip)
[INFO] [stderr]    Compiling netpilot-proto-bfd v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-bfd)
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling netpilot-proto-isis v0.1.0 (/opt/rustwide/workdir/crates/netpilot-proto-isis)
[INFO] [stderr]    Compiling metrics-util v0.17.0
[INFO] [stderr]    Compiling netpilot-grpc v0.1.0 (/opt/rustwide/workdir/crates/netpilot-grpc)
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.15.3
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling netpilot-filter v0.1.0 (/opt/rustwide/workdir/crates/netpilot-filter)
[INFO] [stderr]    Compiling netpilotd v0.1.0 (/opt/rustwide/workdir/crates/netpilotd)
[INFO] [stderr]    Compiling netpilot-integration-tests v0.1.0 (/opt/rustwide/workdir/tests/integration)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 34s
[INFO] running `Command { std: "docker" "inspect" "1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_auth-ef10a5e9b613f33f)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test tests::blake2s_128_round_trip ... ok
[INFO] [stdout] test tests::hmac_sha1_rfc2202_case1 ... ok
[INFO] [stdout] test tests::hmac_md5_rfc2202_case1 ... ok
[INFO] [stdout] test tests::hmac_sha512_rfc4231_case1 ... ok
[INFO] [stdout] test tests::keyed_md5_round_trip ... ok
[INFO] [stdout] test tests::hmac_sha256_rfc4231_case1 ... ok
[INFO] [stdout] test tests::blake2b_512_round_trip ... ok
[INFO] [stdout] test tests::hmac_sha256_auth_round_trips ... ok
[INFO] [stdout] test tests::flipped_byte_fails_verification ... ok
[INFO] [stdout] test tests::keyed_sha1_round_trip ... ok
[INFO] [stderr]      Running tests/auth_vectors.rs (/opt/rustwide/target/debug/deps/auth_vectors-51fe603080ac01a7)
[INFO] [stdout] test tests::oversized_blake2_key_returns_invalid_key ... ok
[INFO] [stdout] test tests::resolve_simple_password ... ok
[INFO] [stdout] test tests::wrong_key_fails_verification ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test invalid_key_is_returned_for_oversized_blake2_key ... ok
[INFO] [stdout] test blake2s_128_round_trip ... ok
[INFO] [stdout] test blake2s_256_round_trip ... ok
[INFO] [stdout] test keyed_sha1_round_trip_succeeds_with_correct_expected ... ok
[INFO] [stdout] test wrong_length_expected_returns_false ... ok
[INFO] [stdout] test keyed_md5_round_trip_succeeds_with_correct_expected ... ok
[INFO] [stdout] test rfc2202_hmac_md5_case1 ... ok
[INFO] [stdout] test rfc2202_hmac_sha1_case1 ... ok
[INFO] [stdout] test blake2b_256_round_trip ... ok
[INFO] [stdout] test blake2b_512_round_trip ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_birdconf-2c35764cfc7e28a8)
[INFO] [stdout] test constant_time_roundtrip_then_flip ... ok
[INFO] [stdout] test rfc4231_hmac_sha384_case1 ... ok
[INFO] [stdout] test rfc4231_hmac_sha512_case1 ... ok
[INFO] [stdout] test rfc4231_hmac_sha256_case1 ... ok
[INFO] [stdout] test wrong_key_fails_verification ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::lexer_simple_tokens ... ok
[INFO] [stdout] test tests::parse_minimal_bird_config ... ok
[INFO] [stdout] test tests::lexer_tokenizes_keywords ... ok
[INFO] [stdout] test tests::parse_bgp_neighbor ... ok
[INFO] [stdout] test tests::lexer_handles_comments ... ok
[INFO] [stdout] test tests::parse_ospf_protocol ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_channel-f091667a40068638)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_config-fd49909c86106c2b)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/config_store.rs (/opt/rustwide/target/debug/deps/config_store-fdc21561969ec609)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test default_config_has_main_table_and_schema_version ... ok
[INFO] [stdout] test diff_reports_changed_protocol_count ... ok
[INFO] [stdout] test store_commits_candidate_to_running_and_records_revision ... ok
[INFO] [stdout] test store_rolls_back_to_previous_revision ... ok
[INFO] [stdout] test sr_prefix_sid_flags_all_set_round_trips ... ok
[INFO] [stdout] test sr_adjacency_sid_dynamic_round_trips ... ok
[INFO] [stdout] test all_four_mpls_label_policy_variants_round_trip ... ok
[INFO] [stdout] test sr_prefix_sid_index_round_trips ... ok
[INFO] [stdout] test mpls_table_config_round_trips ... ok
[INFO] [stdout] test validation_accepts_valid_sr_config ... ok
[INFO] [stdout] test sr_prefix_sid_absolute_round_trips ... ok
[INFO] [stdout] test mpls_domain_with_multiple_ranges_round_trips ... ok
[INFO] [stdout] test mpls_domain_round_trips_as_json ... ok
[INFO] [stdout] test validation_rejects_duplicate_mpls_domain_names ... ok
[INFO] [stdout] test validation_rejects_absolute_sid_outside_srgb ... ok
[INFO] [stdout] test validation_rejects_invalid_max_label_stack_depth ... ok
[INFO] [stdout] test validation_rejects_duplicate_static_binding_labels ... ok
[INFO] [stdout] test validation_rejects_index_sid_overflow ... ok
[INFO] [stdout] test validation_accepts_valid_mpls_config ... ok
[INFO] [stdout] test full_config_with_sr_round_trips ... ok
[INFO] [stdout] test srv6_sid_end_round_trips ... ok
[INFO] [stdout] test srv6_sid_end_dt4_round_trips ... ok
[INFO] [stdout] test srv6_sid_endx_round_trips ... ok
[INFO] [stdout] test sr_adjacency_sid_absolute_round_trips ... ok
[INFO] [stdout] test validation_rejects_prefix_sid_unknown_domain ... ok
[INFO] [stdout] test validation_accepts_non_overlapping_label_ranges ... ok
[INFO] [stdout] test validation_rejects_label_above_20bit_space ... ok
[INFO] [stdout] test validation_rejects_label_below_reserved_range ... ok
[INFO] [stdout] test validation_rejects_mpls_channel_with_non_existent_table ... ok
[INFO] [stdout] test validation_rejects_sr_enabled_without_srgb ... ok
[INFO] [stdout] test validation_rejects_srv6_sid_unknown_locator ... ok
[INFO] [stdout] test validation_warns_when_router_id_is_empty ... ok
[INFO] [stdout] test validation_rejects_srv6_locator_length_sum_exceeds_128 ... ok
[INFO] [stdout] test validation_rejects_static_binding_outside_ranges ... ok
[INFO] [stdout] test validation_rejects_srgb_outside_domain_ranges ... ok
[INFO] [stdout] test validation_rejects_srv6_sid_function_exceeds_locator ... ok
[INFO] [stdout] test static_route_config_round_trips_as_json ... ok
[INFO] [stdout] test validation_rejects_protocol_referencing_missing_table ... ok
[INFO] [stdout] test full_config_with_mpls_domain_and_table_round_trips ... ok
[INFO] [stdout] test validation_rejects_mpls_table_with_non_existent_domain ... ok
[INFO] [stdout] test validation_rejects_overlapping_label_ranges ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/scheduler.rs (/opt/rustwide/target/debug/deps/scheduler-772450930a9d5a74)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test cancel_pending_aborts_scheduler ... ok
[INFO] [stdout] test confirmed_commit_auto_rolls_back_after_timeout ... ok
[INFO] [stdout] test confirm_within_window_keeps_revision ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_filter-d3e610aa7a5465ab)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test vm::tests::vm_evaluates_binary_arithmetic ... ok
[INFO] [stdout] test vm::tests::vm_evaluates_comparison ... ok
[INFO] [stdout] test vm::tests::vm_evaluates_conditional ... ok
[INFO] [stdout] test vm::tests::vm_evaluates_literal ... ok
[INFO] [stdout] test vm::tests::vm_evaluates_assignment ... ok
[INFO] [stdout] test vm::tests::vm_evaluates_route_context ... ok
[INFO] [stdout] test vm::tests::vm_filter_accepts_bgp_with_high_preference ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/attributes_test.rs (/opt/rustwide/target/debug/deps/attributes_test-bf03388461778868)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test evpn_mac_prefix_operators ... ok
[INFO] [stdout] test igp_metric_attribute ... ok
[INFO] [stdout] test defined_true_for_registered ... ok
[INFO] [stdout] test gw_mpls_attribute ... ok
[INFO] [stdout] test mpls_policy_set_to_prefix ... ok
[INFO] [stdout] test unset_clears_mutable ... ok
[INFO] [stdout] test mpls_class_attribute ... ok
[INFO] [stdout] test mpls_policy_default_is_none ... ok
[INFO] [stdout] test defined_false_for_missing ... ok
[INFO] [stdout] test mpls_label_attribute ... ok
[INFO] [stdout] test unset_fails_readonly ... ok
[INFO] [stdout] test unset_fails_missing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/builtins_test.rs (/opt/rustwide/target/debug/deps/builtins_test-4514d976f5826ca2)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test print_bool ... ok
[INFO] [stdout] test print_formats_multiple_values_with_newline ... ok
[INFO] [stdout] test print_ip ... ok
[INFO] [stdout] test printn_formats_without_newline ... ok
[INFO] [stdout] test from_hex_valid ... ok
[INFO] [stdout] test from_hex_invalid ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/control_flow.rs (/opt/rustwide/target/debug/deps/control_flow-fa19dd6116520e89)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test case_statement_with_set_branches ... ok
[INFO] [stdout] test filter_function_with_return_type ... ok
[INFO] [stdout] test for_loop_over_int_set ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/function_tests.rs (/opt/rustwide/target/debug/deps/function_tests-32e79cafdbcfc741)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test filter_function_with_return_type ... ok
[INFO] [stdout] test function_with_local_variables ... ok
[INFO] [stdout] test validate_types_accepts_valid ... ok
[INFO] [stdout] test validate_types_rejects_unknown_return ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/golden.rs (/opt/rustwide/target/debug/deps/golden-1d9e790678a0c954)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test bird2_types::golden_bgppath_prepend_adds_to_front ... ok
[INFO] [stdout] test bird2_types::golden_bgpmask_plus_matches_one_or_more ... ok
[INFO] [stdout] test bird2_types::golden_bgpmask_question_is_optional ... ok
[INFO] [stdout] test bird2_types::golden_bgppath_empty_is_true_for_no_asns ... ok
[INFO] [stdout] test bird2_types::golden_bgppath_first_returns_first_asn ... ok
[INFO] [stdout] test bird2_types::golden_ec_display ... ok
[INFO] [stdout] test bird2_types::golden_from_hex_matches_bird2_behavior ... ok
[INFO] [stdout] test bird2_types::golden_print_with_newline ... ok
[INFO] [stdout] test bird2_types::golden_lc_display ... ok
[INFO] [stdout] test bird2_types::golden_printn_without_newline ... ok
[INFO] [stdout] test bird2_types::golden_evpn_mac_prefix ... ok
[INFO] [stdout] test bird2_types::golden_rd_type0_display ... ok
[INFO] [stdout] test bird2_types::golden_rd_type1_display ... ok
[INFO] [stdout] test bird2_types::golden_bgpmask_asterisk_matches_any_single_asn ... ok
[INFO] [stdout] test bird2_types::golden_rd_type2_display ... ok
[INFO] [stdout] test bird2_types::golden_clist_no_duplicates ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/types_roundtrip.rs (/opt/rustwide/target/debug/deps/types_roundtrip-2c5a1982ce5528d0)
[INFO] [stdout] 
[INFO] [stdout] running 57 tests
[INFO] [stdout] test bgpmask_matches_exact_sequence ... ok
[INFO] [stdout] test bgpmask_range_matches ... ok
[INFO] [stdout] test bgpmask_matches_empty_path ... ok
[INFO] [stdout] test bgpmask_any_optional_skips ... ok
[INFO] [stdout] test bgpmask_one_or_more_matches_multiple ... ok
[INFO] [stdout] test bgpmask_any_matches_single ... ok
[INFO] [stdout] test bgppath_construct_and_access ... ok
[INFO] [stdout] test bgppath_delete_removes_asn ... ok
[INFO] [stdout] test bgppath_filter_keeps_matching ... ok
[INFO] [stdout] test bgppath_prepend_on_empty_path ... ok
[INFO] [stdout] test bool_type_exists ... ok
[INFO] [stdout] test bgppath_prepend ... ok
[INFO] [stdout] test bytestring_concat ... ok
[INFO] [stdout] test bgpmask_set_matches ... ok
[INFO] [stdout] test bytestring_from_hex_invalid ... ok
[INFO] [stdout] test bytestring_from_hex_valid ... ok
[INFO] [stdout] test clist_operations ... ok
[INFO] [stdout] test filter_value_bool_roundtrip ... ok
[INFO] [stdout] test eclist_operations ... ok
[INFO] [stdout] test filter_value_ec_roundtrip ... ok
[INFO] [stdout] test from_hex_odd_length ... ok
[INFO] [stdout] test from_hex_invalid ... ok
[INFO] [stdout] test ip_type_exists ... ok
[INFO] [stdout] test int_type_exists ... ok
[INFO] [stdout] test from_hex_valid_empty ... ok
[INFO] [stdout] test filter_value_mac_roundtrip ... ok
[INFO] [stdout] test filter_value_ip_roundtrip ... ok
[INFO] [stdout] test filter_value_prefix_roundtrip ... ok
[INFO] [stdout] test lclist_operations ... ok
[INFO] [stdout] test nettype_from_name_evpn_mac ... ok
[INFO] [stdout] test nettype_from_name_evpn_es ... ok
[INFO] [stdout] test from_hex_valid ... ok
[INFO] [stdout] test nettype_from_name_eth ... ok
[INFO] [stdout] test mac_value_roundtrip ... ok
[INFO] [stdout] test nettype_from_name_flow6 ... ok
[INFO] [stdout] test nettype_from_name_ip4 ... ok
[INFO] [stdout] test nettype_from_name_evpn_imet ... ok
[INFO] [stdout] test nettype_from_name_evpn_ead ... ok
[INFO] [stdout] test nettype_from_name_aspa ... ok
[INFO] [stdout] test nettype_from_name_mpls ... ok
[INFO] [stdout] test nettype_from_name_evpn ... ok
[INFO] [stdout] test nettype_from_name_unknown ... ok
[INFO] [stdout] test nettype_from_name_ip6_sadr ... ok
[INFO] [stdout] test nettype_from_name_flow4 ... ok
[INFO] [stdout] test nettype_from_name_neighbor ... ok
[INFO] [stdout] test nettype_from_name_roa4 ... ok
[INFO] [stdout] test nettype_from_name_roa6 ... ok
[INFO] [stdout] test nettype_from_name_vpn4 ... ok
[INFO] [stdout] test nettype_from_name_vpn6 ... ok
[INFO] [stdout] test clist_empty_operations ... ok
[INFO] [stdout] test prefix_type_exists ... ok
[INFO] [stdout] test nettype_from_name_ip6 ... ok
[INFO] [stdout] test prefix_with_rd_field ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_grpc-b4e149fe7d8169ab)
[INFO] [stdout] test rd_type0_format ... ok
[INFO] [stdout] test rd_type1_format ... ok
[INFO] [stdout] test string_type_exists ... ok
[INFO] [stdout] test rd_type2_format ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 57 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::validate_bearer_token_rejects_garbage ... ok
[INFO] [stdout] test tests::interceptor_rejects_without_token ... ok
[INFO] [stdout] test tests::validate_bearer_token_rejects_wrong_secret ... ok
[INFO] [stdout] test tests::validate_bearer_token_rejects_expired ... ok
[INFO] [stdout] test tests::validate_bearer_token_accepts_valid ... ok
[INFO] [stderr]      Running test_full_flow.rs (/opt/rustwide/target/debug/deps/test_full_flow-f93d7be9a3e1b075)
[INFO] [stdout] test tests::interceptor_accepts_valid_token ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test gnoi_health_check ... ok
[INFO] [stdout] test sse_events_stream ... ok
[INFO] [stdout] test rollback_flow ... ok
[INFO] [stdout] test full_config_crud_flow ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_io-61b0a758ef55fdcd)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test bgp::tests::decode_nlri_prefix_len_zero ... ok
[INFO] [stdout] test bgp::tests::decode_notification ... ok
[INFO] [stdout] test bgp::tests::decode_notification_no_data ... ok
[INFO] [stdout] test bgp::tests::decode_update_empty ... ok
[INFO] [stdout] test bgp::tests::decode_update_multi_octet_nlri ... ok
[INFO] [stdout] test bgp::tests::decode_update_extended_length_attribute ... ok
[INFO] [stdout] test bgp::tests::decode_update_truncated_path_attrs ... ok
[INFO] [stdout] test bgp::tests::decode_update_truncated_withdrawn ... ok
[INFO] [stdout] test bgp::tests::decode_update_with_path_attributes ... ok
[INFO] [stdout] test bgp::tests::decode_update_with_withdrawn_and_nlri ... ok
[INFO] [stdout] test bgp::tests::encode_decode_keepalive ... ok
[INFO] [stdout] test bgp::tests::encode_decode_open_message ... ok
[INFO] [stdout] test bgp::tests::encode_update_with_routes ... ok
[INFO] [stdout] test ospf::tests::decode_bad_version ... ok
[INFO] [stderr]      Running tests/bgp_loopback.rs (/opt/rustwide/target/debug/deps/bgp_loopback-b4fa67a8f3a5cb60)
[INFO] [stdout] test ospf::tests::decode_hello_truncated ... ok
[INFO] [stdout] test ospf::tests::encode_decode_hello_empty_neighbors ... ok
[INFO] [stdout] test ospf::tests::encode_decode_hello_with_neighbors ... ok
[INFO] [stdout] test ospf::tests::fletcher_checksum_known ... ok
[INFO] [stdout] test ospf::tests::format_parse_ospf_id ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test bgp_loopback_open_keepalive_update_notification ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_kernel-11de223ba266c272)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fib_integration.rs (/opt/rustwide/target/debug/deps/fib_integration-d5d7442b61bc2a11)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test add_dump_delete_ipv4_route_in_netns ... ignored
[INFO] [stdout] test add_dump_delete_ipv6_route_in_netns ... ignored
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_proto_bfd-1704e37979654bcd)
[INFO] [stdout] test add_ecmp_route_in_netns ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_proto_bgp-7ccc895532497b83)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_proto_eigrp-b05a255777fcd3df)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test dual::tests::dual_accepts_lower_reported_distance_as_feasible_successor ... ok
[INFO] [stdout] test dual::tests::dual_accepts_first_route ... ok
[INFO] [stdout] test actor::tests::eigrp_actor_creation ... ok
[INFO] [stdout] test dual::tests::dual_feasibility_condition_rejects_higher_rd ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_proto_isis-f6dd6a9bf531c0b9)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test adjacency::tests::adjacency_down_to_init_on_hello ... ok
[INFO] [stdout] test adjacency::tests::adjacency_expires_on_holding_timer ... ok
[INFO] [stdout] test spf::tests::spf_single_node_has_zero_distance ... ok
[INFO] [stdout] test adjacency::tests::adjacency_init_to_up_when_seen ... ok
[INFO] [stdout] test spf::tests::spf_triangle_topology ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_proto_ldp-d39ce2a6952230bd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_proto_ospf-74f54707f9416126)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_proto_pim-abb5551f159feb15)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_proto_rip-0fdcce18d47d54a2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_proto_rpki-8ece44a80195cbe9)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test rtr::tests::parse_aspa_basic ... ok
[INFO] [stdout] test rtr::tests::parse_ipv4_prefix_basic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/rtr_mock.rs (/opt/rustwide/target/debug/deps/rtr_mock-81374b304523eb64)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test rtr_reset_query_against_mock_cache ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_protocol-f8d1346a639d06f7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilot_rib-44c10630733f1a63)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test selection::tests::selects_higher_preference ... ok
[INFO] [stdout] test nexthop::tests::resolves_recursive_next_hop ... ok
[INFO] [stdout] test selection::tests::ecmp_finds_equal_paths ... ok
[INFO] [stdout] test selection::tests::selects_lower_metric_when_same_preference ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/netpilotd-ef4786f5fb96df6f)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test mpls::tests::pool_allocate_ignores_occupied_preferred_label ... ok
[INFO] [stdout] test auth_mw::tests::hex_round_trip ... ok
[INFO] [stdout] test mpls::tests::pool_allocate_static_succeeds_for_free_label ... ok
[INFO] [stdout] test mpls::tests::pool_allocate_static_fails_for_out_of_range ... ok
[INFO] [stdout] test mpls::tests::pool_allocate_preferred_label ... ok
[INFO] [stdout] test mpls::tests::pool_capacity_is_sum_of_range_sizes ... ok
[INFO] [stdout] test auth_mw::tests::parse_token_query_basic ... ok
[INFO] [stdout] test auth_mw::tests::missing_secret_is_rejected_at_validate_bearer ... ok
[INFO] [stdout] test mpls::tests::pool_allocate_static_fails_for_already_allocated ... ok
[INFO] [stdout] test mpls::tests::pool_allocates_sequentially ... ok
[INFO] [stdout] test mpls::tests::pool_frees_label_correctly_from_middle_of_range ... ok
[INFO] [stdout] test mpls::tests::pool_returns_none_when_exhausted ... ok
[INFO] [stdout] test sr::tests::resolve_prefix_sid_finds_exact_match ... ok
[INFO] [stdout] test sr::tests::absolute_sid_is_used_directly ... ok
[INFO] [stdout] test sr::tests::compute_label_stack_returns_single_label ... ok
[INFO] [stdout] test sr::tests::compute_label_stack_returns_none_for_unknown ... ok
[INFO] [stdout] test sr::tests::adjacency_sid_dynamic_sets_label_to_zero ... ok
[INFO] [stdout] test sr::tests::index_sid_resolves_against_srgb ... ok
[INFO] [stdout] test sr::tests::sid_registry_loads_prefix_sids_from_config ... ok
[INFO] [stdout] test supervisor_resilience::tests::recv_error_lagged_is_recoverable ... ok
[INFO] [stdout] test sr::tests::resolve_prefix_sid_returns_none_for_unknown ... ok
[INFO] [stdout] test supervisor_resilience::tests::recv_error_closed_is_terminal ... ok
[INFO] [stdout] test mpls::tests::mpls_label_state_initializes_pools_from_domains ... ok
[INFO] [stdout] test auth_mw::tests::round_trip_bearer_token ... ok
[INFO] [stdout] test auth_mw::tests::expired_token_is_rejected ... ok
[INFO] [stdout] test auth_mw::tests::wrong_secret_is_rejected ... ok
[INFO] [stdout] test mpls::tests::pool_free_makes_label_available ... ok
[INFO] [stdout] test supervisor_resilience::tests::spawn_supervised_exits_on_clean_return ... ok
[INFO] [stdout] test supervisor_resilience::tests::spawn_supervised_recovers_from_panic ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- supervisor_resilience::tests::spawn_supervised_recovers_from_panic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'supervisor_resilience::tests::spawn_supervised_recovers_from_panic' (6219) panicked at crates/netpilotd/src/supervisor_resilience.rs:130:25:
[INFO] [stdout] intentional panic attempt 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f0c3048858 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f0c3048858 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f0c3048858 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55f0c3048858 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55f0c305d17a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55f0c305d17a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x55f0c304d142 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x55f0c304d142 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x55f0c3027436 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55f0c3027436 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55f0c3040b59 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55f0c2ebfedc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x55f0c2ebfedc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55f0c3040dd2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x55f0c3040dd2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55f0c30274f2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55f0c301c6f9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55f0c302820d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55f0c305d96c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55f0c2e97248 - netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/netpilotd/src/supervisor_resilience.rs:130:25
[INFO] [stdout]   20:     0x55f0c2e6b6e8 - <tokio[1ccd5e153a605886]::runtime::task::core::Core<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:375:24
[INFO] [stdout]   21:     0x55f0c2e74ae8 - <tokio[1ccd5e153a605886]::loom::std::unsafe_cell::UnsafeCell<tokio[1ccd5e153a605886]::runtime::task::core::Stage<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}>>>::with_mut::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[1ccd5e153a605886]::runtime::task::core::Core<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   22:     0x55f0c2e74ae8 - <tokio[1ccd5e153a605886]::runtime::task::core::Core<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/core.rs:364:30
[INFO] [stdout]   23:     0x55f0c2e6030a - tokio[1ccd5e153a605886]::runtime::task::harness::poll_future::<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:535:30
[INFO] [stdout]   24:     0x55f0c2e9c8a0 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[1ccd5e153a605886]::runtime::task::harness::poll_future<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x55f0c2eaa0fe - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[1ccd5e153a605886]::runtime::task::harness::poll_future<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x55f0c2e88a2b - __rust_try
[INFO] [stdout]   27:     0x55f0c2e81fa3 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[1ccd5e153a605886]::runtime::task::harness::poll_future<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x55f0c2e81fa3 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<tokio[1ccd5e153a605886]::runtime::task::harness::poll_future<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[8fb95b77d25ab6c8]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x55f0c2e5ecef - tokio[1ccd5e153a605886]::runtime::task::harness::poll_future::<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:523:18
[INFO] [stdout]   30:     0x55f0c2e66b12 - <tokio[1ccd5e153a605886]::runtime::task::harness::Harness<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:210:27
[INFO] [stdout]   31:     0x55f0c2e66dc3 - <tokio[1ccd5e153a605886]::runtime::task::harness::Harness<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/harness.rs:155:20
[INFO] [stdout]   32:     0x55f0c2e8f2fb - tokio[1ccd5e153a605886]::runtime::task::raw::poll::<netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}::{closure#0}::{closure#0}, alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:337:13
[INFO] [stdout]   33:     0x55f0c2fd7f77 - <tokio[1ccd5e153a605886]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/raw.rs:267:18
[INFO] [stdout]   34:     0x55f0c2ef4d82 - <tokio[1ccd5e153a605886]::runtime::task::LocalNotified<alloc[a7ee25936407c584]::sync::Arc<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/mod.rs:510:13
[INFO] [stdout]   35:     0x55f0c2ea604b - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:825:30
[INFO] [stdout]   36:     0x55f0c2ea3bb5 - tokio[1ccd5e153a605886]::task::coop::with_budget::<(), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   37:     0x55f0c2ea3bb5 - tokio[1ccd5e153a605886]::task::coop::budget::<(), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   38:     0x55f0c2ea3bb5 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:373:43
[INFO] [stdout]   39:     0x55f0c2e9f216 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   40:     0x55f0c2e9f5ec - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:373:28
[INFO] [stdout]   41:     0x55f0c2ea51ba - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:821:43
[INFO] [stdout]   42:     0x55f0c2ea3c64 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   43:     0x55f0c2e9d1bb - <tokio[1ccd5e153a605886]::runtime::context::scoped::Scoped<tokio[1ccd5e153a605886]::runtime::scheduler::Context>>::set::<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   44:     0x55f0c2e96f99 - tokio[1ccd5e153a605886]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   45:     0x55f0c2e93bd2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[1ccd5e153a605886]::runtime::context::Context>>::try_with::<tokio[1ccd5e153a605886]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   46:     0x55f0c2e9375e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[1ccd5e153a605886]::runtime::context::Context>>::with::<tokio[1ccd5e153a605886]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   47:     0x55f0c2e9559d - tokio[1ccd5e153a605886]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   48:     0x55f0c2ea11c0 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   49:     0x55f0c2ea14b6 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   50:     0x55f0c2ea3870 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   51:     0x55f0c2ea3253 - tokio[1ccd5e153a605886]::runtime::context::runtime::enter_runtime::<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   52:     0x55f0c2e9d391 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   53:     0x55f0c2e7fe14 - <tokio[1ccd5e153a605886]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   54:     0x55f0c2e7ffdf - <tokio[1ccd5e153a605886]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   55:     0x55f0c2e993ce - netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/netpilotd/src/supervisor_resilience.rs:146:10
[INFO] [stdout]   56:     0x55f0c2e975b7 - netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/netpilotd/src/supervisor_resilience.rs:119:52
[INFO] [stdout]   57:     0x55f0c2e92d06 - <netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x55f0c2eb2fbb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x55f0c2eb2fbb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   60:     0x55f0c2ec0835 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   61:     0x55f0c2ec0835 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   62:     0x55f0c2ec0835 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   63:     0x55f0c2ec0835 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   64:     0x55f0c2ec0835 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x55f0c2ec0835 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   66:     0x55f0c2ec0835 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   67:     0x55f0c2eba144 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   68:     0x55f0c2eba144 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   69:     0x55f0c2ec38b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   70:     0x55f0c2ec38b2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   71:     0x55f0c2ec38b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   72:     0x55f0c2ec38b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x55f0c2ec38b2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x55f0c2ec38b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   75:     0x55f0c2ec38b2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   76:     0x55f0c304817f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   77:     0x55f0c304817f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   78:     0x707fcd3aeaa4 - <unknown>
[INFO] [stdout]   79:     0x707fcd43ba64 - clone
[INFO] [stdout]   80:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'supervisor_resilience::tests::spawn_supervised_recovers_from_panic' (6219) panicked at crates/netpilotd/src/supervisor_resilience.rs:142:9:
[INFO] [stdout] expected at least 3 invocations (got 1)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f0c3048858 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f0c3048858 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f0c3048858 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55f0c3048858 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55f0c305d17a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55f0c305d17a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x55f0c304d142 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x55f0c304d142 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x55f0c3027436 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55f0c3027436 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55f0c3040b59 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55f0c2ebfedc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x55f0c2ebfedc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55f0c3040dd2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x55f0c3040dd2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55f0c30274f2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55f0c301c6f9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55f0c302820d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55f0c305d96c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55f0c2e97ca4 - netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/netpilotd/src/supervisor_resilience.rs:142:9
[INFO] [stdout]   20:     0x55f0c2e9bee2 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x55f0c2e9bf5d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x55f0c2ea60bd - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   23:     0x55f0c2ea5fbb - tokio[1ccd5e153a605886]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x55f0c2ea5fbb - tokio[1ccd5e153a605886]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x55f0c2ea5fbb - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   26:     0x55f0c2e9ec20 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   27:     0x55f0c2ea49cd - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   28:     0x55f0c2ea3c64 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   29:     0x55f0c2e9d1bb - <tokio[1ccd5e153a605886]::runtime::context::scoped::Scoped<tokio[1ccd5e153a605886]::runtime::scheduler::Context>>::set::<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x55f0c2e96f99 - tokio[1ccd5e153a605886]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   31:     0x55f0c2e93bd2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[1ccd5e153a605886]::runtime::context::Context>>::try_with::<tokio[1ccd5e153a605886]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   32:     0x55f0c2e9375e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[1ccd5e153a605886]::runtime::context::Context>>::with::<tokio[1ccd5e153a605886]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   33:     0x55f0c2e9559d - tokio[1ccd5e153a605886]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   34:     0x55f0c2ea11c0 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   35:     0x55f0c2ea14b6 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   36:     0x55f0c2ea3870 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   37:     0x55f0c2ea3253 - tokio[1ccd5e153a605886]::runtime::context::runtime::enter_runtime::<<tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x55f0c2e9d391 - <tokio[1ccd5e153a605886]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   39:     0x55f0c2e7fe14 - <tokio[1ccd5e153a605886]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   40:     0x55f0c2e7ffdf - <tokio[1ccd5e153a605886]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   41:     0x55f0c2e993ce - netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/netpilotd/src/supervisor_resilience.rs:146:10
[INFO] [stdout]   42:     0x55f0c2e975b7 - netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/netpilotd/src/supervisor_resilience.rs:119:52
[INFO] [stdout]   43:     0x55f0c2e92d06 - <netpilotd[44a088e59620fad9]::supervisor_resilience::tests::spawn_supervised_recovers_from_panic::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x55f0c2eb2fbb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x55f0c2eb2fbb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x55f0c2ec0835 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x55f0c2ec0835 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x55f0c2ec0835 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x55f0c2ec0835 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x55f0c2ec0835 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x55f0c2ec0835 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x55f0c2ec0835 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x55f0c2eba144 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x55f0c2eba144 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x55f0c2ec38b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x55f0c2ec38b2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x55f0c2ec38b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x55f0c2ec38b2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x55f0c2ec38b2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x55f0c2ec38b2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x55f0c2ec38b2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x55f0c304817f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   63:     0x55f0c304817f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x707fcd3aeaa4 - <unknown>
[INFO] [stdout]   65:     0x707fcd43ba64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     supervisor_resilience::tests::spawn_supervised_recovers_from_panic
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 28 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p netpilotd --lib`
[INFO] running `Command { std: "docker" "inspect" "1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da", kill_on_drop: false }`
[INFO] [stdout] 1ad51129944a0619ea68560594bc49f974f1c744e4228c50829747cc6d3b33da
