01KMK9KJ768N8P3HRV4ZG2H005: test-mg-lower

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

Buildomat Job: 01KMK9MT12QH4SZQTSBXMVGKGR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:15:24.385Zjob assigned to worker 01KMKA55FCDN6P87FXVV8JYENK [factory aws, i-009bef67679b9626f] (queued for 9 m 37 s)
 
22026-03-25T20:15:30.697Zstarting task 0: "setup"
32026-03-25T20:15:30.701Z++ uname -s
42026-03-25T20:15:30.704Z+ kern=SunOS
52026-03-25T20:15:30.704Z+ build_user=build
62026-03-25T20:15:30.704Z+ build_uid=12345
72026-03-25T20:15:30.704Z+ work_dir=/work
82026-03-25T20:15:30.704Z+ input_dir=/input
92026-03-25T20:15:30.704Z+ [[ 0 == 12345 ]]
102026-03-25T20:15:30.704Z+ case "$kern" in
112026-03-25T20:15:30.704Z+ groupadd -g 12345 build
122026-03-25T20:15:30.707Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:15:32.711Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:15:32.830Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:15:32.833Z+ home_fs=zfs
162026-03-25T20:15:32.833Z+ [[ zfs == autofs ]]
172026-03-25T20:15:32.833Z+ mkdir -p /home/build
182026-03-25T20:15:32.833Z+ chown build:build /home/build /work
192026-03-25T20:15:34.835Z+ chmod 0700 /home/build /work
202026-03-25T20:15:34.838Zprocess exited: duration 4142 ms, exit code 0
 
212026-03-25T20:15:34.848Zstarting task 1: "rust-toolchain"
222026-03-25T20:15:34.858Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-25T20:15:34.859Z * rust toolchain channel = "stable"
242026-03-25T20:15:34.859Z * rust toolchain profile = "default"
252026-03-25T20:15:34.859Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-25T20:15:34.859Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-25T20:15:34.859Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-25T20:15:34.859Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:15:34.859Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:15:35.404Zinfo: downloading installer
312026-03-25T20:15:36.474Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:15:36.474Zwarn: /opt/ooce/bin
332026-03-25T20:15:36.474Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:15:36.474Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:15:36.474Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:15:36.474Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:15:36.474Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:15:36.474Zerror: cannot install while Rust is installed
392026-03-25T20:15:36.474Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:15:36.474Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:15:36.474Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:15:36.474Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:15:36.474Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:15:36.488Zinfo: profile set to default
452026-03-25T20:15:36.488Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:15:36.491Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:15:36.642Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:15:36.645Zinfo: downloading 6 components
492026-03-25T20:15:54.366Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-25T20:15:54.367Z
512026-03-25T20:15:54.391Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:15:54.391Z
532026-03-25T20:15:54.391Z
542026-03-25T20:15:54.391ZRust is installed now. Great!
552026-03-25T20:15:54.391Z
562026-03-25T20:15:54.391ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:15:54.392Zenvironment variable. This has not been done automatically.
582026-03-25T20:15:54.392Z
592026-03-25T20:15:54.392ZTo configure your current shell, you need to source
602026-03-25T20:15:54.392Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:15:54.392Z
622026-03-25T20:15:54.392ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:15:54.392Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:15:54.392Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:15:54.393Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:15:54.393Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:15:54.393Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:15:54.393Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:15:54.398Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:15:54.398Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:15:54.487Z+ rustup --version
722026-03-25T20:15:54.493Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:15:54.493Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:15:54.512Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:15:54.517Z+ cargo --version
762026-03-25T20:15:54.531Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:15:54.535Z+ rustc --version
782026-03-25T20:15:54.550Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:15:54.554Zprocess exited: duration 19701 ms, exit code 0
 
802026-03-25T20:15:54.568Zstarting task 2: "authentication"
812026-03-25T20:15:54.593Zprocess exited: duration 26 ms, exit code 0
 
822026-03-25T20:15:54.612Zstarting task 3: "clone repository"
832026-03-25T20:15:54.624Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:15:54.624Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:15:54.645ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:15:55.411Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:15:55.411Z+ git fetch origin 4949163aee7ca9ca8b89b2da582f866500156c36
882026-03-25T20:15:55.656ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:15:55.656Z * branch 4949163aee7ca9ca8b89b2da582f866500156c36 -> FETCH_HEAD
902026-03-25T20:15:55.662Z+ [[ -n renovate/clap-4.x ]]
912026-03-25T20:15:55.665Z++ git branch --show-current
922026-03-25T20:15:55.665Z+ current=main
932026-03-25T20:15:55.665Z+ [[ main != renovate/clap-4.x ]]
942026-03-25T20:15:55.665Z+ git branch -f renovate/clap-4.x 4949163aee7ca9ca8b89b2da582f866500156c36
952026-03-25T20:15:55.668Z+ git checkout -f renovate/clap-4.x
962026-03-25T20:15:55.684ZSwitched to branch 'renovate/clap-4.x'
972026-03-25T20:15:55.689Z+ git reset --hard 4949163aee7ca9ca8b89b2da582f866500156c36
982026-03-25T20:15:55.701ZHEAD is now at 4949163 Update Rust crate clap to 4.6.0
992026-03-25T20:15:55.704Zprocess exited: duration 1098 ms, exit code 0
 
1002026-03-25T20:15:55.711Zstarting task 4: "build"
1012026-03-25T20:15:55.714Z+ set -e
1022026-03-25T20:15:55.714Z+ source .github/buildomat/test-common.sh
1032026-03-25T20:15:55.714Z++ NEXTEST_VERSION=0.9.97
1042026-03-25T20:15:55.714Z++ PLATFORM=illumos
1052026-03-25T20:15:55.718Z++ banner install
1062026-03-25T20:15:55.718Z
1072026-03-25T20:15:55.718Z # # # #### ##### ## # #
1082026-03-25T20:15:55.718Z # ## # # # # # # #
1092026-03-25T20:15:55.718Z # # # # #### # # # # #
1102026-03-25T20:15:55.718Z # # # # # # ###### # #
1112026-03-25T20:15:55.718Z # # ## # # # # # # #
1122026-03-25T20:15:55.718Z # # # #### # # # ###### ######
1132026-03-25T20:15:55.718Z
1142026-03-25T20:15:55.718Z++ set +o errexit
1152026-03-25T20:15:55.721Z++ pkg info clang-15
1162026-03-25T20:15:55.721Z++ grep -qi installed
1172026-03-25T20:15:56.935Zpkg: info: no packages matching the following patterns you specified are
1182026-03-25T20:15:56.935Zinstalled on the system. Try querying remotely instead:
1192026-03-25T20:15:56.935Z
1202026-03-25T20:15:56.935Z clang-15
1212026-03-25T20:15:56.972Z++ [[ 1 != 0 ]]
1222026-03-25T20:15:56.972Z++ set -o errexit
1232026-03-25T20:15:56.974Z++ pfexec pkg install clang-15
1242026-03-25T20:16:03.397Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-25T20:16:10.151Z Startup: Caching catalogs ... Done
1262026-03-25T20:16:13.786ZPlanning: Solver setup ... Done
1272026-03-25T20:16:13.800ZPlanning: Running solver ... Done
1282026-03-25T20:16:13.915ZPlanning: Finding local manifests ... Done
1292026-03-25T20:16:13.928ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-25T20:16:14.012ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-25T20:16:14.040ZPlanning: Package planning ... Done
1322026-03-25T20:16:14.068ZPlanning: Merging actions ... Done
1332026-03-25T20:16:14.179ZPlanning: Checking for conflicting actions ... Done
1342026-03-25T20:16:14.185ZPlanning: Consolidating action changes ... Done
1352026-03-25T20:16:14.911ZPlanning: Evaluating mediators ... Done
1362026-03-25T20:16:14.916ZPlanning: Planning completed in 4.61 seconds
1372026-03-25T20:16:14.926Z Packages to install: 2
1382026-03-25T20:16:14.929Z Mediators to change: 2
1392026-03-25T20:16:14.929Z Services to change: 1
1402026-03-25T20:16:14.929Z Create boot environment: No
1412026-03-25T20:16:14.929ZCreate backup boot environment: No
1422026-03-25T20:16:14.965Z
1432026-03-25T20:16:14.965ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-25T20:16:21.463ZDownload: 2003/3076 items 117.9/211.3MB 55% complete (25.5M/s)
1452026-03-25T20:16:25.623ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (18.9M/s)
1462026-03-25T20:16:26.668ZDownload: Completed 211.31 MB in 11.70 seconds (18.1M/s)
1472026-03-25T20:16:28.033Z Actions: 1/3418 actions (Installing new actions)
1482026-03-25T20:16:30.004Z Actions: Completed 3418 actions in 3.11 seconds.
1492026-03-25T20:16:30.302Z Done
1502026-03-25T20:16:30.302Z Done
1512026-03-25T20:16:30.972Z Done
1522026-03-25T20:16:34.318Z Done
1532026-03-25T20:16:34.399Z Done
1542026-03-25T20:16:34.402Z Done
1552026-03-25T20:16:34.706Z Done
1562026-03-25T20:16:35.330Z++ set -o errexit
1572026-03-25T20:16:35.330Z++ cargo --version
1582026-03-25T20:16:35.339Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1592026-03-25T20:16:35.650Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1602026-03-25T20:16:35.657Zinfo: downloading 6 components
1612026-03-25T20:16:51.236Zcargo 1.94.0 (85eff7c80 2026-01-15)
1622026-03-25T20:16:51.239Z++ rustc --version
1632026-03-25T20:16:51.267Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1642026-03-25T20:16:51.271Z++ cargo install cargo-nextest --version 0.9.97
1652026-03-25T20:16:51.315Z Updating crates.io index
1662026-03-25T20:16:51.421Z Downloading crates ...
1672026-03-25T20:16:51.487Z Downloaded cargo-nextest v0.9.97
1682026-03-25T20:16:51.549Z Installing cargo-nextest v0.9.97
1692026-03-25T20:16:51.592Z Updating crates.io index
1702026-03-25T20:16:54.653Z Locking 408 packages to latest compatible versions
1712026-03-25T20:16:54.658Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-03-25T20:16:54.661Z Adding duct v0.13.7 (available: v1.1.1)
1732026-03-25T20:16:54.661Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-03-25T20:16:54.661Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-03-25T20:16:54.666Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-03-25T20:16:54.666Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1772026-03-25T20:16:54.666Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-03-25T20:16:54.679Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1792026-03-25T20:16:54.679Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-03-25T20:16:54.687Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-03-25T20:16:54.696Z Downloading crates ...
1822026-03-25T20:16:54.785Z Downloaded futures-executor v0.3.32
1832026-03-25T20:16:54.789Z Downloaded console v0.15.11
1842026-03-25T20:16:54.792Z Downloaded home v0.5.12
1852026-03-25T20:16:54.795Z Downloaded getrandom v0.4.2
1862026-03-25T20:16:54.798Z Downloaded addr2line v0.25.1
1872026-03-25T20:16:54.801Z Downloaded openssl-probe v0.2.1
1882026-03-25T20:16:54.805Z Downloaded rand_core v0.6.4
1892026-03-25T20:16:54.805Z Downloaded nextest-metadata v0.12.2
1902026-03-25T20:16:54.807Z Downloaded clap v4.6.0
1912026-03-25T20:16:54.813Z Downloaded cargo-platform v0.3.2
1922026-03-25T20:16:54.820Z Downloaded is_terminal_polyfill v1.70.2
1932026-03-25T20:16:54.823Z Downloaded iana-time-zone v0.1.65
1942026-03-25T20:16:54.823Z Downloaded os_pipe v1.2.3
1952026-03-25T20:16:54.823Z Downloaded ed25519 v2.2.3
1962026-03-25T20:16:54.826Z Downloaded bitflags v2.11.0
1972026-03-25T20:16:54.826Z Downloaded camino v1.2.2
1982026-03-25T20:16:54.829Z Downloaded is_ci v1.2.0
1992026-03-25T20:16:54.829Z Downloaded clap_lex v1.1.0
2002026-03-25T20:16:54.829Z Downloaded cargo_metadata v0.20.0
2012026-03-25T20:16:54.832Z Downloaded pin-utils v0.1.0
2022026-03-25T20:16:54.832Z Downloaded foldhash v0.1.5
2032026-03-25T20:16:54.835Z Downloaded duct v0.13.7
2042026-03-25T20:16:54.835Z Downloaded number_prefix v0.4.0
2052026-03-25T20:16:54.835Z Downloaded indenter v0.3.4
2062026-03-25T20:16:54.838Z Downloaded pathdiff v0.2.3
2072026-03-25T20:16:54.838Z Downloaded miette-derive v7.6.0
2082026-03-25T20:16:54.838Z Downloaded quote v1.0.45
2092026-03-25T20:16:54.841Z Downloaded parking_lot v0.12.5
2102026-03-25T20:16:54.844Z Downloaded nested v0.1.1
2112026-03-25T20:16:54.844Z Downloaded cfg_aliases v0.2.1
2122026-03-25T20:16:54.844Z Downloaded cfg-expr v0.20.7
2132026-03-25T20:16:54.847Z Downloaded derive-where v1.6.1
2142026-03-25T20:16:54.850Z Downloaded clap_derive v4.6.0
2152026-03-25T20:16:54.853Z Downloaded openssl-macros v0.1.1
2162026-03-25T20:16:54.853Z Downloaded nextest-workspace-hack v0.1.0
2172026-03-25T20:16:54.853Z Downloaded scopeguard v1.2.0
2182026-03-25T20:16:54.856Z Downloaded rustc_version v0.4.1
2192026-03-25T20:16:54.856Z Downloaded mukti-metadata v0.3.0
2202026-03-25T20:16:54.856Z Downloaded idna_adapter v1.0.0
2212026-03-25T20:16:54.859Z Downloaded fnv v1.0.7
2222026-03-25T20:16:54.862Z Downloaded rand_chacha v0.9.0
2232026-03-25T20:16:54.862Z Downloaded humantime-serde v1.1.1
2242026-03-25T20:16:54.862Z Downloaded pin-project-lite v0.2.17
2252026-03-25T20:16:54.865Z Downloaded errno v0.3.14
2262026-03-25T20:16:54.868Z Downloaded ppv-lite86 v0.2.21
2272026-03-25T20:16:54.872Z Downloaded color-spantrace v0.3.0
2282026-03-25T20:16:54.875Z Downloaded futures-core v0.3.32
2292026-03-25T20:16:54.875Z Downloaded form_urlencoded v1.2.2
2302026-03-25T20:16:54.880Z Downloaded guppy-workspace-hack v0.1.0
2312026-03-25T20:16:54.882Z Downloaded equivalent v1.0.2
2322026-03-25T20:16:54.882Z Downloaded newtype-uuid v1.3.2
2332026-03-25T20:16:54.886Z Downloaded adler2 v2.0.1
2342026-03-25T20:16:54.889Z Downloaded once_cell v1.21.4
2352026-03-25T20:16:54.889Z Downloaded backtrace-ext v0.2.1
2362026-03-25T20:16:54.892Z Downloaded atomicwrites v0.4.4
2372026-03-25T20:16:54.895Z Downloaded colorchoice v1.0.5
2382026-03-25T20:16:54.895Z Downloaded async-scoped v0.9.0
2392026-03-25T20:16:54.900Z Downloaded futures-io v0.3.32
2402026-03-25T20:16:54.903Z Downloaded rustc-hash v2.1.1
2412026-03-25T20:16:54.903Z Downloaded indent_write v2.2.0
2422026-03-25T20:16:54.903Z Downloaded heck v0.5.0
2432026-03-25T20:16:54.906Z Downloaded ordered-float v2.10.1
2442026-03-25T20:16:54.906Z Downloaded itoa v1.0.18
2452026-03-25T20:16:54.909Z Downloaded atomic-waker v1.1.2
2462026-03-25T20:16:54.912Z Downloaded generic-array v0.14.7
2472026-03-25T20:16:54.912Z Downloaded hyper-tls v0.6.0
2482026-03-25T20:16:54.912Z Downloaded enable-ansi-support v0.2.1
2492026-03-25T20:16:54.915Z Downloaded block-buffer v0.10.4
2502026-03-25T20:16:54.918Z Downloaded base64 v0.22.1
2512026-03-25T20:16:54.927Z Downloaded lru-slab v0.1.2
2522026-03-25T20:16:54.930Z Downloaded hex v0.4.3
2532026-03-25T20:16:54.930Z Downloaded http-body v1.0.1
2542026-03-25T20:16:54.932Z Downloaded futures-task v0.3.32
2552026-03-25T20:16:54.932Z Downloaded foreign-types v0.3.2
2562026-03-25T20:16:54.932Z Downloaded fastrand v2.3.0
2572026-03-25T20:16:54.937Z Downloaded document-features v0.2.12
2582026-03-25T20:16:54.940Z Downloaded serde_ignored v0.1.14
2592026-03-25T20:16:54.940Z Downloaded litrs v1.0.0
2602026-03-25T20:16:54.940Z Downloaded percent-encoding v2.3.2
2612026-03-25T20:16:54.944Z Downloaded cfg-if v1.0.4
2622026-03-25T20:16:54.944Z Downloaded lazy_static v1.5.0
2632026-03-25T20:16:54.944Z Downloaded curve25519-dalek-derive v0.1.1
2642026-03-25T20:16:54.947Z Downloaded cargo-platform v0.2.0
2652026-03-25T20:16:54.948Z Downloaded shared_child v1.1.1
2662026-03-25T20:16:54.948Z Downloaded ipnet v2.12.0
2672026-03-25T20:16:54.950Z Downloaded crypto-common v0.1.7
2682026-03-25T20:16:54.950Z Downloaded anstyle-query v1.1.5
2692026-03-25T20:16:54.953Z Downloaded signature v2.2.0
2702026-03-25T20:16:54.956Z Downloaded debug-ignore v1.0.5
2712026-03-25T20:16:54.956Z Downloaded shell-words v1.1.1
2722026-03-25T20:16:54.956Z Downloaded memchr v2.8.0
2732026-03-25T20:16:54.959Z Downloaded futures-sink v0.3.32
2742026-03-25T20:16:54.962Z Downloaded sigchld v0.2.4
2752026-03-25T20:16:54.962Z Downloaded filetime v0.2.27
2762026-03-25T20:16:54.965Z Downloaded cpufeatures v0.2.17
2772026-03-25T20:16:54.965Z Downloaded cargo-util-schemas v0.2.0
2782026-03-25T20:16:54.965Z Downloaded base64ct v1.8.3
2792026-03-25T20:16:54.969Z Downloaded future-queue v0.4.0
2802026-03-25T20:16:54.973Z Downloaded camino-tempfile v1.4.1
2812026-03-25T20:16:54.976Z Downloaded serde_urlencoded v0.7.1
2822026-03-25T20:16:54.981Z Downloaded erased-serde v0.4.10
2832026-03-25T20:16:54.981Z Downloaded serde-value v0.7.0
2842026-03-25T20:16:54.981Z Downloaded signal-hook-mio v0.2.5
2852026-03-25T20:16:54.982Z Downloaded serde_spanned v1.1.0
2862026-03-25T20:16:54.982Z Downloaded serde_spanned v0.6.9
2872026-03-25T20:16:54.985Z Downloaded convert_case v0.10.0
2882026-03-25T20:16:54.985Z Downloaded strip-ansi-escapes v0.2.1
2892026-03-25T20:16:54.989Z Downloaded subtle v2.6.1
2902026-03-25T20:16:54.989Z Downloaded autocfg v1.5.0
2912026-03-25T20:16:54.992Z Downloaded eyre v0.6.12
2922026-03-25T20:16:54.992Z Downloaded pin-project-internal v1.1.11
2932026-03-25T20:16:54.995Z Downloaded getrandom v0.2.17
2942026-03-25T20:16:54.998Z Downloaded strsim v0.11.1
2952026-03-25T20:16:55.002Z Downloaded sync_wrapper v1.0.2
2962026-03-25T20:16:55.002Z Downloaded terminal_size v0.4.4
2972026-03-25T20:16:55.005Z Downloaded supports-hyperlinks v3.2.0
2982026-03-25T20:16:55.005Z Downloaded swrite v0.1.0
2992026-03-25T20:16:55.005Z Downloaded supports-unicode v3.0.0
3002026-03-25T20:16:55.005Z Downloaded supports-color v3.0.2
3012026-03-25T20:16:55.005Z Downloaded pkg-config v0.3.32
3022026-03-25T20:16:55.008Z Downloaded nextest-filtering v0.15.0
3032026-03-25T20:16:55.011Z Downloaded find-msvc-tools v0.1.9
3042026-03-25T20:16:55.013Z Downloaded cc v1.2.57
3052026-03-25T20:16:55.013Z Downloaded pkcs8 v0.10.2
3062026-03-25T20:16:55.017Z Downloaded owo-colors v4.3.0
3072026-03-25T20:16:55.017Z Downloaded jobserver v0.1.34
3082026-03-25T20:16:55.020Z Downloaded foreign-types-shared v0.1.1
3092026-03-25T20:16:55.020Z Downloaded digest v0.10.7
3102026-03-25T20:16:55.023Z Downloaded rand_core v0.9.5
3112026-03-25T20:16:55.023Z Downloaded fixedbitset v0.5.7
3122026-03-25T20:16:55.026Z Downloaded native-tls v0.2.18
3132026-03-25T20:16:55.026Z Downloaded dialoguer v0.11.0
3142026-03-25T20:16:55.030Z Downloaded futures-macro v0.3.32
3152026-03-25T20:16:55.030Z Downloaded either v1.15.0
3162026-03-25T20:16:55.030Z Downloaded cargo_metadata v0.23.1
3172026-03-25T20:16:55.033Z Downloaded anstyle v1.0.14
3182026-03-25T20:16:55.033Z Downloaded tinyvec_macros v0.1.1
3192026-03-25T20:16:55.033Z Downloaded shlex v1.3.0
3202026-03-25T20:16:55.036Z Downloaded toml_datetime v0.6.11
3212026-03-25T20:16:55.036Z Downloaded self-replace v1.5.0
3222026-03-25T20:16:55.038Z Downloaded humantime v2.3.0
3232026-03-25T20:16:55.038Z Downloaded anstream v1.0.0
3242026-03-25T20:16:55.046Z Downloaded log v0.4.29
3252026-03-25T20:16:55.052Z Downloaded anstyle-parse v1.0.0
3262026-03-25T20:16:55.055Z Downloaded ed25519-dalek v2.2.0
3272026-03-25T20:16:55.058Z Downloaded toml_write v0.1.2
3282026-03-25T20:16:55.058Z Downloaded semver v1.0.27
3292026-03-25T20:16:55.061Z Downloaded rustc-demangle v0.1.27
3302026-03-25T20:16:55.061Z Downloaded serde_path_to_error v0.1.20
3312026-03-25T20:16:55.064Z Downloaded futures-channel v0.3.32
3322026-03-25T20:16:55.064Z Downloaded const-oid v0.9.6
3332026-03-25T20:16:55.067Z Downloaded http-body-util v0.1.3
3342026-03-25T20:16:55.070Z Downloaded target-spec-miette v0.4.5
3352026-03-25T20:16:55.075Z Downloaded sha2 v0.10.9
3362026-03-25T20:16:55.078Z Downloaded tokio-macros v2.6.1
3372026-03-25T20:16:55.078Z Downloaded thread_local v1.1.9
3382026-03-25T20:16:55.078Z Downloaded tower-layer v0.3.3
3392026-03-25T20:16:55.078Z Downloaded thiserror-impl v2.0.18
3402026-03-25T20:16:55.078Z Downloaded tracing-error v0.2.1
3412026-03-25T20:16:55.078Z Downloaded typeid v1.0.3
3422026-03-25T20:16:55.081Z Downloaded try-lock v0.2.5
3432026-03-25T20:16:55.081Z Downloaded thiserror-impl v1.0.69
3442026-03-25T20:16:55.081Z Downloaded smol_str v0.3.6
3452026-03-25T20:16:55.081Z Downloaded quinn-udp v0.5.14
3462026-03-25T20:16:55.084Z Downloaded untrusted v0.9.0
3472026-03-25T20:16:55.084Z Downloaded tower-service v0.3.3
3482026-03-25T20:16:55.084Z Downloaded quick-junit v0.5.2
3492026-03-25T20:16:55.087Z Downloaded signal-hook-registry v1.4.8
3502026-03-25T20:16:55.087Z Downloaded thiserror v2.0.18
3512026-03-25T20:16:55.090Z Downloaded unicode-linebreak v0.1.5
3522026-03-25T20:16:55.090Z Downloaded utf8_iter v1.0.4
3532026-03-25T20:16:55.093Z Downloaded spki v0.7.3
3542026-03-25T20:16:55.093Z Downloaded thiserror v1.0.69
3552026-03-25T20:16:55.096Z Downloaded xattr v1.6.1
3562026-03-25T20:16:55.096Z Downloaded urlencoding v2.1.3
3572026-03-25T20:16:55.096Z Downloaded unicode-xid v0.2.6
3582026-03-25T20:16:55.099Z Downloaded simd-adler32 v0.3.8
3592026-03-25T20:16:55.099Z Downloaded rustls-pki-types v1.14.0
3602026-03-25T20:16:55.099Z Downloaded hyper-rustls v0.27.7
3612026-03-25T20:16:55.105Z Downloaded self_update v0.42.0
3622026-03-25T20:16:55.108Z Downloaded serde-untagged v0.1.9
3632026-03-25T20:16:55.111Z Downloaded globset v0.4.18
3642026-03-25T20:16:55.114Z Downloaded tokio-native-tls v0.3.1
3652026-03-25T20:16:55.117Z Downloaded target-spec v3.5.7
3662026-03-25T20:16:55.117Z Downloaded static_assertions v1.1.0
3672026-03-25T20:16:55.126Z Downloaded ryu v1.0.23
3682026-03-25T20:16:55.129Z Downloaded toml_writer v1.1.0+spec-1.1.0
3692026-03-25T20:16:55.129Z Downloaded pin-project v1.1.11
3702026-03-25T20:16:55.135Z Downloaded crc32fast v1.5.0
3712026-03-25T20:16:55.138Z Downloaded config v0.15.22
3722026-03-25T20:16:55.141Z Downloaded utf8parse v0.2.2
3732026-03-25T20:16:55.141Z Downloaded ahash v0.8.12
3742026-03-25T20:16:55.141Z Downloaded getrandom v0.3.4
3752026-03-25T20:16:55.143Z Downloaded version_check v0.9.5
3762026-03-25T20:16:55.146Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3772026-03-25T20:16:55.151Z Downloaded httparse v1.10.1
3782026-03-25T20:16:55.159Z Downloaded slab v0.4.12
3792026-03-25T20:16:55.162Z Downloaded want v0.3.1
3802026-03-25T20:16:55.162Z Downloaded num-traits v0.2.19
3812026-03-25T20:16:55.167Z Downloaded xxhash-rust v0.8.15
3822026-03-25T20:16:55.169Z Downloaded unicase v2.9.0
3832026-03-25T20:16:55.169Z Downloaded tokio-stream v0.1.18
3842026-03-25T20:16:55.172Z Downloaded target-lexicon v0.13.3
3852026-03-25T20:16:55.175Z Downloaded smallvec v1.15.1
3862026-03-25T20:16:55.175Z Downloaded parking_lot_core v0.9.12
3872026-03-25T20:16:55.175Z Downloaded lock_api v0.4.14
3882026-03-25T20:16:55.179Z Downloaded toml_parser v1.1.0+spec-1.1.0
3892026-03-25T20:16:55.179Z Downloaded tokio-rustls v0.26.4
3902026-03-25T20:16:55.179Z Downloaded proc-macro2 v1.0.106
3912026-03-25T20:16:55.182Z Downloaded bytes v1.11.1
3922026-03-25T20:16:55.185Z Downloaded zstd-safe v7.2.4
3932026-03-25T20:16:55.191Z Downloaded tempfile v3.27.0
3942026-03-25T20:16:55.194Z Downloaded zipsign-api v0.1.5
3952026-03-25T20:16:55.201Z Downloaded tracing-attributes v0.1.31
3962026-03-25T20:16:55.204Z Downloaded textwrap v0.16.2
3972026-03-25T20:16:55.207Z Downloaded toml v0.8.23
3982026-03-25T20:16:55.207Z Downloaded tracing-log v0.2.0
3992026-03-25T20:16:55.207Z Downloaded sharded-slab v0.1.7
4002026-03-25T20:16:55.210Z Downloaded zeroize v1.8.2
4012026-03-25T20:16:55.225Z Downloaded serde_derive v1.0.228
4022026-03-25T20:16:55.228Z Downloaded futures v0.3.32
4032026-03-25T20:16:55.233Z Downloaded miniz_oxide v0.8.9
4042026-03-25T20:16:55.236Z Downloaded zstd v0.13.3
4052026-03-25T20:16:55.239Z Downloaded der v0.7.10
4062026-03-25T20:16:55.244Z Downloaded flate2 v1.1.9
4072026-03-25T20:16:55.246Z Downloaded socket2 v0.6.3
4082026-03-25T20:16:55.247Z Downloaded openssl-sys v0.9.112
4092026-03-25T20:16:55.250Z Downloaded derive_more v2.1.1
4102026-03-25T20:16:55.255Z Downloaded zmij v1.0.21
4112026-03-25T20:16:55.258Z Downloaded unicode-ident v1.0.24
4122026-03-25T20:16:55.258Z Downloaded tar v0.4.45
4132026-03-25T20:16:55.261Z Downloaded uuid v1.22.0
4142026-03-25T20:16:55.261Z Downloaded vte v0.14.1
4152026-03-25T20:16:55.264Z Downloaded tinyvec v1.11.0
4162026-03-25T20:16:55.264Z Downloaded indicatif v0.17.11
4172026-03-25T20:16:55.267Z Downloaded backtrace v0.3.76
4182026-03-25T20:16:55.270Z Downloaded toml v1.1.0+spec-1.1.0
4192026-03-25T20:16:55.273Z Downloaded quinn-proto v0.11.14
4202026-03-25T20:16:55.287Z Downloaded tracing-core v0.1.36
4212026-03-25T20:16:55.291Z Downloaded guppy v0.17.25
4222026-03-25T20:16:55.296Z Downloaded signal-hook v0.3.18
4232026-03-25T20:16:55.303Z Downloaded derive_more-impl v2.1.1
4242026-03-25T20:16:55.311Z Downloaded toml_edit v0.22.27
4252026-03-25T20:16:55.314Z Downloaded borsh v1.6.1
4262026-03-25T20:16:55.318Z Downloaded quinn v0.11.9
4272026-03-25T20:16:55.327Z Downloaded mio v1.1.1
4282026-03-25T20:16:55.330Z Downloaded serde v1.0.228
4292026-03-25T20:16:55.342Z Downloaded rustls-webpki v0.103.10
4302026-03-25T20:16:55.345Z Downloaded serde_core v1.0.228
4312026-03-25T20:16:55.349Z Downloaded url v2.5.8
4322026-03-25T20:16:55.358Z Downloaded tower v0.5.3
4332026-03-25T20:16:55.363Z Downloaded miette v7.6.0
4342026-03-25T20:16:55.366Z Downloaded indexmap v2.13.0
4352026-03-25T20:16:55.369Z Downloaded hashbrown v0.15.5
4362026-03-25T20:16:55.371Z Downloaded http v1.4.0
4372026-03-25T20:16:55.374Z Downloaded hyper-util v0.1.20
4382026-03-25T20:16:55.377Z Downloaded unicode-segmentation v1.13.1
4392026-03-25T20:16:55.381Z Downloaded hashbrown v0.16.1
4402026-03-25T20:16:55.387Z Downloaded ron v0.12.0
4412026-03-25T20:16:55.392Z Downloaded crossterm v0.29.0
4422026-03-25T20:16:55.405Z Downloaded serde_json v1.0.149
4432026-03-25T20:16:55.409Z Downloaded tower-http v0.6.8
4442026-03-25T20:16:55.413Z Downloaded h2 v0.4.13
4452026-03-25T20:16:55.417Z Downloaded rand v0.9.2
4462026-03-25T20:16:55.428Z Downloaded unicode-normalization v0.1.25
4472026-03-25T20:16:55.431Z Downloaded typenum v1.19.0
4482026-03-25T20:16:55.431Z Downloaded futures-util v0.3.32
4492026-03-25T20:16:55.438Z Downloaded clap_builder v4.6.0
4502026-03-25T20:16:55.446Z Downloaded idna v1.1.0
4512026-03-25T20:16:55.453Z Downloaded aho-corasick v1.1.4
4522026-03-25T20:16:55.457Z Downloaded regex v1.12.3
4532026-03-25T20:16:55.475Z Downloaded pulldown-cmark v0.13.3
4542026-03-25T20:16:55.481Z Downloaded tracing-subscriber v0.3.23
4552026-03-25T20:16:55.486Z Downloaded winnow v1.0.0
4562026-03-25T20:16:55.491Z Downloaded chrono v0.4.44
4572026-03-25T20:16:55.502Z Downloaded curve25519-dalek v4.1.3
4582026-03-25T20:16:55.506Z Downloaded vcpkg v0.2.15
4592026-03-25T20:16:55.528Z Downloaded tokio-util v0.7.18
4602026-03-25T20:16:55.532Z Downloaded webpki-roots v1.0.6
4612026-03-25T20:16:55.538Z Downloaded unicode-width v0.1.14
4622026-03-25T20:16:55.541Z Downloaded itertools v0.14.0
4632026-03-25T20:16:55.541Z Downloaded hyper v1.8.1
4642026-03-25T20:16:55.545Z Downloaded bstr v1.12.1
4652026-03-25T20:16:55.550Z Downloaded reqwest v0.12.28
4662026-03-25T20:16:55.553Z Downloaded gimli v0.32.3
4672026-03-25T20:16:55.564Z Downloaded portable-atomic v1.13.1
4682026-03-25T20:16:55.584Z Downloaded tracing v0.1.44
4692026-03-25T20:16:55.595Z Downloaded quick-xml v0.38.4
4702026-03-25T20:16:55.607Z Downloaded quick-xml v0.37.5
4712026-03-25T20:16:55.614Z Downloaded iri-string v0.7.11
4722026-03-25T20:16:55.622Z Downloaded winnow v0.7.15
4732026-03-25T20:16:55.632Z Downloaded color-eyre v0.6.5
4742026-03-25T20:16:55.651Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4752026-03-25T20:16:55.660Z Downloaded tokio v1.50.0
4762026-03-25T20:16:55.682Z Downloaded nextest-runner v0.80.0
4772026-03-25T20:16:55.709Z Downloaded openssl v0.10.76
4782026-03-25T20:16:55.733Z Downloaded unicode-width v0.2.2
4792026-03-25T20:16:55.743Z Downloaded syn v2.0.117
4802026-03-25T20:16:55.758Z Downloaded zerocopy v0.8.47
4812026-03-25T20:16:55.800Z Downloaded nix v0.30.1
4822026-03-25T20:16:55.804Z Downloaded object v0.37.3
4832026-03-25T20:16:55.807Z Downloaded rustls v0.23.37
4842026-03-25T20:16:55.811Z Downloaded regex-syntax v0.8.10
4852026-03-25T20:16:55.815Z Downloaded rustix v0.38.44
4862026-03-25T20:16:55.836Z Downloaded rustix v1.1.4
4872026-03-25T20:16:55.922Z Downloaded regex-automata v0.4.14
4882026-03-25T20:16:55.949Z Downloaded libc v0.2.183
4892026-03-25T20:16:55.980Z Downloaded petgraph v0.8.3
4902026-03-25T20:16:56.065Z Downloaded recursion v0.5.4
4912026-03-25T20:16:56.074Z Downloaded ring v0.17.14
4922026-03-25T20:16:56.132Z Compiling libc v0.2.183
4932026-03-25T20:16:56.132Z Compiling proc-macro2 v1.0.106
4942026-03-25T20:16:56.136Z Compiling unicode-ident v1.0.24
4952026-03-25T20:16:56.136Z Compiling quote v1.0.45
4962026-03-25T20:16:56.136Z Compiling serde_core v1.0.228
4972026-03-25T20:16:56.136Z Compiling cfg-if v1.0.4
4982026-03-25T20:16:56.136Z Compiling memchr v2.8.0
4992026-03-25T20:16:56.136Z Compiling once_cell v1.21.4
5002026-03-25T20:16:56.330Z Compiling log v0.4.29
5012026-03-25T20:16:56.381Z Compiling pin-project-lite v0.2.17
5022026-03-25T20:16:56.482Z Compiling serde v1.0.228
5032026-03-25T20:16:56.519Z Compiling itoa v1.0.18
5042026-03-25T20:16:56.673Z Compiling futures-core v0.3.32
5052026-03-25T20:16:56.756Z Compiling bitflags v2.11.0
5062026-03-25T20:16:56.816Z Compiling smallvec v1.15.1
5072026-03-25T20:16:56.827Z Compiling shlex v1.3.0
5082026-03-25T20:16:57.004Z Compiling hashbrown v0.16.1
5092026-03-25T20:16:57.063Z Compiling find-msvc-tools v0.1.9
5102026-03-25T20:16:57.132Z Compiling errno v0.3.14
5112026-03-25T20:16:57.224Z Compiling equivalent v1.0.2
5122026-03-25T20:16:57.286Z Compiling signal-hook-registry v1.4.8
5132026-03-25T20:16:57.300Z Compiling jobserver v0.1.34
5142026-03-25T20:16:57.320Z Compiling bytes v1.11.1
5152026-03-25T20:16:57.414Z Compiling mio v1.1.1
5162026-03-25T20:16:57.517Z Compiling syn v2.0.117
5172026-03-25T20:16:57.548Z Compiling cc v1.2.57
5182026-03-25T20:16:57.632Z Compiling rustix v1.1.4
5192026-03-25T20:16:57.654Z Compiling futures-sink v0.3.32
5202026-03-25T20:16:57.766Z Compiling socket2 v0.6.3
5212026-03-25T20:16:57.805Z Compiling slab v0.4.12
5222026-03-25T20:16:58.009Z Compiling zmij v1.0.21
5232026-03-25T20:16:58.130Z Compiling futures-channel v0.3.32
5242026-03-25T20:16:58.214Z Compiling tracing-core v0.1.36
5252026-03-25T20:16:58.335Z Compiling serde_json v1.0.149
5262026-03-25T20:16:58.383Z Compiling version_check v0.9.5
5272026-03-25T20:16:58.574Z Compiling indexmap v2.13.0
5282026-03-25T20:16:58.717Z Compiling futures-io v0.3.32
5292026-03-25T20:16:58.720Z Compiling getrandom v0.4.2
5302026-03-25T20:16:58.860Z Compiling futures-task v0.3.32
5312026-03-25T20:16:58.963Z Compiling unicode-width v0.2.2
5322026-03-25T20:16:59.014Z Compiling camino v1.2.2
5332026-03-25T20:16:59.207Z Compiling ring v0.17.14
5342026-03-25T20:16:59.280Z Compiling http v1.4.0
5352026-03-25T20:16:59.388Z Compiling percent-encoding v2.3.2
5362026-03-25T20:16:59.405Z Compiling zeroize v1.8.2
5372026-03-25T20:16:59.435Z Compiling adler2 v2.0.1
5382026-03-25T20:16:59.597Z Compiling autocfg v1.5.0
5392026-03-25T20:16:59.602Z Compiling simd-adler32 v0.3.8
5402026-03-25T20:16:59.965Z Compiling num-traits v0.2.19
5412026-03-25T20:17:00.127Z Compiling miniz_oxide v0.8.9
5422026-03-25T20:17:00.186Z Compiling zerocopy v0.8.47
5432026-03-25T20:17:00.254Z Compiling object v0.37.3
5442026-03-25T20:17:00.446Z Compiling target-lexicon v0.13.3
5452026-03-25T20:17:00.541Z Compiling getrandom v0.3.4
5462026-03-25T20:17:00.838Z Compiling http-body v1.0.1
5472026-03-25T20:17:00.880Z Compiling rustls-pki-types v1.14.0
5482026-03-25T20:17:00.964Z Compiling semver v1.0.27
5492026-03-25T20:17:01.001Z Compiling getrandom v0.2.17
5502026-03-25T20:17:01.129Z Compiling guppy-workspace-hack v0.1.0
5512026-03-25T20:17:01.194Z Compiling thiserror v2.0.18
5522026-03-25T20:17:01.206Z Compiling serde_derive v1.0.228
5532026-03-25T20:17:01.338Z Compiling tokio-macros v2.6.1
5542026-03-25T20:17:01.468Z Compiling futures-macro v0.3.32
5552026-03-25T20:17:01.526Z Compiling tracing-attributes v0.1.31
5562026-03-25T20:17:01.539Z Compiling typenum v1.19.0
5572026-03-25T20:17:01.605Z Compiling owo-colors v4.3.0
5582026-03-25T20:17:01.721Z Compiling fnv v1.0.7
5592026-03-25T20:17:01.826Z Compiling signal-hook v0.3.18
5602026-03-25T20:17:01.876Z Compiling httparse v1.10.1
5612026-03-25T20:17:01.921Z Compiling untrusted v0.9.0
5622026-03-25T20:17:02.037Z Compiling gimli v0.32.3
5632026-03-25T20:17:02.088Z Compiling tokio v1.50.0
5642026-03-25T20:17:02.268Z Compiling futures-util v0.3.32
5652026-03-25T20:17:02.281Z Compiling thiserror-impl v2.0.18
5662026-03-25T20:17:02.721Z Compiling tracing v0.1.44
5672026-03-25T20:17:03.819Z Compiling form_urlencoded v1.2.2
5682026-03-25T20:17:04.084Z Compiling addr2line v0.25.1
5692026-03-25T20:17:04.416Z Compiling generic-array v0.14.7
5702026-03-25T20:17:04.509Z Compiling tower-service v0.3.3
5712026-03-25T20:17:04.608Z Compiling target-spec v3.5.7
5722026-03-25T20:17:04.642Z Compiling fastrand v2.3.0
5732026-03-25T20:17:04.720Z Compiling rustls v0.23.37
5742026-03-25T20:17:04.878Z Compiling utf8_iter v1.0.4
5752026-03-25T20:17:04.910Z Compiling atomic-waker v1.1.2
5762026-03-25T20:17:04.935Z Compiling pkg-config v0.3.32
5772026-03-25T20:17:04.978Z Compiling typeid v1.0.3
5782026-03-25T20:17:05.033Z Compiling try-lock v0.2.5
5792026-03-25T20:17:05.045Z Compiling rustc-demangle v0.1.27
5802026-03-25T20:17:05.150Z Compiling idna_adapter v1.0.0
5812026-03-25T20:17:05.252Z Compiling thiserror v1.0.69
5822026-03-25T20:17:05.311Z Compiling idna v1.1.0
5832026-03-25T20:17:05.361Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-03-25T20:17:05.744Z Compiling want v0.3.1
5852026-03-25T20:17:05.782Z Compiling tempfile v3.27.0
5862026-03-25T20:17:05.928Z Compiling tokio-util v0.7.18
5872026-03-25T20:17:06.021Z Compiling backtrace v0.3.76
5882026-03-25T20:17:06.406Z Compiling h2 v0.4.13
5892026-03-25T20:17:06.584Z Compiling cfg-expr v0.20.7
5902026-03-25T20:17:07.487Z Compiling thiserror-impl v1.0.69
5912026-03-25T20:17:07.576Z Compiling terminal_size v0.4.4
5922026-03-25T20:17:07.664Z Compiling aho-corasick v1.1.4
5932026-03-25T20:17:07.731Z Compiling winnow v0.7.15
5942026-03-25T20:17:07.954Z Compiling erased-serde v0.4.10
5952026-03-25T20:17:08.241Z Compiling rustls-webpki v0.103.10
5962026-03-25T20:17:08.627Z Compiling pin-utils v0.1.0
5972026-03-25T20:17:08.706Z Compiling regex-syntax v0.8.10
5982026-03-25T20:17:09.649Z Compiling subtle v2.6.1
5992026-03-25T20:17:10.783Z Compiling regex-automata v0.4.14
6002026-03-25T20:17:10.843Z Compiling hyper v1.8.1
6012026-03-25T20:17:13.044Z Compiling url v2.5.8
6022026-03-25T20:17:14.662Z Compiling serde_spanned v0.6.9
6032026-03-25T20:17:14.721Z Compiling toml_datetime v0.6.11
6042026-03-25T20:17:14.825Z Compiling ahash v0.8.12
6052026-03-25T20:17:15.059Z Compiling sync_wrapper v1.0.2
6062026-03-25T20:17:15.072Z Compiling toml_write v0.1.2
6072026-03-25T20:17:15.093Z Compiling tower-layer v0.3.3
6082026-03-25T20:17:15.172Z Compiling nextest-workspace-hack v0.1.0
6092026-03-25T20:17:15.292Z Compiling ipnet v2.12.0
6102026-03-25T20:17:15.310Z Compiling unicode-linebreak v0.1.5
6112026-03-25T20:17:15.384Z Compiling is_ci v1.2.0
6122026-03-25T20:17:15.459Z Compiling foldhash v0.1.5
6132026-03-25T20:17:15.557Z Compiling crc32fast v1.5.0
6142026-03-25T20:17:15.578Z Compiling base64 v0.22.1
6152026-03-25T20:17:15.671Z Compiling unicode-segmentation v1.13.1
6162026-03-25T20:17:15.826Z Compiling portable-atomic v1.13.1
6172026-03-25T20:17:15.842Z Compiling either v1.15.0
6182026-03-25T20:17:16.059Z Compiling lazy_static v1.5.0
6192026-03-25T20:17:16.059Z Compiling parking_lot_core v0.9.12
6202026-03-25T20:17:16.062Z Compiling convert_case v0.10.0
6212026-03-25T20:17:16.179Z Compiling sharded-slab v0.1.7
6222026-03-25T20:17:16.335Z Compiling hyper-util v0.1.20
6232026-03-25T20:17:16.357Z Compiling hashbrown v0.15.5
6242026-03-25T20:17:16.367Z Compiling textwrap v0.16.2
6252026-03-25T20:17:16.468Z Compiling supports-color v3.0.2
6262026-03-25T20:17:16.715Z Compiling tower v0.5.3
6272026-03-25T20:17:16.774Z Compiling toml_edit v0.22.27
6282026-03-25T20:17:17.286Z Compiling tokio-rustls v0.26.4
6292026-03-25T20:17:17.568Z Compiling backtrace-ext v0.2.1
6302026-03-25T20:17:17.601Z Compiling ordered-float v2.10.1
6312026-03-25T20:17:17.755Z Compiling webpki-roots v1.0.6
6322026-03-25T20:17:17.830Z Compiling miette-derive v7.6.0
6332026-03-25T20:17:17.874Z Compiling pathdiff v0.2.3
6342026-03-25T20:17:17.877Z Compiling console v0.15.11
6352026-03-25T20:17:18.002Z Compiling tracing-log v0.2.0
6362026-03-25T20:17:18.364Z Compiling cargo-platform v0.3.2
6372026-03-25T20:17:18.921Z Compiling os_pipe v1.2.3
6382026-03-25T20:17:18.933Z Compiling thread_local v1.1.9
6392026-03-25T20:17:18.945Z Compiling unicode-width v0.1.14
6402026-03-25T20:17:19.084Z Compiling debug-ignore v1.0.5
6412026-03-25T20:17:19.195Z Compiling zstd-safe v7.2.4
6422026-03-25T20:17:19.195Z Compiling fixedbitset v0.5.7
6432026-03-25T20:17:19.240Z Compiling scopeguard v1.2.0
6442026-03-25T20:17:19.344Z Compiling utf8parse v0.2.2
6452026-03-25T20:17:19.427Z Compiling supports-hyperlinks v3.2.0
6462026-03-25T20:17:19.459Z Compiling supports-unicode v3.0.0
6472026-03-25T20:17:19.605Z Compiling rustix v0.38.44
6482026-03-25T20:17:19.632Z Compiling winnow v1.0.0
6492026-03-25T20:17:19.644Z Compiling iri-string v0.7.11
6502026-03-25T20:17:19.708Z Compiling pulldown-cmark v0.13.3
6512026-03-25T20:17:19.923Z Compiling ryu v1.0.23
6522026-03-25T20:17:19.944Z Compiling cfg_aliases v0.2.1
6532026-03-25T20:17:20.020Z Compiling nix v0.30.1
6542026-03-25T20:17:20.218Z Compiling serde_urlencoded v0.7.1
6552026-03-25T20:17:20.508Z Compiling miette v7.6.0
6562026-03-25T20:17:20.537Z Compiling anstyle-parse v1.0.0
6572026-03-25T20:17:20.763Z Compiling toml_parser v1.1.0+spec-1.1.0
6582026-03-25T20:17:21.059Z Compiling petgraph v0.8.3
6592026-03-25T20:17:21.902Z Compiling tower-http v0.6.8
6602026-03-25T20:17:22.057Z Compiling lock_api v0.4.14
6612026-03-25T20:17:22.240Z Compiling tracing-subscriber v0.3.23
6622026-03-25T20:17:22.330Z Compiling sigchld v0.2.4
6632026-03-25T20:17:22.525Z Compiling cargo_metadata v0.23.1
6642026-03-25T20:17:22.912Z Compiling toml v0.8.23
6652026-03-25T20:17:22.957Z Compiling hyper-rustls v0.27.7
6662026-03-25T20:17:23.629Z Compiling serde-value v0.7.0
6672026-03-25T20:17:24.343Z Compiling serde-untagged v0.1.9
6682026-03-25T20:17:25.154Z Compiling derive_more-impl v2.1.1
6692026-03-25T20:17:25.485Z Compiling itertools v0.14.0
6702026-03-25T20:17:25.769Z Compiling regex v1.12.3
6712026-03-25T20:17:25.868Z Compiling crypto-common v0.1.7
6722026-03-25T20:17:25.929Z Compiling block-buffer v0.10.4
6732026-03-25T20:17:26.007Z Compiling ppv-lite86 v0.2.21
6742026-03-25T20:17:26.081Z Compiling futures-executor v0.3.32
6752026-03-25T20:17:26.259Z Compiling rand_core v0.9.5
6762026-03-25T20:17:26.330Z Compiling pin-project-internal v1.1.11
6772026-03-25T20:17:26.515Z Compiling http-body-util v0.1.3
6782026-03-25T20:17:26.617Z Compiling uuid v1.22.0
6792026-03-25T20:17:26.790Z Compiling toml_datetime v1.1.0+spec-1.1.0
6802026-03-25T20:17:26.942Z Compiling smol_str v0.3.6
6812026-03-25T20:17:27.161Z Compiling serde_spanned v1.1.0
6822026-03-25T20:17:27.203Z Compiling filetime v0.2.27
6832026-03-25T20:17:27.218Z Compiling bstr v1.12.1
6842026-03-25T20:17:27.287Z Compiling vte v0.14.1
6852026-03-25T20:17:27.385Z Compiling unicase v2.9.0
6862026-03-25T20:17:27.402Z Compiling color-spantrace v0.3.0
6872026-03-25T20:17:27.504Z Compiling unicode-xid v0.2.6
6882026-03-25T20:17:27.510Z Compiling colorchoice v1.0.5
6892026-03-25T20:17:27.634Z Compiling self_update v0.42.0
6902026-03-25T20:17:27.642Z Compiling tinyvec_macros v0.1.1
6912026-03-25T20:17:27.690Z Compiling anstyle v1.0.14
6922026-03-25T20:17:27.694Z Compiling nested v0.1.1
6932026-03-25T20:17:27.711Z Compiling eyre v0.6.12
6942026-03-25T20:17:27.856Z Compiling iana-time-zone v0.1.65
6952026-03-25T20:17:27.872Z Compiling litrs v1.0.0
6962026-03-25T20:17:27.882Z Compiling is_terminal_polyfill v1.70.2
6972026-03-25T20:17:27.958Z Compiling xattr v1.6.1
6982026-03-25T20:17:27.976Z Compiling number_prefix v0.4.0
6992026-03-25T20:17:28.003Z Compiling static_assertions v1.1.0
7002026-03-25T20:17:28.081Z Compiling anstyle-query v1.1.5
7012026-03-25T20:17:28.095Z Compiling indicatif v0.17.11
7022026-03-25T20:17:28.125Z Compiling tar v0.4.45
7032026-03-25T20:17:28.140Z Compiling guppy v0.17.25
7042026-03-25T20:17:28.187Z Compiling anstream v1.0.0
7052026-03-25T20:17:28.309Z Compiling document-features v0.2.12
7062026-03-25T20:17:28.467Z Compiling chrono v0.4.44
7072026-03-25T20:17:28.861Z Compiling tinyvec v1.11.0
7082026-03-25T20:17:28.972Z Compiling globset v0.4.18
7092026-03-25T20:17:29.280Z Compiling cargo-util-schemas v0.2.0
7102026-03-25T20:17:29.792Z Compiling strip-ansi-escapes v0.2.1
7112026-03-25T20:17:30.300Z Compiling pin-project v1.1.11
7122026-03-25T20:17:30.408Z Compiling toml v1.1.0+spec-1.1.0
7132026-03-25T20:17:30.741Z Compiling nextest-metadata v0.12.2
7142026-03-25T20:17:31.235Z Compiling newtype-uuid v1.3.2
7152026-03-25T20:17:31.432Z Compiling reqwest v0.12.28
7162026-03-25T20:17:31.735Z Compiling rand_chacha v0.9.0
7172026-03-25T20:17:31.804Z Compiling futures v0.3.32
7182026-03-25T20:17:31.908Z Compiling digest v0.10.7
7192026-03-25T20:17:32.129Z Compiling derive_more v2.1.1
7202026-03-25T20:17:32.175Z Compiling flate2 v1.1.9
7212026-03-25T20:17:32.212Z Compiling parking_lot v0.12.5
7222026-03-25T20:17:32.289Z Compiling tracing-error v0.2.1
7232026-03-25T20:17:32.527Z Compiling shared_child v1.1.1
7242026-03-25T20:17:33.064Z Compiling signal-hook-mio v0.2.5
7252026-03-25T20:17:33.114Z Compiling self-replace v1.5.0
7262026-03-25T20:17:33.193Z Compiling cargo-platform v0.2.0
7272026-03-25T20:17:33.404Z Compiling quick-xml v0.37.5
7282026-03-25T20:17:33.626Z Compiling quick-xml v0.38.4
7292026-03-25T20:17:34.014Z Compiling strsim v0.11.1
7302026-03-25T20:17:34.142Z Compiling recursion v0.5.4
7312026-03-25T20:17:34.283Z Compiling urlencoding v2.1.3
7322026-03-25T20:17:34.741Z Compiling shell-words v1.1.1
7332026-03-25T20:17:34.855Z Compiling humantime v2.3.0
7342026-03-25T20:17:34.951Z Compiling clap_lex v1.1.0
7352026-03-25T20:17:34.993Z Compiling heck v0.5.0
7362026-03-25T20:17:35.197Z Compiling cpufeatures v0.2.17
7372026-03-25T20:17:35.228Z Compiling indenter v0.3.4
7382026-03-25T20:17:35.268Z Compiling sha2 v0.10.9
7392026-03-25T20:17:35.283Z Compiling clap_derive v4.6.0
7402026-03-25T20:17:35.354Z Compiling clap_builder v4.6.0
7412026-03-25T20:17:35.819Z Compiling humantime-serde v1.1.1
7422026-03-25T20:17:35.981Z Compiling nextest-filtering v0.15.0
7432026-03-25T20:17:36.471Z Compiling quick-junit v0.5.2
7442026-03-25T20:17:37.066Z Compiling atomicwrites v0.4.4
7452026-03-25T20:17:37.350Z Compiling cargo_metadata v0.20.0
7462026-03-25T20:17:39.554Z Compiling crossterm v0.29.0
7472026-03-25T20:17:40.714Z Compiling cargo-nextest v0.9.97
7482026-03-25T20:17:41.015Z Compiling duct v0.13.7
7492026-03-25T20:17:41.222Z Compiling zstd v0.13.3
7502026-03-25T20:17:41.711Z Compiling rand v0.9.2
7512026-03-25T20:17:42.108Z Compiling async-scoped v0.9.0
7522026-03-25T20:17:42.304Z Compiling config v0.15.22
7532026-03-25T20:17:42.390Z Compiling unicode-normalization v0.1.25
7542026-03-25T20:17:42.411Z Compiling target-spec-miette v0.4.5
7552026-03-25T20:17:42.464Z Compiling future-queue v0.4.0
7562026-03-25T20:17:42.706Z Compiling mukti-metadata v0.3.0
7572026-03-25T20:17:42.742Z Compiling camino-tempfile v1.4.1
7582026-03-25T20:17:42.791Z Compiling tokio-stream v0.1.18
7592026-03-25T20:17:42.806Z Compiling derive-where v1.6.1
7602026-03-25T20:17:42.965Z Compiling serde_ignored v0.1.14
7612026-03-25T20:17:43.179Z Compiling serde_path_to_error v0.1.20
7622026-03-25T20:17:43.191Z Compiling home v0.5.12
7632026-03-25T20:17:43.196Z Compiling hex v0.4.3
7642026-03-25T20:17:43.309Z Compiling indent_write v2.2.0
7652026-03-25T20:17:43.362Z Compiling swrite v0.1.0
7662026-03-25T20:17:43.474Z Compiling xxhash-rust v0.8.15
7672026-03-25T20:17:43.485Z Compiling color-eyre v0.6.5
7682026-03-25T20:17:43.602Z Compiling clap v4.6.0
7692026-03-25T20:17:43.626Z Compiling dialoguer v0.11.0
7702026-03-25T20:17:43.651Z Compiling enable-ansi-support v0.2.1
7712026-03-25T20:17:44.029Z Compiling nextest-runner v0.80.0
7722026-03-25T20:18:02.154Z Finished `release` profile [optimized] target(s) in 1m 10s
7732026-03-25T20:18:02.336Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-03-25T20:18:02.339Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-03-25T20:18:02.459Z+ pushd mg-lower
7762026-03-25T20:18:02.462Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7772026-03-25T20:18:02.462Z+ cargo nextest run
7782026-03-25T20:18:02.618Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-03-25T20:18:03.229ZFrom https://github.com/oxidecomputer/falcon
7802026-03-25T20:18:03.229Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7812026-03-25T20:18:03.304Z Updating crates.io index
7822026-03-25T20:18:03.307Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-03-25T20:18:04.089ZFrom https://github.com/oxidecomputer/dendrite
7842026-03-25T20:18:04.090Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-03-25T20:18:04.152Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-03-25T20:18:04.435ZFrom https://github.com/oxidecomputer/ispf
7872026-03-25T20:18:04.436Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-03-25T20:18:04.490Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-03-25T20:18:05.049ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-03-25T20:18:05.049Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7912026-03-25T20:18:05.057Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-03-25T20:18:12.869ZFrom https://github.com/oxidecomputer/omicron
7932026-03-25T20:18:12.869Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7942026-03-25T20:18:13.292Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-03-25T20:18:13.852ZFrom https://github.com/oxidecomputer/opte
7962026-03-25T20:18:13.852Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7972026-03-25T20:18:13.885Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-03-25T20:18:14.162ZFrom https://github.com/illumos/smf-rs
7992026-03-25T20:18:14.162Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-03-25T20:18:14.458Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-03-25T20:18:14.808ZFrom https://github.com/oxidecomputer/network-interface
8022026-03-25T20:18:14.808Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-03-25T20:18:14.833Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-03-25T20:18:15.138ZFrom https://github.com/oxidecomputer/zone
8052026-03-25T20:18:15.138Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-03-25T20:18:15.145Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-03-25T20:18:16.324ZFrom https://github.com/oxidecomputer/propolis
8082026-03-25T20:18:16.324Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-03-25T20:18:16.582Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-03-25T20:18:17.090ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-03-25T20:18:17.090Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8122026-03-25T20:18:17.101Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-03-25T20:18:17.399ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-03-25T20:18:17.399Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8152026-03-25T20:18:17.416Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-03-25T20:18:17.674ZFrom https://github.com/jmesmon/rust-libzfs
8172026-03-25T20:18:17.674Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-03-25T20:18:17.681Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-03-25T20:18:17.968ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-03-25T20:18:17.968Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-03-25T20:18:18.014Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-03-25T20:18:18.389ZFrom https://github.com/oxidecomputer/lldp
8232026-03-25T20:18:18.389Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8242026-03-25T20:18:18.401Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-03-25T20:18:18.670ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-03-25T20:18:18.670Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-03-25T20:18:18.772Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-03-25T20:18:19.091ZFrom https://github.com/oxidecomputer/tufaceous
8292026-03-25T20:18:19.091Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8302026-03-25T20:18:19.119Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-03-25T20:18:19.588ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-03-25T20:18:19.588Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8332026-03-25T20:18:19.657Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-03-25T20:18:20.493ZFrom https://github.com/oxidecomputer/crucible
8352026-03-25T20:18:20.493Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-03-25T20:18:20.674Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-03-25T20:18:20.968ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-03-25T20:18:20.968Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-03-25T20:18:21.198Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-03-25T20:18:21.574ZFrom https://github.com/oxidecomputer/propolis
8412026-03-25T20:18:21.574Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8422026-03-25T20:18:21.624Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-03-25T20:18:21.879ZFrom https://github.com/oxidecomputer/tofino
8442026-03-25T20:18:21.879Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8452026-03-25T20:18:21.886Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-03-25T20:18:22.403ZFrom https://github.com/oxidecomputer/maghemite
8472026-03-25T20:18:22.403Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8482026-03-25T20:18:22.445Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-03-25T20:18:22.777ZFrom https://github.com/oxidecomputer/clickward
8502026-03-25T20:18:22.777Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-03-25T20:18:22.930Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-03-25T20:18:23.211ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-03-25T20:18:23.211Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-03-25T20:18:23.292Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-03-25T20:18:23.611ZFrom https://github.com/oxidecomputer/crucible
8562026-03-25T20:18:23.611Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8572026-03-25T20:18:24.419Z Downloading crates ...
8582026-03-25T20:18:24.516Z Downloaded aead v0.5.2
8592026-03-25T20:18:24.530Z Downloaded foldhash v0.2.0
8602026-03-25T20:18:24.538Z Downloaded hmac v0.12.1
8612026-03-25T20:18:24.541Z Downloaded data-encoding v2.10.0
8622026-03-25T20:18:24.541Z Downloaded convert_case v0.4.0
8632026-03-25T20:18:24.544Z Downloaded num-derive v0.4.2
8642026-03-25T20:18:24.544Z Downloaded newtype_derive v0.1.6
8652026-03-25T20:18:24.548Z Downloaded omicron-workspace-hack v0.1.0
8662026-03-25T20:18:24.548Z Downloaded deranged v0.5.8
8672026-03-25T20:18:24.551Z Downloaded daft-derive v0.1.5
8682026-03-25T20:18:24.551Z Downloaded heck v0.4.1
8692026-03-25T20:18:24.557Z Downloaded highway v1.3.0
8702026-03-25T20:18:24.560Z Downloaded ff v0.13.1
8712026-03-25T20:18:24.560Z Downloaded critical-section v1.2.0
8722026-03-25T20:18:24.563Z Downloaded hostname v0.3.1
8732026-03-25T20:18:24.563Z Downloaded derive-ex v0.1.8
8742026-03-25T20:18:24.563Z Downloaded cobs v0.3.0
8752026-03-25T20:18:24.566Z Downloaded hubpack_derive v0.1.1
8762026-03-25T20:18:24.566Z Downloaded git-stub-vcs v0.1.0
8772026-03-25T20:18:24.566Z Downloaded defmt-parser v1.0.0
8782026-03-25T20:18:24.569Z Downloaded crucible-workspace-hack v0.1.0
8792026-03-25T20:18:24.569Z Downloaded crunchy v0.2.4
8802026-03-25T20:18:24.569Z Downloaded foreign-types-shared v0.3.1
8812026-03-25T20:18:24.569Z Downloaded foreign-types v0.5.0
8822026-03-25T20:18:24.572Z Downloaded git-stub v1.0.0
8832026-03-25T20:18:24.572Z Downloaded const_format v0.2.35
8842026-03-25T20:18:24.576Z Downloaded csv-core v0.1.13
8852026-03-25T20:18:24.580Z Downloaded hash32 v0.3.1
8862026-03-25T20:18:24.580Z Downloaded defmt v0.3.100
8872026-03-25T20:18:24.580Z Downloaded ciborium-io v0.2.2
8882026-03-25T20:18:24.583Z Downloaded gethostname v0.5.0
8892026-03-25T20:18:24.586Z Downloaded defmt v1.0.1
8902026-03-25T20:18:24.586Z Downloaded httpdate v1.0.3
8912026-03-25T20:18:24.592Z Downloaded embedded-io v0.6.1
8922026-03-25T20:18:24.592Z Downloaded embedded-io v0.4.0
8932026-03-25T20:18:24.592Z Downloaded displaydoc v0.2.5
8942026-03-25T20:18:24.595Z Downloaded foreign-types-macros v0.2.3
8952026-03-25T20:18:24.595Z Downloaded defmt-macros v1.0.1
8962026-03-25T20:18:24.595Z Downloaded float-ord v0.3.2
8972026-03-25T20:18:24.595Z Downloaded dof v0.4.0
8982026-03-25T20:18:24.595Z Downloaded async-recursion v1.1.1
8992026-03-25T20:18:24.598Z Downloaded arrayref v0.3.9
9002026-03-25T20:18:24.598Z Downloaded byteorder v1.5.0
9012026-03-25T20:18:24.602Z Downloaded bcs v0.1.6
9022026-03-25T20:18:24.602Z Downloaded dunce v1.0.5
9032026-03-25T20:18:24.602Z Downloaded const_format_proc_macros v0.2.34
9042026-03-25T20:18:24.605Z Downloaded chacha20 v0.9.1
9052026-03-25T20:18:24.605Z Downloaded cargo_toml v0.22.3
9062026-03-25T20:18:24.607Z Downloaded ident_case v1.0.1
9072026-03-25T20:18:24.608Z Downloaded fxhash v0.2.1
9082026-03-25T20:18:24.608Z Downloaded bit-vec v0.8.0
9092026-03-25T20:18:24.608Z Downloaded inout v0.1.4
9102026-03-25T20:18:24.610Z Downloaded mime v0.3.17
9112026-03-25T20:18:24.611Z Downloaded async-stream v0.3.6
9122026-03-25T20:18:24.614Z Downloaded fs-err v3.3.0
9132026-03-25T20:18:24.617Z Downloaded glob v0.3.3
9142026-03-25T20:18:24.618Z Downloaded hickory-proto v0.25.2
9152026-03-25T20:18:24.625Z Downloaded opaque-debug v0.3.1
9162026-03-25T20:18:24.628Z Downloaded crc8 v0.1.1
9172026-03-25T20:18:24.628Z Downloaded ciborium-ll v0.2.2
9182026-03-25T20:18:24.628Z Downloaded cmake v0.1.57
9192026-03-25T20:18:24.631Z Downloaded newtype-uuid-macros v0.1.0
9202026-03-25T20:18:24.631Z Downloaded natord v1.0.9
9212026-03-25T20:18:24.631Z Downloaded num_enum_derive v0.5.11
9222026-03-25T20:18:24.631Z Downloaded num-iter v0.1.45
9232026-03-25T20:18:24.634Z Downloaded newline-converter v0.3.0
9242026-03-25T20:18:24.634Z Downloaded memoffset v0.9.1
9252026-03-25T20:18:24.634Z Downloaded macaddr v1.0.1
9262026-03-25T20:18:24.635Z Downloaded dyn-clone v1.0.20
9272026-03-25T20:18:24.638Z Downloaded dof v0.3.0
9282026-03-25T20:18:24.638Z Downloaded darling_macro v0.23.0
9292026-03-25T20:18:24.638Z Downloaded num-derive v0.3.3
9302026-03-25T20:18:24.642Z Downloaded idna_adapter v1.2.1
9312026-03-25T20:18:24.642Z Downloaded dtrace-parser v0.2.0
9322026-03-25T20:18:24.642Z Downloaded cstr-argument v0.1.2
9332026-03-25T20:18:24.642Z Downloaded cpufeatures v0.3.0
9342026-03-25T20:18:24.642Z Downloaded fixedbitset v0.4.2
9352026-03-25T20:18:24.645Z Downloaded base16ct v1.0.0
9362026-03-25T20:18:24.645Z Downloaded memmap v0.7.0
9372026-03-25T20:18:24.645Z Downloaded libscf-sys v1.1.0
9382026-03-25T20:18:24.645Z Downloaded num-conv v0.2.0
9392026-03-25T20:18:24.645Z Downloaded cipher v0.4.4
9402026-03-25T20:18:24.648Z Downloaded match_cfg v0.1.0
9412026-03-25T20:18:24.648Z Downloaded managed v0.8.0
9422026-03-25T20:18:24.648Z Downloaded base16ct v0.2.0
9432026-03-25T20:18:24.651Z Downloaded olpc-cjson v0.1.4
9442026-03-25T20:18:24.651Z Downloaded allocator-api2 v0.2.21
9452026-03-25T20:18:24.651Z Downloaded keccak v0.1.6
9462026-03-25T20:18:24.656Z Downloaded linked-hash-map v0.5.6
9472026-03-25T20:18:24.656Z Downloaded hubpack v0.1.2
9482026-03-25T20:18:24.656Z Downloaded enum-as-inner v0.6.1
9492026-03-25T20:18:24.659Z Downloaded dtrace-parser v0.3.0
9502026-03-25T20:18:24.659Z Downloaded is-terminal v0.4.17
9512026-03-25T20:18:24.659Z Downloaded instant v0.1.13
9522026-03-25T20:18:24.659Z Downloaded const-random-macro v0.1.16
9532026-03-25T20:18:24.659Z Downloaded num_threads v0.1.7
9542026-03-25T20:18:24.659Z Downloaded const-random v0.1.18
9552026-03-25T20:18:24.662Z Downloaded linear-map v1.2.0
9562026-03-25T20:18:24.662Z Downloaded arrayvec v0.7.6
9572026-03-25T20:18:24.662Z Downloaded crossbeam-deque v0.8.6
9582026-03-25T20:18:24.665Z Downloaded bit-set v0.8.0
9592026-03-25T20:18:24.665Z Downloaded backoff v0.4.0
9602026-03-25T20:18:24.665Z Downloaded libsw-core v0.3.2
9612026-03-25T20:18:24.668Z Downloaded num_enum v0.7.6
9622026-03-25T20:18:24.671Z Downloaded lru-cache v0.1.2
9632026-03-25T20:18:24.671Z Downloaded internet-checksum v0.2.1
9642026-03-25T20:18:24.671Z Downloaded drift v0.1.3
9652026-03-25T20:18:24.674Z Downloaded constant_time_eq v0.4.2
9662026-03-25T20:18:24.677Z Downloaded byte-wrapper v0.1.0
9672026-03-25T20:18:24.677Z Downloaded no-std-compat v0.4.1
9682026-03-25T20:18:24.677Z Downloaded powerfmt v0.2.0
9692026-03-25T20:18:24.680Z Downloaded icu_locale_core v2.1.1
9702026-03-25T20:18:24.683Z Downloaded proc-macro-error-attr v1.0.4
9712026-03-25T20:18:24.683Z Downloaded proc-macro-crate v3.5.0
9722026-03-25T20:18:24.683Z Downloaded pretty-hex v0.4.2
9732026-03-25T20:18:24.686Z Downloaded phf_shared v0.12.1
9742026-03-25T20:18:24.686Z Downloaded parse-display v0.10.0
9752026-03-25T20:18:24.686Z Downloaded icu_collections v2.1.1
9762026-03-25T20:18:24.690Z Downloaded progenitor-client v0.11.2
9772026-03-25T20:18:24.693Z Downloaded oxide-tokio-rt v0.1.3
9782026-03-25T20:18:24.693Z Downloaded anyhow v1.0.102
9792026-03-25T20:18:24.693Z Downloaded rand_chacha v0.3.1
9802026-03-25T20:18:24.696Z Downloaded rand_xorshift v0.4.0
9812026-03-25T20:18:24.696Z Downloaded progenitor-client v0.10.0
9822026-03-25T20:18:24.696Z Downloaded num-integer v0.1.46
9832026-03-25T20:18:24.696Z Downloaded progenitor-macro v0.10.0
9842026-03-25T20:18:24.700Z Downloaded multer v3.1.0
9852026-03-25T20:18:24.700Z Downloaded libsw v3.5.0
9862026-03-25T20:18:24.700Z Downloaded num v0.4.3
9872026-03-25T20:18:24.702Z Downloaded num-complex v0.4.6
9882026-03-25T20:18:24.703Z Downloaded group v0.13.0
9892026-03-25T20:18:24.705Z Downloaded erased-serde v0.3.31
9902026-03-25T20:18:24.705Z Downloaded ciborium v0.2.2
9912026-03-25T20:18:24.708Z Downloaded num_enum v0.5.11
9922026-03-25T20:18:24.708Z Downloaded oxnet v0.1.4
9932026-03-25T20:18:24.711Z Downloaded progenitor-macro v0.11.2
9942026-03-25T20:18:24.712Z Downloaded progenitor-macro v0.13.0
9952026-03-25T20:18:24.712Z Downloaded bytecount v0.6.9
9962026-03-25T20:18:24.714Z Downloaded ipnetwork v0.21.1
9972026-03-25T20:18:24.714Z Downloaded daft v0.1.5
9982026-03-25T20:18:24.714Z Downloaded ref-cast-impl v1.0.25
9992026-03-25T20:18:24.717Z Downloaded bitflags v1.3.2
10002026-03-25T20:18:24.717Z Downloaded blake2 v0.10.6
10012026-03-25T20:18:24.720Z Downloaded expectorate v1.2.0
10022026-03-25T20:18:24.720Z Downloaded num_enum_derive v0.7.6
10032026-03-25T20:18:24.723Z Downloaded dropshot_endpoint v0.16.7
10042026-03-25T20:18:24.723Z Downloaded paste v1.0.15
10052026-03-25T20:18:24.726Z Downloaded proc-macro-crate v1.3.1
10062026-03-25T20:18:24.726Z Downloaded parking_lot_core v0.8.6
10072026-03-25T20:18:24.730Z Downloaded num-rational v0.4.2
10082026-03-25T20:18:24.730Z Downloaded ingot-types v0.1.2
10092026-03-25T20:18:24.730Z Downloaded hostname v0.4.2
10102026-03-25T20:18:24.730Z Downloaded potential_utf v0.1.4
10112026-03-25T20:18:24.737Z Downloaded crossbeam-utils v0.8.21
10122026-03-25T20:18:24.737Z Downloaded argon2 v0.5.3
10132026-03-25T20:18:24.737Z Downloaded litemap v0.8.1
10142026-03-25T20:18:24.737Z Downloaded rustc_version v0.1.7
10152026-03-25T20:18:24.737Z Downloaded password-hash v0.5.0
10162026-03-25T20:18:24.746Z Downloaded ingot-macros v0.1.1
10172026-03-25T20:18:24.746Z Downloaded darling v0.21.3
10182026-03-25T20:18:24.746Z Downloaded colored v3.1.1
10192026-03-25T20:18:24.746Z Downloaded serde_repr v0.1.20
10202026-03-25T20:18:24.746Z Downloaded secrecy v0.10.3
10212026-03-25T20:18:24.746Z Downloaded scroll_derive v0.13.1
10222026-03-25T20:18:24.746Z Downloaded scroll_derive v0.12.1
10232026-03-25T20:18:24.746Z Downloaded serde_plain v1.0.2
10242026-03-25T20:18:24.750Z Downloaded parse-display-derive v0.10.0
10252026-03-25T20:18:24.750Z Downloaded serde-big-array v0.5.1
10262026-03-25T20:18:24.750Z Downloaded phf v0.12.1
10272026-03-25T20:18:24.750Z Downloaded poly1305 v0.8.0
10282026-03-25T20:18:24.754Z Downloaded darling v0.23.0
10292026-03-25T20:18:24.754Z Downloaded console v0.16.3
10302026-03-25T20:18:24.758Z Downloaded siphasher v1.0.2
10312026-03-25T20:18:24.758Z Downloaded backon v1.6.0
10322026-03-25T20:18:24.758Z Downloaded async-trait v0.1.89
10332026-03-25T20:18:24.762Z Downloaded sigpipe v0.1.3
10342026-03-25T20:18:24.762Z Downloaded serial_test_derive v3.4.0
10352026-03-25T20:18:24.762Z Downloaded serial_test v3.4.0
10362026-03-25T20:18:24.766Z Downloaded slog-bunyan v2.5.0
10372026-03-25T20:18:24.766Z Downloaded semver v0.1.20
10382026-03-25T20:18:24.766Z Downloaded progenitor-extras v0.1.1
10392026-03-25T20:18:24.766Z Downloaded cancel-safe-futures v0.1.5
10402026-03-25T20:18:24.769Z Downloaded quick-error v1.2.3
10412026-03-25T20:18:24.769Z Downloaded progenitor v0.11.2
10422026-03-25T20:18:24.769Z Downloaded slog-envlogger v2.2.0
10432026-03-25T20:18:24.769Z Downloaded progenitor-client v0.13.0
10442026-03-25T20:18:24.773Z Downloaded omicron-zone-package v0.12.2
10452026-03-25T20:18:24.773Z Downloaded progenitor v0.13.0
10462026-03-25T20:18:24.778Z Downloaded progenitor v0.10.0
10472026-03-25T20:18:24.778Z Downloaded proc-macro-error2 v2.0.1
10482026-03-25T20:18:24.779Z Downloaded ref-cast v1.0.25
10492026-03-25T20:18:24.782Z Downloaded rand_core v0.10.0
10502026-03-25T20:18:24.782Z Downloaded ingot v0.1.1
10512026-03-25T20:18:24.782Z Downloaded spin v0.5.2
10522026-03-25T20:18:24.782Z Downloaded structmeta v0.3.0
10532026-03-25T20:18:24.782Z Downloaded smawk v0.3.2
10542026-03-25T20:18:24.786Z Downloaded cookie v0.18.1
10552026-03-25T20:18:24.786Z Downloaded stable_deref_trait v1.2.1
10562026-03-25T20:18:24.786Z Downloaded same-file v1.0.6
10572026-03-25T20:18:24.786Z Downloaded chacha20 v0.10.0
10582026-03-25T20:18:24.790Z Downloaded thread-id v5.1.0
10592026-03-25T20:18:24.791Z Downloaded tabwriter v1.4.1
10602026-03-25T20:18:24.791Z Downloaded tabled_derive v0.7.0
10612026-03-25T20:18:24.791Z Downloaded tabled_derive v0.11.0
10622026-03-25T20:18:24.791Z Downloaded proc-macro-error-attr2 v2.0.0
10632026-03-25T20:18:24.798Z Downloaded plain v0.2.3
10642026-03-25T20:18:24.798Z Downloaded fs_extra v1.3.0
10652026-03-25T20:18:24.798Z Downloaded resolv-conf v0.7.6
10662026-03-25T20:18:24.798Z Downloaded dropshot-api-manager-types v0.5.2
10672026-03-25T20:18:24.799Z Downloaded darling_macro v0.21.3
10682026-03-25T20:18:24.799Z Downloaded async-stream-impl v0.3.6
10692026-03-25T20:18:24.799Z Downloaded strum v0.27.2
10702026-03-25T20:18:24.799Z Downloaded strum v0.26.3
10712026-03-25T20:18:24.799Z Downloaded pem v3.0.6
10722026-03-25T20:18:24.799Z Downloaded hickory-resolver v0.24.4
10732026-03-25T20:18:24.803Z Downloaded half v2.7.1
10742026-03-25T20:18:24.803Z Downloaded diff v0.1.13
10752026-03-25T20:18:24.803Z Downloaded rusty-fork v0.3.1
10762026-03-25T20:18:24.812Z Downloaded rustls-native-certs v0.8.3
10772026-03-25T20:18:24.812Z Downloaded schemars_derive v0.8.22
10782026-03-25T20:18:24.812Z Downloaded crossbeam-epoch v0.9.18
10792026-03-25T20:18:24.818Z Downloaded termtree v0.5.1
10802026-03-25T20:18:24.818Z Downloaded tagptr v0.2.0
10812026-03-25T20:18:24.818Z Downloaded time-core v0.1.8
10822026-03-25T20:18:24.818Z Downloaded thiserror-impl-no-std v2.0.2
10832026-03-25T20:18:24.829Z Downloaded thread-id v4.2.2
10842026-03-25T20:18:24.829Z Downloaded serde_derive_internals v0.29.1
10852026-03-25T20:18:24.830Z Downloaded scroll v0.13.0
10862026-03-25T20:18:24.830Z Downloaded pest_derive v2.8.6
10872026-03-25T20:18:24.830Z Downloaded sdd v3.0.10
10882026-03-25T20:18:24.830Z Downloaded derive_more v0.99.20
10892026-03-25T20:18:24.838Z Downloaded slog-async v2.8.0
10902026-03-25T20:18:24.838Z Downloaded serde_tokenstream v0.2.3
10912026-03-25T20:18:24.838Z Downloaded sha1 v0.10.6
10922026-03-25T20:18:24.838Z Downloaded postcard v1.1.3
10932026-03-25T20:18:24.838Z Downloaded scroll v0.12.0
10942026-03-25T20:18:24.838Z Downloaded pest_generator v2.8.6
10952026-03-25T20:18:24.838Z Downloaded typify-macro v0.6.1
10962026-03-25T20:18:24.838Z Downloaded proc-macro-error v1.0.4
10972026-03-25T20:18:24.838Z Downloaded topological-sort v0.2.2
10982026-03-25T20:18:24.842Z Downloaded slog-stdlog v4.1.1
10992026-03-25T20:18:24.843Z Downloaded memmap2 v0.9.10
11002026-03-25T20:18:24.843Z Downloaded icu_provider v2.1.1
11012026-03-25T20:18:24.843Z Downloaded unit-prefix v0.5.2
11022026-03-25T20:18:24.843Z Downloaded typify-macro v0.4.3
11032026-03-25T20:18:24.851Z Downloaded smf v0.2.3
11042026-03-25T20:18:24.851Z Downloaded slog-scope v4.4.1
11052026-03-25T20:18:24.851Z Downloaded slog-json v2.6.1
11062026-03-25T20:18:24.852Z Downloaded unarray v0.1.4
11072026-03-25T20:18:24.856Z Downloaded take_mut v0.2.2
11082026-03-25T20:18:24.856Z Downloaded usdt-macro v0.5.0
11092026-03-25T20:18:24.856Z Downloaded usdt-attr-macro v0.5.0
11102026-03-25T20:18:24.856Z Downloaded usdt-attr-macro v0.6.0
11112026-03-25T20:18:24.856Z Downloaded usdt v0.6.0
11122026-03-25T20:18:24.856Z Downloaded untrusted v0.7.1
11132026-03-25T20:18:24.856Z Downloaded icu_normalizer_data v2.1.1
11142026-03-25T20:18:24.856Z Downloaded usdt-macro v0.6.0
11152026-03-25T20:18:24.856Z Downloaded snafu-derive v0.8.9
11162026-03-25T20:18:24.860Z Downloaded smartstring v1.0.1
11172026-03-25T20:18:24.860Z Downloaded darling_core v0.21.3
11182026-03-25T20:18:24.860Z Downloaded indexmap v1.9.3
11192026-03-25T20:18:24.863Z Downloaded rustls-pemfile v2.2.0
11202026-03-25T20:18:24.864Z Downloaded usdt v0.5.0
11212026-03-25T20:18:24.864Z Downloaded structmeta-derive v0.3.0
11222026-03-25T20:18:24.864Z Downloaded waitgroup v0.1.2
11232026-03-25T20:18:24.867Z Downloaded utf-8 v0.7.6
11242026-03-25T20:18:24.867Z Downloaded wait-timeout v0.2.1
11252026-03-25T20:18:24.867Z Downloaded parking_lot v0.11.2
11262026-03-25T20:18:24.867Z Downloaded darling_core v0.23.0
11272026-03-25T20:18:24.871Z Downloaded papergrid v0.17.0
11282026-03-25T20:18:24.875Z Downloaded synstructure v0.13.2
11292026-03-25T20:18:24.875Z Downloaded strum_macros v0.26.4
11302026-03-25T20:18:24.875Z Downloaded rustversion v1.0.22
11312026-03-25T20:18:24.878Z Downloaded tokio-rustls v0.25.0
11322026-03-25T20:18:24.878Z Downloaded strum_macros v0.27.2
11332026-03-25T20:18:24.878Z Downloaded rhai_codegen v3.1.0
11342026-03-25T20:18:24.882Z Downloaded zone_cfg_derive v0.3.1
11352026-03-25T20:18:24.885Z Downloaded zone v0.3.1
11362026-03-25T20:18:24.885Z Downloaded yoke-derive v0.8.1
11372026-03-25T20:18:24.886Z Downloaded arc-swap v1.9.0
11382026-03-25T20:18:24.889Z Downloaded zeroize_derive v1.4.3
11392026-03-25T20:18:24.889Z Downloaded zerofrom-derive v0.1.6
11402026-03-25T20:18:24.889Z Downloaded zerofrom v0.1.6
11412026-03-25T20:18:24.889Z Downloaded tokio-tungstenite v0.21.0
11422026-03-25T20:18:24.889Z Downloaded tokio-dtrace v0.1.1
11432026-03-25T20:18:24.895Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11442026-03-25T20:18:24.895Z Downloaded serde_with_macros v3.18.0
11452026-03-25T20:18:24.895Z Downloaded tinystr v0.8.2
11462026-03-25T20:18:24.895Z Downloaded tiny-keccak v2.0.2
11472026-03-25T20:18:24.895Z Downloaded testing_table v0.3.0
11482026-03-25T20:18:24.895Z Downloaded time-macros v0.2.27
11492026-03-25T20:18:24.899Z Downloaded thiserror-no-std v2.0.2
11502026-03-25T20:18:24.899Z Downloaded indicatif v0.18.4
11512026-03-25T20:18:24.903Z Downloaded progenitor-impl v0.13.0
11522026-03-25T20:18:24.903Z Downloaded slog-dtrace v0.3.0
11532026-03-25T20:18:24.903Z Downloaded progenitor-impl v0.10.0
11542026-03-25T20:18:24.907Z Downloaded chacha20poly1305 v0.10.1
11552026-03-25T20:18:24.907Z Downloaded icu_properties v2.1.2
11562026-03-25T20:18:24.907Z Downloaded slog-term v2.9.2
11572026-03-25T20:18:24.910Z Downloaded elliptic-curve v0.13.8
11582026-03-25T20:18:24.910Z Downloaded heapless v0.8.0
11592026-03-25T20:18:24.914Z Downloaded icu_normalizer v2.1.1
11602026-03-25T20:18:24.914Z Downloaded usdt-impl v0.5.0
11612026-03-25T20:18:24.914Z Downloaded papergrid v0.11.0
11622026-03-25T20:18:24.918Z Downloaded walkdir v2.5.0
11632026-03-25T20:18:24.918Z Downloaded usdt-impl v0.6.0
11642026-03-25T20:18:24.921Z Downloaded whoami v1.6.1
11652026-03-25T20:18:24.921Z Downloaded universal-hash v0.5.1
11662026-03-25T20:18:24.921Z Downloaded spin v0.9.8
11672026-03-25T20:18:24.921Z Downloaded zerovec-derive v0.11.2
11682026-03-25T20:18:24.925Z Downloaded xz2 v0.1.7
11692026-03-25T20:18:24.925Z Downloaded vsss-rs v3.3.4
11702026-03-25T20:18:24.925Z Downloaded dropshot-api-manager v0.5.2
11712026-03-25T20:18:24.929Z Downloaded rustls-platform-verifier v0.6.2
11722026-03-25T20:18:24.929Z Downloaded pretty_assertions v1.4.1
11732026-03-25T20:18:24.934Z Downloaded hickory-resolver v0.25.2
11742026-03-25T20:18:24.938Z Downloaded writeable v0.6.2
11752026-03-25T20:18:24.938Z Downloaded yoke v0.8.1
11762026-03-25T20:18:24.943Z Downloaded minimal-lexical v0.2.1
11772026-03-25T20:18:24.943Z Downloaded term v1.2.1
11782026-03-25T20:18:24.958Z Downloaded serde_yaml v0.9.34+deprecated
11792026-03-25T20:18:24.958Z Downloaded rayon-core v1.13.0
11802026-03-25T20:18:24.958Z Downloaded hashbrown v0.12.3
11812026-03-25T20:18:24.958Z Downloaded similar v2.7.0
11822026-03-25T20:18:24.959Z Downloaded progenitor-impl v0.11.2
11832026-03-25T20:18:24.959Z Downloaded base64 v0.21.7
11842026-03-25T20:18:24.959Z Downloaded prettyplease v0.2.37
11852026-03-25T20:18:24.959Z Downloaded toml v0.7.8
11862026-03-25T20:18:24.959Z Downloaded slog v2.8.2
11872026-03-25T20:18:24.963Z Downloaded typify v0.4.3
11882026-03-25T20:18:24.963Z Downloaded toml v0.9.12+spec-1.1.0
11892026-03-25T20:18:24.966Z Downloaded crypto-bigint v0.5.5
11902026-03-25T20:18:24.969Z Downloaded test-strategy v0.4.5
11912026-03-25T20:18:24.973Z Downloaded jiff-static v0.2.23
11922026-03-25T20:18:24.973Z Downloaded ucd-trie v0.1.7
11932026-03-25T20:18:24.976Z Downloaded schemars v0.8.22
11942026-03-25T20:18:24.985Z Downloaded thin-vec v0.2.14
11952026-03-25T20:18:24.989Z Downloaded crossbeam-channel v0.5.15
11962026-03-25T20:18:24.989Z Downloaded tungstenite v0.21.0
11972026-03-25T20:18:24.989Z Downloaded typify v0.6.1
11982026-03-25T20:18:24.992Z Downloaded qorb v0.4.1
11992026-03-25T20:18:24.995Z Downloaded snafu v0.8.9
12002026-03-25T20:18:24.998Z Downloaded nom v7.1.3
12012026-03-25T20:18:25.007Z Downloaded iddqd v0.3.17
12022026-03-25T20:18:25.007Z Downloaded zerotrie v0.2.3
12032026-03-25T20:18:25.007Z Downloaded pest_meta v2.8.6
12042026-03-25T20:18:25.007Z Downloaded schemars v1.2.1
12052026-03-25T20:18:25.014Z Downloaded nom v8.0.0
12062026-03-25T20:18:25.016Z Downloaded zerocopy-derive v0.7.35
12072026-03-25T20:18:25.019Z Downloaded pest v2.8.6
12082026-03-25T20:18:25.023Z Downloaded toml_edit v0.25.8+spec-1.1.0
12092026-03-25T20:18:25.026Z Downloaded rand v0.8.5
12102026-03-25T20:18:25.026Z Downloaded steno v0.4.1
12112026-03-25T20:18:25.029Z Downloaded unsafe-libyaml v0.2.11
12122026-03-25T20:18:25.034Z Downloaded schemars v0.9.0
12132026-03-25T20:18:25.037Z Downloaded typed-path v0.9.3
12142026-03-25T20:18:25.041Z Downloaded libm v0.2.16
12152026-03-25T20:18:25.044Z Downloaded toml_edit v0.19.15
12162026-03-25T20:18:25.052Z Downloaded scc v2.4.0
12172026-03-25T20:18:25.055Z Downloaded zerocopy-derive v0.8.47
12182026-03-25T20:18:25.059Z Downloaded yansi v1.0.1
12192026-03-25T20:18:25.062Z Downloaded rand v0.10.0
12202026-03-25T20:18:25.066Z Downloaded icu_properties_data v2.1.2
12212026-03-25T20:18:25.069Z Downloaded itertools v0.12.1
12222026-03-25T20:18:25.072Z Downloaded hkdf v0.12.4
12232026-03-25T20:18:25.077Z Downloaded rayon v1.11.0
12242026-03-25T20:18:25.086Z Downloaded goblin v0.8.2
12252026-03-25T20:18:25.114Z Downloaded reqwest v0.13.2
12262026-03-25T20:18:25.123Z Downloaded zerovec v0.11.5
12272026-03-25T20:18:25.131Z Downloaded tough v0.20.0
12282026-03-25T20:18:25.140Z Downloaded syn v1.0.109
12292026-03-25T20:18:25.141Z Downloaded goblin v0.10.5
12302026-03-25T20:18:25.141Z Downloaded moka v0.12.15
12312026-03-25T20:18:25.151Z Downloaded zerocopy v0.7.35
12322026-03-25T20:18:25.159Z Downloaded blake3 v1.8.3
12332026-03-25T20:18:25.166Z Downloaded aws-lc-rs v1.16.2
12342026-03-25T20:18:25.170Z Downloaded winnow v0.5.40
12352026-03-25T20:18:25.180Z Downloaded rustls-webpki v0.102.8
12362026-03-25T20:18:25.184Z Downloaded serde_with v3.18.0
12372026-03-25T20:18:25.188Z Downloaded rustls v0.22.4
12382026-03-25T20:18:25.194Z Downloaded tabled v0.15.0
12392026-03-25T20:18:25.204Z Downloaded time v0.3.47
12402026-03-25T20:18:25.209Z Downloaded tabled v0.20.0
12412026-03-25T20:18:25.220Z Downloaded openapiv3 v2.2.0
12422026-03-25T20:18:25.224Z Downloaded rhai v1.24.0
12432026-03-25T20:18:25.233Z Downloaded proptest v1.11.0
12442026-03-25T20:18:25.237Z Downloaded nix v0.31.2
12452026-03-25T20:18:25.240Z Downloaded hickory-proto v0.24.4
12462026-03-25T20:18:25.248Z Downloaded typify-impl v0.4.3
12472026-03-25T20:18:25.257Z Downloaded sled v0.34.7
12482026-03-25T20:18:25.266Z Downloaded smoltcp v0.11.0
12492026-03-25T20:18:25.270Z Downloaded regress v0.10.5
12502026-03-25T20:18:25.277Z Downloaded dropshot v0.16.7
12512026-03-25T20:18:25.301Z Downloaded lzma-sys v0.1.20
12522026-03-25T20:18:25.317Z Downloaded jiff v0.2.23
12532026-03-25T20:18:25.328Z Downloaded typify-impl v0.6.1
12542026-03-25T20:18:25.416Z Downloaded petgraph v0.6.5
12552026-03-25T20:18:25.461Z Downloaded chrono-tz v0.10.4
12562026-03-25T20:18:25.477Z Downloaded sha3 v0.10.8
12572026-03-25T20:18:25.481Z Downloaded csv v1.4.0
12582026-03-25T20:18:25.531Z Downloaded encoding_rs v0.8.35
12592026-03-25T20:18:26.041Z Downloaded aws-lc-sys v0.39.0
12602026-03-25T20:18:26.937Z Compiling proc-macro2 v1.0.106
12612026-03-25T20:18:26.937Z Compiling unicode-ident v1.0.24
12622026-03-25T20:18:26.937Z Compiling quote v1.0.45
12632026-03-25T20:18:26.937Z Compiling serde_core v1.0.228
12642026-03-25T20:18:26.937Z Compiling cfg-if v1.0.4
12652026-03-25T20:18:26.937Z Compiling serde v1.0.228
12662026-03-25T20:18:26.940Z Compiling libc v0.2.183
12672026-03-25T20:18:26.940Z Compiling memchr v2.8.0
12682026-03-25T20:18:27.169Z Compiling itoa v1.0.18
12692026-03-25T20:18:27.339Z Compiling smallvec v1.15.1
12702026-03-25T20:18:27.349Z Compiling zmij v1.0.21
12712026-03-25T20:18:27.386Z Compiling serde_json v1.0.149
12722026-03-25T20:18:27.536Z Compiling autocfg v1.5.0
12732026-03-25T20:18:27.628Z Compiling libm v0.2.16
12742026-03-25T20:18:27.697Z Compiling stable_deref_trait v1.2.1
12752026-03-25T20:18:27.769Z Compiling version_check v0.9.5
12762026-03-25T20:18:27.801Z Compiling iana-time-zone v0.1.65
12772026-03-25T20:18:27.886Z Compiling litemap v0.8.1
12782026-03-25T20:18:27.905Z Compiling percent-encoding v2.3.2
12792026-03-25T20:18:27.951Z Compiling writeable v0.6.2
12802026-03-25T20:18:28.036Z Compiling icu_properties_data v2.1.2
12812026-03-25T20:18:28.066Z Compiling icu_normalizer_data v2.1.1
12822026-03-25T20:18:28.097Z Compiling equivalent v1.0.2
12832026-03-25T20:18:28.139Z Compiling allocator-api2 v0.2.21
12842026-03-25T20:18:28.177Z Compiling foldhash v0.2.0
12852026-03-25T20:18:28.250Z Compiling syn v2.0.117
12862026-03-25T20:18:28.362Z Compiling pin-project-lite v0.2.17
12872026-03-25T20:18:28.373Z Compiling form_urlencoded v1.2.2
12882026-03-25T20:18:28.405Z Compiling dyn-clone v1.0.20
12892026-03-25T20:18:28.442Z Compiling hashbrown v0.16.1
12902026-03-25T20:18:28.460Z Compiling utf8_iter v1.0.4
12912026-03-25T20:18:28.492Z Compiling scopeguard v1.2.0
12922026-03-25T20:18:28.601Z Compiling parking_lot_core v0.9.12
12932026-03-25T20:18:28.612Z Compiling lock_api v0.4.14
12942026-03-25T20:18:28.622Z Compiling num-traits v0.2.19
12952026-03-25T20:18:28.635Z Compiling thiserror v2.0.18
12962026-03-25T20:18:28.835Z Compiling getrandom v0.4.2
12972026-03-25T20:18:28.872Z Compiling heck v0.5.0
12982026-03-25T20:18:29.094Z Compiling rand_core v0.10.0
12992026-03-25T20:18:29.123Z Compiling errno v0.3.14
13002026-03-25T20:18:29.173Z Compiling semver v1.0.27
13012026-03-25T20:18:29.198Z Compiling indexmap v2.13.0
13022026-03-25T20:18:29.273Z Compiling futures-core v0.3.32
13032026-03-25T20:18:29.311Z Compiling jobserver v0.1.34
13042026-03-25T20:18:29.424Z Compiling find-msvc-tools v0.1.9
13052026-03-25T20:18:29.443Z Compiling shlex v1.3.0
13062026-03-25T20:18:29.529Z Compiling zerocopy v0.8.47
13072026-03-25T20:18:29.634Z Compiling cc v1.2.57
13082026-03-25T20:18:29.644Z Compiling uuid v1.22.0
13092026-03-25T20:18:29.656Z Compiling rustversion v1.0.22
13102026-03-25T20:18:29.666Z Compiling fnv v1.0.7
13112026-03-25T20:18:29.760Z Compiling futures-sink v0.3.32
13122026-03-25T20:18:29.864Z Compiling schemars v0.8.22
13132026-03-25T20:18:29.898Z Compiling slab v0.4.12
13142026-03-25T20:18:29.968Z Compiling futures-channel v0.3.32
13152026-03-25T20:18:30.071Z Compiling socket2 v0.6.3
13162026-03-25T20:18:30.108Z Compiling futures-task v0.3.32
13172026-03-25T20:18:30.193Z Compiling futures-io v0.3.32
13182026-03-25T20:18:30.276Z Compiling parking_lot v0.12.5
13192026-03-25T20:18:30.337Z Compiling signal-hook-registry v1.4.8
13202026-03-25T20:18:30.351Z Compiling mio v1.1.1
13212026-03-25T20:18:30.378Z Compiling portable-atomic v1.13.1
13222026-03-25T20:18:30.527Z Compiling log v0.4.29
13232026-03-25T20:18:30.601Z Compiling bitflags v2.11.0
13242026-03-25T20:18:30.688Z Compiling typenum v1.19.0
13252026-03-25T20:18:30.741Z Compiling critical-section v1.2.0
13262026-03-25T20:18:30.818Z Compiling getrandom v0.2.17
13272026-03-25T20:18:30.846Z Compiling base64 v0.22.1
13282026-03-25T20:18:30.849Z Compiling regex-syntax v0.8.10
13292026-03-25T20:18:30.881Z Compiling byteorder v1.5.0
13302026-03-25T20:18:30.938Z Compiling subtle v2.6.1
13312026-03-25T20:18:31.004Z Compiling untrusted v0.9.0
13322026-03-25T20:18:31.101Z Compiling rand_core v0.6.4
13332026-03-25T20:18:31.104Z Compiling httparse v1.10.1
13342026-03-25T20:18:31.121Z Compiling rustix v1.1.4
13352026-03-25T20:18:31.184Z Compiling synstructure v0.13.2
13362026-03-25T20:18:31.323Z Compiling serde_derive_internals v0.29.1
13372026-03-25T20:18:31.376Z Compiling once_cell v1.21.4
13382026-03-25T20:18:31.444Z Compiling strsim v0.11.1
13392026-03-25T20:18:31.456Z Compiling atomic-waker v1.1.2
13402026-03-25T20:18:31.577Z Compiling ipnet v2.12.0
13412026-03-25T20:18:31.661Z Compiling tower-layer v0.3.3
13422026-03-25T20:18:31.681Z Compiling tower-service v0.3.3
13432026-03-25T20:18:31.797Z Compiling cmake v0.1.57
13442026-03-25T20:18:31.815Z Compiling thiserror v1.0.69
13452026-03-25T20:18:31.837Z Compiling ryu v1.0.23
13462026-03-25T20:18:32.020Z Compiling fs_extra v1.3.0
13472026-03-25T20:18:32.065Z Compiling dunce v1.0.5
13482026-03-25T20:18:32.068Z Compiling try-lock v0.2.5
13492026-03-25T20:18:32.110Z Compiling pin-utils v0.1.0
13502026-03-25T20:18:32.131Z Compiling httpdate v1.0.3
13512026-03-25T20:18:32.162Z Compiling want v0.3.1
13522026-03-25T20:18:32.173Z Compiling ucd-trie v0.1.7
13532026-03-25T20:18:32.182Z Compiling generic-array v0.14.7
13542026-03-25T20:18:32.269Z Compiling aws-lc-sys v0.39.0
13552026-03-25T20:18:32.296Z Compiling getrandom v0.3.4
13562026-03-25T20:18:32.321Z Compiling pest v2.8.6
13572026-03-25T20:18:32.354Z Compiling pretty-hex v0.4.2
13582026-03-25T20:18:32.416Z Compiling serde_derive v1.0.228
13592026-03-25T20:18:32.439Z Compiling zerofrom-derive v0.1.6
13602026-03-25T20:18:32.468Z Compiling yoke-derive v0.8.1
13612026-03-25T20:18:32.484Z Compiling zerovec-derive v0.11.2
13622026-03-25T20:18:32.619Z Compiling displaydoc v0.2.5
13632026-03-25T20:18:33.094Z Compiling schemars_derive v0.8.22
13642026-03-25T20:18:33.361Z Compiling thiserror-impl v2.0.18
13652026-03-25T20:18:33.501Z Compiling tokio-macros v2.6.1
13662026-03-25T20:18:33.546Z Compiling zerocopy-derive v0.8.47
13672026-03-25T20:18:33.605Z Compiling zeroize_derive v1.4.3
13682026-03-25T20:18:33.650Z Compiling futures-macro v0.3.32
13692026-03-25T20:18:33.676Z Compiling zerofrom v0.1.6
13702026-03-25T20:18:33.794Z Compiling yoke v0.8.1
13712026-03-25T20:18:33.982Z Compiling zerovec v0.11.5
13722026-03-25T20:18:34.275Z Compiling zerotrie v0.2.3
13732026-03-25T20:18:34.300Z Compiling zeroize v1.8.2
13742026-03-25T20:18:34.328Z Compiling thiserror-impl v1.0.69
13752026-03-25T20:18:34.471Z Compiling tinystr v0.8.2
13762026-03-25T20:18:34.486Z Compiling potential_utf v0.1.4
13772026-03-25T20:18:34.527Z Compiling futures-util v0.3.32
13782026-03-25T20:18:34.651Z Compiling icu_locale_core v2.1.1
13792026-03-25T20:18:34.667Z Compiling icu_collections v2.1.1
13802026-03-25T20:18:34.773Z Compiling pest_meta v2.8.6
13812026-03-25T20:18:35.443Z Compiling icu_provider v2.1.1
13822026-03-25T20:18:35.567Z Compiling bytes v1.11.1
13832026-03-25T20:18:35.584Z Compiling chrono v0.4.44
13842026-03-25T20:18:35.653Z Compiling icu_normalizer v2.1.1
13852026-03-25T20:18:35.718Z Compiling icu_properties v2.1.2
13862026-03-25T20:18:36.072Z Compiling serde_tokenstream v0.2.3
13872026-03-25T20:18:36.192Z Compiling http v1.4.0
13882026-03-25T20:18:36.255Z Compiling tokio v1.50.0
13892026-03-25T20:18:36.321Z Compiling erased-serde v0.3.31
13902026-03-25T20:18:36.780Z Compiling idna_adapter v1.2.1
13912026-03-25T20:18:36.797Z Compiling pest_generator v2.8.6
13922026-03-25T20:18:36.839Z Compiling http-body v1.0.1
13932026-03-25T20:18:36.912Z Compiling idna v1.1.0
13942026-03-25T20:18:36.987Z Compiling plain v0.2.3
13952026-03-25T20:18:37.189Z Compiling url v2.5.8
13962026-03-25T20:18:37.244Z Compiling tracing-attributes v0.1.31
13972026-03-25T20:18:37.405Z Compiling pest_derive v2.8.6
13982026-03-25T20:18:37.570Z Compiling tracing-core v0.1.36
13992026-03-25T20:18:37.886Z Compiling ppv-lite86 v0.2.21
14002026-03-25T20:18:38.020Z Compiling slog v2.8.2
14012026-03-25T20:18:38.168Z Compiling http-body-util v0.1.3
14022026-03-25T20:18:38.184Z Compiling serde_urlencoded v0.7.1
14032026-03-25T20:18:38.396Z Compiling ipnetwork v0.21.1
14042026-03-25T20:18:38.410Z Compiling tracing v0.1.44
14052026-03-25T20:18:38.421Z Compiling sync_wrapper v1.0.2
14062026-03-25T20:18:38.549Z Compiling regress v0.10.5
14072026-03-25T20:18:38.589Z Compiling aho-corasick v1.1.4
14082026-03-25T20:18:38.726Z Compiling paste v1.0.15
14092026-03-25T20:18:38.881Z Compiling crypto-common v0.1.7
14102026-03-25T20:18:39.010Z Compiling time-core v0.1.8
14112026-03-25T20:18:39.061Z Compiling ident_case v1.0.1
14122026-03-25T20:18:39.136Z Compiling powerfmt v0.2.0
14132026-03-25T20:18:39.151Z Compiling num-conv v0.2.0
14142026-03-25T20:18:39.175Z Compiling omicron-workspace-hack v0.1.0
14152026-03-25T20:18:39.274Z Compiling time-macros v0.2.27
14162026-03-25T20:18:39.339Z Compiling deranged v0.5.8
14172026-03-25T20:18:39.390Z Compiling regex-automata v0.4.14
14182026-03-25T20:18:40.301Z Compiling anyhow v1.0.102
14192026-03-25T20:18:40.421Z Compiling num_threads v0.1.7
14202026-03-25T20:18:40.489Z Compiling iri-string v0.7.11
14212026-03-25T20:18:40.580Z Compiling scroll_derive v0.13.1
14222026-03-25T20:18:41.207Z Compiling regex v1.12.3
14232026-03-25T20:18:41.394Z Compiling scroll v0.13.0
14242026-03-25T20:18:41.662Z Compiling tokio-util v0.7.18
14252026-03-25T20:18:41.672Z Compiling oxnet v0.1.4
14262026-03-25T20:18:41.907Z Compiling daft-derive v0.1.5
14272026-03-25T20:18:42.089Z Compiling winnow v1.0.0
14282026-03-25T20:18:42.119Z Compiling syn v1.0.109
14292026-03-25T20:18:42.392Z Compiling fastrand v2.3.0
14302026-03-25T20:18:42.465Z Compiling openapiv3 v2.2.0
14312026-03-25T20:18:42.639Z Compiling rustls-pki-types v1.14.0
14322026-03-25T20:18:42.658Z Compiling async-trait v0.1.89
14332026-03-25T20:18:43.157Z Compiling crossbeam-utils v0.8.21
14342026-03-25T20:18:43.509Z Compiling ring v0.17.14
14352026-03-25T20:18:43.663Z Compiling cpufeatures v0.2.17
14362026-03-25T20:18:43.949Z Compiling h2 v0.4.13
14372026-03-25T20:18:43.991Z Compiling block-buffer v0.10.4
14382026-03-25T20:18:44.111Z Compiling thread_local v1.1.9
14392026-03-25T20:18:44.133Z Compiling usdt-impl v0.6.0
14402026-03-25T20:18:44.256Z Compiling hex v0.4.3
14412026-03-25T20:18:44.374Z Compiling digest v0.10.7
14422026-03-25T20:18:44.386Z Compiling goblin v0.10.5
14432026-03-25T20:18:44.507Z Compiling dtrace-parser v0.3.0
14442026-03-25T20:18:44.577Z Compiling camino v1.2.2
14452026-03-25T20:18:44.895Z Compiling openssl-probe v0.2.1
14462026-03-25T20:18:45.076Z Compiling slog-async v2.8.0
14472026-03-25T20:18:45.373Z Compiling thread-id v5.1.0
14482026-03-25T20:18:45.392Z Compiling term v1.2.1
14492026-03-25T20:18:45.424Z Compiling take_mut v0.2.2
14502026-03-25T20:18:45.468Z Compiling rand_core v0.9.5
14512026-03-25T20:18:45.654Z Compiling futures-executor v0.3.32
14522026-03-25T20:18:45.940Z Compiling hyper v1.8.1
14532026-03-25T20:18:46.067Z Compiling match_cfg v0.1.0
14542026-03-25T20:18:46.079Z Compiling futures v0.3.32
14552026-03-25T20:18:46.137Z Compiling structmeta-derive v0.3.0
14562026-03-25T20:18:46.156Z Compiling aws-lc-rs v1.16.2
14572026-03-25T20:18:46.440Z Compiling rustls v0.22.4
14582026-03-25T20:18:46.638Z Compiling rand_chacha v0.9.0
14592026-03-25T20:18:46.698Z Compiling darling_core v0.23.0
14602026-03-25T20:18:46.942Z Compiling hyper-util v0.1.20
14612026-03-25T20:18:47.065Z Compiling dof v0.4.0
14622026-03-25T20:18:47.141Z Compiling structmeta v0.3.0
14632026-03-25T20:18:47.333Z Compiling newtype-uuid-macros v0.1.0
14642026-03-25T20:18:48.133Z Compiling winnow v0.7.15
14652026-03-25T20:18:48.383Z Compiling rand v0.9.2
14662026-03-25T20:18:48.711Z Compiling time v0.3.47
14672026-03-25T20:18:48.783Z Compiling darling_macro v0.23.0
14682026-03-25T20:18:49.017Z Compiling tower v0.5.3
14692026-03-25T20:18:49.154Z Compiling usdt-macro v0.6.0
14702026-03-25T20:18:49.355Z Compiling usdt-attr-macro v0.6.0
14712026-03-25T20:18:49.494Z Compiling newtype-uuid v1.3.2
14722026-03-25T20:18:49.661Z Compiling untrusted v0.7.1
14732026-03-25T20:18:49.693Z Compiling quick-error v1.2.3
14742026-03-25T20:18:49.781Z Compiling ref-cast v1.0.25
14752026-03-25T20:18:49.794Z Compiling daft v0.1.5
14762026-03-25T20:18:49.835Z Compiling tower-http v0.6.8
14772026-03-25T20:18:50.053Z Compiling darling v0.23.0
14782026-03-25T20:18:50.124Z Compiling crossbeam-channel v0.5.15
14792026-03-25T20:18:50.135Z Compiling strum_macros v0.26.4
14802026-03-25T20:18:50.258Z Compiling ref-cast-impl v1.0.25
14812026-03-25T20:18:50.292Z Compiling serde_spanned v1.1.0
14822026-03-25T20:18:50.404Z Compiling toml_datetime v0.7.5+spec-1.1.0
14832026-03-25T20:18:50.433Z Compiling multer v3.1.0
14842026-03-25T20:18:50.546Z Compiling toml_writer v1.1.0+spec-1.1.0
14852026-03-25T20:18:50.604Z Compiling debug-ignore v1.0.5
14862026-03-25T20:18:50.649Z Compiling rustls v0.23.37
14872026-03-25T20:18:50.703Z Compiling bit-vec v0.8.0
14882026-03-25T20:18:50.751Z Compiling serde_with_macros v3.18.0
14892026-03-25T20:18:50.761Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14902026-03-25T20:18:50.855Z Compiling async-stream-impl v0.3.6
14912026-03-25T20:18:50.929Z Compiling bit-set v0.8.0
14922026-03-25T20:18:50.976Z Compiling dropshot v0.16.7
14932026-03-25T20:18:51.085Z Compiling encoding_rs v0.8.35
14942026-03-25T20:18:51.179Z Compiling mime v0.3.17
14952026-03-25T20:18:51.216Z Compiling spin v0.9.8
14962026-03-25T20:18:51.329Z Compiling unarray v0.1.4
14972026-03-25T20:18:51.473Z Compiling async-stream v0.3.6
14982026-03-25T20:18:51.484Z Compiling derive-ex v0.1.8
14992026-03-25T20:18:51.647Z Compiling dropshot_endpoint v0.16.7
15002026-03-25T20:18:51.780Z Compiling strum v0.26.3
15012026-03-25T20:18:51.867Z Compiling macaddr v1.0.1
15022026-03-25T20:18:51.880Z Compiling waitgroup v0.1.2
15032026-03-25T20:18:51.911Z Compiling serde_path_to_error v0.1.20
15042026-03-25T20:18:52.086Z Compiling is-terminal v0.4.17
15052026-03-25T20:18:52.175Z Compiling slog-term v2.9.2
15062026-03-25T20:18:52.260Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15072026-03-25T20:18:52.438Z Compiling tempfile v3.27.0
15082026-03-25T20:18:52.657Z Compiling strum_macros v0.27.2
15092026-03-25T20:18:52.742Z Compiling instant v0.1.13
15102026-03-25T20:18:52.871Z Compiling rustc-hash v2.1.1
15112026-03-25T20:18:52.923Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15122026-03-25T20:18:53.030Z Compiling test-strategy v0.4.5
15132026-03-25T20:18:53.086Z Compiling slog-json v2.6.1
15142026-03-25T20:18:53.306Z Compiling hostname v0.3.1
15152026-03-25T20:18:53.520Z Compiling rustls-native-certs v0.8.3
15162026-03-25T20:18:53.558Z Compiling memmap2 v0.9.10
15172026-03-25T20:18:53.879Z Compiling either v1.15.0
15182026-03-25T20:18:54.212Z Compiling slog-bunyan v2.5.0
15192026-03-25T20:18:54.231Z Compiling parse-display-derive v0.10.0
15202026-03-25T20:18:54.344Z Compiling backon v1.6.0
15212026-03-25T20:18:54.436Z Compiling rand_chacha v0.3.1
15222026-03-25T20:18:54.544Z Compiling rustls-webpki v0.102.8
15232026-03-25T20:18:54.555Z Compiling strum v0.27.2
15242026-03-25T20:18:54.680Z Compiling rand v0.8.5
15252026-03-25T20:18:54.893Z Compiling toml_parser v1.1.0+spec-1.1.0
15262026-03-25T20:18:55.425Z Compiling wait-timeout v0.2.1
15272026-03-25T20:18:55.577Z Compiling utf8parse v0.2.2
15282026-03-25T20:18:55.725Z Compiling anstyle-parse v1.0.0
15292026-03-25T20:18:55.849Z Compiling rusty-fork v0.3.1
15302026-03-25T20:18:55.860Z Compiling toml v0.9.12+spec-1.1.0
15312026-03-25T20:18:55.911Z Compiling serde_with v3.18.0
15322026-03-25T20:18:56.702Z Compiling usdt v0.6.0
15332026-03-25T20:18:56.916Z Compiling reqwest v0.12.28
15342026-03-25T20:18:56.984Z Compiling rand_xorshift v0.4.0
15352026-03-25T20:18:57.130Z Compiling sha1 v0.10.6
15362026-03-25T20:18:57.353Z Compiling tokio-rustls v0.25.0
15372026-03-25T20:18:57.498Z Compiling rustls-pemfile v2.2.0
15382026-03-25T20:18:57.574Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15392026-03-25T20:18:57.646Z Compiling hostname v0.4.2
15402026-03-25T20:18:57.694Z Compiling colorchoice v1.0.5
15412026-03-25T20:18:57.781Z Compiling anstyle-query v1.1.5
15422026-03-25T20:18:57.806Z Compiling is_terminal_polyfill v1.70.2
15432026-03-25T20:18:57.888Z Compiling anstyle v1.0.14
15442026-03-25T20:18:57.921Z Compiling proptest v1.11.0
15452026-03-25T20:18:58.115Z Compiling anstream v1.0.0
15462026-03-25T20:18:58.434Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15472026-03-25T20:18:58.545Z Compiling clap_lex v1.1.0
15482026-03-25T20:18:58.794Z Compiling unicode-width v0.2.2
15492026-03-25T20:18:58.979Z Compiling itertools v0.14.0
15502026-03-25T20:18:59.428Z Compiling iddqd v0.3.17
15512026-03-25T20:19:00.196Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15522026-03-25T20:19:00.296Z Compiling clap_derive v4.6.0
15532026-03-25T20:19:00.308Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15542026-03-25T20:19:00.559Z Compiling terminal_size v0.4.4
15552026-03-25T20:19:00.613Z Compiling toml_datetime v0.6.11
15562026-03-25T20:19:00.772Z Compiling progenitor-client v0.10.0
15572026-03-25T20:19:01.046Z Compiling parse-display v0.10.0
15582026-03-25T20:19:01.104Z Compiling backoff v0.4.0
15592026-03-25T20:19:01.155Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15602026-03-25T20:19:01.380Z Compiling clap_builder v4.6.0
15612026-03-25T20:19:02.028Z Compiling darling_core v0.21.3
15622026-03-25T20:19:02.117Z Compiling zerocopy-derive v0.7.35
15632026-03-25T20:19:02.967Z Compiling clap v4.6.0
15642026-03-25T20:19:03.035Z Compiling zerocopy v0.7.35
15652026-03-25T20:19:03.047Z Compiling crossbeam-epoch v0.9.18
15662026-03-25T20:19:03.611Z Compiling toml_datetime v1.1.0+spec-1.1.0
15672026-03-25T20:19:03.841Z Compiling toml_edit v0.25.8+spec-1.1.0
15682026-03-25T20:19:04.181Z Compiling darling_macro v0.21.3
15692026-03-25T20:19:04.766Z Compiling darling v0.21.3
15702026-03-25T20:19:04.851Z Compiling proc-macro-error-attr v1.0.4
15712026-03-25T20:19:04.885Z Compiling memoffset v0.9.1
15722026-03-25T20:19:05.019Z Compiling cfg_aliases v0.2.1
15732026-03-25T20:19:05.027Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15742026-03-25T20:19:05.067Z Compiling convert_case v0.4.0
15752026-03-25T20:19:05.086Z Compiling tinyvec_macros v0.1.1
15762026-03-25T20:19:05.108Z Compiling heapless v0.8.0
15772026-03-25T20:19:05.150Z Compiling tinyvec v1.11.0
15782026-03-25T20:19:05.346Z Compiling nix v0.31.2
15792026-03-25T20:19:05.360Z Compiling derive_more v0.99.20
15802026-03-25T20:19:05.380Z Compiling ingot-macros v0.1.1
15812026-03-25T20:19:05.488Z Compiling proc-macro-crate v3.5.0
15822026-03-25T20:19:05.902Z Compiling typify-impl v0.6.1
15832026-03-25T20:19:06.133Z Compiling dtrace-parser v0.2.0
15842026-03-25T20:19:06.481Z Compiling secrecy v0.10.3
15852026-03-25T20:19:06.635Z Compiling scroll_derive v0.12.1
15862026-03-25T20:19:07.009Z Compiling hash32 v0.3.1
15872026-03-25T20:19:07.041Z Compiling usdt-impl v0.5.0
15882026-03-25T20:19:07.167Z Compiling proc-macro-error v1.0.4
15892026-03-25T20:19:07.282Z Compiling winnow v0.5.40
15902026-03-25T20:19:07.343Z Compiling smoltcp v0.11.0
15912026-03-25T20:19:07.386Z Compiling crucible-workspace-hack v0.1.0
15922026-03-25T20:19:07.570Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
15932026-03-25T20:19:07.606Z Compiling scroll v0.12.0
15942026-03-25T20:19:07.866Z Compiling num_enum_derive v0.7.6
15952026-03-25T20:19:08.099Z Compiling ingot-types v0.1.2
15962026-03-25T20:19:08.622Z Compiling toml_edit v0.19.15
15972026-03-25T20:19:08.705Z Compiling dof v0.3.0
15982026-03-25T20:19:08.945Z Compiling serde_spanned v0.6.9
15992026-03-25T20:19:08.956Z Compiling cobs v0.3.0
16002026-03-25T20:19:09.050Z Compiling foreign-types-macros v0.2.3
16012026-03-25T20:19:09.124Z Compiling thread-id v4.2.2
16022026-03-25T20:19:09.134Z Compiling foreign-types-shared v0.3.1
16032026-03-25T20:19:09.152Z Compiling cpufeatures v0.3.0
16042026-03-25T20:19:09.205Z Compiling bitflags v1.3.2
16052026-03-25T20:19:09.221Z Compiling managed v0.8.0
16062026-03-25T20:19:09.225Z Compiling unsafe-libyaml v0.2.11
16072026-03-25T20:19:09.274Z Compiling toml_write v0.1.2
16082026-03-25T20:19:09.433Z Compiling toml_edit v0.22.27
16092026-03-25T20:19:09.696Z Compiling foreign-types v0.5.0
16102026-03-25T20:19:09.774Z Compiling serde_yaml v0.9.34+deprecated
16112026-03-25T20:19:09.875Z Compiling proc-macro-crate v1.3.1
16122026-03-25T20:19:09.901Z Compiling chacha20 v0.10.0
16132026-03-25T20:19:10.210Z Compiling postcard v1.1.3
16142026-03-25T20:19:10.532Z Compiling num_enum v0.7.6
16152026-03-25T20:19:11.095Z Compiling ingot v0.1.1
16162026-03-25T20:19:11.291Z Compiling goblin v0.8.2
16172026-03-25T20:19:11.979Z Compiling tabwriter v1.4.1
16182026-03-25T20:19:12.188Z Compiling typify-macro v0.6.1
16192026-03-25T20:19:12.215Z Compiling hubpack_derive v0.1.1
16202026-03-25T20:19:12.620Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16212026-03-25T20:19:12.727Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16222026-03-25T20:19:12.842Z Compiling num-integer v0.1.46
16232026-03-25T20:19:12.917Z Compiling rustc_version v0.4.1
16242026-03-25T20:19:13.100Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16252026-03-25T20:19:13.253Z Compiling cstr-argument v0.1.2
16262026-03-25T20:19:13.274Z Compiling colored v3.1.1
16272026-03-25T20:19:13.315Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16282026-03-25T20:19:13.368Z Compiling heck v0.4.1
16292026-03-25T20:19:13.402Z Compiling float-ord v0.3.2
16302026-03-25T20:19:13.533Z Compiling rayon-core v1.13.0
16312026-03-25T20:19:13.587Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16322026-03-25T20:19:13.877Z Compiling curve25519-dalek v4.1.3
16332026-03-25T20:19:13.991Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16342026-03-25T20:19:14.160Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16352026-03-25T20:19:14.332Z Compiling hubpack v0.1.2
16362026-03-25T20:19:14.424Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16372026-03-25T20:19:14.841Z Compiling toml v0.8.23
16382026-03-25T20:19:14.996Z Compiling num_enum_derive v0.5.11
16392026-03-25T20:19:15.204Z Compiling rand v0.10.0
16402026-03-25T20:19:15.295Z Compiling crossbeam-deque v0.8.6
16412026-03-25T20:19:15.537Z Compiling hmac v0.12.1
16422026-03-25T20:19:15.685Z Compiling inout v0.1.4
16432026-03-25T20:19:15.946Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16442026-03-25T20:19:15.993Z Compiling ff v0.13.1
16452026-03-25T20:19:16.119Z Compiling rustix v0.38.44
16462026-03-25T20:19:16.232Z Compiling static_assertions v1.1.0
16472026-03-25T20:19:16.307Z Compiling prettyplease v0.2.37
16482026-03-25T20:19:16.927Z Compiling rustls-webpki v0.103.10
16492026-03-25T20:19:17.129Z Compiling group v0.13.0
16502026-03-25T20:19:17.328Z Compiling num_enum v0.5.11
16512026-03-25T20:19:17.362Z Compiling cipher v0.4.4
16522026-03-25T20:19:17.986Z Compiling hkdf v0.12.4
16532026-03-25T20:19:18.380Z Compiling typify v0.6.1
16542026-03-25T20:19:18.533Z Compiling num-rational v0.4.2
16552026-03-25T20:19:18.595Z Compiling num-iter v0.1.45
16562026-03-25T20:19:18.635Z Compiling usdt-macro v0.5.0
16572026-03-25T20:19:18.718Z Compiling usdt-attr-macro v0.5.0
16582026-03-25T20:19:19.488Z Compiling camino-tempfile v1.4.1
16592026-03-25T20:19:19.716Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16602026-03-25T20:19:19.731Z Compiling thiserror-impl-no-std v2.0.2
16612026-03-25T20:19:20.072Z Compiling universal-hash v0.5.1
16622026-03-25T20:19:20.203Z Compiling half v2.7.1
16632026-03-25T20:19:20.507Z Compiling tokio-rustls v0.26.4
16642026-03-25T20:19:20.743Z Compiling hyper-rustls v0.27.7
16652026-03-25T20:19:20.778Z Compiling rustls-platform-verifier v0.6.2
16662026-03-25T20:19:21.013Z Compiling reqwest v0.13.2
16672026-03-25T20:19:21.037Z Compiling crypto-bigint v0.5.5
16682026-03-25T20:19:21.086Z Compiling enum-as-inner v0.6.1
16692026-03-25T20:19:21.657Z Compiling curve25519-dalek-derive v0.1.1
16702026-03-25T20:19:21.933Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16712026-03-25T20:19:22.194Z Compiling progenitor-client v0.13.0
16722026-03-25T20:19:22.223Z Compiling num-complex v0.4.6
16732026-03-25T20:19:22.338Z Compiling memmap v0.7.0
16742026-03-25T20:19:22.499Z Compiling progenitor-extras v0.1.1
16752026-03-25T20:19:22.608Z Compiling base16ct v0.2.0
16762026-03-25T20:19:22.742Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16772026-03-25T20:19:22.829Z Compiling base64ct v1.8.3
16782026-03-25T20:19:23.007Z Compiling ciborium-io v0.2.2
16792026-03-25T20:19:23.105Z Compiling opaque-debug v0.3.1
16802026-03-25T20:19:23.137Z Compiling data-encoding v2.10.0
16812026-03-25T20:19:23.148Z Compiling ciborium-ll v0.2.2
16822026-03-25T20:19:23.175Z Compiling poly1305 v0.8.0
16832026-03-25T20:19:23.371Z Compiling password-hash v0.5.0
16842026-03-25T20:19:23.742Z Compiling elliptic-curve v0.13.8
16852026-03-25T20:19:23.863Z Compiling num v0.4.3
16862026-03-25T20:19:23.939Z Compiling usdt v0.5.0
16872026-03-25T20:19:24.210Z Compiling thiserror-no-std v2.0.2
16882026-03-25T20:19:24.225Z Compiling progenitor-impl v0.13.0
16892026-03-25T20:19:24.302Z Compiling rayon v1.11.0
16902026-03-25T20:19:25.193Z Compiling chacha20 v0.9.1
16912026-03-25T20:19:25.254Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16922026-03-25T20:19:25.417Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16932026-03-25T20:19:26.195Z Compiling zone_cfg_derive v0.3.1
16942026-03-25T20:19:26.281Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16952026-03-25T20:19:26.364Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16962026-03-25T20:19:26.638Z Compiling itertools v0.12.1
16972026-03-25T20:19:26.679Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16982026-03-25T20:19:26.768Z Compiling blake2 v0.10.6
16992026-03-25T20:19:26.768Z Compiling byte-wrapper v0.1.0
17002026-03-25T20:19:26.877Z Compiling aead v0.5.2
17012026-03-25T20:19:27.056Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17022026-03-25T20:19:27.149Z Compiling num-derive v0.4.2
17032026-03-25T20:19:27.238Z Compiling sigpipe v0.1.3
17042026-03-25T20:19:27.265Z Compiling jiff v0.2.23
17052026-03-25T20:19:27.326Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17062026-03-25T20:19:27.383Z Compiling glob v0.3.3
17072026-03-25T20:19:27.546Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17082026-03-25T20:19:27.802Z Compiling pkg-config v0.3.32
17092026-03-25T20:19:27.836Z Compiling keccak v0.1.6
17102026-03-25T20:19:27.854Z Compiling bytecount v0.6.9
17112026-03-25T20:19:27.997Z Compiling vcpkg v0.2.15
17122026-03-25T20:19:28.076Z Compiling sha3 v0.10.8
17132026-03-25T20:19:28.087Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17142026-03-25T20:19:28.098Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17152026-03-25T20:19:28.256Z Compiling progenitor-macro v0.13.0
17162026-03-25T20:19:28.571Z Compiling zone v0.3.1
17172026-03-25T20:19:28.621Z Compiling openssl-sys v0.9.112
17182026-03-25T20:19:28.976Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17192026-03-25T20:19:29.246Z Compiling chacha20poly1305 v0.10.1
17202026-03-25T20:19:29.386Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17212026-03-25T20:19:29.399Z Compiling argon2 v0.5.3
17222026-03-25T20:19:29.943Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17232026-03-25T20:19:30.062Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17242026-03-25T20:19:30.601Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17252026-03-25T20:19:30.891Z Compiling vsss-rs v3.3.4
17262026-03-25T20:19:30.968Z Compiling ciborium v0.2.2
17272026-03-25T20:19:31.571Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17282026-03-25T20:19:31.632Z Compiling smf v0.2.3
17292026-03-25T20:19:31.690Z Compiling semver v0.1.20
17302026-03-25T20:19:31.700Z Compiling whoami v1.6.1
17312026-03-25T20:19:31.945Z Compiling indent_write v2.2.0
17322026-03-25T20:19:32.000Z Compiling linked-hash-map v0.5.6
17332026-03-25T20:19:32.075Z Compiling lazy_static v1.5.0
17342026-03-25T20:19:32.084Z Compiling resolv-conf v0.7.6
17352026-03-25T20:19:32.168Z Compiling lru-cache v0.1.2
17362026-03-25T20:19:32.179Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17372026-03-25T20:19:32.287Z Compiling rustc_version v0.1.7
17382026-03-25T20:19:32.303Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17392026-03-25T20:19:32.399Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17402026-03-25T20:19:32.551Z Compiling hickory-proto v0.24.4
17412026-03-25T20:19:32.827Z Compiling serde-big-array v0.5.1
17422026-03-25T20:19:32.975Z Compiling pin-project-internal v1.1.11
17432026-03-25T20:19:33.439Z Compiling progenitor v0.13.0
17442026-03-25T20:19:33.599Z Compiling derive-where v1.6.1
17452026-03-25T20:19:34.108Z Compiling serde_repr v0.1.20
17462026-03-25T20:19:34.111Z Compiling siphasher v1.0.2
17472026-03-25T20:19:34.321Z Compiling swrite v0.1.0
17482026-03-25T20:19:34.420Z Compiling unicode-segmentation v1.13.1
17492026-03-25T20:19:34.566Z Compiling minimal-lexical v0.2.1
17502026-03-25T20:19:34.705Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17512026-03-25T20:19:34.842Z Compiling nom v7.1.3
17522026-03-25T20:19:34.859Z Compiling newline-converter v0.3.0
17532026-03-25T20:19:34.887Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17542026-03-25T20:19:34.976Z Compiling hickory-resolver v0.24.4
17552026-03-25T20:19:35.310Z Compiling phf_shared v0.12.1
17562026-03-25T20:19:35.494Z Compiling pin-project v1.1.11
17572026-03-25T20:19:35.600Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17582026-03-25T20:19:35.887Z Compiling newtype_derive v0.1.6
17592026-03-25T20:19:36.119Z Compiling atomicwrites v0.4.4
17602026-03-25T20:19:36.247Z Compiling unicode-normalization v0.1.25
17612026-03-25T20:19:36.321Z Compiling console v0.15.11
17622026-03-25T20:19:36.724Z Compiling tokio-stream v0.1.18
17632026-03-25T20:19:37.001Z Compiling async-recursion v1.1.1
17642026-03-25T20:19:37.014Z Compiling snafu-derive v0.8.9
17652026-03-25T20:19:37.194Z Compiling slog-dtrace v0.3.0
17662026-03-25T20:19:37.308Z Compiling bstr v1.12.1
17672026-03-25T20:19:37.430Z Compiling csv-core v0.1.13
17682026-03-25T20:19:37.557Z Compiling highway v1.3.0
17692026-03-25T20:19:37.603Z Compiling unicode-width v0.1.14
17702026-03-25T20:19:37.607Z Compiling openssl v0.10.76
17712026-03-25T20:19:37.685Z Compiling foreign-types-shared v0.1.1
17722026-03-25T20:19:37.696Z Compiling cancel-safe-futures v0.1.5
17732026-03-25T20:19:37.773Z Compiling similar v2.7.0
17742026-03-25T20:19:37.805Z Compiling foldhash v0.1.5
17752026-03-25T20:19:37.874Z Compiling chrono-tz v0.10.4
17762026-03-25T20:19:37.885Z Compiling unicode-xid v0.2.6
17772026-03-25T20:19:37.925Z Compiling same-file v1.0.6
17782026-03-25T20:19:37.935Z Compiling owo-colors v4.3.0
17792026-03-25T20:19:37.998Z Compiling hashbrown v0.15.5
17802026-03-25T20:19:38.010Z Compiling const_format_proc_macros v0.2.34
17812026-03-25T20:19:38.099Z Compiling walkdir v2.5.0
17822026-03-25T20:19:38.126Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17832026-03-25T20:19:38.300Z Compiling expectorate v1.2.0
17842026-03-25T20:19:38.474Z Compiling foreign-types v0.3.2
17852026-03-25T20:19:38.506Z Compiling globset v0.4.18
17862026-03-25T20:19:38.556Z Compiling csv v1.4.0
17872026-03-25T20:19:38.641Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17882026-03-25T20:19:38.778Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17892026-03-25T20:19:38.800Z Compiling snafu v0.8.9
17902026-03-25T20:19:38.834Z Compiling qorb v0.4.1
17912026-03-25T20:19:39.195Z Compiling olpc-cjson v0.1.4
17922026-03-25T20:19:39.365Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17932026-03-25T20:19:39.422Z Compiling phf v0.12.1
17942026-03-25T20:19:39.910Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17952026-03-25T20:19:40.102Z Compiling tokio-dtrace v0.1.1
17962026-03-25T20:19:40.114Z Compiling num-derive v0.3.3
17972026-03-25T20:19:40.385Z Compiling typify-impl v0.4.3
17982026-03-25T20:19:40.853Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17992026-03-25T20:19:40.878Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-25T20:19:40.994Z Compiling libsw-core v0.3.2
18012026-03-25T20:19:41.033Z Compiling serde_plain v1.0.2
18022026-03-25T20:19:41.063Z Compiling openssl-macros v0.1.1
18032026-03-25T20:19:41.161Z Compiling pem v3.0.6
18042026-03-25T20:19:41.228Z Compiling cookie v0.18.1
18052026-03-25T20:19:41.240Z Compiling typed-path v0.9.3
18062026-03-25T20:19:41.456Z Compiling fixedbitset v0.4.2
18072026-03-25T20:19:41.459Z Compiling fixedbitset v0.5.7
18082026-03-25T20:19:41.593Z Compiling libsw v3.5.0
18092026-03-25T20:19:41.692Z Compiling petgraph v0.8.3
18102026-03-25T20:19:41.772Z Compiling petgraph v0.6.5
18112026-03-25T20:19:41.803Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18122026-03-25T20:19:42.553Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18132026-03-25T20:19:43.245Z Compiling tough v0.20.0
18142026-03-25T20:19:43.462Z Compiling libscf-sys v1.1.0
18152026-03-25T20:19:43.654Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18162026-03-25T20:19:44.687Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18172026-03-25T20:19:44.870Z Compiling oxide-tokio-rt v0.1.3
18182026-03-25T20:19:45.274Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18192026-03-25T20:19:46.169Z Compiling const_format v0.2.35
18202026-03-25T20:19:46.352Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18212026-03-25T20:19:46.589Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-25T20:19:46.730Z Compiling typify-macro v0.4.3
18232026-03-25T20:19:46.939Z Compiling papergrid v0.11.0
18242026-03-25T20:19:47.120Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18252026-03-25T20:19:47.137Z Compiling gethostname v0.5.0
18262026-03-25T20:19:47.241Z Compiling tabled_derive v0.7.0
18272026-03-25T20:19:47.260Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18282026-03-25T20:19:47.397Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18292026-03-25T20:19:47.974Z Compiling bcs v0.1.6
18302026-03-25T20:19:48.007Z Compiling termtree v0.5.1
18312026-03-25T20:19:48.143Z Compiling linear-map v1.2.0
18322026-03-25T20:19:48.189Z Compiling tagptr v0.2.0
18332026-03-25T20:19:48.295Z Compiling unicode-linebreak v0.1.5
18342026-03-25T20:19:48.400Z Compiling smawk v0.3.2
18352026-03-25T20:19:48.411Z Compiling moka v0.12.15
18362026-03-25T20:19:48.458Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18372026-03-25T20:19:48.613Z Compiling textwrap v0.16.2
18382026-03-25T20:19:48.662Z Compiling tabled v0.15.0
18392026-03-25T20:19:48.798Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18402026-03-25T20:19:48.812Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18412026-03-25T20:19:48.823Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-25T20:19:48.992Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18432026-03-25T20:19:49.161Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-25T20:19:49.186Z Compiling steno v0.4.1
18452026-03-25T20:19:49.827Z Compiling hickory-proto v0.25.2
18462026-03-25T20:19:50.196Z Compiling humantime v2.3.0
18472026-03-25T20:19:50.489Z Compiling proc-macro-error-attr2 v2.0.0
18482026-03-25T20:19:50.929Z Compiling parking_lot_core v0.8.6
18492026-03-25T20:19:51.224Z Compiling proc-macro-error2 v2.0.1
18502026-03-25T20:19:51.414Z Compiling typify v0.4.3
18512026-03-25T20:19:51.516Z Compiling crc32fast v1.5.0
18522026-03-25T20:19:51.812Z Compiling hickory-resolver v0.25.2
18532026-03-25T20:19:51.857Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18542026-03-25T20:19:51.913Z Compiling tabled_derive v0.11.0
18552026-03-25T20:19:52.089Z Compiling progenitor-impl v0.11.2
18562026-03-25T20:19:52.757Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18572026-03-25T20:19:53.017Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18582026-03-25T20:19:53.419Z Compiling papergrid v0.17.0
18592026-03-25T20:19:53.449Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18602026-03-25T20:19:54.126Z Compiling testing_table v0.3.0
18612026-03-25T20:19:54.303Z Compiling arc-swap v1.9.0
18622026-03-25T20:19:54.513Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18632026-03-25T20:19:54.625Z Compiling slog-scope v4.4.1
18642026-03-25T20:19:54.799Z Compiling tabled v0.20.0
18652026-03-25T20:19:54.912Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18662026-03-25T20:19:55.534Z Compiling parking_lot v0.11.2
18672026-03-25T20:19:55.724Z Compiling progenitor-macro v0.11.2
18682026-03-25T20:19:56.245Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18692026-03-25T20:19:56.294Z Compiling progenitor-client v0.11.2
18702026-03-25T20:19:56.475Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18712026-03-25T20:19:56.586Z Compiling fxhash v0.2.1
18722026-03-25T20:19:56.643Z Compiling internet-checksum v0.2.1
18732026-03-25T20:19:56.704Z Compiling sled v0.34.7
18742026-03-25T20:19:56.726Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18752026-03-25T20:19:57.543Z Compiling slog-stdlog v4.1.1
18762026-03-25T20:19:57.780Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18772026-03-25T20:19:57.822Z Compiling crc8 v0.1.1
18782026-03-25T20:19:57.943Z Compiling slog-envlogger v2.2.0
18792026-03-25T20:19:58.059Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18802026-03-25T20:19:58.279Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
18812026-03-25T20:19:59.030Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18822026-03-25T20:20:00.645Z Compiling progenitor v0.11.2
18832026-03-25T20:20:00.734Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18842026-03-25T20:20:06.536Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18852026-03-25T20:20:08.159Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18862026-03-25T20:20:09.225Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18872026-03-25T20:20:10.375Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18882026-03-25T20:20:11.147Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18892026-03-25T20:20:12.595Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
18902026-03-25T20:20:36.283Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
18912026-03-25T20:20:36.454Z────────────
18922026-03-25T20:20:36.454Z Nextest run ID 3fe36bfb-0791-4813-8d79-f968e587faba with nextest profile: default
18932026-03-25T20:20:36.454Z Starting 7 tests across 1 binary
18942026-03-25T20:20:36.464Z PASS [ 0.009s] mg-lower dendrite::test_tfport_parser
18952026-03-25T20:20:36.471Z PASS [ 0.011s] mg-lower test::sync_v4_over_v6_readback
18962026-03-25T20:20:36.484Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_removal
18972026-03-25T20:20:36.484Z PASS [ 0.013s] mg-lower test::sync_prefix_test
18982026-03-25T20:20:36.484Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_idempotent
18992026-03-25T20:20:36.484Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19002026-03-25T20:20:36.484Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19012026-03-25T20:20:36.484Z────────────
19022026-03-25T20:20:36.484Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19032026-03-25T20:20:36.487Zprocess exited: duration 280752 ms, exit code 0
 
19042026-03-25T20:20:36.495Zfound 0 output files