01KW2M42KK56F28N6KDCKFCDPS: test-ndp

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

Buildomat Job: 01KW2M4HPHRSYRH0Y8JXTHFPV9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T18:48:38.025Zjob assigned to worker 01KW2M4TW0BTXS4JQYGQBDY9AH [factory aws, i-0f2bdac30bf99e39d] (queued for 1 m 0 s)
 
22026-06-26T18:48:45.282Zstarting task 0: "setup"
32026-06-26T18:48:45.286Z++ uname -s
42026-06-26T18:48:45.290Z+ kern=SunOS
52026-06-26T18:48:45.290Z+ build_user=build
62026-06-26T18:48:45.290Z+ build_uid=12345
72026-06-26T18:48:45.290Z+ work_dir=/work
82026-06-26T18:48:45.290Z+ input_dir=/input
92026-06-26T18:48:45.290Z+ [[ 0 == 12345 ]]
102026-06-26T18:48:45.291Z+ case "$kern" in
112026-06-26T18:48:45.291Z+ groupadd -g 12345 build
122026-06-26T18:48:45.291Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T18:48:47.297Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T18:48:47.404Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T18:48:47.407Z+ home_fs=zfs
162026-06-26T18:48:47.407Z+ [[ zfs == autofs ]]
172026-06-26T18:48:47.407Z+ mkdir -p /home/build
182026-06-26T18:48:47.407Z+ chown build:build /home/build /work
192026-06-26T18:48:49.409Z+ chmod 0700 /home/build /work
202026-06-26T18:48:49.412Zprocess exited: duration 4131 ms, exit code 0
 
212026-06-26T18:48:49.418Zstarting task 1: "rust-toolchain"
222026-06-26T18:48:49.422Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-26T18:48:49.422Z * rust toolchain channel = "stable"
242026-06-26T18:48:49.422Z * rust toolchain profile = "default"
252026-06-26T18:48:49.422Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T18:48:49.422Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T18:48:49.422Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T18:48:49.425Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T18:48:49.425Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-26T18:48:49.513Zinfo: downloading installer
312026-06-26T18:48:51.059Zwarn: It looks like you have an existing installation of Rust at:
322026-06-26T18:48:51.059Zwarn: /opt/ooce/bin
332026-06-26T18:48:51.059Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-26T18:48:51.059Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-26T18:48:51.059Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-26T18:48:51.059Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-26T18:48:51.059Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-26T18:48:51.059Zerror: cannot install while Rust is installed
392026-06-26T18:48:51.059Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-26T18:48:51.059Zwarn: It looks like you have an existing rustup settings file at:
412026-06-26T18:48:51.059Zwarn: /home/build/.rustup/settings.toml
422026-06-26T18:48:51.059Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-26T18:48:51.059Zwarn: instead of the one inferred from the default host triple.
442026-06-26T18:48:51.072Zinfo: profile set to default
452026-06-26T18:48:51.072Zinfo: default host triple is x86_64-unknown-illumos
462026-06-26T18:48:51.077Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-26T18:48:51.218Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-26T18:48:51.221Zinfo: downloading 6 components
492026-06-26T18:49:07.299Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-26T18:49:07.299Z
512026-06-26T18:49:07.335Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-26T18:49:07.335Z
532026-06-26T18:49:07.336Z
542026-06-26T18:49:07.336ZRust is installed now. Great!
552026-06-26T18:49:07.336Z
562026-06-26T18:49:07.336ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-26T18:49:07.336Zenvironment variable. This has not been done automatically.
582026-06-26T18:49:07.336Z
592026-06-26T18:49:07.336ZTo configure your current shell, you need to source
602026-06-26T18:49:07.336Zthe corresponding env file under $HOME/.cargo.
612026-06-26T18:49:07.336Z
622026-06-26T18:49:07.336ZThis is usually done by running one of the following (note the leading DOT):
632026-06-26T18:49:07.336Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-26T18:49:07.337Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-26T18:49:07.337Zsource "~/.cargo/env.nu" # For nushell
662026-06-26T18:49:07.337Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-26T18:49:07.337Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-26T18:49:07.337Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-26T18:49:07.369Zwarn: no default linker (`cc`) was found in your PATH
702026-06-26T18:49:07.369Zwarn: many Rust crates require a system C toolchain to build
712026-06-26T18:49:07.443Z+ rustup --version
722026-06-26T18:49:07.448Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-26T18:49:07.451Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-26T18:49:07.469Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-26T18:49:07.472Z+ cargo --version
762026-06-26T18:49:07.484Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-26T18:49:07.487Z+ rustc --version
782026-06-26T18:49:07.508Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-26T18:49:07.514Zprocess exited: duration 18087 ms, exit code 0
 
802026-06-26T18:49:07.528Zstarting task 2: "authentication"
812026-06-26T18:49:07.544Zprocess exited: duration 17 ms, exit code 0
 
822026-06-26T18:49:07.552Zstarting task 3: "clone repository"
832026-06-26T18:49:07.556Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-26T18:49:07.559Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-26T18:49:07.588ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-26T18:49:08.767Z+ cd /work/oxidecomputer/maghemite
872026-06-26T18:49:08.767Z+ git fetch origin ec78e31353553c5b99747c7416890b16981df11a
882026-06-26T18:49:09.051ZFrom https://github.com/oxidecomputer/maghemite
892026-06-26T18:49:09.051Z * branch ec78e31353553c5b99747c7416890b16981df11a -> FETCH_HEAD
902026-06-26T18:49:09.057Z+ [[ -n trey/unnumbered-cleanup ]]
912026-06-26T18:49:09.061Z++ git branch --show-current
922026-06-26T18:49:09.061Z+ current=main
932026-06-26T18:49:09.061Z+ [[ main != trey/unnumbered-cleanup ]]
942026-06-26T18:49:09.061Z+ git branch -f trey/unnumbered-cleanup ec78e31353553c5b99747c7416890b16981df11a
952026-06-26T18:49:09.064Z+ git checkout -f trey/unnumbered-cleanup
962026-06-26T18:49:09.082ZSwitched to branch 'trey/unnumbered-cleanup'
972026-06-26T18:49:09.084Z+ git reset --hard ec78e31353553c5b99747c7416890b16981df11a
982026-06-26T18:49:09.092ZHEAD is now at ec78e31 Merge branch 'main' into trey/unnumbered-cleanup
992026-06-26T18:49:09.095Zprocess exited: duration 1540 ms, exit code 0
 
1002026-06-26T18:49:09.100Zstarting task 4: "build"
1012026-06-26T18:49:09.105Z+ set -e
1022026-06-26T18:49:09.105Z+ source .github/buildomat/test-common.sh
1032026-06-26T18:49:09.108Z++ NEXTEST_VERSION=0.9.97
1042026-06-26T18:49:09.108Z++ PLATFORM=illumos
1052026-06-26T18:49:09.108Z++ banner install
1062026-06-26T18:49:09.108Z
1072026-06-26T18:49:09.108Z # # # #### ##### ## # #
1082026-06-26T18:49:09.108Z # ## # # # # # # #
1092026-06-26T18:49:09.108Z # # # # #### # # # # #
1102026-06-26T18:49:09.108Z # # # # # # ###### # #
1112026-06-26T18:49:09.108Z # # ## # # # # # # #
1122026-06-26T18:49:09.108Z # # # #### # # # ###### ######
1132026-06-26T18:49:09.108Z
1142026-06-26T18:49:09.108Z++ set +o errexit
1152026-06-26T18:49:09.112Z++ pkg info clang-15
1162026-06-26T18:49:09.112Z++ grep -qi installed
1172026-06-26T18:49:10.275Zpkg: info: no packages matching the following patterns you specified are
1182026-06-26T18:49:10.275Zinstalled on the system. Try querying remotely instead:
1192026-06-26T18:49:10.275Z
1202026-06-26T18:49:10.275Z clang-15
1212026-06-26T18:49:10.314Z++ [[ 1 != 0 ]]
1222026-06-26T18:49:10.315Z++ set -o errexit
1232026-06-26T18:49:10.317Z++ pfexec pkg install clang-15
1242026-06-26T18:49:18.993Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-26T18:49:26.721Z Startup: Caching catalogs ... Done
1262026-06-26T18:49:34.032ZPlanning: Solver setup ... Done
1272026-06-26T18:49:34.072ZPlanning: Running solver ... Done
1282026-06-26T18:49:34.214ZPlanning: Finding local manifests ... Done
1292026-06-26T18:49:35.353ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-26T18:49:35.446ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-26T18:49:35.475ZPlanning: Package planning ... Done
1322026-06-26T18:49:35.501ZPlanning: Merging actions ... Done
1332026-06-26T18:49:35.606ZPlanning: Checking for conflicting actions ... Done
1342026-06-26T18:49:35.612ZPlanning: Consolidating action changes ... Done
1352026-06-26T18:49:36.391ZPlanning: Evaluating mediators ... Done
1362026-06-26T18:49:36.397ZPlanning: Planning completed in 9.50 seconds
1372026-06-26T18:49:36.408Z Packages to install: 2
1382026-06-26T18:49:36.408Z Mediators to change: 2
1392026-06-26T18:49:36.411Z Services to change: 1
1402026-06-26T18:49:36.411Z Create boot environment: No
1412026-06-26T18:49:36.411ZCreate backup boot environment: No
1422026-06-26T18:49:36.451Z
1432026-06-26T18:49:36.451ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-26T18:49:41.454ZDownload: 687/3076 items 17.5/211.3MB 8% complete (3.6M/s)
1452026-06-26T18:50:02.645ZDownload: 983/3076 items 82.2/211.3MB 38% complete
1462026-06-26T18:50:07.684ZDownload: 2001/3076 items 117.7/211.3MB 55% complete (7.8M/s)
1472026-06-26T18:50:12.687ZDownload: 2227/3076 items 118.6/211.3MB 56% complete (3.6M/s)
1482026-06-26T18:50:20.394ZDownload: 3059/3076 items 207.6/211.3MB 98% complete (8.9M/s)
1492026-06-26T18:50:33.816ZDownload: 3068/3076 items 208.6/211.3MB 98% complete (7.3M/s)
1502026-06-26T18:50:33.875ZDownload: Completed 211.31 MB in 57.42 seconds (3.7M/s)
1512026-06-26T18:50:33.987Z Actions: 1/3418 actions (Installing new actions)
1522026-06-26T18:50:37.115Z Actions: Completed 3418 actions in 3.13 seconds.
1532026-06-26T18:50:37.754Z Done
1542026-06-26T18:50:37.754Z Done
1552026-06-26T18:50:38.499Z Done
1562026-06-26T18:50:41.844Z Done
1572026-06-26T18:50:41.915Z Done
1582026-06-26T18:50:41.919Z Done
1592026-06-26T18:50:42.181Z Done
1602026-06-26T18:50:42.857Z++ set -o errexit
1612026-06-26T18:50:42.857Z++ cargo --version
1622026-06-26T18:50:42.864Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-06-26T18:50:43.029Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-06-26T18:50:43.032Zinfo: downloading 6 components
1652026-06-26T18:50:58.791Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-06-26T18:50:58.794Z++ rustc --version
1672026-06-26T18:50:58.814Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-06-26T18:50:58.818Z++ cargo install cargo-nextest --version 0.9.97
1692026-06-26T18:50:58.861Z Updating crates.io index
1702026-06-26T18:50:58.965Z Downloading crates ...
1712026-06-26T18:50:59.050Z Downloaded cargo-nextest v0.9.97
1722026-06-26T18:50:59.113Z Installing cargo-nextest v0.9.97
1732026-06-26T18:50:59.153Z Updating crates.io index
1742026-06-26T18:51:01.796Z Locking 390 packages to latest compatible versions
1752026-06-26T18:51:01.801Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-06-26T18:51:01.804Z Adding duct v0.13.7 (available: v1.1.1)
1772026-06-26T18:51:01.804Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-06-26T18:51:01.804Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-06-26T18:51:01.806Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-06-26T18:51:01.806Z Adding itertools v0.14.0 (available: v0.15.0)
1812026-06-26T18:51:01.806Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1822026-06-26T18:51:01.806Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1832026-06-26T18:51:01.809Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1842026-06-26T18:51:01.812Z Adding quick-junit v0.5.2 (available: v0.6.0)
1852026-06-26T18:51:01.838Z Downloading crates ...
1862026-06-26T18:51:01.931Z Downloaded home v0.5.12
1872026-06-26T18:51:01.951Z Downloaded itoa v1.0.18
1882026-06-26T18:51:01.953Z Downloaded pkcs8 v0.10.2
1892026-06-26T18:51:01.953Z Downloaded openssl-macros v0.1.1
1902026-06-26T18:51:01.958Z Downloaded anstyle v1.0.14
1912026-06-26T18:51:01.961Z Downloaded rustc_version v0.4.1
1922026-06-26T18:51:01.965Z Downloaded ppv-lite86 v0.2.21
1932026-06-26T18:51:01.965Z Downloaded errno v0.3.14
1942026-06-26T18:51:01.968Z Downloaded async-scoped v0.9.0
1952026-06-26T18:51:01.968Z Downloaded adler2 v2.0.1
1962026-06-26T18:51:01.968Z Downloaded owo-colors v4.3.0
1972026-06-26T18:51:01.970Z Downloaded document-features v0.2.12
1982026-06-26T18:51:01.973Z Downloaded futures-sink v0.3.32
1992026-06-26T18:51:01.973Z Downloaded cfg_aliases v0.2.1
2002026-06-26T18:51:01.976Z Downloaded base64 v0.22.1
2012026-06-26T18:51:01.979Z Downloaded self_update v0.42.0
2022026-06-26T18:51:01.982Z Downloaded heck v0.5.0
2032026-06-26T18:51:01.982Z Downloaded fnv v1.0.7
2042026-06-26T18:51:01.985Z Downloaded curve25519-dalek-derive v0.1.1
2052026-06-26T18:51:01.985Z Downloaded cargo-platform v0.3.3
2062026-06-26T18:51:01.987Z Downloaded pin-project v1.1.13
2072026-06-26T18:51:01.994Z Downloaded quinn-udp v0.5.14
2082026-06-26T18:51:01.997Z Downloaded ahash v0.8.12
2092026-06-26T18:51:02.000Z Downloaded fastrand v2.4.1
2102026-06-26T18:51:02.000Z Downloaded cargo-platform v0.2.0
2112026-06-26T18:51:02.000Z Downloaded either v1.16.0
2122026-06-26T18:51:02.003Z Downloaded cargo_metadata v0.20.0
2132026-06-26T18:51:02.003Z Downloaded crc32fast v1.5.0
2142026-06-26T18:51:02.006Z Downloaded form_urlencoded v1.2.2
2152026-06-26T18:51:02.006Z Downloaded base64ct v1.8.3
2162026-06-26T18:51:02.009Z Downloaded http-body v1.0.1
2172026-06-26T18:51:02.009Z Downloaded equivalent v1.0.2
2182026-06-26T18:51:02.012Z Downloaded ordered-float v2.10.1
2192026-06-26T18:51:02.012Z Downloaded const-oid v0.9.6
2202026-06-26T18:51:02.014Z Downloaded ryu v1.0.23
2212026-06-26T18:51:02.015Z Downloaded getrandom v0.4.3
2222026-06-26T18:51:02.019Z Downloaded getrandom v0.3.4
2232026-06-26T18:51:02.022Z Downloaded indicatif v0.17.11
2242026-06-26T18:51:02.025Z Downloaded openssl-probe v0.2.1
2252026-06-26T18:51:02.025Z Downloaded nested v0.1.1
2262026-06-26T18:51:02.025Z Downloaded hyper-tls v0.6.0
2272026-06-26T18:51:02.028Z Downloaded crypto-common v0.1.7
2282026-06-26T18:51:02.028Z Downloaded color-spantrace v0.3.0
2292026-06-26T18:51:02.030Z Downloaded nextest-metadata v0.12.2
2302026-06-26T18:51:02.033Z Downloaded is_ci v1.2.0
2312026-06-26T18:51:02.033Z Downloaded backtrace-ext v0.2.1
2322026-06-26T18:51:02.036Z Downloaded indenter v0.3.4
2332026-06-26T18:51:02.036Z Downloaded cfg-if v1.0.4
2342026-06-26T18:51:02.036Z Downloaded block-buffer v0.10.4
2352026-06-26T18:51:02.039Z Downloaded enable-ansi-support v0.2.1
2362026-06-26T18:51:02.039Z Downloaded ipnet v2.12.0
2372026-06-26T18:51:02.041Z Downloaded is_terminal_polyfill v1.70.2
2382026-06-26T18:51:02.041Z Downloaded find-msvc-tools v0.1.9
2392026-06-26T18:51:02.047Z Downloaded future-queue v0.4.0
2402026-06-26T18:51:02.050Z Downloaded rustc-hash v2.1.2
2412026-06-26T18:51:02.050Z Downloaded number_prefix v0.4.0
2422026-06-26T18:51:02.052Z Downloaded idna_adapter v1.0.0
2432026-06-26T18:51:02.056Z Downloaded futures-task v0.3.32
2442026-06-26T18:51:02.056Z Downloaded futures-core v0.3.32
2452026-06-26T18:51:02.056Z Downloaded colorchoice v1.0.5
2462026-06-26T18:51:02.059Z Downloaded atomic-waker v1.1.2
2472026-06-26T18:51:02.059Z Downloaded humantime v2.3.0
2482026-06-26T18:51:02.059Z Downloaded generic-array v0.14.7
2492026-06-26T18:51:02.062Z Downloaded cpufeatures v0.2.17
2502026-06-26T18:51:02.065Z Downloaded anstyle-query v1.1.5
2512026-06-26T18:51:02.068Z Downloaded futures-io v0.3.32
2522026-06-26T18:51:02.073Z Downloaded hex v0.4.3
2532026-06-26T18:51:02.077Z Downloaded foreign-types v0.3.2
2542026-06-26T18:51:02.077Z Downloaded pathdiff v0.2.3
2552026-06-26T18:51:02.077Z Downloaded mukti-metadata v0.3.0
2562026-06-26T18:51:02.081Z Downloaded lazy_static v1.5.0
2572026-06-26T18:51:02.081Z Downloaded futures-macro v0.3.32
2582026-06-26T18:51:02.081Z Downloaded foreign-types-shared v0.1.1
2592026-06-26T18:51:02.081Z Downloaded atomicwrites v0.4.4
2602026-06-26T18:51:02.083Z Downloaded lru-slab v0.1.2
2612026-06-26T18:51:02.083Z Downloaded humantime-serde v1.1.1
2622026-06-26T18:51:02.086Z Downloaded os_pipe v1.2.3
2632026-06-26T18:51:02.092Z Downloaded debug-ignore v1.0.5
2642026-06-26T18:51:02.095Z Downloaded shell-words v1.1.1
2652026-06-26T18:51:02.095Z Downloaded guppy-workspace-hack v0.1.0
2662026-06-26T18:51:02.099Z Downloaded clap_lex v1.1.0
2672026-06-26T18:51:02.102Z Downloaded duct v0.13.7
2682026-06-26T18:51:02.105Z Downloaded dialoguer v0.11.0
2692026-06-26T18:51:02.109Z Downloaded futures-channel v0.3.32
2702026-06-26T18:51:02.111Z Downloaded serde_spanned v0.6.9
2712026-06-26T18:51:02.111Z Downloaded percent-encoding v2.3.2
2722026-06-26T18:51:02.111Z Downloaded nextest-workspace-hack v0.1.0
2732026-06-26T18:51:02.111Z Downloaded ed25519 v2.2.3
2742026-06-26T18:51:02.114Z Downloaded cargo-util-schemas v0.2.0
2752026-06-26T18:51:02.114Z Downloaded shared_child v1.1.1
2762026-06-26T18:51:02.114Z Downloaded serde_spanned v1.1.1
2772026-06-26T18:51:02.117Z Downloaded sigchld v0.2.4
2782026-06-26T18:51:02.117Z Downloaded serde_ignored v0.1.14
2792026-06-26T18:51:02.117Z Downloaded config v0.15.25
2802026-06-26T18:51:02.120Z Downloaded indent_write v2.2.0
2812026-06-26T18:51:02.123Z Downloaded fixedbitset v0.5.7
2822026-06-26T18:51:02.126Z Downloaded rand_core v0.6.4
2832026-06-26T18:51:02.126Z Downloaded rand_chacha v0.9.0
2842026-06-26T18:51:02.126Z Downloaded lock_api v0.4.14
2852026-06-26T18:51:02.129Z Downloaded http-body-util v0.1.3
2862026-06-26T18:51:02.129Z Downloaded anstream v1.0.0
2872026-06-26T18:51:02.132Z Downloaded subtle v2.6.1
2882026-06-26T18:51:02.132Z Downloaded strip-ansi-escapes v0.2.1
2892026-06-26T18:51:02.132Z Downloaded scopeguard v1.2.0
2902026-06-26T18:51:02.135Z Downloaded strsim v0.11.1
2912026-06-26T18:51:02.135Z Downloaded signal-hook-mio v0.2.5
2922026-06-26T18:51:02.135Z Downloaded self-replace v1.5.0
2932026-06-26T18:51:02.138Z Downloaded rustc-demangle v0.1.27
2942026-06-26T18:51:02.138Z Downloaded serde-value v0.7.0
2952026-06-26T18:51:02.142Z Downloaded swrite v0.1.0
2962026-06-26T18:51:02.142Z Downloaded quote v1.0.46
2972026-06-26T18:51:02.142Z Downloaded sync_wrapper v1.0.2
2982026-06-26T18:51:02.145Z Downloaded backtrace v0.3.76
2992026-06-26T18:51:02.145Z Downloaded log v0.4.33
3002026-06-26T18:51:02.148Z Downloaded pin-project-internal v1.1.13
3012026-06-26T18:51:02.151Z Downloaded foldhash v0.1.5
3022026-06-26T18:51:02.151Z Downloaded anstyle-parse v1.0.0
3032026-06-26T18:51:02.154Z Downloaded serde_urlencoded v0.7.1
3042026-06-26T18:51:02.154Z Downloaded futures-executor v0.3.32
3052026-06-26T18:51:02.157Z Downloaded filetime v0.2.29
3062026-06-26T18:51:02.157Z Downloaded supports-color v3.0.2
3072026-06-26T18:51:02.160Z Downloaded supports-unicode v3.0.0
3082026-06-26T18:51:02.160Z Downloaded signature v2.2.0
3092026-06-26T18:51:02.164Z Downloaded miette-derive v7.6.0
3102026-06-26T18:51:02.167Z Downloaded jobserver v0.1.34
3112026-06-26T18:51:02.169Z Downloaded supports-hyperlinks v3.2.0
3122026-06-26T18:51:02.172Z Downloaded tinyvec_macros v0.1.1
3132026-06-26T18:51:02.172Z Downloaded globset v0.4.18
3142026-06-26T18:51:02.175Z Downloaded terminal_size v0.4.4
3152026-06-26T18:51:02.178Z Downloaded serde_path_to_error v0.1.20
3162026-06-26T18:51:02.178Z Downloaded rand_core v0.9.5
3172026-06-26T18:51:02.181Z Downloaded getrandom v0.2.17
3182026-06-26T18:51:02.183Z Downloaded clap_derive v4.6.1
3192026-06-26T18:51:02.184Z Downloaded cargo_metadata v0.23.1
3202026-06-26T18:51:02.186Z Downloaded rustls-pki-types v1.14.1
3212026-06-26T18:51:02.186Z Downloaded camino v1.2.3
3222026-06-26T18:51:02.189Z Downloaded tokio-macros v2.7.0
3232026-06-26T18:51:02.189Z Downloaded sha2 v0.10.9
3242026-06-26T18:51:02.192Z Downloaded toml_write v0.1.2
3252026-06-26T18:51:02.192Z Downloaded toml_datetime v0.6.11
3262026-06-26T18:51:02.192Z Downloaded camino-tempfile v1.4.1
3272026-06-26T18:51:02.196Z Downloaded native-tls v0.2.18
3282026-06-26T18:51:02.199Z Downloaded spki v0.7.3
3292026-06-26T18:51:02.202Z Downloaded futures v0.3.32
3302026-06-26T18:51:02.205Z Downloaded digest v0.10.7
3312026-06-26T18:51:02.205Z Downloaded smol_str v0.3.6
3322026-06-26T18:51:02.207Z Downloaded newtype-uuid v1.3.2
3332026-06-26T18:51:02.207Z Downloaded slab v0.4.12
3342026-06-26T18:51:02.207Z Downloaded tower-service v0.3.3
3352026-06-26T18:51:02.207Z Downloaded autocfg v1.5.1
3362026-06-26T18:51:02.210Z Downloaded simd-adler32 v0.3.9
3372026-06-26T18:51:02.210Z Downloaded signal-hook-registry v1.4.8
3382026-06-26T18:51:02.214Z Downloaded unicode-linebreak v0.1.5
3392026-06-26T18:51:02.217Z Downloaded derive_more-impl v2.1.1
3402026-06-26T18:51:02.220Z Downloaded litrs v1.0.0
3412026-06-26T18:51:02.222Z Downloaded parking_lot_core v0.9.12
3422026-06-26T18:51:02.223Z Downloaded cfg-expr v0.20.8
3432026-06-26T18:51:02.227Z Downloaded tracing-error v0.2.1
3442026-06-26T18:51:02.230Z Downloaded serde-untagged v0.1.9
3452026-06-26T18:51:02.230Z Downloaded hyper-rustls v0.27.9
3462026-06-26T18:51:02.236Z Downloaded convert_case v0.10.0
3472026-06-26T18:51:02.239Z Downloaded target-lexicon v0.13.5
3482026-06-26T18:51:02.239Z Downloaded idna v1.1.0
3492026-06-26T18:51:02.241Z Downloaded try-lock v0.2.5
3502026-06-26T18:51:02.242Z Downloaded shlex v2.0.1
3512026-06-26T18:51:02.244Z Downloaded thiserror v2.0.18
3522026-06-26T18:51:02.247Z Downloaded utf8parse v0.2.2
3532026-06-26T18:51:02.247Z Downloaded untrusted v0.9.0
3542026-06-26T18:51:02.251Z Downloaded typeid v1.0.3
3552026-06-26T18:51:02.251Z Downloaded eyre v0.6.12
3562026-06-26T18:51:02.254Z Downloaded tokio-native-tls v0.3.1
3572026-06-26T18:51:02.254Z Downloaded bitflags v2.13.0
3582026-06-26T18:51:02.257Z Downloaded utf8_iter v1.0.4
3592026-06-26T18:51:02.257Z Downloaded thiserror-impl v1.0.69
3602026-06-26T18:51:02.260Z Downloaded pkg-config v0.3.33
3612026-06-26T18:51:02.260Z Downloaded pin-project-lite v0.2.17
3622026-06-26T18:51:02.263Z Downloaded want v0.3.1
3632026-06-26T18:51:02.263Z Downloaded version_check v0.9.5
3642026-06-26T18:51:02.263Z Downloaded urlencoding v2.1.3
3652026-06-26T18:51:02.265Z Downloaded toml_writer v1.1.1+spec-1.1.0
3662026-06-26T18:51:02.266Z Downloaded thread_local v1.1.9
3672026-06-26T18:51:02.266Z Downloaded target-spec-miette v0.4.8
3682026-06-26T18:51:02.268Z Downloaded parking_lot v0.12.5
3692026-06-26T18:51:02.271Z Downloaded derive_more v2.1.1
3702026-06-26T18:51:02.276Z Downloaded semver v1.0.28
3712026-06-26T18:51:02.279Z Downloaded tower-layer v0.3.3
3722026-06-26T18:51:02.279Z Downloaded static_assertions v1.1.0
3732026-06-26T18:51:02.282Z Downloaded erased-serde v0.4.10
3742026-06-26T18:51:02.285Z Downloaded unicase v2.9.0
3752026-06-26T18:51:02.285Z Downloaded unicode-xid v0.2.6
3762026-06-26T18:51:02.287Z Downloaded target-spec v3.6.0
3772026-06-26T18:51:02.287Z Downloaded console v0.15.11
3782026-06-26T18:51:02.292Z Downloaded addr2line v0.25.1
3792026-06-26T18:51:02.294Z Downloaded iana-time-zone v0.1.65
3802026-06-26T18:51:02.297Z Downloaded httparse v1.10.1
3812026-06-26T18:51:02.307Z Downloaded clap v4.6.1
3822026-06-26T18:51:02.312Z Downloaded thiserror-impl v2.0.18
3832026-06-26T18:51:02.315Z Downloaded serde_derive v1.0.228
3842026-06-26T18:51:02.315Z Downloaded quick-junit v0.5.2
3852026-06-26T18:51:02.318Z Downloaded once_cell v1.21.4
3862026-06-26T18:51:02.320Z Downloaded toml v0.8.23
3872026-06-26T18:51:02.320Z Downloaded tracing-log v0.2.0
3882026-06-26T18:51:02.320Z Downloaded num-traits v0.2.19
3892026-06-26T18:51:02.323Z Downloaded derive-where v1.6.1
3902026-06-26T18:51:02.326Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3912026-06-26T18:51:02.326Z Downloaded zstd-safe v7.2.4
3922026-06-26T18:51:02.329Z Downloaded toml_parser v1.1.2+spec-1.1.0
3932026-06-26T18:51:02.329Z Downloaded zstd v0.13.3
3942026-06-26T18:51:02.331Z Downloaded smallvec v1.15.2
3952026-06-26T18:51:02.335Z Downloaded socket2 v0.6.4
3962026-06-26T18:51:02.335Z Downloaded signal-hook v0.3.18
3972026-06-26T18:51:02.337Z Downloaded bytes v1.12.0
3982026-06-26T18:51:02.341Z Downloaded tempfile v3.27.0
3992026-06-26T18:51:02.344Z Downloaded xattr v1.6.1
4002026-06-26T18:51:02.347Z Downloaded zipsign-api v0.1.5
4012026-06-26T18:51:02.347Z Downloaded xxhash-rust v0.8.15
4022026-06-26T18:51:02.351Z Downloaded zmij v1.0.21
4032026-06-26T18:51:02.366Z Downloaded proc-macro2 v1.0.106
4042026-06-26T18:51:02.373Z Downloaded der v0.7.10
4052026-06-26T18:51:02.376Z Downloaded tokio-stream v0.1.18
4062026-06-26T18:51:02.379Z Downloaded nextest-filtering v0.15.0
4072026-06-26T18:51:02.382Z Downloaded tokio-rustls v0.26.4
4082026-06-26T18:51:02.382Z Downloaded tinyvec v1.11.0
4092026-06-26T18:51:02.385Z Downloaded zeroize v1.9.0
4102026-06-26T18:51:02.385Z Downloaded tracing-core v0.1.36
4112026-06-26T18:51:02.388Z Downloaded sharded-slab v0.1.7
4122026-06-26T18:51:02.388Z Downloaded tracing-attributes v0.1.31
4132026-06-26T18:51:02.391Z Downloaded serde_core v1.0.228
4142026-06-26T18:51:02.395Z Downloaded ron v0.12.2
4152026-06-26T18:51:02.401Z Downloaded ed25519-dalek v2.2.0
4162026-06-26T18:51:02.404Z Downloaded miniz_oxide v0.8.9
4172026-06-26T18:51:02.407Z Downloaded thiserror v1.0.69
4182026-06-26T18:51:02.410Z Downloaded textwrap v0.16.2
4192026-06-26T18:51:02.424Z Downloaded toml v1.1.2+spec-1.1.0
4202026-06-26T18:51:02.429Z Downloaded unicode-ident v1.0.24
4212026-06-26T18:51:02.432Z Downloaded flate2 v1.1.9
4222026-06-26T18:51:02.435Z Downloaded tar v0.4.46
4232026-06-26T18:51:02.439Z Downloaded cc v1.2.65
4242026-06-26T18:51:02.442Z Downloaded borsh v1.7.0
4252026-06-26T18:51:02.453Z Downloaded mio v1.2.1
4262026-06-26T18:51:02.457Z Downloaded uuid v1.23.4
4272026-06-26T18:51:02.468Z Downloaded vte v0.14.1
4282026-06-26T18:51:02.470Z Downloaded quinn v0.11.11
4292026-06-26T18:51:02.473Z Downloaded openssl-sys v0.9.117
4302026-06-26T18:51:02.480Z Downloaded rustls-webpki v0.103.13
4312026-06-26T18:51:02.489Z Downloaded serde v1.0.228
4322026-06-26T18:51:02.494Z Downloaded rand v0.9.4
4332026-06-26T18:51:02.503Z Downloaded toml_edit v0.22.27
4342026-06-26T18:51:02.511Z Downloaded tower v0.5.3
4352026-06-26T18:51:02.516Z Downloaded miette v7.6.0
4362026-06-26T18:51:02.518Z Downloaded typenum v1.20.1
4372026-06-26T18:51:02.523Z Downloaded hashbrown v0.15.5
4382026-06-26T18:51:02.526Z Downloaded unicode-segmentation v1.13.3
4392026-06-26T18:51:02.542Z Downloaded http v1.4.2
4402026-06-26T18:51:02.544Z Downloaded unicode-normalization v0.1.25
4412026-06-26T18:51:02.548Z Downloaded reqwest v0.12.28
4422026-06-26T18:51:02.551Z Downloaded hyper-util v0.1.20
4432026-06-26T18:51:02.554Z Downloaded url v2.5.8
4442026-06-26T18:51:02.556Z Downloaded quick-xml v0.38.4
4452026-06-26T18:51:02.559Z Downloaded hashbrown v0.17.1
4462026-06-26T18:51:02.562Z Downloaded memchr v2.8.2
4472026-06-26T18:51:02.565Z Downloaded indexmap v2.14.0
4482026-06-26T18:51:02.568Z Downloaded guppy v0.17.26
4492026-06-26T18:51:02.571Z Downloaded crossterm v0.29.0
4502026-06-26T18:51:02.573Z Downloaded futures-util v0.3.32
4512026-06-26T18:51:02.580Z Downloaded clap_builder v4.6.0
4522026-06-26T18:51:02.585Z Downloaded aho-corasick v1.1.4
4532026-06-26T18:51:02.591Z Downloaded tower-http v0.6.11
4542026-06-26T18:51:02.596Z Downloaded h2 v0.4.15
4552026-06-26T18:51:02.616Z Downloaded pulldown-cmark v0.13.4
4562026-06-26T18:51:02.620Z Downloaded regex v1.12.4
4572026-06-26T18:51:02.652Z Downloaded chrono v0.4.45
4582026-06-26T18:51:02.672Z Downloaded vcpkg v0.2.15
4592026-06-26T18:51:02.695Z Downloaded webpki-roots v1.0.8
4602026-06-26T18:51:02.698Z Downloaded itertools v0.14.0
4612026-06-26T18:51:02.701Z Downloaded curve25519-dalek v4.1.3
4622026-06-26T18:51:02.706Z Downloaded zerocopy v0.8.52
4632026-06-26T18:51:02.716Z Downloaded unicode-width v0.2.2
4642026-06-26T18:51:02.720Z Downloaded bstr v1.12.3
4652026-06-26T18:51:02.724Z Downloaded unicode-width v0.1.14
4662026-06-26T18:51:02.727Z Downloaded hyper v1.10.1
4672026-06-26T18:51:02.731Z Downloaded tokio-util v0.7.18
4682026-06-26T18:51:02.735Z Downloaded portable-atomic v1.13.1
4692026-06-26T18:51:02.739Z Downloaded serde_json v1.0.150
4702026-06-26T18:51:02.743Z Downloaded gimli v0.32.3
4712026-06-26T18:51:02.747Z Downloaded tracing v0.1.44
4722026-06-26T18:51:02.758Z Downloaded quick-xml v0.37.5
4732026-06-26T18:51:02.761Z Downloaded color-eyre v0.6.5
4742026-06-26T18:51:02.774Z Downloaded winnow v1.0.3
4752026-06-26T18:51:02.779Z Downloaded winnow v0.7.15
4762026-06-26T18:51:02.831Z Downloaded quinn-proto v0.11.15
4772026-06-26T18:51:02.839Z Downloaded tracing-subscriber v0.3.23
4782026-06-26T18:51:02.892Z Downloaded nextest-runner v0.80.0
4792026-06-26T18:51:02.916Z Downloaded openssl v0.10.81
4802026-06-26T18:51:02.937Z Downloaded syn v2.0.118
4812026-06-26T18:51:02.946Z Downloaded object v0.37.3
4822026-06-26T18:51:02.952Z Downloaded regex-syntax v0.8.11
4832026-06-26T18:51:02.956Z Downloaded nix v0.30.1
4842026-06-26T18:51:02.972Z Downloaded rustix v0.38.44
4852026-06-26T18:51:02.985Z Downloaded rustls v0.23.41
4862026-06-26T18:51:03.008Z Downloaded rustix v1.1.4
4872026-06-26T18:51:03.098Z Downloaded regex-automata v0.4.14
4882026-06-26T18:51:03.196Z Downloaded libc v0.2.186
4892026-06-26T18:51:03.214Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-06-26T18:51:03.224Z Downloaded petgraph v0.8.3
4912026-06-26T18:51:03.244Z Downloaded tokio v1.52.3
4922026-06-26T18:51:03.321Z Downloaded recursion v0.5.4
4932026-06-26T18:51:03.330Z Downloaded ring v0.17.14
4942026-06-26T18:51:03.388Z Compiling proc-macro2 v1.0.106
4952026-06-26T18:51:03.388Z Compiling libc v0.2.186
4962026-06-26T18:51:03.388Z Compiling unicode-ident v1.0.24
4972026-06-26T18:51:03.388Z Compiling quote v1.0.46
4982026-06-26T18:51:03.388Z Compiling serde_core v1.0.228
4992026-06-26T18:51:03.391Z Compiling cfg-if v1.0.4
5002026-06-26T18:51:03.391Z Compiling memchr v2.8.2
5012026-06-26T18:51:03.391Z Compiling once_cell v1.21.4
5022026-06-26T18:51:03.607Z Compiling log v0.4.33
5032026-06-26T18:51:03.673Z Compiling pin-project-lite v0.2.17
5042026-06-26T18:51:03.766Z Compiling itoa v1.0.18
5052026-06-26T18:51:03.805Z Compiling serde v1.0.228
5062026-06-26T18:51:03.933Z Compiling smallvec v1.15.2
5072026-06-26T18:51:04.001Z Compiling futures-core v0.3.32
5082026-06-26T18:51:04.153Z Compiling bitflags v2.13.0
5092026-06-26T18:51:04.164Z Compiling find-msvc-tools v0.1.9
5102026-06-26T18:51:04.175Z Compiling shlex v2.0.1
5112026-06-26T18:51:04.353Z Compiling equivalent v1.0.2
5122026-06-26T18:51:04.385Z Compiling errno v0.3.14
5132026-06-26T18:51:04.443Z Compiling hashbrown v0.17.1
5142026-06-26T18:51:04.490Z Compiling bytes v1.12.0
5152026-06-26T18:51:04.544Z Compiling signal-hook-registry v1.4.8
5162026-06-26T18:51:04.544Z Compiling mio v1.2.1
5172026-06-26T18:51:04.654Z Compiling jobserver v0.1.34
5182026-06-26T18:51:04.747Z Compiling rustix v1.1.4
5192026-06-26T18:51:04.845Z Compiling syn v2.0.118
5202026-06-26T18:51:04.985Z Compiling cc v1.2.65
5212026-06-26T18:51:05.085Z Compiling futures-sink v0.3.32
5222026-06-26T18:51:05.174Z Compiling socket2 v0.6.4
5232026-06-26T18:51:05.200Z Compiling slab v0.4.12
5242026-06-26T18:51:05.307Z Compiling zmij v1.0.21
5252026-06-26T18:51:05.418Z Compiling futures-channel v0.3.32
5262026-06-26T18:51:05.433Z Compiling tracing-core v0.1.36
5272026-06-26T18:51:05.664Z Compiling version_check v0.9.5
5282026-06-26T18:51:05.684Z Compiling serde_json v1.0.150
5292026-06-26T18:51:05.945Z Compiling indexmap v2.14.0
5302026-06-26T18:51:05.988Z Compiling futures-io v0.3.32
5312026-06-26T18:51:06.054Z Compiling futures-task v0.3.32
5322026-06-26T18:51:06.195Z Compiling getrandom v0.4.3
5332026-06-26T18:51:06.316Z Compiling camino v1.2.3
5342026-06-26T18:51:06.328Z Compiling unicode-width v0.2.2
5352026-06-26T18:51:06.513Z Compiling percent-encoding v2.3.2
5362026-06-26T18:51:06.648Z Compiling ring v0.17.14
5372026-06-26T18:51:06.709Z Compiling http v1.4.2
5382026-06-26T18:51:06.737Z Compiling simd-adler32 v0.3.9
5392026-06-26T18:51:06.794Z Compiling zeroize v1.9.0
5402026-06-26T18:51:06.805Z Compiling adler2 v2.0.1
5412026-06-26T18:51:06.967Z Compiling autocfg v1.5.1
5422026-06-26T18:51:06.992Z Compiling miniz_oxide v0.8.9
5432026-06-26T18:51:07.316Z Compiling num-traits v0.2.19
5442026-06-26T18:51:07.560Z Compiling target-lexicon v0.13.5
5452026-06-26T18:51:07.591Z Compiling zerocopy v0.8.52
5462026-06-26T18:51:07.975Z Compiling object v0.37.3
5472026-06-26T18:51:07.988Z Compiling getrandom v0.3.4
5482026-06-26T18:51:08.292Z Compiling http-body v1.0.1
5492026-06-26T18:51:08.319Z Compiling rustls-pki-types v1.14.1
5502026-06-26T18:51:08.348Z Compiling form_urlencoded v1.2.2
5512026-06-26T18:51:08.431Z Compiling semver v1.0.28
5522026-06-26T18:51:08.455Z Compiling getrandom v0.2.17
5532026-06-26T18:51:08.532Z Compiling serde_derive v1.0.228
5542026-06-26T18:51:08.611Z Compiling tokio-macros v2.7.0
5552026-06-26T18:51:08.623Z Compiling futures-macro v0.3.32
5562026-06-26T18:51:08.644Z Compiling tracing-attributes v0.1.31
5572026-06-26T18:51:08.924Z Compiling untrusted v0.9.0
5582026-06-26T18:51:09.059Z Compiling gimli v0.32.3
5592026-06-26T18:51:09.093Z Compiling httparse v1.10.1
5602026-06-26T18:51:09.174Z Compiling owo-colors v4.3.0
5612026-06-26T18:51:09.350Z Compiling tokio v1.52.3
5622026-06-26T18:51:09.455Z Compiling utf8_iter v1.0.4
5632026-06-26T18:51:09.455Z Compiling futures-util v0.3.32
5642026-06-26T18:51:09.505Z Compiling signal-hook v0.3.18
5652026-06-26T18:51:09.615Z Compiling thiserror v2.0.18
5662026-06-26T18:51:09.733Z Compiling idna_adapter v1.0.0
5672026-06-26T18:51:09.837Z Compiling fnv v1.0.7
5682026-06-26T18:51:09.852Z Compiling tracing v0.1.44
5692026-06-26T18:51:09.940Z Compiling guppy-workspace-hack v0.1.0
5702026-06-26T18:51:10.158Z Compiling idna v1.1.0
5712026-06-26T18:51:10.242Z Compiling thiserror-impl v2.0.18
5722026-06-26T18:51:11.440Z Compiling addr2line v0.25.1
5732026-06-26T18:51:11.865Z Compiling generic-array v0.14.7
5742026-06-26T18:51:12.088Z Compiling rustc-demangle v0.1.27
5752026-06-26T18:51:12.106Z Compiling atomic-waker v1.1.2
5762026-06-26T18:51:12.242Z Compiling thiserror v1.0.69
5772026-06-26T18:51:12.355Z Compiling rustls v0.23.41
5782026-06-26T18:51:12.460Z Compiling tower-service v0.3.3
5792026-06-26T18:51:12.558Z Compiling fastrand v2.4.1
5802026-06-26T18:51:12.561Z Compiling pkg-config v0.3.33
5812026-06-26T18:51:12.582Z Compiling try-lock v0.2.5
5822026-06-26T18:51:12.695Z Compiling target-spec v3.6.0
5832026-06-26T18:51:12.885Z Compiling typeid v1.0.3
5842026-06-26T18:51:12.991Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-06-26T18:51:13.019Z Compiling tempfile v3.27.0
5862026-06-26T18:51:13.078Z Compiling want v0.3.1
5872026-06-26T18:51:13.185Z Compiling tokio-util v0.7.18
5882026-06-26T18:51:13.255Z Compiling backtrace v0.3.76
5892026-06-26T18:51:13.685Z Compiling h2 v0.4.15
5902026-06-26T18:51:13.726Z Compiling cfg-expr v0.20.8
5912026-06-26T18:51:14.030Z Compiling url v2.5.8
5922026-06-26T18:51:14.836Z Compiling thiserror-impl v1.0.69
5932026-06-26T18:51:15.221Z Compiling terminal_size v0.4.4
5942026-06-26T18:51:15.386Z Compiling aho-corasick v1.1.4
5952026-06-26T18:51:15.629Z Compiling regex-syntax v0.8.11
5962026-06-26T18:51:15.989Z Compiling rustls-webpki v0.103.13
5972026-06-26T18:51:16.497Z Compiling erased-serde v0.4.10
5982026-06-26T18:51:16.819Z Compiling typenum v1.20.1
5992026-06-26T18:51:17.529Z Compiling subtle v2.6.1
6002026-06-26T18:51:17.711Z Compiling winnow v0.7.15
6012026-06-26T18:51:18.597Z Compiling regex-automata v0.4.14
6022026-06-26T18:51:19.131Z Compiling hyper v1.10.1
6032026-06-26T18:51:20.758Z Compiling toml_datetime v0.6.11
6042026-06-26T18:51:21.129Z Compiling serde_spanned v0.6.9
6052026-06-26T18:51:21.311Z Compiling ahash v0.8.12
6062026-06-26T18:51:21.575Z Compiling sync_wrapper v1.0.2
6072026-06-26T18:51:21.692Z Compiling parking_lot_core v0.9.12
6082026-06-26T18:51:21.978Z Compiling portable-atomic v1.13.1
6092026-06-26T18:51:22.138Z Compiling lazy_static v1.5.0
6102026-06-26T18:51:22.248Z Compiling unicode-segmentation v1.13.3
6112026-06-26T18:51:22.438Z Compiling crc32fast v1.5.0
6122026-06-26T18:51:22.644Z Compiling base64 v0.22.1
6132026-06-26T18:51:22.747Z Compiling toml_write v0.1.2
6142026-06-26T18:51:22.829Z Compiling nextest-workspace-hack v0.1.0
6152026-06-26T18:51:22.994Z Compiling is_ci v1.2.0
6162026-06-26T18:51:23.052Z Compiling either v1.16.0
6172026-06-26T18:51:23.065Z Compiling tower-layer v0.3.3
6182026-06-26T18:51:23.128Z Compiling unicode-linebreak v0.1.5
6192026-06-26T18:51:23.163Z Compiling foldhash v0.1.5
6202026-06-26T18:51:23.221Z Compiling ipnet v2.12.0
6212026-06-26T18:51:23.263Z Compiling tower v0.5.3
6222026-06-26T18:51:23.276Z Compiling supports-color v3.0.2
6232026-06-26T18:51:23.379Z Compiling textwrap v0.16.2
6242026-06-26T18:51:23.393Z Compiling hashbrown v0.15.5
6252026-06-26T18:51:23.509Z Compiling hyper-util v0.1.20
6262026-06-26T18:51:23.881Z Compiling toml_edit v0.22.27
6272026-06-26T18:51:24.055Z Compiling convert_case v0.10.0
6282026-06-26T18:51:24.358Z Compiling sharded-slab v0.1.7
6292026-06-26T18:51:24.476Z Compiling tokio-rustls v0.26.4
6302026-06-26T18:51:24.780Z Compiling backtrace-ext v0.2.1
6312026-06-26T18:51:24.954Z Compiling ordered-float v2.10.1
6322026-06-26T18:51:25.039Z Compiling webpki-roots v1.0.8
6332026-06-26T18:51:25.156Z Compiling miette-derive v7.6.0
6342026-06-26T18:51:25.223Z Compiling pathdiff v0.2.3
6352026-06-26T18:51:25.349Z Compiling console v0.15.11
6362026-06-26T18:51:25.361Z Compiling cargo-platform v0.3.3
6372026-06-26T18:51:25.918Z Compiling tracing-log v0.2.0
6382026-06-26T18:51:26.147Z Compiling os_pipe v1.2.3
6392026-06-26T18:51:26.254Z Compiling thread_local v1.1.9
6402026-06-26T18:51:26.281Z Compiling winnow v1.0.3
6412026-06-26T18:51:26.340Z Compiling supports-hyperlinks v3.2.0
6422026-06-26T18:51:26.578Z Compiling utf8parse v0.2.2
6432026-06-26T18:51:26.609Z Compiling pulldown-cmark v0.13.4
6442026-06-26T18:51:26.662Z Compiling unicode-width v0.1.14
6452026-06-26T18:51:26.688Z Compiling zstd-safe v7.2.4
6462026-06-26T18:51:26.945Z Compiling rustix v0.38.44
6472026-06-26T18:51:26.963Z Compiling cfg_aliases v0.2.1
6482026-06-26T18:51:27.042Z Compiling scopeguard v1.2.0
6492026-06-26T18:51:27.151Z Compiling fixedbitset v0.5.7
6502026-06-26T18:51:27.181Z Compiling ryu v1.0.23
6512026-06-26T18:51:27.309Z Compiling debug-ignore v1.0.5
6522026-06-26T18:51:27.427Z Compiling supports-unicode v3.0.0
6532026-06-26T18:51:27.473Z Compiling petgraph v0.8.3
6542026-06-26T18:51:27.598Z Compiling miette v7.6.0
6552026-06-26T18:51:27.665Z Compiling toml_parser v1.1.2+spec-1.1.0
6562026-06-26T18:51:27.723Z Compiling serde_urlencoded v0.7.1
6572026-06-26T18:51:28.133Z Compiling lock_api v0.4.14
6582026-06-26T18:51:28.374Z Compiling nix v0.30.1
6592026-06-26T18:51:28.784Z Compiling anstyle-parse v1.0.0
6602026-06-26T18:51:28.985Z Compiling tracing-subscriber v0.3.23
6612026-06-26T18:51:29.021Z Compiling sigchld v0.2.4
6622026-06-26T18:51:29.216Z Compiling cargo_metadata v0.23.1
6632026-06-26T18:51:29.384Z Compiling toml v0.8.23
6642026-06-26T18:51:29.782Z Compiling serde-value v0.7.0
6652026-06-26T18:51:30.537Z Compiling serde-untagged v0.1.9
6662026-06-26T18:51:30.907Z Compiling hyper-rustls v0.27.9
6672026-06-26T18:51:32.067Z Compiling derive_more-impl v2.1.1
6682026-06-26T18:51:32.381Z Compiling tower-http v0.6.11
6692026-06-26T18:51:32.501Z Compiling itertools v0.14.0
6702026-06-26T18:51:32.562Z Compiling regex v1.12.4
6712026-06-26T18:51:32.882Z Compiling crypto-common v0.1.7
6722026-06-26T18:51:33.019Z Compiling block-buffer v0.10.4
6732026-06-26T18:51:33.042Z Compiling ppv-lite86 v0.2.21
6742026-06-26T18:51:33.171Z Compiling futures-executor v0.3.32
6752026-06-26T18:51:33.254Z Compiling rand_core v0.9.5
6762026-06-26T18:51:33.367Z Compiling pin-project-internal v1.1.13
6772026-06-26T18:51:33.508Z Compiling http-body-util v0.1.3
6782026-06-26T18:51:33.698Z Compiling uuid v1.23.4
6792026-06-26T18:51:33.776Z Compiling smol_str v0.3.6
6802026-06-26T18:51:33.962Z Compiling serde_spanned v1.1.1
6812026-06-26T18:51:33.989Z Compiling toml_datetime v1.1.1+spec-1.1.0
6822026-06-26T18:51:34.109Z Compiling filetime v0.2.29
6832026-06-26T18:51:34.123Z Compiling bstr v1.12.3
6842026-06-26T18:51:34.248Z Compiling vte v0.14.1
6852026-06-26T18:51:34.319Z Compiling anstyle-query v1.1.5
6862026-06-26T18:51:34.397Z Compiling anstyle v1.0.14
6872026-06-26T18:51:34.422Z Compiling tinyvec_macros v0.1.1
6882026-06-26T18:51:34.435Z Compiling litrs v1.0.0
6892026-06-26T18:51:34.465Z Compiling is_terminal_polyfill v1.70.2
6902026-06-26T18:51:34.493Z Compiling number_prefix v0.4.0
6912026-06-26T18:51:34.559Z Compiling iana-time-zone v0.1.65
6922026-06-26T18:51:34.648Z Compiling self_update v0.42.0
6932026-06-26T18:51:34.674Z Compiling nested v0.1.1
6942026-06-26T18:51:34.799Z Compiling unicode-xid v0.2.6
6952026-06-26T18:51:34.870Z Compiling color-spantrace v0.3.0
6962026-06-26T18:51:34.903Z Compiling colorchoice v1.0.5
6972026-06-26T18:51:34.907Z Compiling eyre v0.6.12
6982026-06-26T18:51:34.964Z Compiling unicase v2.9.0
6992026-06-26T18:51:34.978Z Compiling xattr v1.6.1
7002026-06-26T18:51:35.070Z Compiling static_assertions v1.1.0
7012026-06-26T18:51:35.096Z Compiling tar v0.4.46
7022026-06-26T18:51:35.142Z Compiling guppy v0.17.26
7032026-06-26T18:51:35.167Z Compiling anstream v1.0.0
7042026-06-26T18:51:35.288Z Compiling cargo-util-schemas v0.2.0
7052026-06-26T18:51:35.526Z Compiling document-features v0.2.12
7062026-06-26T18:51:35.655Z Compiling chrono v0.4.45
7072026-06-26T18:51:36.095Z Compiling indicatif v0.17.11
7082026-06-26T18:51:36.284Z Compiling globset v0.4.18
7092026-06-26T18:51:37.312Z Compiling tinyvec v1.11.0
7102026-06-26T18:51:37.597Z Compiling pin-project v1.1.13
7112026-06-26T18:51:37.690Z Compiling strip-ansi-escapes v0.2.1
7122026-06-26T18:51:37.702Z Compiling toml v1.1.2+spec-1.1.0
7132026-06-26T18:51:37.731Z Compiling nextest-metadata v0.12.2
7142026-06-26T18:51:38.182Z Compiling newtype-uuid v1.3.2
7152026-06-26T18:51:38.373Z Compiling reqwest v0.12.28
7162026-06-26T18:51:39.010Z Compiling rand_chacha v0.9.0
7172026-06-26T18:51:39.205Z Compiling futures v0.3.32
7182026-06-26T18:51:39.293Z Compiling digest v0.10.7
7192026-06-26T18:51:39.500Z Compiling derive_more v2.1.1
7202026-06-26T18:51:39.513Z Compiling flate2 v1.1.9
7212026-06-26T18:51:39.572Z Compiling parking_lot v0.12.5
7222026-06-26T18:51:39.585Z Compiling tracing-error v0.2.1
7232026-06-26T18:51:39.810Z Compiling shared_child v1.1.1
7242026-06-26T18:51:40.386Z Compiling signal-hook-mio v0.2.5
7252026-06-26T18:51:40.487Z Compiling self-replace v1.5.0
7262026-06-26T18:51:40.520Z Compiling cargo-platform v0.2.0
7272026-06-26T18:51:40.782Z Compiling quick-xml v0.37.5
7282026-06-26T18:51:40.890Z Compiling quick-xml v0.38.4
7292026-06-26T18:51:41.338Z Compiling recursion v0.5.4
7302026-06-26T18:51:41.476Z Compiling heck v0.5.0
7312026-06-26T18:51:41.488Z Compiling clap_lex v1.1.0
7322026-06-26T18:51:41.673Z Compiling strsim v0.11.1
7332026-06-26T18:51:42.056Z Compiling indenter v0.3.4
7342026-06-26T18:51:42.189Z Compiling humantime v2.3.0
7352026-06-26T18:51:42.321Z Compiling shell-words v1.1.1
7362026-06-26T18:51:42.493Z Compiling urlencoding v2.1.3
7372026-06-26T18:51:42.541Z Compiling cpufeatures v0.2.17
7382026-06-26T18:51:42.571Z Compiling humantime-serde v1.1.1
7392026-06-26T18:51:42.609Z Compiling sha2 v0.10.9
7402026-06-26T18:51:42.733Z Compiling clap_derive v4.6.1
7412026-06-26T18:51:42.884Z Compiling clap_builder v4.6.0
7422026-06-26T18:51:43.223Z Compiling quick-junit v0.5.2
7432026-06-26T18:51:43.832Z Compiling nextest-filtering v0.15.0
7442026-06-26T18:51:44.476Z Compiling atomicwrites v0.4.4
7452026-06-26T18:51:44.762Z Compiling cargo_metadata v0.20.0
7462026-06-26T18:51:46.316Z Compiling crossterm v0.29.0
7472026-06-26T18:51:47.764Z Compiling cargo-nextest v0.9.97
7482026-06-26T18:51:48.814Z Compiling duct v0.13.7
7492026-06-26T18:51:49.099Z Compiling async-scoped v0.9.0
7502026-06-26T18:51:49.290Z Compiling zstd v0.13.3
7512026-06-26T18:51:49.366Z Compiling rand v0.9.4
7522026-06-26T18:51:49.386Z Compiling config v0.15.25
7532026-06-26T18:51:49.538Z Compiling unicode-normalization v0.1.25
7542026-06-26T18:51:49.716Z Compiling target-spec-miette v0.4.8
7552026-06-26T18:51:49.905Z Compiling future-queue v0.4.0
7562026-06-26T18:51:50.108Z Compiling mukti-metadata v0.3.0
7572026-06-26T18:51:50.121Z Compiling camino-tempfile v1.4.1
7582026-06-26T18:51:50.145Z Compiling tokio-stream v0.1.18
7592026-06-26T18:51:50.180Z Compiling derive-where v1.6.1
7602026-06-26T18:51:50.550Z Compiling serde_path_to_error v0.1.20
7612026-06-26T18:51:50.550Z Compiling serde_ignored v0.1.14
7622026-06-26T18:51:50.662Z Compiling indent_write v2.2.0
7632026-06-26T18:51:50.710Z Compiling xxhash-rust v0.8.15
7642026-06-26T18:51:50.782Z Compiling home v0.5.12
7652026-06-26T18:51:50.812Z Compiling hex v0.4.3
7662026-06-26T18:51:50.890Z Compiling swrite v0.1.0
7672026-06-26T18:51:50.947Z Compiling color-eyre v0.6.5
7682026-06-26T18:51:51.004Z Compiling clap v4.6.1
7692026-06-26T18:51:51.018Z Compiling dialoguer v0.11.0
7702026-06-26T18:51:51.086Z Compiling enable-ansi-support v0.2.1
7712026-06-26T18:51:51.424Z Compiling nextest-runner v0.80.0
7722026-06-26T18:52:09.416Z Finished `release` profile [optimized] target(s) in 1m 10s
7732026-06-26T18:52:09.597Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-06-26T18:52:09.600Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-06-26T18:52:09.716Z+ cargo nextest run -p ndp -p unnumbered
7762026-06-26T18:52:09.875Z Updating git repository `https://github.com/oxidecomputer/falcon`
7772026-06-26T18:52:10.472ZFrom https://github.com/oxidecomputer/falcon
7782026-06-26T18:52:10.472Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7792026-06-26T18:52:10.548Z Updating crates.io index
7802026-06-26T18:52:10.551Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7812026-06-26T18:52:10.960ZFrom https://github.com/oxidecomputer/dendrite
7822026-06-26T18:52:10.960Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7832026-06-26T18:52:11.039Z Updating git repository `https://github.com/oxidecomputer/ispf`
7842026-06-26T18:52:11.324ZFrom https://github.com/oxidecomputer/ispf
7852026-06-26T18:52:11.324Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7862026-06-26T18:52:11.350Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7872026-06-26T18:52:11.689ZFrom https://github.com/oxidecomputer/netadm-sys
7882026-06-26T18:52:11.689Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7892026-06-26T18:52:11.696Z Updating git repository `https://github.com/oxidecomputer/omicron`
7902026-06-26T18:52:18.525ZFrom https://github.com/oxidecomputer/omicron
7912026-06-26T18:52:18.525Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7922026-06-26T18:52:18.942Z Updating git repository `https://github.com/oxidecomputer/opte`
7932026-06-26T18:52:19.576ZFrom https://github.com/oxidecomputer/opte
7942026-06-26T18:52:19.576Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7952026-06-26T18:52:19.609Z Updating git repository `https://github.com/illumos/smf-rs`
7962026-06-26T18:52:19.895ZFrom https://github.com/illumos/smf-rs
7972026-06-26T18:52:19.895Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7982026-06-26T18:52:19.953Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7992026-06-26T18:52:20.212ZFrom https://github.com/oxidecomputer/network-interface
8002026-06-26T18:52:20.212Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8012026-06-26T18:52:20.249Z Updating git repository `https://github.com/oxidecomputer/zone`
8022026-06-26T18:52:20.541ZFrom https://github.com/oxidecomputer/zone
8032026-06-26T18:52:20.541Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8042026-06-26T18:52:20.561Z Updating git repository `https://github.com/oxidecomputer/propolis`
8052026-06-26T18:52:21.202ZFrom https://github.com/oxidecomputer/propolis
8062026-06-26T18:52:21.202Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8072026-06-26T18:52:21.288Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8082026-06-26T18:52:21.839ZFrom https://github.com/oxidecomputer/transceiver-control
8092026-06-26T18:52:21.839Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8102026-06-26T18:52:21.889Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8112026-06-26T18:52:22.186ZFrom https://github.com/oxidecomputer/dlpi-sys
8122026-06-26T18:52:22.186Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8132026-06-26T18:52:22.201Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8142026-06-26T18:52:22.478ZFrom https://github.com/jmesmon/rust-libzfs
8152026-06-26T18:52:22.478Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8162026-06-26T18:52:22.487Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8172026-06-26T18:52:22.756ZFrom https://github.com/oxidecomputer/rusty-doors
8182026-06-26T18:52:22.756Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8192026-06-26T18:52:22.765Z Updating git repository `https://github.com/oxidecomputer/lldp`
8202026-06-26T18:52:23.095ZFrom https://github.com/oxidecomputer/lldp
8212026-06-26T18:52:23.095Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8222026-06-26T18:52:23.121Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8232026-06-26T18:52:23.402ZFrom https://github.com/oxidecomputer/slog-error-chain
8242026-06-26T18:52:23.402Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8252026-06-26T18:52:23.452Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8262026-06-26T18:52:23.774ZFrom https://github.com/oxidecomputer/tufaceous
8272026-06-26T18:52:23.774Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8282026-06-26T18:52:23.842Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8292026-06-26T18:52:24.352ZFrom https://github.com/oxidecomputer/management-gateway-service
8302026-06-26T18:52:24.352Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8312026-06-26T18:52:24.368Z Updating git repository `https://github.com/oxidecomputer/crucible`
8322026-06-26T18:52:25.262ZFrom https://github.com/oxidecomputer/crucible
8332026-06-26T18:52:25.262Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8342026-06-26T18:52:25.319Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8352026-06-26T18:52:25.612ZFrom https://github.com/oxidecomputer/serde_human_bytes
8362026-06-26T18:52:25.613Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8372026-06-26T18:52:25.704Z Updating git repository `https://github.com/oxidecomputer/propolis`
8382026-06-26T18:52:26.151ZFrom https://github.com/oxidecomputer/propolis
8392026-06-26T18:52:26.151Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8402026-06-26T18:52:26.413Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-06-26T18:52:26.945ZFrom https://github.com/oxidecomputer/crucible
8422026-06-26T18:52:26.945Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8432026-06-26T18:52:27.044Z Updating git repository `https://github.com/oxidecomputer/tofino`
8442026-06-26T18:52:27.408ZFrom https://github.com/oxidecomputer/tofino
8452026-06-26T18:52:27.408Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8462026-06-26T18:52:27.419Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8472026-06-26T18:52:28.104ZFrom https://github.com/oxidecomputer/maghemite
8482026-06-26T18:52:28.104Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8492026-06-26T18:52:28.150Z Updating git repository `https://github.com/oxidecomputer/clickward`
8502026-06-26T18:52:28.434ZFrom https://github.com/oxidecomputer/clickward
8512026-06-26T18:52:28.435Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8522026-06-26T18:52:28.472Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8532026-06-26T18:52:28.904ZFrom https://github.com/oxidecomputer/illumos-devinfo
8542026-06-26T18:52:28.904Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8552026-06-26T18:52:29.988Z Downloading crates ...
8562026-06-26T18:52:30.094Z Downloaded async-stream-impl v0.3.6
8572026-06-26T18:52:30.106Z Downloaded async-stream v0.3.6
8582026-06-26T18:52:30.109Z Downloaded dtrace-parser v0.3.0
8592026-06-26T18:52:30.115Z Downloaded enum-as-inner v0.6.1
8602026-06-26T18:52:30.118Z Downloaded darling_macro v0.23.0
8612026-06-26T18:52:30.121Z Downloaded crypto-common v0.2.2
8622026-06-26T18:52:30.124Z Downloaded convert_case v0.4.0
8632026-06-26T18:52:30.126Z Downloaded icu_properties v2.2.0
8642026-06-26T18:52:30.129Z Downloaded git-stub v1.0.0
8652026-06-26T18:52:30.129Z Downloaded aead v0.5.2
8662026-06-26T18:52:30.132Z Downloaded internet-checksum v0.2.1
8672026-06-26T18:52:30.135Z Downloaded argon2 v0.5.3
8682026-06-26T18:52:30.135Z Downloaded dyn-clone v1.0.20
8692026-06-26T18:52:30.137Z Downloaded instant v0.1.13
8702026-06-26T18:52:30.140Z Downloaded hubpack v0.1.2
8712026-06-26T18:52:30.140Z Downloaded cipher v0.4.4
8722026-06-26T18:52:30.143Z Downloaded chacha20 v0.9.1
8732026-06-26T18:52:30.155Z Downloaded hash32 v0.3.1
8742026-06-26T18:52:30.155Z Downloaded const-random-macro v0.1.16
8752026-06-26T18:52:30.155Z Downloaded anyhow v1.0.102
8762026-06-26T18:52:30.155Z Downloaded hubpack_derive v0.1.1
8772026-06-26T18:52:30.155Z Downloaded hostname v0.4.2
8782026-06-26T18:52:30.156Z Downloaded inout v0.1.4
8792026-06-26T18:52:30.156Z Downloaded heck v0.4.1
8802026-06-26T18:52:30.158Z Downloaded digest v0.11.3
8812026-06-26T18:52:30.159Z Downloaded cancel-safe-futures v0.1.5
8822026-06-26T18:52:30.161Z Downloaded console v0.16.3
8832026-06-26T18:52:30.161Z Downloaded backon v1.6.0
8842026-06-26T18:52:30.164Z Downloaded const_format_proc_macros v0.2.34
8852026-06-26T18:52:30.167Z Downloaded ipnetwork v0.21.1
8862026-06-26T18:52:30.170Z Downloaded group v0.13.0
8872026-06-26T18:52:30.171Z Downloaded arrayvec v0.7.6
8882026-06-26T18:52:30.175Z Downloaded glob v0.3.3
8892026-06-26T18:52:30.175Z Downloaded newtype_derive v0.1.6
8902026-06-26T18:52:30.176Z Downloaded newline-converter v0.3.0
8912026-06-26T18:52:30.176Z Downloaded dunce v1.0.5
8922026-06-26T18:52:30.179Z Downloaded macaddr v1.0.1
8932026-06-26T18:52:30.179Z Downloaded idna_adapter v1.2.2
8942026-06-26T18:52:30.181Z Downloaded defmt-parser v1.0.0
8952026-06-26T18:52:30.181Z Downloaded cstr-argument v0.1.2
8962026-06-26T18:52:30.184Z Downloaded compression-core v0.4.32
8972026-06-26T18:52:30.184Z Downloaded crc8 v0.1.1
8982026-06-26T18:52:30.187Z Downloaded cobs v0.3.0
8992026-06-26T18:52:30.187Z Downloaded arrayref v0.3.9
9002026-06-26T18:52:30.190Z Downloaded hostname v0.3.1
9012026-06-26T18:52:30.190Z Downloaded gethostname v0.5.0
9022026-06-26T18:52:30.190Z Downloaded const-random v0.1.18
9032026-06-26T18:52:30.193Z Downloaded natord v1.0.9
9042026-06-26T18:52:30.193Z Downloaded allocator-api2 v0.2.21
9052026-06-26T18:52:30.196Z Downloaded is-terminal v0.4.17
9062026-06-26T18:52:30.199Z Downloaded bcs v0.1.6
9072026-06-26T18:52:30.199Z Downloaded foreign-types-macros v0.2.3
9082026-06-26T18:52:30.202Z Downloaded bit-set v0.8.0
9092026-06-26T18:52:30.202Z Downloaded bit-vec v0.8.0
9102026-06-26T18:52:30.202Z Downloaded managed v0.8.0
9112026-06-26T18:52:30.205Z Downloaded float-ord v0.3.2
9122026-06-26T18:52:30.205Z Downloaded mime v0.3.17
9132026-06-26T18:52:30.209Z Downloaded ident_case v1.0.1
9142026-06-26T18:52:30.209Z Downloaded darling_macro v0.21.3
9152026-06-26T18:52:30.209Z Downloaded match_cfg v0.1.0
9162026-06-26T18:52:30.211Z Downloaded keccak v0.1.6
9172026-06-26T18:52:30.211Z Downloaded ingot-macros v0.1.1
9182026-06-26T18:52:30.214Z Downloaded num-derive v0.4.2
9192026-06-26T18:52:30.214Z Downloaded base16ct v1.0.0
9202026-06-26T18:52:30.220Z Downloaded no-std-compat v0.4.1
9212026-06-26T18:52:30.220Z Downloaded cpufeatures v0.3.0
9222026-06-26T18:52:30.224Z Downloaded foreign-types v0.5.0
9232026-06-26T18:52:30.224Z Downloaded crucible-workspace-hack v0.1.0
9242026-06-26T18:52:30.224Z Downloaded base16ct v0.2.0
9252026-06-26T18:52:30.224Z Downloaded ciborium-ll v0.2.2
9262026-06-26T18:52:30.228Z Downloaded ingot-types v0.1.2
9272026-06-26T18:52:30.228Z Downloaded getrandom v0.4.2
9282026-06-26T18:52:30.228Z Downloaded indexmap v1.9.3
9292026-06-26T18:52:30.230Z Downloaded dtrace-parser v0.2.0
9302026-06-26T18:52:30.230Z Downloaded dof v0.4.0
9312026-06-26T18:52:30.233Z Downloaded dof v0.3.0
9322026-06-26T18:52:30.233Z Downloaded block-buffer v0.12.0
9332026-06-26T18:52:30.236Z Downloaded libscf-sys v1.2.0
9342026-06-26T18:52:30.236Z Downloaded num-conv v0.2.2
9352026-06-26T18:52:30.239Z Downloaded arc-swap v1.9.1
9362026-06-26T18:52:30.242Z Downloaded num v0.4.3
9372026-06-26T18:52:30.242Z Downloaded linked-hash-map v0.5.6
9382026-06-26T18:52:30.245Z Downloaded derive-ex v0.1.8
9392026-06-26T18:52:30.246Z Downloaded memoffset v0.9.1
9402026-06-26T18:52:30.248Z Downloaded lru-cache v0.1.2
9412026-06-26T18:52:30.249Z Downloaded bs58 v0.5.1
9422026-06-26T18:52:30.249Z Downloaded bitflags v1.3.2
9432026-06-26T18:52:30.251Z Downloaded byte-wrapper v0.1.0
9442026-06-26T18:52:30.254Z Downloaded omicron-workspace-hack v0.1.0
9452026-06-26T18:52:30.254Z Downloaded newtype-uuid-macros v0.1.0
9462026-06-26T18:52:30.257Z Downloaded num-iter v0.1.45
9472026-06-26T18:52:30.257Z Downloaded byteorder v1.5.0
9482026-06-26T18:52:30.260Z Downloaded num_enum_derive v0.5.11
9492026-06-26T18:52:30.260Z Downloaded memmap v0.7.0
9502026-06-26T18:52:30.260Z Downloaded num_threads v0.1.7
9512026-06-26T18:52:30.263Z Downloaded ingot v0.1.1
9522026-06-26T18:52:30.263Z Downloaded fixedbitset v0.4.2
9532026-06-26T18:52:30.266Z Downloaded erased-serde v0.3.31
9542026-06-26T18:52:30.269Z Downloaded parse-display v0.10.0
9552026-06-26T18:52:30.269Z Downloaded git-stub-vcs v0.1.0
9562026-06-26T18:52:30.269Z Downloaded foreign-types-shared v0.3.1
9572026-06-26T18:52:30.272Z Downloaded chacha20poly1305 v0.10.1
9582026-06-26T18:52:30.272Z Downloaded async-compression v0.4.42
9592026-06-26T18:52:30.275Z Downloaded plain v0.2.3
9602026-06-26T18:52:30.277Z Downloaded phf_shared v0.12.1
9612026-06-26T18:52:30.277Z Downloaded defmt-macros v1.1.0
9622026-06-26T18:52:30.280Z Downloaded cmake v0.1.58
9632026-06-26T18:52:30.283Z Downloaded multer v3.1.0
9642026-06-26T18:52:30.285Z Downloaded displaydoc v0.2.6
9652026-06-26T18:52:30.285Z Downloaded foldhash v0.2.0
9662026-06-26T18:52:30.288Z Downloaded daft v0.1.7
9672026-06-26T18:52:30.288Z Downloaded hickory-resolver v0.25.2
9682026-06-26T18:52:30.291Z Downloaded compression-codecs v0.4.38
9692026-06-26T18:52:30.294Z Downloaded olpc-cjson v0.1.4
9702026-06-26T18:52:30.297Z Downloaded bytecount v0.6.9
9712026-06-26T18:52:30.299Z Downloaded opaque-debug v0.3.1
9722026-06-26T18:52:30.299Z Downloaded proc-macro-error-attr v1.0.4
9732026-06-26T18:52:30.299Z Downloaded defmt v1.1.0
9742026-06-26T18:52:30.302Z Downloaded potential_utf v0.1.5
9752026-06-26T18:52:30.305Z Downloaded libsw v3.5.0
9762026-06-26T18:52:30.305Z Downloaded konst_macro_rules v0.2.19
9772026-06-26T18:52:30.307Z Downloaded fs-err v3.3.0
9782026-06-26T18:52:31.312Z Downloaded libsw-core v0.3.2
9792026-06-26T18:52:31.312Z Downloaded fs_extra v1.3.0
9802026-06-26T18:52:31.317Z Downloaded highway v1.3.0
9812026-06-26T18:52:31.317Z Downloaded proc-macro-crate v1.3.1
9822026-06-26T18:52:31.318Z Downloaded progenitor-client v0.10.0
9832026-06-26T18:52:31.318Z Downloaded num-complex v0.4.6
9842026-06-26T18:52:31.318Z Downloaded ff v0.13.1
9852026-06-26T18:52:31.318Z Downloaded proc-macro-error-attr2 v2.0.0
9862026-06-26T18:52:31.318Z Downloaded pretty-hex v0.4.2
9872026-06-26T18:52:31.318Z Downloaded progenitor-macro v0.10.0
9882026-06-26T18:52:31.318Z Downloaded progenitor-macro v0.14.0
9892026-06-26T18:52:31.318Z Downloaded progenitor-client v0.14.0
9902026-06-26T18:52:31.318Z Downloaded darling v0.23.0
9912026-06-26T18:52:31.318Z Downloaded rand_xorshift v0.4.0
9922026-06-26T18:52:31.318Z Downloaded quick-error v1.2.3
9932026-06-26T18:52:31.318Z Downloaded num_enum_derive v0.7.6
9942026-06-26T18:52:31.318Z Downloaded num-integer v0.1.46
9952026-06-26T18:52:31.318Z Downloaded num-rational v0.4.2
9962026-06-26T18:52:31.318Z Downloaded num_enum v0.5.11
9972026-06-26T18:52:31.318Z Downloaded parse-display-derive v0.10.0
9982026-06-26T18:52:31.318Z Downloaded hybrid-array v0.4.12
9992026-06-26T18:52:31.318Z Downloaded ref-cast v1.0.25
10002026-06-26T18:52:31.318Z Downloaded pem v3.0.6
10012026-06-26T18:52:31.318Z Downloaded rustc_version v0.1.7
10022026-06-26T18:52:31.318Z Downloaded progenitor-macro v0.13.0
10032026-06-26T18:52:31.318Z Downloaded num_enum v0.7.6
10042026-06-26T18:52:31.318Z Downloaded rand_chacha v0.3.1
10052026-06-26T18:52:31.318Z Downloaded darling_core v0.21.3
10062026-06-26T18:52:31.318Z Downloaded paste v1.0.15
10072026-06-26T18:52:31.318Z Downloaded camino v1.2.2
10082026-06-26T18:52:31.318Z Downloaded cookie v0.18.1
10092026-06-26T18:52:31.318Z Downloaded deranged v0.5.8
10102026-06-26T18:52:31.318Z Downloaded blake2 v0.10.6
10112026-06-26T18:52:31.318Z Downloaded colored v3.1.1
10122026-06-26T18:52:31.318Z Downloaded darling v0.21.3
10132026-06-26T18:52:31.318Z Downloaded proc-macro-crate v3.5.0
10142026-06-26T18:52:31.318Z Downloaded cargo_toml v0.22.3
10152026-06-26T18:52:31.318Z Downloaded powerfmt v0.2.0
10162026-06-26T18:52:31.318Z Downloaded constant_time_eq v0.4.2
10172026-06-26T18:52:31.318Z Downloaded same-file v1.0.6
10182026-06-26T18:52:31.318Z Downloaded progenitor v0.10.0
10192026-06-26T18:52:31.319Z Downloaded phf v0.12.1
10202026-06-26T18:52:31.319Z Downloaded progenitor v0.14.0
10212026-06-26T18:52:31.319Z Downloaded serde-big-array v0.5.1
10222026-06-26T18:52:31.319Z Downloaded serde_repr v0.1.20
10232026-06-26T18:52:31.319Z Downloaded scroll_derive v0.12.1
10242026-06-26T18:52:31.319Z Downloaded crossbeam-utils v0.8.21
10252026-06-26T18:52:31.319Z Downloaded progenitor-client v0.13.0
10262026-06-26T18:52:31.319Z Downloaded parking_lot_core v0.8.6
10272026-06-26T18:52:31.319Z Downloaded dropshot_endpoint v0.17.1
10282026-06-26T18:52:31.319Z Downloaded serde_plain v1.0.2
10292026-06-26T18:52:31.319Z Downloaded progenitor v0.13.0
10302026-06-26T18:52:31.319Z Downloaded memmap2 v0.9.10
10312026-06-26T18:52:31.319Z Downloaded serial_test v3.5.0
10322026-06-26T18:52:31.319Z Downloaded litemap v0.8.2
10332026-06-26T18:52:31.319Z Downloaded linear-map v1.2.0
10342026-06-26T18:52:31.319Z Downloaded chacha20 v0.10.0
10352026-06-26T18:52:31.319Z Downloaded rand_core v0.10.1
10362026-06-26T18:52:31.319Z Downloaded sha1 v0.10.6
10372026-06-26T18:52:31.319Z Downloaded serial_test_derive v3.5.0
10382026-06-26T18:52:31.319Z Downloaded siphasher v1.0.3
10392026-06-26T18:52:31.319Z Downloaded quote v1.0.45
10402026-06-26T18:52:31.319Z Downloaded slog-envlogger v2.2.0
10412026-06-26T18:52:31.319Z Downloaded slog-bunyan v2.5.0
10422026-06-26T18:52:31.319Z Downloaded sha1 v0.11.0
10432026-06-26T18:52:31.319Z Downloaded oxide-tokio-rt v0.1.6
10442026-06-26T18:52:31.319Z Downloaded proc-macro-error2 v2.0.1
10452026-06-26T18:52:31.319Z Downloaded pest_generator v2.8.6
10462026-06-26T18:52:31.319Z Downloaded sigpipe v0.1.3
10472026-06-26T18:52:31.319Z Downloaded half v2.7.1
10482026-06-26T18:52:31.319Z Downloaded ref-cast-impl v1.0.25
10492026-06-26T18:52:31.319Z Downloaded pest_derive v2.8.6
10502026-06-26T18:52:31.319Z Downloaded semver v0.1.20
10512026-06-26T18:52:31.319Z Downloaded progenitor-extras v0.2.0
10522026-06-26T18:52:31.319Z Downloaded proc-macro-error v1.0.4
10532026-06-26T18:52:31.319Z Downloaded rustls-native-certs v0.8.4
10542026-06-26T18:52:31.319Z Downloaded poly1305 v0.8.0
10552026-06-26T18:52:31.319Z Downloaded password-hash v0.5.0
10562026-06-26T18:52:31.319Z Downloaded critical-section v1.2.0
10572026-06-26T18:52:31.320Z Downloaded spin v0.5.2
10582026-06-26T18:52:31.320Z Downloaded structmeta v0.3.0
10592026-06-26T18:52:31.320Z Downloaded smawk v0.3.2
10602026-06-26T18:52:31.320Z Downloaded structmeta-derive v0.3.0
10612026-06-26T18:52:31.320Z Downloaded resolv-conf v0.7.6
10622026-06-26T18:52:31.320Z Downloaded const_format v0.2.36
10632026-06-26T18:52:31.320Z Downloaded icu_provider v2.2.0
10642026-06-26T18:52:31.320Z Downloaded rustversion v1.0.22
10652026-06-26T18:52:31.320Z Downloaded icu_locale_core v2.2.0
10662026-06-26T18:52:31.320Z Downloaded stable_deref_trait v1.2.1
10672026-06-26T18:52:31.320Z Downloaded rustls-pemfile v2.2.0
10682026-06-26T18:52:31.320Z Downloaded derive_more v0.99.20
10692026-06-26T18:52:31.320Z Downloaded diff v0.1.13
10702026-06-26T18:52:31.320Z Downloaded secrecy v0.10.3
10712026-06-26T18:52:31.320Z Downloaded scroll v0.12.0
10722026-06-26T18:52:31.320Z Downloaded serde_derive_internals v0.29.1
10732026-06-26T18:52:31.320Z Downloaded scroll_derive v0.13.1
10742026-06-26T18:52:31.320Z Downloaded scroll v0.13.0
10752026-06-26T18:52:31.320Z Downloaded schemars_derive v0.8.22
10762026-06-26T18:52:31.320Z Downloaded take_mut v0.2.2
10772026-06-26T18:52:31.320Z Downloaded strum v0.27.2
10782026-06-26T18:52:31.320Z Downloaded rusty-fork v0.3.1
10792026-06-26T18:52:31.320Z Downloaded darling_core v0.23.0
10802026-06-26T18:52:31.327Z Downloaded thread-id v4.2.2
10812026-06-26T18:52:31.327Z Downloaded const-oid v0.10.2
10822026-06-26T18:52:31.327Z Downloaded thiserror-impl-no-std v2.0.2
10832026-06-26T18:52:31.327Z Downloaded tabwriter v1.4.1
10842026-06-26T18:52:31.327Z Downloaded tabled_derive v0.7.0
10852026-06-26T18:52:31.327Z Downloaded testing_table v0.3.0
10862026-06-26T18:52:31.327Z Downloaded termtree v0.5.1
10872026-06-26T18:52:31.327Z Downloaded tagptr v0.2.0
10882026-06-26T18:52:31.327Z Downloaded serde_tokenstream v0.2.3
10892026-06-26T18:52:31.327Z Downloaded drift v0.2.0
10902026-06-26T18:52:31.327Z Downloaded postcard v1.1.3
10912026-06-26T18:52:31.327Z Downloaded time-core v0.1.8
10922026-06-26T18:52:31.327Z Downloaded icu_normalizer_data v2.2.0
10932026-06-26T18:52:31.327Z Downloaded thread-id v5.1.0
10942026-06-26T18:52:31.327Z Downloaded slog-async v2.8.0
10952026-06-26T18:52:31.327Z Downloaded elliptic-curve v0.13.8
10962026-06-26T18:52:31.327Z Downloaded oxnet v0.1.6
10972026-06-26T18:52:31.327Z Downloaded papergrid v0.11.0
10982026-06-26T18:52:31.327Z Downloaded bitflags v2.12.1
10992026-06-26T18:52:31.327Z Downloaded indicatif v0.18.4
11002026-06-26T18:52:31.327Z Downloaded icu_collections v2.2.0
11012026-06-26T18:52:31.327Z Downloaded smf v0.2.3
11022026-06-26T18:52:31.327Z Downloaded topological-sort v0.2.2
11032026-06-26T18:52:31.327Z Downloaded slog-json v2.6.1
11042026-06-26T18:52:31.327Z Downloaded heapless v0.8.0
11052026-06-26T18:52:31.327Z Downloaded unarray v0.1.4
11062026-06-26T18:52:31.327Z Downloaded slog-stdlog v4.1.1
11072026-06-26T18:52:31.327Z Downloaded slog-scope v4.4.1
11082026-06-26T18:52:31.327Z Downloaded unit-prefix v0.5.2
11092026-06-26T18:52:31.327Z Downloaded untrusted v0.7.1
11102026-06-26T18:52:31.327Z Downloaded strum v0.26.3
11112026-06-26T18:52:31.327Z Downloaded parking_lot v0.11.2
11122026-06-26T18:52:31.327Z Downloaded omicron-zone-package v0.12.2
11132026-06-26T18:52:31.328Z Downloaded universal-hash v0.5.1
11142026-06-26T18:52:31.328Z Downloaded typify-macro v0.6.2
11152026-06-26T18:52:31.328Z Downloaded smartstring v1.0.1
11162026-06-26T18:52:31.328Z Downloaded strum_macros v0.27.2
11172026-06-26T18:52:31.328Z Downloaded usdt-macro v0.5.0
11182026-06-26T18:52:31.328Z Downloaded strum_macros v0.26.4
11192026-06-26T18:52:31.328Z Downloaded konst v0.2.20
11202026-06-26T18:52:31.328Z Downloaded papergrid v0.18.0
11212026-06-26T18:52:31.328Z Downloaded serde_with_macros v3.20.0
11222026-06-26T18:52:31.328Z Downloaded typify-macro v0.4.3
11232026-06-26T18:52:31.328Z Downloaded backoff v0.4.0
11242026-06-26T18:52:31.328Z Downloaded tabled_derive v0.11.0
11252026-06-26T18:52:31.328Z Downloaded embedded-io v0.6.1
11262026-06-26T18:52:31.328Z Downloaded synstructure v0.13.2
11272026-06-26T18:52:31.328Z Downloaded csv-core v0.1.13
11282026-06-26T18:52:31.328Z Downloaded ciborium-io v0.2.2
11292026-06-26T18:52:31.328Z Downloaded waitgroup v0.1.2
11302026-06-26T18:52:31.328Z Downloaded defmt v0.3.100
11312026-06-26T18:52:31.328Z Downloaded utf-8 v0.7.6
11322026-06-26T18:52:31.328Z Downloaded usdt-macro v0.6.0
11332026-06-26T18:52:31.328Z Downloaded usdt-attr-macro v0.5.0
11342026-06-26T18:52:31.328Z Downloaded usdt v0.6.0
11352026-06-26T18:52:31.328Z Downloaded data-encoding v2.11.0
11362026-06-26T18:52:31.328Z Downloaded crunchy v0.2.4
11372026-06-26T18:52:31.328Z Downloaded ciborium v0.2.2
11382026-06-26T18:52:31.328Z Downloaded progenitor-impl v0.14.0
11392026-06-26T18:52:31.328Z Downloaded log v0.4.32
11402026-06-26T18:52:31.328Z Downloaded hmac v0.12.1
11412026-06-26T18:52:31.328Z Downloaded icu_normalizer v2.2.0
11422026-06-26T18:52:31.328Z Downloaded wait-timeout v0.2.1
11432026-06-26T18:52:31.328Z Downloaded usdt v0.5.0
11442026-06-26T18:52:31.328Z Downloaded thiserror-no-std v2.0.2
11452026-06-26T18:52:31.328Z Downloaded bytes v1.11.1
11462026-06-26T18:52:31.328Z Downloaded async-trait v0.1.89
11472026-06-26T18:52:31.328Z Downloaded embedded-io v0.4.0
11482026-06-26T18:52:31.328Z Downloaded async-recursion v1.1.1
11492026-06-26T18:52:31.329Z Downloaded tinystr v0.8.3
11502026-06-26T18:52:31.329Z Downloaded zone v0.3.1
11512026-06-26T18:52:31.329Z Downloaded zerofrom-derive v0.1.7
11522026-06-26T18:52:31.329Z Downloaded zerofrom v0.1.8
11532026-06-26T18:52:31.329Z Downloaded yoke-derive v0.8.2
11542026-06-26T18:52:31.329Z Downloaded tiny-keccak v2.0.2
11552026-06-26T18:52:31.329Z Downloaded zone_cfg_derive v0.3.1
11562026-06-26T18:52:31.329Z Downloaded zeroize_derive v1.4.3
11572026-06-26T18:52:31.329Z Downloaded time-macros v0.2.27
11582026-06-26T18:52:31.329Z Downloaded slog-dtrace v0.3.0
11592026-06-26T18:52:31.329Z Downloaded httpdate v1.0.3
11602026-06-26T18:52:31.329Z Downloaded fxhash v0.2.1
11612026-06-26T18:52:31.329Z Downloaded dropshot-api-manager-types v0.7.2
11622026-06-26T18:52:31.329Z Downloaded daft-derive v0.1.7
11632026-06-26T18:52:31.329Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-06-26T18:52:31.329Z Downloaded openssl-sys v0.9.116
11652026-06-26T18:52:31.329Z Downloaded tokio-dtrace v0.1.1
11662026-06-26T18:52:31.329Z Downloaded jiff-static v0.2.28
11672026-06-26T18:52:31.329Z Downloaded rhai_codegen v3.2.0
11682026-06-26T18:52:31.329Z Downloaded spin v0.9.8
11692026-06-26T18:52:31.329Z Downloaded smallvec v1.15.1
11702026-06-26T18:52:31.329Z Downloaded tokio-tungstenite v0.21.0
11712026-06-26T18:52:31.329Z Downloaded slog-term v2.9.2
11722026-06-26T18:52:31.329Z Downloaded hashbrown v0.12.3
11732026-06-26T18:52:31.329Z Downloaded crossbeam-deque v0.8.6
11742026-06-26T18:52:31.329Z Downloaded pest_meta v2.8.6
11752026-06-26T18:52:31.329Z Downloaded crossbeam-epoch v0.9.18
11762026-06-26T18:52:31.329Z Downloaded base64 v0.21.7
11772026-06-26T18:52:31.329Z Downloaded term v1.2.1
11782026-06-26T18:52:31.329Z Downloaded schemars v0.8.22
11792026-06-26T18:52:31.329Z Downloaded vsss-rs v3.3.4
11802026-06-26T18:52:31.334Z Downloaded writeable v0.6.3
11812026-06-26T18:52:31.334Z Downloaded progenitor-impl v0.10.0
11822026-06-26T18:52:31.334Z Downloaded usdt-impl v0.5.0
11832026-06-26T18:52:31.334Z Downloaded thin-vec v0.2.18
11842026-06-26T18:52:31.334Z Downloaded prettyplease v0.2.37
11852026-06-26T18:52:31.334Z Downloaded walkdir v2.5.0
11862026-06-26T18:52:31.334Z Downloaded crossbeam-channel v0.5.15
11872026-06-26T18:52:31.334Z Downloaded slog v2.8.2
11882026-06-26T18:52:31.334Z Downloaded whoami v1.6.1
11892026-06-26T18:52:31.334Z Downloaded zerovec-derive v0.11.3
11902026-06-26T18:52:31.334Z Downloaded similar v2.7.0
11912026-06-26T18:52:31.334Z Downloaded zeroize v1.8.2
11922026-06-26T18:52:31.335Z Downloaded xz2 v0.1.7
11932026-06-26T18:52:31.335Z Downloaded hickory-resolver v0.24.4
11942026-06-26T18:52:31.335Z Downloaded expectorate v1.2.0
11952026-06-26T18:52:31.335Z Downloaded rayon-core v1.13.0
11962026-06-26T18:52:31.335Z Downloaded progenitor-impl v0.13.0
11972026-06-26T18:52:31.335Z Downloaded snafu-derive v0.8.9
11982026-06-26T18:52:31.335Z Downloaded crypto-bigint v0.5.5
11992026-06-26T18:52:31.335Z Downloaded cc v1.2.63
12002026-06-26T18:52:31.335Z Downloaded ucd-trie v0.1.7
12012026-06-26T18:52:31.335Z Downloaded serde_yaml v0.9.34+deprecated
12022026-06-26T18:52:31.335Z Downloaded usdt-attr-macro v0.6.0
12032026-06-26T18:52:31.335Z Downloaded schemars v0.9.0
12042026-06-26T18:52:31.335Z Downloaded yoke v0.8.3
12052026-06-26T18:52:31.335Z Downloaded qorb v0.4.1
12062026-06-26T18:52:31.335Z Downloaded test-strategy v0.4.5
12072026-06-26T18:52:31.335Z Downloaded pretty_assertions v1.4.1
12082026-06-26T18:52:31.335Z Downloaded quinn v0.11.9
12092026-06-26T18:52:31.335Z Downloaded rustls-platform-verifier v0.7.0
12102026-06-26T18:52:31.335Z Downloaded toml v0.9.12+spec-1.1.0
12112026-06-26T18:52:31.335Z Downloaded tungstenite v0.21.0
12122026-06-26T18:52:31.335Z Downloaded toml v0.7.8
12132026-06-26T18:52:31.335Z Downloaded snafu v0.8.9
12142026-06-26T18:52:31.335Z Downloaded memchr v2.8.1
12152026-06-26T18:52:31.335Z Downloaded typify v0.4.3
12162026-06-26T18:52:31.335Z Downloaded uuid v1.23.2
12172026-06-26T18:52:31.335Z Downloaded zerocopy-derive v0.7.35
12182026-06-26T18:52:31.335Z Downloaded usdt-impl v0.6.0
12192026-06-26T18:52:31.335Z Downloaded rand v0.8.6
12202026-06-26T18:52:31.335Z Downloaded minimal-lexical v0.2.1
12212026-06-26T18:52:31.335Z Downloaded nom v7.1.3
12222026-06-26T18:52:31.335Z Downloaded schemars v1.2.1
12232026-06-26T18:52:31.335Z Downloaded http v1.4.1
12242026-06-26T18:52:31.335Z Downloaded typify v0.6.2
12252026-06-26T18:52:31.335Z Downloaded toml_edit v0.25.12+spec-1.1.0
12262026-06-26T18:52:31.335Z Downloaded h2 v0.4.14
12272026-06-26T18:52:31.335Z Downloaded hashbrown v0.16.1
12282026-06-26T18:52:31.335Z Downloaded unsafe-libyaml v0.2.11
12292026-06-26T18:52:31.335Z Downloaded yansi v1.0.1
12302026-06-26T18:52:31.335Z Downloaded dropshot-api-manager v0.7.2
12312026-06-26T18:52:31.335Z Downloaded rand v0.10.1
12322026-06-26T18:52:31.336Z Downloaded toml_edit v0.19.15
12332026-06-26T18:52:31.336Z Downloaded zerotrie v0.2.4
12342026-06-26T18:52:31.336Z Downloaded nom v8.0.0
12352026-06-26T18:52:31.336Z Downloaded itertools v0.12.1
12362026-06-26T18:52:31.336Z Downloaded zerocopy-derive v0.8.50
12372026-06-26T18:52:31.336Z Downloaded steno v0.4.1
12382026-06-26T18:52:31.336Z Downloaded ron v0.12.1
12392026-06-26T18:52:31.336Z Downloaded pest v2.8.6
12402026-06-26T18:52:31.336Z Downloaded hkdf v0.12.4
12412026-06-26T18:52:31.336Z Downloaded icu_properties_data v2.2.0
12422026-06-26T18:52:31.336Z Downloaded libm v0.2.16
12432026-06-26T18:52:31.336Z Downloaded typed-path v0.9.3
12442026-06-26T18:52:31.336Z Downloaded iddqd v0.4.2
12452026-06-26T18:52:31.336Z Downloaded reqwest v0.13.4
12462026-06-26T18:52:31.336Z Downloaded regex v1.12.3
12472026-06-26T18:52:31.336Z Downloaded goblin v0.8.2
12482026-06-26T18:52:31.336Z Downloaded aws-lc-rs v1.17.0
12492026-06-26T18:52:31.336Z Downloaded rayon v1.12.0
12502026-06-26T18:52:31.336Z Downloaded zerovec v0.11.6
12512026-06-26T18:52:31.336Z Downloaded tough v0.22.0
12522026-06-26T18:52:31.336Z Downloaded blake3 v1.8.5
12532026-06-26T18:52:31.336Z Downloaded zerocopy v0.7.35
12542026-06-26T18:52:31.336Z Downloaded winnow v0.5.40
12552026-06-26T18:52:31.336Z Downloaded serde_with v3.20.0
12562026-06-26T18:52:31.336Z Downloaded proptest v1.11.0
12572026-06-26T18:52:31.336Z Downloaded moka v0.12.15
12582026-06-26T18:52:31.336Z Downloaded goblin v0.10.7
12592026-06-26T18:52:31.336Z Downloaded webpki-roots v1.0.7
12602026-06-26T18:52:31.336Z Downloaded time v0.3.47
12612026-06-26T18:52:31.336Z Downloaded tabled v0.15.0
12622026-06-26T18:52:31.336Z Downloaded tabled v0.21.0
12632026-06-26T18:52:31.336Z Downloaded syn v1.0.109
12642026-06-26T18:52:31.336Z Downloaded hickory-proto v0.25.2
12652026-06-26T18:52:31.336Z Downloaded quinn-proto v0.11.14
12662026-06-26T18:52:31.336Z Downloaded zerocopy v0.8.50
12672026-06-26T18:52:31.336Z Downloaded smoltcp v0.11.0
12682026-06-26T18:52:31.336Z Downloaded regress v0.11.1
12692026-06-26T18:52:31.336Z Downloaded hickory-proto v0.24.4
12702026-06-26T18:52:31.336Z Downloaded openssl v0.10.80
12712026-06-26T18:52:31.337Z Downloaded syn v2.0.117
12722026-06-26T18:52:31.337Z Downloaded regress v0.10.5
12732026-06-26T18:52:31.337Z Downloaded nix v0.31.3
12742026-06-26T18:52:31.337Z Downloaded rhai v1.25.1
12752026-06-26T18:52:31.337Z Downloaded regex-syntax v0.8.10
12762026-06-26T18:52:31.337Z Downloaded dropshot v0.17.1
12772026-06-26T18:52:31.337Z Downloaded typify-impl v0.4.3
12782026-06-26T18:52:31.337Z Downloaded openapiv3 v2.2.0
12792026-06-26T18:52:31.337Z Downloaded sled v0.34.7
12802026-06-26T18:52:31.341Z Downloaded rustls v0.23.40
12812026-06-26T18:52:31.341Z Downloaded bstr v1.12.1
12822026-06-26T18:52:31.341Z Downloaded typify-impl v0.6.2
12832026-06-26T18:52:31.341Z Downloaded lzma-sys v0.1.20
12842026-06-26T18:52:31.341Z Downloaded jiff v0.2.28
12852026-06-26T18:52:31.341Z Downloaded petgraph v0.6.5
12862026-06-26T18:52:31.341Z Downloaded sha3 v0.10.9
12872026-06-26T18:52:31.341Z Downloaded chrono-tz v0.10.4
12882026-06-26T18:52:31.341Z Downloaded csv v1.4.0
12892026-06-26T18:52:31.341Z Downloaded encoding_rs v0.8.35
12902026-06-26T18:52:31.786Z Downloaded aws-lc-sys v0.41.0
12912026-06-26T18:52:32.686Z Compiling proc-macro2 v1.0.106
12922026-06-26T18:52:32.686Z Compiling unicode-ident v1.0.24
12932026-06-26T18:52:32.686Z Compiling quote v1.0.45
12942026-06-26T18:52:32.686Z Compiling serde_core v1.0.228
12952026-06-26T18:52:32.686Z Compiling cfg-if v1.0.4
12962026-06-26T18:52:32.689Z Compiling serde v1.0.228
12972026-06-26T18:52:32.784Z Compiling libc v0.2.186
12982026-06-26T18:52:32.787Z Compiling memchr v2.8.1
12992026-06-26T18:52:32.863Z Compiling itoa v1.0.18
13002026-06-26T18:52:33.041Z Compiling zmij v1.0.21
13012026-06-26T18:52:33.110Z Compiling smallvec v1.15.1
13022026-06-26T18:52:33.137Z Compiling autocfg v1.5.1
13032026-06-26T18:52:33.307Z Compiling libm v0.2.16
13042026-06-26T18:52:33.446Z Compiling stable_deref_trait v1.2.1
13052026-06-26T18:52:33.474Z Compiling litemap v0.8.2
13062026-06-26T18:52:33.515Z Compiling writeable v0.6.3
13072026-06-26T18:52:33.613Z Compiling percent-encoding v2.3.2
13082026-06-26T18:52:33.638Z Compiling icu_properties_data v2.2.0
13092026-06-26T18:52:33.658Z Compiling icu_normalizer_data v2.2.0
13102026-06-26T18:52:33.661Z Compiling utf8_iter v1.0.4
13112026-06-26T18:52:33.711Z Compiling iana-time-zone v0.1.65
13122026-06-26T18:52:33.800Z Compiling equivalent v1.0.2
13132026-06-26T18:52:33.890Z Compiling form_urlencoded v1.2.2
13142026-06-26T18:52:33.924Z Compiling version_check v0.9.5
13152026-06-26T18:52:33.980Z Compiling syn v2.0.117
13162026-06-26T18:52:34.008Z Compiling pin-project-lite v0.2.17
13172026-06-26T18:52:34.057Z Compiling serde_json v1.0.150
13182026-06-26T18:52:34.080Z Compiling parking_lot_core v0.9.12
13192026-06-26T18:52:34.092Z Compiling dyn-clone v1.0.20
13202026-06-26T18:52:34.102Z Compiling scopeguard v1.2.0
13212026-06-26T18:52:34.187Z Compiling lock_api v0.4.14
13222026-06-26T18:52:34.199Z Compiling num-traits v0.2.19
13232026-06-26T18:52:34.218Z Compiling getrandom v0.4.2
13242026-06-26T18:52:34.310Z Compiling thiserror v2.0.18
13252026-06-26T18:52:34.366Z Compiling rand_core v0.10.1
13262026-06-26T18:52:34.409Z Compiling hashbrown v0.17.1
13272026-06-26T18:52:34.505Z Compiling log v0.4.32
13282026-06-26T18:52:34.715Z Compiling futures-core v0.3.32
13292026-06-26T18:52:34.719Z Compiling errno v0.3.14
13302026-06-26T18:52:34.849Z Compiling semver v1.0.28
13312026-06-26T18:52:34.869Z Compiling zerocopy v0.8.50
13322026-06-26T18:52:34.961Z Compiling indexmap v2.14.0
13332026-06-26T18:52:34.982Z Compiling heck v0.5.0
13342026-06-26T18:52:35.269Z Compiling futures-sink v0.3.32
13352026-06-26T18:52:35.291Z Compiling uuid v1.23.2
13362026-06-26T18:52:35.305Z Compiling slab v0.4.12
13372026-06-26T18:52:35.366Z Compiling jobserver v0.1.34
13382026-06-26T18:52:35.398Z Compiling shlex v2.0.1
13392026-06-26T18:52:35.475Z Compiling find-msvc-tools v0.1.9
13402026-06-26T18:52:35.576Z Compiling fnv v1.0.7
13412026-06-26T18:52:35.660Z Compiling cc v1.2.63
13422026-06-26T18:52:35.671Z Compiling schemars v0.8.22
13432026-06-26T18:52:35.681Z Compiling futures-channel v0.3.32
13442026-06-26T18:52:35.705Z Compiling rustversion v1.0.22
13452026-06-26T18:52:35.719Z Compiling futures-io v0.3.32
13462026-06-26T18:52:35.873Z Compiling futures-task v0.3.32
13472026-06-26T18:52:35.932Z Compiling socket2 v0.6.4
13482026-06-26T18:52:36.045Z Compiling signal-hook-registry v1.4.8
13492026-06-26T18:52:36.080Z Compiling mio v1.2.1
13502026-06-26T18:52:36.091Z Compiling parking_lot v0.12.5
13512026-06-26T18:52:36.214Z Compiling portable-atomic v1.13.1
13522026-06-26T18:52:36.348Z Compiling bitflags v2.12.1
13532026-06-26T18:52:36.394Z Compiling cmake v0.1.58
13542026-06-26T18:52:36.509Z Compiling dunce v1.0.5
13552026-06-26T18:52:36.600Z Compiling fs_extra v1.3.0
13562026-06-26T18:52:36.620Z Compiling typenum v1.20.1
13572026-06-26T18:52:36.631Z Compiling critical-section v1.2.0
13582026-06-26T18:52:36.698Z Compiling base64 v0.22.1
13592026-06-26T18:52:36.736Z Compiling subtle v2.6.1
13602026-06-26T18:52:36.763Z Compiling regex-syntax v0.8.10
13612026-06-26T18:52:36.873Z Compiling synstructure v0.13.2
13622026-06-26T18:52:36.902Z Compiling serde_derive_internals v0.29.1
13632026-06-26T18:52:37.021Z Compiling aws-lc-sys v0.41.0
13642026-06-26T18:52:37.055Z Compiling byteorder v1.5.0
13652026-06-26T18:52:37.269Z Compiling once_cell v1.21.4
13662026-06-26T18:52:37.287Z Compiling slog v2.8.2
13672026-06-26T18:52:37.388Z Compiling httparse v1.10.1
13682026-06-26T18:52:37.431Z Compiling ipnet v2.12.0
13692026-06-26T18:52:37.484Z Compiling atomic-waker v1.1.2
13702026-06-26T18:52:37.543Z Compiling tower-service v0.3.3
13712026-06-26T18:52:37.608Z Compiling tower-layer v0.3.3
13722026-06-26T18:52:37.633Z Compiling getrandom v0.2.17
13732026-06-26T18:52:37.656Z Compiling untrusted v0.9.0
13742026-06-26T18:52:37.765Z Compiling rustix v1.1.4
13752026-06-26T18:52:37.775Z Compiling try-lock v0.2.5
13762026-06-26T18:52:37.819Z Compiling ryu v1.0.23
13772026-06-26T18:52:37.874Z Compiling strsim v0.11.1
13782026-06-26T18:52:37.985Z Compiling ucd-trie v0.1.7
13792026-06-26T18:52:38.004Z Compiling thiserror v1.0.69
13802026-06-26T18:52:38.024Z Compiling serde_derive v1.0.228
13812026-06-26T18:52:38.121Z Compiling zerofrom-derive v0.1.7
13822026-06-26T18:52:38.135Z Compiling yoke-derive v0.8.2
13832026-06-26T18:52:38.288Z Compiling zerovec-derive v0.11.3
13842026-06-26T18:52:38.291Z Compiling displaydoc v0.2.6
13852026-06-26T18:52:38.327Z Compiling schemars_derive v0.8.22
13862026-06-26T18:52:39.086Z Compiling tokio-macros v2.7.0
13872026-06-26T18:52:39.188Z Compiling thiserror-impl v2.0.18
13882026-06-26T18:52:39.312Z Compiling zerofrom v0.1.8
13892026-06-26T18:52:39.370Z Compiling zerocopy-derive v0.8.50
13902026-06-26T18:52:39.424Z Compiling yoke v0.8.3
13912026-06-26T18:52:39.428Z Compiling zeroize_derive v1.4.3
13922026-06-26T18:52:39.503Z Compiling futures-macro v0.3.32
13932026-06-26T18:52:39.599Z Compiling zerovec v0.11.6
13942026-06-26T18:52:39.831Z Compiling zerotrie v0.2.4
13952026-06-26T18:52:40.154Z Compiling tinystr v0.8.3
13962026-06-26T18:52:40.165Z Compiling potential_utf v0.1.5
13972026-06-26T18:52:40.168Z Compiling zeroize v1.8.2
13982026-06-26T18:52:40.322Z Compiling icu_locale_core v2.2.0
13992026-06-26T18:52:40.349Z Compiling icu_collections v2.2.0
14002026-06-26T18:52:40.388Z Compiling futures-util v0.3.32
14012026-06-26T18:52:40.530Z Compiling pest v2.8.6
14022026-06-26T18:52:40.704Z Compiling thiserror-impl v1.0.69
14032026-06-26T18:52:40.869Z Compiling want v0.3.1
14042026-06-26T18:52:41.027Z Compiling icu_provider v2.2.0
14052026-06-26T18:52:41.201Z Compiling bytes v1.11.1
14062026-06-26T18:52:41.343Z Compiling icu_normalizer v2.2.0
14072026-06-26T18:52:41.397Z Compiling icu_properties v2.2.0
14082026-06-26T18:52:41.778Z Compiling chrono v0.4.45
14092026-06-26T18:52:41.825Z Compiling http v1.4.1
14102026-06-26T18:52:41.853Z Compiling tokio v1.52.3
14112026-06-26T18:52:41.915Z Compiling serde_tokenstream v0.2.3
14122026-06-26T18:52:42.188Z Compiling erased-serde v0.3.31
14132026-06-26T18:52:42.558Z Compiling idna_adapter v1.2.2
14142026-06-26T18:52:42.646Z Compiling http-body v1.0.1
14152026-06-26T18:52:42.672Z Compiling idna v1.1.0
14162026-06-26T18:52:42.782Z Compiling rand_core v0.6.4
14172026-06-26T18:52:42.792Z Compiling httpdate v1.0.3
14182026-06-26T18:52:42.998Z Compiling url v2.5.8
14192026-06-26T18:52:43.078Z Compiling pest_meta v2.8.6
14202026-06-26T18:52:43.116Z Compiling getrandom v0.3.4
14212026-06-26T18:52:43.252Z Compiling pretty-hex v0.4.2
14222026-06-26T18:52:43.381Z Compiling plain v0.2.3
14232026-06-26T18:52:43.424Z Compiling paste v1.0.15
14242026-06-26T18:52:43.481Z Compiling ppv-lite86 v0.2.21
14252026-06-26T18:52:43.653Z Compiling pest_generator v2.8.6
14262026-06-26T18:52:43.713Z Compiling allocator-api2 v0.2.21
14272026-06-26T18:52:43.786Z Compiling foldhash v0.2.0
14282026-06-26T18:52:43.887Z Compiling tracing-attributes v0.1.31
14292026-06-26T18:52:44.011Z Compiling hashbrown v0.16.1
14302026-06-26T18:52:44.026Z Compiling tracing-core v0.1.36
14312026-06-26T18:52:44.250Z Compiling ipnetwork v0.21.1
14322026-06-26T18:52:44.335Z Compiling pest_derive v2.8.6
14332026-06-26T18:52:44.570Z Compiling omicron-workspace-hack v0.1.0
14342026-06-26T18:52:44.619Z Compiling ident_case v1.0.1
14352026-06-26T18:52:44.737Z Compiling http-body-util v0.1.3
14362026-06-26T18:52:44.808Z Compiling serde_urlencoded v0.7.1
14372026-06-26T18:52:44.887Z Compiling aho-corasick v1.1.4
14382026-06-26T18:52:44.964Z Compiling sync_wrapper v1.0.2
14392026-06-26T18:52:44.975Z Compiling winnow v1.0.3
14402026-06-26T18:52:45.090Z Compiling tracing v0.1.44
14412026-06-26T18:52:45.106Z Compiling oxnet v0.1.6
14422026-06-26T18:52:45.117Z Compiling daft-derive v0.1.7
14432026-06-26T18:52:45.321Z Compiling fastrand v2.4.1
14442026-06-26T18:52:45.567Z Compiling tokio-util v0.7.18
14452026-06-26T18:52:45.581Z Compiling scroll_derive v0.13.1
14462026-06-26T18:52:45.875Z Compiling regex-automata v0.4.14
14472026-06-26T18:52:46.069Z Compiling async-trait v0.1.89
14482026-06-26T18:52:46.323Z Compiling time-core v0.1.8
14492026-06-26T18:52:46.348Z Compiling num-conv v0.2.2
14502026-06-26T18:52:46.431Z Compiling anyhow v1.0.102
14512026-06-26T18:52:46.464Z Compiling powerfmt v0.2.0
14522026-06-26T18:52:46.502Z Compiling aws-lc-rs v1.17.0
14532026-06-26T18:52:46.665Z Compiling deranged v0.5.8
14542026-06-26T18:52:46.807Z Compiling time-macros v0.2.27
14552026-06-26T18:52:46.964Z Compiling scroll v0.13.0
14562026-06-26T18:52:47.057Z Compiling rustls-pki-types v1.14.1
14572026-06-26T18:52:47.226Z Compiling num_threads v0.1.7
14582026-06-26T18:52:47.314Z Compiling openssl-probe v0.2.1
14592026-06-26T18:52:47.498Z Compiling hex v0.4.3
14602026-06-26T18:52:47.524Z Compiling goblin v0.10.7
14612026-06-26T18:52:47.614Z Compiling regex v1.12.3
14622026-06-26T18:52:47.790Z Compiling untrusted v0.7.1
14632026-06-26T18:52:47.907Z Compiling camino v1.2.2
14642026-06-26T18:52:48.127Z Compiling rustls v0.23.40
14652026-06-26T18:52:48.282Z Compiling usdt-impl v0.6.0
14662026-06-26T18:52:48.376Z Compiling h2 v0.4.14
14672026-06-26T18:52:48.402Z Compiling dtrace-parser v0.3.0
14682026-06-26T18:52:48.539Z Compiling crc32fast v1.5.0
14692026-06-26T18:52:48.878Z Compiling futures-executor v0.3.32
14702026-06-26T18:52:48.914Z Compiling structmeta-derive v0.3.0
14712026-06-26T18:52:49.152Z Compiling thread-id v5.1.0
14722026-06-26T18:52:49.231Z Compiling crossbeam-utils v0.8.21
14732026-06-26T18:52:49.257Z Compiling adler2 v2.0.1
14742026-06-26T18:52:49.384Z Compiling cpufeatures v0.3.0
14752026-06-26T18:52:49.454Z Compiling simd-adler32 v0.3.9
14762026-06-26T18:52:49.558Z Compiling futures v0.3.32
14772026-06-26T18:52:49.633Z Compiling miniz_oxide v0.8.9
14782026-06-26T18:52:49.741Z Compiling rand_core v0.9.5
14792026-06-26T18:52:49.834Z Compiling darling_core v0.23.0
14802026-06-26T18:52:49.950Z Compiling newtype-uuid-macros v0.1.0
14812026-06-26T18:52:49.953Z Compiling structmeta v0.3.0
14822026-06-26T18:52:50.217Z Compiling hybrid-array v0.4.12
14832026-06-26T18:52:50.362Z Compiling dof v0.4.0
14842026-06-26T18:52:50.678Z Compiling hyper v1.10.1
14852026-06-26T18:52:50.801Z Compiling thread_local v1.1.9
14862026-06-26T18:52:50.886Z Compiling match_cfg v0.1.0
14872026-06-26T18:52:50.955Z Compiling flate2 v1.1.9
14882026-06-26T18:52:51.730Z Compiling newtype-uuid v1.3.2
14892026-06-26T18:52:51.784Z Compiling hyper-util v0.1.20
14902026-06-26T18:52:51.882Z Compiling quick-error v1.2.3
14912026-06-26T18:52:52.002Z Compiling darling_macro v0.23.0
14922026-06-26T18:52:52.066Z Compiling slog-async v2.8.0
14932026-06-26T18:52:52.225Z Compiling ref-cast v1.0.25
14942026-06-26T18:52:52.363Z Compiling compression-core v0.4.32
14952026-06-26T18:52:52.464Z Compiling compression-codecs v0.4.38
14962026-06-26T18:52:52.504Z Compiling usdt-macro v0.6.0
14972026-06-26T18:52:52.516Z Compiling usdt-attr-macro v0.6.0
14982026-06-26T18:52:52.581Z Compiling darling v0.23.0
14992026-06-26T18:52:52.606Z Compiling daft v0.1.7
15002026-06-26T18:52:52.658Z Compiling crypto-common v0.2.2
15012026-06-26T18:52:52.719Z Compiling block-buffer v0.12.0
15022026-06-26T18:52:52.864Z Compiling rand_chacha v0.9.0
15032026-06-26T18:52:52.942Z Compiling strum_macros v0.26.4
15042026-06-26T18:52:53.289Z Compiling ref-cast-impl v1.0.25
15052026-06-26T18:52:53.301Z Compiling serde_spanned v1.1.1
15062026-06-26T18:52:53.443Z Compiling multer v3.1.0
15072026-06-26T18:52:53.473Z Compiling generic-array v0.14.7
15082026-06-26T18:52:53.588Z Compiling debug-ignore v1.0.5
15092026-06-26T18:52:53.624Z Compiling take_mut v0.2.2
15102026-06-26T18:52:53.685Z Compiling const-oid v0.10.2
15112026-06-26T18:52:53.685Z Compiling bit-vec v0.8.0
15122026-06-26T18:52:53.721Z Compiling term v1.2.1
15132026-06-26T18:52:53.725Z Compiling toml_writer v1.1.1+spec-1.1.0
15142026-06-26T18:52:53.871Z Compiling bit-set v0.8.0
15152026-06-26T18:52:53.886Z Compiling digest v0.11.3
15162026-06-26T18:52:53.971Z Compiling rand v0.9.4
15172026-06-26T18:52:54.013Z Compiling serde_with_macros v3.20.0
15182026-06-26T18:52:54.027Z Compiling async-stream-impl v0.3.6
15192026-06-26T18:52:54.050Z Compiling dropshot v0.17.1
15202026-06-26T18:52:54.291Z Compiling encoding_rs v0.8.35
15212026-06-26T18:52:54.421Z Compiling syn v1.0.109
15222026-06-26T18:52:54.555Z Compiling spin v0.9.8
15232026-06-26T18:52:54.569Z Compiling strum v0.26.3
15242026-06-26T18:52:54.668Z Compiling unarray v0.1.4
15252026-06-26T18:52:54.681Z Compiling mime v0.3.17
15262026-06-26T18:52:54.692Z Compiling async-stream v0.3.6
15272026-06-26T18:52:54.788Z Compiling sha1 v0.11.0
15282026-06-26T18:52:54.861Z Compiling derive-ex v0.1.8
15292026-06-26T18:52:54.951Z Compiling tower v0.5.3
15302026-06-26T18:52:55.041Z Compiling dropshot_endpoint v0.17.1
15312026-06-26T18:52:55.087Z Compiling macaddr v1.0.1
15322026-06-26T18:52:55.217Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15332026-06-26T18:52:55.363Z Compiling waitgroup v0.1.2
15342026-06-26T18:52:55.485Z Compiling serde_path_to_error v0.1.20
15352026-06-26T18:52:55.710Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15362026-06-26T18:52:55.814Z Compiling tower-http v0.6.11
15372026-06-26T18:52:55.839Z Compiling tempfile v3.27.0
15382026-06-26T18:52:56.016Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15392026-06-26T18:52:56.194Z Compiling openapiv3 v2.2.0
15402026-06-26T18:52:56.236Z Compiling strum_macros v0.27.2
15412026-06-26T18:52:56.279Z Compiling time v0.3.47
15422026-06-26T18:52:56.488Z Compiling test-strategy v0.4.5
15432026-06-26T18:52:57.553Z Compiling rustls-native-certs v0.8.4
15442026-06-26T18:52:57.799Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15452026-06-26T18:52:57.870Z Compiling crossbeam-channel v0.5.15
15462026-06-26T18:52:57.898Z Compiling crypto-common v0.1.7
15472026-06-26T18:52:58.027Z Compiling parse-display-derive v0.10.0
15482026-06-26T18:52:58.062Z Compiling strum v0.27.2
15492026-06-26T18:52:58.179Z Compiling backon v1.6.0
15502026-06-26T18:52:58.337Z Compiling rand_chacha v0.3.1
15512026-06-26T18:52:58.765Z Compiling instant v0.1.13
15522026-06-26T18:52:58.876Z Compiling rand v0.8.6
15532026-06-26T18:52:59.152Z Compiling slog-json v2.6.1
15542026-06-26T18:52:59.265Z Compiling hostname v0.3.1
15552026-06-26T18:52:59.356Z Compiling toml_parser v1.1.2+spec-1.1.0
15562026-06-26T18:52:59.399Z Compiling toml_datetime v1.1.1+spec-1.1.0
15572026-06-26T18:52:59.473Z Compiling is-terminal v0.4.17
15582026-06-26T18:52:59.516Z Compiling wait-timeout v0.2.1
15592026-06-26T18:52:59.565Z Compiling memmap2 v0.9.10
15602026-06-26T18:52:59.705Z Compiling either v1.16.0
15612026-06-26T18:52:59.781Z Compiling usdt v0.6.0
15622026-06-26T18:52:59.813Z Compiling toml v1.1.2+spec-1.1.0
15632026-06-26T18:52:59.908Z Compiling rusty-fork v0.3.1
15642026-06-26T18:53:00.055Z Compiling slog-term v2.9.2
15652026-06-26T18:53:00.098Z Compiling slog-bunyan v2.5.0
15662026-06-26T18:53:00.226Z Compiling serde_with v3.20.0
15672026-06-26T18:53:00.237Z Compiling async-compression v0.4.42
15682026-06-26T18:53:00.335Z Compiling rand_xorshift v0.4.0
15692026-06-26T18:53:00.482Z Compiling rustls-pemfile v2.2.0
15702026-06-26T18:53:00.545Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15712026-06-26T18:53:00.670Z Compiling regress v0.10.5
15722026-06-26T18:53:00.681Z Compiling hostname v0.4.2
15732026-06-26T18:53:00.727Z Compiling humantime v2.3.0
15742026-06-26T18:53:00.816Z Compiling proptest v1.11.0
15752026-06-26T18:53:01.001Z Compiling iddqd v0.4.2
15762026-06-26T18:53:01.246Z Compiling reqwest v0.12.28
15772026-06-26T18:53:01.419Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15782026-06-26T18:53:01.661Z Compiling block-buffer v0.10.4
15792026-06-26T18:53:01.971Z Compiling digest v0.10.7
15802026-06-26T18:53:01.981Z Compiling itertools v0.14.0
15812026-06-26T18:53:02.185Z Compiling progenitor-client v0.10.0
15822026-06-26T18:53:02.297Z Compiling parse-display v0.10.0
15832026-06-26T18:53:02.453Z Compiling backoff v0.4.0
15842026-06-26T18:53:02.628Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15852026-06-26T18:53:03.201Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15862026-06-26T18:53:04.396Z Compiling regress v0.11.1
15872026-06-26T18:53:05.390Z Compiling toml_datetime v0.6.11
15882026-06-26T18:53:05.667Z Compiling zerocopy-derive v0.7.35
15892026-06-26T18:53:05.729Z Compiling cpufeatures v0.2.17
15902026-06-26T18:53:05.803Z Compiling convert_case v0.4.0
15912026-06-26T18:53:05.933Z Compiling utf8parse v0.2.2
15922026-06-26T18:53:06.047Z Compiling typify-impl v0.6.2
15932026-06-26T18:53:06.058Z Compiling anstyle-parse v1.0.0
15942026-06-26T18:53:06.102Z Compiling derive_more v0.99.20
15952026-06-26T18:53:06.539Z Compiling zerocopy v0.7.35
15962026-06-26T18:53:07.085Z Compiling anstyle v1.0.14
15972026-06-26T18:53:07.161Z Compiling unicode-width v0.2.2
15982026-06-26T18:53:07.308Z Compiling colorchoice v1.0.5
15992026-06-26T18:53:07.423Z Compiling is_terminal_polyfill v1.70.2
16002026-06-26T18:53:07.440Z Compiling anstyle-query v1.1.5
16012026-06-26T18:53:07.515Z Compiling anstream v1.0.0
16022026-06-26T18:53:07.832Z Compiling secrecy v0.10.3
16032026-06-26T18:53:08.098Z Compiling crucible-workspace-hack v0.1.0
16042026-06-26T18:53:08.192Z Compiling tinyvec_macros v0.1.1
16052026-06-26T18:53:08.264Z Compiling clap_lex v1.1.0
16062026-06-26T18:53:08.341Z Compiling float-ord v0.3.2
16072026-06-26T18:53:08.416Z Compiling tinyvec v1.11.0
16082026-06-26T18:53:08.757Z Compiling dtrace-parser v0.2.0
16092026-06-26T18:53:08.846Z Compiling scroll_derive v0.12.1
16102026-06-26T18:53:08.900Z Compiling num-integer v0.1.46
16112026-06-26T18:53:08.964Z Compiling rustc_version v0.4.1
16122026-06-26T18:53:09.227Z Compiling usdt-impl v0.5.0
16132026-06-26T18:53:09.570Z Compiling scroll v0.12.0
16142026-06-26T18:53:09.598Z Compiling curve25519-dalek v4.1.3
16152026-06-26T18:53:09.715Z Compiling dof v0.3.0
16162026-06-26T18:53:09.873Z Compiling hmac v0.12.1
16172026-06-26T18:53:09.887Z Compiling inout v0.1.4
16182026-06-26T18:53:10.013Z Compiling darling_core v0.21.3
16192026-06-26T18:53:10.032Z Compiling ff v0.13.1
16202026-06-26T18:53:10.106Z Compiling clap_derive v4.6.1
16212026-06-26T18:53:10.135Z Compiling thread-id v4.2.2
16222026-06-26T18:53:10.186Z Compiling group v0.13.0
16232026-06-26T18:53:10.309Z Compiling cipher v0.4.4
16242026-06-26T18:53:10.414Z Compiling hkdf v0.12.4
16252026-06-26T18:53:10.680Z Compiling goblin v0.8.2
16262026-06-26T18:53:11.191Z Compiling num-rational v0.4.2
16272026-06-26T18:53:11.224Z Compiling num-iter v0.1.45
16282026-06-26T18:53:11.340Z Compiling toml_edit v0.25.12+spec-1.1.0
16292026-06-26T18:53:11.398Z Compiling thiserror-impl-no-std v2.0.2
16302026-06-26T18:53:11.799Z Compiling universal-hash v0.5.1
16312026-06-26T18:53:11.815Z Compiling crypto-bigint v0.5.5
16322026-06-26T18:53:11.927Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16332026-06-26T18:53:12.132Z Compiling darling_macro v0.21.3
16342026-06-26T18:53:12.270Z Compiling terminal_size v0.4.4
16352026-06-26T18:53:12.330Z Compiling typify-macro v0.6.2
16362026-06-26T18:53:12.406Z Compiling half v2.7.1
16372026-06-26T18:53:12.477Z Compiling curve25519-dalek-derive v0.1.1
16382026-06-26T18:53:12.673Z Compiling num-complex v0.4.6
16392026-06-26T18:53:12.947Z Compiling ciborium-io v0.2.2
16402026-06-26T18:53:12.959Z Compiling base16ct v0.2.0
16412026-06-26T18:53:13.020Z Compiling base64ct v1.8.3
16422026-06-26T18:53:13.038Z Compiling opaque-debug v0.3.1
16432026-06-26T18:53:13.049Z Compiling ciborium-ll v0.2.2
16442026-06-26T18:53:13.106Z Compiling poly1305 v0.8.0
16452026-06-26T18:53:13.117Z Compiling elliptic-curve v0.13.8
16462026-06-26T18:53:13.254Z Compiling password-hash v0.5.0
16472026-06-26T18:53:13.380Z Compiling num v0.4.3
16482026-06-26T18:53:13.691Z Compiling darling v0.21.3
16492026-06-26T18:53:13.772Z Compiling thiserror-no-std v2.0.2
16502026-06-26T18:53:13.860Z Compiling proc-macro-crate v3.5.0
16512026-06-26T18:53:14.297Z Compiling chacha20 v0.9.1
16522026-06-26T18:53:14.375Z Compiling typify v0.6.2
16532026-06-26T18:53:14.394Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16542026-06-26T18:53:14.503Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16552026-06-26T18:53:14.896Z Compiling blake2 v0.10.6
16562026-06-26T18:53:15.095Z Compiling aead v0.5.2
16572026-06-26T18:53:15.197Z Compiling crossbeam-epoch v0.9.18
16582026-06-26T18:53:15.255Z Compiling byte-wrapper v0.1.0
16592026-06-26T18:53:15.353Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16602026-06-26T18:53:15.544Z Compiling proc-macro-error-attr v1.0.4
16612026-06-26T18:53:15.699Z Compiling heapless v0.8.0
16622026-06-26T18:53:15.780Z Compiling rustix v0.38.44
16632026-06-26T18:53:15.815Z Compiling unsafe-libyaml v0.2.11
16642026-06-26T18:53:16.014Z Compiling prettyplease v0.2.37
16652026-06-26T18:53:16.138Z Compiling keccak v0.1.6
16662026-06-26T18:53:16.283Z Compiling sha3 v0.10.9
16672026-06-26T18:53:16.379Z Compiling serde_yaml v0.9.34+deprecated
16682026-06-26T18:53:16.661Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16692026-06-26T18:53:17.118Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16702026-06-26T18:53:17.590Z Compiling chacha20poly1305 v0.10.1
16712026-06-26T18:53:17.636Z Compiling argon2 v0.5.3
16722026-06-26T18:53:17.789Z Compiling num_enum_derive v0.7.6
16732026-06-26T18:53:17.849Z Compiling vsss-rs v3.3.4
16742026-06-26T18:53:17.927Z Compiling ingot-macros v0.1.1
16752026-06-26T18:53:18.147Z Compiling ciborium v0.2.2
16762026-06-26T18:53:18.728Z Compiling clap_builder v4.6.0
16772026-06-26T18:53:18.827Z Compiling usdt-macro v0.5.0
16782026-06-26T18:53:19.007Z Compiling usdt-attr-macro v0.5.0
16792026-06-26T18:53:20.472Z Compiling serde_spanned v0.6.9
16802026-06-26T18:53:20.611Z Compiling enum-as-inner v0.6.1
16812026-06-26T18:53:20.623Z Compiling hash32 v0.3.1
16822026-06-26T18:53:20.679Z Compiling proc-macro-error v1.0.4
16832026-06-26T18:53:20.775Z Compiling memmap v0.7.0
16842026-06-26T18:53:20.844Z Compiling memoffset v0.9.1
16852026-06-26T18:53:20.885Z Compiling cfg_aliases v0.2.1
16862026-06-26T18:53:20.923Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16872026-06-26T18:53:20.955Z Compiling toml_write v0.1.2
16882026-06-26T18:53:20.966Z Compiling winnow v0.7.15
16892026-06-26T18:53:21.143Z Compiling indent_write v2.2.0
16902026-06-26T18:53:21.155Z Compiling data-encoding v2.11.0
16912026-06-26T18:53:21.180Z Compiling smoltcp v0.11.0
16922026-06-26T18:53:21.220Z Compiling winnow v0.5.40
16932026-06-26T18:53:21.392Z Compiling nix v0.31.3
16942026-06-26T18:53:21.654Z Compiling usdt v0.5.0
16952026-06-26T18:53:21.923Z Compiling ingot-types v0.1.2
16962026-06-26T18:53:22.071Z Compiling rustls-webpki v0.103.13
16972026-06-26T18:53:22.325Z Compiling toml_edit v0.22.27
16982026-06-26T18:53:22.336Z Compiling clap v4.6.1
16992026-06-26T18:53:22.384Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17002026-06-26T18:53:22.415Z Compiling num_enum v0.7.6
17012026-06-26T18:53:22.447Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17022026-06-26T18:53:22.530Z Compiling toml_edit v0.19.15
17032026-06-26T18:53:22.592Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-06-26T18:53:23.104Z Compiling tabwriter v1.4.1
17052026-06-26T18:53:23.346Z Compiling cobs v0.3.0
17062026-06-26T18:53:23.384Z Compiling serde_repr v0.1.20
17072026-06-26T18:53:23.547Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17082026-06-26T18:53:23.778Z Compiling vcpkg v0.2.15
17092026-06-26T18:53:23.966Z Compiling bitflags v1.3.2
17102026-06-26T18:53:23.986Z Compiling managed v0.8.0
17112026-06-26T18:53:24.042Z Compiling pkg-config v0.3.33
17122026-06-26T18:53:24.367Z Compiling toml v0.8.23
17132026-06-26T18:53:24.511Z Compiling openssl-sys v0.9.116
17142026-06-26T18:53:24.523Z Compiling proc-macro-crate v1.3.1
17152026-06-26T18:53:24.849Z Compiling postcard v1.1.3
17162026-06-26T18:53:25.260Z Compiling ingot v0.1.1
17172026-06-26T18:53:25.398Z Compiling tokio-rustls v0.26.4
17182026-06-26T18:53:25.618Z Compiling hyper-rustls v0.27.9
17192026-06-26T18:53:25.674Z Compiling rustls-platform-verifier v0.7.0
17202026-06-26T18:53:25.910Z Compiling reqwest v0.13.4
17212026-06-26T18:53:27.164Z Compiling progenitor-client v0.14.0
17222026-06-26T18:53:27.463Z Compiling progenitor-extras v0.2.0
17232026-06-26T18:53:27.474Z Compiling hubpack_derive v0.1.1
17242026-06-26T18:53:27.598Z Compiling foreign-types-macros v0.2.3
17252026-06-26T18:53:27.700Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17262026-06-26T18:53:28.015Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17272026-06-26T18:53:28.266Z Compiling rayon-core v1.13.0
17282026-06-26T18:53:28.320Z Compiling colored v3.1.1
17292026-06-26T18:53:28.490Z Compiling swrite v0.1.0
17302026-06-26T18:53:28.502Z Compiling foreign-types-shared v0.3.1
17312026-06-26T18:53:28.587Z Compiling linked-hash-map v0.5.6
17322026-06-26T18:53:28.597Z Compiling resolv-conf v0.7.6
17332026-06-26T18:53:28.718Z Compiling static_assertions v1.1.0
17342026-06-26T18:53:28.731Z Compiling heck v0.4.1
17352026-06-26T18:53:28.767Z Compiling unicode-segmentation v1.13.3
17362026-06-26T18:53:28.793Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-06-26T18:53:28.928Z Compiling semver v0.1.20
17382026-06-26T18:53:28.970Z Compiling lru-cache v0.1.2
17392026-06-26T18:53:29.098Z Compiling newline-converter v0.3.0
17402026-06-26T18:53:29.194Z Compiling rustc_version v0.1.7
17412026-06-26T18:53:29.197Z Compiling foreign-types v0.5.0
17422026-06-26T18:53:29.276Z Compiling hubpack v0.1.2
17432026-06-26T18:53:29.287Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-06-26T18:53:30.249Z Compiling num_enum_derive v0.5.11
17452026-06-26T18:53:30.648Z Compiling atomicwrites v0.4.4
17462026-06-26T18:53:30.853Z Compiling hickory-proto v0.24.4
17472026-06-26T18:53:31.193Z Compiling crossbeam-deque v0.8.6
17482026-06-26T18:53:31.313Z Compiling progenitor-impl v0.13.0
17492026-06-26T18:53:31.393Z Compiling console v0.15.11
17502026-06-26T18:53:32.058Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17512026-06-26T18:53:32.423Z Compiling camino-tempfile v1.4.1
17522026-06-26T18:53:32.589Z Compiling chacha20 v0.10.0
17532026-06-26T18:53:32.676Z Compiling serde-big-array v0.5.1
17542026-06-26T18:53:32.821Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-06-26T18:53:32.852Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17562026-06-26T18:53:32.864Z Compiling derive-where v1.6.1
17572026-06-26T18:53:34.142Z Compiling pin-project-internal v1.1.13
17582026-06-26T18:53:34.157Z Compiling num-derive v0.4.2
17592026-06-26T18:53:34.857Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17602026-06-26T18:53:34.970Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17612026-06-26T18:53:35.137Z Compiling cstr-argument v0.1.2
17622026-06-26T18:53:35.156Z Compiling siphasher v1.0.3
17632026-06-26T18:53:35.297Z Compiling minimal-lexical v0.2.1
17642026-06-26T18:53:35.322Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17652026-06-26T18:53:35.550Z Compiling similar v2.7.0
17662026-06-26T18:53:35.589Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-06-26T18:53:35.600Z Compiling nom v7.1.3
17682026-06-26T18:53:35.805Z Compiling pin-project v1.1.13
17692026-06-26T18:53:35.858Z Compiling phf_shared v0.12.1
17702026-06-26T18:53:35.909Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17712026-06-26T18:53:36.039Z Compiling expectorate v1.2.0
17722026-06-26T18:53:36.070Z Compiling progenitor-macro v0.13.0
17732026-06-26T18:53:36.178Z Compiling rand v0.10.1
17742026-06-26T18:53:36.191Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17752026-06-26T18:53:36.510Z Compiling hickory-resolver v0.24.4
17762026-06-26T18:53:36.665Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17772026-06-26T18:53:36.863Z Compiling num_enum v0.5.11
17782026-06-26T18:53:36.947Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17792026-06-26T18:53:36.978Z Compiling newtype_derive v0.1.6
17802026-06-26T18:53:37.145Z Compiling progenitor-client v0.13.0
17812026-06-26T18:53:37.442Z Compiling progenitor-impl v0.14.0
17822026-06-26T18:53:37.548Z Compiling unicode-normalization v0.1.25
17832026-06-26T18:53:38.021Z Compiling tokio-stream v0.1.18
17842026-06-26T18:53:38.493Z Compiling async-recursion v1.1.1
17852026-06-26T18:53:38.651Z Compiling snafu-derive v0.8.9
17862026-06-26T18:53:39.049Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17872026-06-26T18:53:39.109Z Compiling slog-dtrace v0.3.0
17882026-06-26T18:53:39.189Z Compiling bstr v1.12.1
17892026-06-26T18:53:39.359Z Compiling csv-core v0.1.13
17902026-06-26T18:53:39.362Z Compiling highway v1.3.0
17912026-06-26T18:53:39.627Z Compiling owo-colors v4.3.0
17922026-06-26T18:53:39.691Z Compiling openssl v0.10.80
17932026-06-26T18:53:39.754Z Compiling same-file v1.0.6
17942026-06-26T18:53:39.932Z Compiling chrono-tz v0.10.4
17952026-06-26T18:53:39.980Z Compiling foldhash v0.1.5
17962026-06-26T18:53:39.991Z Compiling unicode-xid v0.2.6
17972026-06-26T18:53:40.150Z Compiling foreign-types-shared v0.1.1
17982026-06-26T18:53:40.199Z Compiling unicode-width v0.1.14
17992026-06-26T18:53:40.210Z Compiling cancel-safe-futures v0.1.5
18002026-06-26T18:53:40.245Z Compiling konst_macro_rules v0.2.19
18012026-06-26T18:53:40.413Z Compiling snafu v0.8.9
18022026-06-26T18:53:40.427Z Compiling konst v0.2.20
18032026-06-26T18:53:40.483Z Compiling foreign-types v0.3.2
18042026-06-26T18:53:40.512Z Compiling const_format_proc_macros v0.2.34
18052026-06-26T18:53:40.557Z Compiling hashbrown v0.15.5
18062026-06-26T18:53:40.730Z Compiling walkdir v2.5.0
18072026-06-26T18:53:40.801Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-06-26T18:53:40.812Z Compiling globset v0.4.18
18092026-06-26T18:53:41.031Z Compiling progenitor-macro v0.14.0
18102026-06-26T18:53:41.090Z Compiling csv v1.4.0
18112026-06-26T18:53:41.146Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-06-26T18:53:41.187Z Compiling progenitor v0.13.0
18132026-06-26T18:53:41.343Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-26T18:53:41.380Z Compiling qorb v0.4.1
18152026-06-26T18:53:41.655Z Compiling olpc-cjson v0.1.4
18162026-06-26T18:53:41.835Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-06-26T18:53:42.742Z Compiling rayon v1.12.0
18182026-06-26T18:53:43.564Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-26T18:53:43.568Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18202026-06-26T18:53:43.630Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-06-26T18:53:43.919Z Compiling phf v0.12.1
18222026-06-26T18:53:44.075Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18232026-06-26T18:53:44.122Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-26T18:53:44.790Z Compiling zone_cfg_derive v0.3.1
18252026-06-26T18:53:44.923Z Compiling tokio-dtrace v0.1.1
18262026-06-26T18:53:45.228Z Compiling itertools v0.12.1
18272026-06-26T18:53:45.513Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18282026-06-26T18:53:45.568Z Compiling libsw-core v0.3.2
18292026-06-26T18:53:45.715Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18302026-06-26T18:53:45.743Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-06-26T18:53:46.097Z Compiling serde_plain v1.0.2
18322026-06-26T18:53:46.110Z Compiling openssl-macros v0.1.1
18332026-06-26T18:53:46.313Z Compiling pem v3.0.6
18342026-06-26T18:53:46.349Z Compiling cookie v0.18.1
18352026-06-26T18:53:46.353Z Compiling sigpipe v0.1.3
18362026-06-26T18:53:46.398Z Compiling jiff v0.2.28
18372026-06-26T18:53:46.447Z Compiling fixedbitset v0.4.2
18382026-06-26T18:53:46.468Z Compiling fixedbitset v0.5.7
18392026-06-26T18:53:46.601Z Compiling typed-path v0.9.3
18402026-06-26T18:53:46.624Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-26T18:53:46.689Z Compiling glob v0.3.3
18422026-06-26T18:53:46.711Z Compiling bytecount v0.6.9
18432026-06-26T18:53:46.817Z Compiling papergrid v0.11.0
18442026-06-26T18:53:46.852Z Compiling petgraph v0.8.3
18452026-06-26T18:53:47.176Z Compiling petgraph v0.6.5
18462026-06-26T18:53:47.936Z Compiling tough v0.22.0
18472026-06-26T18:53:48.573Z Compiling zone v0.3.1
18482026-06-26T18:53:48.635Z Compiling progenitor v0.14.0
18492026-06-26T18:53:48.698Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18502026-06-26T18:53:48.722Z Compiling libsw v3.5.0
18512026-06-26T18:53:48.765Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18522026-06-26T18:53:48.894Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-26T18:53:48.997Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-06-26T18:53:49.008Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-26T18:53:49.083Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18562026-06-26T18:53:49.213Z Compiling oxide-tokio-rt v0.1.6
18572026-06-26T18:53:49.356Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-26T18:53:50.194Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-26T18:53:50.287Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-26T18:53:50.367Z Compiling const_format v0.2.36
18612026-06-26T18:53:50.719Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18622026-06-26T18:53:51.022Z Compiling tabled_derive v0.7.0
18632026-06-26T18:53:51.137Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-26T18:53:51.190Z Compiling gethostname v0.5.0
18652026-06-26T18:53:51.245Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18662026-06-26T18:53:51.312Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-26T18:53:51.394Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-26T18:53:51.437Z Compiling smf v0.2.3
18692026-06-26T18:53:51.518Z Compiling bcs v0.1.6
18702026-06-26T18:53:51.717Z Compiling whoami v1.6.1
18712026-06-26T18:53:51.842Z Compiling termtree v0.5.1
18722026-06-26T18:53:51.997Z Compiling linear-map v1.2.0
18732026-06-26T18:53:52.012Z Compiling tagptr v0.2.0
18742026-06-26T18:53:52.039Z Compiling smawk v0.3.2
18752026-06-26T18:53:52.049Z Compiling lazy_static v1.5.0
18762026-06-26T18:53:52.152Z Compiling unicode-linebreak v0.1.5
18772026-06-26T18:53:52.163Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-26T18:53:52.176Z Compiling moka v0.12.15
18792026-06-26T18:53:52.179Z Compiling steno v0.4.1
18802026-06-26T18:53:52.403Z Compiling textwrap v0.16.2
18812026-06-26T18:53:52.482Z Compiling tabled v0.15.0
18822026-06-26T18:53:52.705Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-26T18:53:52.970Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-26T18:53:53.785Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-26T18:53:54.205Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-06-26T18:53:55.021Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-26T18:53:55.235Z Compiling hickory-proto v0.25.2
18882026-06-26T18:53:55.419Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18892026-06-26T18:53:55.923Z Compiling libscf-sys v1.2.0
18902026-06-26T18:53:56.003Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18912026-06-26T18:53:56.071Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-26T18:53:56.463Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18932026-06-26T18:53:56.529Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18942026-06-26T18:53:56.638Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18952026-06-26T18:53:56.743Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18962026-06-26T18:53:56.951Z Compiling internet-checksum v0.2.1
18972026-06-26T18:53:56.991Z Compiling nom v8.0.0
18982026-06-26T18:53:57.130Z Compiling hickory-resolver v0.25.2
18992026-06-26T18:53:58.003Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-26T18:53:59.041Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19012026-06-26T18:54:02.350Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-06-26T18:54:04.171Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19032026-06-26T18:54:10.204Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-06-26T18:54:11.813Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-26T18:54:12.826Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19062026-06-26T18:54:13.768Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19072026-06-26T18:54:14.617Z Compiling unnumbered v0.1.0 (/work/oxidecomputer/maghemite/unnumbered)
19082026-06-26T18:54:35.288Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 03s
19092026-06-26T18:54:35.469Z────────────
19102026-06-26T18:54:35.469Z Nextest run ID d149bc2e-b24b-4f4b-9240-9e1473c82cd3 with nextest profile: default
19112026-06-26T18:54:35.469Z Starting 33 tests across 2 binaries
19122026-06-26T18:54:35.475Z PASS [ 0.006s] ndp manager::test::router_solicitation_accepts_complete_unknown_option
19132026-06-26T18:54:35.478Z PASS [ 0.006s] ndp manager::test::router_solicitation_from_non_link_local_is_ignored
19142026-06-26T18:54:35.478Z PASS [ 0.006s] ndp manager::test::router_solicitation_checksum_uses_all_routers_multicast
19152026-06-26T18:54:35.478Z PASS [ 0.006s] ndp manager::test::minimum_router_advertisement
19162026-06-26T18:54:35.478Z PASS [ 0.006s] ndp manager::test::router_advertisement_checksum_defaults_to_all_nodes_multicast
19172026-06-26T18:54:35.479Z PASS [ 0.006s] ndp manager::test::router_solicitation_from_unspecified_rejects_slla
19182026-06-26T18:54:35.479Z PASS [ 0.006s] ndp manager::test::router_solicitation_from_link_local_replies_to_sender
19192026-06-26T18:54:35.479Z PASS [ 0.006s] ndp manager::test::minimum_router_solicitation
19202026-06-26T18:54:35.482Z PASS [ 0.005s] ndp manager::test::router_solicitation_from_unspecified_replies_to_all_nodes
19212026-06-26T18:54:35.482Z PASS [ 0.005s] ndp manager::test::router_solicitation_rejects_multicast_source
19222026-06-26T18:54:35.482Z PASS [ 0.006s] ndp manager::test::router_solicitation_rejects_trailing_partial_option
19232026-06-26T18:54:35.482Z PASS [ 0.005s] ndp manager::test::router_solicitation_rejects_truncated_option_body
19242026-06-26T18:54:35.482Z PASS [ 0.005s] ndp manager::test::router_solicitation_rejects_truncated_payload
19252026-06-26T18:54:35.482Z PASS [ 0.006s] ndp manager::test::router_solicitation_rejects_zero_length_option
19262026-06-26T18:54:35.486Z PASS [ 0.005s] ndp manager::test::router_solicitation_with_link_layer_addr
19272026-06-26T18:54:35.486Z PASS [ 0.006s] ndp manager::test::router_solicitation_rejects_truncated_option_header
19282026-06-26T18:54:35.490Z PASS [ 0.009s] unnumbered interface::tests::interface_map_overwrites_name_and_scope_id_collisions
19292026-06-26T18:54:35.490Z PASS [ 0.009s] unnumbered interface::tests::interface_map_indexes_by_name_and_scope_id
19302026-06-26T18:54:35.493Z PASS [ 0.009s] unnumbered interface::tests::manual_interface_records_and_clears_discovered_neighbor
19312026-06-26T18:54:35.493Z PASS [ 0.009s] unnumbered interface::tests::manual_interface_reports_available_runtime_state
19322026-06-26T18:54:35.493Z PASS [ 0.009s] unnumbered interface::tests::new_manual_rejects_non_link_local_address
19332026-06-26T18:54:35.493Z PASS [ 0.009s] unnumbered interface::tests::new_manual_rejects_zero_scope_id
19342026-06-26T18:54:35.497Z PASS [ 0.010s] unnumbered manager::tests::active_interface_drives_manager_queries_and_bgp_trait
19352026-06-26T18:54:35.500Z PASS [ 0.010s] unnumbered manager::tests::drop_releases_manager
19362026-06-26T18:54:35.520Z PASS [ 0.010s] unnumbered manager::tests::reconciler_retains_unchanged_interface
19372026-06-26T18:54:35.520Z PASS [ 0.010s] unnumbered manager::tests::addr_change_restarts_runtime
19382026-06-26T18:54:35.520Z PASS [ 0.010s] unnumbered manager::tests::pending_interface_derivation
19392026-06-26T18:54:35.520Z PASS [ 0.010s] unnumbered manager::tests::failed_reactivation_leaves_interface_pending
19402026-06-26T18:54:35.520Z PASS [ 0.009s] unnumbered manager::tests::runtime_unaffected_by_lifetime_change
19412026-06-26T18:54:35.520Z PASS [ 0.011s] unnumbered manager::tests::configured_interface_reactivates_after_flap
19422026-06-26T18:54:35.520Z PASS [ 0.008s] unnumbered manager::tests::scope_change_restarts_runtime
19432026-06-26T18:54:35.520Z PASS [ 0.008s] unnumbered manager::tests::unconfigure_interface_clears_pending_and_active_state
19442026-06-26T18:54:35.588Z PASS [ 0.106s] unnumbered interface::tests::proptest_interface_map_keeps_name_and_scope_indexes_consistent
19452026-06-26T18:54:35.591Z────────────
19462026-06-26T18:54:35.591Z Summary [ 0.119s] 33 tests run: 33 passed, 0 skipped
19472026-06-26T18:54:35.601Zprocess exited: duration 326449 ms, exit code 0
 
19482026-06-26T18:54:35.608Zfound 0 output files