01KMK9KJ7EHJHN3JEAYK6YBNPS: test-rdb

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

Buildomat Job: 01KMK9MTYT0R9SP73KNEKTN65N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:17:04.472Zjob assigned to worker 01KMKA7Y8XTRFYDEVW4WYGMW7W [factory aws, i-0e0577376e7d0f7b6] (queued for 11 m 16 s)
 
22026-03-25T20:17:11.463Zstarting task 0: "setup"
32026-03-25T20:17:11.467Z++ uname -s
42026-03-25T20:17:11.471Z+ kern=SunOS
52026-03-25T20:17:11.471Z+ build_user=build
62026-03-25T20:17:11.471Z+ build_uid=12345
72026-03-25T20:17:11.471Z+ work_dir=/work
82026-03-25T20:17:11.471Z+ input_dir=/input
92026-03-25T20:17:11.471Z+ [[ 0 == 12345 ]]
102026-03-25T20:17:11.471Z+ case "$kern" in
112026-03-25T20:17:11.471Z+ groupadd -g 12345 build
122026-03-25T20:17:11.474Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:17:13.478Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:17:13.590Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:17:13.593Z+ home_fs=zfs
162026-03-25T20:17:13.593Z+ [[ zfs == autofs ]]
172026-03-25T20:17:13.593Z+ mkdir -p /home/build
182026-03-25T20:17:13.593Z+ chown build:build /home/build /work
192026-03-25T20:17:15.594Z+ chmod 0700 /home/build /work
202026-03-25T20:17:15.597Zprocess exited: duration 4135 ms, exit code 0
 
212026-03-25T20:17:15.603Zstarting task 1: "rust-toolchain"
222026-03-25T20:17:15.608Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-25T20:17:15.608Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-25T20:17:15.608Z * rust toolchain channel = "stable"
252026-03-25T20:17:15.608Z * rust toolchain profile = "default"
262026-03-25T20:17:15.608Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-25T20:17:15.608Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-25T20:17:15.617Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:17:15.617Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:17:15.729Zinfo: downloading installer
312026-03-25T20:17:17.121Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:17:17.121Zwarn: /opt/ooce/bin
332026-03-25T20:17:17.121Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:17:17.121Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:17:17.121Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:17:17.121Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:17:17.121Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:17:17.121Zerror: cannot install while Rust is installed
392026-03-25T20:17:17.121Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:17:17.121Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:17:17.121Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:17:17.121Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:17:17.121Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:17:17.133Zinfo: profile set to default
452026-03-25T20:17:17.134Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:17:17.136Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:17:17.265Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:17:17.268Zinfo: downloading 6 components
492026-03-25T20:17:33.142Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-25T20:17:33.142Z
512026-03-25T20:17:33.170Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:17:33.171Z
532026-03-25T20:17:33.171Z
542026-03-25T20:17:33.171ZRust is installed now. Great!
552026-03-25T20:17:33.171Z
562026-03-25T20:17:33.171ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:17:33.171Zenvironment variable. This has not been done automatically.
582026-03-25T20:17:33.171Z
592026-03-25T20:17:33.171ZTo configure your current shell, you need to source
602026-03-25T20:17:33.171Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:17:33.171Z
622026-03-25T20:17:33.171ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:17:33.171Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:17:33.172Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:17:33.172Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:17:33.172Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:17:33.172Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:17:33.172Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:17:33.177Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:17:33.177Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:17:33.273Z+ rustup --version
722026-03-25T20:17:33.283Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:17:33.286Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:17:33.308Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:17:33.315Z+ cargo --version
762026-03-25T20:17:33.319Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:17:33.322Z+ rustc --version
782026-03-25T20:17:33.340Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:17:33.343Zprocess exited: duration 17737 ms, exit code 0
 
802026-03-25T20:17:33.352Zstarting task 2: "authentication"
812026-03-25T20:17:33.368Zprocess exited: duration 15 ms, exit code 0
 
822026-03-25T20:17:33.376Zstarting task 3: "clone repository"
832026-03-25T20:17:33.380Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:17:33.386Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:17:33.412ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:17:34.173Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:17:34.173Z+ git fetch origin 4949163aee7ca9ca8b89b2da582f866500156c36
882026-03-25T20:17:34.453ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:17:34.453Z * branch 4949163aee7ca9ca8b89b2da582f866500156c36 -> FETCH_HEAD
902026-03-25T20:17:34.459Z+ [[ -n renovate/clap-4.x ]]
912026-03-25T20:17:34.462Z++ git branch --show-current
922026-03-25T20:17:34.462Z+ current=main
932026-03-25T20:17:34.462Z+ [[ main != renovate/clap-4.x ]]
942026-03-25T20:17:34.462Z+ git branch -f renovate/clap-4.x 4949163aee7ca9ca8b89b2da582f866500156c36
952026-03-25T20:17:34.465Z+ git checkout -f renovate/clap-4.x
962026-03-25T20:17:34.480ZSwitched to branch 'renovate/clap-4.x'
972026-03-25T20:17:34.483Z+ git reset --hard 4949163aee7ca9ca8b89b2da582f866500156c36
982026-03-25T20:17:34.497ZHEAD is now at 4949163 Update Rust crate clap to 4.6.0
992026-03-25T20:17:34.500Zprocess exited: duration 1121 ms, exit code 0
 
1002026-03-25T20:17:34.505Zstarting task 4: "build"
1012026-03-25T20:17:34.509Z+ set -e
1022026-03-25T20:17:34.509Z+ source .github/buildomat/test-common.sh
1032026-03-25T20:17:34.509Z++ NEXTEST_VERSION=0.9.97
1042026-03-25T20:17:34.509Z++ PLATFORM=illumos
1052026-03-25T20:17:34.512Z++ banner install
1062026-03-25T20:17:34.512Z
1072026-03-25T20:17:34.512Z # # # #### ##### ## # #
1082026-03-25T20:17:34.512Z # ## # # # # # # #
1092026-03-25T20:17:34.512Z # # # # #### # # # # #
1102026-03-25T20:17:34.512Z # # # # # # ###### # #
1112026-03-25T20:17:34.512Z # # ## # # # # # # #
1122026-03-25T20:17:34.512Z # # # #### # # # ###### ######
1132026-03-25T20:17:34.512Z
1142026-03-25T20:17:34.512Z++ set +o errexit
1152026-03-25T20:17:34.512Z++ pkg info clang-15
1162026-03-25T20:17:34.517Z++ grep -qi installed
1172026-03-25T20:17:35.699Zpkg: info: no packages matching the following patterns you specified are
1182026-03-25T20:17:35.699Zinstalled on the system. Try querying remotely instead:
1192026-03-25T20:17:35.699Z
1202026-03-25T20:17:35.699Z clang-15
1212026-03-25T20:17:35.737Z++ [[ 1 != 0 ]]
1222026-03-25T20:17:35.737Z++ set -o errexit
1232026-03-25T20:17:35.741Z++ pfexec pkg install clang-15
1242026-03-25T20:17:43.307Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-25T20:17:50.094Z Startup: Caching catalogs ... Done
1262026-03-25T20:17:53.688ZPlanning: Solver setup ... Done
1272026-03-25T20:17:53.699ZPlanning: Running solver ... Done
1282026-03-25T20:17:53.814ZPlanning: Finding local manifests ... Done
1292026-03-25T20:17:53.826ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-25T20:17:53.906ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-25T20:17:53.935ZPlanning: Package planning ... Done
1322026-03-25T20:17:53.961ZPlanning: Merging actions ... Done
1332026-03-25T20:17:54.075ZPlanning: Checking for conflicting actions ... Done
1342026-03-25T20:17:54.079ZPlanning: Consolidating action changes ... Done
1352026-03-25T20:17:54.856ZPlanning: Evaluating mediators ... Done
1362026-03-25T20:17:54.868ZPlanning: Planning completed in 4.61 seconds
1372026-03-25T20:17:54.876Z Packages to install: 2
1382026-03-25T20:17:54.885Z Mediators to change: 2
1392026-03-25T20:17:54.885Z Services to change: 1
1402026-03-25T20:17:54.885Z Create boot environment: No
1412026-03-25T20:17:54.886ZCreate backup boot environment: No
1422026-03-25T20:17:54.915Z
1432026-03-25T20:17:54.915ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-25T20:18:00.095ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (25.6M/s)
1452026-03-25T20:18:04.168ZDownload: Completed 211.31 MB in 9.25 seconds (22.8M/s)
1462026-03-25T20:18:04.429Z Actions: 1/3418 actions (Installing new actions)
1472026-03-25T20:18:07.577Z Actions: Completed 3418 actions in 3.15 seconds.
1482026-03-25T20:18:07.868Z Done
1492026-03-25T20:18:07.868Z Done
1502026-03-25T20:18:08.543Z Done
1512026-03-25T20:18:11.839Z Done
1522026-03-25T20:18:11.922Z Done
1532026-03-25T20:18:11.926Z Done
1542026-03-25T20:18:12.224Z Done
1552026-03-25T20:18:12.835Z++ set -o errexit
1562026-03-25T20:18:12.835Z++ cargo --version
1572026-03-25T20:18:12.841Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1582026-03-25T20:18:13.004Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1592026-03-25T20:18:13.007Zinfo: downloading 6 components
1602026-03-25T20:18:28.925Zcargo 1.94.0 (85eff7c80 2026-01-15)
1612026-03-25T20:18:28.928Z++ rustc --version
1622026-03-25T20:18:28.956Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1632026-03-25T20:18:28.960Z++ cargo install cargo-nextest --version 0.9.97
1642026-03-25T20:18:29.003Z Updating crates.io index
1652026-03-25T20:18:29.111Z Downloading crates ...
1662026-03-25T20:18:29.166Z Downloaded cargo-nextest v0.9.97
1672026-03-25T20:18:29.230Z Installing cargo-nextest v0.9.97
1682026-03-25T20:18:29.271Z Updating crates.io index
1692026-03-25T20:18:31.996Z Locking 408 packages to latest compatible versions
1702026-03-25T20:18:32.001Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-03-25T20:18:32.004Z Adding duct v0.13.7 (available: v1.1.1)
1722026-03-25T20:18:32.004Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-03-25T20:18:32.004Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-03-25T20:18:32.007Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1752026-03-25T20:18:32.007Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1762026-03-25T20:18:32.007Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-03-25T20:18:32.009Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1782026-03-25T20:18:32.012Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-03-25T20:18:32.030Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1802026-03-25T20:18:32.039Z Downloading crates ...
1812026-03-25T20:18:32.127Z Downloaded backtrace-ext v0.2.1
1822026-03-25T20:18:32.134Z Downloaded colorchoice v1.0.5
1832026-03-25T20:18:32.137Z Downloaded crypto-common v0.1.7
1842026-03-25T20:18:32.140Z Downloaded indenter v0.3.4
1852026-03-25T20:18:32.143Z Downloaded http-body v1.0.1
1862026-03-25T20:18:32.146Z Downloaded futures-io v0.3.32
1872026-03-25T20:18:32.149Z Downloaded lru-slab v0.1.2
1882026-03-25T20:18:32.149Z Downloaded lazy_static v1.5.0
1892026-03-25T20:18:32.152Z Downloaded itoa v1.0.18
1902026-03-25T20:18:32.152Z Downloaded cfg_aliases v0.2.1
1912026-03-25T20:18:32.166Z Downloaded cfg-if v1.0.4
1922026-03-25T20:18:32.166Z Downloaded indent_write v2.2.0
1932026-03-25T20:18:32.166Z Downloaded is_terminal_polyfill v1.70.2
1942026-03-25T20:18:32.166Z Downloaded humantime-serde v1.1.1
1952026-03-25T20:18:32.166Z Downloaded curve25519-dalek-derive v0.1.1
1962026-03-25T20:18:32.166Z Downloaded home v0.5.12
1972026-03-25T20:18:32.166Z Downloaded block-buffer v0.10.4
1982026-03-25T20:18:32.166Z Downloaded atomic-waker v1.1.2
1992026-03-25T20:18:32.171Z Downloaded async-scoped v0.9.0
2002026-03-25T20:18:32.171Z Downloaded cargo-platform v0.2.0
2012026-03-25T20:18:32.175Z Downloaded atomicwrites v0.4.4
2022026-03-25T20:18:32.175Z Downloaded hyper-tls v0.6.0
2032026-03-25T20:18:32.177Z Downloaded futures-sink v0.3.32
2042026-03-25T20:18:32.181Z Downloaded form_urlencoded v1.2.2
2052026-03-25T20:18:32.184Z Downloaded fnv v1.0.7
2062026-03-25T20:18:32.184Z Downloaded jobserver v0.1.34
2072026-03-25T20:18:32.187Z Downloaded foreign-types v0.3.2
2082026-03-25T20:18:32.189Z Downloaded futures-task v0.3.32
2092026-03-25T20:18:32.189Z Downloaded ipnet v2.12.0
2102026-03-25T20:18:32.192Z Downloaded lock_api v0.4.14
2112026-03-25T20:18:32.192Z Downloaded document-features v0.2.12
2122026-03-25T20:18:32.195Z Downloaded iana-time-zone v0.1.65
2132026-03-25T20:18:32.195Z Downloaded hyper-rustls v0.27.7
2142026-03-25T20:18:32.198Z Downloaded http-body-util v0.1.3
2152026-03-25T20:18:32.198Z Downloaded proc-macro2 v1.0.106
2162026-03-25T20:18:32.201Z Downloaded percent-encoding v2.3.2
2172026-03-25T20:18:32.201Z Downloaded humantime v2.3.0
2182026-03-25T20:18:32.201Z Downloaded fastrand v2.3.0
2192026-03-25T20:18:32.204Z Downloaded futures-core v0.3.32
2202026-03-25T20:18:32.204Z Downloaded foreign-types-shared v0.1.1
2212026-03-25T20:18:32.204Z Downloaded errno v0.3.14
2222026-03-25T20:18:32.207Z Downloaded rustc-hash v2.1.1
2232026-03-25T20:18:32.207Z Downloaded futures-macro v0.3.32
2242026-03-25T20:18:32.207Z Downloaded enable-ansi-support v0.2.1
2252026-03-25T20:18:32.210Z Downloaded cargo-platform v0.3.2
2262026-03-25T20:18:32.210Z Downloaded number_prefix v0.4.0
2272026-03-25T20:18:32.210Z Downloaded nested v0.1.1
2282026-03-25T20:18:32.213Z Downloaded is_ci v1.2.0
2292026-03-25T20:18:32.213Z Downloaded pin-utils v0.1.0
2302026-03-25T20:18:32.216Z Downloaded equivalent v1.0.2
2312026-03-25T20:18:32.216Z Downloaded color-spantrace v0.3.0
2322026-03-25T20:18:32.219Z Downloaded debug-ignore v1.0.5
2332026-03-25T20:18:32.219Z Downloaded os_pipe v1.2.3
2342026-03-25T20:18:32.219Z Downloaded rand_core v0.6.4
2352026-03-25T20:18:32.222Z Downloaded adler2 v2.0.1
2362026-03-25T20:18:32.222Z Downloaded generic-array v0.14.7
2372026-03-25T20:18:32.225Z Downloaded idna_adapter v1.0.0
2382026-03-25T20:18:32.225Z Downloaded openssl-probe v0.2.1
2392026-03-25T20:18:32.228Z Downloaded dialoguer v0.11.0
2402026-03-25T20:18:32.231Z Downloaded heck v0.5.0
2412026-03-25T20:18:32.234Z Downloaded nextest-workspace-hack v0.1.0
2422026-03-25T20:18:32.237Z Downloaded httparse v1.10.1
2432026-03-25T20:18:32.241Z Downloaded hex v0.4.3
2442026-03-25T20:18:32.246Z Downloaded serde_spanned v0.6.9
2452026-03-25T20:18:32.250Z Downloaded shell-words v1.1.1
2462026-03-25T20:18:32.253Z Downloaded pathdiff v0.2.3
2472026-03-25T20:18:32.253Z Downloaded openssl-macros v0.1.1
2482026-03-25T20:18:32.255Z Downloaded signal-hook-mio v0.2.5
2492026-03-25T20:18:32.255Z Downloaded rustc_version v0.4.1
2502026-03-25T20:18:32.259Z Downloaded find-msvc-tools v0.1.9
2512026-03-25T20:18:32.259Z Downloaded filetime v0.2.27
2522026-03-25T20:18:32.262Z Downloaded scopeguard v1.2.0
2532026-03-25T20:18:32.262Z Downloaded mukti-metadata v0.3.0
2542026-03-25T20:18:32.262Z Downloaded foldhash v0.1.5
2552026-03-25T20:18:32.264Z Downloaded log v0.4.29
2562026-03-25T20:18:32.267Z Downloaded future-queue v0.4.0
2572026-03-25T20:18:32.271Z Downloaded serde-value v0.7.0
2582026-03-25T20:18:32.271Z Downloaded ordered-float v2.10.1
2592026-03-25T20:18:32.274Z Downloaded serde_spanned v1.1.0
2602026-03-25T20:18:32.274Z Downloaded serde_urlencoded v0.7.1
2612026-03-25T20:18:32.277Z Downloaded cargo_metadata v0.23.1
2622026-03-25T20:18:32.277Z Downloaded cargo-util-schemas v0.2.0
2632026-03-25T20:18:32.277Z Downloaded cargo_metadata v0.20.0
2642026-03-25T20:18:32.280Z Downloaded shared_child v1.1.1
2652026-03-25T20:18:32.280Z Downloaded ppv-lite86 v0.2.21
2662026-03-25T20:18:32.283Z Downloaded rand_chacha v0.9.0
2672026-03-25T20:18:32.283Z Downloaded pkg-config v0.3.32
2682026-03-25T20:18:32.285Z Downloaded clap_lex v1.1.0
2692026-03-25T20:18:32.286Z Downloaded anstyle v1.0.14
2702026-03-25T20:18:32.286Z Downloaded cpufeatures v0.2.17
2712026-03-25T20:18:32.291Z Downloaded anstream v1.0.0
2722026-03-25T20:18:32.291Z Downloaded autocfg v1.5.0
2732026-03-25T20:18:32.293Z Downloaded litrs v1.0.0
2742026-03-25T20:18:32.293Z Downloaded convert_case v0.10.0
2752026-03-25T20:18:32.293Z Downloaded anstyle-query v1.1.5
2762026-03-25T20:18:32.294Z Downloaded fixedbitset v0.5.7
2772026-03-25T20:18:32.297Z Downloaded erased-serde v0.4.10
2782026-03-25T20:18:32.300Z Downloaded quote v1.0.45
2792026-03-25T20:18:32.300Z Downloaded parking_lot_core v0.9.12
2802026-03-25T20:18:32.300Z Downloaded subtle v2.6.1
2812026-03-25T20:18:32.303Z Downloaded either v1.15.0
2822026-03-25T20:18:32.303Z Downloaded sigchld v0.2.4
2832026-03-25T20:18:32.305Z Downloaded supports-hyperlinks v3.2.0
2842026-03-25T20:18:32.305Z Downloaded strsim v0.11.1
2852026-03-25T20:18:32.305Z Downloaded strip-ansi-escapes v0.2.1
2862026-03-25T20:18:32.305Z Downloaded swrite v0.1.0
2872026-03-25T20:18:32.308Z Downloaded futures-executor v0.3.32
2882026-03-25T20:18:32.308Z Downloaded console v0.15.11
2892026-03-25T20:18:32.311Z Downloaded clap_derive v4.6.0
2902026-03-25T20:18:32.311Z Downloaded supports-unicode v3.0.0
2912026-03-25T20:18:32.314Z Downloaded signature v2.2.0
2922026-03-25T20:18:32.314Z Downloaded rand_core v0.9.5
2932026-03-25T20:18:32.314Z Downloaded anstyle-parse v1.0.0
2942026-03-25T20:18:32.317Z Downloaded nextest-metadata v0.12.2
2952026-03-25T20:18:32.317Z Downloaded native-tls v0.2.18
2962026-03-25T20:18:32.322Z Downloaded guppy-workspace-hack v0.1.0
2972026-03-25T20:18:32.322Z Downloaded globset v0.4.18
2982026-03-25T20:18:32.325Z Downloaded pkcs8 v0.10.2
2992026-03-25T20:18:32.325Z Downloaded self-replace v1.5.0
3002026-03-25T20:18:32.331Z Downloaded pin-project-internal v1.1.11
3012026-03-25T20:18:32.331Z Downloaded sha2 v0.10.9
3022026-03-25T20:18:32.334Z Downloaded shlex v1.3.0
3032026-03-25T20:18:32.334Z Downloaded semver v1.0.27
3042026-03-25T20:18:32.334Z Downloaded digest v0.10.7
3052026-03-25T20:18:32.338Z Downloaded tinyvec_macros v0.1.1
3062026-03-25T20:18:32.338Z Downloaded target-spec-miette v0.4.5
3072026-03-25T20:18:32.338Z Downloaded terminal_size v0.4.4
3082026-03-25T20:18:32.343Z Downloaded rustc-demangle v0.1.27
3092026-03-25T20:18:32.343Z Downloaded miette-derive v7.6.0
3102026-03-25T20:18:32.346Z Downloaded futures-channel v0.3.32
3112026-03-25T20:18:32.349Z Downloaded serde_ignored v0.1.14
3122026-03-25T20:18:32.349Z Downloaded serde-untagged v0.1.9
3132026-03-25T20:18:32.352Z Downloaded toml_datetime v0.6.11
3142026-03-25T20:18:32.356Z Downloaded serde_path_to_error v0.1.20
3152026-03-25T20:18:32.356Z Downloaded ed25519 v2.2.3
3162026-03-25T20:18:32.359Z Downloaded bitflags v2.11.0
3172026-03-25T20:18:32.359Z Downloaded quinn-udp v0.5.14
3182026-03-25T20:18:32.362Z Downloaded quick-junit v0.5.2
3192026-03-25T20:18:32.364Z Downloaded toml_write v0.1.2
3202026-03-25T20:18:32.364Z Downloaded signal-hook-registry v1.4.8
3212026-03-25T20:18:32.364Z Downloaded getrandom v0.2.17
3222026-03-25T20:18:32.367Z Downloaded cfg-expr v0.20.7
3232026-03-25T20:18:32.370Z Downloaded camino-tempfile v1.4.1
3242026-03-25T20:18:32.370Z Downloaded ahash v0.8.12
3252026-03-25T20:18:32.370Z Downloaded duct v0.13.7
3262026-03-25T20:18:32.373Z Downloaded try-lock v0.2.5
3272026-03-25T20:18:32.373Z Downloaded tower-service v0.3.3
3282026-03-25T20:18:32.374Z Downloaded sync_wrapper v1.0.2
3292026-03-25T20:18:32.374Z Downloaded static_assertions v1.1.0
3302026-03-25T20:18:32.377Z Downloaded typeid v1.0.3
3312026-03-25T20:18:32.377Z Downloaded newtype-uuid v1.3.2
3322026-03-25T20:18:32.377Z Downloaded crc32fast v1.5.0
3332026-03-25T20:18:32.377Z Downloaded const-oid v0.9.6
3342026-03-25T20:18:32.379Z Downloaded owo-colors v4.3.0
3352026-03-25T20:18:32.379Z Downloaded urlencoding v2.1.3
3362026-03-25T20:18:32.382Z Downloaded tower-layer v0.3.3
3372026-03-25T20:18:32.383Z Downloaded supports-color v3.0.2
3382026-03-25T20:18:32.383Z Downloaded spki v0.7.3
3392026-03-25T20:18:32.385Z Downloaded parking_lot v0.12.5
3402026-03-25T20:18:32.385Z Downloaded smol_str v0.3.6
3412026-03-25T20:18:32.385Z Downloaded slab v0.4.12
3422026-03-25T20:18:32.388Z Downloaded simd-adler32 v0.3.8
3432026-03-25T20:18:32.388Z Downloaded once_cell v1.21.4
3442026-03-25T20:18:32.391Z Downloaded unicode-linebreak v0.1.5
3452026-03-25T20:18:32.391Z Downloaded nextest-filtering v0.15.0
3462026-03-25T20:18:32.394Z Downloaded pin-project-lite v0.2.17
3472026-03-25T20:18:32.397Z Downloaded untrusted v0.9.0
3482026-03-25T20:18:32.397Z Downloaded utf8parse v0.2.2
3492026-03-25T20:18:32.400Z Downloaded thiserror-impl v1.0.69
3502026-03-25T20:18:32.402Z Downloaded thiserror v2.0.18
3512026-03-25T20:18:32.405Z Downloaded want v0.3.1
3522026-03-25T20:18:32.405Z Downloaded unicode-xid v0.2.6
3532026-03-25T20:18:32.409Z Downloaded tokio-native-tls v0.3.1
3542026-03-25T20:18:32.411Z Downloaded self_update v0.42.0
3552026-03-25T20:18:32.411Z Downloaded rustls-pki-types v1.14.0
3562026-03-25T20:18:32.414Z Downloaded target-spec v3.5.7
3572026-03-25T20:18:32.417Z Downloaded target-lexicon v0.13.3
3582026-03-25T20:18:32.417Z Downloaded tokio-macros v2.6.1
3592026-03-25T20:18:32.420Z Downloaded thiserror-impl v2.0.18
3602026-03-25T20:18:32.429Z Downloaded xattr v1.6.1
3612026-03-25T20:18:32.432Z Downloaded toml_writer v1.1.0+spec-1.1.0
3622026-03-25T20:18:32.437Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3632026-03-25T20:18:32.440Z Downloaded camino v1.2.2
3642026-03-25T20:18:32.440Z Downloaded addr2line v0.25.1
3652026-03-25T20:18:32.443Z Downloaded tracing-error v0.2.1
3662026-03-25T20:18:32.446Z Downloaded eyre v0.6.12
3672026-03-25T20:18:32.449Z Downloaded derive-where v1.6.1
3682026-03-25T20:18:32.453Z Downloaded pin-project v1.1.11
3692026-03-25T20:18:32.457Z Downloaded indicatif v0.17.11
3702026-03-25T20:18:32.460Z Downloaded config v0.15.22
3712026-03-25T20:18:32.464Z Downloaded tempfile v3.27.0
3722026-03-25T20:18:32.467Z Downloaded unicase v2.9.0
3732026-03-25T20:18:32.471Z Downloaded utf8_iter v1.0.4
3742026-03-25T20:18:32.471Z Downloaded tracing-log v0.2.0
3752026-03-25T20:18:32.474Z Downloaded thiserror v1.0.69
3762026-03-25T20:18:32.474Z Downloaded ryu v1.0.23
3772026-03-25T20:18:32.477Z Downloaded getrandom v0.4.2
3782026-03-25T20:18:32.480Z Downloaded getrandom v0.3.4
3792026-03-25T20:18:32.482Z Downloaded serde_derive v1.0.228
3802026-03-25T20:18:32.482Z Downloaded futures v0.3.32
3812026-03-25T20:18:32.486Z Downloaded toml v0.8.23
3822026-03-25T20:18:32.488Z Downloaded tokio-rustls v0.26.4
3832026-03-25T20:18:32.488Z Downloaded version_check v0.9.5
3842026-03-25T20:18:32.491Z Downloaded xxhash-rust v0.8.15
3852026-03-25T20:18:32.491Z Downloaded num-traits v0.2.19
3862026-03-25T20:18:32.494Z Downloaded zstd-safe v7.2.4
3872026-03-25T20:18:32.494Z Downloaded smallvec v1.15.1
3882026-03-25T20:18:32.497Z Downloaded zstd v0.13.3
3892026-03-25T20:18:32.497Z Downloaded zipsign-api v0.1.5
3902026-03-25T20:18:32.499Z Downloaded zeroize v1.8.2
3912026-03-25T20:18:32.499Z Downloaded tokio-stream v0.1.18
3922026-03-25T20:18:32.502Z Downloaded tracing-attributes v0.1.31
3932026-03-25T20:18:32.502Z Downloaded openssl-sys v0.9.112
3942026-03-25T20:18:32.505Z Downloaded base64 v0.22.1
3952026-03-25T20:18:32.508Z Downloaded textwrap v0.16.2
3962026-03-25T20:18:32.512Z Downloaded miniz_oxide v0.8.9
3972026-03-25T20:18:32.512Z Downloaded http v1.4.0
3982026-03-25T20:18:32.514Z Downloaded base64ct v1.8.3
3992026-03-25T20:18:32.515Z Downloaded socket2 v0.6.3
4002026-03-25T20:18:32.515Z Downloaded signal-hook v0.3.18
4012026-03-25T20:18:32.517Z Downloaded indexmap v2.13.0
4022026-03-25T20:18:32.520Z Downloaded ed25519-dalek v2.2.0
4032026-03-25T20:18:32.520Z Downloaded memchr v2.8.0
4042026-03-25T20:18:32.523Z Downloaded toml_parser v1.1.0+spec-1.1.0
4052026-03-25T20:18:32.526Z Downloaded toml v1.1.0+spec-1.1.0
4062026-03-25T20:18:32.529Z Downloaded quinn v0.11.9
4072026-03-25T20:18:32.531Z Downloaded zmij v1.0.21
4082026-03-25T20:18:32.531Z Downloaded clap v4.6.0
4092026-03-25T20:18:32.535Z Downloaded tinyvec v1.11.0
4102026-03-25T20:18:32.537Z Downloaded thread_local v1.1.9
4112026-03-25T20:18:32.537Z Downloaded bytes v1.11.1
4122026-03-25T20:18:32.540Z Downloaded sharded-slab v0.1.7
4132026-03-25T20:18:32.543Z Downloaded serde_core v1.0.228
4142026-03-25T20:18:32.543Z Downloaded borsh v1.6.1
4152026-03-25T20:18:32.546Z Downloaded backtrace v0.3.76
4162026-03-25T20:18:32.549Z Downloaded flate2 v1.1.9
4172026-03-25T20:18:32.552Z Downloaded rustls-webpki v0.103.10
4182026-03-25T20:18:32.555Z Downloaded derive_more v2.1.1
4192026-03-25T20:18:32.560Z Downloaded unicode-ident v1.0.24
4202026-03-25T20:18:32.563Z Downloaded der v0.7.10
4212026-03-25T20:18:32.567Z Downloaded tar v0.4.45
4222026-03-25T20:18:32.571Z Downloaded vte v0.14.1
4232026-03-25T20:18:32.574Z Downloaded rand v0.9.2
4242026-03-25T20:18:32.584Z Downloaded typenum v1.19.0
4252026-03-25T20:18:32.587Z Downloaded toml_edit v0.22.27
4262026-03-25T20:18:32.589Z Downloaded tracing-core v0.1.36
4272026-03-25T20:18:32.589Z Downloaded miette v7.6.0
4282026-03-25T20:18:32.595Z Downloaded hyper-util v0.1.20
4292026-03-25T20:18:32.598Z Downloaded serde v1.0.228
4302026-03-25T20:18:32.604Z Downloaded cc v1.2.57
4312026-03-25T20:18:32.621Z Downloaded url v2.5.8
4322026-03-25T20:18:32.625Z Downloaded derive_more-impl v2.1.1
4332026-03-25T20:18:32.628Z Downloaded mio v1.1.1
4342026-03-25T20:18:32.630Z Downloaded uuid v1.22.0
4352026-03-25T20:18:32.636Z Downloaded hyper v1.8.1
4362026-03-25T20:18:32.646Z Downloaded tower v0.5.3
4372026-03-25T20:18:32.652Z Downloaded guppy v0.17.25
4382026-03-25T20:18:32.655Z Downloaded itertools v0.14.0
4392026-03-25T20:18:32.660Z Downloaded hashbrown v0.15.5
4402026-03-25T20:18:32.663Z Downloaded ron v0.12.0
4412026-03-25T20:18:32.668Z Downloaded unicode-segmentation v1.13.1
4422026-03-25T20:18:32.671Z Downloaded reqwest v0.12.28
4432026-03-25T20:18:32.675Z Downloaded hashbrown v0.16.1
4442026-03-25T20:18:32.678Z Downloaded unicode-normalization v0.1.25
4452026-03-25T20:18:32.678Z Downloaded idna v1.1.0
4462026-03-25T20:18:32.682Z Downloaded tower-http v0.6.8
4472026-03-25T20:18:32.686Z Downloaded tokio-util v0.7.18
4482026-03-25T20:18:32.688Z Downloaded clap_builder v4.6.0
4492026-03-25T20:18:32.691Z Downloaded aho-corasick v1.1.4
4502026-03-25T20:18:32.694Z Downloaded futures-util v0.3.32
4512026-03-25T20:18:32.701Z Downloaded regex v1.12.3
4522026-03-25T20:18:32.704Z Downloaded pulldown-cmark v0.13.3
4532026-03-25T20:18:32.706Z Downloaded h2 v0.4.13
4542026-03-25T20:18:32.710Z Downloaded iri-string v0.7.11
4552026-03-25T20:18:32.714Z Downloaded chrono v0.4.44
4562026-03-25T20:18:32.718Z Downloaded crossterm v0.29.0
4572026-03-25T20:18:32.722Z Downloaded serde_json v1.0.149
4582026-03-25T20:18:32.726Z Downloaded vcpkg v0.2.15
4592026-03-25T20:18:32.749Z Downloaded gimli v0.32.3
4602026-03-25T20:18:32.754Z Downloaded curve25519-dalek v4.1.3
4612026-03-25T20:18:32.758Z Downloaded bstr v1.12.1
4622026-03-25T20:18:32.778Z Downloaded quick-xml v0.37.5
4632026-03-25T20:18:32.781Z Downloaded color-eyre v0.6.5
4642026-03-25T20:18:32.812Z Downloaded portable-atomic v1.13.1
4652026-03-25T20:18:32.827Z Downloaded winnow v1.0.0
4662026-03-25T20:18:32.834Z Downloaded winnow v0.7.15
4672026-03-25T20:18:32.848Z Downloaded quick-xml v0.38.4
4682026-03-25T20:18:32.851Z Downloaded quinn-proto v0.11.14
4692026-03-25T20:18:32.887Z Downloaded tracing-subscriber v0.3.23
4702026-03-25T20:18:32.909Z Downloaded webpki-roots v1.0.6
4712026-03-25T20:18:32.924Z Downloaded nix v0.30.1
4722026-03-25T20:18:32.933Z Downloaded unicode-width v0.1.14
4732026-03-25T20:18:32.936Z Downloaded openssl v0.10.76
4742026-03-25T20:18:32.941Z Downloaded nextest-runner v0.80.0
4752026-03-25T20:18:32.948Z Downloaded syn v2.0.117
4762026-03-25T20:18:32.955Z Downloaded zerocopy v0.8.47
4772026-03-25T20:18:32.964Z Downloaded unicode-width v0.2.2
4782026-03-25T20:18:32.975Z Downloaded object v0.37.3
4792026-03-25T20:18:32.986Z Downloaded rustix v0.38.44
4802026-03-25T20:18:32.997Z Downloaded rustls v0.23.37
4812026-03-25T20:18:33.005Z Downloaded regex-syntax v0.8.10
4822026-03-25T20:18:33.052Z Downloaded rustix v1.1.4
4832026-03-25T20:18:33.083Z Downloaded tracing v0.1.44
4842026-03-25T20:18:33.130Z Downloaded regex-automata v0.4.14
4852026-03-25T20:18:33.176Z Downloaded libc v0.2.183
4862026-03-25T20:18:33.191Z Downloaded petgraph v0.8.3
4872026-03-25T20:18:33.229Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4882026-03-25T20:18:33.239Z Downloaded tokio v1.50.0
4892026-03-25T20:18:33.291Z Downloaded recursion v0.5.4
4902026-03-25T20:18:33.295Z Downloaded ring v0.17.14
4912026-03-25T20:18:33.355Z Compiling proc-macro2 v1.0.106
4922026-03-25T20:18:33.355Z Compiling libc v0.2.183
4932026-03-25T20:18:33.359Z Compiling quote v1.0.45
4942026-03-25T20:18:33.360Z Compiling unicode-ident v1.0.24
4952026-03-25T20:18:33.360Z Compiling serde_core v1.0.228
4962026-03-25T20:18:33.360Z Compiling cfg-if v1.0.4
4972026-03-25T20:18:33.360Z Compiling memchr v2.8.0
4982026-03-25T20:18:33.360Z Compiling once_cell v1.21.4
4992026-03-25T20:18:33.597Z Compiling log v0.4.29
5002026-03-25T20:18:33.609Z Compiling pin-project-lite v0.2.17
5012026-03-25T20:18:33.718Z Compiling serde v1.0.228
5022026-03-25T20:18:33.746Z Compiling itoa v1.0.18
5032026-03-25T20:18:33.855Z Compiling futures-core v0.3.32
5042026-03-25T20:18:33.987Z Compiling smallvec v1.15.1
5052026-03-25T20:18:34.007Z Compiling bitflags v2.11.0
5062026-03-25T20:18:34.066Z Compiling equivalent v1.0.2
5072026-03-25T20:18:34.147Z Compiling hashbrown v0.16.1
5082026-03-25T20:18:34.238Z Compiling shlex v1.3.0
5092026-03-25T20:18:34.387Z Compiling errno v0.3.14
5102026-03-25T20:18:34.409Z Compiling find-msvc-tools v0.1.9
5112026-03-25T20:18:34.482Z Compiling bytes v1.11.1
5122026-03-25T20:18:34.597Z Compiling signal-hook-registry v1.4.8
5132026-03-25T20:18:34.654Z Compiling jobserver v0.1.34
5142026-03-25T20:18:34.664Z Compiling mio v1.1.1
5152026-03-25T20:18:34.679Z Compiling rustix v1.1.4
5162026-03-25T20:18:34.813Z Compiling syn v2.0.117
5172026-03-25T20:18:34.818Z Compiling futures-sink v0.3.32
5182026-03-25T20:18:34.949Z Compiling cc v1.2.57
5192026-03-25T20:18:34.959Z Compiling socket2 v0.6.3
5202026-03-25T20:18:35.105Z Compiling slab v0.4.12
5212026-03-25T20:18:35.319Z Compiling zmij v1.0.21
5222026-03-25T20:18:35.347Z Compiling futures-channel v0.3.32
5232026-03-25T20:18:35.359Z Compiling tracing-core v0.1.36
5242026-03-25T20:18:35.642Z Compiling version_check v0.9.5
5252026-03-25T20:18:35.714Z Compiling serde_json v1.0.149
5262026-03-25T20:18:35.816Z Compiling indexmap v2.13.0
5272026-03-25T20:18:35.933Z Compiling futures-task v0.3.32
5282026-03-25T20:18:35.972Z Compiling futures-io v0.3.32
5292026-03-25T20:18:36.132Z Compiling getrandom v0.4.2
5302026-03-25T20:18:36.226Z Compiling unicode-width v0.2.2
5312026-03-25T20:18:36.273Z Compiling camino v1.2.2
5322026-03-25T20:18:36.543Z Compiling ring v0.17.14
5332026-03-25T20:18:36.555Z Compiling http v1.4.0
5342026-03-25T20:18:36.598Z Compiling simd-adler32 v0.3.8
5352026-03-25T20:18:36.672Z Compiling autocfg v1.5.0
5362026-03-25T20:18:36.675Z Compiling percent-encoding v2.3.2
5372026-03-25T20:18:36.967Z Compiling zeroize v1.8.2
5382026-03-25T20:18:37.024Z Compiling adler2 v2.0.1
5392026-03-25T20:18:37.140Z Compiling miniz_oxide v0.8.9
5402026-03-25T20:18:37.190Z Compiling num-traits v0.2.19
5412026-03-25T20:18:37.407Z Compiling zerocopy v0.8.47
5422026-03-25T20:18:37.456Z Compiling object v0.37.3
5432026-03-25T20:18:37.721Z Compiling getrandom v0.3.4
5442026-03-25T20:18:37.774Z Compiling target-lexicon v0.13.3
5452026-03-25T20:18:38.047Z Compiling http-body v1.0.1
5462026-03-25T20:18:38.107Z Compiling rustls-pki-types v1.14.0
5472026-03-25T20:18:38.222Z Compiling semver v1.0.27
5482026-03-25T20:18:38.278Z Compiling getrandom v0.2.17
5492026-03-25T20:18:38.392Z Compiling owo-colors v4.3.0
5502026-03-25T20:18:38.460Z Compiling serde_derive v1.0.228
5512026-03-25T20:18:38.471Z Compiling tokio-macros v2.6.1
5522026-03-25T20:18:38.552Z Compiling futures-macro v0.3.32
5532026-03-25T20:18:38.710Z Compiling tracing-attributes v0.1.31
5542026-03-25T20:18:38.736Z Compiling untrusted v0.9.0
5552026-03-25T20:18:38.873Z Compiling thiserror v2.0.18
5562026-03-25T20:18:38.874Z Compiling httparse v1.10.1
5572026-03-25T20:18:38.917Z Compiling guppy-workspace-hack v0.1.0
5582026-03-25T20:18:39.126Z Compiling typenum v1.19.0
5592026-03-25T20:18:39.198Z Compiling fnv v1.0.7
5602026-03-25T20:18:39.198Z Compiling signal-hook v0.3.18
5612026-03-25T20:18:39.221Z Compiling tokio v1.50.0
5622026-03-25T20:18:39.313Z Compiling gimli v0.32.3
5632026-03-25T20:18:39.360Z Compiling futures-util v0.3.32
5642026-03-25T20:18:39.591Z Compiling thiserror-impl v2.0.18
5652026-03-25T20:18:39.893Z Compiling tracing v0.1.44
5662026-03-25T20:18:40.994Z Compiling form_urlencoded v1.2.2
5672026-03-25T20:18:41.260Z Compiling addr2line v0.25.1
5682026-03-25T20:18:41.683Z Compiling generic-array v0.14.7
5692026-03-25T20:18:41.696Z Compiling rustc-demangle v0.1.27
5702026-03-25T20:18:41.909Z Compiling tower-service v0.3.3
5712026-03-25T20:18:41.951Z Compiling try-lock v0.2.5
5722026-03-25T20:18:41.964Z Compiling target-spec v3.5.7
5732026-03-25T20:18:42.004Z Compiling utf8_iter v1.0.4
5742026-03-25T20:18:42.068Z Compiling typeid v1.0.3
5752026-03-25T20:18:42.168Z Compiling pkg-config v0.3.32
5762026-03-25T20:18:42.237Z Compiling idna_adapter v1.0.0
5772026-03-25T20:18:42.340Z Compiling atomic-waker v1.1.2
5782026-03-25T20:18:42.342Z Compiling rustls v0.23.37
5792026-03-25T20:18:42.472Z Compiling fastrand v2.3.0
5802026-03-25T20:18:42.557Z Compiling thiserror v1.0.69
5812026-03-25T20:18:42.600Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5822026-03-25T20:18:42.681Z Compiling tempfile v3.27.0
5832026-03-25T20:18:42.870Z Compiling idna v1.1.0
5842026-03-25T20:18:43.011Z Compiling tokio-util v0.7.18
5852026-03-25T20:18:43.041Z Compiling want v0.3.1
5862026-03-25T20:18:43.221Z Compiling backtrace v0.3.76
5872026-03-25T20:18:43.566Z Compiling h2 v0.4.13
5882026-03-25T20:18:43.762Z Compiling cfg-expr v0.20.7
5892026-03-25T20:18:44.735Z Compiling thiserror-impl v1.0.69
5902026-03-25T20:18:44.750Z Compiling terminal_size v0.4.4
5912026-03-25T20:18:44.905Z Compiling aho-corasick v1.1.4
5922026-03-25T20:18:45.065Z Compiling pin-utils v0.1.0
5932026-03-25T20:18:45.154Z Compiling erased-serde v0.4.10
5942026-03-25T20:18:45.167Z Compiling subtle v2.6.1
5952026-03-25T20:18:45.323Z Compiling winnow v0.7.15
5962026-03-25T20:18:45.458Z Compiling regex-syntax v0.8.10
5972026-03-25T20:18:45.899Z Compiling rustls-webpki v0.103.10
5982026-03-25T20:18:47.240Z Compiling regex-automata v0.4.14
5992026-03-25T20:18:48.545Z Compiling hyper v1.8.1
6002026-03-25T20:18:49.650Z Compiling url v2.5.8
6012026-03-25T20:18:52.080Z Compiling serde_spanned v0.6.9
6022026-03-25T20:18:52.105Z Compiling toml_datetime v0.6.11
6032026-03-25T20:18:52.243Z Compiling ahash v0.8.12
6042026-03-25T20:18:52.256Z Compiling sync_wrapper v1.0.2
6052026-03-25T20:18:52.278Z Compiling crc32fast v1.5.0
6062026-03-25T20:18:52.365Z Compiling lazy_static v1.5.0
6072026-03-25T20:18:52.473Z Compiling base64 v0.22.1
6082026-03-25T20:18:52.486Z Compiling portable-atomic v1.13.1
6092026-03-25T20:18:52.486Z Compiling ipnet v2.12.0
6102026-03-25T20:18:52.558Z Compiling either v1.15.0
6112026-03-25T20:18:52.597Z Compiling unicode-segmentation v1.13.1
6122026-03-25T20:18:52.780Z Compiling is_ci v1.2.0
6132026-03-25T20:18:52.924Z Compiling parking_lot_core v0.9.12
6142026-03-25T20:18:52.948Z Compiling toml_write v0.1.2
6152026-03-25T20:18:52.951Z Compiling tower-layer v0.3.3
6162026-03-25T20:18:52.995Z Compiling nextest-workspace-hack v0.1.0
6172026-03-25T20:18:53.146Z Compiling unicode-linebreak v0.1.5
6182026-03-25T20:18:53.180Z Compiling foldhash v0.1.5
6192026-03-25T20:18:53.218Z Compiling toml_edit v0.22.27
6202026-03-25T20:18:53.230Z Compiling tower v0.5.3
6212026-03-25T20:18:53.400Z Compiling textwrap v0.16.2
6222026-03-25T20:18:53.416Z Compiling hashbrown v0.15.5
6232026-03-25T20:18:53.735Z Compiling convert_case v0.10.0
6242026-03-25T20:18:53.820Z Compiling supports-color v3.0.2
6252026-03-25T20:18:54.000Z Compiling hyper-util v0.1.20
6262026-03-25T20:18:54.093Z Compiling sharded-slab v0.1.7
6272026-03-25T20:18:54.667Z Compiling tokio-rustls v0.26.4
6282026-03-25T20:18:54.682Z Compiling backtrace-ext v0.2.1
6292026-03-25T20:18:54.804Z Compiling ordered-float v2.10.1
6302026-03-25T20:18:54.939Z Compiling miette-derive v7.6.0
6312026-03-25T20:18:54.952Z Compiling webpki-roots v1.0.6
6322026-03-25T20:18:55.070Z Compiling pathdiff v0.2.3
6332026-03-25T20:18:55.081Z Compiling console v0.15.11
6342026-03-25T20:18:55.197Z Compiling tracing-log v0.2.0
6352026-03-25T20:18:55.557Z Compiling cargo-platform v0.3.2
6362026-03-25T20:18:56.015Z Compiling os_pipe v1.2.3
6372026-03-25T20:18:56.120Z Compiling thread_local v1.1.9
6382026-03-25T20:18:56.188Z Compiling scopeguard v1.2.0
6392026-03-25T20:18:56.298Z Compiling supports-hyperlinks v3.2.0
6402026-03-25T20:18:56.389Z Compiling supports-unicode v3.0.0
6412026-03-25T20:18:56.525Z Compiling utf8parse v0.2.2
6422026-03-25T20:18:56.535Z Compiling iri-string v0.7.11
6432026-03-25T20:18:56.583Z Compiling debug-ignore v1.0.5
6442026-03-25T20:18:56.620Z Compiling fixedbitset v0.5.7
6452026-03-25T20:18:56.636Z Compiling cfg_aliases v0.2.1
6462026-03-25T20:18:56.690Z Compiling pulldown-cmark v0.13.3
6472026-03-25T20:18:56.707Z Compiling rustix v0.38.44
6482026-03-25T20:18:56.901Z Compiling ryu v1.0.23
6492026-03-25T20:18:57.046Z Compiling winnow v1.0.0
6502026-03-25T20:18:57.190Z Compiling zstd-safe v7.2.4
6512026-03-25T20:18:57.430Z Compiling unicode-width v0.1.14
6522026-03-25T20:18:57.596Z Compiling serde_urlencoded v0.7.1
6532026-03-25T20:18:57.730Z Compiling miette v7.6.0
6542026-03-25T20:18:57.900Z Compiling petgraph v0.8.3
6552026-03-25T20:18:58.376Z Compiling toml_parser v1.1.0+spec-1.1.0
6562026-03-25T20:18:58.479Z Compiling tower-http v0.6.8
6572026-03-25T20:18:59.159Z Compiling nix v0.30.1
6582026-03-25T20:18:59.464Z Compiling anstyle-parse v1.0.0
6592026-03-25T20:18:59.583Z Compiling tracing-subscriber v0.3.23
6602026-03-25T20:18:59.681Z Compiling lock_api v0.4.14
6612026-03-25T20:18:59.685Z Compiling sigchld v0.2.4
6622026-03-25T20:18:59.819Z Compiling cargo_metadata v0.23.1
6632026-03-25T20:18:59.923Z Compiling hyper-rustls v0.27.7
6642026-03-25T20:18:59.923Z Compiling serde-value v0.7.0
6652026-03-25T20:19:00.646Z Compiling toml v0.8.23
6662026-03-25T20:19:00.679Z Compiling serde-untagged v0.1.9
6672026-03-25T20:19:01.558Z Compiling derive_more-impl v2.1.1
6682026-03-25T20:19:02.584Z Compiling itertools v0.14.0
6692026-03-25T20:19:02.722Z Compiling regex v1.12.3
6702026-03-25T20:19:02.838Z Compiling block-buffer v0.10.4
6712026-03-25T20:19:02.860Z Compiling crypto-common v0.1.7
6722026-03-25T20:19:02.987Z Compiling ppv-lite86 v0.2.21
6732026-03-25T20:19:02.987Z Compiling futures-executor v0.3.32
6742026-03-25T20:19:03.330Z Compiling rand_core v0.9.5
6752026-03-25T20:19:03.539Z Compiling pin-project-internal v1.1.11
6762026-03-25T20:19:03.549Z Compiling http-body-util v0.1.3
6772026-03-25T20:19:03.580Z Compiling uuid v1.22.0
6782026-03-25T20:19:03.813Z Compiling smol_str v0.3.6
6792026-03-25T20:19:04.066Z Compiling serde_spanned v1.1.0
6802026-03-25T20:19:04.107Z Compiling toml_datetime v1.1.0+spec-1.1.0
6812026-03-25T20:19:04.150Z Compiling filetime v0.2.27
6822026-03-25T20:19:04.150Z Compiling vte v0.14.1
6832026-03-25T20:19:04.221Z Compiling bstr v1.12.1
6842026-03-25T20:19:04.351Z Compiling litrs v1.0.0
6852026-03-25T20:19:04.374Z Compiling iana-time-zone v0.1.65
6862026-03-25T20:19:04.522Z Compiling tinyvec_macros v0.1.1
6872026-03-25T20:19:04.570Z Compiling colorchoice v1.0.5
6882026-03-25T20:19:04.594Z Compiling unicase v2.9.0
6892026-03-25T20:19:04.691Z Compiling nested v0.1.1
6902026-03-25T20:19:04.715Z Compiling color-spantrace v0.3.0
6912026-03-25T20:19:04.788Z Compiling anstyle v1.0.14
6922026-03-25T20:19:04.802Z Compiling xattr v1.6.1
6932026-03-25T20:19:04.898Z Compiling static_assertions v1.1.0
6942026-03-25T20:19:04.973Z Compiling number_prefix v0.4.0
6952026-03-25T20:19:04.985Z Compiling is_terminal_polyfill v1.70.2
6962026-03-25T20:19:05.035Z Compiling unicode-xid v0.2.6
6972026-03-25T20:19:05.075Z Compiling anstyle-query v1.1.5
6982026-03-25T20:19:05.088Z Compiling self_update v0.42.0
6992026-03-25T20:19:05.121Z Compiling eyre v0.6.12
7002026-03-25T20:19:05.167Z Compiling anstream v1.0.0
7012026-03-25T20:19:05.181Z Compiling cargo-util-schemas v0.2.0
7022026-03-25T20:19:05.237Z Compiling indicatif v0.17.11
7032026-03-25T20:19:05.479Z Compiling guppy v0.17.25
7042026-03-25T20:19:05.649Z Compiling tar v0.4.45
7052026-03-25T20:19:05.699Z Compiling document-features v0.2.12
7062026-03-25T20:19:06.230Z Compiling globset v0.4.18
7072026-03-25T20:19:06.466Z Compiling tinyvec v1.11.0
7082026-03-25T20:19:06.890Z Compiling pin-project v1.1.11
7092026-03-25T20:19:07.000Z Compiling chrono v0.4.44
7102026-03-25T20:19:07.172Z Compiling toml v1.1.0+spec-1.1.0
7112026-03-25T20:19:07.608Z Compiling strip-ansi-escapes v0.2.1
7122026-03-25T20:19:08.112Z Compiling nextest-metadata v0.12.2
7132026-03-25T20:19:08.254Z Compiling newtype-uuid v1.3.2
7142026-03-25T20:19:08.432Z Compiling reqwest v0.12.28
7152026-03-25T20:19:08.452Z Compiling rand_chacha v0.9.0
7162026-03-25T20:19:09.009Z Compiling futures v0.3.32
7172026-03-25T20:19:09.096Z Compiling digest v0.10.7
7182026-03-25T20:19:09.327Z Compiling parking_lot v0.12.5
7192026-03-25T20:19:09.473Z Compiling derive_more v2.1.1
7202026-03-25T20:19:09.559Z Compiling flate2 v1.1.9
7212026-03-25T20:19:10.123Z Compiling tracing-error v0.2.1
7222026-03-25T20:19:10.233Z Compiling shared_child v1.1.1
7232026-03-25T20:19:10.391Z Compiling signal-hook-mio v0.2.5
7242026-03-25T20:19:10.520Z Compiling self-replace v1.5.0
7252026-03-25T20:19:10.571Z Compiling cargo-platform v0.2.0
7262026-03-25T20:19:10.706Z Compiling quick-xml v0.37.5
7272026-03-25T20:19:10.808Z Compiling quick-xml v0.38.4
7282026-03-25T20:19:11.125Z Compiling strsim v0.11.1
7292026-03-25T20:19:11.648Z Compiling urlencoding v2.1.3
7302026-03-25T20:19:11.892Z Compiling cpufeatures v0.2.17
7312026-03-25T20:19:11.969Z Compiling humantime v2.3.0
7322026-03-25T20:19:12.152Z Compiling heck v0.5.0
7332026-03-25T20:19:12.238Z Compiling recursion v0.5.4
7342026-03-25T20:19:12.352Z Compiling clap_lex v1.1.0
7352026-03-25T20:19:12.373Z Compiling indenter v0.3.4
7362026-03-25T20:19:12.414Z Compiling shell-words v1.1.1
7372026-03-25T20:19:12.646Z Compiling clap_builder v4.6.0
7382026-03-25T20:19:12.667Z Compiling clap_derive v4.6.0
7392026-03-25T20:19:12.710Z Compiling nextest-filtering v0.15.0
7402026-03-25T20:19:13.015Z Compiling humantime-serde v1.1.1
7412026-03-25T20:19:13.177Z Compiling sha2 v0.10.9
7422026-03-25T20:19:14.391Z Compiling quick-junit v0.5.2
7432026-03-25T20:19:14.429Z Compiling atomicwrites v0.4.4
7442026-03-25T20:19:14.717Z Compiling cargo_metadata v0.20.0
7452026-03-25T20:19:16.629Z Compiling cargo-nextest v0.9.97
7462026-03-25T20:19:16.932Z Compiling crossterm v0.29.0
7472026-03-25T20:19:18.342Z Compiling duct v0.13.7
7482026-03-25T20:19:19.038Z Compiling zstd v0.13.3
7492026-03-25T20:19:19.466Z Compiling async-scoped v0.9.0
7502026-03-25T20:19:19.619Z Compiling rand v0.9.2
7512026-03-25T20:19:19.656Z Compiling config v0.15.22
7522026-03-25T20:19:19.814Z Compiling unicode-normalization v0.1.25
7532026-03-25T20:19:19.867Z Compiling target-spec-miette v0.4.5
7542026-03-25T20:19:20.095Z Compiling future-queue v0.4.0
7552026-03-25T20:19:20.108Z Compiling mukti-metadata v0.3.0
7562026-03-25T20:19:20.279Z Compiling tokio-stream v0.1.18
7572026-03-25T20:19:20.367Z Compiling camino-tempfile v1.4.1
7582026-03-25T20:19:20.370Z Compiling derive-where v1.6.1
7592026-03-25T20:19:20.391Z Compiling serde_path_to_error v0.1.20
7602026-03-25T20:19:20.592Z Compiling serde_ignored v0.1.14
7612026-03-25T20:19:20.799Z Compiling hex v0.4.3
7622026-03-25T20:19:20.811Z Compiling home v0.5.12
7632026-03-25T20:19:20.840Z Compiling indent_write v2.2.0
7642026-03-25T20:19:20.928Z Compiling swrite v0.1.0
7652026-03-25T20:19:20.986Z Compiling xxhash-rust v0.8.15
7662026-03-25T20:19:20.986Z Compiling color-eyre v0.6.5
7672026-03-25T20:19:21.049Z Compiling clap v4.6.0
7682026-03-25T20:19:21.088Z Compiling dialoguer v0.11.0
7692026-03-25T20:19:21.134Z Compiling enable-ansi-support v0.2.1
7702026-03-25T20:19:21.611Z Compiling nextest-runner v0.80.0
7712026-03-25T20:19:39.887Z Finished `release` profile [optimized] target(s) in 1m 10s
7722026-03-25T20:19:40.067Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-03-25T20:19:40.070Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-03-25T20:19:40.187Z+ pushd rdb
7752026-03-25T20:19:40.190Z+ cargo nextest run
7762026-03-25T20:19:40.190Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7772026-03-25T20:19:40.347Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-03-25T20:19:40.930ZFrom https://github.com/oxidecomputer/falcon
7792026-03-25T20:19:40.930Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7802026-03-25T20:19:41.009Z Updating crates.io index
7812026-03-25T20:19:41.040Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-03-25T20:19:41.833ZFrom https://github.com/oxidecomputer/dendrite
7832026-03-25T20:19:41.834Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-03-25T20:19:41.866Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-03-25T20:19:42.133ZFrom https://github.com/oxidecomputer/ispf
7862026-03-25T20:19:42.133Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-03-25T20:19:42.187Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-03-25T20:19:42.513ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-03-25T20:19:42.513Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7902026-03-25T20:19:42.541Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-03-25T20:19:50.534ZFrom https://github.com/oxidecomputer/omicron
7922026-03-25T20:19:50.534Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7932026-03-25T20:19:50.965Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-03-25T20:19:51.587ZFrom https://github.com/oxidecomputer/opte
7952026-03-25T20:19:51.587Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7962026-03-25T20:19:51.743Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-03-25T20:19:52.007ZFrom https://github.com/illumos/smf-rs
7982026-03-25T20:19:52.007Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-03-25T20:19:52.116Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-03-25T20:19:52.380ZFrom https://github.com/oxidecomputer/network-interface
8012026-03-25T20:19:52.380Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-03-25T20:19:52.387Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-03-25T20:19:52.644ZFrom https://github.com/oxidecomputer/zone
8042026-03-25T20:19:52.644Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-03-25T20:19:52.680Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-03-25T20:19:53.825ZFrom https://github.com/oxidecomputer/propolis
8072026-03-25T20:19:53.825Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-03-25T20:19:53.871Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-03-25T20:19:54.352ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-03-25T20:19:54.352Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8112026-03-25T20:19:54.412Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-03-25T20:19:54.667ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-03-25T20:19:54.667Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8142026-03-25T20:19:54.682Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-03-25T20:19:54.938ZFrom https://github.com/jmesmon/rust-libzfs
8162026-03-25T20:19:54.938Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-03-25T20:19:54.946Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-03-25T20:19:55.196ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-03-25T20:19:55.196Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-03-25T20:19:55.204Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-03-25T20:19:55.540ZFrom https://github.com/oxidecomputer/lldp
8222026-03-25T20:19:55.540Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8232026-03-25T20:19:55.579Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-03-25T20:19:55.848ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-03-25T20:19:55.848Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-03-25T20:19:55.906Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-03-25T20:19:56.184ZFrom https://github.com/oxidecomputer/tufaceous
8282026-03-25T20:19:56.184Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8292026-03-25T20:19:56.243Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-03-25T20:19:56.702ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-03-25T20:19:56.702Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8322026-03-25T20:19:56.716Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-03-25T20:19:57.601ZFrom https://github.com/oxidecomputer/crucible
8342026-03-25T20:19:57.601Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-03-25T20:19:57.656Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-03-25T20:19:57.904ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-03-25T20:19:57.904Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-03-25T20:19:58.026Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-03-25T20:19:58.428ZFrom https://github.com/oxidecomputer/propolis
8402026-03-25T20:19:58.428Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8412026-03-25T20:19:58.709Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-03-25T20:19:58.971ZFrom https://github.com/oxidecomputer/tofino
8432026-03-25T20:19:58.971Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8442026-03-25T20:19:58.998Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-03-25T20:19:59.503ZFrom https://github.com/oxidecomputer/maghemite
8462026-03-25T20:19:59.503Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8472026-03-25T20:19:59.537Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-03-25T20:19:59.815ZFrom https://github.com/oxidecomputer/clickward
8492026-03-25T20:19:59.815Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-03-25T20:19:59.980Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8512026-03-25T20:20:00.237ZFrom https://github.com/oxidecomputer/illumos-devinfo
8522026-03-25T20:20:00.237Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8532026-03-25T20:20:00.247Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-03-25T20:20:00.564ZFrom https://github.com/oxidecomputer/crucible
8552026-03-25T20:20:00.564Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8562026-03-25T20:20:01.483Z Downloading crates ...
8572026-03-25T20:20:01.586Z Downloaded async-stream-impl v0.3.6
8582026-03-25T20:20:01.592Z Downloaded ciborium-ll v0.2.2
8592026-03-25T20:20:01.596Z Downloaded deranged v0.5.8
8602026-03-25T20:20:01.604Z Downloaded async-trait v0.1.89
8612026-03-25T20:20:01.611Z Downloaded dropshot-api-manager v0.5.2
8622026-03-25T20:20:01.614Z Downloaded aead v0.5.2
8632026-03-25T20:20:01.614Z Downloaded bitflags v1.3.2
8642026-03-25T20:20:01.614Z Downloaded glob v0.3.3
8652026-03-25T20:20:01.617Z Downloaded hostname v0.3.1
8662026-03-25T20:20:01.620Z Downloaded displaydoc v0.2.5
8672026-03-25T20:20:01.620Z Downloaded darling_macro v0.21.3
8682026-03-25T20:20:01.623Z Downloaded cstr-argument v0.1.2
8692026-03-25T20:20:01.623Z Downloaded crucible-workspace-hack v0.1.0
8702026-03-25T20:20:01.623Z Downloaded is-terminal v0.4.17
8712026-03-25T20:20:01.626Z Downloaded diff v0.1.13
8722026-03-25T20:20:01.629Z Downloaded embedded-io v0.6.1
8732026-03-25T20:20:01.629Z Downloaded colored v3.1.1
8742026-03-25T20:20:01.633Z Downloaded num-derive v0.3.3
8752026-03-25T20:20:01.633Z Downloaded papergrid v0.11.0
8762026-03-25T20:20:01.636Z Downloaded foldhash v0.2.0
8772026-03-25T20:20:01.636Z Downloaded mime v0.3.17
8782026-03-25T20:20:01.643Z Downloaded icu_properties_data v2.1.2
8792026-03-25T20:20:01.647Z Downloaded newtype_derive v0.1.6
8802026-03-25T20:20:01.652Z Downloaded inout v0.1.4
8812026-03-25T20:20:01.652Z Downloaded allocator-api2 v0.2.21
8822026-03-25T20:20:01.659Z Downloaded ident_case v1.0.1
8832026-03-25T20:20:01.659Z Downloaded byteorder v1.5.0
8842026-03-25T20:20:01.659Z Downloaded csv-core v0.1.13
8852026-03-25T20:20:01.659Z Downloaded cookie v0.18.1
8862026-03-25T20:20:01.659Z Downloaded backon v1.6.0
8872026-03-25T20:20:01.667Z Downloaded base16ct v0.2.0
8882026-03-25T20:20:01.667Z Downloaded ingot-types v0.1.2
8892026-03-25T20:20:01.667Z Downloaded ciborium-io v0.2.2
8902026-03-25T20:20:01.667Z Downloaded bit-set v0.8.0
8912026-03-25T20:20:01.667Z Downloaded git-stub v1.0.0
8922026-03-25T20:20:01.677Z Downloaded const-random v0.1.18
8932026-03-25T20:20:01.677Z Downloaded heck v0.4.1
8942026-03-25T20:20:01.677Z Downloaded dunce v1.0.5
8952026-03-25T20:20:01.677Z Downloaded fixedbitset v0.4.2
8962026-03-25T20:20:01.680Z Downloaded cpufeatures v0.3.0
8972026-03-25T20:20:01.680Z Downloaded base16ct v1.0.0
8982026-03-25T20:20:01.680Z Downloaded fxhash v0.2.1
8992026-03-25T20:20:01.681Z Downloaded crunchy v0.2.4
9002026-03-25T20:20:01.681Z Downloaded macaddr v1.0.1
9012026-03-25T20:20:01.681Z Downloaded highway v1.3.0
9022026-03-25T20:20:01.681Z Downloaded num-iter v0.1.45
9032026-03-25T20:20:01.681Z Downloaded chacha20 v0.9.1
9042026-03-25T20:20:01.685Z Downloaded num-conv v0.2.0
9052026-03-25T20:20:01.685Z Downloaded hubpack_derive v0.1.1
9062026-03-25T20:20:01.685Z Downloaded crossbeam-deque v0.8.6
9072026-03-25T20:20:01.685Z Downloaded backoff v0.4.0
9082026-03-25T20:20:01.688Z Downloaded chacha20poly1305 v0.10.1
9092026-03-25T20:20:01.688Z Downloaded arrayref v0.3.9
9102026-03-25T20:20:01.688Z Downloaded darling_macro v0.23.0
9112026-03-25T20:20:01.715Z Downloaded convert_case v0.4.0
9122026-03-25T20:20:01.715Z Downloaded const-random-macro v0.1.16
9132026-03-25T20:20:01.715Z Downloaded dof v0.3.0
9142026-03-25T20:20:01.715Z Downloaded num_enum_derive v0.5.11
9152026-03-25T20:20:01.715Z Downloaded icu_provider v2.1.1
9162026-03-25T20:20:01.715Z Downloaded defmt v0.3.100
9172026-03-25T20:20:01.715Z Downloaded async-recursion v1.1.1
9182026-03-25T20:20:01.715Z Downloaded float-ord v0.3.2
9192026-03-25T20:20:01.715Z Downloaded cobs v0.3.0
9202026-03-25T20:20:01.715Z Downloaded crc8 v0.1.1
9212026-03-25T20:20:01.715Z Downloaded newtype-uuid-macros v0.1.0
9222026-03-25T20:20:01.722Z Downloaded dtrace-parser v0.2.0
9232026-03-25T20:20:01.722Z Downloaded foreign-types-shared v0.3.1
9242026-03-25T20:20:01.722Z Downloaded foreign-types v0.5.0
9252026-03-25T20:20:01.722Z Downloaded enum-as-inner v0.6.1
9262026-03-25T20:20:01.722Z Downloaded derive_more v0.99.20
9272026-03-25T20:20:01.722Z Downloaded httpdate v1.0.3
9282026-03-25T20:20:01.722Z Downloaded hickory-resolver v0.25.2
9292026-03-25T20:20:01.728Z Downloaded dropshot-api-manager-types v0.5.2
9302026-03-25T20:20:01.728Z Downloaded defmt-parser v1.0.0
9312026-03-25T20:20:01.728Z Downloaded ciborium v0.2.2
9322026-03-25T20:20:01.728Z Downloaded dof v0.4.0
9332026-03-25T20:20:01.728Z Downloaded bytecount v0.6.9
9342026-03-25T20:20:01.728Z Downloaded linked-hash-map v0.5.6
9352026-03-25T20:20:01.728Z Downloaded bcs v0.1.6
9362026-03-25T20:20:01.733Z Downloaded olpc-cjson v0.1.4
9372026-03-25T20:20:01.733Z Downloaded dyn-clone v1.0.20
9382026-03-25T20:20:01.733Z Downloaded match_cfg v0.1.0
9392026-03-25T20:20:01.733Z Downloaded async-stream v0.3.6
9402026-03-25T20:20:01.733Z Downloaded embedded-io v0.4.0
9412026-03-25T20:20:01.738Z Downloaded no-std-compat v0.4.1
9422026-03-25T20:20:01.738Z Downloaded dtrace-parser v0.3.0
9432026-03-25T20:20:01.743Z Downloaded omicron-workspace-hack v0.1.0
9442026-03-25T20:20:01.743Z Downloaded hash32 v0.3.1
9452026-03-25T20:20:01.752Z Downloaded parse-display v0.10.0
9462026-03-25T20:20:01.759Z Downloaded opaque-debug v0.3.1
9472026-03-25T20:20:01.762Z Downloaded plain v0.2.3
9482026-03-25T20:20:01.762Z Downloaded num v0.4.3
9492026-03-25T20:20:01.762Z Downloaded instant v0.1.13
9502026-03-25T20:20:01.765Z Downloaded idna_adapter v1.2.1
9512026-03-25T20:20:01.765Z Downloaded derive-ex v0.1.8
9522026-03-25T20:20:01.765Z Downloaded data-encoding v2.10.0
9532026-03-25T20:20:01.768Z Downloaded darling_core v0.21.3
9542026-03-25T20:20:01.771Z Downloaded daft-derive v0.1.5
9552026-03-25T20:20:01.771Z Downloaded cmake v0.1.57
9562026-03-25T20:20:01.774Z Downloaded drift v0.1.3
9572026-03-25T20:20:01.777Z Downloaded natord v1.0.9
9582026-03-25T20:20:01.777Z Downloaded const_format_proc_macros v0.2.34
9592026-03-25T20:20:01.777Z Downloaded memmap v0.7.0
9602026-03-25T20:20:01.780Z Downloaded defmt-macros v1.0.1
9612026-03-25T20:20:01.780Z Downloaded proc-macro-crate v1.3.1
9622026-03-25T20:20:01.783Z Downloaded num_enum_derive v0.7.6
9632026-03-25T20:20:01.783Z Downloaded lru-cache v0.1.2
9642026-03-25T20:20:01.784Z Downloaded linear-map v1.2.0
9652026-03-25T20:20:01.784Z Downloaded proc-macro-error-attr2 v2.0.0
9662026-03-25T20:20:01.787Z Downloaded proc-macro-error-attr v1.0.4
9672026-03-25T20:20:01.787Z Downloaded hubpack v0.1.2
9682026-03-25T20:20:01.787Z Downloaded daft v0.1.5
9692026-03-25T20:20:01.787Z Downloaded arrayvec v0.7.6
9702026-03-25T20:20:01.790Z Downloaded progenitor-client v0.10.0
9712026-03-25T20:20:01.790Z Downloaded powerfmt v0.2.0
9722026-03-25T20:20:01.790Z Downloaded heapless v0.8.0
9732026-03-25T20:20:01.794Z Downloaded constant_time_eq v0.4.2
9742026-03-25T20:20:01.794Z Downloaded byte-wrapper v0.1.0
9752026-03-25T20:20:01.798Z Downloaded gethostname v0.5.0
9762026-03-25T20:20:01.798Z Downloaded bit-vec v0.8.0
9772026-03-25T20:20:01.798Z Downloaded quick-error v1.2.3
9782026-03-25T20:20:01.798Z Downloaded base64 v0.21.7
9792026-03-25T20:20:01.803Z Downloaded rand_chacha v0.3.1
9802026-03-25T20:20:01.803Z Downloaded internet-checksum v0.2.1
9812026-03-25T20:20:01.809Z Downloaded progenitor-macro v0.10.0
9822026-03-25T20:20:01.809Z Downloaded rand_xorshift v0.4.0
9832026-03-25T20:20:01.809Z Downloaded ref-cast v1.0.25
9842026-03-25T20:20:01.813Z Downloaded critical-section v1.2.0
9852026-03-25T20:20:01.813Z Downloaded num_threads v0.1.7
9862026-03-25T20:20:01.813Z Downloaded newline-converter v0.3.0
9872026-03-25T20:20:01.813Z Downloaded memoffset v0.9.1
9882026-03-25T20:20:01.813Z Downloaded managed v0.8.0
9892026-03-25T20:20:01.816Z Downloaded erased-serde v0.3.31
9902026-03-25T20:20:01.821Z Downloaded defmt v1.0.1
9912026-03-25T20:20:01.824Z Downloaded argon2 v0.5.3
9922026-03-25T20:20:01.824Z Downloaded num-complex v0.4.6
9932026-03-25T20:20:01.824Z Downloaded ingot-macros v0.1.1
9942026-03-25T20:20:01.828Z Downloaded icu_locale_core v2.1.1
9952026-03-25T20:20:01.833Z Downloaded git-stub-vcs v0.1.0
9962026-03-25T20:20:01.833Z Downloaded cipher v0.4.4
9972026-03-25T20:20:01.833Z Downloaded oxnet v0.1.4
9982026-03-25T20:20:01.833Z Downloaded phf_shared v0.12.1
9992026-03-25T20:20:01.840Z Downloaded paste v1.0.15
10002026-03-25T20:20:01.840Z Downloaded parking_lot_core v0.8.6
10012026-03-25T20:20:01.840Z Downloaded num-derive v0.4.2
10022026-03-25T20:20:01.844Z Downloaded rustc_version v0.1.7
10032026-03-25T20:20:01.844Z Downloaded ref-cast-impl v1.0.25
10042026-03-25T20:20:01.844Z Downloaded same-file v1.0.6
10052026-03-25T20:20:01.847Z Downloaded progenitor-macro v0.11.2
10062026-03-25T20:20:01.847Z Downloaded keccak v0.1.6
10072026-03-25T20:20:01.847Z Downloaded progenitor-client v0.11.2
10082026-03-25T20:20:01.847Z Downloaded libscf-sys v1.1.0
10092026-03-25T20:20:01.847Z Downloaded foreign-types-macros v0.2.3
10102026-03-25T20:20:01.855Z Downloaded phf v0.12.1
10112026-03-25T20:20:01.855Z Downloaded proc-macro-crate v3.5.0
10122026-03-25T20:20:01.855Z Downloaded pem v3.0.6
10132026-03-25T20:20:01.862Z Downloaded cancel-safe-futures v0.1.5
10142026-03-25T20:20:01.862Z Downloaded icu_collections v2.1.1
10152026-03-25T20:20:01.866Z Downloaded fs_extra v1.3.0
10162026-03-25T20:20:01.866Z Downloaded hostname v0.4.2
10172026-03-25T20:20:01.866Z Downloaded multer v3.1.0
10182026-03-25T20:20:01.867Z Downloaded ipnetwork v0.21.1
10192026-03-25T20:20:01.870Z Downloaded progenitor v0.11.2
10202026-03-25T20:20:01.870Z Downloaded proc-macro-error v1.0.4
10212026-03-25T20:20:01.870Z Downloaded pretty-hex v0.4.2
10222026-03-25T20:20:01.873Z Downloaded darling v0.21.3
10232026-03-25T20:20:01.877Z Downloaded progenitor-extras v0.1.1
10242026-03-25T20:20:01.877Z Downloaded serde_plain v1.0.2
10252026-03-25T20:20:01.880Z Downloaded serde-big-array v0.5.1
10262026-03-25T20:20:01.880Z Downloaded semver v0.1.20
10272026-03-25T20:20:01.880Z Downloaded scroll_derive v0.12.1
10282026-03-25T20:20:01.880Z Downloaded progenitor-client v0.13.0
10292026-03-25T20:20:01.880Z Downloaded progenitor v0.10.0
10302026-03-25T20:20:01.883Z Downloaded siphasher v1.0.2
10312026-03-25T20:20:01.888Z Downloaded slog-bunyan v2.5.0
10322026-03-25T20:20:01.888Z Downloaded sigpipe v0.1.3
10332026-03-25T20:20:01.888Z Downloaded scroll_derive v0.13.1
10342026-03-25T20:20:01.888Z Downloaded serial_test_derive v3.4.0
10352026-03-25T20:20:01.893Z Downloaded rand_core v0.10.0
10362026-03-25T20:20:01.896Z Downloaded libsw-core v0.3.2
10372026-03-25T20:20:01.896Z Downloaded anyhow v1.0.102
10382026-03-25T20:20:01.896Z Downloaded group v0.13.0
10392026-03-25T20:20:01.902Z Downloaded cargo_toml v0.22.3
10402026-03-25T20:20:01.902Z Downloaded ff v0.13.1
10412026-03-25T20:20:01.907Z Downloaded crossbeam-epoch v0.9.18
10422026-03-25T20:20:01.907Z Downloaded parse-display-derive v0.10.0
10432026-03-25T20:20:01.907Z Downloaded num_enum v0.7.6
10442026-03-25T20:20:01.911Z Downloaded secrecy v0.10.3
10452026-03-25T20:20:01.911Z Downloaded serde_repr v0.1.20
10462026-03-25T20:20:01.911Z Downloaded password-hash v0.5.0
10472026-03-25T20:20:01.911Z Downloaded memmap2 v0.9.10
10482026-03-25T20:20:01.915Z Downloaded parking_lot v0.11.2
10492026-03-25T20:20:01.915Z Downloaded slog-envlogger v2.2.0
10502026-03-25T20:20:01.915Z Downloaded oxide-tokio-rt v0.1.3
10512026-03-25T20:20:01.915Z Downloaded num-rational v0.4.2
10522026-03-25T20:20:01.919Z Downloaded poly1305 v0.8.0
10532026-03-25T20:20:01.919Z Downloaded spin v0.5.2
10542026-03-25T20:20:01.925Z Downloaded sha1 v0.10.6
10552026-03-25T20:20:01.925Z Downloaded structmeta-derive v0.3.0
10562026-03-25T20:20:01.925Z Downloaded rustls-pemfile v2.2.0
10572026-03-25T20:20:01.929Z Downloaded stable_deref_trait v1.2.1
10582026-03-25T20:20:01.929Z Downloaded rustversion v1.0.22
10592026-03-25T20:20:01.929Z Downloaded rusty-fork v0.3.1
10602026-03-25T20:20:01.929Z Downloaded serial_test v3.4.0
10612026-03-25T20:20:01.929Z Downloaded proc-macro-error2 v2.0.1
10622026-03-25T20:20:01.934Z Downloaded resolv-conf v0.7.6
10632026-03-25T20:20:01.935Z Downloaded progenitor v0.13.0
10642026-03-25T20:20:01.935Z Downloaded potential_utf v0.1.4
10652026-03-25T20:20:01.935Z Downloaded num_enum v0.5.11
10662026-03-25T20:20:01.938Z Downloaded strum v0.27.2
10672026-03-25T20:20:01.938Z Downloaded minimal-lexical v0.2.1
10682026-03-25T20:20:01.943Z Downloaded structmeta v0.3.0
10692026-03-25T20:20:01.943Z Downloaded smawk v0.3.2
10702026-03-25T20:20:01.943Z Downloaded chacha20 v0.10.0
10712026-03-25T20:20:01.946Z Downloaded indexmap v1.9.3
10722026-03-25T20:20:01.946Z Downloaded fs-err v3.3.0
10732026-03-25T20:20:01.946Z Downloaded termtree v0.5.1
10742026-03-25T20:20:01.951Z Downloaded take_mut v0.2.2
10752026-03-25T20:20:01.951Z Downloaded ingot v0.1.1
10762026-03-25T20:20:01.951Z Downloaded tagptr v0.2.0
10772026-03-25T20:20:01.951Z Downloaded tabwriter v1.4.1
10782026-03-25T20:20:01.960Z Downloaded strum v0.26.3
10792026-03-25T20:20:01.960Z Downloaded scroll v0.12.0
10802026-03-25T20:20:01.960Z Downloaded blake2 v0.10.6
10812026-03-25T20:20:01.960Z Downloaded scroll v0.13.0
10822026-03-25T20:20:01.965Z Downloaded pest_generator v2.8.6
10832026-03-25T20:20:01.965Z Downloaded progenitor-macro v0.13.0
10842026-03-25T20:20:01.965Z Downloaded libsw v3.5.0
10852026-03-25T20:20:01.965Z Downloaded thread-id v4.2.2
10862026-03-25T20:20:01.965Z Downloaded rustls-native-certs v0.8.3
10872026-03-25T20:20:01.968Z Downloaded tabled_derive v0.11.0
10882026-03-25T20:20:01.972Z Downloaded tabled_derive v0.7.0
10892026-03-25T20:20:01.973Z Downloaded slog-dtrace v0.3.0
10902026-03-25T20:20:01.973Z Downloaded slog-async v2.8.0
10912026-03-25T20:20:01.977Z Downloaded crossbeam-utils v0.8.21
10922026-03-25T20:20:01.977Z Downloaded dropshot_endpoint v0.16.7
10932026-03-25T20:20:01.977Z Downloaded thiserror-impl-no-std v2.0.2
10942026-03-25T20:20:01.983Z Downloaded testing_table v0.3.0
10952026-03-25T20:20:01.983Z Downloaded omicron-zone-package v0.12.2
10962026-03-25T20:20:01.984Z Downloaded papergrid v0.17.0
10972026-03-25T20:20:01.988Z Downloaded darling v0.23.0
10982026-03-25T20:20:01.988Z Downloaded sdd v3.0.10
10992026-03-25T20:20:01.991Z Downloaded hashbrown v0.12.3
11002026-03-25T20:20:01.991Z Downloaded typify-macro v0.6.1
11012026-03-25T20:20:01.991Z Downloaded num-integer v0.1.46
11022026-03-25T20:20:01.996Z Downloaded litemap v0.8.1
11032026-03-25T20:20:01.996Z Downloaded untrusted v0.7.1
11042026-03-25T20:20:02.006Z Downloaded smartstring v1.0.1
11052026-03-25T20:20:02.006Z Downloaded snafu-derive v0.8.9
11062026-03-25T20:20:02.006Z Downloaded pest_derive v2.8.6
11072026-03-25T20:20:02.010Z Downloaded darling_core v0.23.0
11082026-03-25T20:20:02.010Z Downloaded console v0.16.3
11092026-03-25T20:20:02.010Z Downloaded slog-json v2.6.1
11102026-03-25T20:20:02.010Z Downloaded slog-term v2.9.2
11112026-03-25T20:20:02.010Z Downloaded universal-hash v0.5.1
11122026-03-25T20:20:02.010Z Downloaded arc-swap v1.9.0
11132026-03-25T20:20:02.014Z Downloaded unit-prefix v0.5.2
11142026-03-25T20:20:02.014Z Downloaded typify-macro v0.4.3
11152026-03-25T20:20:02.014Z Downloaded serde_tokenstream v0.2.3
11162026-03-25T20:20:02.014Z Downloaded crypto-bigint v0.5.5
11172026-03-25T20:20:02.018Z Downloaded waitgroup v0.1.2
11182026-03-25T20:20:02.019Z Downloaded postcard v1.1.3
11192026-03-25T20:20:02.022Z Downloaded usdt-attr-macro v0.5.0
11202026-03-25T20:20:02.022Z Downloaded usdt v0.6.0
11212026-03-25T20:20:02.022Z Downloaded usdt-attr-macro v0.6.0
11222026-03-25T20:20:02.022Z Downloaded serde_derive_internals v0.29.1
11232026-03-25T20:20:02.022Z Downloaded usdt v0.5.0
11242026-03-25T20:20:02.022Z Downloaded unarray v0.1.4
11252026-03-25T20:20:02.022Z Downloaded topological-sort v0.2.2
11262026-03-25T20:20:02.026Z Downloaded synstructure v0.13.2
11272026-03-25T20:20:02.026Z Downloaded usdt-macro v0.6.0
11282026-03-25T20:20:02.026Z Downloaded rhai_codegen v3.1.0
11292026-03-25T20:20:02.030Z Downloaded utf-8 v0.7.6
11302026-03-25T20:20:02.030Z Downloaded slog-stdlog v4.1.1
11312026-03-25T20:20:02.034Z Downloaded slog-scope v4.4.1
11322026-03-25T20:20:02.034Z Downloaded schemars_derive v0.8.22
11332026-03-25T20:20:02.034Z Downloaded progenitor-impl v0.11.2
11342026-03-25T20:20:02.038Z Downloaded strum_macros v0.27.2
11352026-03-25T20:20:02.038Z Downloaded time-core v0.1.8
11362026-03-25T20:20:02.041Z Downloaded usdt-macro v0.5.0
11372026-03-25T20:20:02.041Z Downloaded tiny-keccak v2.0.2
11382026-03-25T20:20:02.041Z Downloaded wait-timeout v0.2.1
11392026-03-25T20:20:02.044Z Downloaded yoke-derive v0.8.1
11402026-03-25T20:20:02.055Z Downloaded tokio-dtrace v0.1.1
11412026-03-25T20:20:02.059Z Downloaded tinystr v0.8.2
11422026-03-25T20:20:02.062Z Downloaded const_format v0.2.35
11432026-03-25T20:20:02.067Z Downloaded zerofrom v0.1.6
11442026-03-25T20:20:02.074Z Downloaded spin v0.9.8
11452026-03-25T20:20:02.077Z Downloaded zone_cfg_derive v0.3.1
11462026-03-25T20:20:02.077Z Downloaded zone v0.3.1
11472026-03-25T20:20:02.077Z Downloaded zeroize_derive v1.4.3
11482026-03-25T20:20:02.081Z Downloaded strum_macros v0.26.4
11492026-03-25T20:20:02.086Z Downloaded half v2.7.1
11502026-03-25T20:20:02.095Z Downloaded usdt-impl v0.5.0
11512026-03-25T20:20:02.099Z Downloaded progenitor-impl v0.10.0
11522026-03-25T20:20:02.099Z Downloaded term v1.2.1
11532026-03-25T20:20:02.099Z Downloaded thread-id v5.1.0
11542026-03-25T20:20:02.099Z Downloaded zerofrom-derive v0.1.6
11552026-03-25T20:20:02.103Z Downloaded whoami v1.6.1
11562026-03-25T20:20:02.103Z Downloaded walkdir v2.5.0
11572026-03-25T20:20:02.103Z Downloaded thiserror-no-std v2.0.2
11582026-03-25T20:20:02.106Z Downloaded zerovec-derive v0.11.2
11592026-03-25T20:20:02.107Z Downloaded yoke v0.8.1
11602026-03-25T20:20:02.107Z Downloaded hmac v0.12.1
11612026-03-25T20:20:02.107Z Downloaded rayon-core v1.13.0
11622026-03-25T20:20:02.110Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11632026-03-25T20:20:02.110Z Downloaded tokio-rustls v0.25.0
11642026-03-25T20:20:02.113Z Downloaded crossbeam-channel v0.5.15
11652026-03-25T20:20:02.113Z Downloaded time-macros v0.2.27
11662026-03-25T20:20:02.116Z Downloaded elliptic-curve v0.13.8
11672026-03-25T20:20:02.116Z Downloaded similar v2.7.0
11682026-03-25T20:20:02.125Z Downloaded serde_with_macros v3.18.0
11692026-03-25T20:20:02.129Z Downloaded ucd-trie v0.1.7
11702026-03-25T20:20:02.129Z Downloaded pest_meta v2.8.6
11712026-03-25T20:20:02.132Z Downloaded progenitor-impl v0.13.0
11722026-03-25T20:20:02.137Z Downloaded smf v0.2.3
11732026-03-25T20:20:02.141Z Downloaded usdt-impl v0.6.0
11742026-03-25T20:20:02.141Z Downloaded icu_normalizer v2.1.1
11752026-03-25T20:20:02.146Z Downloaded test-strategy v0.4.5
11762026-03-25T20:20:02.149Z Downloaded rustls-platform-verifier v0.6.2
11772026-03-25T20:20:02.155Z Downloaded expectorate v1.2.0
11782026-03-25T20:20:02.158Z Downloaded slog v2.8.2
11792026-03-25T20:20:02.161Z Downloaded xz2 v0.1.7
11802026-03-25T20:20:02.165Z Downloaded writeable v0.6.2
11812026-03-25T20:20:02.165Z Downloaded schemars v0.8.22
11822026-03-25T20:20:02.169Z Downloaded indicatif v0.18.4
11832026-03-25T20:20:02.172Z Downloaded unsafe-libyaml v0.2.11
11842026-03-25T20:20:02.175Z Downloaded icu_properties v2.1.2
11852026-03-25T20:20:02.178Z Downloaded pretty_assertions v1.4.1
11862026-03-25T20:20:02.181Z Downloaded thin-vec v0.2.14
11872026-03-25T20:20:02.189Z Downloaded tokio-tungstenite v0.21.0
11882026-03-25T20:20:02.193Z Downloaded toml_edit v0.25.8+spec-1.1.0
11892026-03-25T20:20:02.200Z Downloaded prettyplease v0.2.37
11902026-03-25T20:20:02.210Z Downloaded serde_yaml v0.9.34+deprecated
11912026-03-25T20:20:02.218Z Downloaded rand v0.10.0
11922026-03-25T20:20:02.227Z Downloaded toml_edit v0.19.15
11932026-03-25T20:20:02.234Z Downloaded vsss-rs v3.3.4
11942026-03-25T20:20:02.234Z Downloaded steno v0.4.1
11952026-03-25T20:20:02.234Z Downloaded icu_normalizer_data v2.1.1
11962026-03-25T20:20:02.237Z Downloaded hickory-resolver v0.24.4
11972026-03-25T20:20:02.237Z Downloaded zerocopy-derive v0.7.35
11982026-03-25T20:20:02.250Z Downloaded jiff-static v0.2.23
11992026-03-25T20:20:02.260Z Downloaded toml v0.7.8
12002026-03-25T20:20:02.266Z Downloaded toml v0.9.12+spec-1.1.0
12012026-03-25T20:20:02.270Z Downloaded typify v0.4.3
12022026-03-25T20:20:02.274Z Downloaded snafu v0.8.9
12032026-03-25T20:20:02.277Z Downloaded typify v0.6.1
12042026-03-25T20:20:02.280Z Downloaded rand v0.8.5
12052026-03-25T20:20:02.283Z Downloaded pest v2.8.6
12062026-03-25T20:20:02.288Z Downloaded qorb v0.4.1
12072026-03-25T20:20:02.298Z Downloaded schemars v0.9.0
12082026-03-25T20:20:02.306Z Downloaded scc v2.4.0
12092026-03-25T20:20:02.327Z Downloaded tungstenite v0.21.0
12102026-03-25T20:20:02.332Z Downloaded nom v7.1.3
12112026-03-25T20:20:02.337Z Downloaded yansi v1.0.1
12122026-03-25T20:20:02.341Z Downloaded rayon v1.11.0
12132026-03-25T20:20:02.344Z Downloaded zerotrie v0.2.3
12142026-03-25T20:20:02.344Z Downloaded schemars v1.2.1
12152026-03-25T20:20:02.364Z Downloaded tough v0.20.0
12162026-03-25T20:20:02.378Z Downloaded serde_with v3.18.0
12172026-03-25T20:20:02.384Z Downloaded winnow v0.5.40
12182026-03-25T20:20:02.389Z Downloaded blake3 v1.8.3
12192026-03-25T20:20:02.408Z Downloaded zerocopy-derive v0.8.47
12202026-03-25T20:20:02.414Z Downloaded nom v8.0.0
12212026-03-25T20:20:02.417Z Downloaded iddqd v0.3.17
12222026-03-25T20:20:02.422Z Downloaded itertools v0.12.1
12232026-03-25T20:20:02.425Z Downloaded aws-lc-rs v1.16.2
12242026-03-25T20:20:02.429Z Downloaded libm v0.2.16
12252026-03-25T20:20:02.445Z Downloaded tabled v0.15.0
12262026-03-25T20:20:02.452Z Downloaded hkdf v0.12.4
12272026-03-25T20:20:02.461Z Downloaded typed-path v0.9.3
12282026-03-25T20:20:02.464Z Downloaded reqwest v0.13.2
12292026-03-25T20:20:02.468Z Downloaded goblin v0.8.2
12302026-03-25T20:20:02.472Z Downloaded tabled v0.20.0
12312026-03-25T20:20:02.478Z Downloaded zerovec v0.11.5
12322026-03-25T20:20:02.481Z Downloaded time v0.3.47
12332026-03-25T20:20:02.488Z Downloaded syn v1.0.109
12342026-03-25T20:20:02.516Z Downloaded zerocopy v0.7.35
12352026-03-25T20:20:02.523Z Downloaded rustls-webpki v0.102.8
12362026-03-25T20:20:02.552Z Downloaded proptest v1.11.0
12372026-03-25T20:20:02.557Z Downloaded rhai v1.24.0
12382026-03-25T20:20:02.565Z Downloaded goblin v0.10.5
12392026-03-25T20:20:02.569Z Downloaded dropshot v0.16.7
12402026-03-25T20:20:02.581Z Downloaded rustls v0.22.4
12412026-03-25T20:20:02.588Z Downloaded moka v0.12.15
12422026-03-25T20:20:02.608Z Downloaded nix v0.31.2
12432026-03-25T20:20:02.637Z Downloaded smoltcp v0.11.0
12442026-03-25T20:20:02.648Z Downloaded regress v0.10.5
12452026-03-25T20:20:02.651Z Downloaded typify-impl v0.6.1
12462026-03-25T20:20:02.660Z Downloaded sled v0.34.7
12472026-03-25T20:20:02.666Z Downloaded hickory-proto v0.24.4
12482026-03-25T20:20:02.675Z Downloaded openapiv3 v2.2.0
12492026-03-25T20:20:02.682Z Downloaded hickory-proto v0.25.2
12502026-03-25T20:20:02.705Z Downloaded typify-impl v0.4.3
12512026-03-25T20:20:02.738Z Downloaded jiff v0.2.23
12522026-03-25T20:20:02.749Z Downloaded lzma-sys v0.1.20
12532026-03-25T20:20:02.766Z Downloaded petgraph v0.6.5
12542026-03-25T20:20:02.782Z Downloaded chrono-tz v0.10.4
12552026-03-25T20:20:02.806Z Downloaded csv v1.4.0
12562026-03-25T20:20:02.823Z Downloaded sha3 v0.10.8
12572026-03-25T20:20:02.881Z Downloaded encoding_rs v0.8.35
12582026-03-25T20:20:03.574Z Downloaded aws-lc-sys v0.39.0
12592026-03-25T20:20:04.443Z Compiling proc-macro2 v1.0.106
12602026-03-25T20:20:04.443Z Compiling unicode-ident v1.0.24
12612026-03-25T20:20:04.443Z Compiling quote v1.0.45
12622026-03-25T20:20:04.443Z Compiling serde_core v1.0.228
12632026-03-25T20:20:04.443Z Compiling cfg-if v1.0.4
12642026-03-25T20:20:04.443Z Compiling serde v1.0.228
12652026-03-25T20:20:04.443Z Compiling libc v0.2.183
12662026-03-25T20:20:04.447Z Compiling memchr v2.8.0
12672026-03-25T20:20:04.640Z Compiling itoa v1.0.18
12682026-03-25T20:20:04.820Z Compiling smallvec v1.15.1
12692026-03-25T20:20:04.857Z Compiling zmij v1.0.21
12702026-03-25T20:20:04.885Z Compiling serde_json v1.0.149
12712026-03-25T20:20:05.017Z Compiling autocfg v1.5.0
12722026-03-25T20:20:05.111Z Compiling libm v0.2.16
12732026-03-25T20:20:05.240Z Compiling version_check v0.9.5
12742026-03-25T20:20:05.310Z Compiling stable_deref_trait v1.2.1
12752026-03-25T20:20:05.360Z Compiling pin-project-lite v0.2.17
12762026-03-25T20:20:05.382Z Compiling writeable v0.6.2
12772026-03-25T20:20:05.439Z Compiling percent-encoding v2.3.2
12782026-03-25T20:20:05.443Z Compiling litemap v0.8.1
12792026-03-25T20:20:05.479Z Compiling icu_properties_data v2.1.2
12802026-03-25T20:20:05.645Z Compiling icu_normalizer_data v2.1.1
12812026-03-25T20:20:05.668Z Compiling iana-time-zone v0.1.65
12822026-03-25T20:20:05.705Z Compiling equivalent v1.0.2
12832026-03-25T20:20:05.739Z Compiling syn v2.0.117
12842026-03-25T20:20:05.874Z Compiling scopeguard v1.2.0
12852026-03-25T20:20:05.897Z Compiling parking_lot_core v0.9.12
12862026-03-25T20:20:05.922Z Compiling form_urlencoded v1.2.2
12872026-03-25T20:20:05.933Z Compiling foldhash v0.2.0
12882026-03-25T20:20:05.971Z Compiling lock_api v0.4.14
12892026-03-25T20:20:05.980Z Compiling allocator-api2 v0.2.21
12902026-03-25T20:20:06.138Z Compiling utf8_iter v1.0.4
12912026-03-25T20:20:06.178Z Compiling dyn-clone v1.0.20
12922026-03-25T20:20:06.198Z Compiling num-traits v0.2.19
12932026-03-25T20:20:06.209Z Compiling jobserver v0.1.34
12942026-03-25T20:20:06.295Z Compiling hashbrown v0.16.1
12952026-03-25T20:20:06.329Z Compiling find-msvc-tools v0.1.9
12962026-03-25T20:20:06.337Z Compiling shlex v1.3.0
12972026-03-25T20:20:06.529Z Compiling cc v1.2.57
12982026-03-25T20:20:06.568Z Compiling log v0.4.29
12992026-03-25T20:20:06.582Z Compiling errno v0.3.14
13002026-03-25T20:20:06.752Z Compiling semver v1.0.27
13012026-03-25T20:20:06.763Z Compiling getrandom v0.4.2
13022026-03-25T20:20:06.886Z Compiling futures-core v0.3.32
13032026-03-25T20:20:06.913Z Compiling rand_core v0.10.0
13042026-03-25T20:20:07.041Z Compiling thiserror v2.0.18
13052026-03-25T20:20:07.070Z Compiling indexmap v2.13.0
13062026-03-25T20:20:07.101Z Compiling zerocopy v0.8.47
13072026-03-25T20:20:07.230Z Compiling heck v0.5.0
13082026-03-25T20:20:07.244Z Compiling futures-sink v0.3.32
13092026-03-25T20:20:07.346Z Compiling fnv v1.0.7
13102026-03-25T20:20:07.442Z Compiling slab v0.4.12
13112026-03-25T20:20:07.503Z Compiling uuid v1.22.0
13122026-03-25T20:20:07.535Z Compiling futures-channel v0.3.32
13132026-03-25T20:20:07.583Z Compiling rustversion v1.0.22
13142026-03-25T20:20:07.620Z Compiling schemars v0.8.22
13152026-03-25T20:20:07.741Z Compiling futures-io v0.3.32
13162026-03-25T20:20:07.762Z Compiling typenum v1.19.0
13172026-03-25T20:20:07.865Z Compiling futures-task v0.3.32
13182026-03-25T20:20:07.909Z Compiling socket2 v0.6.3
13192026-03-25T20:20:07.919Z Compiling getrandom v0.2.17
13202026-03-25T20:20:07.948Z Compiling portable-atomic v1.13.1
13212026-03-25T20:20:08.039Z Compiling signal-hook-registry v1.4.8
13222026-03-25T20:20:08.101Z Compiling parking_lot v0.12.5
13232026-03-25T20:20:08.206Z Compiling mio v1.1.1
13242026-03-25T20:20:08.343Z Compiling bitflags v2.11.0
13252026-03-25T20:20:08.366Z Compiling critical-section v1.2.0
13262026-03-25T20:20:08.469Z Compiling subtle v2.6.1
13272026-03-25T20:20:08.512Z Compiling base64 v0.22.1
13282026-03-25T20:20:08.531Z Compiling untrusted v0.9.0
13292026-03-25T20:20:08.576Z Compiling byteorder v1.5.0
13302026-03-25T20:20:08.632Z Compiling rand_core v0.6.4
13312026-03-25T20:20:08.648Z Compiling synstructure v0.13.2
13322026-03-25T20:20:08.700Z Compiling serde_derive_internals v0.29.1
13332026-03-25T20:20:08.715Z Compiling cmake v0.1.57
13342026-03-25T20:20:08.797Z Compiling fs_extra v1.3.0
13352026-03-25T20:20:08.853Z Compiling once_cell v1.21.4
13362026-03-25T20:20:08.861Z Compiling dunce v1.0.5
13372026-03-25T20:20:08.948Z Compiling strsim v0.11.1
13382026-03-25T20:20:08.959Z Compiling rustix v1.1.4
13392026-03-25T20:20:09.050Z Compiling regex-syntax v0.8.10
13402026-03-25T20:20:09.050Z Compiling aws-lc-sys v0.39.0
13412026-03-25T20:20:09.053Z Compiling atomic-waker v1.1.2
13422026-03-25T20:20:09.149Z Compiling httparse v1.10.1
13432026-03-25T20:20:09.190Z Compiling ipnet v2.12.0
13442026-03-25T20:20:09.348Z Compiling slog v2.8.2
13452026-03-25T20:20:09.451Z Compiling generic-array v0.14.7
13462026-03-25T20:20:09.511Z Compiling thiserror v1.0.69
13472026-03-25T20:20:09.531Z Compiling tower-layer v0.3.3
13482026-03-25T20:20:09.562Z Compiling tower-service v0.3.3
13492026-03-25T20:20:09.656Z Compiling ucd-trie v0.1.7
13502026-03-25T20:20:09.713Z Compiling try-lock v0.2.5
13512026-03-25T20:20:09.730Z Compiling httpdate v1.0.3
13522026-03-25T20:20:09.814Z Compiling pest v2.8.6
13532026-03-25T20:20:09.901Z Compiling serde_derive v1.0.228
13542026-03-25T20:20:09.960Z Compiling zerofrom-derive v0.1.6
13552026-03-25T20:20:09.964Z Compiling yoke-derive v0.8.1
13562026-03-25T20:20:09.989Z Compiling zerovec-derive v0.11.2
13572026-03-25T20:20:10.009Z Compiling displaydoc v0.2.5
13582026-03-25T20:20:10.794Z Compiling tokio-macros v2.6.1
13592026-03-25T20:20:11.046Z Compiling schemars_derive v0.8.22
13602026-03-25T20:20:11.085Z Compiling thiserror-impl v2.0.18
13612026-03-25T20:20:11.142Z Compiling zerocopy-derive v0.8.47
13622026-03-25T20:20:11.162Z Compiling zerofrom v0.1.6
13632026-03-25T20:20:11.279Z Compiling yoke v0.8.1
13642026-03-25T20:20:11.459Z Compiling zerovec v0.11.5
13652026-03-25T20:20:11.563Z Compiling zerotrie v0.2.3
13662026-03-25T20:20:11.754Z Compiling zeroize_derive v1.4.3
13672026-03-25T20:20:11.867Z Compiling futures-macro v0.3.32
13682026-03-25T20:20:11.958Z Compiling tinystr v0.8.2
13692026-03-25T20:20:12.152Z Compiling icu_locale_core v2.1.1
13702026-03-25T20:20:12.251Z Compiling potential_utf v0.1.4
13712026-03-25T20:20:12.395Z Compiling icu_collections v2.1.1
13722026-03-25T20:20:12.409Z Compiling thiserror-impl v1.0.69
13732026-03-25T20:20:12.413Z Compiling zeroize v1.8.2
13742026-03-25T20:20:12.687Z Compiling futures-util v0.3.32
13752026-03-25T20:20:12.899Z Compiling icu_provider v2.1.1
13762026-03-25T20:20:13.078Z Compiling bytes v1.11.1
13772026-03-25T20:20:13.089Z Compiling chrono v0.4.44
13782026-03-25T20:20:13.100Z Compiling serde_tokenstream v0.2.3
13792026-03-25T20:20:13.199Z Compiling icu_properties v2.1.2
13802026-03-25T20:20:13.373Z Compiling icu_normalizer v2.1.1
13812026-03-25T20:20:13.563Z Compiling tokio v1.50.0
13822026-03-25T20:20:13.710Z Compiling http v1.4.0
13832026-03-25T20:20:13.950Z Compiling erased-serde v0.3.31
13842026-03-25T20:20:14.349Z Compiling idna_adapter v1.2.1
13852026-03-25T20:20:14.435Z Compiling http-body v1.0.1
13862026-03-25T20:20:14.481Z Compiling idna v1.1.0
13872026-03-25T20:20:14.675Z Compiling pest_meta v2.8.6
13882026-03-25T20:20:14.689Z Compiling want v0.3.1
13892026-03-25T20:20:14.850Z Compiling url v2.5.8
13902026-03-25T20:20:14.939Z Compiling ryu v1.0.23
13912026-03-25T20:20:14.953Z Compiling getrandom v0.3.4
13922026-03-25T20:20:15.117Z Compiling pin-utils v0.1.0
13932026-03-25T20:20:15.186Z Compiling pretty-hex v0.4.2
13942026-03-25T20:20:15.241Z Compiling pest_generator v2.8.6
13952026-03-25T20:20:15.268Z Compiling ppv-lite86 v0.2.21
13962026-03-25T20:20:15.453Z Compiling plain v0.2.3
13972026-03-25T20:20:15.588Z Compiling paste v1.0.15
13982026-03-25T20:20:15.659Z Compiling crypto-common v0.1.7
13992026-03-25T20:20:15.777Z Compiling omicron-workspace-hack v0.1.0
14002026-03-25T20:20:15.790Z Compiling ident_case v1.0.1
14012026-03-25T20:20:15.907Z Compiling tracing-attributes v0.1.31
14022026-03-25T20:20:15.936Z Compiling tracing-core v0.1.36
14032026-03-25T20:20:16.024Z Compiling pest_derive v2.8.6
14042026-03-25T20:20:16.062Z Compiling serde_urlencoded v0.7.1
14052026-03-25T20:20:16.306Z Compiling http-body-util v0.1.3
14062026-03-25T20:20:16.400Z Compiling ipnetwork v0.21.1
14072026-03-25T20:20:16.540Z Compiling daft-derive v0.1.5
14082026-03-25T20:20:16.551Z Compiling sync_wrapper v1.0.2
14092026-03-25T20:20:16.562Z Compiling fastrand v2.3.0
14102026-03-25T20:20:16.655Z Compiling aho-corasick v1.1.4
14112026-03-25T20:20:16.833Z Compiling winnow v1.0.0
14122026-03-25T20:20:16.844Z Compiling rustls-pki-types v1.14.0
14132026-03-25T20:20:16.847Z Compiling async-trait v0.1.89
14142026-03-25T20:20:17.135Z Compiling tracing v0.1.44
14152026-03-25T20:20:17.295Z Compiling ring v0.17.14
14162026-03-25T20:20:17.372Z Compiling cpufeatures v0.2.17
14172026-03-25T20:20:17.443Z Compiling num-conv v0.2.0
14182026-03-25T20:20:17.547Z Compiling regex-automata v0.4.14
14192026-03-25T20:20:17.571Z Compiling powerfmt v0.2.0
14202026-03-25T20:20:17.775Z Compiling time-core v0.1.8
14212026-03-25T20:20:17.800Z Compiling anyhow v1.0.102
14222026-03-25T20:20:17.845Z Compiling iri-string v0.7.11
14232026-03-25T20:20:17.913Z Compiling time-macros v0.2.27
14242026-03-25T20:20:18.056Z Compiling deranged v0.5.8
14252026-03-25T20:20:18.471Z Compiling block-buffer v0.10.4
14262026-03-25T20:20:18.615Z Compiling scroll_derive v0.13.1
14272026-03-25T20:20:18.856Z Compiling num_threads v0.1.7
14282026-03-25T20:20:18.948Z Compiling hex v0.4.3
14292026-03-25T20:20:18.995Z Compiling digest v0.10.7
14302026-03-25T20:20:19.196Z Compiling regex v1.12.3
14312026-03-25T20:20:19.422Z Compiling scroll v0.13.0
14322026-03-25T20:20:19.661Z Compiling tokio-util v0.7.18
14332026-03-25T20:20:19.683Z Compiling oxnet v0.1.4
14342026-03-25T20:20:19.821Z Compiling camino v1.2.2
14352026-03-25T20:20:20.056Z Compiling goblin v0.10.5
14362026-03-25T20:20:20.174Z Compiling usdt-impl v0.6.0
14372026-03-25T20:20:20.236Z Compiling openssl-probe v0.2.1
14382026-03-25T20:20:20.416Z Compiling dtrace-parser v0.3.0
14392026-03-25T20:20:20.840Z Compiling crossbeam-utils v0.8.21
14402026-03-25T20:20:20.863Z Compiling h2 v0.4.13
14412026-03-25T20:20:21.319Z Compiling futures-executor v0.3.32
14422026-03-25T20:20:21.328Z Compiling openapiv3 v2.2.0
14432026-03-25T20:20:21.331Z Compiling structmeta-derive v0.3.0
14442026-03-25T20:20:21.594Z Compiling regress v0.10.5
14452026-03-25T20:20:21.877Z Compiling thread-id v5.1.0
14462026-03-25T20:20:21.956Z Compiling syn v1.0.109
14472026-03-25T20:20:22.270Z Compiling rustls v0.22.4
14482026-03-25T20:20:22.368Z Compiling structmeta v0.3.0
14492026-03-25T20:20:22.534Z Compiling futures v0.3.32
14502026-03-25T20:20:22.566Z Compiling rand_core v0.9.5
14512026-03-25T20:20:22.781Z Compiling dof v0.4.0
14522026-03-25T20:20:22.933Z Compiling hyper v1.8.1
14532026-03-25T20:20:23.272Z Compiling darling_core v0.23.0
14542026-03-25T20:20:24.136Z Compiling newtype-uuid-macros v0.1.0
14552026-03-25T20:20:24.392Z Compiling thread_local v1.1.9
14562026-03-25T20:20:24.652Z Compiling winnow v0.7.15
14572026-03-25T20:20:24.668Z Compiling aws-lc-rs v1.16.2
14582026-03-25T20:20:24.689Z Compiling match_cfg v0.1.0
14592026-03-25T20:20:24.757Z Compiling hyper-util v0.1.20
14602026-03-25T20:20:24.963Z Compiling newtype-uuid v1.3.2
14612026-03-25T20:20:24.981Z Compiling ref-cast v1.0.25
14622026-03-25T20:20:25.282Z Compiling quick-error v1.2.3
14632026-03-25T20:20:25.301Z Compiling slog-async v2.8.0
14642026-03-25T20:20:25.377Z Compiling darling_macro v0.23.0
14652026-03-25T20:20:25.427Z Compiling daft v0.1.5
14662026-03-25T20:20:25.464Z Compiling usdt-macro v0.6.0
14672026-03-25T20:20:25.664Z Compiling usdt-attr-macro v0.6.0
14682026-03-25T20:20:25.711Z Compiling rand_chacha v0.9.0
14692026-03-25T20:20:26.003Z Compiling darling v0.23.0
14702026-03-25T20:20:26.083Z Compiling ref-cast-impl v1.0.25
14712026-03-25T20:20:26.156Z Compiling strum_macros v0.26.4
14722026-03-25T20:20:26.172Z Compiling toml_datetime v0.7.5+spec-1.1.0
14732026-03-25T20:20:26.481Z Compiling serde_spanned v1.1.0
14742026-03-25T20:20:26.505Z Compiling multer v3.1.0
14752026-03-25T20:20:26.626Z Compiling bit-vec v0.8.0
14762026-03-25T20:20:26.637Z Compiling term v1.2.1
14772026-03-25T20:20:26.690Z Compiling take_mut v0.2.2
14782026-03-25T20:20:26.722Z Compiling toml_writer v1.1.0+spec-1.1.0
14792026-03-25T20:20:26.795Z Compiling debug-ignore v1.0.5
14802026-03-25T20:20:26.859Z Compiling untrusted v0.7.1
14812026-03-25T20:20:26.865Z Compiling bit-set v0.8.0
14822026-03-25T20:20:26.938Z Compiling serde_with_macros v3.18.0
14832026-03-25T20:20:26.970Z Compiling rand v0.9.2
14842026-03-25T20:20:27.030Z Compiling async-stream-impl v0.3.6
14852026-03-25T20:20:27.347Z Compiling dropshot v0.16.7
14862026-03-25T20:20:27.564Z Compiling encoding_rs v0.8.35
14872026-03-25T20:20:27.565Z Compiling unarray v0.1.4
14882026-03-25T20:20:27.656Z Compiling rustls v0.23.37
14892026-03-25T20:20:27.791Z Compiling strum v0.26.3
14902026-03-25T20:20:27.864Z Compiling mime v0.3.17
14912026-03-25T20:20:27.914Z Compiling spin v0.9.8
14922026-03-25T20:20:27.941Z Compiling async-stream v0.3.6
14932026-03-25T20:20:28.074Z Compiling derive-ex v0.1.8
14942026-03-25T20:20:28.111Z Compiling dropshot_endpoint v0.16.7
14952026-03-25T20:20:28.141Z Compiling macaddr v1.0.1
14962026-03-25T20:20:28.350Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14972026-03-25T20:20:28.361Z Compiling waitgroup v0.1.2
14982026-03-25T20:20:28.472Z Compiling serde_path_to_error v0.1.20
14992026-03-25T20:20:28.809Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15002026-03-25T20:20:28.826Z Compiling tempfile v3.27.0
15012026-03-25T20:20:28.937Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15022026-03-25T20:20:29.084Z Compiling tower v0.5.3
15032026-03-25T20:20:29.115Z Compiling strum_macros v0.27.2
15042026-03-25T20:20:29.248Z Compiling instant v0.1.13
15052026-03-25T20:20:29.259Z Compiling time v0.3.47
15062026-03-25T20:20:29.565Z Compiling tower-http v0.6.8
15072026-03-25T20:20:29.651Z Compiling test-strategy v0.4.5
15082026-03-25T20:20:29.665Z Compiling rustc-hash v2.1.1
15092026-03-25T20:20:29.782Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15102026-03-25T20:20:29.989Z Compiling crossbeam-channel v0.5.15
15112026-03-25T20:20:30.938Z Compiling strum v0.27.2
15122026-03-25T20:20:31.068Z Compiling parse-display-derive v0.10.0
15132026-03-25T20:20:31.079Z Compiling rustls-native-certs v0.8.3
15142026-03-25T20:20:31.141Z Compiling backon v1.6.0
15152026-03-25T20:20:31.419Z Compiling rustls-webpki v0.102.8
15162026-03-25T20:20:31.488Z Compiling rand_chacha v0.3.1
15172026-03-25T20:20:32.309Z Compiling rand v0.8.5
15182026-03-25T20:20:32.322Z Compiling slog-json v2.6.1
15192026-03-25T20:20:32.522Z Compiling hostname v0.3.1
15202026-03-25T20:20:32.522Z Compiling toml_parser v1.1.0+spec-1.1.0
15212026-03-25T20:20:32.661Z Compiling is-terminal v0.4.17
15222026-03-25T20:20:32.717Z Compiling wait-timeout v0.2.1
15232026-03-25T20:20:32.751Z Compiling memmap2 v0.9.10
15242026-03-25T20:20:32.959Z Compiling either v1.15.0
15252026-03-25T20:20:33.016Z Compiling usdt v0.6.0
15262026-03-25T20:20:33.127Z Compiling toml v0.9.12+spec-1.1.0
15272026-03-25T20:20:33.157Z Compiling rusty-fork v0.3.1
15282026-03-25T20:20:33.223Z Compiling slog-term v2.9.2
15292026-03-25T20:20:33.295Z Compiling slog-bunyan v2.5.0
15302026-03-25T20:20:33.829Z Compiling tokio-rustls v0.25.0
15312026-03-25T20:20:33.902Z Compiling serde_with v3.18.0
15322026-03-25T20:20:34.015Z Compiling rand_xorshift v0.4.0
15332026-03-25T20:20:34.047Z Compiling sha1 v0.10.6
15342026-03-25T20:20:34.048Z Compiling rustls-pemfile v2.2.0
15352026-03-25T20:20:34.158Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15362026-03-25T20:20:34.248Z Compiling hostname v0.4.2
15372026-03-25T20:20:34.268Z Compiling proptest v1.11.0
15382026-03-25T20:20:35.303Z Compiling reqwest v0.12.28
15392026-03-25T20:20:35.402Z Compiling itertools v0.14.0
15402026-03-25T20:20:35.674Z Compiling iddqd v0.3.17
15412026-03-25T20:20:35.978Z Compiling utf8parse v0.2.2
15422026-03-25T20:20:36.090Z Compiling anstyle-parse v1.0.0
15432026-03-25T20:20:36.282Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15442026-03-25T20:20:36.694Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15452026-03-25T20:20:36.868Z Compiling toml_datetime v0.6.11
15462026-03-25T20:20:36.941Z Compiling colorchoice v1.0.5
15472026-03-25T20:20:37.057Z Compiling is_terminal_polyfill v1.70.2
15482026-03-25T20:20:37.133Z Compiling anstyle-query v1.1.5
15492026-03-25T20:20:37.242Z Compiling anstyle v1.0.14
15502026-03-25T20:20:37.430Z Compiling anstream v1.0.0
15512026-03-25T20:20:37.465Z Compiling progenitor-client v0.10.0
15522026-03-25T20:20:37.737Z Compiling parse-display v0.10.0
15532026-03-25T20:20:37.874Z Compiling backoff v0.4.0
15542026-03-25T20:20:38.078Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15552026-03-25T20:20:38.154Z Compiling clap_lex v1.1.0
15562026-03-25T20:20:38.399Z Compiling clap_derive v4.6.0
15572026-03-25T20:20:38.435Z Compiling unicode-width v0.2.2
15582026-03-25T20:20:38.915Z Compiling terminal_size v0.4.4
15592026-03-25T20:20:38.997Z Compiling darling_core v0.21.3
15602026-03-25T20:20:39.055Z Compiling zerocopy-derive v0.7.35
15612026-03-25T20:20:39.817Z Compiling crossbeam-epoch v0.9.18
15622026-03-25T20:20:39.917Z Compiling zerocopy v0.7.35
15632026-03-25T20:20:40.640Z Compiling clap_builder v4.6.0
15642026-03-25T20:20:41.092Z Compiling proc-macro-error-attr v1.0.4
15652026-03-25T20:20:41.161Z Compiling darling_macro v0.21.3
15662026-03-25T20:20:41.177Z Compiling convert_case v0.4.0
15672026-03-25T20:20:41.355Z Compiling toml_datetime v1.1.0+spec-1.1.0
15682026-03-25T20:20:41.479Z Compiling tinyvec_macros v0.1.1
15692026-03-25T20:20:41.546Z Compiling heapless v0.8.0
15702026-03-25T20:20:41.586Z Compiling tinyvec v1.11.0
15712026-03-25T20:20:41.626Z Compiling toml_edit v0.25.8+spec-1.1.0
15722026-03-25T20:20:41.743Z Compiling darling v0.21.3
15732026-03-25T20:20:41.823Z Compiling ingot-macros v0.1.1
15742026-03-25T20:20:41.923Z Compiling derive_more v0.99.20
15752026-03-25T20:20:42.446Z Compiling clap v4.6.0
15762026-03-25T20:20:42.864Z Compiling dtrace-parser v0.2.0
15772026-03-25T20:20:43.128Z Compiling secrecy v0.10.3
15782026-03-25T20:20:43.284Z Compiling scroll_derive v0.12.1
15792026-03-25T20:20:43.734Z Compiling hash32 v0.3.1
15802026-03-25T20:20:43.884Z Compiling usdt-impl v0.5.0
15812026-03-25T20:20:43.894Z Compiling proc-macro-error v1.0.4
15822026-03-25T20:20:43.980Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15832026-03-25T20:20:44.113Z Compiling crucible-workspace-hack v0.1.0
15842026-03-25T20:20:44.125Z Compiling smoltcp v0.11.0
15852026-03-25T20:20:44.134Z Compiling winnow v0.5.40
15862026-03-25T20:20:44.250Z Compiling scroll v0.12.0
15872026-03-25T20:20:44.467Z Compiling proc-macro-crate v3.5.0
15882026-03-25T20:20:44.544Z Compiling ingot-types v0.1.2
15892026-03-25T20:20:44.870Z Compiling dof v0.3.0
15902026-03-25T20:20:45.014Z Compiling typify-impl v0.6.1
15912026-03-25T20:20:45.160Z Compiling serde_spanned v0.6.9
15922026-03-25T20:20:45.193Z Compiling cobs v0.3.0
15932026-03-25T20:20:45.203Z Compiling memoffset v0.9.1
15942026-03-25T20:20:45.300Z Compiling thread-id v4.2.2
15952026-03-25T20:20:45.357Z Compiling bitflags v1.3.2
15962026-03-25T20:20:45.377Z Compiling toml_edit v0.19.15
15972026-03-25T20:20:45.388Z Compiling managed v0.8.0
15982026-03-25T20:20:45.422Z Compiling toml_write v0.1.2
15992026-03-25T20:20:45.432Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16002026-03-25T20:20:45.503Z Compiling cfg_aliases v0.2.1
16012026-03-25T20:20:45.570Z Compiling nix v0.31.2
16022026-03-25T20:20:45.672Z Compiling toml_edit v0.22.27
16032026-03-25T20:20:45.938Z Compiling postcard v1.1.3
16042026-03-25T20:20:46.602Z Compiling proc-macro-crate v1.3.1
16052026-03-25T20:20:46.882Z Compiling ingot v0.1.1
16062026-03-25T20:20:46.929Z Compiling num_enum_derive v0.7.6
16072026-03-25T20:20:47.444Z Compiling goblin v0.8.2
16082026-03-25T20:20:47.946Z Compiling tabwriter v1.4.1
16092026-03-25T20:20:48.087Z Compiling foreign-types-macros v0.2.3
16102026-03-25T20:20:48.183Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16112026-03-25T20:20:48.477Z Compiling num-integer v0.1.46
16122026-03-25T20:20:48.711Z Compiling rustc_version v0.4.1
16132026-03-25T20:20:48.795Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16142026-03-25T20:20:48.979Z Compiling foreign-types-shared v0.3.1
16152026-03-25T20:20:49.013Z Compiling cpufeatures v0.3.0
16162026-03-25T20:20:49.046Z Compiling rayon-core v1.13.0
16172026-03-25T20:20:49.066Z Compiling heck v0.4.1
16182026-03-25T20:20:49.082Z Compiling float-ord v0.3.2
16192026-03-25T20:20:49.111Z Compiling chacha20 v0.10.0
16202026-03-25T20:20:49.193Z Compiling foreign-types v0.5.0
16212026-03-25T20:20:49.325Z Compiling curve25519-dalek v4.1.3
16222026-03-25T20:20:49.578Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16232026-03-25T20:20:49.727Z Compiling num_enum v0.7.6
16242026-03-25T20:20:49.874Z Compiling num_enum_derive v0.5.11
16252026-03-25T20:20:50.728Z Compiling toml v0.8.23
16262026-03-25T20:20:51.346Z Compiling typify-macro v0.6.1
16272026-03-25T20:20:51.422Z Compiling crossbeam-deque v0.8.6
16282026-03-25T20:20:51.610Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16292026-03-25T20:20:52.073Z Compiling hmac v0.12.1
16302026-03-25T20:20:52.107Z Compiling inout v0.1.4
16312026-03-25T20:20:52.206Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16322026-03-25T20:20:52.252Z Compiling ff v0.13.1
16332026-03-25T20:20:52.611Z Compiling rustls-webpki v0.103.10
16342026-03-25T20:20:52.956Z Compiling cstr-argument v0.1.2
16352026-03-25T20:20:53.011Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16362026-03-25T20:20:53.164Z Compiling colored v3.1.1
16372026-03-25T20:20:53.473Z Compiling rustix v0.38.44
16382026-03-25T20:20:53.567Z Compiling prettyplease v0.2.37
16392026-03-25T20:20:53.680Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16402026-03-25T20:20:53.910Z Compiling group v0.13.0
16412026-03-25T20:20:54.018Z Compiling cipher v0.4.4
16422026-03-25T20:20:54.211Z Compiling hkdf v0.12.4
16432026-03-25T20:20:54.233Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16442026-03-25T20:20:54.526Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16452026-03-25T20:20:54.722Z Compiling num_enum v0.5.11
16462026-03-25T20:20:54.803Z Compiling rand v0.10.0
16472026-03-25T20:20:54.830Z Compiling num-rational v0.4.2
16482026-03-25T20:20:54.840Z Compiling num-iter v0.1.45
16492026-03-25T20:20:54.955Z Compiling usdt-attr-macro v0.5.0
16502026-03-25T20:20:55.112Z Compiling usdt-macro v0.5.0
16512026-03-25T20:20:56.013Z Compiling tokio-rustls v0.26.4
16522026-03-25T20:20:56.072Z Compiling rustls-platform-verifier v0.6.2
16532026-03-25T20:20:56.285Z Compiling hyper-rustls v0.27.7
16542026-03-25T20:20:56.531Z Compiling reqwest v0.13.2
16552026-03-25T20:20:56.587Z Compiling camino-tempfile v1.4.1
16562026-03-25T20:20:56.718Z Compiling thiserror-impl-no-std v2.0.2
16572026-03-25T20:20:57.299Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16582026-03-25T20:20:57.597Z Compiling universal-hash v0.5.1
16592026-03-25T20:20:57.659Z Compiling half v2.7.1
16602026-03-25T20:20:57.729Z Compiling progenitor-client v0.13.0
16612026-03-25T20:20:57.814Z Compiling crypto-bigint v0.5.5
16622026-03-25T20:20:57.960Z Compiling progenitor-extras v0.1.1
16632026-03-25T20:20:58.066Z Compiling enum-as-inner v0.6.1
16642026-03-25T20:20:58.201Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16652026-03-25T20:20:58.568Z Compiling curve25519-dalek-derive v0.1.1
16662026-03-25T20:20:58.635Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16672026-03-25T20:20:58.923Z Compiling num-complex v0.4.6
16682026-03-25T20:20:58.976Z Compiling memmap v0.7.0
16692026-03-25T20:20:59.169Z Compiling opaque-debug v0.3.1
16702026-03-25T20:20:59.240Z Compiling data-encoding v2.10.0
16712026-03-25T20:20:59.253Z Compiling ciborium-io v0.2.2
16722026-03-25T20:20:59.314Z Compiling base16ct v0.2.0
16732026-03-25T20:20:59.344Z Compiling base64ct v1.8.3
16742026-03-25T20:20:59.356Z Compiling ciborium-ll v0.2.2
16752026-03-25T20:20:59.474Z Compiling elliptic-curve v0.13.8
16762026-03-25T20:20:59.569Z Compiling num v0.4.3
16772026-03-25T20:20:59.644Z Compiling password-hash v0.5.0
16782026-03-25T20:20:59.749Z Compiling poly1305 v0.8.0
16792026-03-25T20:21:00.072Z Compiling usdt v0.5.0
16802026-03-25T20:21:00.179Z Compiling thiserror-no-std v2.0.2
16812026-03-25T20:21:00.345Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16822026-03-25T20:21:00.450Z Compiling rayon v1.11.0
16832026-03-25T20:21:00.763Z Compiling chacha20 v0.9.1
16842026-03-25T20:21:00.825Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16852026-03-25T20:21:00.910Z Compiling typify v0.6.1
16862026-03-25T20:21:01.124Z Compiling zone_cfg_derive v0.3.1
16872026-03-25T20:21:01.625Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16882026-03-25T20:21:01.729Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16892026-03-25T20:21:01.814Z Compiling itertools v0.12.1
16902026-03-25T20:21:01.943Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16912026-03-25T20:21:02.138Z Compiling blake2 v0.10.6
16922026-03-25T20:21:02.142Z Compiling byte-wrapper v0.1.0
16932026-03-25T20:21:02.242Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16942026-03-25T20:21:02.505Z Compiling aead v0.5.2
16952026-03-25T20:21:02.516Z Compiling num-derive v0.4.2
16962026-03-25T20:21:02.564Z Compiling sigpipe v0.1.3
16972026-03-25T20:21:02.595Z Compiling vcpkg v0.2.15
16982026-03-25T20:21:02.647Z Compiling jiff v0.2.23
16992026-03-25T20:21:02.666Z Compiling glob v0.3.3
17002026-03-25T20:21:03.040Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17012026-03-25T20:21:03.124Z Compiling pkg-config v0.3.32
17022026-03-25T20:21:03.159Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17032026-03-25T20:21:03.377Z Compiling unsafe-libyaml v0.2.11
17042026-03-25T20:21:03.461Z Compiling keccak v0.1.6
17052026-03-25T20:21:03.570Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17062026-03-25T20:21:03.581Z Compiling openssl-sys v0.9.112
17072026-03-25T20:21:03.709Z Compiling sha3 v0.10.8
17082026-03-25T20:21:03.972Z Compiling serde_yaml v0.9.34+deprecated
17092026-03-25T20:21:04.053Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17102026-03-25T20:21:04.123Z Compiling zone v0.3.1
17112026-03-25T20:21:04.136Z Compiling chacha20poly1305 v0.10.1
17122026-03-25T20:21:04.264Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17132026-03-25T20:21:05.242Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17142026-03-25T20:21:05.475Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17152026-03-25T20:21:05.540Z Compiling argon2 v0.5.3
17162026-03-25T20:21:06.047Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17172026-03-25T20:21:06.300Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17182026-03-25T20:21:06.754Z Compiling progenitor-impl v0.13.0
17192026-03-25T20:21:06.991Z Compiling vsss-rs v3.3.4
17202026-03-25T20:21:07.211Z Compiling ciborium v0.2.2
17212026-03-25T20:21:07.407Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17222026-03-25T20:21:07.438Z Compiling hubpack_derive v0.1.1
17232026-03-25T20:21:07.522Z Compiling smf v0.2.3
17242026-03-25T20:21:07.535Z Compiling whoami v1.6.1
17252026-03-25T20:21:07.813Z Compiling static_assertions v1.1.0
17262026-03-25T20:21:07.837Z Compiling semver v0.1.20
17272026-03-25T20:21:07.886Z Compiling linked-hash-map v0.5.6
17282026-03-25T20:21:07.960Z Compiling resolv-conf v0.7.6
17292026-03-25T20:21:08.069Z Compiling indent_write v2.2.0
17302026-03-25T20:21:08.090Z Compiling lru-cache v0.1.2
17312026-03-25T20:21:08.125Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17322026-03-25T20:21:08.209Z Compiling rustc_version v0.1.7
17332026-03-25T20:21:08.216Z Compiling hubpack v0.1.2
17342026-03-25T20:21:08.405Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17352026-03-25T20:21:08.417Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17362026-03-25T20:21:08.517Z Compiling hickory-proto v0.24.4
17372026-03-25T20:21:08.670Z Compiling serde-big-array v0.5.1
17382026-03-25T20:21:08.813Z Compiling serde_repr v0.1.20
17392026-03-25T20:21:09.406Z Compiling derive-where v1.6.1
17402026-03-25T20:21:10.054Z Compiling pin-project-internal v1.1.11
17412026-03-25T20:21:10.383Z Compiling progenitor-macro v0.13.0
17422026-03-25T20:21:10.727Z Compiling swrite v0.1.0
17432026-03-25T20:21:10.838Z Compiling siphasher v1.0.2
17442026-03-25T20:21:11.036Z Compiling unicode-segmentation v1.13.1
17452026-03-25T20:21:11.188Z Compiling minimal-lexical v0.2.1
17462026-03-25T20:21:11.274Z Compiling pin-project v1.1.11
17472026-03-25T20:21:11.378Z Compiling newline-converter v0.3.0
17482026-03-25T20:21:11.456Z Compiling nom v7.1.3
17492026-03-25T20:21:11.475Z Compiling phf_shared v0.12.1
17502026-03-25T20:21:11.495Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17512026-03-25T20:21:11.654Z Compiling hickory-resolver v0.24.4
17522026-03-25T20:21:11.857Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17532026-03-25T20:21:12.122Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17542026-03-25T20:21:12.169Z Compiling newtype_derive v0.1.6
17552026-03-25T20:21:12.393Z Compiling atomicwrites v0.4.4
17562026-03-25T20:21:12.814Z Compiling unicode-normalization v0.1.25
17572026-03-25T20:21:13.109Z Compiling console v0.15.11
17582026-03-25T20:21:13.282Z Compiling tokio-stream v0.1.18
17592026-03-25T20:21:13.544Z Compiling async-recursion v1.1.1
17602026-03-25T20:21:13.746Z Compiling snafu-derive v0.8.9
17612026-03-25T20:21:13.776Z Compiling slog-dtrace v0.3.0
17622026-03-25T20:21:14.002Z Compiling bstr v1.12.1
17632026-03-25T20:21:14.015Z Compiling csv-core v0.1.13
17642026-03-25T20:21:14.237Z Compiling chrono-tz v0.10.4
17652026-03-25T20:21:14.275Z Compiling owo-colors v4.3.0
17662026-03-25T20:21:14.292Z Compiling highway v1.3.0
17672026-03-25T20:21:14.448Z Compiling unicode-width v0.1.14
17682026-03-25T20:21:14.496Z Compiling foldhash v0.1.5
17692026-03-25T20:21:14.600Z Compiling similar v2.7.0
17702026-03-25T20:21:14.678Z Compiling openssl v0.10.76
17712026-03-25T20:21:14.690Z Compiling cancel-safe-futures v0.1.5
17722026-03-25T20:21:14.723Z Compiling unicode-xid v0.2.6
17732026-03-25T20:21:14.844Z Compiling foreign-types-shared v0.1.1
17742026-03-25T20:21:14.926Z Compiling same-file v1.0.6
17752026-03-25T20:21:14.957Z Compiling foreign-types v0.3.2
17762026-03-25T20:21:14.968Z Compiling const_format_proc_macros v0.2.34
17772026-03-25T20:21:14.971Z Compiling hashbrown v0.15.5
17782026-03-25T20:21:15.028Z Compiling walkdir v2.5.0
17792026-03-25T20:21:15.100Z Compiling expectorate v1.2.0
17802026-03-25T20:21:15.296Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17812026-03-25T20:21:15.384Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17822026-03-25T20:21:15.485Z Compiling snafu v0.8.9
17832026-03-25T20:21:15.587Z Compiling globset v0.4.18
17842026-03-25T20:21:15.599Z Compiling progenitor v0.13.0
17852026-03-25T20:21:15.640Z Compiling csv v1.4.0
17862026-03-25T20:21:15.779Z Compiling qorb v0.4.1
17872026-03-25T20:21:15.824Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17882026-03-25T20:21:16.217Z Compiling olpc-cjson v0.1.4
17892026-03-25T20:21:16.386Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17902026-03-25T20:21:16.503Z Compiling phf v0.12.1
17912026-03-25T20:21:16.921Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17922026-03-25T20:21:17.182Z Compiling tokio-dtrace v0.1.1
17932026-03-25T20:21:17.358Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17942026-03-25T20:21:17.457Z Compiling libsw-core v0.3.2
17952026-03-25T20:21:17.625Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17962026-03-25T20:21:17.628Z Compiling serde_plain v1.0.2
17972026-03-25T20:21:17.648Z Compiling openssl-macros v0.1.1
17982026-03-25T20:21:17.733Z Compiling pem v3.0.6
17992026-03-25T20:21:17.839Z Compiling cookie v0.18.1
18002026-03-25T20:21:17.871Z Compiling bytecount v0.6.9
18012026-03-25T20:21:18.011Z Compiling fixedbitset v0.4.2
18022026-03-25T20:21:18.025Z Compiling fixedbitset v0.5.7
18032026-03-25T20:21:18.064Z Compiling typed-path v0.9.3
18042026-03-25T20:21:18.163Z Compiling petgraph v0.6.5
18052026-03-25T20:21:18.212Z Compiling papergrid v0.11.0
18062026-03-25T20:21:18.246Z Compiling petgraph v0.8.3
18072026-03-25T20:21:18.365Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18082026-03-25T20:21:19.383Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18092026-03-25T20:21:19.700Z Compiling tough v0.20.0
18102026-03-25T20:21:19.969Z Compiling libsw v3.5.0
18112026-03-25T20:21:20.019Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18122026-03-25T20:21:20.146Z Compiling oxide-tokio-rt v0.1.3
18132026-03-25T20:21:20.455Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18142026-03-25T20:21:21.324Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18152026-03-25T20:21:21.394Z Compiling const_format v0.2.35
18162026-03-25T20:21:22.233Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18172026-03-25T20:21:23.099Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18182026-03-25T20:21:23.178Z Compiling gethostname v0.5.0
18192026-03-25T20:21:23.224Z Compiling tabled_derive v0.7.0
18202026-03-25T20:21:23.322Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18212026-03-25T20:21:23.546Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-25T20:21:23.710Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-25T20:21:23.782Z Compiling bcs v0.1.6
18242026-03-25T20:21:23.785Z Compiling unicode-linebreak v0.1.5
18252026-03-25T20:21:24.040Z Compiling tagptr v0.2.0
18262026-03-25T20:21:24.100Z Compiling termtree v0.5.1
18272026-03-25T20:21:24.161Z Compiling smawk v0.3.2
18282026-03-25T20:21:24.189Z Compiling lazy_static v1.5.0
18292026-03-25T20:21:24.254Z Compiling linear-map v1.2.0
18302026-03-25T20:21:24.280Z Compiling textwrap v0.16.2
18312026-03-25T20:21:24.292Z Compiling steno v0.4.1
18322026-03-25T20:21:24.302Z Compiling tabled v0.15.0
18332026-03-25T20:21:24.312Z Compiling moka v0.12.15
18342026-03-25T20:21:24.435Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18352026-03-25T20:21:24.448Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18362026-03-25T20:21:24.749Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18372026-03-25T20:21:24.806Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18382026-03-25T20:21:25.100Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18392026-03-25T20:21:25.227Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18402026-03-25T20:21:26.138Z Compiling hickory-proto v0.25.2
18412026-03-25T20:21:26.173Z Compiling humantime v2.3.0
18422026-03-25T20:21:26.458Z Compiling num-derive v0.3.3
18432026-03-25T20:21:27.035Z Compiling parking_lot_core v0.8.6
18442026-03-25T20:21:27.332Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18452026-03-25T20:21:27.412Z Compiling libscf-sys v1.1.0
18462026-03-25T20:21:27.530Z Compiling crc32fast v1.5.0
18472026-03-25T20:21:27.560Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18482026-03-25T20:21:27.888Z Compiling parking_lot v0.11.2
18492026-03-25T20:21:27.946Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18502026-03-25T20:21:27.957Z Compiling fxhash v0.2.1
18512026-03-25T20:21:27.960Z Compiling internet-checksum v0.2.1
18522026-03-25T20:21:28.067Z Compiling hickory-resolver v0.25.2
18532026-03-25T20:21:28.091Z Compiling sled v0.34.7
18542026-03-25T20:21:28.102Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18552026-03-25T20:21:28.875Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18562026-03-25T20:21:34.200Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18572026-03-25T20:21:41.242Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18582026-03-25T20:21:42.839Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18592026-03-25T20:21:43.915Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18602026-03-25T20:21:46.476Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18612026-03-25T20:21:46.523Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18622026-03-25T20:22:09.357Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
18632026-03-25T20:22:09.658Z────────────
18642026-03-25T20:22:09.658Z Nextest run ID 4a39be4d-87e0-4c98-8128-727acf9b910c with nextest profile: default
18652026-03-25T20:22:09.658Z Starting 45 tests across 1 binary
18662026-03-25T20:22:09.667Z PASS [ 0.009s] rdb bestpath::test::test_bestpath
18672026-03-25T20:22:09.668Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
18682026-03-25T20:22:09.668Z PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization
18692026-03-25T20:22:09.668Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
18702026-03-25T20:22:09.668Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18712026-03-25T20:22:09.668Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18722026-03-25T20:22:09.668Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
18732026-03-25T20:22:09.668Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
18742026-03-25T20:22:09.668Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
18752026-03-25T20:22:09.668Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
18762026-03-25T20:22:09.668Z PASS [ 0.053s] rdb db::test::test_prefix_host_bit_normalization
18772026-03-25T20:22:09.668Z PASS [ 0.054s] rdb db::test::test_rib
18782026-03-25T20:22:09.668Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv4_basic
18792026-03-25T20:22:09.668Z PASS [ 0.054s] rdb db::test::test_set_nexthop_shutdown_replaces_path
18802026-03-25T20:22:09.668Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic
18812026-03-25T20:22:09.668Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
18822026-03-25T20:22:09.668Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
18832026-03-25T20:22:09.668Z PASS [ 0.014s] rdb proptest::prop_ipv4_host_bits_always_unset
18842026-03-25T20:22:09.668Z PASS [ 0.013s] rdb proptest::prop_ipv4_length_in_bounds
18852026-03-25T20:22:09.668Z PASS [ 0.013s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18862026-03-25T20:22:09.668Z PASS [ 0.013s] rdb proptest::prop_ipv6_default_contains_all
18872026-03-25T20:22:09.668Z PASS [ 0.013s] rdb proptest::prop_ipv4_within_self
18882026-03-25T20:22:09.668Z PASS [ 0.013s] rdb proptest::prop_ipv6_host_bits_always_unset
18892026-03-25T20:22:09.668Z PASS [ 0.013s] rdb proptest::prop_ipv6_length_in_bounds
18902026-03-25T20:22:09.668Z PASS [ 0.013s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18912026-03-25T20:22:09.668Z PASS [ 0.013s] rdb proptest::prop_ipv6_within_self
18922026-03-25T20:22:09.668Z PASS [ 0.013s] rdb proptest::prop_prefix_enum_no_cross_family
18932026-03-25T20:22:09.668Z PASS [ 0.056s] rdb db::test::test_static_routing_multiple_routes_same_prefix
18942026-03-25T20:22:09.668Z PASS [ 0.056s] rdb db::test::test_static_routing_mixed_address_families
18952026-03-25T20:22:09.668Z PASS [ 0.015s] rdb proptest::prop_static_route_key_deduplication
18962026-03-25T20:22:09.668Z PASS [ 0.052s] rdb db::test::test_static_routing_vlan_id_handling
18972026-03-25T20:22:09.668Z PASS [ 0.008s] rdb types::test::bgp_path_identity
18982026-03-25T20:22:09.668Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
18992026-03-25T20:22:09.668Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19002026-03-25T20:22:09.668Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19012026-03-25T20:22:09.668Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
19022026-03-25T20:22:09.668Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19032026-03-25T20:22:09.668Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19042026-03-25T20:22:09.669Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19052026-03-25T20:22:09.669Z PASS [ 0.008s] rdb types::test::btreeset_remove
19062026-03-25T20:22:09.669Z PASS [ 0.009s] rdb types::test::btreeset_replace
19072026-03-25T20:22:09.669Z PASS [ 0.023s] rdb proptest::prop_static_route_key_ord_consistency
19082026-03-25T20:22:09.669Z PASS [ 0.008s] rdb types::test::ord_contract
19092026-03-25T20:22:09.669Z PASS [ 0.008s] rdb types::test::static_path_identity
19102026-03-25T20:22:09.680Z PASS [ 0.082s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19112026-03-25T20:22:09.680Z────────────
19122026-03-25T20:22:09.680Z Summary [ 0.148s] 45 tests run: 45 passed, 0 skipped
19132026-03-25T20:22:09.686Z+ cp rib.log /work/
19142026-03-25T20:22:09.701Zprocess exited: duration 275138 ms, exit code 0
 
19152026-03-25T20:22:09.710Zfound 1 output files
19162026-03-25T20:22:09.710Zuploading: /work/rib.log (886 bytes)
19172026-03-25T20:22:10.724Zuploaded: /work/rib.log