[INFO] cloning repository https://github.com/michalskalski/dslite-b4
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michalskalski/dslite-b4" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichalskalski%2Fdslite-b4", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichalskalski%2Fdslite-b4'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f67b8b223f254a1c2b9b3133148a5322ee67a3f9
[INFO] testing michalskalski/dslite-b4 against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichalskalski%2Fdslite-b4" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/michalskalski/dslite-b4
[INFO] finished tweaking git repo https://github.com/michalskalski/dslite-b4
[INFO] tweaked toml for git repo https://github.com/michalskalski/dslite-b4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/michalskalski/dslite-b4 on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/michalskalski/dslite-b4 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77
[INFO] running `Command { std: "docker" "start" "7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77", 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" "7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77", 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" "7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling portable-atomic v1.14.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling cc v1.3.0
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling aws-lc-rs v1.17.3
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling rustls-pki-types v1.15.0
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling aws-lc-sys v0.43.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling chacha20 v0.10.1
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling http-body v1.1.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling tinyvec v1.12.0
[INFO] [stderr]    Compiling rand v0.10.2
[INFO] [stderr]    Compiling syn v3.0.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling netlink-packet-core v0.8.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.16
[INFO] [stderr]    Compiling uuid v1.24.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling moka v0.12.15
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling prefix-trie v0.8.4
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]    Compiling hickory-proto v0.26.1
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling netlink-sys v0.8.8
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling http-body-util v0.1.4
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling hickory-net v0.26.1
[INFO] [stderr]    Compiling resolv-conf v0.7.6
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling hickory-resolver v0.26.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling netlink-proto v0.12.0
[INFO] [stderr]    Compiling netlink-packet-route v0.28.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling dslite-b4 v0.1.2 (/opt/rustwide/workdir/crates/dslite-b4)
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling jiff-core v0.1.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling jiff v0.2.35
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling sd-notify v0.5.0
[INFO] [stderr]    Compiling rtnetlink v0.20.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.7.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.13.4
[INFO] [stderr]    Compiling hb46pp v0.1.3 (/opt/rustwide/workdir/crates/hb46pp)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 59.67s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77", 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" "7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling roff v1.1.1
[INFO] [stderr]    Compiling hb46pp v0.1.3 (/opt/rustwide/workdir/crates/hb46pp)
[INFO] [stderr]    Compiling clap_mangen v0.3.0
[INFO] [stderr]    Compiling dslite-b4 v0.1.2 (/opt/rustwide/workdir/crates/dslite-b4)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 4.09s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77", 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" "7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.11s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.30.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/dslite_b4-a039fdf0be89e009)
[INFO] [stdout] 
[INFO] [stdout] running 62 tests
[INFO] [stdout] test aftr::tests::empty_candidates_clear_missing_state_and_select_nothing ... ok
[INFO] [stdout] test aftr::tests::keeps_current_aftr_when_still_in_candidates ... ok
[INFO] [stdout] test aftr::tests::keeps_current_aftr_while_missing_within_grace ... ok
[INFO] [stdout] test aftr::tests::selects_first_candidate_after_grace_expires ... ok
[INFO] [stdout] test aftr::tests::selects_first_candidate_without_current_aftr ... ok
[INFO] [stdout] test aftr::tests::starts_grace_when_current_aftr_first_goes_missing ... ok
[INFO] [stdout] test aftr_discovery::tests::chooses_delay_within_next_attempt_window ... ok
[INFO] [stdout] test aftr_discovery::tests::rejects_invalid_identity_when_hb46pp_is_selected ... ok
[INFO] [stdout] test aftr_discovery::tests::retained_discovery_expires_at_next_attempt_deadline ... ok
[INFO] [stdout] test aftr_discovery::tests::rejects_unauthenticated_opt_in_when_discovery_is_disabled ... ok
[INFO] [stdout] test config::tests::parses_b4_v4_host_addresses ... ok
[INFO] [stdout] test config::tests::parses_encapsulation_limit ... ok
[INFO] [stdout] test config::tests::parses_unauthenticated_discovery_opt_in ... ok
[INFO] [stdout] test config::tests::parses_logging_levels_and_defaults_to_info ... ok
[INFO] [stdout] test config::tests::rejects_invalid_encapsulation_limit ... ok
[INFO] [stdout] test config::tests::parses_valid_linux_tunnel_names ... ok
[INFO] [stdout] test config::tests::rejects_invalid_linux_tunnel_names ... ok
[INFO] [stdout] test config::tests::rejects_non_b4_v4_host_addresses ... ok
[INFO] [stdout] test config::tests::unauthenticated_discovery_defaults_to_disabled ... ok
[INFO] [stdout] test hb46pp::tests::converts_dslite_offer_to_aftr_address ... ok
[INFO] [stdout] test hb46pp::tests::rejects_dslite_offer_without_aftr ... ok
[INFO] [stdout] test hb46pp::tests::creates_dslite_provisioning_request_from_discovery_config ... ok
[INFO] [stdout] test hb46pp::tests::rejects_non_string_aftr ... ok
[INFO] [stdout] test hb46pp::tests::returns_none_when_dslite_is_not_offered ... ok
[INFO] [stdout] test lifecycle::tests::keep_when_observed_absent_and_desired_unavailable ... ok
[INFO] [stdout] test lifecycle::tests::create_when_observed_absent_and_desired_resolved ... ok
[INFO] [stdout] test lifecycle::tests::keep_when_observed_present_and_desired_unavailable ... ok
[INFO] [stdout] test lifecycle::tests::noop_when_configured_mtu_matches ... ok
[INFO] [stdout] test lifecycle::tests::noop_when_endpoints_match_and_tunnel_is_up ... ok
[INFO] [stdout] test lifecycle::tests::noop_when_observed_and_desired_are_absent ... ok
[INFO] [stdout] test lifecycle::tests::rebuild_when_local_endpoint_differs ... ok
[INFO] [stdout] test lifecycle::tests::rebuild_when_remote_endpoint_differs ... ok
[INFO] [stdout] test lifecycle::tests::plans_encapsulation_limit_updates ... ok
[INFO] [stdout] test lifecycle::tests::reconcile_creates_absent_tunnel ... ok
[INFO] [stdout] test lifecycle::tests::reconcile_brings_up_matching_down_tunnel ... ok
[INFO] [stdout] test lifecycle::tests::reconcile_does_nothing_when_tunnel_matches ... ok
[INFO] [stdout] test lifecycle::tests::reconcile_keeps_tunnel_when_desired_is_unavailable ... ok
[INFO] [stdout] test lifecycle::tests::reconcile_rebuilds_tunnel_with_different_endpoint ... ok
[INFO] [stdout] test lifecycle::tests::reconcile_tears_down_tunnel_when_desired_is_absent ... ok
[INFO] [stdout] test lifecycle::tests::reconcile_updates_different_configured_mtu ... ok
[INFO] [stdout] test lifecycle::tests::update_when_configured_mtu_differs ... ok
[INFO] [stdout] test lifecycle::tests::update_when_endpoints_match_and_tunnel_is_down ... ok
[INFO] [stdout] test status::tests::rejects_unsupported_schema_version ... ok
[INFO] [stdout] test status::tests::nullable_fields_are_always_present ... ok
[INFO] [stdout] test atomic_file::tests::replaces_complete_contents_and_applies_exact_mode ... ok
[INFO] [stdout] test status::tests::serializes_all_stable_enum_values ... ok
[INFO] [stdout] test tunnel::linux::tests::builds_in_place_update ... ok
[INFO] [stdout] test tunnel::linux::tests::configures_encapsulation_limit_in_place ... ok
[INFO] [stdout] test tunnel::linux::tests::configures_encapsulation_limit_on_creation ... ok
[INFO] [stdout] test tunnel::linux::tests::extracts_endpoints_and_admin_state_from_link ... ok
[INFO] [stdout] test tunnel::linux::tests::includes_configured_mtu ... ok
[INFO] [stdout] test tunnel::linux::tests::observes_ignored_encapsulation_limit_as_disabled ... ok
[INFO] [stdout] test tunnel::linux::tests::omits_mtu_when_not_configured ... ok
[INFO] [stdout] test tunnel::linux::tests::rejects_ipv4_endpoint ... ok
[INFO] [stdout] test tunnel::linux::tests::reports_missing_remote_endpoint ... ok
[INFO] [stdout] test runtime_state::tests::pidfile_is_empty_until_ready ... ok
[INFO] [stdout] test status::tests::writes_and_reads_mode_0644 ... ok
[INFO] [stdout] test aftr_discovery::tests::invalidation_clears_retained_result_but_preserves_token ... ok
[INFO] [stdout] test aftr_discovery::tests::temporary_resolver_failure_keeps_discovered_service ... ok
[INFO] [stdout] test aftr_discovery::tests::prepares_hb46pp_discovery_when_support_is_compiled_in ... ok
[INFO] [stdout] test aftr_discovery::tests::malformed_bootstrap_disables_discovered_service ... ok
[INFO] [stdout] test status::tests::repeated_readers_only_see_complete_replacements ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 62 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/dslite_b4-55a8d35a764e4b44)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test logging::tests::enforces_one_physical_line_and_escapes_controls ... ok
[INFO] [stdout] test tests::desired_computation_selects_wake_policy ... ok
[INFO] [stdout] test tests::network_change_ignores_matching_tunnel_with_explicit_local_v6 ... ok
[INFO] [stdout] test tests::network_change_reconciles_tunnel_drift ... ok
[INFO] [stdout] test tests::network_change_is_ignored_when_desired_is_absent ... ok
[INFO] [stdout] test tests::network_change_reconciles_tunnel_when_desired_is_absent ... ok
[INFO] [stdout] test wake::tests::schedules_earliest_wake ... ok
[INFO] [stdout] test tests::network_change_reconciles_when_desired_is_unavailable ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/status_cli.rs (/opt/rustwide/target/release/deps/status_cli-3ca644e13bd50d68)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test notification_helper ... ignored
[INFO] [stdout] test human_status_reports_overdue_snapshot ... ok
[INFO] [stdout] test captures_systemd_readiness_status_and_shutdown ... ok
[INFO] [stdout] test check_config_prints_success_without_debug_dump ... ok
[INFO] [stdout] test json_status_is_validated_json_only ... ok
[INFO] [stdout] test closed_stdout_pipe_exits_without_an_error ... ok
[INFO] [stdout] test missing_and_malformed_status_fail_without_stdout ... ok
[INFO] [stdout] test check_config_diagnostics_are_safe_unless_source_is_requested ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/hb46pp-bd8f9c5d65149135)
[INFO] [stdout] 
[INFO] [stdout] running 88 tests
[INFO] [stdout] test client::default_resolver::tests::decode_txt_record_joins_fragments ... ok
[INFO] [stdout] test client::default_resolver::tests::decode_txt_record_rejects_invalid_utf8 ... ok
[INFO] [stdout] test client::default_transport::tests::extract_header_value_identifies_an_invalid_header ... ok
[INFO] [stdout] test client::default_transport::tests::extract_header_value_returns_none_when_missing ... ok
[INFO] [stdout] test client::default_transport::tests::extract_header_values_combines_repeated_headers ... ok
[INFO] [stdout] test client::default_transport::tests::ipv6_addresses_removes_disallowed_destinations ... ok
[INFO] [stdout] test client::default_transport::tests::literal_endpoint_validation_rejects_disallowed_ipv6_addresses ... ok
[INFO] [stdout] test client::default_transport::tests::literal_endpoint_validation_allows_routed_unicast_scopes ... ok
[INFO] [stdout] test client::tests::client_errors_only_expose_specified_retry_windows ... ok
[INFO] [stdout] test client::default_transport::tests::response_body_rejects_data_above_the_maximum_size ... ok
[INFO] [stdout] test client::tests::client_provision_follows_redirect ... ok
[INFO] [stdout] test client::tests::client_errors_expose_protocol_retry_actions ... ok
[INFO] [stdout] test client::default_transport::tests::response_body_accepts_the_maximum_size ... ok
[INFO] [stdout] test client::tests::invalid_record_returns_bootstrap_error ... ok
[INFO] [stdout] test client::tests::client_provision_resolves_relative_redirect_location ... ok
[INFO] [stdout] test client::tests::discovery_queries_absolute_protocol_name ... ok
[INFO] [stdout] test client::tests::client_provision_good_path ... ok
[INFO] [stdout] test client::tests::missing_discovery_record_returns_none ... ok
[INFO] [stdout] test client::tests::not_found_uses_discovery_retry_window ... ok
[INFO] [stdout] test client::tests::one_valid_record_returns_some ... ok
[INFO] [stdout] test client::tests::provision_allows_unauthenticated_bootstrap_when_configured ... ok
[INFO] [stdout] test client::tests::multiple_records_returns_unexpected_record_count ... ok
[INFO] [stdout] test client::tests::provision_rejects_first_redirect_when_max_redirects_is_zero ... ok
[INFO] [stdout] test client::tests::provision_rejects_http_redirect_when_certificate_validation_is_required ... ok
[INFO] [stdout] test client::tests::provision_rejects_invalid_redirect_location ... ok
[INFO] [stdout] test client::tests::provision_rejects_malformed_json_response ... ok
[INFO] [stdout] test client::tests::provision_rejects_non_utf8_response_body ... ok
[INFO] [stdout] test client::tests::provision_rejects_redirect_to_ipv4_literal ... ok
[INFO] [stdout] test client::tests::provision_rejects_redirect_to_unexpected_credential_host ... ok
[INFO] [stdout] test client::tests::provision_rejects_redirect_with_unsupported_scheme ... ok
[INFO] [stdout] test client::tests::provision_rejects_redirect_without_location ... ok
[INFO] [stdout] test client::tests::provision_rejects_redirects_above_the_limit ... ok
[INFO] [stdout] test client::tests::provision_rejects_unauthenticated_bootstrap_by_default ... ok
[INFO] [stdout] test client::tests::provision_rejects_unexpected_response_status ... ok
[INFO] [stdout] test client::tests::provision_returns_not_found_without_a_discovery_record ... ok
[INFO] [stdout] test client::tests::resolver_failure_returns_resolver_error ... ok
[INFO] [stdout] test client::tests::response_ttl_produces_exact_next_attempt_window ... ok
[INFO] [stdout] test client::tests::response_without_ttl_uses_default_refresh_window ... ok
[INFO] [stdout] test client::tests::zero_records_returns_unexpected_record_count ... ok
[INFO] [stdout] test model::tests::accepts_http_without_tls_validation ... ok
[INFO] [stdout] test model::tests::accepts_multiple_capabilities_and_a_token ... ok
[INFO] [stdout] test model::tests::accepts_ipip_array_payload ... ok
[INFO] [stdout] test model::tests::accepts_ttl_at_the_specification_limit ... ok
[INFO] [stdout] test model::tests::builds_valid_provisioning_request ... ok
[INFO] [stdout] test model::tests::builds_provisioning_url ... ok
[INFO] [stdout] test model::tests::parses_hb46pp_auth_statuses ... ok
[INFO] [stdout] test model::tests::parses_hb46pp_capability_wire_names ... ok
[INFO] [stdout] test model::tests::parses_valid_token ... ok
[INFO] [stdout] test model::tests::preserves_existing_query_pairs_and_appends_token ... ok
[INFO] [stdout] test model::tests::parses_v6connect_bootstrap_record ... ok
[INFO] [stdout] test model::tests::parses_v6connect_response_shape ... ok
[INFO] [stdout] test model::tests::rejects_an_ordered_capability_without_a_payload ... ok
[INFO] [stdout] test model::tests::rejects_credentials_for_unvalidated_or_unexpected_bootstrap ... ok
[INFO] [stdout] test model::tests::rejects_duplicate_capabilities ... ok
[INFO] [stdout] test model::tests::rejects_fields_out_of_order ... ok
[INFO] [stdout] test model::tests::rejects_empty_capabilities ... ok
[INFO] [stdout] test model::tests::rejects_extra_fields ... ok
[INFO] [stdout] test model::tests::rejects_http_with_tls_validation ... ok
[INFO] [stdout] test model::tests::rejects_invalid_product ... ok
[INFO] [stdout] test model::tests::rejects_invalid_token_formats ... ok
[INFO] [stdout] test model::tests::rejects_invalid_vendor_id ... ok
[INFO] [stdout] test model::tests::rejects_invalid_credentials ... ok
[INFO] [stdout] test model::tests::rejects_ipip_object_payload ... ok
[INFO] [stdout] test model::tests::rejects_invalid_version ... ok
[INFO] [stdout] test model::tests::rejects_ipv4_literal_provisioning_url ... ok
[INFO] [stdout] test model::tests::rejects_missing_url_field ... ok
[INFO] [stdout] test model::tests::redacts_tokens_in_debug_output ... ok
[INFO] [stdout] test model::tests::rejects_non_object_method_payload ... ok
[INFO] [stdout] test model::tests::rejects_non_http_url_scheme ... ok
[INFO] [stdout] test model::tests::rejects_null_for_an_optional_response_field ... ok
[INFO] [stdout] test model::tests::rejects_non_object_entry_in_ipip_array ... ok
[INFO] [stdout] test model::tests::rejects_unknown_hb46pp_auth_status ... ok
[INFO] [stdout] test model::tests::rejects_ttl_above_the_specification_limit ... ok
[INFO] [stdout] test model::tests::rejects_unsupported_version ... ok
[INFO] [stdout] test model::tests::rejects_unknown_capability_wire_names ... ok
[INFO] [stdout] test model::tests::retains_ipv6_mostly_xlat_offer_outside_activation_order ... ok
[INFO] [stdout] test model::tests::selects_nothing_when_no_ordered_offer_is_supported ... ok
[INFO] [stdout] test model::tests::selects_the_first_server_ordered_supported_offer ... ok
[INFO] [stdout] test model::tests::selects_a_later_offer_when_higher_priority_offers_are_unsupported ... ok
[INFO] [stdout] test model::tests::sends_credentials_when_expected_server_name_matches_validated_https ... ok
[INFO] [stdout] test model::tests::sends_credentials_without_expected_server_name ... ok
[INFO] [stdout] test model::tests::serializes_capabilities_to_hb46pp_wire_names ... ok
[INFO] [stdout] test model::tests::sets_and_clears_provisioning_request_token ... ok
[INFO] [stdout] test model::tests::validates_ttl_and_token_in_a_response ... ok
[INFO] [stdout] test client::default_transport::tests::default_transport_rejects_an_ipv4_literal_endpoint ... ok
[INFO] [stdout] test client::default_transport::tests::default_transport_reads_an_http_response_over_ipv6 ... ok
[INFO] [stdout] test client::default_transport::tests::default_transport_does_not_follow_redirects ... ok
[INFO] [stdout] test client::default_transport::tests::configured_request_timeout_bounds_a_stalled_response ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 88 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/client_api.rs (/opt/rustwide/target/release/deps/client_api-e1907db8963e3016)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test downstream_crates_can_construct_client ... ok
[INFO] [stdout] test downstream_crates_can_construct_the_default_client ... ok
[INFO] [stdout] test downstream_crates_can_implement_discovery_resolver ... ok
[INFO] [stdout] test downstream_crates_can_inspect_next_attempt_window ... ok
[INFO] [stdout] test downstream_crates_can_implement_transport ... ok
[INFO] [stdout] test downstream_crates_can_inspect_retry_actions ... ok
[INFO] [stdout] test downstream_crates_can_use_the_default_resolver ... ok
[INFO] [stdout] test downstream_crates_can_use_the_default_transport ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dslite_b4
[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]    Doc-tests hb46pp
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test crates/hb46pp/src/../README.md - (line 19) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.18s; merged doctests compilation took 0.08s
[INFO] running `Command { std: "docker" "inspect" "7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77", kill_on_drop: false }`
[INFO] [stdout] 7f8ac6455450d3f8decf5b246b4c7783fa8e477e11d020bc0aaf8058516bbb77
