01KMK9N7W1CE63KJPRJRTT8QBK: test-mg-lower

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

Buildomat Job: 01KMK9PAXCTCVVTYR7SEKCM5CH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:22:53.745Zjob assigned to worker 01KMKAJWJXHEHJS1NDCW64KTAT [factory aws, i-09139489c1873cb84] (queued for 16 m 17 s)
 
22026-03-25T20:23:00.317Zstarting task 0: "setup"
32026-03-25T20:23:00.324Z++ uname -s
42026-03-25T20:23:00.327Z+ kern=SunOS
52026-03-25T20:23:00.327Z+ build_user=build
62026-03-25T20:23:00.327Z+ build_uid=12345
72026-03-25T20:23:00.327Z+ work_dir=/work
82026-03-25T20:23:00.327Z+ input_dir=/input
92026-03-25T20:23:00.327Z+ [[ 0 == 12345 ]]
102026-03-25T20:23:00.327Z+ case "$kern" in
112026-03-25T20:23:00.327Z+ groupadd -g 12345 build
122026-03-25T20:23:00.330Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:23:02.336Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:23:02.498Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:23:02.502Z+ home_fs=zfs
162026-03-25T20:23:02.502Z+ [[ zfs == autofs ]]
172026-03-25T20:23:02.502Z+ mkdir -p /home/build
182026-03-25T20:23:02.502Z+ chown build:build /home/build /work
192026-03-25T20:23:03.503Z+ chmod 0700 /home/build /work
202026-03-25T20:23:03.506Zprocess exited: duration 3187 ms, exit code 0
 
212026-03-25T20:23:03.513Zstarting task 1: "rust-toolchain"
222026-03-25T20:23:03.517Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-25T20:23:03.517Z * rust toolchain channel = "stable"
242026-03-25T20:23:03.517Z * rust toolchain profile = "default"
252026-03-25T20:23:03.517Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-25T20:23:03.517Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-25T20:23:03.518Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-25T20:23:03.521Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:23:03.521Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:23:03.640Zinfo: downloading installer
312026-03-25T20:23:05.038Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:23:05.038Zwarn: /opt/ooce/bin
332026-03-25T20:23:05.038Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:23:05.038Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:23:05.038Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:23:05.038Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:23:05.038Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:23:05.038Zerror: cannot install while Rust is installed
392026-03-25T20:23:05.038Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:23:05.038Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:23:05.038Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:23:05.038Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:23:05.038Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:23:05.065Zinfo: profile set to default
452026-03-25T20:23:05.065Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:23:05.068Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:23:05.218Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:23:05.221Zinfo: downloading 6 components
492026-03-25T20:23:19.835Z
502026-03-25T20:23:19.835Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-25T20:23:19.872Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:23:19.872Z
532026-03-25T20:23:19.872Z
542026-03-25T20:23:19.872ZRust is installed now. Great!
552026-03-25T20:23:19.872Z
562026-03-25T20:23:19.872ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:23:19.872Zenvironment variable. This has not been done automatically.
582026-03-25T20:23:19.872Z
592026-03-25T20:23:19.872ZTo configure your current shell, you need to source
602026-03-25T20:23:19.872Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:23:19.872Z
622026-03-25T20:23:19.872ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:23:19.872Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:23:19.872Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:23:19.872Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:23:19.872Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:23:19.876Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:23:19.876Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:23:19.876Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:23:19.876Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:23:19.969Z+ rustup --version
722026-03-25T20:23:19.979Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:23:19.982Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:23:20.001Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:23:20.004Z+ cargo --version
762026-03-25T20:23:20.016Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:23:20.019Z+ rustc --version
782026-03-25T20:23:20.044Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:23:20.048Zprocess exited: duration 16525 ms, exit code 0
 
802026-03-25T20:23:20.054Zstarting task 2: "authentication"
812026-03-25T20:23:20.071Zprocess exited: duration 16 ms, exit code 0
 
822026-03-25T20:23:20.077Zstarting task 3: "clone repository"
832026-03-25T20:23:20.080Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:23:20.083Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:23:20.125ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:23:20.864Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:23:20.864Z+ git fetch origin 086b615a80659c84d0776ac1f94a5e1795553936
882026-03-25T20:23:21.087ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:23:21.087Z * branch 086b615a80659c84d0776ac1f94a5e1795553936 -> FETCH_HEAD
902026-03-25T20:23:21.093Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
912026-03-25T20:23:21.096Z++ git branch --show-current
922026-03-25T20:23:21.096Z+ current=main
932026-03-25T20:23:21.096Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
942026-03-25T20:23:21.096Z+ git branch -f renovate/oxide-tokio-rt-0.x 086b615a80659c84d0776ac1f94a5e1795553936
952026-03-25T20:23:21.099Z+ git checkout -f renovate/oxide-tokio-rt-0.x
962026-03-25T20:23:21.113ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
972026-03-25T20:23:21.116Z+ git reset --hard 086b615a80659c84d0776ac1f94a5e1795553936
982026-03-25T20:23:21.129ZHEAD is now at 086b615 Update Rust crate oxide-tokio-rt to 0.1.3
992026-03-25T20:23:21.132Zprocess exited: duration 1052 ms, exit code 0
 
1002026-03-25T20:23:21.138Zstarting task 4: "build"
1012026-03-25T20:23:21.141Z+ set -e
1022026-03-25T20:23:21.141Z+ source .github/buildomat/test-common.sh
1032026-03-25T20:23:21.145Z++ NEXTEST_VERSION=0.9.97
1042026-03-25T20:23:21.145Z++ PLATFORM=illumos
1052026-03-25T20:23:21.145Z++ banner install
1062026-03-25T20:23:21.145Z
1072026-03-25T20:23:21.145Z # # # #### ##### ## # #
1082026-03-25T20:23:21.145Z # ## # # # # # # #
1092026-03-25T20:23:21.145Z # # # # #### # # # # #
1102026-03-25T20:23:21.145Z # # # # # # ###### # #
1112026-03-25T20:23:21.145Z # # ## # # # # # # #
1122026-03-25T20:23:21.145Z # # # #### # # # ###### ######
1132026-03-25T20:23:21.145Z
1142026-03-25T20:23:21.145Z++ set +o errexit
1152026-03-25T20:23:21.148Z++ pkg info clang-15
1162026-03-25T20:23:21.148Z++ grep -qi installed
1172026-03-25T20:23:22.354Zpkg: info: no packages matching the following patterns you specified are
1182026-03-25T20:23:22.355Zinstalled on the system. Try querying remotely instead:
1192026-03-25T20:23:22.355Z
1202026-03-25T20:23:22.355Z clang-15
1212026-03-25T20:23:22.392Z++ [[ 1 != 0 ]]
1222026-03-25T20:23:22.392Z++ set -o errexit
1232026-03-25T20:23:22.401Z++ pfexec pkg install clang-15
1242026-03-25T20:23:28.516Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-25T20:23:35.769Z Startup: Caching catalogs ... Done
1262026-03-25T20:23:39.469ZPlanning: Solver setup ... Done
1272026-03-25T20:23:39.486ZPlanning: Running solver ... Done
1282026-03-25T20:23:39.599ZPlanning: Finding local manifests ... Done
1292026-03-25T20:23:39.626ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-25T20:23:39.731ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-25T20:23:39.760ZPlanning: Package planning ... Done
1322026-03-25T20:23:39.789ZPlanning: Merging actions ... Done
1332026-03-25T20:23:39.899ZPlanning: Checking for conflicting actions ... Done
1342026-03-25T20:23:39.906ZPlanning: Consolidating action changes ... Done
1352026-03-25T20:23:40.624ZPlanning: Evaluating mediators ... Done
1362026-03-25T20:23:40.629ZPlanning: Planning completed in 4.70 seconds
1372026-03-25T20:23:40.644Z Packages to install: 2
1382026-03-25T20:23:40.644Z Mediators to change: 2
1392026-03-25T20:23:40.647Z Services to change: 1
1402026-03-25T20:23:40.647Z Create boot environment: No
1412026-03-25T20:23:40.647ZCreate backup boot environment: No
1422026-03-25T20:23:40.692Z
1432026-03-25T20:23:40.692ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-25T20:23:46.782ZDownload: 981/3076 items 82.2/211.3MB 38% complete (26.1M/s)
1452026-03-25T20:23:53.004ZDownload: 2006/3076 items 117.6/211.3MB 55% complete (12.8M/s)
1462026-03-25T20:23:59.408ZDownload: 2007/3076 items 117.7/211.3MB 55% complete (12.5M/s)
1472026-03-25T20:24:02.133ZDownload: Completed 211.31 MB in 21.44 seconds (9.9M/s)
1482026-03-25T20:24:02.383Z Actions: 1/3418 actions (Installing new actions)
1492026-03-25T20:24:05.602Z Actions: Completed 3418 actions in 3.22 seconds.
1502026-03-25T20:24:07.564Z Done
1512026-03-25T20:24:07.564Z Done
1522026-03-25T20:24:07.628Z Done
1532026-03-25T20:24:09.949Z Done
1542026-03-25T20:24:10.021Z Done
1552026-03-25T20:24:10.025Z Done
1562026-03-25T20:24:10.188Z Done
1572026-03-25T20:24:10.825Z++ set -o errexit
1582026-03-25T20:24:10.826Z++ cargo --version
1592026-03-25T20:24:10.829Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1602026-03-25T20:24:10.973Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1612026-03-25T20:24:10.976Zinfo: downloading 6 components
1622026-03-25T20:24:27.076Zcargo 1.94.0 (85eff7c80 2026-01-15)
1632026-03-25T20:24:27.079Z++ rustc --version
1642026-03-25T20:24:27.107Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1652026-03-25T20:24:27.111Z++ cargo install cargo-nextest --version 0.9.97
1662026-03-25T20:24:27.154Z Updating crates.io index
1672026-03-25T20:24:27.264Z Downloading crates ...
1682026-03-25T20:24:27.320Z Downloaded cargo-nextest v0.9.97
1692026-03-25T20:24:27.384Z Installing cargo-nextest v0.9.97
1702026-03-25T20:24:27.426Z Updating crates.io index
1712026-03-25T20:24:30.229Z Locking 408 packages to latest compatible versions
1722026-03-25T20:24:30.238Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-03-25T20:24:30.238Z Adding duct v0.13.7 (available: v1.1.1)
1742026-03-25T20:24:30.238Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-03-25T20:24:30.238Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-03-25T20:24:30.244Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1772026-03-25T20:24:30.244Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1782026-03-25T20:24:30.244Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1792026-03-25T20:24:30.244Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1802026-03-25T20:24:30.244Z Adding quick-junit v0.5.2 (available: v0.6.0)
1812026-03-25T20:24:30.261Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1822026-03-25T20:24:30.270Z Downloading crates ...
1832026-03-25T20:24:30.338Z Downloaded adler2 v2.0.1
1842026-03-25T20:24:30.341Z Downloaded anstyle-parse v1.0.0
1852026-03-25T20:24:30.346Z Downloaded autocfg v1.5.0
1862026-03-25T20:24:30.349Z Downloaded crc32fast v1.5.0
1872026-03-25T20:24:30.352Z Downloaded debug-ignore v1.0.5
1882026-03-25T20:24:30.355Z Downloaded hex v0.4.3
1892026-03-25T20:24:30.355Z Downloaded equivalent v1.0.2
1902026-03-25T20:24:30.359Z Downloaded idna_adapter v1.0.0
1912026-03-25T20:24:30.367Z Downloaded http-body-util v0.1.3
1922026-03-25T20:24:30.369Z Downloaded indent_write v2.2.0
1932026-03-25T20:24:30.369Z Downloaded clap_derive v4.6.0
1942026-03-25T20:24:30.373Z Downloaded home v0.5.12
1952026-03-25T20:24:30.373Z Downloaded future-queue v0.4.0
1962026-03-25T20:24:30.373Z Downloaded filetime v0.2.27
1972026-03-25T20:24:30.376Z Downloaded ed25519 v2.2.3
1982026-03-25T20:24:30.376Z Downloaded base64ct v1.8.3
1992026-03-25T20:24:30.378Z Downloaded anstream v1.0.0
2002026-03-25T20:24:30.381Z Downloaded getrandom v0.4.2
2012026-03-25T20:24:30.384Z Downloaded miette v7.6.0
2022026-03-25T20:24:30.387Z Downloaded foreign-types v0.3.2
2032026-03-25T20:24:30.387Z Downloaded clap_lex v1.1.0
2042026-03-25T20:24:30.387Z Downloaded bitflags v2.11.0
2052026-03-25T20:24:30.390Z Downloaded enable-ansi-support v0.2.1
2062026-03-25T20:24:30.390Z Downloaded nextest-runner v0.80.0
2072026-03-25T20:24:30.398Z Downloaded serde-untagged v0.1.9
2082026-03-25T20:24:30.401Z Downloaded once_cell v1.21.4
2092026-03-25T20:24:30.401Z Downloaded futures-macro v0.3.32
2102026-03-25T20:24:30.404Z Downloaded anstyle-query v1.1.5
2112026-03-25T20:24:30.404Z Downloaded futures-io v0.3.32
2122026-03-25T20:24:30.404Z Downloaded atomicwrites v0.4.4
2132026-03-25T20:24:30.408Z Downloaded ahash v0.8.12
2142026-03-25T20:24:30.408Z Downloaded addr2line v0.25.1
2152026-03-25T20:24:30.410Z Downloaded fnv v1.0.7
2162026-03-25T20:24:30.410Z Downloaded colorchoice v1.0.5
2172026-03-25T20:24:30.411Z Downloaded cfg_aliases v0.2.1
2182026-03-25T20:24:30.413Z Downloaded cpufeatures v0.2.17
2192026-03-25T20:24:30.413Z Downloaded fastrand v2.3.0
2202026-03-25T20:24:30.414Z Downloaded openssl-macros v0.1.1
2212026-03-25T20:24:30.414Z Downloaded errno v0.3.14
2222026-03-25T20:24:30.416Z Downloaded parking_lot v0.12.5
2232026-03-25T20:24:30.417Z Downloaded is_ci v1.2.0
2242026-03-25T20:24:30.419Z Downloaded foreign-types-shared v0.1.1
2252026-03-25T20:24:30.419Z Downloaded indenter v0.3.4
2262026-03-25T20:24:30.419Z Downloaded bytes v1.11.1
2272026-03-25T20:24:30.422Z Downloaded parking_lot_core v0.9.12
2282026-03-25T20:24:30.425Z Downloaded pin-project-lite v0.2.17
2292026-03-25T20:24:30.428Z Downloaded openssl-probe v0.2.1
2302026-03-25T20:24:30.428Z Downloaded guppy-workspace-hack v0.1.0
2312026-03-25T20:24:30.428Z Downloaded cargo-platform v0.3.2
2322026-03-25T20:24:30.430Z Downloaded newtype-uuid v1.3.2
2332026-03-25T20:24:30.431Z Downloaded crypto-common v0.1.7
2342026-03-25T20:24:30.431Z Downloaded nested v0.1.1
2352026-03-25T20:24:30.435Z Downloaded percent-encoding v2.3.2
2362026-03-25T20:24:30.435Z Downloaded humantime-serde v1.1.1
2372026-03-25T20:24:30.435Z Downloaded mukti-metadata v0.3.0
2382026-03-25T20:24:30.435Z Downloaded futures-core v0.3.32
2392026-03-25T20:24:30.439Z Downloaded lru-slab v0.1.2
2402026-03-25T20:24:30.439Z Downloaded http-body v1.0.1
2412026-03-25T20:24:30.439Z Downloaded rustc_version v0.4.1
2422026-03-25T20:24:30.439Z Downloaded number_prefix v0.4.0
2432026-03-25T20:24:30.439Z Downloaded native-tls v0.2.18
2442026-03-25T20:24:30.439Z Downloaded async-scoped v0.9.0
2452026-03-25T20:24:30.442Z Downloaded cargo-platform v0.2.0
2462026-03-25T20:24:30.443Z Downloaded block-buffer v0.10.4
2472026-03-25T20:24:30.443Z Downloaded backtrace-ext v0.2.1
2482026-03-25T20:24:30.443Z Downloaded base64 v0.22.1
2492026-03-25T20:24:30.446Z Downloaded cargo-util-schemas v0.2.0
2502026-03-25T20:24:30.450Z Downloaded rustc-hash v2.1.1
2512026-03-25T20:24:30.453Z Downloaded lazy_static v1.5.0
2522026-03-25T20:24:30.456Z Downloaded pin-utils v0.1.0
2532026-03-25T20:24:30.459Z Downloaded scopeguard v1.2.0
2542026-03-25T20:24:30.459Z Downloaded futures-task v0.3.32
2552026-03-25T20:24:30.459Z Downloaded document-features v0.2.12
2562026-03-25T20:24:30.464Z Downloaded itoa v1.0.18
2572026-03-25T20:24:30.468Z Downloaded heck v0.5.0
2582026-03-25T20:24:30.468Z Downloaded form_urlencoded v1.2.2
2592026-03-25T20:24:30.468Z Downloaded ordered-float v2.10.1
2602026-03-25T20:24:30.472Z Downloaded os_pipe v1.2.3
2612026-03-25T20:24:30.476Z Downloaded generic-array v0.14.7
2622026-03-25T20:24:30.485Z Downloaded is_terminal_polyfill v1.70.2
2632026-03-25T20:24:30.485Z Downloaded ppv-lite86 v0.2.21
2642026-03-25T20:24:30.488Z Downloaded rand_chacha v0.9.0
2652026-03-25T20:24:30.488Z Downloaded serde-value v0.7.0
2662026-03-25T20:24:30.488Z Downloaded color-spantrace v0.3.0
2672026-03-25T20:24:30.488Z Downloaded cfg-if v1.0.4
2682026-03-25T20:24:30.488Z Downloaded quinn-udp v0.5.14
2692026-03-25T20:24:30.488Z Downloaded shared_child v1.1.1
2702026-03-25T20:24:30.493Z Downloaded curve25519-dalek-derive v0.1.1
2712026-03-25T20:24:30.493Z Downloaded futures-sink v0.3.32
2722026-03-25T20:24:30.493Z Downloaded serde_urlencoded v0.7.1
2732026-03-25T20:24:30.493Z Downloaded serde_ignored v0.1.14
2742026-03-25T20:24:30.493Z Downloaded nextest-workspace-hack v0.1.0
2752026-03-25T20:24:30.497Z Downloaded hyper-tls v0.6.0
2762026-03-25T20:24:30.497Z Downloaded futures-executor v0.3.32
2772026-03-25T20:24:30.504Z Downloaded cargo_metadata v0.23.1
2782026-03-25T20:24:30.504Z Downloaded globset v0.4.18
2792026-03-25T20:24:30.519Z Downloaded foldhash v0.1.5
2802026-03-25T20:24:30.520Z Downloaded supports-hyperlinks v3.2.0
2812026-03-25T20:24:30.523Z Downloaded either v1.15.0
2822026-03-25T20:24:30.523Z Downloaded terminal_size v0.4.4
2832026-03-25T20:24:30.523Z Downloaded target-spec-miette v0.4.5
2842026-03-25T20:24:30.523Z Downloaded tinyvec_macros v0.1.1
2852026-03-25T20:24:30.523Z Downloaded serde_spanned v0.6.9
2862026-03-25T20:24:30.523Z Downloaded cargo_metadata v0.20.0
2872026-03-25T20:24:30.523Z Downloaded signal-hook-mio v0.2.5
2882026-03-25T20:24:30.523Z Downloaded sigchld v0.2.4
2892026-03-25T20:24:30.523Z Downloaded nextest-metadata v0.12.2
2902026-03-25T20:24:30.523Z Downloaded shell-words v1.1.1
2912026-03-25T20:24:30.530Z Downloaded supports-color v3.0.2
2922026-03-25T20:24:30.530Z Downloaded strip-ansi-escapes v0.2.1
2932026-03-25T20:24:30.530Z Downloaded signature v2.2.0
2942026-03-25T20:24:30.530Z Downloaded pkcs8 v0.10.2
2952026-03-25T20:24:30.530Z Downloaded strsim v0.11.1
2962026-03-25T20:24:30.533Z Downloaded quote v1.0.45
2972026-03-25T20:24:30.533Z Downloaded sync_wrapper v1.0.2
2982026-03-25T20:24:30.533Z Downloaded swrite v0.1.0
2992026-03-25T20:24:30.536Z Downloaded supports-unicode v3.0.0
3002026-03-25T20:24:30.537Z Downloaded subtle v2.6.1
3012026-03-25T20:24:30.537Z Downloaded humantime v2.3.0
3022026-03-25T20:24:30.537Z Downloaded pathdiff v0.2.3
3032026-03-25T20:24:30.543Z Downloaded miniz_oxide v0.8.9
3042026-03-25T20:24:30.543Z Downloaded pin-project-internal v1.1.11
3052026-03-25T20:24:30.549Z Downloaded owo-colors v4.3.0
3062026-03-25T20:24:30.549Z Downloaded miette-derive v7.6.0
3072026-03-25T20:24:30.549Z Downloaded self-replace v1.5.0
3082026-03-25T20:24:30.550Z Downloaded find-msvc-tools v0.1.9
3092026-03-25T20:24:30.550Z Downloaded dialoguer v0.11.0
3102026-03-25T20:24:30.550Z Downloaded toml_write v0.1.2
3112026-03-25T20:24:30.557Z Downloaded anstyle v1.0.14
3122026-03-25T20:24:30.557Z Downloaded httparse v1.10.1
3132026-03-25T20:24:30.557Z Downloaded camino-tempfile v1.4.1
3142026-03-25T20:24:30.557Z Downloaded toml_datetime v0.6.11
3152026-03-25T20:24:30.557Z Downloaded duct v0.13.7
3162026-03-25T20:24:30.557Z Downloaded sha2 v0.10.9
3172026-03-25T20:24:30.560Z Downloaded rand_core v0.9.5
3182026-03-25T20:24:30.560Z Downloaded tower-layer v0.3.3
3192026-03-25T20:24:30.565Z Downloaded rustc-demangle v0.1.27
3202026-03-25T20:24:30.573Z Downloaded serde_path_to_error v0.1.20
3212026-03-25T20:24:30.573Z Downloaded digest v0.10.7
3222026-03-25T20:24:30.573Z Downloaded console v0.15.11
3232026-03-25T20:24:30.573Z Downloaded serde_spanned v1.1.0
3242026-03-25T20:24:30.581Z Downloaded getrandom v0.2.17
3252026-03-25T20:24:30.581Z Downloaded slab v0.4.12
3262026-03-25T20:24:30.582Z Downloaded erased-serde v0.4.10
3272026-03-25T20:24:30.585Z Downloaded const-oid v0.9.6
3282026-03-25T20:24:30.585Z Downloaded atomic-waker v1.1.2
3292026-03-25T20:24:30.585Z Downloaded pkg-config v0.3.32
3302026-03-25T20:24:30.585Z Downloaded static_assertions v1.1.0
3312026-03-25T20:24:30.585Z Downloaded tower-service v0.3.3
3322026-03-25T20:24:30.585Z Downloaded fixedbitset v0.5.7
3332026-03-25T20:24:30.591Z Downloaded target-spec v3.5.7
3342026-03-25T20:24:30.591Z Downloaded thiserror-impl v2.0.18
3352026-03-25T20:24:30.600Z Downloaded typeid v1.0.3
3362026-03-25T20:24:30.600Z Downloaded tracing-error v0.2.1
3372026-03-25T20:24:30.600Z Downloaded try-lock v0.2.5
3382026-03-25T20:24:30.600Z Downloaded semver v1.0.27
3392026-03-25T20:24:30.603Z Downloaded untrusted v0.9.0
3402026-03-25T20:24:30.603Z Downloaded utf8parse v0.2.2
3412026-03-25T20:24:30.604Z Downloaded spki v0.7.3
3422026-03-25T20:24:30.604Z Downloaded unicode-linebreak v0.1.5
3432026-03-25T20:24:30.604Z Downloaded smol_str v0.3.6
3442026-03-25T20:24:30.604Z Downloaded urlencoding v2.1.3
3452026-03-25T20:24:30.607Z Downloaded shlex v1.3.0
3462026-03-25T20:24:30.607Z Downloaded utf8_iter v1.0.4
3472026-03-25T20:24:30.607Z Downloaded unicode-xid v0.2.6
3482026-03-25T20:24:30.613Z Downloaded tokio-native-tls v0.3.1
3492026-03-25T20:24:30.614Z Downloaded version_check v0.9.5
3502026-03-25T20:24:30.614Z Downloaded thiserror-impl v1.0.69
3512026-03-25T20:24:30.614Z Downloaded thiserror v2.0.18
3522026-03-25T20:24:30.617Z Downloaded lock_api v0.4.14
3532026-03-25T20:24:30.618Z Downloaded ipnet v2.12.0
3542026-03-25T20:24:30.622Z Downloaded futures-channel v0.3.32
3552026-03-25T20:24:30.622Z Downloaded cfg-expr v0.20.7
3562026-03-25T20:24:30.637Z Downloaded eyre v0.6.12
3572026-03-25T20:24:30.637Z Downloaded litrs v1.0.0
3582026-03-25T20:24:30.637Z Downloaded jobserver v0.1.34
3592026-03-25T20:24:30.640Z Downloaded iana-time-zone v0.1.65
3602026-03-25T20:24:30.640Z Downloaded target-lexicon v0.13.3
3612026-03-25T20:24:30.640Z Downloaded want v0.3.1
3622026-03-25T20:24:30.640Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3632026-03-25T20:24:30.640Z Downloaded nextest-filtering v0.15.0
3642026-03-25T20:24:30.640Z Downloaded thiserror v1.0.69
3652026-03-25T20:24:30.646Z Downloaded rustls-pki-types v1.14.0
3662026-03-25T20:24:30.654Z Downloaded http v1.4.0
3672026-03-25T20:24:30.658Z Downloaded rand_core v0.6.4
3682026-03-25T20:24:30.658Z Downloaded futures v0.3.32
3692026-03-25T20:24:30.658Z Downloaded camino v1.2.2
3702026-03-25T20:24:30.662Z Downloaded tracing-log v0.2.0
3712026-03-25T20:24:30.662Z Downloaded tokio-rustls v0.26.4
3722026-03-25T20:24:30.662Z Downloaded tempfile v3.27.0
3732026-03-25T20:24:30.666Z Downloaded self_update v0.42.0
3742026-03-25T20:24:30.666Z Downloaded unicase v2.9.0
3752026-03-25T20:24:30.670Z Downloaded tokio-macros v2.6.1
3762026-03-25T20:24:30.670Z Downloaded smallvec v1.15.1
3772026-03-25T20:24:30.670Z Downloaded simd-adler32 v0.3.8
3782026-03-25T20:24:30.670Z Downloaded signal-hook-registry v1.4.8
3792026-03-25T20:24:30.677Z Downloaded mio v1.1.1
3802026-03-25T20:24:30.677Z Downloaded serde_core v1.0.228
3812026-03-25T20:24:30.682Z Downloaded derive-where v1.6.1
3822026-03-25T20:24:30.682Z Downloaded pin-project v1.1.11
3832026-03-25T20:24:30.693Z Downloaded tokio-stream v0.1.18
3842026-03-25T20:24:30.697Z Downloaded serde_derive v1.0.228
3852026-03-25T20:24:30.697Z Downloaded toml_writer v1.1.0+spec-1.1.0
3862026-03-25T20:24:30.697Z Downloaded thread_local v1.1.9
3872026-03-25T20:24:30.697Z Downloaded toml v0.8.23
3882026-03-25T20:24:30.697Z Downloaded convert_case v0.10.0
3892026-03-25T20:24:30.697Z Downloaded zeroize v1.8.2
3902026-03-25T20:24:30.697Z Downloaded getrandom v0.3.4
3912026-03-25T20:24:30.701Z Downloaded xattr v1.6.1
3922026-03-25T20:24:30.701Z Downloaded xxhash-rust v0.8.15
3932026-03-25T20:24:30.701Z Downloaded log v0.4.29
3942026-03-25T20:24:30.704Z Downloaded zstd-safe v7.2.4
3952026-03-25T20:24:30.704Z Downloaded zipsign-api v0.1.5
3962026-03-25T20:24:30.704Z Downloaded tracing-attributes v0.1.31
3972026-03-25T20:24:30.709Z Downloaded zmij v1.0.21
3982026-03-25T20:24:30.709Z Downloaded hyper-rustls v0.27.7
3992026-03-25T20:24:30.709Z Downloaded quick-junit v0.5.2
4002026-03-25T20:24:30.709Z Downloaded clap v4.6.0
4012026-03-25T20:24:30.715Z Downloaded signal-hook v0.3.18
4022026-03-25T20:24:30.719Z Downloaded sharded-slab v0.1.7
4032026-03-25T20:24:30.722Z Downloaded num-traits v0.2.19
4042026-03-25T20:24:30.722Z Downloaded ryu v1.0.23
4052026-03-25T20:24:30.722Z Downloaded socket2 v0.6.3
4062026-03-25T20:24:30.725Z Downloaded config v0.15.22
4072026-03-25T20:24:30.728Z Downloaded openssl-sys v0.9.112
4082026-03-25T20:24:30.735Z Downloaded toml v1.1.0+spec-1.1.0
4092026-03-25T20:24:30.738Z Downloaded textwrap v0.16.2
4102026-03-25T20:24:30.738Z Downloaded tinyvec v1.11.0
4112026-03-25T20:24:30.738Z Downloaded derive_more v2.1.1
4122026-03-25T20:24:30.745Z Downloaded zstd v0.13.3
4132026-03-25T20:24:30.754Z Downloaded toml_parser v1.1.0+spec-1.1.0
4142026-03-25T20:24:30.754Z Downloaded borsh v1.6.1
4152026-03-25T20:24:30.760Z Downloaded uuid v1.22.0
4162026-03-25T20:24:30.760Z Downloaded tracing-core v0.1.36
4172026-03-25T20:24:30.760Z Downloaded indicatif v0.17.11
4182026-03-25T20:24:30.768Z Downloaded serde v1.0.228
4192026-03-25T20:24:30.768Z Downloaded cc v1.2.57
4202026-03-25T20:24:30.768Z Downloaded tar v0.4.45
4212026-03-25T20:24:30.768Z Downloaded toml_edit v0.22.27
4222026-03-25T20:24:30.771Z Downloaded quinn v0.11.9
4232026-03-25T20:24:30.771Z Downloaded ed25519-dalek v2.2.0
4242026-03-25T20:24:30.771Z Downloaded rustls-webpki v0.103.10
4252026-03-25T20:24:30.772Z Downloaded proc-macro2 v1.0.106
4262026-03-25T20:24:30.774Z Downloaded derive_more-impl v2.1.1
4272026-03-25T20:24:30.777Z Downloaded flate2 v1.1.9
4282026-03-25T20:24:30.779Z Downloaded vte v0.14.1
4292026-03-25T20:24:30.779Z Downloaded backtrace v0.3.76
4302026-03-25T20:24:30.784Z Downloaded der v0.7.10
4312026-03-25T20:24:30.802Z Downloaded unicode-ident v1.0.24
4322026-03-25T20:24:30.806Z Downloaded typenum v1.19.0
4332026-03-25T20:24:30.810Z Downloaded crossterm v0.29.0
4342026-03-25T20:24:30.816Z Downloaded memchr v2.8.0
4352026-03-25T20:24:30.820Z Downloaded rand v0.9.2
4362026-03-25T20:24:30.820Z Downloaded hyper-util v0.1.20
4372026-03-25T20:24:30.828Z Downloaded indexmap v2.13.0
4382026-03-25T20:24:30.833Z Downloaded url v2.5.8
4392026-03-25T20:24:30.856Z Downloaded ron v0.12.0
4402026-03-25T20:24:30.861Z Downloaded unicode-segmentation v1.13.1
4412026-03-25T20:24:30.865Z Downloaded tower v0.5.3
4422026-03-25T20:24:30.873Z Downloaded hashbrown v0.15.5
4432026-03-25T20:24:30.878Z Downloaded clap_builder v4.6.0
4442026-03-25T20:24:30.882Z Downloaded itertools v0.14.0
4452026-03-25T20:24:30.886Z Downloaded portable-atomic v1.13.1
4462026-03-25T20:24:30.892Z Downloaded idna v1.1.0
4472026-03-25T20:24:30.898Z Downloaded guppy v0.17.25
4482026-03-25T20:24:30.898Z Downloaded reqwest v0.12.28
4492026-03-25T20:24:30.902Z Downloaded aho-corasick v1.1.4
4502026-03-25T20:24:30.911Z Downloaded unicode-normalization v0.1.25
4512026-03-25T20:24:30.911Z Downloaded hashbrown v0.16.1
4522026-03-25T20:24:30.914Z Downloaded serde_json v1.0.149
4532026-03-25T20:24:30.914Z Downloaded regex v1.12.3
4542026-03-25T20:24:30.918Z Downloaded tokio-util v0.7.18
4552026-03-25T20:24:30.918Z Downloaded pulldown-cmark v0.13.3
4562026-03-25T20:24:30.921Z Downloaded h2 v0.4.13
4572026-03-25T20:24:30.928Z Downloaded hyper v1.8.1
4582026-03-25T20:24:30.934Z Downloaded iri-string v0.7.11
4592026-03-25T20:24:30.941Z Downloaded tower-http v0.6.8
4602026-03-25T20:24:30.945Z Downloaded futures-util v0.3.32
4612026-03-25T20:24:30.951Z Downloaded winnow v0.7.15
4622026-03-25T20:24:30.957Z Downloaded chrono v0.4.44
4632026-03-25T20:24:30.982Z Downloaded quick-xml v0.37.5
4642026-03-25T20:24:30.985Z Downloaded vcpkg v0.2.15
4652026-03-25T20:24:31.006Z Downloaded winnow v1.0.0
4662026-03-25T20:24:31.012Z Downloaded gimli v0.32.3
4672026-03-25T20:24:31.016Z Downloaded curve25519-dalek v4.1.3
4682026-03-25T20:24:31.020Z Downloaded bstr v1.12.1
4692026-03-25T20:24:31.025Z Downloaded webpki-roots v1.0.6
4702026-03-25T20:24:31.025Z Downloaded syn v2.0.117
4712026-03-25T20:24:31.034Z Downloaded unicode-width v0.2.2
4722026-03-25T20:24:31.039Z Downloaded quick-xml v0.38.4
4732026-03-25T20:24:31.047Z Downloaded tracing-subscriber v0.3.23
4742026-03-25T20:24:31.061Z Downloaded quinn-proto v0.11.14
4752026-03-25T20:24:31.067Z Downloaded tracing v0.1.44
4762026-03-25T20:24:31.079Z Downloaded color-eyre v0.6.5
4772026-03-25T20:24:31.090Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4782026-03-25T20:24:31.101Z Downloaded openssl v0.10.76
4792026-03-25T20:24:31.111Z Downloaded zerocopy v0.8.47
4802026-03-25T20:24:31.119Z Downloaded regex-syntax v0.8.10
4812026-03-25T20:24:31.122Z Downloaded nix v0.30.1
4822026-03-25T20:24:31.125Z Downloaded unicode-width v0.1.14
4832026-03-25T20:24:31.128Z Downloaded object v0.37.3
4842026-03-25T20:24:31.156Z Downloaded rustls v0.23.37
4852026-03-25T20:24:31.164Z Downloaded rustix v0.38.44
4862026-03-25T20:24:31.172Z Downloaded rustix v1.1.4
4872026-03-25T20:24:31.259Z Downloaded regex-automata v0.4.14
4882026-03-25T20:24:31.295Z Downloaded petgraph v0.8.3
4892026-03-25T20:24:31.305Z Downloaded libc v0.2.183
4902026-03-25T20:24:31.322Z Downloaded tokio v1.50.0
4912026-03-25T20:24:31.393Z Downloaded recursion v0.5.4
4922026-03-25T20:24:31.401Z Downloaded ring v0.17.14
4932026-03-25T20:24:31.467Z Compiling libc v0.2.183
4942026-03-25T20:24:31.467Z Compiling proc-macro2 v1.0.106
4952026-03-25T20:24:31.475Z Compiling unicode-ident v1.0.24
4962026-03-25T20:24:31.475Z Compiling quote v1.0.45
4972026-03-25T20:24:31.475Z Compiling serde_core v1.0.228
4982026-03-25T20:24:31.475Z Compiling cfg-if v1.0.4
4992026-03-25T20:24:31.476Z Compiling memchr v2.8.0
5002026-03-25T20:24:31.476Z Compiling once_cell v1.21.4
5012026-03-25T20:24:31.659Z Compiling log v0.4.29
5022026-03-25T20:24:31.712Z Compiling pin-project-lite v0.2.17
5032026-03-25T20:24:31.804Z Compiling itoa v1.0.18
5042026-03-25T20:24:31.865Z Compiling serde v1.0.228
5052026-03-25T20:24:32.083Z Compiling futures-core v0.3.32
5062026-03-25T20:24:32.191Z Compiling smallvec v1.15.1
5072026-03-25T20:24:32.342Z Compiling bitflags v2.11.0
5082026-03-25T20:24:32.372Z Compiling equivalent v1.0.2
5092026-03-25T20:24:32.406Z Compiling find-msvc-tools v0.1.9
5102026-03-25T20:24:32.822Z Compiling shlex v1.3.0
5112026-03-25T20:24:32.844Z Compiling jobserver v0.1.34
5122026-03-25T20:24:32.844Z Compiling hashbrown v0.16.1
5132026-03-25T20:24:32.844Z Compiling bytes v1.11.1
5142026-03-25T20:24:32.844Z Compiling rustix v1.1.4
5152026-03-25T20:24:32.844Z Compiling futures-sink v0.3.32
5162026-03-25T20:24:32.902Z Compiling errno v0.3.14
5172026-03-25T20:24:32.929Z Compiling cc v1.2.57
5182026-03-25T20:24:32.962Z Compiling signal-hook-registry v1.4.8
5192026-03-25T20:24:33.054Z Compiling mio v1.1.1
5202026-03-25T20:24:33.244Z Compiling syn v2.0.117
5212026-03-25T20:24:33.328Z Compiling socket2 v0.6.3
5222026-03-25T20:24:33.519Z Compiling slab v0.4.12
5232026-03-25T20:24:33.611Z Compiling zmij v1.0.21
5242026-03-25T20:24:33.717Z Compiling futures-channel v0.3.32
5252026-03-25T20:24:33.830Z Compiling tracing-core v0.1.36
5262026-03-25T20:24:33.954Z Compiling version_check v0.9.5
5272026-03-25T20:24:33.983Z Compiling serde_json v1.0.149
5282026-03-25T20:24:34.217Z Compiling futures-task v0.3.32
5292026-03-25T20:24:34.242Z Compiling indexmap v2.13.0
5302026-03-25T20:24:34.255Z Compiling futures-io v0.3.32
5312026-03-25T20:24:34.408Z Compiling getrandom v0.4.2
5322026-03-25T20:24:34.453Z Compiling camino v1.2.2
5332026-03-25T20:24:34.542Z Compiling unicode-width v0.2.2
5342026-03-25T20:24:34.838Z Compiling ring v0.17.14
5352026-03-25T20:24:35.049Z Compiling http v1.4.0
5362026-03-25T20:24:35.054Z Compiling percent-encoding v2.3.2
5372026-03-25T20:24:35.054Z Compiling simd-adler32 v0.3.8
5382026-03-25T20:24:35.125Z Compiling zeroize v1.8.2
5392026-03-25T20:24:35.156Z Compiling adler2 v2.0.1
5402026-03-25T20:24:35.316Z Compiling autocfg v1.5.0
5412026-03-25T20:24:35.316Z Compiling miniz_oxide v0.8.9
5422026-03-25T20:24:35.660Z Compiling num-traits v0.2.19
5432026-03-25T20:24:35.776Z Compiling object v0.37.3
5442026-03-25T20:24:35.882Z Compiling target-lexicon v0.13.3
5452026-03-25T20:24:35.943Z Compiling zerocopy v0.8.47
5462026-03-25T20:24:36.054Z Compiling getrandom v0.3.4
5472026-03-25T20:24:36.399Z Compiling http-body v1.0.1
5482026-03-25T20:24:36.410Z Compiling rustls-pki-types v1.14.0
5492026-03-25T20:24:36.550Z Compiling semver v1.0.27
5502026-03-25T20:24:36.563Z Compiling getrandom v0.2.17
5512026-03-25T20:24:36.667Z Compiling gimli v0.32.3
5522026-03-25T20:24:36.718Z Compiling untrusted v0.9.0
5532026-03-25T20:24:36.751Z Compiling thiserror v2.0.18
5542026-03-25T20:24:36.853Z Compiling owo-colors v4.3.0
5552026-03-25T20:24:36.941Z Compiling serde_derive v1.0.228
5562026-03-25T20:24:36.961Z Compiling tokio-macros v2.6.1
5572026-03-25T20:24:37.088Z Compiling futures-macro v0.3.32
5582026-03-25T20:24:37.172Z Compiling tracing-attributes v0.1.31
5592026-03-25T20:24:37.204Z Compiling signal-hook v0.3.18
5602026-03-25T20:24:37.269Z Compiling typenum v1.19.0
5612026-03-25T20:24:37.421Z Compiling guppy-workspace-hack v0.1.0
5622026-03-25T20:24:37.586Z Compiling fnv v1.0.7
5632026-03-25T20:24:37.628Z Compiling httparse v1.10.1
5642026-03-25T20:24:37.780Z Compiling tokio v1.50.0
5652026-03-25T20:24:37.896Z Compiling futures-util v0.3.32
5662026-03-25T20:24:37.993Z Compiling thiserror-impl v2.0.18
5672026-03-25T20:24:38.365Z Compiling tracing v0.1.44
5682026-03-25T20:24:38.716Z Compiling addr2line v0.25.1
5692026-03-25T20:24:39.351Z Compiling form_urlencoded v1.2.2
5702026-03-25T20:24:39.616Z Compiling generic-array v0.14.7
5712026-03-25T20:24:39.728Z Compiling tower-service v0.3.3
5722026-03-25T20:24:39.827Z Compiling typeid v1.0.3
5732026-03-25T20:24:39.841Z Compiling thiserror v1.0.69
5742026-03-25T20:24:40.101Z Compiling idna_adapter v1.0.0
5752026-03-25T20:24:40.135Z Compiling atomic-waker v1.1.2
5762026-03-25T20:24:40.151Z Compiling rustls v0.23.37
5772026-03-25T20:24:40.202Z Compiling try-lock v0.2.5
5782026-03-25T20:24:40.268Z Compiling rustc-demangle v0.1.27
5792026-03-25T20:24:40.320Z Compiling fastrand v2.3.0
5802026-03-25T20:24:40.357Z Compiling utf8_iter v1.0.4
5812026-03-25T20:24:40.520Z Compiling target-spec v3.5.7
5822026-03-25T20:24:40.551Z Compiling pkg-config v0.3.32
5832026-03-25T20:24:40.668Z Compiling tempfile v3.27.0
5842026-03-25T20:24:40.813Z Compiling idna v1.1.0
5852026-03-25T20:24:40.998Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-03-25T20:24:41.252Z Compiling want v0.3.1
5872026-03-25T20:24:41.534Z Compiling cfg-expr v0.20.7
5882026-03-25T20:24:41.562Z Compiling tokio-util v0.7.18
5892026-03-25T20:24:41.709Z Compiling backtrace v0.3.76
5902026-03-25T20:24:42.179Z Compiling h2 v0.4.13
5912026-03-25T20:24:42.748Z Compiling thiserror-impl v1.0.69
5922026-03-25T20:24:42.949Z Compiling terminal_size v0.4.4
5932026-03-25T20:24:43.098Z Compiling aho-corasick v1.1.4
5942026-03-25T20:24:43.217Z Compiling subtle v2.6.1
5952026-03-25T20:24:43.282Z Compiling regex-syntax v0.8.10
5962026-03-25T20:24:43.375Z Compiling winnow v0.7.15
5972026-03-25T20:24:43.896Z Compiling pin-utils v0.1.0
5982026-03-25T20:24:43.975Z Compiling erased-serde v0.4.10
5992026-03-25T20:24:44.954Z Compiling rustls-webpki v0.103.10
6002026-03-25T20:24:45.291Z Compiling regex-automata v0.4.14
6012026-03-25T20:24:47.523Z Compiling hyper v1.8.1
6022026-03-25T20:24:48.493Z Compiling url v2.5.8
6032026-03-25T20:24:50.424Z Compiling toml_datetime v0.6.11
6042026-03-25T20:24:50.484Z Compiling serde_spanned v0.6.9
6052026-03-25T20:24:50.656Z Compiling ahash v0.8.12
6062026-03-25T20:24:50.803Z Compiling sync_wrapper v1.0.2
6072026-03-25T20:24:50.906Z Compiling toml_write v0.1.2
6082026-03-25T20:24:50.906Z Compiling unicode-linebreak v0.1.5
6092026-03-25T20:24:50.931Z Compiling either v1.15.0
6102026-03-25T20:24:51.033Z Compiling crc32fast v1.5.0
6112026-03-25T20:24:51.146Z Compiling parking_lot_core v0.9.12
6122026-03-25T20:24:51.158Z Compiling is_ci v1.2.0
6132026-03-25T20:24:51.183Z Compiling base64 v0.22.1
6142026-03-25T20:24:51.210Z Compiling ipnet v2.12.0
6152026-03-25T20:24:51.315Z Compiling lazy_static v1.5.0
6162026-03-25T20:24:51.326Z Compiling unicode-segmentation v1.13.1
6172026-03-25T20:24:51.412Z Compiling portable-atomic v1.13.1
6182026-03-25T20:24:51.427Z Compiling tower-layer v0.3.3
6192026-03-25T20:24:51.627Z Compiling foldhash v0.1.5
6202026-03-25T20:24:51.661Z Compiling nextest-workspace-hack v0.1.0
6212026-03-25T20:24:51.719Z Compiling convert_case v0.10.0
6222026-03-25T20:24:51.845Z Compiling hashbrown v0.15.5
6232026-03-25T20:24:51.893Z Compiling tower v0.5.3
6242026-03-25T20:24:51.906Z Compiling hyper-util v0.1.20
6252026-03-25T20:24:52.001Z Compiling sharded-slab v0.1.7
6262026-03-25T20:24:52.461Z Compiling supports-color v3.0.2
6272026-03-25T20:24:52.475Z Compiling textwrap v0.16.2
6282026-03-25T20:24:52.488Z Compiling toml_edit v0.22.27
6292026-03-25T20:24:52.662Z Compiling tokio-rustls v0.26.4
6302026-03-25T20:24:52.943Z Compiling backtrace-ext v0.2.1
6312026-03-25T20:24:53.207Z Compiling ordered-float v2.10.1
6322026-03-25T20:24:53.275Z Compiling miette-derive v7.6.0
6332026-03-25T20:24:53.483Z Compiling webpki-roots v1.0.6
6342026-03-25T20:24:53.606Z Compiling pathdiff v0.2.3
6352026-03-25T20:24:53.741Z Compiling console v0.15.11
6362026-03-25T20:24:53.859Z Compiling cargo-platform v0.3.2
6372026-03-25T20:24:54.365Z Compiling tracing-log v0.2.0
6382026-03-25T20:24:54.418Z Compiling os_pipe v1.2.3
6392026-03-25T20:24:54.539Z Compiling thread_local v1.1.9
6402026-03-25T20:24:54.585Z Compiling unicode-width v0.1.14
6412026-03-25T20:24:54.724Z Compiling cfg_aliases v0.2.1
6422026-03-25T20:24:54.801Z Compiling debug-ignore v1.0.5
6432026-03-25T20:24:54.887Z Compiling ryu v1.0.23
6442026-03-25T20:24:54.926Z Compiling utf8parse v0.2.2
6452026-03-25T20:24:54.935Z Compiling supports-hyperlinks v3.2.0
6462026-03-25T20:24:55.032Z Compiling iri-string v0.7.11
6472026-03-25T20:24:55.054Z Compiling fixedbitset v0.5.7
6482026-03-25T20:24:55.159Z Compiling winnow v1.0.0
6492026-03-25T20:24:55.194Z Compiling rustix v0.38.44
6502026-03-25T20:24:55.542Z Compiling zstd-safe v7.2.4
6512026-03-25T20:24:55.556Z Compiling supports-unicode v3.0.0
6522026-03-25T20:24:55.781Z Compiling pulldown-cmark v0.13.3
6532026-03-25T20:24:56.002Z Compiling scopeguard v1.2.0
6542026-03-25T20:24:56.099Z Compiling lock_api v0.4.14
6552026-03-25T20:24:56.129Z Compiling miette v7.6.0
6562026-03-25T20:24:56.343Z Compiling toml_parser v1.1.0+spec-1.1.0
6572026-03-25T20:24:56.483Z Compiling tower-http v0.6.8
6582026-03-25T20:24:56.566Z Compiling petgraph v0.8.3
6592026-03-25T20:24:57.465Z Compiling serde_urlencoded v0.7.1
6602026-03-25T20:24:57.641Z Compiling anstyle-parse v1.0.0
6612026-03-25T20:24:57.668Z Compiling nix v0.30.1
6622026-03-25T20:24:57.767Z Compiling tracing-subscriber v0.3.23
6632026-03-25T20:24:57.864Z Compiling sigchld v0.2.4
6642026-03-25T20:24:58.051Z Compiling cargo_metadata v0.23.1
6652026-03-25T20:24:58.064Z Compiling toml v0.8.23
6662026-03-25T20:24:58.486Z Compiling hyper-rustls v0.27.7
6672026-03-25T20:24:59.172Z Compiling serde-value v0.7.0
6682026-03-25T20:24:59.881Z Compiling serde-untagged v0.1.9
6692026-03-25T20:25:00.527Z Compiling derive_more-impl v2.1.1
6702026-03-25T20:25:01.015Z Compiling itertools v0.14.0
6712026-03-25T20:25:01.048Z Compiling regex v1.12.3
6722026-03-25T20:25:01.338Z Compiling block-buffer v0.10.4
6732026-03-25T20:25:01.492Z Compiling crypto-common v0.1.7
6742026-03-25T20:25:01.621Z Compiling ppv-lite86 v0.2.21
6752026-03-25T20:25:01.635Z Compiling futures-executor v0.3.32
6762026-03-25T20:25:01.949Z Compiling rand_core v0.9.5
6772026-03-25T20:25:01.952Z Compiling pin-project-internal v1.1.11
6782026-03-25T20:25:02.163Z Compiling http-body-util v0.1.3
6792026-03-25T20:25:02.207Z Compiling uuid v1.22.0
6802026-03-25T20:25:02.442Z Compiling smol_str v0.3.6
6812026-03-25T20:25:02.466Z Compiling serde_spanned v1.1.0
6822026-03-25T20:25:02.486Z Compiling toml_datetime v1.1.0+spec-1.1.0
6832026-03-25T20:25:02.628Z Compiling filetime v0.2.27
6842026-03-25T20:25:02.746Z Compiling bstr v1.12.1
6852026-03-25T20:25:02.784Z Compiling vte v0.14.1
6862026-03-25T20:25:02.833Z Compiling anstyle v1.0.14
6872026-03-25T20:25:03.007Z Compiling self_update v0.42.0
6882026-03-25T20:25:03.105Z Compiling is_terminal_polyfill v1.70.2
6892026-03-25T20:25:03.208Z Compiling iana-time-zone v0.1.65
6902026-03-25T20:25:03.208Z Compiling color-spantrace v0.3.0
6912026-03-25T20:25:03.229Z Compiling number_prefix v0.4.0
6922026-03-25T20:25:03.244Z Compiling unicode-xid v0.2.6
6932026-03-25T20:25:03.377Z Compiling eyre v0.6.12
6942026-03-25T20:25:03.377Z Compiling litrs v1.0.0
6952026-03-25T20:25:03.432Z Compiling tinyvec_macros v0.1.1
6962026-03-25T20:25:03.450Z Compiling unicase v2.9.0
6972026-03-25T20:25:03.506Z Compiling nested v0.1.1
6982026-03-25T20:25:03.510Z Compiling colorchoice v1.0.5
6992026-03-25T20:25:03.542Z Compiling static_assertions v1.1.0
7002026-03-25T20:25:03.617Z Compiling anstyle-query v1.1.5
7012026-03-25T20:25:03.630Z Compiling xattr v1.6.1
7022026-03-25T20:25:03.704Z Compiling anstream v1.0.0
7032026-03-25T20:25:03.719Z Compiling guppy v0.17.25
7042026-03-25T20:25:03.822Z Compiling tar v0.4.45
7052026-03-25T20:25:03.825Z Compiling document-features v0.2.12
7062026-03-25T20:25:03.986Z Compiling tinyvec v1.11.0
7072026-03-25T20:25:04.180Z Compiling indicatif v0.17.11
7082026-03-25T20:25:04.390Z Compiling cargo-util-schemas v0.2.0
7092026-03-25T20:25:04.430Z Compiling chrono v0.4.44
7102026-03-25T20:25:04.798Z Compiling globset v0.4.18
7112026-03-25T20:25:05.542Z Compiling pin-project v1.1.11
7122026-03-25T20:25:05.650Z Compiling strip-ansi-escapes v0.2.1
7132026-03-25T20:25:06.154Z Compiling toml v1.1.0+spec-1.1.0
7142026-03-25T20:25:06.441Z Compiling nextest-metadata v0.12.2
7152026-03-25T20:25:06.804Z Compiling newtype-uuid v1.3.2
7162026-03-25T20:25:06.995Z Compiling reqwest v0.12.28
7172026-03-25T20:25:07.337Z Compiling rand_chacha v0.9.0
7182026-03-25T20:25:07.801Z Compiling futures v0.3.32
7192026-03-25T20:25:07.887Z Compiling digest v0.10.7
7202026-03-25T20:25:07.901Z Compiling derive_more v2.1.1
7212026-03-25T20:25:07.985Z Compiling parking_lot v0.12.5
7222026-03-25T20:25:08.003Z Compiling flate2 v1.1.9
7232026-03-25T20:25:08.111Z Compiling tracing-error v0.2.1
7242026-03-25T20:25:08.368Z Compiling shared_child v1.1.1
7252026-03-25T20:25:08.897Z Compiling signal-hook-mio v0.2.5
7262026-03-25T20:25:09.032Z Compiling self-replace v1.5.0
7272026-03-25T20:25:09.062Z Compiling cargo-platform v0.2.0
7282026-03-25T20:25:09.325Z Compiling quick-xml v0.38.4
7292026-03-25T20:25:09.371Z Compiling quick-xml v0.37.5
7302026-03-25T20:25:09.609Z Compiling recursion v0.5.4
7312026-03-25T20:25:09.969Z Compiling cpufeatures v0.2.17
7322026-03-25T20:25:10.058Z Compiling urlencoding v2.1.3
7332026-03-25T20:25:10.078Z Compiling indenter v0.3.4
7342026-03-25T20:25:10.237Z Compiling shell-words v1.1.1
7352026-03-25T20:25:10.289Z Compiling clap_lex v1.1.0
7362026-03-25T20:25:10.453Z Compiling strsim v0.11.1
7372026-03-25T20:25:10.654Z Compiling heck v0.5.0
7382026-03-25T20:25:10.859Z Compiling humantime v2.3.0
7392026-03-25T20:25:10.874Z Compiling clap_derive v4.6.0
7402026-03-25T20:25:10.954Z Compiling clap_builder v4.6.0
7412026-03-25T20:25:11.293Z Compiling humantime-serde v1.1.1
7422026-03-25T20:25:11.605Z Compiling sha2 v0.10.9
7432026-03-25T20:25:11.988Z Compiling quick-junit v0.5.2
7442026-03-25T20:25:12.656Z Compiling nextest-filtering v0.15.0
7452026-03-25T20:25:12.822Z Compiling cargo_metadata v0.20.0
7462026-03-25T20:25:15.093Z Compiling atomicwrites v0.4.4
7472026-03-25T20:25:15.379Z Compiling cargo-nextest v0.9.97
7482026-03-25T20:25:15.685Z Compiling crossterm v0.29.0
7492026-03-25T20:25:16.583Z Compiling duct v0.13.7
7502026-03-25T20:25:17.694Z Compiling zstd v0.13.3
7512026-03-25T20:25:17.906Z Compiling async-scoped v0.9.0
7522026-03-25T20:25:18.101Z Compiling rand v0.9.2
7532026-03-25T20:25:18.120Z Compiling config v0.15.22
7542026-03-25T20:25:18.190Z Compiling unicode-normalization v0.1.25
7552026-03-25T20:25:18.317Z Compiling target-spec-miette v0.4.5
7562026-03-25T20:25:18.355Z Compiling future-queue v0.4.0
7572026-03-25T20:25:18.625Z Compiling mukti-metadata v0.3.0
7582026-03-25T20:25:18.722Z Compiling tokio-stream v0.1.18
7592026-03-25T20:25:18.766Z Compiling camino-tempfile v1.4.1
7602026-03-25T20:25:18.844Z Compiling derive-where v1.6.1
7612026-03-25T20:25:18.911Z Compiling serde_path_to_error v0.1.20
7622026-03-25T20:25:19.113Z Compiling serde_ignored v0.1.14
7632026-03-25T20:25:19.200Z Compiling swrite v0.1.0
7642026-03-25T20:25:19.265Z Compiling home v0.5.12
7652026-03-25T20:25:19.306Z Compiling hex v0.4.3
7662026-03-25T20:25:19.332Z Compiling indent_write v2.2.0
7672026-03-25T20:25:19.352Z Compiling xxhash-rust v0.8.15
7682026-03-25T20:25:19.482Z Compiling color-eyre v0.6.5
7692026-03-25T20:25:19.546Z Compiling clap v4.6.0
7702026-03-25T20:25:19.560Z Compiling dialoguer v0.11.0
7712026-03-25T20:25:19.594Z Compiling enable-ansi-support v0.2.1
7722026-03-25T20:25:20.053Z Compiling nextest-runner v0.80.0
7732026-03-25T20:25:38.202Z Finished `release` profile [optimized] target(s) in 1m 11s
7742026-03-25T20:25:38.378Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-03-25T20:25:38.381Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-03-25T20:25:38.501Z+ pushd mg-lower
7772026-03-25T20:25:38.503Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7782026-03-25T20:25:38.503Z+ cargo nextest run
7792026-03-25T20:25:38.658Z Updating git repository `https://github.com/oxidecomputer/falcon`
7802026-03-25T20:25:39.279ZFrom https://github.com/oxidecomputer/falcon
7812026-03-25T20:25:39.279Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7822026-03-25T20:25:39.359Z Updating crates.io index
7832026-03-25T20:25:39.362Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7842026-03-25T20:25:40.074ZFrom https://github.com/oxidecomputer/dendrite
7852026-03-25T20:25:40.074Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7862026-03-25T20:25:40.170Z Updating git repository `https://github.com/oxidecomputer/ispf`
7872026-03-25T20:25:40.436ZFrom https://github.com/oxidecomputer/ispf
7882026-03-25T20:25:40.436Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7892026-03-25T20:25:40.441Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7902026-03-25T20:25:40.793ZFrom https://github.com/oxidecomputer/netadm-sys
7912026-03-25T20:25:40.793Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7922026-03-25T20:25:40.812Z Updating git repository `https://github.com/oxidecomputer/omicron`
7932026-03-25T20:25:48.015ZFrom https://github.com/oxidecomputer/omicron
7942026-03-25T20:25:48.015Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7952026-03-25T20:25:48.440Z Updating git repository `https://github.com/oxidecomputer/opte`
7962026-03-25T20:25:49.058ZFrom https://github.com/oxidecomputer/opte
7972026-03-25T20:25:49.058Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7982026-03-25T20:25:49.125Z Updating git repository `https://github.com/illumos/smf-rs`
7992026-03-25T20:25:49.404ZFrom https://github.com/illumos/smf-rs
8002026-03-25T20:25:49.404Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8012026-03-25T20:25:49.526Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8022026-03-25T20:25:49.824ZFrom https://github.com/oxidecomputer/network-interface
8032026-03-25T20:25:49.824Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8042026-03-25T20:25:49.831Z Updating git repository `https://github.com/oxidecomputer/zone`
8052026-03-25T20:25:50.089ZFrom https://github.com/oxidecomputer/zone
8062026-03-25T20:25:50.089Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8072026-03-25T20:25:50.137Z Updating git repository `https://github.com/oxidecomputer/propolis`
8082026-03-25T20:25:51.353ZFrom https://github.com/oxidecomputer/propolis
8092026-03-25T20:25:51.353Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8102026-03-25T20:25:51.441Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8112026-03-25T20:25:51.961ZFrom https://github.com/oxidecomputer/transceiver-control
8122026-03-25T20:25:51.961Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8132026-03-25T20:25:52.038Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8142026-03-25T20:25:52.261ZFrom https://github.com/oxidecomputer/dlpi-sys
8152026-03-25T20:25:52.261Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8162026-03-25T20:25:52.270Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8172026-03-25T20:25:52.541ZFrom https://github.com/jmesmon/rust-libzfs
8182026-03-25T20:25:52.541Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8192026-03-25T20:25:52.549Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8202026-03-25T20:25:52.810ZFrom https://github.com/oxidecomputer/rusty-doors
8212026-03-25T20:25:52.810Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8222026-03-25T20:25:52.860Z Updating git repository `https://github.com/oxidecomputer/lldp`
8232026-03-25T20:25:53.218ZFrom https://github.com/oxidecomputer/lldp
8242026-03-25T20:25:53.218Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8252026-03-25T20:25:53.233Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8262026-03-25T20:25:53.483ZFrom https://github.com/oxidecomputer/slog-error-chain
8272026-03-25T20:25:53.483Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8282026-03-25T20:25:53.573Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8292026-03-25T20:25:53.852ZFrom https://github.com/oxidecomputer/tufaceous
8302026-03-25T20:25:53.852Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8312026-03-25T20:25:53.924Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8322026-03-25T20:25:54.374ZFrom https://github.com/oxidecomputer/management-gateway-service
8332026-03-25T20:25:54.374Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8342026-03-25T20:25:54.398Z Updating git repository `https://github.com/oxidecomputer/crucible`
8352026-03-25T20:25:55.323ZFrom https://github.com/oxidecomputer/crucible
8362026-03-25T20:25:55.324Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8372026-03-25T20:25:55.362Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8382026-03-25T20:25:55.614ZFrom https://github.com/oxidecomputer/serde_human_bytes
8392026-03-25T20:25:55.614Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8402026-03-25T20:25:55.992Z Updating git repository `https://github.com/oxidecomputer/propolis`
8412026-03-25T20:25:56.436ZFrom https://github.com/oxidecomputer/propolis
8422026-03-25T20:25:56.436Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8432026-03-25T20:25:56.478Z Updating git repository `https://github.com/oxidecomputer/tofino`
8442026-03-25T20:25:56.742ZFrom https://github.com/oxidecomputer/tofino
8452026-03-25T20:25:56.742Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8462026-03-25T20:25:56.758Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8472026-03-25T20:25:57.294ZFrom https://github.com/oxidecomputer/maghemite
8482026-03-25T20:25:57.294Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8492026-03-25T20:25:57.363Z Updating git repository `https://github.com/oxidecomputer/clickward`
8502026-03-25T20:25:57.642ZFrom https://github.com/oxidecomputer/clickward
8512026-03-25T20:25:57.642Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8522026-03-25T20:25:57.784Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8532026-03-25T20:25:58.072ZFrom https://github.com/oxidecomputer/illumos-devinfo
8542026-03-25T20:25:58.072Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8552026-03-25T20:25:58.188Z Updating git repository `https://github.com/oxidecomputer/crucible`
8562026-03-25T20:25:58.522ZFrom https://github.com/oxidecomputer/crucible
8572026-03-25T20:25:58.522Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8582026-03-25T20:25:59.402Z Downloading crates ...
8592026-03-25T20:25:59.500Z Downloaded bit-set v0.8.0
8602026-03-25T20:25:59.506Z Downloaded arrayvec v0.7.6
8612026-03-25T20:25:59.509Z Downloaded async-recursion v1.1.1
8622026-03-25T20:25:59.509Z Downloaded backoff v0.4.0
8632026-03-25T20:25:59.515Z Downloaded enum-as-inner v0.6.1
8642026-03-25T20:25:59.519Z Downloaded dyn-clone v1.0.20
8652026-03-25T20:25:59.521Z Downloaded base16ct v0.2.0
8662026-03-25T20:25:59.524Z Downloaded async-stream v0.3.6
8672026-03-25T20:25:59.527Z Downloaded dropshot_endpoint v0.16.7
8682026-03-25T20:25:59.531Z Downloaded async-trait v0.1.89
8692026-03-25T20:25:59.531Z Downloaded derive-ex v0.1.8
8702026-03-25T20:25:59.534Z Downloaded newline-converter v0.3.0
8712026-03-25T20:25:59.534Z Downloaded cmake v0.1.57
8722026-03-25T20:25:59.534Z Downloaded foldhash v0.2.0
8732026-03-25T20:25:59.534Z Downloaded icu_collections v2.1.1
8742026-03-25T20:25:59.537Z Downloaded ciborium-io v0.2.2
8752026-03-25T20:25:59.537Z Downloaded aead v0.5.2
8762026-03-25T20:25:59.540Z Downloaded highway v1.3.0
8772026-03-25T20:25:59.543Z Downloaded cookie v0.18.1
8782026-03-25T20:25:59.543Z Downloaded darling_macro v0.21.3
8792026-03-25T20:25:59.547Z Downloaded crunchy v0.2.4
8802026-03-25T20:25:59.547Z Downloaded hash32 v0.3.1
8812026-03-25T20:25:59.550Z Downloaded const_format_proc_macros v0.2.34
8822026-03-25T20:25:59.554Z Downloaded async-stream-impl v0.3.6
8832026-03-25T20:25:59.555Z Downloaded ciborium v0.2.2
8842026-03-25T20:25:59.555Z Downloaded cancel-safe-futures v0.1.5
8852026-03-25T20:25:59.558Z Downloaded bytecount v0.6.9
8862026-03-25T20:25:59.558Z Downloaded keccak v0.1.6
8872026-03-25T20:25:59.558Z Downloaded git-stub v1.0.0
8882026-03-25T20:25:59.558Z Downloaded backon v1.6.0
8892026-03-25T20:25:59.562Z Downloaded convert_case v0.4.0
8902026-03-25T20:25:59.568Z Downloaded lru-cache v0.1.2
8912026-03-25T20:25:59.574Z Downloaded fixedbitset v0.4.2
8922026-03-25T20:25:59.574Z Downloaded constant_time_eq v0.4.2
8932026-03-25T20:25:59.574Z Downloaded embedded-io v0.6.1
8942026-03-25T20:25:59.574Z Downloaded cobs v0.3.0
8952026-03-25T20:25:59.577Z Downloaded arrayref v0.3.9
8962026-03-25T20:25:59.577Z Downloaded gethostname v0.5.0
8972026-03-25T20:25:59.577Z Downloaded csv-core v0.1.13
8982026-03-25T20:25:59.580Z Downloaded opaque-debug v0.3.1
8992026-03-25T20:25:59.583Z Downloaded defmt v0.3.100
9002026-03-25T20:25:59.583Z Downloaded const-random-macro v0.1.16
9012026-03-25T20:25:59.583Z Downloaded olpc-cjson v0.1.4
9022026-03-25T20:25:59.588Z Downloaded num v0.4.3
9032026-03-25T20:25:59.588Z Downloaded instant v0.1.13
9042026-03-25T20:25:59.588Z Downloaded hostname v0.3.1
9052026-03-25T20:25:59.591Z Downloaded omicron-workspace-hack v0.1.0
9062026-03-25T20:25:59.591Z Downloaded newtype-uuid-macros v0.1.0
9072026-03-25T20:25:59.591Z Downloaded dunce v1.0.5
9082026-03-25T20:25:59.591Z Downloaded group v0.13.0
9092026-03-25T20:25:59.595Z Downloaded memoffset v0.9.1
9102026-03-25T20:25:59.595Z Downloaded ident_case v1.0.1
9112026-03-25T20:25:59.595Z Downloaded goblin v0.8.2
9122026-03-25T20:25:59.598Z Downloaded embedded-io v0.4.0
9132026-03-25T20:25:59.602Z Downloaded darling_macro v0.23.0
9142026-03-25T20:25:59.602Z Downloaded httpdate v1.0.3
9152026-03-25T20:25:59.602Z Downloaded num_threads v0.1.7
9162026-03-25T20:25:59.602Z Downloaded fxhash v0.2.1
9172026-03-25T20:25:59.602Z Downloaded crc8 v0.1.1
9182026-03-25T20:25:59.602Z Downloaded dtrace-parser v0.2.0
9192026-03-25T20:25:59.605Z Downloaded cpufeatures v0.3.0
9202026-03-25T20:25:59.605Z Downloaded crucible-workspace-hack v0.1.0
9212026-03-25T20:25:59.605Z Downloaded hubpack v0.1.2
9222026-03-25T20:25:59.612Z Downloaded ciborium-ll v0.2.2
9232026-03-25T20:25:59.612Z Downloaded newtype_derive v0.1.6
9242026-03-25T20:25:59.612Z Downloaded num-derive v0.4.2
9252026-03-25T20:25:59.612Z Downloaded num-derive v0.3.3
9262026-03-25T20:25:59.612Z Downloaded num-conv v0.2.0
9272026-03-25T20:25:59.617Z Downloaded dtrace-parser v0.3.0
9282026-03-25T20:25:59.617Z Downloaded match_cfg v0.1.0
9292026-03-25T20:25:59.617Z Downloaded base16ct v1.0.0
9302026-03-25T20:25:59.620Z Downloaded memmap v0.7.0
9312026-03-25T20:25:59.620Z Downloaded is-terminal v0.4.17
9322026-03-25T20:25:59.620Z Downloaded float-ord v0.3.2
9332026-03-25T20:25:59.620Z Downloaded dof v0.4.0
9342026-03-25T20:25:59.620Z Downloaded dropshot-api-manager-types v0.5.2
9352026-03-25T20:25:59.620Z Downloaded cstr-argument v0.1.2
9362026-03-25T20:25:59.624Z Downloaded defmt-parser v1.0.0
9372026-03-25T20:25:59.624Z Downloaded const-random v0.1.18
9382026-03-25T20:25:59.624Z Downloaded idna_adapter v1.2.1
9392026-03-25T20:25:59.627Z Downloaded bcs v0.1.6
9402026-03-25T20:25:59.630Z Downloaded data-encoding v2.10.0
9412026-03-25T20:25:59.630Z Downloaded cipher v0.4.4
9422026-03-25T20:25:59.631Z Downloaded byte-wrapper v0.1.0
9432026-03-25T20:25:59.634Z Downloaded defmt-macros v1.0.1
9442026-03-25T20:25:59.638Z Downloaded internet-checksum v0.2.1
9452026-03-25T20:25:59.639Z Downloaded crossbeam-deque v0.8.6
9462026-03-25T20:25:59.639Z Downloaded parse-display v0.10.0
9472026-03-25T20:25:59.642Z Downloaded num_enum_derive v0.5.11
9482026-03-25T20:25:59.645Z Downloaded plain v0.2.3
9492026-03-25T20:25:59.645Z Downloaded no-std-compat v0.4.1
9502026-03-25T20:25:59.650Z Downloaded proc-macro-crate v3.5.0
9512026-03-25T20:25:59.650Z Downloaded proc-macro-crate v1.3.1
9522026-03-25T20:25:59.650Z Downloaded pretty-hex v0.4.2
9532026-03-25T20:25:59.650Z Downloaded num-iter v0.1.45
9542026-03-25T20:25:59.653Z Downloaded proc-macro-error-attr2 v2.0.0
9552026-03-25T20:25:59.653Z Downloaded progenitor-client v0.11.2
9562026-03-25T20:25:59.653Z Downloaded inout v0.1.4
9572026-03-25T20:25:59.653Z Downloaded progenitor-client v0.10.0
9582026-03-25T20:25:59.653Z Downloaded powerfmt v0.2.0
9592026-03-25T20:25:59.654Z Downloaded mime v0.3.17
9602026-03-25T20:25:59.658Z Downloaded natord v1.0.9
9612026-03-25T20:25:59.658Z Downloaded hubpack_derive v0.1.1
9622026-03-25T20:25:59.658Z Downloaded foreign-types-macros v0.2.3
9632026-03-25T20:25:59.658Z Downloaded linked-hash-map v0.5.6
9642026-03-25T20:25:59.658Z Downloaded diff v0.1.13
9652026-03-25T20:25:59.661Z Downloaded darling v0.21.3
9662026-03-25T20:25:59.661Z Downloaded macaddr v1.0.1
9672026-03-25T20:25:59.665Z Downloaded byteorder v1.5.0
9682026-03-25T20:25:59.665Z Downloaded foreign-types-shared v0.3.1
9692026-03-25T20:25:59.665Z Downloaded parking_lot_core v0.8.6
9702026-03-25T20:25:59.669Z Downloaded dof v0.3.0
9712026-03-25T20:25:59.669Z Downloaded chacha20 v0.10.0
9722026-03-25T20:25:59.669Z Downloaded ff v0.13.1
9732026-03-25T20:25:59.669Z Downloaded argon2 v0.5.3
9742026-03-25T20:25:59.672Z Downloaded phf_shared v0.12.1
9752026-03-25T20:25:59.672Z Downloaded daft-derive v0.1.5
9762026-03-25T20:25:59.675Z Downloaded oxide-tokio-rt v0.1.3
9772026-03-25T20:25:59.675Z Downloaded critical-section v1.2.0
9782026-03-25T20:25:59.675Z Downloaded potential_utf v0.1.4
9792026-03-25T20:25:59.679Z Downloaded chacha20 v0.9.1
9802026-03-25T20:25:59.679Z Downloaded displaydoc v0.2.5
9812026-03-25T20:25:59.684Z Downloaded erased-serde v0.3.31
9822026-03-25T20:25:59.684Z Downloaded proc-macro-error-attr v1.0.4
9832026-03-25T20:25:59.684Z Downloaded drift v0.1.3
9842026-03-25T20:25:59.687Z Downloaded daft v0.1.5
9852026-03-25T20:25:59.687Z Downloaded libscf-sys v1.1.0
9862026-03-25T20:25:59.690Z Downloaded anyhow v1.0.102
9872026-03-25T20:25:59.709Z Downloaded darling v0.23.0
9882026-03-25T20:25:59.714Z Downloaded num-complex v0.4.6
9892026-03-25T20:25:59.714Z Downloaded libsw-core v0.3.2
9902026-03-25T20:25:59.714Z Downloaded cargo_toml v0.22.3
9912026-03-25T20:25:59.714Z Downloaded rand_xorshift v0.4.0
9922026-03-25T20:25:59.714Z Downloaded ref-cast-impl v1.0.25
9932026-03-25T20:25:59.714Z Downloaded rand_chacha v0.3.1
9942026-03-25T20:25:59.714Z Downloaded num_enum v0.5.11
9952026-03-25T20:25:59.714Z Downloaded poly1305 v0.8.0
9962026-03-25T20:25:59.715Z Downloaded pem v3.0.6
9972026-03-25T20:25:59.715Z Downloaded paste v1.0.15
9982026-03-25T20:25:59.715Z Downloaded password-hash v0.5.0
9992026-03-25T20:25:59.715Z Downloaded parse-display-derive v0.10.0
10002026-03-25T20:25:59.715Z Downloaded num-integer v0.1.46
10012026-03-25T20:25:59.715Z Downloaded ingot-types v0.1.2
10022026-03-25T20:25:59.715Z Downloaded base64 v0.21.7
10032026-03-25T20:25:59.721Z Downloaded rustc_version v0.1.7
10042026-03-25T20:25:59.721Z Downloaded indexmap v1.9.3
10052026-03-25T20:25:59.721Z Downloaded progenitor-macro v0.11.2
10062026-03-25T20:25:59.721Z Downloaded libsw v3.5.0
10072026-03-25T20:25:59.726Z Downloaded bitflags v1.3.2
10082026-03-25T20:25:59.726Z Downloaded blake2 v0.10.6
10092026-03-25T20:25:59.726Z Downloaded quick-error v1.2.3
10102026-03-25T20:25:59.726Z Downloaded progenitor-macro v0.13.0
10112026-03-25T20:25:59.726Z Downloaded progenitor v0.10.0
10122026-03-25T20:25:59.731Z Downloaded heck v0.4.1
10132026-03-25T20:25:59.731Z Downloaded fs_extra v1.3.0
10142026-03-25T20:25:59.732Z Downloaded crossbeam-epoch v0.9.18
10152026-03-25T20:25:59.732Z Downloaded defmt v1.0.1
10162026-03-25T20:25:59.735Z Downloaded oxnet v0.1.4
10172026-03-25T20:25:59.735Z Downloaded deranged v0.5.8
10182026-03-25T20:25:59.743Z Downloaded colored v3.1.1
10192026-03-25T20:25:59.743Z Downloaded scroll_derive v0.12.1
10202026-03-25T20:25:59.743Z Downloaded progenitor v0.11.2
10212026-03-25T20:25:59.746Z Downloaded console v0.16.3
10222026-03-25T20:25:59.746Z Downloaded semver v0.1.20
10232026-03-25T20:25:59.746Z Downloaded secrecy v0.10.3
10242026-03-25T20:25:59.746Z Downloaded managed v0.8.0
10252026-03-25T20:25:59.746Z Downloaded serde_plain v1.0.2
10262026-03-25T20:25:59.746Z Downloaded serde-big-array v0.5.1
10272026-03-25T20:25:59.746Z Downloaded num_enum_derive v0.7.6
10282026-03-25T20:25:59.746Z Downloaded num_enum v0.7.6
10292026-03-25T20:25:59.750Z Downloaded sigpipe v0.1.3
10302026-03-25T20:25:59.750Z Downloaded sha1 v0.10.6
10312026-03-25T20:25:59.753Z Downloaded serial_test_derive v3.4.0
10322026-03-25T20:25:59.753Z Downloaded crossbeam-utils v0.8.21
10332026-03-25T20:25:59.753Z Downloaded glob v0.3.3
10342026-03-25T20:25:59.756Z Downloaded foreign-types v0.5.0
10352026-03-25T20:25:59.756Z Downloaded progenitor-extras v0.1.1
10362026-03-25T20:25:59.756Z Downloaded ingot v0.1.1
10372026-03-25T20:25:59.759Z Downloaded allocator-api2 v0.2.21
10382026-03-25T20:25:59.759Z Downloaded proc-macro-error v1.0.4
10392026-03-25T20:25:59.780Z Downloaded fs-err v3.3.0
10402026-03-25T20:25:59.780Z Downloaded slog-bunyan v2.5.0
10412026-03-25T20:25:59.780Z Downloaded siphasher v1.0.2
10422026-03-25T20:25:59.780Z Downloaded scroll_derive v0.13.1
10432026-03-25T20:25:59.780Z Downloaded multer v3.1.0
10442026-03-25T20:25:59.780Z Downloaded heapless v0.8.0
10452026-03-25T20:25:59.780Z Downloaded smawk v0.3.2
10462026-03-25T20:25:59.780Z Downloaded spin v0.5.2
10472026-03-25T20:25:59.781Z Downloaded postcard v1.1.3
10482026-03-25T20:25:59.781Z Downloaded progenitor-client v0.13.0
10492026-03-25T20:25:59.781Z Downloaded litemap v0.8.1
10502026-03-25T20:25:59.781Z Downloaded jiff-static v0.2.23
10512026-03-25T20:25:59.781Z Downloaded rustls-pemfile v2.2.0
10522026-03-25T20:25:59.781Z Downloaded serde_repr v0.1.20
10532026-03-25T20:25:59.781Z Downloaded structmeta-derive v0.3.0
10542026-03-25T20:25:59.781Z Downloaded schemars_derive v0.8.22
10552026-03-25T20:25:59.781Z Downloaded phf v0.12.1
10562026-03-25T20:25:59.785Z Downloaded serial_test v3.4.0
10572026-03-25T20:25:59.785Z Downloaded strum v0.26.3
10582026-03-25T20:25:59.785Z Downloaded structmeta v0.3.0
10592026-03-25T20:25:59.785Z Downloaded stable_deref_trait v1.2.1
10602026-03-25T20:25:59.785Z Downloaded ipnetwork v0.21.1
10612026-03-25T20:25:59.785Z Downloaded tabled_derive v0.7.0
10622026-03-25T20:25:59.785Z Downloaded icu_provider v2.1.1
10632026-03-25T20:25:59.789Z Downloaded darling_core v0.23.0
10642026-03-25T20:25:59.803Z Downloaded scroll v0.13.0
10652026-03-25T20:25:59.803Z Downloaded scroll v0.12.0
10662026-03-25T20:25:59.803Z Downloaded parking_lot v0.11.2
10672026-03-25T20:25:59.803Z Downloaded slog-envlogger v2.2.0
10682026-03-25T20:25:59.806Z Downloaded papergrid v0.17.0
10692026-03-25T20:25:59.806Z Downloaded elliptic-curve v0.13.8
10702026-03-25T20:25:59.806Z Downloaded sdd v3.0.10
10712026-03-25T20:25:59.806Z Downloaded papergrid v0.11.0
10722026-03-25T20:25:59.806Z Downloaded derive_more v0.99.20
10732026-03-25T20:25:59.806Z Downloaded thiserror-impl-no-std v2.0.2
10742026-03-25T20:25:59.806Z Downloaded testing_table v0.3.0
10752026-03-25T20:25:59.809Z Downloaded tabled_derive v0.11.0
10762026-03-25T20:25:59.809Z Downloaded serde_derive_internals v0.29.1
10772026-03-25T20:25:59.809Z Downloaded time-core v0.1.8
10782026-03-25T20:25:59.809Z Downloaded thread-id v5.1.0
10792026-03-25T20:25:59.809Z Downloaded resolv-conf v0.7.6
10802026-03-25T20:25:59.813Z Downloaded ref-cast v1.0.25
10812026-03-25T20:25:59.813Z Downloaded strum v0.27.2
10822026-03-25T20:25:59.813Z Downloaded rand_core v0.10.0
10832026-03-25T20:25:59.817Z Downloaded progenitor-macro v0.10.0
10842026-03-25T20:25:59.817Z Downloaded hmac v0.12.1
10852026-03-25T20:25:59.817Z Downloaded proc-macro-error2 v2.0.1
10862026-03-25T20:25:59.820Z Downloaded thread-id v4.2.2
10872026-03-25T20:25:59.820Z Downloaded tabwriter v1.4.1
10882026-03-25T20:25:59.820Z Downloaded termtree v0.5.1
10892026-03-25T20:25:59.820Z Downloaded rustls-native-certs v0.8.3
10902026-03-25T20:25:59.824Z Downloaded rustversion v1.0.22
10912026-03-25T20:25:59.824Z Downloaded take_mut v0.2.2
10922026-03-25T20:25:59.824Z Downloaded same-file v1.0.6
10932026-03-25T20:25:59.824Z Downloaded hostname v0.4.2
10942026-03-25T20:25:59.830Z Downloaded git-stub-vcs v0.1.0
10952026-03-25T20:25:59.830Z Downloaded slog-term v2.9.2
10962026-03-25T20:25:59.830Z Downloaded ingot-macros v0.1.1
10972026-03-25T20:25:59.834Z Downloaded slog-dtrace v0.3.0
10982026-03-25T20:25:59.834Z Downloaded bit-vec v0.8.0
10992026-03-25T20:25:59.834Z Downloaded memmap2 v0.9.10
11002026-03-25T20:25:59.834Z Downloaded smf v0.2.3
11012026-03-25T20:25:59.834Z Downloaded linear-map v1.2.0
11022026-03-25T20:25:59.834Z Downloaded smartstring v1.0.1
11032026-03-25T20:25:59.838Z Downloaded rhai_codegen v3.1.0
11042026-03-25T20:25:59.838Z Downloaded strum_macros v0.26.4
11052026-03-25T20:25:59.842Z Downloaded snafu-derive v0.8.9
11062026-03-25T20:25:59.842Z Downloaded typify-macro v0.6.1
11072026-03-25T20:25:59.842Z Downloaded tagptr v0.2.0
11082026-03-25T20:25:59.842Z Downloaded progenitor v0.13.0
11092026-03-25T20:25:59.846Z Downloaded pest_generator v2.8.6
11102026-03-25T20:25:59.846Z Downloaded num-rational v0.4.2
11112026-03-25T20:25:59.846Z Downloaded omicron-zone-package v0.12.2
11122026-03-25T20:25:59.846Z Downloaded typify-macro v0.4.3
11132026-03-25T20:25:59.849Z Downloaded untrusted v0.7.1
11142026-03-25T20:25:59.849Z Downloaded usdt-attr-macro v0.6.0
11152026-03-25T20:25:59.849Z Downloaded pest_derive v2.8.6
11162026-03-25T20:25:59.852Z Downloaded utf-8 v0.7.6
11172026-03-25T20:25:59.852Z Downloaded rusty-fork v0.3.1
11182026-03-25T20:25:59.852Z Downloaded strum_macros v0.27.2
11192026-03-25T20:25:59.856Z Downloaded chacha20poly1305 v0.10.1
11202026-03-25T20:25:59.859Z Downloaded const_format v0.2.35
11212026-03-25T20:25:59.862Z Downloaded darling_core v0.21.3
11222026-03-25T20:25:59.865Z Downloaded waitgroup v0.1.2
11232026-03-25T20:25:59.865Z Downloaded zerofrom v0.1.6
11242026-03-25T20:25:59.865Z Downloaded yoke-derive v0.8.1
11252026-03-25T20:25:59.870Z Downloaded slog-async v2.8.0
11262026-03-25T20:25:59.870Z Downloaded zone v0.3.1
11272026-03-25T20:25:59.873Z Downloaded unit-prefix v0.5.2
11282026-03-25T20:25:59.873Z Downloaded unarray v0.1.4
11292026-03-25T20:25:59.873Z Downloaded usdt-macro v0.6.0
11302026-03-25T20:25:59.873Z Downloaded usdt v0.6.0
11312026-03-25T20:25:59.873Z Downloaded universal-hash v0.5.1
11322026-03-25T20:25:59.873Z Downloaded tinystr v0.8.2
11332026-03-25T20:25:59.876Z Downloaded time-macros v0.2.27
11342026-03-25T20:25:59.876Z Downloaded usdt-macro v0.5.0
11352026-03-25T20:25:59.876Z Downloaded hickory-resolver v0.24.4
11362026-03-25T20:25:59.880Z Downloaded slog-stdlog v4.1.1
11372026-03-25T20:25:59.880Z Downloaded zone_cfg_derive v0.3.1
11382026-03-25T20:25:59.880Z Downloaded tiny-keccak v2.0.2
11392026-03-25T20:25:59.883Z Downloaded serde_with_macros v3.18.0
11402026-03-25T20:25:59.883Z Downloaded progenitor-impl v0.13.0
11412026-03-25T20:25:59.883Z Downloaded slog-scope v4.4.1
11422026-03-25T20:25:59.886Z Downloaded slog-json v2.6.1
11432026-03-25T20:25:59.886Z Downloaded tokio-tungstenite v0.21.0
11442026-03-25T20:25:59.889Z Downloaded wait-timeout v0.2.1
11452026-03-25T20:25:59.889Z Downloaded usdt v0.5.0
11462026-03-25T20:25:59.889Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-03-25T20:25:59.892Z Downloaded prettyplease v0.2.37
11482026-03-25T20:25:59.899Z Downloaded zeroize_derive v1.4.3
11492026-03-25T20:25:59.902Z Downloaded usdt-attr-macro v0.5.0
11502026-03-25T20:25:59.902Z Downloaded zerofrom-derive v0.1.6
11512026-03-25T20:25:59.907Z Downloaded synstructure v0.13.2
11522026-03-25T20:25:59.907Z Downloaded usdt-impl v0.6.0
11532026-03-25T20:25:59.910Z Downloaded dropshot-api-manager v0.5.2
11542026-03-25T20:25:59.910Z Downloaded crossbeam-channel v0.5.15
11552026-03-25T20:25:59.913Z Downloaded icu_properties v2.1.2
11562026-03-25T20:25:59.918Z Downloaded usdt-impl v0.5.0
11572026-03-25T20:25:59.918Z Downloaded serde_tokenstream v0.2.3
11582026-03-25T20:25:59.918Z Downloaded thin-vec v0.2.14
11592026-03-25T20:25:59.921Z Downloaded zerovec-derive v0.11.2
11602026-03-25T20:25:59.921Z Downloaded crypto-bigint v0.5.5
11612026-03-25T20:25:59.924Z Downloaded tokio-rustls v0.25.0
11622026-03-25T20:25:59.924Z Downloaded tokio-dtrace v0.1.1
11632026-03-25T20:25:59.928Z Downloaded topological-sort v0.2.2
11642026-03-25T20:25:59.931Z Downloaded thiserror-no-std v2.0.2
11652026-03-25T20:25:59.931Z Downloaded pretty_assertions v1.4.1
11662026-03-25T20:25:59.937Z Downloaded icu_locale_core v2.1.1
11672026-03-25T20:25:59.941Z Downloaded indicatif v0.18.4
11682026-03-25T20:25:59.941Z Downloaded half v2.7.1
11692026-03-25T20:25:59.944Z Downloaded ucd-trie v0.1.7
11702026-03-25T20:25:59.947Z Downloaded expectorate v1.2.0
11712026-03-25T20:25:59.951Z Downloaded progenitor-impl v0.10.0
11722026-03-25T20:25:59.951Z Downloaded test-strategy v0.4.5
11732026-03-25T20:25:59.952Z Downloaded schemars v0.9.0
11742026-03-25T20:25:59.958Z Downloaded vsss-rs v3.3.4
11752026-03-25T20:25:59.961Z Downloaded yoke v0.8.1
11762026-03-25T20:25:59.961Z Downloaded walkdir v2.5.0
11772026-03-25T20:25:59.961Z Downloaded progenitor-impl v0.11.2
11782026-03-25T20:25:59.968Z Downloaded xz2 v0.1.7
11792026-03-25T20:25:59.968Z Downloaded slog v2.8.2
11802026-03-25T20:25:59.968Z Downloaded term v1.2.1
11812026-03-25T20:25:59.972Z Downloaded writeable v0.6.2
11822026-03-25T20:25:59.972Z Downloaded arc-swap v1.9.0
11832026-03-25T20:25:59.972Z Downloaded typify v0.4.3
11842026-03-25T20:25:59.972Z Downloaded rustls-platform-verifier v0.6.2
11852026-03-25T20:25:59.975Z Downloaded icu_normalizer_data v2.1.1
11862026-03-25T20:25:59.978Z Downloaded schemars v1.2.1
11872026-03-25T20:25:59.983Z Downloaded schemars v0.8.22
11882026-03-25T20:25:59.989Z Downloaded whoami v1.6.1
11892026-03-25T20:25:59.992Z Downloaded rand v0.10.0
11902026-03-25T20:25:59.995Z Downloaded qorb v0.4.1
11912026-03-25T20:25:59.995Z Downloaded icu_normalizer v2.1.1
11922026-03-25T20:25:59.998Z Downloaded spin v0.9.8
11932026-03-25T20:25:59.998Z Downloaded similar v2.7.0
11942026-03-25T20:26:00.001Z Downloaded unsafe-libyaml v0.2.11
11952026-03-25T20:26:00.005Z Downloaded rayon-core v1.13.0
11962026-03-25T20:26:00.005Z Downloaded typify v0.6.1
11972026-03-25T20:26:00.007Z Downloaded tungstenite v0.21.0
11982026-03-25T20:26:00.010Z Downloaded steno v0.4.1
11992026-03-25T20:26:00.010Z Downloaded hashbrown v0.12.3
12002026-03-25T20:26:00.013Z Downloaded pest v2.8.6
12012026-03-25T20:26:00.016Z Downloaded hickory-resolver v0.25.2
12022026-03-25T20:26:00.019Z Downloaded pest_meta v2.8.6
12032026-03-25T20:26:00.019Z Downloaded minimal-lexical v0.2.1
12042026-03-25T20:26:00.023Z Downloaded zerocopy-derive v0.8.47
12052026-03-25T20:26:00.028Z Downloaded toml v0.9.12+spec-1.1.0
12062026-03-25T20:26:00.031Z Downloaded toml v0.7.8
12072026-03-25T20:26:00.034Z Downloaded toml_edit v0.19.15
12082026-03-25T20:26:00.041Z Downloaded serde_yaml v0.9.34+deprecated
12092026-03-25T20:26:00.045Z Downloaded rand v0.8.5
12102026-03-25T20:26:00.049Z Downloaded zerocopy-derive v0.7.35
12112026-03-25T20:26:00.054Z Downloaded typed-path v0.9.3
12122026-03-25T20:26:00.062Z Downloaded nom v7.1.3
12132026-03-25T20:26:00.065Z Downloaded toml_edit v0.25.8+spec-1.1.0
12142026-03-25T20:26:00.070Z Downloaded iddqd v0.3.17
12152026-03-25T20:26:00.073Z Downloaded yansi v1.0.1
12162026-03-25T20:26:00.076Z Downloaded snafu v0.8.9
12172026-03-25T20:26:00.082Z Downloaded zerotrie v0.2.3
12182026-03-25T20:26:00.094Z Downloaded tough v0.20.0
12192026-03-25T20:26:00.108Z Downloaded nom v8.0.0
12202026-03-25T20:26:00.111Z Downloaded itertools v0.12.1
12212026-03-25T20:26:00.115Z Downloaded blake3 v1.8.3
12222026-03-25T20:26:00.119Z Downloaded winnow v0.5.40
12232026-03-25T20:26:00.123Z Downloaded icu_properties_data v2.1.2
12242026-03-25T20:26:00.130Z Downloaded hkdf v0.12.4
12252026-03-25T20:26:00.133Z Downloaded aws-lc-rs v1.16.2
12262026-03-25T20:26:00.163Z Downloaded scc v2.4.0
12272026-03-25T20:26:00.166Z Downloaded tabled v0.20.0
12282026-03-25T20:26:00.175Z Downloaded libm v0.2.16
12292026-03-25T20:26:00.180Z Downloaded zerovec v0.11.5
12302026-03-25T20:26:00.185Z Downloaded time v0.3.47
12312026-03-25T20:26:00.188Z Downloaded syn v1.0.109
12322026-03-25T20:26:00.195Z Downloaded reqwest v0.13.2
12332026-03-25T20:26:00.208Z Downloaded rayon v1.11.0
12342026-03-25T20:26:00.213Z Downloaded zerocopy v0.7.35
12352026-03-25T20:26:00.237Z Downloaded rustls-webpki v0.102.8
12362026-03-25T20:26:00.244Z Downloaded tabled v0.15.0
12372026-03-25T20:26:00.250Z Downloaded goblin v0.10.5
12382026-03-25T20:26:00.254Z Downloaded moka v0.12.15
12392026-03-25T20:26:00.260Z Downloaded dropshot v0.16.7
12402026-03-25T20:26:00.269Z Downloaded serde_with v3.18.0
12412026-03-25T20:26:00.275Z Downloaded regress v0.10.5
12422026-03-25T20:26:00.280Z Downloaded proptest v1.11.0
12432026-03-25T20:26:00.301Z Downloaded hickory-proto v0.24.4
12442026-03-25T20:26:00.314Z Downloaded nix v0.31.2
12452026-03-25T20:26:00.320Z Downloaded typify-impl v0.6.1
12462026-03-25T20:26:00.327Z Downloaded typify-impl v0.4.3
12472026-03-25T20:26:00.335Z Downloaded smoltcp v0.11.0
12482026-03-25T20:26:00.339Z Downloaded rustls v0.22.4
12492026-03-25T20:26:00.348Z Downloaded openapiv3 v2.2.0
12502026-03-25T20:26:00.351Z Downloaded hickory-proto v0.25.2
12512026-03-25T20:26:00.359Z Downloaded rhai v1.24.0
12522026-03-25T20:26:00.365Z Downloaded sled v0.34.7
12532026-03-25T20:26:00.395Z Downloaded lzma-sys v0.1.20
12542026-03-25T20:26:00.411Z Downloaded petgraph v0.6.5
12552026-03-25T20:26:00.420Z Downloaded jiff v0.2.23
12562026-03-25T20:26:00.429Z Downloaded chrono-tz v0.10.4
12572026-03-25T20:26:00.453Z Downloaded csv v1.4.0
12582026-03-25T20:26:00.468Z Downloaded sha3 v0.10.8
12592026-03-25T20:26:00.512Z Downloaded encoding_rs v0.8.35
12602026-03-25T20:26:01.048Z Downloaded aws-lc-sys v0.39.0
12612026-03-25T20:26:01.930Z Compiling proc-macro2 v1.0.106
12622026-03-25T20:26:01.930Z Compiling quote v1.0.45
12632026-03-25T20:26:01.930Z Compiling unicode-ident v1.0.24
12642026-03-25T20:26:01.930Z Compiling serde_core v1.0.228
12652026-03-25T20:26:01.935Z Compiling cfg-if v1.0.4
12662026-03-25T20:26:01.935Z Compiling serde v1.0.228
12672026-03-25T20:26:01.935Z Compiling libc v0.2.183
12682026-03-25T20:26:02.025Z Compiling memchr v2.8.0
12692026-03-25T20:26:02.124Z Compiling itoa v1.0.18
12702026-03-25T20:26:02.299Z Compiling smallvec v1.15.1
12712026-03-25T20:26:02.332Z Compiling zmij v1.0.21
12722026-03-25T20:26:02.388Z Compiling serde_json v1.0.149
12732026-03-25T20:26:02.498Z Compiling autocfg v1.5.0
12742026-03-25T20:26:03.064Z Compiling libm v0.2.16
12752026-03-25T20:26:03.093Z Compiling stable_deref_trait v1.2.1
12762026-03-25T20:26:03.093Z Compiling version_check v0.9.5
12772026-03-25T20:26:03.093Z Compiling iana-time-zone v0.1.65
12782026-03-25T20:26:03.093Z Compiling percent-encoding v2.3.2
12792026-03-25T20:26:03.093Z Compiling litemap v0.8.1
12802026-03-25T20:26:03.093Z Compiling writeable v0.6.2
12812026-03-25T20:26:03.093Z Compiling icu_properties_data v2.1.2
12822026-03-25T20:26:03.100Z Compiling icu_normalizer_data v2.1.1
12832026-03-25T20:26:03.100Z Compiling equivalent v1.0.2
12842026-03-25T20:26:03.110Z Compiling foldhash v0.2.0
12852026-03-25T20:26:03.247Z Compiling allocator-api2 v0.2.21
12862026-03-25T20:26:03.258Z Compiling syn v2.0.117
12872026-03-25T20:26:03.333Z Compiling pin-project-lite v0.2.17
12882026-03-25T20:26:03.364Z Compiling form_urlencoded v1.2.2
12892026-03-25T20:26:03.374Z Compiling dyn-clone v1.0.20
12902026-03-25T20:26:03.420Z Compiling utf8_iter v1.0.4
12912026-03-25T20:26:03.438Z Compiling parking_lot_core v0.9.12
12922026-03-25T20:26:03.525Z Compiling hashbrown v0.16.1
12932026-03-25T20:26:03.586Z Compiling scopeguard v1.2.0
12942026-03-25T20:26:03.597Z Compiling num-traits v0.2.19
12952026-03-25T20:26:03.783Z Compiling thiserror v2.0.18
12962026-03-25T20:26:03.789Z Compiling lock_api v0.4.14
12972026-03-25T20:26:03.789Z Compiling heck v0.5.0
12982026-03-25T20:26:03.934Z Compiling rand_core v0.10.0
12992026-03-25T20:26:04.007Z Compiling getrandom v0.4.2
13002026-03-25T20:26:04.099Z Compiling errno v0.3.14
13012026-03-25T20:26:04.179Z Compiling semver v1.0.27
13022026-03-25T20:26:04.228Z Compiling indexmap v2.13.0
13032026-03-25T20:26:04.234Z Compiling futures-core v0.3.32
13042026-03-25T20:26:04.303Z Compiling jobserver v0.1.34
13052026-03-25T20:26:04.791Z Compiling find-msvc-tools v0.1.9
13062026-03-25T20:26:04.820Z Compiling shlex v1.3.0
13072026-03-25T20:26:04.820Z Compiling zerocopy v0.8.47
13082026-03-25T20:26:04.820Z Compiling cc v1.2.57
13092026-03-25T20:26:04.820Z Compiling uuid v1.22.0
13102026-03-25T20:26:04.820Z Compiling rustversion v1.0.22
13112026-03-25T20:26:04.820Z Compiling fnv v1.0.7
13122026-03-25T20:26:04.820Z Compiling futures-sink v0.3.32
13132026-03-25T20:26:04.855Z Compiling schemars v0.8.22
13142026-03-25T20:26:04.867Z Compiling slab v0.4.12
13152026-03-25T20:26:05.136Z Compiling futures-channel v0.3.32
13162026-03-25T20:26:05.151Z Compiling socket2 v0.6.3
13172026-03-25T20:26:05.152Z Compiling futures-task v0.3.32
13182026-03-25T20:26:05.194Z Compiling futures-io v0.3.32
13192026-03-25T20:26:05.328Z Compiling parking_lot v0.12.5
13202026-03-25T20:26:05.344Z Compiling signal-hook-registry v1.4.8
13212026-03-25T20:26:05.361Z Compiling mio v1.1.1
13222026-03-25T20:26:05.371Z Compiling log v0.4.29
13232026-03-25T20:26:06.180Z Compiling portable-atomic v1.13.1
13242026-03-25T20:26:06.218Z Compiling bitflags v2.11.0
13252026-03-25T20:26:06.218Z Compiling typenum v1.19.0
13262026-03-25T20:26:06.218Z Compiling critical-section v1.2.0
13272026-03-25T20:26:06.218Z Compiling getrandom v0.2.17
13282026-03-25T20:26:06.218Z Compiling base64 v0.22.1
13292026-03-25T20:26:06.218Z Compiling regex-syntax v0.8.10
13302026-03-25T20:26:06.218Z Compiling byteorder v1.5.0
13312026-03-25T20:26:06.218Z Compiling subtle v2.6.1
13322026-03-25T20:26:06.218Z Compiling untrusted v0.9.0
13332026-03-25T20:26:06.218Z Compiling rand_core v0.6.4
13342026-03-25T20:26:06.218Z Compiling ipnet v2.12.0
13352026-03-25T20:26:06.218Z Compiling strsim v0.11.1
13362026-03-25T20:26:06.218Z Compiling synstructure v0.13.2
13372026-03-25T20:26:06.362Z Compiling serde_derive_internals v0.29.1
13382026-03-25T20:26:06.554Z Compiling once_cell v1.21.4
13392026-03-25T20:26:06.567Z Compiling httparse v1.10.1
13402026-03-25T20:26:06.592Z Compiling rustix v1.1.4
13412026-03-25T20:26:06.596Z Compiling atomic-waker v1.1.2
13422026-03-25T20:26:06.760Z Compiling tower-service v0.3.3
13432026-03-25T20:26:06.775Z Compiling tower-layer v0.3.3
13442026-03-25T20:26:06.776Z Compiling cmake v0.1.57
13452026-03-25T20:26:06.776Z Compiling thiserror v1.0.69
13462026-03-25T20:26:06.860Z Compiling dunce v1.0.5
13472026-03-25T20:26:07.082Z Compiling ryu v1.0.23
13482026-03-25T20:26:07.102Z Compiling fs_extra v1.3.0
13492026-03-25T20:26:07.102Z Compiling try-lock v0.2.5
13502026-03-25T20:26:07.132Z Compiling want v0.3.1
13512026-03-25T20:26:07.152Z Compiling ucd-trie v0.1.7
13522026-03-25T20:26:07.161Z Compiling httpdate v1.0.3
13532026-03-25T20:26:07.943Z Compiling pin-utils v0.1.0
13542026-03-25T20:26:08.002Z Compiling generic-array v0.14.7
13552026-03-25T20:26:08.002Z Compiling getrandom v0.3.4
13562026-03-25T20:26:08.002Z Compiling aws-lc-sys v0.39.0
13572026-03-25T20:26:08.002Z Compiling pest v2.8.6
13582026-03-25T20:26:08.002Z Compiling serde_derive v1.0.228
13592026-03-25T20:26:08.002Z Compiling zerofrom-derive v0.1.6
13602026-03-25T20:26:08.002Z Compiling yoke-derive v0.8.1
13612026-03-25T20:26:08.002Z Compiling zerovec-derive v0.11.2
13622026-03-25T20:26:08.002Z Compiling displaydoc v0.2.5
13632026-03-25T20:26:08.148Z Compiling schemars_derive v0.8.22
13642026-03-25T20:26:08.684Z Compiling thiserror-impl v2.0.18
13652026-03-25T20:26:08.746Z Compiling tokio-macros v2.6.1
13662026-03-25T20:26:08.746Z Compiling zerocopy-derive v0.8.47
13672026-03-25T20:26:08.746Z Compiling zeroize_derive v1.4.3
13682026-03-25T20:26:08.746Z Compiling futures-macro v0.3.32
13692026-03-25T20:26:08.746Z Compiling zerofrom v0.1.6
13702026-03-25T20:26:09.300Z Compiling yoke v0.8.1
13712026-03-25T20:26:09.680Z Compiling zerovec v0.11.5
13722026-03-25T20:26:09.680Z Compiling zerotrie v0.2.3
13732026-03-25T20:26:09.680Z Compiling zeroize v1.8.2
13742026-03-25T20:26:09.718Z Compiling thiserror-impl v1.0.69
13752026-03-25T20:26:09.718Z Compiling tinystr v0.8.2
13762026-03-25T20:26:09.718Z Compiling potential_utf v0.1.4
13772026-03-25T20:26:09.718Z Compiling futures-util v0.3.32
13782026-03-25T20:26:09.718Z Compiling icu_locale_core v2.1.1
13792026-03-25T20:26:09.718Z Compiling icu_collections v2.1.1
13802026-03-25T20:26:09.748Z Compiling pest_meta v2.8.6
13812026-03-25T20:26:10.284Z Compiling pretty-hex v0.4.2
13822026-03-25T20:26:10.316Z Compiling icu_provider v2.1.1
13832026-03-25T20:26:10.991Z Compiling bytes v1.11.1
13842026-03-25T20:26:11.023Z Compiling icu_properties v2.1.2
13852026-03-25T20:26:11.023Z Compiling icu_normalizer v2.1.1
13862026-03-25T20:26:11.024Z Compiling chrono v0.4.44
13872026-03-25T20:26:11.024Z Compiling serde_tokenstream v0.2.3
13882026-03-25T20:26:11.117Z Compiling http v1.4.0
13892026-03-25T20:26:11.142Z Compiling tokio v1.50.0
13902026-03-25T20:26:11.482Z Compiling erased-serde v0.3.31
13912026-03-25T20:26:11.841Z Compiling idna_adapter v1.2.1
13922026-03-25T20:26:11.862Z Compiling http-body v1.0.1
13932026-03-25T20:26:11.862Z Compiling idna v1.1.0
13942026-03-25T20:26:11.862Z Compiling pest_generator v2.8.6
13952026-03-25T20:26:12.107Z Compiling url v2.5.8
13962026-03-25T20:26:12.122Z Compiling plain v0.2.3
13972026-03-25T20:26:12.550Z Compiling tracing-attributes v0.1.31
13982026-03-25T20:26:12.575Z Compiling pest_derive v2.8.6
13992026-03-25T20:26:12.662Z Compiling ppv-lite86 v0.2.21
14002026-03-25T20:26:13.075Z Compiling tracing-core v0.1.36
14012026-03-25T20:26:13.117Z Compiling slog v2.8.2
14022026-03-25T20:26:13.117Z Compiling http-body-util v0.1.3
14032026-03-25T20:26:13.768Z Compiling serde_urlencoded v0.7.1
14042026-03-25T20:26:13.822Z Compiling ipnetwork v0.21.1
14052026-03-25T20:26:13.822Z Compiling sync_wrapper v1.0.2
14062026-03-25T20:26:13.822Z Compiling tracing v0.1.44
14072026-03-25T20:26:13.822Z Compiling regress v0.10.5
14082026-03-25T20:26:13.822Z Compiling aho-corasick v1.1.4
14092026-03-25T20:26:13.822Z Compiling paste v1.0.15
14102026-03-25T20:26:13.971Z Compiling crypto-common v0.1.7
14112026-03-25T20:26:14.013Z Compiling num-conv v0.2.0
14122026-03-25T20:26:14.034Z Compiling time-core v0.1.8
14132026-03-25T20:26:14.413Z Compiling ident_case v1.0.1
14142026-03-25T20:26:14.442Z Compiling powerfmt v0.2.0
14152026-03-25T20:26:14.443Z Compiling omicron-workspace-hack v0.1.0
14162026-03-25T20:26:14.443Z Compiling time-macros v0.2.27
14172026-03-25T20:26:14.443Z Compiling deranged v0.5.8
14182026-03-25T20:26:14.825Z Compiling regex-automata v0.4.14
14192026-03-25T20:26:15.171Z Compiling anyhow v1.0.102
14202026-03-25T20:26:15.580Z Compiling num_threads v0.1.7
14212026-03-25T20:26:15.606Z Compiling iri-string v0.7.11
14222026-03-25T20:26:15.607Z Compiling scroll_derive v0.13.1
14232026-03-25T20:26:16.077Z Compiling tokio-util v0.7.18
14242026-03-25T20:26:16.741Z Compiling regex v1.12.3
14252026-03-25T20:26:16.801Z Compiling scroll v0.13.0
14262026-03-25T20:26:16.889Z Compiling oxnet v0.1.4
14272026-03-25T20:26:18.208Z Compiling daft-derive v0.1.5
14282026-03-25T20:26:18.273Z Compiling fastrand v2.3.0
14292026-03-25T20:26:18.273Z Compiling winnow v1.0.0
14302026-03-25T20:26:18.273Z Compiling syn v1.0.109
14312026-03-25T20:26:18.273Z Compiling openapiv3 v2.2.0
14322026-03-25T20:26:18.273Z Compiling rustls-pki-types v1.14.0
14332026-03-25T20:26:18.273Z Compiling async-trait v0.1.89
14342026-03-25T20:26:18.274Z Compiling crossbeam-utils v0.8.21
14352026-03-25T20:26:19.277Z Compiling ring v0.17.14
14362026-03-25T20:26:19.582Z Compiling cpufeatures v0.2.17
14372026-03-25T20:26:19.582Z Compiling h2 v0.4.13
14382026-03-25T20:26:19.582Z Compiling block-buffer v0.10.4
14392026-03-25T20:26:19.582Z Compiling thread_local v1.1.9
14402026-03-25T20:26:19.582Z Compiling usdt-impl v0.6.0
14412026-03-25T20:26:19.629Z Compiling hex v0.4.3
14422026-03-25T20:26:19.629Z Compiling digest v0.10.7
14432026-03-25T20:26:19.629Z Compiling goblin v0.10.5
14442026-03-25T20:26:19.629Z Compiling dtrace-parser v0.3.0
14452026-03-25T20:26:19.822Z Compiling camino v1.2.2
14462026-03-25T20:26:19.836Z Compiling slog-async v2.8.0
14472026-03-25T20:26:20.364Z Compiling openssl-probe v0.2.1
14482026-03-25T20:26:20.390Z Compiling thread-id v5.1.0
14492026-03-25T20:26:20.390Z Compiling take_mut v0.2.2
14502026-03-25T20:26:20.405Z Compiling term v1.2.1
14512026-03-25T20:26:20.417Z Compiling rand_core v0.9.5
14522026-03-25T20:26:20.645Z Compiling futures-executor v0.3.32
14532026-03-25T20:26:21.329Z Compiling hyper v1.8.1
14542026-03-25T20:26:21.344Z Compiling match_cfg v0.1.0
14552026-03-25T20:26:21.344Z Compiling futures v0.3.32
14562026-03-25T20:26:21.344Z Compiling structmeta-derive v0.3.0
14572026-03-25T20:26:21.344Z Compiling aws-lc-rs v1.16.2
14582026-03-25T20:26:21.415Z Compiling rustls v0.22.4
14592026-03-25T20:26:21.606Z Compiling rand_chacha v0.9.0
14602026-03-25T20:26:21.690Z Compiling darling_core v0.23.0
14612026-03-25T20:26:21.875Z Compiling newtype-uuid-macros v0.1.0
14622026-03-25T20:26:22.027Z Compiling dof v0.4.0
14632026-03-25T20:26:22.054Z Compiling hyper-util v0.1.20
14642026-03-25T20:26:22.592Z Compiling structmeta v0.3.0
14652026-03-25T20:26:22.947Z Compiling winnow v0.7.15
14662026-03-25T20:26:23.345Z Compiling rand v0.9.2
14672026-03-25T20:26:23.750Z Compiling time v0.3.47
14682026-03-25T20:26:23.767Z Compiling darling_macro v0.23.0
14692026-03-25T20:26:24.009Z Compiling tower v0.5.3
14702026-03-25T20:26:24.248Z Compiling usdt-macro v0.6.0
14712026-03-25T20:26:24.320Z Compiling usdt-attr-macro v0.6.0
14722026-03-25T20:26:24.522Z Compiling newtype-uuid v1.3.2
14732026-03-25T20:26:24.546Z Compiling quick-error v1.2.3
14742026-03-25T20:26:25.032Z Compiling ref-cast v1.0.25
14752026-03-25T20:26:25.055Z Compiling untrusted v0.7.1
14762026-03-25T20:26:25.055Z Compiling daft v0.1.5
14772026-03-25T20:26:25.055Z Compiling tower-http v0.6.8
14782026-03-25T20:26:25.055Z Compiling darling v0.23.0
14792026-03-25T20:26:25.056Z Compiling crossbeam-channel v0.5.15
14802026-03-25T20:26:25.065Z Compiling ref-cast-impl v1.0.25
14812026-03-25T20:26:25.263Z Compiling strum_macros v0.26.4
14822026-03-25T20:26:25.348Z Compiling serde_spanned v1.1.0
14832026-03-25T20:26:25.506Z Compiling toml_datetime v0.7.5+spec-1.1.0
14842026-03-25T20:26:25.557Z Compiling multer v3.1.0
14852026-03-25T20:26:25.557Z Compiling toml_writer v1.1.0+spec-1.1.0
14862026-03-25T20:26:25.557Z Compiling rustls v0.23.37
14872026-03-25T20:26:25.687Z Compiling bit-vec v0.8.0
14882026-03-25T20:26:25.724Z Compiling debug-ignore v1.0.5
14892026-03-25T20:26:25.753Z Compiling serde_with_macros v3.18.0
14902026-03-25T20:26:25.775Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14912026-03-25T20:26:25.797Z Compiling async-stream-impl v0.3.6
14922026-03-25T20:26:25.834Z Compiling dropshot v0.16.7
14932026-03-25T20:26:25.913Z Compiling bit-set v0.8.0
14942026-03-25T20:26:26.051Z Compiling encoding_rs v0.8.35
14952026-03-25T20:26:26.075Z Compiling unarray v0.1.4
14962026-03-25T20:26:26.185Z Compiling spin v0.9.8
14972026-03-25T20:26:26.207Z Compiling mime v0.3.17
14982026-03-25T20:26:26.404Z Compiling async-stream v0.3.6
14992026-03-25T20:26:26.506Z Compiling derive-ex v0.1.8
15002026-03-25T20:26:26.579Z Compiling dropshot_endpoint v0.16.7
15012026-03-25T20:26:26.782Z Compiling macaddr v1.0.1
15022026-03-25T20:26:26.838Z Compiling waitgroup v0.1.2
15032026-03-25T20:26:26.856Z Compiling strum v0.26.3
15042026-03-25T20:26:26.946Z Compiling serde_path_to_error v0.1.20
15052026-03-25T20:26:26.981Z Compiling is-terminal v0.4.17
15062026-03-25T20:26:27.067Z Compiling slog-term v2.9.2
15072026-03-25T20:26:27.293Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15082026-03-25T20:26:27.478Z Compiling tempfile v3.27.0
15092026-03-25T20:26:27.520Z Compiling strum_macros v0.27.2
15102026-03-25T20:26:27.683Z Compiling instant v0.1.13
15112026-03-25T20:26:27.868Z Compiling rustc-hash v2.1.1
15122026-03-25T20:26:27.988Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15132026-03-25T20:26:27.999Z Compiling slog-json v2.6.1
15142026-03-25T20:26:28.010Z Compiling test-strategy v0.4.5
15152026-03-25T20:26:28.211Z Compiling hostname v0.3.1
15162026-03-25T20:26:28.342Z Compiling rustls-native-certs v0.8.3
15172026-03-25T20:26:28.581Z Compiling memmap2 v0.9.10
15182026-03-25T20:26:28.797Z Compiling either v1.15.0
15192026-03-25T20:26:29.007Z Compiling slog-bunyan v2.5.0
15202026-03-25T20:26:29.155Z Compiling parse-display-derive v0.10.0
15212026-03-25T20:26:29.211Z Compiling backon v1.6.0
15222026-03-25T20:26:29.376Z Compiling strum v0.27.2
15232026-03-25T20:26:29.408Z Compiling rustls-webpki v0.102.8
15242026-03-25T20:26:29.449Z Compiling rand_chacha v0.3.1
15252026-03-25T20:26:29.500Z Compiling toml_parser v1.1.0+spec-1.1.0
15262026-03-25T20:26:30.191Z Compiling rand v0.8.5
15272026-03-25T20:26:30.310Z Compiling wait-timeout v0.2.1
15282026-03-25T20:26:30.614Z Compiling utf8parse v0.2.2
15292026-03-25T20:26:30.771Z Compiling anstyle-parse v1.0.0
15302026-03-25T20:26:30.818Z Compiling rusty-fork v0.3.1
15312026-03-25T20:26:30.881Z Compiling toml v0.9.12+spec-1.1.0
15322026-03-25T20:26:30.954Z Compiling serde_with v3.18.0
15332026-03-25T20:26:31.627Z Compiling usdt v0.6.0
15342026-03-25T20:26:31.879Z Compiling tokio-rustls v0.25.0
15352026-03-25T20:26:31.908Z Compiling reqwest v0.12.28
15362026-03-25T20:26:32.100Z Compiling rand_xorshift v0.4.0
15372026-03-25T20:26:32.249Z Compiling sha1 v0.10.6
15382026-03-25T20:26:32.416Z Compiling rustls-pemfile v2.2.0
15392026-03-25T20:26:32.475Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15402026-03-25T20:26:32.612Z Compiling hostname v0.4.2
15412026-03-25T20:26:32.671Z Compiling anstyle-query v1.1.5
15422026-03-25T20:26:32.746Z Compiling colorchoice v1.0.5
15432026-03-25T20:26:32.776Z Compiling is_terminal_polyfill v1.70.2
15442026-03-25T20:26:32.861Z Compiling anstyle v1.0.14
15452026-03-25T20:26:32.938Z Compiling proptest v1.11.0
15462026-03-25T20:26:33.079Z Compiling anstream v1.0.0
15472026-03-25T20:26:33.414Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15482026-03-25T20:26:33.428Z Compiling clap_lex v1.1.0
15492026-03-25T20:26:33.717Z Compiling unicode-width v0.2.2
15502026-03-25T20:26:33.919Z Compiling itertools v0.14.0
15512026-03-25T20:26:33.998Z Compiling iddqd v0.3.17
15522026-03-25T20:26:35.126Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15532026-03-25T20:26:35.151Z Compiling clap_derive v4.6.0
15542026-03-25T20:26:35.239Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15552026-03-25T20:26:35.479Z Compiling terminal_size v0.4.4
15562026-03-25T20:26:35.615Z Compiling toml_datetime v0.6.11
15572026-03-25T20:26:35.857Z Compiling progenitor-client v0.10.0
15582026-03-25T20:26:35.925Z Compiling parse-display v0.10.0
15592026-03-25T20:26:35.925Z Compiling backoff v0.4.0
15602026-03-25T20:26:36.122Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15612026-03-25T20:26:36.252Z Compiling clap_builder v4.6.0
15622026-03-25T20:26:36.900Z Compiling darling_core v0.21.3
15632026-03-25T20:26:37.102Z Compiling zerocopy-derive v0.7.35
15642026-03-25T20:26:37.893Z Compiling clap v4.6.0
15652026-03-25T20:26:37.936Z Compiling zerocopy v0.7.35
15662026-03-25T20:26:37.967Z Compiling crossbeam-epoch v0.9.18
15672026-03-25T20:26:38.308Z Compiling toml_datetime v1.1.0+spec-1.1.0
15682026-03-25T20:26:38.592Z Compiling toml_edit v0.25.8+spec-1.1.0
15692026-03-25T20:26:38.989Z Compiling darling_macro v0.21.3
15702026-03-25T20:26:39.620Z Compiling darling v0.21.3
15712026-03-25T20:26:39.700Z Compiling proc-macro-error-attr v1.0.4
15722026-03-25T20:26:39.865Z Compiling memoffset v0.9.1
15732026-03-25T20:26:39.887Z Compiling heapless v0.8.0
15742026-03-25T20:26:39.915Z Compiling convert_case v0.4.0
15752026-03-25T20:26:39.958Z Compiling tinyvec_macros v0.1.1
15762026-03-25T20:26:40.023Z Compiling cfg_aliases v0.2.1
15772026-03-25T20:26:40.088Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15782026-03-25T20:26:40.096Z Compiling nix v0.31.2
15792026-03-25T20:26:40.208Z Compiling derive_more v0.99.20
15802026-03-25T20:26:40.292Z Compiling tinyvec v1.11.0
15812026-03-25T20:26:40.363Z Compiling ingot-macros v0.1.1
15822026-03-25T20:26:40.374Z Compiling proc-macro-crate v3.5.0
15832026-03-25T20:26:40.783Z Compiling typify-impl v0.6.1
15842026-03-25T20:26:41.061Z Compiling dtrace-parser v0.2.0
15852026-03-25T20:26:41.256Z Compiling secrecy v0.10.3
15862026-03-25T20:26:41.415Z Compiling scroll_derive v0.12.1
15872026-03-25T20:26:41.932Z Compiling hash32 v0.3.1
15882026-03-25T20:26:41.948Z Compiling usdt-impl v0.5.0
15892026-03-25T20:26:42.082Z Compiling proc-macro-error v1.0.4
15902026-03-25T20:26:42.104Z Compiling crucible-workspace-hack v0.1.0
15912026-03-25T20:26:42.188Z Compiling smoltcp v0.11.0
15922026-03-25T20:26:42.302Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
15932026-03-25T20:26:42.312Z Compiling winnow v0.5.40
15942026-03-25T20:26:42.527Z Compiling scroll v0.12.0
15952026-03-25T20:26:42.782Z Compiling num_enum_derive v0.7.6
15962026-03-25T20:26:43.066Z Compiling ingot-types v0.1.2
15972026-03-25T20:26:43.460Z Compiling dof v0.3.0
15982026-03-25T20:26:43.739Z Compiling toml_edit v0.19.15
15992026-03-25T20:26:43.791Z Compiling serde_spanned v0.6.9
16002026-03-25T20:26:43.820Z Compiling cobs v0.3.0
16012026-03-25T20:26:43.853Z Compiling foreign-types-macros v0.2.3
16022026-03-25T20:26:43.886Z Compiling thread-id v4.2.2
16032026-03-25T20:26:43.943Z Compiling toml_write v0.1.2
16042026-03-25T20:26:43.963Z Compiling managed v0.8.0
16052026-03-25T20:26:44.015Z Compiling cpufeatures v0.3.0
16062026-03-25T20:26:44.089Z Compiling bitflags v1.3.2
16072026-03-25T20:26:44.133Z Compiling foreign-types-shared v0.3.1
16082026-03-25T20:26:44.158Z Compiling unsafe-libyaml v0.2.11
16092026-03-25T20:26:44.220Z Compiling toml_edit v0.22.27
16102026-03-25T20:26:44.231Z Compiling chacha20 v0.10.0
16112026-03-25T20:26:44.483Z Compiling foreign-types v0.5.0
16122026-03-25T20:26:44.841Z Compiling serde_yaml v0.9.34+deprecated
16132026-03-25T20:26:44.874Z Compiling postcard v1.1.3
16142026-03-25T20:26:45.103Z Compiling proc-macro-crate v1.3.1
16152026-03-25T20:26:45.206Z Compiling num_enum v0.7.6
16162026-03-25T20:26:45.772Z Compiling ingot v0.1.1
16172026-03-25T20:26:46.297Z Compiling goblin v0.8.2
16182026-03-25T20:26:47.055Z Compiling tabwriter v1.4.1
16192026-03-25T20:26:47.076Z Compiling typify-macro v0.6.1
16202026-03-25T20:26:47.289Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16212026-03-25T20:26:47.429Z Compiling hubpack_derive v0.1.1
16222026-03-25T20:26:47.591Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16232026-03-25T20:26:47.629Z Compiling num-integer v0.1.46
16242026-03-25T20:26:47.777Z Compiling rustc_version v0.4.1
16252026-03-25T20:26:47.879Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16262026-03-25T20:26:48.043Z Compiling cstr-argument v0.1.2
16272026-03-25T20:26:48.091Z Compiling colored v3.1.1
16282026-03-25T20:26:48.172Z Compiling heck v0.4.1
16292026-03-25T20:26:48.190Z Compiling rayon-core v1.13.0
16302026-03-25T20:26:48.240Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16312026-03-25T20:26:48.365Z Compiling float-ord v0.3.2
16322026-03-25T20:26:48.515Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16332026-03-25T20:26:48.591Z Compiling curve25519-dalek v4.1.3
16342026-03-25T20:26:48.787Z Compiling hubpack v0.1.2
16352026-03-25T20:26:49.013Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16362026-03-25T20:26:49.093Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16372026-03-25T20:26:49.261Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16382026-03-25T20:26:49.453Z Compiling num_enum_derive v0.5.11
16392026-03-25T20:26:49.594Z Compiling toml v0.8.23
16402026-03-25T20:26:50.071Z Compiling rand v0.10.0
16412026-03-25T20:26:50.290Z Compiling crossbeam-deque v0.8.6
16422026-03-25T20:26:50.464Z Compiling hmac v0.12.1
16432026-03-25T20:26:50.617Z Compiling inout v0.1.4
16442026-03-25T20:26:50.635Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16452026-03-25T20:26:50.733Z Compiling ff v0.13.1
16462026-03-25T20:26:50.859Z Compiling rustix v0.38.44
16472026-03-25T20:26:50.912Z Compiling static_assertions v1.1.0
16482026-03-25T20:26:50.974Z Compiling prettyplease v0.2.37
16492026-03-25T20:26:51.621Z Compiling group v0.13.0
16502026-03-25T20:26:51.995Z Compiling rustls-webpki v0.103.10
16512026-03-25T20:26:52.312Z Compiling cipher v0.4.4
16522026-03-25T20:26:52.450Z Compiling hkdf v0.12.4
16532026-03-25T20:26:52.968Z Compiling num_enum v0.5.11
16542026-03-25T20:26:53.277Z Compiling typify v0.6.1
16552026-03-25T20:26:53.369Z Compiling num-rational v0.4.2
16562026-03-25T20:26:53.398Z Compiling num-iter v0.1.45
16572026-03-25T20:26:53.527Z Compiling usdt-macro v0.5.0
16582026-03-25T20:26:53.634Z Compiling usdt-attr-macro v0.5.0
16592026-03-25T20:26:54.317Z Compiling camino-tempfile v1.4.1
16602026-03-25T20:26:54.508Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16612026-03-25T20:26:54.557Z Compiling thiserror-impl-no-std v2.0.2
16622026-03-25T20:26:54.991Z Compiling universal-hash v0.5.1
16632026-03-25T20:26:55.155Z Compiling half v2.7.1
16642026-03-25T20:26:55.458Z Compiling tokio-rustls v0.26.4
16652026-03-25T20:26:55.576Z Compiling rustls-platform-verifier v0.6.2
16662026-03-25T20:26:55.654Z Compiling hyper-rustls v0.27.7
16672026-03-25T20:26:55.816Z Compiling crypto-bigint v0.5.5
16682026-03-25T20:26:55.947Z Compiling reqwest v0.13.2
16692026-03-25T20:26:55.955Z Compiling enum-as-inner v0.6.1
16702026-03-25T20:26:56.510Z Compiling curve25519-dalek-derive v0.1.1
16712026-03-25T20:26:56.888Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16722026-03-25T20:26:56.945Z Compiling num-complex v0.4.6
16732026-03-25T20:26:57.151Z Compiling progenitor-client v0.13.0
16742026-03-25T20:26:57.195Z Compiling memmap v0.7.0
16752026-03-25T20:26:57.348Z Compiling ciborium-io v0.2.2
16762026-03-25T20:26:57.411Z Compiling progenitor-extras v0.1.1
16772026-03-25T20:26:57.476Z Compiling data-encoding v2.10.0
16782026-03-25T20:26:57.632Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16792026-03-25T20:26:57.842Z Compiling opaque-debug v0.3.1
16802026-03-25T20:26:57.926Z Compiling base16ct v0.2.0
16812026-03-25T20:26:57.961Z Compiling base64ct v1.8.3
16822026-03-25T20:26:58.085Z Compiling elliptic-curve v0.13.8
16832026-03-25T20:26:58.263Z Compiling password-hash v0.5.0
16842026-03-25T20:26:58.314Z Compiling poly1305 v0.8.0
16852026-03-25T20:26:58.725Z Compiling ciborium-ll v0.2.2
16862026-03-25T20:26:58.767Z Compiling usdt v0.5.0
16872026-03-25T20:26:58.793Z Compiling num v0.4.3
16882026-03-25T20:26:59.045Z Compiling thiserror-no-std v2.0.2
16892026-03-25T20:26:59.112Z Compiling rayon v1.11.0
16902026-03-25T20:26:59.136Z Compiling progenitor-impl v0.13.0
16912026-03-25T20:27:00.030Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16922026-03-25T20:27:00.214Z Compiling chacha20 v0.9.1
16932026-03-25T20:27:00.374Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16942026-03-25T20:27:00.999Z Compiling zone_cfg_derive v0.3.1
16952026-03-25T20:27:01.140Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16962026-03-25T20:27:01.176Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16972026-03-25T20:27:01.444Z Compiling itertools v0.12.1
16982026-03-25T20:27:01.579Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16992026-03-25T20:27:01.625Z Compiling blake2 v0.10.6
17002026-03-25T20:27:01.643Z Compiling byte-wrapper v0.1.0
17012026-03-25T20:27:01.665Z Compiling aead v0.5.2
17022026-03-25T20:27:01.825Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17032026-03-25T20:27:02.003Z Compiling num-derive v0.4.2
17042026-03-25T20:27:02.085Z Compiling sigpipe v0.1.3
17052026-03-25T20:27:02.151Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17062026-03-25T20:27:02.151Z Compiling glob v0.3.3
17072026-03-25T20:27:02.174Z Compiling bytecount v0.6.9
17082026-03-25T20:27:02.311Z Compiling pkg-config v0.3.32
17092026-03-25T20:27:02.373Z Compiling jiff v0.2.23
17102026-03-25T20:27:02.614Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17112026-03-25T20:27:02.643Z Compiling vcpkg v0.2.15
17122026-03-25T20:27:02.736Z Compiling keccak v0.1.6
17132026-03-25T20:27:02.769Z Compiling progenitor-macro v0.13.0
17142026-03-25T20:27:02.945Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17152026-03-25T20:27:02.979Z Compiling sha3 v0.10.8
17162026-03-25T20:27:03.154Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17172026-03-25T20:27:03.205Z Compiling openssl-sys v0.9.112
17182026-03-25T20:27:03.341Z Compiling zone v0.3.1
17192026-03-25T20:27:03.844Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17202026-03-25T20:27:03.891Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17212026-03-25T20:27:04.204Z Compiling argon2 v0.5.3
17222026-03-25T20:27:04.744Z Compiling chacha20poly1305 v0.10.1
17232026-03-25T20:27:04.875Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17242026-03-25T20:27:04.943Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17252026-03-25T20:27:05.126Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17262026-03-25T20:27:05.698Z Compiling vsss-rs v3.3.4
17272026-03-25T20:27:06.005Z Compiling ciborium v0.2.2
17282026-03-25T20:27:06.195Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17292026-03-25T20:27:06.313Z Compiling smf v0.2.3
17302026-03-25T20:27:06.501Z Compiling whoami v1.6.1
17312026-03-25T20:27:06.598Z Compiling indent_write v2.2.0
17322026-03-25T20:27:06.736Z Compiling resolv-conf v0.7.6
17332026-03-25T20:27:06.800Z Compiling semver v0.1.20
17342026-03-25T20:27:06.904Z Compiling lazy_static v1.5.0
17352026-03-25T20:27:06.959Z Compiling linked-hash-map v0.5.6
17362026-03-25T20:27:07.007Z Compiling rustc_version v0.1.7
17372026-03-25T20:27:07.059Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17382026-03-25T20:27:07.116Z Compiling lru-cache v0.1.2
17392026-03-25T20:27:07.203Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17402026-03-25T20:27:07.217Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17412026-03-25T20:27:07.358Z Compiling hickory-proto v0.24.4
17422026-03-25T20:27:07.657Z Compiling serde-big-array v0.5.1
17432026-03-25T20:27:07.800Z Compiling pin-project-internal v1.1.11
17442026-03-25T20:27:07.942Z Compiling progenitor v0.13.0
17452026-03-25T20:27:08.081Z Compiling derive-where v1.6.1
17462026-03-25T20:27:08.911Z Compiling serde_repr v0.1.20
17472026-03-25T20:27:08.925Z Compiling unicode-segmentation v1.13.1
17482026-03-25T20:27:09.351Z Compiling siphasher v1.0.2
17492026-03-25T20:27:09.384Z Compiling swrite v0.1.0
17502026-03-25T20:27:09.474Z Compiling minimal-lexical v0.2.1
17512026-03-25T20:27:09.477Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17522026-03-25T20:27:09.514Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17532026-03-25T20:27:09.554Z Compiling phf_shared v0.12.1
17542026-03-25T20:27:09.738Z Compiling nom v7.1.3
17552026-03-25T20:27:09.750Z Compiling newline-converter v0.3.0
17562026-03-25T20:27:09.862Z Compiling hickory-resolver v0.24.4
17572026-03-25T20:27:10.034Z Compiling pin-project v1.1.11
17582026-03-25T20:27:10.135Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17592026-03-25T20:27:10.683Z Compiling newtype_derive v0.1.6
17602026-03-25T20:27:10.918Z Compiling atomicwrites v0.4.4
17612026-03-25T20:27:11.104Z Compiling unicode-normalization v0.1.25
17622026-03-25T20:27:11.120Z Compiling console v0.15.11
17632026-03-25T20:27:11.574Z Compiling tokio-stream v0.1.18
17642026-03-25T20:27:11.804Z Compiling async-recursion v1.1.1
17652026-03-25T20:27:11.826Z Compiling snafu-derive v0.8.9
17662026-03-25T20:27:11.998Z Compiling slog-dtrace v0.3.0
17672026-03-25T20:27:12.043Z Compiling csv-core v0.1.13
17682026-03-25T20:27:12.222Z Compiling bstr v1.12.1
17692026-03-25T20:27:12.302Z Compiling unicode-width v0.1.14
17702026-03-25T20:27:12.348Z Compiling foreign-types-shared v0.1.1
17712026-03-25T20:27:12.434Z Compiling chrono-tz v0.10.4
17722026-03-25T20:27:12.474Z Compiling same-file v1.0.6
17732026-03-25T20:27:12.485Z Compiling foldhash v0.1.5
17742026-03-25T20:27:12.495Z Compiling highway v1.3.0
17752026-03-25T20:27:12.574Z Compiling unicode-xid v0.2.6
17762026-03-25T20:27:12.638Z Compiling openssl v0.10.76
17772026-03-25T20:27:12.641Z Compiling owo-colors v4.3.0
17782026-03-25T20:27:12.660Z Compiling cancel-safe-futures v0.1.5
17792026-03-25T20:27:12.691Z Compiling similar v2.7.0
17802026-03-25T20:27:12.710Z Compiling const_format_proc_macros v0.2.34
17812026-03-25T20:27:12.879Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17822026-03-25T20:27:12.925Z Compiling hashbrown v0.15.5
17832026-03-25T20:27:12.937Z Compiling walkdir v2.5.0
17842026-03-25T20:27:13.011Z Compiling globset v0.4.18
17852026-03-25T20:27:13.285Z Compiling expectorate v1.2.0
17862026-03-25T20:27:13.437Z Compiling foreign-types v0.3.2
17872026-03-25T20:27:13.505Z Compiling csv v1.4.0
17882026-03-25T20:27:13.561Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17892026-03-25T20:27:13.572Z Compiling qorb v0.4.1
17902026-03-25T20:27:13.616Z Compiling snafu v0.8.9
17912026-03-25T20:27:13.678Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17922026-03-25T20:27:14.013Z Compiling olpc-cjson v0.1.4
17932026-03-25T20:27:14.099Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17942026-03-25T20:27:14.218Z Compiling phf v0.12.1
17952026-03-25T20:27:14.634Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17962026-03-25T20:27:14.829Z Compiling tokio-dtrace v0.1.1
17972026-03-25T20:27:14.899Z Compiling num-derive v0.3.3
17982026-03-25T20:27:15.100Z Compiling typify-impl v0.4.3
17992026-03-25T20:27:15.570Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18002026-03-25T20:27:15.620Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-25T20:27:15.774Z Compiling libsw-core v0.3.2
18022026-03-25T20:27:15.792Z Compiling serde_plain v1.0.2
18032026-03-25T20:27:15.820Z Compiling openssl-macros v0.1.1
18042026-03-25T20:27:15.938Z Compiling pem v3.0.6
18052026-03-25T20:27:15.949Z Compiling cookie v0.18.1
18062026-03-25T20:27:15.993Z Compiling typed-path v0.9.3
18072026-03-25T20:27:16.170Z Compiling fixedbitset v0.5.7
18082026-03-25T20:27:16.189Z Compiling fixedbitset v0.4.2
18092026-03-25T20:27:16.363Z Compiling petgraph v0.8.3
18102026-03-25T20:27:16.420Z Compiling petgraph v0.6.5
18112026-03-25T20:27:16.499Z Compiling libsw v3.5.0
18122026-03-25T20:27:16.677Z Compiling libscf-sys v1.1.0
18132026-03-25T20:27:16.823Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18142026-03-25T20:27:17.308Z Compiling tough v0.20.0
18152026-03-25T20:27:17.881Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18162026-03-25T20:27:18.112Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18172026-03-25T20:27:19.455Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-25T20:27:19.515Z Compiling oxide-tokio-rt v0.1.3
18192026-03-25T20:27:19.914Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-25T20:27:21.129Z Compiling const_format v0.2.35
18212026-03-25T20:27:21.170Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-25T20:27:21.292Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-25T20:27:21.351Z Compiling typify-macro v0.4.3
18242026-03-25T20:27:21.521Z Compiling papergrid v0.11.0
18252026-03-25T20:27:21.746Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-25T20:27:21.873Z Compiling gethostname v0.5.0
18272026-03-25T20:27:21.955Z Compiling tabled_derive v0.7.0
18282026-03-25T20:27:21.994Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18292026-03-25T20:27:22.112Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18302026-03-25T20:27:22.686Z Compiling bcs v0.1.6
18312026-03-25T20:27:22.908Z Compiling tagptr v0.2.0
18322026-03-25T20:27:23.010Z Compiling smawk v0.3.2
18332026-03-25T20:27:23.063Z Compiling unicode-linebreak v0.1.5
18342026-03-25T20:27:23.148Z Compiling linear-map v1.2.0
18352026-03-25T20:27:23.187Z Compiling termtree v0.5.1
18362026-03-25T20:27:23.250Z Compiling moka v0.12.15
18372026-03-25T20:27:23.302Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18382026-03-25T20:27:23.302Z Compiling textwrap v0.16.2
18392026-03-25T20:27:23.326Z Compiling tabled v0.15.0
18402026-03-25T20:27:23.335Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18412026-03-25T20:27:23.391Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-25T20:27:23.449Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18432026-03-25T20:27:23.670Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-25T20:27:24.101Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-25T20:27:24.208Z Compiling steno v0.4.1
18462026-03-25T20:27:24.911Z Compiling hickory-proto v0.25.2
18472026-03-25T20:27:25.078Z Compiling humantime v2.3.0
18482026-03-25T20:27:25.364Z Compiling proc-macro-error-attr2 v2.0.0
18492026-03-25T20:27:25.805Z Compiling parking_lot_core v0.8.6
18502026-03-25T20:27:26.086Z Compiling proc-macro-error2 v2.0.1
18512026-03-25T20:27:26.103Z Compiling typify v0.4.3
18522026-03-25T20:27:26.370Z Compiling crc32fast v1.5.0
18532026-03-25T20:27:26.440Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18542026-03-25T20:27:26.575Z Compiling tabled_derive v0.11.0
18552026-03-25T20:27:26.679Z Compiling progenitor-impl v0.11.2
18562026-03-25T20:27:27.024Z Compiling hickory-resolver v0.25.2
18572026-03-25T20:27:27.439Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18582026-03-25T20:27:27.681Z Compiling papergrid v0.17.0
18592026-03-25T20:27:27.946Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18602026-03-25T20:27:28.421Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18612026-03-25T20:27:29.345Z Compiling testing_table v0.3.0
18622026-03-25T20:27:29.462Z Compiling arc-swap v1.9.0
18632026-03-25T20:27:29.521Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18642026-03-25T20:27:29.763Z Compiling slog-scope v4.4.1
18652026-03-25T20:27:29.781Z Compiling tabled v0.20.0
18662026-03-25T20:27:29.797Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18672026-03-25T20:27:30.219Z Compiling parking_lot v0.11.2
18682026-03-25T20:27:30.242Z Compiling progenitor-macro v0.11.2
18692026-03-25T20:27:30.652Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18702026-03-25T20:27:30.854Z Compiling progenitor-client v0.11.2
18712026-03-25T20:27:31.062Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18722026-03-25T20:27:31.151Z Compiling fxhash v0.2.1
18732026-03-25T20:27:31.257Z Compiling internet-checksum v0.2.1
18742026-03-25T20:27:31.347Z Compiling sled v0.34.7
18752026-03-25T20:27:31.404Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18762026-03-25T20:27:32.539Z Compiling slog-stdlog v4.1.1
18772026-03-25T20:27:32.556Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18782026-03-25T20:27:32.557Z Compiling crc8 v0.1.1
18792026-03-25T20:27:32.694Z Compiling slog-envlogger v2.2.0
18802026-03-25T20:27:32.766Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18812026-03-25T20:27:33.089Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
18822026-03-25T20:27:33.750Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18832026-03-25T20:27:35.271Z Compiling progenitor v0.11.2
18842026-03-25T20:27:35.363Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18852026-03-25T20:27:40.969Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18862026-03-25T20:27:42.578Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18872026-03-25T20:27:43.662Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18882026-03-25T20:27:44.781Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18892026-03-25T20:27:45.561Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18902026-03-25T20:27:47.019Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
18912026-03-25T20:28:10.594Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
18922026-03-25T20:28:10.766Z────────────
18932026-03-25T20:28:10.767Z Nextest run ID 5afb1702-80d1-47af-b1a3-4ecd77e67d45 with nextest profile: default
18942026-03-25T20:28:10.767Z Starting 7 tests across 1 binary
18952026-03-25T20:28:10.776Z PASS [ 0.009s] mg-lower dendrite::test_tfport_parser
18962026-03-25T20:28:10.779Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
18972026-03-25T20:28:10.782Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
18982026-03-25T20:28:10.782Z PASS [ 0.012s] mg-lower test::sync_mixed_v4_and_v4_over_v6
18992026-03-25T20:28:10.782Z PASS [ 0.013s] mg-lower test::sync_prefix_test
19002026-03-25T20:28:10.782Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_idempotent
19012026-03-25T20:28:10.782Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19022026-03-25T20:28:10.782Z────────────
19032026-03-25T20:28:10.782Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19042026-03-25T20:28:10.792Zprocess exited: duration 289611 ms, exit code 0
 
19052026-03-25T20:28:10.799Zfound 0 output files