01KVY1A3KV3M5H9WB33GW0J165: test-mg-lower

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KVY1AR5AGMGDMZ3M0JKVYE7N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:03:06.448Zjob assigned to worker 01KVY1BFJXT29QTT4Q6K9R9DA6 [factory aws, i-0e64a8cc66cf45be4] (queued for 1 m 6 s)
 
22026-06-25T00:03:13.163Zstarting task 0: "setup"
32026-06-25T00:03:13.170Z++ uname -s
42026-06-25T00:03:13.173Z+ kern=SunOS
52026-06-25T00:03:13.173Z+ build_user=build
62026-06-25T00:03:13.173Z+ build_uid=12345
72026-06-25T00:03:13.174Z+ work_dir=/work
82026-06-25T00:03:13.174Z+ input_dir=/input
92026-06-25T00:03:13.174Z+ [[ 0 == 12345 ]]
102026-06-25T00:03:13.174Z+ case "$kern" in
112026-06-25T00:03:13.174Z+ groupadd -g 12345 build
122026-06-25T00:03:13.177Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:03:15.183Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:03:15.266Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:03:15.269Z+ home_fs=zfs
162026-06-25T00:03:15.270Z+ [[ zfs == autofs ]]
172026-06-25T00:03:15.270Z+ mkdir -p /home/build
182026-06-25T00:03:15.270Z+ chown build:build /home/build /work
192026-06-25T00:03:16.270Z+ chmod 0700 /home/build /work
202026-06-25T00:03:16.273Zprocess exited: duration 3110 ms, exit code 0
 
212026-06-25T00:03:16.279Zstarting task 1: "rust-toolchain"
222026-06-25T00:03:16.282Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T00:03:16.282Z * rust toolchain channel = "stable"
242026-06-25T00:03:16.282Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T00:03:16.282Z * rust toolchain profile = "default"
262026-06-25T00:03:16.282Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T00:03:16.282Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:03:16.285Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:03:16.285Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T00:03:16.357Zinfo: downloading installer
312026-06-25T00:03:17.851Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T00:03:17.851Zwarn: /opt/ooce/bin
332026-06-25T00:03:17.851Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T00:03:17.851Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T00:03:17.851Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T00:03:17.851Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T00:03:17.851Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T00:03:17.851Zerror: cannot install while Rust is installed
392026-06-25T00:03:17.851Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T00:03:17.851Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T00:03:17.851Zwarn: /home/build/.rustup/settings.toml
422026-06-25T00:03:17.851Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T00:03:17.851Zwarn: instead of the one inferred from the default host triple.
442026-06-25T00:03:17.863Zinfo: profile set to default
452026-06-25T00:03:17.863Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T00:03:17.866Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T00:03:18.002Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T00:03:18.006Zinfo: downloading 6 components
492026-06-25T00:03:33.008Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T00:03:33.008Z
512026-06-25T00:03:33.014Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T00:03:33.014Z
532026-06-25T00:03:33.014Z
542026-06-25T00:03:33.014ZRust is installed now. Great!
552026-06-25T00:03:33.014Z
562026-06-25T00:03:33.015ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T00:03:33.015Zenvironment variable. This has not been done automatically.
582026-06-25T00:03:33.015Z
592026-06-25T00:03:33.015ZTo configure your current shell, you need to source
602026-06-25T00:03:33.015Zthe corresponding env file under $HOME/.cargo.
612026-06-25T00:03:33.015Z
622026-06-25T00:03:33.015ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T00:03:33.015Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T00:03:33.015Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T00:03:33.015Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T00:03:33.015Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T00:03:33.015Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T00:03:33.015Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T00:03:33.015Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T00:03:33.015Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T00:03:33.107Z+ rustup --version
722026-06-25T00:03:33.114Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T00:03:33.117Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T00:03:33.134Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T00:03:33.159Z+ cargo --version
762026-06-25T00:03:33.170Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T00:03:33.170Z+ rustc --version
782026-06-25T00:03:33.186Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T00:03:33.192Zprocess exited: duration 16893 ms, exit code 0
 
802026-06-25T00:03:33.203Zstarting task 2: "authentication"
812026-06-25T00:03:33.256Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T00:03:33.277Zstarting task 3: "clone repository"
832026-06-25T00:03:33.280Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T00:03:33.280Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T00:03:33.404ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T00:03:34.623Z+ cd /work/oxidecomputer/maghemite
872026-06-25T00:03:34.623Z+ git fetch origin 259f208a5992ccc766de2134939801cc26f9ae0e
882026-06-25T00:03:34.864ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T00:03:34.864Z * branch 259f208a5992ccc766de2134939801cc26f9ae0e -> FETCH_HEAD
902026-06-25T00:03:34.874Z+ [[ -n trey/ndp-demux ]]
912026-06-25T00:03:34.880Z++ git branch --show-current
922026-06-25T00:03:34.880Z+ current=main
932026-06-25T00:03:34.880Z+ [[ main != trey/ndp-demux ]]
942026-06-25T00:03:34.880Z+ git branch -f trey/ndp-demux 259f208a5992ccc766de2134939801cc26f9ae0e
952026-06-25T00:03:34.880Z+ git checkout -f trey/ndp-demux
962026-06-25T00:03:34.894ZSwitched to branch 'trey/ndp-demux'
972026-06-25T00:03:34.897Z+ git reset --hard 259f208a5992ccc766de2134939801cc26f9ae0e
982026-06-25T00:03:34.910ZHEAD is now at 259f208 Merge branch 'main' into trey/ndp-demux
992026-06-25T00:03:34.913Zprocess exited: duration 1635 ms, exit code 0
 
1002026-06-25T00:03:34.924Zstarting task 4: "build"
1012026-06-25T00:03:34.928Z+ set -e
1022026-06-25T00:03:34.928Z+ source .github/buildomat/test-common.sh
1032026-06-25T00:03:34.928Z++ NEXTEST_VERSION=0.9.97
1042026-06-25T00:03:34.928Z++ PLATFORM=illumos
1052026-06-25T00:03:34.928Z++ banner install
1062026-06-25T00:03:34.935Z
1072026-06-25T00:03:34.935Z # # # #### ##### ## # #
1082026-06-25T00:03:34.935Z # ## # # # # # # #
1092026-06-25T00:03:34.935Z # # # # #### # # # # #
1102026-06-25T00:03:34.935Z # # # # # # ###### # #
1112026-06-25T00:03:34.935Z # # ## # # # # # # #
1122026-06-25T00:03:34.935Z # # # #### # # # ###### ######
1132026-06-25T00:03:34.935Z
1142026-06-25T00:03:34.935Z++ set +o errexit
1152026-06-25T00:03:34.935Z++ pkg info clang-15
1162026-06-25T00:03:34.935Z++ grep -qi installed
1172026-06-25T00:03:37.805Zpkg: info: no packages matching the following patterns you specified are
1182026-06-25T00:03:37.805Zinstalled on the system. Try querying remotely instead:
1192026-06-25T00:03:37.805Z
1202026-06-25T00:03:37.805Z clang-15
1212026-06-25T00:03:37.814Z++ [[ 1 != 0 ]]
1222026-06-25T00:03:37.815Z++ set -o errexit
1232026-06-25T00:03:37.815Z++ pfexec pkg install clang-15
1242026-06-25T00:03:43.951Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-25T00:03:51.625Z Startup: Caching catalogs ... Done
1262026-06-25T00:03:58.836ZPlanning: Solver setup ... Done
1272026-06-25T00:03:58.858ZPlanning: Running solver ... Done
1282026-06-25T00:03:58.995ZPlanning: Finding local manifests ... Done
1292026-06-25T00:03:59.015ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-25T00:03:59.109ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-25T00:03:59.138ZPlanning: Package planning ... Done
1322026-06-25T00:03:59.164ZPlanning: Merging actions ... Done
1332026-06-25T00:03:59.276ZPlanning: Checking for conflicting actions ... Done
1342026-06-25T00:03:59.282ZPlanning: Consolidating action changes ... Done
1352026-06-25T00:04:00.011ZPlanning: Evaluating mediators ... Done
1362026-06-25T00:04:00.018ZPlanning: Planning completed in 8.24 seconds
1372026-06-25T00:04:00.028Z Packages to install: 2
1382026-06-25T00:04:00.028Z Mediators to change: 2
1392026-06-25T00:04:00.033Z Services to change: 1
1402026-06-25T00:04:00.033Z Create boot environment: No
1412026-06-25T00:04:00.033ZCreate backup boot environment: No
1422026-06-25T00:04:00.079Z
1432026-06-25T00:04:00.079ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-25T00:04:06.159ZDownload: 978/3076 items 82.2/211.3MB 38% complete (18.1M/s)
1452026-06-25T00:04:12.591ZDownload: 983/3076 items 82.2/211.3MB 38% complete (17.0M/s)
1462026-06-25T00:04:17.592ZDownload: 1690/3076 items 116.4/211.3MB 55% complete (6.9M/s)
1472026-06-25T00:04:24.959ZDownload: 2004/3076 items 117.7/211.3MB 55% complete (4.7M/s)
1482026-06-25T00:04:38.165ZDownload: 2005/3076 items 117.7/211.3MB 55% complete
1492026-06-25T00:04:43.700ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (8.1M/s)
1502026-06-25T00:04:48.748ZDownload: 3035/3076 items 201.8/211.3MB 95% complete (12.3M/s)
1512026-06-25T00:04:54.729ZDownload: 3060/3076 items 207.6/211.3MB 98% complete (10.6M/s)
1522026-06-25T00:05:01.146ZDownload: 3066/3076 items 209.1/211.3MB 98% complete (9.0M/s)
1532026-06-25T00:05:01.188ZDownload: Completed 211.31 MB in 61.11 seconds (3.5M/s)
1542026-06-25T00:05:01.308Z Actions: 1/3418 actions (Installing new actions)
1552026-06-25T00:05:04.448Z Actions: Completed 3418 actions in 3.14 seconds.
1562026-06-25T00:05:05.094Z Done
1572026-06-25T00:05:05.094Z Done
1582026-06-25T00:05:05.829Z Done
1592026-06-25T00:05:09.234Z Done
1602026-06-25T00:05:09.305Z Done
1612026-06-25T00:05:09.308Z Done
1622026-06-25T00:05:09.482Z Done
1632026-06-25T00:05:10.153Z++ set -o errexit
1642026-06-25T00:05:10.153Z++ cargo --version
1652026-06-25T00:05:10.158Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1662026-06-25T00:05:10.328Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1672026-06-25T00:05:10.333Zinfo: downloading 6 components
1682026-06-25T00:05:25.157Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1692026-06-25T00:05:25.160Z++ rustc --version
1702026-06-25T00:05:25.184Zrustc 1.95.0 (59807616e 2026-04-14)
1712026-06-25T00:05:25.188Z++ cargo install cargo-nextest --version 0.9.97
1722026-06-25T00:05:25.236Z Updating crates.io index
1732026-06-25T00:05:25.338Z Downloading crates ...
1742026-06-25T00:05:25.389Z Downloaded cargo-nextest v0.9.97
1752026-06-25T00:05:25.451Z Installing cargo-nextest v0.9.97
1762026-06-25T00:05:25.496Z Updating crates.io index
1772026-06-25T00:05:28.005Z Locking 390 packages to latest compatible versions
1782026-06-25T00:05:28.009Z Adding dialoguer v0.11.0 (available: v0.12.0)
1792026-06-25T00:05:28.013Z Adding duct v0.13.7 (available: v1.1.1)
1802026-06-25T00:05:28.013Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1812026-06-25T00:05:28.013Z Adding generic-array v0.14.7 (available: v0.14.9)
1822026-06-25T00:05:28.018Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1832026-06-25T00:05:28.018Z Adding itertools v0.14.0 (available: v0.15.0)
1842026-06-25T00:05:28.018Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1852026-06-25T00:05:28.018Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1862026-06-25T00:05:28.023Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1872026-06-25T00:05:28.023Z Adding quick-junit v0.5.2 (available: v0.6.0)
1882026-06-25T00:05:28.048Z Downloading crates ...
1892026-06-25T00:05:28.134Z Downloaded cfg-if v1.0.4
1902026-06-25T00:05:28.150Z Downloaded cfg_aliases v0.2.1
1912026-06-25T00:05:28.150Z Downloaded ahash v0.8.12
1922026-06-25T00:05:28.150Z Downloaded adler2 v2.0.1
1932026-06-25T00:05:28.150Z Downloaded anstream v1.0.0
1942026-06-25T00:05:28.150Z Downloaded addr2line v0.25.1
1952026-06-25T00:05:28.159Z Downloaded aho-corasick v1.1.4
1962026-06-25T00:05:28.159Z Downloaded form_urlencoded v1.2.2
1972026-06-25T00:05:28.159Z Downloaded dialoguer v0.11.0
1982026-06-25T00:05:28.159Z Downloaded hex v0.4.3
1992026-06-25T00:05:28.159Z Downloaded anstyle-query v1.1.5
2002026-06-25T00:05:28.159Z Downloaded fastrand v2.4.1
2012026-06-25T00:05:28.168Z Downloaded foreign-types v0.3.2
2022026-06-25T00:05:28.169Z Downloaded foldhash v0.1.5
2032026-06-25T00:05:28.169Z Downloaded fnv v1.0.7
2042026-06-25T00:05:28.169Z Downloaded equivalent v1.0.2
2052026-06-25T00:05:28.169Z Downloaded atomic-waker v1.1.2
2062026-06-25T00:05:28.169Z Downloaded futures-channel v0.3.32
2072026-06-25T00:05:28.180Z Downloaded crc32fast v1.5.0
2082026-06-25T00:05:28.180Z Downloaded futures-task v0.3.32
2092026-06-25T00:05:28.180Z Downloaded cargo-util-schemas v0.2.0
2102026-06-25T00:05:28.180Z Downloaded home v0.5.12
2112026-06-25T00:05:28.221Z Downloaded openssl-probe v0.2.1
2122026-06-25T00:05:28.241Z Downloaded camino v1.2.3
2132026-06-25T00:05:28.241Z Downloaded futures v0.3.32
2142026-06-25T00:05:28.242Z Downloaded futures-io v0.3.32
2152026-06-25T00:05:28.242Z Downloaded async-scoped v0.9.0
2162026-06-25T00:05:28.242Z Downloaded backtrace-ext v0.2.1
2172026-06-25T00:05:28.242Z Downloaded futures-core v0.3.32
2182026-06-25T00:05:28.242Z Downloaded pathdiff v0.2.3
2192026-06-25T00:05:28.242Z Downloaded atomicwrites v0.4.4
2202026-06-25T00:05:28.242Z Downloaded rustc_version v0.4.1
2212026-06-25T00:05:28.242Z Downloaded curve25519-dalek-derive v0.1.1
2222026-06-25T00:05:28.242Z Downloaded clap_lex v1.1.0
2232026-06-25T00:05:28.242Z Downloaded scopeguard v1.2.0
2242026-06-25T00:05:28.242Z Downloaded ordered-float v2.10.1
2252026-06-25T00:05:28.242Z Downloaded foreign-types-shared v0.1.1
2262026-06-25T00:05:28.242Z Downloaded percent-encoding v2.3.2
2272026-06-25T00:05:28.242Z Downloaded os_pipe v1.2.3
2282026-06-25T00:05:28.242Z Downloaded number_prefix v0.4.0
2292026-06-25T00:05:28.242Z Downloaded nested v0.1.1
2302026-06-25T00:05:28.242Z Downloaded quote v1.0.46
2312026-06-25T00:05:28.242Z Downloaded mukti-metadata v0.3.0
2322026-06-25T00:05:28.242Z Downloaded lru-slab v0.1.2
2332026-06-25T00:05:28.242Z Downloaded errno v0.3.14
2342026-06-25T00:05:28.248Z Downloaded generic-array v0.14.7
2352026-06-25T00:05:28.248Z Downloaded cpufeatures v0.2.17
2362026-06-25T00:05:28.248Z Downloaded futures-sink v0.3.32
2372026-06-25T00:05:28.248Z Downloaded hyper-tls v0.6.0
2382026-06-25T00:05:28.248Z Downloaded enable-ansi-support v0.2.1
2392026-06-25T00:05:28.248Z Downloaded openssl-macros v0.1.1
2402026-06-25T00:05:28.248Z Downloaded colorchoice v1.0.5
2412026-06-25T00:05:28.248Z Downloaded block-buffer v0.10.4
2422026-06-25T00:05:28.248Z Downloaded cargo-platform v0.3.3
2432026-06-25T00:05:28.248Z Downloaded ppv-lite86 v0.2.21
2442026-06-25T00:05:28.249Z Downloaded lazy_static v1.5.0
2452026-06-25T00:05:28.249Z Downloaded rand_chacha v0.9.0
2462026-06-25T00:05:28.249Z Downloaded cargo-platform v0.2.0
2472026-06-25T00:05:28.249Z Downloaded document-features v0.2.12
2482026-06-25T00:05:28.253Z Downloaded crypto-common v0.1.7
2492026-06-25T00:05:28.253Z Downloaded http-body-util v0.1.3
2502026-06-25T00:05:28.253Z Downloaded color-spantrace v0.3.0
2512026-06-25T00:05:28.253Z Downloaded indenter v0.3.4
2522026-06-25T00:05:28.256Z Downloaded indent_write v2.2.0
2532026-06-25T00:05:28.256Z Downloaded http-body v1.0.1
2542026-06-25T00:05:28.256Z Downloaded humantime-serde v1.1.1
2552026-06-25T00:05:28.256Z Downloaded fixedbitset v0.5.7
2562026-06-25T00:05:28.260Z Downloaded futures-macro v0.3.32
2572026-06-25T00:05:28.265Z Downloaded humantime v2.3.0
2582026-06-25T00:05:28.265Z Downloaded autocfg v1.5.1
2592026-06-25T00:05:28.268Z Downloaded camino-tempfile v1.4.1
2602026-06-25T00:05:28.268Z Downloaded globset v0.4.18
2612026-06-25T00:05:28.272Z Downloaded der v0.7.10
2622026-06-25T00:05:28.275Z Downloaded heck v0.5.0
2632026-06-25T00:05:28.275Z Downloaded debug-ignore v1.0.5
2642026-06-25T00:05:28.275Z Downloaded rustc-hash v2.1.2
2652026-06-25T00:05:28.278Z Downloaded is_terminal_polyfill v1.70.2
2662026-06-25T00:05:28.278Z Downloaded is_ci v1.2.0
2672026-06-25T00:05:28.282Z Downloaded guppy-workspace-hack v0.1.0
2682026-06-25T00:05:28.282Z Downloaded clap_derive v4.6.1
2692026-06-25T00:05:28.282Z Downloaded serde-value v0.7.0
2702026-06-25T00:05:28.286Z Downloaded serde_spanned v1.1.1
2712026-06-25T00:05:28.286Z Downloaded signal-hook-mio v0.2.5
2722026-06-25T00:05:28.286Z Downloaded shared_child v1.1.1
2732026-06-25T00:05:28.289Z Downloaded signature v2.2.0
2742026-06-25T00:05:28.289Z Downloaded shell-words v1.1.1
2752026-06-25T00:05:28.297Z Downloaded pin-project-internal v1.1.13
2762026-06-25T00:05:28.297Z Downloaded newtype-uuid v1.3.2
2772026-06-25T00:05:28.297Z Downloaded pkg-config v0.3.33
2782026-06-25T00:05:28.297Z Downloaded serde_urlencoded v0.7.1
2792026-06-25T00:05:28.297Z Downloaded strip-ansi-escapes v0.2.1
2802026-06-25T00:05:28.306Z Downloaded serde_ignored v0.1.14
2812026-06-25T00:05:28.306Z Downloaded hyper-rustls v0.27.9
2822026-06-25T00:05:28.306Z Downloaded idna_adapter v1.0.0
2832026-06-25T00:05:28.306Z Downloaded futures-executor v0.3.32
2842026-06-25T00:05:28.306Z Downloaded nextest-workspace-hack v0.1.0
2852026-06-25T00:05:28.306Z Downloaded duct v0.13.7
2862026-06-25T00:05:28.306Z Downloaded filetime v0.2.29
2872026-06-25T00:05:28.313Z Downloaded anstyle v1.0.14
2882026-06-25T00:05:28.313Z Downloaded ed25519 v2.2.3
2892026-06-25T00:05:28.313Z Downloaded digest v0.10.7
2902026-06-25T00:05:28.313Z Downloaded itoa v1.0.18
2912026-06-25T00:05:28.313Z Downloaded convert_case v0.10.0
2922026-06-25T00:05:28.313Z Downloaded cargo_metadata v0.23.1
2932026-06-25T00:05:28.313Z Downloaded base64ct v1.8.3
2942026-06-25T00:05:28.318Z Downloaded strsim v0.11.1
2952026-06-25T00:05:28.318Z Downloaded litrs v1.0.0
2962026-06-25T00:05:28.318Z Downloaded serde_spanned v0.6.9
2972026-06-25T00:05:28.318Z Downloaded parking_lot_core v0.9.12
2982026-06-25T00:05:28.318Z Downloaded either v1.16.0
2992026-06-25T00:05:28.318Z Downloaded sync_wrapper v1.0.2
3002026-06-25T00:05:28.322Z Downloaded supports-unicode v3.0.0
3012026-06-25T00:05:28.322Z Downloaded rand_core v0.9.5
3022026-06-25T00:05:28.322Z Downloaded cargo_metadata v0.20.0
3032026-06-25T00:05:28.322Z Downloaded supports-color v3.0.2
3042026-06-25T00:05:28.322Z Downloaded semver v1.0.28
3052026-06-25T00:05:28.331Z Downloaded serde-untagged v0.1.9
3062026-06-25T00:05:28.331Z Downloaded self-replace v1.5.0
3072026-06-25T00:05:28.331Z Downloaded eyre v0.6.12
3082026-06-25T00:05:28.331Z Downloaded rand v0.9.4
3092026-06-25T00:05:28.334Z Downloaded find-msvc-tools v0.1.9
3102026-06-25T00:05:28.334Z Downloaded pin-project v1.1.13
3112026-06-25T00:05:28.337Z Downloaded sigchld v0.2.4
3122026-06-25T00:05:28.341Z Downloaded terminal_size v0.4.4
3132026-06-25T00:05:28.341Z Downloaded cfg-expr v0.20.8
3142026-06-25T00:05:28.341Z Downloaded jobserver v0.1.34
3152026-06-25T00:05:28.351Z Downloaded tinyvec_macros v0.1.1
3162026-06-25T00:05:28.351Z Downloaded pin-project-lite v0.2.17
3172026-06-25T00:05:28.351Z Downloaded lock_api v0.4.14
3182026-06-25T00:05:28.354Z Downloaded simd-adler32 v0.3.9
3192026-06-25T00:05:28.357Z Downloaded swrite v0.1.0
3202026-06-25T00:05:28.358Z Downloaded supports-hyperlinks v3.2.0
3212026-06-25T00:05:28.358Z Downloaded signal-hook-registry v1.4.8
3222026-06-25T00:05:28.363Z Downloaded subtle v2.6.1
3232026-06-25T00:05:28.366Z Downloaded slab v0.4.12
3242026-06-25T00:05:28.366Z Downloaded toml_datetime v0.6.11
3252026-06-25T00:05:28.366Z Downloaded once_cell v1.21.4
3262026-06-25T00:05:28.371Z Downloaded rustls-pki-types v1.14.1
3272026-06-25T00:05:28.371Z Downloaded miette-derive v7.6.0
3282026-06-25T00:05:28.371Z Downloaded nextest-metadata v0.12.2
3292026-06-25T00:05:28.371Z Downloaded anstyle-parse v1.0.0
3302026-06-25T00:05:28.374Z Downloaded rand_core v0.6.4
3312026-06-25T00:05:28.374Z Downloaded erased-serde v0.4.10
3322026-06-25T00:05:28.377Z Downloaded future-queue v0.4.0
3332026-06-25T00:05:28.383Z Downloaded tower-service v0.3.3
3342026-06-25T00:05:28.383Z Downloaded sha2 v0.10.9
3352026-06-25T00:05:28.383Z Downloaded toml_write v0.1.2
3362026-06-25T00:05:28.384Z Downloaded tower-layer v0.3.3
3372026-06-25T00:05:28.384Z Downloaded try-lock v0.2.5
3382026-06-25T00:05:28.384Z Downloaded tracing-error v0.2.1
3392026-06-25T00:05:28.386Z Downloaded spki v0.7.3
3402026-06-25T00:05:28.387Z Downloaded quinn-udp v0.5.14
3412026-06-25T00:05:28.390Z Downloaded native-tls v0.2.18
3422026-06-25T00:05:28.406Z Downloaded const-oid v0.9.6
3432026-06-25T00:05:28.414Z Downloaded rustc-demangle v0.1.27
3442026-06-25T00:05:28.414Z Downloaded ipnet v2.12.0
3452026-06-25T00:05:28.414Z Downloaded target-lexicon v0.13.5
3462026-06-25T00:05:28.414Z Downloaded typeid v1.0.3
3472026-06-25T00:05:28.414Z Downloaded iana-time-zone v0.1.65
3482026-06-25T00:05:28.414Z Downloaded smol_str v0.3.6
3492026-06-25T00:05:28.415Z Downloaded utf8parse v0.2.2
3502026-06-25T00:05:28.415Z Downloaded thiserror v2.0.18
3512026-06-25T00:05:28.415Z Downloaded utf8_iter v1.0.4
3522026-06-25T00:05:28.415Z Downloaded version_check v0.9.5
3532026-06-25T00:05:28.419Z Downloaded unicode-xid v0.2.6
3542026-06-25T00:05:28.419Z Downloaded urlencoding v2.1.3
3552026-06-25T00:05:28.419Z Downloaded untrusted v0.9.0
3562026-06-25T00:05:28.419Z Downloaded unicode-linebreak v0.1.5
3572026-06-25T00:05:28.419Z Downloaded parking_lot v0.12.5
3582026-06-25T00:05:28.425Z Downloaded pkcs8 v0.10.2
3592026-06-25T00:05:28.425Z Downloaded httparse v1.10.1
3602026-06-25T00:05:28.425Z Downloaded tokio-native-tls v0.3.1
3612026-06-25T00:05:28.428Z Downloaded tokio-macros v2.7.0
3622026-06-25T00:05:28.428Z Downloaded thread_local v1.1.9
3632026-06-25T00:05:28.428Z Downloaded thiserror-impl v1.0.69
3642026-06-25T00:05:28.428Z Downloaded target-spec-miette v0.4.8
3652026-06-25T00:05:28.432Z Downloaded console v0.15.11
3662026-06-25T00:05:28.432Z Downloaded thiserror-impl v2.0.18
3672026-06-25T00:05:28.432Z Downloaded want v0.3.1
3682026-06-25T00:05:28.434Z Downloaded static_assertions v1.1.0
3692026-06-25T00:05:28.435Z Downloaded serde_path_to_error v0.1.20
3702026-06-25T00:05:28.435Z Downloaded shlex v2.0.1
3712026-06-25T00:05:28.439Z Downloaded xattr v1.6.1
3722026-06-25T00:05:28.444Z Downloaded owo-colors v4.3.0
3732026-06-25T00:05:28.448Z Downloaded nextest-filtering v0.15.0
3742026-06-25T00:05:28.461Z Downloaded getrandom v0.2.17
3752026-06-25T00:05:28.464Z Downloaded unicase v2.9.0
3762026-06-25T00:05:28.467Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3772026-06-25T00:05:28.467Z Downloaded getrandom v0.3.4
3782026-06-25T00:05:28.469Z Downloaded num-traits v0.2.19
3792026-06-25T00:05:28.469Z Downloaded clap v4.6.1
3802026-06-25T00:05:28.474Z Downloaded tracing-log v0.2.0
3812026-06-25T00:05:28.477Z Downloaded toml_writer v1.1.1+spec-1.1.0
3822026-06-25T00:05:28.477Z Downloaded smallvec v1.15.2
3832026-06-25T00:05:28.477Z Downloaded tempfile v3.27.0
3842026-06-25T00:05:28.480Z Downloaded ryu v1.0.23
3852026-06-25T00:05:28.483Z Downloaded bitflags v2.13.0
3862026-06-25T00:05:28.483Z Downloaded openssl-sys v0.9.117
3872026-06-25T00:05:28.486Z Downloaded getrandom v0.4.3
3882026-06-25T00:05:28.489Z Downloaded zeroize v1.9.0
3892026-06-25T00:05:28.489Z Downloaded zstd-safe v7.2.4
3902026-06-25T00:05:28.493Z Downloaded signal-hook v0.3.18
3912026-06-25T00:05:28.493Z Downloaded serde_core v1.0.228
3922026-06-25T00:05:28.497Z Downloaded thiserror v1.0.69
3932026-06-25T00:05:28.498Z Downloaded proc-macro2 v1.0.106
3942026-06-25T00:05:28.502Z Downloaded quick-junit v0.5.2
3952026-06-25T00:05:28.502Z Downloaded xxhash-rust v0.8.15
3962026-06-25T00:05:28.502Z Downloaded zstd v0.13.3
3972026-06-25T00:05:28.509Z Downloaded toml_parser v1.1.2+spec-1.1.0
3982026-06-25T00:05:28.509Z Downloaded zmij v1.0.21
3992026-06-25T00:05:28.509Z Downloaded indicatif v0.17.11
4002026-06-25T00:05:28.509Z Downloaded log v0.4.33
4012026-06-25T00:05:28.518Z Downloaded toml v0.8.23
4022026-06-25T00:05:28.519Z Downloaded tokio-rustls v0.26.4
4032026-06-25T00:05:28.519Z Downloaded miniz_oxide v0.8.9
4042026-06-25T00:05:28.519Z Downloaded bytes v1.12.0
4052026-06-25T00:05:28.531Z Downloaded reqwest v0.12.28
4062026-06-25T00:05:28.531Z Downloaded target-spec v3.6.0
4072026-06-25T00:05:28.531Z Downloaded tracing-attributes v0.1.31
4082026-06-25T00:05:28.531Z Downloaded self_update v0.42.0
4092026-06-25T00:05:28.531Z Downloaded derive-where v1.6.1
4102026-06-25T00:05:28.531Z Downloaded textwrap v0.16.2
4112026-06-25T00:05:28.531Z Downloaded backtrace v0.3.76
4122026-06-25T00:05:28.531Z Downloaded tokio-stream v0.1.18
4132026-06-25T00:05:28.556Z Downloaded serde_derive v1.0.228
4142026-06-25T00:05:28.556Z Downloaded serde v1.0.228
4152026-06-25T00:05:28.556Z Downloaded ed25519-dalek v2.2.0
4162026-06-25T00:05:28.556Z Downloaded config v0.15.24
4172026-06-25T00:05:28.556Z Downloaded base64 v0.22.1
4182026-06-25T00:05:28.556Z Downloaded indexmap v2.14.0
4192026-06-25T00:05:28.570Z Downloaded unicode-ident v1.0.24
4202026-06-25T00:05:28.570Z Downloaded flate2 v1.1.9
4212026-06-25T00:05:28.570Z Downloaded zipsign-api v0.1.5
4222026-06-25T00:05:28.571Z Downloaded toml v1.1.2+spec-1.1.0
4232026-06-25T00:05:28.571Z Downloaded tar v0.4.46
4242026-06-25T00:05:28.571Z Downloaded tinyvec v1.11.0
4252026-06-25T00:05:28.571Z Downloaded socket2 v0.6.4
4262026-06-25T00:05:28.571Z Downloaded derive_more v2.1.1
4272026-06-25T00:05:28.593Z Downloaded quinn v0.11.11
4282026-06-25T00:05:28.593Z Downloaded sharded-slab v0.1.7
4292026-06-25T00:05:28.601Z Downloaded hyper-util v0.1.20
4302026-06-25T00:05:28.601Z Downloaded vte v0.14.1
4312026-06-25T00:05:28.601Z Downloaded cc v1.2.65
4322026-06-25T00:05:28.601Z Downloaded futures-util v0.3.32
4332026-06-25T00:05:28.601Z Downloaded toml_edit v0.22.27
4342026-06-25T00:05:28.628Z Downloaded tracing-core v0.1.36
4352026-06-25T00:05:28.629Z Downloaded rustls-webpki v0.103.13
4362026-06-25T00:05:28.629Z Downloaded borsh v1.7.0
4372026-06-25T00:05:28.629Z Downloaded derive_more-impl v2.1.1
4382026-06-25T00:05:28.635Z Downloaded memchr v2.8.2
4392026-06-25T00:05:28.635Z Downloaded uuid v1.23.4
4402026-06-25T00:05:28.635Z Downloaded url v2.5.8
4412026-06-25T00:05:28.635Z Downloaded miette v7.6.0
4422026-06-25T00:05:28.635Z Downloaded crossterm v0.29.0
4432026-06-25T00:05:28.641Z Downloaded ron v0.12.2
4442026-06-25T00:05:28.644Z Downloaded http v1.4.2
4452026-06-25T00:05:28.644Z Downloaded hashbrown v0.17.1
4462026-06-25T00:05:28.659Z Downloaded tower v0.5.3
4472026-06-25T00:05:28.665Z Downloaded mio v1.2.1
4482026-06-25T00:05:28.668Z Downloaded regex v1.12.4
4492026-06-25T00:05:28.671Z Downloaded typenum v1.20.1
4502026-06-25T00:05:28.679Z Downloaded hashbrown v0.15.5
4512026-06-25T00:05:28.682Z Downloaded unicode-segmentation v1.13.3
4522026-06-25T00:05:28.682Z Downloaded itertools v0.14.0
4532026-06-25T00:05:28.687Z Downloaded hyper v1.10.1
4542026-06-25T00:05:28.692Z Downloaded idna v1.1.0
4552026-06-25T00:05:28.698Z Downloaded serde_json v1.0.150
4562026-06-25T00:05:28.706Z Downloaded guppy v0.17.26
4572026-06-25T00:05:28.712Z Downloaded unicode-normalization v0.1.25
4582026-06-25T00:05:28.712Z Downloaded clap_builder v4.6.0
4592026-06-25T00:05:28.724Z Downloaded quick-xml v0.37.5
4602026-06-25T00:05:28.724Z Downloaded pulldown-cmark v0.13.4
4612026-06-25T00:05:28.727Z Downloaded quick-xml v0.38.4
4622026-06-25T00:05:28.739Z Downloaded h2 v0.4.15
4632026-06-25T00:05:28.748Z Downloaded portable-atomic v1.13.1
4642026-06-25T00:05:28.756Z Downloaded tokio-util v0.7.18
4652026-06-25T00:05:28.757Z Downloaded tower-http v0.6.11
4662026-06-25T00:05:28.768Z Downloaded winnow v0.7.15
4672026-06-25T00:05:28.776Z Downloaded winnow v1.0.3
4682026-06-25T00:05:28.780Z Downloaded tracing-subscriber v0.3.23
4692026-06-25T00:05:28.786Z Downloaded curve25519-dalek v4.1.3
4702026-06-25T00:05:28.790Z Downloaded webpki-roots v1.0.8
4712026-06-25T00:05:28.793Z Downloaded chrono v0.4.45
4722026-06-25T00:05:28.800Z Downloaded vcpkg v0.2.15
4732026-06-25T00:05:28.827Z Downloaded quinn-proto v0.11.15
4742026-06-25T00:05:28.835Z Downloaded nextest-runner v0.80.0
4752026-06-25T00:05:28.842Z Downloaded unicode-width v0.2.2
4762026-06-25T00:05:28.848Z Downloaded zerocopy v0.8.52
4772026-06-25T00:05:28.861Z Downloaded unicode-width v0.1.14
4782026-06-25T00:05:28.870Z Downloaded bstr v1.12.2
4792026-06-25T00:05:28.870Z Downloaded gimli v0.32.3
4802026-06-25T00:05:28.883Z Downloaded tracing v0.1.44
4812026-06-25T00:05:28.890Z Downloaded syn v2.0.118
4822026-06-25T00:05:28.897Z Downloaded openssl v0.10.81
4832026-06-25T00:05:28.904Z Downloaded object v0.37.3
4842026-06-25T00:05:28.908Z Downloaded nix v0.30.1
4852026-06-25T00:05:28.914Z Downloaded color-eyre v0.6.5
4862026-06-25T00:05:28.922Z Downloaded rustls v0.23.41
4872026-06-25T00:05:28.929Z Downloaded regex-syntax v0.8.11
4882026-06-25T00:05:28.934Z Downloaded rustix v0.38.44
4892026-06-25T00:05:28.983Z Downloaded rustix v1.1.4
4902026-06-25T00:05:28.984Z Downloaded tokio v1.52.3
4912026-06-25T00:05:29.025Z Downloaded regex-automata v0.4.14
4922026-06-25T00:05:29.082Z Downloaded libc v0.2.186
4932026-06-25T00:05:29.103Z Downloaded petgraph v0.8.3
4942026-06-25T00:05:29.109Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4952026-06-25T00:05:29.179Z Downloaded recursion v0.5.4
4962026-06-25T00:05:29.185Z Downloaded ring v0.17.14
4972026-06-25T00:05:29.244Z Compiling proc-macro2 v1.0.106
4982026-06-25T00:05:29.244Z Compiling libc v0.2.186
4992026-06-25T00:05:29.247Z Compiling quote v1.0.46
5002026-06-25T00:05:29.247Z Compiling unicode-ident v1.0.24
5012026-06-25T00:05:29.247Z Compiling serde_core v1.0.228
5022026-06-25T00:05:29.247Z Compiling cfg-if v1.0.4
5032026-06-25T00:05:29.247Z Compiling memchr v2.8.2
5042026-06-25T00:05:29.375Z Compiling once_cell v1.21.4
5052026-06-25T00:05:29.492Z Compiling log v0.4.33
5062026-06-25T00:05:29.519Z Compiling pin-project-lite v0.2.17
5072026-06-25T00:05:29.622Z Compiling itoa v1.0.18
5082026-06-25T00:05:29.640Z Compiling serde v1.0.228
5092026-06-25T00:05:29.811Z Compiling smallvec v1.15.2
5102026-06-25T00:05:29.870Z Compiling futures-core v0.3.32
5112026-06-25T00:05:29.989Z Compiling bitflags v2.13.0
5122026-06-25T00:05:30.018Z Compiling hashbrown v0.17.1
5132026-06-25T00:05:30.056Z Compiling find-msvc-tools v0.1.9
5142026-06-25T00:05:30.309Z Compiling errno v0.3.14
5152026-06-25T00:05:30.378Z Compiling shlex v2.0.1
5162026-06-25T00:05:30.407Z Compiling equivalent v1.0.2
5172026-06-25T00:05:30.494Z Compiling signal-hook-registry v1.4.8
5182026-06-25T00:05:30.507Z Compiling jobserver v0.1.34
5192026-06-25T00:05:30.562Z Compiling bytes v1.12.0
5202026-06-25T00:05:30.568Z Compiling mio v1.2.1
5212026-06-25T00:05:30.648Z Compiling syn v2.0.118
5222026-06-25T00:05:30.712Z Compiling cc v1.2.65
5232026-06-25T00:05:30.712Z Compiling rustix v1.1.4
5242026-06-25T00:05:30.818Z Compiling futures-sink v0.3.32
5252026-06-25T00:05:30.933Z Compiling socket2 v0.6.4
5262026-06-25T00:05:31.040Z Compiling slab v0.4.12
5272026-06-25T00:05:31.265Z Compiling zmij v1.0.21
5282026-06-25T00:05:31.315Z Compiling futures-channel v0.3.32
5292026-06-25T00:05:31.404Z Compiling tracing-core v0.1.36
5302026-06-25T00:05:31.529Z Compiling serde_json v1.0.150
5312026-06-25T00:05:31.621Z Compiling indexmap v2.14.0
5322026-06-25T00:05:31.789Z Compiling version_check v0.9.5
5332026-06-25T00:05:31.843Z Compiling futures-io v0.3.32
5342026-06-25T00:05:31.994Z Compiling getrandom v0.4.3
5352026-06-25T00:05:32.048Z Compiling futures-task v0.3.32
5362026-06-25T00:05:32.174Z Compiling percent-encoding v2.3.2
5372026-06-25T00:05:32.227Z Compiling camino v1.2.3
5382026-06-25T00:05:32.304Z Compiling unicode-width v0.2.2
5392026-06-25T00:05:32.504Z Compiling ring v0.17.14
5402026-06-25T00:05:32.574Z Compiling http v1.4.2
5412026-06-25T00:05:32.626Z Compiling zeroize v1.9.0
5422026-06-25T00:05:32.632Z Compiling adler2 v2.0.1
5432026-06-25T00:05:32.645Z Compiling autocfg v1.5.1
5442026-06-25T00:05:32.798Z Compiling simd-adler32 v0.3.9
5452026-06-25T00:05:33.006Z Compiling num-traits v0.2.19
5462026-06-25T00:05:33.264Z Compiling miniz_oxide v0.8.9
5472026-06-25T00:05:33.349Z Compiling getrandom v0.3.4
5482026-06-25T00:05:33.420Z Compiling target-lexicon v0.13.5
5492026-06-25T00:05:33.682Z Compiling object v0.37.3
5502026-06-25T00:05:33.694Z Compiling zerocopy v0.8.52
5512026-06-25T00:05:33.996Z Compiling http-body v1.0.1
5522026-06-25T00:05:34.134Z Compiling rustls-pki-types v1.14.1
5532026-06-25T00:05:34.157Z Compiling form_urlencoded v1.2.2
5542026-06-25T00:05:34.191Z Compiling semver v1.0.28
5552026-06-25T00:05:34.292Z Compiling serde_derive v1.0.228
5562026-06-25T00:05:34.424Z Compiling tokio-macros v2.7.0
5572026-06-25T00:05:34.539Z Compiling futures-macro v0.3.32
5582026-06-25T00:05:34.684Z Compiling tracing-attributes v0.1.31
5592026-06-25T00:05:34.743Z Compiling getrandom v0.2.17
5602026-06-25T00:05:34.851Z Compiling gimli v0.32.3
5612026-06-25T00:05:34.936Z Compiling idna_adapter v1.0.0
5622026-06-25T00:05:35.004Z Compiling fnv v1.0.7
5632026-06-25T00:05:35.038Z Compiling thiserror v2.0.18
5642026-06-25T00:05:35.111Z Compiling guppy-workspace-hack v0.1.0
5652026-06-25T00:05:35.176Z Compiling tokio v1.52.3
5662026-06-25T00:05:35.341Z Compiling owo-colors v4.3.0
5672026-06-25T00:05:35.365Z Compiling futures-util v0.3.32
5682026-06-25T00:05:35.389Z Compiling signal-hook v0.3.18
5692026-06-25T00:05:35.619Z Compiling untrusted v0.9.0
5702026-06-25T00:05:35.672Z Compiling httparse v1.10.1
5712026-06-25T00:05:35.759Z Compiling utf8_iter v1.0.4
5722026-06-25T00:05:35.900Z Compiling tracing v0.1.44
5732026-06-25T00:05:35.911Z Compiling idna v1.1.0
5742026-06-25T00:05:36.257Z Compiling thiserror-impl v2.0.18
5752026-06-25T00:05:37.073Z Compiling addr2line v0.25.1
5762026-06-25T00:05:37.544Z Compiling generic-array v0.14.7
5772026-06-25T00:05:37.694Z Compiling thiserror v1.0.69
5782026-06-25T00:05:37.782Z Compiling typeid v1.0.3
5792026-06-25T00:05:38.012Z Compiling rustc-demangle v0.1.27
5802026-06-25T00:05:38.033Z Compiling rustls v0.23.41
5812026-06-25T00:05:38.080Z Compiling try-lock v0.2.5
5822026-06-25T00:05:38.108Z Compiling target-spec v3.6.0
5832026-06-25T00:05:38.204Z Compiling tower-service v0.3.3
5842026-06-25T00:05:38.289Z Compiling fastrand v2.4.1
5852026-06-25T00:05:38.304Z Compiling pkg-config v0.3.33
5862026-06-25T00:05:38.395Z Compiling atomic-waker v1.1.2
5872026-06-25T00:05:38.527Z Compiling tempfile v3.27.0
5882026-06-25T00:05:38.626Z Compiling want v0.3.1
5892026-06-25T00:05:38.726Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5902026-06-25T00:05:39.033Z Compiling cfg-expr v0.20.8
5912026-06-25T00:05:39.145Z Compiling tokio-util v0.7.18
5922026-06-25T00:05:39.240Z Compiling url v2.5.8
5932026-06-25T00:05:39.886Z Compiling h2 v0.4.15
5942026-06-25T00:05:40.450Z Compiling backtrace v0.3.76
5952026-06-25T00:05:40.717Z Compiling thiserror-impl v1.0.69
5962026-06-25T00:05:40.792Z Compiling terminal_size v0.4.4
5972026-06-25T00:05:40.884Z Compiling aho-corasick v1.1.4
5982026-06-25T00:05:40.950Z Compiling regex-syntax v0.8.11
5992026-06-25T00:05:41.687Z Compiling rustls-webpki v0.103.13
6002026-06-25T00:05:41.881Z Compiling typenum v1.20.1
6012026-06-25T00:05:42.547Z Compiling winnow v0.7.15
6022026-06-25T00:05:44.344Z Compiling erased-serde v0.4.10
6032026-06-25T00:05:44.508Z Compiling subtle v2.6.1
6042026-06-25T00:05:44.521Z Compiling regex-automata v0.4.14
6052026-06-25T00:05:45.215Z Compiling hyper v1.10.1
6062026-06-25T00:05:46.366Z Compiling toml_datetime v0.6.11
6072026-06-25T00:05:46.742Z Compiling serde_spanned v0.6.9
6082026-06-25T00:05:46.900Z Compiling ahash v0.8.12
6092026-06-25T00:05:47.165Z Compiling sync_wrapper v1.0.2
6102026-06-25T00:05:47.281Z Compiling base64 v0.22.1
6112026-06-25T00:05:47.772Z Compiling parking_lot_core v0.9.12
6122026-06-25T00:05:48.088Z Compiling portable-atomic v1.13.1
6132026-06-25T00:05:48.099Z Compiling ipnet v2.12.0
6142026-06-25T00:05:48.291Z Compiling unicode-linebreak v0.1.5
6152026-06-25T00:05:48.511Z Compiling nextest-workspace-hack v0.1.0
6162026-06-25T00:05:48.556Z Compiling tower-layer v0.3.3
6172026-06-25T00:05:48.739Z Compiling toml_write v0.1.2
6182026-06-25T00:05:48.758Z Compiling foldhash v0.1.5
6192026-06-25T00:05:48.890Z Compiling unicode-segmentation v1.13.3
6202026-06-25T00:05:48.911Z Compiling either v1.16.0
6212026-06-25T00:05:48.974Z Compiling is_ci v1.2.0
6222026-06-25T00:05:48.977Z Compiling lazy_static v1.5.0
6232026-06-25T00:05:49.093Z Compiling crc32fast v1.5.0
6242026-06-25T00:05:49.135Z Compiling sharded-slab v0.1.7
6252026-06-25T00:05:49.135Z Compiling supports-color v3.0.2
6262026-06-25T00:05:49.247Z Compiling convert_case v0.10.0
6272026-06-25T00:05:49.277Z Compiling toml_edit v0.22.27
6282026-06-25T00:05:49.385Z Compiling hashbrown v0.15.5
6292026-06-25T00:05:49.457Z Compiling tower v0.5.3
6302026-06-25T00:05:49.548Z Compiling textwrap v0.16.2
6312026-06-25T00:05:49.788Z Compiling hyper-util v0.1.20
6322026-06-25T00:05:50.037Z Compiling tokio-rustls v0.26.4
6332026-06-25T00:05:50.319Z Compiling backtrace-ext v0.2.1
6342026-06-25T00:05:50.573Z Compiling ordered-float v2.10.1
6352026-06-25T00:05:50.672Z Compiling webpki-roots v1.0.8
6362026-06-25T00:05:50.801Z Compiling miette-derive v7.6.0
6372026-06-25T00:05:50.845Z Compiling pathdiff v0.2.3
6382026-06-25T00:05:50.952Z Compiling console v0.15.11
6392026-06-25T00:05:50.965Z Compiling tracing-log v0.2.0
6402026-06-25T00:05:51.322Z Compiling cargo-platform v0.3.3
6412026-06-25T00:05:51.888Z Compiling os_pipe v1.2.3
6422026-06-25T00:05:51.892Z Compiling thread_local v1.1.9
6432026-06-25T00:05:52.074Z Compiling zstd-safe v7.2.4
6442026-06-25T00:05:52.241Z Compiling scopeguard v1.2.0
6452026-06-25T00:05:52.281Z Compiling winnow v1.0.3
6462026-06-25T00:05:52.314Z Compiling cfg_aliases v0.2.1
6472026-06-25T00:05:52.348Z Compiling rustix v0.38.44
6482026-06-25T00:05:52.363Z Compiling fixedbitset v0.5.7
6492026-06-25T00:05:52.379Z Compiling supports-hyperlinks v3.2.0
6502026-06-25T00:05:52.702Z Compiling unicode-width v0.1.14
6512026-06-25T00:05:52.874Z Compiling supports-unicode v3.0.0
6522026-06-25T00:05:52.926Z Compiling utf8parse v0.2.2
6532026-06-25T00:05:53.004Z Compiling pulldown-cmark v0.13.4
6542026-06-25T00:05:53.036Z Compiling debug-ignore v1.0.5
6552026-06-25T00:05:53.059Z Compiling ryu v1.0.23
6562026-06-25T00:05:53.154Z Compiling anstyle-parse v1.0.0
6572026-06-25T00:05:53.263Z Compiling serde_urlencoded v0.7.1
6582026-06-25T00:05:53.361Z Compiling toml_parser v1.1.2+spec-1.1.0
6592026-06-25T00:05:53.374Z Compiling miette v7.6.0
6602026-06-25T00:05:53.680Z Compiling petgraph v0.8.3
6612026-06-25T00:05:53.718Z Compiling nix v0.30.1
6622026-06-25T00:05:54.103Z Compiling lock_api v0.4.14
6632026-06-25T00:05:54.385Z Compiling tracing-subscriber v0.3.23
6642026-06-25T00:05:54.676Z Compiling sigchld v0.2.4
6652026-06-25T00:05:54.877Z Compiling cargo_metadata v0.23.1
6662026-06-25T00:05:55.616Z Compiling serde-value v0.7.0
6672026-06-25T00:05:55.651Z Compiling toml v0.8.23
6682026-06-25T00:05:56.362Z Compiling hyper-rustls v0.27.9
6692026-06-25T00:05:57.036Z Compiling serde-untagged v0.1.9
6702026-06-25T00:05:57.663Z Compiling tower-http v0.6.11
6712026-06-25T00:05:57.886Z Compiling derive_more-impl v2.1.1
6722026-06-25T00:05:58.419Z Compiling itertools v0.14.0
6732026-06-25T00:05:58.499Z Compiling regex v1.12.4
6742026-06-25T00:05:58.581Z Compiling crypto-common v0.1.7
6752026-06-25T00:05:58.630Z Compiling block-buffer v0.10.4
6762026-06-25T00:05:58.710Z Compiling ppv-lite86 v0.2.21
6772026-06-25T00:05:58.713Z Compiling futures-executor v0.3.32
6782026-06-25T00:05:58.778Z Compiling rand_core v0.9.5
6792026-06-25T00:05:59.027Z Compiling pin-project-internal v1.1.13
6802026-06-25T00:05:59.039Z Compiling http-body-util v0.1.3
6812026-06-25T00:05:59.252Z Compiling uuid v1.23.4
6822026-06-25T00:05:59.302Z Compiling serde_spanned v1.1.1
6832026-06-25T00:05:59.447Z Compiling smol_str v0.3.6
6842026-06-25T00:05:59.782Z Compiling toml_datetime v1.1.1+spec-1.1.0
6852026-06-25T00:05:59.794Z Compiling filetime v0.2.29
6862026-06-25T00:05:59.874Z Compiling vte v0.14.1
6872026-06-25T00:05:59.916Z Compiling bstr v1.12.2
6882026-06-25T00:05:59.997Z Compiling color-spantrace v0.3.0
6892026-06-25T00:06:00.048Z Compiling litrs v1.0.0
6902026-06-25T00:06:00.091Z Compiling is_terminal_polyfill v1.70.2
6912026-06-25T00:06:00.091Z Compiling unicode-xid v0.2.6
6922026-06-25T00:06:00.190Z Compiling self_update v0.42.0
6932026-06-25T00:06:00.203Z Compiling colorchoice v1.0.5
6942026-06-25T00:06:00.228Z Compiling anstyle v1.0.14
6952026-06-25T00:06:00.307Z Compiling static_assertions v1.1.0
6962026-06-25T00:06:00.318Z Compiling tinyvec_macros v0.1.1
6972026-06-25T00:06:00.381Z Compiling anstyle-query v1.1.5
6982026-06-25T00:06:00.393Z Compiling unicase v2.9.0
6992026-06-25T00:06:00.490Z Compiling number_prefix v0.4.0
7002026-06-25T00:06:00.497Z Compiling iana-time-zone v0.1.65
7012026-06-25T00:06:00.572Z Compiling xattr v1.6.1
7022026-06-25T00:06:00.608Z Compiling nested v0.1.1
7032026-06-25T00:06:00.632Z Compiling eyre v0.6.12
7042026-06-25T00:06:00.723Z Compiling tar v0.4.46
7052026-06-25T00:06:00.778Z Compiling guppy v0.17.26
7062026-06-25T00:06:00.802Z Compiling indicatif v0.17.11
7072026-06-25T00:06:00.836Z Compiling chrono v0.4.45
7082026-06-25T00:06:01.233Z Compiling document-features v0.2.12
7092026-06-25T00:06:01.913Z Compiling anstream v1.0.0
7102026-06-25T00:06:02.161Z Compiling tinyvec v1.11.0
7112026-06-25T00:06:02.525Z Compiling globset v0.4.18
7122026-06-25T00:06:02.620Z Compiling cargo-util-schemas v0.2.0
7132026-06-25T00:06:03.379Z Compiling pin-project v1.1.13
7142026-06-25T00:06:03.379Z Compiling strip-ansi-escapes v0.2.1
7152026-06-25T00:06:03.865Z Compiling toml v1.1.2+spec-1.1.0
7162026-06-25T00:06:03.923Z Compiling nextest-metadata v0.12.2
7172026-06-25T00:06:03.951Z Compiling newtype-uuid v1.3.2
7182026-06-25T00:06:04.138Z Compiling reqwest v0.12.28
7192026-06-25T00:06:04.224Z Compiling rand_chacha v0.9.0
7202026-06-25T00:06:04.778Z Compiling futures v0.3.32
7212026-06-25T00:06:04.880Z Compiling digest v0.10.7
7222026-06-25T00:06:05.069Z Compiling derive_more v2.1.1
7232026-06-25T00:06:05.108Z Compiling flate2 v1.1.9
7242026-06-25T00:06:05.128Z Compiling parking_lot v0.12.5
7252026-06-25T00:06:05.556Z Compiling tracing-error v0.2.1
7262026-06-25T00:06:05.631Z Compiling shared_child v1.1.1
7272026-06-25T00:06:06.029Z Compiling signal-hook-mio v0.2.5
7282026-06-25T00:06:06.165Z Compiling self-replace v1.5.0
7292026-06-25T00:06:06.315Z Compiling cargo-platform v0.2.0
7302026-06-25T00:06:06.456Z Compiling quick-xml v0.37.5
7312026-06-25T00:06:06.851Z Compiling quick-xml v0.38.4
7322026-06-25T00:06:07.340Z Compiling clap_lex v1.1.0
7332026-06-25T00:06:07.362Z Compiling strsim v0.11.1
7342026-06-25T00:06:07.699Z Compiling indenter v0.3.4
7352026-06-25T00:06:07.831Z Compiling urlencoding v2.1.3
7362026-06-25T00:06:07.999Z Compiling cpufeatures v0.2.17
7372026-06-25T00:06:08.041Z Compiling recursion v0.5.4
7382026-06-25T00:06:08.070Z Compiling humantime v2.3.0
7392026-06-25T00:06:08.175Z Compiling heck v0.5.0
7402026-06-25T00:06:08.189Z Compiling shell-words v1.1.1
7412026-06-25T00:06:08.381Z Compiling clap_derive v4.6.1
7422026-06-25T00:06:08.436Z Compiling humantime-serde v1.1.1
7432026-06-25T00:06:08.501Z Compiling nextest-filtering v0.15.0
7442026-06-25T00:06:08.519Z Compiling sha2 v0.10.9
7452026-06-25T00:06:09.622Z Compiling clap_builder v4.6.0
7462026-06-25T00:06:09.735Z Compiling quick-junit v0.5.2
7472026-06-25T00:06:10.137Z Compiling atomicwrites v0.4.4
7482026-06-25T00:06:10.426Z Compiling cargo_metadata v0.20.0
7492026-06-25T00:06:12.430Z Compiling cargo-nextest v0.9.97
7502026-06-25T00:06:12.749Z Compiling crossterm v0.29.0
7512026-06-25T00:06:13.765Z Compiling duct v0.13.7
7522026-06-25T00:06:14.687Z Compiling zstd v0.13.3
7532026-06-25T00:06:14.880Z Compiling async-scoped v0.9.0
7542026-06-25T00:06:15.094Z Compiling config v0.15.24
7552026-06-25T00:06:15.105Z Compiling rand v0.9.4
7562026-06-25T00:06:15.116Z Compiling unicode-normalization v0.1.25
7572026-06-25T00:06:15.463Z Compiling target-spec-miette v0.4.8
7582026-06-25T00:06:15.631Z Compiling future-queue v0.4.0
7592026-06-25T00:06:15.703Z Compiling mukti-metadata v0.3.0
7602026-06-25T00:06:15.854Z Compiling tokio-stream v0.1.18
7612026-06-25T00:06:15.896Z Compiling camino-tempfile v1.4.1
7622026-06-25T00:06:15.908Z Compiling derive-where v1.6.1
7632026-06-25T00:06:15.967Z Compiling serde_ignored v0.1.14
7642026-06-25T00:06:16.187Z Compiling serde_path_to_error v0.1.20
7652026-06-25T00:06:16.321Z Compiling hex v0.4.3
7662026-06-25T00:06:16.333Z Compiling home v0.5.12
7672026-06-25T00:06:16.368Z Compiling indent_write v2.2.0
7682026-06-25T00:06:16.499Z Compiling swrite v0.1.0
7692026-06-25T00:06:16.517Z Compiling xxhash-rust v0.8.15
7702026-06-25T00:06:16.602Z Compiling color-eyre v0.6.5
7712026-06-25T00:06:16.632Z Compiling clap v4.6.1
7722026-06-25T00:06:16.644Z Compiling dialoguer v0.11.0
7732026-06-25T00:06:16.696Z Compiling enable-ansi-support v0.2.1
7742026-06-25T00:06:17.150Z Compiling nextest-runner v0.80.0
7752026-06-25T00:06:35.220Z Finished `release` profile [optimized] target(s) in 1m 10s
7762026-06-25T00:06:35.412Z Installing /home/build/.cargo/bin/cargo-nextest
7772026-06-25T00:06:35.419Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7782026-06-25T00:06:35.528Z+ pushd mg-lower
7792026-06-25T00:06:35.532Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7802026-06-25T00:06:35.532Z+ cargo nextest run
7812026-06-25T00:06:35.685Z Updating git repository `https://github.com/oxidecomputer/falcon`
7822026-06-25T00:06:36.339ZFrom https://github.com/oxidecomputer/falcon
7832026-06-25T00:06:36.339Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7842026-06-25T00:06:36.416Z Updating crates.io index
7852026-06-25T00:06:36.420Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7862026-06-25T00:06:36.812ZFrom https://github.com/oxidecomputer/dendrite
7872026-06-25T00:06:36.812Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7882026-06-25T00:06:36.895Z Updating git repository `https://github.com/oxidecomputer/ispf`
7892026-06-25T00:06:37.138ZFrom https://github.com/oxidecomputer/ispf
7902026-06-25T00:06:37.138Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7912026-06-25T00:06:37.172Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7922026-06-25T00:06:37.528ZFrom https://github.com/oxidecomputer/netadm-sys
7932026-06-25T00:06:37.528Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7942026-06-25T00:06:37.534Z Updating git repository `https://github.com/oxidecomputer/omicron`
7952026-06-25T00:06:43.477ZFrom https://github.com/oxidecomputer/omicron
7962026-06-25T00:06:43.477Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7972026-06-25T00:06:43.895Z Updating git repository `https://github.com/oxidecomputer/opte`
7982026-06-25T00:06:44.547ZFrom https://github.com/oxidecomputer/opte
7992026-06-25T00:06:44.547Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8002026-06-25T00:06:44.580Z Updating git repository `https://github.com/illumos/smf-rs`
8012026-06-25T00:06:44.827ZFrom https://github.com/illumos/smf-rs
8022026-06-25T00:06:44.827Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8032026-06-25T00:06:44.921Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8042026-06-25T00:06:45.184ZFrom https://github.com/oxidecomputer/network-interface
8052026-06-25T00:06:45.184Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8062026-06-25T00:06:45.239Z Updating git repository `https://github.com/oxidecomputer/zone`
8072026-06-25T00:06:45.502ZFrom https://github.com/oxidecomputer/zone
8082026-06-25T00:06:45.502Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8092026-06-25T00:06:45.556Z Updating git repository `https://github.com/oxidecomputer/propolis`
8102026-06-25T00:06:46.597ZFrom https://github.com/oxidecomputer/propolis
8112026-06-25T00:06:46.597Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8122026-06-25T00:06:46.694Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8132026-06-25T00:06:47.162ZFrom https://github.com/oxidecomputer/transceiver-control
8142026-06-25T00:06:47.162Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8152026-06-25T00:06:47.173Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8162026-06-25T00:06:47.433ZFrom https://github.com/oxidecomputer/dlpi-sys
8172026-06-25T00:06:47.433Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8182026-06-25T00:06:47.449Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192026-06-25T00:06:47.718ZFrom https://github.com/jmesmon/rust-libzfs
8202026-06-25T00:06:47.718Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8212026-06-25T00:06:47.726Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222026-06-25T00:06:47.977ZFrom https://github.com/oxidecomputer/rusty-doors
8232026-06-25T00:06:47.977Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8242026-06-25T00:06:47.984Z Updating git repository `https://github.com/oxidecomputer/lldp`
8252026-06-25T00:06:48.296ZFrom https://github.com/oxidecomputer/lldp
8262026-06-25T00:06:48.296Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8272026-06-25T00:06:48.389Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8282026-06-25T00:06:48.670ZFrom https://github.com/oxidecomputer/slog-error-chain
8292026-06-25T00:06:48.671Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8302026-06-25T00:06:48.691Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8312026-06-25T00:06:48.948ZFrom https://github.com/oxidecomputer/tufaceous
8322026-06-25T00:06:48.948Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8332026-06-25T00:06:48.968Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8342026-06-25T00:06:49.408ZFrom https://github.com/oxidecomputer/management-gateway-service
8352026-06-25T00:06:49.408Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8362026-06-25T00:06:49.514Z Updating git repository `https://github.com/oxidecomputer/crucible`
8372026-06-25T00:06:50.286ZFrom https://github.com/oxidecomputer/crucible
8382026-06-25T00:06:50.286Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8392026-06-25T00:06:50.342Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8402026-06-25T00:06:50.595ZFrom https://github.com/oxidecomputer/serde_human_bytes
8412026-06-25T00:06:50.596Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8422026-06-25T00:06:50.745Z Updating git repository `https://github.com/oxidecomputer/propolis`
8432026-06-25T00:06:51.186ZFrom https://github.com/oxidecomputer/propolis
8442026-06-25T00:06:51.186Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8452026-06-25T00:06:51.517Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-06-25T00:06:52.007ZFrom https://github.com/oxidecomputer/crucible
8472026-06-25T00:06:52.007Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8482026-06-25T00:06:52.127Z Updating git repository `https://github.com/oxidecomputer/tofino`
8492026-06-25T00:06:52.423ZFrom https://github.com/oxidecomputer/tofino
8502026-06-25T00:06:52.423Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8512026-06-25T00:06:52.434Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8522026-06-25T00:06:53.070ZFrom https://github.com/oxidecomputer/maghemite
8532026-06-25T00:06:53.070Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8542026-06-25T00:06:53.144Z Updating git repository `https://github.com/oxidecomputer/clickward`
8552026-06-25T00:06:53.399ZFrom https://github.com/oxidecomputer/clickward
8562026-06-25T00:06:53.399Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8572026-06-25T00:06:53.412Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8582026-06-25T00:06:53.649ZFrom https://github.com/oxidecomputer/illumos-devinfo
8592026-06-25T00:06:53.649Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8602026-06-25T00:06:54.878Z Downloading crates ...
8612026-06-25T00:06:55.002Z Downloaded dtrace-parser v0.3.0
8622026-06-25T00:06:55.005Z Downloaded allocator-api2 v0.2.21
8632026-06-25T00:06:55.008Z Downloaded diff v0.1.13
8642026-06-25T00:06:55.010Z Downloaded darling_macro v0.23.0
8652026-06-25T00:06:55.013Z Downloaded const-random v0.1.18
8662026-06-25T00:06:55.018Z Downloaded hybrid-array v0.4.12
8672026-06-25T00:06:55.021Z Downloaded aead v0.5.2
8682026-06-25T00:06:55.024Z Downloaded base16ct v1.0.0
8692026-06-25T00:06:55.024Z Downloaded httpdate v1.0.3
8702026-06-25T00:06:55.027Z Downloaded embedded-io v0.4.0
8712026-06-25T00:06:55.030Z Downloaded idna_adapter v1.2.2
8722026-06-25T00:06:55.030Z Downloaded dyn-clone v1.0.20
8732026-06-25T00:06:55.033Z Downloaded crossbeam-utils v0.8.21
8742026-06-25T00:06:55.033Z Downloaded enum-as-inner v0.6.1
8752026-06-25T00:06:55.035Z Downloaded deranged v0.5.8
8762026-06-25T00:06:55.038Z Downloaded instant v0.1.13
8772026-06-25T00:06:55.041Z Downloaded cstr-argument v0.1.2
8782026-06-25T00:06:55.041Z Downloaded arc-swap v1.9.1
8792026-06-25T00:06:55.044Z Downloaded fixedbitset v0.4.2
8802026-06-25T00:06:55.046Z Downloaded darling v0.23.0
8812026-06-25T00:06:55.049Z Downloaded konst_macro_rules v0.2.19
8822026-06-25T00:06:55.052Z Downloaded dropshot-api-manager v0.7.2
8832026-06-25T00:06:55.055Z Downloaded linked-hash-map v0.5.6
8842026-06-25T00:06:55.058Z Downloaded cobs v0.3.0
8852026-06-25T00:06:55.060Z Downloaded convert_case v0.4.0
8862026-06-25T00:06:55.060Z Downloaded embedded-io v0.6.1
8872026-06-25T00:06:55.063Z Downloaded dunce v1.0.5
8882026-06-25T00:06:55.063Z Downloaded csv-core v0.1.13
8892026-06-25T00:06:55.066Z Downloaded internet-checksum v0.2.1
8902026-06-25T00:06:55.068Z Downloaded dof v0.3.0
8912026-06-25T00:06:55.068Z Downloaded base16ct v0.2.0
8922026-06-25T00:06:55.072Z Downloaded dtrace-parser v0.2.0
8932026-06-25T00:06:55.072Z Downloaded crunchy v0.2.4
8942026-06-25T00:06:55.074Z Downloaded data-encoding v2.11.0
8952026-06-25T00:06:55.074Z Downloaded libscf-sys v1.2.0
8962026-06-25T00:06:55.077Z Downloaded newtype-uuid-macros v0.1.0
8972026-06-25T00:06:55.077Z Downloaded displaydoc v0.2.6
8982026-06-25T00:06:55.080Z Downloaded constant_time_eq v0.4.2
8992026-06-25T00:06:55.083Z Downloaded darling_core v0.21.3
9002026-06-25T00:06:55.085Z Downloaded async-stream v0.3.6
9012026-06-25T00:06:55.088Z Downloaded newline-converter v0.3.0
9022026-06-25T00:06:55.088Z Downloaded block-buffer v0.12.0
9032026-06-25T00:06:55.091Z Downloaded crypto-common v0.2.2
9042026-06-25T00:06:55.091Z Downloaded foreign-types v0.5.0
9052026-06-25T00:06:55.094Z Downloaded newtype_derive v0.1.6
9062026-06-25T00:06:55.094Z Downloaded group v0.13.0
9072026-06-25T00:06:55.097Z Downloaded mime v0.3.17
9082026-06-25T00:06:55.100Z Downloaded ipnetwork v0.21.1
9092026-06-25T00:06:55.100Z Downloaded ident_case v1.0.1
9102026-06-25T00:06:55.103Z Downloaded darling_macro v0.21.3
9112026-06-25T00:06:55.103Z Downloaded arrayref v0.3.9
9122026-06-25T00:06:55.103Z Downloaded match_cfg v0.1.0
9132026-06-25T00:06:55.106Z Downloaded const-random-macro v0.1.16
9142026-06-25T00:06:55.106Z Downloaded litemap v0.8.2
9152026-06-25T00:06:55.109Z Downloaded hmac v0.12.1
9162026-06-25T00:06:55.111Z Downloaded glob v0.3.3
9172026-06-25T00:06:55.111Z Downloaded git-stub-vcs v0.1.0
9182026-06-25T00:06:55.114Z Downloaded bs58 v0.5.1
9192026-06-25T00:06:55.117Z Downloaded gethostname v0.5.0
9202026-06-25T00:06:55.117Z Downloaded ff v0.13.1
9212026-06-25T00:06:55.119Z Downloaded cmake v0.1.58
9222026-06-25T00:06:55.119Z Downloaded bytecount v0.6.9
9232026-06-25T00:06:55.122Z Downloaded lru-cache v0.1.2
9242026-06-25T00:06:55.122Z Downloaded is-terminal v0.4.17
9252026-06-25T00:06:55.125Z Downloaded defmt v0.3.100
9262026-06-25T00:06:55.125Z Downloaded ciborium-io v0.2.2
9272026-06-25T00:06:55.127Z Downloaded hostname v0.3.1
9282026-06-25T00:06:55.127Z Downloaded foreign-types-shared v0.3.1
9292026-06-25T00:06:55.130Z Downloaded dropshot-api-manager-types v0.7.2
9302026-06-25T00:06:55.130Z Downloaded natord v1.0.9
9312026-06-25T00:06:55.133Z Downloaded cpufeatures v0.3.0
9322026-06-25T00:06:55.133Z Downloaded managed v0.8.0
9332026-06-25T00:06:55.138Z Downloaded dof v0.4.0
9342026-06-25T00:06:55.138Z Downloaded async-recursion v1.1.1
9352026-06-25T00:06:55.142Z Downloaded memmap v0.7.0
9362026-06-25T00:06:55.142Z Downloaded num_threads v0.1.7
9372026-06-25T00:06:55.142Z Downloaded hash32 v0.3.1
9382026-06-25T00:06:55.145Z Downloaded compression-core v0.4.32
9392026-06-25T00:06:55.145Z Downloaded linear-map v1.2.0
9402026-06-25T00:06:55.145Z Downloaded foldhash v0.2.0
9412026-06-25T00:06:55.148Z Downloaded crc8 v0.1.1
9422026-06-25T00:06:55.148Z Downloaded keccak v0.1.6
9432026-06-25T00:06:55.150Z Downloaded ciborium-ll v0.2.2
9442026-06-25T00:06:55.151Z Downloaded chacha20poly1305 v0.10.1
9452026-06-25T00:06:55.153Z Downloaded backoff v0.4.0
9462026-06-25T00:06:55.156Z Downloaded ingot-types v0.1.2
9472026-06-25T00:06:55.156Z Downloaded crossbeam-deque v0.8.6
9482026-06-25T00:06:55.159Z Downloaded fxhash v0.2.1
9492026-06-25T00:06:55.159Z Downloaded daft v0.1.7
9502026-06-25T00:06:55.162Z Downloaded crucible-workspace-hack v0.1.0
9512026-06-25T00:06:55.162Z Downloaded macaddr v1.0.1
9522026-06-25T00:06:55.162Z Downloaded num-derive v0.4.2
9532026-06-25T00:06:55.166Z Downloaded num-conv v0.2.2
9542026-06-25T00:06:55.166Z Downloaded olpc-cjson v0.1.4
9552026-06-25T00:06:55.169Z Downloaded compression-codecs v0.4.38
9562026-06-25T00:06:55.169Z Downloaded const_format_proc_macros v0.2.34
9572026-06-25T00:06:55.173Z Downloaded foreign-types-macros v0.2.3
9582026-06-25T00:06:55.173Z Downloaded bit-set v0.8.0
9592026-06-25T00:06:55.175Z Downloaded float-ord v0.3.2
9602026-06-25T00:06:55.176Z Downloaded fs-err v3.3.0
9612026-06-25T00:06:55.179Z Downloaded parse-display v0.10.0
9622026-06-25T00:06:55.179Z Downloaded omicron-workspace-hack v0.1.0
9632026-06-25T00:06:55.179Z Downloaded num_enum_derive v0.5.11
9642026-06-25T00:06:55.182Z Downloaded async-stream-impl v0.3.6
9652026-06-25T00:06:55.182Z Downloaded derive-ex v0.1.8
9662026-06-25T00:06:55.182Z Downloaded num v0.4.3
9672026-06-25T00:06:55.185Z Downloaded memmap2 v0.9.10
9682026-06-25T00:06:55.185Z Downloaded defmt-macros v1.1.0
9692026-06-25T00:06:55.188Z Downloaded multer v3.1.0
9702026-06-25T00:06:55.191Z Downloaded opaque-debug v0.3.1
9712026-06-25T00:06:55.191Z Downloaded bitflags v1.3.2
9722026-06-25T00:06:55.194Z Downloaded erased-serde v0.3.31
9732026-06-25T00:06:55.197Z Downloaded critical-section v1.2.0
9742026-06-25T00:06:55.197Z Downloaded byte-wrapper v0.1.0
9752026-06-25T00:06:55.202Z Downloaded daft-derive v0.1.7
9762026-06-25T00:06:55.204Z Downloaded phf_shared v0.12.1
9772026-06-25T00:06:55.204Z Downloaded arrayvec v0.7.6
9782026-06-25T00:06:55.204Z Downloaded no-std-compat v0.4.1
9792026-06-25T00:06:55.207Z Downloaded plain v0.2.3
9802026-06-25T00:06:55.207Z Downloaded argon2 v0.5.3
9812026-06-25T00:06:55.210Z Downloaded potential_utf v0.1.5
9822026-06-25T00:06:55.210Z Downloaded powerfmt v0.2.0
9832026-06-25T00:06:55.213Z Downloaded ingot v0.1.1
9842026-06-25T00:06:55.213Z Downloaded proc-macro-error-attr2 v2.0.0
9852026-06-25T00:06:55.213Z Downloaded chacha20 v0.9.1
9862026-06-25T00:06:55.215Z Downloaded defmt v1.1.0
9872026-06-25T00:06:55.218Z Downloaded progenitor-client v0.14.0
9882026-06-25T00:06:55.221Z Downloaded chacha20 v0.10.0
9892026-06-25T00:06:55.223Z Downloaded camino v1.2.2
9902026-06-25T00:06:55.223Z Downloaded fs_extra v1.3.0
9912026-06-25T00:06:55.226Z Downloaded darling v0.21.3
9922026-06-25T00:06:55.229Z Downloaded async-trait v0.1.89
9932026-06-25T00:06:55.232Z Downloaded rand_chacha v0.3.1
9942026-06-25T00:06:55.232Z Downloaded const-oid v0.10.2
9952026-06-25T00:06:55.236Z Downloaded cargo_toml v0.22.3
9962026-06-25T00:06:55.239Z Downloaded libsw-core v0.3.2
9972026-06-25T00:06:55.239Z Downloaded byteorder v1.5.0
9982026-06-25T00:06:55.239Z Downloaded bytes v1.11.1
9992026-06-25T00:06:55.243Z Downloaded progenitor-macro v0.10.0
10002026-06-25T00:06:55.243Z Downloaded progenitor-client v0.10.0
10012026-06-25T00:06:55.245Z Downloaded num-integer v0.1.46
10022026-06-25T00:06:55.245Z Downloaded quick-error v1.2.3
10032026-06-25T00:06:55.248Z Downloaded progenitor-macro v0.14.0
10042026-06-25T00:06:55.248Z Downloaded progenitor-macro v0.13.0
10052026-06-25T00:06:55.248Z Downloaded backon v1.6.0
10062026-06-25T00:06:55.251Z Downloaded oxnet v0.1.6
10072026-06-25T00:06:55.253Z Downloaded num_enum v0.7.6
10082026-06-25T00:06:55.256Z Downloaded ref-cast-impl v1.0.25
10092026-06-25T00:06:55.256Z Downloaded proc-macro-crate v3.5.0
10102026-06-25T00:06:55.259Z Downloaded proc-macro-crate v1.3.1
10112026-06-25T00:06:55.259Z Downloaded rustc_version v0.1.7
10122026-06-25T00:06:55.261Z Downloaded num-iter v0.1.45
10132026-06-25T00:06:55.261Z Downloaded parse-display-derive v0.10.0
10142026-06-25T00:06:55.261Z Downloaded elliptic-curve v0.13.8
10152026-06-25T00:06:55.264Z Downloaded icu_collections v2.2.0
10162026-06-25T00:06:55.268Z Downloaded ref-cast v1.0.25
10172026-06-25T00:06:55.270Z Downloaded proc-macro-error-attr v1.0.4
10182026-06-25T00:06:55.273Z Downloaded num_enum_derive v0.7.6
10192026-06-25T00:06:55.273Z Downloaded pem v3.0.6
10202026-06-25T00:06:55.276Z Downloaded password-hash v0.5.0
10212026-06-25T00:06:55.276Z Downloaded digest v0.11.3
10222026-06-25T00:06:55.278Z Downloaded scroll_derive v0.13.1
10232026-06-25T00:06:55.278Z Downloaded scroll_derive v0.12.1
10242026-06-25T00:06:55.278Z Downloaded same-file v1.0.6
10252026-06-25T00:06:55.281Z Downloaded progenitor v0.14.0
10262026-06-25T00:06:55.281Z Downloaded progenitor-client v0.13.0
10272026-06-25T00:06:55.284Z Downloaded highway v1.3.0
10282026-06-25T00:06:55.284Z Downloaded proc-macro-error2 v2.0.1
10292026-06-25T00:06:55.286Z Downloaded phf v0.12.1
10302026-06-25T00:06:55.289Z Downloaded parking_lot_core v0.8.6
10312026-06-25T00:06:55.289Z Downloaded paste v1.0.15
10322026-06-25T00:06:55.291Z Downloaded progenitor v0.10.0
10332026-06-25T00:06:55.292Z Downloaded proc-macro-error v1.0.4
10342026-06-25T00:06:55.295Z Downloaded secrecy v0.10.3
10352026-06-25T00:06:55.298Z Downloaded progenitor v0.13.0
10362026-06-25T00:06:55.298Z Downloaded crossbeam-epoch v0.9.18
10372026-06-25T00:06:55.301Z Downloaded pretty-hex v0.4.2
10382026-06-25T00:06:55.301Z Downloaded semver v0.1.20
10392026-06-25T00:06:55.301Z Downloaded libsw v3.5.0
10402026-06-25T00:06:55.303Z Downloaded dropshot_endpoint v0.17.1
10412026-06-25T00:06:55.304Z Downloaded serial_test_derive v3.5.0
10422026-06-25T00:06:55.306Z Downloaded serde_repr v0.1.20
10432026-06-25T00:06:55.306Z Downloaded serial_test v3.5.0
10442026-06-25T00:06:55.309Z Downloaded rand_core v0.10.1
10452026-06-25T00:06:55.309Z Downloaded parking_lot v0.11.2
10462026-06-25T00:06:55.312Z Downloaded serde_plain v1.0.2
10472026-06-25T00:06:55.312Z Downloaded derive_more v0.99.20
10482026-06-25T00:06:55.315Z Downloaded sha1 v0.11.0
10492026-06-25T00:06:55.317Z Downloaded indexmap v1.9.3
10502026-06-25T00:06:55.320Z Downloaded siphasher v1.0.3
10512026-06-25T00:06:55.320Z Downloaded getrandom v0.4.2
10522026-06-25T00:06:55.323Z Downloaded slog-bunyan v2.5.0
10532026-06-25T00:06:55.323Z Downloaded blake2 v0.10.6
10542026-06-25T00:06:55.326Z Downloaded console v0.16.3
10552026-06-25T00:06:55.329Z Downloaded progenitor-extras v0.2.0
10562026-06-25T00:06:55.329Z Downloaded async-compression v0.4.42
10572026-06-25T00:06:55.332Z Downloaded cancel-safe-futures v0.1.5
10582026-06-25T00:06:55.334Z Downloaded sigpipe v0.1.3
10592026-06-25T00:06:55.334Z Downloaded sha1 v0.10.6
10602026-06-25T00:06:55.337Z Downloaded rustversion v1.0.22
10612026-06-25T00:06:55.337Z Downloaded quote v1.0.45
10622026-06-25T00:06:55.340Z Downloaded scroll v0.12.0
10632026-06-25T00:06:55.340Z Downloaded drift v0.2.0
10642026-06-25T00:06:55.346Z Downloaded spin v0.5.2
10652026-06-25T00:06:55.349Z Downloaded stable_deref_trait v1.2.1
10662026-06-25T00:06:55.349Z Downloaded smawk v0.3.2
10672026-06-25T00:06:55.351Z Downloaded slog-envlogger v2.2.0
10682026-06-25T00:06:55.351Z Downloaded scroll v0.13.0
10692026-06-25T00:06:55.354Z Downloaded icu_properties v2.2.0
10702026-06-25T00:06:55.354Z Downloaded icu_normalizer v2.2.0
10712026-06-25T00:06:55.357Z Downloaded resolv-conf v0.7.6
10722026-06-25T00:06:55.359Z Downloaded strum v0.26.3
10732026-06-25T00:06:55.359Z Downloaded structmeta v0.3.0
10742026-06-25T00:06:55.359Z Downloaded pest_derive v2.8.6
10752026-06-25T00:06:55.363Z Downloaded oxide-tokio-rt v0.1.6
10762026-06-25T00:06:55.363Z Downloaded omicron-zone-package v0.12.2
10772026-06-25T00:06:55.366Z Downloaded strum v0.27.2
10782026-06-25T00:06:55.366Z Downloaded bitflags v2.12.1
10792026-06-25T00:06:55.368Z Downloaded take_mut v0.2.2
10802026-06-25T00:06:55.368Z Downloaded tagptr v0.2.0
10812026-06-25T00:06:55.371Z Downloaded rusty-fork v0.3.1
10822026-06-25T00:06:55.371Z Downloaded half v2.7.1
10832026-06-25T00:06:55.374Z Downloaded anyhow v1.0.102
10842026-06-25T00:06:55.378Z Downloaded schemars_derive v0.8.22
10852026-06-25T00:06:55.378Z Downloaded pest_generator v2.8.6
10862026-06-25T00:06:55.381Z Downloaded papergrid v0.11.0
10872026-06-25T00:06:55.381Z Downloaded postcard v1.1.3
10882026-06-25T00:06:55.384Z Downloaded time-core v0.1.8
10892026-06-25T00:06:55.384Z Downloaded thread-id v4.2.2
10902026-06-25T00:06:55.384Z Downloaded testing_table v0.3.0
10912026-06-25T00:06:55.384Z Downloaded slog-scope v4.4.1
10922026-06-25T00:06:55.386Z Downloaded slog-async v2.8.0
10932026-06-25T00:06:55.386Z Downloaded serde_tokenstream v0.2.3
10942026-06-25T00:06:55.386Z Downloaded rustls-pemfile v2.2.0
10952026-06-25T00:06:55.389Z Downloaded thread-id v5.1.0
10962026-06-25T00:06:55.392Z Downloaded slog-stdlog v4.1.1
10972026-06-25T00:06:55.392Z Downloaded slog-json v2.6.1
10982026-06-25T00:06:55.392Z Downloaded thiserror-impl-no-std v2.0.2
10992026-06-25T00:06:55.395Z Downloaded tabled_derive v0.11.0
11002026-06-25T00:06:55.395Z Downloaded poly1305 v0.8.0
11012026-06-25T00:06:55.395Z Downloaded icu_provider v2.2.0
11022026-06-25T00:06:55.398Z Downloaded tabwriter v1.4.1
11032026-06-25T00:06:55.398Z Downloaded termtree v0.5.1
11042026-06-25T00:06:55.400Z Downloaded smf v0.2.3
11052026-06-25T00:06:55.400Z Downloaded smartstring v1.0.1
11062026-06-25T00:06:55.403Z Downloaded rhai_codegen v3.2.0
11072026-06-25T00:06:55.406Z Downloaded unit-prefix v0.5.2
11082026-06-25T00:06:55.410Z Downloaded rustls-native-certs v0.8.4
11092026-06-25T00:06:55.410Z Downloaded log v0.4.32
11102026-06-25T00:06:55.412Z Downloaded icu_locale_core v2.2.0
11112026-06-25T00:06:55.417Z Downloaded structmeta-derive v0.3.0
11122026-06-25T00:06:55.417Z Downloaded const_format v0.2.36
11132026-06-25T00:06:55.419Z Downloaded cc v1.2.63
11142026-06-25T00:06:55.419Z Downloaded unarray v0.1.4
11152026-06-25T00:06:55.419Z Downloaded serde_derive_internals v0.29.1
11162026-06-25T00:06:55.422Z Downloaded usdt-attr-macro v0.5.0
11172026-06-25T00:06:55.422Z Downloaded usdt v0.6.0
11182026-06-25T00:06:55.422Z Downloaded base64 v0.21.7
11192026-06-25T00:06:55.425Z Downloaded serde-big-array v0.5.1
11202026-06-25T00:06:55.428Z Downloaded ingot-macros v0.1.1
11212026-06-25T00:06:55.428Z Downloaded slog-dtrace v0.3.0
11222026-06-25T00:06:55.428Z Downloaded universal-hash v0.5.1
11232026-06-25T00:06:55.430Z Downloaded strum_macros v0.26.4
11242026-06-25T00:06:55.430Z Downloaded crypto-bigint v0.5.5
11252026-06-25T00:06:55.433Z Downloaded waitgroup v0.1.2
11262026-06-25T00:06:55.436Z Downloaded papergrid v0.18.0
11272026-06-25T00:06:55.438Z Downloaded utf-8 v0.7.6
11282026-06-25T00:06:55.438Z Downloaded usdt-macro v0.5.0
11292026-06-25T00:06:55.438Z Downloaded usdt v0.5.0
11302026-06-25T00:06:55.441Z Downloaded untrusted v0.7.1
11312026-06-25T00:06:55.441Z Downloaded typify-macro v0.4.3
11322026-06-25T00:06:55.441Z Downloaded usdt-attr-macro v0.6.0
11332026-06-25T00:06:55.441Z Downloaded typify-macro v0.6.2
11342026-06-25T00:06:55.444Z Downloaded ciborium v0.2.2
11352026-06-25T00:06:55.444Z Downloaded usdt-macro v0.6.0
11362026-06-25T00:06:55.444Z Downloaded rand_xorshift v0.4.0
11372026-06-25T00:06:55.447Z Downloaded num_enum v0.5.11
11382026-06-25T00:06:55.450Z Downloaded num-rational v0.4.2
11392026-06-25T00:06:55.450Z Downloaded num-complex v0.4.6
11402026-06-25T00:06:55.450Z Downloaded slog-term v2.9.2
11412026-06-25T00:06:55.453Z Downloaded bcs v0.1.6
11422026-06-25T00:06:55.453Z Downloaded yoke-derive v0.8.2
11432026-06-25T00:06:55.455Z Downloaded darling_core v0.23.0
11442026-06-25T00:06:55.458Z Downloaded tokio-dtrace v0.1.1
11452026-06-25T00:06:55.458Z Downloaded tiny-keccak v2.0.2
11462026-06-25T00:06:55.461Z Downloaded wait-timeout v0.2.1
11472026-06-25T00:06:55.461Z Downloaded time-macros v0.2.27
11482026-06-25T00:06:55.461Z Downloaded synstructure v0.13.2
11492026-06-25T00:06:55.466Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-06-25T00:06:55.466Z Downloaded strum_macros v0.27.2
11512026-06-25T00:06:55.469Z Downloaded cipher v0.4.4
11522026-06-25T00:06:55.469Z Downloaded memoffset v0.9.1
11532026-06-25T00:06:55.469Z Downloaded git-stub v1.0.0
11542026-06-25T00:06:55.469Z Downloaded zeroize_derive v1.4.3
11552026-06-25T00:06:55.469Z Downloaded inout v0.1.4
11562026-06-25T00:06:55.469Z Downloaded hubpack v0.1.2
11572026-06-25T00:06:55.472Z Downloaded zerofrom-derive v0.1.7
11582026-06-25T00:06:55.472Z Downloaded icu_normalizer_data v2.2.0
11592026-06-25T00:06:55.472Z Downloaded snafu-derive v0.8.9
11602026-06-25T00:06:55.475Z Downloaded usdt-impl v0.5.0
11612026-06-25T00:06:55.475Z Downloaded defmt-parser v1.0.0
11622026-06-25T00:06:55.475Z Downloaded bit-vec v0.8.0
11632026-06-25T00:06:55.477Z Downloaded cookie v0.18.1
11642026-06-25T00:06:55.477Z Downloaded prettyplease v0.2.37
11652026-06-25T00:06:55.481Z Downloaded rustls-platform-verifier v0.7.0
11662026-06-25T00:06:55.484Z Downloaded topological-sort v0.2.2
11672026-06-25T00:06:55.484Z Downloaded tabled_derive v0.7.0
11682026-06-25T00:06:55.484Z Downloaded colored v3.1.1
11692026-06-25T00:06:55.487Z Downloaded tinystr v0.8.3
11702026-06-25T00:06:55.487Z Downloaded heck v0.4.1
11712026-06-25T00:06:55.487Z Downloaded hostname v0.4.2
11722026-06-25T00:06:55.490Z Downloaded hubpack_derive v0.1.1
11732026-06-25T00:06:55.490Z Downloaded zone_cfg_derive v0.3.1
11742026-06-25T00:06:55.492Z Downloaded zone v0.3.1
11752026-06-25T00:06:55.492Z Downloaded zerofrom v0.1.8
11762026-06-25T00:06:55.496Z Downloaded thiserror-no-std v2.0.2
11772026-06-25T00:06:55.500Z Downloaded slog v2.8.2
11782026-06-25T00:06:55.502Z Downloaded similar v2.7.0
11792026-06-25T00:06:55.507Z Downloaded progenitor-impl v0.13.0
11802026-06-25T00:06:55.507Z Downloaded xz2 v0.1.7
11812026-06-25T00:06:55.511Z Downloaded writeable v0.6.3
11822026-06-25T00:06:55.511Z Downloaded whoami v1.6.1
11832026-06-25T00:06:55.511Z Downloaded crossbeam-channel v0.5.15
11842026-06-25T00:06:55.514Z Downloaded walkdir v2.5.0
11852026-06-25T00:06:55.514Z Downloaded zeroize v1.8.2
11862026-06-25T00:06:55.514Z Downloaded serde_with_macros v3.20.0
11872026-06-25T00:06:55.518Z Downloaded indicatif v0.18.4
11882026-06-25T00:06:55.518Z Downloaded tokio-tungstenite v0.21.0
11892026-06-25T00:06:55.521Z Downloaded pretty_assertions v1.4.1
11902026-06-25T00:06:55.530Z Downloaded konst v0.2.20
11912026-06-25T00:06:55.533Z Downloaded qorb v0.4.1
11922026-06-25T00:06:55.540Z Downloaded http v1.4.1
11932026-06-25T00:06:55.543Z Downloaded serde_yaml v0.9.34+deprecated
11942026-06-25T00:06:55.546Z Downloaded usdt-impl v0.6.0
11952026-06-25T00:06:55.546Z Downloaded test-strategy v0.4.5
11962026-06-25T00:06:55.549Z Downloaded smallvec v1.15.1
11972026-06-25T00:06:55.549Z Downloaded quinn v0.11.9
11982026-06-25T00:06:55.552Z Downloaded jiff-static v0.2.28
11992026-06-25T00:06:55.555Z Downloaded typify v0.4.3
12002026-06-25T00:06:55.558Z Downloaded vsss-rs v3.3.4
12012026-06-25T00:06:55.558Z Downloaded zerocopy-derive v0.7.35
12022026-06-25T00:06:55.563Z Downloaded nom v7.1.3
12032026-06-25T00:06:55.566Z Downloaded pest_meta v2.8.6
12042026-06-25T00:06:55.566Z Downloaded tungstenite v0.21.0
12052026-06-25T00:06:55.569Z Downloaded schemars v0.8.22
12062026-06-25T00:06:55.573Z Downloaded uuid v1.23.2
12072026-06-25T00:06:55.576Z Downloaded thin-vec v0.2.18
12082026-06-25T00:06:55.580Z Downloaded heapless v0.8.0
12092026-06-25T00:06:55.583Z Downloaded progenitor-impl v0.10.0
12102026-06-25T00:06:55.583Z Downloaded toml_edit v0.25.12+spec-1.1.0
12112026-06-25T00:06:55.588Z Downloaded term v1.2.1
12122026-06-25T00:06:55.590Z Downloaded hashbrown v0.12.3
12132026-06-25T00:06:55.593Z Downloaded hickory-resolver v0.24.4
12142026-06-25T00:06:55.597Z Downloaded steno v0.4.1
12152026-06-25T00:06:55.600Z Downloaded zerovec-derive v0.11.3
12162026-06-25T00:06:55.603Z Downloaded progenitor-impl v0.14.0
12172026-06-25T00:06:55.603Z Downloaded hickory-resolver v0.25.2
12182026-06-25T00:06:55.606Z Downloaded memchr v2.8.1
12192026-06-25T00:06:55.610Z Downloaded toml_edit v0.19.15
12202026-06-25T00:06:55.622Z Downloaded ucd-trie v0.1.7
12212026-06-25T00:06:55.627Z Downloaded spin v0.9.8
12222026-06-25T00:06:55.627Z Downloaded openssl-sys v0.9.116
12232026-06-25T00:06:55.631Z Downloaded minimal-lexical v0.2.1
12242026-06-25T00:06:55.634Z Downloaded nom v8.0.0
12252026-06-25T00:06:55.645Z Downloaded ron v0.12.1
12262026-06-25T00:06:55.648Z Downloaded yoke v0.8.3
12272026-06-25T00:06:55.651Z Downloaded pest v2.8.6
12282026-06-25T00:06:55.658Z Downloaded expectorate v1.2.0
12292026-06-25T00:06:55.661Z Downloaded zerotrie v0.2.4
12302026-06-25T00:06:55.661Z Downloaded rand v0.8.6
12312026-06-25T00:06:55.669Z Downloaded typed-path v0.9.3
12322026-06-25T00:06:55.673Z Downloaded typify v0.6.2
12332026-06-25T00:06:55.717Z Downloaded toml v0.9.12+spec-1.1.0
12342026-06-25T00:06:55.722Z Downloaded snafu v0.8.9
12352026-06-25T00:06:55.722Z Downloaded rayon-core v1.13.0
12362026-06-25T00:06:55.722Z Downloaded regex v1.12.3
12372026-06-25T00:06:55.722Z Downloaded itertools v0.12.1
12382026-06-25T00:06:55.722Z Downloaded schemars v0.9.0
12392026-06-25T00:06:55.722Z Downloaded toml v0.7.8
12402026-06-25T00:06:55.723Z Downloaded blake3 v1.8.5
12412026-06-25T00:06:55.723Z Downloaded tough v0.22.0
12422026-06-25T00:06:55.727Z Downloaded unsafe-libyaml v0.2.11
12432026-06-25T00:06:55.727Z Downloaded schemars v1.2.1
12442026-06-25T00:06:55.737Z Downloaded yansi v1.0.1
12452026-06-25T00:06:55.743Z Downloaded hashbrown v0.16.1
12462026-06-25T00:06:55.747Z Downloaded winnow v0.5.40
12472026-06-25T00:06:55.757Z Downloaded aws-lc-rs v1.17.0
12482026-06-25T00:06:55.778Z Downloaded libm v0.2.16
12492026-06-25T00:06:55.788Z Downloaded serde_with v3.20.0
12502026-06-25T00:06:55.794Z Downloaded quinn-proto v0.11.14
12512026-06-25T00:06:55.807Z Downloaded rand v0.10.1
12522026-06-25T00:06:55.817Z Downloaded zerocopy-derive v0.8.50
12532026-06-25T00:06:55.820Z Downloaded hkdf v0.12.4
12542026-06-25T00:06:55.847Z Downloaded dropshot v0.17.1
12552026-06-25T00:06:55.860Z Downloaded openssl v0.10.80
12562026-06-25T00:06:55.865Z Downloaded h2 v0.4.14
12572026-06-25T00:06:55.869Z Downloaded syn v2.0.117
12582026-06-25T00:06:55.874Z Downloaded icu_properties_data v2.2.0
12592026-06-25T00:06:55.878Z Downloaded bstr v1.12.1
12602026-06-25T00:06:55.885Z Downloaded zerocopy v0.8.50
12612026-06-25T00:06:55.894Z Downloaded zerovec v0.11.6
12622026-06-25T00:06:55.897Z Downloaded openapiv3 v2.2.0
12632026-06-25T00:06:55.903Z Downloaded iddqd v0.4.2
12642026-06-25T00:06:55.907Z Downloaded reqwest v0.13.4
12652026-06-25T00:06:55.912Z Downloaded goblin v0.8.2
12662026-06-25T00:06:55.915Z Downloaded rhai v1.25.1
12672026-06-25T00:06:55.921Z Downloaded smoltcp v0.11.0
12682026-06-25T00:06:55.929Z Downloaded rayon v1.12.0
12692026-06-25T00:06:55.951Z Downloaded typify-impl v0.6.2
12702026-06-25T00:06:55.958Z Downloaded typify-impl v0.4.3
12712026-06-25T00:06:55.976Z Downloaded proptest v1.11.0
12722026-06-25T00:06:56.003Z Downloaded moka v0.12.15
12732026-06-25T00:06:56.009Z Downloaded petgraph v0.6.5
12742026-06-25T00:06:56.018Z Downloaded goblin v0.10.7
12752026-06-25T00:06:56.023Z Downloaded chrono-tz v0.10.4
12762026-06-25T00:06:56.033Z Downloaded tabled v0.15.0
12772026-06-25T00:06:56.041Z Downloaded zerocopy v0.7.35
12782026-06-25T00:06:56.050Z Downloaded webpki-roots v1.0.7
12792026-06-25T00:06:56.053Z Downloaded csv v1.4.0
12802026-06-25T00:06:56.064Z Downloaded time v0.3.47
12812026-06-25T00:06:56.073Z Downloaded tabled v0.21.0
12822026-06-25T00:06:56.083Z Downloaded syn v1.0.109
12832026-06-25T00:06:56.122Z Downloaded nix v0.31.3
12842026-06-25T00:06:56.144Z Downloaded regress v0.10.5
12852026-06-25T00:06:56.155Z Downloaded hickory-proto v0.25.2
12862026-06-25T00:06:56.161Z Downloaded hickory-proto v0.24.4
12872026-06-25T00:06:56.171Z Downloaded rustls v0.23.40
12882026-06-25T00:06:56.176Z Downloaded regress v0.11.1
12892026-06-25T00:06:56.182Z Downloaded regex-syntax v0.8.10
12902026-06-25T00:06:56.218Z Downloaded sled v0.34.7
12912026-06-25T00:06:56.287Z Downloaded lzma-sys v0.1.20
12922026-06-25T00:06:56.304Z Downloaded jiff v0.2.28
12932026-06-25T00:06:56.325Z Downloaded sha3 v0.10.9
12942026-06-25T00:06:56.352Z Downloaded encoding_rs v0.8.35
12952026-06-25T00:06:56.690Z Downloaded aws-lc-sys v0.41.0
12962026-06-25T00:06:57.633Z Compiling proc-macro2 v1.0.106
12972026-06-25T00:06:57.633Z Compiling quote v1.0.45
12982026-06-25T00:06:57.633Z Compiling unicode-ident v1.0.24
12992026-06-25T00:06:57.636Z Compiling serde_core v1.0.228
13002026-06-25T00:06:57.636Z Compiling cfg-if v1.0.4
13012026-06-25T00:06:57.636Z Compiling serde v1.0.228
13022026-06-25T00:06:57.636Z Compiling libc v0.2.186
13032026-06-25T00:06:57.636Z Compiling memchr v2.8.1
13042026-06-25T00:06:57.797Z Compiling itoa v1.0.18
13052026-06-25T00:06:57.982Z Compiling smallvec v1.15.1
13062026-06-25T00:06:58.066Z Compiling zmij v1.0.21
13072026-06-25T00:06:58.123Z Compiling autocfg v1.5.1
13082026-06-25T00:06:58.202Z Compiling libm v0.2.16
13092026-06-25T00:06:58.456Z Compiling stable_deref_trait v1.2.1
13102026-06-25T00:06:58.480Z Compiling litemap v0.8.2
13112026-06-25T00:06:58.528Z Compiling writeable v0.6.3
13122026-06-25T00:06:58.603Z Compiling percent-encoding v2.3.2
13132026-06-25T00:06:58.666Z Compiling icu_normalizer_data v2.2.0
13142026-06-25T00:06:58.681Z Compiling icu_properties_data v2.2.0
13152026-06-25T00:06:58.703Z Compiling utf8_iter v1.0.4
13162026-06-25T00:06:58.807Z Compiling iana-time-zone v0.1.65
13172026-06-25T00:06:58.845Z Compiling form_urlencoded v1.2.2
13182026-06-25T00:06:58.908Z Compiling syn v2.0.117
13192026-06-25T00:06:59.025Z Compiling pin-project-lite v0.2.17
13202026-06-25T00:06:59.078Z Compiling equivalent v1.0.2
13212026-06-25T00:06:59.091Z Compiling serde_json v1.0.150
13222026-06-25T00:06:59.110Z Compiling version_check v0.9.5
13232026-06-25T00:06:59.120Z Compiling dyn-clone v1.0.20
13242026-06-25T00:06:59.120Z Compiling scopeguard v1.2.0
13252026-06-25T00:06:59.155Z Compiling parking_lot_core v0.9.12
13262026-06-25T00:06:59.231Z Compiling lock_api v0.4.14
13272026-06-25T00:06:59.255Z Compiling num-traits v0.2.19
13282026-06-25T00:06:59.291Z Compiling rand_core v0.10.1
13292026-06-25T00:06:59.383Z Compiling getrandom v0.4.2
13302026-06-25T00:06:59.443Z Compiling thiserror v2.0.18
13312026-06-25T00:06:59.464Z Compiling errno v0.3.14
13322026-06-25T00:06:59.475Z Compiling hashbrown v0.17.1
13332026-06-25T00:06:59.605Z Compiling heck v0.5.0
13342026-06-25T00:06:59.735Z Compiling futures-core v0.3.32
13352026-06-25T00:06:59.857Z Compiling semver v1.0.28
13362026-06-25T00:06:59.978Z Compiling indexmap v2.14.0
13372026-06-25T00:06:59.990Z Compiling uuid v1.23.2
13382026-06-25T00:07:00.022Z Compiling rustversion v1.0.22
13392026-06-25T00:07:00.194Z Compiling zerocopy v0.8.50
13402026-06-25T00:07:00.257Z Compiling schemars v0.8.22
13412026-06-25T00:07:00.409Z Compiling futures-sink v0.3.32
13422026-06-25T00:07:00.519Z Compiling fnv v1.0.7
13432026-06-25T00:07:00.532Z Compiling slab v0.4.12
13442026-06-25T00:07:00.599Z Compiling jobserver v0.1.34
13452026-06-25T00:07:00.612Z Compiling shlex v2.0.1
13462026-06-25T00:07:00.630Z Compiling find-msvc-tools v0.1.9
13472026-06-25T00:07:00.702Z Compiling futures-channel v0.3.32
13482026-06-25T00:07:00.788Z Compiling cc v1.2.63
13492026-06-25T00:07:00.865Z Compiling socket2 v0.6.4
13502026-06-25T00:07:00.920Z Compiling bitflags v2.12.1
13512026-06-25T00:07:00.986Z Compiling futures-task v0.3.32
13522026-06-25T00:07:00.997Z Compiling futures-io v0.3.32
13532026-06-25T00:07:01.050Z Compiling signal-hook-registry v1.4.8
13542026-06-25T00:07:01.146Z Compiling parking_lot v0.12.5
13552026-06-25T00:07:01.146Z Compiling mio v1.2.1
13562026-06-25T00:07:01.167Z Compiling portable-atomic v1.13.1
13572026-06-25T00:07:01.200Z Compiling log v0.4.32
13582026-06-25T00:07:01.305Z Compiling fs_extra v1.3.0
13592026-06-25T00:07:01.347Z Compiling dunce v1.0.5
13602026-06-25T00:07:01.439Z Compiling critical-section v1.2.0
13612026-06-25T00:07:01.544Z Compiling cmake v0.1.58
13622026-06-25T00:07:01.555Z Compiling base64 v0.22.1
13632026-06-25T00:07:01.558Z Compiling regex-syntax v0.8.10
13642026-06-25T00:07:01.584Z Compiling typenum v1.20.1
13652026-06-25T00:07:01.649Z Compiling synstructure v0.13.2
13662026-06-25T00:07:01.660Z Compiling serde_derive_internals v0.29.1
13672026-06-25T00:07:01.924Z Compiling byteorder v1.5.0
13682026-06-25T00:07:02.101Z Compiling aws-lc-sys v0.41.0
13692026-06-25T00:07:02.167Z Compiling subtle v2.6.1
13702026-06-25T00:07:02.191Z Compiling rustix v1.1.4
13712026-06-25T00:07:02.337Z Compiling once_cell v1.21.4
13722026-06-25T00:07:02.414Z Compiling strsim v0.11.1
13732026-06-25T00:07:02.439Z Compiling ipnet v2.12.0
13742026-06-25T00:07:02.442Z Compiling atomic-waker v1.1.2
13752026-06-25T00:07:02.554Z Compiling httparse v1.10.1
13762026-06-25T00:07:02.575Z Compiling tower-service v0.3.3
13772026-06-25T00:07:02.663Z Compiling thiserror v1.0.69
13782026-06-25T00:07:02.761Z Compiling tower-layer v0.3.3
13792026-06-25T00:07:02.812Z Compiling try-lock v0.2.5
13802026-06-25T00:07:02.906Z Compiling serde_derive v1.0.228
13812026-06-25T00:07:02.917Z Compiling zerofrom-derive v0.1.7
13822026-06-25T00:07:02.917Z Compiling yoke-derive v0.8.2
13832026-06-25T00:07:02.920Z Compiling zerovec-derive v0.11.3
13842026-06-25T00:07:02.976Z Compiling displaydoc v0.2.6
13852026-06-25T00:07:02.996Z Compiling schemars_derive v0.8.22
13862026-06-25T00:07:02.999Z Compiling tokio-macros v2.7.0
13872026-06-25T00:07:03.779Z Compiling thiserror-impl v2.0.18
13882026-06-25T00:07:03.790Z Compiling zerocopy-derive v0.8.50
13892026-06-25T00:07:04.045Z Compiling zeroize_derive v1.4.3
13902026-06-25T00:07:04.056Z Compiling futures-macro v0.3.32
13912026-06-25T00:07:04.152Z Compiling zerofrom v0.1.8
13922026-06-25T00:07:04.272Z Compiling yoke v0.8.3
13932026-06-25T00:07:04.453Z Compiling zerovec v0.11.6
13942026-06-25T00:07:04.634Z Compiling zerotrie v0.2.4
13952026-06-25T00:07:04.728Z Compiling zeroize v1.8.2
13962026-06-25T00:07:04.893Z Compiling tinystr v0.8.3
13972026-06-25T00:07:04.925Z Compiling potential_utf v0.1.5
13982026-06-25T00:07:04.928Z Compiling futures-util v0.3.32
13992026-06-25T00:07:05.083Z Compiling icu_locale_core v2.2.0
14002026-06-25T00:07:05.094Z Compiling icu_collections v2.2.0
14012026-06-25T00:07:05.105Z Compiling thiserror-impl v1.0.69
14022026-06-25T00:07:05.131Z Compiling ucd-trie v0.1.7
14032026-06-25T00:07:05.423Z Compiling ryu v1.0.23
14042026-06-25T00:07:05.604Z Compiling untrusted v0.9.0
14052026-06-25T00:07:05.614Z Compiling pest v2.8.6
14062026-06-25T00:07:05.720Z Compiling want v0.3.1
14072026-06-25T00:07:05.888Z Compiling icu_provider v2.2.0
14082026-06-25T00:07:06.098Z Compiling bytes v1.11.1
14092026-06-25T00:07:06.137Z Compiling icu_properties v2.2.0
14102026-06-25T00:07:06.211Z Compiling icu_normalizer v2.2.0
14112026-06-25T00:07:06.250Z Compiling chrono v0.4.45
14122026-06-25T00:07:06.749Z Compiling tokio v1.52.3
14132026-06-25T00:07:06.814Z Compiling http v1.4.1
14142026-06-25T00:07:06.888Z Compiling serde_tokenstream v0.2.3
14152026-06-25T00:07:07.174Z Compiling idna_adapter v1.2.2
14162026-06-25T00:07:07.241Z Compiling erased-serde v0.3.31
14172026-06-25T00:07:07.314Z Compiling idna v1.1.0
14182026-06-25T00:07:07.505Z Compiling http-body v1.0.1
14192026-06-25T00:07:07.615Z Compiling url v2.5.8
14202026-06-25T00:07:07.730Z Compiling httpdate v1.0.3
14212026-06-25T00:07:07.797Z Compiling pest_meta v2.8.6
14222026-06-25T00:07:07.801Z Compiling getrandom v0.2.17
14232026-06-25T00:07:07.976Z Compiling ppv-lite86 v0.2.21
14242026-06-25T00:07:07.994Z Compiling getrandom v0.3.4
14252026-06-25T00:07:08.085Z Compiling pretty-hex v0.4.2
14262026-06-25T00:07:08.219Z Compiling rand_core v0.6.4
14272026-06-25T00:07:08.298Z Compiling slog v2.8.2
14282026-06-25T00:07:08.350Z Compiling plain v0.2.3
14292026-06-25T00:07:08.440Z Compiling pest_generator v2.8.6
14302026-06-25T00:07:08.458Z Compiling tracing-attributes v0.1.31
14312026-06-25T00:07:08.485Z Compiling tracing-core v0.1.36
14322026-06-25T00:07:08.947Z Compiling ipnetwork v0.21.1
14332026-06-25T00:07:09.027Z Compiling allocator-api2 v0.2.21
14342026-06-25T00:07:09.078Z Compiling pest_derive v2.8.6
14352026-06-25T00:07:09.088Z Compiling foldhash v0.2.0
14362026-06-25T00:07:09.319Z Compiling hashbrown v0.16.1
14372026-06-25T00:07:09.340Z Compiling oxnet v0.1.6
14382026-06-25T00:07:09.379Z Compiling http-body-util v0.1.3
14392026-06-25T00:07:09.586Z Compiling serde_urlencoded v0.7.1
14402026-06-25T00:07:09.610Z Compiling aho-corasick v1.1.4
14412026-06-25T00:07:09.637Z Compiling paste v1.0.15
14422026-06-25T00:07:09.662Z Compiling tracing v0.1.44
14432026-06-25T00:07:09.805Z Compiling sync_wrapper v1.0.2
14442026-06-25T00:07:09.824Z Compiling ident_case v1.0.1
14452026-06-25T00:07:09.891Z Compiling powerfmt v0.2.0
14462026-06-25T00:07:09.902Z Compiling time-core v0.1.8
14472026-06-25T00:07:09.911Z Compiling num-conv v0.2.2
14482026-06-25T00:07:09.940Z Compiling omicron-workspace-hack v0.1.0
14492026-06-25T00:07:10.048Z Compiling deranged v0.5.8
14502026-06-25T00:07:10.052Z Compiling time-macros v0.2.27
14512026-06-25T00:07:10.189Z Compiling anyhow v1.0.102
14522026-06-25T00:07:10.349Z Compiling winnow v1.0.3
14532026-06-25T00:07:10.473Z Compiling regex-automata v0.4.14
14542026-06-25T00:07:10.519Z Compiling num_threads v0.1.7
14552026-06-25T00:07:10.997Z Compiling scroll_derive v0.13.1
14562026-06-25T00:07:11.429Z Compiling tokio-util v0.7.18
14572026-06-25T00:07:11.443Z Compiling daft-derive v0.1.7
14582026-06-25T00:07:11.877Z Compiling scroll v0.13.0
14592026-06-25T00:07:12.143Z Compiling aws-lc-rs v1.17.0
14602026-06-25T00:07:12.236Z Compiling regex v1.12.3
14612026-06-25T00:07:12.264Z Compiling fastrand v2.4.1
14622026-06-25T00:07:12.463Z Compiling rustls-pki-types v1.14.1
14632026-06-25T00:07:12.532Z Compiling async-trait v0.1.89
14642026-06-25T00:07:12.720Z Compiling crossbeam-utils v0.8.21
14652026-06-25T00:07:12.936Z Compiling openssl-probe v0.2.1
14662026-06-25T00:07:13.054Z Compiling untrusted v0.7.1
14672026-06-25T00:07:13.126Z Compiling thread_local v1.1.9
14682026-06-25T00:07:13.173Z Compiling rustls v0.23.40
14692026-06-25T00:07:13.242Z Compiling usdt-impl v0.6.0
14702026-06-25T00:07:13.275Z Compiling hex v0.4.3
14712026-06-25T00:07:13.401Z Compiling goblin v0.10.7
14722026-06-25T00:07:13.509Z Compiling h2 v0.4.14
14732026-06-25T00:07:13.521Z Compiling dtrace-parser v0.3.0
14742026-06-25T00:07:13.530Z Compiling slog-async v2.8.0
14752026-06-25T00:07:13.533Z Compiling camino v1.2.2
14762026-06-25T00:07:13.759Z Compiling thread-id v5.1.0
14772026-06-25T00:07:13.841Z Compiling term v1.2.1
14782026-06-25T00:07:13.866Z Compiling take_mut v0.2.2
14792026-06-25T00:07:13.917Z Compiling crc32fast v1.5.0
14802026-06-25T00:07:14.259Z Compiling rand_core v0.9.5
14812026-06-25T00:07:14.381Z Compiling futures-executor v0.3.32
14822026-06-25T00:07:14.384Z Compiling cpufeatures v0.3.0
14832026-06-25T00:07:14.463Z Compiling match_cfg v0.1.0
14842026-06-25T00:07:14.474Z Compiling syn v1.0.109
14852026-06-25T00:07:14.531Z Compiling futures v0.3.32
14862026-06-25T00:07:14.663Z Compiling structmeta-derive v0.3.0
14872026-06-25T00:07:14.725Z Compiling adler2 v2.0.1
14882026-06-25T00:07:14.856Z Compiling simd-adler32 v0.3.9
14892026-06-25T00:07:15.059Z Compiling miniz_oxide v0.8.9
14902026-06-25T00:07:15.552Z Compiling hyper v1.10.1
14912026-06-25T00:07:15.710Z Compiling structmeta v0.3.0
14922026-06-25T00:07:15.719Z Compiling rand_chacha v0.9.0
14932026-06-25T00:07:16.095Z Compiling darling_core v0.23.0
14942026-06-25T00:07:16.145Z Compiling dof v0.4.0
14952026-06-25T00:07:16.329Z Compiling newtype-uuid-macros v0.1.0
14962026-06-25T00:07:16.512Z Compiling hybrid-array v0.4.12
14972026-06-25T00:07:17.199Z Compiling hyper-util v0.1.20
14982026-06-25T00:07:17.742Z Compiling rand v0.9.4
14992026-06-25T00:07:18.243Z Compiling darling_macro v0.23.0
15002026-06-25T00:07:18.389Z Compiling usdt-macro v0.6.0
15012026-06-25T00:07:18.441Z Compiling usdt-attr-macro v0.6.0
15022026-06-25T00:07:18.621Z Compiling flate2 v1.1.9
15032026-06-25T00:07:18.839Z Compiling time v0.3.47
15042026-06-25T00:07:18.881Z Compiling newtype-uuid v1.3.2
15052026-06-25T00:07:19.044Z Compiling ref-cast v1.0.25
15062026-06-25T00:07:19.229Z Compiling compression-core v0.4.32
15072026-06-25T00:07:19.374Z Compiling quick-error v1.2.3
15082026-06-25T00:07:19.440Z Compiling compression-codecs v0.4.38
15092026-06-25T00:07:19.479Z Compiling daft v0.1.7
15102026-06-25T00:07:19.482Z Compiling darling v0.23.0
15112026-06-25T00:07:19.528Z Compiling crypto-common v0.2.2
15122026-06-25T00:07:19.565Z Compiling block-buffer v0.12.0
15132026-06-25T00:07:19.635Z Compiling crossbeam-channel v0.5.15
15142026-06-25T00:07:19.690Z Compiling tower v0.5.3
15152026-06-25T00:07:19.715Z Compiling strum_macros v0.26.4
15162026-06-25T00:07:19.740Z Compiling ref-cast-impl v1.0.25
15172026-06-25T00:07:20.104Z Compiling serde_spanned v1.1.1
15182026-06-25T00:07:20.157Z Compiling generic-array v0.14.7
15192026-06-25T00:07:20.255Z Compiling multer v3.1.0
15202026-06-25T00:07:20.372Z Compiling toml_writer v1.1.1+spec-1.1.0
15212026-06-25T00:07:20.400Z Compiling const-oid v0.10.2
15222026-06-25T00:07:20.490Z Compiling debug-ignore v1.0.5
15232026-06-25T00:07:20.523Z Compiling bit-vec v0.8.0
15242026-06-25T00:07:20.582Z Compiling digest v0.11.3
15252026-06-25T00:07:20.649Z Compiling tower-http v0.6.11
15262026-06-25T00:07:20.669Z Compiling serde_with_macros v3.20.0
15272026-06-25T00:07:20.729Z Compiling bit-set v0.8.0
15282026-06-25T00:07:20.742Z Compiling openapiv3 v2.2.0
15292026-06-25T00:07:20.754Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15302026-06-25T00:07:20.886Z Compiling async-stream-impl v0.3.6
15312026-06-25T00:07:21.062Z Compiling dropshot v0.17.1
15322026-06-25T00:07:21.235Z Compiling encoding_rs v0.8.35
15332026-06-25T00:07:21.304Z Compiling mime v0.3.17
15342026-06-25T00:07:21.359Z Compiling strum v0.26.3
15352026-06-25T00:07:21.489Z Compiling spin v0.9.8
15362026-06-25T00:07:21.522Z Compiling unarray v0.1.4
15372026-06-25T00:07:21.577Z Compiling async-stream v0.3.6
15382026-06-25T00:07:21.628Z Compiling sha1 v0.11.0
15392026-06-25T00:07:21.841Z Compiling derive-ex v0.1.8
15402026-06-25T00:07:21.855Z Compiling rustls-native-certs v0.8.4
15412026-06-25T00:07:21.922Z Compiling dropshot_endpoint v0.17.1
15422026-06-25T00:07:22.196Z Compiling macaddr v1.0.1
15432026-06-25T00:07:22.208Z Compiling waitgroup v0.1.2
15442026-06-25T00:07:22.354Z Compiling serde_path_to_error v0.1.20
15452026-06-25T00:07:22.426Z Compiling is-terminal v0.4.17
15462026-06-25T00:07:22.533Z Compiling slog-term v2.9.2
15472026-06-25T00:07:22.710Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15482026-06-25T00:07:22.805Z Compiling tempfile v3.27.0
15492026-06-25T00:07:22.958Z Compiling strum_macros v0.27.2
15502026-06-25T00:07:22.992Z Compiling instant v0.1.13
15512026-06-25T00:07:23.147Z Compiling slog-json v2.6.1
15522026-06-25T00:07:23.181Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15532026-06-25T00:07:23.235Z Compiling hostname v0.3.1
15542026-06-25T00:07:23.363Z Compiling memmap2 v0.9.10
15552026-06-25T00:07:23.376Z Compiling either v1.16.0
15562026-06-25T00:07:23.443Z Compiling test-strategy v0.4.5
15572026-06-25T00:07:23.585Z Compiling slog-bunyan v2.5.0
15582026-06-25T00:07:23.589Z Compiling crypto-common v0.1.7
15592026-06-25T00:07:23.608Z Compiling parse-display-derive v0.10.0
15602026-06-25T00:07:23.722Z Compiling backon v1.6.0
15612026-06-25T00:07:23.725Z Compiling rand_chacha v0.3.1
15622026-06-25T00:07:23.937Z Compiling rand v0.8.6
15632026-06-25T00:07:24.475Z Compiling toml_parser v1.1.2+spec-1.1.0
15642026-06-25T00:07:24.522Z Compiling regress v0.10.5
15652026-06-25T00:07:24.586Z Compiling toml_datetime v1.1.1+spec-1.1.0
15662026-06-25T00:07:24.810Z Compiling wait-timeout v0.2.1
15672026-06-25T00:07:24.814Z Compiling strum v0.27.2
15682026-06-25T00:07:25.116Z Compiling rusty-fork v0.3.1
15692026-06-25T00:07:25.170Z Compiling toml v1.1.2+spec-1.1.0
15702026-06-25T00:07:25.399Z Compiling serde_with v3.20.0
15712026-06-25T00:07:25.413Z Compiling async-compression v0.4.42
15722026-06-25T00:07:25.476Z Compiling rand_xorshift v0.4.0
15732026-06-25T00:07:25.615Z Compiling rustls-pemfile v2.2.0
15742026-06-25T00:07:25.815Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15752026-06-25T00:07:26.323Z Compiling hostname v0.4.2
15762026-06-25T00:07:26.688Z Compiling humantime v2.3.0
15772026-06-25T00:07:26.973Z Compiling usdt v0.6.0
15782026-06-25T00:07:27.098Z Compiling proptest v1.11.0
15792026-06-25T00:07:27.208Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15802026-06-25T00:07:27.222Z Compiling itertools v0.14.0
15812026-06-25T00:07:27.317Z Compiling iddqd v0.4.2
15822026-06-25T00:07:27.551Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15832026-06-25T00:07:27.802Z Compiling block-buffer v0.10.4
15842026-06-25T00:07:27.955Z Compiling reqwest v0.12.28
15852026-06-25T00:07:28.534Z Compiling utf8parse v0.2.2
15862026-06-25T00:07:28.594Z Compiling digest v0.10.7
15872026-06-25T00:07:28.634Z Compiling anstyle-parse v1.0.0
15882026-06-25T00:07:28.646Z Compiling parse-display v0.10.0
15892026-06-25T00:07:28.696Z Compiling backoff v0.4.0
15902026-06-25T00:07:28.806Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15912026-06-25T00:07:28.906Z Compiling progenitor-client v0.10.0
15922026-06-25T00:07:28.971Z Compiling anstyle v1.0.14
15932026-06-25T00:07:29.176Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15942026-06-25T00:07:29.196Z Compiling is_terminal_polyfill v1.70.2
15952026-06-25T00:07:29.289Z Compiling colorchoice v1.0.5
15962026-06-25T00:07:29.737Z Compiling anstyle-query v1.1.5
15972026-06-25T00:07:29.843Z Compiling anstream v1.0.0
15982026-06-25T00:07:30.167Z Compiling regress v0.11.1
15992026-06-25T00:07:30.269Z Compiling clap_lex v1.1.0
16002026-06-25T00:07:30.387Z Compiling unicode-width v0.2.2
16012026-06-25T00:07:30.650Z Compiling clap_derive v4.6.1
16022026-06-25T00:07:31.297Z Compiling terminal_size v0.4.4
16032026-06-25T00:07:31.808Z Compiling typify-impl v0.6.2
16042026-06-25T00:07:32.399Z Compiling toml_datetime v0.6.11
16052026-06-25T00:07:32.410Z Compiling zerocopy-derive v0.7.35
16062026-06-25T00:07:32.420Z Compiling convert_case v0.4.0
16072026-06-25T00:07:32.674Z Compiling cpufeatures v0.2.17
16082026-06-25T00:07:32.719Z Compiling derive_more v0.99.20
16092026-06-25T00:07:32.761Z Compiling clap_builder v4.6.0
16102026-06-25T00:07:33.409Z Compiling zerocopy v0.7.35
16112026-06-25T00:07:34.599Z Compiling clap v4.6.1
16122026-06-25T00:07:34.681Z Compiling secrecy v0.10.3
16132026-06-25T00:07:34.839Z Compiling tinyvec_macros v0.1.1
16142026-06-25T00:07:34.908Z Compiling crucible-workspace-hack v0.1.0
16152026-06-25T00:07:34.952Z Compiling float-ord v0.3.2
16162026-06-25T00:07:35.050Z Compiling tinyvec v1.11.0
16172026-06-25T00:07:35.489Z Compiling dtrace-parser v0.2.0
16182026-06-25T00:07:35.514Z Compiling scroll_derive v0.12.1
16192026-06-25T00:07:35.548Z Compiling num-integer v0.1.46
16202026-06-25T00:07:35.869Z Compiling rustc_version v0.4.1
16212026-06-25T00:07:36.153Z Compiling usdt-impl v0.5.0
16222026-06-25T00:07:36.234Z Compiling scroll v0.12.0
16232026-06-25T00:07:36.356Z Compiling curve25519-dalek v4.1.3
16242026-06-25T00:07:36.549Z Compiling dof v0.3.0
16252026-06-25T00:07:36.653Z Compiling hmac v0.12.1
16262026-06-25T00:07:36.843Z Compiling toml_edit v0.25.12+spec-1.1.0
16272026-06-25T00:07:36.889Z Compiling inout v0.1.4
16282026-06-25T00:07:36.922Z Compiling darling_core v0.21.3
16292026-06-25T00:07:36.936Z Compiling ff v0.13.1
16302026-06-25T00:07:37.036Z Compiling thread-id v4.2.2
16312026-06-25T00:07:37.063Z Compiling unsafe-libyaml v0.2.11
16322026-06-25T00:07:37.648Z Compiling serde_yaml v0.9.34+deprecated
16332026-06-25T00:07:37.731Z Compiling proc-macro-crate v3.5.0
16342026-06-25T00:07:37.742Z Compiling group v0.13.0
16352026-06-25T00:07:37.757Z Compiling cipher v0.4.4
16362026-06-25T00:07:37.849Z Compiling hkdf v0.12.4
16372026-06-25T00:07:38.120Z Compiling typify-macro v0.6.2
16382026-06-25T00:07:38.449Z Compiling goblin v0.8.2
16392026-06-25T00:07:38.679Z Compiling num-rational v0.4.2
16402026-06-25T00:07:38.797Z Compiling num-iter v0.1.45
16412026-06-25T00:07:38.951Z Compiling universal-hash v0.5.1
16422026-06-25T00:07:39.027Z Compiling darling_macro v0.21.3
16432026-06-25T00:07:39.047Z Compiling crypto-bigint v0.5.5
16442026-06-25T00:07:39.059Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16452026-06-25T00:07:39.292Z Compiling thiserror-impl-no-std v2.0.2
16462026-06-25T00:07:39.410Z Compiling hubpack_derive v0.1.1
16472026-06-25T00:07:39.759Z Compiling crossbeam-epoch v0.9.18
16482026-06-25T00:07:40.102Z Compiling half v2.7.1
16492026-06-25T00:07:40.162Z Compiling typify v0.6.2
16502026-06-25T00:07:40.250Z Compiling curve25519-dalek-derive v0.1.1
16512026-06-25T00:07:40.269Z Compiling num-complex v0.4.6
16522026-06-25T00:07:40.502Z Compiling memoffset v0.9.1
16532026-06-25T00:07:40.561Z Compiling cfg_aliases v0.2.1
16542026-06-25T00:07:40.615Z Compiling base16ct v0.2.0
16552026-06-25T00:07:40.633Z Compiling opaque-debug v0.3.1
16562026-06-25T00:07:40.655Z Compiling base64ct v1.8.3
16572026-06-25T00:07:40.702Z Compiling ciborium-io v0.2.2
16582026-06-25T00:07:40.772Z Compiling ciborium-ll v0.2.2
16592026-06-25T00:07:40.794Z Compiling elliptic-curve v0.13.8
16602026-06-25T00:07:40.845Z Compiling poly1305 v0.8.0
16612026-06-25T00:07:40.960Z Compiling password-hash v0.5.0
16622026-06-25T00:07:40.985Z Compiling nix v0.31.3
16632026-06-25T00:07:41.264Z Compiling num v0.4.3
16642026-06-25T00:07:41.472Z Compiling thiserror-no-std v2.0.2
16652026-06-25T00:07:41.529Z Compiling hubpack v0.1.2
16662026-06-25T00:07:41.755Z Compiling darling v0.21.3
16672026-06-25T00:07:42.041Z Compiling num_enum_derive v0.7.6
16682026-06-25T00:07:42.131Z Compiling chacha20 v0.9.1
16692026-06-25T00:07:42.348Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16702026-06-25T00:07:42.487Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16712026-06-25T00:07:42.890Z Compiling blake2 v0.10.6
16722026-06-25T00:07:43.046Z Compiling aead v0.5.2
16732026-06-25T00:07:43.082Z Compiling byte-wrapper v0.1.0
16742026-06-25T00:07:43.162Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16752026-06-25T00:07:43.201Z Compiling proc-macro-error-attr v1.0.4
16762026-06-25T00:07:43.440Z Compiling keccak v0.1.6
16772026-06-25T00:07:43.442Z Compiling prettyplease v0.2.37
16782026-06-25T00:07:43.479Z Compiling static_assertions v1.1.0
16792026-06-25T00:07:43.551Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16802026-06-25T00:07:43.564Z Compiling heapless v0.8.0
16812026-06-25T00:07:43.667Z Compiling rustix v0.38.44
16822026-06-25T00:07:43.706Z Compiling sha3 v0.10.9
16832026-06-25T00:07:44.052Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16842026-06-25T00:07:44.379Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16852026-06-25T00:07:44.391Z Compiling chacha20poly1305 v0.10.1
16862026-06-25T00:07:44.517Z Compiling argon2 v0.5.3
16872026-06-25T00:07:44.542Z Compiling num_enum v0.7.6
16882026-06-25T00:07:44.914Z Compiling ingot-macros v0.1.1
16892026-06-25T00:07:44.951Z Compiling vsss-rs v3.3.4
16902026-06-25T00:07:45.037Z Compiling ciborium v0.2.2
16912026-06-25T00:07:45.632Z Compiling usdt-attr-macro v0.5.0
16922026-06-25T00:07:45.732Z Compiling usdt-macro v0.5.0
16932026-06-25T00:07:46.701Z Compiling serde_spanned v0.6.9
16942026-06-25T00:07:46.844Z Compiling enum-as-inner v0.6.1
16952026-06-25T00:07:46.863Z Compiling serde_repr v0.1.20
16962026-06-25T00:07:46.982Z Compiling num-derive v0.4.2
16972026-06-25T00:07:47.454Z Compiling hash32 v0.3.1
16982026-06-25T00:07:47.478Z Compiling proc-macro-error v1.0.4
16992026-06-25T00:07:47.522Z Compiling memmap v0.7.0
17002026-06-25T00:07:47.611Z Compiling data-encoding v2.11.0
17012026-06-25T00:07:47.708Z Compiling toml_write v0.1.2
17022026-06-25T00:07:47.728Z Compiling winnow v0.7.15
17032026-06-25T00:07:47.742Z Compiling smoltcp v0.11.0
17042026-06-25T00:07:47.745Z Compiling winnow v0.5.40
17052026-06-25T00:07:47.908Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17062026-06-25T00:07:47.962Z Compiling indent_write v2.2.0
17072026-06-25T00:07:48.092Z Compiling rustls-webpki v0.103.13
17082026-06-25T00:07:48.117Z Compiling ingot-types v0.1.2
17092026-06-25T00:07:48.466Z Compiling usdt v0.5.0
17102026-06-25T00:07:48.659Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-06-25T00:07:48.910Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17122026-06-25T00:07:49.011Z Compiling toml_edit v0.19.15
17132026-06-25T00:07:49.126Z Compiling toml_edit v0.22.27
17142026-06-25T00:07:49.231Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17152026-06-25T00:07:50.075Z Compiling tabwriter v1.4.1
17162026-06-25T00:07:50.197Z Compiling cobs v0.3.0
17172026-06-25T00:07:50.326Z Compiling foreign-types-macros v0.2.3
17182026-06-25T00:07:50.407Z Compiling colored v3.1.1
17192026-06-25T00:07:50.801Z Compiling foreign-types-shared v0.3.1
17202026-06-25T00:07:50.842Z Compiling bitflags v1.3.2
17212026-06-25T00:07:50.894Z Compiling managed v0.8.0
17222026-06-25T00:07:50.918Z Compiling vcpkg v0.2.15
17232026-06-25T00:07:50.982Z Compiling pkg-config v0.3.33
17242026-06-25T00:07:50.993Z Compiling bytecount v0.6.9
17252026-06-25T00:07:51.129Z Compiling foreign-types v0.5.0
17262026-06-25T00:07:51.210Z Compiling toml v0.8.23
17272026-06-25T00:07:51.439Z Compiling tokio-rustls v0.26.4
17282026-06-25T00:07:51.467Z Compiling rustls-platform-verifier v0.7.0
17292026-06-25T00:07:51.711Z Compiling hyper-rustls v0.27.9
17302026-06-25T00:07:52.080Z Compiling reqwest v0.13.4
17312026-06-25T00:07:52.694Z Compiling openssl-sys v0.9.116
17322026-06-25T00:07:53.084Z Compiling postcard v1.1.3
17332026-06-25T00:07:53.219Z Compiling proc-macro-crate v1.3.1
17342026-06-25T00:07:53.426Z Compiling progenitor-client v0.14.0
17352026-06-25T00:07:53.732Z Compiling progenitor-extras v0.2.0
17362026-06-25T00:07:53.973Z Compiling ingot v0.1.1
17372026-06-25T00:07:54.606Z Compiling progenitor-impl v0.13.0
17382026-06-25T00:07:54.813Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17392026-06-25T00:07:55.872Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17402026-06-25T00:07:56.379Z Compiling chacha20 v0.10.0
17412026-06-25T00:07:56.395Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17422026-06-25T00:07:56.644Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17432026-06-25T00:07:56.731Z Compiling cstr-argument v0.1.2
17442026-06-25T00:07:56.866Z Compiling linked-hash-map v0.5.6
17452026-06-25T00:07:56.898Z Compiling semver v0.1.20
17462026-06-25T00:07:56.947Z Compiling lazy_static v1.5.0
17472026-06-25T00:07:57.052Z Compiling heck v0.4.1
17482026-06-25T00:07:57.064Z Compiling unicode-segmentation v1.13.3
17492026-06-25T00:07:57.167Z Compiling rayon-core v1.13.0
17502026-06-25T00:07:57.265Z Compiling resolv-conf v0.7.6
17512026-06-25T00:07:57.415Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17522026-06-25T00:07:57.502Z Compiling swrite v0.1.0
17532026-06-25T00:07:57.620Z Compiling newline-converter v0.3.0
17542026-06-25T00:07:57.656Z Compiling rustc_version v0.1.7
17552026-06-25T00:07:57.680Z Compiling lru-cache v0.1.2
17562026-06-25T00:07:57.787Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17572026-06-25T00:07:57.806Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17582026-06-25T00:07:57.875Z Compiling rand v0.10.1
17592026-06-25T00:07:58.060Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17602026-06-25T00:07:58.199Z Compiling progenitor-macro v0.13.0
17612026-06-25T00:07:58.270Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17622026-06-25T00:07:58.476Z Compiling num_enum_derive v0.5.11
17632026-06-25T00:07:58.559Z Compiling progenitor-client v0.13.0
17642026-06-25T00:07:58.794Z Compiling atomicwrites v0.4.4
17652026-06-25T00:07:58.856Z Compiling hickory-proto v0.24.4
17662026-06-25T00:07:58.961Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-06-25T00:07:58.995Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17682026-06-25T00:08:00.868Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17692026-06-25T00:08:01.130Z Compiling progenitor-impl v0.14.0
17702026-06-25T00:08:02.004Z Compiling crossbeam-deque v0.8.6
17712026-06-25T00:08:02.016Z Compiling console v0.15.11
17722026-06-25T00:08:02.199Z Compiling camino-tempfile v1.4.1
17732026-06-25T00:08:02.210Z Compiling serde-big-array v0.5.1
17742026-06-25T00:08:02.355Z Compiling derive-where v1.6.1
17752026-06-25T00:08:02.456Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17762026-06-25T00:08:02.702Z Compiling pin-project-internal v1.1.13
17772026-06-25T00:08:03.118Z Compiling siphasher v1.0.3
17782026-06-25T00:08:03.269Z Compiling minimal-lexical v0.2.1
17792026-06-25T00:08:03.324Z Compiling similar v2.7.0
17802026-06-25T00:08:03.327Z Compiling progenitor v0.13.0
17812026-06-25T00:08:03.452Z Compiling phf_shared v0.12.1
17822026-06-25T00:08:03.532Z Compiling nom v7.1.3
17832026-06-25T00:08:03.633Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17842026-06-25T00:08:03.822Z Compiling pin-project v1.1.13
17852026-06-25T00:08:03.926Z Compiling expectorate v1.2.0
17862026-06-25T00:08:04.080Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17872026-06-25T00:08:04.151Z Compiling hickory-resolver v0.24.4
17882026-06-25T00:08:04.228Z Compiling num_enum v0.5.11
17892026-06-25T00:08:04.730Z Compiling progenitor-macro v0.14.0
17902026-06-25T00:08:04.886Z Compiling newtype_derive v0.1.6
17912026-06-25T00:08:05.310Z Compiling unicode-normalization v0.1.25
17922026-06-25T00:08:05.782Z Compiling tokio-stream v0.1.18
17932026-06-25T00:08:05.793Z Compiling async-recursion v1.1.1
17942026-06-25T00:08:06.251Z Compiling snafu-derive v0.8.9
17952026-06-25T00:08:06.294Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17962026-06-25T00:08:06.490Z Compiling slog-dtrace v0.3.0
17972026-06-25T00:08:06.599Z Compiling csv-core v0.1.13
17982026-06-25T00:08:06.768Z Compiling bstr v1.12.1
17992026-06-25T00:08:06.821Z Compiling foreign-types-shared v0.1.1
18002026-06-25T00:08:06.908Z Compiling foldhash v0.1.5
18012026-06-25T00:08:06.918Z Compiling same-file v1.0.6
18022026-06-25T00:08:07.017Z Compiling openssl v0.10.80
18032026-06-25T00:08:07.089Z Compiling highway v1.3.0
18042026-06-25T00:08:07.098Z Compiling unicode-xid v0.2.6
18052026-06-25T00:08:07.235Z Compiling konst_macro_rules v0.2.19
18062026-06-25T00:08:07.305Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-06-25T00:08:07.316Z Compiling chrono-tz v0.10.4
18082026-06-25T00:08:07.407Z Compiling owo-colors v4.3.0
18092026-06-25T00:08:07.483Z Compiling cancel-safe-futures v0.1.5
18102026-06-25T00:08:07.548Z Compiling unicode-width v0.1.14
18112026-06-25T00:08:07.790Z Compiling konst v0.2.20
18122026-06-25T00:08:07.811Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-25T00:08:07.852Z Compiling const_format_proc_macros v0.2.34
18142026-06-25T00:08:08.038Z Compiling globset v0.4.18
18152026-06-25T00:08:08.049Z Compiling snafu v0.8.9
18162026-06-25T00:08:08.443Z Compiling walkdir v2.5.0
18172026-06-25T00:08:08.701Z Compiling hashbrown v0.15.5
18182026-06-25T00:08:08.812Z Compiling foreign-types v0.3.2
18192026-06-25T00:08:08.872Z Compiling csv v1.4.0
18202026-06-25T00:08:08.902Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-06-25T00:08:08.949Z Compiling qorb v0.4.1
18222026-06-25T00:08:09.251Z Compiling olpc-cjson v0.1.4
18232026-06-25T00:08:09.484Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-25T00:08:09.788Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-25T00:08:09.843Z Compiling progenitor v0.14.0
18262026-06-25T00:08:09.847Z Compiling rayon v1.12.0
18272026-06-25T00:08:09.981Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18282026-06-25T00:08:10.332Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-06-25T00:08:10.343Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18302026-06-25T00:08:11.119Z Compiling phf v0.12.1
18312026-06-25T00:08:11.160Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-06-25T00:08:11.270Z Compiling zone_cfg_derive v0.3.1
18332026-06-25T00:08:11.573Z Compiling tokio-dtrace v0.1.1
18342026-06-25T00:08:11.633Z Compiling itertools v0.12.1
18352026-06-25T00:08:11.733Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18362026-06-25T00:08:11.882Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-25T00:08:11.991Z Compiling libsw-core v0.3.2
18382026-06-25T00:08:12.003Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18392026-06-25T00:08:12.147Z Compiling serde_plain v1.0.2
18402026-06-25T00:08:12.164Z Compiling openssl-macros v0.1.1
18412026-06-25T00:08:12.355Z Compiling pem v3.0.6
18422026-06-25T00:08:12.381Z Compiling cookie v0.18.1
18432026-06-25T00:08:12.493Z Compiling sigpipe v0.1.3
18442026-06-25T00:08:12.582Z Compiling fixedbitset v0.4.2
18452026-06-25T00:08:12.594Z Compiling jiff v0.2.28
18462026-06-25T00:08:12.631Z Compiling typed-path v0.9.3
18472026-06-25T00:08:12.677Z Compiling glob v0.3.3
18482026-06-25T00:08:12.750Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-25T00:08:12.822Z Compiling fixedbitset v0.5.7
18502026-06-25T00:08:12.945Z Compiling zone v0.3.1
18512026-06-25T00:08:13.006Z Compiling petgraph v0.6.5
18522026-06-25T00:08:13.130Z Compiling petgraph v0.8.3
18532026-06-25T00:08:13.218Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18542026-06-25T00:08:13.746Z Compiling tough v0.22.0
18552026-06-25T00:08:13.974Z Compiling libsw v3.5.0
18562026-06-25T00:08:14.159Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-25T00:08:14.365Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18582026-06-25T00:08:14.518Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-25T00:08:14.616Z Compiling oxide-tokio-rt v0.1.6
18602026-06-25T00:08:14.923Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18612026-06-25T00:08:15.725Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-25T00:08:16.144Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-25T00:08:16.493Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-25T00:08:16.668Z Compiling const_format v0.2.36
18652026-06-25T00:08:16.755Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-25T00:08:17.094Z Compiling papergrid v0.11.0
18672026-06-25T00:08:17.332Z Compiling tabled_derive v0.7.0
18682026-06-25T00:08:17.465Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-25T00:08:17.469Z Compiling gethostname v0.5.0
18702026-06-25T00:08:17.581Z Compiling libscf-sys v1.2.0
18712026-06-25T00:08:17.607Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18722026-06-25T00:08:17.724Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-25T00:08:17.853Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18742026-06-25T00:08:18.017Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-25T00:08:18.029Z Compiling smf v0.2.3
18762026-06-25T00:08:18.146Z Compiling bcs v0.1.6
18772026-06-25T00:08:18.287Z Compiling termtree v0.5.1
18782026-06-25T00:08:18.317Z Compiling tagptr v0.2.0
18792026-06-25T00:08:18.443Z Compiling smawk v0.3.2
18802026-06-25T00:08:18.467Z Compiling whoami v1.6.1
18812026-06-25T00:08:18.474Z Compiling unicode-linebreak v0.1.5
18822026-06-25T00:08:18.565Z Compiling linear-map v1.2.0
18832026-06-25T00:08:18.580Z Compiling moka v0.12.15
18842026-06-25T00:08:18.726Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-25T00:08:18.751Z Compiling textwrap v0.16.2
18862026-06-25T00:08:18.785Z Compiling tabled v0.15.0
18872026-06-25T00:08:18.892Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-25T00:08:19.306Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-25T00:08:19.377Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-25T00:08:19.600Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-25T00:08:19.797Z Compiling steno v0.4.1
18922026-06-25T00:08:20.974Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-06-25T00:08:21.468Z Compiling hickory-proto v0.25.2
18942026-06-25T00:08:21.804Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18952026-06-25T00:08:21.993Z Compiling proc-macro-error-attr2 v2.0.0
18962026-06-25T00:08:22.261Z Compiling parking_lot_core v0.8.6
18972026-06-25T00:08:22.461Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18982026-06-25T00:08:22.575Z Compiling proc-macro-error2 v2.0.1
18992026-06-25T00:08:22.853Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-25T00:08:22.864Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19012026-06-25T00:08:22.998Z Compiling tabled_derive v0.11.0
19022026-06-25T00:08:23.020Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19032026-06-25T00:08:23.128Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19042026-06-25T00:08:23.427Z Compiling hickory-resolver v0.25.2
19052026-06-25T00:08:23.507Z Compiling papergrid v0.18.0
19062026-06-25T00:08:23.537Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19072026-06-25T00:08:23.702Z Compiling testing_table v0.3.0
19082026-06-25T00:08:23.873Z Compiling arc-swap v1.9.1
19092026-06-25T00:08:24.112Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19102026-06-25T00:08:24.181Z Compiling nom v8.0.0
19112026-06-25T00:08:24.366Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-06-25T00:08:24.527Z Compiling tabled v0.21.0
19132026-06-25T00:08:25.108Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19142026-06-25T00:08:25.527Z Compiling slog-scope v4.4.1
19152026-06-25T00:08:25.679Z Compiling parking_lot v0.11.2
19162026-06-25T00:08:25.794Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19172026-06-25T00:08:26.083Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19182026-06-25T00:08:26.083Z Compiling fxhash v0.2.1
19192026-06-25T00:08:26.184Z Compiling internet-checksum v0.2.1
19202026-06-25T00:08:26.229Z Compiling sled v0.34.7
19212026-06-25T00:08:26.322Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19222026-06-25T00:08:26.423Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
19232026-06-25T00:08:26.525Z Compiling slog-stdlog v4.1.1
19242026-06-25T00:08:26.663Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19252026-06-25T00:08:26.745Z Compiling crc8 v0.1.1
19262026-06-25T00:08:26.792Z Compiling slog-envlogger v2.2.0
19272026-06-25T00:08:26.903Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19282026-06-25T00:08:27.224Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19292026-06-25T00:08:27.594Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
19302026-06-25T00:08:29.586Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-06-25T00:08:31.719Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19322026-06-25T00:08:37.767Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19332026-06-25T00:08:39.341Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-06-25T00:08:40.366Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19352026-06-25T00:08:41.284Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19362026-06-25T00:08:42.141Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19372026-06-25T00:08:43.296Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19382026-06-25T00:09:05.976Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
19392026-06-25T00:09:06.156Z────────────
19402026-06-25T00:09:06.156Z Nextest run ID 881e194b-d5e4-476c-a7a4-862ceedcf9ba with nextest profile: default
19412026-06-25T00:09:06.156Z Starting 7 tests across 1 binary
19422026-06-25T00:09:06.166Z PASS [ 0.010s] mg-lower dendrite::test_tfport_parser
19432026-06-25T00:09:06.171Z PASS [ 0.011s] mg-lower test::sync_prefix_test
19442026-06-25T00:09:06.171Z PASS [ 0.011s] mg-lower test::sync_link_down_test
19452026-06-25T00:09:06.171Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19462026-06-25T00:09:06.171Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19472026-06-25T00:09:06.171Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_idempotent
19482026-06-25T00:09:06.171Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19492026-06-25T00:09:06.172Z────────────
19502026-06-25T00:09:06.172Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19512026-06-25T00:09:06.181Zprocess exited: duration 331223 ms, exit code 0
 
19522026-06-25T00:09:06.187Zfound 0 output files