01KZ6TK4KB40GHQRBZPV5TCJEA: test-bfd

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KZ6TKSFJQ8HN9R3B0BRVNKQ7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T16:45:50.016Zjob assigned to worker 01KZ6TKZTJGC22DJH01GBEBKYX [factory aws, i-0eb710eb39cc3a636] (queued for 58 s)
 
22026-08-04T16:45:56.174Zstarting task 0: "setup"
32026-08-04T16:45:56.180Z++ uname -s
42026-08-04T16:45:56.182Z+ kern=SunOS
52026-08-04T16:45:56.182Z+ build_user=build
62026-08-04T16:45:56.182Z+ build_uid=12345
72026-08-04T16:45:56.183Z+ work_dir=/work
82026-08-04T16:45:56.183Z+ input_dir=/input
92026-08-04T16:45:56.183Z+ [[ 0 == 12345 ]]
102026-08-04T16:45:56.183Z+ case "$kern" in
112026-08-04T16:45:56.183Z+ groupadd -g 12345 build
122026-08-04T16:45:56.186Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T16:45:58.188Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T16:45:58.265Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T16:45:58.269Z+ home_fs=zfs
162026-08-04T16:45:58.269Z+ [[ zfs == autofs ]]
172026-08-04T16:45:58.269Z+ mkdir -p /home/build
182026-08-04T16:45:58.269Z+ chown build:build /home/build /work
192026-08-04T16:46:00.270Z+ chmod 0700 /home/build /work
202026-08-04T16:46:00.273Zprocess exited: duration 4096 ms, exit code 0
 
212026-08-04T16:46:00.278Zstarting task 1: "rust-toolchain"
222026-08-04T16:46:00.282Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-04T16:46:00.282Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-04T16:46:00.282Z * rust toolchain channel = "stable"
252026-08-04T16:46:00.282Z * rust toolchain profile = "default"
262026-08-04T16:46:00.285Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T16:46:00.285Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T16:46:00.285Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T16:46:00.285Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-04T16:46:00.380Zinfo: downloading installer
312026-08-04T16:46:01.794Zwarn: It looks like you have an existing installation of Rust at:
322026-08-04T16:46:01.794Zwarn: /opt/ooce/bin
332026-08-04T16:46:01.794Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-04T16:46:01.794Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-04T16:46:01.794Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-04T16:46:01.794Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-04T16:46:01.794Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-04T16:46:01.794Zerror: cannot install while Rust is installed
392026-08-04T16:46:01.794Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-04T16:46:01.794Zwarn: It looks like you have an existing rustup settings file at:
412026-08-04T16:46:01.794Zwarn: /home/build/.rustup/settings.toml
422026-08-04T16:46:01.794Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-04T16:46:01.794Zwarn: instead of the one inferred from the default host triple.
442026-08-04T16:46:01.807Zinfo: profile set to default
452026-08-04T16:46:01.807Zinfo: default host triple is x86_64-unknown-illumos
462026-08-04T16:46:01.810Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-04T16:46:01.946Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-04T16:46:01.950Zinfo: downloading 6 components
492026-08-04T16:46:17.062Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-04T16:46:17.062Z
512026-08-04T16:46:17.088Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-04T16:46:17.088Z
532026-08-04T16:46:17.088Z
542026-08-04T16:46:17.088ZRust is installed now. Great!
552026-08-04T16:46:17.088Z
562026-08-04T16:46:17.091ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-04T16:46:17.091Zenvironment variable. This has not been done automatically.
582026-08-04T16:46:17.091Z
592026-08-04T16:46:17.091ZTo configure your current shell, you need to source
602026-08-04T16:46:17.091Zthe corresponding env file under $HOME/.cargo.
612026-08-04T16:46:17.092Z
622026-08-04T16:46:17.092ZThis is usually done by running one of the following (note the leading DOT):
632026-08-04T16:46:17.092Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-04T16:46:17.092Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-04T16:46:17.092Zsource "~/.cargo/env.nu" # For nushell
662026-08-04T16:46:17.092Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-04T16:46:17.092Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-04T16:46:17.092Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-04T16:46:17.092Zwarn: no default linker (`cc`) was found in your PATH
702026-08-04T16:46:17.092Zwarn: many Rust crates require a system C toolchain to build
712026-08-04T16:46:17.191Z+ rustup --version
722026-08-04T16:46:17.199Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-04T16:46:17.202Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-04T16:46:17.220Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-04T16:46:17.223Z+ cargo --version
762026-08-04T16:46:17.237Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-04T16:46:17.240Z+ rustc --version
782026-08-04T16:46:17.259Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-04T16:46:17.262Zprocess exited: duration 16981 ms, exit code 0
 
802026-08-04T16:46:17.268Zstarting task 2: "authentication"
812026-08-04T16:46:17.285Zprocess exited: duration 16 ms, exit code 0
 
822026-08-04T16:46:17.291Zstarting task 3: "clone repository"
832026-08-04T16:46:17.294Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-04T16:46:17.298Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-04T16:46:17.331ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-04T16:46:18.628Z+ cd /work/oxidecomputer/maghemite
872026-08-04T16:46:18.628Z+ git fetch origin 486debe5e7bf21fb34eb0ff8c85291a234f50307
882026-08-04T16:46:20.059ZFrom https://github.com/oxidecomputer/maghemite
892026-08-04T16:46:20.059Z * branch 486debe5e7bf21fb34eb0ff8c85291a234f50307 -> FETCH_HEAD
902026-08-04T16:46:20.066Z+ [[ -n '' ]]
912026-08-04T16:46:20.066Z+ git reset --hard 486debe5e7bf21fb34eb0ff8c85291a234f50307
922026-08-04T16:46:20.088ZHEAD is now at 486debe [api-types] align multicast validation with dendrite/omicron policy
932026-08-04T16:46:20.091Zprocess exited: duration 2797 ms, exit code 0
 
942026-08-04T16:46:20.099Zstarting task 4: "build"
952026-08-04T16:46:20.103Z+ set -o errexit
962026-08-04T16:46:20.103Z+ set -o pipefail
972026-08-04T16:46:20.103Z+ source .github/buildomat/test-common.sh
982026-08-04T16:46:20.103Z++ NEXTEST_VERSION=0.9.97
992026-08-04T16:46:20.103Z++ PLATFORM=illumos
1002026-08-04T16:46:20.103Z++ banner install
1012026-08-04T16:46:20.107Z
1022026-08-04T16:46:20.107Z # # # #### ##### ## # #
1032026-08-04T16:46:20.107Z # ## # # # # # # #
1042026-08-04T16:46:20.107Z # # # # #### # # # # #
1052026-08-04T16:46:20.107Z # # # # # # ###### # #
1062026-08-04T16:46:20.108Z # # ## # # # # # # #
1072026-08-04T16:46:20.108Z # # # #### # # # ###### ######
1082026-08-04T16:46:20.108Z
1092026-08-04T16:46:20.108Z++ set +o errexit
1102026-08-04T16:46:20.108Z++ pkg info clang-15
1112026-08-04T16:46:20.111Z++ grep -qi installed
1122026-08-04T16:46:21.298Zpkg: info: no packages matching the following patterns you specified are
1132026-08-04T16:46:21.298Zinstalled on the system. Try querying remotely instead:
1142026-08-04T16:46:21.298Z
1152026-08-04T16:46:21.298Z clang-15
1162026-08-04T16:46:21.337Z++ [[ 1 != 0 ]]
1172026-08-04T16:46:21.337Z++ set -o errexit
1182026-08-04T16:46:21.337Z++ pfexec pkg install clang-15
1192026-08-04T16:46:28.116Z Startup: Refreshing catalog 'helios-dev' ... Done
1202026-08-04T16:46:35.816Z Startup: Caching catalogs ... Done
1212026-08-04T16:46:43.008ZPlanning: Solver setup ... Done
1222026-08-04T16:46:43.048ZPlanning: Running solver ... Done
1232026-08-04T16:46:43.186ZPlanning: Finding local manifests ... Done
1242026-08-04T16:46:43.204ZPlanning: Fetching manifests: 0/2 0% complete
1252026-08-04T16:46:43.301ZPlanning: Fetching manifests: 2/2 100% complete
1262026-08-04T16:46:43.328ZPlanning: Package planning ... Done
1272026-08-04T16:46:43.354ZPlanning: Merging actions ... Done
1282026-08-04T16:46:43.459ZPlanning: Checking for conflicting actions ... Done
1292026-08-04T16:46:43.465ZPlanning: Consolidating action changes ... Done
1302026-08-04T16:46:44.205ZPlanning: Evaluating mediators ... Done
1312026-08-04T16:46:44.210ZPlanning: Planning completed in 8.23 seconds
1322026-08-04T16:46:44.222Z Packages to install: 2
1332026-08-04T16:46:44.224Z Mediators to change: 2
1342026-08-04T16:46:44.224Z Services to change: 1
1352026-08-04T16:46:44.224Z Create boot environment: No
1362026-08-04T16:46:44.224ZCreate backup boot environment: No
1372026-08-04T16:46:44.262Z
1382026-08-04T16:46:44.262ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1392026-08-04T16:46:50.687ZDownload: 981/3076 items 82.2/211.3MB 38% complete (24.7M/s)
1402026-08-04T16:46:55.697ZDownload: 1311/3076 items 114.8/211.3MB 54% complete (9.8M/s)
1412026-08-04T16:47:00.699ZDownload: 1949/3076 items 117.5/211.3MB 55% complete (3.6M/s)
1422026-08-04T16:47:08.665ZDownload: 2006/3076 items 117.7/211.3MB 55% complete (3.7M/s)
1432026-08-04T16:47:23.158ZDownload: 2008/3076 items 117.7/211.3MB 55% complete
1442026-08-04T16:47:28.611ZDownload: 3066/3076 items 208.7/211.3MB 98% complete (18.1M/s)
1452026-08-04T16:47:28.657ZDownload: Completed 211.31 MB in 44.39 seconds (4.8M/s)
1462026-08-04T16:47:28.894Z Actions: 1/3418 actions (Installing new actions)
1472026-08-04T16:47:32.027Z Actions: Completed 3418 actions in 3.13 seconds.
1482026-08-04T16:47:32.676Z Done
1492026-08-04T16:47:32.676Z Done
1502026-08-04T16:47:33.406Z Done
1512026-08-04T16:47:36.748Z Done
1522026-08-04T16:47:36.819Z Done
1532026-08-04T16:47:36.822Z Done
1542026-08-04T16:47:37.120Z Done
1552026-08-04T16:47:37.789Z++ set -o errexit
1562026-08-04T16:47:37.789Z++ cargo --version
1572026-08-04T16:47:37.796Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1582026-08-04T16:47:37.935Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1592026-08-04T16:47:37.937Zinfo: downloading 6 components
1602026-08-04T16:47:52.371Zcargo 1.97.1 (c980f4866 2026-06-30)
1612026-08-04T16:47:52.375Z++ rustc --version
1622026-08-04T16:47:52.402Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1632026-08-04T16:47:52.406Z++ cargo install cargo-nextest --version 0.9.97
1642026-08-04T16:47:52.450Z Updating crates.io index
1652026-08-04T16:47:52.549Z Downloading crates ...
1662026-08-04T16:47:52.598Z Downloaded cargo-nextest v0.9.97
1672026-08-04T16:47:52.657Z Installing cargo-nextest v0.9.97
1682026-08-04T16:47:52.660Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1692026-08-04T16:47:52.660Z |
1702026-08-04T16:47:52.660Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1712026-08-04T16:47:52.660Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1722026-08-04T16:47:52.699Z Updating crates.io index
1732026-08-04T16:47:54.751Z Locking 396 packages to latest compatible versions
1742026-08-04T16:47:54.755Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-08-04T16:47:54.758Z Adding duct v0.13.7 (available: v1.1.1)
1762026-08-04T16:47:54.758Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-08-04T16:47:54.759Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-08-04T16:47:54.762Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-08-04T16:47:54.762Z Adding itertools v0.14.0 (available: v0.15.0)
1802026-08-04T16:47:54.762Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1812026-08-04T16:47:54.762Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-08-04T16:47:54.767Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1832026-08-04T16:47:54.767Z Adding quick-junit v0.5.2 (available: v0.7.0)
1842026-08-04T16:47:54.791Z Downloading crates ...
1852026-08-04T16:47:54.818Z Downloaded parking_lot_core v0.9.12
1862026-08-04T16:47:54.820Z Downloaded addr2line v0.25.1
1872026-08-04T16:47:54.823Z Downloaded openssl-sys v0.9.117
1882026-08-04T16:47:54.826Z Downloaded color-spantrace v0.3.0
1892026-08-04T16:47:54.831Z Downloaded console v0.15.11
1902026-08-04T16:47:54.834Z Downloaded derive_more v2.1.1
1912026-08-04T16:47:54.839Z Downloaded errno v0.3.14
1922026-08-04T16:47:54.842Z Downloaded futures-macro v0.3.33
1932026-08-04T16:47:54.842Z Downloaded proc-macro2 v1.0.107
1942026-08-04T16:47:54.842Z Downloaded futures-executor v0.3.33
1952026-08-04T16:47:54.845Z Downloaded block-buffer v0.10.4
1962026-08-04T16:47:54.845Z Downloaded camino v1.2.5
1972026-08-04T16:47:54.845Z Downloaded cargo-platform v0.3.3
1982026-08-04T16:47:54.848Z Downloaded pkg-config v0.3.33
1992026-08-04T16:47:54.848Z Downloaded getrandom v0.3.4
2002026-08-04T16:47:54.848Z Downloaded bytes v1.12.1
2012026-08-04T16:47:54.851Z Downloaded pkcs8 v0.10.2
2022026-08-04T16:47:54.854Z Downloaded anstyle-query v1.1.5
2032026-08-04T16:47:54.854Z Downloaded percent-encoding v2.3.2
2042026-08-04T16:47:54.854Z Downloaded adler2 v2.0.1
2052026-08-04T16:47:54.858Z Downloaded crypto-common v0.1.7
2062026-08-04T16:47:54.858Z Downloaded async-scoped v0.9.0
2072026-08-04T16:47:54.863Z Downloaded cargo-platform v0.2.0
2082026-08-04T16:47:54.867Z Downloaded ppv-lite86 v0.2.21
2092026-08-04T16:47:54.871Z Downloaded ordered-float v2.10.1
2102026-08-04T16:47:54.879Z Downloaded atomicwrites v0.4.4
2112026-08-04T16:47:54.882Z Downloaded serde_ignored v0.1.14
2122026-08-04T16:47:54.885Z Downloaded atomic-waker v1.1.2
2132026-08-04T16:47:54.885Z Downloaded signal-hook-mio v0.2.5
2142026-08-04T16:47:54.888Z Downloaded generic-array v0.14.7
2152026-08-04T16:47:54.888Z Downloaded cpufeatures v0.2.17
2162026-08-04T16:47:54.891Z Downloaded rustc_version v0.4.1
2172026-08-04T16:47:54.894Z Downloaded serde_spanned v0.6.9
2182026-08-04T16:47:54.894Z Downloaded curve25519-dalek-derive v0.1.1
2192026-08-04T16:47:54.894Z Downloaded debug-ignore v1.0.5
2202026-08-04T16:47:54.894Z Downloaded foreign-types v0.3.2
2212026-08-04T16:47:54.894Z Downloaded scopeguard v1.2.0
2222026-08-04T16:47:54.898Z Downloaded backtrace-ext v0.2.1
2232026-08-04T16:47:54.898Z Downloaded equivalent v1.0.2
2242026-08-04T16:47:54.898Z Downloaded serde_spanned v1.1.1
2252026-08-04T16:47:54.901Z Downloaded serde_urlencoded v0.7.1
2262026-08-04T16:47:54.905Z Downloaded cfg-if v1.0.4
2272026-08-04T16:47:54.907Z Downloaded serde-value v0.7.0
2282026-08-04T16:47:54.911Z Downloaded enable-ansi-support v0.2.1
2292026-08-04T16:47:54.914Z Downloaded futures-io v0.3.33
2302026-08-04T16:47:54.914Z Downloaded rustls-pki-types v1.15.1
2312026-08-04T16:47:54.914Z Downloaded serde_path_to_error v0.1.20
2322026-08-04T16:47:54.917Z Downloaded serde-untagged v0.1.9
2332026-08-04T16:47:54.917Z Downloaded cpufeatures v0.3.0
2342026-08-04T16:47:54.920Z Downloaded tokio-macros v2.7.2
2352026-08-04T16:47:54.920Z Downloaded camino-tempfile v1.4.1
2362026-08-04T16:47:54.920Z Downloaded shell-words v1.1.1
2372026-08-04T16:47:54.920Z Downloaded supports-color v3.0.2
2382026-08-04T16:47:54.927Z Downloaded supports-unicode v3.0.0
2392026-08-04T16:47:54.929Z Downloaded colorchoice v1.0.5
2402026-08-04T16:47:54.932Z Downloaded document-features v0.2.12
2412026-08-04T16:47:54.932Z Downloaded futures-sink v0.3.33
2422026-08-04T16:47:54.932Z Downloaded fnv v1.0.7
2432026-08-04T16:47:54.935Z Downloaded pathdiff v0.2.3
2442026-08-04T16:47:54.935Z Downloaded thread_local v1.1.10
2452026-08-04T16:47:54.936Z Downloaded foreign-types-shared v0.1.1
2462026-08-04T16:47:54.936Z Downloaded futures-core v0.3.33
2472026-08-04T16:47:54.936Z Downloaded strsim v0.11.1
2482026-08-04T16:47:54.939Z Downloaded tinyvec_macros v0.1.1
2492026-08-04T16:47:54.939Z Downloaded subtle v2.6.1
2502026-08-04T16:47:54.942Z Downloaded cfg_aliases v0.2.2
2512026-08-04T16:47:54.945Z Downloaded signature v2.2.0
2522026-08-04T16:47:54.949Z Downloaded futures-task v0.3.33
2532026-08-04T16:47:54.949Z Downloaded supports-hyperlinks v3.2.0
2542026-08-04T16:47:54.949Z Downloaded shared_child v1.1.1
2552026-08-04T16:47:54.954Z Downloaded strip-ansi-escapes v0.2.1
2562026-08-04T16:47:54.958Z Downloaded openssl-macros v0.1.1
2572026-08-04T16:47:54.958Z Downloaded tower-layer v0.3.3
2582026-08-04T16:47:54.958Z Downloaded swrite v0.1.0
2592026-08-04T16:47:54.958Z Downloaded sync_wrapper v1.0.2
2602026-08-04T16:47:54.961Z Downloaded terminal_size v0.4.4
2612026-08-04T16:47:54.961Z Downloaded utf8parse v0.2.2
2622026-08-04T16:47:54.961Z Downloaded untrusted v0.9.0
2632026-08-04T16:47:54.964Z Downloaded hyper-tls v0.6.0
2642026-08-04T16:47:54.969Z Downloaded idna_adapter v1.0.0
2652026-08-04T16:47:54.974Z Downloaded anstyle-parse v1.0.0
2662026-08-04T16:47:54.978Z Downloaded cargo-util-schemas v0.2.0
2672026-08-04T16:47:54.978Z Downloaded rand_pcg v0.10.2
2682026-08-04T16:47:54.978Z Downloaded anstyle v1.0.14
2692026-08-04T16:47:54.981Z Downloaded quote v1.0.47
2702026-08-04T16:47:54.981Z Downloaded os_pipe v1.2.3
2712026-08-04T16:47:54.981Z Downloaded cargo_metadata v0.20.0
2722026-08-04T16:47:54.985Z Downloaded convert_case v0.10.0
2732026-08-04T16:47:54.988Z Downloaded rustc-hash v2.1.3
2742026-08-04T16:47:54.988Z Downloaded clap_lex v1.1.0
2752026-08-04T16:47:54.988Z Downloaded ed25519 v2.2.3
2762026-08-04T16:47:54.988Z Downloaded rustc-demangle v0.1.28
2772026-08-04T16:47:54.988Z Downloaded rand_core v0.10.1
2782026-08-04T16:47:54.991Z Downloaded erased-serde v0.4.10
2792026-08-04T16:47:54.991Z Downloaded target-lexicon v0.13.5
2802026-08-04T16:47:54.991Z Downloaded rand_core v0.6.4
2812026-08-04T16:47:54.995Z Downloaded autocfg v1.5.1
2822026-08-04T16:47:54.995Z Downloaded form_urlencoded v1.2.2
2832026-08-04T16:47:54.998Z Downloaded foldhash v0.1.5
2842026-08-04T16:47:54.998Z Downloaded find-msvc-tools v0.1.9
2852026-08-04T16:47:55.002Z Downloaded rand_chacha v0.9.0
2862026-08-04T16:47:55.002Z Downloaded rand_core v0.9.5
2872026-08-04T16:47:55.005Z Downloaded cfg-expr v0.20.8
2882026-08-04T16:47:55.005Z Downloaded parking_lot v0.12.5
2892026-08-04T16:47:55.005Z Downloaded lru-slab v0.1.2
2902026-08-04T16:47:55.005Z Downloaded number_prefix v0.4.0
2912026-08-04T16:47:55.005Z Downloaded self_update v0.42.0
2922026-08-04T16:47:55.008Z Downloaded quick-junit v0.5.2
2932026-08-04T16:47:55.008Z Downloaded filetime v0.2.29
2942026-08-04T16:47:55.011Z Downloaded openssl-probe v0.2.1
2952026-08-04T16:47:55.012Z Downloaded typeid v1.0.3
2962026-08-04T16:47:55.015Z Downloaded http-body v1.1.0
2972026-08-04T16:47:55.021Z Downloaded unicase v2.9.0
2982026-08-04T16:47:55.021Z Downloaded target-spec-miette v0.4.8
2992026-08-04T16:47:55.025Z Downloaded thiserror-impl v1.0.69
3002026-08-04T16:47:55.025Z Downloaded tokio-native-tls v0.3.1
3012026-08-04T16:47:55.025Z Downloaded simd-adler32 v0.3.10
3022026-08-04T16:47:55.025Z Downloaded thiserror v2.0.19
3032026-08-04T16:47:55.028Z Downloaded dialoguer v0.11.0
3042026-08-04T16:47:55.031Z Downloaded thiserror v1.0.69
3052026-08-04T16:47:55.031Z Downloaded sha2 v0.10.9
3062026-08-04T16:47:55.035Z Downloaded future-queue v0.4.0
3072026-08-04T16:47:55.035Z Downloaded shlex v2.0.1
3082026-08-04T16:47:55.035Z Downloaded thiserror-impl v2.0.19
3092026-08-04T16:47:55.038Z Downloaded anstream v1.0.0
3102026-08-04T16:47:55.038Z Downloaded base64ct v1.8.3
3112026-08-04T16:47:55.038Z Downloaded sigchld v0.2.4
3122026-08-04T16:47:55.038Z Downloaded slab v0.4.12
3132026-08-04T16:47:55.038Z Downloaded spki v0.7.3
3142026-08-04T16:47:55.055Z Downloaded either v1.17.0
3152026-08-04T16:47:55.055Z Downloaded fixedbitset v0.5.7
3162026-08-04T16:47:55.055Z Downloaded smol_str v0.3.6
3172026-08-04T16:47:55.055Z Downloaded signal-hook-registry v1.4.8
3182026-08-04T16:47:55.055Z Downloaded duct v0.13.7
3192026-08-04T16:47:55.055Z Downloaded home v0.5.12
3202026-08-04T16:47:55.055Z Downloaded zstd-safe v7.2.4
3212026-08-04T16:47:55.055Z Downloaded humantime v2.4.0
3222026-08-04T16:47:55.059Z Downloaded xattr v1.6.1
3232026-08-04T16:47:55.059Z Downloaded hex v0.4.3
3242026-08-04T16:47:55.059Z Downloaded lazy_static v1.5.0
3252026-08-04T16:47:55.059Z Downloaded quinn-udp v0.5.15
3262026-08-04T16:47:55.060Z Downloaded semver v1.0.28
3272026-08-04T16:47:55.060Z Downloaded unicode-xid v0.2.6
3282026-08-04T16:47:55.060Z Downloaded toml_write v0.1.2
3292026-08-04T16:47:55.060Z Downloaded nested v0.1.1
3302026-08-04T16:47:55.064Z Downloaded owo-colors v4.3.0
3312026-08-04T16:47:55.064Z Downloaded cargo_metadata v0.23.1
3322026-08-04T16:47:55.064Z Downloaded target-spec v3.6.0
3332026-08-04T16:47:55.067Z Downloaded tempfile v3.27.0
3342026-08-04T16:47:55.067Z Downloaded clap_derive v4.6.4
3352026-08-04T16:47:55.071Z Downloaded chacha20 v0.10.1
3362026-08-04T16:47:55.074Z Downloaded self-replace v1.5.0
3372026-08-04T16:47:55.078Z Downloaded pulldown-cmark v0.13.4
3382026-08-04T16:47:55.081Z Downloaded ahash v0.8.12
3392026-08-04T16:47:55.081Z Downloaded is_ci v1.2.0
3402026-08-04T16:47:55.085Z Downloaded try-lock v0.2.5
3412026-08-04T16:47:55.085Z Downloaded heck v0.5.0
3422026-08-04T16:47:55.085Z Downloaded unicode-linebreak v0.1.5
3432026-08-04T16:47:55.085Z Downloaded mukti-metadata v0.3.0
3442026-08-04T16:47:55.088Z Downloaded eyre v0.6.12
3452026-08-04T16:47:55.088Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3462026-08-04T16:47:55.089Z Downloaded zipsign-api v0.1.5
3472026-08-04T16:47:55.091Z Downloaded native-tls v0.2.18
3482026-08-04T16:47:55.092Z Downloaded utf8_iter v1.0.4
3492026-08-04T16:47:55.092Z Downloaded is_terminal_polyfill v1.70.2
3502026-08-04T16:47:55.094Z Downloaded tracing-error v0.2.1
3512026-08-04T16:47:55.095Z Downloaded indenter v0.3.4
3522026-08-04T16:47:55.097Z Downloaded urlencoding v2.1.3
3532026-08-04T16:47:55.100Z Downloaded tower-service v0.3.3
3542026-08-04T16:47:55.103Z Downloaded tokio-stream v0.1.19
3552026-08-04T16:47:55.107Z Downloaded indent_write v2.2.0
3562026-08-04T16:47:55.107Z Downloaded nextest-workspace-hack v0.1.0
3572026-08-04T16:47:55.107Z Downloaded version_check v0.9.5
3582026-08-04T16:47:55.107Z Downloaded static_assertions v1.1.0
3592026-08-04T16:47:55.111Z Downloaded itoa v1.0.18
3602026-08-04T16:47:55.111Z Downloaded humantime-serde v1.1.1
3612026-08-04T16:47:55.111Z Downloaded crc32fast v1.5.0
3622026-08-04T16:47:55.111Z Downloaded toml_datetime v0.6.11
3632026-08-04T16:47:55.114Z Downloaded const-oid v0.9.6
3642026-08-04T16:47:55.114Z Downloaded zstd v0.13.3
3652026-08-04T16:47:55.119Z Downloaded digest v0.10.7
3662026-08-04T16:47:55.120Z Downloaded toml_parser v1.1.3+spec-1.1.0
3672026-08-04T16:47:55.122Z Downloaded fastrand v2.5.0
3682026-08-04T16:47:55.122Z Downloaded futures-channel v0.3.33
3692026-08-04T16:47:55.123Z Downloaded getrandom v0.2.17
3702026-08-04T16:47:55.123Z Downloaded jobserver v0.1.35
3712026-08-04T16:47:55.126Z Downloaded ipnet v2.12.1
3722026-08-04T16:47:55.126Z Downloaded pin-project-internal v1.1.13
3732026-08-04T16:47:55.131Z Downloaded guppy-workspace-hack v0.1.0
3742026-08-04T16:47:55.136Z Downloaded bitflags v2.13.1
3752026-08-04T16:47:55.136Z Downloaded derive-where v1.6.1
3762026-08-04T16:47:55.139Z Downloaded newtype-uuid v1.4.0
3772026-08-04T16:47:55.139Z Downloaded want v0.3.1
3782026-08-04T16:47:55.142Z Downloaded smallvec v1.15.2
3792026-08-04T16:47:55.142Z Downloaded futures v0.3.33
3802026-08-04T16:47:55.145Z Downloaded serde_derive v1.0.229
3812026-08-04T16:47:55.148Z Downloaded toml v0.8.23
3822026-08-04T16:47:55.148Z Downloaded xxhash-rust v0.8.18
3832026-08-04T16:47:55.163Z Downloaded miette-derive v7.6.0
3842026-08-04T16:47:55.167Z Downloaded nextest-metadata v0.12.2
3852026-08-04T16:47:55.167Z Downloaded globset v0.4.20
3862026-08-04T16:47:55.171Z Downloaded http-body-util v0.1.4
3872026-08-04T16:47:55.173Z Downloaded config v0.15.25
3882026-08-04T16:47:55.174Z Downloaded toml_writer v1.1.2+spec-1.1.0
3892026-08-04T16:47:55.176Z Downloaded getrandom v0.4.3
3902026-08-04T16:47:55.177Z Downloaded vte v0.14.1
3912026-08-04T16:47:55.180Z Downloaded hyper-rustls v0.27.9
3922026-08-04T16:47:55.180Z Downloaded pin-project-lite v0.2.17
3932026-08-04T16:47:55.183Z Downloaded base64 v0.22.1
3942026-08-04T16:47:55.186Z Downloaded clap v4.6.5
3952026-08-04T16:47:55.189Z Downloaded tokio-rustls v0.26.4
3962026-08-04T16:47:55.193Z Downloaded sharded-slab v0.1.7
3972026-08-04T16:47:55.196Z Downloaded once_cell v1.21.4
3982026-08-04T16:47:55.198Z Downloaded uuid v1.24.0
3992026-08-04T16:47:55.202Z Downloaded litrs v1.0.0
4002026-08-04T16:47:55.202Z Downloaded nextest-filtering v0.15.0
4012026-08-04T16:47:55.205Z Downloaded zeroize v1.9.0
4022026-08-04T16:47:55.209Z Downloaded tinyvec v1.12.0
4032026-08-04T16:47:55.213Z Downloaded toml v1.1.4+spec-1.1.0
4042026-08-04T16:47:55.216Z Downloaded tracing-log v0.2.0
4052026-08-04T16:47:55.216Z Downloaded unicode-ident v1.0.24
4062026-08-04T16:47:55.217Z Downloaded ryu v1.0.23
4072026-08-04T16:47:55.220Z Downloaded serde_core v1.0.229
4082026-08-04T16:47:55.220Z Downloaded portable-atomic v1.14.0
4092026-08-04T16:47:55.223Z Downloaded tracing-attributes v0.1.31
4102026-08-04T16:47:55.226Z Downloaded indicatif v0.17.11
4112026-08-04T16:47:55.229Z Downloaded backtrace v0.3.76
4122026-08-04T16:47:55.229Z Downloaded httparse v1.10.1
4132026-08-04T16:47:55.232Z Downloaded zmij v1.0.23
4142026-08-04T16:47:55.232Z Downloaded iana-time-zone v0.1.65
4152026-08-04T16:47:55.235Z Downloaded borsh v1.8.0
4162026-08-04T16:47:55.238Z Downloaded tar v0.4.46
4172026-08-04T16:47:55.238Z Downloaded socket2 v0.6.5
4182026-08-04T16:47:55.241Z Downloaded textwrap v0.16.2
4192026-08-04T16:47:55.241Z Downloaded cc v1.4.0
4202026-08-04T16:47:55.248Z Downloaded log v0.4.33
4212026-08-04T16:47:55.251Z Downloaded tracing-core v0.1.36
4222026-08-04T16:47:55.254Z Downloaded pin-project v1.1.13
4232026-08-04T16:47:55.259Z Downloaded flate2 v1.1.9
4242026-08-04T16:47:55.262Z Downloaded lock_api v0.4.14
4252026-08-04T16:47:55.265Z Downloaded derive_more-impl v2.1.1
4262026-08-04T16:47:55.270Z Downloaded serde v1.0.229
4272026-08-04T16:47:55.274Z Downloaded miniz_oxide v0.8.9
4282026-08-04T16:47:55.277Z Downloaded toml_edit v0.22.27
4292026-08-04T16:47:55.280Z Downloaded quinn v0.11.11
4302026-08-04T16:47:55.283Z Downloaded der v0.7.10
4312026-08-04T16:47:55.283Z Downloaded ed25519-dalek v2.2.0
4322026-08-04T16:47:55.286Z Downloaded rustls-webpki v0.103.13
4332026-08-04T16:47:55.286Z Downloaded signal-hook v0.3.18
4342026-08-04T16:47:55.306Z Downloaded rand v0.10.2
4352026-08-04T16:47:55.310Z Downloaded num-traits v0.2.19
4362026-08-04T16:47:55.313Z Downloaded url v2.5.8
4372026-08-04T16:47:55.316Z Downloaded typenum v1.20.1
4382026-08-04T16:47:55.319Z Downloaded rand v0.9.5
4392026-08-04T16:47:55.324Z Downloaded mio v1.2.2
4402026-08-04T16:47:55.327Z Downloaded unicode-normalization v0.1.25
4412026-08-04T16:47:55.330Z Downloaded http v1.5.0
4422026-08-04T16:47:55.334Z Downloaded crossterm v0.29.0
4432026-08-04T16:47:55.340Z Downloaded hyper-util v0.1.20
4442026-08-04T16:47:55.349Z Downloaded unicode-segmentation v1.13.3
4452026-08-04T16:47:55.364Z Downloaded ron v0.12.2
4462026-08-04T16:47:55.369Z Downloaded idna v1.1.0
4472026-08-04T16:47:55.372Z Downloaded tower v0.5.3
4482026-08-04T16:47:55.376Z Downloaded tower-http v0.6.11
4492026-08-04T16:47:55.380Z Downloaded futures-util v0.3.33
4502026-08-04T16:47:55.387Z Downloaded clap_builder v4.6.5
4512026-08-04T16:47:55.390Z Downloaded memchr v2.8.3
4522026-08-04T16:47:55.393Z Downloaded indexmap v2.14.0
4532026-08-04T16:47:55.396Z Downloaded tokio-util v0.7.19
4542026-08-04T16:47:55.399Z Downloaded hashbrown v0.17.1
4552026-08-04T16:47:55.402Z Downloaded aho-corasick v1.1.5
4562026-08-04T16:47:55.404Z Downloaded h2 v0.4.15
4572026-08-04T16:47:55.408Z Downloaded hyper v1.11.0
4582026-08-04T16:47:55.412Z Downloaded miette v7.6.0
4592026-08-04T16:47:55.416Z Downloaded winnow v0.7.15
4602026-08-04T16:47:55.427Z Downloaded reqwest v0.12.28
4612026-08-04T16:47:55.435Z Downloaded guppy v0.17.26
4622026-08-04T16:47:55.438Z Downloaded regex v1.13.1
4632026-08-04T16:47:55.441Z Downloaded chrono v0.4.45
4642026-08-04T16:47:55.445Z Downloaded tracing-subscriber v0.3.23
4652026-08-04T16:47:55.451Z Downloaded webpki-roots v1.0.9
4662026-08-04T16:47:55.458Z Downloaded serde_json v1.0.151
4672026-08-04T16:47:55.462Z Downloaded hashbrown v0.15.5
4682026-08-04T16:47:55.465Z Downloaded vcpkg v0.2.15
4692026-08-04T16:47:55.488Z Downloaded itertools v0.14.0
4702026-08-04T16:47:55.491Z Downloaded quick-xml v0.37.5
4712026-08-04T16:47:55.494Z Downloaded unicode-width v0.2.2
4722026-08-04T16:47:55.497Z Downloaded winnow v1.0.4
4732026-08-04T16:47:55.503Z Downloaded curve25519-dalek v4.1.3
4742026-08-04T16:47:55.506Z Downloaded bstr v1.13.0
4752026-08-04T16:47:55.511Z Downloaded quick-xml v0.38.4
4762026-08-04T16:47:55.514Z Downloaded openssl v0.10.81
4772026-08-04T16:47:55.519Z Downloaded nix v0.30.1
4782026-08-04T16:47:55.531Z Downloaded tracing v0.1.44
4792026-08-04T16:47:55.543Z Downloaded quinn-proto v0.11.16
4802026-08-04T16:47:55.561Z Downloaded color-eyre v0.6.5
4812026-08-04T16:47:55.585Z Downloaded petgraph v0.8.3
4822026-08-04T16:47:55.597Z Downloaded zerocopy v0.8.55
4832026-08-04T16:47:55.606Z Downloaded libc v0.2.189
4842026-08-04T16:47:55.625Z Downloaded nextest-runner v0.80.0
4852026-08-04T16:47:55.631Z Downloaded unicode-width v0.1.14
4862026-08-04T16:47:55.635Z Downloaded syn v2.0.119
4872026-08-04T16:47:55.640Z Downloaded syn v3.0.3
4882026-08-04T16:47:55.645Z Downloaded rustix v0.38.44
4892026-08-04T16:47:55.657Z Downloaded gimli v0.32.3
4902026-08-04T16:47:55.661Z Downloaded object v0.37.3
4912026-08-04T16:47:55.667Z Downloaded regex-syntax v0.8.11
4922026-08-04T16:47:55.670Z Downloaded rustls v0.23.43
4932026-08-04T16:47:55.676Z Downloaded rustix v1.1.4
4942026-08-04T16:47:55.719Z Downloaded regex-automata v0.4.18
4952026-08-04T16:47:55.779Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4962026-08-04T16:47:55.805Z Downloaded tokio v1.53.1
4972026-08-04T16:47:55.871Z Downloaded recursion v0.5.4
4982026-08-04T16:47:55.878Z Downloaded ring v0.17.14
4992026-08-04T16:47:55.936Z Compiling proc-macro2 v1.0.107
5002026-08-04T16:47:55.937Z Compiling libc v0.2.189
5012026-08-04T16:47:55.940Z Compiling quote v1.0.47
5022026-08-04T16:47:55.940Z Compiling unicode-ident v1.0.24
5032026-08-04T16:47:55.940Z Compiling serde_core v1.0.229
5042026-08-04T16:47:55.940Z Compiling cfg-if v1.0.4
5052026-08-04T16:47:55.940Z Compiling memchr v2.8.3
5062026-08-04T16:47:56.070Z Compiling once_cell v1.21.4
5072026-08-04T16:47:56.160Z Compiling log v0.4.33
5082026-08-04T16:47:56.218Z Compiling pin-project-lite v0.2.17
5092026-08-04T16:47:56.311Z Compiling serde v1.0.229
5102026-08-04T16:47:56.323Z Compiling itoa v1.0.18
5112026-08-04T16:47:56.491Z Compiling smallvec v1.15.2
5122026-08-04T16:47:56.572Z Compiling futures-core v0.3.33
5132026-08-04T16:47:56.661Z Compiling bitflags v2.13.1
5142026-08-04T16:47:56.727Z Compiling hashbrown v0.17.1
5152026-08-04T16:47:56.740Z Compiling equivalent v1.0.2
5162026-08-04T16:47:56.829Z Compiling shlex v2.0.1
5172026-08-04T16:47:57.063Z Compiling errno v0.3.14
5182026-08-04T16:47:57.075Z Compiling find-msvc-tools v0.1.9
5192026-08-04T16:47:57.086Z Compiling bytes v1.12.1
5202026-08-04T16:47:57.235Z Compiling signal-hook-registry v1.4.8
5212026-08-04T16:47:57.264Z Compiling jobserver v0.1.35
5222026-08-04T16:47:57.312Z Compiling mio v1.2.2
5232026-08-04T16:47:57.355Z Compiling rustix v1.1.4
5242026-08-04T16:47:57.455Z Compiling syn v3.0.3
5252026-08-04T16:47:57.471Z Compiling syn v2.0.119
5262026-08-04T16:47:57.585Z Compiling cc v1.4.0
5272026-08-04T16:47:57.690Z Compiling futures-sink v0.3.33
5282026-08-04T16:47:57.801Z Compiling socket2 v0.6.5
5292026-08-04T16:47:57.976Z Compiling zmij v1.0.23
5302026-08-04T16:47:57.988Z Compiling slab v0.4.12
5312026-08-04T16:47:58.201Z Compiling futures-channel v0.3.33
5322026-08-04T16:47:58.312Z Compiling tracing-core v0.1.36
5332026-08-04T16:47:58.480Z Compiling indexmap v2.14.0
5342026-08-04T16:47:58.572Z Compiling version_check v0.9.5
5352026-08-04T16:47:58.632Z Compiling serde_json v1.0.151
5362026-08-04T16:47:58.885Z Compiling futures-task v0.3.33
5372026-08-04T16:47:58.950Z Compiling getrandom v0.4.3
5382026-08-04T16:47:59.069Z Compiling futures-io v0.3.33
5392026-08-04T16:47:59.236Z Compiling camino v1.2.5
5402026-08-04T16:47:59.268Z Compiling percent-encoding v2.3.2
5412026-08-04T16:47:59.326Z Compiling unicode-width v0.2.2
5422026-08-04T16:47:59.553Z Compiling ring v0.17.14
5432026-08-04T16:47:59.578Z Compiling http v1.5.0
5442026-08-04T16:47:59.607Z Compiling adler2 v2.0.1
5452026-08-04T16:47:59.639Z Compiling autocfg v1.5.1
5462026-08-04T16:47:59.770Z Compiling zeroize v1.9.0
5472026-08-04T16:47:59.915Z Compiling simd-adler32 v0.3.10
5482026-08-04T16:47:59.984Z Compiling num-traits v0.2.19
5492026-08-04T16:48:00.214Z Compiling miniz_oxide v0.8.9
5502026-08-04T16:48:00.343Z Compiling serde_derive v1.0.229
5512026-08-04T16:48:00.531Z Compiling tokio-macros v2.7.2
5522026-08-04T16:48:00.760Z Compiling object v0.37.3
5532026-08-04T16:48:01.046Z Compiling getrandom v0.3.4
5542026-08-04T16:48:01.080Z Compiling futures-macro v0.3.33
5552026-08-04T16:48:01.255Z Compiling tokio v1.53.1
5562026-08-04T16:48:01.375Z Compiling tracing-attributes v0.1.31
5572026-08-04T16:48:01.442Z Compiling target-lexicon v0.13.5
5582026-08-04T16:48:01.591Z Compiling zerocopy v0.8.55
5592026-08-04T16:48:01.844Z Compiling http-body v1.1.0
5602026-08-04T16:48:01.911Z Compiling futures-util v0.3.33
5612026-08-04T16:48:02.008Z Compiling rustls-pki-types v1.15.1
5622026-08-04T16:48:02.022Z Compiling form_urlencoded v1.2.2
5632026-08-04T16:48:02.100Z Compiling semver v1.0.28
5642026-08-04T16:48:02.283Z Compiling getrandom v0.2.17
5652026-08-04T16:48:02.489Z Compiling gimli v0.32.3
5662026-08-04T16:48:02.551Z Compiling tracing v0.1.44
5672026-08-04T16:48:02.747Z Compiling httparse v1.10.1
5682026-08-04T16:48:02.856Z Compiling thiserror v2.0.19
5692026-08-04T16:48:02.894Z Compiling owo-colors v4.3.0
5702026-08-04T16:48:03.078Z Compiling guppy-workspace-hack v0.1.0
5712026-08-04T16:48:03.177Z Compiling fnv v1.0.7
5722026-08-04T16:48:03.200Z Compiling idna_adapter v1.0.0
5732026-08-04T16:48:03.279Z Compiling utf8_iter v1.0.4
5742026-08-04T16:48:03.292Z Compiling untrusted v0.9.0
5752026-08-04T16:48:03.302Z Compiling signal-hook v0.3.18
5762026-08-04T16:48:03.418Z Compiling idna v1.1.0
5772026-08-04T16:48:04.488Z Compiling addr2line v0.25.1
5782026-08-04T16:48:04.512Z Compiling thiserror-impl v2.0.19
5792026-08-04T16:48:04.924Z Compiling generic-array v0.14.7
5802026-08-04T16:48:05.055Z Compiling pkg-config v0.3.33
5812026-08-04T16:48:05.152Z Compiling tower-service v0.3.3
5822026-08-04T16:48:05.167Z Compiling try-lock v0.2.5
5832026-08-04T16:48:05.249Z Compiling tokio-util v0.7.19
5842026-08-04T16:48:05.282Z Compiling typeid v1.0.3
5852026-08-04T16:48:05.486Z Compiling target-spec v3.6.0
5862026-08-04T16:48:05.562Z Compiling fastrand v2.5.0
5872026-08-04T16:48:05.672Z Compiling rustls v0.23.43
5882026-08-04T16:48:05.758Z Compiling rustc-demangle v0.1.28
5892026-08-04T16:48:05.887Z Compiling atomic-waker v1.1.2
5902026-08-04T16:48:05.899Z Compiling thiserror v1.0.69
5912026-08-04T16:48:06.022Z Compiling h2 v0.4.15
5922026-08-04T16:48:06.347Z Compiling tempfile v3.27.0
5932026-08-04T16:48:06.541Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5942026-08-04T16:48:06.557Z Compiling want v0.3.1
5952026-08-04T16:48:06.744Z Compiling cfg-expr v0.20.8
5962026-08-04T16:48:06.776Z Compiling url v2.5.8
5972026-08-04T16:48:07.151Z Compiling backtrace v0.3.76
5982026-08-04T16:48:07.785Z Compiling thiserror-impl v1.0.69
5992026-08-04T16:48:08.007Z Compiling terminal_size v0.4.4
6002026-08-04T16:48:08.163Z Compiling aho-corasick v1.1.5
6012026-08-04T16:48:08.335Z Compiling erased-serde v0.4.10
6022026-08-04T16:48:08.622Z Compiling rustls-webpki v0.103.13
6032026-08-04T16:48:08.917Z Compiling subtle v2.6.1
6042026-08-04T16:48:09.082Z Compiling typenum v1.20.1
6052026-08-04T16:48:09.150Z Compiling regex-syntax v0.8.11
6062026-08-04T16:48:09.807Z Compiling winnow v0.7.15
6072026-08-04T16:48:11.087Z Compiling regex-automata v0.4.18
6082026-08-04T16:48:12.106Z Compiling hyper v1.11.0
6092026-08-04T16:48:13.649Z Compiling toml_datetime v0.6.11
6102026-08-04T16:48:14.018Z Compiling serde_spanned v0.6.9
6112026-08-04T16:48:14.187Z Compiling ahash v0.8.12
6122026-08-04T16:48:14.388Z Compiling sync_wrapper v1.0.2
6132026-08-04T16:48:14.438Z Compiling parking_lot_core v0.9.12
6142026-08-04T16:48:14.501Z Compiling tower-layer v0.3.3
6152026-08-04T16:48:14.699Z Compiling nextest-workspace-hack v0.1.0
6162026-08-04T16:48:14.703Z Compiling base64 v0.22.1
6172026-08-04T16:48:14.908Z Compiling portable-atomic v1.14.0
6182026-08-04T16:48:15.191Z Compiling unicode-linebreak v0.1.5
6192026-08-04T16:48:15.357Z Compiling ipnet v2.12.1
6202026-08-04T16:48:15.462Z Compiling crc32fast v1.5.0
6212026-08-04T16:48:15.646Z Compiling either v1.17.0
6222026-08-04T16:48:15.748Z Compiling lazy_static v1.5.0
6232026-08-04T16:48:15.826Z Compiling foldhash v0.1.5
6242026-08-04T16:48:15.856Z Compiling toml_write v0.1.2
6252026-08-04T16:48:15.892Z Compiling unicode-segmentation v1.13.3
6262026-08-04T16:48:16.042Z Compiling is_ci v1.2.0
6272026-08-04T16:48:16.111Z Compiling toml_edit v0.22.27
6282026-08-04T16:48:16.215Z Compiling supports-color v3.0.2
6292026-08-04T16:48:16.365Z Compiling convert_case v0.10.0
6302026-08-04T16:48:16.447Z Compiling hashbrown v0.15.5
6312026-08-04T16:48:16.459Z Compiling sharded-slab v0.1.7
6322026-08-04T16:48:16.574Z Compiling hyper-util v0.1.20
6332026-08-04T16:48:16.613Z Compiling textwrap v0.16.2
6342026-08-04T16:48:17.099Z Compiling tokio-rustls v0.26.4
6352026-08-04T16:48:17.132Z Compiling tower v0.5.3
6362026-08-04T16:48:17.704Z Compiling backtrace-ext v0.2.1
6372026-08-04T16:48:17.959Z Compiling ordered-float v2.10.1
6382026-08-04T16:48:17.972Z Compiling webpki-roots v1.0.9
6392026-08-04T16:48:18.008Z Compiling miette-derive v7.6.0
6402026-08-04T16:48:18.085Z Compiling pathdiff v0.2.3
6412026-08-04T16:48:18.215Z Compiling console v0.15.11
6422026-08-04T16:48:18.233Z Compiling tracing-log v0.2.0
6432026-08-04T16:48:18.577Z Compiling cargo-platform v0.3.3
6442026-08-04T16:48:19.107Z Compiling os_pipe v1.2.3
6452026-08-04T16:48:19.119Z Compiling thread_local v1.1.10
6462026-08-04T16:48:19.199Z Compiling ryu v1.0.23
6472026-08-04T16:48:19.276Z Compiling pulldown-cmark v0.13.4
6482026-08-04T16:48:19.450Z Compiling supports-unicode v3.0.0
6492026-08-04T16:48:19.488Z Compiling rustix v0.38.44
6502026-08-04T16:48:19.491Z Compiling cfg_aliases v0.2.2
6512026-08-04T16:48:19.534Z Compiling zstd-safe v7.2.4
6522026-08-04T16:48:19.570Z Compiling unicode-width v0.1.14
6532026-08-04T16:48:19.619Z Compiling supports-hyperlinks v3.2.0
6542026-08-04T16:48:19.766Z Compiling debug-ignore v1.0.5
6552026-08-04T16:48:19.833Z Compiling winnow v1.0.4
6562026-08-04T16:48:19.869Z Compiling scopeguard v1.2.0
6572026-08-04T16:48:19.882Z Compiling utf8parse v0.2.2
6582026-08-04T16:48:19.980Z Compiling fixedbitset v0.5.7
6592026-08-04T16:48:19.994Z Compiling anstyle-parse v1.0.0
6602026-08-04T16:48:20.196Z Compiling lock_api v0.4.14
6612026-08-04T16:48:20.220Z Compiling petgraph v0.8.3
6622026-08-04T16:48:20.505Z Compiling miette v7.6.0
6632026-08-04T16:48:20.537Z Compiling nix v0.30.1
6642026-08-04T16:48:20.910Z Compiling toml_parser v1.1.3+spec-1.1.0
6652026-08-04T16:48:21.331Z Compiling serde_urlencoded v0.7.1
6662026-08-04T16:48:21.613Z Compiling tracing-subscriber v0.3.23
6672026-08-04T16:48:22.151Z Compiling sigchld v0.2.4
6682026-08-04T16:48:22.210Z Compiling cargo_metadata v0.23.1
6692026-08-04T16:48:22.348Z Compiling serde-value v0.7.0
6702026-08-04T16:48:22.658Z Compiling hyper-rustls v0.27.9
6712026-08-04T16:48:23.013Z Compiling serde-untagged v0.1.9
6722026-08-04T16:48:23.326Z Compiling toml v0.8.23
6732026-08-04T16:48:23.418Z Compiling tower-http v0.6.11
6742026-08-04T16:48:24.629Z Compiling derive_more-impl v2.1.1
6752026-08-04T16:48:24.954Z Compiling itertools v0.14.0
6762026-08-04T16:48:25.358Z Compiling regex v1.13.1
6772026-08-04T16:48:25.447Z Compiling block-buffer v0.10.4
6782026-08-04T16:48:25.529Z Compiling crypto-common v0.1.7
6792026-08-04T16:48:25.594Z Compiling ppv-lite86 v0.2.21
6802026-08-04T16:48:25.661Z Compiling rand_core v0.9.5
6812026-08-04T16:48:25.915Z Compiling futures-executor v0.3.33
6822026-08-04T16:48:25.933Z Compiling http-body-util v0.1.4
6832026-08-04T16:48:25.976Z Compiling pin-project-internal v1.1.13
6842026-08-04T16:48:26.217Z Compiling uuid v1.24.0
6852026-08-04T16:48:26.406Z Compiling toml_datetime v1.1.1+spec-1.1.0
6862026-08-04T16:48:26.455Z Compiling serde_spanned v1.1.1
6872026-08-04T16:48:26.609Z Compiling smol_str v0.3.6
6882026-08-04T16:48:26.755Z Compiling filetime v0.2.29
6892026-08-04T16:48:26.770Z Compiling bstr v1.13.0
6902026-08-04T16:48:26.818Z Compiling vte v0.14.1
6912026-08-04T16:48:26.946Z Compiling nested v0.1.1
6922026-08-04T16:48:26.963Z Compiling unicase v2.9.0
6932026-08-04T16:48:27.038Z Compiling tinyvec_macros v0.1.1
6942026-08-04T16:48:27.041Z Compiling color-spantrace v0.3.0
6952026-08-04T16:48:27.110Z Compiling number_prefix v0.4.0
6962026-08-04T16:48:27.140Z Compiling litrs v1.0.0
6972026-08-04T16:48:27.151Z Compiling xattr v1.6.1
6982026-08-04T16:48:27.340Z Compiling anstyle-query v1.1.5
6992026-08-04T16:48:27.352Z Compiling self_update v0.42.0
7002026-08-04T16:48:27.446Z Compiling colorchoice v1.0.5
7012026-08-04T16:48:27.460Z Compiling anstyle v1.0.14
7022026-08-04T16:48:27.463Z Compiling iana-time-zone v0.1.65
7032026-08-04T16:48:27.569Z Compiling static_assertions v1.1.0
7042026-08-04T16:48:27.582Z Compiling unicode-xid v0.2.6
7052026-08-04T16:48:27.586Z Compiling eyre v0.6.12
7062026-08-04T16:48:27.642Z Compiling is_terminal_polyfill v1.70.2
7072026-08-04T16:48:27.718Z Compiling anstream v1.0.0
7082026-08-04T16:48:27.742Z Compiling cargo-util-schemas v0.2.0
7092026-08-04T16:48:27.760Z Compiling guppy v0.17.26
7102026-08-04T16:48:27.806Z Compiling document-features v0.2.12
7112026-08-04T16:48:28.173Z Compiling chrono v0.4.45
7122026-08-04T16:48:28.275Z Compiling tar v0.4.46
7132026-08-04T16:48:28.365Z Compiling indicatif v0.17.11
7142026-08-04T16:48:29.063Z Compiling globset v0.4.20
7152026-08-04T16:48:30.168Z Compiling tinyvec v1.12.0
7162026-08-04T16:48:30.618Z Compiling pin-project v1.1.13
7172026-08-04T16:48:30.724Z Compiling strip-ansi-escapes v0.2.1
7182026-08-04T16:48:30.746Z Compiling nextest-metadata v0.12.2
7192026-08-04T16:48:30.895Z Compiling toml v1.1.4+spec-1.1.0
7202026-08-04T16:48:31.208Z Compiling newtype-uuid v1.4.0
7212026-08-04T16:48:31.401Z Compiling reqwest v0.12.28
7222026-08-04T16:48:31.441Z Compiling futures v0.3.33
7232026-08-04T16:48:31.444Z Compiling rand_chacha v0.9.0
7242026-08-04T16:48:31.517Z Compiling digest v0.10.7
7252026-08-04T16:48:31.744Z Compiling derive_more v2.1.1
7262026-08-04T16:48:31.830Z Compiling flate2 v1.1.9
7272026-08-04T16:48:31.996Z Compiling parking_lot v0.12.5
7282026-08-04T16:48:32.327Z Compiling tracing-error v0.2.1
7292026-08-04T16:48:32.386Z Compiling shared_child v1.1.1
7302026-08-04T16:48:32.905Z Compiling signal-hook-mio v0.2.5
7312026-08-04T16:48:33.039Z Compiling self-replace v1.5.0
7322026-08-04T16:48:33.050Z Compiling cargo-platform v0.2.0
7332026-08-04T16:48:33.298Z Compiling quick-xml v0.37.5
7342026-08-04T16:48:33.605Z Compiling quick-xml v0.38.4
7352026-08-04T16:48:33.864Z Compiling cpufeatures v0.2.17
7362026-08-04T16:48:33.939Z Compiling recursion v0.5.4
7372026-08-04T16:48:33.954Z Compiling humantime v2.4.0
7382026-08-04T16:48:34.077Z Compiling urlencoding v2.1.3
7392026-08-04T16:48:34.329Z Compiling strsim v0.11.1
7402026-08-04T16:48:34.372Z Compiling indenter v0.3.4
7412026-08-04T16:48:34.500Z Compiling shell-words v1.1.1
7422026-08-04T16:48:34.743Z Compiling clap_lex v1.1.0
7432026-08-04T16:48:34.799Z Compiling heck v0.5.0
7442026-08-04T16:48:35.217Z Compiling clap_derive v4.6.4
7452026-08-04T16:48:35.363Z Compiling clap_builder v4.6.5
7462026-08-04T16:48:35.604Z Compiling quick-junit v0.5.2
7472026-08-04T16:48:35.847Z Compiling humantime-serde v1.1.1
7482026-08-04T16:48:36.005Z Compiling nextest-filtering v0.15.0
7492026-08-04T16:48:36.944Z Compiling sha2 v0.10.9
7502026-08-04T16:48:38.211Z Compiling atomicwrites v0.4.4
7512026-08-04T16:48:38.506Z Compiling cargo_metadata v0.20.0
7522026-08-04T16:48:38.663Z Compiling cargo-nextest v0.9.97
7532026-08-04T16:48:38.977Z Compiling crossterm v0.29.0
7542026-08-04T16:48:40.695Z Compiling duct v0.13.7
7552026-08-04T16:48:41.370Z Compiling zstd v0.13.3
7562026-08-04T16:48:41.798Z Compiling rand v0.9.5
7572026-08-04T16:48:41.904Z Compiling config v0.15.25
7582026-08-04T16:48:42.068Z Compiling async-scoped v0.9.0
7592026-08-04T16:48:42.122Z Compiling unicode-normalization v0.1.25
7602026-08-04T16:48:42.261Z Compiling target-spec-miette v0.4.8
7612026-08-04T16:48:42.411Z Compiling future-queue v0.4.0
7622026-08-04T16:48:42.527Z Compiling mukti-metadata v0.3.0
7632026-08-04T16:48:42.665Z Compiling camino-tempfile v1.4.1
7642026-08-04T16:48:42.686Z Compiling tokio-stream v0.1.19
7652026-08-04T16:48:42.706Z Compiling derive-where v1.6.1
7662026-08-04T16:48:43.011Z Compiling serde_path_to_error v0.1.20
7672026-08-04T16:48:43.070Z Compiling serde_ignored v0.1.14
7682026-08-04T16:48:43.225Z Compiling xxhash-rust v0.8.18
7692026-08-04T16:48:43.293Z Compiling swrite v0.1.0
7702026-08-04T16:48:43.400Z Compiling indent_write v2.2.0
7712026-08-04T16:48:43.469Z Compiling hex v0.4.3
7722026-08-04T16:48:43.533Z Compiling home v0.5.12
7732026-08-04T16:48:43.548Z Compiling color-eyre v0.6.5
7742026-08-04T16:48:43.697Z Compiling clap v4.6.5
7752026-08-04T16:48:43.725Z Compiling dialoguer v0.11.0
7762026-08-04T16:48:43.753Z Compiling enable-ansi-support v0.2.1
7772026-08-04T16:48:43.917Z Compiling nextest-runner v0.80.0
7782026-08-04T16:49:02.629Z Finished `release` profile [optimized] target(s) in 1m 10s
7792026-08-04T16:49:02.801Z Installing /home/build/.cargo/bin/cargo-nextest
7802026-08-04T16:49:02.804Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7812026-08-04T16:49:02.926Z+ banner bfd
7822026-08-04T16:49:02.929Z
7832026-08-04T16:49:02.929Z ##### ###### #####
7842026-08-04T16:49:02.929Z # # # # #
7852026-08-04T16:49:02.929Z ##### ##### # #
7862026-08-04T16:49:02.929Z # # # # #
7872026-08-04T16:49:02.929Z # # # # #
7882026-08-04T16:49:02.929Z ##### # #####
7892026-08-04T16:49:02.929Z
7902026-08-04T16:49:02.929Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7912026-08-04T16:49:03.084Z Updating crates.io index
7922026-08-04T16:49:03.090Z Updating git repository `https://github.com/oxidecomputer/omicron`
7932026-08-04T16:49:09.255ZFrom https://github.com/oxidecomputer/omicron
7942026-08-04T16:49:09.255Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7952026-08-04T16:49:09.687Z Updating git repository `https://github.com/oxidecomputer/falcon`
7962026-08-04T16:49:10.270ZFrom https://github.com/oxidecomputer/falcon
7972026-08-04T16:49:10.270Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7982026-08-04T16:49:10.345Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7992026-08-04T16:49:10.735ZFrom https://github.com/oxidecomputer/dendrite
8002026-08-04T16:49:10.735Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
8012026-08-04T16:49:10.769Z Updating git repository `https://github.com/oxidecomputer/ispf`
8022026-08-04T16:49:11.029ZFrom https://github.com/oxidecomputer/ispf
8032026-08-04T16:49:11.029Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8042026-08-04T16:49:11.034Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8052026-08-04T16:49:11.390ZFrom https://github.com/oxidecomputer/netadm-sys
8062026-08-04T16:49:11.392Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8072026-08-04T16:49:11.397Z Updating git repository `https://github.com/oxidecomputer/opte`
8082026-08-04T16:49:12.121ZFrom https://github.com/oxidecomputer/opte
8092026-08-04T16:49:12.122Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8102026-08-04T16:49:12.150Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8112026-08-04T16:49:12.436ZFrom https://github.com/oxidecomputer/slog-error-chain
8122026-08-04T16:49:12.436Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8132026-08-04T16:49:12.447Z Updating git repository `https://github.com/illumos/smf-rs`
8142026-08-04T16:49:12.712ZFrom https://github.com/illumos/smf-rs
8152026-08-04T16:49:12.712Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8162026-08-04T16:49:12.720Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8172026-08-04T16:49:12.998ZFrom https://github.com/oxidecomputer/poptrie
8182026-08-04T16:49:12.998Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8192026-08-04T16:49:13.006Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8202026-08-04T16:49:13.253ZFrom https://github.com/oxidecomputer/network-interface
8212026-08-04T16:49:13.253Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8222026-08-04T16:49:13.260Z Updating git repository `https://github.com/oxidecomputer/zone`
8232026-08-04T16:49:13.529ZFrom https://github.com/oxidecomputer/zone
8242026-08-04T16:49:13.529Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8252026-08-04T16:49:13.539Z Updating git repository `https://github.com/oxidecomputer/lldp`
8262026-08-04T16:49:14.055ZFrom https://github.com/oxidecomputer/lldp
8272026-08-04T16:49:14.055Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8282026-08-04T16:49:14.065Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8292026-08-04T16:49:14.387ZFrom https://github.com/oxidecomputer/tufaceous
8302026-08-04T16:49:14.387Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8312026-08-04T16:49:14.397Z Updating git repository `https://github.com/oxidecomputer/propolis`
8322026-08-04T16:49:14.979ZFrom https://github.com/oxidecomputer/propolis
8332026-08-04T16:49:14.980Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8342026-08-04T16:49:15.023Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8352026-08-04T16:49:15.631ZFrom https://github.com/oxidecomputer/transceiver-control
8362026-08-04T16:49:15.631Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8372026-08-04T16:49:15.643Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8382026-08-04T16:49:15.924ZFrom https://github.com/oxidecomputer/dlpi-sys
8392026-08-04T16:49:15.924Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8402026-08-04T16:49:15.927Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8412026-08-04T16:49:16.195ZFrom https://github.com/jmesmon/rust-libzfs
8422026-08-04T16:49:16.195Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8432026-08-04T16:49:16.204Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8442026-08-04T16:49:16.477ZFrom https://github.com/oxidecomputer/rusty-doors
8452026-08-04T16:49:16.477Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8462026-08-04T16:49:16.489Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8472026-08-04T16:49:16.973ZFrom https://github.com/oxidecomputer/management-gateway-service
8482026-08-04T16:49:16.973Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8492026-08-04T16:49:16.985Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8502026-08-04T16:49:17.277ZFrom https://github.com/oxidecomputer/serde_human_bytes
8512026-08-04T16:49:17.277Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8522026-08-04T16:49:17.283Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-08-04T16:49:18.175ZFrom https://github.com/oxidecomputer/crucible
8542026-08-04T16:49:18.175Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8552026-08-04T16:49:18.223Z Updating git repository `https://github.com/oxidecomputer/propolis`
8562026-08-04T16:49:18.611ZFrom https://github.com/oxidecomputer/propolis
8572026-08-04T16:49:18.611Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8582026-08-04T16:49:18.657Z Updating git repository `https://github.com/oxidecomputer/crucible`
8592026-08-04T16:49:20.228ZFrom https://github.com/oxidecomputer/crucible
8602026-08-04T16:49:20.228Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8612026-08-04T16:49:20.292Z Updating git repository `https://github.com/oxidecomputer/tofino`
8622026-08-04T16:49:20.625ZFrom https://github.com/oxidecomputer/tofino
8632026-08-04T16:49:20.625Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8642026-08-04T16:49:20.645Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8652026-08-04T16:49:21.265ZFrom https://github.com/oxidecomputer/maghemite
8662026-08-04T16:49:21.265Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8672026-08-04T16:49:21.308Z Updating git repository `https://github.com/oxidecomputer/clickward`
8682026-08-04T16:49:21.562ZFrom https://github.com/oxidecomputer/clickward
8692026-08-04T16:49:21.562Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8702026-08-04T16:49:21.571Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8712026-08-04T16:49:21.855ZFrom https://github.com/oxidecomputer/illumos-devinfo
8722026-08-04T16:49:21.855Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8732026-08-04T16:49:22.711Z Downloading crates ...
8742026-08-04T16:49:22.754Z Downloaded inout v0.1.4
8752026-08-04T16:49:22.757Z Downloaded aead v0.5.2
8762026-08-04T16:49:22.759Z Downloaded idna_adapter v1.2.2
8772026-08-04T16:49:22.762Z Downloaded num-iter v0.1.45
8782026-08-04T16:49:22.767Z Downloaded num-conv v0.2.2
8792026-08-04T16:49:22.772Z Downloaded num_enum v0.7.6
8802026-08-04T16:49:22.776Z Downloaded icu_provider v2.2.0
8812026-08-04T16:49:22.776Z Downloaded memmap2 v0.9.10
8822026-08-04T16:49:22.779Z Downloaded ingot-types v0.2.0
8832026-08-04T16:49:22.783Z Downloaded hubpack_derive v0.1.1
8842026-08-04T16:49:22.787Z Downloaded ident_case v1.0.1
8852026-08-04T16:49:22.789Z Downloaded crypto-bigint v0.5.5
8862026-08-04T16:49:22.793Z Downloaded ciborium-ll v0.2.2
8872026-08-04T16:49:22.796Z Downloaded pest_derive v2.8.6
8882026-08-04T16:49:22.796Z Downloaded cobs v0.3.0
8892026-08-04T16:49:22.800Z Downloaded crunchy v0.2.4
8902026-08-04T16:49:22.800Z Downloaded libscf-sys v1.2.0
8912026-08-04T16:49:22.800Z Downloaded linked-hash-map v0.5.6
8922026-08-04T16:49:22.800Z Downloaded ingot v0.1.1
8932026-08-04T16:49:22.800Z Downloaded bytecount v0.6.9
8942026-08-04T16:49:22.804Z Downloaded darling v0.23.0
8952026-08-04T16:49:22.807Z Downloaded indexmap v1.9.3
8962026-08-04T16:49:22.810Z Downloaded password-hash v0.5.0
8972026-08-04T16:49:22.810Z Downloaded hubpack v0.1.2
8982026-08-04T16:49:22.810Z Downloaded cfg_aliases v0.2.1
8992026-08-04T16:49:22.813Z Downloaded cstr-argument v0.1.2
9002026-08-04T16:49:22.813Z Downloaded const-random v0.1.18
9012026-08-04T16:49:22.813Z Downloaded httpdate v1.0.3
9022026-08-04T16:49:22.813Z Downloaded ingot v0.2.1
9032026-08-04T16:49:22.813Z Downloaded ingot-types v0.1.2
9042026-08-04T16:49:22.817Z Downloaded instant v0.1.13
9052026-08-04T16:49:22.817Z Downloaded is-terminal v0.4.17
9062026-08-04T16:49:22.817Z Downloaded ingot-macros v0.1.1
9072026-08-04T16:49:22.817Z Downloaded crucible-workspace-hack v0.1.0
9082026-08-04T16:49:22.824Z Downloaded ciborium-io v0.2.2
9092026-08-04T16:49:22.827Z Downloaded ipnet v2.12.0
9102026-08-04T16:49:22.827Z Downloaded keccak v0.1.6
9112026-08-04T16:49:22.827Z Downloaded macaddr v1.0.1
9122026-08-04T16:49:22.827Z Downloaded const_format_proc_macros v0.2.34
9132026-08-04T16:49:22.830Z Downloaded csv-core v0.1.13
9142026-08-04T16:49:22.830Z Downloaded lru-cache v0.1.2
9152026-08-04T16:49:22.830Z Downloaded chacha20 v0.9.1
9162026-08-04T16:49:22.833Z Downloaded cipher v0.4.4
9172026-08-04T16:49:22.833Z Downloaded crossbeam-deque v0.8.6
9182026-08-04T16:49:22.836Z Downloaded byteorder v1.5.0
9192026-08-04T16:49:22.838Z Downloaded jobserver v0.1.34
9202026-08-04T16:49:22.844Z Downloaded crc8 v0.1.1
9212026-08-04T16:49:22.847Z Downloaded dropshot-api-manager-types v0.7.2
9222026-08-04T16:49:22.847Z Downloaded match_cfg v0.1.0
9232026-08-04T16:49:22.847Z Downloaded newtype_derive v0.1.6
9242026-08-04T16:49:22.850Z Downloaded memmap v0.7.0
9252026-08-04T16:49:22.850Z Downloaded newtype-uuid-macros v0.1.0
9262026-08-04T16:49:22.853Z Downloaded convert_case v0.4.0
9272026-08-04T16:49:22.854Z Downloaded crypto-common v0.2.2
9282026-08-04T16:49:22.856Z Downloaded natord v1.0.9
9292026-08-04T16:49:22.857Z Downloaded opaque-debug v0.3.1
9302026-08-04T16:49:22.865Z Downloaded cargo_toml v0.22.3
9312026-08-04T16:49:22.868Z Downloaded chacha20 v0.10.0
9322026-08-04T16:49:22.868Z Downloaded embedded-io v0.4.0
9332026-08-04T16:49:22.868Z Downloaded futures-macro v0.3.32
9342026-08-04T16:49:22.868Z Downloaded const-random-macro v0.1.16
9352026-08-04T16:49:22.868Z Downloaded daft v0.1.7
9362026-08-04T16:49:22.868Z Downloaded internet-checksum v0.2.1
9372026-08-04T16:49:22.868Z Downloaded parse-display v0.10.0
9382026-08-04T16:49:22.868Z Downloaded dof v0.4.0
9392026-08-04T16:49:22.868Z Downloaded foreign-types-shared v0.3.1
9402026-08-04T16:49:22.871Z Downloaded konst_macro_rules v0.2.19
9412026-08-04T16:49:22.876Z Downloaded dyn-clone v1.0.20
9422026-08-04T16:49:22.877Z Downloaded darling_macro v0.21.3
9432026-08-04T16:49:22.879Z Downloaded fixedbitset v0.4.2
9442026-08-04T16:49:22.879Z Downloaded mime v0.3.17
9452026-08-04T16:49:22.879Z Downloaded defmt v0.3.100
9462026-08-04T16:49:22.881Z Downloaded futures-io v0.3.32
9472026-08-04T16:49:22.884Z Downloaded no-std-compat v0.4.1
9482026-08-04T16:49:22.884Z Downloaded num_threads v0.1.7
9492026-08-04T16:49:22.884Z Downloaded olpc-cjson v0.1.4
9502026-08-04T16:49:22.888Z Downloaded darling_macro v0.23.0
9512026-08-04T16:49:22.888Z Downloaded dunce v1.0.5
9522026-08-04T16:49:22.889Z Downloaded futures-core v0.3.32
9532026-08-04T16:49:22.889Z Downloaded num_enum_derive v0.5.11
9542026-08-04T16:49:22.889Z Downloaded num v0.4.3
9552026-08-04T16:49:22.893Z Downloaded byte-wrapper v0.1.0
9562026-08-04T16:49:22.894Z Downloaded compression-core v0.4.32
9572026-08-04T16:49:22.894Z Downloaded memoffset v0.9.1
9582026-08-04T16:49:22.894Z Downloaded serde-big-array v0.5.1
9592026-08-04T16:49:22.899Z Downloaded managed v0.8.0
9602026-08-04T16:49:22.899Z Downloaded newline-converter v0.3.0
9612026-08-04T16:49:22.900Z Downloaded scroll_derive v0.12.1
9622026-08-04T16:49:22.900Z Downloaded slog-bunyan v2.5.0
9632026-08-04T16:49:22.900Z Downloaded cmake v0.1.58
9642026-08-04T16:49:22.900Z Downloaded ipnetwork v0.21.1
9652026-08-04T16:49:22.905Z Downloaded enum-as-inner v0.6.1
9662026-08-04T16:49:22.905Z Downloaded num-derive v0.4.2
9672026-08-04T16:49:22.905Z Downloaded omicron-workspace-hack v0.1.0
9682026-08-04T16:49:22.905Z Downloaded defmt-parser v1.0.0
9692026-08-04T16:49:22.912Z Downloaded dof v0.3.0
9702026-08-04T16:49:22.912Z Downloaded dtrace-parser v0.3.0
9712026-08-04T16:49:22.912Z Downloaded foreign-types v0.5.0
9722026-08-04T16:49:22.912Z Downloaded indicatif v0.18.4
9732026-08-04T16:49:22.912Z Downloaded strum v0.27.2
9742026-08-04T16:49:22.917Z Downloaded newtype-uuid v1.3.2
9752026-08-04T16:49:22.918Z Downloaded paste v1.0.15
9762026-08-04T16:49:22.918Z Downloaded dtrace-parser v0.2.0
9772026-08-04T16:49:22.918Z Downloaded embedded-io v0.6.1
9782026-08-04T16:49:22.921Z Downloaded strum v0.26.3
9792026-08-04T16:49:22.921Z Downloaded foreign-types-macros v0.2.3
9802026-08-04T16:49:22.921Z Downloaded memchr v2.8.1
9812026-08-04T16:49:22.924Z Downloaded time-core v0.1.8
9822026-08-04T16:49:22.925Z Downloaded thiserror-impl-no-std v2.0.2
9832026-08-04T16:49:22.925Z Downloaded critical-section v1.2.0
9842026-08-04T16:49:22.925Z Downloaded futures-executor v0.3.32
9852026-08-04T16:49:22.929Z Downloaded libsw v3.5.0
9862026-08-04T16:49:22.929Z Downloaded humantime v2.3.0
9872026-08-04T16:49:22.929Z Downloaded libsw-core v0.3.2
9882026-08-04T16:49:22.929Z Downloaded compression-codecs v0.4.38
9892026-08-04T16:49:22.933Z Downloaded displaydoc v0.2.6
9902026-08-04T16:49:22.933Z Downloaded float-ord v0.3.2
9912026-08-04T16:49:22.933Z Downloaded unarray v0.1.4
9922026-08-04T16:49:22.933Z Downloaded unit-prefix v0.5.2
9932026-08-04T16:49:22.938Z Downloaded universal-hash v0.5.1
9942026-08-04T16:49:22.938Z Downloaded typify-macro v0.6.2
9952026-08-04T16:49:22.938Z Downloaded stable_deref_trait v1.2.1
9962026-08-04T16:49:22.938Z Downloaded yoke-derive v0.8.2
9972026-08-04T16:49:22.941Z Downloaded async-stream v0.3.6
9982026-08-04T16:49:22.942Z Downloaded nom v7.1.3
9992026-08-04T16:49:22.942Z Downloaded linear-map v1.2.0
10002026-08-04T16:49:22.945Z Downloaded derive-ex v0.1.8
10012026-08-04T16:49:22.945Z Downloaded fs_extra v1.3.0
10022026-08-04T16:49:22.945Z Downloaded multer v3.1.0
10032026-08-04T16:49:22.948Z Downloaded oxide-tokio-rt v0.1.6
10042026-08-04T16:49:22.948Z Downloaded oxnet v0.1.6
10052026-08-04T16:49:22.948Z Downloaded pem v3.0.6
10062026-08-04T16:49:22.951Z Downloaded num-integer v0.1.46
10072026-08-04T16:49:22.951Z Downloaded parking_lot_core v0.8.6
10082026-08-04T16:49:22.951Z Downloaded digest v0.11.3
10092026-08-04T16:49:22.953Z Downloaded fs-err v3.3.0
10102026-08-04T16:49:22.956Z Downloaded num_enum_derive v0.7.6
10112026-08-04T16:49:22.956Z Downloaded siphasher v1.0.3
10122026-08-04T16:49:22.959Z Downloaded bcs v0.1.6
10132026-08-04T16:49:22.959Z Downloaded bs58 v0.5.1
10142026-08-04T16:49:22.964Z Downloaded futures-task v0.3.32
10152026-08-04T16:49:22.964Z Downloaded num-complex v0.4.6
10162026-08-04T16:49:22.964Z Downloaded parse-display-derive v0.10.0
10172026-08-04T16:49:22.964Z Downloaded ingot-macros v0.2.0
10182026-08-04T16:49:22.964Z Downloaded proc-macro-error-attr2 v2.0.0
10192026-08-04T16:49:22.968Z Downloaded quick-error v1.2.3
10202026-08-04T16:49:22.968Z Downloaded crossbeam-utils v0.8.21
10212026-08-04T16:49:22.968Z Downloaded num-rational v0.4.2
10222026-08-04T16:49:22.971Z Downloaded deranged v0.5.8
10232026-08-04T16:49:22.971Z Downloaded fastrand v2.4.1
10242026-08-04T16:49:22.971Z Downloaded serde_derive_internals v0.29.1
10252026-08-04T16:49:22.971Z Downloaded ciborium v0.2.2
10262026-08-04T16:49:22.974Z Downloaded colored v3.1.1
10272026-08-04T16:49:22.974Z Downloaded defmt-macros v1.1.0
10282026-08-04T16:49:22.977Z Downloaded daft-derive v0.1.7
10292026-08-04T16:49:22.980Z Downloaded powerfmt v0.2.0
10302026-08-04T16:49:22.980Z Downloaded hybrid-array v0.4.12
10312026-08-04T16:49:22.980Z Downloaded icu_collections v2.2.0
10322026-08-04T16:49:22.982Z Downloaded icu_properties v2.2.0
10332026-08-04T16:49:22.987Z Downloaded slog-scope v4.4.1
10342026-08-04T16:49:22.987Z Downloaded constant_time_eq v0.4.2
10352026-08-04T16:49:22.987Z Downloaded ff v0.13.1
10362026-08-04T16:49:22.991Z Downloaded futures-sink v0.3.32
10372026-08-04T16:49:22.991Z Downloaded potential_utf v0.1.5
10382026-08-04T16:49:22.991Z Downloaded progenitor-macro v0.14.0
10392026-08-04T16:49:22.991Z Downloaded foldhash v0.2.0
10402026-08-04T16:49:22.991Z Downloaded sha1 v0.11.0
10412026-08-04T16:49:22.991Z Downloaded smartstring v1.0.1
10422026-08-04T16:49:22.991Z Downloaded strum_macros v0.26.4
10432026-08-04T16:49:22.996Z Downloaded proc-macro-error-attr v1.0.4
10442026-08-04T16:49:22.996Z Downloaded litemap v0.8.2
10452026-08-04T16:49:22.996Z Downloaded num_enum v0.5.11
10462026-08-04T16:49:22.999Z Downloaded cancel-safe-futures v0.1.5
10472026-08-04T16:49:23.002Z Downloaded tabled_derive v0.11.0
10482026-08-04T16:49:23.002Z Downloaded crossbeam-epoch v0.9.18
10492026-08-04T16:49:23.002Z Downloaded diff v0.1.13
10502026-08-04T16:49:23.005Z Downloaded tokio-macros v2.7.0
10512026-08-04T16:49:23.005Z Downloaded serde_plain v1.0.2
10522026-08-04T16:49:23.009Z Downloaded darling_core v0.21.3
10532026-08-04T16:49:23.012Z Downloaded time-macros v0.2.27
10542026-08-04T16:49:23.014Z Downloaded writeable v0.6.3
10552026-08-04T16:49:23.014Z Downloaded serde_repr v0.1.21
10562026-08-04T16:49:23.017Z Downloaded smawk v0.3.2
10572026-08-04T16:49:23.017Z Downloaded usdt v0.6.0
10582026-08-04T16:49:23.021Z Downloaded termtree v0.5.1
10592026-08-04T16:49:23.024Z Downloaded async-stream-impl v0.3.6
10602026-08-04T16:49:23.028Z Downloaded http-body v1.0.1
10612026-08-04T16:49:23.031Z Downloaded parking_lot v0.11.2
10622026-08-04T16:49:23.035Z Downloaded data-encoding v2.11.0
10632026-08-04T16:49:23.035Z Downloaded phf v0.12.1
10642026-08-04T16:49:23.035Z Downloaded backoff v0.4.0
10652026-08-04T16:49:23.038Z Downloaded zone_cfg_derive v0.3.1
10662026-08-04T16:49:23.038Z Downloaded globset v0.4.18
10672026-08-04T16:49:23.038Z Downloaded proc-macro-crate v1.3.1
10682026-08-04T16:49:23.038Z Downloaded heck v0.4.1
10692026-08-04T16:49:23.041Z Downloaded ref-cast v1.0.25
10702026-08-04T16:49:23.044Z Downloaded serde_with_macros v3.21.0
10712026-08-04T16:49:23.048Z Downloaded semver v0.1.20
10722026-08-04T16:49:23.048Z Downloaded const-oid v0.10.2
10732026-08-04T16:49:23.048Z Downloaded defmt v1.1.0
10742026-08-04T16:49:23.051Z Downloaded scroll v0.13.0
10752026-08-04T16:49:23.051Z Downloaded erased-serde v0.3.31
10762026-08-04T16:49:23.051Z Downloaded console v0.16.3
10772026-08-04T16:49:23.053Z Downloaded serial_test v4.0.1
10782026-08-04T16:49:23.056Z Downloaded either v1.16.0
10792026-08-04T16:49:23.056Z Downloaded futures-channel v0.3.32
10802026-08-04T16:49:23.056Z Downloaded tagptr v0.2.0
10812026-08-04T16:49:23.059Z Downloaded take_mut v0.2.2
10822026-08-04T16:49:23.059Z Downloaded testing_table v0.3.0
10832026-08-04T16:49:23.061Z Downloaded topological-sort v0.2.2
10842026-08-04T16:49:23.061Z Downloaded tabwriter v1.4.1
10852026-08-04T16:49:23.064Z Downloaded ucd-trie v0.1.7
10862026-08-04T16:49:23.064Z Downloaded bytes v1.11.1
10872026-08-04T16:49:23.067Z Downloaded log v0.4.32
10882026-08-04T16:49:23.067Z Downloaded papergrid v0.18.0
10892026-08-04T16:49:23.071Z Downloaded cookie v0.18.1
10902026-08-04T16:49:23.074Z Downloaded omicron-zone-package v0.12.3
10912026-08-04T16:49:23.074Z Downloaded rustls-native-certs v0.8.4
10922026-08-04T16:49:23.074Z Downloaded chacha20poly1305 v0.10.1
10932026-08-04T16:49:23.074Z Downloaded gethostname v0.5.0
10942026-08-04T16:49:23.075Z Downloaded strum_macros v0.27.2
10952026-08-04T16:49:23.085Z Downloaded cc v1.2.63
10962026-08-04T16:49:23.085Z Downloaded synstructure v0.13.2
10972026-08-04T16:49:23.085Z Downloaded smf v0.2.3
10982026-08-04T16:49:23.086Z Downloaded tiny-keccak v2.0.2
10992026-08-04T16:49:23.091Z Downloaded usdt-impl v0.6.0
11002026-08-04T16:49:23.091Z Downloaded vsss-rs v3.3.4
11012026-08-04T16:49:23.091Z Downloaded zerofrom-derive v0.1.7
11022026-08-04T16:49:23.091Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11032026-08-04T16:49:23.091Z Downloaded wait-timeout v0.2.1
11042026-08-04T16:49:23.091Z Downloaded whoami v1.6.1
11052026-08-04T16:49:23.091Z Downloaded utf-8 v0.7.6
11062026-08-04T16:49:23.091Z Downloaded zerofrom v0.1.8
11072026-08-04T16:49:23.091Z Downloaded zeroize_derive v1.4.3
11082026-08-04T16:49:23.091Z Downloaded hostname v0.3.1
11092026-08-04T16:49:23.091Z Downloaded konst v0.2.20
11102026-08-04T16:49:23.091Z Downloaded plain v0.2.3
11112026-08-04T16:49:23.091Z Downloaded progenitor-client v0.10.0
11122026-08-04T16:49:23.097Z Downloaded progenitor-client v0.14.0
11132026-08-04T16:49:23.097Z Downloaded sigpipe v0.1.3
11142026-08-04T16:49:23.097Z Downloaded bitflags v1.3.2
11152026-08-04T16:49:23.097Z Downloaded untrusted v0.7.1
11162026-08-04T16:49:23.100Z Downloaded zerocopy-derive v0.7.35
11172026-08-04T16:49:23.100Z Downloaded darling v0.21.3
11182026-08-04T16:49:23.103Z Downloaded async-trait v0.1.89
11192026-08-04T16:49:23.106Z Downloaded drift v0.2.0
11202026-08-04T16:49:23.109Z Downloaded futures v0.3.32
11212026-08-04T16:49:23.112Z Downloaded anyhow v1.0.104
11222026-08-04T16:49:23.117Z Downloaded scroll_derive v0.13.1
11232026-08-04T16:49:23.117Z Downloaded proc-macro-error2 v2.0.1
11242026-08-04T16:49:23.120Z Downloaded tabled_derive v0.7.0
11252026-08-04T16:49:23.120Z Downloaded glob v0.3.3
11262026-08-04T16:49:23.120Z Downloaded waitgroup v0.1.2
11272026-08-04T16:49:23.120Z Downloaded icu_normalizer v2.2.0
11282026-08-04T16:49:23.120Z Downloaded icu_normalizer_data v2.2.0
11292026-08-04T16:49:23.125Z Downloaded git-stub-vcs v0.1.0
11302026-08-04T16:49:23.125Z Downloaded bitflags v2.12.1
11312026-08-04T16:49:23.125Z Downloaded hmac v0.12.1
11322026-08-04T16:49:23.128Z Downloaded zone v0.3.1
11332026-08-04T16:49:23.128Z Downloaded base16ct v0.2.0
11342026-08-04T16:49:23.128Z Downloaded base16ct v1.0.0
11352026-08-04T16:49:23.128Z Downloaded hash32 v0.3.1
11362026-08-04T16:49:23.128Z Downloaded progenitor-client v0.13.0
11372026-08-04T16:49:23.128Z Downloaded rustc-hash v2.1.2
11382026-08-04T16:49:23.128Z Downloaded git-stub v1.0.0
11392026-08-04T16:49:23.131Z Downloaded test-strategy v0.4.5
11402026-08-04T16:49:23.131Z Downloaded elliptic-curve v0.13.8
11412026-08-04T16:49:23.134Z Downloaded progenitor-macro v0.13.0
11422026-08-04T16:49:23.134Z Downloaded derive_more v0.99.20
11432026-08-04T16:49:23.137Z Downloaded schemars_derive v0.8.22
11442026-08-04T16:49:23.137Z Downloaded simd-adler32 v0.3.9
11452026-08-04T16:49:23.137Z Downloaded structmeta v0.3.0
11462026-08-04T16:49:23.137Z Downloaded rand_chacha v0.3.1
11472026-08-04T16:49:23.137Z Downloaded typify-macro v0.4.3
11482026-08-04T16:49:23.140Z Downloaded rustversion v1.0.22
11492026-08-04T16:49:23.143Z Downloaded darling_core v0.23.0
11502026-08-04T16:49:23.143Z Downloaded toml v0.9.12+spec-1.1.0
11512026-08-04T16:49:23.146Z Downloaded zeroize v1.8.2
11522026-08-04T16:49:23.146Z Downloaded thread-id v4.2.2
11532026-08-04T16:49:23.146Z Downloaded usdt-attr-macro v0.6.0
11542026-08-04T16:49:23.150Z Downloaded slog-envlogger v2.2.0
11552026-08-04T16:49:23.150Z Downloaded thread-id v5.1.0
11562026-08-04T16:49:23.153Z Downloaded toml_parser v1.1.2+spec-1.1.0
11572026-08-04T16:49:23.153Z Downloaded smallvec v1.15.1
11582026-08-04T16:49:23.156Z Downloaded term v1.2.1
11592026-08-04T16:49:23.159Z Downloaded rustc_version v0.1.7
11602026-08-04T16:49:23.159Z Downloaded phf_shared v0.12.1
11612026-08-04T16:49:23.159Z Downloaded progenitor-extras v0.2.0
11622026-08-04T16:49:23.162Z Downloaded slog-async v2.8.0
11632026-08-04T16:49:23.162Z Downloaded slog-dtrace v0.3.0
11642026-08-04T16:49:23.162Z Downloaded thread_local v1.1.9
11652026-08-04T16:49:23.165Z Downloaded async-recursion v1.1.1
11662026-08-04T16:49:23.168Z Downloaded icu_locale_core v2.2.0
11672026-08-04T16:49:23.170Z Downloaded openssl-sys v0.9.116
11682026-08-04T16:49:23.173Z Downloaded usdt-macro v0.5.0
11692026-08-04T16:49:23.173Z Downloaded papergrid v0.11.0
11702026-08-04T16:49:23.173Z Downloaded blake2 v0.10.6
11712026-08-04T16:49:23.176Z Downloaded proc-macro-error v1.0.4
11722026-08-04T16:49:23.176Z Downloaded pretty-hex v0.4.2
11732026-08-04T16:49:23.179Z Downloaded rustls-pemfile v2.2.0
11742026-08-04T16:49:23.179Z Downloaded typify v0.6.2
11752026-08-04T16:49:23.182Z Downloaded dropshot_endpoint v0.17.1
11762026-08-04T16:49:23.182Z Downloaded allocator-api2 v0.2.21
11772026-08-04T16:49:23.185Z Downloaded backon v1.6.0
11782026-08-04T16:49:23.185Z Downloaded proc-macro-crate v3.5.0
11792026-08-04T16:49:23.185Z Downloaded arrayref v0.3.9
11802026-08-04T16:49:23.188Z Downloaded highway v1.3.0
11812026-08-04T16:49:23.188Z Downloaded progenitor v0.14.0
11822026-08-04T16:49:23.191Z Downloaded poly1305 v0.8.0
11832026-08-04T16:49:23.194Z Downloaded hostname v0.4.2
11842026-08-04T16:49:23.194Z Downloaded xz2 v0.1.7
11852026-08-04T16:49:23.197Z Downloaded same-file v1.0.6
11862026-08-04T16:49:23.197Z Downloaded const_format v0.2.36
11872026-08-04T16:49:23.202Z Downloaded ref-cast-impl v1.0.25
11882026-08-04T16:49:23.205Z Downloaded proc-macro2 v1.0.106
11892026-08-04T16:49:23.208Z Downloaded rhai_codegen v3.2.0
11902026-08-04T16:49:23.212Z Downloaded block-buffer v0.12.0
11912026-08-04T16:49:23.216Z Downloaded crossbeam-channel v0.5.15
11922026-08-04T16:49:23.218Z Downloaded secrecy v0.10.3
11932026-08-04T16:49:23.218Z Downloaded fxhash v0.2.1
11942026-08-04T16:49:23.224Z Downloaded thiserror-no-std v2.0.2
11952026-08-04T16:49:23.224Z Downloaded spin v0.5.2
11962026-08-04T16:49:23.224Z Downloaded usdt-attr-macro v0.5.0
11972026-08-04T16:49:23.224Z Downloaded jiff-static v0.2.28
11982026-08-04T16:49:23.227Z Downloaded rand_xorshift v0.4.0
11992026-08-04T16:49:23.227Z Downloaded bit-set v0.8.0
12002026-08-04T16:49:23.230Z Downloaded snafu v0.8.9
12012026-08-04T16:49:23.233Z Downloaded toml_edit v0.25.12+spec-1.1.0
12022026-08-04T16:49:23.233Z Downloaded getrandom v0.4.2
12032026-08-04T16:49:23.236Z Downloaded toml v1.1.2+spec-1.1.0
12042026-08-04T16:49:23.240Z Downloaded progenitor-macro v0.10.0
12052026-08-04T16:49:23.243Z Downloaded serial_test_derive v4.0.1
12062026-08-04T16:49:23.247Z Downloaded structmeta-derive v0.3.0
12072026-08-04T16:49:23.258Z Downloaded usdt v0.5.0
12082026-08-04T16:49:23.261Z Downloaded toml_writer v1.1.1+spec-1.1.0
12092026-08-04T16:49:23.261Z Downloaded bit-vec v0.8.0
12102026-08-04T16:49:23.264Z Downloaded resolv-conf v0.7.6
12112026-08-04T16:49:23.264Z Downloaded rusty-fork v0.3.1
12122026-08-04T16:49:23.267Z Downloaded usdt-macro v0.6.0
12132026-08-04T16:49:23.270Z Downloaded progenitor v0.10.0
12142026-08-04T16:49:23.272Z Downloaded serde_tokenstream v0.2.3
12152026-08-04T16:49:23.272Z Downloaded tokio-stream v0.1.18
12162026-08-04T16:49:23.275Z Downloaded progenitor-impl v0.13.0
12172026-08-04T16:49:23.278Z Downloaded arrayvec v0.7.6
12182026-08-04T16:49:23.281Z Downloaded tokio-tungstenite v0.21.0
12192026-08-04T16:49:23.281Z Downloaded itertools v0.12.1
12202026-08-04T16:49:23.284Z Downloaded scroll v0.12.0
12212026-08-04T16:49:23.287Z Downloaded usdt-impl v0.5.0
12222026-08-04T16:49:23.287Z Downloaded similar v2.7.0
12232026-08-04T16:49:23.289Z Downloaded unsafe-libyaml v0.2.11
12242026-08-04T16:49:23.292Z Downloaded group v0.13.0
12252026-08-04T16:49:23.292Z Downloaded progenitor v0.13.0
12262026-08-04T16:49:23.292Z Downloaded sha1 v0.10.6
12272026-08-04T16:49:23.295Z Downloaded port-file v0.1.0
12282026-08-04T16:49:23.295Z Downloaded snafu-derive v0.8.9
12292026-08-04T16:49:23.295Z Downloaded slog-term v2.9.2
12302026-08-04T16:49:23.300Z Downloaded quote v1.0.45
12312026-08-04T16:49:23.300Z Downloaded schemars v0.9.0
12322026-08-04T16:49:23.304Z Downloaded slog v2.8.2
12332026-08-04T16:49:23.308Z Downloaded toml v0.7.8
12342026-08-04T16:49:23.311Z Downloaded argon2 v0.5.3
12352026-08-04T16:49:23.311Z Downloaded tokio-dtrace v0.1.1
12362026-08-04T16:49:23.313Z Downloaded slog-json v2.6.1
12372026-08-04T16:49:23.313Z Downloaded yoke v0.8.3
12382026-08-04T16:49:23.317Z Downloaded zmij v1.0.21
12392026-08-04T16:49:23.327Z Downloaded thin-vec v0.2.18
12402026-08-04T16:49:23.330Z Downloaded slog-stdlog v4.1.1
12412026-08-04T16:49:23.336Z Downloaded zerovec-derive v0.11.3
12422026-08-04T16:49:23.336Z Downloaded heapless v0.8.0
12432026-08-04T16:49:23.341Z Downloaded rustls-pki-types v1.14.1
12442026-08-04T16:49:23.341Z Downloaded spin v0.9.8
12452026-08-04T16:49:23.341Z Downloaded prettyplease v0.2.37
12462026-08-04T16:49:23.341Z Downloaded minimal-lexical v0.2.1
12472026-08-04T16:49:23.347Z Downloaded tinystr v0.8.3
12482026-08-04T16:49:23.347Z Downloaded expectorate v1.2.0
12492026-08-04T16:49:23.347Z Downloaded qorb v0.4.1
12502026-08-04T16:49:23.351Z Downloaded rustls-platform-verifier v0.7.0
12512026-08-04T16:49:23.351Z Downloaded mio v1.2.1
12522026-08-04T16:49:23.359Z Downloaded tungstenite v0.21.0
12532026-08-04T16:49:23.362Z Downloaded yansi v1.0.1
12542026-08-04T16:49:23.367Z Downloaded progenitor-impl v0.14.0
12552026-08-04T16:49:23.369Z Downloaded postcard v1.1.3
12562026-08-04T16:49:23.373Z Downloaded quinn-udp v0.5.14
12572026-08-04T16:49:23.376Z Downloaded hickory-resolver v0.25.2
12582026-08-04T16:49:23.378Z Downloaded rand v0.8.6
12592026-08-04T16:49:23.382Z Downloaded rayon-core v1.13.0
12602026-08-04T16:49:23.385Z Downloaded quinn v0.11.9
12612026-08-04T16:49:23.388Z Downloaded itertools v0.15.0
12622026-08-04T16:49:23.390Z Downloaded zerotrie v0.2.4
12632026-08-04T16:49:23.394Z Downloaded pest_generator v2.8.6
12642026-08-04T16:49:23.394Z Downloaded steno v0.4.1
12652026-08-04T16:49:23.397Z Downloaded typify v0.4.3
12662026-08-04T16:49:23.397Z Downloaded walkdir v2.5.0
12672026-08-04T16:49:23.397Z Downloaded half v2.7.1
12682026-08-04T16:49:23.400Z Downloaded zerocopy-derive v0.8.50
12692026-08-04T16:49:23.402Z Downloaded pest_meta v2.8.6
12702026-08-04T16:49:23.405Z Downloaded arc-swap v1.9.1
12712026-08-04T16:49:23.408Z Downloaded progenitor-impl v0.10.0
12722026-08-04T16:49:23.408Z Downloaded schemars v0.8.22
12732026-08-04T16:49:23.417Z Downloaded pest v2.8.6
12742026-08-04T16:49:23.427Z Downloaded schemars v1.2.1
12752026-08-04T16:49:23.437Z Downloaded serde_yaml v0.9.34+deprecated
12762026-08-04T16:49:23.440Z Downloaded tinyvec v1.11.0
12772026-08-04T16:49:23.448Z Downloaded pretty_assertions v1.4.1
12782026-08-04T16:49:23.451Z Downloaded dropshot-api-manager v0.7.2
12792026-08-04T16:49:23.455Z Downloaded http v1.4.2
12802026-08-04T16:49:23.460Z Downloaded ron v0.12.1
12812026-08-04T16:49:23.464Z Downloaded nom v8.0.0
12822026-08-04T16:49:23.467Z Downloaded rand v0.9.4
12832026-08-04T16:49:23.470Z Downloaded base64 v0.21.7
12842026-08-04T16:49:23.473Z Downloaded hickory-resolver v0.24.4
12852026-08-04T16:49:23.473Z Downloaded iddqd v0.4.6
12862026-08-04T16:49:23.477Z Downloaded typed-path v0.9.3
12872026-08-04T16:49:23.480Z Downloaded hashbrown v0.16.1
12882026-08-04T16:49:23.483Z Downloaded libm v0.2.16
12892026-08-04T16:49:23.488Z Downloaded toml_edit v0.19.15
12902026-08-04T16:49:23.496Z Downloaded zerovec v0.11.6
12912026-08-04T16:49:23.499Z Downloaded zerocopy v0.7.35
12922026-08-04T16:49:23.509Z Downloaded async-compression v0.4.42
12932026-08-04T16:49:23.511Z Downloaded tokio-util v0.7.18
12942026-08-04T16:49:23.514Z Downloaded icu_properties_data v2.2.0
12952026-08-04T16:49:23.518Z Downloaded hashbrown v0.12.3
12962026-08-04T16:49:23.521Z Downloaded tough v0.22.0
12972026-08-04T16:49:23.535Z Downloaded aho-corasick v1.1.4
12982026-08-04T16:49:23.543Z Downloaded goblin v0.8.2
12992026-08-04T16:49:23.556Z Downloaded h2 v0.4.14
13002026-08-04T16:49:23.562Z Downloaded hkdf v0.12.4
13012026-08-04T16:49:23.572Z Downloaded regex v1.12.3
13022026-08-04T16:49:23.575Z Downloaded rayon v1.12.0
13032026-08-04T16:49:23.585Z Downloaded futures-util v0.3.32
13042026-08-04T16:49:23.594Z Downloaded time v0.3.47
13052026-08-04T16:49:23.601Z Downloaded webpki-roots v1.0.7
13062026-08-04T16:49:23.605Z Downloaded portable-atomic v1.13.1
13072026-08-04T16:49:23.610Z Downloaded winnow v0.5.40
13082026-08-04T16:49:23.618Z Downloaded bstr v1.12.1
13092026-08-04T16:49:23.629Z Downloaded reqwest v0.13.4
13102026-08-04T16:49:23.632Z Downloaded serde_with v3.21.0
13112026-08-04T16:49:23.638Z Downloaded moka v0.12.15
13122026-08-04T16:49:23.642Z Downloaded proptest v1.11.0
13132026-08-04T16:49:23.649Z Downloaded winnow v1.0.3
13142026-08-04T16:49:23.657Z Downloaded tabled v0.21.0
13152026-08-04T16:49:23.668Z Downloaded blake3 v1.8.5
13162026-08-04T16:49:23.677Z Downloaded tabled v0.15.0
13172026-08-04T16:49:23.685Z Downloaded syn v1.0.109
13182026-08-04T16:49:23.691Z Downloaded zerocopy v0.8.50
13192026-08-04T16:49:23.714Z Downloaded openssl v0.10.80
13202026-08-04T16:49:23.721Z Downloaded aws-lc-rs v1.17.0
13212026-08-04T16:49:23.727Z Downloaded goblin v0.10.7
13222026-08-04T16:49:23.734Z Downloaded syn v2.0.117
13232026-08-04T16:49:23.742Z Downloaded nix v0.31.3
13242026-08-04T16:49:23.749Z Downloaded regress v0.10.5
13252026-08-04T16:49:23.755Z Downloaded openapiv3 v2.2.0
13262026-08-04T16:49:23.760Z Downloaded smoltcp v0.11.0
13272026-08-04T16:49:23.766Z Downloaded regex-syntax v0.8.10
13282026-08-04T16:49:23.773Z Downloaded dropshot v0.17.1
13292026-08-04T16:49:23.783Z Downloaded rhai v1.25.1
13302026-08-04T16:49:23.790Z Downloaded regress v0.11.1
13312026-08-04T16:49:23.794Z Downloaded rustls v0.23.40
13322026-08-04T16:49:23.801Z Downloaded hickory-proto v0.24.4
13332026-08-04T16:49:23.809Z Downloaded sled v0.34.7
13342026-08-04T16:49:23.816Z Downloaded hickory-proto v0.25.2
13352026-08-04T16:49:23.840Z Downloaded jiff v0.2.28
13362026-08-04T16:49:23.848Z Downloaded lzma-sys v0.1.20
13372026-08-04T16:49:23.867Z Downloaded typify-impl v0.6.2
13382026-08-04T16:49:23.871Z Downloaded sha3 v0.10.9
13392026-08-04T16:49:23.876Z Downloaded typify-impl v0.4.3
13402026-08-04T16:49:23.885Z Downloaded regex-automata v0.4.14
13412026-08-04T16:49:23.916Z Downloaded petgraph v0.6.5
13422026-08-04T16:49:23.927Z Downloaded chrono-tz v0.10.4
13432026-08-04T16:49:23.957Z Downloaded csv v1.4.0
13442026-08-04T16:49:24.038Z Downloaded encoding_rs v0.8.35
13452026-08-04T16:49:24.625Z Downloaded aws-lc-sys v0.41.0
13462026-08-04T16:49:25.563Z Compiling proc-macro2 v1.0.106
13472026-08-04T16:49:25.563Z Compiling quote v1.0.45
13482026-08-04T16:49:25.563Z Compiling unicode-ident v1.0.24
13492026-08-04T16:49:25.563Z Compiling serde_core v1.0.229
13502026-08-04T16:49:25.566Z Compiling cfg-if v1.0.4
13512026-08-04T16:49:25.566Z Compiling serde v1.0.229
13522026-08-04T16:49:25.566Z Compiling libc v0.2.189
13532026-08-04T16:49:25.566Z Compiling memchr v2.8.1
13542026-08-04T16:49:25.720Z Compiling itoa v1.0.18
13552026-08-04T16:49:25.895Z Compiling smallvec v1.15.1
13562026-08-04T16:49:25.970Z Compiling zmij v1.0.21
13572026-08-04T16:49:26.025Z Compiling autocfg v1.5.1
13582026-08-04T16:49:26.094Z Compiling libm v0.2.16
13592026-08-04T16:49:26.350Z Compiling stable_deref_trait v1.2.1
13602026-08-04T16:49:26.361Z Compiling percent-encoding v2.3.2
13612026-08-04T16:49:26.420Z Compiling litemap v0.8.2
13622026-08-04T16:49:26.479Z Compiling writeable v0.6.3
13632026-08-04T16:49:26.541Z Compiling icu_properties_data v2.2.0
13642026-08-04T16:49:26.552Z Compiling icu_normalizer_data v2.2.0
13652026-08-04T16:49:26.562Z Compiling utf8_iter v1.0.4
13662026-08-04T16:49:26.594Z Compiling iana-time-zone v0.1.65
13672026-08-04T16:49:26.701Z Compiling form_urlencoded v1.2.2
13682026-08-04T16:49:26.805Z Compiling equivalent v1.0.2
13692026-08-04T16:49:26.851Z Compiling syn v2.0.117
13702026-08-04T16:49:26.865Z Compiling syn v3.0.3
13712026-08-04T16:49:26.885Z Compiling allocator-api2 v0.2.21
13722026-08-04T16:49:26.915Z Compiling serde_json v1.0.151
13732026-08-04T16:49:26.961Z Compiling pin-project-lite v0.2.17
13742026-08-04T16:49:26.968Z Compiling version_check v0.9.5
13752026-08-04T16:49:27.054Z Compiling dyn-clone v1.0.20
13762026-08-04T16:49:27.215Z Compiling scopeguard v1.2.0
13772026-08-04T16:49:27.257Z Compiling parking_lot_core v0.9.12
13782026-08-04T16:49:27.267Z Compiling hashbrown v0.17.1
13792026-08-04T16:49:27.278Z Compiling num-traits v0.2.19
13802026-08-04T16:49:27.315Z Compiling lock_api v0.4.14
13812026-08-04T16:49:27.531Z Compiling rand_core v0.10.1
13822026-08-04T16:49:27.540Z Compiling getrandom v0.4.2
13832026-08-04T16:49:27.668Z Compiling thiserror v2.0.19
13842026-08-04T16:49:27.680Z Compiling log v0.4.32
13852026-08-04T16:49:27.799Z Compiling semver v1.0.28
13862026-08-04T16:49:27.962Z Compiling indexmap v2.14.0
13872026-08-04T16:49:28.069Z Compiling errno v0.3.14
13882026-08-04T16:49:28.144Z Compiling futures-core v0.3.32
13892026-08-04T16:49:28.205Z Compiling heck v0.5.0
13902026-08-04T16:49:28.283Z Compiling zerocopy v0.8.50
13912026-08-04T16:49:28.294Z Compiling uuid v1.24.0
13922026-08-04T16:49:28.459Z Compiling futures-sink v0.3.32
13932026-08-04T16:49:28.560Z Compiling schemars v0.8.22
13942026-08-04T16:49:28.617Z Compiling slab v0.4.12
13952026-08-04T16:49:28.718Z Compiling jobserver v0.1.34
13962026-08-04T16:49:28.736Z Compiling find-msvc-tools v0.1.9
13972026-08-04T16:49:28.792Z Compiling shlex v2.0.1
13982026-08-04T16:49:28.817Z Compiling fnv v1.0.7
13992026-08-04T16:49:28.913Z Compiling rustversion v1.0.22
14002026-08-04T16:49:28.972Z Compiling cc v1.2.63
14012026-08-04T16:49:28.986Z Compiling futures-channel v0.3.32
14022026-08-04T16:49:29.008Z Compiling futures-io v0.3.32
14032026-08-04T16:49:29.039Z Compiling futures-task v0.3.32
14042026-08-04T16:49:29.167Z Compiling bitflags v2.12.1
14052026-08-04T16:49:29.206Z Compiling socket2 v0.6.5
14062026-08-04T16:49:29.413Z Compiling parking_lot v0.12.5
14072026-08-04T16:49:29.425Z Compiling signal-hook-registry v1.4.8
14082026-08-04T16:49:29.518Z Compiling mio v1.2.1
14092026-08-04T16:49:29.674Z Compiling portable-atomic v1.13.1
14102026-08-04T16:49:29.741Z Compiling cmake v0.1.58
14112026-08-04T16:49:29.835Z Compiling synstructure v0.13.2
14122026-08-04T16:49:29.874Z Compiling serde_derive_internals v0.29.1
14132026-08-04T16:49:29.896Z Compiling serde_derive v1.0.229
14142026-08-04T16:49:30.041Z Compiling thiserror-impl v2.0.19
14152026-08-04T16:49:30.096Z Compiling typenum v1.20.1
14162026-08-04T16:49:30.267Z Compiling dunce v1.0.5
14172026-08-04T16:49:30.331Z Compiling fs_extra v1.3.0
14182026-08-04T16:49:30.358Z Compiling critical-section v1.2.0
14192026-08-04T16:49:30.477Z Compiling base64 v0.22.1
14202026-08-04T16:49:30.575Z Compiling aws-lc-sys v0.41.0
14212026-08-04T16:49:30.625Z Compiling once_cell v1.21.4
14222026-08-04T16:49:30.659Z Compiling byteorder v1.5.0
14232026-08-04T16:49:30.787Z Compiling subtle v2.6.1
14242026-08-04T16:49:30.836Z Compiling regex-syntax v0.8.10
14252026-08-04T16:49:30.877Z Compiling slog v2.8.2
14262026-08-04T16:49:30.888Z Compiling rustix v1.1.4
14272026-08-04T16:49:30.947Z Compiling strsim v0.11.1
14282026-08-04T16:49:31.002Z Compiling zerofrom-derive v0.1.7
14292026-08-04T16:49:31.097Z Compiling yoke-derive v0.8.2
14302026-08-04T16:49:31.229Z Compiling zerovec-derive v0.11.3
14312026-08-04T16:49:31.252Z Compiling displaydoc v0.2.6
14322026-08-04T16:49:31.330Z Compiling schemars_derive v0.8.22
14332026-08-04T16:49:31.430Z Compiling tokio-macros v2.7.0
14342026-08-04T16:49:32.194Z Compiling zerocopy-derive v0.8.50
14352026-08-04T16:49:32.194Z Compiling zeroize_derive v1.4.3
14362026-08-04T16:49:32.217Z Compiling futures-macro v0.3.32
14372026-08-04T16:49:32.247Z Compiling zerofrom v0.1.8
14382026-08-04T16:49:32.350Z Compiling yoke v0.8.3
14392026-08-04T16:49:32.529Z Compiling zerovec v0.11.6
14402026-08-04T16:49:32.571Z Compiling zerotrie v0.2.4
14412026-08-04T16:49:32.874Z Compiling zeroize v1.8.2
14422026-08-04T16:49:33.019Z Compiling bytes v1.11.1
14432026-08-04T16:49:33.047Z Compiling tinystr v0.8.3
14442026-08-04T16:49:33.050Z Compiling potential_utf v0.1.5
14452026-08-04T16:49:33.069Z Compiling chrono v0.4.45
14462026-08-04T16:49:33.081Z Compiling futures-util v0.3.32
14472026-08-04T16:49:33.219Z Compiling icu_locale_core v2.2.0
14482026-08-04T16:49:33.252Z Compiling icu_collections v2.2.0
14492026-08-04T16:49:33.504Z Compiling http v1.4.2
14502026-08-04T16:49:33.653Z Compiling tokio v1.53.1
14512026-08-04T16:49:33.759Z Compiling serde_tokenstream v0.2.3
14522026-08-04T16:49:34.041Z Compiling icu_provider v2.2.0
14532026-08-04T16:49:34.256Z Compiling erased-serde v0.3.31
14542026-08-04T16:49:34.358Z Compiling icu_normalizer v2.2.0
14552026-08-04T16:49:34.462Z Compiling icu_properties v2.2.0
14562026-08-04T16:49:34.554Z Compiling http-body v1.0.1
14572026-08-04T16:49:34.738Z Compiling ipnet v2.12.0
14582026-08-04T16:49:34.929Z Compiling atomic-waker v1.1.2
14592026-08-04T16:49:35.049Z Compiling httparse v1.10.1
14602026-08-04T16:49:35.099Z Compiling tower-layer v0.3.3
14612026-08-04T16:49:35.253Z Compiling tower-service v0.3.3
14622026-08-04T16:49:35.256Z Compiling getrandom v0.2.17
14632026-08-04T16:49:35.340Z Compiling idna_adapter v1.2.2
14642026-08-04T16:49:35.353Z Compiling ucd-trie v0.1.7
14652026-08-04T16:49:35.430Z Compiling idna v1.1.0
14662026-08-04T16:49:35.468Z Compiling ryu v1.0.23
14672026-08-04T16:49:35.622Z Compiling thiserror v1.0.69
14682026-08-04T16:49:35.634Z Compiling try-lock v0.2.5
14692026-08-04T16:49:35.645Z Compiling untrusted v0.9.0
14702026-08-04T16:49:35.714Z Compiling url v2.5.8
14712026-08-04T16:49:35.731Z Compiling want v0.3.1
14722026-08-04T16:49:35.752Z Compiling pest v2.8.6
14732026-08-04T16:49:35.893Z Compiling rand_core v0.6.4
14742026-08-04T16:49:36.091Z Compiling thiserror-impl v1.0.69
14752026-08-04T16:49:36.110Z Compiling httpdate v1.0.3
14762026-08-04T16:49:36.350Z Compiling ppv-lite86 v0.2.21
14772026-08-04T16:49:36.481Z Compiling getrandom v0.3.4
14782026-08-04T16:49:36.563Z Compiling pretty-hex v0.4.2
14792026-08-04T16:49:36.655Z Compiling plain v0.2.3
14802026-08-04T16:49:36.694Z Compiling paste v1.0.15
14812026-08-04T16:49:36.757Z Compiling pest_meta v2.8.6
14822026-08-04T16:49:36.809Z Compiling foldhash v0.2.0
14832026-08-04T16:49:36.968Z Compiling ipnetwork v0.21.1
14842026-08-04T16:49:37.086Z Compiling tracing-attributes v0.1.31
14852026-08-04T16:49:37.102Z Compiling tracing-core v0.1.36
14862026-08-04T16:49:37.365Z Compiling pest_generator v2.8.6
14872026-08-04T16:49:37.420Z Compiling oxnet v0.1.6
14882026-08-04T16:49:37.707Z Compiling omicron-workspace-hack v0.1.0
14892026-08-04T16:49:37.719Z Compiling ident_case v1.0.1
14902026-08-04T16:49:37.832Z Compiling winnow v1.0.3
14912026-08-04T16:49:37.927Z Compiling serde_urlencoded v0.7.1
14922026-08-04T16:49:37.960Z Compiling http-body-util v0.1.4
14932026-08-04T16:49:38.070Z Compiling pest_derive v2.8.6
14942026-08-04T16:49:38.159Z Compiling aho-corasick v1.1.4
14952026-08-04T16:49:38.281Z Compiling sync_wrapper v1.0.2
14962026-08-04T16:49:38.295Z Compiling tracing v0.1.44
14972026-08-04T16:49:38.368Z Compiling daft-derive v0.1.7
14982026-08-04T16:49:38.383Z Compiling fastrand v2.4.1
14992026-08-04T16:49:38.531Z Compiling hashbrown v0.16.1
15002026-08-04T16:49:38.625Z Compiling tokio-util v0.7.18
15012026-08-04T16:49:38.934Z Compiling scroll_derive v0.13.1
15022026-08-04T16:49:39.112Z Compiling regex-automata v0.4.14
15032026-08-04T16:49:39.118Z Compiling async-trait v0.1.89
15042026-08-04T16:49:39.760Z Compiling time-core v0.1.8
15052026-08-04T16:49:39.764Z Compiling aws-lc-rs v1.17.0
15062026-08-04T16:49:39.886Z Compiling powerfmt v0.2.0
15072026-08-04T16:49:39.897Z Compiling num-conv v0.2.2
15082026-08-04T16:49:40.040Z Compiling anyhow v1.0.104
15092026-08-04T16:49:40.063Z Compiling time-macros v0.2.27
15102026-08-04T16:49:40.081Z Compiling deranged v0.5.8
15112026-08-04T16:49:40.092Z Compiling scroll v0.13.0
15122026-08-04T16:49:40.341Z Compiling rustls-pki-types v1.14.1
15132026-08-04T16:49:40.380Z Compiling num_threads v0.1.7
15142026-08-04T16:49:40.473Z Compiling hex v0.4.3
15152026-08-04T16:49:40.550Z Compiling openssl-probe v0.2.1
15162026-08-04T16:49:40.734Z Compiling regex v1.12.3
15172026-08-04T16:49:41.004Z Compiling goblin v0.10.7
15182026-08-04T16:49:41.030Z Compiling untrusted v0.7.1
15192026-08-04T16:49:41.099Z Compiling camino v1.2.5
15202026-08-04T16:49:41.147Z Compiling crc32fast v1.5.0
15212026-08-04T16:49:41.187Z Compiling rustls v0.23.40
15222026-08-04T16:49:41.394Z Compiling usdt-impl v0.6.0
15232026-08-04T16:49:41.405Z Compiling h2 v0.4.14
15242026-08-04T16:49:41.465Z Compiling dtrace-parser v0.3.0
15252026-08-04T16:49:41.620Z Compiling crossbeam-utils v0.8.21
15262026-08-04T16:49:41.939Z Compiling futures-executor v0.3.32
15272026-08-04T16:49:42.133Z Compiling structmeta-derive v0.3.0
15282026-08-04T16:49:42.172Z Compiling thread-id v5.1.0
15292026-08-04T16:49:42.261Z Compiling simd-adler32 v0.3.9
15302026-08-04T16:49:42.297Z Compiling adler2 v2.0.1
15312026-08-04T16:49:42.310Z Compiling cpufeatures v0.3.0
15322026-08-04T16:49:42.378Z Compiling futures v0.3.32
15332026-08-04T16:49:42.424Z Compiling miniz_oxide v0.8.9
15342026-08-04T16:49:42.443Z Compiling rand_core v0.9.5
15352026-08-04T16:49:42.796Z Compiling darling_core v0.23.0
15362026-08-04T16:49:42.976Z Compiling newtype-uuid-macros v0.1.0
15372026-08-04T16:49:43.074Z Compiling hybrid-array v0.4.12
15382026-08-04T16:49:43.181Z Compiling structmeta v0.3.0
15392026-08-04T16:49:43.377Z Compiling thread_local v1.1.9
15402026-08-04T16:49:43.529Z Compiling hyper v1.11.0
15412026-08-04T16:49:43.647Z Compiling match_cfg v0.1.0
15422026-08-04T16:49:43.716Z Compiling flate2 v1.1.9
15432026-08-04T16:49:43.782Z Compiling newtype-uuid v1.3.2
15442026-08-04T16:49:43.846Z Compiling dof v0.4.0
15452026-08-04T16:49:44.123Z Compiling slog-async v2.8.0
15462026-08-04T16:49:44.126Z Compiling quick-error v1.2.3
15472026-08-04T16:49:44.233Z Compiling compression-core v0.4.32
15482026-08-04T16:49:44.387Z Compiling ref-cast v1.0.25
15492026-08-04T16:49:44.443Z Compiling compression-codecs v0.4.38
15502026-08-04T16:49:44.523Z Compiling daft v0.1.7
15512026-08-04T16:49:44.688Z Compiling hyper-util v0.1.20
15522026-08-04T16:49:44.832Z Compiling crypto-common v0.2.2
15532026-08-04T16:49:44.873Z Compiling darling_macro v0.23.0
15542026-08-04T16:49:45.177Z Compiling block-buffer v0.12.0
15552026-08-04T16:49:45.265Z Compiling rand_chacha v0.9.0
15562026-08-04T16:49:45.331Z Compiling strum_macros v0.26.4
15572026-08-04T16:49:45.395Z Compiling ref-cast-impl v1.0.25
15582026-08-04T16:49:45.456Z Compiling darling v0.23.0
15592026-08-04T16:49:45.536Z Compiling serde_spanned v1.1.1
15602026-08-04T16:49:45.681Z Compiling multer v3.1.0
15612026-08-04T16:49:45.785Z Compiling take_mut v0.2.2
15622026-08-04T16:49:45.849Z Compiling bit-vec v0.8.0
15632026-08-04T16:49:45.886Z Compiling term v1.2.1
15642026-08-04T16:49:45.900Z Compiling const-oid v0.10.2
15652026-08-04T16:49:46.003Z Compiling debug-ignore v1.0.5
15662026-08-04T16:49:46.039Z Compiling usdt-macro v0.6.0
15672026-08-04T16:49:46.073Z Compiling usdt-attr-macro v0.6.0
15682026-08-04T16:49:46.095Z Compiling toml_writer v1.1.1+spec-1.1.0
15692026-08-04T16:49:46.106Z Compiling digest v0.11.3
15702026-08-04T16:49:46.268Z Compiling bit-set v0.8.0
15712026-08-04T16:49:46.388Z Compiling serde_with_macros v3.21.0
15722026-08-04T16:49:46.400Z Compiling rand v0.9.4
15732026-08-04T16:49:46.576Z Compiling async-stream-impl v0.3.6
15742026-08-04T16:49:46.955Z Compiling strum v0.26.3
15752026-08-04T16:49:46.988Z Compiling dropshot v0.17.1
15762026-08-04T16:49:47.140Z Compiling encoding_rs v0.8.35
15772026-08-04T16:49:47.216Z Compiling spin v0.9.8
15782026-08-04T16:49:47.233Z Compiling mime v0.3.17
15792026-08-04T16:49:47.255Z Compiling unarray v0.1.4
15802026-08-04T16:49:47.323Z Compiling async-stream v0.3.6
15812026-08-04T16:49:47.401Z Compiling sha1 v0.11.0
15822026-08-04T16:49:47.497Z Compiling derive-ex v0.1.8
15832026-08-04T16:49:47.523Z Compiling tower v0.5.3
15842026-08-04T16:49:47.540Z Compiling waitgroup v0.1.2
15852026-08-04T16:49:47.645Z Compiling dropshot_endpoint v0.17.1
15862026-08-04T16:49:47.676Z Compiling macaddr v1.0.1
15872026-08-04T16:49:47.895Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15882026-08-04T16:49:47.933Z Compiling serde_path_to_error v0.1.20
15892026-08-04T16:49:47.977Z Compiling generic-array v0.14.7
15902026-08-04T16:49:48.365Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15912026-08-04T16:49:48.486Z Compiling tower-http v0.6.11
15922026-08-04T16:49:48.689Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15932026-08-04T16:49:48.859Z Compiling tempfile v3.27.0
15942026-08-04T16:49:48.902Z Compiling openapiv3 v2.2.0
15952026-08-04T16:49:49.038Z Compiling test-strategy v0.4.5
15962026-08-04T16:49:49.272Z Compiling strum_macros v0.27.2
15972026-08-04T16:49:49.292Z Compiling instant v0.1.13
15982026-08-04T16:49:49.392Z Compiling syn v1.0.109
15992026-08-04T16:49:49.743Z Compiling time v0.3.47
16002026-08-04T16:49:49.985Z Compiling rustls-native-certs v0.8.4
16012026-08-04T16:49:50.320Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16022026-08-04T16:49:50.364Z Compiling crossbeam-channel v0.5.15
16032026-08-04T16:49:50.942Z Compiling parse-display-derive v0.10.0
16042026-08-04T16:49:50.947Z Compiling backon v1.6.0
16052026-08-04T16:49:51.069Z Compiling strum v0.27.2
16062026-08-04T16:49:51.151Z Compiling rand_chacha v0.3.1
16072026-08-04T16:49:51.273Z Compiling either v1.16.0
16082026-08-04T16:49:51.436Z Compiling rand v0.8.6
16092026-08-04T16:49:51.476Z Compiling slog-json v2.6.1
16102026-08-04T16:49:51.678Z Compiling hostname v0.3.1
16112026-08-04T16:49:51.817Z Compiling toml_parser v1.1.2+spec-1.1.0
16122026-08-04T16:49:52.172Z Compiling toml_datetime v1.1.1+spec-1.1.0
16132026-08-04T16:49:52.197Z Compiling memmap2 v0.9.10
16142026-08-04T16:49:52.277Z Compiling is-terminal v0.4.17
16152026-08-04T16:49:52.370Z Compiling wait-timeout v0.2.1
16162026-08-04T16:49:52.393Z Compiling toml v1.1.2+spec-1.1.0
16172026-08-04T16:49:52.423Z Compiling slog-term v2.9.2
16182026-08-04T16:49:52.478Z Compiling usdt v0.6.0
16192026-08-04T16:49:52.586Z Compiling rusty-fork v0.3.1
16202026-08-04T16:49:52.594Z Compiling slog-bunyan v2.5.0
16212026-08-04T16:49:52.718Z Compiling crypto-common v0.1.7
16222026-08-04T16:49:52.749Z Compiling serde_with v3.21.0
16232026-08-04T16:49:52.847Z Compiling async-compression v0.4.42
16242026-08-04T16:49:52.929Z Compiling rand_xorshift v0.4.0
16252026-08-04T16:49:53.008Z Compiling rustls-pemfile v2.2.0
16262026-08-04T16:49:53.072Z Compiling regress v0.10.5
16272026-08-04T16:49:53.154Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16282026-08-04T16:49:53.216Z Compiling hostname v0.4.2
16292026-08-04T16:49:53.355Z Compiling humantime v2.3.0
16302026-08-04T16:49:53.509Z Compiling proptest v1.11.0
16312026-08-04T16:49:53.910Z Compiling iddqd v0.4.6
16322026-08-04T16:49:54.386Z Compiling reqwest v0.12.28
16332026-08-04T16:49:54.461Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16342026-08-04T16:49:54.535Z Compiling parse-display v0.10.0
16352026-08-04T16:49:54.695Z Compiling backoff v0.4.0
16362026-08-04T16:49:54.857Z Compiling itertools v0.14.0
16372026-08-04T16:49:54.902Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16382026-08-04T16:49:55.348Z Compiling progenitor-client v0.10.0
16392026-08-04T16:49:55.620Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16402026-08-04T16:49:55.883Z Compiling block-buffer v0.10.4
16412026-08-04T16:49:56.029Z Compiling utf8parse v0.2.2
16422026-08-04T16:49:56.137Z Compiling anstyle-parse v1.0.0
16432026-08-04T16:49:56.205Z Compiling digest v0.10.7
16442026-08-04T16:49:56.268Z Compiling colorchoice v1.0.5
16452026-08-04T16:49:56.319Z Compiling anstyle-query v1.1.5
16462026-08-04T16:49:56.415Z Compiling is_terminal_polyfill v1.70.2
16472026-08-04T16:49:56.425Z Compiling anstyle v1.0.14
16482026-08-04T16:49:56.644Z Compiling anstream v1.0.0
16492026-08-04T16:49:56.865Z Compiling clap_lex v1.1.0
16502026-08-04T16:49:56.988Z Compiling regress v0.11.1
16512026-08-04T16:49:57.303Z Compiling clap_derive v4.6.4
16522026-08-04T16:49:57.583Z Compiling terminal_size v0.4.4
16532026-08-04T16:49:58.586Z Compiling typify-impl v0.6.2
16542026-08-04T16:49:58.803Z Compiling toml_datetime v0.6.11
16552026-08-04T16:49:58.956Z Compiling zerocopy-derive v0.7.35
16562026-08-04T16:49:59.046Z Compiling cpufeatures v0.2.17
16572026-08-04T16:49:59.076Z Compiling convert_case v0.4.0
16582026-08-04T16:49:59.364Z Compiling derive_more v0.99.20
16592026-08-04T16:49:59.813Z Compiling zerocopy v0.7.35
16602026-08-04T16:50:00.236Z Compiling clap_builder v4.6.5
16612026-08-04T16:50:00.356Z Compiling toml_edit v0.25.12+spec-1.1.0
16622026-08-04T16:50:01.158Z Compiling unicode-width v0.2.2
16632026-08-04T16:50:01.431Z Compiling proc-macro-crate v3.5.0
16642026-08-04T16:50:01.843Z Compiling clap v4.6.5
16652026-08-04T16:50:01.867Z Compiling secrecy v0.10.3
16662026-08-04T16:50:01.919Z Compiling tinyvec_macros v0.1.1
16672026-08-04T16:50:01.982Z Compiling float-ord v0.3.2
16682026-08-04T16:50:02.037Z Compiling crucible-workspace-hack v0.1.0
16692026-08-04T16:50:02.112Z Compiling tinyvec v1.11.0
16702026-08-04T16:50:02.273Z Compiling num_enum_derive v0.7.6
16712026-08-04T16:50:02.844Z Compiling dtrace-parser v0.2.0
16722026-08-04T16:50:03.087Z Compiling scroll_derive v0.12.1
16732026-08-04T16:50:03.342Z Compiling num-integer v0.1.46
16742026-08-04T16:50:03.655Z Compiling rustc_version v0.4.1
16752026-08-04T16:50:03.720Z Compiling usdt-impl v0.5.0
16762026-08-04T16:50:03.798Z Compiling scroll v0.12.0
16772026-08-04T16:50:03.810Z Compiling num_enum v0.7.6
16782026-08-04T16:50:03.955Z Compiling curve25519-dalek v4.1.3
16792026-08-04T16:50:04.114Z Compiling dof v0.3.0
16802026-08-04T16:50:04.158Z Compiling hmac v0.12.1
16812026-08-04T16:50:04.196Z Compiling inout v0.1.4
16822026-08-04T16:50:04.288Z Compiling darling_core v0.21.3
16832026-08-04T16:50:04.335Z Compiling ff v0.13.1
16842026-08-04T16:50:04.373Z Compiling thread-id v4.2.2
16852026-08-04T16:50:04.462Z Compiling group v0.13.0
16862026-08-04T16:50:04.483Z Compiling cipher v0.4.4
16872026-08-04T16:50:04.562Z Compiling hkdf v0.12.4
16882026-08-04T16:50:04.873Z Compiling typify-macro v0.6.2
16892026-08-04T16:50:04.951Z Compiling goblin v0.8.2
16902026-08-04T16:50:05.061Z Compiling num-iter v0.1.45
16912026-08-04T16:50:05.173Z Compiling num-rational v0.4.2
16922026-08-04T16:50:05.248Z Compiling thiserror-impl-no-std v2.0.2
16932026-08-04T16:50:05.285Z Compiling universal-hash v0.5.1
16942026-08-04T16:50:05.327Z Compiling crypto-bigint v0.5.5
16952026-08-04T16:50:05.404Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16962026-08-04T16:50:05.771Z Compiling crossbeam-epoch v0.9.18
16972026-08-04T16:50:06.125Z Compiling half v2.7.1
16982026-08-04T16:50:06.206Z Compiling curve25519-dalek-derive v0.1.1
16992026-08-04T16:50:06.324Z Compiling num-complex v0.4.6
17002026-08-04T16:50:06.360Z Compiling darling_macro v0.21.3
17012026-08-04T16:50:06.666Z Compiling opaque-debug v0.3.1
17022026-08-04T16:50:06.690Z Compiling base16ct v0.2.0
17032026-08-04T16:50:06.736Z Compiling base64ct v1.8.3
17042026-08-04T16:50:06.763Z Compiling ciborium-io v0.2.2
17052026-08-04T16:50:06.836Z Compiling ciborium-ll v0.2.2
17062026-08-04T16:50:06.860Z Compiling elliptic-curve v0.13.8
17072026-08-04T16:50:06.948Z Compiling darling v0.21.3
17082026-08-04T16:50:06.993Z Compiling typify v0.6.2
17092026-08-04T16:50:07.074Z Compiling password-hash v0.5.0
17102026-08-04T16:50:07.087Z Compiling poly1305 v0.8.0
17112026-08-04T16:50:07.237Z Compiling num v0.4.3
17122026-08-04T16:50:07.360Z Compiling thiserror-no-std v2.0.2
17132026-08-04T16:50:07.912Z Compiling chacha20 v0.9.1
17142026-08-04T16:50:08.041Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17152026-08-04T16:50:08.125Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17162026-08-04T16:50:08.531Z Compiling blake2 v0.10.6
17172026-08-04T16:50:08.734Z Compiling aead v0.5.2
17182026-08-04T16:50:08.895Z Compiling byte-wrapper v0.1.0
17192026-08-04T16:50:08.979Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17202026-08-04T16:50:08.996Z Compiling proc-macro-error-attr v1.0.4
17212026-08-04T16:50:09.293Z Compiling prettyplease v0.2.37
17222026-08-04T16:50:09.304Z Compiling unsafe-libyaml v0.2.11
17232026-08-04T16:50:09.381Z Compiling rustix v0.38.44
17242026-08-04T16:50:09.521Z Compiling keccak v0.1.6
17252026-08-04T16:50:09.718Z Compiling heapless v0.8.0
17262026-08-04T16:50:09.834Z Compiling serde_yaml v0.9.34+deprecated
17272026-08-04T16:50:10.068Z Compiling sha3 v0.10.9
17282026-08-04T16:50:10.405Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17292026-08-04T16:50:10.712Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17302026-08-04T16:50:11.065Z Compiling chacha20poly1305 v0.10.1
17312026-08-04T16:50:11.129Z Compiling argon2 v0.5.3
17322026-08-04T16:50:11.357Z Compiling vsss-rs v3.3.4
17332026-08-04T16:50:11.399Z Compiling ingot-macros v0.1.1
17342026-08-04T16:50:11.439Z Compiling ciborium v0.2.2
17352026-08-04T16:50:11.879Z Compiling usdt-attr-macro v0.5.0
17362026-08-04T16:50:12.011Z Compiling usdt-macro v0.5.0
17372026-08-04T16:50:13.108Z Compiling serde_spanned v0.6.9
17382026-08-04T16:50:13.249Z Compiling enum-as-inner v0.6.1
17392026-08-04T16:50:13.375Z Compiling hash32 v0.3.1
17402026-08-04T16:50:13.522Z Compiling proc-macro-error v1.0.4
17412026-08-04T16:50:13.746Z Compiling memmap v0.7.0
17422026-08-04T16:50:13.808Z Compiling memoffset v0.9.1
17432026-08-04T16:50:13.888Z Compiling data-encoding v2.11.0
17442026-08-04T16:50:13.921Z Compiling indent_write v2.2.0
17452026-08-04T16:50:13.932Z Compiling cfg_aliases v0.2.1
17462026-08-04T16:50:14.000Z Compiling smoltcp v0.11.0
17472026-08-04T16:50:14.033Z Compiling toml_write v0.1.2
17482026-08-04T16:50:14.052Z Compiling winnow v0.7.15
17492026-08-04T16:50:14.182Z Compiling winnow v0.5.40
17502026-08-04T16:50:14.216Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512026-08-04T16:50:14.228Z Compiling ingot-types v0.1.2
17522026-08-04T16:50:14.410Z Compiling nix v0.31.3
17532026-08-04T16:50:14.425Z Compiling usdt v0.5.0
17542026-08-04T16:50:14.683Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-08-04T16:50:14.694Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17562026-08-04T16:50:14.710Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-08-04T16:50:14.989Z Compiling tabwriter v1.4.1
17582026-08-04T16:50:15.153Z Compiling cobs v0.3.0
17592026-08-04T16:50:15.202Z Compiling serde_repr v0.1.21
17602026-08-04T16:50:15.223Z Compiling bitflags v1.3.2
17612026-08-04T16:50:15.294Z Compiling pkg-config v0.3.33
17622026-08-04T16:50:15.340Z Compiling toml_edit v0.22.27
17632026-08-04T16:50:15.560Z Compiling toml_edit v0.19.15
17642026-08-04T16:50:15.687Z Compiling managed v0.8.0
17652026-08-04T16:50:15.731Z Compiling vcpkg v0.2.15
17662026-08-04T16:50:15.768Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17672026-08-04T16:50:15.993Z Compiling postcard v1.1.3
17682026-08-04T16:50:16.261Z Compiling openssl-sys v0.9.116
17692026-08-04T16:50:16.587Z Compiling rustls-webpki v0.103.13
17702026-08-04T16:50:16.804Z Compiling toml v0.8.23
17712026-08-04T16:50:17.005Z Compiling proc-macro-crate v1.3.1
17722026-08-04T16:50:17.725Z Compiling ingot v0.1.1
17732026-08-04T16:50:17.858Z Compiling hubpack_derive v0.1.1
17742026-08-04T16:50:17.927Z Compiling foreign-types-macros v0.2.3
17752026-08-04T16:50:18.397Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17762026-08-04T16:50:18.585Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17772026-08-04T16:50:18.692Z Compiling semver v0.1.20
17782026-08-04T16:50:18.712Z Compiling foreign-types-shared v0.3.1
17792026-08-04T16:50:18.722Z Compiling linked-hash-map v0.5.6
17802026-08-04T16:50:18.801Z Compiling swrite v0.1.0
17812026-08-04T16:50:18.812Z Compiling colored v3.1.1
17822026-08-04T16:50:18.889Z Compiling static_assertions v1.1.0
17832026-08-04T16:50:18.900Z Compiling heck v0.4.1
17842026-08-04T16:50:18.939Z Compiling rayon-core v1.13.0
17852026-08-04T16:50:18.958Z Compiling resolv-conf v0.7.6
17862026-08-04T16:50:19.093Z Compiling unicode-segmentation v1.13.3
17872026-08-04T16:50:19.197Z Compiling lru-cache v0.1.2
17882026-08-04T16:50:19.242Z Compiling rustc_version v0.1.7
17892026-08-04T16:50:19.329Z Compiling foreign-types v0.5.0
17902026-08-04T16:50:19.359Z Compiling hubpack v0.1.2
17912026-08-04T16:50:19.404Z Compiling newline-converter v0.3.0
17922026-08-04T16:50:19.437Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17932026-08-04T16:50:19.518Z Compiling num_enum_derive v0.5.11
17942026-08-04T16:50:19.633Z Compiling atomicwrites v0.4.4
17952026-08-04T16:50:19.822Z Compiling hickory-proto v0.24.4
17962026-08-04T16:50:20.097Z Compiling progenitor-impl v0.13.0
17972026-08-04T16:50:20.546Z Compiling tokio-rustls v0.26.4
17982026-08-04T16:50:20.588Z Compiling rustls-platform-verifier v0.7.0
17992026-08-04T16:50:20.818Z Compiling hyper-rustls v0.27.9
18002026-08-04T16:50:21.115Z Compiling reqwest v0.13.4
18012026-08-04T16:50:21.966Z Compiling crossbeam-deque v0.8.6
18022026-08-04T16:50:22.202Z Compiling console v0.15.11
18032026-08-04T16:50:22.865Z Compiling progenitor-client v0.14.0
18042026-08-04T16:50:23.186Z Compiling progenitor-extras v0.2.0
18052026-08-04T16:50:23.503Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18062026-08-04T16:50:23.589Z Compiling camino-tempfile v1.4.1
18072026-08-04T16:50:23.642Z Compiling chacha20 v0.10.0
18082026-08-04T16:50:23.658Z Compiling serde-big-array v0.5.1
18092026-08-04T16:50:23.797Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-08-04T16:50:23.826Z Compiling pin-project-internal v1.1.13
18112026-08-04T16:50:23.900Z Compiling num-derive v0.4.2
18122026-08-04T16:50:24.005Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18132026-08-04T16:50:24.845Z Compiling derive-where v1.6.1
18142026-08-04T16:50:24.939Z Compiling cstr-argument v0.1.2
18152026-08-04T16:50:25.096Z Compiling similar v2.7.0
18162026-08-04T16:50:25.486Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18172026-08-04T16:50:25.703Z Compiling siphasher v1.0.3
18182026-08-04T16:50:25.908Z Compiling minimal-lexical v0.2.1
18192026-08-04T16:50:26.034Z Compiling phf_shared v0.12.1
18202026-08-04T16:50:26.099Z Compiling nom v7.1.3
18212026-08-04T16:50:26.127Z Compiling expectorate v1.2.0
18222026-08-04T16:50:26.168Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18232026-08-04T16:50:26.206Z Compiling pin-project v1.1.13
18242026-08-04T16:50:26.306Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18252026-08-04T16:50:26.426Z Compiling rand v0.10.2
18262026-08-04T16:50:26.437Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18272026-08-04T16:50:26.764Z Compiling progenitor-macro v0.13.0
18282026-08-04T16:50:27.144Z Compiling progenitor-client v0.13.0
18292026-08-04T16:50:27.515Z Compiling hickory-resolver v0.24.4
18302026-08-04T16:50:27.867Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-08-04T16:50:28.205Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-08-04T16:50:28.393Z Compiling num_enum v0.5.11
18332026-08-04T16:50:29.365Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18342026-08-04T16:50:29.572Z Compiling newtype_derive v0.1.6
18352026-08-04T16:50:29.802Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-08-04T16:50:30.168Z Compiling progenitor-impl v0.14.0
18372026-08-04T16:50:30.889Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-08-04T16:50:30.902Z Compiling unicode-normalization v0.1.25
18392026-08-04T16:50:31.327Z Compiling tokio-stream v0.1.18
18402026-08-04T16:50:31.374Z Compiling snafu-derive v0.8.9
18412026-08-04T16:50:31.549Z Compiling async-recursion v1.1.1
18422026-08-04T16:50:31.788Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18432026-08-04T16:50:32.159Z Compiling slog-dtrace v0.3.0
18442026-08-04T16:50:32.219Z Compiling bstr v1.12.1
18452026-08-04T16:50:32.329Z Compiling csv-core v0.1.13
18462026-08-04T16:50:32.391Z Compiling highway v1.3.0
18472026-08-04T16:50:32.573Z Compiling openssl v0.10.80
18482026-08-04T16:50:32.593Z Compiling owo-colors v4.3.0
18492026-08-04T16:50:32.711Z Compiling foreign-types-shared v0.1.1
18502026-08-04T16:50:32.784Z Compiling konst_macro_rules v0.2.19
18512026-08-04T16:50:32.797Z Compiling same-file v1.0.6
18522026-08-04T16:50:32.836Z Compiling foldhash v0.1.5
18532026-08-04T16:50:32.923Z Compiling unicode-xid v0.2.6
18542026-08-04T16:50:32.959Z Compiling cancel-safe-futures v0.1.5
18552026-08-04T16:50:32.971Z Compiling chrono-tz v0.10.4
18562026-08-04T16:50:33.016Z Compiling unicode-width v0.1.14
18572026-08-04T16:50:33.040Z Compiling const_format_proc_macros v0.2.34
18582026-08-04T16:50:33.170Z Compiling snafu v0.8.9
18592026-08-04T16:50:33.197Z Compiling hashbrown v0.15.5
18602026-08-04T16:50:33.269Z Compiling konst v0.2.20
18612026-08-04T16:50:33.290Z Compiling walkdir v2.5.0
18622026-08-04T16:50:33.521Z Compiling foreign-types v0.3.2
18632026-08-04T16:50:33.553Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-08-04T16:50:33.595Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-08-04T16:50:33.647Z Compiling globset v0.4.18
18662026-08-04T16:50:33.735Z Compiling csv v1.4.0
18672026-08-04T16:50:33.792Z Compiling progenitor v0.13.0
18682026-08-04T16:50:33.853Z Compiling progenitor-macro v0.14.0
18692026-08-04T16:50:33.894Z Compiling qorb v0.4.1
18702026-08-04T16:50:33.925Z Compiling olpc-cjson v0.1.4
18712026-08-04T16:50:34.476Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-08-04T16:50:35.405Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18732026-08-04T16:50:35.743Z Compiling rayon v1.12.0
18742026-08-04T16:50:35.755Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-08-04T16:50:35.772Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-08-04T16:50:36.003Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-04T16:50:36.538Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-08-04T16:50:36.696Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18792026-08-04T16:50:36.712Z Compiling phf v0.12.1
18802026-08-04T16:50:37.309Z Compiling zone_cfg_derive v0.3.1
18812026-08-04T16:50:37.581Z Compiling tokio-dtrace v0.1.1
18822026-08-04T16:50:38.015Z Compiling itertools v0.12.1
18832026-08-04T16:50:38.098Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18842026-08-04T16:50:38.303Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-08-04T16:50:38.509Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18862026-08-04T16:50:38.889Z Compiling libsw-core v0.3.2
18872026-08-04T16:50:38.909Z Compiling serde_plain v1.0.2
18882026-08-04T16:50:39.059Z Compiling openssl-macros v0.1.1
18892026-08-04T16:50:39.118Z Compiling pem v3.0.6
18902026-08-04T16:50:39.172Z Compiling cookie v0.18.1
18912026-08-04T16:50:39.187Z Compiling sigpipe v0.1.3
18922026-08-04T16:50:39.269Z Compiling glob v0.3.3
18932026-08-04T16:50:39.280Z Compiling typed-path v0.9.3
18942026-08-04T16:50:39.400Z Compiling bytecount v0.6.9
18952026-08-04T16:50:39.493Z Compiling jiff v0.2.28
18962026-08-04T16:50:39.542Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-08-04T16:50:39.558Z Compiling fixedbitset v0.4.2
18982026-08-04T16:50:39.724Z Compiling fixedbitset v0.5.7
18992026-08-04T16:50:39.782Z Compiling petgraph v0.6.5
19002026-08-04T16:50:40.063Z Compiling petgraph v0.8.3
19012026-08-04T16:50:40.627Z Compiling tough v0.22.0
19022026-08-04T16:50:41.315Z Compiling papergrid v0.11.0
19032026-08-04T16:50:41.346Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-08-04T16:50:41.547Z Compiling progenitor v0.14.0
19052026-08-04T16:50:41.562Z Compiling zone v0.3.1
19062026-08-04T16:50:41.581Z Compiling libsw v3.5.0
19072026-08-04T16:50:41.681Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19082026-08-04T16:50:41.748Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19092026-08-04T16:50:41.816Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19102026-08-04T16:50:41.986Z Compiling oxide-tokio-rt v0.1.6
19112026-08-04T16:50:42.340Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-08-04T16:50:42.476Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-08-04T16:50:43.082Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-08-04T16:50:43.093Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-08-04T16:50:43.225Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-08-04T16:50:43.258Z Compiling const_format v0.2.36
19172026-08-04T16:50:44.094Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19182026-08-04T16:50:44.106Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-08-04T16:50:44.311Z Compiling tabled_derive v0.7.0
19202026-08-04T16:50:44.328Z Compiling gethostname v0.5.0
19212026-08-04T16:50:44.378Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-08-04T16:50:44.447Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-08-04T16:50:44.497Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19242026-08-04T16:50:44.510Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19252026-08-04T16:50:44.563Z Compiling bcs v0.1.6
19262026-08-04T16:50:44.668Z Compiling smf v0.2.3
19272026-08-04T16:50:44.710Z Compiling nom v8.0.0
19282026-08-04T16:50:44.884Z Compiling unicode-linebreak v0.1.5
19292026-08-04T16:50:45.084Z Compiling smawk v0.3.2
19302026-08-04T16:50:45.129Z Compiling tagptr v0.2.0
19312026-08-04T16:50:45.225Z Compiling lazy_static v1.5.0
19322026-08-04T16:50:45.262Z Compiling linear-map v1.2.0
19332026-08-04T16:50:45.266Z Compiling whoami v1.6.1
19342026-08-04T16:50:45.284Z Compiling termtree v0.5.1
19352026-08-04T16:50:45.321Z Compiling steno v0.4.1
19362026-08-04T16:50:45.424Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-08-04T16:50:45.575Z Compiling tabled v0.15.0
19382026-08-04T16:50:45.898Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-08-04T16:50:47.027Z Compiling moka v0.12.15
19402026-08-04T16:50:47.210Z Compiling textwrap v0.16.2
19412026-08-04T16:50:47.222Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-08-04T16:50:47.744Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-08-04T16:50:47.844Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19442026-08-04T16:50:48.320Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-08-04T16:50:48.591Z Compiling hickory-proto v0.25.2
19462026-08-04T16:50:48.655Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19472026-08-04T16:50:49.261Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19482026-08-04T16:50:50.118Z Compiling parking_lot_core v0.8.6
19492026-08-04T16:50:50.273Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19502026-08-04T16:50:50.367Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19512026-08-04T16:50:50.409Z Compiling libscf-sys v1.2.0
19522026-08-04T16:50:50.551Z Compiling hickory-resolver v0.25.2
19532026-08-04T16:50:50.660Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19542026-08-04T16:50:50.789Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19552026-08-04T16:50:50.895Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19562026-08-04T16:50:51.205Z Compiling parking_lot v0.11.2
19572026-08-04T16:50:51.281Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19582026-08-04T16:50:51.527Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19592026-08-04T16:50:51.539Z Compiling fxhash v0.2.1
19602026-08-04T16:50:51.612Z Compiling internet-checksum v0.2.1
19612026-08-04T16:50:51.673Z Compiling sled v0.34.7
19622026-08-04T16:50:51.746Z Compiling itertools v0.15.0
19632026-08-04T16:50:52.158Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19642026-08-04T16:50:54.628Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19652026-08-04T16:50:56.057Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19662026-08-04T16:51:04.218Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19672026-08-04T16:51:05.854Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19682026-08-04T16:51:06.895Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19692026-08-04T16:51:07.857Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19702026-08-04T16:51:08.712Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19712026-08-04T16:51:10.125Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19722026-08-04T16:51:36.335Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 11s
19732026-08-04T16:51:36.519Z────────────
19742026-08-04T16:51:36.519Z Nextest run ID 7c051f25-0c8e-4c43-8981-032d75cde918 with nextest profile: default
19752026-08-04T16:51:36.520Z Starting 50 tests across 3 binaries
19762026-08-04T16:51:36.523Z START bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
19772026-08-04T16:51:36.526Z
19782026-08-04T16:51:36.526Zrunning 1 test
19792026-08-04T16:51:36.971Ztest dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down ... ok
19802026-08-04T16:51:36.972Z
19812026-08-04T16:51:36.972Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.45s
19822026-08-04T16:51:36.972Z
19832026-08-04T16:51:36.979Z PASS [ 0.459s] bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
19842026-08-04T16:51:36.979Z START bfd dispatcher::proptests::state_machine
19852026-08-04T16:51:36.987Z
19862026-08-04T16:51:36.987Zrunning 1 test
19872026-08-04T16:51:37.262Ztest dispatcher::proptests::state_machine ... ok
19882026-08-04T16:51:37.262Z
19892026-08-04T16:51:37.262Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.27s
19902026-08-04T16:51:37.262Z
19912026-08-04T16:51:37.277Z PASS [ 0.284s] bfd dispatcher::proptests::state_machine
19922026-08-04T16:51:37.277Z START bfd dispatcher::proptests::state_machine_with_bind_failures
19932026-08-04T16:51:37.277Z
19942026-08-04T16:51:37.277Zrunning 1 test
19952026-08-04T16:51:37.525Ztest dispatcher::proptests::state_machine_with_bind_failures ... ok
19962026-08-04T16:51:37.525Z
19972026-08-04T16:51:37.525Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.25s
19982026-08-04T16:51:37.525Z
19992026-08-04T16:51:37.528Z PASS [ 0.264s] bfd dispatcher::proptests::state_machine_with_bind_failures
20002026-08-04T16:51:37.528Z START bfd dispatcher::tests::bounded_channel_drops_excess_packets
20012026-08-04T16:51:37.535Z
20022026-08-04T16:51:37.535Zrunning 1 test
20032026-08-04T16:51:37.539Ztest dispatcher::tests::bounded_channel_drops_excess_packets ... ok
20042026-08-04T16:51:37.539Z
20052026-08-04T16:51:37.539Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20062026-08-04T16:51:37.539Z
20072026-08-04T16:51:37.539Z PASS [ 0.011s] bfd dispatcher::tests::bounded_channel_drops_excess_packets
20082026-08-04T16:51:37.539Z START bfd dispatcher::tests::delivers_packet_from_registered_peer
20092026-08-04T16:51:37.544Z
20102026-08-04T16:51:37.544Zrunning 1 test
20112026-08-04T16:51:37.548Ztest dispatcher::tests::delivers_packet_from_registered_peer ... ok
20122026-08-04T16:51:37.548Z
20132026-08-04T16:51:37.548Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20142026-08-04T16:51:37.548Z
20152026-08-04T16:51:37.548Z PASS [ 0.009s] bfd dispatcher::tests::delivers_packet_from_registered_peer
20162026-08-04T16:51:37.548Z START bfd dispatcher::tests::drops_malformed_packet_but_task_survives
20172026-08-04T16:51:37.554Z
20182026-08-04T16:51:37.554Zrunning 1 test
20192026-08-04T16:51:37.557Ztest dispatcher::tests::drops_malformed_packet_but_task_survives ... ok
20202026-08-04T16:51:37.557Z
20212026-08-04T16:51:37.557Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20222026-08-04T16:51:37.557Z
20232026-08-04T16:51:37.557Z PASS [ 0.009s] bfd dispatcher::tests::drops_malformed_packet_but_task_survives
20242026-08-04T16:51:37.557Z START bfd dispatcher::tests::drops_packet_from_unregistered_peer
20252026-08-04T16:51:37.562Z
20262026-08-04T16:51:37.562Zrunning 1 test
20272026-08-04T16:51:37.866Ztest dispatcher::tests::drops_packet_from_unregistered_peer ... ok
20282026-08-04T16:51:37.866Z
20292026-08-04T16:51:37.866Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
20302026-08-04T16:51:37.866Z
20312026-08-04T16:51:37.869Z PASS [ 0.312s] bfd dispatcher::tests::drops_packet_from_unregistered_peer
20322026-08-04T16:51:37.869Z START bfd dispatcher::tests::rx_closed_after_last_peer_removed
20332026-08-04T16:51:37.876Z
20342026-08-04T16:51:37.876Zrunning 1 test
20352026-08-04T16:51:37.879Ztest dispatcher::tests::rx_closed_after_last_peer_removed ... ok
20362026-08-04T16:51:37.879Z
20372026-08-04T16:51:37.879Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20382026-08-04T16:51:37.879Z
20392026-08-04T16:51:37.879Z PASS [ 0.011s] bfd dispatcher::tests::rx_closed_after_last_peer_removed
20402026-08-04T16:51:37.879Z START bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
20412026-08-04T16:51:37.886Z
20422026-08-04T16:51:37.886Zrunning 1 test
20432026-08-04T16:51:37.889Ztest dispatcher::tests::shutdown_waits_for_task_to_be_dropped ... ok
20442026-08-04T16:51:37.889Z
20452026-08-04T16:51:37.890Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20462026-08-04T16:51:37.890Z
20472026-08-04T16:51:37.890Z PASS [ 0.009s] bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
20482026-08-04T16:51:37.890Z START bfd egress::tests::binds_ports_in_expected_range
20492026-08-04T16:51:37.894Z
20502026-08-04T16:51:37.894Zrunning 1 test
20512026-08-04T16:51:37.898Ztest egress::tests::binds_ports_in_expected_range ... ok
20522026-08-04T16:51:37.898Z
20532026-08-04T16:51:37.898Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20542026-08-04T16:51:37.898Z
20552026-08-04T16:51:37.898Z PASS [ 0.009s] bfd egress::tests::binds_ports_in_expected_range
20562026-08-04T16:51:37.898Z START bfd egress::tests::egress_socket_sets_hop_limit_v6
20572026-08-04T16:51:37.904Z
20582026-08-04T16:51:37.904Zrunning 1 test
20592026-08-04T16:51:37.907Ztest egress::tests::egress_socket_sets_hop_limit_v6 ... ok
20602026-08-04T16:51:37.907Z
20612026-08-04T16:51:37.907Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20622026-08-04T16:51:37.907Z
20632026-08-04T16:51:37.907Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_hop_limit_v6
20642026-08-04T16:51:37.907Z START bfd egress::tests::egress_socket_sets_ttl_v4
20652026-08-04T16:51:37.912Z
20662026-08-04T16:51:37.912Zrunning 1 test
20672026-08-04T16:51:37.915Ztest egress::tests::egress_socket_sets_ttl_v4 ... ok
20682026-08-04T16:51:37.915Z
20692026-08-04T16:51:37.915Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20702026-08-04T16:51:37.915Z
20712026-08-04T16:51:37.915Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_ttl_v4
20722026-08-04T16:51:37.915Z START bfd egress::tests::exits_when_channel_closed
20732026-08-04T16:51:37.920Z
20742026-08-04T16:51:37.920Zrunning 1 test
20752026-08-04T16:51:37.925Ztest egress::tests::exits_when_channel_closed ... ok
20762026-08-04T16:51:37.925Z
20772026-08-04T16:51:37.925Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20782026-08-04T16:51:37.925Z
20792026-08-04T16:51:37.925Z PASS [ 0.009s] bfd egress::tests::exits_when_channel_closed
20802026-08-04T16:51:37.925Z START bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
20812026-08-04T16:51:37.930Z
20822026-08-04T16:51:37.930Zrunning 1 test
20832026-08-04T16:51:37.930Ztest egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range ... ok
20842026-08-04T16:51:37.930Z
20852026-08-04T16:51:37.930Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20862026-08-04T16:51:37.930Z
20872026-08-04T16:51:37.930Z PASS [ 0.007s] bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
20882026-08-04T16:51:37.930Z START bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
20892026-08-04T16:51:37.936Z
20902026-08-04T16:51:37.936Zrunning 1 test
20912026-08-04T16:51:37.939Ztest egress_src_port_iter::tests::port_choices_wrap_around_at_end ... ok
20922026-08-04T16:51:37.939Z
20932026-08-04T16:51:37.939Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20942026-08-04T16:51:37.939Z
20952026-08-04T16:51:37.939Z PASS [ 0.007s] bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
20962026-08-04T16:51:37.939Z START bfd egress_src_port_iter::tests::src_port_is_always_in_range
20972026-08-04T16:51:37.943Z
20982026-08-04T16:51:37.943Zrunning 1 test
20992026-08-04T16:51:37.948Ztest egress_src_port_iter::tests::src_port_is_always_in_range ... ok
21002026-08-04T16:51:37.948Z
21012026-08-04T16:51:37.951Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
21022026-08-04T16:51:37.951Z
21032026-08-04T16:51:37.951Z PASS [ 0.012s] bfd egress_src_port_iter::tests::src_port_is_always_in_range
21042026-08-04T16:51:37.951Z START bfd rib::tests::exits_when_state_channel_closed
21052026-08-04T16:51:37.955Z
21062026-08-04T16:51:37.955Zrunning 1 test
21072026-08-04T16:51:37.958Ztest rib::tests::exits_when_state_channel_closed ... ok
21082026-08-04T16:51:37.958Z
21092026-08-04T16:51:37.958Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21102026-08-04T16:51:37.958Z
21112026-08-04T16:51:37.958Z PASS [ 0.009s] bfd rib::tests::exits_when_state_channel_closed
21122026-08-04T16:51:37.958Z START bfd rib::tests::initial_down_state_is_synced
21132026-08-04T16:51:37.964Z
21142026-08-04T16:51:37.964Zrunning 1 test
21152026-08-04T16:51:38.067Ztest rib::tests::initial_down_state_is_synced ... ok
21162026-08-04T16:51:38.067Z
21172026-08-04T16:51:38.070Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21182026-08-04T16:51:38.070Z
21192026-08-04T16:51:38.070Z PASS [ 0.110s] bfd rib::tests::initial_down_state_is_synced
21202026-08-04T16:51:38.070Z START bfd rib::tests::real_transitions_are_synced
21212026-08-04T16:51:38.075Z
21222026-08-04T16:51:38.075Zrunning 1 test
21232026-08-04T16:51:38.380Ztest rib::tests::real_transitions_are_synced ... ok
21242026-08-04T16:51:38.380Z
21252026-08-04T16:51:38.384Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
21262026-08-04T16:51:38.384Z
21272026-08-04T16:51:38.384Z PASS [ 0.313s] bfd rib::tests::real_transitions_are_synced
21282026-08-04T16:51:38.384Z START bfd rib::tests::redundant_shutdown_states_are_not_resynced
21292026-08-04T16:51:38.388Z
21302026-08-04T16:51:38.388Zrunning 1 test
21312026-08-04T16:51:38.742Ztest rib::tests::redundant_shutdown_states_are_not_resynced ... ok
21322026-08-04T16:51:38.742Z
21332026-08-04T16:51:38.745Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.35s
21342026-08-04T16:51:38.745Z
21352026-08-04T16:51:38.745Z PASS [ 0.361s] bfd rib::tests::redundant_shutdown_states_are_not_resynced
21362026-08-04T16:51:38.746Z START bfd session::tests::counts_incoming_packets
21372026-08-04T16:51:38.749Z
21382026-08-04T16:51:38.749Zrunning 1 test
21392026-08-04T16:51:38.852Ztest session::tests::counts_incoming_packets ... ok
21402026-08-04T16:51:38.852Z
21412026-08-04T16:51:38.855Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21422026-08-04T16:51:38.856Z
21432026-08-04T16:51:38.856Z PASS [ 0.110s] bfd session::tests::counts_incoming_packets
21442026-08-04T16:51:38.856Z START bfd session::tests::down_to_up_directly
21452026-08-04T16:51:38.859Z
21462026-08-04T16:51:38.859Zrunning 1 test
21472026-08-04T16:51:38.962Ztest session::tests::down_to_up_directly ... ok
21482026-08-04T16:51:38.962Z
21492026-08-04T16:51:38.962Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21502026-08-04T16:51:38.963Z
21512026-08-04T16:51:38.967Z PASS [ 0.110s] bfd session::tests::down_to_up_directly
21522026-08-04T16:51:38.967Z START bfd session::tests::emits_outgoing_control_packet
21532026-08-04T16:51:38.970Z
21542026-08-04T16:51:38.970Zrunning 1 test
21552026-08-04T16:51:38.975Ztest session::tests::emits_outgoing_control_packet ... ok
21562026-08-04T16:51:38.975Z
21572026-08-04T16:51:38.975Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21582026-08-04T16:51:38.975Z
21592026-08-04T16:51:38.975Z PASS [ 0.010s] bfd session::tests::emits_outgoing_control_packet
21602026-08-04T16:51:38.976Z START bfd session::tests::exits_when_listener_channel_closes
21612026-08-04T16:51:38.979Z
21622026-08-04T16:51:38.979Zrunning 1 test
21632026-08-04T16:51:38.982Ztest session::tests::exits_when_listener_channel_closes ... ok
21642026-08-04T16:51:38.982Z
21652026-08-04T16:51:38.982Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21662026-08-04T16:51:38.982Z
21672026-08-04T16:51:38.982Z PASS [ 0.009s] bfd session::tests::exits_when_listener_channel_closes
21682026-08-04T16:51:38.982Z START bfd session::tests::handshake_down_init_up_publishes_each_state
21692026-08-04T16:51:38.988Z
21702026-08-04T16:51:38.988Zrunning 1 test
21712026-08-04T16:51:39.192Ztest session::tests::handshake_down_init_up_publishes_each_state ... ok
21722026-08-04T16:51:39.192Z
21732026-08-04T16:51:39.192Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21742026-08-04T16:51:39.192Z
21752026-08-04T16:51:39.195Z PASS [ 0.212s] bfd session::tests::handshake_down_init_up_publishes_each_state
21762026-08-04T16:51:39.195Z START bfd session::tests::init_to_down_on_peer_admin_down
21772026-08-04T16:51:39.200Z
21782026-08-04T16:51:39.200Zrunning 1 test
21792026-08-04T16:51:39.405Ztest session::tests::init_to_down_on_peer_admin_down ... ok
21802026-08-04T16:51:39.405Z
21812026-08-04T16:51:39.405Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21822026-08-04T16:51:39.405Z
21832026-08-04T16:51:39.410Z PASS [ 0.212s] bfd session::tests::init_to_down_on_peer_admin_down
21842026-08-04T16:51:39.410Z START bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
21852026-08-04T16:51:39.413Z
21862026-08-04T16:51:39.413Zrunning 1 test
21872026-08-04T16:51:39.514Ztest session::tests::peer_state_that_does_not_advance_is_a_no_op ... ok
21882026-08-04T16:51:39.514Z
21892026-08-04T16:51:39.514Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21902026-08-04T16:51:39.515Z
21912026-08-04T16:51:39.518Z PASS [ 0.110s] bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
21922026-08-04T16:51:39.518Z START bfd session::tests::poll_packet_elicits_final_response_on_egress
21932026-08-04T16:51:39.522Z
21942026-08-04T16:51:39.522Zrunning 1 test
21952026-08-04T16:51:39.525Ztest session::tests::poll_packet_elicits_final_response_on_egress ... ok
21962026-08-04T16:51:39.525Z
21972026-08-04T16:51:39.525Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21982026-08-04T16:51:39.525Z
21992026-08-04T16:51:39.525Z PASS [ 0.009s] bfd session::tests::poll_packet_elicits_final_response_on_egress
22002026-08-04T16:51:39.525Z START bfd session::tests::recv_timeout_drives_session_down
22012026-08-04T16:51:39.530Z
22022026-08-04T16:51:39.530Zrunning 1 test
22032026-08-04T16:51:41.049Ztest session::tests::recv_timeout_drives_session_down ... ok
22042026-08-04T16:51:41.049Z
22052026-08-04T16:51:41.049Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 1.52s
22062026-08-04T16:51:41.049Z
22072026-08-04T16:51:41.052Z PASS [ 1.526s] bfd session::tests::recv_timeout_drives_session_down
22082026-08-04T16:51:41.053Z START bfd session::tests::up_to_down_on_peer_admin_down
22092026-08-04T16:51:41.059Z
22102026-08-04T16:51:41.059Zrunning 1 test
22112026-08-04T16:51:41.263Ztest session::tests::up_to_down_on_peer_admin_down ... ok
22122026-08-04T16:51:41.263Z
22132026-08-04T16:51:41.267Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
22142026-08-04T16:51:41.267Z
22152026-08-04T16:51:41.267Z PASS [ 0.213s] bfd session::tests::up_to_down_on_peer_admin_down
22162026-08-04T16:51:41.267Z START bfd session::tests::up_to_down_on_peer_down
22172026-08-04T16:51:41.272Z
22182026-08-04T16:51:41.272Zrunning 1 test
22192026-08-04T16:51:41.474Ztest session::tests::up_to_down_on_peer_down ... ok
22202026-08-04T16:51:41.474Z
22212026-08-04T16:51:41.474Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
22222026-08-04T16:51:41.474Z
22232026-08-04T16:51:41.478Z PASS [ 0.211s] bfd session::tests::up_to_down_on_peer_down
22242026-08-04T16:51:41.478Z START bfd sm::tests::arbitrary_local_config_never_panics
22252026-08-04T16:51:41.481Z
22262026-08-04T16:51:41.482Zrunning 1 test
22272026-08-04T16:51:41.717Ztest sm::tests::arbitrary_local_config_never_panics ... ok
22282026-08-04T16:51:41.717Z
22292026-08-04T16:51:41.717Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.24s
22302026-08-04T16:51:41.717Z
22312026-08-04T16:51:41.721Z PASS [ 0.242s] bfd sm::tests::arbitrary_local_config_never_panics
22322026-08-04T16:51:41.721Z START bfd sm::tests::arbitrary_sequences_uphold_invariants
22332026-08-04T16:51:41.724Z
22342026-08-04T16:51:41.724Zrunning 1 test
22352026-08-04T16:51:42.216Ztest sm::tests::arbitrary_sequences_uphold_invariants ... ok
22362026-08-04T16:51:42.216Z
22372026-08-04T16:51:42.216Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.49s
22382026-08-04T16:51:42.216Z
22392026-08-04T16:51:42.221Z PASS [ 0.500s] bfd sm::tests::arbitrary_sequences_uphold_invariants
22402026-08-04T16:51:42.221Z START bfd sm::tests::bounded_consecutive_loss_keeps_session_up
22412026-08-04T16:51:42.226Z
22422026-08-04T16:51:42.226Zrunning 1 test
22432026-08-04T16:51:42.239Ztest sm::tests::bounded_consecutive_loss_keeps_session_up ... ok
22442026-08-04T16:51:42.239Z
22452026-08-04T16:51:42.239Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
22462026-08-04T16:51:42.239Z
22472026-08-04T16:51:42.244Z PASS [ 0.022s] bfd sm::tests::bounded_consecutive_loss_keeps_session_up
22482026-08-04T16:51:42.244Z START bfd sm::tests::clean_channel_converges_to_up
22492026-08-04T16:51:42.247Z
22502026-08-04T16:51:42.247Zrunning 1 test
22512026-08-04T16:51:42.247Ztest sm::tests::clean_channel_converges_to_up ... ok
22522026-08-04T16:51:42.247Z
22532026-08-04T16:51:42.247Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22542026-08-04T16:51:42.247Z
22552026-08-04T16:51:42.247Z PASS [ 0.008s] bfd sm::tests::clean_channel_converges_to_up
22562026-08-04T16:51:42.247Z START bfd sm::tests::demand_mode_suppresses_unsolicited_sends
22572026-08-04T16:51:42.254Z
22582026-08-04T16:51:42.254Zrunning 1 test
22592026-08-04T16:51:42.257Ztest sm::tests::demand_mode_suppresses_unsolicited_sends ... ok
22602026-08-04T16:51:42.257Z
22612026-08-04T16:51:42.257Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22622026-08-04T16:51:42.257Z
22632026-08-04T16:51:42.257Z PASS [ 0.008s] bfd sm::tests::demand_mode_suppresses_unsolicited_sends
22642026-08-04T16:51:42.258Z START bfd sm::tests::large_local_tx_interval_saturates_on_wire
22652026-08-04T16:51:42.261Z
22662026-08-04T16:51:42.261Zrunning 1 test
22672026-08-04T16:51:42.264Ztest sm::tests::large_local_tx_interval_saturates_on_wire ... ok
22682026-08-04T16:51:42.264Z
22692026-08-04T16:51:42.264Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22702026-08-04T16:51:42.264Z
22712026-08-04T16:51:42.264Z PASS [ 0.007s] bfd sm::tests::large_local_tx_interval_saturates_on_wire
22722026-08-04T16:51:42.264Z START bfd sm::tests::poll_flood_grows_response_queue_unboundedly
22732026-08-04T16:51:42.268Z
22742026-08-04T16:51:42.268Zrunning 1 test
22752026-08-04T16:51:42.272Ztest sm::tests::poll_flood_grows_response_queue_unboundedly ... ok
22762026-08-04T16:51:42.272Z
22772026-08-04T16:51:42.272Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22782026-08-04T16:51:42.272Z
22792026-08-04T16:51:42.272Z PASS [ 0.008s] bfd sm::tests::poll_flood_grows_response_queue_unboundedly
22802026-08-04T16:51:42.272Z START bfd sm::tests::poll_response_remains_queued_past_tx_interval
22812026-08-04T16:51:42.276Z
22822026-08-04T16:51:42.276Zrunning 1 test
22832026-08-04T16:51:42.279Ztest sm::tests::poll_response_remains_queued_past_tx_interval ... ok
22842026-08-04T16:51:42.279Z
22852026-08-04T16:51:42.279Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22862026-08-04T16:51:42.279Z
22872026-08-04T16:51:42.279Z PASS [ 0.007s] bfd sm::tests::poll_response_remains_queued_past_tx_interval
22882026-08-04T16:51:42.279Z START bfd sm::tests::poll_triggers_immediate_final_response
22892026-08-04T16:51:42.284Z
22902026-08-04T16:51:42.284Zrunning 1 test
22912026-08-04T16:51:42.287Ztest sm::tests::poll_triggers_immediate_final_response ... ok
22922026-08-04T16:51:42.287Z
22932026-08-04T16:51:42.287Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22942026-08-04T16:51:42.287Z
22952026-08-04T16:51:42.287Z PASS [ 0.008s] bfd sm::tests::poll_triggers_immediate_final_response
22962026-08-04T16:51:42.287Z START bfd sm::tests::recv_deadline_expiry_reports_was_already_down
22972026-08-04T16:51:42.291Z
22982026-08-04T16:51:42.291Zrunning 1 test
22992026-08-04T16:51:42.294Ztest sm::tests::recv_deadline_expiry_reports_was_already_down ... ok
23002026-08-04T16:51:42.294Z
23012026-08-04T16:51:42.294Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23022026-08-04T16:51:42.294Z
23032026-08-04T16:51:42.294Z PASS [ 0.007s] bfd sm::tests::recv_deadline_expiry_reports_was_already_down
23042026-08-04T16:51:42.294Z START bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
23052026-08-04T16:51:42.298Z
23062026-08-04T16:51:42.298Zrunning 1 test
23072026-08-04T16:51:42.301Ztest sm::tests::remote_required_min_rx_zero_stops_periodic_sends ... ok
23082026-08-04T16:51:42.301Z
23092026-08-04T16:51:42.301Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23102026-08-04T16:51:42.302Z
23112026-08-04T16:51:42.302Z PASS [ 0.007s] bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
23122026-08-04T16:51:42.302Z START bfd sm::tests::total_partition_drives_both_down
23132026-08-04T16:51:42.306Z
23142026-08-04T16:51:42.306Zrunning 1 test
23152026-08-04T16:51:42.309Ztest sm::tests::total_partition_drives_both_down ... ok
23162026-08-04T16:51:42.309Z
23172026-08-04T16:51:42.309Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23182026-08-04T16:51:42.309Z
23192026-08-04T16:51:42.309Z PASS [ 0.007s] bfd sm::tests::total_partition_drives_both_down
23202026-08-04T16:51:42.309Z START bfd sm::tests::transition_table_is_exhaustive_and_correct
23212026-08-04T16:51:42.313Z
23222026-08-04T16:51:42.313Zrunning 1 test
23232026-08-04T16:51:42.316Ztest sm::tests::transition_table_is_exhaustive_and_correct ... ok
23242026-08-04T16:51:42.316Z
23252026-08-04T16:51:42.316Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23262026-08-04T16:51:42.316Z
23272026-08-04T16:51:42.316Z PASS [ 0.007s] bfd sm::tests::transition_table_is_exhaustive_and_correct
23282026-08-04T16:51:42.316Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
23292026-08-04T16:51:42.320Z
23302026-08-04T16:51:42.320Zrunning 1 test
23312026-08-04T16:51:42.320Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
23322026-08-04T16:51:42.320Z
23332026-08-04T16:51:42.320Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
23342026-08-04T16:51:42.320Z
23352026-08-04T16:51:42.320Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
23362026-08-04T16:51:42.320Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
23372026-08-04T16:51:42.323Z
23382026-08-04T16:51:42.323Zrunning 1 test
23392026-08-04T16:51:42.326Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
23402026-08-04T16:51:42.327Z
23412026-08-04T16:51:42.327Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
23422026-08-04T16:51:42.327Z
23432026-08-04T16:51:42.327Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
23442026-08-04T16:51:42.327Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
23452026-08-04T16:51:42.331Z
23462026-08-04T16:51:42.331Zrunning 1 test
23472026-08-04T16:51:42.331Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
23482026-08-04T16:51:42.331Z
23492026-08-04T16:51:42.331Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
23502026-08-04T16:51:42.331Z
23512026-08-04T16:51:42.331Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
23522026-08-04T16:51:42.331Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
23532026-08-04T16:51:42.334Z
23542026-08-04T16:51:42.334Zrunning 1 test
23552026-08-04T16:51:42.334Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
23562026-08-04T16:51:42.334Z
23572026-08-04T16:51:42.334Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
23582026-08-04T16:51:42.334Z
23592026-08-04T16:51:42.334Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
23602026-08-04T16:51:42.334Z START mg-api-types-versions v13::mrib::tests::vni_constants_match_canonical_values
23612026-08-04T16:51:42.338Z
23622026-08-04T16:51:42.338Zrunning 1 test
23632026-08-04T16:51:42.341Ztest v13::mrib::tests::vni_constants_match_canonical_values ... ok
23642026-08-04T16:51:42.341Z
23652026-08-04T16:51:42.341Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
23662026-08-04T16:51:42.341Z
23672026-08-04T16:51:42.341Z PASS [ 0.005s] mg-api-types-versions v13::mrib::tests::vni_constants_match_canonical_values
23682026-08-04T16:51:42.341Z START mg-api-types-versions v13::mrib::tests::vni_rejects_out_of_range
23692026-08-04T16:51:42.344Z
23702026-08-04T16:51:42.344Zrunning 1 test
23712026-08-04T16:51:42.344Ztest v13::mrib::tests::vni_rejects_out_of_range ... ok
23722026-08-04T16:51:42.344Z
23732026-08-04T16:51:42.344Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
23742026-08-04T16:51:42.344Z
23752026-08-04T16:51:42.344Z PASS [ 0.005s] mg-api-types-versions v13::mrib::tests::vni_rejects_out_of_range
23762026-08-04T16:51:42.344Z────────────
23772026-08-04T16:51:42.344Z Summary [ 5.824s] 50 tests run: 50 passed, 0 skipped
23782026-08-04T16:51:42.357Zprocess exited: duration 322232 ms, exit code 0
 
23792026-08-04T16:51:42.364Zfound 0 output files