01KR6PGBB0DEVSVQNTZD553TX2: test-mg-lower

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

Buildomat Job: 01KR6PGPPRJ5PZXDQ59QE0F2HB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-09T15:44:24.402Zjob assigned to worker 01KR6PH0CWRA2DNJFW59NMZY1P [factory aws, i-0efc504b9de9a88b9] (queued for 1 m 1 s)
 
22026-05-09T15:44:31.362Zstarting task 0: "setup"
32026-05-09T15:44:31.370Z++ uname -s
42026-05-09T15:44:31.373Z+ kern=SunOS
52026-05-09T15:44:31.373Z+ build_user=build
62026-05-09T15:44:31.373Z+ build_uid=12345
72026-05-09T15:44:31.373Z+ work_dir=/work
82026-05-09T15:44:31.373Z+ input_dir=/input
92026-05-09T15:44:31.373Z+ [[ 0 == 12345 ]]
102026-05-09T15:44:31.373Z+ case "$kern" in
112026-05-09T15:44:31.373Z+ groupadd -g 12345 build
122026-05-09T15:44:31.376Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-09T15:44:33.385Z+ zfs create -o mountpoint=/work rpool/work
142026-05-09T15:44:33.510Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-09T15:44:33.513Z+ home_fs=zfs
162026-05-09T15:44:33.513Z+ [[ zfs == autofs ]]
172026-05-09T15:44:33.513Z+ mkdir -p /home/build
182026-05-09T15:44:33.513Z+ chown build:build /home/build /work
192026-05-09T15:44:35.515Z+ chmod 0700 /home/build /work
202026-05-09T15:44:35.518Zprocess exited: duration 4157 ms, exit code 0
 
212026-05-09T15:44:35.524Zstarting task 1: "rust-toolchain"
222026-05-09T15:44:35.528Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-09T15:44:35.528Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-09T15:44:35.528Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-09T15:44:35.528Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-09T15:44:35.529Z * rust toolchain channel = "stable"
272026-05-09T15:44:35.529Z * rust toolchain profile = "default"
282026-05-09T15:44:35.532Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-09T15:44:35.532Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-09T15:44:35.650Zinfo: downloading installer
312026-05-09T15:44:36.945Zwarn: It looks like you have an existing installation of Rust at:
322026-05-09T15:44:36.945Zwarn: /opt/ooce/bin
332026-05-09T15:44:36.945Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-09T15:44:36.945Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-09T15:44:36.945Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-09T15:44:36.945Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-09T15:44:36.945Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-09T15:44:36.945Zerror: cannot install while Rust is installed
392026-05-09T15:44:36.945Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-09T15:44:36.945Zwarn: It looks like you have an existing rustup settings file at:
412026-05-09T15:44:36.945Zwarn: /home/build/.rustup/settings.toml
422026-05-09T15:44:36.945Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-09T15:44:36.945Zwarn: instead of the one inferred from the default host triple.
442026-05-09T15:44:36.958Zinfo: profile set to default
452026-05-09T15:44:36.958Zinfo: default host triple is x86_64-unknown-illumos
462026-05-09T15:44:36.961Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-09T15:44:37.089Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-09T15:44:37.092Zinfo: downloading 6 components
492026-05-09T15:44:51.964Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-09T15:44:51.964Z
512026-05-09T15:44:52.002Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-09T15:44:52.002Z
532026-05-09T15:44:52.002Z
542026-05-09T15:44:52.002ZRust is installed now. Great!
552026-05-09T15:44:52.002Z
562026-05-09T15:44:52.002ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-09T15:44:52.002Zenvironment variable. This has not been done automatically.
582026-05-09T15:44:52.002Z
592026-05-09T15:44:52.002ZTo configure your current shell, you need to source
602026-05-09T15:44:52.002Zthe corresponding env file under $HOME/.cargo.
612026-05-09T15:44:52.002Z
622026-05-09T15:44:52.002ZThis is usually done by running one of the following (note the leading DOT):
632026-05-09T15:44:52.002Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-09T15:44:52.002Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-09T15:44:52.002Zsource "~/.cargo/env.nu" # For nushell
662026-05-09T15:44:52.002Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-09T15:44:52.002Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-09T15:44:52.002Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-09T15:44:52.005Zwarn: no default linker (`cc`) was found in your PATH
702026-05-09T15:44:52.005Zwarn: many Rust crates require a system C toolchain to build
712026-05-09T15:44:52.105Z+ rustup --version
722026-05-09T15:44:52.114Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-09T15:44:52.118Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-09T15:44:52.137Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-09T15:44:52.143Z+ cargo --version
762026-05-09T15:44:52.155Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-09T15:44:52.159Z+ rustc --version
782026-05-09T15:44:52.175Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-09T15:44:52.185Zprocess exited: duration 16648 ms, exit code 0
 
802026-05-09T15:44:52.203Zstarting task 2: "authentication"
812026-05-09T15:44:52.221Zprocess exited: duration 20 ms, exit code 0
 
822026-05-09T15:44:52.246Zstarting task 3: "clone repository"
832026-05-09T15:44:52.252Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-09T15:44:52.252Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-09T15:44:52.283ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-09T15:44:53.138Z+ cd /work/oxidecomputer/maghemite
872026-05-09T15:44:53.138Z+ git fetch origin c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
882026-05-09T15:44:53.375ZFrom https://github.com/oxidecomputer/maghemite
892026-05-09T15:44:53.375Z * branch c59c854a70a7d9f9b0f69a48ce0cb78997bb699b -> FETCH_HEAD
902026-05-09T15:44:53.387Z+ [[ -n trey/rfd_619_wrapup ]]
912026-05-09T15:44:53.398Z++ git branch --show-current
922026-05-09T15:44:53.398Z+ current=main
932026-05-09T15:44:53.398Z+ [[ main != trey/rfd_619_wrapup ]]
942026-05-09T15:44:53.398Z+ git branch -f trey/rfd_619_wrapup c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
952026-05-09T15:44:53.398Z+ git checkout -f trey/rfd_619_wrapup
962026-05-09T15:44:53.420ZSwitched to branch 'trey/rfd_619_wrapup'
972026-05-09T15:44:53.420Z+ git reset --hard c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
982026-05-09T15:44:53.426ZHEAD is now at c59c854 move PeerId and ImportExportPolicy to mg_api_types::bgp; route consumers through it
992026-05-09T15:44:53.426Zprocess exited: duration 1174 ms, exit code 0
 
1002026-05-09T15:44:53.461Zstarting task 4: "build"
1012026-05-09T15:44:53.473Z+ set -e
1022026-05-09T15:44:53.473Z+ source .github/buildomat/test-common.sh
1032026-05-09T15:44:53.473Z++ NEXTEST_VERSION=0.9.97
1042026-05-09T15:44:53.473Z++ PLATFORM=illumos
1052026-05-09T15:44:53.474Z++ banner install
1062026-05-09T15:44:53.474Z
1072026-05-09T15:44:53.474Z # # # #### ##### ## # #
1082026-05-09T15:44:53.474Z # ## # # # # # # #
1092026-05-09T15:44:53.474Z # # # # #### # # # # #
1102026-05-09T15:44:53.474Z # # # # # # ###### # #
1112026-05-09T15:44:53.474Z # # ## # # # # # # #
1122026-05-09T15:44:53.474Z # # # #### # # # ###### ######
1132026-05-09T15:44:53.474Z
1142026-05-09T15:44:53.474Z++ set +o errexit
1152026-05-09T15:44:53.474Z++ pkg info clang-15
1162026-05-09T15:44:53.474Z++ grep -qi installed
1172026-05-09T15:44:54.663Zpkg: info: no packages matching the following patterns you specified are
1182026-05-09T15:44:54.663Zinstalled on the system. Try querying remotely instead:
1192026-05-09T15:44:54.663Z
1202026-05-09T15:44:54.663Z clang-15
1212026-05-09T15:44:54.704Z++ [[ 1 != 0 ]]
1222026-05-09T15:44:54.704Z++ set -o errexit
1232026-05-09T15:44:54.707Z++ pfexec pkg install clang-15
1242026-05-09T15:45:03.331Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-09T15:45:11.033Z Startup: Caching catalogs ... Done
1262026-05-09T15:45:18.362ZPlanning: Solver setup ... Done
1272026-05-09T15:45:18.402ZPlanning: Running solver ... Done
1282026-05-09T15:45:18.545ZPlanning: Finding local manifests ... Done
1292026-05-09T15:45:18.565ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-09T15:45:18.657ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-09T15:45:18.686ZPlanning: Package planning ... Done
1322026-05-09T15:45:18.711ZPlanning: Merging actions ... Done
1332026-05-09T15:45:18.822ZPlanning: Checking for conflicting actions ... Done
1342026-05-09T15:45:18.829ZPlanning: Consolidating action changes ... Done
1352026-05-09T15:45:19.584ZPlanning: Evaluating mediators ... Done
1362026-05-09T15:45:19.589ZPlanning: Planning completed in 8.38 seconds
1372026-05-09T15:45:19.602Z Packages to install: 2
1382026-05-09T15:45:19.602Z Mediators to change: 2
1392026-05-09T15:45:19.602Z Services to change: 1
1402026-05-09T15:45:19.602Z Create boot environment: No
1412026-05-09T15:45:19.605ZCreate backup boot environment: No
1422026-05-09T15:45:19.645Z
1432026-05-09T15:45:19.645ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-09T15:45:24.953ZDownload: 984/3076 items 82.2/211.3MB 38% complete (22.6M/s)
1452026-05-09T15:45:31.251ZDownload: 2008/3076 items 117.9/211.3MB 55% complete (14.3M/s)
1462026-05-09T15:45:36.325ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (10.9M/s)
1472026-05-09T15:45:38.934ZDownload: Completed 211.31 MB in 19.29 seconds (11.0M/s)
1482026-05-09T15:45:39.060Z Actions: 1/3418 actions (Installing new actions)
1492026-05-09T15:45:42.213Z Actions: Completed 3418 actions in 3.15 seconds.
1502026-05-09T15:45:42.856Z Done
1512026-05-09T15:45:42.857Z Done
1522026-05-09T15:45:43.600Z Done
1532026-05-09T15:45:46.997Z Done
1542026-05-09T15:45:47.072Z Done
1552026-05-09T15:45:47.075Z Done
1562026-05-09T15:45:47.368Z Done
1572026-05-09T15:45:48.040Z++ set -o errexit
1582026-05-09T15:45:48.040Z++ cargo --version
1592026-05-09T15:45:48.048Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1602026-05-09T15:45:48.194Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1612026-05-09T15:45:48.199Zinfo: downloading 6 components
1622026-05-09T15:46:02.876Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1632026-05-09T15:46:02.879Z++ rustc --version
1642026-05-09T15:46:02.905Zrustc 1.95.0 (59807616e 2026-04-14)
1652026-05-09T15:46:02.913Z++ cargo install cargo-nextest --version 0.9.97
1662026-05-09T15:46:02.952Z Updating crates.io index
1672026-05-09T15:46:03.067Z Downloading crates ...
1682026-05-09T15:46:03.125Z Downloaded cargo-nextest v0.9.97
1692026-05-09T15:46:03.186Z Installing cargo-nextest v0.9.97
1702026-05-09T15:46:03.227Z Updating crates.io index
1712026-05-09T15:46:05.732Z Locking 404 packages to latest compatible versions
1722026-05-09T15:46:05.737Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-05-09T15:46:05.740Z Adding duct v0.13.7 (available: v1.1.1)
1742026-05-09T15:46:05.740Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-05-09T15:46:05.740Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-05-09T15:46:05.743Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1772026-05-09T15:46:05.743Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1782026-05-09T15:46:05.743Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1792026-05-09T15:46:05.746Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1802026-05-09T15:46:05.749Z Adding quick-junit v0.5.2 (available: v0.6.0)
1812026-05-09T15:46:05.767Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1822026-05-09T15:46:05.776Z Downloading crates ...
1832026-05-09T15:46:05.844Z Downloaded atomic-waker v1.1.2
1842026-05-09T15:46:05.848Z Downloaded adler2 v2.0.1
1852026-05-09T15:46:05.855Z Downloaded equivalent v1.0.2
1862026-05-09T15:46:05.858Z Downloaded anstream v1.0.0
1872026-05-09T15:46:05.861Z Downloaded cargo_metadata v0.20.0
1882026-05-09T15:46:05.861Z Downloaded anstyle-parse v1.0.0
1892026-05-09T15:46:05.863Z Downloaded anstyle v1.0.14
1902026-05-09T15:46:05.864Z Downloaded home v0.5.12
1912026-05-09T15:46:05.867Z Downloaded indent_write v2.2.0
1922026-05-09T15:46:05.867Z Downloaded ahash v0.8.12
1932026-05-09T15:46:05.869Z Downloaded http-body-util v0.1.3
1942026-05-09T15:46:05.869Z Downloaded addr2line v0.25.1
1952026-05-09T15:46:05.872Z Downloaded cpufeatures v0.2.17
1962026-05-09T15:46:05.875Z Downloaded os_pipe v1.2.3
1972026-05-09T15:46:05.878Z Downloaded rustc-hash v2.1.2
1982026-05-09T15:46:05.878Z Downloaded openssl-probe v0.2.1
1992026-05-09T15:46:05.884Z Downloaded pin-project-lite v0.2.17
2002026-05-09T15:46:05.888Z Downloaded convert_case v0.10.0
2012026-05-09T15:46:05.891Z Downloaded async-scoped v0.9.0
2022026-05-09T15:46:05.891Z Downloaded cfg_aliases v0.2.1
2032026-05-09T15:46:05.894Z Downloaded cargo-platform v0.2.0
2042026-05-09T15:46:05.897Z Downloaded nextest-metadata v0.12.2
2052026-05-09T15:46:05.900Z Downloaded semver v1.0.28
2062026-05-09T15:46:05.900Z Downloaded parking_lot_core v0.9.12
2072026-05-09T15:46:05.903Z Downloaded once_cell v1.21.4
2082026-05-09T15:46:05.906Z Downloaded camino v1.2.2
2092026-05-09T15:46:05.906Z Downloaded hyper-rustls v0.27.9
2102026-05-09T15:46:05.908Z Downloaded futures-core v0.3.32
2112026-05-09T15:46:05.908Z Downloaded foreign-types-shared v0.1.1
2122026-05-09T15:46:05.908Z Downloaded is_ci v1.2.0
2132026-05-09T15:46:05.911Z Downloaded foreign-types v0.3.2
2142026-05-09T15:46:05.911Z Downloaded curve25519-dalek-derive v0.1.1
2152026-05-09T15:46:05.911Z Downloaded aho-corasick v1.1.4
2162026-05-09T15:46:05.914Z Downloaded pkg-config v0.3.33
2172026-05-09T15:46:05.917Z Downloaded humantime v2.3.0
2182026-05-09T15:46:05.917Z Downloaded futures-sink v0.3.32
2192026-05-09T15:46:05.920Z Downloaded fnv v1.0.7
2202026-05-09T15:46:05.920Z Downloaded enable-ansi-support v0.2.1
2212026-05-09T15:46:05.920Z Downloaded httparse v1.10.1
2222026-05-09T15:46:05.923Z Downloaded debug-ignore v1.0.5
2232026-05-09T15:46:05.923Z Downloaded humantime-serde v1.1.1
2242026-05-09T15:46:05.926Z Downloaded pkcs8 v0.10.2
2252026-05-09T15:46:05.926Z Downloaded heck v0.5.0
2262026-05-09T15:46:05.928Z Downloaded futures-io v0.3.32
2272026-05-09T15:46:05.929Z Downloaded cfg-if v1.0.4
2282026-05-09T15:46:05.929Z Downloaded itoa v1.0.18
2292026-05-09T15:46:05.931Z Downloaded ordered-float v2.10.1
2302026-05-09T15:46:05.931Z Downloaded percent-encoding v2.3.2
2312026-05-09T15:46:05.931Z Downloaded mukti-metadata v0.3.0
2322026-05-09T15:46:05.934Z Downloaded guppy-workspace-hack v0.1.0
2332026-05-09T15:46:05.934Z Downloaded futures-macro v0.3.32
2342026-05-09T15:46:05.934Z Downloaded atomicwrites v0.4.4
2352026-05-09T15:46:05.937Z Downloaded futures-task v0.3.32
2362026-05-09T15:46:05.937Z Downloaded nested v0.1.1
2372026-05-09T15:46:05.937Z Downloaded indicatif v0.17.11
2382026-05-09T15:46:05.940Z Downloaded document-features v0.2.12
2392026-05-09T15:46:05.940Z Downloaded self-replace v1.5.0
2402026-05-09T15:46:05.943Z Downloaded crypto-common v0.1.7
2412026-05-09T15:46:05.943Z Downloaded color-spantrace v0.3.0
2422026-05-09T15:46:05.943Z Downloaded idna_adapter v1.0.0
2432026-05-09T15:46:05.946Z Downloaded clap_lex v1.1.0
2442026-05-09T15:46:05.946Z Downloaded const-oid v0.9.6
2452026-05-09T15:46:05.949Z Downloaded base64ct v1.8.3
2462026-05-09T15:46:05.949Z Downloaded hyper-tls v0.6.0
2472026-05-09T15:46:05.949Z Downloaded cargo-platform v0.3.3
2482026-05-09T15:46:05.952Z Downloaded backtrace-ext v0.2.1
2492026-05-09T15:46:05.952Z Downloaded anstyle-query v1.1.5
2502026-05-09T15:46:05.952Z Downloaded number_prefix v0.4.0
2512026-05-09T15:46:05.955Z Downloaded indenter v0.3.4
2522026-05-09T15:46:05.956Z Downloaded http-body v1.0.1
2532026-05-09T15:46:05.956Z Downloaded pathdiff v0.2.3
2542026-05-09T15:46:05.958Z Downloaded future-queue v0.4.0
2552026-05-09T15:46:05.958Z Downloaded rustc_version v0.4.1
2562026-05-09T15:46:05.958Z Downloaded nextest-workspace-hack v0.1.0
2572026-05-09T15:46:05.961Z Downloaded lru-slab v0.1.2
2582026-05-09T15:46:05.961Z Downloaded scopeguard v1.2.0
2592026-05-09T15:46:05.961Z Downloaded filetime v0.2.28
2602026-05-09T15:46:05.961Z Downloaded fastrand v2.4.1
2612026-05-09T15:46:05.964Z Downloaded cargo_metadata v0.23.1
2622026-05-09T15:46:05.964Z Downloaded colorchoice v1.0.5
2632026-05-09T15:46:05.967Z Downloaded serde_urlencoded v0.7.1
2642026-05-09T15:46:05.967Z Downloaded block-buffer v0.10.4
2652026-05-09T15:46:05.967Z Downloaded lazy_static v1.5.0
2662026-05-09T15:46:05.973Z Downloaded hex v0.4.3
2672026-05-09T15:46:05.976Z Downloaded errno v0.3.14
2682026-05-09T15:46:05.976Z Downloaded is_terminal_polyfill v1.70.2
2692026-05-09T15:46:05.979Z Downloaded serde-value v0.7.0
2702026-05-09T15:46:05.982Z Downloaded serde_spanned v1.1.1
2712026-05-09T15:46:05.982Z Downloaded serde_spanned v0.6.9
2722026-05-09T15:46:05.985Z Downloaded serde_ignored v0.1.14
2732026-05-09T15:46:05.985Z Downloaded signature v2.2.0
2742026-05-09T15:46:05.988Z Downloaded signal-hook-mio v0.2.5
2752026-05-09T15:46:05.988Z Downloaded shell-words v1.1.1
2762026-05-09T15:46:05.990Z Downloaded shared_child v1.1.1
2772026-05-09T15:46:05.993Z Downloaded getrandom v0.2.17
2782026-05-09T15:46:05.993Z Downloaded sigchld v0.2.4
2792026-05-09T15:46:05.997Z Downloaded native-tls v0.2.18
2802026-05-09T15:46:05.997Z Downloaded futures-executor v0.3.32
2812026-05-09T15:46:06.000Z Downloaded ed25519 v2.2.3
2822026-05-09T15:46:06.000Z Downloaded iana-time-zone v0.1.65
2832026-05-09T15:46:06.000Z Downloaded pin-project-internal v1.1.12
2842026-05-09T15:46:06.003Z Downloaded foldhash v0.1.5
2852026-05-09T15:46:06.003Z Downloaded owo-colors v4.3.0
2862026-05-09T15:46:06.006Z Downloaded form_urlencoded v1.2.2
2872026-05-09T15:46:06.006Z Downloaded dialoguer v0.11.0
2882026-05-09T15:46:06.009Z Downloaded find-msvc-tools v0.1.9
2892026-05-09T15:46:06.009Z Downloaded supports-color v3.0.2
2902026-05-09T15:46:06.009Z Downloaded strsim v0.11.1
2912026-05-09T15:46:06.014Z Downloaded strip-ansi-escapes v0.2.1
2922026-05-09T15:46:06.014Z Downloaded globset v0.4.18
2932026-05-09T15:46:06.014Z Downloaded sync_wrapper v1.0.2
2942026-05-09T15:46:06.014Z Downloaded supports-unicode v3.0.0
2952026-05-09T15:46:06.017Z Downloaded supports-hyperlinks v3.2.0
2962026-05-09T15:46:06.017Z Downloaded subtle v2.6.1
2972026-05-09T15:46:06.017Z Downloaded terminal_size v0.4.4
2982026-05-09T15:46:06.017Z Downloaded either v1.15.0
2992026-05-09T15:46:06.017Z Downloaded swrite v0.1.0
3002026-05-09T15:46:06.020Z Downloaded tinyvec_macros v0.1.1
3012026-05-09T15:46:06.020Z Downloaded toml_datetime v0.6.11
3022026-05-09T15:46:06.023Z Downloaded toml_write v0.1.2
3032026-05-09T15:46:06.026Z Downloaded tokio-macros v2.7.0
3042026-05-09T15:46:06.029Z Downloaded erased-serde v0.4.10
3052026-05-09T15:46:06.029Z Downloaded ipnet v2.12.0
3062026-05-09T15:46:06.032Z Downloaded quote v1.0.45
3072026-05-09T15:46:06.034Z Downloaded openssl-macros v0.1.1
3082026-05-09T15:46:06.034Z Downloaded duct v0.13.7
3092026-05-09T15:46:06.037Z Downloaded cargo-util-schemas v0.2.0
3102026-05-09T15:46:06.037Z Downloaded camino-tempfile v1.4.1
3112026-05-09T15:46:06.040Z Downloaded rand_core v0.6.4
3122026-05-09T15:46:06.040Z Downloaded digest v0.10.7
3132026-05-09T15:46:06.040Z Downloaded ppv-lite86 v0.2.21
3142026-05-09T15:46:06.043Z Downloaded newtype-uuid v1.3.2
3152026-05-09T15:46:06.043Z Downloaded lock_api v0.4.14
3162026-05-09T15:46:06.043Z Downloaded serde-untagged v0.1.9
3172026-05-09T15:46:06.046Z Downloaded generic-array v0.14.7
3182026-05-09T15:46:06.046Z Downloaded fixedbitset v0.5.7
3192026-05-09T15:46:06.049Z Downloaded autocfg v1.5.0
3202026-05-09T15:46:06.049Z Downloaded rand_chacha v0.9.0
3212026-05-09T15:46:06.059Z Downloaded serde_path_to_error v0.1.20
3222026-05-09T15:46:06.062Z Downloaded tower-service v0.3.3
3232026-05-09T15:46:06.062Z Downloaded shlex v1.3.0
3242026-05-09T15:46:06.062Z Downloaded tower-layer v0.3.3
3252026-05-09T15:46:06.065Z Downloaded slab v0.4.12
3262026-05-09T15:46:06.065Z Downloaded signal-hook-registry v1.4.8
3272026-05-09T15:46:06.070Z Downloaded crc32fast v1.5.0
3282026-05-09T15:46:06.076Z Downloaded try-lock v0.2.5
3292026-05-09T15:46:06.079Z Downloaded typeid v1.0.3
3302026-05-09T15:46:06.082Z Downloaded clap_derive v4.6.1
3312026-05-09T15:46:06.082Z Downloaded unicode-xid v0.2.6
3322026-05-09T15:46:06.085Z Downloaded unicode-linebreak v0.1.5
3332026-05-09T15:46:06.085Z Downloaded bitflags v2.11.1
3342026-05-09T15:46:06.088Z Downloaded spki v0.7.3
3352026-05-09T15:46:06.088Z Downloaded simd-adler32 v0.3.9
3362026-05-09T15:46:06.088Z Downloaded urlencoding v2.1.3
3372026-05-09T15:46:06.091Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3382026-05-09T15:46:06.091Z Downloaded thiserror v2.0.18
3392026-05-09T15:46:06.094Z Downloaded version_check v0.9.5
3402026-05-09T15:46:06.094Z Downloaded tokio-native-tls v0.3.1
3412026-05-09T15:46:06.097Z Downloaded target-spec-miette v0.4.6
3422026-05-09T15:46:06.100Z Downloaded thread_local v1.1.9
3432026-05-09T15:46:06.100Z Downloaded thiserror-impl v2.0.18
3442026-05-09T15:46:06.100Z Downloaded want v0.3.1
3452026-05-09T15:46:06.102Z Downloaded log v0.4.29
3462026-05-09T15:46:06.102Z Downloaded utf8_iter v1.0.4
3472026-05-09T15:46:06.106Z Downloaded untrusted v0.9.0
3482026-05-09T15:46:06.106Z Downloaded tracing-log v0.2.0
3492026-05-09T15:46:06.106Z Downloaded miette-derive v7.6.0
3502026-05-09T15:46:06.106Z Downloaded quinn-udp v0.5.14
3512026-05-09T15:46:06.108Z Downloaded jobserver v0.1.34
3522026-05-09T15:46:06.108Z Downloaded quick-junit v0.5.2
3532026-05-09T15:46:06.111Z Downloaded derive_more v2.1.1
3542026-05-09T15:46:06.117Z Downloaded nextest-filtering v0.15.0
3552026-05-09T15:46:06.120Z Downloaded eyre v0.6.12
3562026-05-09T15:46:06.123Z Downloaded cfg-expr v0.20.7
3572026-05-09T15:46:06.123Z Downloaded rand_core v0.9.5
3582026-05-09T15:46:06.123Z Downloaded pin-project v1.1.12
3592026-05-09T15:46:06.129Z Downloaded rustls-pki-types v1.14.1
3602026-05-09T15:46:06.132Z Downloaded rustc-demangle v0.1.27
3612026-05-09T15:46:06.132Z Downloaded toml_writer v1.1.1+spec-1.1.0
3622026-05-09T15:46:06.135Z Downloaded futures-channel v0.3.32
3632026-05-09T15:46:06.135Z Downloaded ryu v1.0.23
3642026-05-09T15:46:06.138Z Downloaded thiserror v1.0.69
3652026-05-09T15:46:06.138Z Downloaded smallvec v1.15.1
3662026-05-09T15:46:06.141Z Downloaded static_assertions v1.1.0
3672026-05-09T15:46:06.141Z Downloaded smol_str v0.3.6
3682026-05-09T15:46:06.141Z Downloaded sha2 v0.10.9
3692026-05-09T15:46:06.144Z Downloaded tracing-error v0.2.1
3702026-05-09T15:46:06.146Z Downloaded getrandom v0.4.2
3712026-05-09T15:46:06.146Z Downloaded unicase v2.9.0
3722026-05-09T15:46:06.149Z Downloaded getrandom v0.3.4
3732026-05-09T15:46:06.152Z Downloaded futures v0.3.32
3742026-05-09T15:46:06.155Z Downloaded bytes v1.11.1
3752026-05-09T15:46:06.158Z Downloaded xattr v1.6.1
3762026-05-09T15:46:06.158Z Downloaded toml v0.8.23
3772026-05-09T15:46:06.158Z Downloaded tokio-rustls v0.26.4
3782026-05-09T15:46:06.161Z Downloaded zmij v1.0.21
3792026-05-09T15:46:06.161Z Downloaded xxhash-rust v0.8.15
3802026-05-09T15:46:06.163Z Downloaded utf8parse v0.2.2
3812026-05-09T15:46:06.163Z Downloaded thiserror-impl v1.0.69
3822026-05-09T15:46:06.164Z Downloaded parking_lot v0.12.5
3832026-05-09T15:46:06.167Z Downloaded num-traits v0.2.19
3842026-05-09T15:46:06.167Z Downloaded zeroize v1.8.2
3852026-05-09T15:46:06.167Z Downloaded litrs v1.0.0
3862026-05-09T15:46:06.170Z Downloaded indexmap v2.14.0
3872026-05-09T15:46:06.170Z Downloaded self_update v0.42.0
3882026-05-09T15:46:06.173Z Downloaded tempfile v3.27.0
3892026-05-09T15:46:06.173Z Downloaded target-spec v3.6.0
3902026-05-09T15:46:06.176Z Downloaded console v0.15.11
3912026-05-09T15:46:06.176Z Downloaded derive-where v1.6.1
3922026-05-09T15:46:06.179Z Downloaded proc-macro2 v1.0.106
3932026-05-09T15:46:06.182Z Downloaded config v0.15.22
3942026-05-09T15:46:06.185Z Downloaded sharded-slab v0.1.7
3952026-05-09T15:46:06.188Z Downloaded tracing-attributes v0.1.31
3962026-05-09T15:46:06.188Z Downloaded zstd-safe v7.2.4
3972026-05-09T15:46:06.192Z Downloaded base64 v0.22.1
3982026-05-09T15:46:06.203Z Downloaded tokio-stream v0.1.18
3992026-05-09T15:46:06.206Z Downloaded toml_parser v1.1.2+spec-1.1.0
4002026-05-09T15:46:06.208Z Downloaded toml v1.1.2+spec-1.1.0
4012026-05-09T15:46:06.211Z Downloaded zipsign-api v0.1.5
4022026-05-09T15:46:06.211Z Downloaded tinyvec v1.11.0
4032026-05-09T15:46:06.214Z Downloaded textwrap v0.16.2
4042026-05-09T15:46:06.214Z Downloaded target-lexicon v0.13.3
4052026-05-09T15:46:06.214Z Downloaded zstd v0.13.3
4062026-05-09T15:46:06.217Z Downloaded openssl-sys v0.9.115
4072026-05-09T15:46:06.221Z Downloaded signal-hook v0.3.18
4082026-05-09T15:46:06.223Z Downloaded miniz_oxide v0.8.9
4092026-05-09T15:46:06.226Z Downloaded serde_core v1.0.228
4102026-05-09T15:46:06.226Z Downloaded tracing-core v0.1.36
4112026-05-09T15:46:06.229Z Downloaded socket2 v0.6.3
4122026-05-09T15:46:06.229Z Downloaded clap v4.6.1
4132026-05-09T15:46:06.234Z Downloaded cc v1.2.62
4142026-05-09T15:46:06.238Z Downloaded unicode-ident v1.0.24
4152026-05-09T15:46:06.241Z Downloaded tar v0.4.45
4162026-05-09T15:46:06.241Z Downloaded hashbrown v0.15.5
4172026-05-09T15:46:06.244Z Downloaded vte v0.14.1
4182026-05-09T15:46:06.247Z Downloaded flate2 v1.1.9
4192026-05-09T15:46:06.251Z Downloaded serde v1.0.228
4202026-05-09T15:46:06.254Z Downloaded memchr v2.8.0
4212026-05-09T15:46:06.257Z Downloaded serde_derive v1.0.228
4222026-05-09T15:46:06.261Z Downloaded quinn v0.11.9
4232026-05-09T15:46:06.266Z Downloaded toml_edit v0.22.27
4242026-05-09T15:46:06.266Z Downloaded borsh v1.6.1
4252026-05-09T15:46:06.269Z Downloaded rustls-webpki v0.103.13
4262026-05-09T15:46:06.269Z Downloaded der v0.7.10
4272026-05-09T15:46:06.272Z Downloaded uuid v1.23.1
4282026-05-09T15:46:06.275Z Downloaded derive_more-impl v2.1.1
4292026-05-09T15:46:06.278Z Downloaded backtrace v0.3.76
4302026-05-09T15:46:06.281Z Downloaded http v1.4.0
4312026-05-09T15:46:06.285Z Downloaded ed25519-dalek v2.2.0
4322026-05-09T15:46:06.289Z Downloaded url v2.5.8
4332026-05-09T15:46:06.292Z Downloaded crossterm v0.29.0
4342026-05-09T15:46:06.297Z Downloaded rand v0.9.4
4352026-05-09T15:46:06.315Z Downloaded quick-xml v0.38.4
4362026-05-09T15:46:06.319Z Downloaded tokio-util v0.7.18
4372026-05-09T15:46:06.323Z Downloaded hyper-util v0.1.20
4382026-05-09T15:46:06.326Z Downloaded unicode-segmentation v1.13.2
4392026-05-09T15:46:06.330Z Downloaded mio v1.2.0
4402026-05-09T15:46:06.333Z Downloaded ron v0.12.1
4412026-05-09T15:46:06.339Z Downloaded tower v0.5.3
4422026-05-09T15:46:06.346Z Downloaded serde_json v1.0.149
4432026-05-09T15:46:06.350Z Downloaded guppy v0.17.25
4442026-05-09T15:46:06.354Z Downloaded futures-util v0.3.32
4452026-05-09T15:46:06.361Z Downloaded idna v1.1.0
4462026-05-09T15:46:06.364Z Downloaded tower-http v0.6.10
4472026-05-09T15:46:06.370Z Downloaded miette v7.6.0
4482026-05-09T15:46:06.372Z Downloaded clap_builder v4.6.0
4492026-05-09T15:46:06.375Z Downloaded hashbrown v0.17.1
4502026-05-09T15:46:06.378Z Downloaded h2 v0.4.14
4512026-05-09T15:46:06.387Z Downloaded winnow v0.7.15
4522026-05-09T15:46:06.393Z Downloaded typenum v1.20.0
4532026-05-09T15:46:06.396Z Downloaded unicode-normalization v0.1.25
4542026-05-09T15:46:06.399Z Downloaded itertools v0.14.0
4552026-05-09T15:46:06.402Z Downloaded webpki-roots v1.0.7
4562026-05-09T15:46:06.405Z Downloaded regex v1.12.3
4572026-05-09T15:46:06.408Z Downloaded chrono v0.4.44
4582026-05-09T15:46:06.411Z Downloaded reqwest v0.12.28
4592026-05-09T15:46:06.414Z Downloaded hyper v1.9.0
4602026-05-09T15:46:06.417Z Downloaded pulldown-cmark v0.13.3
4612026-05-09T15:46:06.420Z Downloaded gimli v0.32.3
4622026-05-09T15:46:06.425Z Downloaded zerocopy v0.8.48
4632026-05-09T15:46:06.435Z Downloaded curve25519-dalek v4.1.3
4642026-05-09T15:46:06.441Z Downloaded unicode-width v0.2.2
4652026-05-09T15:46:06.444Z Downloaded bstr v1.12.1
4662026-05-09T15:46:06.447Z Downloaded portable-atomic v1.13.1
4672026-05-09T15:46:06.457Z Downloaded quick-xml v0.37.5
4682026-05-09T15:46:06.463Z Downloaded color-eyre v0.6.5
4692026-05-09T15:46:06.490Z Downloaded winnow v1.0.2
4702026-05-09T15:46:06.513Z Downloaded tracing-subscriber v0.3.23
4712026-05-09T15:46:06.540Z Downloaded quinn-proto v0.11.14
4722026-05-09T15:46:06.562Z Downloaded vcpkg v0.2.15
4732026-05-09T15:46:06.585Z Downloaded nix v0.30.1
4742026-05-09T15:46:06.600Z Downloaded unicode-width v0.1.14
4752026-05-09T15:46:06.603Z Downloaded openssl v0.10.79
4762026-05-09T15:46:06.612Z Downloaded syn v2.0.117
4772026-05-09T15:46:06.618Z Downloaded nextest-runner v0.80.0
4782026-05-09T15:46:06.633Z Downloaded regex-syntax v0.8.10
4792026-05-09T15:46:06.640Z Downloaded object v0.37.3
4802026-05-09T15:46:06.658Z Downloaded rustix v0.38.44
4812026-05-09T15:46:06.670Z Downloaded rustls v0.23.40
4822026-05-09T15:46:06.679Z Downloaded rustix v1.1.4
4832026-05-09T15:46:06.714Z Downloaded tracing v0.1.44
4842026-05-09T15:46:06.768Z Downloaded regex-automata v0.4.14
4852026-05-09T15:46:06.806Z Downloaded petgraph v0.8.3
4862026-05-09T15:46:06.826Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4872026-05-09T15:46:06.835Z Downloaded libc v0.2.186
4882026-05-09T15:46:06.856Z Downloaded tokio v1.52.3
4892026-05-09T15:46:06.918Z Downloaded recursion v0.5.4
4902026-05-09T15:46:06.931Z Downloaded ring v0.17.14
4912026-05-09T15:46:06.991Z Compiling libc v0.2.186
4922026-05-09T15:46:06.991Z Compiling proc-macro2 v1.0.106
4932026-05-09T15:46:06.991Z Compiling unicode-ident v1.0.24
4942026-05-09T15:46:06.994Z Compiling quote v1.0.45
4952026-05-09T15:46:06.994Z Compiling serde_core v1.0.228
4962026-05-09T15:46:06.994Z Compiling cfg-if v1.0.4
4972026-05-09T15:46:06.994Z Compiling memchr v2.8.0
4982026-05-09T15:46:07.122Z Compiling once_cell v1.21.4
4992026-05-09T15:46:07.222Z Compiling log v0.4.29
5002026-05-09T15:46:07.240Z Compiling pin-project-lite v0.2.17
5012026-05-09T15:46:07.344Z Compiling itoa v1.0.18
5022026-05-09T15:46:07.379Z Compiling serde v1.0.228
5032026-05-09T15:46:07.573Z Compiling futures-core v0.3.32
5042026-05-09T15:46:07.596Z Compiling smallvec v1.15.1
5052026-05-09T15:46:07.728Z Compiling bitflags v2.11.1
5062026-05-09T15:46:07.740Z Compiling equivalent v1.0.2
5072026-05-09T15:46:07.825Z Compiling find-msvc-tools v0.1.9
5082026-05-09T15:46:07.839Z Compiling hashbrown v0.17.1
5092026-05-09T15:46:08.088Z Compiling errno v0.3.14
5102026-05-09T15:46:08.124Z Compiling shlex v1.3.0
5112026-05-09T15:46:08.127Z Compiling bytes v1.11.1
5122026-05-09T15:46:08.253Z Compiling signal-hook-registry v1.4.8
5132026-05-09T15:46:08.307Z Compiling jobserver v0.1.34
5142026-05-09T15:46:08.307Z Compiling mio v1.2.0
5152026-05-09T15:46:08.419Z Compiling syn v2.0.117
5162026-05-09T15:46:08.471Z Compiling futures-sink v0.3.32
5172026-05-09T15:46:08.522Z Compiling cc v1.2.62
5182026-05-09T15:46:08.583Z Compiling rustix v1.1.4
5192026-05-09T15:46:08.617Z Compiling socket2 v0.6.3
5202026-05-09T15:46:08.794Z Compiling slab v0.4.12
5212026-05-09T15:46:08.998Z Compiling zmij v1.0.21
5222026-05-09T15:46:09.009Z Compiling futures-channel v0.3.32
5232026-05-09T15:46:09.022Z Compiling tracing-core v0.1.36
5242026-05-09T15:46:09.291Z Compiling version_check v0.9.5
5252026-05-09T15:46:09.391Z Compiling serde_json v1.0.149
5262026-05-09T15:46:09.460Z Compiling indexmap v2.14.0
5272026-05-09T15:46:09.614Z Compiling futures-task v0.3.32
5282026-05-09T15:46:09.667Z Compiling getrandom v0.4.2
5292026-05-09T15:46:09.797Z Compiling futures-io v0.3.32
5302026-05-09T15:46:09.927Z Compiling unicode-width v0.2.2
5312026-05-09T15:46:09.974Z Compiling camino v1.2.2
5322026-05-09T15:46:10.003Z Compiling percent-encoding v2.3.2
5332026-05-09T15:46:10.243Z Compiling ring v0.17.14
5342026-05-09T15:46:10.287Z Compiling http v1.4.0
5352026-05-09T15:46:10.315Z Compiling zeroize v1.8.2
5362026-05-09T15:46:10.360Z Compiling adler2 v2.0.1
5372026-05-09T15:46:10.374Z Compiling simd-adler32 v0.3.9
5382026-05-09T15:46:10.524Z Compiling autocfg v1.5.0
5392026-05-09T15:46:10.881Z Compiling num-traits v0.2.19
5402026-05-09T15:46:11.051Z Compiling miniz_oxide v0.8.9
5412026-05-09T15:46:11.123Z Compiling zerocopy v0.8.48
5422026-05-09T15:46:11.136Z Compiling object v0.37.3
5432026-05-09T15:46:11.253Z Compiling getrandom v0.3.4
5442026-05-09T15:46:11.433Z Compiling target-lexicon v0.13.3
5452026-05-09T15:46:11.626Z Compiling http-body v1.0.1
5462026-05-09T15:46:11.782Z Compiling rustls-pki-types v1.14.1
5472026-05-09T15:46:11.795Z Compiling form_urlencoded v1.2.2
5482026-05-09T15:46:11.957Z Compiling semver v1.0.28
5492026-05-09T15:46:12.039Z Compiling serde_derive v1.0.228
5502026-05-09T15:46:12.067Z Compiling tokio-macros v2.7.0
5512026-05-09T15:46:12.236Z Compiling futures-macro v0.3.32
5522026-05-09T15:46:12.474Z Compiling tracing-attributes v0.1.31
5532026-05-09T15:46:12.505Z Compiling getrandom v0.2.17
5542026-05-09T15:46:12.612Z Compiling utf8_iter v1.0.4
5552026-05-09T15:46:12.650Z Compiling untrusted v0.9.0
5562026-05-09T15:46:12.698Z Compiling gimli v0.32.3
5572026-05-09T15:46:12.779Z Compiling thiserror v2.0.18
5582026-05-09T15:46:12.792Z Compiling idna_adapter v1.0.0
5592026-05-09T15:46:12.806Z Compiling tokio v1.52.3
5602026-05-09T15:46:12.892Z Compiling owo-colors v4.3.0
5612026-05-09T15:46:13.067Z Compiling futures-util v0.3.32
5622026-05-09T15:46:13.127Z Compiling fnv v1.0.7
5632026-05-09T15:46:13.232Z Compiling httparse v1.10.1
5642026-05-09T15:46:13.235Z Compiling guppy-workspace-hack v0.1.0
5652026-05-09T15:46:13.471Z Compiling signal-hook v0.3.18
5662026-05-09T15:46:13.678Z Compiling tracing v0.1.44
5672026-05-09T15:46:13.719Z Compiling idna v1.1.0
5682026-05-09T15:46:13.906Z Compiling thiserror-impl v2.0.18
5692026-05-09T15:46:14.597Z Compiling addr2line v0.25.1
5702026-05-09T15:46:15.349Z Compiling generic-array v0.14.7
5712026-05-09T15:46:15.361Z Compiling rustc-demangle v0.1.27
5722026-05-09T15:46:15.589Z Compiling tower-service v0.3.3
5732026-05-09T15:46:15.689Z Compiling typeid v1.0.3
5742026-05-09T15:46:15.750Z Compiling pkg-config v0.3.33
5752026-05-09T15:46:15.782Z Compiling try-lock v0.2.5
5762026-05-09T15:46:15.901Z Compiling target-spec v3.6.0
5772026-05-09T15:46:15.985Z Compiling fastrand v2.4.1
5782026-05-09T15:46:16.189Z Compiling rustls v0.23.40
5792026-05-09T15:46:16.192Z Compiling thiserror v1.0.69
5802026-05-09T15:46:16.315Z Compiling atomic-waker v1.1.2
5812026-05-09T15:46:16.385Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5822026-05-09T15:46:16.413Z Compiling tempfile v3.27.0
5832026-05-09T15:46:16.492Z Compiling want v0.3.1
5842026-05-09T15:46:16.697Z Compiling tokio-util v0.7.18
5852026-05-09T15:46:16.797Z Compiling cfg-expr v0.20.7
5862026-05-09T15:46:16.830Z Compiling url v2.5.8
5872026-05-09T15:46:17.308Z Compiling h2 v0.4.14
5882026-05-09T15:46:18.251Z Compiling backtrace v0.3.76
5892026-05-09T15:46:18.581Z Compiling thiserror-impl v1.0.69
5902026-05-09T15:46:18.661Z Compiling terminal_size v0.4.4
5912026-05-09T15:46:18.823Z Compiling aho-corasick v1.1.4
5922026-05-09T15:46:18.892Z Compiling erased-serde v0.4.10
5932026-05-09T15:46:19.201Z Compiling regex-syntax v0.8.10
5942026-05-09T15:46:19.302Z Compiling winnow v0.7.15
5952026-05-09T15:46:19.736Z Compiling rustls-webpki v0.103.13
5962026-05-09T15:46:21.237Z Compiling typenum v1.20.0
5972026-05-09T15:46:21.924Z Compiling subtle v2.6.1
5982026-05-09T15:46:22.319Z Compiling regex-automata v0.4.14
5992026-05-09T15:46:22.930Z Compiling hyper v1.9.0
6002026-05-09T15:46:24.326Z Compiling toml_datetime v0.6.11
6012026-05-09T15:46:24.703Z Compiling serde_spanned v0.6.9
6022026-05-09T15:46:24.868Z Compiling ahash v0.8.12
6032026-05-09T15:46:25.135Z Compiling sync_wrapper v1.0.2
6042026-05-09T15:46:25.256Z Compiling parking_lot_core v0.9.12
6052026-05-09T15:46:25.545Z Compiling either v1.15.0
6062026-05-09T15:46:25.582Z Compiling crc32fast v1.5.0
6072026-05-09T15:46:25.765Z Compiling lazy_static v1.5.0
6082026-05-09T15:46:25.877Z Compiling tower-layer v0.3.3
6092026-05-09T15:46:25.893Z Compiling nextest-workspace-hack v0.1.0
6102026-05-09T15:46:26.082Z Compiling unicode-linebreak v0.1.5
6112026-05-09T15:46:26.129Z Compiling ipnet v2.12.0
6122026-05-09T15:46:26.358Z Compiling unicode-segmentation v1.13.2
6132026-05-09T15:46:26.374Z Compiling foldhash v0.1.5
6142026-05-09T15:46:26.540Z Compiling portable-atomic v1.13.1
6152026-05-09T15:46:26.567Z Compiling toml_write v0.1.2
6162026-05-09T15:46:26.594Z Compiling base64 v0.22.1
6172026-05-09T15:46:26.753Z Compiling is_ci v1.2.0
6182026-05-09T15:46:26.811Z Compiling toml_edit v0.22.27
6192026-05-09T15:46:26.921Z Compiling hyper-util v0.1.20
6202026-05-09T15:46:27.038Z Compiling supports-color v3.0.2
6212026-05-09T15:46:27.084Z Compiling convert_case v0.10.0
6222026-05-09T15:46:27.273Z Compiling hashbrown v0.15.5
6232026-05-09T15:46:27.334Z Compiling textwrap v0.16.2
6242026-05-09T15:46:27.364Z Compiling tower v0.5.3
6252026-05-09T15:46:27.937Z Compiling sharded-slab v0.1.7
6262026-05-09T15:46:27.968Z Compiling tokio-rustls v0.26.4
6272026-05-09T15:46:28.532Z Compiling backtrace-ext v0.2.1
6282026-05-09T15:46:28.728Z Compiling ordered-float v2.10.1
6292026-05-09T15:46:28.803Z Compiling webpki-roots v1.0.7
6302026-05-09T15:46:28.906Z Compiling miette-derive v7.6.0
6312026-05-09T15:46:28.923Z Compiling pathdiff v0.2.3
6322026-05-09T15:46:29.007Z Compiling console v0.15.11
6332026-05-09T15:46:29.049Z Compiling tracing-log v0.2.0
6342026-05-09T15:46:29.412Z Compiling cargo-platform v0.3.3
6352026-05-09T15:46:29.550Z Compiling os_pipe v1.2.3
6362026-05-09T15:46:29.727Z Compiling thread_local v1.1.9
6372026-05-09T15:46:29.977Z Compiling scopeguard v1.2.0
6382026-05-09T15:46:30.008Z Compiling fixedbitset v0.5.7
6392026-05-09T15:46:30.081Z Compiling zstd-safe v7.2.4
6402026-05-09T15:46:30.084Z Compiling supports-unicode v3.0.0
6412026-05-09T15:46:30.267Z Compiling debug-ignore v1.0.5
6422026-05-09T15:46:30.334Z Compiling supports-hyperlinks v3.2.0
6432026-05-09T15:46:30.337Z Compiling rustix v0.38.44
6442026-05-09T15:46:30.514Z Compiling unicode-width v0.1.14
6452026-05-09T15:46:30.567Z Compiling utf8parse v0.2.2
6462026-05-09T15:46:30.685Z Compiling ryu v1.0.23
6472026-05-09T15:46:30.710Z Compiling cfg_aliases v0.2.1
6482026-05-09T15:46:30.728Z Compiling winnow v1.0.2
6492026-05-09T15:46:30.784Z Compiling pulldown-cmark v0.13.3
6502026-05-09T15:46:30.820Z Compiling serde_urlencoded v0.7.1
6512026-05-09T15:46:30.979Z Compiling nix v0.30.1
6522026-05-09T15:46:31.037Z Compiling miette v7.6.0
6532026-05-09T15:46:31.237Z Compiling anstyle-parse v1.0.0
6542026-05-09T15:46:31.375Z Compiling petgraph v0.8.3
6552026-05-09T15:46:31.457Z Compiling lock_api v0.4.14
6562026-05-09T15:46:31.705Z Compiling tracing-subscriber v0.3.23
6572026-05-09T15:46:32.207Z Compiling toml_parser v1.1.2+spec-1.1.0
6582026-05-09T15:46:33.337Z Compiling sigchld v0.2.4
6592026-05-09T15:46:33.486Z Compiling cargo_metadata v0.23.1
6602026-05-09T15:46:33.521Z Compiling serde-value v0.7.0
6612026-05-09T15:46:33.538Z Compiling hyper-rustls v0.27.9
6622026-05-09T15:46:34.202Z Compiling serde-untagged v0.1.9
6632026-05-09T15:46:34.277Z Compiling toml v0.8.23
6642026-05-09T15:46:35.104Z Compiling tower-http v0.6.10
6652026-05-09T15:46:35.290Z Compiling derive_more-impl v2.1.1
6662026-05-09T15:46:35.788Z Compiling itertools v0.14.0
6672026-05-09T15:46:36.075Z Compiling regex v1.12.3
6682026-05-09T15:46:36.122Z Compiling crypto-common v0.1.7
6692026-05-09T15:46:36.182Z Compiling block-buffer v0.10.4
6702026-05-09T15:46:36.256Z Compiling ppv-lite86 v0.2.21
6712026-05-09T15:46:36.333Z Compiling futures-executor v0.3.32
6722026-05-09T15:46:36.583Z Compiling rand_core v0.9.5
6732026-05-09T15:46:36.832Z Compiling pin-project-internal v1.1.12
6742026-05-09T15:46:36.859Z Compiling http-body-util v0.1.3
6752026-05-09T15:46:37.100Z Compiling uuid v1.23.1
6762026-05-09T15:46:37.129Z Compiling serde_spanned v1.1.1
6772026-05-09T15:46:37.277Z Compiling toml_datetime v1.1.1+spec-1.1.0
6782026-05-09T15:46:37.293Z Compiling smol_str v0.3.6
6792026-05-09T15:46:37.496Z Compiling filetime v0.2.28
6802026-05-09T15:46:37.627Z Compiling bstr v1.12.1
6812026-05-09T15:46:37.640Z Compiling vte v0.14.1
6822026-05-09T15:46:37.689Z Compiling self_update v0.42.0
6832026-05-09T15:46:37.694Z Compiling litrs v1.0.0
6842026-05-09T15:46:37.861Z Compiling unicase v2.9.0
6852026-05-09T15:46:37.876Z Compiling xattr v1.6.1
6862026-05-09T15:46:37.944Z Compiling eyre v0.6.12
6872026-05-09T15:46:38.044Z Compiling nested v0.1.1
6882026-05-09T15:46:38.143Z Compiling number_prefix v0.4.0
6892026-05-09T15:46:38.238Z Compiling static_assertions v1.1.0
6902026-05-09T15:46:38.265Z Compiling anstyle v1.0.14
6912026-05-09T15:46:38.314Z Compiling is_terminal_polyfill v1.70.2
6922026-05-09T15:46:38.326Z Compiling tinyvec_macros v0.1.1
6932026-05-09T15:46:38.398Z Compiling anstyle-query v1.1.5
6942026-05-09T15:46:38.411Z Compiling color-spantrace v0.3.0
6952026-05-09T15:46:38.484Z Compiling colorchoice v1.0.5
6962026-05-09T15:46:38.509Z Compiling iana-time-zone v0.1.65
6972026-05-09T15:46:38.533Z Compiling unicode-xid v0.2.6
6982026-05-09T15:46:38.602Z Compiling anstream v1.0.0
6992026-05-09T15:46:38.616Z Compiling cargo-util-schemas v0.2.0
7002026-05-09T15:46:38.666Z Compiling chrono v0.4.44
7012026-05-09T15:46:38.766Z Compiling tinyvec v1.11.0
7022026-05-09T15:46:38.846Z Compiling guppy v0.17.25
7032026-05-09T15:46:39.188Z Compiling indicatif v0.17.11
7042026-05-09T15:46:39.382Z Compiling document-features v0.2.12
7052026-05-09T15:46:39.820Z Compiling globset v0.4.18
7062026-05-09T15:46:39.983Z Compiling tar v0.4.45
7072026-05-09T15:46:41.089Z Compiling pin-project v1.1.12
7082026-05-09T15:46:41.198Z Compiling strip-ansi-escapes v0.2.1
7092026-05-09T15:46:41.321Z Compiling nextest-metadata v0.12.2
7102026-05-09T15:46:41.694Z Compiling toml v1.1.2+spec-1.1.0
7112026-05-09T15:46:42.034Z Compiling newtype-uuid v1.3.2
7122026-05-09T15:46:42.230Z Compiling reqwest v0.12.28
7132026-05-09T15:46:42.310Z Compiling rand_chacha v0.9.0
7142026-05-09T15:46:42.484Z Compiling futures v0.3.32
7152026-05-09T15:46:42.570Z Compiling digest v0.10.7
7162026-05-09T15:46:42.799Z Compiling derive_more v2.1.1
7172026-05-09T15:46:42.864Z Compiling flate2 v1.1.9
7182026-05-09T15:46:42.880Z Compiling parking_lot v0.12.5
7192026-05-09T15:46:43.032Z Compiling shared_child v1.1.1
7202026-05-09T15:46:43.370Z Compiling tracing-error v0.2.1
7212026-05-09T15:46:43.785Z Compiling signal-hook-mio v0.2.5
7222026-05-09T15:46:43.926Z Compiling self-replace v1.5.0
7232026-05-09T15:46:43.939Z Compiling cargo-platform v0.2.0
7242026-05-09T15:46:44.217Z Compiling quick-xml v0.38.4
7252026-05-09T15:46:44.485Z Compiling quick-xml v0.37.5
7262026-05-09T15:46:44.693Z Compiling strsim v0.11.1
7272026-05-09T15:46:45.125Z Compiling recursion v0.5.4
7282026-05-09T15:46:45.266Z Compiling urlencoding v2.1.3
7292026-05-09T15:46:45.509Z Compiling indenter v0.3.4
7302026-05-09T15:46:45.522Z Compiling clap_lex v1.1.0
7312026-05-09T15:46:45.638Z Compiling shell-words v1.1.1
7322026-05-09T15:46:45.871Z Compiling humantime v2.3.0
7332026-05-09T15:46:45.885Z Compiling heck v0.5.0
7342026-05-09T15:46:45.996Z Compiling cpufeatures v0.2.17
7352026-05-09T15:46:46.074Z Compiling sha2 v0.10.9
7362026-05-09T15:46:46.092Z Compiling humantime-serde v1.1.1
7372026-05-09T15:46:46.107Z Compiling clap_derive v4.6.1
7382026-05-09T15:46:46.245Z Compiling clap_builder v4.6.0
7392026-05-09T15:46:46.811Z Compiling nextest-filtering v0.15.0
7402026-05-09T15:46:47.295Z Compiling quick-junit v0.5.2
7412026-05-09T15:46:47.896Z Compiling cargo_metadata v0.20.0
7422026-05-09T15:46:50.417Z Compiling atomicwrites v0.4.4
7432026-05-09T15:46:50.703Z Compiling cargo-nextest v0.9.97
7442026-05-09T15:46:50.717Z Compiling crossterm v0.29.0
7452026-05-09T15:46:52.265Z Compiling zstd v0.13.3
7462026-05-09T15:46:52.319Z Compiling duct v0.13.7
7472026-05-09T15:46:52.631Z Compiling async-scoped v0.9.0
7482026-05-09T15:46:52.695Z Compiling rand v0.9.4
7492026-05-09T15:46:52.829Z Compiling config v0.15.22
7502026-05-09T15:46:52.961Z Compiling unicode-normalization v0.1.25
7512026-05-09T15:46:53.012Z Compiling target-spec-miette v0.4.6
7522026-05-09T15:46:53.422Z Compiling future-queue v0.4.0
7532026-05-09T15:46:53.437Z Compiling mukti-metadata v0.3.0
7542026-05-09T15:46:54.552Z Compiling tokio-stream v0.1.18
7552026-05-09T15:46:54.555Z Compiling camino-tempfile v1.4.1
7562026-05-09T15:46:54.555Z Compiling derive-where v1.6.1
7572026-05-09T15:46:54.555Z Compiling serde_ignored v0.1.14
7582026-05-09T15:46:54.555Z Compiling serde_path_to_error v0.1.20
7592026-05-09T15:46:54.555Z Compiling home v0.5.12
7602026-05-09T15:46:54.555Z Compiling xxhash-rust v0.8.15
7612026-05-09T15:46:54.555Z Compiling indent_write v2.2.0
7622026-05-09T15:46:54.555Z Compiling swrite v0.1.0
7632026-05-09T15:46:54.555Z Compiling hex v0.4.3
7642026-05-09T15:46:54.555Z Compiling color-eyre v0.6.5
7652026-05-09T15:46:54.555Z Compiling clap v4.6.1
7662026-05-09T15:46:54.555Z Compiling dialoguer v0.11.0
7672026-05-09T15:46:54.558Z Compiling enable-ansi-support v0.2.1
7682026-05-09T15:46:55.171Z Compiling nextest-runner v0.80.0
7692026-05-09T15:47:13.111Z Finished `release` profile [optimized] target(s) in 1m 10s
7702026-05-09T15:47:13.298Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-05-09T15:47:13.301Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-05-09T15:47:13.419Z+ pushd mg-lower
7732026-05-09T15:47:13.421Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7742026-05-09T15:47:13.421Z+ cargo nextest run
7752026-05-09T15:47:13.577Z Updating git repository `https://github.com/oxidecomputer/falcon`
7762026-05-09T15:47:14.210ZFrom https://github.com/oxidecomputer/falcon
7772026-05-09T15:47:14.210Z * [new ref] d9ae0618bac92b01623d0c3119d831d2ea8cefa2 -> refs/commit/d9ae0618bac92b01623d0c3119d831d2ea8cefa2
7782026-05-09T15:47:14.287Z Updating crates.io index
7792026-05-09T15:47:14.321Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7802026-05-09T15:47:15.086ZFrom https://github.com/oxidecomputer/dendrite
7812026-05-09T15:47:15.086Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7822026-05-09T15:47:15.141Z Updating git repository `https://github.com/oxidecomputer/ispf`
7832026-05-09T15:47:15.377ZFrom https://github.com/oxidecomputer/ispf
7842026-05-09T15:47:15.378Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7852026-05-09T15:47:15.383Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7862026-05-09T15:47:15.723ZFrom https://github.com/oxidecomputer/netadm-sys
7872026-05-09T15:47:15.724Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7882026-05-09T15:47:15.731Z Updating git repository `https://github.com/oxidecomputer/omicron`
7892026-05-09T15:47:22.698ZFrom https://github.com/oxidecomputer/omicron
7902026-05-09T15:47:22.698Z * [new ref] fa779b29af7a8656657ccca6ec531446188d916c -> refs/commit/fa779b29af7a8656657ccca6ec531446188d916c
7912026-05-09T15:47:23.104Z Updating git repository `https://github.com/oxidecomputer/opte`
7922026-05-09T15:47:23.681ZFrom https://github.com/oxidecomputer/opte
7932026-05-09T15:47:23.681Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7942026-05-09T15:47:23.812Z Updating git repository `https://github.com/illumos/smf-rs`
7952026-05-09T15:47:24.086ZFrom https://github.com/illumos/smf-rs
7962026-05-09T15:47:24.086Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7972026-05-09T15:47:24.094Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7982026-05-09T15:47:24.361ZFrom https://github.com/oxidecomputer/network-interface
7992026-05-09T15:47:24.361Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8002026-05-09T15:47:24.413Z Updating git repository `https://github.com/oxidecomputer/zone`
8012026-05-09T15:47:24.688ZFrom https://github.com/oxidecomputer/zone
8022026-05-09T15:47:24.688Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8032026-05-09T15:47:24.716Z Updating git repository `https://github.com/oxidecomputer/propolis`
8042026-05-09T15:47:25.326ZFrom https://github.com/oxidecomputer/propolis
8052026-05-09T15:47:25.326Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8062026-05-09T15:47:25.523Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8072026-05-09T15:47:26.020ZFrom https://github.com/oxidecomputer/transceiver-control
8082026-05-09T15:47:26.020Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8092026-05-09T15:47:26.041Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8102026-05-09T15:47:26.302ZFrom https://github.com/oxidecomputer/dlpi-sys
8112026-05-09T15:47:26.302Z * [new ref] 0805292e45f48300a51c635d79ea10f332f85d0d -> refs/commit/0805292e45f48300a51c635d79ea10f332f85d0d
8122026-05-09T15:47:26.307Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8132026-05-09T15:47:26.588ZFrom https://github.com/jmesmon/rust-libzfs
8142026-05-09T15:47:26.588Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8152026-05-09T15:47:26.597Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8162026-05-09T15:47:26.840ZFrom https://github.com/oxidecomputer/rusty-doors
8172026-05-09T15:47:26.840Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8182026-05-09T15:47:26.846Z Updating git repository `https://github.com/oxidecomputer/lldp`
8192026-05-09T15:47:27.159ZFrom https://github.com/oxidecomputer/lldp
8202026-05-09T15:47:27.160Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8212026-05-09T15:47:27.191Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8222026-05-09T15:47:27.458ZFrom https://github.com/oxidecomputer/slog-error-chain
8232026-05-09T15:47:27.458Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8242026-05-09T15:47:27.522Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8252026-05-09T15:47:27.829ZFrom https://github.com/oxidecomputer/tufaceous
8262026-05-09T15:47:27.829Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8272026-05-09T15:47:27.847Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8282026-05-09T15:47:28.320ZFrom https://github.com/oxidecomputer/management-gateway-service
8292026-05-09T15:47:28.320Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8302026-05-09T15:47:28.379Z Updating git repository `https://github.com/oxidecomputer/crucible`
8312026-05-09T15:47:29.173ZFrom https://github.com/oxidecomputer/crucible
8322026-05-09T15:47:29.173Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8332026-05-09T15:47:29.287Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8342026-05-09T15:47:29.544ZFrom https://github.com/oxidecomputer/serde_human_bytes
8352026-05-09T15:47:29.544Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8362026-05-09T15:47:29.809Z Updating git repository `https://github.com/oxidecomputer/propolis`
8372026-05-09T15:47:30.145ZFrom https://github.com/oxidecomputer/propolis
8382026-05-09T15:47:30.145Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8392026-05-09T15:47:30.259Z Updating git repository `https://github.com/oxidecomputer/tofino`
8402026-05-09T15:47:30.556ZFrom https://github.com/oxidecomputer/tofino
8412026-05-09T15:47:30.556Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8422026-05-09T15:47:30.581Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8432026-05-09T15:47:31.211ZFrom https://github.com/oxidecomputer/maghemite
8442026-05-09T15:47:31.211Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8452026-05-09T15:47:31.242Z Updating git repository `https://github.com/oxidecomputer/clickward`
8462026-05-09T15:47:31.506ZFrom https://github.com/oxidecomputer/clickward
8472026-05-09T15:47:31.506Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8482026-05-09T15:47:31.550Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-05-09T15:47:31.849ZFrom https://github.com/oxidecomputer/crucible
8502026-05-09T15:47:31.849Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8512026-05-09T15:47:32.050Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-05-09T15:47:32.310ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-05-09T15:47:32.310Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-05-09T15:47:33.365Z Downloading crates ...
8552026-05-09T15:47:33.457Z Downloaded async-stream-impl v0.3.6
8562026-05-09T15:47:33.460Z Downloaded aead v0.5.2
8572026-05-09T15:47:33.467Z Downloaded async-trait v0.1.89
8582026-05-09T15:47:33.481Z Downloaded aws-lc-rs v1.16.3
8592026-05-09T15:47:33.487Z Downloaded fxhash v0.2.1
8602026-05-09T15:47:33.490Z Downloaded crossbeam-deque v0.8.6
8612026-05-09T15:47:33.490Z Downloaded glob v0.3.3
8622026-05-09T15:47:33.493Z Downloaded crc8 v0.1.1
8632026-05-09T15:47:33.493Z Downloaded crucible-workspace-hack v0.1.0
8642026-05-09T15:47:33.496Z Downloaded ciborium-ll v0.2.2
8652026-05-09T15:47:33.496Z Downloaded crunchy v0.2.4
8662026-05-09T15:47:33.499Z Downloaded async-stream v0.3.6
8672026-05-09T15:47:33.502Z Downloaded float-ord v0.3.2
8682026-05-09T15:47:33.502Z Downloaded ff v0.13.1
8692026-05-09T15:47:33.505Z Downloaded foreign-types-shared v0.3.1
8702026-05-09T15:47:33.508Z Downloaded enum-as-inner v0.6.1
8712026-05-09T15:47:33.508Z Downloaded half v2.7.1
8722026-05-09T15:47:33.511Z Downloaded heck v0.4.1
8732026-05-09T15:47:33.511Z Downloaded fs-err v3.3.0
8742026-05-09T15:47:33.514Z Downloaded foreign-types-macros v0.2.3
8752026-05-09T15:47:33.514Z Downloaded hashbrown v0.12.3
8762026-05-09T15:47:33.519Z Downloaded gethostname v0.5.0
8772026-05-09T15:47:33.523Z Downloaded group v0.13.0
8782026-05-09T15:47:33.523Z Downloaded const_format_proc_macros v0.2.34
8792026-05-09T15:47:33.523Z Downloaded hash32 v0.3.1
8802026-05-09T15:47:33.527Z Downloaded git-stub v1.0.0
8812026-05-09T15:47:33.527Z Downloaded crossbeam-epoch v0.9.18
8822026-05-09T15:47:33.527Z Downloaded cpufeatures v0.3.0
8832026-05-09T15:47:33.529Z Downloaded argon2 v0.5.3
8842026-05-09T15:47:33.529Z Downloaded foreign-types v0.5.0
8852026-05-09T15:47:33.532Z Downloaded inout v0.1.4
8862026-05-09T15:47:33.532Z Downloaded instant v0.1.13
8872026-05-09T15:47:33.535Z Downloaded dunce v1.0.5
8882026-05-09T15:47:33.535Z Downloaded defmt v0.3.100
8892026-05-09T15:47:33.538Z Downloaded no-std-compat v0.4.1
8902026-05-09T15:47:33.538Z Downloaded darling v0.21.3
8912026-05-09T15:47:33.541Z Downloaded idna_adapter v1.2.2
8922026-05-09T15:47:33.543Z Downloaded const_format v0.2.36
8932026-05-09T15:47:33.546Z Downloaded macaddr v1.0.1
8942026-05-09T15:47:33.549Z Downloaded dof v0.4.0
8952026-05-09T15:47:33.549Z Downloaded base16ct v1.0.0
8962026-05-09T15:47:33.550Z Downloaded cobs v0.3.0
8972026-05-09T15:47:33.553Z Downloaded newtype-uuid-macros v0.1.0
8982026-05-09T15:47:33.553Z Downloaded hostname v0.3.1
8992026-05-09T15:47:33.555Z Downloaded embedded-io v0.4.0
9002026-05-09T15:47:33.556Z Downloaded num-conv v0.2.1
9012026-05-09T15:47:33.558Z Downloaded const-random v0.1.18
9022026-05-09T15:47:33.558Z Downloaded cmake v0.1.58
9032026-05-09T15:47:33.561Z Downloaded num-derive v0.4.2
9042026-05-09T15:47:33.562Z Downloaded indexmap v1.9.3
9052026-05-09T15:47:33.564Z Downloaded fs_extra v1.3.0
9062026-05-09T15:47:33.564Z Downloaded drift v0.1.4
9072026-05-09T15:47:33.570Z Downloaded git-stub-vcs v0.1.0
9082026-05-09T15:47:33.573Z Downloaded critical-section v1.2.0
9092026-05-09T15:47:33.573Z Downloaded arrayvec v0.7.6
9102026-05-09T15:47:33.578Z Downloaded num_enum_derive v0.5.11
9112026-05-09T15:47:33.578Z Downloaded newtype_derive v0.1.6
9122026-05-09T15:47:33.582Z Downloaded embedded-io v0.6.1
9132026-05-09T15:47:33.582Z Downloaded hostname v0.4.2
9142026-05-09T15:47:33.582Z Downloaded convert_case v0.4.0
9152026-05-09T15:47:33.587Z Downloaded newline-converter v0.3.0
9162026-05-09T15:47:33.587Z Downloaded dyn-clone v1.0.20
9172026-05-09T15:47:33.587Z Downloaded num-iter v0.1.45
9182026-05-09T15:47:33.587Z Downloaded deranged v0.5.8
9192026-05-09T15:47:33.591Z Downloaded cipher v0.4.4
9202026-05-09T15:47:33.591Z Downloaded bit-vec v0.8.0
9212026-05-09T15:47:33.591Z Downloaded compression-core v0.4.32
9222026-05-09T15:47:33.594Z Downloaded mime v0.3.17
9232026-05-09T15:47:33.595Z Downloaded num v0.4.3
9242026-05-09T15:47:33.595Z Downloaded httpdate v1.0.3
9252026-05-09T15:47:33.595Z Downloaded libscf-sys v1.2.0
9262026-05-09T15:47:33.597Z Downloaded omicron-workspace-hack v0.1.0
9272026-05-09T15:47:33.597Z Downloaded is-terminal v0.4.17
9282026-05-09T15:47:33.598Z Downloaded internet-checksum v0.2.1
9292026-05-09T15:47:33.600Z Downloaded const-random-macro v0.1.16
9302026-05-09T15:47:33.600Z Downloaded arrayref v0.3.9
9312026-05-09T15:47:33.603Z Downloaded base16ct v0.2.0
9322026-05-09T15:47:33.603Z Downloaded match_cfg v0.1.0
9332026-05-09T15:47:33.603Z Downloaded hubpack_derive v0.1.1
9342026-05-09T15:47:33.606Z Downloaded darling_macro v0.23.0
9352026-05-09T15:47:33.606Z Downloaded linked-hash-map v0.5.6
9362026-05-09T15:47:33.606Z Downloaded darling_macro v0.21.3
9372026-05-09T15:47:33.609Z Downloaded defmt-parser v1.0.0
9382026-05-09T15:47:33.609Z Downloaded lru-cache v0.1.2
9392026-05-09T15:47:33.609Z Downloaded keccak v0.1.6
9402026-05-09T15:47:33.612Z Downloaded hubpack v0.1.2
9412026-05-09T15:47:33.612Z Downloaded ident_case v1.0.1
9422026-05-09T15:47:33.612Z Downloaded natord v1.0.9
9432026-05-09T15:47:33.615Z Downloaded managed v0.8.0
9442026-05-09T15:47:33.615Z Downloaded constant_time_eq v0.4.2
9452026-05-09T15:47:33.618Z Downloaded foldhash v0.2.0
9462026-05-09T15:47:33.618Z Downloaded dof v0.3.0
9472026-05-09T15:47:33.618Z Downloaded byte-wrapper v0.1.0
9482026-05-09T15:47:33.621Z Downloaded dropshot-api-manager-types v0.7.1
9492026-05-09T15:47:33.621Z Downloaded num_enum v0.7.6
9502026-05-09T15:47:33.624Z Downloaded defmt-macros v1.0.1
9512026-05-09T15:47:33.627Z Downloaded compression-codecs v0.4.38
9522026-05-09T15:47:33.630Z Downloaded powerfmt v0.2.0
9532026-05-09T15:47:33.630Z Downloaded ingot v0.1.1
9542026-05-09T15:47:33.633Z Downloaded memoffset v0.9.1
9552026-05-09T15:47:33.633Z Downloaded num_threads v0.1.7
9562026-05-09T15:47:33.636Z Downloaded backoff v0.4.0
9572026-05-09T15:47:33.636Z Downloaded parse-display v0.10.0
9582026-05-09T15:47:33.639Z Downloaded opaque-debug v0.3.1
9592026-05-09T15:47:33.639Z Downloaded filetime v0.2.27
9602026-05-09T15:47:33.639Z Downloaded derive-ex v0.1.8
9612026-05-09T15:47:33.642Z Downloaded byteorder v1.5.0
9622026-05-09T15:47:33.642Z Downloaded arc-swap v1.9.1
9632026-05-09T15:47:33.645Z Downloaded progenitor-client v0.11.2
9642026-05-09T15:47:33.645Z Downloaded proc-macro-error-attr v1.0.4
9652026-05-09T15:47:33.648Z Downloaded phf_shared v0.12.1
9662026-05-09T15:47:33.648Z Downloaded daft v0.1.5
9672026-05-09T15:47:33.650Z Downloaded dtrace-parser v0.2.0
9682026-05-09T15:47:33.650Z Downloaded progenitor-client v0.10.0
9692026-05-09T15:47:33.650Z Downloaded progenitor-client v0.14.0
9702026-05-09T15:47:33.655Z Downloaded proc-macro-crate v1.3.1
9712026-05-09T15:47:33.655Z Downloaded pretty-hex v0.4.2
9722026-05-09T15:47:33.655Z Downloaded proc-macro-error-attr2 v2.0.0
9732026-05-09T15:47:33.655Z Downloaded potential_utf v0.1.5
9742026-05-09T15:47:33.655Z Downloaded crossbeam-utils v0.8.21
9752026-05-09T15:47:33.659Z Downloaded olpc-cjson v0.1.4
9762026-05-09T15:47:33.660Z Downloaded displaydoc v0.2.5
9772026-05-09T15:47:33.662Z Downloaded quick-error v1.2.3
9782026-05-09T15:47:33.662Z Downloaded memmap v0.7.0
9792026-05-09T15:47:33.662Z Downloaded erased-serde v0.3.31
9802026-05-09T15:47:33.665Z Downloaded oxnet v0.1.5
9812026-05-09T15:47:33.668Z Downloaded num-integer v0.1.46
9822026-05-09T15:47:33.668Z Downloaded progenitor-macro v0.10.0
9832026-05-09T15:47:33.668Z Downloaded csv-core v0.1.13
9842026-05-09T15:47:33.671Z Downloaded progenitor-macro v0.14.0
9852026-05-09T15:47:33.671Z Downloaded konst_macro_rules v0.2.19
9862026-05-09T15:47:33.674Z Downloaded multer v3.1.0
9872026-05-09T15:47:33.674Z Downloaded libsw-core v0.3.2
9882026-05-09T15:47:33.677Z Downloaded rand_chacha v0.3.1
9892026-05-09T15:47:33.677Z Downloaded num_enum v0.5.11
9902026-05-09T15:47:33.681Z Downloaded num_enum_derive v0.7.6
9912026-05-09T15:47:33.681Z Downloaded num-rational v0.4.2
9922026-05-09T15:47:33.684Z Downloaded parse-display-derive v0.10.0
9932026-05-09T15:47:33.684Z Downloaded oxide-tokio-rt v0.1.5
9942026-05-09T15:47:33.684Z Downloaded blake2 v0.10.6
9952026-05-09T15:47:33.686Z Downloaded highway v1.3.0
9962026-05-09T15:47:33.686Z Downloaded progenitor-macro v0.13.0
9972026-05-09T15:47:33.689Z Downloaded cookie v0.18.1
9982026-05-09T15:47:33.689Z Downloaded ref-cast-impl v1.0.25
9992026-05-09T15:47:33.692Z Downloaded pem v3.0.6
10002026-05-09T15:47:33.692Z Downloaded paste v1.0.15
10012026-05-09T15:47:33.695Z Downloaded rustc_version v0.1.7
10022026-05-09T15:47:33.695Z Downloaded password-hash v0.5.0
10032026-05-09T15:47:33.695Z Downloaded libsw v3.5.0
10042026-05-09T15:47:33.698Z Downloaded dropshot_endpoint v0.17.0
10052026-05-09T15:47:33.701Z Downloaded plain v0.2.3
10062026-05-09T15:47:33.701Z Downloaded phf v0.12.1
10072026-05-09T15:47:33.701Z Downloaded same-file v1.0.6
10082026-05-09T15:47:33.704Z Downloaded litemap v0.8.2
10092026-05-09T15:47:33.704Z Downloaded proc-macro-crate v3.5.0
10102026-05-09T15:47:33.707Z Downloaded ipnetwork v0.21.1
10112026-05-09T15:47:33.707Z Downloaded diff v0.1.13
10122026-05-09T15:47:33.710Z Downloaded ref-cast v1.0.25
10132026-05-09T15:47:33.710Z Downloaded progenitor v0.14.0
10142026-05-09T15:47:33.712Z Downloaded serde-big-array v0.5.1
10152026-05-09T15:47:33.712Z Downloaded scroll_derive v0.12.1
10162026-05-09T15:47:33.712Z Downloaded sha1 v0.10.6
10172026-05-09T15:47:33.715Z Downloaded serial_test_derive v3.4.0
10182026-05-09T15:47:33.715Z Downloaded proc-macro-error2 v2.0.1
10192026-05-09T15:47:33.718Z Downloaded parking_lot_core v0.8.6
10202026-05-09T15:47:33.718Z Downloaded sigpipe v0.1.3
10212026-05-09T15:47:33.721Z Downloaded hmac v0.12.1
10222026-05-09T15:47:33.721Z Downloaded progenitor v0.11.2
10232026-05-09T15:47:33.721Z Downloaded darling v0.23.0
10242026-05-09T15:47:33.724Z Downloaded colored v3.1.1
10252026-05-09T15:47:33.728Z Downloaded proc-macro-error v1.0.4
10262026-05-09T15:47:33.730Z Downloaded defmt v1.0.1
10272026-05-09T15:47:33.730Z Downloaded parking_lot v0.11.2
10282026-05-09T15:47:33.733Z Downloaded scroll_derive v0.13.1
10292026-05-09T15:47:33.733Z Downloaded omicron-zone-package v0.12.2
10302026-05-09T15:47:33.736Z Downloaded semver v0.1.20
10312026-05-09T15:47:33.736Z Downloaded serial_test v3.4.0
10322026-05-09T15:47:33.736Z Downloaded bcs v0.1.6
10332026-05-09T15:47:33.740Z Downloaded slog-bunyan v2.5.0
10342026-05-09T15:47:33.740Z Downloaded resolv-conf v0.7.6
10352026-05-09T15:47:33.740Z Downloaded progenitor-extras v0.2.0
10362026-05-09T15:47:33.743Z Downloaded slog-envlogger v2.2.0
10372026-05-09T15:47:33.744Z Downloaded serde_repr v0.1.20
10382026-05-09T15:47:33.744Z Downloaded serde_plain v1.0.2
10392026-05-09T15:47:33.744Z Downloaded progenitor-client v0.13.0
10402026-05-09T15:47:33.746Z Downloaded progenitor v0.10.0
10412026-05-09T15:47:33.746Z Downloaded smawk v0.3.2
10422026-05-09T15:47:33.749Z Downloaded memmap2 v0.9.10
10432026-05-09T15:47:33.749Z Downloaded ciborium v0.2.2
10442026-05-09T15:47:33.749Z Downloaded backon v1.6.0
10452026-05-09T15:47:33.752Z Downloaded linear-map v1.2.0
10462026-05-09T15:47:33.752Z Downloaded allocator-api2 v0.2.21
10472026-05-09T15:47:33.755Z Downloaded rand_xorshift v0.4.0
10482026-05-09T15:47:33.755Z Downloaded rustls-native-certs v0.8.3
10492026-05-09T15:47:33.759Z Downloaded cancel-safe-futures v0.1.5
10502026-05-09T15:47:33.759Z Downloaded ingot-macros v0.1.1
10512026-05-09T15:47:33.762Z Downloaded darling_core v0.23.0
10522026-05-09T15:47:33.762Z Downloaded rusty-fork v0.3.1
10532026-05-09T15:47:33.766Z Downloaded console v0.16.3
10542026-05-09T15:47:33.766Z Downloaded bitflags v1.3.2
10552026-05-09T15:47:33.769Z Downloaded cargo_toml v0.22.3
10562026-05-09T15:47:33.769Z Downloaded data-encoding v2.11.0
10572026-05-09T15:47:33.769Z Downloaded num-complex v0.4.6
10582026-05-09T15:47:33.769Z Downloaded stable_deref_trait v1.2.1
10592026-05-09T15:47:33.772Z Downloaded spin v0.5.2
10602026-05-09T15:47:33.772Z Downloaded secrecy v0.10.3
10612026-05-09T15:47:33.772Z Downloaded ingot-types v0.1.2
10622026-05-09T15:47:33.772Z Downloaded serde_tokenstream v0.2.3
10632026-05-09T15:47:33.775Z Downloaded sdd v3.0.10
10642026-05-09T15:47:33.775Z Downloaded chacha20 v0.9.1
10652026-05-09T15:47:33.775Z Downloaded structmeta v0.3.0
10662026-05-09T15:47:33.778Z Downloaded tabled_derive v0.7.0
10672026-05-09T15:47:33.778Z Downloaded progenitor-macro v0.11.2
10682026-05-09T15:47:33.778Z Downloaded bytecount v0.6.9
10692026-05-09T15:47:33.781Z Downloaded fixedbitset v0.4.2
10702026-05-09T15:47:33.781Z Downloaded dtrace-parser v0.3.0
10712026-05-09T15:47:33.781Z Downloaded chacha20 v0.10.0
10722026-05-09T15:47:33.784Z Downloaded cstr-argument v0.1.2
10732026-05-09T15:47:33.784Z Downloaded testing_table v0.3.0
10742026-05-09T15:47:33.784Z Downloaded async-recursion v1.1.1
10752026-05-09T15:47:33.787Z Downloaded daft-derive v0.1.5
10762026-05-09T15:47:33.790Z Downloaded strum v0.27.2
10772026-05-09T15:47:33.790Z Downloaded strum v0.26.3
10782026-05-09T15:47:33.790Z Downloaded structmeta-derive v0.3.0
10792026-05-09T15:47:33.790Z Downloaded progenitor v0.13.0
10802026-05-09T15:47:33.793Z Downloaded termtree v0.5.1
10812026-05-09T15:47:33.793Z Downloaded papergrid v0.11.0
10822026-05-09T15:47:33.796Z Downloaded anyhow v1.0.102
10832026-05-09T15:47:33.796Z Downloaded elliptic-curve v0.13.8
10842026-05-09T15:47:33.799Z Downloaded slog-scope v4.4.1
10852026-05-09T15:47:33.802Z Downloaded time-core v0.1.8
10862026-05-09T15:47:33.802Z Downloaded slog-async v2.8.0
10872026-05-09T15:47:33.802Z Downloaded siphasher v1.0.3
10882026-05-09T15:47:33.805Z Downloaded heapless v0.8.0
10892026-05-09T15:47:33.805Z Downloaded ciborium-io v0.2.2
10902026-05-09T15:47:33.809Z Downloaded bit-set v0.8.0
10912026-05-09T15:47:33.809Z Downloaded slog-json v2.6.1
10922026-05-09T15:47:33.812Z Downloaded take_mut v0.2.2
10932026-05-09T15:47:33.812Z Downloaded tagptr v0.2.0
10942026-05-09T15:47:33.812Z Downloaded scroll v0.13.0
10952026-05-09T15:47:33.812Z Downloaded tabwriter v1.4.1
10962026-05-09T15:47:33.812Z Downloaded tabled_derive v0.11.0
10972026-05-09T15:47:33.815Z Downloaded pest_generator v2.8.6
10982026-05-09T15:47:33.815Z Downloaded slog-dtrace v0.3.0
10992026-05-09T15:47:33.815Z Downloaded schemars_derive v0.8.22
11002026-05-09T15:47:33.818Z Downloaded slog-term v2.9.2
11012026-05-09T15:47:33.818Z Downloaded universal-hash v0.5.1
11022026-05-09T15:47:33.818Z Downloaded unit-prefix v0.5.2
11032026-05-09T15:47:33.821Z Downloaded postcard v1.1.3
11042026-05-09T15:47:33.821Z Downloaded dropshot-api-manager v0.7.1
11052026-05-09T15:47:33.824Z Downloaded thread-id v4.2.2
11062026-05-09T15:47:33.824Z Downloaded rustversion v1.0.22
11072026-05-09T15:47:33.826Z Downloaded typify-macro v0.6.2
11082026-05-09T15:47:33.826Z Downloaded typify-macro v0.4.3
11092026-05-09T15:47:33.826Z Downloaded serde_derive_internals v0.29.1
11102026-05-09T15:47:33.827Z Downloaded poly1305 v0.8.0
11112026-05-09T15:47:33.829Z Downloaded utf-8 v0.7.6
11122026-05-09T15:47:33.829Z Downloaded topological-sort v0.2.2
11132026-05-09T15:47:33.830Z Downloaded thread-id v5.1.0
11142026-05-09T15:47:33.832Z Downloaded smf v0.2.3
11152026-05-09T15:47:33.832Z Downloaded usdt-macro v0.5.0
11162026-05-09T15:47:33.832Z Downloaded usdt-attr-macro v0.5.0
11172026-05-09T15:47:33.832Z Downloaded usdt-macro v0.6.0
11182026-05-09T15:47:33.832Z Downloaded usdt v0.6.0
11192026-05-09T15:47:33.835Z Downloaded unarray v0.1.4
11202026-05-09T15:47:33.835Z Downloaded slog-stdlog v4.1.1
11212026-05-09T15:47:33.835Z Downloaded derive_more v0.99.20
11222026-05-09T15:47:33.838Z Downloaded synstructure v0.13.2
11232026-05-09T15:47:33.838Z Downloaded serde_with_macros v3.19.0
11242026-05-09T15:47:33.841Z Downloaded icu_properties v2.2.0
11252026-05-09T15:47:33.841Z Downloaded strum_macros v0.27.2
11262026-05-09T15:47:33.844Z Downloaded yoke-derive v0.8.2
11272026-05-09T15:47:33.847Z Downloaded wait-timeout v0.2.1
11282026-05-09T15:47:33.850Z Downloaded zerofrom-derive v0.1.7
11292026-05-09T15:47:33.850Z Downloaded zerofrom v0.1.7
11302026-05-09T15:47:33.855Z Downloaded tiny-keccak v2.0.2
11312026-05-09T15:47:33.857Z Downloaded time-macros v0.2.27
11322026-05-09T15:47:33.858Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-05-09T15:47:33.858Z Downloaded thiserror-no-std v2.0.2
11342026-05-09T15:47:33.860Z Downloaded smartstring v1.0.1
11352026-05-09T15:47:33.860Z Downloaded usdt-attr-macro v0.6.0
11362026-05-09T15:47:33.860Z Downloaded usdt v0.5.0
11372026-05-09T15:47:33.860Z Downloaded rand_core v0.10.1
11382026-05-09T15:47:33.863Z Downloaded icu_normalizer_data v2.2.0
11392026-05-09T15:47:33.864Z Downloaded papergrid v0.17.0
11402026-05-09T15:47:33.866Z Downloaded chacha20poly1305 v0.10.1
11412026-05-09T15:47:33.866Z Downloaded tokio-rustls v0.25.0
11422026-05-09T15:47:33.869Z Downloaded icu_normalizer v2.2.0
11432026-05-09T15:47:33.872Z Downloaded konst v0.2.20
11442026-05-09T15:47:33.875Z Downloaded darling_core v0.21.3
11452026-05-09T15:47:33.886Z Downloaded rhai_codegen v3.1.0
11462026-05-09T15:47:33.886Z Downloaded waitgroup v0.1.2
11472026-05-09T15:47:33.886Z Downloaded untrusted v0.7.1
11482026-05-09T15:47:33.886Z Downloaded crossbeam-channel v0.5.15
11492026-05-09T15:47:33.886Z Downloaded crypto-bigint v0.5.5
11502026-05-09T15:47:33.890Z Downloaded zeroize_derive v1.4.3
11512026-05-09T15:47:33.890Z Downloaded usdt-impl v0.5.0
11522026-05-09T15:47:33.892Z Downloaded strum_macros v0.26.4
11532026-05-09T15:47:33.893Z Downloaded schemars v0.8.22
11542026-05-09T15:47:33.898Z Downloaded zone v0.3.1
11552026-05-09T15:47:33.902Z Downloaded writeable v0.6.3
11562026-05-09T15:47:33.902Z Downloaded zerovec-derive v0.11.3
11572026-05-09T15:47:33.902Z Downloaded whoami v1.6.1
11582026-05-09T15:47:33.905Z Downloaded rustls-pemfile v2.2.0
11592026-05-09T15:47:33.905Z Downloaded term v1.2.1
11602026-05-09T15:47:33.905Z Downloaded zone_cfg_derive v0.3.1
11612026-05-09T15:47:33.906Z Downloaded base64 v0.21.7
11622026-05-09T15:47:33.908Z Downloaded progenitor-impl v0.11.2
11632026-05-09T15:47:33.912Z Downloaded scroll v0.12.0
11642026-05-09T15:47:33.912Z Downloaded pest_derive v2.8.6
11652026-05-09T15:47:33.912Z Downloaded prettyplease v0.2.37
11662026-05-09T15:47:33.915Z Downloaded tokio-tungstenite v0.21.0
11672026-05-09T15:47:33.915Z Downloaded tokio-dtrace v0.1.1
11682026-05-09T15:47:33.918Z Downloaded tinystr v0.8.3
11692026-05-09T15:47:33.918Z Downloaded thiserror-impl-no-std v2.0.2
11702026-05-09T15:47:33.923Z Downloaded ucd-trie v0.1.7
11712026-05-09T15:47:33.925Z Downloaded icu_provider v2.2.0
11722026-05-09T15:47:33.928Z Downloaded indicatif v0.18.4
11732026-05-09T15:47:33.931Z Downloaded usdt-impl v0.6.0
11742026-05-09T15:47:33.931Z Downloaded progenitor-impl v0.14.0
11752026-05-09T15:47:33.935Z Downloaded vsss-rs v3.3.4
11762026-05-09T15:47:33.940Z Downloaded toml v0.9.12+spec-1.1.0
11772026-05-09T15:47:33.943Z Downloaded rand v0.8.6
11782026-05-09T15:47:33.947Z Downloaded progenitor-impl v0.10.0
11792026-05-09T15:47:33.947Z Downloaded expectorate v1.2.0
11802026-05-09T15:47:33.950Z Downloaded walkdir v2.5.0
11812026-05-09T15:47:33.950Z Downloaded typify v0.4.3
11822026-05-09T15:47:33.953Z Downloaded spin v0.9.8
11832026-05-09T15:47:33.953Z Downloaded toml v0.7.8
11842026-05-09T15:47:33.956Z Downloaded snafu v0.8.9
11852026-05-09T15:47:33.959Z Downloaded unsafe-libyaml v0.2.11
11862026-05-09T15:47:33.962Z Downloaded xz2 v0.1.7
11872026-05-09T15:47:33.965Z Downloaded minimal-lexical v0.2.1
11882026-05-09T15:47:33.968Z Downloaded icu_collections v2.2.0
11892026-05-09T15:47:33.971Z Downloaded icu_locale_core v2.2.0
11902026-05-09T15:47:33.974Z Downloaded rustls-platform-verifier v0.7.0
11912026-05-09T15:47:33.977Z Downloaded typify v0.6.2
11922026-05-09T15:47:33.980Z Downloaded async-compression v0.4.42
11932026-05-09T15:47:33.983Z Downloaded thin-vec v0.2.18
11942026-05-09T15:47:33.983Z Downloaded steno v0.4.1
11952026-05-09T15:47:33.986Z Downloaded pretty_assertions v1.4.1
11962026-05-09T15:47:33.988Z Downloaded pest_meta v2.8.6
11972026-05-09T15:47:33.991Z Downloaded jiff-static v0.2.24
11982026-05-09T15:47:33.991Z Downloaded tungstenite v0.21.0
11992026-05-09T15:47:33.994Z Downloaded rand v0.10.1
12002026-05-09T15:47:33.997Z Downloaded toml_edit v0.25.11+spec-1.1.0
12012026-05-09T15:47:33.997Z Downloaded slog v2.8.2
12022026-05-09T15:47:34.001Z Downloaded pest v2.8.6
12032026-05-09T15:47:34.004Z Downloaded snafu-derive v0.8.9
12042026-05-09T15:47:34.004Z Downloaded similar v2.7.0
12052026-05-09T15:47:34.008Z Downloaded hickory-resolver v0.24.4
12062026-05-09T15:47:34.011Z Downloaded hashbrown v0.16.1
12072026-05-09T15:47:34.016Z Downloaded zerocopy-derive v0.8.48
12082026-05-09T15:47:34.021Z Downloaded toml_edit v0.19.15
12092026-05-09T15:47:34.030Z Downloaded test-strategy v0.4.5
12102026-05-09T15:47:34.032Z Downloaded blake3 v1.8.5
12112026-05-09T15:47:34.038Z Downloaded serde_yaml v0.9.34+deprecated
12122026-05-09T15:47:34.041Z Downloaded progenitor-impl v0.13.0
12132026-05-09T15:47:34.041Z Downloaded yoke v0.8.2
12142026-05-09T15:47:34.041Z Downloaded hickory-resolver v0.25.2
12152026-05-09T15:47:34.045Z Downloaded qorb v0.4.1
12162026-05-09T15:47:34.050Z Downloaded nom v7.1.3
12172026-05-09T15:47:34.056Z Downloaded zerovec v0.11.6
12182026-05-09T15:47:34.059Z Downloaded rayon-core v1.13.0
12192026-05-09T15:47:34.062Z Downloaded zerocopy-derive v0.7.35
12202026-05-09T15:47:34.065Z Downloaded tough v0.20.0
12212026-05-09T15:47:34.069Z Downloaded scc v2.4.0
12222026-05-09T15:47:34.073Z Downloaded schemars v0.9.0
12232026-05-09T15:47:34.079Z Downloaded schemars v1.2.1
12242026-05-09T15:47:34.087Z Downloaded winnow v0.5.40
12252026-05-09T15:47:34.093Z Downloaded serde_with v3.19.0
12262026-05-09T15:47:34.100Z Downloaded yansi v1.0.1
12272026-05-09T15:47:34.103Z Downloaded proptest v1.11.0
12282026-05-09T15:47:34.122Z Downloaded itertools v0.12.1
12292026-05-09T15:47:34.130Z Downloaded time v0.3.47
12302026-05-09T15:47:34.138Z Downloaded zerotrie v0.2.4
12312026-05-09T15:47:34.141Z Downloaded tabled v0.20.0
12322026-05-09T15:47:34.148Z Downloaded iddqd v0.3.18
12332026-05-09T15:47:34.152Z Downloaded libm v0.2.16
12342026-05-09T15:47:34.157Z Downloaded hashbrown v0.17.0
12352026-05-09T15:47:34.160Z Downloaded syn v1.0.109
12362026-05-09T15:47:34.165Z Downloaded typed-path v0.9.3
12372026-05-09T15:47:34.168Z Downloaded smoltcp v0.11.0
12382026-05-09T15:47:34.175Z Downloaded rustls v0.22.4
12392026-05-09T15:47:34.182Z Downloaded dropshot v0.17.0
12402026-05-09T15:47:34.197Z Downloaded nom v8.0.0
12412026-05-09T15:47:34.201Z Downloaded icu_properties_data v2.2.0
12422026-05-09T15:47:34.209Z Downloaded goblin v0.8.2
12432026-05-09T15:47:34.229Z Downloaded typify-impl v0.4.3
12442026-05-09T15:47:34.240Z Downloaded rayon v1.12.0
12452026-05-09T15:47:34.244Z Downloaded reqwest v0.13.3
12462026-05-09T15:47:34.248Z Downloaded hkdf v0.12.4
12472026-05-09T15:47:34.266Z Downloaded zerocopy v0.7.35
12482026-05-09T15:47:34.282Z Downloaded rustls-webpki v0.102.8
12492026-05-09T15:47:34.303Z Downloaded chrono-tz v0.10.4
12502026-05-09T15:47:34.312Z Downloaded csv v1.4.0
12512026-05-09T15:47:34.323Z Downloaded tabled v0.15.0
12522026-05-09T15:47:34.331Z Downloaded moka v0.12.15
12532026-05-09T15:47:34.335Z Downloaded goblin v0.10.5
12542026-05-09T15:47:34.382Z Downloaded encoding_rs v0.8.35
12552026-05-09T15:47:34.425Z Downloaded nix v0.31.2
12562026-05-09T15:47:34.432Z Downloaded rhai v1.24.0
12572026-05-09T15:47:34.453Z Downloaded regress v0.10.5
12582026-05-09T15:47:34.458Z Downloaded hickory-proto v0.24.4
12592026-05-09T15:47:34.467Z Downloaded hickory-proto v0.25.2
12602026-05-09T15:47:34.475Z Downloaded regress v0.11.1
12612026-05-09T15:47:34.480Z Downloaded openapiv3 v2.2.0
12622026-05-09T15:47:34.505Z Downloaded typify-impl v0.6.2
12632026-05-09T15:47:34.518Z Downloaded sled v0.34.7
12642026-05-09T15:47:34.581Z Downloaded petgraph v0.6.5
12652026-05-09T15:47:34.591Z Downloaded jiff v0.2.24
12662026-05-09T15:47:34.603Z Downloaded lzma-sys v0.1.20
12672026-05-09T15:47:34.618Z Downloaded sha3 v0.10.9
12682026-05-09T15:47:34.925Z Downloaded aws-lc-sys v0.40.0
12692026-05-09T15:47:35.850Z Compiling proc-macro2 v1.0.106
12702026-05-09T15:47:35.850Z Compiling quote v1.0.45
12712026-05-09T15:47:35.850Z Compiling unicode-ident v1.0.24
12722026-05-09T15:47:35.850Z Compiling serde_core v1.0.228
12732026-05-09T15:47:35.850Z Compiling cfg-if v1.0.4
12742026-05-09T15:47:35.850Z Compiling serde v1.0.228
12752026-05-09T15:47:35.854Z Compiling libc v0.2.186
12762026-05-09T15:47:35.854Z Compiling memchr v2.8.0
12772026-05-09T15:47:36.053Z Compiling itoa v1.0.18
12782026-05-09T15:47:36.246Z Compiling smallvec v1.15.1
12792026-05-09T15:47:36.271Z Compiling zmij v1.0.21
12802026-05-09T15:47:36.319Z Compiling serde_json v1.0.149
12812026-05-09T15:47:36.435Z Compiling autocfg v1.5.0
12822026-05-09T15:47:36.588Z Compiling libm v0.2.16
12832026-05-09T15:47:36.643Z Compiling stable_deref_trait v1.2.1
12842026-05-09T15:47:36.716Z Compiling iana-time-zone v0.1.65
12852026-05-09T15:47:36.758Z Compiling litemap v0.8.2
12862026-05-09T15:47:36.774Z Compiling writeable v0.6.3
12872026-05-09T15:47:36.816Z Compiling percent-encoding v2.3.2
12882026-05-09T15:47:36.866Z Compiling icu_normalizer_data v2.2.0
12892026-05-09T15:47:36.966Z Compiling utf8_iter v1.0.4
12902026-05-09T15:47:36.985Z Compiling icu_properties_data v2.2.0
12912026-05-09T15:47:37.007Z Compiling equivalent v1.0.2
12922026-05-09T15:47:37.088Z Compiling syn v2.0.117
12932026-05-09T15:47:37.109Z Compiling form_urlencoded v1.2.2
12942026-05-09T15:47:37.191Z Compiling version_check v0.9.5
12952026-05-09T15:47:37.203Z Compiling dyn-clone v1.0.20
12962026-05-09T15:47:37.283Z Compiling pin-project-lite v0.2.17
12972026-05-09T15:47:37.296Z Compiling parking_lot_core v0.9.12
12982026-05-09T15:47:37.337Z Compiling scopeguard v1.2.0
12992026-05-09T15:47:37.364Z Compiling thiserror v2.0.18
13002026-05-09T15:47:37.376Z Compiling num-traits v0.2.19
13012026-05-09T15:47:37.438Z Compiling lock_api v0.4.14
13022026-05-09T15:47:37.463Z Compiling heck v0.5.0
13032026-05-09T15:47:37.586Z Compiling getrandom v0.4.2
13042026-05-09T15:47:37.660Z Compiling rand_core v0.10.1
13052026-05-09T15:47:37.716Z Compiling hashbrown v0.17.0
13062026-05-09T15:47:37.811Z Compiling errno v0.3.14
13072026-05-09T15:47:37.914Z Compiling futures-core v0.3.32
13082026-05-09T15:47:37.959Z Compiling jobserver v0.1.34
13092026-05-09T15:47:38.061Z Compiling semver v1.0.28
13102026-05-09T15:47:38.123Z Compiling uuid v1.23.1
13112026-05-09T15:47:38.173Z Compiling find-msvc-tools v0.1.9
13122026-05-09T15:47:38.269Z Compiling indexmap v2.14.0
13132026-05-09T15:47:38.272Z Compiling shlex v1.3.0
13142026-05-09T15:47:38.370Z Compiling schemars v0.8.22
13152026-05-09T15:47:38.391Z Compiling rustversion v1.0.22
13162026-05-09T15:47:38.404Z Compiling zerocopy v0.8.48
13172026-05-09T15:47:38.460Z Compiling cc v1.2.62
13182026-05-09T15:47:38.532Z Compiling fnv v1.0.7
13192026-05-09T15:47:38.624Z Compiling futures-sink v0.3.32
13202026-05-09T15:47:38.637Z Compiling slab v0.4.12
13212026-05-09T15:47:38.722Z Compiling socket2 v0.6.3
13222026-05-09T15:47:38.807Z Compiling futures-channel v0.3.32
13232026-05-09T15:47:38.905Z Compiling signal-hook-registry v1.4.8
13242026-05-09T15:47:39.023Z Compiling parking_lot v0.12.5
13252026-05-09T15:47:39.136Z Compiling mio v1.2.0
13262026-05-09T15:47:39.158Z Compiling log v0.4.29
13272026-05-09T15:47:39.194Z Compiling futures-task v0.3.32
13282026-05-09T15:47:39.376Z Compiling futures-io v0.3.32
13292026-05-09T15:47:39.409Z Compiling bitflags v2.11.1
13302026-05-09T15:47:39.421Z Compiling portable-atomic v1.13.1
13312026-05-09T15:47:39.452Z Compiling regex-syntax v0.8.10
13322026-05-09T15:47:39.498Z Compiling critical-section v1.2.0
13332026-05-09T15:47:39.534Z Compiling base64 v0.22.1
13342026-05-09T15:47:39.602Z Compiling getrandom v0.2.17
13352026-05-09T15:47:39.648Z Compiling typenum v1.20.0
13362026-05-09T15:47:39.715Z Compiling subtle v2.6.1
13372026-05-09T15:47:39.726Z Compiling untrusted v0.9.0
13382026-05-09T15:47:39.785Z Compiling byteorder v1.5.0
13392026-05-09T15:47:39.843Z Compiling atomic-waker v1.1.2
13402026-05-09T15:47:39.871Z Compiling httparse v1.10.1
13412026-05-09T15:47:39.881Z Compiling synstructure v0.13.2
13422026-05-09T15:47:39.892Z Compiling serde_derive_internals v0.29.1
13432026-05-09T15:47:40.021Z Compiling ipnet v2.12.0
13442026-05-09T15:47:40.282Z Compiling tower-service v0.3.3
13452026-05-09T15:47:40.309Z Compiling foldhash v0.2.0
13462026-05-09T15:47:40.374Z Compiling tower-layer v0.3.3
13472026-05-09T15:47:40.387Z Compiling ryu v1.0.23
13482026-05-09T15:47:40.525Z Compiling once_cell v1.21.4
13492026-05-09T15:47:40.537Z Compiling allocator-api2 v0.2.21
13502026-05-09T15:47:40.548Z Compiling strsim v0.11.1
13512026-05-09T15:47:40.558Z Compiling rustix v1.1.4
13522026-05-09T15:47:40.636Z Compiling rand_core v0.6.4
13532026-05-09T15:47:40.743Z Compiling cmake v0.1.58
13542026-05-09T15:47:40.864Z Compiling hashbrown v0.16.1
13552026-05-09T15:47:40.876Z Compiling fs_extra v1.3.0
13562026-05-09T15:47:40.879Z Compiling dunce v1.0.5
13572026-05-09T15:47:40.953Z Compiling try-lock v0.2.5
13582026-05-09T15:47:40.979Z Compiling httpdate v1.0.3
13592026-05-09T15:47:41.057Z Compiling want v0.3.1
13602026-05-09T15:47:41.087Z Compiling thiserror v1.0.69
13612026-05-09T15:47:41.116Z Compiling ucd-trie v0.1.7
13622026-05-09T15:47:41.130Z Compiling serde_derive v1.0.228
13632026-05-09T15:47:41.141Z Compiling zerofrom-derive v0.1.7
13642026-05-09T15:47:41.221Z Compiling yoke-derive v0.8.2
13652026-05-09T15:47:41.234Z Compiling zerovec-derive v0.11.3
13662026-05-09T15:47:41.418Z Compiling displaydoc v0.2.5
13672026-05-09T15:47:41.429Z Compiling schemars_derive v0.8.22
13682026-05-09T15:47:41.475Z Compiling thiserror-impl v2.0.18
13692026-05-09T15:47:42.183Z Compiling tokio-macros v2.7.0
13702026-05-09T15:47:42.195Z Compiling zerocopy-derive v0.8.48
13712026-05-09T15:47:42.315Z Compiling zeroize_derive v1.4.3
13722026-05-09T15:47:42.343Z Compiling futures-macro v0.3.32
13732026-05-09T15:47:42.365Z Compiling zerofrom v0.1.7
13742026-05-09T15:47:42.486Z Compiling yoke v0.8.2
13752026-05-09T15:47:42.647Z Compiling zerovec v0.11.6
13762026-05-09T15:47:42.668Z Compiling zerotrie v0.2.4
13772026-05-09T15:47:42.811Z Compiling aws-lc-sys v0.40.0
13782026-05-09T15:47:42.962Z Compiling thiserror-impl v1.0.69
13792026-05-09T15:47:43.010Z Compiling zeroize v1.8.2
13802026-05-09T15:47:43.108Z Compiling tinystr v0.8.3
13812026-05-09T15:47:43.163Z Compiling potential_utf v0.1.5
13822026-05-09T15:47:43.189Z Compiling futures-util v0.3.32
13832026-05-09T15:47:43.211Z Compiling pest v2.8.6
13842026-05-09T15:47:43.307Z Compiling icu_locale_core v2.2.0
13852026-05-09T15:47:43.362Z Compiling icu_collections v2.2.0
13862026-05-09T15:47:44.086Z Compiling icu_provider v2.2.0
13872026-05-09T15:47:44.239Z Compiling pest_meta v2.8.6
13882026-05-09T15:47:44.387Z Compiling bytes v1.11.1
13892026-05-09T15:47:44.430Z Compiling icu_properties v2.2.0
13902026-05-09T15:47:44.474Z Compiling icu_normalizer v2.2.0
13912026-05-09T15:47:44.496Z Compiling chrono v0.4.44
13922026-05-09T15:47:45.019Z Compiling http v1.4.0
13932026-05-09T15:47:45.053Z Compiling serde_tokenstream v0.2.3
13942026-05-09T15:47:45.338Z Compiling idna_adapter v1.2.2
13952026-05-09T15:47:45.476Z Compiling idna v1.1.0
13962026-05-09T15:47:45.552Z Compiling tokio v1.52.3
13972026-05-09T15:47:45.564Z Compiling erased-serde v0.3.31
13982026-05-09T15:47:45.786Z Compiling url v2.5.8
13992026-05-09T15:47:46.003Z Compiling http-body v1.0.1
14002026-05-09T15:47:46.014Z Compiling tracing-attributes v0.1.31
14012026-05-09T15:47:46.056Z Compiling tracing-core v0.1.36
14022026-05-09T15:47:46.148Z Compiling generic-array v0.14.7
14032026-05-09T15:47:46.240Z Compiling getrandom v0.3.4
14042026-05-09T15:47:46.583Z Compiling ppv-lite86 v0.2.21
14052026-05-09T15:47:46.609Z Compiling pretty-hex v0.4.2
14062026-05-09T15:47:46.693Z Compiling pest_generator v2.8.6
14072026-05-09T15:47:46.735Z Compiling slog v2.8.2
14082026-05-09T15:47:46.885Z Compiling plain v0.2.3
14092026-05-09T15:47:46.997Z Compiling http-body-util v0.1.3
14102026-05-09T15:47:47.225Z Compiling ipnetwork v0.21.1
14112026-05-09T15:47:47.228Z Compiling tracing v0.1.44
14122026-05-09T15:47:47.251Z Compiling serde_urlencoded v0.7.1
14132026-05-09T15:47:47.280Z Compiling pest_derive v2.8.6
14142026-05-09T15:47:47.456Z Compiling aho-corasick v1.1.4
14152026-05-09T15:47:47.481Z Compiling sync_wrapper v1.0.2
14162026-05-09T15:47:47.838Z Compiling paste v1.0.15
14172026-05-09T15:47:47.841Z Compiling oxnet v0.1.5
14182026-05-09T15:47:47.871Z Compiling crypto-common v0.1.7
14192026-05-09T15:47:47.995Z Compiling openapiv3 v2.2.0
14202026-05-09T15:47:48.018Z Compiling omicron-workspace-hack v0.1.0
14212026-05-09T15:47:48.171Z Compiling powerfmt v0.2.0
14222026-05-09T15:47:48.240Z Compiling regex-automata v0.4.14
14232026-05-09T15:47:48.264Z Compiling num-conv v0.2.1
14242026-05-09T15:47:48.373Z Compiling ident_case v1.0.1
14252026-05-09T15:47:48.403Z Compiling time-core v0.1.8
14262026-05-09T15:47:48.491Z Compiling deranged v0.5.8
14272026-05-09T15:47:48.541Z Compiling time-macros v0.2.27
14282026-05-09T15:47:49.379Z Compiling tokio-util v0.7.18
14292026-05-09T15:47:49.489Z Compiling winnow v1.0.2
14302026-05-09T15:47:49.557Z Compiling num_threads v0.1.7
14312026-05-09T15:47:49.609Z Compiling anyhow v1.0.102
14322026-05-09T15:47:49.941Z Compiling regex v1.12.3
14332026-05-09T15:47:50.356Z Compiling rustls-pki-types v1.14.1
14342026-05-09T15:47:50.413Z Compiling scroll_derive v0.13.1
14352026-05-09T15:47:50.849Z Compiling daft-derive v0.1.5
14362026-05-09T15:47:51.243Z Compiling fastrand v2.4.1
14372026-05-09T15:47:51.254Z Compiling scroll v0.13.0
14382026-05-09T15:47:51.502Z Compiling h2 v0.4.14
14392026-05-09T15:47:51.514Z Compiling async-trait v0.1.89
14402026-05-09T15:47:51.608Z Compiling crossbeam-utils v0.8.21
14412026-05-09T15:47:51.940Z Compiling ring v0.17.14
14422026-05-09T15:47:52.037Z Compiling cpufeatures v0.2.17
14432026-05-09T15:47:52.106Z Compiling openssl-probe v0.2.1
14442026-05-09T15:47:52.292Z Compiling block-buffer v0.10.4
14452026-05-09T15:47:52.341Z Compiling thread_local v1.1.9
14462026-05-09T15:47:52.353Z Compiling usdt-impl v0.6.0
14472026-05-09T15:47:52.439Z Compiling hex v0.4.3
14482026-05-09T15:47:52.480Z Compiling digest v0.10.7
14492026-05-09T15:47:52.602Z Compiling goblin v0.10.5
14502026-05-09T15:47:52.626Z Compiling dtrace-parser v0.3.0
14512026-05-09T15:47:52.638Z Compiling camino v1.2.2
14522026-05-09T15:47:52.683Z Compiling slog-async v2.8.0
14532026-05-09T15:47:52.863Z Compiling thread-id v5.1.0
14542026-05-09T15:47:52.942Z Compiling crc32fast v1.5.0
14552026-05-09T15:47:53.005Z Compiling aws-lc-rs v1.16.3
14562026-05-09T15:47:53.016Z Compiling take_mut v0.2.2
14572026-05-09T15:47:53.114Z Compiling term v1.2.1
14582026-05-09T15:47:53.314Z Compiling rand_core v0.9.5
14592026-05-09T15:47:53.469Z Compiling futures-executor v0.3.32
14602026-05-09T15:47:53.517Z Compiling hyper v1.9.0
14612026-05-09T15:47:53.750Z Compiling match_cfg v0.1.0
14622026-05-09T15:47:53.802Z Compiling syn v1.0.109
14632026-05-09T15:47:53.816Z Compiling futures v0.3.32
14642026-05-09T15:47:54.072Z Compiling tower v0.5.3
14652026-05-09T15:47:54.162Z Compiling structmeta-derive v0.3.0
14662026-05-09T15:47:54.599Z Compiling hyper-util v0.1.20
14672026-05-09T15:47:55.256Z Compiling dof v0.4.0
14682026-05-09T15:47:55.420Z Compiling simd-adler32 v0.3.9
14692026-05-09T15:47:55.622Z Compiling untrusted v0.7.1
14702026-05-09T15:47:55.682Z Compiling rustls v0.22.4
14712026-05-09T15:47:55.739Z Compiling adler2 v2.0.1
14722026-05-09T15:47:55.868Z Compiling miniz_oxide v0.8.9
14732026-05-09T15:47:55.901Z Compiling structmeta v0.3.0
14742026-05-09T15:47:56.254Z Compiling tower-http v0.6.10
14752026-05-09T15:47:56.516Z Compiling rand_chacha v0.9.0
14762026-05-09T15:47:56.579Z Compiling darling_core v0.23.0
14772026-05-09T15:47:56.665Z Compiling newtype-uuid-macros v0.1.0
14782026-05-09T15:47:56.798Z Compiling regress v0.10.5
14792026-05-09T15:47:56.941Z Compiling rustls v0.23.40
14802026-05-09T15:47:57.167Z Compiling rand v0.9.4
14812026-05-09T15:47:57.417Z Compiling usdt-macro v0.6.0
14822026-05-09T15:47:57.482Z Compiling usdt-attr-macro v0.6.0
14832026-05-09T15:47:57.762Z Compiling flate2 v1.1.9
14842026-05-09T15:47:57.952Z Compiling time v0.3.47
14852026-05-09T15:47:58.182Z Compiling newtype-uuid v1.3.2
14862026-05-09T15:47:58.524Z Compiling compression-core v0.4.32
14872026-05-09T15:47:58.559Z Compiling ref-cast v1.0.25
14882026-05-09T15:47:58.646Z Compiling darling_macro v0.23.0
14892026-05-09T15:47:58.674Z Compiling quick-error v1.2.3
14902026-05-09T15:47:58.674Z Compiling compression-codecs v0.4.38
14912026-05-09T15:47:58.777Z Compiling daft v0.1.5
14922026-05-09T15:47:58.938Z Compiling crossbeam-channel v0.5.15
14932026-05-09T15:47:59.041Z Compiling ref-cast-impl v1.0.25
14942026-05-09T15:47:59.233Z Compiling darling v0.23.0
14952026-05-09T15:47:59.361Z Compiling strum_macros v0.26.4
14962026-05-09T15:47:59.425Z Compiling serde_spanned v1.1.1
14972026-05-09T15:47:59.473Z Compiling multer v3.1.0
14982026-05-09T15:47:59.574Z Compiling bit-vec v0.8.0
14992026-05-09T15:47:59.714Z Compiling debug-ignore v1.0.5
15002026-05-09T15:47:59.717Z Compiling toml_writer v1.1.1+spec-1.1.0
15012026-05-09T15:47:59.781Z Compiling bit-set v0.8.0
15022026-05-09T15:47:59.815Z Compiling serde_with_macros v3.19.0
15032026-05-09T15:47:59.867Z Compiling async-stream-impl v0.3.6
15042026-05-09T15:47:59.910Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15052026-05-09T15:47:59.931Z Compiling dropshot v0.17.0
15062026-05-09T15:47:59.932Z Compiling encoding_rs v0.8.35
15072026-05-09T15:48:00.171Z Compiling unarray v0.1.4
15082026-05-09T15:48:00.280Z Compiling mime v0.3.17
15092026-05-09T15:48:00.396Z Compiling spin v0.9.8
15102026-05-09T15:48:00.525Z Compiling async-stream v0.3.6
15112026-05-09T15:48:00.553Z Compiling derive-ex v0.1.8
15122026-05-09T15:48:00.564Z Compiling dropshot_endpoint v0.17.0
15132026-05-09T15:48:00.692Z Compiling macaddr v1.0.1
15142026-05-09T15:48:00.695Z Compiling waitgroup v0.1.2
15152026-05-09T15:48:00.838Z Compiling serde_path_to_error v0.1.20
15162026-05-09T15:48:00.970Z Compiling is-terminal v0.4.17
15172026-05-09T15:48:01.002Z Compiling strum v0.26.3
15182026-05-09T15:48:01.062Z Compiling slog-term v2.9.2
15192026-05-09T15:48:01.189Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15202026-05-09T15:48:01.363Z Compiling rustls-native-certs v0.8.3
15212026-05-09T15:48:01.402Z Compiling tempfile v3.27.0
15222026-05-09T15:48:01.663Z Compiling strum_macros v0.27.2
15232026-05-09T15:48:01.674Z Compiling instant v0.1.13
15242026-05-09T15:48:01.769Z Compiling rustc-hash v2.1.2
15252026-05-09T15:48:01.781Z Compiling slog-json v2.6.1
15262026-05-09T15:48:01.823Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15272026-05-09T15:48:01.974Z Compiling hostname v0.3.1
15282026-05-09T15:48:02.102Z Compiling test-strategy v0.4.5
15292026-05-09T15:48:02.204Z Compiling memmap2 v0.9.10
15302026-05-09T15:48:02.415Z Compiling either v1.15.0
15312026-05-09T15:48:02.420Z Compiling slog-bunyan v2.5.0
15322026-05-09T15:48:02.547Z Compiling parse-display-derive v0.10.0
15332026-05-09T15:48:02.840Z Compiling backon v1.6.0
15342026-05-09T15:48:02.925Z Compiling rand_chacha v0.3.1
15352026-05-09T15:48:03.042Z Compiling rustls-webpki v0.102.8
15362026-05-09T15:48:03.501Z Compiling strum v0.27.2
15372026-05-09T15:48:03.895Z Compiling rand v0.8.6
15382026-05-09T15:48:03.920Z Compiling toml_parser v1.1.2+spec-1.1.0
15392026-05-09T15:48:03.924Z Compiling toml_datetime v1.1.1+spec-1.1.0
15402026-05-09T15:48:04.186Z Compiling wait-timeout v0.2.1
15412026-05-09T15:48:04.223Z Compiling serde_with v3.19.0
15422026-05-09T15:48:04.594Z Compiling rusty-fork v0.3.1
15432026-05-09T15:48:04.660Z Compiling toml v1.1.2+spec-1.1.0
15442026-05-09T15:48:04.953Z Compiling async-compression v0.4.42
15452026-05-09T15:48:05.900Z Compiling usdt v0.6.0
15462026-05-09T15:48:06.002Z Compiling tokio-rustls v0.25.0
15472026-05-09T15:48:06.059Z Compiling reqwest v0.12.28
15482026-05-09T15:48:06.179Z Compiling rand_xorshift v0.4.0
15492026-05-09T15:48:06.192Z Compiling sha1 v0.10.6
15502026-05-09T15:48:06.221Z Compiling rustls-pemfile v2.2.0
15512026-05-09T15:48:06.320Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15522026-05-09T15:48:06.414Z Compiling hostname v0.4.2
15532026-05-09T15:48:06.414Z Compiling proptest v1.11.0
15542026-05-09T15:48:06.504Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15552026-05-09T15:48:06.801Z Compiling itertools v0.14.0
15562026-05-09T15:48:07.292Z Compiling iddqd v0.3.18
15572026-05-09T15:48:07.892Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15582026-05-09T15:48:08.400Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15592026-05-09T15:48:08.429Z Compiling utf8parse v0.2.2
15602026-05-09T15:48:08.543Z Compiling anstyle-parse v1.0.0
15612026-05-09T15:48:08.600Z Compiling progenitor-client v0.10.0
15622026-05-09T15:48:08.729Z Compiling backoff v0.4.0
15632026-05-09T15:48:08.873Z Compiling parse-display v0.10.0
15642026-05-09T15:48:08.938Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15652026-05-09T15:48:08.973Z Compiling anstyle-query v1.1.5
15662026-05-09T15:48:09.080Z Compiling colorchoice v1.0.5
15672026-05-09T15:48:09.195Z Compiling is_terminal_polyfill v1.70.2
15682026-05-09T15:48:09.206Z Compiling anstyle v1.0.14
15692026-05-09T15:48:09.436Z Compiling anstream v1.0.0
15702026-05-09T15:48:09.454Z Compiling unicode-width v0.2.2
15712026-05-09T15:48:09.758Z Compiling clap_lex v1.1.0
15722026-05-09T15:48:10.008Z Compiling regress v0.11.1
15732026-05-09T15:48:10.169Z Compiling clap_derive v4.6.1
15742026-05-09T15:48:10.466Z Compiling terminal_size v0.4.4
15752026-05-09T15:48:11.488Z Compiling toml_datetime v0.6.11
15762026-05-09T15:48:11.757Z Compiling typify-impl v0.6.2
15772026-05-09T15:48:11.833Z Compiling zerocopy-derive v0.7.35
15782026-05-09T15:48:11.905Z Compiling convert_case v0.4.0
15792026-05-09T15:48:12.207Z Compiling derive_more v0.99.20
15802026-05-09T15:48:12.813Z Compiling zerocopy v0.7.35
15812026-05-09T15:48:13.245Z Compiling clap_builder v4.6.0
15822026-05-09T15:48:14.466Z Compiling secrecy v0.10.3
15832026-05-09T15:48:14.512Z Compiling crucible-workspace-hack v0.1.0
15842026-05-09T15:48:14.622Z Compiling float-ord v0.3.2
15852026-05-09T15:48:14.736Z Compiling tinyvec_macros v0.1.1
15862026-05-09T15:48:14.738Z Compiling unsafe-libyaml v0.2.11
15872026-05-09T15:48:14.805Z Compiling tinyvec v1.11.0
15882026-05-09T15:48:15.147Z Compiling clap v4.6.1
15892026-05-09T15:48:15.415Z Compiling serde_yaml v0.9.34+deprecated
15902026-05-09T15:48:15.565Z Compiling dtrace-parser v0.2.0
15912026-05-09T15:48:15.576Z Compiling scroll_derive v0.12.1
15922026-05-09T15:48:16.286Z Compiling num-integer v0.1.46
15932026-05-09T15:48:16.427Z Compiling rustc_version v0.4.1
15942026-05-09T15:48:16.552Z Compiling usdt-impl v0.5.0
15952026-05-09T15:48:16.608Z Compiling scroll v0.12.0
15962026-05-09T15:48:16.699Z Compiling curve25519-dalek v4.1.3
15972026-05-09T15:48:17.048Z Compiling dof v0.3.0
15982026-05-09T15:48:17.313Z Compiling toml_edit v0.25.11+spec-1.1.0
15992026-05-09T15:48:17.313Z Compiling hmac v0.12.1
16002026-05-09T15:48:17.381Z Compiling darling_core v0.21.3
16012026-05-09T15:48:17.438Z Compiling inout v0.1.4
16022026-05-09T15:48:17.448Z Compiling ff v0.13.1
16032026-05-09T15:48:17.496Z Compiling thread-id v4.2.2
16042026-05-09T15:48:17.581Z Compiling group v0.13.0
16052026-05-09T15:48:17.584Z Compiling cipher v0.4.4
16062026-05-09T15:48:17.790Z Compiling hkdf v0.12.4
16072026-05-09T15:48:17.929Z Compiling proc-macro-crate v3.5.0
16082026-05-09T15:48:18.083Z Compiling typify-macro v0.6.2
16092026-05-09T15:48:18.395Z Compiling goblin v0.8.2
16102026-05-09T15:48:18.418Z Compiling num-rational v0.4.2
16112026-05-09T15:48:18.544Z Compiling num-iter v0.1.45
16122026-05-09T15:48:18.860Z Compiling hubpack_derive v0.1.1
16132026-05-09T15:48:19.024Z Compiling thiserror-impl-no-std v2.0.2
16142026-05-09T15:48:19.424Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16152026-05-09T15:48:19.474Z Compiling darling_macro v0.21.3
16162026-05-09T15:48:19.914Z Compiling crossbeam-epoch v0.9.18
16172026-05-09T15:48:20.083Z Compiling universal-hash v0.5.1
16182026-05-09T15:48:20.161Z Compiling crypto-bigint v0.5.5
16192026-05-09T15:48:20.253Z Compiling typify v0.6.2
16202026-05-09T15:48:20.264Z Compiling half v2.7.1
16212026-05-09T15:48:20.347Z Compiling curve25519-dalek-derive v0.1.1
16222026-05-09T15:48:20.536Z Compiling num-complex v0.4.6
16232026-05-09T15:48:20.911Z Compiling base16ct v0.2.0
16242026-05-09T15:48:21.024Z Compiling ciborium-io v0.2.2
16252026-05-09T15:48:21.074Z Compiling opaque-debug v0.3.1
16262026-05-09T15:48:21.116Z Compiling base64ct v1.8.3
16272026-05-09T15:48:21.126Z Compiling poly1305 v0.8.0
16282026-05-09T15:48:21.139Z Compiling ciborium-ll v0.2.2
16292026-05-09T15:48:21.346Z Compiling password-hash v0.5.0
16302026-05-09T15:48:21.526Z Compiling elliptic-curve v0.13.8
16312026-05-09T15:48:21.781Z Compiling num v0.4.3
16322026-05-09T15:48:22.006Z Compiling thiserror-no-std v2.0.2
16332026-05-09T15:48:22.127Z Compiling darling v0.21.3
16342026-05-09T15:48:22.307Z Compiling hubpack v0.1.2
16352026-05-09T15:48:22.514Z Compiling num_enum_derive v0.7.6
16362026-05-09T15:48:22.625Z Compiling chacha20 v0.9.1
16372026-05-09T15:48:22.687Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16382026-05-09T15:48:22.883Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16392026-05-09T15:48:23.489Z Compiling blake2 v0.10.6
16402026-05-09T15:48:23.560Z Compiling byte-wrapper v0.1.0
16412026-05-09T15:48:23.590Z Compiling aead v0.5.2
16422026-05-09T15:48:23.748Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16432026-05-09T15:48:23.912Z Compiling proc-macro-error-attr v1.0.4
16442026-05-09T15:48:23.933Z Compiling memoffset v0.9.1
16452026-05-09T15:48:24.160Z Compiling prettyplease v0.2.37
16462026-05-09T15:48:24.176Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16472026-05-09T15:48:24.324Z Compiling rustix v0.38.44
16482026-05-09T15:48:24.460Z Compiling static_assertions v1.1.0
16492026-05-09T15:48:24.471Z Compiling heapless v0.8.0
16502026-05-09T15:48:24.533Z Compiling cfg_aliases v0.2.1
16512026-05-09T15:48:24.607Z Compiling keccak v0.1.6
16522026-05-09T15:48:24.716Z Compiling nix v0.31.2
16532026-05-09T15:48:24.768Z Compiling sha3 v0.10.9
16542026-05-09T15:48:25.145Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16552026-05-09T15:48:25.159Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16562026-05-09T15:48:25.729Z Compiling chacha20poly1305 v0.10.1
16572026-05-09T15:48:25.832Z Compiling argon2 v0.5.3
16582026-05-09T15:48:25.858Z Compiling num_enum v0.7.6
16592026-05-09T15:48:26.247Z Compiling ingot-macros v0.1.1
16602026-05-09T15:48:26.255Z Compiling vsss-rs v3.3.4
16612026-05-09T15:48:26.341Z Compiling ciborium v0.2.2
16622026-05-09T15:48:26.926Z Compiling usdt-attr-macro v0.5.0
16632026-05-09T15:48:27.053Z Compiling usdt-macro v0.5.0
16642026-05-09T15:48:27.525Z Compiling rustls-webpki v0.103.13
16652026-05-09T15:48:28.941Z Compiling serde_spanned v0.6.9
16662026-05-09T15:48:29.001Z Compiling num-derive v0.4.2
16672026-05-09T15:48:29.084Z Compiling enum-as-inner v0.6.1
16682026-05-09T15:48:29.197Z Compiling hash32 v0.3.1
16692026-05-09T15:48:29.209Z Compiling proc-macro-error v1.0.4
16702026-05-09T15:48:29.403Z Compiling memmap v0.7.0
16712026-05-09T15:48:29.505Z Compiling toml_write v0.1.2
16722026-05-09T15:48:29.595Z Compiling indent_write v2.2.0
16732026-05-09T15:48:29.623Z Compiling winnow v0.7.15
16742026-05-09T15:48:29.708Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
16752026-05-09T15:48:29.729Z Compiling smoltcp v0.11.0
16762026-05-09T15:48:29.732Z Compiling winnow v0.5.40
16772026-05-09T15:48:29.944Z Compiling data-encoding v2.11.0
16782026-05-09T15:48:30.062Z Compiling usdt v0.5.0
16792026-05-09T15:48:30.413Z Compiling ingot-types v0.1.2
16802026-05-09T15:48:30.655Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16812026-05-09T15:48:30.797Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16822026-05-09T15:48:30.821Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16832026-05-09T15:48:30.980Z Compiling toml_edit v0.22.27
16842026-05-09T15:48:31.076Z Compiling toml_edit v0.19.15
16852026-05-09T15:48:31.145Z Compiling tokio-rustls v0.26.4
16862026-05-09T15:48:31.157Z Compiling rustls-platform-verifier v0.7.0
16872026-05-09T15:48:31.392Z Compiling hyper-rustls v0.27.9
16882026-05-09T15:48:31.675Z Compiling reqwest v0.13.3
16892026-05-09T15:48:32.892Z Compiling progenitor-client v0.14.0
16902026-05-09T15:48:33.064Z Compiling tabwriter v1.4.1
16912026-05-09T15:48:33.196Z Compiling progenitor-extras v0.2.0
16922026-05-09T15:48:33.318Z Compiling cobs v0.3.0
16932026-05-09T15:48:33.440Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16942026-05-09T15:48:33.519Z Compiling foreign-types-macros v0.2.3
16952026-05-09T15:48:34.189Z Compiling serde_repr v0.1.20
16962026-05-09T15:48:34.229Z Compiling bitflags v1.3.2
16972026-05-09T15:48:34.338Z Compiling managed v0.8.0
16982026-05-09T15:48:34.469Z Compiling foreign-types-shared v0.3.1
16992026-05-09T15:48:34.563Z Compiling bytecount v0.6.9
17002026-05-09T15:48:34.563Z Compiling pkg-config v0.3.33
17012026-05-09T15:48:34.684Z Compiling colored v3.1.1
17022026-05-09T15:48:34.704Z Compiling vcpkg v0.2.15
17032026-05-09T15:48:34.859Z Compiling cpufeatures v0.3.0
17042026-05-09T15:48:34.937Z Compiling chacha20 v0.10.0
17052026-05-09T15:48:35.036Z Compiling foreign-types v0.5.0
17062026-05-09T15:48:35.117Z Compiling postcard v1.1.3
17072026-05-09T15:48:35.285Z Compiling openssl-sys v0.9.115
17082026-05-09T15:48:35.983Z Compiling toml v0.8.23
17092026-05-09T15:48:36.116Z Compiling proc-macro-crate v1.3.1
17102026-05-09T15:48:36.265Z Compiling ingot v0.1.1
17112026-05-09T15:48:36.673Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17122026-05-09T15:48:36.683Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17132026-05-09T15:48:36.951Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17142026-05-09T15:48:36.975Z Compiling cstr-argument v0.1.2
17152026-05-09T15:48:36.987Z Compiling rayon-core v1.13.0
17162026-05-09T15:48:37.133Z Compiling resolv-conf v0.7.6
17172026-05-09T15:48:37.187Z Compiling lazy_static v1.5.0
17182026-05-09T15:48:37.201Z Compiling heck v0.4.1
17192026-05-09T15:48:37.219Z Compiling unicode-segmentation v1.13.2
17202026-05-09T15:48:37.286Z Compiling linked-hash-map v0.5.6
17212026-05-09T15:48:37.400Z Compiling semver v0.1.20
17222026-05-09T15:48:37.475Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17232026-05-09T15:48:37.512Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17242026-05-09T15:48:37.644Z Compiling swrite v0.1.0
17252026-05-09T15:48:37.656Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17262026-05-09T15:48:37.698Z Compiling rustc_version v0.1.7
17272026-05-09T15:48:37.737Z Compiling newline-converter v0.3.0
17282026-05-09T15:48:37.902Z Compiling lru-cache v0.1.2
17292026-05-09T15:48:37.931Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17302026-05-09T15:48:38.071Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17312026-05-09T15:48:38.151Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17322026-05-09T15:48:38.274Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
17332026-05-09T15:48:38.418Z Compiling num_enum_derive v0.5.11
17342026-05-09T15:48:38.539Z Compiling rand v0.10.1
17352026-05-09T15:48:39.087Z Compiling atomicwrites v0.4.4
17362026-05-09T15:48:39.211Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17372026-05-09T15:48:39.317Z Compiling hickory-proto v0.24.4
17382026-05-09T15:48:39.511Z Compiling progenitor-impl v0.13.0
17392026-05-09T15:48:39.823Z Compiling progenitor-impl v0.14.0
17402026-05-09T15:48:40.026Z Compiling crossbeam-deque v0.8.6
17412026-05-09T15:48:40.234Z Compiling console v0.15.11
17422026-05-09T15:48:40.586Z Compiling camino-tempfile v1.4.1
17432026-05-09T15:48:40.828Z Compiling serde-big-array v0.5.1
17442026-05-09T15:48:40.904Z Compiling derive-where v1.6.1
17452026-05-09T15:48:40.925Z Compiling pin-project-internal v1.1.12
17462026-05-09T15:48:40.966Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17472026-05-09T15:48:40.978Z Compiling minimal-lexical v0.2.1
17482026-05-09T15:48:41.233Z Compiling similar v2.7.0
17492026-05-09T15:48:41.502Z Compiling siphasher v1.0.3
17502026-05-09T15:48:41.703Z Compiling phf_shared v0.12.1
17512026-05-09T15:48:41.880Z Compiling expectorate v1.2.0
17522026-05-09T15:48:42.022Z Compiling pin-project v1.1.12
17532026-05-09T15:48:42.126Z Compiling nom v7.1.3
17542026-05-09T15:48:42.178Z Compiling hickory-resolver v0.24.4
17552026-05-09T15:48:42.189Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17562026-05-09T15:48:42.630Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17572026-05-09T15:48:43.097Z Compiling progenitor-macro v0.13.0
17582026-05-09T15:48:43.291Z Compiling num_enum v0.5.11
17592026-05-09T15:48:43.423Z Compiling progenitor-macro v0.14.0
17602026-05-09T15:48:43.491Z Compiling newtype_derive v0.1.6
17612026-05-09T15:48:43.737Z Compiling progenitor-client v0.13.0
17622026-05-09T15:48:44.896Z Compiling unicode-normalization v0.1.25
17632026-05-09T15:48:45.105Z Compiling tokio-stream v0.1.18
17642026-05-09T15:48:45.385Z Compiling async-recursion v1.1.1
17652026-05-09T15:48:45.508Z Compiling snafu-derive v0.8.9
17662026-05-09T15:48:45.580Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17672026-05-09T15:48:46.089Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17682026-05-09T15:48:46.400Z Compiling slog-dtrace v0.3.0
17692026-05-09T15:48:46.647Z Compiling csv-core v0.1.13
17702026-05-09T15:48:46.919Z Compiling bstr v1.12.1
17712026-05-09T15:48:47.245Z Compiling konst_macro_rules v0.2.19
17722026-05-09T15:48:47.433Z Compiling owo-colors v4.3.0
17732026-05-09T15:48:47.433Z Compiling highway v1.3.0
17742026-05-09T15:48:47.791Z Compiling foreign-types-shared v0.1.1
17752026-05-09T15:48:47.844Z Compiling unicode-xid v0.2.6
17762026-05-09T15:48:47.885Z Compiling unicode-width v0.1.14
17772026-05-09T15:48:47.945Z Compiling foldhash v0.1.5
17782026-05-09T15:48:47.971Z Compiling same-file v1.0.6
17792026-05-09T15:48:48.042Z Compiling openssl v0.10.79
17802026-05-09T15:48:48.128Z Compiling chrono-tz v0.10.4
17812026-05-09T15:48:48.149Z Compiling cancel-safe-futures v0.1.5
17822026-05-09T15:48:48.166Z Compiling walkdir v2.5.0
17832026-05-09T15:48:48.228Z Compiling progenitor v0.13.0
17842026-05-09T15:48:48.350Z Compiling hashbrown v0.15.5
17852026-05-09T15:48:48.377Z Compiling const_format_proc_macros v0.2.34
17862026-05-09T15:48:48.388Z Compiling foreign-types v0.3.2
17872026-05-09T15:48:48.464Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17882026-05-09T15:48:48.476Z Compiling konst v0.2.20
17892026-05-09T15:48:48.486Z Compiling globset v0.4.18
17902026-05-09T15:48:48.527Z Compiling snafu v0.8.9
17912026-05-09T15:48:48.573Z Compiling progenitor v0.14.0
17922026-05-09T15:48:48.707Z Compiling csv v1.4.0
17932026-05-09T15:48:48.824Z Compiling qorb v0.4.1
17942026-05-09T15:48:48.871Z Compiling olpc-cjson v0.1.4
17952026-05-09T15:48:49.036Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17962026-05-09T15:48:49.190Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17972026-05-09T15:48:49.384Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17982026-05-09T15:48:49.384Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17992026-05-09T15:48:49.747Z Compiling rayon v1.12.0
18002026-05-09T15:48:49.951Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18012026-05-09T15:48:50.457Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18022026-05-09T15:48:50.706Z Compiling phf v0.12.1
18032026-05-09T15:48:50.860Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18042026-05-09T15:48:51.124Z Compiling zone_cfg_derive v0.3.1
18052026-05-09T15:48:51.209Z Compiling tokio-dtrace v0.1.1
18062026-05-09T15:48:51.353Z Compiling itertools v0.12.1
18072026-05-09T15:48:51.392Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18082026-05-09T15:48:51.482Z Compiling typify-impl v0.4.3
18092026-05-09T15:48:51.560Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18102026-05-09T15:48:51.591Z Compiling libsw-core v0.3.2
18112026-05-09T15:48:51.761Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18122026-05-09T15:48:51.815Z Compiling serde_plain v1.0.2
18132026-05-09T15:48:51.829Z Compiling openssl-macros v0.1.1
18142026-05-09T15:48:52.025Z Compiling pem v3.0.6
18152026-05-09T15:48:52.127Z Compiling cookie v0.18.1
18162026-05-09T15:48:52.161Z Compiling sigpipe v0.1.3
18172026-05-09T15:48:52.251Z Compiling jiff v0.2.24
18182026-05-09T15:48:52.322Z Compiling fixedbitset v0.4.2
18192026-05-09T15:48:52.374Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18202026-05-09T15:48:52.408Z Compiling typed-path v0.9.3
18212026-05-09T15:48:52.558Z Compiling fixedbitset v0.5.7
18222026-05-09T15:48:52.570Z Compiling glob v0.3.3
18232026-05-09T15:48:52.627Z Compiling petgraph v0.6.5
18242026-05-09T15:48:52.668Z Compiling zone v0.3.1
18252026-05-09T15:48:52.887Z Compiling petgraph v0.8.3
18262026-05-09T15:48:53.465Z Compiling tough v0.20.0
18272026-05-09T15:48:53.730Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18282026-05-09T15:48:54.115Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18292026-05-09T15:48:54.369Z Compiling libsw v3.5.0
18302026-05-09T15:48:54.557Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18312026-05-09T15:48:54.750Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18322026-05-09T15:48:54.815Z Compiling oxide-tokio-rt v0.1.5
18332026-05-09T15:48:55.133Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18342026-05-09T15:48:55.910Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18352026-05-09T15:48:56.337Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18362026-05-09T15:48:56.902Z Compiling const_format v0.2.36
18372026-05-09T15:48:57.121Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18382026-05-09T15:48:57.204Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18392026-05-09T15:48:57.455Z Compiling papergrid v0.11.0
18402026-05-09T15:48:57.752Z Compiling tabled_derive v0.7.0
18412026-05-09T15:48:57.765Z Compiling typify-macro v0.4.3
18422026-05-09T15:48:57.970Z Compiling gethostname v0.5.0
18432026-05-09T15:48:58.014Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18442026-05-09T15:48:58.093Z Compiling libscf-sys v1.2.0
18452026-05-09T15:48:58.177Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18462026-05-09T15:48:58.236Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18472026-05-09T15:48:58.295Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18482026-05-09T15:48:58.415Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18492026-05-09T15:48:58.426Z Compiling bcs v0.1.6
18502026-05-09T15:48:58.723Z Compiling smf v0.2.3
18512026-05-09T15:48:58.743Z Compiling tagptr v0.2.0
18522026-05-09T15:48:58.900Z Compiling smawk v0.3.2
18532026-05-09T15:48:58.989Z Compiling termtree v0.5.1
18542026-05-09T15:48:59.042Z Compiling unicode-linebreak v0.1.5
18552026-05-09T15:48:59.142Z Compiling whoami v1.6.1
18562026-05-09T15:48:59.153Z Compiling linear-map v1.2.0
18572026-05-09T15:48:59.236Z Compiling moka v0.12.15
18582026-05-09T15:48:59.369Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18592026-05-09T15:48:59.410Z Compiling textwrap v0.16.2
18602026-05-09T15:48:59.525Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18612026-05-09T15:48:59.742Z Compiling tabled v0.15.0
18622026-05-09T15:48:59.887Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18632026-05-09T15:48:59.962Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18642026-05-09T15:49:00.126Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18652026-05-09T15:49:00.686Z Compiling steno v0.4.1
18662026-05-09T15:49:01.662Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18672026-05-09T15:49:02.447Z Compiling hickory-proto v0.25.2
18682026-05-09T15:49:02.451Z Compiling humantime v2.3.0
18692026-05-09T15:49:02.627Z Compiling proc-macro-error-attr2 v2.0.0
18702026-05-09T15:49:02.743Z Compiling parking_lot_core v0.8.6
18712026-05-09T15:49:02.918Z Compiling typify v0.4.3
18722026-05-09T15:49:03.018Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18732026-05-09T15:49:03.052Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18742026-05-09T15:49:03.087Z Compiling proc-macro-error2 v2.0.1
18752026-05-09T15:49:03.680Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18762026-05-09T15:49:03.886Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18772026-05-09T15:49:03.917Z Compiling tabled_derive v0.11.0
18782026-05-09T15:49:03.989Z Compiling progenitor-impl v0.11.2
18792026-05-09T15:49:04.267Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18802026-05-09T15:49:04.305Z Compiling papergrid v0.17.0
18812026-05-09T15:49:04.689Z Compiling hickory-resolver v0.25.2
18822026-05-09T15:49:05.188Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
18832026-05-09T15:49:06.029Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18842026-05-09T15:49:06.199Z Compiling testing_table v0.3.0
18852026-05-09T15:49:06.357Z Compiling arc-swap v1.9.1
18862026-05-09T15:49:06.377Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
18872026-05-09T15:49:06.636Z Compiling nom v8.0.0
18882026-05-09T15:49:06.732Z Compiling slog-scope v4.4.1
18892026-05-09T15:49:06.852Z Compiling tabled v0.20.0
18902026-05-09T15:49:06.990Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
18912026-05-09T15:49:07.628Z Compiling progenitor-macro v0.11.2
18922026-05-09T15:49:08.205Z Compiling parking_lot v0.11.2
18932026-05-09T15:49:08.623Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18942026-05-09T15:49:08.880Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18952026-05-09T15:49:08.891Z Compiling progenitor-client v0.11.2
18962026-05-09T15:49:09.016Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18972026-05-09T15:49:09.183Z Compiling fxhash v0.2.1
18982026-05-09T15:49:09.252Z Compiling internet-checksum v0.2.1
18992026-05-09T15:49:09.357Z Compiling sled v0.34.7
19002026-05-09T15:49:09.415Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19012026-05-09T15:49:09.695Z Compiling slog-stdlog v4.1.1
19022026-05-09T15:49:09.929Z Compiling crc8 v0.1.1
19032026-05-09T15:49:10.053Z Compiling slog-envlogger v2.2.0
19042026-05-09T15:49:10.491Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19052026-05-09T15:49:10.590Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19062026-05-09T15:49:10.966Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19072026-05-09T15:49:12.903Z Compiling progenitor v0.11.2
19082026-05-09T15:49:12.995Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19092026-05-09T15:49:13.524Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19102026-05-09T15:49:18.812Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19112026-05-09T15:49:20.456Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19122026-05-09T15:49:21.699Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19132026-05-09T15:49:22.555Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19142026-05-09T15:49:23.346Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19152026-05-09T15:49:24.487Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19162026-05-09T15:49:48.561Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 13s
19172026-05-09T15:49:48.742Z────────────
19182026-05-09T15:49:48.742Z Nextest run ID 08f4c599-bd00-4b47-8e1e-8e06b937b963 with nextest profile: default
19192026-05-09T15:49:48.742Z Starting 7 tests across 1 binary
19202026-05-09T15:49:48.753Z PASS [ 0.010s] mg-lower dendrite::test_tfport_parser
19212026-05-09T15:49:48.756Z PASS [ 0.011s] mg-lower test::sync_prefix_test
19222026-05-09T15:49:48.756Z PASS [ 0.012s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19232026-05-09T15:49:48.756Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19242026-05-09T15:49:48.756Z PASS [ 0.012s] mg-lower test::sync_link_down_test
19252026-05-09T15:49:48.756Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_idempotent
19262026-05-09T15:49:48.756Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_readback
19272026-05-09T15:49:48.756Z────────────
19282026-05-09T15:49:48.756Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19292026-05-09T15:49:48.768Zprocess exited: duration 295266 ms, exit code 0
 
19302026-05-09T15:49:48.775Zfound 0 output files