01M0BEKV5K8KK3R5RKTT862TG5: 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: 01M0BEMAJ5DJCPVZ89B8G3WJ7A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T22:08:17.244Zjob assigned to worker 01M0BEMT3EDWAN839RW8AKW0DK [factory aws, i-09927794b32ee23e0] (queued for 57 s)
 
22026-08-18T22:08:23.699Zstarting task 0: "setup"
32026-08-18T22:08:23.703Z++ uname -s
42026-08-18T22:08:23.706Z+ kern=SunOS
52026-08-18T22:08:23.706Z+ build_user=build
62026-08-18T22:08:23.706Z+ build_uid=12345
72026-08-18T22:08:23.706Z+ work_dir=/work
82026-08-18T22:08:23.707Z+ input_dir=/input
92026-08-18T22:08:23.707Z+ [[ 0 == 12345 ]]
102026-08-18T22:08:23.707Z+ case "$kern" in
112026-08-18T22:08:23.707Z+ groupadd -g 12345 build
122026-08-18T22:08:23.710Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T22:08:25.713Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T22:08:25.771Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T22:08:25.774Z+ home_fs=zfs
162026-08-18T22:08:25.775Z+ [[ zfs == autofs ]]
172026-08-18T22:08:25.776Z+ mkdir -p /home/build
182026-08-18T22:08:25.776Z+ chown build:build /home/build /work
192026-08-18T22:08:27.776Z+ chmod 0700 /home/build /work
202026-08-18T22:08:27.779Zprocess exited: duration 4081 ms, exit code 0
 
212026-08-18T22:08:27.785Zstarting task 1: "rust-toolchain"
222026-08-18T22:08:27.789Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T22:08:27.789Z * rust toolchain channel = "stable"
242026-08-18T22:08:27.789Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-18T22:08:27.789Z * rust toolchain profile = "default"
262026-08-18T22:08:27.789Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T22:08:27.792Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T22:08:27.792Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T22:08:27.792Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T22:08:27.873Zinfo: downloading installer
312026-08-18T22:08:29.531Zwarn: It looks like you have an existing rustup settings file at:
322026-08-18T22:08:29.531Zwarn: /home/build/.rustup/settings.toml
332026-08-18T22:08:29.531Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-18T22:08:29.531Zwarn: instead of the one inferred from the default host triple.
352026-08-18T22:08:29.543Zinfo: profile set to default
362026-08-18T22:08:29.544Zinfo: default host triple is x86_64-unknown-illumos
372026-08-18T22:08:29.547Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-18T22:08:29.684Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-18T22:08:29.684Zinfo: downloading 6 components
402026-08-18T22:08:45.533Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-18T22:08:45.533Z
422026-08-18T22:08:45.560Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-18T22:08:45.560Z
442026-08-18T22:08:45.560Z
452026-08-18T22:08:45.560ZRust is installed now. Great!
462026-08-18T22:08:45.560Z
472026-08-18T22:08:45.563ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-18T22:08:45.563Zenvironment variable. This has not been done automatically.
492026-08-18T22:08:45.563Z
502026-08-18T22:08:45.563ZTo configure your current shell, you need to source
512026-08-18T22:08:45.563Zthe corresponding env file under $HOME/.cargo.
522026-08-18T22:08:45.563Z
532026-08-18T22:08:45.563ZThis is usually done by running one of the following (note the leading DOT):
542026-08-18T22:08:45.563Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-18T22:08:45.563Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-18T22:08:45.564Zsource "~/.cargo/env.nu" # For nushell
572026-08-18T22:08:45.564Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-18T22:08:45.564Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-18T22:08:45.564Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-18T22:08:45.564Zwarn: no default linker (`cc`) was found in your PATH
612026-08-18T22:08:45.564Zwarn: many Rust crates require a system C toolchain to build
622026-08-18T22:08:45.649Z+ rustup --version
632026-08-18T22:08:45.658Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-18T22:08:45.661Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-18T22:08:45.678Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-18T22:08:45.681Z+ cargo --version
672026-08-18T22:08:45.696Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-18T22:08:45.702Z+ rustc --version
692026-08-18T22:08:45.718Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-18T22:08:45.721Zprocess exited: duration 17935 ms, exit code 0
 
712026-08-18T22:08:45.727Zstarting task 2: "authentication"
722026-08-18T22:08:45.744Zprocess exited: duration 16 ms, exit code 0
 
732026-08-18T22:08:45.749Zstarting task 3: "clone repository"
742026-08-18T22:08:45.752Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-18T22:08:45.755Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-18T22:08:45.785ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-18T22:08:47.410Z+ cd /work/oxidecomputer/maghemite
782026-08-18T22:08:47.410Z+ git fetch origin dbbeeabef5052148fb64580adbe9e5b2c36c1425
792026-08-18T22:08:47.707ZFrom https://github.com/oxidecomputer/maghemite
802026-08-18T22:08:47.707Z * branch dbbeeabef5052148fb64580adbe9e5b2c36c1425 -> FETCH_HEAD
812026-08-18T22:08:47.711Z+ [[ -n spr/trey/add-ddm_apply-api-endpoint ]]
822026-08-18T22:08:47.714Z++ git branch --show-current
832026-08-18T22:08:47.714Z+ current=main
842026-08-18T22:08:47.714Z+ [[ main != spr/trey/add-ddm_apply-api-endpoint ]]
852026-08-18T22:08:47.720Z+ git branch -f spr/trey/add-ddm_apply-api-endpoint dbbeeabef5052148fb64580adbe9e5b2c36c1425
862026-08-18T22:08:47.720Z+ git checkout -f spr/trey/add-ddm_apply-api-endpoint
872026-08-18T22:08:47.737ZSwitched to branch 'spr/trey/add-ddm_apply-api-endpoint'
882026-08-18T22:08:47.740Z+ git reset --hard dbbeeabef5052148fb64580adbe9e5b2c36c1425
892026-08-18T22:08:47.756ZHEAD is now at dbbeeab Add ddm_apply API endpoint Signed-off-by: Trey Aspelund <trey@oxidecomputer.com>
902026-08-18T22:08:47.759Zprocess exited: duration 2006 ms, exit code 0
 
912026-08-18T22:08:47.764Zstarting task 4: "build"
922026-08-18T22:08:47.768Z+ set -o errexit
932026-08-18T22:08:47.768Z+ set -o pipefail
942026-08-18T22:08:47.768Z+ source .github/buildomat/test-common.sh
952026-08-18T22:08:47.771Z++ NEXTEST_VERSION=0.9.97
962026-08-18T22:08:47.771Z++ PLATFORM=illumos
972026-08-18T22:08:47.771Z++ source .github/buildomat/common.sh
982026-08-18T22:08:47.771Z+++ export PKG_SUCCESS_ON_NOP=1
992026-08-18T22:08:47.771Z+++ PKG_SUCCESS_ON_NOP=1
1002026-08-18T22:08:47.771Z+++ cargo --version
1012026-08-18T22:08:47.775Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1022026-08-18T22:08:47.927Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1032026-08-18T22:08:47.930Zinfo: downloading 6 components
1042026-08-18T22:09:05.068Zcargo 1.97.1 (c980f4866 2026-06-30)
1052026-08-18T22:09:05.072Z+++ rustc --version
1062026-08-18T22:09:05.100Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1072026-08-18T22:09:05.105Z++ banner install
1082026-08-18T22:09:05.108Z
1092026-08-18T22:09:05.108Z # # # #### ##### ## # #
1102026-08-18T22:09:05.108Z # ## # # # # # # #
1112026-08-18T22:09:05.108Z # # # # #### # # # # #
1122026-08-18T22:09:05.108Z # # # # # # ###### # #
1132026-08-18T22:09:05.108Z # # ## # # # # # # #
1142026-08-18T22:09:05.108Z # # # #### # # # ###### ######
1152026-08-18T22:09:05.108Z
1162026-08-18T22:09:05.108Z++ pfexec pkg install clang-15
1172026-08-18T22:09:08.925Z Startup: Refreshing catalog 'helios' ... Done
1182026-08-18T22:09:09.253Z Startup: Caching catalogs ... Done
1192026-08-18T22:09:10.959ZPlanning: Solver setup ... Done
1202026-08-18T22:09:11.012ZPlanning: Running solver ... Done
1212026-08-18T22:09:11.050ZPlanning: Consolidating action changes ... Done
1222026-08-18T22:09:11.050ZPlanning: Evaluating mediators ... Done
1232026-08-18T22:09:11.053ZPlanning: Planning completed in 1.77 seconds
1242026-08-18T22:09:11.067ZNo updates necessary for this image.
1252026-08-18T22:09:11.268Z++ cargo install cargo-nextest --version 0.9.97
1262026-08-18T22:09:11.314Z Updating crates.io index
1272026-08-18T22:09:11.418Z Downloading crates ...
1282026-08-18T22:09:11.466Z Downloaded cargo-nextest v0.9.97
1292026-08-18T22:09:11.527Z Installing cargo-nextest v0.9.97
1302026-08-18T22:09:11.530Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1312026-08-18T22:09:11.530Z |
1322026-08-18T22:09:11.530Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1332026-08-18T22:09:11.530Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1342026-08-18T22:09:11.577Z Updating crates.io index
1352026-08-18T22:09:13.748Z Locking 396 packages to latest compatible versions
1362026-08-18T22:09:13.753Z Adding dialoguer v0.11.0 (available: v0.12.0)
1372026-08-18T22:09:13.753Z Adding duct v0.13.7 (available: v1.1.1)
1382026-08-18T22:09:13.754Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1392026-08-18T22:09:13.761Z Adding generic-array v0.14.7 (available: v0.14.9)
1402026-08-18T22:09:13.761Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1412026-08-18T22:09:13.761Z Adding itertools v0.14.0 (available: v0.15.0)
1422026-08-18T22:09:13.765Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1432026-08-18T22:09:13.765Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1442026-08-18T22:09:13.765Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1452026-08-18T22:09:13.765Z Adding quick-junit v0.5.2 (available: v0.7.0)
1462026-08-18T22:09:13.792Z Downloading crates ...
1472026-08-18T22:09:13.817Z Downloaded autocfg v1.5.1
1482026-08-18T22:09:13.822Z Downloaded cargo-util-schemas v0.2.0
1492026-08-18T22:09:13.825Z Downloaded bytes v1.12.1
1502026-08-18T22:09:13.825Z Downloaded errno v0.3.14
1512026-08-18T22:09:13.825Z Downloaded document-features v0.2.12
1522026-08-18T22:09:13.829Z Downloaded futures-task v0.3.34
1532026-08-18T22:09:13.832Z Downloaded adler2 v2.0.1
1542026-08-18T22:09:13.835Z Downloaded addr2line v0.25.1
1552026-08-18T22:09:13.841Z Downloaded filetime v0.2.29
1562026-08-18T22:09:13.846Z Downloaded base64 v0.22.1
1572026-08-18T22:09:13.853Z Downloaded rand_core v0.6.4
1582026-08-18T22:09:13.858Z Downloaded semver v1.0.28
1592026-08-18T22:09:13.869Z Downloaded openssl-sys v0.9.117
1602026-08-18T22:09:13.873Z Downloaded openssl-macros v0.1.1
1612026-08-18T22:09:13.873Z Downloaded pathdiff v0.2.3
1622026-08-18T22:09:13.875Z Downloaded backtrace-ext v0.2.1
1632026-08-18T22:09:13.875Z Downloaded ordered-float v2.10.1
1642026-08-18T22:09:13.880Z Downloaded percent-encoding v2.3.2
1652026-08-18T22:09:13.885Z Downloaded pkcs8 v0.10.2
1662026-08-18T22:09:13.894Z Downloaded atomic-waker v1.1.2
1672026-08-18T22:09:13.894Z Downloaded rand_pcg v0.10.2
1682026-08-18T22:09:13.894Z Downloaded futures-core v0.3.34
1692026-08-18T22:09:13.894Z Downloaded futures-sink v0.3.34
1702026-08-18T22:09:13.894Z Downloaded rustc-hash v2.1.3
1712026-08-18T22:09:13.902Z Downloaded serde-value v0.7.0
1722026-08-18T22:09:13.902Z Downloaded clap_lex v1.1.0
1732026-08-18T22:09:13.902Z Downloaded colorchoice v1.0.5
1742026-08-18T22:09:13.902Z Downloaded block-buffer v0.10.4
1752026-08-18T22:09:13.902Z Downloaded anstyle-query v1.1.5
1762026-08-18T22:09:13.902Z Downloaded crypto-common v0.1.7
1772026-08-18T22:09:13.906Z Downloaded swrite v0.1.0
1782026-08-18T22:09:13.906Z Downloaded cpufeatures v0.2.17
1792026-08-18T22:09:13.906Z Downloaded scopeguard v1.2.0
1802026-08-18T22:09:13.906Z Downloaded form_urlencoded v1.2.2
1812026-08-18T22:09:13.906Z Downloaded serde_ignored v0.1.14
1822026-08-18T22:09:13.906Z Downloaded rustc_version v0.4.1
1832026-08-18T22:09:13.909Z Downloaded futures-macro v0.3.34
1842026-08-18T22:09:13.909Z Downloaded shared_child v1.1.1
1852026-08-18T22:09:13.913Z Downloaded cpufeatures v0.3.0
1862026-08-18T22:09:13.917Z Downloaded futures-io v0.3.34
1872026-08-18T22:09:13.917Z Downloaded sigchld v0.2.4
1882026-08-18T22:09:13.918Z Downloaded signal-hook-mio v0.2.5
1892026-08-18T22:09:13.918Z Downloaded supports-unicode v3.0.0
1902026-08-18T22:09:13.918Z Downloaded tokio-macros v2.7.2
1912026-08-18T22:09:13.918Z Downloaded curve25519-dalek-derive v0.1.1
1922026-08-18T22:09:13.918Z Downloaded pkg-config v0.3.34
1932026-08-18T22:09:13.918Z Downloaded cfg_aliases v0.2.2
1942026-08-18T22:09:13.918Z Downloaded signal-hook-registry v1.4.8
1952026-08-18T22:09:13.918Z Downloaded pin-project-lite v0.2.17
1962026-08-18T22:09:13.921Z Downloaded ppv-lite86 v0.2.21
1972026-08-18T22:09:13.921Z Downloaded rand_chacha v0.9.0
1982026-08-18T22:09:13.921Z Downloaded color-spantrace v0.3.0
1992026-08-18T22:09:13.925Z Downloaded debug-ignore v1.0.5
2002026-08-18T22:09:13.925Z Downloaded enable-ansi-support v0.2.1
2012026-08-18T22:09:13.925Z Downloaded generic-array v0.14.7
2022026-08-18T22:09:13.928Z Downloaded cargo-platform v0.3.3
2032026-08-18T22:09:13.928Z Downloaded self-replace v1.5.0
2042026-08-18T22:09:13.929Z Downloaded foreign-types v0.3.2
2052026-08-18T22:09:13.938Z Downloaded equivalent v1.0.2
2062026-08-18T22:09:13.943Z Downloaded base64ct v1.8.3
2072026-08-18T22:09:13.943Z Downloaded owo-colors v4.3.0
2082026-08-18T22:09:13.943Z Downloaded serde_urlencoded v0.7.1
2092026-08-18T22:09:13.943Z Downloaded supports-color v3.0.2
2102026-08-18T22:09:13.948Z Downloaded serde_spanned v1.1.1
2112026-08-18T22:09:13.948Z Downloaded tinyvec_macros v0.1.1
2122026-08-18T22:09:13.948Z Downloaded os_pipe v1.2.3
2132026-08-18T22:09:13.951Z Downloaded strip-ansi-escapes v0.2.1
2142026-08-18T22:09:13.951Z Downloaded supports-hyperlinks v3.2.0
2152026-08-18T22:09:13.951Z Downloaded terminal_size v0.4.4
2162026-08-18T22:09:13.956Z Downloaded foreign-types-shared v0.1.1
2172026-08-18T22:09:13.960Z Downloaded fnv v1.0.7
2182026-08-18T22:09:13.963Z Downloaded serde_spanned v0.6.9
2192026-08-18T22:09:13.967Z Downloaded sync_wrapper v1.0.2
2202026-08-18T22:09:13.970Z Downloaded cfg-if v1.0.4
2212026-08-18T22:09:13.970Z Downloaded urlencoding v2.1.3
2222026-08-18T22:09:13.974Z Downloaded thread_local v1.1.10
2232026-08-18T22:09:13.974Z Downloaded unicode-xid v0.2.6
2242026-08-18T22:09:13.974Z Downloaded signature v2.2.0
2252026-08-18T22:09:13.977Z Downloaded version_check v0.9.5
2262026-08-18T22:09:13.977Z Downloaded rand_core v0.9.5
2272026-08-18T22:09:13.991Z Downloaded rand_core v0.10.1
2282026-08-18T22:09:13.999Z Downloaded serde-untagged v0.1.9
2292026-08-18T22:09:13.999Z Downloaded nested v0.1.1
2302026-08-18T22:09:13.999Z Downloaded subtle v2.6.1
2312026-08-18T22:09:13.999Z Downloaded shell-words v1.1.1
2322026-08-18T22:09:13.999Z Downloaded cargo-platform v0.2.0
2332026-08-18T22:09:13.999Z Downloaded simd-adler32 v0.3.10
2342026-08-18T22:09:13.999Z Downloaded smol_str v0.3.6
2352026-08-18T22:09:13.999Z Downloaded find-msvc-tools v0.1.11
2362026-08-18T22:09:13.999Z Downloaded self_update v0.42.0
2372026-08-18T22:09:13.999Z Downloaded anstyle-parse v1.0.0
2382026-08-18T22:09:14.006Z Downloaded atomicwrites v0.4.4
2392026-08-18T22:09:14.006Z Downloaded cargo_metadata v0.20.0
2402026-08-18T22:09:14.006Z Downloaded rustc-demangle v0.1.28
2412026-08-18T22:09:14.006Z Downloaded erased-serde v0.4.10
2422026-08-18T22:09:14.006Z Downloaded foldhash v0.1.5
2432026-08-18T22:09:14.006Z Downloaded fixedbitset v0.5.7
2442026-08-18T22:09:14.006Z Downloaded futures-executor v0.3.34
2452026-08-18T22:09:14.011Z Downloaded hyper-tls v0.6.0
2462026-08-18T22:09:14.011Z Downloaded itoa v1.0.18
2472026-08-18T22:09:14.011Z Downloaded openssl-probe v0.2.1
2482026-08-18T22:09:14.017Z Downloaded camino-tempfile v1.4.1
2492026-08-18T22:09:14.018Z Downloaded number_prefix v0.4.0
2502026-08-18T22:09:14.018Z Downloaded try-lock v0.2.5
2512026-08-18T22:09:14.018Z Downloaded anstyle v1.0.14
2522026-08-18T22:09:14.018Z Downloaded xattr v1.6.1
2532026-08-18T22:09:14.018Z Downloaded heck v0.5.0
2542026-08-18T22:09:14.022Z Downloaded is_ci v1.2.0
2552026-08-18T22:09:14.022Z Downloaded lru-slab v0.1.2
2562026-08-18T22:09:14.022Z Downloaded mukti-metadata v0.3.0
2572026-08-18T22:09:14.022Z Downloaded quinn-udp v0.5.15
2582026-08-18T22:09:14.022Z Downloaded toml_datetime v0.6.11
2592026-08-18T22:09:14.026Z Downloaded indent_write v2.2.0
2602026-08-18T22:09:14.030Z Downloaded slab v0.4.12
2612026-08-18T22:09:14.030Z Downloaded strsim v0.11.1
2622026-08-18T22:09:14.031Z Downloaded thiserror v1.0.69
2632026-08-18T22:09:14.031Z Downloaded typeid v1.0.3
2642026-08-18T22:09:14.031Z Downloaded sha2 v0.10.9
2652026-08-18T22:09:14.035Z Downloaded thiserror v2.0.20
2662026-08-18T22:09:14.038Z Downloaded tokio-native-tls v0.3.1
2672026-08-18T22:09:14.038Z Downloaded static_assertions v1.1.0
2682026-08-18T22:09:14.038Z Downloaded serde_path_to_error v0.1.20
2692026-08-18T22:09:14.038Z Downloaded hex v0.4.3
2702026-08-18T22:09:14.038Z Downloaded nextest-workspace-hack v0.1.0
2712026-08-18T22:09:14.038Z Downloaded spki v0.7.3
2722026-08-18T22:09:14.042Z Downloaded thiserror-impl v1.0.69
2732026-08-18T22:09:14.042Z Downloaded duct v0.13.7
2742026-08-18T22:09:14.042Z Downloaded ed25519 v2.2.3
2752026-08-18T22:09:14.042Z Downloaded target-spec-miette v0.4.8
2762026-08-18T22:09:14.045Z Downloaded utf8parse v0.2.2
2772026-08-18T22:09:14.046Z Downloaded quote v1.0.47
2782026-08-18T22:09:14.046Z Downloaded thiserror-impl v2.0.20
2792026-08-18T22:09:14.050Z Downloaded cargo_metadata v0.23.1
2802026-08-18T22:09:14.050Z Downloaded quick-junit v0.5.2
2812026-08-18T22:09:14.050Z Downloaded digest v0.10.7
2822026-08-18T22:09:14.050Z Downloaded rustls-pki-types v1.15.1
2832026-08-18T22:09:14.054Z Downloaded target-lexicon v0.13.5
2842026-08-18T22:09:14.057Z Downloaded getrandom v0.3.4
2852026-08-18T22:09:14.057Z Downloaded either v1.17.0
2862026-08-18T22:09:14.057Z Downloaded tracing-log v0.2.0
2872026-08-18T22:09:14.061Z Downloaded dialoguer v0.11.0
2882026-08-18T22:09:14.061Z Downloaded proc-macro2 v1.0.107
2892026-08-18T22:09:14.061Z Downloaded future-queue v0.4.0
2902026-08-18T22:09:14.064Z Downloaded zmij v1.0.23
2912026-08-18T22:09:14.074Z Downloaded tower-service v0.3.3
2922026-08-18T22:09:14.079Z Downloaded want v0.3.1
2932026-08-18T22:09:14.079Z Downloaded parking_lot_core v0.9.12
2942026-08-18T22:09:14.079Z Downloaded crc32fast v1.5.0
2952026-08-18T22:09:14.079Z Downloaded eyre v0.6.14
2962026-08-18T22:09:14.079Z Downloaded jobserver v0.1.35
2972026-08-18T22:09:14.083Z Downloaded toml_writer v1.1.2+spec-1.1.0
2982026-08-18T22:09:14.083Z Downloaded anstream v1.0.0
2992026-08-18T22:09:14.083Z Downloaded camino v1.2.5
3002026-08-18T22:09:14.083Z Downloaded parking_lot v0.12.5
3012026-08-18T22:09:14.083Z Downloaded console v0.15.11
3022026-08-18T22:09:14.087Z Downloaded is_terminal_polyfill v1.70.2
3032026-08-18T22:09:14.087Z Downloaded humantime v2.4.0
3042026-08-18T22:09:14.087Z Downloaded utf8_iter v1.0.4
3052026-08-18T22:09:14.090Z Downloaded untrusted v0.9.0
3062026-08-18T22:09:14.095Z Downloaded cfg-expr v0.20.8
3072026-08-18T22:09:14.095Z Downloaded ahash v0.8.12
3082026-08-18T22:09:14.098Z Downloaded bitflags v2.13.1
3092026-08-18T22:09:14.098Z Downloaded tokio-rustls v0.26.4
3102026-08-18T22:09:14.098Z Downloaded guppy-workspace-hack v0.1.0
3112026-08-18T22:09:14.102Z Downloaded toml_write v0.1.2
3122026-08-18T22:09:14.102Z Downloaded tempfile v3.27.0
3132026-08-18T22:09:14.105Z Downloaded target-spec v3.6.0
3142026-08-18T22:09:14.105Z Downloaded ipnet v2.12.1
3152026-08-18T22:09:14.109Z Downloaded miette-derive v7.6.0
3162026-08-18T22:09:14.109Z Downloaded xxhash-rust v0.8.18
3172026-08-18T22:09:14.109Z Downloaded shlex v2.0.1
3182026-08-18T22:09:14.109Z Downloaded smallvec v1.15.2
3192026-08-18T22:09:14.118Z Downloaded zstd-safe v7.2.4
3202026-08-18T22:09:14.118Z Downloaded tokio-stream v0.1.19
3212026-08-18T22:09:14.127Z Downloaded home v0.5.12
3222026-08-18T22:09:14.127Z Downloaded native-tls v0.2.18
3232026-08-18T22:09:14.127Z Downloaded serde_core v1.0.229
3242026-08-18T22:09:14.127Z Downloaded http-body v1.1.0
3252026-08-18T22:09:14.127Z Downloaded indenter v0.3.4
3262026-08-18T22:09:14.127Z Downloaded clap_derive v4.6.4
3272026-08-18T22:09:14.131Z Downloaded chacha20 v0.10.1
3282026-08-18T22:09:14.131Z Downloaded tower-layer v0.3.3
3292026-08-18T22:09:14.131Z Downloaded tracing-error v0.2.1
3302026-08-18T22:09:14.131Z Downloaded getrandom v0.2.17
3312026-08-18T22:09:14.131Z Downloaded async-scoped v0.9.0
3322026-08-18T22:09:14.131Z Downloaded fastrand v2.5.0
3332026-08-18T22:09:14.131Z Downloaded unicode-linebreak v0.1.5
3342026-08-18T22:09:14.135Z Downloaded convert_case v0.10.0
3352026-08-18T22:09:14.135Z Downloaded futures-channel v0.3.34
3362026-08-18T22:09:14.139Z Downloaded ryu v1.0.23
3372026-08-18T22:09:14.139Z Downloaded idna_adapter v1.0.0
3382026-08-18T22:09:14.140Z Downloaded toml v0.8.23
3392026-08-18T22:09:14.148Z Downloaded serde_derive v1.0.229
3402026-08-18T22:09:14.148Z Downloaded unicase v2.9.0
3412026-08-18T22:09:14.148Z Downloaded globset v0.4.20
3422026-08-18T22:09:14.148Z Downloaded lock_api v0.4.14
3432026-08-18T22:09:14.161Z Downloaded config v0.15.25
3442026-08-18T22:09:14.166Z Downloaded hyper-rustls v0.27.9
3452026-08-18T22:09:14.166Z Downloaded zipsign-api v0.1.5
3462026-08-18T22:09:14.166Z Downloaded humantime-serde v1.1.1
3472026-08-18T22:09:14.166Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3482026-08-18T22:09:14.166Z Downloaded lazy_static v1.5.0
3492026-08-18T22:09:14.166Z Downloaded nextest-metadata v0.12.2
3502026-08-18T22:09:14.166Z Downloaded tracing-attributes v0.1.31
3512026-08-18T22:09:14.178Z Downloaded toml_parser v1.1.3+spec-1.1.0
3522026-08-18T22:09:14.178Z Downloaded socket2 v0.6.5
3532026-08-18T22:09:14.189Z Downloaded textwrap v0.16.2
3542026-08-18T22:09:14.189Z Downloaded httparse v1.10.1
3552026-08-18T22:09:14.190Z Downloaded derive-where v1.6.1
3562026-08-18T22:09:14.190Z Downloaded http-body-util v0.1.5
3572026-08-18T22:09:14.197Z Downloaded getrandom v0.4.3
3582026-08-18T22:09:14.197Z Downloaded quinn v0.11.11
3592026-08-18T22:09:14.197Z Downloaded newtype-uuid v1.4.0
3602026-08-18T22:09:14.198Z Downloaded once_cell v1.21.4
3612026-08-18T22:09:14.203Z Downloaded litrs v1.0.0
3622026-08-18T22:09:14.207Z Downloaded pin-project-internal v1.1.13
3632026-08-18T22:09:14.207Z Downloaded clap v4.6.6
3642026-08-18T22:09:14.230Z Downloaded unicode-ident v1.0.24
3652026-08-18T22:09:14.240Z Downloaded const-oid v0.9.6
3662026-08-18T22:09:14.241Z Downloaded sharded-slab v0.1.7
3672026-08-18T22:09:14.241Z Downloaded zstd v0.13.3
3682026-08-18T22:09:14.241Z Downloaded tinyvec v1.12.0
3692026-08-18T22:09:14.241Z Downloaded tar v0.4.46
3702026-08-18T22:09:14.241Z Downloaded toml_edit v0.22.27
3712026-08-18T22:09:14.241Z Downloaded signal-hook v0.3.18
3722026-08-18T22:09:14.241Z Downloaded iana-time-zone v0.1.65
3732026-08-18T22:09:14.248Z Downloaded serde v1.0.229
3742026-08-18T22:09:14.248Z Downloaded backtrace v0.3.76
3752026-08-18T22:09:14.248Z Downloaded futures v0.3.34
3762026-08-18T22:09:14.252Z Downloaded der v0.7.10
3772026-08-18T22:09:14.252Z Downloaded rand v0.9.5
3782026-08-18T22:09:14.252Z Downloaded rand v0.10.2
3792026-08-18T22:09:14.257Z Downloaded miniz_oxide v0.8.9
3802026-08-18T22:09:14.257Z Downloaded toml v1.1.4+spec-1.1.0
3812026-08-18T22:09:14.260Z Downloaded borsh v1.8.0
3822026-08-18T22:09:14.260Z Downloaded log v0.4.33
3832026-08-18T22:09:14.264Z Downloaded zeroize v1.9.0
3842026-08-18T22:09:14.264Z Downloaded uuid v1.24.1
3852026-08-18T22:09:14.273Z Downloaded flate2 v1.1.9
3862026-08-18T22:09:14.276Z Downloaded nextest-filtering v0.15.0
3872026-08-18T22:09:14.276Z Downloaded rustls-webpki v0.103.14
3882026-08-18T22:09:14.279Z Downloaded num-traits v0.2.19
3892026-08-18T22:09:14.284Z Downloaded indicatif v0.17.11
3902026-08-18T22:09:14.284Z Downloaded ed25519-dalek v2.2.0
3912026-08-18T22:09:14.287Z Downloaded derive_more v2.1.1
3922026-08-18T22:09:14.291Z Downloaded vte v0.14.1
3932026-08-18T22:09:14.294Z Downloaded tracing-core v0.1.36
3942026-08-18T22:09:14.299Z Downloaded pin-project v1.1.13
3952026-08-18T22:09:14.303Z Downloaded derive_more-impl v2.1.1
3962026-08-18T22:09:14.309Z Downloaded tower v0.5.3
3972026-08-18T22:09:14.315Z Downloaded typenum v1.20.1
3982026-08-18T22:09:14.319Z Downloaded url v2.5.8
3992026-08-18T22:09:14.319Z Downloaded cc v1.4.3
4002026-08-18T22:09:14.323Z Downloaded http v1.5.0
4012026-08-18T22:09:14.346Z Downloaded ron v0.12.2
4022026-08-18T22:09:14.351Z Downloaded unicode-normalization v0.1.25
4032026-08-18T22:09:14.354Z Downloaded portable-atomic v1.15.0
4042026-08-18T22:09:14.358Z Downloaded memchr v2.8.3
4052026-08-18T22:09:14.364Z Downloaded unicode-segmentation v1.13.3
4062026-08-18T22:09:14.367Z Downloaded indexmap v2.14.0
4072026-08-18T22:09:14.370Z Downloaded pulldown-cmark v0.13.4
4082026-08-18T22:09:14.377Z Downloaded crossterm v0.29.0
4092026-08-18T22:09:14.381Z Downloaded regex v1.13.1
4102026-08-18T22:09:14.384Z Downloaded mio v1.2.2
4112026-08-18T22:09:14.389Z Downloaded hyper-util v0.1.20
4122026-08-18T22:09:14.392Z Downloaded guppy v0.17.26
4132026-08-18T22:09:14.395Z Downloaded reqwest v0.12.28
4142026-08-18T22:09:14.400Z Downloaded aho-corasick v1.1.5
4152026-08-18T22:09:14.403Z Downloaded idna v1.1.0
4162026-08-18T22:09:14.403Z Downloaded clap_builder v4.6.6
4172026-08-18T22:09:14.408Z Downloaded itertools v0.14.0
4182026-08-18T22:09:14.412Z Downloaded hashbrown v0.15.5
4192026-08-18T22:09:14.415Z Downloaded serde_json v1.0.151
4202026-08-18T22:09:14.418Z Downloaded miette v7.6.0
4212026-08-18T22:09:14.418Z Downloaded futures-util v0.3.34
4222026-08-18T22:09:14.424Z Downloaded hashbrown v0.17.1
4232026-08-18T22:09:14.428Z Downloaded tokio-util v0.7.19
4242026-08-18T22:09:14.431Z Downloaded tower-http v0.6.11
4252026-08-18T22:09:14.434Z Downloaded quick-xml v0.37.5
4262026-08-18T22:09:14.437Z Downloaded winnow v1.0.4
4272026-08-18T22:09:14.442Z Downloaded hyper v1.11.0
4282026-08-18T22:09:14.445Z Downloaded winnow v0.7.15
4292026-08-18T22:09:14.465Z Downloaded webpki-roots v1.0.9
4302026-08-18T22:09:14.472Z Downloaded h2 v0.4.16
4312026-08-18T22:09:14.478Z Downloaded chrono v0.4.45
4322026-08-18T22:09:14.485Z Downloaded quick-xml v0.38.4
4332026-08-18T22:09:14.496Z Downloaded gimli v0.32.3
4342026-08-18T22:09:14.507Z Downloaded zerocopy v0.8.56
4352026-08-18T22:09:14.516Z Downloaded unicode-width v0.1.14
4362026-08-18T22:09:14.519Z Downloaded curve25519-dalek v4.1.3
4372026-08-18T22:09:14.524Z Downloaded unicode-width v0.2.2
4382026-08-18T22:09:14.527Z Downloaded nextest-runner v0.80.0
4392026-08-18T22:09:14.532Z Downloaded bstr v1.13.1
4402026-08-18T22:09:14.538Z Downloaded quinn-proto v0.11.17
4412026-08-18T22:09:14.541Z Downloaded openssl v0.10.81
4422026-08-18T22:09:14.545Z Downloaded tracing-subscriber v0.3.23
4432026-08-18T22:09:14.549Z Downloaded vcpkg v0.2.15
4442026-08-18T22:09:14.570Z Downloaded tracing v0.1.44
4452026-08-18T22:09:14.579Z Downloaded petgraph v0.8.3
4462026-08-18T22:09:14.593Z Downloaded color-eyre v0.6.5
4472026-08-18T22:09:14.601Z Downloaded rustix v0.38.44
4482026-08-18T22:09:14.609Z Downloaded syn v2.0.119
4492026-08-18T22:09:14.616Z Downloaded syn v3.0.3
4502026-08-18T22:09:14.636Z Downloaded regex-syntax v0.8.11
4512026-08-18T22:09:14.644Z Downloaded rustls v0.23.43
4522026-08-18T22:09:14.656Z Downloaded nix v0.30.1
4532026-08-18T22:09:14.656Z Downloaded object v0.37.3
4542026-08-18T22:09:14.667Z Downloaded rustix v1.1.4
4552026-08-18T22:09:14.748Z Downloaded regex-automata v0.4.18
4562026-08-18T22:09:14.809Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4572026-08-18T22:09:14.826Z Downloaded tokio v1.53.1
4582026-08-18T22:09:14.848Z Downloaded libc v0.2.189
4592026-08-18T22:09:14.894Z Downloaded recursion v0.5.4
4602026-08-18T22:09:14.910Z Downloaded ring v0.17.14
4612026-08-18T22:09:14.968Z Compiling proc-macro2 v1.0.107
4622026-08-18T22:09:14.971Z Compiling unicode-ident v1.0.24
4632026-08-18T22:09:14.971Z Compiling quote v1.0.47
4642026-08-18T22:09:14.972Z Compiling libc v0.2.189
4652026-08-18T22:09:14.972Z Compiling serde_core v1.0.229
4662026-08-18T22:09:14.972Z Compiling cfg-if v1.0.4
4672026-08-18T22:09:15.102Z Compiling memchr v2.8.3
4682026-08-18T22:09:15.107Z Compiling once_cell v1.21.4
4692026-08-18T22:09:15.219Z Compiling log v0.4.33
4702026-08-18T22:09:15.233Z Compiling pin-project-lite v0.2.17
4712026-08-18T22:09:15.332Z Compiling itoa v1.0.18
4722026-08-18T22:09:15.377Z Compiling serde v1.0.229
4732026-08-18T22:09:15.513Z Compiling smallvec v1.15.2
4742026-08-18T22:09:15.576Z Compiling futures-core v0.3.34
4752026-08-18T22:09:15.733Z Compiling bitflags v2.13.1
4762026-08-18T22:09:15.744Z Compiling shlex v2.0.1
4772026-08-18T22:09:15.764Z Compiling find-msvc-tools v0.1.11
4782026-08-18T22:09:15.930Z Compiling hashbrown v0.17.1
4792026-08-18T22:09:15.990Z Compiling equivalent v1.0.2
4802026-08-18T22:09:16.082Z Compiling errno v0.3.14
4812026-08-18T22:09:16.129Z Compiling bytes v1.12.1
4822026-08-18T22:09:16.148Z Compiling mio v1.2.2
4832026-08-18T22:09:16.263Z Compiling signal-hook-registry v1.4.8
4842026-08-18T22:09:16.281Z Compiling jobserver v0.1.35
4852026-08-18T22:09:16.346Z Compiling rustix v1.1.4
4862026-08-18T22:09:16.485Z Compiling syn v3.0.3
4872026-08-18T22:09:16.598Z Compiling syn v2.0.119
4882026-08-18T22:09:16.608Z Compiling cc v1.4.3
4892026-08-18T22:09:16.688Z Compiling futures-sink v0.3.34
4902026-08-18T22:09:16.797Z Compiling socket2 v0.6.5
4912026-08-18T22:09:16.810Z Compiling zmij v1.0.23
4922026-08-18T22:09:16.991Z Compiling slab v0.4.12
4932026-08-18T22:09:17.088Z Compiling autocfg v1.5.1
4942026-08-18T22:09:17.242Z Compiling futures-channel v0.3.34
4952026-08-18T22:09:17.434Z Compiling indexmap v2.14.0
4962026-08-18T22:09:17.497Z Compiling tracing-core v0.1.36
4972026-08-18T22:09:17.517Z Compiling version_check v0.9.5
4982026-08-18T22:09:17.566Z Compiling serde_json v1.0.151
4992026-08-18T22:09:17.811Z Compiling getrandom v0.4.3
5002026-08-18T22:09:17.898Z Compiling futures-io v0.3.34
5012026-08-18T22:09:18.075Z Compiling futures-task v0.3.34
5022026-08-18T22:09:18.125Z Compiling camino v1.2.5
5032026-08-18T22:09:18.240Z Compiling unicode-width v0.2.2
5042026-08-18T22:09:18.256Z Compiling percent-encoding v2.3.2
5052026-08-18T22:09:18.528Z Compiling ring v0.17.14
5062026-08-18T22:09:18.531Z Compiling http v1.5.0
5072026-08-18T22:09:18.552Z Compiling simd-adler32 v0.3.10
5082026-08-18T22:09:18.659Z Compiling adler2 v2.0.1
5092026-08-18T22:09:18.804Z Compiling zeroize v1.9.0
5102026-08-18T22:09:18.824Z Compiling miniz_oxide v0.8.9
5112026-08-18T22:09:19.298Z Compiling serde_derive v1.0.229
5122026-08-18T22:09:19.394Z Compiling tokio-macros v2.7.2
5132026-08-18T22:09:19.559Z Compiling futures-macro v0.3.34
5142026-08-18T22:09:20.123Z Compiling tracing-attributes v0.1.31
5152026-08-18T22:09:20.156Z Compiling tokio v1.53.1
5162026-08-18T22:09:20.248Z Compiling num-traits v0.2.19
5172026-08-18T22:09:20.383Z Compiling futures-util v0.3.34
5182026-08-18T22:09:20.460Z Compiling zerocopy v0.8.56
5192026-08-18T22:09:20.482Z Compiling object v0.37.3
5202026-08-18T22:09:20.695Z Compiling target-lexicon v0.13.5
5212026-08-18T22:09:20.768Z Compiling getrandom v0.3.4
5222026-08-18T22:09:21.095Z Compiling http-body v1.1.0
5232026-08-18T22:09:21.110Z Compiling rustls-pki-types v1.15.1
5242026-08-18T22:09:21.199Z Compiling form_urlencoded v1.2.2
5252026-08-18T22:09:21.261Z Compiling semver v1.0.28
5262026-08-18T22:09:21.303Z Compiling tracing v0.1.44
5272026-08-18T22:09:21.464Z Compiling getrandom v0.2.17
5282026-08-18T22:09:21.654Z Compiling fnv v1.0.7
5292026-08-18T22:09:21.659Z Compiling guppy-workspace-hack v0.1.0
5302026-08-18T22:09:21.760Z Compiling idna_adapter v1.0.0
5312026-08-18T22:09:21.864Z Compiling thiserror v2.0.20
5322026-08-18T22:09:21.877Z Compiling gimli v0.32.3
5332026-08-18T22:09:21.913Z Compiling utf8_iter v1.0.4
5342026-08-18T22:09:21.967Z Compiling untrusted v0.9.0
5352026-08-18T22:09:22.074Z Compiling signal-hook v0.3.18
5362026-08-18T22:09:22.098Z Compiling httparse v1.10.1
5372026-08-18T22:09:22.192Z Compiling owo-colors v4.3.0
5382026-08-18T22:09:22.492Z Compiling idna v1.1.0
5392026-08-18T22:09:23.098Z Compiling thiserror-impl v2.0.20
5402026-08-18T22:09:23.285Z Compiling generic-array v0.14.7
5412026-08-18T22:09:23.511Z Compiling target-spec v3.6.0
5422026-08-18T22:09:23.793Z Compiling addr2line v0.25.1
5432026-08-18T22:09:24.120Z Compiling tokio-util v0.7.19
5442026-08-18T22:09:24.219Z Compiling thiserror v1.0.69
5452026-08-18T22:09:24.261Z Compiling rustc-demangle v0.1.28
5462026-08-18T22:09:24.518Z Compiling tower-service v0.3.3
5472026-08-18T22:09:24.586Z Compiling atomic-waker v1.1.2
5482026-08-18T22:09:24.617Z Compiling typeid v1.0.3
5492026-08-18T22:09:24.721Z Compiling rustls v0.23.43
5502026-08-18T22:09:24.905Z Compiling fastrand v2.5.0
5512026-08-18T22:09:24.936Z Compiling try-lock v0.2.5
5522026-08-18T22:09:25.057Z Compiling pkg-config v0.3.34
5532026-08-18T22:09:25.227Z Compiling tempfile v3.27.0
5542026-08-18T22:09:25.240Z Compiling want v0.3.1
5552026-08-18T22:09:25.294Z Compiling h2 v0.4.16
5562026-08-18T22:09:25.497Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5572026-08-18T22:09:25.616Z Compiling backtrace v0.3.76
5582026-08-18T22:09:26.045Z Compiling url v2.5.8
5592026-08-18T22:09:26.055Z Compiling cfg-expr v0.20.8
5602026-08-18T22:09:26.929Z Compiling thiserror-impl v1.0.69
5612026-08-18T22:09:27.031Z Compiling terminal_size v0.4.4
5622026-08-18T22:09:27.045Z Compiling aho-corasick v1.1.5
5632026-08-18T22:09:27.184Z Compiling erased-serde v0.4.10
5642026-08-18T22:09:27.493Z Compiling winnow v0.7.15
5652026-08-18T22:09:28.078Z Compiling subtle v2.6.1
5662026-08-18T22:09:28.240Z Compiling typenum v1.20.1
5672026-08-18T22:09:28.433Z Compiling rustls-webpki v0.103.14
5682026-08-18T22:09:28.921Z Compiling regex-syntax v0.8.11
5692026-08-18T22:09:30.907Z Compiling regex-automata v0.4.18
5702026-08-18T22:09:31.106Z Compiling hyper v1.11.0
5712026-08-18T22:09:32.539Z Compiling serde_spanned v0.6.9
5722026-08-18T22:09:32.703Z Compiling toml_datetime v0.6.11
5732026-08-18T22:09:33.078Z Compiling ahash v0.8.12
5742026-08-18T22:09:33.217Z Compiling sync_wrapper v1.0.2
5752026-08-18T22:09:33.327Z Compiling foldhash v0.1.5
5762026-08-18T22:09:33.344Z Compiling crc32fast v1.5.0
5772026-08-18T22:09:33.544Z Compiling base64 v0.22.1
5782026-08-18T22:09:33.636Z Compiling parking_lot_core v0.9.12
5792026-08-18T22:09:33.892Z Compiling nextest-workspace-hack v0.1.0
5802026-08-18T22:09:34.034Z Compiling unicode-linebreak v0.1.5
5812026-08-18T22:09:34.105Z Compiling ipnet v2.12.1
5822026-08-18T22:09:34.298Z Compiling lazy_static v1.5.0
5832026-08-18T22:09:34.406Z Compiling portable-atomic v1.15.0
5842026-08-18T22:09:34.746Z Compiling tower-layer v0.3.3
5852026-08-18T22:09:34.817Z Compiling is_ci v1.2.0
5862026-08-18T22:09:34.852Z Compiling toml_write v0.1.2
5872026-08-18T22:09:34.947Z Compiling unicode-segmentation v1.13.3
5882026-08-18T22:09:34.983Z Compiling either v1.17.0
5892026-08-18T22:09:35.097Z Compiling toml_edit v0.22.27
5902026-08-18T22:09:35.215Z Compiling tower v0.5.3
5912026-08-18T22:09:35.270Z Compiling convert_case v0.10.0
5922026-08-18T22:09:35.337Z Compiling supports-color v3.0.2
5932026-08-18T22:09:35.571Z Compiling sharded-slab v0.1.7
5942026-08-18T22:09:35.583Z Compiling hyper-util v0.1.20
5952026-08-18T22:09:35.796Z Compiling textwrap v0.16.2
5962026-08-18T22:09:36.256Z Compiling hashbrown v0.15.5
5972026-08-18T22:09:36.411Z Compiling tokio-rustls v0.26.4
5982026-08-18T22:09:36.897Z Compiling backtrace-ext v0.2.1
5992026-08-18T22:09:37.156Z Compiling ordered-float v2.10.1
6002026-08-18T22:09:37.159Z Compiling webpki-roots v1.0.9
6012026-08-18T22:09:37.283Z Compiling miette-derive v7.6.0
6022026-08-18T22:09:37.300Z Compiling pathdiff v0.2.3
6032026-08-18T22:09:37.441Z Compiling console v0.15.11
6042026-08-18T22:09:37.441Z Compiling tracing-log v0.2.0
6052026-08-18T22:09:37.825Z Compiling cargo-platform v0.3.3
6062026-08-18T22:09:38.187Z Compiling os_pipe v1.2.3
6072026-08-18T22:09:38.363Z Compiling thread_local v1.1.10
6082026-08-18T22:09:38.376Z Compiling unicode-width v0.1.14
6092026-08-18T22:09:38.407Z Compiling supports-unicode v3.0.0
6102026-08-18T22:09:38.578Z Compiling debug-ignore v1.0.5
6112026-08-18T22:09:38.679Z Compiling winnow v1.0.4
6122026-08-18T22:09:38.755Z Compiling cfg_aliases v0.2.2
6132026-08-18T22:09:38.770Z Compiling rustix v0.38.44
6142026-08-18T22:09:38.783Z Compiling scopeguard v1.2.0
6152026-08-18T22:09:38.887Z Compiling fixedbitset v0.5.7
6162026-08-18T22:09:39.009Z Compiling supports-hyperlinks v3.2.0
6172026-08-18T22:09:39.106Z Compiling zstd-safe v7.2.4
6182026-08-18T22:09:39.223Z Compiling ryu v1.0.23
6192026-08-18T22:09:39.340Z Compiling utf8parse v0.2.2
6202026-08-18T22:09:39.384Z Compiling pulldown-cmark v0.13.4
6212026-08-18T22:09:39.451Z Compiling anstyle-parse v1.0.0
6222026-08-18T22:09:39.514Z Compiling serde_urlencoded v0.7.1
6232026-08-18T22:09:39.671Z Compiling miette v7.6.0
6242026-08-18T22:09:39.704Z Compiling petgraph v0.8.3
6252026-08-18T22:09:39.792Z Compiling toml_parser v1.1.3+spec-1.1.0
6262026-08-18T22:09:40.183Z Compiling lock_api v0.4.14
6272026-08-18T22:09:40.446Z Compiling nix v0.30.1
6282026-08-18T22:09:40.833Z Compiling tracing-subscriber v0.3.23
6292026-08-18T22:09:41.104Z Compiling sigchld v0.2.4
6302026-08-18T22:09:41.304Z Compiling cargo_metadata v0.23.1
6312026-08-18T22:09:41.670Z Compiling serde-value v0.7.0
6322026-08-18T22:09:42.352Z Compiling hyper-rustls v0.27.9
6332026-08-18T22:09:42.415Z Compiling serde-untagged v0.1.9
6342026-08-18T22:09:42.783Z Compiling toml v0.8.23
6352026-08-18T22:09:43.771Z Compiling tower-http v0.6.11
6362026-08-18T22:09:43.949Z Compiling derive_more-impl v2.1.1
6372026-08-18T22:09:44.412Z Compiling itertools v0.14.0
6382026-08-18T22:09:44.425Z Compiling regex v1.13.1
6392026-08-18T22:09:44.511Z Compiling block-buffer v0.10.4
6402026-08-18T22:09:44.667Z Compiling crypto-common v0.1.7
6412026-08-18T22:09:44.755Z Compiling ppv-lite86 v0.2.21
6422026-08-18T22:09:44.805Z Compiling futures-executor v0.3.34
6432026-08-18T22:09:45.091Z Compiling rand_core v0.9.5
6442026-08-18T22:09:45.317Z Compiling http-body-util v0.1.5
6452026-08-18T22:09:45.353Z Compiling pin-project-internal v1.1.13
6462026-08-18T22:09:45.500Z Compiling uuid v1.24.1
6472026-08-18T22:09:45.614Z Compiling eyre v0.6.14
6482026-08-18T22:09:45.851Z Compiling toml_datetime v1.1.1+spec-1.1.0
6492026-08-18T22:09:45.875Z Compiling serde_spanned v1.1.1
6502026-08-18T22:09:45.953Z Compiling smol_str v0.3.6
6512026-08-18T22:09:46.028Z Compiling filetime v0.2.29
6522026-08-18T22:09:46.041Z Compiling vte v0.14.1
6532026-08-18T22:09:46.232Z Compiling bstr v1.13.1
6542026-08-18T22:09:46.256Z Compiling static_assertions v1.1.0
6552026-08-18T22:09:46.259Z Compiling unicode-xid v0.2.6
6562026-08-18T22:09:46.292Z Compiling nested v0.1.1
6572026-08-18T22:09:46.330Z Compiling iana-time-zone v0.1.65
6582026-08-18T22:09:46.403Z Compiling anstyle-query v1.1.5
6592026-08-18T22:09:46.485Z Compiling tinyvec_macros v0.1.1
6602026-08-18T22:09:46.509Z Compiling color-spantrace v0.3.0
6612026-08-18T22:09:46.555Z Compiling litrs v1.0.0
6622026-08-18T22:09:46.568Z Compiling unicase v2.9.0
6632026-08-18T22:09:46.626Z Compiling self_update v0.42.0
6642026-08-18T22:09:46.748Z Compiling anstyle v1.0.14
6652026-08-18T22:09:46.800Z Compiling colorchoice v1.0.5
6662026-08-18T22:09:46.911Z Compiling number_prefix v0.4.0
6672026-08-18T22:09:46.924Z Compiling is_terminal_polyfill v1.70.2
6682026-08-18T22:09:46.949Z Compiling xattr v1.6.1
6692026-08-18T22:09:46.981Z Compiling document-features v0.2.12
6702026-08-18T22:09:47.008Z Compiling anstream v1.0.0
6712026-08-18T22:09:47.020Z Compiling indicatif v0.17.11
6722026-08-18T22:09:47.075Z Compiling tar v0.4.46
6732026-08-18T22:09:47.176Z Compiling globset v0.4.20
6742026-08-18T22:09:47.488Z Compiling tinyvec v1.12.0
6752026-08-18T22:09:47.511Z Compiling chrono v0.4.45
6762026-08-18T22:09:47.918Z Compiling pin-project v1.1.13
6772026-08-18T22:09:48.027Z Compiling guppy v0.17.26
6782026-08-18T22:09:48.172Z Compiling cargo-util-schemas v0.2.0
6792026-08-18T22:09:48.493Z Compiling strip-ansi-escapes v0.2.1
6802026-08-18T22:09:48.976Z Compiling nextest-metadata v0.12.2
6812026-08-18T22:09:49.547Z Compiling toml v1.1.4+spec-1.1.0
6822026-08-18T22:09:50.392Z Compiling newtype-uuid v1.4.0
6832026-08-18T22:09:50.433Z Compiling reqwest v0.12.28
6842026-08-18T22:09:50.583Z Compiling rand_chacha v0.9.0
6852026-08-18T22:09:50.625Z Compiling futures v0.3.34
6862026-08-18T22:09:50.710Z Compiling digest v0.10.7
6872026-08-18T22:09:50.825Z Compiling derive_more v2.1.1
6882026-08-18T22:09:50.907Z Compiling parking_lot v0.12.5
6892026-08-18T22:09:50.937Z Compiling flate2 v1.1.9
6902026-08-18T22:09:51.150Z Compiling tracing-error v0.2.1
6912026-08-18T22:09:51.380Z Compiling shared_child v1.1.1
6922026-08-18T22:09:51.798Z Compiling signal-hook-mio v0.2.5
6932026-08-18T22:09:51.863Z Compiling self-replace v1.5.0
6942026-08-18T22:09:51.930Z Compiling cargo-platform v0.2.0
6952026-08-18T22:09:52.135Z Compiling quick-xml v0.38.4
6962026-08-18T22:09:52.470Z Compiling quick-xml v0.37.5
6972026-08-18T22:09:52.640Z Compiling urlencoding v2.1.3
6982026-08-18T22:09:52.894Z Compiling strsim v0.11.1
6992026-08-18T22:09:52.999Z Compiling heck v0.5.0
7002026-08-18T22:09:53.204Z Compiling shell-words v1.1.1
7012026-08-18T22:09:53.458Z Compiling cpufeatures v0.2.17
7022026-08-18T22:09:53.703Z Compiling recursion v0.5.4
7032026-08-18T22:09:53.725Z Compiling indenter v0.3.4
7042026-08-18T22:09:53.753Z Compiling humantime v2.4.0
7052026-08-18T22:09:53.850Z Compiling clap_lex v1.1.0
7062026-08-18T22:09:53.983Z Compiling humantime-serde v1.1.1
7072026-08-18T22:09:54.091Z Compiling clap_builder v4.6.6
7082026-08-18T22:09:54.132Z Compiling nextest-filtering v0.15.0
7092026-08-18T22:09:54.167Z Compiling clap_derive v4.6.4
7102026-08-18T22:09:54.200Z Compiling sha2 v0.10.9
7112026-08-18T22:09:55.471Z Compiling quick-junit v0.5.2
7122026-08-18T22:09:55.879Z Compiling atomicwrites v0.4.4
7132026-08-18T22:09:56.165Z Compiling cargo_metadata v0.20.0
7142026-08-18T22:09:57.947Z Compiling crossterm v0.29.0
7152026-08-18T22:09:58.495Z Compiling cargo-nextest v0.9.97
7162026-08-18T22:09:58.799Z Compiling duct v0.13.7
7172026-08-18T22:10:01.285Z Compiling rand v0.9.5
7182026-08-18T22:10:01.299Z Compiling async-scoped v0.9.0
7192026-08-18T22:10:01.335Z Compiling config v0.15.25
7202026-08-18T22:10:01.419Z Compiling unicode-normalization v0.1.25
7212026-08-18T22:10:01.486Z Compiling target-spec-miette v0.4.8
7222026-08-18T22:10:01.881Z Compiling future-queue v0.4.0
7232026-08-18T22:10:01.989Z Compiling mukti-metadata v0.3.0
7242026-08-18T22:10:01.996Z Compiling camino-tempfile v1.4.1
7252026-08-18T22:10:02.020Z Compiling tokio-stream v0.1.19
7262026-08-18T22:10:02.159Z Compiling derive-where v1.6.1
7272026-08-18T22:10:02.394Z Compiling serde_path_to_error v0.1.20
7282026-08-18T22:10:02.470Z Compiling serde_ignored v0.1.14
7292026-08-18T22:10:02.564Z Compiling swrite v0.1.0
7302026-08-18T22:10:02.672Z Compiling xxhash-rust v0.8.18
7312026-08-18T22:10:02.697Z Compiling hex v0.4.3
7322026-08-18T22:10:02.847Z Compiling home v0.5.12
7332026-08-18T22:10:02.980Z Compiling indent_write v2.2.0
7342026-08-18T22:10:02.994Z Compiling color-eyre v0.6.5
7352026-08-18T22:10:03.030Z Compiling clap v4.6.6
7362026-08-18T22:10:03.112Z Compiling dialoguer v0.11.0
7372026-08-18T22:10:03.128Z Compiling enable-ansi-support v0.2.1
7382026-08-18T22:10:04.705Z Compiling zstd v0.13.3
7392026-08-18T22:10:05.094Z Compiling nextest-runner v0.80.0
7402026-08-18T22:10:23.496Z Finished `release` profile [optimized] target(s) in 1m 12s
7412026-08-18T22:10:23.676Z Installing /home/build/.cargo/bin/cargo-nextest
7422026-08-18T22:10:23.679Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7432026-08-18T22:10:23.811Z+ banner bfd
7442026-08-18T22:10:23.814Z
7452026-08-18T22:10:23.814Z ##### ###### #####
7462026-08-18T22:10:23.814Z # # # # #
7472026-08-18T22:10:23.814Z ##### ##### # #
7482026-08-18T22:10:23.814Z # # # # #
7492026-08-18T22:10:23.814Z # # # # #
7502026-08-18T22:10:23.814Z ##### # #####
7512026-08-18T22:10:23.814Z
7522026-08-18T22:10:23.815Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7532026-08-18T22:10:23.970Z Updating git repository `https://github.com/oxidecomputer/falcon`
7542026-08-18T22:10:24.604ZFrom https://github.com/oxidecomputer/falcon
7552026-08-18T22:10:24.604Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7562026-08-18T22:10:24.680Z Updating crates.io index
7572026-08-18T22:10:24.683Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7582026-08-18T22:10:25.102ZFrom https://github.com/oxidecomputer/dendrite
7592026-08-18T22:10:25.102Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
7602026-08-18T22:10:25.138Z Updating git repository `https://github.com/oxidecomputer/ispf`
7612026-08-18T22:10:25.630ZFrom https://github.com/oxidecomputer/ispf
7622026-08-18T22:10:25.630Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7632026-08-18T22:10:25.635Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7642026-08-18T22:10:26.051ZFrom https://github.com/oxidecomputer/netadm-sys
7652026-08-18T22:10:26.052Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
7662026-08-18T22:10:26.058Z Updating git repository `https://github.com/oxidecomputer/omicron`
7672026-08-18T22:10:32.692ZFrom https://github.com/oxidecomputer/omicron
7682026-08-18T22:10:32.692Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7692026-08-18T22:10:33.114Z Updating git repository `https://github.com/oxidecomputer/opte`
7702026-08-18T22:10:33.859ZFrom https://github.com/oxidecomputer/opte
7712026-08-18T22:10:33.859Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
7722026-08-18T22:10:33.890Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7732026-08-18T22:10:34.187ZFrom https://github.com/oxidecomputer/slog-error-chain
7742026-08-18T22:10:34.187Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
7752026-08-18T22:10:34.197Z Updating git repository `https://github.com/illumos/smf-rs`
7762026-08-18T22:10:34.479ZFrom https://github.com/illumos/smf-rs
7772026-08-18T22:10:34.479Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7782026-08-18T22:10:34.487Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7792026-08-18T22:10:34.779ZFrom https://github.com/oxidecomputer/network-interface
7802026-08-18T22:10:34.779Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7812026-08-18T22:10:34.785Z Updating git repository `https://github.com/oxidecomputer/zone`
7822026-08-18T22:10:35.085ZFrom https://github.com/oxidecomputer/zone
7832026-08-18T22:10:35.085Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7842026-08-18T22:10:35.091Z Updating git repository `https://github.com/oxidecomputer/propolis`
7852026-08-18T22:10:35.703ZFrom https://github.com/oxidecomputer/propolis
7862026-08-18T22:10:35.703Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
7872026-08-18T22:10:35.746Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
7882026-08-18T22:10:36.545ZFrom https://github.com/oxidecomputer/transceiver-control
7892026-08-18T22:10:36.545Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
7902026-08-18T22:10:36.555Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7912026-08-18T22:10:36.855ZFrom https://github.com/oxidecomputer/dlpi-sys
7922026-08-18T22:10:36.855Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
7932026-08-18T22:10:36.861Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7942026-08-18T22:10:37.366ZFrom https://github.com/jmesmon/rust-libzfs
7952026-08-18T22:10:37.366Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
7962026-08-18T22:10:37.374Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7972026-08-18T22:10:37.628ZFrom https://github.com/oxidecomputer/rusty-doors
7982026-08-18T22:10:37.628Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
7992026-08-18T22:10:37.635Z Updating git repository `https://github.com/oxidecomputer/lldp`
8002026-08-18T22:10:38.019ZFrom https://github.com/oxidecomputer/lldp
8012026-08-18T22:10:38.019Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8022026-08-18T22:10:38.031Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8032026-08-18T22:10:38.359ZFrom https://github.com/oxidecomputer/tufaceous
8042026-08-18T22:10:38.359Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8052026-08-18T22:10:38.376Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8062026-08-18T22:10:38.928ZFrom https://github.com/oxidecomputer/management-gateway-service
8072026-08-18T22:10:38.928Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8082026-08-18T22:10:38.943Z Updating git repository `https://github.com/oxidecomputer/crucible`
8092026-08-18T22:10:40.140ZFrom https://github.com/oxidecomputer/crucible
8102026-08-18T22:10:40.140Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8112026-08-18T22:10:40.186Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8122026-08-18T22:10:40.658ZFrom https://github.com/oxidecomputer/serde_human_bytes
8132026-08-18T22:10:40.658Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8142026-08-18T22:10:40.672Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-08-18T22:10:41.152ZFrom https://github.com/oxidecomputer/propolis
8162026-08-18T22:10:41.152Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8172026-08-18T22:10:41.197Z Updating git repository `https://github.com/oxidecomputer/crucible`
8182026-08-18T22:10:42.017ZFrom https://github.com/oxidecomputer/crucible
8192026-08-18T22:10:42.017Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8202026-08-18T22:10:42.083Z Updating git repository `https://github.com/oxidecomputer/tofino`
8212026-08-18T22:10:42.481ZFrom https://github.com/oxidecomputer/tofino
8222026-08-18T22:10:42.481Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8232026-08-18T22:10:42.491Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8242026-08-18T22:10:43.204ZFrom https://github.com/oxidecomputer/maghemite
8252026-08-18T22:10:43.204Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8262026-08-18T22:10:43.235Z Updating git repository `https://github.com/oxidecomputer/clickward`
8272026-08-18T22:10:43.536ZFrom https://github.com/oxidecomputer/clickward
8282026-08-18T22:10:43.536Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8292026-08-18T22:10:43.544Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8302026-08-18T22:10:43.839ZFrom https://github.com/oxidecomputer/illumos-devinfo
8312026-08-18T22:10:43.839Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8322026-08-18T22:10:44.619Z Downloading crates ...
8332026-08-18T22:10:44.669Z Downloaded libscf-sys v1.2.0
8342026-08-18T22:10:44.673Z Downloaded libsw v3.5.0
8352026-08-18T22:10:44.678Z Downloaded libsw-core v0.3.2
8362026-08-18T22:10:44.678Z Downloaded memmap v0.7.0
8372026-08-18T22:10:44.683Z Downloaded progenitor-client v0.14.0
8382026-08-18T22:10:44.686Z Downloaded match_cfg v0.1.0
8392026-08-18T22:10:44.689Z Downloaded lru-cache v0.1.2
8402026-08-18T22:10:44.695Z Downloaded num-rational v0.4.2
8412026-08-18T22:10:44.698Z Downloaded oxnet v0.1.6
8422026-08-18T22:10:44.698Z Downloaded pest_generator v2.8.8
8432026-08-18T22:10:44.698Z Downloaded num-conv v0.2.2
8442026-08-18T22:10:44.698Z Downloaded num-iter v0.1.46
8452026-08-18T22:10:44.698Z Downloaded fixedbitset v0.4.2
8462026-08-18T22:10:44.701Z Downloaded num-derive v0.4.2
8472026-08-18T22:10:44.701Z Downloaded newtype-uuid-macros v0.1.1
8482026-08-18T22:10:44.701Z Downloaded omicron-workspace-hack v0.1.0
8492026-08-18T22:10:44.701Z Downloaded newline-converter v0.3.0
8502026-08-18T22:10:44.702Z Downloaded opaque-debug v0.3.1
8512026-08-18T22:10:44.705Z Downloaded icu_normalizer_data v2.2.0
8522026-08-18T22:10:44.708Z Downloaded float-ord v0.3.2
8532026-08-18T22:10:44.708Z Downloaded konst_macro_rules v0.2.19
8542026-08-18T22:10:44.712Z Downloaded macaddr v1.0.1
8552026-08-18T22:10:44.712Z Downloaded foreign-types v0.5.0
8562026-08-18T22:10:44.712Z Downloaded hash32 v0.3.1
8572026-08-18T22:10:44.716Z Downloaded num_enum_derive v0.7.6
8582026-08-18T22:10:44.716Z Downloaded gethostname v0.5.0
8592026-08-18T22:10:44.716Z Downloaded memoffset v0.9.1
8602026-08-18T22:10:44.716Z Downloaded olpc-cjson v0.1.4
8612026-08-18T22:10:44.716Z Downloaded fxhash v0.2.1
8622026-08-18T22:10:44.716Z Downloaded hostname v0.3.1
8632026-08-18T22:10:44.721Z Downloaded idna_adapter v1.2.2
8642026-08-18T22:10:44.721Z Downloaded aead v0.5.2
8652026-08-18T22:10:44.721Z Downloaded plain v0.2.3
8662026-08-18T22:10:44.721Z Downloaded scroll_derive v0.12.1
8672026-08-18T22:10:44.728Z Downloaded fs-err v3.3.1
8682026-08-18T22:10:44.728Z Downloaded progenitor-client v0.10.0
8692026-08-18T22:10:44.728Z Downloaded managed v0.8.0
8702026-08-18T22:10:44.729Z Downloaded num_threads v0.1.7
8712026-08-18T22:10:44.739Z Downloaded foreign-types-macros v0.2.4
8722026-08-18T22:10:44.739Z Downloaded hubpack v0.1.2
8732026-08-18T22:10:44.739Z Downloaded progenitor-macro v0.13.0
8742026-08-18T22:10:44.739Z Downloaded phf_shared v0.12.1
8752026-08-18T22:10:44.739Z Downloaded quick-error v1.2.3
8762026-08-18T22:10:44.739Z Downloaded proc-macro-crate v3.5.0
8772026-08-18T22:10:44.739Z Downloaded proc-macro-error-attr v1.0.4
8782026-08-18T22:10:44.739Z Downloaded progenitor-macro v0.14.0
8792026-08-18T22:10:44.747Z Downloaded parse-display v0.10.0
8802026-08-18T22:10:44.747Z Downloaded no-std-compat v0.4.1
8812026-08-18T22:10:44.747Z Downloaded potential_utf v0.1.5
8822026-08-18T22:10:44.757Z Downloaded foreign-types-shared v0.3.1
8832026-08-18T22:10:44.757Z Downloaded linked-hash-map v0.5.6
8842026-08-18T22:10:44.757Z Downloaded hostname v0.4.2
8852026-08-18T22:10:44.757Z Downloaded instant v0.1.13
8862026-08-18T22:10:44.757Z Downloaded mime v0.3.17
8872026-08-18T22:10:44.757Z Downloaded natord v1.0.9
8882026-08-18T22:10:44.757Z Downloaded num v0.4.3
8892026-08-18T22:10:44.757Z Downloaded num-integer v0.1.47
8902026-08-18T22:10:44.765Z Downloaded ref-cast v1.0.26
8912026-08-18T22:10:44.765Z Downloaded glob v0.3.4
8922026-08-18T22:10:44.765Z Downloaded group v0.13.0
8932026-08-18T22:10:44.765Z Downloaded rustc_version v0.1.7
8942026-08-18T22:10:44.766Z Downloaded hubpack_derive v0.1.1
8952026-08-18T22:10:44.766Z Downloaded ident_case v1.0.1
8962026-08-18T22:10:44.766Z Downloaded multer v3.1.0
8972026-08-18T22:10:44.766Z Downloaded newtype_derive v0.1.6
8982026-08-18T22:10:44.773Z Downloaded num_enum v0.7.6
8992026-08-18T22:10:44.773Z Downloaded progenitor-impl v0.14.0
9002026-08-18T22:10:44.773Z Downloaded same-file v1.0.6
9012026-08-18T22:10:44.773Z Downloaded git-stub v1.0.0
9022026-08-18T22:10:44.774Z Downloaded inout v0.1.4
9032026-08-18T22:10:44.774Z Downloaded zerofrom-derive v0.1.7
9042026-08-18T22:10:44.782Z Downloaded ref-cast-impl v1.0.26
9052026-08-18T22:10:44.782Z Downloaded progenitor-macro v0.10.0
9062026-08-18T22:10:44.783Z Downloaded is-terminal v0.4.17
9072026-08-18T22:10:44.783Z Downloaded proc-macro-crate v1.3.1
9082026-08-18T22:10:44.783Z Downloaded serde-big-array v0.5.1
9092026-08-18T22:10:44.788Z Downloaded scroll_derive v0.13.1
9102026-08-18T22:10:44.788Z Downloaded powerfmt v0.2.0
9112026-08-18T22:10:44.792Z Downloaded rand_chacha v0.3.1
9122026-08-18T22:10:44.793Z Downloaded pretty-hex v0.4.2
9132026-08-18T22:10:44.795Z Downloaded secrecy v0.10.3
9142026-08-18T22:10:44.795Z Downloaded semver v0.1.20
9152026-08-18T22:10:44.795Z Downloaded serde_plain v1.0.2
9162026-08-18T22:10:44.796Z Downloaded async-stream-impl v0.3.6
9172026-08-18T22:10:44.796Z Downloaded base16ct v0.2.0
9182026-08-18T22:10:44.800Z Downloaded num-complex v0.4.6
9192026-08-18T22:10:44.805Z Downloaded num_enum_derive v0.5.11
9202026-08-18T22:10:44.805Z Downloaded ff v0.13.1
9212026-08-18T22:10:44.805Z Downloaded heck v0.4.1
9222026-08-18T22:10:44.805Z Downloaded internet-checksum v0.2.1
9232026-08-18T22:10:44.805Z Downloaded find-msvc-tools v0.1.10
9242026-08-18T22:10:44.811Z Downloaded git-stub-vcs v0.1.0
9252026-08-18T22:10:44.811Z Downloaded ingot-types v0.1.2
9262026-08-18T22:10:44.811Z Downloaded keccak v0.1.6
9272026-08-18T22:10:44.811Z Downloaded num_enum v0.5.11
9282026-08-18T22:10:44.811Z Downloaded parse-display-derive v0.10.0
9292026-08-18T22:10:44.814Z Downloaded pkg-config v0.3.33
9302026-08-18T22:10:44.814Z Downloaded progenitor-extras v0.2.0
9312026-08-18T22:10:44.814Z Downloaded serde_tokenstream v0.3.0
9322026-08-18T22:10:44.817Z Downloaded proc-macro-error v1.0.4
9332026-08-18T22:10:44.817Z Downloaded litemap v0.8.2
9342026-08-18T22:10:44.820Z Downloaded linear-map v1.2.0
9352026-08-18T22:10:44.823Z Downloaded httpdate v1.0.3
9362026-08-18T22:10:44.826Z Downloaded serde_repr v0.1.21
9372026-08-18T22:10:44.828Z Downloaded foldhash v0.2.0
9382026-08-18T22:10:44.831Z Downloaded highway v1.3.0
9392026-08-18T22:10:44.831Z Downloaded cobs v0.3.0
9402026-08-18T22:10:44.831Z Downloaded ciborium-ll v0.2.2
9412026-08-18T22:10:44.834Z Downloaded fs_extra v1.3.0
9422026-08-18T22:10:44.838Z Downloaded dof v0.3.0
9432026-08-18T22:10:44.838Z Downloaded jiff-static v0.2.35
9442026-08-18T22:10:44.838Z Downloaded darling_macro v0.23.0
9452026-08-18T22:10:44.843Z Downloaded dof v0.4.0
9462026-08-18T22:10:44.843Z Downloaded embedded-io v0.4.0
9472026-08-18T22:10:44.843Z Downloaded serial_test v4.0.1
9482026-08-18T22:10:44.846Z Downloaded spin v0.5.2
9492026-08-18T22:10:44.847Z Downloaded structmeta-derive v0.3.0
9502026-08-18T22:10:44.847Z Downloaded take_mut v0.2.2
9512026-08-18T22:10:44.847Z Downloaded testing_table v0.3.0
9522026-08-18T22:10:44.847Z Downloaded crypto-common v0.2.2
9532026-08-18T22:10:44.850Z Downloaded pem v3.0.6
9542026-08-18T22:10:44.851Z Downloaded port-file v0.1.0
9552026-08-18T22:10:44.854Z Downloaded resolv-conf v0.7.6
9562026-08-18T22:10:44.857Z Downloaded pest_derive v2.8.8
9572026-08-18T22:10:44.857Z Downloaded progenitor v0.13.0
9582026-08-18T22:10:44.862Z Downloaded progenitor v0.14.0
9592026-08-18T22:10:44.862Z Downloaded rustls-pemfile v2.2.0
9602026-08-18T22:10:44.862Z Downloaded poly1305 v0.8.0
9612026-08-18T22:10:44.862Z Downloaded schemars_derive v0.8.22
9622026-08-18T22:10:44.867Z Downloaded parking_lot_core v0.8.6
9632026-08-18T22:10:44.867Z Downloaded rand_xorshift v0.4.0
9642026-08-18T22:10:44.867Z Downloaded password-hash v0.5.0
9652026-08-18T22:10:44.867Z Downloaded phf v0.12.1
9662026-08-18T22:10:44.871Z Downloaded progenitor-client v0.13.0
9672026-08-18T22:10:44.871Z Downloaded serde_derive_internals v0.29.1
9682026-08-18T22:10:44.871Z Downloaded ipnetwork v0.21.1
9692026-08-18T22:10:44.876Z Downloaded scroll v0.13.0
9702026-08-18T22:10:44.876Z Downloaded memmap2 v0.9.11
9712026-08-18T22:10:44.876Z Downloaded backoff v0.4.0
9722026-08-18T22:10:44.876Z Downloaded bs58 v0.5.1
9732026-08-18T22:10:44.878Z Downloaded byte-wrapper v0.1.0
9742026-08-18T22:10:44.879Z Downloaded rustls-native-certs v0.8.4
9752026-08-18T22:10:44.881Z Downloaded usdt-macro v0.5.0
9762026-08-18T22:10:44.884Z Downloaded oxide-tokio-rt v0.1.6
9772026-08-18T22:10:44.884Z Downloaded paste v1.0.15
9782026-08-18T22:10:44.887Z Downloaded usdt-attr-macro v0.5.0
9792026-08-18T22:10:44.887Z Downloaded pest_meta v2.8.8
9802026-08-18T22:10:44.888Z Downloaded async-recursion v1.1.1
9812026-08-18T22:10:44.891Z Downloaded crunchy v0.2.4
9822026-08-18T22:10:44.891Z Downloaded hybrid-array v0.4.14
9832026-08-18T22:10:44.894Z Downloaded omicron-zone-package v0.12.3
9842026-08-18T22:10:44.897Z Downloaded papergrid v0.11.0
9852026-08-18T22:10:44.901Z Downloaded convert_case v0.4.0
9862026-08-18T22:10:44.901Z Downloaded rusty-fork v0.3.1
9872026-08-18T22:10:44.905Z Downloaded compression-core v0.4.32
9882026-08-18T22:10:44.905Z Downloaded dtrace-parser v0.3.0
9892026-08-18T22:10:44.910Z Downloaded const_format_proc_macros v0.2.34
9902026-08-18T22:10:44.910Z Downloaded nom v8.0.0
9912026-08-18T22:10:44.910Z Downloaded ingot v0.1.1
9922026-08-18T22:10:44.913Z Downloaded constant_time_eq v0.4.2
9932026-08-18T22:10:44.913Z Downloaded displaydoc v0.2.7
9942026-08-18T22:10:44.914Z Downloaded ingot-types v0.2.0
9952026-08-18T22:10:44.914Z Downloaded sigpipe v0.1.3
9962026-08-18T22:10:44.914Z Downloaded slog-bunyan v2.5.0
9972026-08-18T22:10:44.917Z Downloaded thiserror-impl-no-std v2.0.2
9982026-08-18T22:10:44.917Z Downloaded thread-id v4.2.2
9992026-08-18T22:10:44.917Z Downloaded async-stream v0.3.6
10002026-08-18T22:10:44.917Z Downloaded wait-timeout v0.2.1
10012026-08-18T22:10:44.917Z Downloaded ingot v0.2.1
10022026-08-18T22:10:44.920Z Downloaded tabled_derive v0.7.0
10032026-08-18T22:10:44.920Z Downloaded waitgroup v0.1.2
10042026-08-18T22:10:44.920Z Downloaded arrayref v0.3.9
10052026-08-18T22:10:44.923Z Downloaded zerovec-derive v0.11.3
10062026-08-18T22:10:44.926Z Downloaded dunce v1.0.5
10072026-08-18T22:10:44.927Z Downloaded serde_tokenstream v0.2.3
10082026-08-18T22:10:44.927Z Downloaded tiny-keccak v2.0.2
10092026-08-18T22:10:44.930Z Downloaded progenitor v0.10.0
10102026-08-18T22:10:44.933Z Downloaded parking_lot v0.11.2
10112026-08-18T22:10:44.936Z Downloaded serial_test_derive v4.0.1
10122026-08-18T22:10:44.936Z Downloaded slog-async v2.8.0
10132026-08-18T22:10:44.936Z Downloaded slog-term v2.9.2
10142026-08-18T22:10:44.936Z Downloaded postcard v1.1.3
10152026-08-18T22:10:44.941Z Downloaded thiserror-no-std v2.0.2
10162026-08-18T22:10:44.945Z Downloaded cstr-argument v0.1.2
10172026-08-18T22:10:44.946Z Downloaded unarray v0.1.4
10182026-08-18T22:10:44.946Z Downloaded anyhow v1.0.104
10192026-08-18T22:10:44.946Z Downloaded arrayvec v0.7.8
10202026-08-18T22:10:44.948Z Downloaded backon v1.6.0
10212026-08-18T22:10:44.953Z Downloaded usdt v0.6.0
10222026-08-18T22:10:44.953Z Downloaded base16ct v1.0.0
10232026-08-18T22:10:44.953Z Downloaded const-random-macro v0.1.16
10242026-08-18T22:10:44.953Z Downloaded progenitor-impl v0.13.0
10252026-08-18T22:10:44.953Z Downloaded sha1 v0.11.0
10262026-08-18T22:10:44.957Z Downloaded yoke-derive v0.8.2
10272026-08-18T22:10:44.957Z Downloaded tagptr v0.2.0
10282026-08-18T22:10:44.957Z Downloaded strum v0.27.2
10292026-08-18T22:10:44.960Z Downloaded strum_macros v0.27.2
10302026-08-18T22:10:44.960Z Downloaded rhai_codegen v3.2.0
10312026-08-18T22:10:44.966Z Downloaded hmac v0.12.1
10322026-08-18T22:10:44.971Z Downloaded ingot-macros v0.1.1
10332026-08-18T22:10:44.971Z Downloaded scroll v0.12.0
10342026-08-18T22:10:44.976Z Downloaded strum v0.26.3
10352026-08-18T22:10:44.976Z Downloaded utf-8 v0.7.6
10362026-08-18T22:10:44.976Z Downloaded const-random v0.1.18
10372026-08-18T22:10:44.980Z Downloaded vsss-rs v3.3.4
10382026-08-18T22:10:44.980Z Downloaded whoami v1.6.1
10392026-08-18T22:10:44.980Z Downloaded slog-scope v4.4.1
10402026-08-18T22:10:44.981Z Downloaded darling v0.23.0
10412026-08-18T22:10:44.984Z Downloaded async-trait v0.1.92
10422026-08-18T22:10:44.988Z Downloaded usdt-macro v0.6.0
10432026-08-18T22:10:44.988Z Downloaded sha1 v0.10.7
10442026-08-18T22:10:44.991Z Downloaded untrusted v0.7.1
10452026-08-18T22:10:44.991Z Downloaded bit-set v0.8.0
10462026-08-18T22:10:44.995Z Downloaded unit-prefix v0.5.2
10472026-08-18T22:10:44.995Z Downloaded icu_provider v2.2.0
10482026-08-18T22:10:44.995Z Downloaded progenitor-impl v0.10.0
10492026-08-18T22:10:44.998Z Downloaded time-macros v0.2.32
10502026-08-18T22:10:44.998Z Downloaded half v2.7.1
10512026-08-18T22:10:44.998Z Downloaded walkdir v2.5.0
10522026-08-18T22:10:45.002Z Downloaded bit-vec v0.8.0
10532026-08-18T22:10:45.003Z Downloaded papergrid v0.18.0
10542026-08-18T22:10:45.006Z Downloaded icu_properties v2.2.0
10552026-08-18T22:10:45.006Z Downloaded ingot-macros v0.2.0
10562026-08-18T22:10:45.006Z Downloaded ucd-trie v0.1.7
10572026-08-18T22:10:45.014Z Downloaded zone_cfg_derive v0.3.1
10582026-08-18T22:10:45.014Z Downloaded defmt v0.3.100
10592026-08-18T22:10:45.014Z Downloaded universal-hash v0.5.1
10602026-08-18T22:10:45.014Z Downloaded byteorder v1.5.0
10612026-08-18T22:10:45.014Z Downloaded chacha20 v0.9.1
10622026-08-18T22:10:45.019Z Downloaded block-buffer v0.12.1
10632026-08-18T22:10:45.019Z Downloaded tabwriter v1.4.1
10642026-08-18T22:10:45.022Z Downloaded konst v0.2.20
10652026-08-18T22:10:45.025Z Downloaded data-encoding v2.11.1
10662026-08-18T22:10:45.025Z Downloaded pretty_assertions v1.4.1
10672026-08-18T22:10:45.025Z Downloaded crossbeam-epoch v0.9.20
10682026-08-18T22:10:45.025Z Downloaded slog-json v2.6.1
10692026-08-18T22:10:45.025Z Downloaded defmt-macros v1.1.1
10702026-08-18T22:10:45.029Z Downloaded snafu-derive v0.8.9
10712026-08-18T22:10:45.029Z Downloaded rustversion v1.0.23
10722026-08-18T22:10:45.029Z Downloaded serde_with_macros v3.22.0
10732026-08-18T22:10:45.029Z Downloaded typify-macro v0.6.2
10742026-08-18T22:10:45.032Z Downloaded typify-macro v0.4.3
10752026-08-18T22:10:45.032Z Downloaded ciborium-io v0.2.2
10762026-08-18T22:10:45.035Z Downloaded thread-id v5.1.0
10772026-08-18T22:10:45.035Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10782026-08-18T22:10:45.035Z Downloaded usdt v0.5.0
10792026-08-18T22:10:45.035Z Downloaded minimal-lexical v0.2.1
10802026-08-18T22:10:45.038Z Downloaded crc8 v0.1.1
10812026-08-18T22:10:45.041Z Downloaded ciborium v0.2.2
10822026-08-18T22:10:45.044Z Downloaded structmeta v0.3.0
10832026-08-18T22:10:45.045Z Downloaded diff v0.1.13
10842026-08-18T22:10:45.048Z Downloaded compression-codecs v0.4.38
10852026-08-18T22:10:45.048Z Downloaded critical-section v1.2.0
10862026-08-18T22:10:45.054Z Downloaded usdt-attr-macro v0.6.0
10872026-08-18T22:10:45.054Z Downloaded darling_macro v0.21.3
10882026-08-18T22:10:45.054Z Downloaded enum-as-inner v0.6.1
10892026-08-18T22:10:45.055Z Downloaded termtree v0.5.1
10902026-08-18T22:10:45.055Z Downloaded zeroize_derive v1.5.0
10912026-08-18T22:10:45.059Z Downloaded colored v3.1.1
10922026-08-18T22:10:45.059Z Downloaded derive_more v0.99.20
10932026-08-18T22:10:45.064Z Downloaded slog-envlogger v2.2.0
10942026-08-18T22:10:45.067Z Downloaded defmt-parser v1.0.0
10952026-08-18T22:10:45.067Z Downloaded rustls-platform-verifier v0.7.0
10962026-08-18T22:10:45.070Z Downloaded schemars v0.8.22
10972026-08-18T22:10:45.079Z Downloaded siphasher v1.0.3
10982026-08-18T22:10:45.084Z Downloaded blake2 v0.10.6
10992026-08-18T22:10:45.084Z Downloaded tokio-dtrace v0.1.1
11002026-08-18T22:10:45.084Z Downloaded daft v0.1.8
11012026-08-18T22:10:45.084Z Downloaded embedded-io v0.6.1
11022026-08-18T22:10:45.084Z Downloaded typify v0.6.2
11032026-08-18T22:10:45.084Z Downloaded slog-dtrace v0.3.0
11042026-08-18T22:10:45.084Z Downloaded tokio-tungstenite v0.21.0
11052026-08-18T22:10:45.087Z Downloaded time-core v0.1.9
11062026-08-18T22:10:45.087Z Downloaded dtrace-parser v0.2.0
11072026-08-18T22:10:45.087Z Downloaded icu_normalizer v2.2.0
11082026-08-18T22:10:45.091Z Downloaded stable_deref_trait v1.2.1
11092026-08-18T22:10:45.097Z Downloaded rand v0.8.7
11102026-08-18T22:10:45.097Z Downloaded bitflags v1.3.2
11112026-08-18T22:10:45.097Z Downloaded deranged v0.5.8
11122026-08-18T22:10:45.100Z Downloaded indexmap v1.9.3
11132026-08-18T22:10:45.100Z Downloaded topological-sort v0.2.2
11142026-08-18T22:10:45.100Z Downloaded zone v0.3.1
11152026-08-18T22:10:45.105Z Downloaded icu_locale_core v2.2.0
11162026-08-18T22:10:45.111Z Downloaded defmt v1.1.1
11172026-08-18T22:10:45.111Z Downloaded prettyplease v0.2.37
11182026-08-18T22:10:45.115Z Downloaded slog-stdlog v4.1.1
11192026-08-18T22:10:45.115Z Downloaded derive-ex v0.1.8
11202026-08-18T22:10:45.115Z Downloaded term v1.2.1
11212026-08-18T22:10:45.118Z Downloaded yoke v0.8.3
11222026-08-18T22:10:45.118Z Downloaded zerofrom v0.1.8
11232026-08-18T22:10:45.118Z Downloaded crucible-workspace-hack v0.1.0
11242026-08-18T22:10:45.122Z Downloaded smf v0.2.3
11252026-08-18T22:10:45.122Z Downloaded usdt-impl v0.6.0
11262026-08-18T22:10:45.122Z Downloaded slog v2.8.2
11272026-08-18T22:10:45.128Z Downloaded smartstring v1.0.1
11282026-08-18T22:10:45.132Z Downloaded cargo_toml v0.22.3
11292026-08-18T22:10:45.132Z Downloaded cancel-safe-futures v0.1.5
11302026-08-18T22:10:45.132Z Downloaded console v0.16.4
11312026-08-18T22:10:45.132Z Downloaded tinystr v0.8.3
11322026-08-18T22:10:45.136Z Downloaded dyn-clone v1.0.20
11332026-08-18T22:10:45.136Z Downloaded digest v0.11.3
11342026-08-18T22:10:45.142Z Downloaded argon2 v0.5.3
11352026-08-18T22:10:45.146Z Downloaded tungstenite v0.21.0
11362026-08-18T22:10:45.146Z Downloaded crossbeam-deque v0.8.7
11372026-08-18T22:10:45.146Z Downloaded dropshot-api-manager-types v0.7.2
11382026-08-18T22:10:45.150Z Downloaded yansi v1.0.1
11392026-08-18T22:10:45.153Z Downloaded erased-serde v0.3.31
11402026-08-18T22:10:45.153Z Downloaded rayon-core v1.13.0
11412026-08-18T22:10:45.156Z Downloaded schemars v0.9.0
11422026-08-18T22:10:45.169Z Downloaded csv-core v0.1.13
11432026-08-18T22:10:45.172Z Downloaded daft-derive v0.1.8
11442026-08-18T22:10:45.172Z Downloaded cmake v0.1.58
11452026-08-18T22:10:45.172Z Downloaded qorb v0.4.1
11462026-08-18T22:10:45.172Z Downloaded darling_core v0.23.0
11472026-08-18T22:10:45.173Z Downloaded bcs v0.1.6
11482026-08-18T22:10:45.173Z Downloaded dropshot_endpoint v0.17.1
11492026-08-18T22:10:45.173Z Downloaded typify v0.4.3
11502026-08-18T22:10:45.178Z Downloaded heapless v0.8.0
11512026-08-18T22:10:45.178Z Downloaded spin v0.9.9
11522026-08-18T22:10:45.179Z Downloaded crypto-bigint v0.5.5
11532026-08-18T22:10:45.182Z Downloaded usdt-impl v0.5.0
11542026-08-18T22:10:45.182Z Downloaded uuid v1.24.0
11552026-08-18T22:10:45.186Z Downloaded const-oid v0.10.2
11562026-08-18T22:10:45.191Z Downloaded zerocopy-derive v0.7.35
11572026-08-18T22:10:45.194Z Downloaded xz2 v0.1.7
11582026-08-18T22:10:45.194Z Downloaded serde_yaml v0.9.34+deprecated
11592026-08-18T22:10:45.194Z Downloaded writeable v0.6.3
11602026-08-18T22:10:45.198Z Downloaded chacha20poly1305 v0.10.1
11612026-08-18T22:10:45.198Z Downloaded cookie v0.18.2
11622026-08-18T22:10:45.198Z Downloaded elliptic-curve v0.13.8
11632026-08-18T22:10:45.202Z Downloaded toml v0.7.8
11642026-08-18T22:10:45.202Z Downloaded toml v0.9.12+spec-1.1.0
11652026-08-18T22:10:45.206Z Downloaded crossbeam-utils v0.8.22
11662026-08-18T22:10:45.206Z Downloaded strum_macros v0.26.4
11672026-08-18T22:10:45.206Z Downloaded test-strategy v0.4.5
11682026-08-18T22:10:45.209Z Downloaded synstructure v0.13.2
11692026-08-18T22:10:45.209Z Downloaded cipher v0.4.4
11702026-08-18T22:10:45.209Z Downloaded smawk v0.3.3
11712026-08-18T22:10:45.209Z Downloaded thin-vec v0.2.19
11722026-08-18T22:10:45.221Z Downloaded hickory-resolver v0.24.4
11732026-08-18T22:10:45.226Z Downloaded indicatif v0.18.6
11742026-08-18T22:10:45.226Z Downloaded toml_edit v0.19.15
11752026-08-18T22:10:45.229Z Downloaded toml_edit v0.25.13+spec-1.1.0
11762026-08-18T22:10:45.233Z Downloaded allocator-api2 v0.2.21
11772026-08-18T22:10:45.233Z Downloaded nom v7.1.3
11782026-08-18T22:10:45.236Z Downloaded bytecount v0.6.9
11792026-08-18T22:10:45.236Z Downloaded darling_core v0.21.3
11802026-08-18T22:10:45.244Z Downloaded hickory-resolver v0.25.2
11812026-08-18T22:10:45.244Z Downloaded icu_collections v2.2.0
11822026-08-18T22:10:45.251Z Downloaded const_format v0.2.36
11832026-08-18T22:10:45.251Z Downloaded darling v0.21.3
11842026-08-18T22:10:45.251Z Downloaded drift v0.2.0
11852026-08-18T22:10:45.259Z Downloaded snafu v0.8.9
11862026-08-18T22:10:45.280Z Downloaded unsafe-libyaml v0.2.11
11872026-08-18T22:10:45.280Z Downloaded expectorate v1.2.0
11882026-08-18T22:10:45.280Z Downloaded arc-swap v1.9.2
11892026-08-18T22:10:45.280Z Downloaded crossbeam-channel v0.5.16
11902026-08-18T22:10:45.280Z Downloaded pest v2.8.8
11912026-08-18T22:10:45.280Z Downloaded steno v0.4.1
11922026-08-18T22:10:45.280Z Downloaded libm v0.2.16
11932026-08-18T22:10:45.287Z Downloaded typed-path v0.9.3
11942026-08-18T22:10:45.288Z Downloaded similar v2.7.0
11952026-08-18T22:10:45.291Z Downloaded zerocopy v0.7.35
11962026-08-18T22:10:45.296Z Downloaded cc v1.4.2
11972026-08-18T22:10:45.306Z Downloaded hashbrown v0.12.3
11982026-08-18T22:10:45.327Z Downloaded winnow v0.5.40
11992026-08-18T22:10:45.331Z Downloaded schemars v1.2.2
12002026-08-18T22:10:45.339Z Downloaded jiff-core v0.1.0
12012026-08-18T22:10:45.344Z Downloaded base64 v0.21.7
12022026-08-18T22:10:45.348Z Downloaded proptest v1.11.0
12032026-08-18T22:10:45.358Z Downloaded tough v0.22.0
12042026-08-18T22:10:45.362Z Downloaded async-compression v0.4.43
12052026-08-18T22:10:45.365Z Downloaded zerotrie v0.2.4
12062026-08-18T22:10:45.369Z Downloaded hashbrown v0.16.1
12072026-08-18T22:10:45.372Z Downloaded moka v0.12.16
12082026-08-18T22:10:45.387Z Downloaded itertools v0.12.1
12092026-08-18T22:10:45.436Z Downloaded quinn-proto v0.11.16
12102026-08-18T22:10:45.439Z Downloaded icu_properties_data v2.2.0
12112026-08-18T22:10:45.439Z Downloaded hkdf v0.12.4
12122026-08-18T22:10:45.439Z Downloaded tabled v0.21.0
12132026-08-18T22:10:45.439Z Downloaded zerocopy-derive v0.8.56
12142026-08-18T22:10:45.439Z Downloaded zerovec v0.11.6
12152026-08-18T22:10:45.440Z Downloaded reqwest v0.13.4
12162026-08-18T22:10:45.443Z Downloaded tabled v0.15.0
12172026-08-18T22:10:45.447Z Downloaded dropshot-api-manager v0.7.2
12182026-08-18T22:10:45.451Z Downloaded goblin v0.8.2
12192026-08-18T22:10:45.457Z Downloaded h2 v0.4.15
12202026-08-18T22:10:45.461Z Downloaded rayon v1.12.0
12212026-08-18T22:10:45.467Z Downloaded itertools v0.15.0
12222026-08-18T22:10:45.474Z Downloaded aws-lc-rs v1.18.0
12232026-08-18T22:10:45.485Z Downloaded iddqd v0.4.6
12242026-08-18T22:10:45.488Z Downloaded time v0.3.55
12252026-08-18T22:10:45.492Z Downloaded smoltcp v0.11.0
12262026-08-18T22:10:45.499Z Downloaded nix v0.31.3
12272026-08-18T22:10:45.510Z Downloaded openapiv3 v2.2.0
12282026-08-18T22:10:45.515Z Downloaded blake3 v1.8.6
12292026-08-18T22:10:45.519Z Downloaded goblin v0.10.7
12302026-08-18T22:10:45.530Z Downloaded serde_with v3.22.0
12312026-08-18T22:10:45.537Z Downloaded syn v1.0.109
12322026-08-18T22:10:45.567Z Downloaded typify-impl v0.6.2
12332026-08-18T22:10:45.594Z Downloaded sled v0.34.7
12342026-08-18T22:10:45.609Z Downloaded rhai v1.25.1
12352026-08-18T22:10:45.617Z Downloaded regress v0.10.5
12362026-08-18T22:10:45.621Z Downloaded hickory-proto v0.24.4
12372026-08-18T22:10:45.628Z Downloaded regress v0.11.1
12382026-08-18T22:10:45.633Z Downloaded petgraph v0.6.5
12392026-08-18T22:10:45.642Z Downloaded hickory-proto v0.25.2
12402026-08-18T22:10:45.651Z Downloaded dropshot v0.17.1
12412026-08-18T22:10:45.662Z Downloaded lzma-sys v0.1.20
12422026-08-18T22:10:45.679Z Downloaded chrono-tz v0.10.4
12432026-08-18T22:10:45.685Z Downloaded sha3 v0.10.9
12442026-08-18T22:10:45.689Z Downloaded typify-impl v0.4.3
12452026-08-18T22:10:45.726Z Downloaded encoding_rs v0.8.35
12462026-08-18T22:10:45.737Z Downloaded jiff v0.2.35
12472026-08-18T22:10:45.777Z Downloaded csv v1.4.0
12482026-08-18T22:10:46.525Z Downloaded aws-lc-sys v0.44.0
12492026-08-18T22:10:47.435Z Compiling proc-macro2 v1.0.107
12502026-08-18T22:10:47.435Z Compiling unicode-ident v1.0.24
12512026-08-18T22:10:47.436Z Compiling quote v1.0.47
12522026-08-18T22:10:47.436Z Compiling serde_core v1.0.229
12532026-08-18T22:10:47.440Z Compiling cfg-if v1.0.4
12542026-08-18T22:10:47.440Z Compiling serde v1.0.229
12552026-08-18T22:10:47.440Z Compiling libc v0.2.189
12562026-08-18T22:10:47.440Z Compiling memchr v2.8.3
12572026-08-18T22:10:47.592Z Compiling itoa v1.0.18
12582026-08-18T22:10:47.769Z Compiling smallvec v1.15.2
12592026-08-18T22:10:47.852Z Compiling zmij v1.0.23
12602026-08-18T22:10:47.864Z Compiling autocfg v1.5.1
12612026-08-18T22:10:47.970Z Compiling libm v0.2.16
12622026-08-18T22:10:48.194Z Compiling stable_deref_trait v1.2.1
12632026-08-18T22:10:48.263Z Compiling percent-encoding v2.3.2
12642026-08-18T22:10:48.271Z Compiling litemap v0.8.2
12652026-08-18T22:10:48.385Z Compiling writeable v0.6.3
12662026-08-18T22:10:48.442Z Compiling icu_properties_data v2.2.0
12672026-08-18T22:10:48.450Z Compiling icu_normalizer_data v2.2.0
12682026-08-18T22:10:48.450Z Compiling utf8_iter v1.0.4
12692026-08-18T22:10:48.578Z Compiling iana-time-zone v0.1.65
12702026-08-18T22:10:48.589Z Compiling equivalent v1.0.2
12712026-08-18T22:10:48.652Z Compiling syn v2.0.119
12722026-08-18T22:10:48.668Z Compiling syn v3.0.3
12732026-08-18T22:10:48.793Z Compiling form_urlencoded v1.2.2
12742026-08-18T22:10:48.818Z Compiling allocator-api2 v0.2.21
12752026-08-18T22:10:48.829Z Compiling serde_json v1.0.151
12762026-08-18T22:10:48.843Z Compiling version_check v0.9.5
12772026-08-18T22:10:48.965Z Compiling dyn-clone v1.0.20
12782026-08-18T22:10:49.065Z Compiling pin-project-lite v0.2.17
12792026-08-18T22:10:49.102Z Compiling hashbrown v0.17.1
12802026-08-18T22:10:49.114Z Compiling parking_lot_core v0.9.12
12812026-08-18T22:10:49.141Z Compiling scopeguard v1.2.0
12822026-08-18T22:10:49.154Z Compiling num-traits v0.2.19
12832026-08-18T22:10:49.242Z Compiling lock_api v0.4.14
12842026-08-18T22:10:49.388Z Compiling rand_core v0.10.1
12852026-08-18T22:10:49.453Z Compiling getrandom v0.4.3
12862026-08-18T22:10:49.477Z Compiling thiserror v2.0.20
12872026-08-18T22:10:49.541Z Compiling errno v0.3.14
12882026-08-18T22:10:49.652Z Compiling semver v1.0.28
12892026-08-18T22:10:49.743Z Compiling indexmap v2.14.0
12902026-08-18T22:10:50.007Z Compiling log v0.4.33
12912026-08-18T22:10:50.078Z Compiling futures-core v0.3.34
12922026-08-18T22:10:50.197Z Compiling heck v0.5.0
12932026-08-18T22:10:50.233Z Compiling uuid v1.24.0
12942026-08-18T22:10:50.240Z Compiling zerocopy v0.8.56
12952026-08-18T22:10:50.443Z Compiling futures-sink v0.3.34
12962026-08-18T22:10:50.461Z Compiling schemars v0.8.22
12972026-08-18T22:10:50.546Z Compiling slab v0.4.12
12982026-08-18T22:10:50.666Z Compiling jobserver v0.1.35
12992026-08-18T22:10:50.679Z Compiling shlex v2.0.1
13002026-08-18T22:10:50.708Z Compiling rustversion v1.0.23
13012026-08-18T22:10:50.720Z Compiling fnv v1.0.7
13022026-08-18T22:10:50.814Z Compiling find-msvc-tools v0.1.10
13032026-08-18T22:10:50.852Z Compiling futures-channel v0.3.34
13042026-08-18T22:10:50.935Z Compiling bitflags v2.13.1
13052026-08-18T22:10:50.997Z Compiling cc v1.4.2
13062026-08-18T22:10:51.067Z Compiling pkg-config v0.3.33
13072026-08-18T22:10:51.087Z Compiling futures-io v0.3.34
13082026-08-18T22:10:51.182Z Compiling futures-task v0.3.34
13092026-08-18T22:10:51.279Z Compiling socket2 v0.6.5
13102026-08-18T22:10:51.354Z Compiling signal-hook-registry v1.4.8
13112026-08-18T22:10:51.521Z Compiling synstructure v0.13.2
13122026-08-18T22:10:51.551Z Compiling serde_derive_internals v0.29.1
13132026-08-18T22:10:51.654Z Compiling parking_lot v0.12.5
13142026-08-18T22:10:51.657Z Compiling mio v1.2.2
13152026-08-18T22:10:51.735Z Compiling portable-atomic v1.15.0
13162026-08-18T22:10:51.982Z Compiling serde_derive v1.0.229
13172026-08-18T22:10:52.015Z Compiling displaydoc v0.2.7
13182026-08-18T22:10:52.070Z Compiling thiserror-impl v2.0.20
13192026-08-18T22:10:52.176Z Compiling tokio-macros v2.7.2
13202026-08-18T22:10:52.187Z Compiling futures-macro v0.3.34
13212026-08-18T22:10:52.307Z Compiling cmake v0.1.58
13222026-08-18T22:10:52.637Z Compiling typenum v1.20.1
13232026-08-18T22:10:52.769Z Compiling zerofrom-derive v0.1.7
13242026-08-18T22:10:52.813Z Compiling yoke-derive v0.8.2
13252026-08-18T22:10:52.867Z Compiling zerovec-derive v0.11.3
13262026-08-18T22:10:52.920Z Compiling schemars_derive v0.8.22
13272026-08-18T22:10:53.013Z Compiling zerocopy-derive v0.8.56
13282026-08-18T22:10:53.403Z Compiling zeroize_derive v1.5.0
13292026-08-18T22:10:53.428Z Compiling futures-util v0.3.34
13302026-08-18T22:10:53.884Z Compiling fs_extra v1.3.0
13312026-08-18T22:10:53.941Z Compiling dunce v1.0.5
13322026-08-18T22:10:53.958Z Compiling zerofrom v0.1.8
13332026-08-18T22:10:54.033Z Compiling critical-section v1.2.0
13342026-08-18T22:10:54.068Z Compiling yoke v0.8.3
13352026-08-18T22:10:54.079Z Compiling zeroize v1.9.0
13362026-08-18T22:10:54.101Z Compiling base64 v0.22.1
13372026-08-18T22:10:54.129Z Compiling aws-lc-sys v0.44.0
13382026-08-18T22:10:54.129Z Compiling once_cell v1.21.4
13392026-08-18T22:10:54.251Z Compiling zerovec v0.11.6
13402026-08-18T22:10:54.280Z Compiling zerotrie v0.2.4
13412026-08-18T22:10:54.338Z Compiling slog v2.8.2
13422026-08-18T22:10:54.420Z Compiling subtle v2.6.1
13432026-08-18T22:10:54.562Z Compiling rustix v1.1.4
13442026-08-18T22:10:54.576Z Compiling byteorder v1.5.0
13452026-08-18T22:10:54.582Z Compiling strsim v0.11.1
13462026-08-18T22:10:54.840Z Compiling tinystr v0.8.3
13472026-08-18T22:10:54.851Z Compiling potential_utf v0.1.5
13482026-08-18T22:10:55.005Z Compiling icu_locale_core v2.2.0
13492026-08-18T22:10:55.016Z Compiling icu_collections v2.2.0
13502026-08-18T22:10:55.062Z Compiling regex-syntax v0.8.11
13512026-08-18T22:10:55.121Z Compiling bytes v1.12.1
13522026-08-18T22:10:55.159Z Compiling chrono v0.4.45
13532026-08-18T22:10:55.548Z Compiling erased-serde v0.3.31
13542026-08-18T22:10:55.779Z Compiling icu_provider v2.2.0
13552026-08-18T22:10:55.804Z Compiling http v1.5.0
13562026-08-18T22:10:56.043Z Compiling icu_properties v2.2.0
13572026-08-18T22:10:56.082Z Compiling icu_normalizer v2.2.0
13582026-08-18T22:10:56.102Z Compiling tokio v1.53.1
13592026-08-18T22:10:56.666Z Compiling serde_tokenstream v0.2.3
13602026-08-18T22:10:56.769Z Compiling http-body v1.1.0
13612026-08-18T22:10:56.928Z Compiling idna_adapter v1.2.2
13622026-08-18T22:10:56.938Z Compiling ipnet v2.12.1
13632026-08-18T22:10:57.048Z Compiling idna v1.1.0
13642026-08-18T22:10:57.060Z Compiling atomic-waker v1.1.2
13652026-08-18T22:10:57.180Z Compiling httparse v1.10.1
13662026-08-18T22:10:57.237Z Compiling tower-service v0.3.3
13672026-08-18T22:10:57.327Z Compiling url v2.5.8
13682026-08-18T22:10:57.457Z Compiling ppv-lite86 v0.2.21
13692026-08-18T22:10:57.460Z Compiling tower-layer v0.3.3
13702026-08-18T22:10:57.613Z Compiling getrandom v0.2.17
13712026-08-18T22:10:57.701Z Compiling untrusted v0.9.0
13722026-08-18T22:10:57.774Z Compiling ucd-trie v0.1.7
13732026-08-18T22:10:57.788Z Compiling ryu v1.0.23
13742026-08-18T22:10:57.815Z Compiling thiserror v1.0.69
13752026-08-18T22:10:57.852Z Compiling try-lock v0.2.5
13762026-08-18T22:10:57.956Z Compiling want v0.3.1
13772026-08-18T22:10:57.959Z Compiling pest v2.8.8
13782026-08-18T22:10:58.066Z Compiling rand_core v0.6.4
13792026-08-18T22:10:58.120Z Compiling thiserror-impl v1.0.69
13802026-08-18T22:10:58.183Z Compiling httpdate v1.0.3
13812026-08-18T22:10:58.270Z Compiling getrandom v0.3.4
13822026-08-18T22:10:58.282Z Compiling pretty-hex v0.4.2
13832026-08-18T22:10:58.409Z Compiling plain v0.2.3
13842026-08-18T22:10:58.420Z Compiling winnow v1.0.4
13852026-08-18T22:10:58.511Z Compiling paste v1.0.15
13862026-08-18T22:10:58.588Z Compiling ipnetwork v0.21.1
13872026-08-18T22:10:58.803Z Compiling oxnet v0.1.6
13882026-08-18T22:10:59.008Z Compiling pest_meta v2.8.8
13892026-08-18T22:10:59.211Z Compiling foldhash v0.2.0
13902026-08-18T22:10:59.263Z Compiling tracing-core v0.1.36
13912026-08-18T22:10:59.324Z Compiling tracing-attributes v0.1.31
13922026-08-18T22:10:59.333Z Compiling omicron-workspace-hack v0.1.0
13932026-08-18T22:10:59.438Z Compiling ident_case v1.0.1
13942026-08-18T22:10:59.545Z Compiling serde_urlencoded v0.7.1
13952026-08-18T22:10:59.556Z Compiling http-body-util v0.1.5
13962026-08-18T22:10:59.821Z Compiling pest_generator v2.8.8
13972026-08-18T22:10:59.857Z Compiling aho-corasick v1.1.5
13982026-08-18T22:10:59.945Z Compiling sync_wrapper v1.0.2
13992026-08-18T22:11:00.050Z Compiling daft-derive v0.1.8
14002026-08-18T22:11:00.426Z Compiling pest_derive v2.8.8
14012026-08-18T22:11:00.531Z Compiling tracing v0.1.44
14022026-08-18T22:11:00.537Z Compiling fastrand v2.5.0
14032026-08-18T22:11:00.772Z Compiling regex-automata v0.4.18
14042026-08-18T22:11:00.802Z Compiling hashbrown v0.16.1
14052026-08-18T22:11:00.982Z Compiling tokio-util v0.7.19
14062026-08-18T22:11:01.250Z Compiling scroll_derive v0.13.1
14072026-08-18T22:11:01.280Z Compiling async-trait v0.1.92
14082026-08-18T22:11:01.543Z Compiling anyhow v1.0.104
14092026-08-18T22:11:01.733Z Compiling aws-lc-rs v1.18.0
14102026-08-18T22:11:01.852Z Compiling num-conv v0.2.2
14112026-08-18T22:11:02.022Z Compiling time-core v0.1.9
14122026-08-18T22:11:02.062Z Compiling scroll v0.13.0
14132026-08-18T22:11:02.190Z Compiling time-macros v0.2.32
14142026-08-18T22:11:02.225Z Compiling rustls-pki-types v1.15.1
14152026-08-18T22:11:02.235Z Compiling deranged v0.5.8
14162026-08-18T22:11:02.329Z Compiling num_threads v0.1.7
14172026-08-18T22:11:02.422Z Compiling openssl-probe v0.2.1
14182026-08-18T22:11:02.603Z Compiling regex v1.13.1
14192026-08-18T22:11:02.672Z Compiling powerfmt v0.2.0
14202026-08-18T22:11:02.695Z Compiling hex v0.4.3
14212026-08-18T22:11:02.873Z Compiling goblin v0.10.7
14222026-08-18T22:11:03.180Z Compiling untrusted v0.7.1
14232026-08-18T22:11:03.289Z Compiling camino v1.2.5
14242026-08-18T22:11:03.314Z Compiling rustls v0.23.43
14252026-08-18T22:11:03.340Z Compiling usdt-impl v0.6.0
14262026-08-18T22:11:03.351Z Compiling crc32fast v1.5.0
14272026-08-18T22:11:03.499Z Compiling h2 v0.4.15
14282026-08-18T22:11:03.516Z Compiling dtrace-parser v0.3.0
14292026-08-18T22:11:03.586Z Compiling crossbeam-utils v0.8.22
14302026-08-18T22:11:03.889Z Compiling futures-executor v0.3.34
14312026-08-18T22:11:04.014Z Compiling serde_tokenstream v0.3.0
14322026-08-18T22:11:04.046Z Compiling structmeta-derive v0.3.0
14332026-08-18T22:11:04.164Z Compiling thread-id v5.1.0
14342026-08-18T22:11:04.244Z Compiling cpufeatures v0.3.0
14352026-08-18T22:11:04.294Z Compiling adler2 v2.0.1
14362026-08-18T22:11:04.314Z Compiling simd-adler32 v0.3.10
14372026-08-18T22:11:04.372Z Compiling newtype-uuid-macros v0.1.1
14382026-08-18T22:11:04.420Z Compiling futures v0.3.34
14392026-08-18T22:11:04.494Z Compiling miniz_oxide v0.8.9
14402026-08-18T22:11:04.507Z Compiling rand_core v0.9.5
14412026-08-18T22:11:05.113Z Compiling structmeta v0.3.0
14422026-08-18T22:11:05.185Z Compiling darling_core v0.23.0
14432026-08-18T22:11:05.185Z Compiling hybrid-array v0.4.14
14442026-08-18T22:11:05.309Z Compiling thread_local v1.1.10
14452026-08-18T22:11:05.431Z Compiling match_cfg v0.1.0
14462026-08-18T22:11:05.499Z Compiling flate2 v1.1.9
14472026-08-18T22:11:05.654Z Compiling hyper v1.11.0
14482026-08-18T22:11:05.917Z Compiling dof v0.4.0
14492026-08-18T22:11:05.957Z Compiling newtype-uuid v1.4.0
14502026-08-18T22:11:06.536Z Compiling compression-core v0.4.32
14512026-08-18T22:11:06.699Z Compiling ref-cast v1.0.26
14522026-08-18T22:11:06.994Z Compiling hyper-util v0.1.20
14532026-08-18T22:11:07.057Z Compiling quick-error v1.2.3
14542026-08-18T22:11:07.160Z Compiling slog-async v2.8.0
14552026-08-18T22:11:07.264Z Compiling darling_macro v0.23.0
14562026-08-18T22:11:07.292Z Compiling compression-codecs v0.4.38
14572026-08-18T22:11:07.391Z Compiling daft v0.1.8
14582026-08-18T22:11:07.403Z Compiling block-buffer v0.12.1
14592026-08-18T22:11:07.482Z Compiling crypto-common v0.2.2
14602026-08-18T22:11:07.540Z Compiling rand_chacha v0.9.0
14612026-08-18T22:11:07.650Z Compiling strum_macros v0.26.4
14622026-08-18T22:11:07.855Z Compiling darling v0.23.0
14632026-08-18T22:11:07.907Z Compiling usdt-attr-macro v0.6.0
14642026-08-18T22:11:07.932Z Compiling usdt-macro v0.6.0
14652026-08-18T22:11:07.959Z Compiling ref-cast-impl v1.0.26
14662026-08-18T22:11:07.971Z Compiling serde_spanned v1.1.1
14672026-08-18T22:11:08.112Z Compiling generic-array v0.14.7
14682026-08-18T22:11:08.332Z Compiling multer v3.1.0
14692026-08-18T22:11:08.416Z Compiling take_mut v0.2.2
14702026-08-18T22:11:08.537Z Compiling term v1.2.1
14712026-08-18T22:11:08.542Z Compiling bit-vec v0.8.0
14722026-08-18T22:11:08.657Z Compiling toml_writer v1.1.2+spec-1.1.0
14732026-08-18T22:11:08.758Z Compiling debug-ignore v1.0.5
14742026-08-18T22:11:08.769Z Compiling const-oid v0.10.2
14752026-08-18T22:11:08.861Z Compiling bit-set v0.8.0
14762026-08-18T22:11:08.911Z Compiling digest v0.11.3
14772026-08-18T22:11:09.041Z Compiling serde_with_macros v3.22.0
14782026-08-18T22:11:09.064Z Compiling rand v0.9.5
14792026-08-18T22:11:09.067Z Compiling async-stream-impl v0.3.6
14802026-08-18T22:11:09.076Z Compiling dropshot v0.17.1
14812026-08-18T22:11:09.219Z Compiling encoding_rs v0.8.35
14822026-08-18T22:11:09.272Z Compiling strum v0.26.3
14832026-08-18T22:11:09.303Z Compiling unarray v0.1.4
14842026-08-18T22:11:09.392Z Compiling mime v0.3.17
14852026-08-18T22:11:09.406Z Compiling syn v1.0.109
14862026-08-18T22:11:09.657Z Compiling spin v0.9.9
14872026-08-18T22:11:09.706Z Compiling async-stream v0.3.6
14882026-08-18T22:11:09.827Z Compiling sha1 v0.11.0
14892026-08-18T22:11:09.839Z Compiling derive-ex v0.1.8
14902026-08-18T22:11:09.912Z Compiling tower v0.5.3
14912026-08-18T22:11:10.069Z Compiling waitgroup v0.1.2
14922026-08-18T22:11:10.185Z Compiling dropshot_endpoint v0.17.1
14932026-08-18T22:11:10.196Z Compiling macaddr v1.0.1
14942026-08-18T22:11:10.207Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14952026-08-18T22:11:10.391Z Compiling serde_path_to_error v0.1.20
14962026-08-18T22:11:10.674Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14972026-08-18T22:11:10.739Z Compiling tower-http v0.6.11
14982026-08-18T22:11:10.798Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
14992026-08-18T22:11:10.956Z Compiling tempfile v3.27.0
15002026-08-18T22:11:10.971Z Compiling openapiv3 v2.2.0
15012026-08-18T22:11:11.166Z Compiling strum_macros v0.27.2
15022026-08-18T22:11:11.428Z Compiling test-strategy v0.4.5
15032026-08-18T22:11:11.846Z Compiling instant v0.1.13
15042026-08-18T22:11:11.943Z Compiling time v0.3.55
15052026-08-18T22:11:12.443Z Compiling rustls-native-certs v0.8.4
15062026-08-18T22:11:12.566Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15072026-08-18T22:11:12.723Z Compiling crossbeam-channel v0.5.16
15082026-08-18T22:11:12.769Z Compiling crypto-common v0.1.7
15092026-08-18T22:11:12.950Z Compiling strum v0.27.2
15102026-08-18T22:11:13.166Z Compiling parse-display-derive v0.10.0
15112026-08-18T22:11:13.188Z Compiling backon v1.6.0
15122026-08-18T22:11:13.390Z Compiling rand_chacha v0.3.1
15132026-08-18T22:11:13.858Z Compiling either v1.17.0
15142026-08-18T22:11:14.066Z Compiling rand v0.8.7
15152026-08-18T22:11:14.111Z Compiling slog-json v2.6.1
15162026-08-18T22:11:14.223Z Compiling hostname v0.3.1
15172026-08-18T22:11:14.358Z Compiling toml_parser v1.1.3+spec-1.1.0
15182026-08-18T22:11:14.401Z Compiling toml_datetime v1.1.1+spec-1.1.0
15192026-08-18T22:11:14.610Z Compiling memmap2 v0.9.11
15202026-08-18T22:11:14.625Z Compiling is-terminal v0.4.17
15212026-08-18T22:11:14.716Z Compiling wait-timeout v0.2.1
15222026-08-18T22:11:14.808Z Compiling toml v1.1.4+spec-1.1.0
15232026-08-18T22:11:14.892Z Compiling rusty-fork v0.3.1
15242026-08-18T22:11:14.896Z Compiling usdt v0.6.0
15252026-08-18T22:11:15.093Z Compiling slog-term v2.9.2
15262026-08-18T22:11:15.179Z Compiling slog-bunyan v2.5.0
15272026-08-18T22:11:15.244Z Compiling serde_with v3.22.0
15282026-08-18T22:11:15.256Z Compiling async-compression v0.4.43
15292026-08-18T22:11:15.306Z Compiling rand_xorshift v0.4.0
15302026-08-18T22:11:15.449Z Compiling rustls-pemfile v2.2.0
15312026-08-18T22:11:15.566Z Compiling regress v0.10.5
15322026-08-18T22:11:15.646Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15332026-08-18T22:11:15.763Z Compiling hostname v0.4.2
15342026-08-18T22:11:15.797Z Compiling humantime v2.4.0
15352026-08-18T22:11:15.903Z Compiling proptest v1.11.0
15362026-08-18T22:11:16.356Z Compiling iddqd v0.4.6
15372026-08-18T22:11:16.596Z Compiling reqwest v0.12.28
15382026-08-18T22:11:16.613Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15392026-08-18T22:11:16.862Z Compiling block-buffer v0.10.4
15402026-08-18T22:11:17.044Z Compiling utf8parse v0.2.2
15412026-08-18T22:11:17.099Z Compiling anstyle-parse v1.0.0
15422026-08-18T22:11:17.201Z Compiling digest v0.10.7
15432026-08-18T22:11:17.275Z Compiling parse-display v0.10.0
15442026-08-18T22:11:17.409Z Compiling backoff v0.4.0
15452026-08-18T22:11:17.597Z Compiling progenitor-client v0.10.0
15462026-08-18T22:11:17.613Z Compiling itertools v0.14.0
15472026-08-18T22:11:17.627Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15482026-08-18T22:11:17.855Z Compiling anstyle-query v1.1.5
15492026-08-18T22:11:17.967Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15502026-08-18T22:11:18.540Z Compiling anstyle v1.0.14
15512026-08-18T22:11:18.591Z Compiling is_terminal_polyfill v1.70.2
15522026-08-18T22:11:18.684Z Compiling colorchoice v1.0.5
15532026-08-18T22:11:18.797Z Compiling anstream v1.0.0
15542026-08-18T22:11:19.109Z Compiling clap_lex v1.1.0
15552026-08-18T22:11:19.381Z Compiling regress v0.11.1
15562026-08-18T22:11:19.750Z Compiling clap_derive v4.6.4
15572026-08-18T22:11:20.241Z Compiling terminal_size v0.4.4
15582026-08-18T22:11:20.977Z Compiling typify-impl v0.6.2
15592026-08-18T22:11:21.432Z Compiling toml_datetime v0.6.11
15602026-08-18T22:11:21.697Z Compiling zerocopy-derive v0.7.35
15612026-08-18T22:11:21.714Z Compiling convert_case v0.4.0
15622026-08-18T22:11:21.762Z Compiling cpufeatures v0.2.17
15632026-08-18T22:11:21.902Z Compiling clap_builder v4.6.6
15642026-08-18T22:11:22.481Z Compiling derive_more v0.99.20
15652026-08-18T22:11:22.537Z Compiling zerocopy v0.7.35
15662026-08-18T22:11:23.359Z Compiling toml_edit v0.25.13+spec-1.1.0
15672026-08-18T22:11:23.698Z Compiling unicode-width v0.2.2
15682026-08-18T22:11:23.955Z Compiling proc-macro-crate v3.5.0
15692026-08-18T22:11:23.973Z Compiling clap v4.6.6
15702026-08-18T22:11:24.364Z Compiling secrecy v0.10.3
15712026-08-18T22:11:24.465Z Compiling crucible-workspace-hack v0.1.0
15722026-08-18T22:11:24.515Z Compiling float-ord v0.3.2
15732026-08-18T22:11:24.628Z Compiling tinyvec_macros v0.1.1
15742026-08-18T22:11:24.685Z Compiling tinyvec v1.12.0
15752026-08-18T22:11:24.764Z Compiling num_enum_derive v0.7.6
15762026-08-18T22:11:25.115Z Compiling dtrace-parser v0.2.0
15772026-08-18T22:11:25.199Z Compiling scroll_derive v0.12.1
15782026-08-18T22:11:25.310Z Compiling num-integer v0.1.47
15792026-08-18T22:11:25.513Z Compiling rustc_version v0.4.1
15802026-08-18T22:11:25.636Z Compiling usdt-impl v0.5.0
15812026-08-18T22:11:25.801Z Compiling crossbeam-epoch v0.9.20
15822026-08-18T22:11:25.913Z Compiling scroll v0.12.0
15832026-08-18T22:11:25.979Z Compiling num_enum v0.7.6
15842026-08-18T22:11:25.992Z Compiling curve25519-dalek v4.1.3
15852026-08-18T22:11:26.234Z Compiling dof v0.3.0
15862026-08-18T22:11:26.326Z Compiling hmac v0.12.1
15872026-08-18T22:11:26.458Z Compiling inout v0.1.4
15882026-08-18T22:11:26.470Z Compiling darling_core v0.21.3
15892026-08-18T22:11:26.542Z Compiling ff v0.13.1
15902026-08-18T22:11:26.566Z Compiling thread-id v4.2.2
15912026-08-18T22:11:26.615Z Compiling cipher v0.4.4
15922026-08-18T22:11:26.640Z Compiling group v0.13.0
15932026-08-18T22:11:26.826Z Compiling hkdf v0.12.4
15942026-08-18T22:11:27.136Z Compiling goblin v0.8.2
15952026-08-18T22:11:27.186Z Compiling num-rational v0.4.2
15962026-08-18T22:11:27.298Z Compiling typify-macro v0.6.2
15972026-08-18T22:11:27.503Z Compiling num-iter v0.1.46
15982026-08-18T22:11:27.604Z Compiling thiserror-impl-no-std v2.0.2
15992026-08-18T22:11:27.615Z Compiling universal-hash v0.5.1
16002026-08-18T22:11:27.649Z Compiling crypto-bigint v0.5.5
16012026-08-18T22:11:27.734Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16022026-08-18T22:11:28.064Z Compiling half v2.7.1
16032026-08-18T22:11:28.250Z Compiling curve25519-dalek-derive v0.1.1
16042026-08-18T22:11:28.352Z Compiling num-complex v0.4.6
16052026-08-18T22:11:28.527Z Compiling darling_macro v0.21.3
16062026-08-18T22:11:28.828Z Compiling ciborium-io v0.2.2
16072026-08-18T22:11:28.908Z Compiling base16ct v0.2.0
16082026-08-18T22:11:28.918Z Compiling heck v0.4.1
16092026-08-18T22:11:28.929Z Compiling opaque-debug v0.3.1
16102026-08-18T22:11:28.992Z Compiling base64ct v1.8.3
16112026-08-18T22:11:29.017Z Compiling elliptic-curve v0.13.8
16122026-08-18T22:11:29.058Z Compiling poly1305 v0.8.0
16132026-08-18T22:11:29.121Z Compiling darling v0.21.3
16142026-08-18T22:11:29.283Z Compiling password-hash v0.5.0
16152026-08-18T22:11:29.382Z Compiling typify v0.6.2
16162026-08-18T22:11:29.405Z Compiling ciborium-ll v0.2.2
16172026-08-18T22:11:29.476Z Compiling num v0.4.3
16182026-08-18T22:11:29.545Z Compiling thiserror-no-std v2.0.2
16192026-08-18T22:11:30.185Z Compiling chacha20 v0.9.1
16202026-08-18T22:11:30.313Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16212026-08-18T22:11:30.363Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16222026-08-18T22:11:30.770Z Compiling blake2 v0.10.6
16232026-08-18T22:11:31.017Z Compiling aead v0.5.2
16242026-08-18T22:11:31.181Z Compiling byte-wrapper v0.1.0
16252026-08-18T22:11:31.202Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16262026-08-18T22:11:31.225Z Compiling proc-macro-error-attr v1.0.4
16272026-08-18T22:11:31.523Z Compiling rustix v0.38.44
16282026-08-18T22:11:31.540Z Compiling prettyplease v0.2.37
16292026-08-18T22:11:31.646Z Compiling keccak v0.1.6
16302026-08-18T22:11:31.761Z Compiling unsafe-libyaml v0.2.11
16312026-08-18T22:11:31.860Z Compiling heapless v0.8.0
16322026-08-18T22:11:31.953Z Compiling sha3 v0.10.9
16332026-08-18T22:11:32.317Z Compiling serde_yaml v0.9.34+deprecated
16342026-08-18T22:11:32.472Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16352026-08-18T22:11:32.916Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16362026-08-18T22:11:33.364Z Compiling chacha20poly1305 v0.10.1
16372026-08-18T22:11:33.493Z Compiling argon2 v0.5.3
16382026-08-18T22:11:33.555Z Compiling vsss-rs v3.3.4
16392026-08-18T22:11:33.753Z Compiling ciborium v0.2.2
16402026-08-18T22:11:33.760Z Compiling ingot-macros v0.1.1
16412026-08-18T22:11:34.114Z Compiling usdt-attr-macro v0.5.0
16422026-08-18T22:11:34.327Z Compiling usdt-macro v0.5.0
16432026-08-18T22:11:35.459Z Compiling serde_spanned v0.6.9
16442026-08-18T22:11:35.604Z Compiling hash32 v0.3.1
16452026-08-18T22:11:35.752Z Compiling enum-as-inner v0.6.1
16462026-08-18T22:11:35.790Z Compiling proc-macro-error v1.0.4
16472026-08-18T22:11:35.972Z Compiling memmap v0.7.0
16482026-08-18T22:11:36.005Z Compiling memoffset v0.9.1
16492026-08-18T22:11:36.104Z Compiling winnow v0.7.15
16502026-08-18T22:11:36.149Z Compiling indent_write v2.2.0
16512026-08-18T22:11:36.231Z Compiling winnow v0.5.40
16522026-08-18T22:11:36.281Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16532026-08-18T22:11:36.312Z Compiling smoltcp v0.11.0
16542026-08-18T22:11:36.376Z Compiling toml_write v0.1.2
16552026-08-18T22:11:36.516Z Compiling cfg_aliases v0.2.2
16562026-08-18T22:11:36.537Z Compiling data-encoding v2.11.1
16572026-08-18T22:11:36.562Z Compiling ingot-types v0.1.2
16582026-08-18T22:11:36.580Z Compiling nix v0.31.3
16592026-08-18T22:11:36.717Z Compiling usdt v0.5.0
16602026-08-18T22:11:36.942Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16612026-08-18T22:11:36.953Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16622026-08-18T22:11:36.976Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16632026-08-18T22:11:37.331Z Compiling tabwriter v1.4.1
16642026-08-18T22:11:37.464Z Compiling toml_edit v0.22.27
16652026-08-18T22:11:37.477Z Compiling toml_edit v0.19.15
16662026-08-18T22:11:37.558Z Compiling cobs v0.3.0
16672026-08-18T22:11:37.569Z Compiling serde_repr v0.1.21
16682026-08-18T22:11:37.596Z Compiling bitflags v1.3.2
16692026-08-18T22:11:37.661Z Compiling managed v0.8.0
16702026-08-18T22:11:37.739Z Compiling vcpkg v0.2.15
16712026-08-18T22:11:37.871Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
16722026-08-18T22:11:38.087Z Compiling crossbeam-deque v0.8.7
16732026-08-18T22:11:38.132Z Compiling postcard v1.1.3
16742026-08-18T22:11:38.272Z Compiling openssl-sys v0.9.117
16752026-08-18T22:11:38.614Z Compiling proc-macro-crate v1.3.1
16762026-08-18T22:11:38.812Z Compiling ingot v0.1.1
16772026-08-18T22:11:38.941Z Compiling toml v0.8.23
16782026-08-18T22:11:39.524Z Compiling hubpack_derive v0.1.1
16792026-08-18T22:11:39.620Z Compiling foreign-types-macros v0.2.4
16802026-08-18T22:11:40.004Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16812026-08-18T22:11:40.111Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16822026-08-18T22:11:40.287Z Compiling colored v3.1.1
16832026-08-18T22:11:40.322Z Compiling unicode-segmentation v1.13.3
16842026-08-18T22:11:40.339Z Compiling rayon-core v1.13.0
16852026-08-18T22:11:40.561Z Compiling foreign-types-shared v0.3.1
16862026-08-18T22:11:40.654Z Compiling linked-hash-map v0.5.6
16872026-08-18T22:11:40.690Z Compiling swrite v0.1.0
16882026-08-18T22:11:40.699Z Compiling semver v0.1.20
16892026-08-18T22:11:40.748Z Compiling static_assertions v1.1.0
16902026-08-18T22:11:40.763Z Compiling resolv-conf v0.7.6
16912026-08-18T22:11:40.773Z Compiling newline-converter v0.3.0
16922026-08-18T22:11:40.817Z Compiling lru-cache v0.1.2
16932026-08-18T22:11:40.836Z Compiling foreign-types v0.5.0
16942026-08-18T22:11:40.881Z Compiling rustc_version v0.1.7
16952026-08-18T22:11:40.928Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16962026-08-18T22:11:40.946Z Compiling hubpack v0.1.2
16972026-08-18T22:11:41.014Z Compiling num_enum_derive v0.5.11
16982026-08-18T22:11:41.137Z Compiling atomicwrites v0.4.4
16992026-08-18T22:11:41.162Z Compiling hickory-proto v0.24.4
17002026-08-18T22:11:41.317Z Compiling progenitor-impl v0.13.0
17012026-08-18T22:11:41.329Z Compiling console v0.15.11
17022026-08-18T22:11:42.046Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17032026-08-18T22:11:42.079Z Compiling camino-tempfile v1.4.1
17042026-08-18T22:11:42.322Z Compiling chacha20 v0.10.1
17052026-08-18T22:11:42.547Z Compiling serde-big-array v0.5.1
17062026-08-18T22:11:42.572Z Compiling num-derive v0.4.2
17072026-08-18T22:11:42.656Z Compiling pin-project-internal v1.1.13
17082026-08-18T22:11:42.686Z Compiling derive-where v1.6.1
17092026-08-18T22:11:42.689Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17102026-08-18T22:11:43.222Z Compiling rustls-webpki v0.103.14
17112026-08-18T22:11:43.515Z Compiling cstr-argument v0.1.2
17122026-08-18T22:11:43.556Z Compiling siphasher v1.0.3
17132026-08-18T22:11:43.664Z Compiling similar v2.7.0
17142026-08-18T22:11:43.941Z Compiling minimal-lexical v0.2.1
17152026-08-18T22:11:44.199Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17162026-08-18T22:11:44.256Z Compiling nom v7.1.3
17172026-08-18T22:11:44.281Z Compiling expectorate v1.2.0
17182026-08-18T22:11:44.429Z Compiling pin-project v1.1.13
17192026-08-18T22:11:44.434Z Compiling phf_shared v0.12.1
17202026-08-18T22:11:44.469Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17212026-08-18T22:11:44.578Z Compiling hickory-resolver v0.24.4
17222026-08-18T22:11:44.599Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17232026-08-18T22:11:44.802Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17242026-08-18T22:11:44.891Z Compiling progenitor-macro v0.13.0
17252026-08-18T22:11:44.921Z Compiling rand v0.10.2
17262026-08-18T22:11:45.070Z Compiling num_enum v0.5.11
17272026-08-18T22:11:45.601Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17282026-08-18T22:11:45.706Z Compiling newtype_derive v0.1.6
17292026-08-18T22:11:45.946Z Compiling progenitor-impl v0.14.0
17302026-08-18T22:11:47.193Z Compiling tokio-rustls v0.26.4
17312026-08-18T22:11:47.283Z Compiling rustls-platform-verifier v0.7.0
17322026-08-18T22:11:47.460Z Compiling hyper-rustls v0.27.9
17332026-08-18T22:11:47.750Z Compiling reqwest v0.13.4
17342026-08-18T22:11:49.517Z Compiling progenitor-client v0.14.0
17352026-08-18T22:11:49.860Z Compiling progenitor-extras v0.2.0
17362026-08-18T22:11:50.018Z Compiling progenitor-client v0.13.0
17372026-08-18T22:11:50.094Z Compiling snafu-derive v0.8.9
17382026-08-18T22:11:50.097Z Compiling unicode-normalization v0.1.25
17392026-08-18T22:11:50.236Z Compiling tokio-stream v0.1.19
17402026-08-18T22:11:50.318Z Compiling async-recursion v1.1.1
17412026-08-18T22:11:50.582Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-08-18T22:11:50.726Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17432026-08-18T22:11:51.030Z Compiling slog-dtrace v0.3.0
17442026-08-18T22:11:51.036Z Compiling bstr v1.13.1
17452026-08-18T22:11:51.520Z Compiling csv-core v0.1.13
17462026-08-18T22:11:51.789Z Compiling owo-colors v4.3.0
17472026-08-18T22:11:51.824Z Compiling foreign-types-shared v0.1.1
17482026-08-18T22:11:51.915Z Compiling chrono-tz v0.10.4
17492026-08-18T22:11:52.089Z Compiling highway v1.3.0
17502026-08-18T22:11:52.119Z Compiling cancel-safe-futures v0.1.5
17512026-08-18T22:11:52.129Z Compiling konst_macro_rules v0.2.19
17522026-08-18T22:11:52.303Z Compiling unicode-width v0.1.14
17532026-08-18T22:11:52.360Z Compiling same-file v1.0.6
17542026-08-18T22:11:52.478Z Compiling foldhash v0.1.5
17552026-08-18T22:11:52.537Z Compiling unicode-xid v0.2.6
17562026-08-18T22:11:52.577Z Compiling openssl v0.10.81
17572026-08-18T22:11:52.612Z Compiling jiff-core v0.1.0
17582026-08-18T22:11:52.655Z Compiling const_format_proc_macros v0.2.34
17592026-08-18T22:11:52.659Z Compiling hashbrown v0.15.5
17602026-08-18T22:11:52.859Z Compiling walkdir v2.5.0
17612026-08-18T22:11:53.211Z Compiling konst v0.2.20
17622026-08-18T22:11:53.283Z Compiling foreign-types v0.3.2
17632026-08-18T22:11:53.357Z Compiling jiff v0.2.35
17642026-08-18T22:11:53.445Z Compiling snafu v0.8.9
17652026-08-18T22:11:53.456Z Compiling csv v1.4.0
17662026-08-18T22:11:53.772Z Compiling globset v0.4.20
17672026-08-18T22:11:53.972Z Compiling qorb v0.4.1
17682026-08-18T22:11:54.011Z Compiling olpc-cjson v0.1.4
17692026-08-18T22:11:54.174Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-08-18T22:11:54.453Z Compiling progenitor v0.13.0
17712026-08-18T22:11:54.593Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17722026-08-18T22:11:54.605Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17732026-08-18T22:11:56.145Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17742026-08-18T22:11:56.534Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17752026-08-18T22:11:56.762Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17762026-08-18T22:11:56.795Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17772026-08-18T22:11:57.378Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17782026-08-18T22:11:57.388Z Compiling progenitor-macro v0.14.0
17792026-08-18T22:11:58.343Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17802026-08-18T22:11:58.445Z Compiling rayon v1.12.0
17812026-08-18T22:11:58.606Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17822026-08-18T22:11:58.875Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17832026-08-18T22:11:58.945Z Compiling phf v0.12.1
17842026-08-18T22:11:59.009Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17852026-08-18T22:11:59.214Z Compiling zone_cfg_derive v0.3.1
17862026-08-18T22:11:59.499Z Compiling tokio-dtrace v0.1.1
17872026-08-18T22:11:59.912Z Compiling itertools v0.12.1
17882026-08-18T22:12:00.062Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17892026-08-18T22:12:00.260Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17902026-08-18T22:12:00.272Z Compiling libsw-core v0.3.2
17912026-08-18T22:12:00.283Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
17922026-08-18T22:12:00.428Z Compiling serde_plain v1.0.2
17932026-08-18T22:12:00.633Z Compiling pem v3.0.6
17942026-08-18T22:12:00.646Z Compiling openssl-macros v0.1.1
17952026-08-18T22:12:00.850Z Compiling cookie v0.18.2
17962026-08-18T22:12:01.013Z Compiling sigpipe v0.1.3
17972026-08-18T22:12:01.075Z Compiling fixedbitset v0.4.2
17982026-08-18T22:12:01.099Z Compiling glob v0.3.4
17992026-08-18T22:12:01.147Z Compiling typed-path v0.9.3
18002026-08-18T22:12:01.152Z Compiling bytecount v0.6.9
18012026-08-18T22:12:01.277Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-08-18T22:12:01.310Z Compiling fixedbitset v0.5.7
18032026-08-18T22:12:01.512Z Compiling petgraph v0.8.3
18042026-08-18T22:12:01.541Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-08-18T22:12:01.643Z Compiling petgraph v0.6.5
18062026-08-18T22:12:02.266Z Compiling tough v0.22.0
18072026-08-18T22:12:02.429Z Compiling papergrid v0.11.0
18082026-08-18T22:12:02.730Z Compiling progenitor v0.14.0
18092026-08-18T22:12:02.872Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-08-18T22:12:03.359Z Compiling zone v0.3.1
18112026-08-18T22:12:03.444Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18122026-08-18T22:12:04.168Z Compiling libsw v3.5.0
18132026-08-18T22:12:04.207Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18142026-08-18T22:12:04.342Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18152026-08-18T22:12:04.458Z Compiling oxide-tokio-rt v0.1.6
18162026-08-18T22:12:05.471Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-08-18T22:12:05.762Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-08-18T22:12:05.953Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-08-18T22:12:06.239Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-08-18T22:12:06.460Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-08-18T22:12:06.483Z Compiling const_format v0.2.36
18222026-08-18T22:12:06.814Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-08-18T22:12:06.998Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18242026-08-18T22:12:07.076Z Compiling tabled_derive v0.7.0
18252026-08-18T22:12:07.286Z Compiling gethostname v0.5.0
18262026-08-18T22:12:07.318Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-08-18T22:12:07.402Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18282026-08-18T22:12:07.405Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-08-18T22:12:07.405Z Compiling bcs v0.1.6
18302026-08-18T22:12:07.436Z Compiling smf v0.2.3
18312026-08-18T22:12:07.540Z Compiling nom v8.0.0
18322026-08-18T22:12:07.721Z Compiling termtree v0.5.1
18332026-08-18T22:12:07.873Z Compiling lazy_static v1.5.0
18342026-08-18T22:12:07.972Z Compiling linear-map v1.2.0
18352026-08-18T22:12:08.004Z Compiling unicode-linebreak v0.1.5
18362026-08-18T22:12:08.019Z Compiling whoami v1.6.1
18372026-08-18T22:12:08.037Z Compiling smawk v0.3.3
18382026-08-18T22:12:08.157Z Compiling tagptr v0.2.0
18392026-08-18T22:12:08.166Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-08-18T22:12:08.298Z Compiling moka v0.12.16
18412026-08-18T22:12:08.326Z Compiling textwrap v0.16.2
18422026-08-18T22:12:08.800Z Compiling tabled v0.15.0
18432026-08-18T22:12:08.838Z Compiling steno v0.4.1
18442026-08-18T22:12:08.872Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-08-18T22:12:09.343Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-08-18T22:12:09.854Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-08-18T22:12:09.873Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-08-18T22:12:10.064Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-08-18T22:12:11.611Z Compiling hickory-proto v0.25.2
18502026-08-18T22:12:11.929Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18512026-08-18T22:12:12.159Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18522026-08-18T22:12:12.323Z Compiling parking_lot_core v0.8.6
18532026-08-18T22:12:12.616Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-08-18T22:12:12.819Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18552026-08-18T22:12:13.147Z Compiling libscf-sys v1.2.0
18562026-08-18T22:12:13.180Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18572026-08-18T22:12:13.293Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18582026-08-18T22:12:13.394Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18592026-08-18T22:12:13.489Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18602026-08-18T22:12:13.727Z Compiling hickory-resolver v0.25.2
18612026-08-18T22:12:13.731Z Compiling parking_lot v0.11.2
18622026-08-18T22:12:13.777Z Compiling fxhash v0.2.1
18632026-08-18T22:12:13.780Z Compiling internet-checksum v0.2.1
18642026-08-18T22:12:13.910Z Compiling itertools v0.15.0
18652026-08-18T22:12:13.922Z Compiling sled v0.34.7
18662026-08-18T22:12:14.136Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18672026-08-18T22:12:15.187Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-08-18T22:12:17.523Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18692026-08-18T22:12:18.894Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-08-18T22:12:26.593Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-08-18T22:12:28.205Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-08-18T22:12:29.234Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18732026-08-18T22:12:30.214Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18742026-08-18T22:12:31.034Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18752026-08-18T22:12:32.184Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
18762026-08-18T22:12:58.454Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 11s
18772026-08-18T22:12:58.639Z────────────
18782026-08-18T22:12:58.639Z Nextest run ID 61b3df1f-2542-4e94-8629-0f8e5858d1e8 with nextest profile: default
18792026-08-18T22:12:58.639Z Starting 48 tests across 3 binaries
18802026-08-18T22:12:58.642Z START bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
18812026-08-18T22:12:58.646Z
18822026-08-18T22:12:58.646Zrunning 1 test
18832026-08-18T22:12:59.092Ztest dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down ... ok
18842026-08-18T22:12:59.092Z
18852026-08-18T22:12:59.092Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.45s
18862026-08-18T22:12:59.092Z
18872026-08-18T22:12:59.100Z PASS [ 0.461s] bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
18882026-08-18T22:12:59.101Z START bfd dispatcher::proptests::state_machine
18892026-08-18T22:12:59.110Z
18902026-08-18T22:12:59.110Zrunning 1 test
18912026-08-18T22:12:59.387Ztest dispatcher::proptests::state_machine ... ok
18922026-08-18T22:12:59.387Z
18932026-08-18T22:12:59.387Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.28s
18942026-08-18T22:12:59.387Z
18952026-08-18T22:12:59.390Z PASS [ 0.288s] bfd dispatcher::proptests::state_machine
18962026-08-18T22:12:59.390Z START bfd dispatcher::proptests::state_machine_with_bind_failures
18972026-08-18T22:12:59.397Z
18982026-08-18T22:12:59.397Zrunning 1 test
18992026-08-18T22:12:59.645Ztest dispatcher::proptests::state_machine_with_bind_failures ... ok
19002026-08-18T22:12:59.646Z
19012026-08-18T22:12:59.646Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.25s
19022026-08-18T22:12:59.646Z
19032026-08-18T22:12:59.649Z PASS [ 0.258s] bfd dispatcher::proptests::state_machine_with_bind_failures
19042026-08-18T22:12:59.649Z START bfd dispatcher::tests::bounded_channel_drops_excess_packets
19052026-08-18T22:12:59.655Z
19062026-08-18T22:12:59.655Zrunning 1 test
19072026-08-18T22:12:59.658Ztest dispatcher::tests::bounded_channel_drops_excess_packets ... ok
19082026-08-18T22:12:59.658Z
19092026-08-18T22:12:59.658Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19102026-08-18T22:12:59.658Z
19112026-08-18T22:12:59.658Z PASS [ 0.010s] bfd dispatcher::tests::bounded_channel_drops_excess_packets
19122026-08-18T22:12:59.658Z START bfd dispatcher::tests::delivers_packet_from_registered_peer
19132026-08-18T22:12:59.665Z
19142026-08-18T22:12:59.665Zrunning 1 test
19152026-08-18T22:12:59.668Ztest dispatcher::tests::delivers_packet_from_registered_peer ... ok
19162026-08-18T22:12:59.668Z
19172026-08-18T22:12:59.668Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19182026-08-18T22:12:59.668Z
19192026-08-18T22:12:59.668Z PASS [ 0.009s] bfd dispatcher::tests::delivers_packet_from_registered_peer
19202026-08-18T22:12:59.668Z START bfd dispatcher::tests::drops_malformed_packet_but_task_survives
19212026-08-18T22:12:59.675Z
19222026-08-18T22:12:59.675Zrunning 1 test
19232026-08-18T22:12:59.680Ztest dispatcher::tests::drops_malformed_packet_but_task_survives ... ok
19242026-08-18T22:12:59.681Z
19252026-08-18T22:12:59.681Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19262026-08-18T22:12:59.681Z
19272026-08-18T22:12:59.681Z PASS [ 0.009s] bfd dispatcher::tests::drops_malformed_packet_but_task_survives
19282026-08-18T22:12:59.681Z START bfd dispatcher::tests::drops_packet_from_unregistered_peer
19292026-08-18T22:12:59.684Z
19302026-08-18T22:12:59.684Zrunning 1 test
19312026-08-18T22:12:59.987Ztest dispatcher::tests::drops_packet_from_unregistered_peer ... ok
19322026-08-18T22:12:59.987Z
19332026-08-18T22:12:59.987Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
19342026-08-18T22:12:59.987Z
19352026-08-18T22:12:59.991Z PASS [ 0.313s] bfd dispatcher::tests::drops_packet_from_unregistered_peer
19362026-08-18T22:12:59.991Z START bfd dispatcher::tests::rx_closed_after_last_peer_removed
19372026-08-18T22:12:59.998Z
19382026-08-18T22:12:59.998Zrunning 1 test
19392026-08-18T22:13:00.001Ztest dispatcher::tests::rx_closed_after_last_peer_removed ... ok
19402026-08-18T22:13:00.001Z
19412026-08-18T22:13:00.001Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19422026-08-18T22:13:00.001Z
19432026-08-18T22:13:00.004Z PASS [ 0.011s] bfd dispatcher::tests::rx_closed_after_last_peer_removed
19442026-08-18T22:13:00.004Z START bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
19452026-08-18T22:13:00.007Z
19462026-08-18T22:13:00.007Zrunning 1 test
19472026-08-18T22:13:00.010Ztest dispatcher::tests::shutdown_waits_for_task_to_be_dropped ... ok
19482026-08-18T22:13:00.010Z
19492026-08-18T22:13:00.010Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19502026-08-18T22:13:00.010Z
19512026-08-18T22:13:00.010Z PASS [ 0.010s] bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
19522026-08-18T22:13:00.010Z START bfd egress::tests::binds_ports_in_expected_range
19532026-08-18T22:13:00.017Z
19542026-08-18T22:13:00.017Zrunning 1 test
19552026-08-18T22:13:00.020Ztest egress::tests::binds_ports_in_expected_range ... ok
19562026-08-18T22:13:00.020Z
19572026-08-18T22:13:00.020Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19582026-08-18T22:13:00.020Z
19592026-08-18T22:13:00.020Z PASS [ 0.009s] bfd egress::tests::binds_ports_in_expected_range
19602026-08-18T22:13:00.020Z START bfd egress::tests::egress_socket_sets_hop_limit_v6
19612026-08-18T22:13:00.026Z
19622026-08-18T22:13:00.026Zrunning 1 test
19632026-08-18T22:13:00.029Ztest egress::tests::egress_socket_sets_hop_limit_v6 ... ok
19642026-08-18T22:13:00.030Z
19652026-08-18T22:13:00.030Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19662026-08-18T22:13:00.030Z
19672026-08-18T22:13:00.030Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_hop_limit_v6
19682026-08-18T22:13:00.030Z START bfd egress::tests::egress_socket_sets_ttl_v4
19692026-08-18T22:13:00.035Z
19702026-08-18T22:13:00.035Zrunning 1 test
19712026-08-18T22:13:00.037Ztest egress::tests::egress_socket_sets_ttl_v4 ... ok
19722026-08-18T22:13:00.037Z
19732026-08-18T22:13:00.037Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19742026-08-18T22:13:00.038Z
19752026-08-18T22:13:00.038Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_ttl_v4
19762026-08-18T22:13:00.038Z START bfd egress::tests::exits_when_channel_closed
19772026-08-18T22:13:00.043Z
19782026-08-18T22:13:00.043Zrunning 1 test
19792026-08-18T22:13:00.045Ztest egress::tests::exits_when_channel_closed ... ok
19802026-08-18T22:13:00.045Z
19812026-08-18T22:13:00.045Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19822026-08-18T22:13:00.045Z
19832026-08-18T22:13:00.045Z PASS [ 0.009s] bfd egress::tests::exits_when_channel_closed
19842026-08-18T22:13:00.045Z START bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
19852026-08-18T22:13:00.052Z
19862026-08-18T22:13:00.052Zrunning 1 test
19872026-08-18T22:13:00.054Ztest egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range ... ok
19882026-08-18T22:13:00.054Z
19892026-08-18T22:13:00.054Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19902026-08-18T22:13:00.054Z
19912026-08-18T22:13:00.055Z PASS [ 0.008s] bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
19922026-08-18T22:13:00.055Z START bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
19932026-08-18T22:13:00.059Z
19942026-08-18T22:13:00.059Zrunning 1 test
19952026-08-18T22:13:00.063Ztest egress_src_port_iter::tests::port_choices_wrap_around_at_end ... ok
19962026-08-18T22:13:00.063Z
19972026-08-18T22:13:00.063Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19982026-08-18T22:13:00.063Z
19992026-08-18T22:13:00.063Z PASS [ 0.008s] bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
20002026-08-18T22:13:00.063Z START bfd egress_src_port_iter::tests::src_port_is_always_in_range
20012026-08-18T22:13:00.067Z
20022026-08-18T22:13:00.067Zrunning 1 test
20032026-08-18T22:13:00.073Ztest egress_src_port_iter::tests::src_port_is_always_in_range ... ok
20042026-08-18T22:13:00.073Z
20052026-08-18T22:13:00.076Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
20062026-08-18T22:13:00.077Z
20072026-08-18T22:13:00.077Z PASS [ 0.012s] bfd egress_src_port_iter::tests::src_port_is_always_in_range
20082026-08-18T22:13:00.077Z START bfd rib::tests::exits_when_state_channel_closed
20092026-08-18T22:13:00.081Z
20102026-08-18T22:13:00.081Zrunning 1 test
20112026-08-18T22:13:00.084Ztest rib::tests::exits_when_state_channel_closed ... ok
20122026-08-18T22:13:00.084Z
20132026-08-18T22:13:00.084Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20142026-08-18T22:13:00.084Z
20152026-08-18T22:13:00.084Z PASS [ 0.009s] bfd rib::tests::exits_when_state_channel_closed
20162026-08-18T22:13:00.084Z START bfd rib::tests::initial_down_state_is_synced
20172026-08-18T22:13:00.088Z
20182026-08-18T22:13:00.088Zrunning 1 test
20192026-08-18T22:13:00.191Ztest rib::tests::initial_down_state_is_synced ... ok
20202026-08-18T22:13:00.191Z
20212026-08-18T22:13:00.194Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20222026-08-18T22:13:00.194Z
20232026-08-18T22:13:00.194Z PASS [ 0.110s] bfd rib::tests::initial_down_state_is_synced
20242026-08-18T22:13:00.194Z START bfd rib::tests::real_transitions_are_synced
20252026-08-18T22:13:00.199Z
20262026-08-18T22:13:00.199Zrunning 1 test
20272026-08-18T22:13:00.504Ztest rib::tests::real_transitions_are_synced ... ok
20282026-08-18T22:13:00.504Z
20292026-08-18T22:13:00.504Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
20302026-08-18T22:13:00.504Z
20312026-08-18T22:13:00.508Z PASS [ 0.313s] bfd rib::tests::real_transitions_are_synced
20322026-08-18T22:13:00.508Z START bfd rib::tests::redundant_shutdown_states_are_not_resynced
20332026-08-18T22:13:00.513Z
20342026-08-18T22:13:00.513Zrunning 1 test
20352026-08-18T22:13:00.868Ztest rib::tests::redundant_shutdown_states_are_not_resynced ... ok
20362026-08-18T22:13:00.868Z
20372026-08-18T22:13:00.868Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.35s
20382026-08-18T22:13:00.868Z
20392026-08-18T22:13:00.871Z PASS [ 0.364s] bfd rib::tests::redundant_shutdown_states_are_not_resynced
20402026-08-18T22:13:00.871Z START bfd session::tests::counts_incoming_packets
20412026-08-18T22:13:00.876Z
20422026-08-18T22:13:00.876Zrunning 1 test
20432026-08-18T22:13:00.980Ztest session::tests::counts_incoming_packets ... ok
20442026-08-18T22:13:00.980Z
20452026-08-18T22:13:00.980Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20462026-08-18T22:13:00.980Z
20472026-08-18T22:13:00.983Z PASS [ 0.112s] bfd session::tests::counts_incoming_packets
20482026-08-18T22:13:00.983Z START bfd session::tests::down_to_up_directly
20492026-08-18T22:13:00.988Z
20502026-08-18T22:13:00.988Zrunning 1 test
20512026-08-18T22:13:01.092Ztest session::tests::down_to_up_directly ... ok
20522026-08-18T22:13:01.092Z
20532026-08-18T22:13:01.097Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20542026-08-18T22:13:01.099Z
20552026-08-18T22:13:01.099Z PASS [ 0.112s] bfd session::tests::down_to_up_directly
20562026-08-18T22:13:01.099Z START bfd session::tests::emits_outgoing_control_packet
20572026-08-18T22:13:01.102Z
20582026-08-18T22:13:01.102Zrunning 1 test
20592026-08-18T22:13:01.105Ztest session::tests::emits_outgoing_control_packet ... ok
20602026-08-18T22:13:01.105Z
20612026-08-18T22:13:01.105Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20622026-08-18T22:13:01.105Z
20632026-08-18T22:13:01.105Z PASS [ 0.011s] bfd session::tests::emits_outgoing_control_packet
20642026-08-18T22:13:01.105Z START bfd session::tests::exits_when_listener_channel_closes
20652026-08-18T22:13:01.111Z
20662026-08-18T22:13:01.111Zrunning 1 test
20672026-08-18T22:13:01.114Ztest session::tests::exits_when_listener_channel_closes ... ok
20682026-08-18T22:13:01.114Z
20692026-08-18T22:13:01.114Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20702026-08-18T22:13:01.115Z
20712026-08-18T22:13:01.115Z PASS [ 0.010s] bfd session::tests::exits_when_listener_channel_closes
20722026-08-18T22:13:01.115Z START bfd session::tests::handshake_down_init_up_publishes_each_state
20732026-08-18T22:13:01.120Z
20742026-08-18T22:13:01.120Zrunning 1 test
20752026-08-18T22:13:01.324Ztest session::tests::handshake_down_init_up_publishes_each_state ... ok
20762026-08-18T22:13:01.324Z
20772026-08-18T22:13:01.324Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
20782026-08-18T22:13:01.324Z
20792026-08-18T22:13:01.327Z PASS [ 0.212s] bfd session::tests::handshake_down_init_up_publishes_each_state
20802026-08-18T22:13:01.327Z START bfd session::tests::init_to_down_on_peer_admin_down
20812026-08-18T22:13:01.331Z
20822026-08-18T22:13:01.331Zrunning 1 test
20832026-08-18T22:13:01.536Ztest session::tests::init_to_down_on_peer_admin_down ... ok
20842026-08-18T22:13:01.536Z
20852026-08-18T22:13:01.537Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
20862026-08-18T22:13:01.537Z
20872026-08-18T22:13:01.540Z PASS [ 0.212s] bfd session::tests::init_to_down_on_peer_admin_down
20882026-08-18T22:13:01.540Z START bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
20892026-08-18T22:13:01.544Z
20902026-08-18T22:13:01.544Zrunning 1 test
20912026-08-18T22:13:01.648Ztest session::tests::peer_state_that_does_not_advance_is_a_no_op ... ok
20922026-08-18T22:13:01.648Z
20932026-08-18T22:13:01.648Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20942026-08-18T22:13:01.648Z
20952026-08-18T22:13:01.651Z PASS [ 0.111s] bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
20962026-08-18T22:13:01.651Z START bfd session::tests::poll_packet_elicits_final_response_on_egress
20972026-08-18T22:13:01.655Z
20982026-08-18T22:13:01.656Zrunning 1 test
20992026-08-18T22:13:01.658Ztest session::tests::poll_packet_elicits_final_response_on_egress ... ok
21002026-08-18T22:13:01.658Z
21012026-08-18T22:13:01.658Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21022026-08-18T22:13:01.658Z
21032026-08-18T22:13:01.661Z PASS [ 0.010s] bfd session::tests::poll_packet_elicits_final_response_on_egress
21042026-08-18T22:13:01.661Z START bfd session::tests::recv_timeout_drives_session_down
21052026-08-18T22:13:01.665Z
21062026-08-18T22:13:01.666Zrunning 1 test
21072026-08-18T22:13:03.183Ztest session::tests::recv_timeout_drives_session_down ... ok
21082026-08-18T22:13:03.183Z
21092026-08-18T22:13:03.183Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 1.52s
21102026-08-18T22:13:03.183Z
21112026-08-18T22:13:03.187Z PASS [ 1.527s] bfd session::tests::recv_timeout_drives_session_down
21122026-08-18T22:13:03.187Z START bfd session::tests::up_to_down_on_peer_admin_down
21132026-08-18T22:13:03.194Z
21142026-08-18T22:13:03.194Zrunning 1 test
21152026-08-18T22:13:03.399Ztest session::tests::up_to_down_on_peer_admin_down ... ok
21162026-08-18T22:13:03.399Z
21172026-08-18T22:13:03.399Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21182026-08-18T22:13:03.399Z
21192026-08-18T22:13:03.402Z PASS [ 0.214s] bfd session::tests::up_to_down_on_peer_admin_down
21202026-08-18T22:13:03.402Z START bfd session::tests::up_to_down_on_peer_down
21212026-08-18T22:13:03.408Z
21222026-08-18T22:13:03.408Zrunning 1 test
21232026-08-18T22:13:03.612Ztest session::tests::up_to_down_on_peer_down ... ok
21242026-08-18T22:13:03.612Z
21252026-08-18T22:13:03.612Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21262026-08-18T22:13:03.612Z
21272026-08-18T22:13:03.615Z PASS [ 0.213s] bfd session::tests::up_to_down_on_peer_down
21282026-08-18T22:13:03.615Z START bfd sm::tests::arbitrary_local_config_never_panics
21292026-08-18T22:13:03.620Z
21302026-08-18T22:13:03.620Zrunning 1 test
21312026-08-18T22:13:03.870Ztest sm::tests::arbitrary_local_config_never_panics ... ok
21322026-08-18T22:13:03.870Z
21332026-08-18T22:13:03.870Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.25s
21342026-08-18T22:13:03.870Z
21352026-08-18T22:13:03.873Z PASS [ 0.258s] bfd sm::tests::arbitrary_local_config_never_panics
21362026-08-18T22:13:03.873Z START bfd sm::tests::arbitrary_sequences_uphold_invariants
21372026-08-18T22:13:03.878Z
21382026-08-18T22:13:03.878Zrunning 1 test
21392026-08-18T22:13:04.406Ztest sm::tests::arbitrary_sequences_uphold_invariants ... ok
21402026-08-18T22:13:04.406Z
21412026-08-18T22:13:04.406Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.53s
21422026-08-18T22:13:04.406Z
21432026-08-18T22:13:04.409Z PASS [ 0.536s] bfd sm::tests::arbitrary_sequences_uphold_invariants
21442026-08-18T22:13:04.409Z START bfd sm::tests::bounded_consecutive_loss_keeps_session_up
21452026-08-18T22:13:04.414Z
21462026-08-18T22:13:04.414Zrunning 1 test
21472026-08-18T22:13:04.428Ztest sm::tests::bounded_consecutive_loss_keeps_session_up ... ok
21482026-08-18T22:13:04.429Z
21492026-08-18T22:13:04.429Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
21502026-08-18T22:13:04.429Z
21512026-08-18T22:13:04.432Z PASS [ 0.022s] bfd sm::tests::bounded_consecutive_loss_keeps_session_up
21522026-08-18T22:13:04.432Z START bfd sm::tests::clean_channel_converges_to_up
21532026-08-18T22:13:04.436Z
21542026-08-18T22:13:04.436Zrunning 1 test
21552026-08-18T22:13:04.440Ztest sm::tests::clean_channel_converges_to_up ... ok
21562026-08-18T22:13:04.440Z
21572026-08-18T22:13:04.440Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21582026-08-18T22:13:04.440Z
21592026-08-18T22:13:04.440Z PASS [ 0.009s] bfd sm::tests::clean_channel_converges_to_up
21602026-08-18T22:13:04.440Z START bfd sm::tests::demand_mode_suppresses_unsolicited_sends
21612026-08-18T22:13:04.444Z
21622026-08-18T22:13:04.444Zrunning 1 test
21632026-08-18T22:13:04.447Ztest sm::tests::demand_mode_suppresses_unsolicited_sends ... ok
21642026-08-18T22:13:04.447Z
21652026-08-18T22:13:04.447Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21662026-08-18T22:13:04.447Z
21672026-08-18T22:13:04.447Z PASS [ 0.008s] bfd sm::tests::demand_mode_suppresses_unsolicited_sends
21682026-08-18T22:13:04.447Z START bfd sm::tests::large_local_tx_interval_saturates_on_wire
21692026-08-18T22:13:04.452Z
21702026-08-18T22:13:04.452Zrunning 1 test
21712026-08-18T22:13:04.455Ztest sm::tests::large_local_tx_interval_saturates_on_wire ... ok
21722026-08-18T22:13:04.455Z
21732026-08-18T22:13:04.455Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21742026-08-18T22:13:04.456Z
21752026-08-18T22:13:04.456Z PASS [ 0.007s] bfd sm::tests::large_local_tx_interval_saturates_on_wire
21762026-08-18T22:13:04.456Z START bfd sm::tests::poll_flood_grows_response_queue_unboundedly
21772026-08-18T22:13:04.459Z
21782026-08-18T22:13:04.459Zrunning 1 test
21792026-08-18T22:13:04.462Ztest sm::tests::poll_flood_grows_response_queue_unboundedly ... ok
21802026-08-18T22:13:04.462Z
21812026-08-18T22:13:04.462Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21822026-08-18T22:13:04.462Z
21832026-08-18T22:13:04.462Z PASS [ 0.008s] bfd sm::tests::poll_flood_grows_response_queue_unboundedly
21842026-08-18T22:13:04.462Z START bfd sm::tests::poll_response_remains_queued_past_tx_interval
21852026-08-18T22:13:04.467Z
21862026-08-18T22:13:04.467Zrunning 1 test
21872026-08-18T22:13:04.470Ztest sm::tests::poll_response_remains_queued_past_tx_interval ... ok
21882026-08-18T22:13:04.470Z
21892026-08-18T22:13:04.470Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21902026-08-18T22:13:04.470Z
21912026-08-18T22:13:04.470Z PASS [ 0.008s] bfd sm::tests::poll_response_remains_queued_past_tx_interval
21922026-08-18T22:13:04.470Z START bfd sm::tests::poll_triggers_immediate_final_response
21932026-08-18T22:13:04.474Z
21942026-08-18T22:13:04.474Zrunning 1 test
21952026-08-18T22:13:04.478Ztest sm::tests::poll_triggers_immediate_final_response ... ok
21962026-08-18T22:13:04.478Z
21972026-08-18T22:13:04.478Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21982026-08-18T22:13:04.478Z
21992026-08-18T22:13:04.478Z PASS [ 0.007s] bfd sm::tests::poll_triggers_immediate_final_response
22002026-08-18T22:13:04.479Z START bfd sm::tests::recv_deadline_expiry_reports_was_already_down
22012026-08-18T22:13:04.482Z
22022026-08-18T22:13:04.482Zrunning 1 test
22032026-08-18T22:13:04.485Ztest sm::tests::recv_deadline_expiry_reports_was_already_down ... ok
22042026-08-18T22:13:04.485Z
22052026-08-18T22:13:04.485Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22062026-08-18T22:13:04.485Z
22072026-08-18T22:13:04.485Z PASS [ 0.007s] bfd sm::tests::recv_deadline_expiry_reports_was_already_down
22082026-08-18T22:13:04.485Z START bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
22092026-08-18T22:13:04.490Z
22102026-08-18T22:13:04.490Zrunning 1 test
22112026-08-18T22:13:04.492Ztest sm::tests::remote_required_min_rx_zero_stops_periodic_sends ... ok
22122026-08-18T22:13:04.493Z
22132026-08-18T22:13:04.493Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22142026-08-18T22:13:04.493Z
22152026-08-18T22:13:04.493Z PASS [ 0.008s] bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
22162026-08-18T22:13:04.493Z START bfd sm::tests::total_partition_drives_both_down
22172026-08-18T22:13:04.497Z
22182026-08-18T22:13:04.497Zrunning 1 test
22192026-08-18T22:13:04.500Ztest sm::tests::total_partition_drives_both_down ... ok
22202026-08-18T22:13:04.500Z
22212026-08-18T22:13:04.500Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22222026-08-18T22:13:04.500Z
22232026-08-18T22:13:04.500Z PASS [ 0.007s] bfd sm::tests::total_partition_drives_both_down
22242026-08-18T22:13:04.500Z START bfd sm::tests::transition_table_is_exhaustive_and_correct
22252026-08-18T22:13:04.505Z
22262026-08-18T22:13:04.505Zrunning 1 test
22272026-08-18T22:13:04.508Ztest sm::tests::transition_table_is_exhaustive_and_correct ... ok
22282026-08-18T22:13:04.508Z
22292026-08-18T22:13:04.508Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22302026-08-18T22:13:04.508Z
22312026-08-18T22:13:04.508Z PASS [ 0.008s] bfd sm::tests::transition_table_is_exhaustive_and_correct
22322026-08-18T22:13:04.508Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22332026-08-18T22:13:04.511Z
22342026-08-18T22:13:04.511Zrunning 1 test
22352026-08-18T22:13:04.511Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
22362026-08-18T22:13:04.511Z
22372026-08-18T22:13:04.511Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
22382026-08-18T22:13:04.511Z
22392026-08-18T22:13:04.514Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22402026-08-18T22:13:04.514Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22412026-08-18T22:13:04.516Z
22422026-08-18T22:13:04.516Zrunning 1 test
22432026-08-18T22:13:04.516Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
22442026-08-18T22:13:04.516Z
22452026-08-18T22:13:04.516Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
22462026-08-18T22:13:04.516Z
22472026-08-18T22:13:04.517Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22482026-08-18T22:13:04.517Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22492026-08-18T22:13:04.519Z
22502026-08-18T22:13:04.520Zrunning 1 test
22512026-08-18T22:13:04.520Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
22522026-08-18T22:13:04.520Z
22532026-08-18T22:13:04.520Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
22542026-08-18T22:13:04.520Z
22552026-08-18T22:13:04.523Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22562026-08-18T22:13:04.523Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22572026-08-18T22:13:04.526Z
22582026-08-18T22:13:04.526Zrunning 1 test
22592026-08-18T22:13:04.526Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
22602026-08-18T22:13:04.526Z
22612026-08-18T22:13:04.526Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
22622026-08-18T22:13:04.526Z
22632026-08-18T22:13:04.526Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22642026-08-18T22:13:04.526Z────────────
22652026-08-18T22:13:04.526Z Summary [ 5.886s] 48 tests run: 48 passed, 0 skipped
22662026-08-18T22:13:04.537Zprocess exited: duration 256772 ms, exit code 0
 
22672026-08-18T22:13:04.544Zfound 0 output files