01M0EFHMFDEZHBR3EKFY3VM78N: test-bfd

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

Buildomat Job: 01M0EFJETZ2Y0XN1DJQK4QGQY4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T02:22:25.184Zjob assigned to worker 01M0EFJTD7XRP0QTFFG1WVXW97 [factory aws, i-0d3a9dbc847ae733c] (queued for 54 s)
 
22026-08-20T02:22:31.235Zstarting task 0: "setup"
32026-08-20T02:22:31.240Z++ uname -s
42026-08-20T02:22:31.244Z+ kern=SunOS
52026-08-20T02:22:31.244Z+ build_user=build
62026-08-20T02:22:31.244Z+ build_uid=12345
72026-08-20T02:22:31.244Z+ work_dir=/work
82026-08-20T02:22:31.244Z+ input_dir=/input
92026-08-20T02:22:31.244Z+ [[ 0 == 12345 ]]
102026-08-20T02:22:31.244Z+ case "$kern" in
112026-08-20T02:22:31.244Z+ groupadd -g 12345 build
122026-08-20T02:22:31.244Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T02:22:33.249Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T02:22:33.366Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T02:22:33.370Z+ home_fs=zfs
162026-08-20T02:22:33.370Z+ [[ zfs == autofs ]]
172026-08-20T02:22:33.370Z+ mkdir -p /home/build
182026-08-20T02:22:33.370Z+ chown build:build /home/build /work
192026-08-20T02:22:35.370Z+ chmod 0700 /home/build /work
202026-08-20T02:22:35.374Zprocess exited: duration 4136 ms, exit code 0
 
212026-08-20T02:22:35.381Zstarting task 1: "rust-toolchain"
222026-08-20T02:22:35.385Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-20T02:22:35.385Z * rust toolchain channel = "stable"
242026-08-20T02:22:35.385Z * rust toolchain profile = "default"
252026-08-20T02:22:35.385Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-20T02:22:35.385Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T02:22:35.385Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T02:22:35.389Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T02:22:35.389Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-20T02:22:35.442Zinfo: downloading installer
312026-08-20T02:22:36.823Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T02:22:36.823Zwarn: /home/build/.rustup/settings.toml
332026-08-20T02:22:36.823Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T02:22:36.823Zwarn: instead of the one inferred from the default host triple.
352026-08-20T02:22:36.835Zinfo: profile set to default
362026-08-20T02:22:36.835Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T02:22:36.838Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-20T02:22:36.982Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T02:22:36.985Zinfo: downloading 6 components
402026-08-20T02:22:52.334Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-20T02:22:52.334Z
422026-08-20T02:22:52.343Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T02:22:52.343Z
442026-08-20T02:22:52.343Z
452026-08-20T02:22:52.349ZRust is installed now. Great!
462026-08-20T02:22:52.349Z
472026-08-20T02:22:52.349ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T02:22:52.349Zenvironment variable. This has not been done automatically.
492026-08-20T02:22:52.349Z
502026-08-20T02:22:52.349ZTo configure your current shell, you need to source
512026-08-20T02:22:52.349Zthe corresponding env file under $HOME/.cargo.
522026-08-20T02:22:52.350Z
532026-08-20T02:22:52.350ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T02:22:52.350Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T02:22:52.350Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T02:22:52.350Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T02:22:52.350Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T02:22:52.350Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T02:22:52.350Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T02:22:52.350Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T02:22:52.350Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T02:22:52.438Z+ rustup --version
632026-08-20T02:22:52.446Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T02:22:52.450Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T02:22:52.477Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T02:22:52.481Z+ cargo --version
672026-08-20T02:22:52.485Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T02:22:52.489Z+ rustc --version
692026-08-20T02:22:52.507Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T02:22:52.511Zprocess exited: duration 17127 ms, exit code 0
 
712026-08-20T02:22:52.518Zstarting task 2: "authentication"
722026-08-20T02:22:52.532ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-20T02:22:54.540Zprocess exited: duration 2022 ms, exit code 0
 
742026-08-20T02:22:54.547Zstarting task 3: "clone repository"
752026-08-20T02:22:54.551Z+ mkdir -p /work/oxidecomputer/maghemite
762026-08-20T02:22:54.554Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
772026-08-20T02:22:54.583ZCloning into '/work/oxidecomputer/maghemite'...
782026-08-20T02:22:56.490Z+ cd /work/oxidecomputer/maghemite
792026-08-20T02:22:56.491Z+ git fetch origin ec98d0ddc0ae65518517548ff85e628b8e437e24
802026-08-20T02:22:57.105ZFrom https://github.com/oxidecomputer/maghemite
812026-08-20T02:22:57.105Z * branch ec98d0ddc0ae65518517548ff85e628b8e437e24 -> FETCH_HEAD
822026-08-20T02:22:57.112Z+ [[ -n trey/bfd-db ]]
832026-08-20T02:22:57.116Z++ git branch --show-current
842026-08-20T02:22:57.116Z+ current=main
852026-08-20T02:22:57.116Z+ [[ main != trey/bfd-db ]]
862026-08-20T02:22:57.116Z+ git branch -f trey/bfd-db ec98d0ddc0ae65518517548ff85e628b8e437e24
872026-08-20T02:22:57.119Z+ git checkout -f trey/bfd-db
882026-08-20T02:22:57.128ZSwitched to branch 'trey/bfd-db'
892026-08-20T02:22:57.131Z+ git reset --hard ec98d0ddc0ae65518517548ff85e628b8e437e24
902026-08-20T02:22:57.139ZHEAD is now at ec98d0d test: cover BFD peer persistence
912026-08-20T02:22:57.142Zprocess exited: duration 2591 ms, exit code 0
 
922026-08-20T02:22:57.149Zstarting task 4: "build"
932026-08-20T02:22:57.153Z+ set -o errexit
942026-08-20T02:22:57.153Z+ set -o pipefail
952026-08-20T02:22:57.153Z+ source .github/buildomat/test-common.sh
962026-08-20T02:22:57.157Z++ NEXTEST_VERSION=0.9.97
972026-08-20T02:22:57.157Z++ PLATFORM=illumos
982026-08-20T02:22:57.157Z++ source .github/buildomat/common.sh
992026-08-20T02:22:57.157Z+++ export PKG_SUCCESS_ON_NOP=1
1002026-08-20T02:22:57.157Z+++ PKG_SUCCESS_ON_NOP=1
1012026-08-20T02:22:57.157Z+++ cargo --version
1022026-08-20T02:22:57.183Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1032026-08-20T02:22:57.314Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1042026-08-20T02:22:57.318Zinfo: downloading 6 components
1052026-08-20T02:23:14.747Zcargo 1.97.1 (c980f4866 2026-06-30)
1062026-08-20T02:23:14.768Z+++ rustc --version
1072026-08-20T02:23:14.791Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1082026-08-20T02:23:14.795Z++ banner install
1092026-08-20T02:23:14.795Z
1102026-08-20T02:23:14.795Z # # # #### ##### ## # #
1112026-08-20T02:23:14.795Z # ## # # # # # # #
1122026-08-20T02:23:14.795Z # # # # #### # # # # #
1132026-08-20T02:23:14.795Z # # # # # # ###### # #
1142026-08-20T02:23:14.795Z # # ## # # # # # # #
1152026-08-20T02:23:14.795Z # # # #### # # # ###### ######
1162026-08-20T02:23:14.795Z
1172026-08-20T02:23:14.798Z++ pfexec pkg install clang-15
1182026-08-20T02:23:18.544Z Startup: Refreshing catalog 'helios' ... Done
1192026-08-20T02:23:18.880Z Startup: Caching catalogs ... Done
1202026-08-20T02:23:20.710ZPlanning: Solver setup ... Done
1212026-08-20T02:23:20.765ZPlanning: Running solver ... Done
1222026-08-20T02:23:20.803ZPlanning: Consolidating action changes ... Done
1232026-08-20T02:23:20.803ZPlanning: Evaluating mediators ... Done
1242026-08-20T02:23:20.810ZPlanning: Planning completed in 1.89 seconds
1252026-08-20T02:23:20.824ZNo updates necessary for this image.
1262026-08-20T02:23:21.034Z++ cargo install cargo-nextest --version 0.9.97
1272026-08-20T02:23:21.079Z Updating crates.io index
1282026-08-20T02:23:21.189Z Downloading crates ...
1292026-08-20T02:23:21.287Z Downloaded cargo-nextest v0.9.97
1302026-08-20T02:23:21.351Z Installing cargo-nextest v0.9.97
1312026-08-20T02:23:21.366Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1322026-08-20T02:23:21.367Z |
1332026-08-20T02:23:21.367Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1342026-08-20T02:23:21.367Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1352026-08-20T02:23:21.402Z Updating crates.io index
1362026-08-20T02:23:23.671Z Locking 396 packages to latest compatible versions
1372026-08-20T02:23:23.694Z Adding dialoguer v0.11.0 (available: v0.12.0)
1382026-08-20T02:23:23.694Z Adding duct v0.13.7 (available: v1.1.1)
1392026-08-20T02:23:23.694Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1402026-08-20T02:23:23.694Z Adding generic-array v0.14.7 (available: v0.14.9)
1412026-08-20T02:23:23.694Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1422026-08-20T02:23:23.695Z Adding itertools v0.14.0 (available: v0.15.0)
1432026-08-20T02:23:23.695Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1442026-08-20T02:23:23.695Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1452026-08-20T02:23:23.695Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1462026-08-20T02:23:23.695Z Adding quick-junit v0.5.2 (available: v0.7.0)
1472026-08-20T02:23:23.724Z Downloading crates ...
1482026-08-20T02:23:23.764Z Downloaded pathdiff v0.2.3
1492026-08-20T02:23:23.764Z Downloaded adler2 v2.0.1
1502026-08-20T02:23:23.803Z Downloaded ahash v0.8.12
1512026-08-20T02:23:23.804Z Downloaded cpufeatures v0.3.0
1522026-08-20T02:23:23.804Z Downloaded curve25519-dalek-derive v0.1.1
1532026-08-20T02:23:23.804Z Downloaded cfg-if v1.0.4
1542026-08-20T02:23:23.804Z Downloaded cargo_metadata v0.23.1
1552026-08-20T02:23:23.804Z Downloaded borsh v1.8.0
1562026-08-20T02:23:23.804Z Downloaded find-msvc-tools v0.1.11
1572026-08-20T02:23:23.804Z Downloaded futures-core v0.3.34
1582026-08-20T02:23:23.804Z Downloaded ordered-float v2.10.1
1592026-08-20T02:23:23.804Z Downloaded pin-project-internal v1.1.13
1602026-08-20T02:23:23.804Z Downloaded backtrace-ext v0.2.1
1612026-08-20T02:23:23.804Z Downloaded bitflags v2.13.1
1622026-08-20T02:23:23.804Z Downloaded atomicwrites v0.4.4
1632026-08-20T02:23:23.804Z Downloaded anstyle-query v1.1.5
1642026-08-20T02:23:23.804Z Downloaded atomic-waker v1.1.2
1652026-08-20T02:23:23.804Z Downloaded futures-sink v0.3.34
1662026-08-20T02:23:23.805Z Downloaded anstyle v1.0.14
1672026-08-20T02:23:23.805Z Downloaded owo-colors v4.3.0
1682026-08-20T02:23:23.858Z Downloaded pin-project v1.1.13
1692026-08-20T02:23:23.858Z Downloaded signature v2.2.0
1702026-08-20T02:23:23.858Z Downloaded rand_core v0.9.5
1712026-08-20T02:23:23.858Z Downloaded cargo-platform v0.3.3
1722026-08-20T02:23:23.859Z Downloaded signal-hook-mio v0.2.5
1732026-08-20T02:23:23.859Z Downloaded supports-unicode v3.0.0
1742026-08-20T02:23:23.859Z Downloaded block-buffer v0.10.4
1752026-08-20T02:23:23.859Z Downloaded os_pipe v1.2.3
1762026-08-20T02:23:23.859Z Downloaded clap_lex v1.1.0
1772026-08-20T02:23:23.859Z Downloaded foreign-types v0.3.2
1782026-08-20T02:23:23.859Z Downloaded debug-ignore v1.0.5
1792026-08-20T02:23:23.859Z Downloaded futures-macro v0.3.34
1802026-08-20T02:23:23.878Z Downloaded anstyle-parse v1.0.0
1812026-08-20T02:23:23.879Z Downloaded supports-color v3.0.2
1822026-08-20T02:23:23.879Z Downloaded toml_write v0.1.2
1832026-08-20T02:23:23.879Z Downloaded pkcs8 v0.10.2
1842026-08-20T02:23:23.879Z Downloaded serde-untagged v0.1.9
1852026-08-20T02:23:23.879Z Downloaded sigchld v0.2.4
1862026-08-20T02:23:23.879Z Downloaded ryu v1.0.23
1872026-08-20T02:23:23.879Z Downloaded serde_spanned v1.1.1
1882026-08-20T02:23:23.879Z Downloaded colorchoice v1.0.5
1892026-08-20T02:23:23.879Z Downloaded shell-words v1.1.1
1902026-08-20T02:23:23.879Z Downloaded rustc-hash v2.1.3
1912026-08-20T02:23:23.879Z Downloaded color-spantrace v0.3.0
1922026-08-20T02:23:23.879Z Downloaded rand_pcg v0.10.2
1932026-08-20T02:23:23.879Z Downloaded cpufeatures v0.2.17
1942026-08-20T02:23:23.879Z Downloaded equivalent v1.0.2
1952026-08-20T02:23:23.879Z Downloaded futures-io v0.3.34
1962026-08-20T02:23:23.879Z Downloaded cfg_aliases v0.2.2
1972026-08-20T02:23:23.879Z Downloaded shared_child v1.1.1
1982026-08-20T02:23:23.879Z Downloaded tower-service v0.3.3
1992026-08-20T02:23:23.879Z Downloaded thread_local v1.1.10
2002026-08-20T02:23:23.879Z Downloaded form_urlencoded v1.2.2
2012026-08-20T02:23:23.879Z Downloaded scopeguard v1.2.0
2022026-08-20T02:23:23.879Z Downloaded typeid v1.0.3
2032026-08-20T02:23:23.880Z Downloaded tower-layer v0.3.3
2042026-08-20T02:23:23.880Z Downloaded terminal_size v0.4.4
2052026-08-20T02:23:23.880Z Downloaded toml_datetime v0.6.11
2062026-08-20T02:23:23.911Z Downloaded strip-ansi-escapes v0.2.1
2072026-08-20T02:23:23.911Z Downloaded foreign-types-shared v0.1.1
2082026-08-20T02:23:23.911Z Downloaded subtle v2.6.1
2092026-08-20T02:23:23.911Z Downloaded fnv v1.0.7
2102026-08-20T02:23:23.911Z Downloaded crypto-common v0.1.7
2112026-08-20T02:23:23.911Z Downloaded tinyvec_macros v0.1.1
2122026-08-20T02:23:23.911Z Downloaded percent-encoding v2.3.2
2132026-08-20T02:23:23.911Z Downloaded strsim v0.11.1
2142026-08-20T02:23:23.946Z Downloaded sync_wrapper v1.0.2
2152026-08-20T02:23:23.946Z Downloaded supports-hyperlinks v3.2.0
2162026-08-20T02:23:23.946Z Downloaded document-features v0.2.12
2172026-08-20T02:23:23.946Z Downloaded serde-value v0.7.0
2182026-08-20T02:23:23.946Z Downloaded tokio-macros v2.7.2
2192026-08-20T02:23:23.946Z Downloaded serde_ignored v0.1.14
2202026-08-20T02:23:23.946Z Downloaded autocfg v1.5.1
2212026-08-20T02:23:23.946Z Downloaded cargo-platform v0.2.0
2222026-08-20T02:23:23.946Z Downloaded digest v0.10.7
2232026-08-20T02:23:23.946Z Downloaded dialoguer v0.11.0
2242026-08-20T02:23:23.947Z Downloaded rustc_version v0.4.1
2252026-08-20T02:23:23.947Z Downloaded futures-executor v0.3.34
2262026-08-20T02:23:23.947Z Downloaded urlencoding v2.1.3
2272026-08-20T02:23:23.947Z Downloaded target-spec-miette v0.4.8
2282026-08-20T02:23:23.947Z Downloaded thiserror-impl v1.0.69
2292026-08-20T02:23:23.995Z Downloaded errno v0.3.14
2302026-08-20T02:23:23.996Z Downloaded enable-ansi-support v0.2.1
2312026-08-20T02:23:23.996Z Downloaded quote v1.0.47
2322026-08-20T02:23:23.996Z Downloaded unicode-linebreak v0.1.5
2332026-08-20T02:23:23.996Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2342026-08-20T02:23:23.996Z Downloaded guppy-workspace-hack v0.1.0
2352026-08-20T02:23:23.996Z Downloaded humantime-serde v1.1.1
2362026-08-20T02:23:23.996Z Downloaded semver v1.0.28
2372026-08-20T02:23:23.996Z Downloaded indent_write v2.2.0
2382026-08-20T02:23:23.996Z Downloaded heck v0.5.0
2392026-08-20T02:23:23.996Z Downloaded itoa v1.0.18
2402026-08-20T02:23:23.996Z Downloaded openssl-probe v0.2.1
2412026-08-20T02:23:23.996Z Downloaded nested v0.1.1
2422026-08-20T02:23:23.996Z Downloaded mukti-metadata v0.3.0
2432026-08-20T02:23:23.996Z Downloaded nextest-workspace-hack v0.1.0
2442026-08-20T02:23:23.996Z Downloaded version_check v0.9.5
2452026-08-20T02:23:23.996Z Downloaded unicode-xid v0.2.6
2462026-08-20T02:23:23.996Z Downloaded is_ci v1.2.0
2472026-08-20T02:23:23.996Z Downloaded lazy_static v1.5.0
2482026-08-20T02:23:23.996Z Downloaded rustc-demangle v0.1.28
2492026-08-20T02:23:23.996Z Downloaded rand_chacha v0.9.0
2502026-08-20T02:23:23.996Z Downloaded rand_core v0.10.1
2512026-08-20T02:23:23.996Z Downloaded sha2 v0.10.9
2522026-08-20T02:23:23.997Z Downloaded fixedbitset v0.5.7
2532026-08-20T02:23:23.997Z Downloaded simd-adler32 v0.3.10
2542026-08-20T02:23:24.031Z Downloaded swrite v0.1.0
2552026-08-20T02:23:24.031Z Downloaded tokio-native-tls v0.3.1
2562026-08-20T02:23:24.031Z Downloaded pkg-config v0.3.34
2572026-08-20T02:23:24.031Z Downloaded camino-tempfile v1.4.1
2582026-08-20T02:23:24.032Z Downloaded signal-hook-registry v1.4.8
2592026-08-20T02:23:24.032Z Downloaded async-scoped v0.9.0
2602026-08-20T02:23:24.032Z Downloaded pin-project-lite v0.2.17
2612026-08-20T02:23:24.032Z Downloaded duct v0.13.7
2622026-08-20T02:23:24.032Z Downloaded filetime v0.2.29
2632026-08-20T02:23:24.032Z Downloaded cargo_metadata v0.20.0
2642026-08-20T02:23:24.032Z Downloaded serde_urlencoded v0.7.1
2652026-08-20T02:23:24.032Z Downloaded slab v0.4.12
2662026-08-20T02:23:24.032Z Downloaded thiserror v1.0.69
2672026-08-20T02:23:24.032Z Downloaded foldhash v0.1.5
2682026-08-20T02:23:24.032Z Downloaded futures-task v0.3.34
2692026-08-20T02:23:24.032Z Downloaded static_assertions v1.1.0
2702026-08-20T02:23:24.032Z Downloaded fastrand v2.5.0
2712026-08-20T02:23:24.032Z Downloaded http-body v1.1.0
2722026-08-20T02:23:24.032Z Downloaded serde_spanned v0.6.9
2732026-08-20T02:23:24.032Z Downloaded ed25519 v2.2.3
2742026-08-20T02:23:24.032Z Downloaded future-queue v0.4.0
2752026-08-20T02:23:24.032Z Downloaded self-replace v1.5.0
2762026-08-20T02:23:24.032Z Downloaded shlex v2.0.1
2772026-08-20T02:23:24.032Z Downloaded toml_writer v1.1.2+spec-1.1.0
2782026-08-20T02:23:24.032Z Downloaded cargo-util-schemas v0.2.0
2792026-08-20T02:23:24.032Z Downloaded addr2line v0.25.1
2802026-08-20T02:23:24.033Z Downloaded camino v1.2.5
2812026-08-20T02:23:24.033Z Downloaded parking_lot v0.12.5
2822026-08-20T02:23:24.033Z Downloaded base64ct v1.8.3
2832026-08-20T02:23:24.033Z Downloaded serde_path_to_error v0.1.20
2842026-08-20T02:23:24.033Z Downloaded generic-array v0.14.7
2852026-08-20T02:23:24.033Z Downloaded idna_adapter v1.0.0
2862026-08-20T02:23:24.033Z Downloaded target-lexicon v0.13.5
2872026-08-20T02:23:24.033Z Downloaded anstream v1.0.0
2882026-08-20T02:23:24.033Z Downloaded base64 v0.22.1
2892026-08-20T02:23:24.049Z Downloaded erased-serde v0.4.10
2902026-08-20T02:23:24.049Z Downloaded tracing-error v0.2.1
2912026-08-20T02:23:24.049Z Downloaded serde_derive v1.0.229
2922026-08-20T02:23:24.049Z Downloaded zmij v1.0.23
2932026-08-20T02:23:24.049Z Downloaded try-lock v0.2.5
2942026-08-20T02:23:24.049Z Downloaded xxhash-rust v0.8.18
2952026-08-20T02:23:24.050Z Downloaded unicase v2.9.0
2962026-08-20T02:23:24.050Z Downloaded ipnet v2.12.1
2972026-08-20T02:23:24.050Z Downloaded lock_api v0.4.14
2982026-08-20T02:23:24.050Z Downloaded globset v0.4.20
2992026-08-20T02:23:24.050Z Downloaded is_terminal_polyfill v1.70.2
3002026-08-20T02:23:24.050Z Downloaded utf8parse v0.2.2
3012026-08-20T02:23:24.050Z Downloaded untrusted v0.9.0
3022026-08-20T02:23:24.050Z Downloaded want v0.3.1
3032026-08-20T02:23:24.058Z Downloaded utf8_iter v1.0.4
3042026-08-20T02:23:24.058Z Downloaded hyper-tls v0.6.0
3052026-08-20T02:23:24.059Z Downloaded rand_core v0.6.4
3062026-08-20T02:23:24.059Z Downloaded home v0.5.12
3072026-08-20T02:23:24.059Z Downloaded const-oid v0.9.6
3082026-08-20T02:23:24.059Z Downloaded openssl-sys v0.9.117
3092026-08-20T02:23:24.066Z Downloaded spki v0.7.3
3102026-08-20T02:23:24.066Z Downloaded zipsign-api v0.1.5
3112026-08-20T02:23:24.066Z Downloaded quinn-udp v0.5.15
3122026-08-20T02:23:24.066Z Downloaded smol_str v0.3.6
3132026-08-20T02:23:24.066Z Downloaded toml v0.8.23
3142026-08-20T02:23:24.066Z Downloaded clap_derive v4.6.4
3152026-08-20T02:23:24.066Z Downloaded tempfile v3.27.0
3162026-08-20T02:23:24.066Z Downloaded convert_case v0.10.0
3172026-08-20T02:23:24.066Z Downloaded console v0.15.11
3182026-08-20T02:23:24.075Z Downloaded futures-channel v0.3.34
3192026-08-20T02:23:24.075Z Downloaded parking_lot_core v0.9.12
3202026-08-20T02:23:24.075Z Downloaded thiserror v2.0.20
3212026-08-20T02:23:24.075Z Downloaded either v1.17.0
3222026-08-20T02:23:24.075Z Downloaded rustls-pki-types v1.15.1
3232026-08-20T02:23:24.208Z Downloaded tokio-rustls v0.26.4
3242026-08-20T02:23:24.208Z Downloaded cfg-expr v0.20.8
3252026-08-20T02:23:24.208Z Downloaded thiserror-impl v2.0.20
3262026-08-20T02:23:24.208Z Downloaded eyre v0.6.14
3272026-08-20T02:23:24.208Z Downloaded crc32fast v1.5.0
3282026-08-20T02:23:24.208Z Downloaded target-spec v3.6.0
3292026-08-20T02:23:24.208Z Downloaded self_update v0.42.0
3302026-08-20T02:23:24.208Z Downloaded chacha20 v0.10.1
3312026-08-20T02:23:24.208Z Downloaded xattr v1.6.1
3322026-08-20T02:23:24.208Z Downloaded getrandom v0.4.3
3332026-08-20T02:23:24.208Z Downloaded openssl-macros v0.1.1
3342026-08-20T02:23:24.208Z Downloaded number_prefix v0.4.0
3352026-08-20T02:23:24.208Z Downloaded smallvec v1.15.2
3362026-08-20T02:23:24.208Z Downloaded bytes v1.12.1
3372026-08-20T02:23:24.208Z Downloaded signal-hook v0.3.18
3382026-08-20T02:23:24.209Z Downloaded hex v0.4.3
3392026-08-20T02:23:24.209Z Downloaded indenter v0.3.4
3402026-08-20T02:23:24.209Z Downloaded http-body-util v0.1.5
3412026-08-20T02:23:24.209Z Downloaded lru-slab v0.1.2
3422026-08-20T02:23:24.209Z Downloaded nextest-metadata v0.12.2
3432026-08-20T02:23:24.209Z Downloaded newtype-uuid v1.4.0
3442026-08-20T02:23:24.209Z Downloaded zstd v0.13.3
3452026-08-20T02:23:24.209Z Downloaded hyper-rustls v0.27.9
3462026-08-20T02:23:24.209Z Downloaded humantime v2.4.0
3472026-08-20T02:23:24.209Z Downloaded native-tls v0.2.18
3482026-08-20T02:23:24.209Z Downloaded miette-derive v7.6.0
3492026-08-20T02:23:24.209Z Downloaded tracing-log v0.2.0
3502026-08-20T02:23:24.209Z Downloaded derive-where v1.6.1
3512026-08-20T02:23:24.243Z Downloaded proc-macro2 v1.0.107
3522026-08-20T02:23:24.243Z Downloaded toml_parser v1.1.3+spec-1.1.0
3532026-08-20T02:23:24.243Z Downloaded socket2 v0.6.5
3542026-08-20T02:23:24.243Z Downloaded iana-time-zone v0.1.65
3552026-08-20T02:23:24.243Z Downloaded tokio-stream v0.1.19
3562026-08-20T02:23:24.243Z Downloaded toml v1.1.4+spec-1.1.0
3572026-08-20T02:23:24.243Z Downloaded serde_core v1.0.229
3582026-08-20T02:23:24.243Z Downloaded clap v4.6.6
3592026-08-20T02:23:24.244Z Downloaded tracing-core v0.1.36
3602026-08-20T02:23:24.244Z Downloaded textwrap v0.16.2
3612026-08-20T02:23:24.244Z Downloaded tinyvec v1.12.0
3622026-08-20T02:23:24.244Z Downloaded zeroize v1.9.0
3632026-08-20T02:23:24.244Z Downloaded nextest-filtering v0.15.0
3642026-08-20T02:23:24.244Z Downloaded ppv-lite86 v0.2.21
3652026-08-20T02:23:24.244Z Downloaded zstd-safe v7.2.4
3662026-08-20T02:23:24.244Z Downloaded litrs v1.0.0
3672026-08-20T02:23:24.244Z Downloaded futures v0.3.34
3682026-08-20T02:23:24.244Z Downloaded quick-junit v0.5.2
3692026-08-20T02:23:24.244Z Downloaded tracing-attributes v0.1.31
3702026-08-20T02:23:24.244Z Downloaded config v0.15.25
3712026-08-20T02:23:24.244Z Downloaded httparse v1.10.1
3722026-08-20T02:23:24.244Z Downloaded getrandom v0.2.17
3732026-08-20T02:23:24.244Z Downloaded jobserver v0.1.35
3742026-08-20T02:23:24.244Z Downloaded ed25519-dalek v2.2.0
3752026-08-20T02:23:24.244Z Downloaded tar v0.4.46
3762026-08-20T02:23:24.244Z Downloaded toml_edit v0.22.27
3772026-08-20T02:23:24.244Z Downloaded sharded-slab v0.1.7
3782026-08-20T02:23:24.263Z Downloaded getrandom v0.3.4
3792026-08-20T02:23:24.263Z Downloaded vte v0.14.1
3802026-08-20T02:23:24.263Z Downloaded log v0.4.33
3812026-08-20T02:23:24.264Z Downloaded num-traits v0.2.19
3822026-08-20T02:23:24.264Z Downloaded flate2 v1.1.9
3832026-08-20T02:23:24.264Z Downloaded backtrace v0.3.76
3842026-08-20T02:23:24.264Z Downloaded derive_more v2.1.1
3852026-08-20T02:23:24.350Z Downloaded derive_more-impl v2.1.1
3862026-08-20T02:23:24.350Z Downloaded indicatif v0.17.11
3872026-08-20T02:23:24.350Z Downloaded once_cell v1.21.4
3882026-08-20T02:23:24.351Z Downloaded serde v1.0.229
3892026-08-20T02:23:24.351Z Downloaded rustls-webpki v0.103.14
3902026-08-20T02:23:24.351Z Downloaded rand v0.10.2
3912026-08-20T02:23:24.351Z Downloaded unicode-ident v1.0.24
3922026-08-20T02:23:24.351Z Downloaded cc v1.4.3
3932026-08-20T02:23:24.351Z Downloaded ron v0.12.2
3942026-08-20T02:23:24.351Z Downloaded der v0.7.10
3952026-08-20T02:23:24.351Z Downloaded miniz_oxide v0.8.9
3962026-08-20T02:23:24.351Z Downloaded rand v0.9.5
3972026-08-20T02:23:24.351Z Downloaded hyper-util v0.1.20
3982026-08-20T02:23:24.374Z Downloaded quinn v0.11.11
3992026-08-20T02:23:24.374Z Downloaded url v2.5.8
4002026-08-20T02:23:24.374Z Downloaded uuid v1.24.1
4012026-08-20T02:23:24.374Z Downloaded typenum v1.20.1
4022026-08-20T02:23:24.374Z Downloaded miette v7.6.0
4032026-08-20T02:23:24.374Z Downloaded tower v0.5.3
4042026-08-20T02:23:24.374Z Downloaded memchr v2.8.3
4052026-08-20T02:23:24.374Z Downloaded http v1.5.0
4062026-08-20T02:23:24.374Z Downloaded mio v1.2.2
4072026-08-20T02:23:24.393Z Downloaded indexmap v2.14.0
4082026-08-20T02:23:24.393Z Downloaded unicode-segmentation v1.13.3
4092026-08-20T02:23:24.407Z Downloaded tokio-util v0.7.19
4102026-08-20T02:23:24.423Z Downloaded regex v1.13.1
4112026-08-20T02:23:24.424Z Downloaded crossterm v0.29.0
4122026-08-20T02:23:24.424Z Downloaded pulldown-cmark v0.13.4
4132026-08-20T02:23:24.444Z Downloaded reqwest v0.12.28
4142026-08-20T02:23:24.444Z Downloaded serde_json v1.0.151
4152026-08-20T02:23:24.444Z Downloaded tower-http v0.6.11
4162026-08-20T02:23:24.444Z Downloaded hashbrown v0.17.1
4172026-08-20T02:23:24.486Z Downloaded unicode-normalization v0.1.25
4182026-08-20T02:23:24.486Z Downloaded aho-corasick v1.1.5
4192026-08-20T02:23:24.486Z Downloaded hashbrown v0.15.5
4202026-08-20T02:23:24.521Z Downloaded idna v1.1.0
4212026-08-20T02:23:24.521Z Downloaded guppy v0.17.26
4222026-08-20T02:23:24.521Z Downloaded itertools v0.14.0
4232026-08-20T02:23:24.521Z Downloaded clap_builder v4.6.6
4242026-08-20T02:23:24.521Z Downloaded hyper v1.11.0
4252026-08-20T02:23:24.521Z Downloaded futures-util v0.3.34
4262026-08-20T02:23:24.521Z Downloaded quick-xml v0.37.5
4272026-08-20T02:23:24.521Z Downloaded h2 v0.4.17
4282026-08-20T02:23:24.560Z Downloaded winnow v1.0.4
4292026-08-20T02:23:24.560Z Downloaded webpki-roots v1.0.9
4302026-08-20T02:23:24.560Z Downloaded tracing-subscriber v0.3.23
4312026-08-20T02:23:24.560Z Downloaded quick-xml v0.38.4
4322026-08-20T02:23:24.560Z Downloaded winnow v0.7.15
4332026-08-20T02:23:24.560Z Downloaded portable-atomic v1.15.0
4342026-08-20T02:23:24.586Z Downloaded quinn-proto v0.11.17
4352026-08-20T02:23:24.586Z Downloaded vcpkg v0.2.15
4362026-08-20T02:23:24.586Z Downloaded chrono v0.4.45
4372026-08-20T02:23:24.633Z Downloaded unicode-width v0.2.2
4382026-08-20T02:23:24.633Z Downloaded syn v3.0.3
4392026-08-20T02:23:24.633Z Downloaded regex-syntax v0.8.11
4402026-08-20T02:23:24.633Z Downloaded unicode-width v0.1.14
4412026-08-20T02:23:24.633Z Downloaded zerocopy v0.8.56
4422026-08-20T02:23:24.672Z Downloaded syn v2.0.119
4432026-08-20T02:23:24.672Z Downloaded gimli v0.32.3
4442026-08-20T02:23:24.672Z Downloaded curve25519-dalek v4.1.3
4452026-08-20T02:23:24.672Z Downloaded nextest-runner v0.80.0
4462026-08-20T02:23:24.672Z Downloaded bstr v1.13.1
4472026-08-20T02:23:24.672Z Downloaded nix v0.30.1
4482026-08-20T02:23:24.672Z Downloaded openssl v0.10.81
4492026-08-20T02:23:24.672Z Downloaded object v0.37.3
4502026-08-20T02:23:24.691Z Downloaded rustix v0.38.44
4512026-08-20T02:23:24.691Z Downloaded rustls v0.23.43
4522026-08-20T02:23:24.691Z Downloaded rustix v1.1.4
4532026-08-20T02:23:24.760Z Downloaded tracing v0.1.44
4542026-08-20T02:23:24.786Z Downloaded color-eyre v0.6.5
4552026-08-20T02:23:24.786Z Downloaded petgraph v0.8.3
4562026-08-20T02:23:24.786Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4572026-08-20T02:23:24.786Z Downloaded libc v0.2.189
4582026-08-20T02:23:24.787Z Downloaded regex-automata v0.4.18
4592026-08-20T02:23:24.835Z Downloaded tokio v1.53.1
4602026-08-20T02:23:24.895Z Downloaded recursion v0.5.4
4612026-08-20T02:23:24.913Z Downloaded ring v0.17.14
4622026-08-20T02:23:24.977Z Compiling proc-macro2 v1.0.107
4632026-08-20T02:23:24.977Z Compiling quote v1.0.47
4642026-08-20T02:23:24.996Z Compiling unicode-ident v1.0.24
4652026-08-20T02:23:24.996Z Compiling libc v0.2.189
4662026-08-20T02:23:24.996Z Compiling serde_core v1.0.229
4672026-08-20T02:23:24.996Z Compiling cfg-if v1.0.4
4682026-08-20T02:23:24.996Z Compiling memchr v2.8.3
4692026-08-20T02:23:24.996Z Compiling once_cell v1.21.4
4702026-08-20T02:23:25.233Z Compiling log v0.4.33
4712026-08-20T02:23:25.284Z Compiling pin-project-lite v0.2.17
4722026-08-20T02:23:25.365Z Compiling itoa v1.0.18
4732026-08-20T02:23:25.401Z Compiling serde v1.0.229
4742026-08-20T02:23:25.540Z Compiling smallvec v1.15.2
4752026-08-20T02:23:25.596Z Compiling futures-core v0.3.34
4762026-08-20T02:23:25.771Z Compiling bitflags v2.13.1
4772026-08-20T02:23:25.793Z Compiling equivalent v1.0.2
4782026-08-20T02:23:25.793Z Compiling shlex v2.0.1
4792026-08-20T02:23:25.858Z Compiling find-msvc-tools v0.1.11
4802026-08-20T02:23:25.933Z Compiling hashbrown v0.17.1
4812026-08-20T02:23:26.059Z Compiling errno v0.3.14
4822026-08-20T02:23:26.072Z Compiling bytes v1.12.1
4832026-08-20T02:23:26.119Z Compiling mio v1.2.2
4842026-08-20T02:23:26.235Z Compiling signal-hook-registry v1.4.8
4852026-08-20T02:23:26.342Z Compiling jobserver v0.1.35
4862026-08-20T02:23:26.443Z Compiling futures-sink v0.3.34
4872026-08-20T02:23:26.495Z Compiling syn v3.0.3
4882026-08-20T02:23:26.583Z Compiling syn v2.0.119
4892026-08-20T02:23:26.644Z Compiling cc v1.4.3
4902026-08-20T02:23:26.704Z Compiling rustix v1.1.4
4912026-08-20T02:23:26.759Z Compiling socket2 v0.6.5
4922026-08-20T02:23:26.770Z Compiling autocfg v1.5.1
4932026-08-20T02:23:26.935Z Compiling slab v0.4.12
4942026-08-20T02:23:27.120Z Compiling zmij v1.0.23
4952026-08-20T02:23:31.087Z Compiling futures-channel v0.3.34
4962026-08-20T02:23:31.098Z Compiling indexmap v2.14.0
4972026-08-20T02:23:31.099Z Compiling tracing-core v0.1.36
4982026-08-20T02:23:31.099Z Compiling version_check v0.9.5
4992026-08-20T02:23:31.099Z Compiling serde_json v1.0.151
5002026-08-20T02:23:31.099Z Compiling futures-task v0.3.34
5012026-08-20T02:23:31.099Z Compiling futures-io v0.3.34
5022026-08-20T02:23:31.099Z Compiling getrandom v0.4.3
5032026-08-20T02:23:31.099Z Compiling camino v1.2.5
5042026-08-20T02:23:31.099Z Compiling unicode-width v0.2.2
5052026-08-20T02:23:31.099Z Compiling percent-encoding v2.3.2
5062026-08-20T02:23:31.099Z Compiling ring v0.17.14
5072026-08-20T02:23:31.099Z Compiling http v1.5.0
5082026-08-20T02:23:31.099Z Compiling zeroize v1.9.0
5092026-08-20T02:23:31.099Z Compiling simd-adler32 v0.3.10
5102026-08-20T02:23:31.099Z Compiling adler2 v2.0.1
5112026-08-20T02:23:31.099Z Compiling miniz_oxide v0.8.9
5122026-08-20T02:23:31.099Z Compiling serde_derive v1.0.229
5132026-08-20T02:23:31.099Z Compiling tokio-macros v2.7.2
5142026-08-20T02:23:31.099Z Compiling futures-macro v0.3.34
5152026-08-20T02:23:31.099Z Compiling tracing-attributes v0.1.31
5162026-08-20T02:23:31.099Z Compiling tokio v1.53.1
5172026-08-20T02:23:31.099Z Compiling num-traits v0.2.19
5182026-08-20T02:23:31.099Z Compiling zerocopy v0.8.56
5192026-08-20T02:23:31.100Z Compiling futures-util v0.3.34
5202026-08-20T02:23:31.100Z Compiling target-lexicon v0.13.5
5212026-08-20T02:23:31.100Z Compiling object v0.37.3
5222026-08-20T02:23:31.100Z Compiling getrandom v0.3.4
5232026-08-20T02:23:31.100Z Compiling http-body v1.1.0
5242026-08-20T02:23:31.255Z Compiling rustls-pki-types v1.15.1
5252026-08-20T02:23:31.293Z Compiling form_urlencoded v1.2.2
5262026-08-20T02:23:31.293Z Compiling semver v1.0.28
5272026-08-20T02:23:31.341Z Compiling tracing v0.1.44
5282026-08-20T02:23:31.470Z Compiling getrandom v0.2.17
5292026-08-20T02:23:31.581Z Compiling signal-hook v0.3.18
5302026-08-20T02:23:31.669Z Compiling gimli v0.32.3
5312026-08-20T02:23:31.795Z Compiling fnv v1.0.7
5322026-08-20T02:23:31.864Z Compiling guppy-workspace-hack v0.1.0
5332026-08-20T02:23:31.897Z Compiling untrusted v0.9.0
5342026-08-20T02:23:32.013Z Compiling owo-colors v4.3.0
5352026-08-20T02:23:32.028Z Compiling utf8_iter v1.0.4
5362026-08-20T02:23:32.068Z Compiling httparse v1.10.1
5372026-08-20T02:23:32.193Z Compiling idna_adapter v1.0.0
5382026-08-20T02:23:32.300Z Compiling thiserror v2.0.20
5392026-08-20T02:23:32.366Z Compiling idna v1.1.0
5402026-08-20T02:23:33.230Z Compiling thiserror-impl v2.0.20
5412026-08-20T02:23:33.259Z Compiling generic-array v0.14.7
5422026-08-20T02:23:33.487Z Compiling atomic-waker v1.1.2
5432026-08-20T02:23:33.621Z Compiling addr2line v0.25.1
5442026-08-20T02:23:33.998Z Compiling fastrand v2.5.0
5452026-08-20T02:23:34.048Z Compiling thiserror v1.0.69
5462026-08-20T02:23:34.334Z Compiling tokio-util v0.7.19
5472026-08-20T02:23:34.353Z Compiling try-lock v0.2.5
5482026-08-20T02:23:34.382Z Compiling pkg-config v0.3.34
5492026-08-20T02:23:34.389Z Compiling rustc-demangle v0.1.28
5502026-08-20T02:23:34.471Z Compiling tower-service v0.3.3
5512026-08-20T02:23:34.572Z Compiling rustls v0.23.43
5522026-08-20T02:23:34.793Z Compiling target-spec v3.6.0
5532026-08-20T02:23:34.797Z Compiling typeid v1.0.3
5542026-08-20T02:23:35.094Z Compiling h2 v0.4.17
5552026-08-20T02:23:35.122Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5562026-08-20T02:23:35.360Z Compiling want v0.3.1
5572026-08-20T02:23:35.547Z Compiling tempfile v3.27.0
5582026-08-20T02:23:35.591Z Compiling cfg-expr v0.20.8
5592026-08-20T02:23:35.730Z Compiling url v2.5.8
5602026-08-20T02:23:36.217Z Compiling backtrace v0.3.76
5612026-08-20T02:23:36.556Z Compiling thiserror-impl v1.0.69
5622026-08-20T02:23:36.921Z Compiling terminal_size v0.4.4
5632026-08-20T02:23:37.091Z Compiling aho-corasick v1.1.5
5642026-08-20T02:23:37.331Z Compiling typenum v1.20.1
5652026-08-20T02:23:37.678Z Compiling regex-syntax v0.8.11
5662026-08-20T02:23:38.006Z Compiling winnow v0.7.15
5672026-08-20T02:23:38.097Z Compiling erased-serde v0.4.10
5682026-08-20T02:23:38.389Z Compiling rustls-webpki v0.103.14
5692026-08-20T02:23:39.956Z Compiling subtle v2.6.1
5702026-08-20T02:23:40.849Z Compiling regex-automata v0.4.18
5712026-08-20T02:23:41.288Z Compiling hyper v1.11.0
5722026-08-20T02:23:42.543Z Compiling serde_spanned v0.6.9
5732026-08-20T02:23:42.709Z Compiling toml_datetime v0.6.11
5742026-08-20T02:23:43.080Z Compiling ahash v0.8.12
5752026-08-20T02:23:43.258Z Compiling sync_wrapper v1.0.2
5762026-08-20T02:23:43.336Z Compiling portable-atomic v1.15.0
5772026-08-20T02:23:43.373Z Compiling parking_lot_core v0.9.12
5782026-08-20T02:23:43.639Z Compiling base64 v0.22.1
5792026-08-20T02:23:43.777Z Compiling toml_write v0.1.2
5802026-08-20T02:23:44.030Z Compiling unicode-segmentation v1.13.3
5812026-08-20T02:23:44.135Z Compiling nextest-workspace-hack v0.1.0
5822026-08-20T02:23:44.351Z Compiling unicode-linebreak v0.1.5
5832026-08-20T02:23:44.424Z Compiling tower-layer v0.3.3
5842026-08-20T02:23:44.615Z Compiling lazy_static v1.5.0
5852026-08-20T02:23:44.628Z Compiling either v1.17.0
5862026-08-20T02:23:44.721Z Compiling foldhash v0.1.5
5872026-08-20T02:23:44.861Z Compiling crc32fast v1.5.0
5882026-08-20T02:23:44.884Z Compiling is_ci v1.2.0
5892026-08-20T02:23:44.945Z Compiling ipnet v2.12.1
5902026-08-20T02:23:44.971Z Compiling hashbrown v0.15.5
5912026-08-20T02:23:45.050Z Compiling supports-color v3.0.2
5922026-08-20T02:23:45.068Z Compiling sharded-slab v0.1.7
5932026-08-20T02:23:45.196Z Compiling tower v0.5.3
5942026-08-20T02:23:45.280Z Compiling hyper-util v0.1.20
5952026-08-20T02:23:45.616Z Compiling textwrap v0.16.2
5962026-08-20T02:23:45.701Z Compiling convert_case v0.10.0
5972026-08-20T02:23:45.772Z Compiling toml_edit v0.22.27
5982026-08-20T02:23:46.071Z Compiling tokio-rustls v0.26.4
5992026-08-20T02:23:46.361Z Compiling backtrace-ext v0.2.1
6002026-08-20T02:23:46.655Z Compiling ordered-float v2.10.1
6012026-08-20T02:23:46.685Z Compiling webpki-roots v1.0.9
6022026-08-20T02:23:46.804Z Compiling miette-derive v7.6.0
6032026-08-20T02:23:46.928Z Compiling pathdiff v0.2.3
6042026-08-20T02:23:46.978Z Compiling console v0.15.11
6052026-08-20T02:23:47.057Z Compiling tracing-log v0.2.0
6062026-08-20T02:23:47.408Z Compiling cargo-platform v0.3.3
6072026-08-20T02:23:47.910Z Compiling os_pipe v1.2.3
6082026-08-20T02:23:47.916Z Compiling thread_local v1.1.10
6092026-08-20T02:23:47.957Z Compiling ryu v1.0.23
6102026-08-20T02:23:48.081Z Compiling winnow v1.0.4
6112026-08-20T02:23:48.254Z Compiling supports-hyperlinks v3.2.0
6122026-08-20T02:23:48.259Z Compiling zstd-safe v7.2.4
6132026-08-20T02:23:48.294Z Compiling unicode-width v0.1.14
6142026-08-20T02:23:48.472Z Compiling utf8parse v0.2.2
6152026-08-20T02:23:48.516Z Compiling debug-ignore v1.0.5
6162026-08-20T02:23:48.585Z Compiling pulldown-cmark v0.13.4
6172026-08-20T02:23:48.612Z Compiling fixedbitset v0.5.7
6182026-08-20T02:23:48.626Z Compiling supports-unicode v3.0.0
6192026-08-20T02:23:48.796Z Compiling cfg_aliases v0.2.2
6202026-08-20T02:23:48.869Z Compiling scopeguard v1.2.0
6212026-08-20T02:23:48.980Z Compiling rustix v0.38.44
6222026-08-20T02:23:49.119Z Compiling lock_api v0.4.14
6232026-08-20T02:23:49.177Z Compiling toml_parser v1.1.3+spec-1.1.0
6242026-08-20T02:23:49.355Z Compiling nix v0.30.1
6252026-08-20T02:23:49.405Z Compiling petgraph v0.8.3
6262026-08-20T02:23:49.582Z Compiling miette v7.6.0
6272026-08-20T02:23:49.727Z Compiling anstyle-parse v1.0.0
6282026-08-20T02:23:49.955Z Compiling tracing-subscriber v0.3.23
6292026-08-20T02:23:50.491Z Compiling serde_urlencoded v0.7.1
6302026-08-20T02:23:50.780Z Compiling sigchld v0.2.4
6312026-08-20T02:23:50.988Z Compiling cargo_metadata v0.23.1
6322026-08-20T02:23:51.352Z Compiling toml v0.8.23
6332026-08-20T02:23:52.335Z Compiling serde-value v0.7.0
6342026-08-20T02:23:52.909Z Compiling hyper-rustls v0.27.9
6352026-08-20T02:23:53.010Z Compiling serde-untagged v0.1.9
6362026-08-20T02:23:53.649Z Compiling derive_more-impl v2.1.1
6372026-08-20T02:23:54.014Z Compiling tower-http v0.6.11
6382026-08-20T02:23:54.274Z Compiling itertools v0.14.0
6392026-08-20T02:23:54.350Z Compiling regex v1.13.1
6402026-08-20T02:23:54.455Z Compiling block-buffer v0.10.4
6412026-08-20T02:23:54.628Z Compiling crypto-common v0.1.7
6422026-08-20T02:23:54.642Z Compiling ppv-lite86 v0.2.21
6432026-08-20T02:23:54.766Z Compiling futures-executor v0.3.34
6442026-08-20T02:23:54.983Z Compiling rand_core v0.9.5
6452026-08-20T02:23:55.114Z Compiling http-body-util v0.1.5
6462026-08-20T02:23:55.243Z Compiling pin-project-internal v1.1.13
6472026-08-20T02:23:55.281Z Compiling uuid v1.24.1
6482026-08-20T02:23:55.416Z Compiling smol_str v0.3.6
6492026-08-20T02:23:56.761Z Compiling toml_datetime v1.1.1+spec-1.1.0
6502026-08-20T02:23:56.764Z Compiling serde_spanned v1.1.1
6512026-08-20T02:23:56.764Z Compiling eyre v0.6.14
6522026-08-20T02:23:56.765Z Compiling filetime v0.2.29
6532026-08-20T02:23:56.765Z Compiling vte v0.14.1
6542026-08-20T02:23:56.765Z Compiling bstr v1.13.1
6552026-08-20T02:23:56.765Z Compiling number_prefix v0.4.0
6562026-08-20T02:23:56.765Z Compiling tinyvec_macros v0.1.1
6572026-08-20T02:23:56.765Z Compiling is_terminal_polyfill v1.70.2
6582026-08-20T02:23:56.765Z Compiling unicase v2.9.0
6592026-08-20T02:23:56.765Z Compiling anstyle v1.0.14
6602026-08-20T02:23:56.765Z Compiling iana-time-zone v0.1.65
6612026-08-20T02:23:56.765Z Compiling litrs v1.0.0
6622026-08-20T02:23:56.765Z Compiling static_assertions v1.1.0
6632026-08-20T02:23:56.765Z Compiling self_update v0.42.0
6642026-08-20T02:23:56.765Z Compiling unicode-xid v0.2.6
6652026-08-20T02:23:56.765Z Compiling colorchoice v1.0.5
6662026-08-20T02:23:56.766Z Compiling nested v0.1.1
6672026-08-20T02:23:56.766Z Compiling color-spantrace v0.3.0
6682026-08-20T02:23:56.766Z Compiling xattr v1.6.1
6692026-08-20T02:23:56.766Z Compiling anstyle-query v1.1.5
6702026-08-20T02:23:56.766Z Compiling document-features v0.2.12
6712026-08-20T02:23:56.841Z Compiling tar v0.4.46
6722026-08-20T02:23:56.853Z Compiling guppy v0.17.26
6732026-08-20T02:23:56.893Z Compiling anstream v1.0.0
6742026-08-20T02:23:56.911Z Compiling cargo-util-schemas v0.2.0
6752026-08-20T02:23:57.313Z Compiling globset v0.4.20
6762026-08-20T02:23:57.382Z Compiling chrono v0.4.45
6772026-08-20T02:23:58.194Z Compiling pin-project v1.1.13
6782026-08-20T02:23:58.299Z Compiling tinyvec v1.12.0
6792026-08-20T02:23:58.738Z Compiling indicatif v0.17.11
6802026-08-20T02:23:59.248Z Compiling strip-ansi-escapes v0.2.1
6812026-08-20T02:23:59.386Z Compiling toml v1.1.4+spec-1.1.0
6822026-08-20T02:23:59.702Z Compiling nextest-metadata v0.12.2
6832026-08-20T02:23:59.727Z Compiling newtype-uuid v1.4.0
6842026-08-20T02:23:59.915Z Compiling reqwest v0.12.28
6852026-08-20T02:24:00.563Z Compiling rand_chacha v0.9.0
6862026-08-20T02:24:00.686Z Compiling futures v0.3.34
6872026-08-20T02:24:00.774Z Compiling digest v0.10.7
6882026-08-20T02:24:01.004Z Compiling derive_more v2.1.1
6892026-08-20T02:24:01.088Z Compiling flate2 v1.1.9
6902026-08-20T02:24:01.116Z Compiling parking_lot v0.12.5
6912026-08-20T02:24:01.632Z Compiling shared_child v1.1.1
6922026-08-20T02:24:01.866Z Compiling tracing-error v0.2.1
6932026-08-20T02:24:02.103Z Compiling signal-hook-mio v0.2.5
6942026-08-20T02:24:02.242Z Compiling self-replace v1.5.0
6952026-08-20T02:24:02.332Z Compiling cargo-platform v0.2.0
6962026-08-20T02:24:02.432Z Compiling quick-xml v0.38.4
6972026-08-20T02:24:02.501Z Compiling quick-xml v0.37.5
6982026-08-20T02:24:02.866Z Compiling urlencoding v2.1.3
6992026-08-20T02:24:03.120Z Compiling clap_lex v1.1.0
7002026-08-20T02:24:03.280Z Compiling recursion v0.5.4
7012026-08-20T02:24:03.488Z Compiling heck v0.5.0
7022026-08-20T02:24:03.646Z Compiling strsim v0.11.1
7032026-08-20T02:24:03.957Z Compiling cpufeatures v0.2.17
7042026-08-20T02:24:03.988Z Compiling humantime v2.4.0
7052026-08-20T02:24:04.011Z Compiling shell-words v1.1.1
7062026-08-20T02:24:04.029Z Compiling indenter v0.3.4
7072026-08-20T02:24:04.255Z Compiling humantime-serde v1.1.1
7082026-08-20T02:24:04.401Z Compiling sha2 v0.10.9
7092026-08-20T02:24:04.413Z Compiling clap_builder v4.6.6
7102026-08-20T02:24:04.447Z Compiling clap_derive v4.6.4
7112026-08-20T02:24:04.652Z Compiling nextest-filtering v0.15.0
7122026-08-20T02:24:05.664Z Compiling quick-junit v0.5.2
7132026-08-20T02:24:06.159Z Compiling atomicwrites v0.4.4
7142026-08-20T02:24:06.449Z Compiling cargo_metadata v0.20.0
7152026-08-20T02:24:08.467Z Compiling cargo-nextest v0.9.97
7162026-08-20T02:24:08.664Z Compiling crossterm v0.29.0
7172026-08-20T02:24:10.796Z Compiling duct v0.13.7
7182026-08-20T02:24:10.940Z Compiling async-scoped v0.9.0
7192026-08-20T02:24:11.086Z Compiling rand v0.9.5
7202026-08-20T02:24:11.493Z Compiling config v0.15.25
7212026-08-20T02:24:11.626Z Compiling unicode-normalization v0.1.25
7222026-08-20T02:24:11.720Z Compiling target-spec-miette v0.4.8
7232026-08-20T02:24:11.756Z Compiling future-queue v0.4.0
7242026-08-20T02:24:11.819Z Compiling mukti-metadata v0.3.0
7252026-08-20T02:24:12.028Z Compiling camino-tempfile v1.4.1
7262026-08-20T02:24:12.106Z Compiling tokio-stream v0.1.19
7272026-08-20T02:24:12.199Z Compiling derive-where v1.6.1
7282026-08-20T02:24:12.306Z Compiling serde_ignored v0.1.14
7292026-08-20T02:24:12.429Z Compiling serde_path_to_error v0.1.20
7302026-08-20T02:24:12.533Z Compiling xxhash-rust v0.8.18
7312026-08-20T02:24:12.662Z Compiling swrite v0.1.0
7322026-08-20T02:24:12.714Z Compiling home v0.5.12
7332026-08-20T02:24:12.769Z Compiling hex v0.4.3
7342026-08-20T02:24:12.877Z Compiling indent_write v2.2.0
7352026-08-20T02:24:13.012Z Compiling color-eyre v0.6.5
7362026-08-20T02:24:13.049Z Compiling clap v4.6.6
7372026-08-20T02:24:13.061Z Compiling dialoguer v0.11.0
7382026-08-20T02:24:13.129Z Compiling enable-ansi-support v0.2.1
7392026-08-20T02:24:14.813Z Compiling zstd v0.13.3
7402026-08-20T02:24:15.080Z Compiling nextest-runner v0.80.0
7412026-08-20T02:24:33.310Z Finished `release` profile [optimized] target(s) in 1m 12s
7422026-08-20T02:24:33.484Z Installing /home/build/.cargo/bin/cargo-nextest
7432026-08-20T02:24:33.487Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7442026-08-20T02:24:33.610Z+ banner bfd
7452026-08-20T02:24:33.613Z
7462026-08-20T02:24:33.613Z ##### ###### #####
7472026-08-20T02:24:33.613Z # # # # #
7482026-08-20T02:24:33.613Z ##### ##### # #
7492026-08-20T02:24:33.613Z # # # # #
7502026-08-20T02:24:33.613Z # # # # #
7512026-08-20T02:24:33.613Z ##### # #####
7522026-08-20T02:24:33.613Z
7532026-08-20T02:24:33.614Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7542026-08-20T02:24:33.767Z Updating git repository `https://github.com/oxidecomputer/falcon`
7552026-08-20T02:24:34.856ZFrom https://github.com/oxidecomputer/falcon
7562026-08-20T02:24:34.856Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7572026-08-20T02:24:34.934Z Updating crates.io index
7582026-08-20T02:24:34.937Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7592026-08-20T02:24:35.368ZFrom https://github.com/oxidecomputer/dendrite
7602026-08-20T02:24:35.368Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
7612026-08-20T02:24:35.402Z Updating git repository `https://github.com/oxidecomputer/ispf`
7622026-08-20T02:24:35.685ZFrom https://github.com/oxidecomputer/ispf
7632026-08-20T02:24:35.685Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7642026-08-20T02:24:35.691Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7652026-08-20T02:24:36.087ZFrom https://github.com/oxidecomputer/netadm-sys
7662026-08-20T02:24:36.087Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
7672026-08-20T02:24:36.094Z Updating git repository `https://github.com/oxidecomputer/omicron`
7682026-08-20T02:24:42.021ZFrom https://github.com/oxidecomputer/omicron
7692026-08-20T02:24:42.021Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7702026-08-20T02:24:42.439Z Updating git repository `https://github.com/oxidecomputer/opte`
7712026-08-20T02:24:43.286ZFrom https://github.com/oxidecomputer/opte
7722026-08-20T02:24:43.286Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
7732026-08-20T02:24:43.315Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7742026-08-20T02:24:43.618ZFrom https://github.com/oxidecomputer/slog-error-chain
7752026-08-20T02:24:43.618Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
7762026-08-20T02:24:43.627Z Updating git repository `https://github.com/illumos/smf-rs`
7772026-08-20T02:24:43.936ZFrom https://github.com/illumos/smf-rs
7782026-08-20T02:24:43.936Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7792026-08-20T02:24:43.944Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7802026-08-20T02:24:44.244ZFrom https://github.com/oxidecomputer/network-interface
7812026-08-20T02:24:44.244Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7822026-08-20T02:24:44.252Z Updating git repository `https://github.com/oxidecomputer/zone`
7832026-08-20T02:24:44.563ZFrom https://github.com/oxidecomputer/zone
7842026-08-20T02:24:44.563Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7852026-08-20T02:24:44.567Z Updating git repository `https://github.com/oxidecomputer/propolis`
7862026-08-20T02:24:45.213ZFrom https://github.com/oxidecomputer/propolis
7872026-08-20T02:24:45.213Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
7882026-08-20T02:24:45.259Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
7892026-08-20T02:24:45.796ZFrom https://github.com/oxidecomputer/transceiver-control
7902026-08-20T02:24:45.796Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
7912026-08-20T02:24:45.806Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7922026-08-20T02:24:46.125ZFrom https://github.com/oxidecomputer/dlpi-sys
7932026-08-20T02:24:46.125Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
7942026-08-20T02:24:46.130Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7952026-08-20T02:24:46.477ZFrom https://github.com/jmesmon/rust-libzfs
7962026-08-20T02:24:46.477Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
7972026-08-20T02:24:46.485Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7982026-08-20T02:24:46.770ZFrom https://github.com/oxidecomputer/rusty-doors
7992026-08-20T02:24:46.770Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8002026-08-20T02:24:46.776Z Updating git repository `https://github.com/oxidecomputer/lldp`
8012026-08-20T02:24:47.161ZFrom https://github.com/oxidecomputer/lldp
8022026-08-20T02:24:47.161Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8032026-08-20T02:24:47.172Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8042026-08-20T02:24:47.516ZFrom https://github.com/oxidecomputer/tufaceous
8052026-08-20T02:24:47.516Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8062026-08-20T02:24:47.534Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8072026-08-20T02:24:48.022ZFrom https://github.com/oxidecomputer/management-gateway-service
8082026-08-20T02:24:48.022Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8092026-08-20T02:24:48.036Z Updating git repository `https://github.com/oxidecomputer/crucible`
8102026-08-20T02:24:48.844ZFrom https://github.com/oxidecomputer/crucible
8112026-08-20T02:24:48.844Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8122026-08-20T02:24:48.888Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8132026-08-20T02:24:49.208ZFrom https://github.com/oxidecomputer/serde_human_bytes
8142026-08-20T02:24:49.208Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8152026-08-20T02:24:49.221Z Updating git repository `https://github.com/oxidecomputer/propolis`
8162026-08-20T02:24:49.695ZFrom https://github.com/oxidecomputer/propolis
8172026-08-20T02:24:49.695Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8182026-08-20T02:24:49.743Z Updating git repository `https://github.com/oxidecomputer/crucible`
8192026-08-20T02:24:50.266ZFrom https://github.com/oxidecomputer/crucible
8202026-08-20T02:24:50.266Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8212026-08-20T02:24:50.333Z Updating git repository `https://github.com/oxidecomputer/tofino`
8222026-08-20T02:24:50.711ZFrom https://github.com/oxidecomputer/tofino
8232026-08-20T02:24:50.711Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8242026-08-20T02:24:50.722Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8252026-08-20T02:24:51.736ZFrom https://github.com/oxidecomputer/maghemite
8262026-08-20T02:24:51.736Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8272026-08-20T02:24:51.770Z Updating git repository `https://github.com/oxidecomputer/clickward`
8282026-08-20T02:24:52.373ZFrom https://github.com/oxidecomputer/clickward
8292026-08-20T02:24:52.373Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8302026-08-20T02:24:52.381Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8312026-08-20T02:24:52.691ZFrom https://github.com/oxidecomputer/illumos-devinfo
8322026-08-20T02:24:52.691Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8332026-08-20T02:24:53.534Z Downloading crates ...
8342026-08-20T02:24:53.590Z Downloaded keccak v0.1.6
8352026-08-20T02:24:53.594Z Downloaded aead v0.5.2
8362026-08-20T02:24:53.597Z Downloaded libsw-core v0.3.2
8372026-08-20T02:24:53.597Z Downloaded progenitor-client v0.13.0
8382026-08-20T02:24:53.606Z Downloaded linear-map v1.2.0
8392026-08-20T02:24:53.612Z Downloaded gethostname v0.5.0
8402026-08-20T02:24:53.615Z Downloaded enum-as-inner v0.6.1
8412026-08-20T02:24:53.615Z Downloaded hostname v0.3.1
8422026-08-20T02:24:53.618Z Downloaded quinn-proto v0.11.16
8432026-08-20T02:24:53.625Z Downloaded litemap v0.8.2
8442026-08-20T02:24:53.627Z Downloaded hubpack v0.1.2
8452026-08-20T02:24:53.632Z Downloaded linked-hash-map v0.5.6
8462026-08-20T02:24:53.632Z Downloaded num v0.4.3
8472026-08-20T02:24:53.632Z Downloaded progenitor-macro v0.10.0
8482026-08-20T02:24:53.635Z Downloaded libscf-sys v1.2.0
8492026-08-20T02:24:53.645Z Downloaded no-std-compat v0.4.1
8502026-08-20T02:24:53.654Z Downloaded lru-cache v0.1.2
8512026-08-20T02:24:53.657Z Downloaded natord v1.0.9
8522026-08-20T02:24:53.657Z Downloaded newtype_derive v0.1.6
8532026-08-20T02:24:53.657Z Downloaded match_cfg v0.1.0
8542026-08-20T02:24:53.657Z Downloaded memoffset v0.9.1
8552026-08-20T02:24:53.660Z Downloaded mime v0.3.17
8562026-08-20T02:24:53.664Z Downloaded num-conv v0.2.2
8572026-08-20T02:24:53.667Z Downloaded num-derive v0.4.2
8582026-08-20T02:24:53.670Z Downloaded memmap v0.7.0
8592026-08-20T02:24:53.673Z Downloaded newtype-uuid-macros v0.1.1
8602026-08-20T02:24:53.673Z Downloaded rand_xorshift v0.4.0
8612026-08-20T02:24:53.673Z Downloaded num-complex v0.4.6
8622026-08-20T02:24:53.678Z Downloaded dunce v1.0.5
8632026-08-20T02:24:53.681Z Downloaded git-stub-vcs v0.1.0
8642026-08-20T02:24:53.681Z Downloaded internet-checksum v0.2.1
8652026-08-20T02:24:53.681Z Downloaded multer v3.1.0
8662026-08-20T02:24:53.685Z Downloaded progenitor-client v0.10.0
8672026-08-20T02:24:53.688Z Downloaded is-terminal v0.4.17
8682026-08-20T02:24:53.688Z Downloaded rustc_version v0.1.7
8692026-08-20T02:24:53.688Z Downloaded dtrace-parser v0.2.0
8702026-08-20T02:24:53.688Z Downloaded num_threads v0.1.7
8712026-08-20T02:24:53.688Z Downloaded potential_utf v0.1.5
8722026-08-20T02:24:53.693Z Downloaded plain v0.2.3
8732026-08-20T02:24:53.693Z Downloaded newline-converter v0.3.0
8742026-08-20T02:24:53.698Z Downloaded num-iter v0.1.46
8752026-08-20T02:24:53.698Z Downloaded omicron-workspace-hack v0.1.0
8762026-08-20T02:24:53.698Z Downloaded foreign-types-macros v0.2.4
8772026-08-20T02:24:53.698Z Downloaded foreign-types-shared v0.3.1
8782026-08-20T02:24:53.698Z Downloaded hash32 v0.3.1
8792026-08-20T02:24:53.698Z Downloaded managed v0.8.0
8802026-08-20T02:24:53.698Z Downloaded rand_chacha v0.3.1
8812026-08-20T02:24:53.702Z Downloaded olpc-cjson v0.1.4
8822026-08-20T02:24:53.702Z Downloaded progenitor-client v0.14.0
8832026-08-20T02:24:53.702Z Downloaded dyn-clone v1.0.20
8842026-08-20T02:24:53.702Z Downloaded embedded-io v0.4.0
8852026-08-20T02:24:53.705Z Downloaded fxhash v0.2.1
8862026-08-20T02:24:53.705Z Downloaded ref-cast v1.0.26
8872026-08-20T02:24:53.705Z Downloaded git-stub v1.0.0
8882026-08-20T02:24:53.706Z Downloaded proc-macro-error v1.0.4
8892026-08-20T02:24:53.708Z Downloaded num-integer v0.1.47
8902026-08-20T02:24:53.709Z Downloaded memmap2 v0.9.11
8912026-08-20T02:24:53.709Z Downloaded instant v0.1.13
8922026-08-20T02:24:53.714Z Downloaded jiff-static v0.2.35
8932026-08-20T02:24:53.714Z Downloaded macaddr v1.0.1
8942026-08-20T02:24:53.714Z Downloaded progenitor-macro v0.13.0
8952026-08-20T02:24:53.714Z Downloaded proc-macro-error-attr v1.0.4
8962026-08-20T02:24:53.714Z Downloaded progenitor-macro v0.14.0
8972026-08-20T02:24:53.717Z Downloaded same-file v1.0.6
8982026-08-20T02:24:53.717Z Downloaded ident_case v1.0.1
8992026-08-20T02:24:53.717Z Downloaded parse-display v0.10.0
9002026-08-20T02:24:53.720Z Downloaded pretty-hex v0.4.2
9012026-08-20T02:24:53.724Z Downloaded powerfmt v0.2.0
9022026-08-20T02:24:53.729Z Downloaded heck v0.4.1
9032026-08-20T02:24:53.732Z Downloaded zeroize_derive v1.5.0
9042026-08-20T02:24:53.736Z Downloaded konst_macro_rules v0.2.19
9052026-08-20T02:24:53.737Z Downloaded hostname v0.4.2
9062026-08-20T02:24:53.737Z Downloaded hubpack_derive v0.1.1
9072026-08-20T02:24:53.737Z Downloaded ref-cast-impl v1.0.26
9082026-08-20T02:24:53.740Z Downloaded progenitor v0.10.0
9092026-08-20T02:24:53.740Z Downloaded proc-macro-crate v1.3.1
9102026-08-20T02:24:53.740Z Downloaded embedded-io v0.6.1
9112026-08-20T02:24:53.744Z Downloaded progenitor-extras v0.2.0
9122026-08-20T02:24:53.744Z Downloaded httpdate v1.0.3
9132026-08-20T02:24:53.744Z Downloaded zone v0.3.1
9142026-08-20T02:24:53.744Z Downloaded num_enum v0.7.6
9152026-08-20T02:24:53.748Z Downloaded idna_adapter v1.2.2
9162026-08-20T02:24:53.748Z Downloaded inout v0.1.4
9172026-08-20T02:24:53.748Z Downloaded oxide-tokio-rt v0.1.6
9182026-08-20T02:24:53.751Z Downloaded dtrace-parser v0.3.0
9192026-08-20T02:24:53.751Z Downloaded fixedbitset v0.4.2
9202026-08-20T02:24:53.754Z Downloaded glob v0.3.4
9212026-08-20T02:24:53.754Z Downloaded group v0.13.0
9222026-08-20T02:24:53.754Z Downloaded libsw v3.5.0
9232026-08-20T02:24:53.754Z Downloaded phf v0.12.1
9242026-08-20T02:24:53.757Z Downloaded find-msvc-tools v0.1.10
9252026-08-20T02:24:53.757Z Downloaded proc-macro-crate v3.5.0
9262026-08-20T02:24:53.760Z Downloaded scroll_derive v0.13.1
9272026-08-20T02:24:53.760Z Downloaded ff v0.13.1
9282026-08-20T02:24:53.760Z Downloaded foreign-types v0.5.0
9292026-08-20T02:24:53.761Z Downloaded fs_extra v1.3.0
9302026-08-20T02:24:53.768Z Downloaded phf_shared v0.12.1
9312026-08-20T02:24:53.773Z Downloaded quick-error v1.2.3
9322026-08-20T02:24:53.773Z Downloaded opaque-debug v0.3.1
9332026-08-20T02:24:53.773Z Downloaded float-ord v0.3.2
9342026-08-20T02:24:53.773Z Downloaded ingot-types v0.1.2
9352026-08-20T02:24:53.778Z Downloaded ingot-types v0.2.0
9362026-08-20T02:24:53.778Z Downloaded compression-core v0.4.32
9372026-08-20T02:24:53.778Z Downloaded dof v0.4.0
9382026-08-20T02:24:53.778Z Downloaded erased-serde v0.3.31
9392026-08-20T02:24:53.782Z Downloaded foldhash v0.2.0
9402026-08-20T02:24:53.782Z Downloaded schemars_derive v0.8.22
9412026-08-20T02:24:53.782Z Downloaded scroll v0.12.0
9422026-08-20T02:24:53.782Z Downloaded password-hash v0.5.0
9432026-08-20T02:24:53.787Z Downloaded pest_generator v2.8.8
9442026-08-20T02:24:53.787Z Downloaded pem v3.0.6
9452026-08-20T02:24:53.787Z Downloaded ingot v0.1.1
9462026-08-20T02:24:53.790Z Downloaded scroll v0.13.0
9472026-08-20T02:24:53.790Z Downloaded vsss-rs v3.3.4
9482026-08-20T02:24:53.790Z Downloaded num-rational v0.4.2
9492026-08-20T02:24:53.793Z Downloaded resolv-conf v0.7.6
9502026-08-20T02:24:53.796Z Downloaded ipnetwork v0.21.1
9512026-08-20T02:24:53.796Z Downloaded crc8 v0.1.1
9522026-08-20T02:24:53.800Z Downloaded rustls-pemfile v2.2.0
9532026-08-20T02:24:53.807Z Downloaded postcard v1.1.3
9542026-08-20T02:24:53.810Z Downloaded secrecy v0.10.3
9552026-08-20T02:24:53.810Z Downloaded sigpipe v0.1.3
9562026-08-20T02:24:53.810Z Downloaded take_mut v0.2.2
9572026-08-20T02:24:53.810Z Downloaded testing_table v0.3.0
9582026-08-20T02:24:53.815Z Downloaded defmt-parser v1.0.0
9592026-08-20T02:24:53.815Z Downloaded highway v1.3.0
9602026-08-20T02:24:53.815Z Downloaded ingot v0.2.1
9612026-08-20T02:24:53.818Z Downloaded scroll_derive v0.12.1
9622026-08-20T02:24:53.818Z Downloaded crypto-common v0.2.2
9632026-08-20T02:24:53.818Z Downloaded poly1305 v0.8.0
9642026-08-20T02:24:53.821Z Downloaded typify-macro v0.4.3
9652026-08-20T02:24:53.824Z Downloaded strum v0.27.2
9662026-08-20T02:24:53.828Z Downloaded structmeta-derive v0.3.0
9672026-08-20T02:24:53.828Z Downloaded strum v0.26.3
9682026-08-20T02:24:53.831Z Downloaded bcs v0.1.6
9692026-08-20T02:24:53.831Z Downloaded fs-err v3.3.1
9702026-08-20T02:24:53.831Z Downloaded rustversion v1.0.23
9712026-08-20T02:24:53.863Z Downloaded pkg-config v0.3.33
9722026-08-20T02:24:53.863Z Downloaded port-file v0.1.0
9732026-08-20T02:24:53.864Z Downloaded progenitor v0.13.0
9742026-08-20T02:24:53.864Z Downloaded num_enum_derive v0.5.11
9752026-08-20T02:24:53.864Z Downloaded num_enum_derive v0.7.6
9762026-08-20T02:24:53.864Z Downloaded num_enum v0.5.11
9772026-08-20T02:24:53.864Z Downloaded pest_derive v2.8.8
9782026-08-20T02:24:53.864Z Downloaded serial_test_derive v4.0.1
9792026-08-20T02:24:53.864Z Downloaded spin v0.5.2
9802026-08-20T02:24:53.864Z Downloaded constant_time_eq v0.4.2
9812026-08-20T02:24:53.864Z Downloaded ciborium-ll v0.2.2
9822026-08-20T02:24:53.864Z Downloaded rusty-fork v0.3.1
9832026-08-20T02:24:53.864Z Downloaded base16ct v1.0.0
9842026-08-20T02:24:53.864Z Downloaded cstr-argument v0.1.2
9852026-08-20T02:24:53.864Z Downloaded wait-timeout v0.2.1
9862026-08-20T02:24:53.864Z Downloaded critical-section v1.2.0
9872026-08-20T02:24:53.864Z Downloaded daft v0.1.8
9882026-08-20T02:24:53.864Z Downloaded data-encoding v2.11.1
9892026-08-20T02:24:53.864Z Downloaded oxnet v0.1.6
9902026-08-20T02:24:53.864Z Downloaded paste v1.0.15
9912026-08-20T02:24:53.864Z Downloaded progenitor v0.14.0
9922026-08-20T02:24:53.869Z Downloaded pest_meta v2.8.8
9932026-08-20T02:24:53.869Z Downloaded rustls-native-certs v0.8.4
9942026-08-20T02:24:53.869Z Downloaded ingot-macros v0.2.0
9952026-08-20T02:24:53.869Z Downloaded ingot-macros v0.1.1
9962026-08-20T02:24:53.869Z Downloaded parse-display-derive v0.10.0
9972026-08-20T02:24:53.869Z Downloaded rhai_codegen v3.2.0
9982026-08-20T02:24:53.869Z Downloaded hmac v0.12.1
9992026-08-20T02:24:53.869Z Downloaded compression-codecs v0.4.38
10002026-08-20T02:24:53.869Z Downloaded crucible-workspace-hack v0.1.0
10012026-08-20T02:24:53.869Z Downloaded hybrid-array v0.4.14
10022026-08-20T02:24:53.878Z Downloaded semver v0.1.20
10032026-08-20T02:24:53.878Z Downloaded dof v0.3.0
10042026-08-20T02:24:53.878Z Downloaded serde_plain v1.0.2
10052026-08-20T02:24:53.878Z Downloaded async-stream-impl v0.3.6
10062026-08-20T02:24:53.878Z Downloaded unarray v0.1.4
10072026-08-20T02:24:53.878Z Downloaded slog-dtrace v0.3.0
10082026-08-20T02:24:53.882Z Downloaded untrusted v0.7.1
10092026-08-20T02:24:53.882Z Downloaded blake2 v0.10.6
10102026-08-20T02:24:53.883Z Downloaded parking_lot v0.11.2
10112026-08-20T02:24:53.883Z Downloaded progenitor-impl v0.10.0
10122026-08-20T02:24:53.883Z Downloaded whoami v1.6.1
10132026-08-20T02:24:53.883Z Downloaded async-trait v0.1.92
10142026-08-20T02:24:53.887Z Downloaded usdt-impl v0.6.0
10152026-08-20T02:24:53.887Z Downloaded slog-envlogger v2.2.0
10162026-08-20T02:24:53.890Z Downloaded serde_repr v0.1.21
10172026-08-20T02:24:53.894Z Downloaded sha1 v0.10.7
10182026-08-20T02:24:53.894Z Downloaded slog-term v2.9.2
10192026-08-20T02:24:53.894Z Downloaded usdt-attr-macro v0.6.0
10202026-08-20T02:24:53.898Z Downloaded smf v0.2.3
10212026-08-20T02:24:53.898Z Downloaded structmeta v0.3.0
10222026-08-20T02:24:53.898Z Downloaded arrayref v0.3.9
10232026-08-20T02:24:53.898Z Downloaded zerofrom v0.1.8
10242026-08-20T02:24:53.901Z Downloaded dropshot-api-manager-types v0.7.2
10252026-08-20T02:24:53.901Z Downloaded elliptic-curve v0.13.8
10262026-08-20T02:24:53.905Z Downloaded stable_deref_trait v1.2.1
10272026-08-20T02:24:53.905Z Downloaded minimal-lexical v0.2.1
10282026-08-20T02:24:53.905Z Downloaded parking_lot_core v0.8.6
10292026-08-20T02:24:53.910Z Downloaded chacha20 v0.9.1
10302026-08-20T02:24:53.910Z Downloaded deranged v0.5.8
10312026-08-20T02:24:53.910Z Downloaded half v2.7.1
10322026-08-20T02:24:53.910Z Downloaded indexmap v1.9.3
10332026-08-20T02:24:53.914Z Downloaded icu_properties v2.2.0
10342026-08-20T02:24:53.915Z Downloaded schemars v0.8.22
10352026-08-20T02:24:53.918Z Downloaded icu_provider v2.2.0
10362026-08-20T02:24:53.921Z Downloaded siphasher v1.0.3
10372026-08-20T02:24:53.921Z Downloaded thread-id v5.1.0
10382026-08-20T02:24:53.921Z Downloaded progenitor-impl v0.14.0
10392026-08-20T02:24:53.926Z Downloaded papergrid v0.11.0
10402026-08-20T02:24:53.926Z Downloaded rustls-platform-verifier v0.7.0
10412026-08-20T02:24:53.930Z Downloaded backon v1.6.0
10422026-08-20T02:24:53.930Z Downloaded omicron-zone-package v0.12.3
10432026-08-20T02:24:53.930Z Downloaded zerocopy-derive v0.7.35
10442026-08-20T02:24:53.933Z Downloaded cipher v0.4.4
10452026-08-20T02:24:53.933Z Downloaded icu_collections v2.2.0
10462026-08-20T02:24:53.936Z Downloaded async-stream v0.3.6
10472026-08-20T02:24:53.936Z Downloaded papergrid v0.18.0
10482026-08-20T02:24:53.941Z Downloaded konst v0.2.20
10492026-08-20T02:24:53.944Z Downloaded thiserror-impl-no-std v2.0.2
10502026-08-20T02:24:53.944Z Downloaded cargo_toml v0.22.3
10512026-08-20T02:24:53.944Z Downloaded convert_case v0.4.0
10522026-08-20T02:24:53.944Z Downloaded smartstring v1.0.1
10532026-08-20T02:24:53.947Z Downloaded cobs v0.3.0
10542026-08-20T02:24:53.947Z Downloaded usdt-attr-macro v0.5.0
10552026-08-20T02:24:53.950Z Downloaded termtree v0.5.1
10562026-08-20T02:24:53.950Z Downloaded utf-8 v0.7.6
10572026-08-20T02:24:53.953Z Downloaded thin-vec v0.2.19
10582026-08-20T02:24:53.954Z Downloaded tokio-tungstenite v0.21.0
10592026-08-20T02:24:53.957Z Downloaded prettyplease v0.2.37
10602026-08-20T02:24:53.961Z Downloaded writeable v0.6.3
10612026-08-20T02:24:53.961Z Downloaded tiny-keccak v2.0.2
10622026-08-20T02:24:53.961Z Downloaded serde_tokenstream v0.2.3
10632026-08-20T02:24:53.965Z Downloaded synstructure v0.13.2
10642026-08-20T02:24:53.965Z Downloaded const-random v0.1.18
10652026-08-20T02:24:53.965Z Downloaded tabwriter v1.4.1
10662026-08-20T02:24:53.969Z Downloaded zone_cfg_derive v0.3.1
10672026-08-20T02:24:53.973Z Downloaded topological-sort v0.2.2
10682026-08-20T02:24:53.978Z Downloaded slog-bunyan v2.5.0
10692026-08-20T02:24:53.978Z Downloaded time-core v0.1.9
10702026-08-20T02:24:53.979Z Downloaded snafu-derive v0.8.9
10712026-08-20T02:24:53.984Z Downloaded time-macros v0.2.32
10722026-08-20T02:24:53.985Z Downloaded arrayvec v0.7.8
10732026-08-20T02:24:53.985Z Downloaded defmt-macros v1.1.1
10742026-08-20T02:24:53.985Z Downloaded icu_normalizer_data v2.2.0
10752026-08-20T02:24:53.992Z Downloaded arc-swap v1.9.2
10762026-08-20T02:24:53.992Z Downloaded indicatif v0.18.6
10772026-08-20T02:24:53.992Z Downloaded zerofrom-derive v0.1.7
10782026-08-20T02:24:53.992Z Downloaded icu_normalizer v2.2.0
10792026-08-20T02:24:53.995Z Downloaded rayon-core v1.13.0
10802026-08-20T02:24:54.002Z Downloaded bitflags v1.3.2
10812026-08-20T02:24:54.002Z Downloaded heapless v0.8.0
10822026-08-20T02:24:54.006Z Downloaded tokio-dtrace v0.1.1
10832026-08-20T02:24:54.006Z Downloaded universal-hash v0.5.1
10842026-08-20T02:24:54.006Z Downloaded usdt-macro v0.6.0
10852026-08-20T02:24:54.007Z Downloaded darling_macro v0.23.0
10862026-08-20T02:24:54.010Z Downloaded async-recursion v1.1.1
10872026-08-20T02:24:54.010Z Downloaded backoff v0.4.0
10882026-08-20T02:24:54.010Z Downloaded rand v0.8.7
10892026-08-20T02:24:54.014Z Downloaded serde_derive_internals v0.29.1
10902026-08-20T02:24:54.020Z Downloaded byte-wrapper v0.1.0
10912026-08-20T02:24:54.020Z Downloaded bytecount v0.6.9
10922026-08-20T02:24:54.020Z Downloaded const_format_proc_macros v0.2.34
10932026-08-20T02:24:54.024Z Downloaded serde-big-array v0.5.1
10942026-08-20T02:24:54.024Z Downloaded yoke-derive v0.8.2
10952026-08-20T02:24:54.025Z Downloaded usdt v0.5.0
10962026-08-20T02:24:54.025Z Downloaded usdt v0.6.0
10972026-08-20T02:24:54.025Z Downloaded block-buffer v0.12.1
10982026-08-20T02:24:54.025Z Downloaded typify-macro v0.6.2
10992026-08-20T02:24:54.029Z Downloaded unit-prefix v0.5.2
11002026-08-20T02:24:54.029Z Downloaded darling_macro v0.21.3
11012026-08-20T02:24:54.029Z Downloaded typify v0.6.2
11022026-08-20T02:24:54.032Z Downloaded xz2 v0.1.7
11032026-08-20T02:24:54.032Z Downloaded allocator-api2 v0.2.21
11042026-08-20T02:24:54.032Z Downloaded serde_tokenstream v0.3.0
11052026-08-20T02:24:54.038Z Downloaded defmt v1.1.1
11062026-08-20T02:24:54.038Z Downloaded smawk v0.3.3
11072026-08-20T02:24:54.038Z Downloaded tagptr v0.2.0
11082026-08-20T02:24:54.043Z Downloaded daft-derive v0.1.8
11092026-08-20T02:24:54.043Z Downloaded const-random-macro v0.1.16
11102026-08-20T02:24:54.043Z Downloaded derive-ex v0.1.8
11112026-08-20T02:24:54.043Z Downloaded crunchy v0.2.4
11122026-08-20T02:24:54.044Z Downloaded serial_test v4.0.1
11132026-08-20T02:24:54.044Z Downloaded thiserror-no-std v2.0.2
11142026-08-20T02:24:54.047Z Downloaded bs58 v0.5.1
11152026-08-20T02:24:54.047Z Downloaded waitgroup v0.1.2
11162026-08-20T02:24:54.047Z Downloaded sha1 v0.11.0
11172026-08-20T02:24:54.047Z Downloaded usdt-macro v0.5.0
11182026-08-20T02:24:54.047Z Downloaded defmt v0.3.100
11192026-08-20T02:24:54.047Z Downloaded base16ct v0.2.0
11202026-08-20T02:24:54.050Z Downloaded tabled_derive v0.7.0
11212026-08-20T02:24:54.050Z Downloaded ciborium-io v0.2.2
11222026-08-20T02:24:54.050Z Downloaded walkdir v2.5.0
11232026-08-20T02:24:54.055Z Downloaded darling v0.23.0
11242026-08-20T02:24:54.059Z Downloaded tungstenite v0.21.0
11252026-08-20T02:24:54.060Z Downloaded ciborium v0.2.2
11262026-08-20T02:24:54.060Z Downloaded console v0.16.4
11272026-08-20T02:24:54.060Z Downloaded crossbeam-deque v0.8.7
11282026-08-20T02:24:54.063Z Downloaded csv-core v0.1.13
11292026-08-20T02:24:54.063Z Downloaded displaydoc v0.2.7
11302026-08-20T02:24:54.063Z Downloaded bit-set v0.8.0
11312026-08-20T02:24:54.069Z Downloaded qorb v0.4.1
11322026-08-20T02:24:54.072Z Downloaded hickory-resolver v0.24.4
11332026-08-20T02:24:54.072Z Downloaded icu_locale_core v2.2.0
11342026-08-20T02:24:54.077Z Downloaded schemars v0.9.0
11352026-08-20T02:24:54.081Z Downloaded progenitor-impl v0.13.0
11362026-08-20T02:24:54.084Z Downloaded yansi v1.0.1
11372026-08-20T02:24:54.084Z Downloaded thread-id v4.2.2
11382026-08-20T02:24:54.087Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-08-20T02:24:54.091Z Downloaded strum_macros v0.26.4
11402026-08-20T02:24:54.091Z Downloaded tinystr v0.8.3
11412026-08-20T02:24:54.091Z Downloaded slog-json v2.6.1
11422026-08-20T02:24:54.094Z Downloaded byteorder v1.5.0
11432026-08-20T02:24:54.099Z Downloaded darling_core v0.21.3
11442026-08-20T02:24:54.104Z Downloaded test-strategy v0.4.5
11452026-08-20T02:24:54.104Z Downloaded darling v0.21.3
11462026-08-20T02:24:54.108Z Downloaded argon2 v0.5.3
11472026-08-20T02:24:54.108Z Downloaded colored v3.1.1
11482026-08-20T02:24:54.108Z Downloaded crossbeam-epoch v0.9.20
11492026-08-20T02:24:54.111Z Downloaded slog-async v2.8.0
11502026-08-20T02:24:54.111Z Downloaded expectorate v1.2.0
11512026-08-20T02:24:54.111Z Downloaded slog-stdlog v4.1.1
11522026-08-20T02:24:54.111Z Downloaded cmake v0.1.58
11532026-08-20T02:24:54.111Z Downloaded pretty_assertions v1.4.1
11542026-08-20T02:24:54.114Z Downloaded slog-scope v4.4.1
11552026-08-20T02:24:54.114Z Downloaded term v1.2.1
11562026-08-20T02:24:54.115Z Downloaded cancel-safe-futures v0.1.5
11572026-08-20T02:24:54.120Z Downloaded similar v2.7.0
11582026-08-20T02:24:54.123Z Downloaded anyhow v1.0.104
11592026-08-20T02:24:54.124Z Downloaded digest v0.11.3
11602026-08-20T02:24:54.124Z Downloaded hickory-resolver v0.25.2
11612026-08-20T02:24:54.127Z Downloaded const_format v0.2.36
11622026-08-20T02:24:54.127Z Downloaded schemars v1.2.2
11632026-08-20T02:24:54.134Z Downloaded zerovec-derive v0.11.3
11642026-08-20T02:24:54.140Z Downloaded cookie v0.18.2
11652026-08-20T02:24:54.140Z Downloaded serde_with_macros v3.22.0
11662026-08-20T02:24:54.140Z Downloaded ucd-trie v0.1.7
11672026-08-20T02:24:54.144Z Downloaded diff v0.1.13
11682026-08-20T02:24:54.144Z Downloaded spin v0.9.9
11692026-08-20T02:24:54.144Z Downloaded usdt-impl v0.5.0
11702026-08-20T02:24:54.144Z Downloaded strum_macros v0.27.2
11712026-08-20T02:24:54.147Z Downloaded const-oid v0.10.2
11722026-08-20T02:24:54.147Z Downloaded zerotrie v0.2.4
11732026-08-20T02:24:54.150Z Downloaded derive_more v0.99.20
11742026-08-20T02:24:54.153Z Downloaded toml v0.7.8
11752026-08-20T02:24:54.156Z Downloaded bit-vec v0.8.0
11762026-08-20T02:24:54.156Z Downloaded nom v7.1.3
11772026-08-20T02:24:54.161Z Downloaded drift v0.2.0
11782026-08-20T02:24:54.166Z Downloaded async-compression v0.4.43
11792026-08-20T02:24:54.171Z Downloaded hashbrown v0.12.3
11802026-08-20T02:24:54.174Z Downloaded uuid v1.24.0
11812026-08-20T02:24:54.178Z Downloaded toml_edit v0.25.13+spec-1.1.0
11822026-08-20T02:24:54.178Z Downloaded snafu v0.8.9
11832026-08-20T02:24:54.181Z Downloaded chacha20poly1305 v0.10.1
11842026-08-20T02:24:54.181Z Downloaded toml v0.9.12+spec-1.1.0
11852026-08-20T02:24:54.185Z Downloaded unsafe-libyaml v0.2.11
11862026-08-20T02:24:54.185Z Downloaded dropshot_endpoint v0.17.1
11872026-08-20T02:24:54.189Z Downloaded crossbeam-utils v0.8.22
11882026-08-20T02:24:54.189Z Downloaded serde_yaml v0.9.34+deprecated
11892026-08-20T02:24:54.192Z Downloaded slog v2.8.2
11902026-08-20T02:24:54.192Z Downloaded base64 v0.21.7
11912026-08-20T02:24:54.195Z Downloaded pest v2.8.8
11922026-08-20T02:24:54.199Z Downloaded toml_edit v0.19.15
11932026-08-20T02:24:54.205Z Downloaded darling_core v0.23.0
11942026-08-20T02:24:54.209Z Downloaded libm v0.2.16
11952026-08-20T02:24:54.213Z Downloaded zerocopy-derive v0.8.56
11962026-08-20T02:24:54.218Z Downloaded yoke v0.8.3
11972026-08-20T02:24:54.221Z Downloaded hashbrown v0.16.1
11982026-08-20T02:24:54.221Z Downloaded typed-path v0.9.3
11992026-08-20T02:24:54.226Z Downloaded crossbeam-channel v0.5.16
12002026-08-20T02:24:54.229Z Downloaded typify v0.4.3
12012026-08-20T02:24:54.229Z Downloaded crypto-bigint v0.5.5
12022026-08-20T02:24:54.234Z Downloaded nom v8.0.0
12032026-08-20T02:24:54.238Z Downloaded itertools v0.12.1
12042026-08-20T02:24:54.241Z Downloaded jiff-core v0.1.0
12052026-08-20T02:24:54.241Z Downloaded cc v1.4.2
12062026-08-20T02:24:54.252Z Downloaded dropshot-api-manager v0.7.2
12072026-08-20T02:24:54.258Z Downloaded rayon v1.12.0
12082026-08-20T02:24:54.264Z Downloaded zerocopy v0.7.35
12092026-08-20T02:24:54.272Z Downloaded winnow v0.5.40
12102026-08-20T02:24:54.277Z Downloaded steno v0.4.1
12112026-08-20T02:24:54.280Z Downloaded hkdf v0.12.4
12122026-08-20T02:24:54.284Z Downloaded itertools v0.15.0
12132026-08-20T02:24:54.287Z Downloaded reqwest v0.13.4
12142026-08-20T02:24:54.290Z Downloaded blake3 v1.8.6
12152026-08-20T02:24:54.293Z Downloaded zerovec v0.11.6
12162026-08-20T02:24:54.296Z Downloaded goblin v0.8.2
12172026-08-20T02:24:54.300Z Downloaded h2 v0.4.15
12182026-08-20T02:24:54.303Z Downloaded proptest v1.11.0
12192026-08-20T02:24:54.307Z Downloaded icu_properties_data v2.2.0
12202026-08-20T02:24:54.313Z Downloaded tough v0.22.0
12212026-08-20T02:24:54.319Z Downloaded iddqd v0.4.6
12222026-08-20T02:24:54.324Z Downloaded moka v0.12.16
12232026-08-20T02:24:54.336Z Downloaded serde_with v3.22.0
12242026-08-20T02:24:54.346Z Downloaded tabled v0.21.0
12252026-08-20T02:24:54.377Z Downloaded aws-lc-rs v1.18.0
12262026-08-20T02:24:54.384Z Downloaded tabled v0.15.0
12272026-08-20T02:24:54.391Z Downloaded goblin v0.10.7
12282026-08-20T02:24:54.396Z Downloaded nix v0.31.3
12292026-08-20T02:24:54.409Z Downloaded openapiv3 v2.2.0
12302026-08-20T02:24:54.416Z Downloaded time v0.3.55
12312026-08-20T02:24:54.429Z Downloaded dropshot v0.17.1
12322026-08-20T02:24:54.442Z Downloaded syn v1.0.109
12332026-08-20T02:24:54.447Z Downloaded petgraph v0.6.5
12342026-08-20T02:24:54.457Z Downloaded lzma-sys v0.1.20
12352026-08-20T02:24:54.487Z Downloaded regress v0.10.5
12362026-08-20T02:24:54.492Z Downloaded smoltcp v0.11.0
12372026-08-20T02:24:54.492Z Downloaded rhai v1.25.1
12382026-08-20T02:24:54.492Z Downloaded hickory-proto v0.24.4
12392026-08-20T02:24:54.500Z Downloaded chrono-tz v0.10.4
12402026-08-20T02:24:54.508Z Downloaded regress v0.11.1
12412026-08-20T02:24:54.516Z Downloaded csv v1.4.0
12422026-08-20T02:24:54.523Z Downloaded hickory-proto v0.25.2
12432026-08-20T02:24:54.531Z Downloaded typify-impl v0.6.2
12442026-08-20T02:24:54.548Z Downloaded typify-impl v0.4.3
12452026-08-20T02:24:54.554Z Downloaded sled v0.34.7
12462026-08-20T02:24:54.591Z Downloaded jiff v0.2.35
12472026-08-20T02:24:54.626Z Downloaded sha3 v0.10.9
12482026-08-20T02:24:54.694Z Downloaded encoding_rs v0.8.35
12492026-08-20T02:24:55.232Z Downloaded aws-lc-sys v0.44.0
12502026-08-20T02:24:56.152Z Compiling proc-macro2 v1.0.107
12512026-08-20T02:24:56.152Z Compiling quote v1.0.47
12522026-08-20T02:24:56.152Z Compiling unicode-ident v1.0.24
12532026-08-20T02:24:56.152Z Compiling serde_core v1.0.229
12542026-08-20T02:24:56.156Z Compiling cfg-if v1.0.4
12552026-08-20T02:24:56.156Z Compiling serde v1.0.229
12562026-08-20T02:24:56.156Z Compiling libc v0.2.189
12572026-08-20T02:24:56.156Z Compiling memchr v2.8.3
12582026-08-20T02:24:56.319Z Compiling itoa v1.0.18
12592026-08-20T02:24:56.500Z Compiling smallvec v1.15.2
12602026-08-20T02:24:56.573Z Compiling zmij v1.0.23
12612026-08-20T02:24:56.604Z Compiling autocfg v1.5.1
12622026-08-20T02:24:56.699Z Compiling libm v0.2.16
12632026-08-20T02:24:56.948Z Compiling stable_deref_trait v1.2.1
12642026-08-20T02:24:56.959Z Compiling writeable v0.6.3
12652026-08-20T02:24:57.017Z Compiling litemap v0.8.2
12662026-08-20T02:24:57.070Z Compiling percent-encoding v2.3.2
12672026-08-20T02:24:57.152Z Compiling icu_normalizer_data v2.2.0
12682026-08-20T02:24:57.162Z Compiling icu_properties_data v2.2.0
12692026-08-20T02:24:57.197Z Compiling utf8_iter v1.0.4
12702026-08-20T02:24:57.258Z Compiling iana-time-zone v0.1.65
12712026-08-20T02:24:57.333Z Compiling equivalent v1.0.2
12722026-08-20T02:24:57.374Z Compiling syn v2.0.119
12732026-08-20T02:24:57.386Z Compiling syn v3.0.3
12742026-08-20T02:24:57.490Z Compiling form_urlencoded v1.2.2
12752026-08-20T02:24:57.539Z Compiling allocator-api2 v0.2.21
12762026-08-20T02:24:57.560Z Compiling serde_json v1.0.151
12772026-08-20T02:24:57.572Z Compiling dyn-clone v1.0.20
12782026-08-20T02:24:57.661Z Compiling pin-project-lite v0.2.17
12792026-08-20T02:24:57.704Z Compiling version_check v0.9.5
12802026-08-20T02:24:57.752Z Compiling scopeguard v1.2.0
12812026-08-20T02:24:57.801Z Compiling parking_lot_core v0.9.12
12822026-08-20T02:24:57.854Z Compiling hashbrown v0.17.1
12832026-08-20T02:24:57.865Z Compiling lock_api v0.4.14
12842026-08-20T02:24:57.969Z Compiling num-traits v0.2.19
12852026-08-20T02:24:58.070Z Compiling thiserror v2.0.20
12862026-08-20T02:24:58.088Z Compiling getrandom v0.4.3
12872026-08-20T02:24:58.200Z Compiling rand_core v0.10.1
12882026-08-20T02:24:58.343Z Compiling semver v1.0.28
12892026-08-20T02:24:58.418Z Compiling indexmap v2.14.0
12902026-08-20T02:24:58.583Z Compiling errno v0.3.14
12912026-08-20T02:24:58.629Z Compiling log v0.4.33
12922026-08-20T02:24:58.672Z Compiling futures-core v0.3.34
12932026-08-20T02:24:58.724Z Compiling heck v0.5.0
12942026-08-20T02:24:58.818Z Compiling uuid v1.24.0
12952026-08-20T02:24:58.960Z Compiling zerocopy v0.8.56
12962026-08-20T02:24:58.972Z Compiling schemars v0.8.22
12972026-08-20T02:24:59.038Z Compiling futures-sink v0.3.34
12982026-08-20T02:24:59.135Z Compiling slab v0.4.12
12992026-08-20T02:24:59.213Z Compiling jobserver v0.1.35
13002026-08-20T02:24:59.248Z Compiling find-msvc-tools v0.1.10
13012026-08-20T02:24:59.307Z Compiling fnv v1.0.7
13022026-08-20T02:24:59.379Z Compiling rustversion v1.0.23
13032026-08-20T02:24:59.413Z Compiling shlex v2.0.1
13042026-08-20T02:24:59.524Z Compiling cc v1.4.2
13052026-08-20T02:24:59.535Z Compiling futures-channel v0.3.34
13062026-08-20T02:24:59.577Z Compiling bitflags v2.13.1
13072026-08-20T02:24:59.605Z Compiling futures-task v0.3.34
13082026-08-20T02:24:59.757Z Compiling pkg-config v0.3.33
13092026-08-20T02:24:59.779Z Compiling futures-io v0.3.34
13102026-08-20T02:24:59.934Z Compiling socket2 v0.6.5
13112026-08-20T02:25:00.001Z Compiling parking_lot v0.12.5
13122026-08-20T02:25:00.122Z Compiling signal-hook-registry v1.4.8
13132026-08-20T02:25:00.207Z Compiling synstructure v0.13.2
13142026-08-20T02:25:00.365Z Compiling serde_derive_internals v0.29.1
13152026-08-20T02:25:00.383Z Compiling mio v1.2.2
13162026-08-20T02:25:00.410Z Compiling portable-atomic v1.15.0
13172026-08-20T02:25:00.430Z Compiling cmake v0.1.58
13182026-08-20T02:25:00.668Z Compiling serde_derive v1.0.229
13192026-08-20T02:25:00.723Z Compiling displaydoc v0.2.7
13202026-08-20T02:25:00.765Z Compiling thiserror-impl v2.0.20
13212026-08-20T02:25:00.832Z Compiling tokio-macros v2.7.2
13222026-08-20T02:25:00.857Z Compiling futures-macro v0.3.34
13232026-08-20T02:25:01.119Z Compiling dunce v1.0.5
13242026-08-20T02:25:01.215Z Compiling typenum v1.20.1
13252026-08-20T02:25:01.437Z Compiling zerofrom-derive v0.1.7
13262026-08-20T02:25:01.488Z Compiling yoke-derive v0.8.2
13272026-08-20T02:25:01.516Z Compiling zerovec-derive v0.11.3
13282026-08-20T02:25:01.582Z Compiling schemars_derive v0.8.22
13292026-08-20T02:25:01.701Z Compiling zerocopy-derive v0.8.56
13302026-08-20T02:25:02.012Z Compiling zeroize_derive v1.5.0
13312026-08-20T02:25:02.085Z Compiling futures-util v0.3.34
13322026-08-20T02:25:02.584Z Compiling fs_extra v1.3.0
13332026-08-20T02:25:02.596Z Compiling critical-section v1.2.0
13342026-08-20T02:25:02.652Z Compiling zerofrom v0.1.8
13352026-08-20T02:25:02.686Z Compiling zeroize v1.9.0
13362026-08-20T02:25:02.698Z Compiling base64 v0.22.1
13372026-08-20T02:25:02.769Z Compiling yoke v0.8.3
13382026-08-20T02:25:02.769Z Compiling once_cell v1.21.4
13392026-08-20T02:25:02.837Z Compiling aws-lc-sys v0.44.0
13402026-08-20T02:25:02.887Z Compiling slog v2.8.2
13412026-08-20T02:25:02.946Z Compiling zerovec v0.11.6
13422026-08-20T02:25:02.981Z Compiling zerotrie v0.2.4
13432026-08-20T02:25:03.017Z Compiling byteorder v1.5.0
13442026-08-20T02:25:03.115Z Compiling rustix v1.1.4
13452026-08-20T02:25:03.239Z Compiling strsim v0.11.1
13462026-08-20T02:25:03.270Z Compiling subtle v2.6.1
13472026-08-20T02:25:03.428Z Compiling tinystr v0.8.3
13482026-08-20T02:25:03.458Z Compiling potential_utf v0.1.5
13492026-08-20T02:25:03.616Z Compiling icu_locale_core v2.2.0
13502026-08-20T02:25:03.628Z Compiling icu_collections v2.2.0
13512026-08-20T02:25:03.653Z Compiling regex-syntax v0.8.11
13522026-08-20T02:25:03.665Z Compiling ipnet v2.12.1
13532026-08-20T02:25:03.825Z Compiling bytes v1.12.1
13542026-08-20T02:25:03.971Z Compiling chrono v0.4.45
13552026-08-20T02:25:04.186Z Compiling erased-serde v0.3.31
13562026-08-20T02:25:04.420Z Compiling icu_provider v2.2.0
13572026-08-20T02:25:04.478Z Compiling http v1.5.0
13582026-08-20T02:25:04.740Z Compiling icu_normalizer v2.2.0
13592026-08-20T02:25:04.745Z Compiling icu_properties v2.2.0
13602026-08-20T02:25:04.790Z Compiling tokio v1.53.1
13612026-08-20T02:25:05.459Z Compiling serde_tokenstream v0.2.3
13622026-08-20T02:25:05.548Z Compiling http-body v1.1.0
13632026-08-20T02:25:05.706Z Compiling idna_adapter v1.2.2
13642026-08-20T02:25:05.738Z Compiling httparse v1.10.1
13652026-08-20T02:25:05.741Z Compiling atomic-waker v1.1.2
13662026-08-20T02:25:05.840Z Compiling idna v1.1.0
13672026-08-20T02:25:05.870Z Compiling tower-layer v0.3.3
13682026-08-20T02:25:05.954Z Compiling tower-service v0.3.3
13692026-08-20T02:25:06.024Z Compiling ppv-lite86 v0.2.21
13702026-08-20T02:25:06.046Z Compiling getrandom v0.2.17
13712026-08-20T02:25:06.119Z Compiling url v2.5.8
13722026-08-20T02:25:06.223Z Compiling try-lock v0.2.5
13732026-08-20T02:25:06.328Z Compiling ryu v1.0.23
13742026-08-20T02:25:06.338Z Compiling untrusted v0.9.0
13752026-08-20T02:25:06.394Z Compiling thiserror v1.0.69
13762026-08-20T02:25:06.446Z Compiling ucd-trie v0.1.7
13772026-08-20T02:25:06.459Z Compiling want v0.3.1
13782026-08-20T02:25:06.501Z Compiling rand_core v0.6.4
13792026-08-20T02:25:06.615Z Compiling pest v2.8.8
13802026-08-20T02:25:06.719Z Compiling thiserror-impl v1.0.69
13812026-08-20T02:25:06.732Z Compiling httpdate v1.0.3
13822026-08-20T02:25:06.855Z Compiling getrandom v0.3.4
13832026-08-20T02:25:06.968Z Compiling pretty-hex v0.4.2
13842026-08-20T02:25:06.979Z Compiling plain v0.2.3
13852026-08-20T02:25:07.078Z Compiling winnow v1.0.4
13862026-08-20T02:25:07.096Z Compiling paste v1.0.15
13872026-08-20T02:25:07.189Z Compiling foldhash v0.2.0
13882026-08-20T02:25:07.372Z Compiling ipnetwork v0.21.1
13892026-08-20T02:25:07.459Z Compiling tracing-core v0.1.36
13902026-08-20T02:25:07.798Z Compiling pest_meta v2.8.8
13912026-08-20T02:25:07.863Z Compiling oxnet v0.1.6
13922026-08-20T02:25:07.943Z Compiling tracing-attributes v0.1.31
13932026-08-20T02:25:08.053Z Compiling ident_case v1.0.1
13942026-08-20T02:25:08.063Z Compiling omicron-workspace-hack v0.1.0
13952026-08-20T02:25:08.166Z Compiling serde_urlencoded v0.7.1
13962026-08-20T02:25:08.279Z Compiling http-body-util v0.1.5
13972026-08-20T02:25:08.321Z Compiling aho-corasick v1.1.5
13982026-08-20T02:25:08.405Z Compiling pest_generator v2.8.8
13992026-08-20T02:25:08.600Z Compiling sync_wrapper v1.0.2
14002026-08-20T02:25:08.702Z Compiling daft-derive v0.1.8
14012026-08-20T02:25:09.063Z Compiling pest_derive v2.8.8
14022026-08-20T02:25:09.128Z Compiling tracing v0.1.44
14032026-08-20T02:25:09.212Z Compiling regex-automata v0.4.18
14042026-08-20T02:25:09.368Z Compiling fastrand v2.5.0
14052026-08-20T02:25:09.618Z Compiling hashbrown v0.16.1
14062026-08-20T02:25:09.654Z Compiling tokio-util v0.7.19
14072026-08-20T02:25:09.731Z Compiling scroll_derive v0.13.1
14082026-08-20T02:25:09.930Z Compiling async-trait v0.1.92
14092026-08-20T02:25:10.256Z Compiling num-conv v0.2.2
14102026-08-20T02:25:10.410Z Compiling time-core v0.1.9
14112026-08-20T02:25:10.442Z Compiling anyhow v1.0.104
14122026-08-20T02:25:10.596Z Compiling aws-lc-rs v1.18.0
14132026-08-20T02:25:10.608Z Compiling time-macros v0.2.32
14142026-08-20T02:25:10.890Z Compiling scroll v0.13.0
14152026-08-20T02:25:10.901Z Compiling rustls-pki-types v1.15.1
14162026-08-20T02:25:10.964Z Compiling hex v0.4.3
14172026-08-20T02:25:11.153Z Compiling regex v1.13.1
14182026-08-20T02:25:11.213Z Compiling deranged v0.5.8
14192026-08-20T02:25:11.375Z Compiling powerfmt v0.2.0
14202026-08-20T02:25:11.400Z Compiling num_threads v0.1.7
14212026-08-20T02:25:11.501Z Compiling openssl-probe v0.2.1
14222026-08-20T02:25:11.579Z Compiling goblin v0.10.7
14232026-08-20T02:25:11.682Z Compiling camino v1.2.5
14242026-08-20T02:25:11.881Z Compiling untrusted v0.7.1
14252026-08-20T02:25:11.995Z Compiling usdt-impl v0.6.0
14262026-08-20T02:25:12.015Z Compiling crc32fast v1.5.0
14272026-08-20T02:25:12.037Z Compiling rustls v0.23.43
14282026-08-20T02:25:12.186Z Compiling h2 v0.4.15
14292026-08-20T02:25:12.243Z Compiling dtrace-parser v0.3.0
14302026-08-20T02:25:12.256Z Compiling crossbeam-utils v0.8.22
14312026-08-20T02:25:12.563Z Compiling futures-executor v0.3.34
14322026-08-20T02:25:12.577Z Compiling serde_tokenstream v0.3.0
14332026-08-20T02:25:12.686Z Compiling structmeta-derive v0.3.0
14342026-08-20T02:25:12.841Z Compiling thread-id v5.1.0
14352026-08-20T02:25:12.854Z Compiling cpufeatures v0.3.0
14362026-08-20T02:25:12.919Z Compiling simd-adler32 v0.3.10
14372026-08-20T02:25:12.922Z Compiling adler2 v2.0.1
14382026-08-20T02:25:13.057Z Compiling miniz_oxide v0.8.9
14392026-08-20T02:25:13.085Z Compiling newtype-uuid-macros v0.1.1
14402026-08-20T02:25:13.113Z Compiling futures v0.3.34
14412026-08-20T02:25:13.188Z Compiling rand_core v0.9.5
14422026-08-20T02:25:13.707Z Compiling darling_core v0.23.0
14432026-08-20T02:25:13.718Z Compiling structmeta v0.3.0
14442026-08-20T02:25:13.866Z Compiling hybrid-array v0.4.14
14452026-08-20T02:25:13.919Z Compiling thread_local v1.1.10
14462026-08-20T02:25:14.054Z Compiling match_cfg v0.1.0
14472026-08-20T02:25:14.125Z Compiling flate2 v1.1.9
14482026-08-20T02:25:14.313Z Compiling hyper v1.11.0
14492026-08-20T02:25:14.584Z Compiling dof v0.4.0
14502026-08-20T02:25:14.782Z Compiling newtype-uuid v1.4.0
14512026-08-20T02:25:15.131Z Compiling slog-async v2.8.0
14522026-08-20T02:25:15.407Z Compiling quick-error v1.2.3
14532026-08-20T02:25:15.513Z Compiling hyper-util v0.1.20
14542026-08-20T02:25:15.745Z Compiling compression-core v0.4.32
14552026-08-20T02:25:15.836Z Compiling darling_macro v0.23.0
14562026-08-20T02:25:15.939Z Compiling ref-cast v1.0.26
14572026-08-20T02:25:16.065Z Compiling compression-codecs v0.4.38
14582026-08-20T02:25:16.169Z Compiling daft v0.1.8
14592026-08-20T02:25:16.185Z Compiling crypto-common v0.2.2
14602026-08-20T02:25:16.294Z Compiling block-buffer v0.12.1
14612026-08-20T02:25:16.315Z Compiling rand_chacha v0.9.0
14622026-08-20T02:25:16.426Z Compiling darling v0.23.0
14632026-08-20T02:25:16.448Z Compiling strum_macros v0.26.4
14642026-08-20T02:25:16.503Z Compiling ref-cast-impl v1.0.26
14652026-08-20T02:25:16.613Z Compiling usdt-macro v0.6.0
14662026-08-20T02:25:16.750Z Compiling usdt-attr-macro v0.6.0
14672026-08-20T02:25:16.857Z Compiling serde_spanned v1.1.1
14682026-08-20T02:25:17.004Z Compiling multer v3.1.0
14692026-08-20T02:25:17.086Z Compiling generic-array v0.14.7
14702026-08-20T02:25:17.198Z Compiling bit-vec v0.8.0
14712026-08-20T02:25:17.221Z Compiling debug-ignore v1.0.5
14722026-08-20T02:25:17.301Z Compiling toml_writer v1.1.2+spec-1.1.0
14732026-08-20T02:25:17.317Z Compiling const-oid v0.10.2
14742026-08-20T02:25:17.320Z Compiling term v1.2.1
14752026-08-20T02:25:17.424Z Compiling take_mut v0.2.2
14762026-08-20T02:25:17.507Z Compiling digest v0.11.3
14772026-08-20T02:25:17.523Z Compiling bit-set v0.8.0
14782026-08-20T02:25:17.680Z Compiling serde_with_macros v3.22.0
14792026-08-20T02:25:17.712Z Compiling rand v0.9.5
14802026-08-20T02:25:17.739Z Compiling async-stream-impl v0.3.6
14812026-08-20T02:25:17.930Z Compiling dropshot v0.17.1
14822026-08-20T02:25:18.032Z Compiling encoding_rs v0.8.35
14832026-08-20T02:25:18.066Z Compiling strum v0.26.3
14842026-08-20T02:25:18.148Z Compiling spin v0.9.9
14852026-08-20T02:25:18.190Z Compiling syn v1.0.109
14862026-08-20T02:25:18.275Z Compiling unarray v0.1.4
14872026-08-20T02:25:18.306Z Compiling mime v0.3.17
14882026-08-20T02:25:18.372Z Compiling async-stream v0.3.6
14892026-08-20T02:25:18.403Z Compiling sha1 v0.11.0
14902026-08-20T02:25:18.550Z Compiling derive-ex v0.1.8
14912026-08-20T02:25:18.573Z Compiling tower v0.5.3
14922026-08-20T02:25:18.645Z Compiling waitgroup v0.1.2
14932026-08-20T02:25:18.768Z Compiling dropshot_endpoint v0.17.1
14942026-08-20T02:25:18.779Z Compiling macaddr v1.0.1
14952026-08-20T02:25:18.811Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14962026-08-20T02:25:19.028Z Compiling serde_path_to_error v0.1.20
14972026-08-20T02:25:19.284Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14982026-08-20T02:25:19.373Z Compiling tower-http v0.6.11
14992026-08-20T02:25:19.522Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15002026-08-20T02:25:19.701Z Compiling tempfile v3.27.0
15012026-08-20T02:25:19.712Z Compiling openapiv3 v2.2.0
15022026-08-20T02:25:19.862Z Compiling strum_macros v0.27.2
15032026-08-20T02:25:20.112Z Compiling test-strategy v0.4.5
15042026-08-20T02:25:20.483Z Compiling instant v0.1.13
15052026-08-20T02:25:20.587Z Compiling time v0.3.55
15062026-08-20T02:25:21.128Z Compiling rustls-native-certs v0.8.4
15072026-08-20T02:25:21.325Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15082026-08-20T02:25:21.467Z Compiling crossbeam-channel v0.5.16
15092026-08-20T02:25:21.472Z Compiling crypto-common v0.1.7
15102026-08-20T02:25:21.696Z Compiling strum v0.27.2
15112026-08-20T02:25:21.927Z Compiling parse-display-derive v0.10.0
15122026-08-20T02:25:21.938Z Compiling backon v1.6.0
15132026-08-20T02:25:22.135Z Compiling rand_chacha v0.3.1
15142026-08-20T02:25:22.578Z Compiling either v1.17.0
15152026-08-20T02:25:22.797Z Compiling rand v0.8.7
15162026-08-20T02:25:22.812Z Compiling slog-json v2.6.1
15172026-08-20T02:25:22.953Z Compiling hostname v0.3.1
15182026-08-20T02:25:23.077Z Compiling toml_parser v1.1.3+spec-1.1.0
15192026-08-20T02:25:23.088Z Compiling toml_datetime v1.1.1+spec-1.1.0
15202026-08-20T02:25:23.306Z Compiling memmap2 v0.9.11
15212026-08-20T02:25:23.360Z Compiling is-terminal v0.4.17
15222026-08-20T02:25:23.394Z Compiling wait-timeout v0.2.1
15232026-08-20T02:25:23.524Z Compiling rusty-fork v0.3.1
15242026-08-20T02:25:23.550Z Compiling usdt v0.6.0
15252026-08-20T02:25:23.687Z Compiling toml v1.1.4+spec-1.1.0
15262026-08-20T02:25:23.698Z Compiling slog-term v2.9.2
15272026-08-20T02:25:23.840Z Compiling slog-bunyan v2.5.0
15282026-08-20T02:25:23.920Z Compiling serde_with v3.22.0
15292026-08-20T02:25:23.966Z Compiling async-compression v0.4.43
15302026-08-20T02:25:23.989Z Compiling rand_xorshift v0.4.0
15312026-08-20T02:25:24.090Z Compiling rustls-pemfile v2.2.0
15322026-08-20T02:25:24.256Z Compiling regress v0.10.5
15332026-08-20T02:25:24.295Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15342026-08-20T02:25:24.387Z Compiling hostname v0.4.2
15352026-08-20T02:25:24.435Z Compiling humantime v2.4.0
15362026-08-20T02:25:24.538Z Compiling proptest v1.11.0
15372026-08-20T02:25:25.090Z Compiling iddqd v0.4.6
15382026-08-20T02:25:25.289Z Compiling reqwest v0.12.28
15392026-08-20T02:25:25.466Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15402026-08-20T02:25:25.710Z Compiling block-buffer v0.10.4
15412026-08-20T02:25:25.881Z Compiling utf8parse v0.2.2
15422026-08-20T02:25:25.901Z Compiling digest v0.10.7
15432026-08-20T02:25:25.960Z Compiling anstyle-parse v1.0.0
15442026-08-20T02:25:26.109Z Compiling parse-display v0.10.0
15452026-08-20T02:25:26.140Z Compiling backoff v0.4.0
15462026-08-20T02:25:26.343Z Compiling progenitor-client v0.10.0
15472026-08-20T02:25:26.355Z Compiling itertools v0.14.0
15482026-08-20T02:25:26.441Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15492026-08-20T02:25:26.616Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15502026-08-20T02:25:27.203Z Compiling colorchoice v1.0.5
15512026-08-20T02:25:27.323Z Compiling anstyle v1.0.14
15522026-08-20T02:25:27.437Z Compiling anstyle-query v1.1.5
15532026-08-20T02:25:27.543Z Compiling is_terminal_polyfill v1.70.2
15542026-08-20T02:25:27.624Z Compiling anstream v1.0.0
15552026-08-20T02:25:27.942Z Compiling clap_lex v1.1.0
15562026-08-20T02:25:28.403Z Compiling regress v0.11.1
15572026-08-20T02:25:28.415Z Compiling clap_derive v4.6.4
15582026-08-20T02:25:28.888Z Compiling terminal_size v0.4.4
15592026-08-20T02:25:29.981Z Compiling toml_datetime v0.6.11
15602026-08-20T02:25:30.036Z Compiling typify-impl v0.6.2
15612026-08-20T02:25:30.253Z Compiling zerocopy-derive v0.7.35
15622026-08-20T02:25:30.350Z Compiling convert_case v0.4.0
15632026-08-20T02:25:30.433Z Compiling cpufeatures v0.2.17
15642026-08-20T02:25:30.502Z Compiling clap_builder v4.6.6
15652026-08-20T02:25:30.644Z Compiling derive_more v0.99.20
15662026-08-20T02:25:31.127Z Compiling zerocopy v0.7.35
15672026-08-20T02:25:31.840Z Compiling toml_edit v0.25.13+spec-1.1.0
15682026-08-20T02:25:32.429Z Compiling unicode-width v0.2.2
15692026-08-20T02:25:32.711Z Compiling proc-macro-crate v3.5.0
15702026-08-20T02:25:32.842Z Compiling clap v4.6.6
15712026-08-20T02:25:32.931Z Compiling secrecy v0.10.3
15722026-08-20T02:25:33.117Z Compiling tinyvec_macros v0.1.1
15732026-08-20T02:25:33.185Z Compiling float-ord v0.3.2
15742026-08-20T02:25:33.292Z Compiling crucible-workspace-hack v0.1.0
15752026-08-20T02:25:33.304Z Compiling tinyvec v1.12.0
15762026-08-20T02:25:33.322Z Compiling num_enum_derive v0.7.6
15772026-08-20T02:25:33.840Z Compiling dtrace-parser v0.2.0
15782026-08-20T02:25:33.962Z Compiling scroll_derive v0.12.1
15792026-08-20T02:25:33.983Z Compiling num-integer v0.1.47
15802026-08-20T02:25:34.096Z Compiling rustc_version v0.4.1
15812026-08-20T02:25:34.303Z Compiling usdt-impl v0.5.0
15822026-08-20T02:25:34.359Z Compiling crossbeam-epoch v0.9.20
15832026-08-20T02:25:34.640Z Compiling curve25519-dalek v4.1.3
15842026-08-20T02:25:34.707Z Compiling num_enum v0.7.6
15852026-08-20T02:25:34.717Z Compiling scroll v0.12.0
15862026-08-20T02:25:34.921Z Compiling dof v0.3.0
15872026-08-20T02:25:34.990Z Compiling hmac v0.12.1
15882026-08-20T02:25:35.126Z Compiling inout v0.1.4
15892026-08-20T02:25:35.256Z Compiling darling_core v0.21.3
15902026-08-20T02:25:35.268Z Compiling ff v0.13.1
15912026-08-20T02:25:35.303Z Compiling thread-id v4.2.2
15922026-08-20T02:25:35.306Z Compiling cipher v0.4.4
15932026-08-20T02:25:35.384Z Compiling group v0.13.0
15942026-08-20T02:25:35.578Z Compiling hkdf v0.12.4
15952026-08-20T02:25:35.736Z Compiling goblin v0.8.2
15962026-08-20T02:25:35.939Z Compiling num-rational v0.4.2
15972026-08-20T02:25:36.252Z Compiling num-iter v0.1.46
15982026-08-20T02:25:36.337Z Compiling thiserror-impl-no-std v2.0.2
15992026-08-20T02:25:36.364Z Compiling universal-hash v0.5.1
16002026-08-20T02:25:36.412Z Compiling typify-macro v0.6.2
16012026-08-20T02:25:36.461Z Compiling crypto-bigint v0.5.5
16022026-08-20T02:25:36.487Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16032026-08-20T02:25:36.818Z Compiling half v2.7.1
16042026-08-20T02:25:37.007Z Compiling curve25519-dalek-derive v0.1.1
16052026-08-20T02:25:37.107Z Compiling num-complex v0.4.6
16062026-08-20T02:25:37.354Z Compiling darling_macro v0.21.3
16072026-08-20T02:25:37.598Z Compiling base16ct v0.2.0
16082026-08-20T02:25:37.645Z Compiling ciborium-io v0.2.2
16092026-08-20T02:25:37.679Z Compiling base64ct v1.8.3
16102026-08-20T02:25:37.734Z Compiling opaque-debug v0.3.1
16112026-08-20T02:25:37.748Z Compiling heck v0.4.1
16122026-08-20T02:25:37.785Z Compiling poly1305 v0.8.0
16132026-08-20T02:25:37.941Z Compiling password-hash v0.5.0
16142026-08-20T02:25:37.953Z Compiling darling v0.21.3
16152026-08-20T02:25:38.029Z Compiling ciborium-ll v0.2.2
16162026-08-20T02:25:38.073Z Compiling elliptic-curve v0.13.8
16172026-08-20T02:25:38.349Z Compiling num v0.4.3
16182026-08-20T02:25:38.370Z Compiling thiserror-no-std v2.0.2
16192026-08-20T02:25:38.562Z Compiling typify v0.6.2
16202026-08-20T02:25:38.811Z Compiling chacha20 v0.9.1
16212026-08-20T02:25:39.018Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16222026-08-20T02:25:39.190Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16232026-08-20T02:25:39.632Z Compiling blake2 v0.10.6
16242026-08-20T02:25:39.785Z Compiling aead v0.5.2
16252026-08-20T02:25:39.873Z Compiling byte-wrapper v0.1.0
16262026-08-20T02:25:39.943Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16272026-08-20T02:25:40.093Z Compiling proc-macro-error-attr v1.0.4
16282026-08-20T02:25:40.317Z Compiling prettyplease v0.2.37
16292026-08-20T02:25:40.328Z Compiling unsafe-libyaml v0.2.11
16302026-08-20T02:25:40.407Z Compiling rustix v0.38.44
16312026-08-20T02:25:40.550Z Compiling heapless v0.8.0
16322026-08-20T02:25:40.758Z Compiling keccak v0.1.6
16332026-08-20T02:25:40.994Z Compiling sha3 v0.10.9
16342026-08-20T02:25:41.018Z Compiling serde_yaml v0.9.34+deprecated
16352026-08-20T02:25:41.325Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16362026-08-20T02:25:41.756Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16372026-08-20T02:25:42.302Z Compiling chacha20poly1305 v0.10.1
16382026-08-20T02:25:42.308Z Compiling argon2 v0.5.3
16392026-08-20T02:25:42.399Z Compiling vsss-rs v3.3.4
16402026-08-20T02:25:42.490Z Compiling ciborium v0.2.2
16412026-08-20T02:25:42.595Z Compiling ingot-macros v0.1.1
16422026-08-20T02:25:42.943Z Compiling usdt-attr-macro v0.5.0
16432026-08-20T02:25:43.064Z Compiling usdt-macro v0.5.0
16442026-08-20T02:25:44.135Z Compiling serde_spanned v0.6.9
16452026-08-20T02:25:44.275Z Compiling hash32 v0.3.1
16462026-08-20T02:25:44.434Z Compiling enum-as-inner v0.6.1
16472026-08-20T02:25:44.536Z Compiling proc-macro-error v1.0.4
16482026-08-20T02:25:44.759Z Compiling memmap v0.7.0
16492026-08-20T02:25:44.947Z Compiling memoffset v0.9.1
16502026-08-20T02:25:44.961Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16512026-08-20T02:25:44.970Z Compiling data-encoding v2.11.1
16522026-08-20T02:25:45.010Z Compiling winnow v0.7.15
16532026-08-20T02:25:45.172Z Compiling indent_write v2.2.0
16542026-08-20T02:25:45.191Z Compiling toml_write v0.1.2
16552026-08-20T02:25:45.210Z Compiling cfg_aliases v0.2.2
16562026-08-20T02:25:45.280Z Compiling winnow v0.5.40
16572026-08-20T02:25:45.304Z Compiling smoltcp v0.11.0
16582026-08-20T02:25:45.346Z Compiling ingot-types v0.1.2
16592026-08-20T02:25:45.384Z Compiling nix v0.31.3
16602026-08-20T02:25:45.650Z Compiling usdt v0.5.0
16612026-08-20T02:25:45.791Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16622026-08-20T02:25:45.817Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16632026-08-20T02:25:45.822Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16642026-08-20T02:25:46.062Z Compiling tabwriter v1.4.1
16652026-08-20T02:25:46.306Z Compiling cobs v0.3.0
16662026-08-20T02:25:46.313Z Compiling toml_edit v0.22.27
16672026-08-20T02:25:46.324Z Compiling serde_repr v0.1.21
16682026-08-20T02:25:46.491Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
16692026-08-20T02:25:46.503Z Compiling managed v0.8.0
16702026-08-20T02:25:46.650Z Compiling toml_edit v0.19.15
16712026-08-20T02:25:46.701Z Compiling vcpkg v0.2.15
16722026-08-20T02:25:46.712Z Compiling crossbeam-deque v0.8.7
16732026-08-20T02:25:46.807Z Compiling bitflags v1.3.2
16742026-08-20T02:25:46.904Z Compiling postcard v1.1.3
16752026-08-20T02:25:47.225Z Compiling openssl-sys v0.9.117
16762026-08-20T02:25:47.340Z Compiling ingot v0.1.1
16772026-08-20T02:25:47.757Z Compiling toml v0.8.23
16782026-08-20T02:25:48.436Z Compiling proc-macro-crate v1.3.1
16792026-08-20T02:25:48.630Z Compiling hubpack_derive v0.1.1
16802026-08-20T02:25:48.720Z Compiling foreign-types-macros v0.2.4
16812026-08-20T02:25:48.760Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16822026-08-20T02:25:49.067Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16832026-08-20T02:25:49.149Z Compiling linked-hash-map v0.5.6
16842026-08-20T02:25:49.184Z Compiling semver v0.1.20
16852026-08-20T02:25:49.292Z Compiling swrite v0.1.0
16862026-08-20T02:25:49.325Z Compiling static_assertions v1.1.0
16872026-08-20T02:25:49.336Z Compiling foreign-types-shared v0.3.1
16882026-08-20T02:25:49.379Z Compiling resolv-conf v0.7.6
16892026-08-20T02:25:49.482Z Compiling colored v3.1.1
16902026-08-20T02:25:49.485Z Compiling unicode-segmentation v1.13.3
16912026-08-20T02:25:49.509Z Compiling rayon-core v1.13.0
16922026-08-20T02:25:49.537Z Compiling foreign-types v0.5.0
16932026-08-20T02:25:49.613Z Compiling rustc_version v0.1.7
16942026-08-20T02:25:49.723Z Compiling lru-cache v0.1.2
16952026-08-20T02:25:49.747Z Compiling hubpack v0.1.2
16962026-08-20T02:25:49.758Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16972026-08-20T02:25:49.838Z Compiling newline-converter v0.3.0
16982026-08-20T02:25:49.853Z Compiling num_enum_derive v0.5.11
16992026-08-20T02:25:49.958Z Compiling atomicwrites v0.4.4
17002026-08-20T02:25:50.048Z Compiling hickory-proto v0.24.4
17012026-08-20T02:25:50.099Z Compiling progenitor-impl v0.13.0
17022026-08-20T02:25:50.147Z Compiling console v0.15.11
17032026-08-20T02:25:50.918Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17042026-08-20T02:25:50.929Z Compiling camino-tempfile v1.4.1
17052026-08-20T02:25:51.168Z Compiling chacha20 v0.10.1
17062026-08-20T02:25:51.422Z Compiling serde-big-array v0.5.1
17072026-08-20T02:25:51.426Z Compiling pin-project-internal v1.1.13
17082026-08-20T02:25:51.471Z Compiling num-derive v0.4.2
17092026-08-20T02:25:51.561Z Compiling derive-where v1.6.1
17102026-08-20T02:25:51.667Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17112026-08-20T02:25:52.160Z Compiling rustls-webpki v0.103.14
17122026-08-20T02:25:52.413Z Compiling cstr-argument v0.1.2
17132026-08-20T02:25:52.426Z Compiling siphasher v1.0.3
17142026-08-20T02:25:52.501Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17152026-08-20T02:25:52.562Z Compiling minimal-lexical v0.2.1
17162026-08-20T02:25:52.612Z Compiling similar v2.7.0
17172026-08-20T02:25:52.819Z Compiling nom v7.1.3
17182026-08-20T02:25:53.197Z Compiling expectorate v1.2.0
17192026-08-20T02:25:53.230Z Compiling phf_shared v0.12.1
17202026-08-20T02:25:53.342Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17212026-08-20T02:25:53.372Z Compiling pin-project v1.1.13
17222026-08-20T02:25:53.471Z Compiling hickory-resolver v0.24.4
17232026-08-20T02:25:53.540Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17242026-08-20T02:25:53.604Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17252026-08-20T02:25:53.675Z Compiling progenitor-macro v0.13.0
17262026-08-20T02:25:53.717Z Compiling rand v0.10.2
17272026-08-20T02:25:53.893Z Compiling num_enum v0.5.11
17282026-08-20T02:25:54.170Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17292026-08-20T02:25:54.369Z Compiling newtype_derive v0.1.6
17302026-08-20T02:25:54.794Z Compiling progenitor-impl v0.14.0
17312026-08-20T02:25:55.811Z Compiling tokio-rustls v0.26.4
17322026-08-20T02:25:56.091Z Compiling hyper-rustls v0.27.9
17332026-08-20T02:25:56.199Z Compiling rustls-platform-verifier v0.7.0
17342026-08-20T02:25:56.390Z Compiling reqwest v0.13.4
17352026-08-20T02:25:58.271Z Compiling progenitor-client v0.14.0
17362026-08-20T02:25:58.410Z Compiling progenitor-client v0.13.0
17372026-08-20T02:25:58.577Z Compiling progenitor-extras v0.2.0
17382026-08-20T02:25:58.818Z Compiling snafu-derive v0.8.9
17392026-08-20T02:25:59.026Z Compiling unicode-normalization v0.1.25
17402026-08-20T02:25:59.036Z Compiling tokio-stream v0.1.19
17412026-08-20T02:25:59.247Z Compiling async-recursion v1.1.1
17422026-08-20T02:25:59.543Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17432026-08-20T02:25:59.570Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17442026-08-20T02:25:59.869Z Compiling slog-dtrace v0.3.0
17452026-08-20T02:26:00.020Z Compiling csv-core v0.1.13
17462026-08-20T02:26:00.108Z Compiling bstr v1.13.1
17472026-08-20T02:26:00.295Z Compiling cancel-safe-futures v0.1.5
17482026-08-20T02:26:00.609Z Compiling highway v1.3.0
17492026-08-20T02:26:00.620Z Compiling foldhash v0.1.5
17502026-08-20T02:26:00.737Z Compiling same-file v1.0.6
17512026-08-20T02:26:00.802Z Compiling owo-colors v4.3.0
17522026-08-20T02:26:00.912Z Compiling konst_macro_rules v0.2.19
17532026-08-20T02:26:00.995Z Compiling foreign-types-shared v0.1.1
17542026-08-20T02:26:01.086Z Compiling unicode-xid v0.2.6
17552026-08-20T02:26:01.086Z Compiling jiff-core v0.1.0
17562026-08-20T02:26:01.137Z Compiling openssl v0.10.81
17572026-08-20T02:26:01.218Z Compiling unicode-width v0.1.14
17582026-08-20T02:26:01.409Z Compiling chrono-tz v0.10.4
17592026-08-20T02:26:01.514Z Compiling const_format_proc_macros v0.2.34
17602026-08-20T02:26:01.656Z Compiling foreign-types v0.3.2
17612026-08-20T02:26:01.689Z Compiling konst v0.2.20
17622026-08-20T02:26:01.728Z Compiling walkdir v2.5.0
17632026-08-20T02:26:01.924Z Compiling jiff v0.2.35
17642026-08-20T02:26:02.081Z Compiling hashbrown v0.15.5
17652026-08-20T02:26:02.264Z Compiling snafu v0.8.9
17662026-08-20T02:26:02.332Z Compiling globset v0.4.20
17672026-08-20T02:26:02.618Z Compiling csv v1.4.0
17682026-08-20T02:26:02.790Z Compiling qorb v0.4.1
17692026-08-20T02:26:03.163Z Compiling olpc-cjson v0.1.4
17702026-08-20T02:26:03.182Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17712026-08-20T02:26:03.328Z Compiling progenitor v0.13.0
17722026-08-20T02:26:03.414Z Compiling progenitor-macro v0.14.0
17732026-08-20T02:26:03.518Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17742026-08-20T02:26:04.300Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17752026-08-20T02:26:05.466Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17762026-08-20T02:26:05.725Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17772026-08-20T02:26:05.739Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17782026-08-20T02:26:05.988Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17792026-08-20T02:26:06.658Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17802026-08-20T02:26:07.405Z Compiling rayon v1.12.0
17812026-08-20T02:26:07.590Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17822026-08-20T02:26:08.002Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17832026-08-20T02:26:08.140Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17842026-08-20T02:26:08.351Z Compiling phf v0.12.1
17852026-08-20T02:26:08.647Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17862026-08-20T02:26:08.672Z Compiling zone_cfg_derive v0.3.1
17872026-08-20T02:26:08.746Z Compiling tokio-dtrace v0.1.1
17882026-08-20T02:26:09.006Z Compiling itertools v0.12.1
17892026-08-20T02:26:09.021Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17902026-08-20T02:26:09.189Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17912026-08-20T02:26:09.216Z Compiling libsw-core v0.3.2
17922026-08-20T02:26:09.360Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
17932026-08-20T02:26:09.378Z Compiling serde_plain v1.0.2
17942026-08-20T02:26:09.537Z Compiling pem v3.0.6
17952026-08-20T02:26:09.634Z Compiling openssl-macros v0.1.1
17962026-08-20T02:26:09.800Z Compiling cookie v0.18.2
17972026-08-20T02:26:09.817Z Compiling sigpipe v0.1.3
17982026-08-20T02:26:09.904Z Compiling glob v0.3.4
17992026-08-20T02:26:09.916Z Compiling typed-path v0.9.3
18002026-08-20T02:26:10.034Z Compiling fixedbitset v0.5.7
18012026-08-20T02:26:10.117Z Compiling fixedbitset v0.4.2
18022026-08-20T02:26:10.295Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-08-20T02:26:10.354Z Compiling bytecount v0.6.9
18042026-08-20T02:26:10.357Z Compiling petgraph v0.6.5
18052026-08-20T02:26:10.379Z Compiling petgraph v0.8.3
18062026-08-20T02:26:10.495Z Compiling papergrid v0.11.0
18072026-08-20T02:26:10.530Z Compiling zone v0.3.1
18082026-08-20T02:26:11.257Z Compiling tough v0.22.0
18092026-08-20T02:26:11.859Z Compiling progenitor v0.14.0
18102026-08-20T02:26:12.003Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-08-20T02:26:12.231Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18122026-08-20T02:26:12.274Z Compiling libsw v3.5.0
18132026-08-20T02:26:12.449Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18142026-08-20T02:26:12.561Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18152026-08-20T02:26:12.735Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-08-20T02:26:12.809Z Compiling oxide-tokio-rt v0.1.6
18172026-08-20T02:26:14.019Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-08-20T02:26:14.233Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-08-20T02:26:14.641Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-08-20T02:26:14.907Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-08-20T02:26:15.676Z Compiling const_format v0.2.36
18222026-08-20T02:26:15.810Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-08-20T02:26:15.849Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18242026-08-20T02:26:15.873Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-08-20T02:26:16.010Z Compiling tabled_derive v0.7.0
18262026-08-20T02:26:16.110Z Compiling gethostname v0.5.0
18272026-08-20T02:26:16.234Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-08-20T02:26:16.248Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-08-20T02:26:16.358Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18302026-08-20T02:26:16.369Z Compiling bcs v0.1.6
18312026-08-20T02:26:16.388Z Compiling smf v0.2.3
18322026-08-20T02:26:16.415Z Compiling nom v8.0.0
18332026-08-20T02:26:16.683Z Compiling lazy_static v1.5.0
18342026-08-20T02:26:16.794Z Compiling unicode-linebreak v0.1.5
18352026-08-20T02:26:16.959Z Compiling tagptr v0.2.0
18362026-08-20T02:26:16.987Z Compiling smawk v0.3.3
18372026-08-20T02:26:17.042Z Compiling termtree v0.5.1
18382026-08-20T02:26:17.107Z Compiling whoami v1.6.1
18392026-08-20T02:26:17.117Z Compiling linear-map v1.2.0
18402026-08-20T02:26:17.192Z Compiling textwrap v0.16.2
18412026-08-20T02:26:17.665Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-08-20T02:26:17.677Z Compiling moka v0.12.16
18432026-08-20T02:26:17.714Z Compiling tabled v0.15.0
18442026-08-20T02:26:17.787Z Compiling steno v0.4.1
18452026-08-20T02:26:17.826Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-08-20T02:26:18.446Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-08-20T02:26:18.717Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-08-20T02:26:19.268Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-08-20T02:26:19.542Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-08-20T02:26:20.516Z Compiling hickory-proto v0.25.2
18512026-08-20T02:26:20.727Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18522026-08-20T02:26:21.102Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18532026-08-20T02:26:21.307Z Compiling parking_lot_core v0.8.6
18542026-08-20T02:26:21.604Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-08-20T02:26:21.810Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18562026-08-20T02:26:22.145Z Compiling libscf-sys v1.2.0
18572026-08-20T02:26:22.271Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18582026-08-20T02:26:22.288Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18592026-08-20T02:26:22.335Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18602026-08-20T02:26:22.461Z Compiling hickory-resolver v0.25.2
18612026-08-20T02:26:22.677Z Compiling parking_lot v0.11.2
18622026-08-20T02:26:22.747Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18632026-08-20T02:26:22.833Z Compiling fxhash v0.2.1
18642026-08-20T02:26:22.965Z Compiling internet-checksum v0.2.1
18652026-08-20T02:26:22.987Z Compiling sled v0.34.7
18662026-08-20T02:26:23.094Z Compiling itertools v0.15.0
18672026-08-20T02:26:23.107Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18682026-08-20T02:26:23.914Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-08-20T02:26:26.334Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18702026-08-20T02:26:28.552Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-08-20T02:26:36.234Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-08-20T02:26:37.840Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-08-20T02:26:38.883Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18742026-08-20T02:26:39.858Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18752026-08-20T02:26:40.691Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18762026-08-20T02:26:41.861Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
18772026-08-20T02:27:08.175Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 12s
18782026-08-20T02:27:08.355Z────────────
18792026-08-20T02:27:08.355Z Nextest run ID 239bc2c1-f83f-4d30-9f75-80bdcf18b187 with nextest profile: default
18802026-08-20T02:27:08.355Z Starting 48 tests across 3 binaries
18812026-08-20T02:27:08.368Z START bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
18822026-08-20T02:27:08.368Z
18832026-08-20T02:27:08.368Zrunning 1 test
18842026-08-20T02:27:08.802Ztest dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down ... ok
18852026-08-20T02:27:08.802Z
18862026-08-20T02:27:08.802Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.44s
18872026-08-20T02:27:08.802Z
18882026-08-20T02:27:08.825Z PASS [ 0.458s] bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
18892026-08-20T02:27:08.825Z START bfd dispatcher::proptests::state_machine
18902026-08-20T02:27:08.825Z
18912026-08-20T02:27:08.825Zrunning 1 test
18922026-08-20T02:27:09.089Ztest dispatcher::proptests::state_machine ... ok
18932026-08-20T02:27:09.089Z
18942026-08-20T02:27:09.089Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.28s
18952026-08-20T02:27:09.089Z
18962026-08-20T02:27:09.097Z PASS [ 0.287s] bfd dispatcher::proptests::state_machine
18972026-08-20T02:27:09.097Z START bfd dispatcher::proptests::state_machine_with_bind_failures
18982026-08-20T02:27:09.106Z
18992026-08-20T02:27:09.107Zrunning 1 test
19002026-08-20T02:27:09.357Ztest dispatcher::proptests::state_machine_with_bind_failures ... ok
19012026-08-20T02:27:09.357Z
19022026-08-20T02:27:09.357Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.25s
19032026-08-20T02:27:09.357Z
19042026-08-20T02:27:09.366Z PASS [ 0.263s] bfd dispatcher::proptests::state_machine_with_bind_failures
19052026-08-20T02:27:09.367Z START bfd dispatcher::tests::bounded_channel_drops_excess_packets
19062026-08-20T02:27:09.367Z
19072026-08-20T02:27:09.367Zrunning 1 test
19082026-08-20T02:27:09.367Ztest dispatcher::tests::bounded_channel_drops_excess_packets ... ok
19092026-08-20T02:27:09.367Z
19102026-08-20T02:27:09.367Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19112026-08-20T02:27:09.367Z
19122026-08-20T02:27:09.368Z PASS [ 0.011s] bfd dispatcher::tests::bounded_channel_drops_excess_packets
19132026-08-20T02:27:09.368Z START bfd dispatcher::tests::delivers_packet_from_registered_peer
19142026-08-20T02:27:09.398Z
19152026-08-20T02:27:09.398Zrunning 1 test
19162026-08-20T02:27:09.398Ztest dispatcher::tests::delivers_packet_from_registered_peer ... ok
19172026-08-20T02:27:09.398Z
19182026-08-20T02:27:09.398Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19192026-08-20T02:27:09.398Z
19202026-08-20T02:27:09.398Z PASS [ 0.009s] bfd dispatcher::tests::delivers_packet_from_registered_peer
19212026-08-20T02:27:09.399Z START bfd dispatcher::tests::drops_malformed_packet_but_task_survives
19222026-08-20T02:27:09.399Z
19232026-08-20T02:27:09.400Zrunning 1 test
19242026-08-20T02:27:09.400Ztest dispatcher::tests::drops_malformed_packet_but_task_survives ... ok
19252026-08-20T02:27:09.400Z
19262026-08-20T02:27:09.400Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19272026-08-20T02:27:09.400Z
19282026-08-20T02:27:09.400Z PASS [ 0.009s] bfd dispatcher::tests::drops_malformed_packet_but_task_survives
19292026-08-20T02:27:09.400Z START bfd dispatcher::tests::drops_packet_from_unregistered_peer
19302026-08-20T02:27:09.407Z
19312026-08-20T02:27:09.407Zrunning 1 test
19322026-08-20T02:27:09.695Ztest dispatcher::tests::drops_packet_from_unregistered_peer ... ok
19332026-08-20T02:27:09.695Z
19342026-08-20T02:27:09.695Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
19352026-08-20T02:27:09.695Z
19362026-08-20T02:27:09.712Z PASS [ 0.312s] bfd dispatcher::tests::drops_packet_from_unregistered_peer
19372026-08-20T02:27:09.712Z START bfd dispatcher::tests::rx_closed_after_last_peer_removed
19382026-08-20T02:27:09.712Z
19392026-08-20T02:27:09.712Zrunning 1 test
19402026-08-20T02:27:09.712Ztest dispatcher::tests::rx_closed_after_last_peer_removed ... ok
19412026-08-20T02:27:09.712Z
19422026-08-20T02:27:09.712Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19432026-08-20T02:27:09.712Z
19442026-08-20T02:27:09.713Z PASS [ 0.012s] bfd dispatcher::tests::rx_closed_after_last_peer_removed
19452026-08-20T02:27:09.713Z START bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
19462026-08-20T02:27:09.725Z
19472026-08-20T02:27:09.725Zrunning 1 test
19482026-08-20T02:27:09.725Ztest dispatcher::tests::shutdown_waits_for_task_to_be_dropped ... ok
19492026-08-20T02:27:09.725Z
19502026-08-20T02:27:09.726Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19512026-08-20T02:27:09.726Z
19522026-08-20T02:27:09.726Z PASS [ 0.010s] bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
19532026-08-20T02:27:09.726Z START bfd egress::tests::binds_ports_in_expected_range
19542026-08-20T02:27:09.733Z
19552026-08-20T02:27:09.733Zrunning 1 test
19562026-08-20T02:27:09.733Ztest egress::tests::binds_ports_in_expected_range ... ok
19572026-08-20T02:27:09.733Z
19582026-08-20T02:27:09.733Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19592026-08-20T02:27:09.733Z
19602026-08-20T02:27:09.733Z PASS [ 0.009s] bfd egress::tests::binds_ports_in_expected_range
19612026-08-20T02:27:09.733Z START bfd egress::tests::egress_socket_sets_hop_limit_v6
19622026-08-20T02:27:09.733Z
19632026-08-20T02:27:09.733Zrunning 1 test
19642026-08-20T02:27:09.746Ztest egress::tests::egress_socket_sets_hop_limit_v6 ... ok
19652026-08-20T02:27:09.746Z
19662026-08-20T02:27:09.746Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19672026-08-20T02:27:09.746Z
19682026-08-20T02:27:09.746Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_hop_limit_v6
19692026-08-20T02:27:09.746Z START bfd egress::tests::egress_socket_sets_ttl_v4
19702026-08-20T02:27:09.746Z
19712026-08-20T02:27:09.746Zrunning 1 test
19722026-08-20T02:27:09.746Ztest egress::tests::egress_socket_sets_ttl_v4 ... ok
19732026-08-20T02:27:09.747Z
19742026-08-20T02:27:09.747Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19752026-08-20T02:27:09.747Z
19762026-08-20T02:27:09.747Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_ttl_v4
19772026-08-20T02:27:09.747Z START bfd egress::tests::exits_when_channel_closed
19782026-08-20T02:27:09.762Z
19792026-08-20T02:27:09.763Zrunning 1 test
19802026-08-20T02:27:09.763Ztest egress::tests::exits_when_channel_closed ... ok
19812026-08-20T02:27:09.763Z
19822026-08-20T02:27:09.763Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19832026-08-20T02:27:09.763Z
19842026-08-20T02:27:09.763Z PASS [ 0.009s] bfd egress::tests::exits_when_channel_closed
19852026-08-20T02:27:09.763Z START bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
19862026-08-20T02:27:09.763Z
19872026-08-20T02:27:09.763Zrunning 1 test
19882026-08-20T02:27:09.763Ztest egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range ... ok
19892026-08-20T02:27:09.763Z
19902026-08-20T02:27:09.763Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19912026-08-20T02:27:09.763Z
19922026-08-20T02:27:09.764Z PASS [ 0.008s] bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
19932026-08-20T02:27:09.764Z START bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
19942026-08-20T02:27:09.781Z
19952026-08-20T02:27:09.781Zrunning 1 test
19962026-08-20T02:27:09.781Ztest egress_src_port_iter::tests::port_choices_wrap_around_at_end ... ok
19972026-08-20T02:27:09.781Z
19982026-08-20T02:27:09.782Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19992026-08-20T02:27:09.782Z
20002026-08-20T02:27:09.782Z PASS [ 0.007s] bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
20012026-08-20T02:27:09.782Z START bfd egress_src_port_iter::tests::src_port_is_always_in_range
20022026-08-20T02:27:09.796Z
20032026-08-20T02:27:09.796Zrunning 1 test
20042026-08-20T02:27:09.796Ztest egress_src_port_iter::tests::src_port_is_always_in_range ... ok
20052026-08-20T02:27:09.796Z
20062026-08-20T02:27:09.796Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
20072026-08-20T02:27:09.796Z
20082026-08-20T02:27:09.796Z PASS [ 0.012s] bfd egress_src_port_iter::tests::src_port_is_always_in_range
20092026-08-20T02:27:09.796Z START bfd rib::tests::exits_when_state_channel_closed
20102026-08-20T02:27:09.796Z
20112026-08-20T02:27:09.796Zrunning 1 test
20122026-08-20T02:27:09.796Ztest rib::tests::exits_when_state_channel_closed ... ok
20132026-08-20T02:27:09.796Z
20142026-08-20T02:27:09.796Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20152026-08-20T02:27:09.796Z
20162026-08-20T02:27:09.800Z PASS [ 0.009s] bfd rib::tests::exits_when_state_channel_closed
20172026-08-20T02:27:09.800Z START bfd rib::tests::initial_down_state_is_synced
20182026-08-20T02:27:09.818Z
20192026-08-20T02:27:09.818Zrunning 1 test
20202026-08-20T02:27:09.899Ztest rib::tests::initial_down_state_is_synced ... ok
20212026-08-20T02:27:09.899Z
20222026-08-20T02:27:09.899Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20232026-08-20T02:27:09.899Z
20242026-08-20T02:27:09.915Z PASS [ 0.110s] bfd rib::tests::initial_down_state_is_synced
20252026-08-20T02:27:09.915Z START bfd rib::tests::real_transitions_are_synced
20262026-08-20T02:27:09.916Z
20272026-08-20T02:27:09.916Zrunning 1 test
20282026-08-20T02:27:10.222Ztest rib::tests::real_transitions_are_synced ... ok
20292026-08-20T02:27:10.222Z
20302026-08-20T02:27:10.222Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
20312026-08-20T02:27:10.222Z
20322026-08-20T02:27:10.231Z PASS [ 0.313s] bfd rib::tests::real_transitions_are_synced
20332026-08-20T02:27:10.231Z START bfd rib::tests::redundant_shutdown_states_are_not_resynced
20342026-08-20T02:27:10.231Z
20352026-08-20T02:27:10.232Zrunning 1 test
20362026-08-20T02:27:10.573Ztest rib::tests::redundant_shutdown_states_are_not_resynced ... ok
20372026-08-20T02:27:10.573Z
20382026-08-20T02:27:10.573Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.35s
20392026-08-20T02:27:10.574Z
20402026-08-20T02:27:10.586Z PASS [ 0.363s] bfd rib::tests::redundant_shutdown_states_are_not_resynced
20412026-08-20T02:27:10.586Z START bfd session::tests::counts_incoming_packets
20422026-08-20T02:27:10.587Z
20432026-08-20T02:27:10.587Zrunning 1 test
20442026-08-20T02:27:10.689Ztest session::tests::counts_incoming_packets ... ok
20452026-08-20T02:27:10.689Z
20462026-08-20T02:27:10.689Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20472026-08-20T02:27:10.689Z
20482026-08-20T02:27:10.715Z PASS [ 0.111s] bfd session::tests::counts_incoming_packets
20492026-08-20T02:27:10.715Z START bfd session::tests::down_to_up_directly
20502026-08-20T02:27:10.715Z
20512026-08-20T02:27:10.715Zrunning 1 test
20522026-08-20T02:27:10.794Ztest session::tests::down_to_up_directly ... ok
20532026-08-20T02:27:10.794Z
20542026-08-20T02:27:10.794Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20552026-08-20T02:27:10.794Z
20562026-08-20T02:27:10.807Z PASS [ 0.110s] bfd session::tests::down_to_up_directly
20572026-08-20T02:27:10.807Z START bfd session::tests::emits_outgoing_control_packet
20582026-08-20T02:27:10.819Z
20592026-08-20T02:27:10.819Zrunning 1 test
20602026-08-20T02:27:10.819Ztest session::tests::emits_outgoing_control_packet ... ok
20612026-08-20T02:27:10.819Z
20622026-08-20T02:27:10.819Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20632026-08-20T02:27:10.819Z
20642026-08-20T02:27:10.819Z PASS [ 0.010s] bfd session::tests::emits_outgoing_control_packet
20652026-08-20T02:27:10.819Z START bfd session::tests::exits_when_listener_channel_closes
20662026-08-20T02:27:10.819Z
20672026-08-20T02:27:10.819Zrunning 1 test
20682026-08-20T02:27:10.819Ztest session::tests::exits_when_listener_channel_closes ... ok
20692026-08-20T02:27:10.819Z
20702026-08-20T02:27:10.820Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20712026-08-20T02:27:10.820Z
20722026-08-20T02:27:10.820Z PASS [ 0.009s] bfd session::tests::exits_when_listener_channel_closes
20732026-08-20T02:27:10.820Z START bfd session::tests::handshake_down_init_up_publishes_each_state
20742026-08-20T02:27:10.841Z
20752026-08-20T02:27:10.841Zrunning 1 test
20762026-08-20T02:27:11.024Ztest session::tests::handshake_down_init_up_publishes_each_state ... ok
20772026-08-20T02:27:11.024Z
20782026-08-20T02:27:11.024Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
20792026-08-20T02:27:11.024Z
20802026-08-20T02:27:11.032Z PASS [ 0.211s] bfd session::tests::handshake_down_init_up_publishes_each_state
20812026-08-20T02:27:11.032Z START bfd session::tests::init_to_down_on_peer_admin_down
20822026-08-20T02:27:11.032Z
20832026-08-20T02:27:11.032Zrunning 1 test
20842026-08-20T02:27:11.244Ztest session::tests::init_to_down_on_peer_admin_down ... ok
20852026-08-20T02:27:11.244Z
20862026-08-20T02:27:11.244Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
20872026-08-20T02:27:11.244Z
20882026-08-20T02:27:11.258Z PASS [ 0.211s] bfd session::tests::init_to_down_on_peer_admin_down
20892026-08-20T02:27:11.258Z START bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
20902026-08-20T02:27:11.267Z
20912026-08-20T02:27:11.267Zrunning 1 test
20922026-08-20T02:27:11.372Ztest session::tests::peer_state_that_does_not_advance_is_a_no_op ... ok
20932026-08-20T02:27:11.372Z
20942026-08-20T02:27:11.372Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20952026-08-20T02:27:11.372Z
20962026-08-20T02:27:11.386Z PASS [ 0.110s] bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
20972026-08-20T02:27:11.386Z START bfd session::tests::poll_packet_elicits_final_response_on_egress
20982026-08-20T02:27:11.386Z
20992026-08-20T02:27:11.386Zrunning 1 test
21002026-08-20T02:27:11.386Ztest session::tests::poll_packet_elicits_final_response_on_egress ... ok
21012026-08-20T02:27:11.386Z
21022026-08-20T02:27:11.386Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21032026-08-20T02:27:11.386Z
21042026-08-20T02:27:11.386Z PASS [ 0.009s] bfd session::tests::poll_packet_elicits_final_response_on_egress
21052026-08-20T02:27:11.386Z START bfd session::tests::recv_timeout_drives_session_down
21062026-08-20T02:27:11.386Z
21072026-08-20T02:27:11.386Zrunning 1 test
21082026-08-20T02:27:12.879Ztest session::tests::recv_timeout_drives_session_down ... ok
21092026-08-20T02:27:12.879Z
21102026-08-20T02:27:12.879Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 1.52s
21112026-08-20T02:27:12.879Z
21122026-08-20T02:27:12.887Z PASS [ 1.525s] bfd session::tests::recv_timeout_drives_session_down
21132026-08-20T02:27:12.888Z START bfd session::tests::up_to_down_on_peer_admin_down
21142026-08-20T02:27:12.908Z
21152026-08-20T02:27:12.908Zrunning 1 test
21162026-08-20T02:27:13.268Ztest session::tests::up_to_down_on_peer_admin_down ... ok
21172026-08-20T02:27:13.268Z
21182026-08-20T02:27:13.268Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21192026-08-20T02:27:13.268Z
21202026-08-20T02:27:13.294Z PASS [ 0.213s] bfd session::tests::up_to_down_on_peer_admin_down
21212026-08-20T02:27:13.294Z START bfd session::tests::up_to_down_on_peer_down
21222026-08-20T02:27:13.294Z
21232026-08-20T02:27:13.294Zrunning 1 test
21242026-08-20T02:27:13.314Ztest session::tests::up_to_down_on_peer_down ... ok
21252026-08-20T02:27:13.314Z
21262026-08-20T02:27:13.314Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21272026-08-20T02:27:13.315Z
21282026-08-20T02:27:13.358Z PASS [ 0.211s] bfd session::tests::up_to_down_on_peer_down
21292026-08-20T02:27:13.358Z START bfd sm::tests::arbitrary_local_config_never_panics
21302026-08-20T02:27:13.358Z
21312026-08-20T02:27:13.358Zrunning 1 test
21322026-08-20T02:27:13.561Ztest sm::tests::arbitrary_local_config_never_panics ... ok
21332026-08-20T02:27:13.561Z
21342026-08-20T02:27:13.561Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.23s
21352026-08-20T02:27:13.561Z
21362026-08-20T02:27:14.009Z PASS [ 0.242s] bfd sm::tests::arbitrary_local_config_never_panics
21372026-08-20T02:27:14.010Z START bfd sm::tests::arbitrary_sequences_uphold_invariants
21382026-08-20T02:27:14.010Z
21392026-08-20T02:27:14.010Zrunning 1 test
21402026-08-20T02:27:14.069Ztest sm::tests::arbitrary_sequences_uphold_invariants ... ok
21412026-08-20T02:27:14.069Z
21422026-08-20T02:27:14.069Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.50s
21432026-08-20T02:27:14.070Z
21442026-08-20T02:27:14.103Z PASS [ 0.506s] bfd sm::tests::arbitrary_sequences_uphold_invariants
21452026-08-20T02:27:14.103Z START bfd sm::tests::bounded_consecutive_loss_keeps_session_up
21462026-08-20T02:27:14.103Z
21472026-08-20T02:27:14.103Zrunning 1 test
21482026-08-20T02:27:14.103Ztest sm::tests::bounded_consecutive_loss_keeps_session_up ... ok
21492026-08-20T02:27:14.103Z
21502026-08-20T02:27:14.103Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
21512026-08-20T02:27:14.103Z
21522026-08-20T02:27:14.103Z PASS [ 0.021s] bfd sm::tests::bounded_consecutive_loss_keeps_session_up
21532026-08-20T02:27:14.103Z START bfd sm::tests::clean_channel_converges_to_up
21542026-08-20T02:27:14.113Z
21552026-08-20T02:27:14.114Zrunning 1 test
21562026-08-20T02:27:14.114Ztest sm::tests::clean_channel_converges_to_up ... ok
21572026-08-20T02:27:14.114Z
21582026-08-20T02:27:14.114Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21592026-08-20T02:27:14.114Z
21602026-08-20T02:27:14.114Z PASS [ 0.008s] bfd sm::tests::clean_channel_converges_to_up
21612026-08-20T02:27:14.115Z START bfd sm::tests::demand_mode_suppresses_unsolicited_sends
21622026-08-20T02:27:14.115Z
21632026-08-20T02:27:14.115Zrunning 1 test
21642026-08-20T02:27:14.115Ztest sm::tests::demand_mode_suppresses_unsolicited_sends ... ok
21652026-08-20T02:27:14.115Z
21662026-08-20T02:27:14.115Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21672026-08-20T02:27:14.115Z
21682026-08-20T02:27:14.115Z PASS [ 0.008s] bfd sm::tests::demand_mode_suppresses_unsolicited_sends
21692026-08-20T02:27:14.115Z START bfd sm::tests::large_local_tx_interval_saturates_on_wire
21702026-08-20T02:27:14.115Z
21712026-08-20T02:27:14.115Zrunning 1 test
21722026-08-20T02:27:14.115Ztest sm::tests::large_local_tx_interval_saturates_on_wire ... ok
21732026-08-20T02:27:14.115Z
21742026-08-20T02:27:14.115Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21752026-08-20T02:27:14.115Z
21762026-08-20T02:27:14.116Z PASS [ 0.008s] bfd sm::tests::large_local_tx_interval_saturates_on_wire
21772026-08-20T02:27:14.116Z START bfd sm::tests::poll_flood_grows_response_queue_unboundedly
21782026-08-20T02:27:14.116Z
21792026-08-20T02:27:14.116Zrunning 1 test
21802026-08-20T02:27:14.116Ztest sm::tests::poll_flood_grows_response_queue_unboundedly ... ok
21812026-08-20T02:27:14.116Z
21822026-08-20T02:27:14.116Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21832026-08-20T02:27:14.116Z
21842026-08-20T02:27:14.116Z PASS [ 0.008s] bfd sm::tests::poll_flood_grows_response_queue_unboundedly
21852026-08-20T02:27:14.116Z START bfd sm::tests::poll_response_remains_queued_past_tx_interval
21862026-08-20T02:27:14.126Z
21872026-08-20T02:27:14.126Zrunning 1 test
21882026-08-20T02:27:14.126Ztest sm::tests::poll_response_remains_queued_past_tx_interval ... ok
21892026-08-20T02:27:14.126Z
21902026-08-20T02:27:14.126Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21912026-08-20T02:27:14.126Z
21922026-08-20T02:27:14.126Z PASS [ 0.007s] bfd sm::tests::poll_response_remains_queued_past_tx_interval
21932026-08-20T02:27:14.126Z START bfd sm::tests::poll_triggers_immediate_final_response
21942026-08-20T02:27:14.127Z
21952026-08-20T02:27:14.127Zrunning 1 test
21962026-08-20T02:27:14.127Ztest sm::tests::poll_triggers_immediate_final_response ... ok
21972026-08-20T02:27:14.127Z
21982026-08-20T02:27:14.127Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21992026-08-20T02:27:14.127Z
22002026-08-20T02:27:14.127Z PASS [ 0.007s] bfd sm::tests::poll_triggers_immediate_final_response
22012026-08-20T02:27:14.127Z START bfd sm::tests::recv_deadline_expiry_reports_was_already_down
22022026-08-20T02:27:14.135Z
22032026-08-20T02:27:14.136Zrunning 1 test
22042026-08-20T02:27:14.136Ztest sm::tests::recv_deadline_expiry_reports_was_already_down ... ok
22052026-08-20T02:27:14.136Z
22062026-08-20T02:27:14.136Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22072026-08-20T02:27:14.136Z
22082026-08-20T02:27:14.136Z PASS [ 0.007s] bfd sm::tests::recv_deadline_expiry_reports_was_already_down
22092026-08-20T02:27:14.136Z START bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
22102026-08-20T02:27:14.148Z
22112026-08-20T02:27:14.148Zrunning 1 test
22122026-08-20T02:27:14.148Ztest sm::tests::remote_required_min_rx_zero_stops_periodic_sends ... ok
22132026-08-20T02:27:14.148Z
22142026-08-20T02:27:14.148Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22152026-08-20T02:27:14.148Z
22162026-08-20T02:27:14.148Z PASS [ 0.007s] bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
22172026-08-20T02:27:14.148Z START bfd sm::tests::total_partition_drives_both_down
22182026-08-20T02:27:14.148Z
22192026-08-20T02:27:14.148Zrunning 1 test
22202026-08-20T02:27:14.148Ztest sm::tests::total_partition_drives_both_down ... ok
22212026-08-20T02:27:14.148Z
22222026-08-20T02:27:14.148Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22232026-08-20T02:27:14.148Z
22242026-08-20T02:27:14.149Z PASS [ 0.007s] bfd sm::tests::total_partition_drives_both_down
22252026-08-20T02:27:14.149Z START bfd sm::tests::transition_table_is_exhaustive_and_correct
22262026-08-20T02:27:14.158Z
22272026-08-20T02:27:14.158Zrunning 1 test
22282026-08-20T02:27:14.158Ztest sm::tests::transition_table_is_exhaustive_and_correct ... ok
22292026-08-20T02:27:14.158Z
22302026-08-20T02:27:14.158Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22312026-08-20T02:27:14.158Z
22322026-08-20T02:27:14.158Z PASS [ 0.007s] bfd sm::tests::transition_table_is_exhaustive_and_correct
22332026-08-20T02:27:14.158Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22342026-08-20T02:27:14.158Z
22352026-08-20T02:27:14.158Zrunning 1 test
22362026-08-20T02:27:14.158Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
22372026-08-20T02:27:14.158Z
22382026-08-20T02:27:14.158Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
22392026-08-20T02:27:14.158Z
22402026-08-20T02:27:14.158Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22412026-08-20T02:27:14.159Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22422026-08-20T02:27:14.167Z
22432026-08-20T02:27:14.168Zrunning 1 test
22442026-08-20T02:27:14.168Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
22452026-08-20T02:27:14.168Z
22462026-08-20T02:27:14.168Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
22472026-08-20T02:27:14.168Z
22482026-08-20T02:27:14.168Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22492026-08-20T02:27:14.168Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22502026-08-20T02:27:14.168Z
22512026-08-20T02:27:14.168Zrunning 1 test
22522026-08-20T02:27:14.168Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
22532026-08-20T02:27:14.168Z
22542026-08-20T02:27:14.168Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
22552026-08-20T02:27:14.168Z
22562026-08-20T02:27:14.168Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22572026-08-20T02:27:14.168Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22582026-08-20T02:27:14.168Z
22592026-08-20T02:27:14.168Zrunning 1 test
22602026-08-20T02:27:14.177Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
22612026-08-20T02:27:14.177Z
22622026-08-20T02:27:14.177Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
22632026-08-20T02:27:14.177Z
22642026-08-20T02:27:14.177Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22652026-08-20T02:27:14.177Z────────────
22662026-08-20T02:27:14.177Z Summary [ 5.824s] 48 tests run: 48 passed, 0 skipped
22672026-08-20T02:27:14.190Zprocess exited: duration 257028 ms, exit code 0
 
22682026-08-20T02:27:14.210Zfound 0 output files