01KMP5MS3SNHZYWGKB7CF9MMEQ: test-mg-lower

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

Buildomat Job: 01KMP5NHAA8EF1Z99NGH462J9E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T22:55:01.001Zjob assigned to worker 01KMP5NVKTGB017VQ16BNHJZ2P [factory aws, i-0ef606a3be9447e3d] (queued for 1 m 1 s)
 
22026-03-26T22:55:07.791Zstarting task 0: "setup"
32026-03-26T22:55:07.795Z++ uname -s
42026-03-26T22:55:07.799Z+ kern=SunOS
52026-03-26T22:55:07.799Z+ build_user=build
62026-03-26T22:55:07.799Z+ build_uid=12345
72026-03-26T22:55:07.799Z+ work_dir=/work
82026-03-26T22:55:07.799Z+ input_dir=/input
92026-03-26T22:55:07.799Z+ [[ 0 == 12345 ]]
102026-03-26T22:55:07.799Z+ case "$kern" in
112026-03-26T22:55:07.799Z+ groupadd -g 12345 build
122026-03-26T22:55:07.802Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T22:55:09.806Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T22:55:09.934Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T22:55:09.937Z+ home_fs=zfs
162026-03-26T22:55:09.937Z+ [[ zfs == autofs ]]
172026-03-26T22:55:09.937Z+ mkdir -p /home/build
182026-03-26T22:55:09.937Z+ chown build:build /home/build /work
192026-03-26T22:55:11.939Z+ chmod 0700 /home/build /work
202026-03-26T22:55:11.942Zprocess exited: duration 4151 ms, exit code 0
 
212026-03-26T22:55:11.948Zstarting task 1: "rust-toolchain"
222026-03-26T22:55:11.952Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T22:55:11.952Z * rust toolchain channel = "stable"
242026-03-26T22:55:11.953Z * rust toolchain profile = "default"
252026-03-26T22:55:11.953Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T22:55:11.953Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T22:55:11.953Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T22:55:11.958Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T22:55:11.958Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T22:55:12.075Zinfo: downloading installer
312026-03-26T22:55:13.664Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T22:55:13.664Zwarn: /opt/ooce/bin
332026-03-26T22:55:13.664Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T22:55:13.664Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T22:55:13.664Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T22:55:13.664Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T22:55:13.664Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T22:55:13.664Zerror: cannot install while Rust is installed
392026-03-26T22:55:13.664Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T22:55:13.665Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T22:55:13.665Zwarn: /home/build/.rustup/settings.toml
422026-03-26T22:55:13.665Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T22:55:13.665Zwarn: instead of the one inferred from the default host triple.
442026-03-26T22:55:13.678Zinfo: profile set to default
452026-03-26T22:55:13.678Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T22:55:13.681Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T22:55:13.818Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-26T22:55:13.822Zinfo: downloading 6 components
492026-03-26T22:55:28.112Z
502026-03-26T22:55:28.112Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-26T22:55:28.148Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-26T22:55:28.148Z
532026-03-26T22:55:28.148Z
542026-03-26T22:55:28.148ZRust is installed now. Great!
552026-03-26T22:55:28.149Z
562026-03-26T22:55:28.150ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T22:55:28.150Zenvironment variable. This has not been done automatically.
582026-03-26T22:55:28.150Z
592026-03-26T22:55:28.150ZTo configure your current shell, you need to source
602026-03-26T22:55:28.150Zthe corresponding env file under $HOME/.cargo.
612026-03-26T22:55:28.151Z
622026-03-26T22:55:28.151ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T22:55:28.152Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T22:55:28.152Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T22:55:28.152Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T22:55:28.152Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T22:55:28.152Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T22:55:28.152Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T22:55:28.175Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T22:55:28.175Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T22:55:28.251Z+ rustup --version
722026-03-26T22:55:28.270Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T22:55:28.271Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T22:55:28.279Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-26T22:55:28.283Z+ cargo --version
762026-03-26T22:55:28.295Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-26T22:55:28.304Z+ rustc --version
782026-03-26T22:55:28.322Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-26T22:55:28.326Zprocess exited: duration 16368 ms, exit code 0
 
802026-03-26T22:55:28.335Zstarting task 2: "authentication"
812026-03-26T22:55:28.360Zprocess exited: duration 22 ms, exit code 0
 
822026-03-26T22:55:28.367Zstarting task 3: "clone repository"
832026-03-26T22:55:28.372Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T22:55:28.375Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T22:55:28.400ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T22:55:29.128Z+ cd /work/oxidecomputer/maghemite
872026-03-26T22:55:29.128Z+ git fetch origin 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
882026-03-26T22:55:29.384ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T22:55:29.384Z * branch 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486 -> FETCH_HEAD
902026-03-26T22:55:29.389Z+ [[ -n renovate/opte-ioctl-digest ]]
912026-03-26T22:55:29.389Z++ git branch --show-current
922026-03-26T22:55:29.389Z+ current=main
932026-03-26T22:55:29.389Z+ [[ main != renovate/opte-ioctl-digest ]]
942026-03-26T22:55:29.389Z+ git branch -f renovate/opte-ioctl-digest 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
952026-03-26T22:55:29.393Z+ git checkout -f renovate/opte-ioctl-digest
962026-03-26T22:55:29.414ZSwitched to branch 'renovate/opte-ioctl-digest'
972026-03-26T22:55:29.418Z+ git reset --hard 315d5b4cbc9bbc9ebd55df335d3dd7862a63f486
982026-03-26T22:55:29.418ZHEAD is now at 315d5b4 Update opte-ioctl digest to 04c3d5d
992026-03-26T22:55:29.418Zprocess exited: duration 1043 ms, exit code 0
 
1002026-03-26T22:55:29.431Zstarting task 4: "build"
1012026-03-26T22:55:29.445Z+ set -e
1022026-03-26T22:55:29.445Z+ source .github/buildomat/test-common.sh
1032026-03-26T22:55:29.446Z++ NEXTEST_VERSION=0.9.97
1042026-03-26T22:55:29.446Z++ PLATFORM=illumos
1052026-03-26T22:55:29.446Z++ banner install
1062026-03-26T22:55:29.446Z
1072026-03-26T22:55:29.446Z # # # #### ##### ## # #
1082026-03-26T22:55:29.446Z # ## # # # # # # #
1092026-03-26T22:55:29.446Z # # # # #### # # # # #
1102026-03-26T22:55:29.446Z # # # # # # ###### # #
1112026-03-26T22:55:29.446Z # # ## # # # # # # #
1122026-03-26T22:55:29.447Z # # # #### # # # ###### ######
1132026-03-26T22:55:29.447Z
1142026-03-26T22:55:29.447Z++ set +o errexit
1152026-03-26T22:55:29.447Z++ pkg info clang-15
1162026-03-26T22:55:29.447Z++ grep -qi installed
1172026-03-26T22:55:30.634Zpkg: info: no packages matching the following patterns you specified are
1182026-03-26T22:55:30.634Zinstalled on the system. Try querying remotely instead:
1192026-03-26T22:55:30.634Z
1202026-03-26T22:55:30.634Z clang-15
1212026-03-26T22:55:30.667Z++ [[ 1 != 0 ]]
1222026-03-26T22:55:30.667Z++ set -o errexit
1232026-03-26T22:55:30.672Z++ pfexec pkg install clang-15
1242026-03-26T22:55:36.919Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-26T22:55:44.033Z Startup: Caching catalogs ... Done
1262026-03-26T22:55:47.899ZPlanning: Solver setup ... Done
1272026-03-26T22:55:47.915ZPlanning: Running solver ... Done
1282026-03-26T22:55:48.035ZPlanning: Finding local manifests ... Done
1292026-03-26T22:55:48.053ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-26T22:55:48.141ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-26T22:55:48.171ZPlanning: Package planning ... Done
1322026-03-26T22:55:48.197ZPlanning: Merging actions ... Done
1332026-03-26T22:55:48.310ZPlanning: Checking for conflicting actions ... Done
1342026-03-26T22:55:48.316ZPlanning: Consolidating action changes ... Done
1352026-03-26T22:55:49.133ZPlanning: Evaluating mediators ... Done
1362026-03-26T22:55:49.139ZPlanning: Planning completed in 4.95 seconds
1372026-03-26T22:55:49.150Z Packages to install: 2
1382026-03-26T22:55:49.150Z Mediators to change: 2
1392026-03-26T22:55:49.150Z Services to change: 1
1402026-03-26T22:55:49.153Z Create boot environment: No
1412026-03-26T22:55:49.153ZCreate backup boot environment: No
1422026-03-26T22:55:49.193Z
1432026-03-26T22:55:49.193ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-26T22:55:54.196ZDownload: 806/3076 items 18.3/211.3MB 8% complete (3.8M/s)
1452026-03-26T22:56:01.706ZDownload: 983/3076 items 82.2/211.3MB 38% complete (11.3M/s)
1462026-03-26T22:56:06.716ZDownload: 1177/3076 items 109.8/211.3MB 51% complete (3.5M/s)
1472026-03-26T22:56:11.717ZDownload: 1724/3076 items 113.1/211.3MB 53% complete (3.2M/s)
1482026-03-26T22:56:17.602ZDownload: 2010/3076 items 113.7/211.3MB 53% complete (3.2M/s)
1492026-03-26T22:56:22.542ZDownload: Completed 211.31 MB in 33.35 seconds (6.3M/s)
1502026-03-26T22:56:23.048Z Actions: 1/3418 actions (Installing new actions)
1512026-03-26T22:56:26.195Z Actions: Completed 3418 actions in 3.15 seconds.
1522026-03-26T22:56:26.828Z Done
1532026-03-26T22:56:26.828Z Done
1542026-03-26T22:56:27.515Z Done
1552026-03-26T22:56:30.444Z Done
1562026-03-26T22:56:30.517Z Done
1572026-03-26T22:56:30.522Z Done
1582026-03-26T22:56:30.849Z Done
1592026-03-26T22:56:31.468Z++ set -o errexit
1602026-03-26T22:56:31.468Z++ cargo --version
1612026-03-26T22:56:31.476Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1622026-03-26T22:56:31.658Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1632026-03-26T22:56:31.662Zinfo: downloading 6 components
1642026-03-26T22:56:46.204Zcargo 1.94.0 (85eff7c80 2026-01-15)
1652026-03-26T22:56:46.207Z++ rustc --version
1662026-03-26T22:56:46.235Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1672026-03-26T22:56:46.241Z++ cargo install cargo-nextest --version 0.9.97
1682026-03-26T22:56:46.284Z Updating crates.io index
1692026-03-26T22:56:46.391Z Downloading crates ...
1702026-03-26T22:56:46.447Z Downloaded cargo-nextest v0.9.97
1712026-03-26T22:56:46.513Z Installing cargo-nextest v0.9.97
1722026-03-26T22:56:46.556Z Updating crates.io index
1732026-03-26T22:56:49.405Z Locking 408 packages to latest compatible versions
1742026-03-26T22:56:49.410Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-03-26T22:56:49.413Z Adding duct v0.13.7 (available: v1.1.1)
1762026-03-26T22:56:49.413Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-03-26T22:56:49.413Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-03-26T22:56:49.416Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1792026-03-26T22:56:49.416Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1802026-03-26T22:56:49.416Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-03-26T22:56:49.419Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1822026-03-26T22:56:49.422Z Adding quick-junit v0.5.2 (available: v0.6.0)
1832026-03-26T22:56:49.442Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1842026-03-26T22:56:49.451Z Downloading crates ...
1852026-03-26T22:56:49.544Z Downloaded anstream v1.0.0
1862026-03-26T22:56:49.547Z Downloaded foreign-types-shared v0.1.1
1872026-03-26T22:56:49.547Z Downloaded addr2line v0.25.1
1882026-03-26T22:56:49.550Z Downloaded config v0.15.22
1892026-03-26T22:56:49.554Z Downloaded futures-executor v0.3.32
1902026-03-26T22:56:49.559Z Downloaded clap_derive v4.6.0
1912026-03-26T22:56:49.562Z Downloaded foreign-types v0.3.2
1922026-03-26T22:56:49.562Z Downloaded futures-core v0.3.32
1932026-03-26T22:56:49.562Z Downloaded generic-array v0.14.7
1942026-03-26T22:56:49.562Z Downloaded futures-macro v0.3.32
1952026-03-26T22:56:49.566Z Downloaded fnv v1.0.7
1962026-03-26T22:56:49.572Z Downloaded self_update v0.42.0
1972026-03-26T22:56:49.575Z Downloaded home v0.5.12
1982026-03-26T22:56:49.576Z Downloaded http-body v1.0.1
1992026-03-26T22:56:49.576Z Downloaded hyper-tls v0.6.0
2002026-03-26T22:56:49.576Z Downloaded futures-io v0.3.32
2012026-03-26T22:56:49.579Z Downloaded humantime v2.3.0
2022026-03-26T22:56:49.582Z Downloaded httparse v1.10.1
2032026-03-26T22:56:49.582Z Downloaded base64ct v1.8.3
2042026-03-26T22:56:49.585Z Downloaded scopeguard v1.2.0
2052026-03-26T22:56:49.585Z Downloaded futures-sink v0.3.32
2062026-03-26T22:56:49.585Z Downloaded form_urlencoded v1.2.2
2072026-03-26T22:56:49.588Z Downloaded ed25519 v2.2.3
2082026-03-26T22:56:49.588Z Downloaded adler2 v2.0.1
2092026-03-26T22:56:49.593Z Downloaded foldhash v0.1.5
2102026-03-26T22:56:49.596Z Downloaded indent_write v2.2.0
2112026-03-26T22:56:49.596Z Downloaded iana-time-zone v0.1.65
2122026-03-26T22:56:49.596Z Downloaded duct v0.13.7
2132026-03-26T22:56:49.599Z Downloaded lru-slab v0.1.2
2142026-03-26T22:56:49.599Z Downloaded atomicwrites v0.4.4
2152026-03-26T22:56:49.603Z Downloaded atomic-waker v1.1.2
2162026-03-26T22:56:49.608Z Downloaded futures-task v0.3.32
2172026-03-26T22:56:49.612Z Downloaded nextest-filtering v0.15.0
2182026-03-26T22:56:49.612Z Downloaded guppy-workspace-hack v0.1.0
2192026-03-26T22:56:49.615Z Downloaded anstyle-parse v1.0.0
2202026-03-26T22:56:49.619Z Downloaded colorchoice v1.0.5
2212026-03-26T22:56:49.619Z Downloaded backtrace-ext v0.2.1
2222026-03-26T22:56:49.619Z Downloaded fastrand v2.3.0
2232026-03-26T22:56:49.623Z Downloaded openssl-macros v0.1.1
2242026-03-26T22:56:49.623Z Downloaded clap_lex v1.1.0
2252026-03-26T22:56:49.623Z Downloaded nextest-workspace-hack v0.1.0
2262026-03-26T22:56:49.623Z Downloaded lazy_static v1.5.0
2272026-03-26T22:56:49.626Z Downloaded async-scoped v0.9.0
2282026-03-26T22:56:49.626Z Downloaded document-features v0.2.12
2292026-03-26T22:56:49.629Z Downloaded curve25519-dalek-derive v0.1.1
2302026-03-26T22:56:49.632Z Downloaded num-traits v0.2.19
2312026-03-26T22:56:49.632Z Downloaded cfg-if v1.0.4
2322026-03-26T22:56:49.635Z Downloaded jobserver v0.1.34
2332026-03-26T22:56:49.635Z Downloaded futures-channel v0.3.32
2342026-03-26T22:56:49.638Z Downloaded ahash v0.8.12
2352026-03-26T22:56:49.638Z Downloaded getrandom v0.2.17
2362026-03-26T22:56:49.642Z Downloaded is_ci v1.2.0
2372026-03-26T22:56:49.642Z Downloaded http v1.4.0
2382026-03-26T22:56:49.647Z Downloaded mukti-metadata v0.3.0
2392026-03-26T22:56:49.647Z Downloaded errno v0.3.14
2402026-03-26T22:56:49.647Z Downloaded debug-ignore v1.0.5
2412026-03-26T22:56:49.647Z Downloaded crypto-common v0.1.7
2422026-03-26T22:56:49.647Z Downloaded equivalent v1.0.2
2432026-03-26T22:56:49.650Z Downloaded anstyle-query v1.1.5
2442026-03-26T22:56:49.650Z Downloaded pathdiff v0.2.3
2452026-03-26T22:56:49.650Z Downloaded ipnet v2.12.0
2462026-03-26T22:56:49.653Z Downloaded rustc-demangle v0.1.27
2472026-03-26T22:56:49.653Z Downloaded heck v0.5.0
2482026-03-26T22:56:49.656Z Downloaded cargo-platform v0.2.0
2492026-03-26T22:56:49.656Z Downloaded pkg-config v0.3.32
2502026-03-26T22:56:49.659Z Downloaded color-spantrace v0.3.0
2512026-03-26T22:56:49.663Z Downloaded serde_spanned v1.1.0
2522026-03-26T22:56:49.663Z Downloaded percent-encoding v2.3.2
2532026-03-26T22:56:49.663Z Downloaded autocfg v1.5.0
2542026-03-26T22:56:49.666Z Downloaded anstyle v1.0.14
2552026-03-26T22:56:49.666Z Downloaded number_prefix v0.4.0
2562026-03-26T22:56:49.666Z Downloaded nested v0.1.1
2572026-03-26T22:56:49.669Z Downloaded cpufeatures v0.2.17
2582026-03-26T22:56:49.669Z Downloaded rustc_version v0.4.1
2592026-03-26T22:56:49.672Z Downloaded block-buffer v0.10.4
2602026-03-26T22:56:49.672Z Downloaded os_pipe v1.2.3
2612026-03-26T22:56:49.672Z Downloaded enable-ansi-support v0.2.1
2622026-03-26T22:56:49.675Z Downloaded is_terminal_polyfill v1.70.2
2632026-03-26T22:56:49.675Z Downloaded itoa v1.0.18
2642026-03-26T22:56:49.675Z Downloaded hex v0.4.3
2652026-03-26T22:56:49.678Z Downloaded indenter v0.3.4
2662026-03-26T22:56:49.678Z Downloaded serde-value v0.7.0
2672026-03-26T22:56:49.678Z Downloaded humantime-serde v1.1.1
2682026-03-26T22:56:49.679Z Downloaded serde_ignored v0.1.14
2692026-03-26T22:56:49.682Z Downloaded cfg_aliases v0.2.1
2702026-03-26T22:56:49.682Z Downloaded openssl-probe v0.2.1
2712026-03-26T22:56:49.685Z Downloaded rustc-hash v2.1.1
2722026-03-26T22:56:49.685Z Downloaded camino-tempfile v1.4.1
2732026-03-26T22:56:49.690Z Downloaded idna_adapter v1.0.0
2742026-03-26T22:56:49.690Z Downloaded find-msvc-tools v0.1.9
2752026-03-26T22:56:49.694Z Downloaded cargo-platform v0.3.2
2762026-03-26T22:56:49.698Z Downloaded cargo-util-schemas v0.2.0
2772026-03-26T22:56:49.702Z Downloaded convert_case v0.10.0
2782026-03-26T22:56:49.702Z Downloaded cargo_metadata v0.23.1
2792026-03-26T22:56:49.705Z Downloaded futures v0.3.32
2802026-03-26T22:56:49.706Z Downloaded console v0.15.11
2812026-03-26T22:56:49.709Z Downloaded signal-hook-mio v0.2.5
2822026-03-26T22:56:49.709Z Downloaded sigchld v0.2.4
2832026-03-26T22:56:49.709Z Downloaded shared_child v1.1.1
2842026-03-26T22:56:49.713Z Downloaded strsim v0.11.1
2852026-03-26T22:56:49.716Z Downloaded shell-words v1.1.1
2862026-03-26T22:56:49.723Z Downloaded erased-serde v0.4.10
2872026-03-26T22:56:49.726Z Downloaded dialoguer v0.11.0
2882026-03-26T22:56:49.730Z Downloaded signature v2.2.0
2892026-03-26T22:56:49.730Z Downloaded serde_urlencoded v0.7.1
2902026-03-26T22:56:49.730Z Downloaded nextest-metadata v0.12.2
2912026-03-26T22:56:49.736Z Downloaded strip-ansi-escapes v0.2.1
2922026-03-26T22:56:49.736Z Downloaded swrite v0.1.0
2932026-03-26T22:56:49.736Z Downloaded supports-unicode v3.0.0
2942026-03-26T22:56:49.736Z Downloaded supports-hyperlinks v3.2.0
2952026-03-26T22:56:49.736Z Downloaded supports-color v3.0.2
2962026-03-26T22:56:49.736Z Downloaded target-spec-miette v0.4.5
2972026-03-26T22:56:49.740Z Downloaded terminal_size v0.4.4
2982026-03-26T22:56:49.740Z Downloaded sync_wrapper v1.0.2
2992026-03-26T22:56:49.747Z Downloaded pkcs8 v0.10.2
3002026-03-26T22:56:49.750Z Downloaded serde_spanned v0.6.9
3012026-03-26T22:56:49.753Z Downloaded indicatif v0.17.11
3022026-03-26T22:56:49.756Z Downloaded serde_path_to_error v0.1.20
3032026-03-26T22:56:49.757Z Downloaded serde-untagged v0.1.9
3042026-03-26T22:56:49.757Z Downloaded semver v1.0.27
3052026-03-26T22:56:49.760Z Downloaded fixedbitset v0.5.7
3062026-03-26T22:56:49.760Z Downloaded subtle v2.6.1
3072026-03-26T22:56:49.763Z Downloaded tinyvec_macros v0.1.1
3082026-03-26T22:56:49.769Z Downloaded bitflags v2.11.0
3092026-03-26T22:56:49.772Z Downloaded future-queue v0.4.0
3102026-03-26T22:56:49.777Z Downloaded tower-layer v0.3.3
3112026-03-26T22:56:49.777Z Downloaded pin-project-internal v1.1.11
3122026-03-26T22:56:49.777Z Downloaded toml_write v0.1.2
3132026-03-26T22:56:49.780Z Downloaded ordered-float v2.10.1
3142026-03-26T22:56:49.780Z Downloaded const-oid v0.9.6
3152026-03-26T22:56:49.780Z Downloaded static_assertions v1.1.0
3162026-03-26T22:56:49.780Z Downloaded simd-adler32 v0.3.8
3172026-03-26T22:56:49.783Z Downloaded newtype-uuid v1.3.2
3182026-03-26T22:56:49.783Z Downloaded http-body-util v0.1.3
3192026-03-26T22:56:49.783Z Downloaded lock_api v0.4.14
3202026-03-26T22:56:49.783Z Downloaded signal-hook-registry v1.4.8
3212026-03-26T22:56:49.786Z Downloaded quote v1.0.45
3222026-03-26T22:56:49.787Z Downloaded typeid v1.0.3
3232026-03-26T22:56:49.787Z Downloaded try-lock v0.2.5
3242026-03-26T22:56:49.787Z Downloaded rand_chacha v0.9.0
3252026-03-26T22:56:49.790Z Downloaded pin-utils v0.1.0
3262026-03-26T22:56:49.790Z Downloaded unicode-xid v0.2.6
3272026-03-26T22:56:49.790Z Downloaded slab v0.4.12
3282026-03-26T22:56:49.793Z Downloaded native-tls v0.2.18
3292026-03-26T22:56:49.793Z Downloaded cfg-expr v0.20.7
3302026-03-26T22:56:49.797Z Downloaded pin-project-lite v0.2.17
3312026-03-26T22:56:49.800Z Downloaded owo-colors v4.3.0
3322026-03-26T22:56:49.800Z Downloaded filetime v0.2.27
3332026-03-26T22:56:49.800Z Downloaded thiserror-impl v1.0.69
3342026-03-26T22:56:49.803Z Downloaded eyre v0.6.12
3352026-03-26T22:56:49.803Z Downloaded rand_core v0.9.5
3362026-03-26T22:56:49.806Z Downloaded utf8_iter v1.0.4
3372026-03-26T22:56:49.806Z Downloaded urlencoding v2.1.3
3382026-03-26T22:56:49.806Z Downloaded rand_core v0.6.4
3392026-03-26T22:56:49.806Z Downloaded utf8parse v0.2.2
3402026-03-26T22:56:49.806Z Downloaded camino v1.2.2
3412026-03-26T22:56:49.810Z Downloaded miette-derive v7.6.0
3422026-03-26T22:56:49.813Z Downloaded crc32fast v1.5.0
3432026-03-26T22:56:49.813Z Downloaded cargo_metadata v0.20.0
3442026-03-26T22:56:49.813Z Downloaded tower-service v0.3.3
3452026-03-26T22:56:49.816Z Downloaded tracing-error v0.2.1
3462026-03-26T22:56:49.816Z Downloaded digest v0.10.7
3472026-03-26T22:56:49.822Z Downloaded tokio-native-tls v0.3.1
3482026-03-26T22:56:49.826Z Downloaded unicode-linebreak v0.1.5
3492026-03-26T22:56:49.826Z Downloaded shlex v1.3.0
3502026-03-26T22:56:49.826Z Downloaded self-replace v1.5.0
3512026-03-26T22:56:49.826Z Downloaded version_check v0.9.5
3522026-03-26T22:56:49.826Z Downloaded want v0.3.1
3532026-03-26T22:56:49.830Z Downloaded sha2 v0.10.9
3542026-03-26T22:56:49.834Z Downloaded tokio-macros v2.6.1
3552026-03-26T22:56:49.834Z Downloaded parking_lot_core v0.9.12
3562026-03-26T22:56:49.839Z Downloaded getrandom v0.3.4
3572026-03-26T22:56:49.839Z Downloaded either v1.15.0
3582026-03-26T22:56:49.839Z Downloaded derive-where v1.6.1
3592026-03-26T22:56:49.842Z Downloaded xattr v1.6.1
3602026-03-26T22:56:49.842Z Downloaded smallvec v1.15.1
3612026-03-26T22:56:49.845Z Downloaded hyper-rustls v0.27.7
3622026-03-26T22:56:49.845Z Downloaded toml_writer v1.1.0+spec-1.1.0
3632026-03-26T22:56:49.849Z Downloaded untrusted v0.9.0
3642026-03-26T22:56:49.852Z Downloaded mio v1.1.1
3652026-03-26T22:56:49.855Z Downloaded target-lexicon v0.13.3
3662026-03-26T22:56:49.855Z Downloaded thiserror v2.0.18
3672026-03-26T22:56:49.880Z Downloaded thiserror v1.0.69
3682026-03-26T22:56:49.880Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3692026-03-26T22:56:49.880Z Downloaded tempfile v3.27.0
3702026-03-26T22:56:49.880Z Downloaded toml_datetime v0.6.11
3712026-03-26T22:56:49.880Z Downloaded globset v0.4.18
3722026-03-26T22:56:49.880Z Downloaded flate2 v1.1.9
3732026-03-26T22:56:49.880Z Downloaded thread_local v1.1.9
3742026-03-26T22:56:49.880Z Downloaded parking_lot v0.12.5
3752026-03-26T22:56:49.880Z Downloaded quinn-udp v0.5.14
3762026-03-26T22:56:49.880Z Downloaded ppv-lite86 v0.2.21
3772026-03-26T22:56:49.880Z Downloaded once_cell v1.21.4
3782026-03-26T22:56:49.880Z Downloaded spki v0.7.3
3792026-03-26T22:56:49.880Z Downloaded rustls-pki-types v1.14.0
3802026-03-26T22:56:49.881Z Downloaded clap v4.6.0
3812026-03-26T22:56:49.884Z Downloaded thiserror-impl v2.0.18
3822026-03-26T22:56:49.884Z Downloaded serde_derive v1.0.228
3832026-03-26T22:56:49.884Z Downloaded smol_str v0.3.6
3842026-03-26T22:56:49.887Z Downloaded quick-junit v0.5.2
3852026-03-26T22:56:49.894Z Downloaded xxhash-rust v0.8.15
3862026-03-26T22:56:49.897Z Downloaded signal-hook v0.3.18
3872026-03-26T22:56:49.898Z Downloaded toml_parser v1.1.0+spec-1.1.0
3882026-03-26T22:56:49.901Z Downloaded litrs v1.0.0
3892026-03-26T22:56:49.901Z Downloaded unicase v2.9.0
3902026-03-26T22:56:49.904Z Downloaded zstd-safe v7.2.4
3912026-03-26T22:56:49.904Z Downloaded zstd v0.13.3
3922026-03-26T22:56:49.908Z Downloaded tracing-attributes v0.1.31
3932026-03-26T22:56:49.908Z Downloaded pin-project v1.1.11
3942026-03-26T22:56:49.913Z Downloaded getrandom v0.4.2
3952026-03-26T22:56:49.916Z Downloaded bytes v1.11.1
3962026-03-26T22:56:49.922Z Downloaded serde_core v1.0.228
3972026-03-26T22:56:49.922Z Downloaded base64 v0.22.1
3982026-03-26T22:56:49.925Z Downloaded target-spec v3.5.7
3992026-03-26T22:56:49.925Z Downloaded hyper-util v0.1.20
4002026-03-26T22:56:49.928Z Downloaded toml v0.8.23
4012026-03-26T22:56:49.931Z Downloaded backtrace v0.3.76
4022026-03-26T22:56:49.934Z Downloaded zipsign-api v0.1.5
4032026-03-26T22:56:49.934Z Downloaded zeroize v1.8.2
4042026-03-26T22:56:49.934Z Downloaded tokio-stream v0.1.18
4052026-03-26T22:56:49.937Z Downloaded der v0.7.10
4062026-03-26T22:56:49.940Z Downloaded zmij v1.0.21
4072026-03-26T22:56:49.940Z Downloaded cc v1.2.57
4082026-03-26T22:56:49.943Z Downloaded borsh v1.6.1
4092026-03-26T22:56:49.946Z Downloaded unicode-ident v1.0.24
4102026-03-26T22:56:49.952Z Downloaded ed25519-dalek v2.2.0
4112026-03-26T22:56:49.956Z Downloaded derive_more v2.1.1
4122026-03-26T22:56:49.961Z Downloaded sharded-slab v0.1.7
4132026-03-26T22:56:49.961Z Downloaded uuid v1.22.0
4142026-03-26T22:56:49.964Z Downloaded tracing-log v0.2.0
4152026-03-26T22:56:49.964Z Downloaded tinyvec v1.11.0
4162026-03-26T22:56:49.964Z Downloaded ryu v1.0.23
4172026-03-26T22:56:49.965Z Downloaded proc-macro2 v1.0.106
4182026-03-26T22:56:49.968Z Downloaded serde v1.0.228
4192026-03-26T22:56:49.972Z Downloaded futures-util v0.3.32
4202026-03-26T22:56:49.975Z Downloaded tokio-rustls v0.26.4
4212026-03-26T22:56:49.980Z Downloaded derive_more-impl v2.1.1
4222026-03-26T22:56:49.983Z Downloaded socket2 v0.6.3
4232026-03-26T22:56:49.988Z Downloaded toml v1.1.0+spec-1.1.0
4242026-03-26T22:56:49.990Z Downloaded openssl-sys v0.9.112
4252026-03-26T22:56:49.990Z Downloaded vte v0.14.1
4262026-03-26T22:56:49.995Z Downloaded typenum v1.19.0
4272026-03-26T22:56:49.995Z Downloaded miniz_oxide v0.8.9
4282026-03-26T22:56:49.999Z Downloaded toml_edit v0.22.27
4292026-03-26T22:56:49.999Z Downloaded log v0.4.29
4302026-03-26T22:56:50.005Z Downloaded url v2.5.8
4312026-03-26T22:56:50.014Z Downloaded memchr v2.8.0
4322026-03-26T22:56:50.025Z Downloaded crossterm v0.29.0
4332026-03-26T22:56:50.030Z Downloaded textwrap v0.16.2
4342026-03-26T22:56:50.033Z Downloaded tar v0.4.45
4352026-03-26T22:56:50.037Z Downloaded hashbrown v0.15.5
4362026-03-26T22:56:50.047Z Downloaded hashbrown v0.16.1
4372026-03-26T22:56:50.050Z Downloaded tracing-core v0.1.36
4382026-03-26T22:56:50.053Z Downloaded guppy v0.17.25
4392026-03-26T22:56:50.060Z Downloaded quinn v0.11.9
4402026-03-26T22:56:50.063Z Downloaded unicode-segmentation v1.13.2
4412026-03-26T22:56:50.066Z Downloaded unicode-normalization v0.1.25
4422026-03-26T22:56:50.069Z Downloaded clap_builder v4.6.0
4432026-03-26T22:56:50.072Z Downloaded tokio-util v0.7.18
4442026-03-26T22:56:50.075Z Downloaded tower-http v0.6.8
4452026-03-26T22:56:50.079Z Downloaded serde_json v1.0.149
4462026-03-26T22:56:50.086Z Downloaded tower v0.5.3
4472026-03-26T22:56:50.091Z Downloaded h2 v0.4.13
4482026-03-26T22:56:50.095Z Downloaded rustls-webpki v0.103.10
4492026-03-26T22:56:50.099Z Downloaded aho-corasick v1.1.4
4502026-03-26T22:56:50.115Z Downloaded indexmap v2.13.0
4512026-03-26T22:56:50.118Z Downloaded winnow v0.7.15
4522026-03-26T22:56:50.124Z Downloaded miette v7.6.0
4532026-03-26T22:56:50.126Z Downloaded rand v0.9.2
4542026-03-26T22:56:50.131Z Downloaded chrono v0.4.44
4552026-03-26T22:56:50.144Z Downloaded vcpkg v0.2.15
4562026-03-26T22:56:50.168Z Downloaded webpki-roots v1.0.6
4572026-03-26T22:56:50.171Z Downloaded itertools v0.14.0
4582026-03-26T22:56:50.176Z Downloaded ron v0.12.0
4592026-03-26T22:56:50.179Z Downloaded gimli v0.32.3
4602026-03-26T22:56:50.183Z Downloaded syn v2.0.117
4612026-03-26T22:56:50.189Z Downloaded curve25519-dalek v4.1.3
4622026-03-26T22:56:50.194Z Downloaded bstr v1.12.1
4632026-03-26T22:56:50.198Z Downloaded iri-string v0.7.11
4642026-03-26T22:56:50.202Z Downloaded idna v1.1.0
4652026-03-26T22:56:50.211Z Downloaded reqwest v0.12.28
4662026-03-26T22:56:50.214Z Downloaded regex v1.12.3
4672026-03-26T22:56:50.221Z Downloaded hyper v1.8.1
4682026-03-26T22:56:50.234Z Downloaded color-eyre v0.6.5
4692026-03-26T22:56:50.238Z Downloaded pulldown-cmark v0.13.3
4702026-03-26T22:56:50.262Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4712026-03-26T22:56:50.270Z Downloaded quick-xml v0.37.5
4722026-03-26T22:56:50.273Z Downloaded portable-atomic v1.13.1
4732026-03-26T22:56:50.279Z Downloaded tokio v1.50.0
4742026-03-26T22:56:50.315Z Downloaded winnow v1.0.0
4752026-03-26T22:56:50.323Z Downloaded quick-xml v0.38.4
4762026-03-26T22:56:50.368Z Downloaded tracing-subscriber v0.3.23
4772026-03-26T22:56:50.395Z Downloaded quinn-proto v0.11.14
4782026-03-26T22:56:50.398Z Downloaded nextest-runner v0.80.0
4792026-03-26T22:56:50.427Z Downloaded unicode-width v0.2.2
4802026-03-26T22:56:50.430Z Downloaded openssl v0.10.76
4812026-03-26T22:56:50.440Z Downloaded zerocopy v0.8.47
4822026-03-26T22:56:50.452Z Downloaded unicode-width v0.1.14
4832026-03-26T22:56:50.456Z Downloaded object v0.37.3
4842026-03-26T22:56:50.466Z Downloaded nix v0.30.1
4852026-03-26T22:56:50.485Z Downloaded rustix v0.38.44
4862026-03-26T22:56:50.497Z Downloaded rustls v0.23.37
4872026-03-26T22:56:50.503Z Downloaded regex-syntax v0.8.10
4882026-03-26T22:56:50.515Z Downloaded rustix v1.1.4
4892026-03-26T22:56:50.551Z Downloaded tracing v0.1.44
4902026-03-26T22:56:50.584Z Downloaded regex-automata v0.4.14
4912026-03-26T22:56:50.650Z Downloaded libc v0.2.183
4922026-03-26T22:56:50.669Z Downloaded petgraph v0.8.3
4932026-03-26T22:56:50.750Z Downloaded recursion v0.5.4
4942026-03-26T22:56:50.756Z Downloaded ring v0.17.14
4952026-03-26T22:56:50.818Z Compiling libc v0.2.183
4962026-03-26T22:56:50.818Z Compiling proc-macro2 v1.0.106
4972026-03-26T22:56:50.821Z Compiling unicode-ident v1.0.24
4982026-03-26T22:56:50.821Z Compiling quote v1.0.45
4992026-03-26T22:56:50.821Z Compiling serde_core v1.0.228
5002026-03-26T22:56:50.821Z Compiling cfg-if v1.0.4
5012026-03-26T22:56:50.821Z Compiling memchr v2.8.0
5022026-03-26T22:56:50.821Z Compiling once_cell v1.21.4
5032026-03-26T22:56:51.070Z Compiling log v0.4.29
5042026-03-26T22:56:51.113Z Compiling pin-project-lite v0.2.17
5052026-03-26T22:56:51.211Z Compiling serde v1.0.228
5062026-03-26T22:56:51.223Z Compiling itoa v1.0.18
5072026-03-26T22:56:51.343Z Compiling futures-core v0.3.32
5082026-03-26T22:56:51.459Z Compiling smallvec v1.15.1
5092026-03-26T22:56:51.495Z Compiling bitflags v2.11.0
5102026-03-26T22:56:51.550Z Compiling shlex v1.3.0
5112026-03-26T22:56:51.702Z Compiling hashbrown v0.16.1
5122026-03-26T22:56:51.737Z Compiling equivalent v1.0.2
5132026-03-26T22:56:51.833Z Compiling errno v0.3.14
5142026-03-26T22:56:51.879Z Compiling find-msvc-tools v0.1.9
5152026-03-26T22:56:51.921Z Compiling bytes v1.11.1
5162026-03-26T22:56:52.073Z Compiling signal-hook-registry v1.4.8
5172026-03-26T22:56:52.084Z Compiling jobserver v0.1.34
5182026-03-26T22:56:52.129Z Compiling mio v1.1.1
5192026-03-26T22:56:52.192Z Compiling rustix v1.1.4
5202026-03-26T22:56:52.268Z Compiling syn v2.0.117
5212026-03-26T22:56:52.361Z Compiling cc v1.2.57
5222026-03-26T22:56:52.391Z Compiling futures-sink v0.3.32
5232026-03-26T22:56:52.505Z Compiling socket2 v0.6.3
5242026-03-26T22:56:52.591Z Compiling zmij v1.0.21
5252026-03-26T22:56:52.820Z Compiling slab v0.4.12
5262026-03-26T22:56:52.820Z Compiling futures-channel v0.3.32
5272026-03-26T22:56:52.912Z Compiling tracing-core v0.1.36
5282026-03-26T22:56:53.018Z Compiling serde_json v1.0.149
5292026-03-26T22:56:53.080Z Compiling version_check v0.9.5
5302026-03-26T22:56:53.519Z Compiling indexmap v2.13.0
5312026-03-26T22:56:53.542Z Compiling futures-io v0.3.32
5322026-03-26T22:56:53.542Z Compiling futures-task v0.3.32
5332026-03-26T22:56:53.546Z Compiling getrandom v0.4.2
5342026-03-26T22:56:53.605Z Compiling unicode-width v0.2.2
5352026-03-26T22:56:53.627Z Compiling camino v1.2.2
5362026-03-26T22:56:53.924Z Compiling ring v0.17.14
5372026-03-26T22:56:53.979Z Compiling http v1.4.0
5382026-03-26T22:56:54.003Z Compiling autocfg v1.5.0
5392026-03-26T22:56:54.011Z Compiling percent-encoding v2.3.2
5402026-03-26T22:56:54.067Z Compiling zeroize v1.8.2
5412026-03-26T22:56:54.294Z Compiling simd-adler32 v0.3.8
5422026-03-26T22:56:54.294Z Compiling adler2 v2.0.1
5432026-03-26T22:56:54.451Z Compiling num-traits v0.2.19
5442026-03-26T22:56:54.476Z Compiling miniz_oxide v0.8.9
5452026-03-26T22:56:54.629Z Compiling object v0.37.3
5462026-03-26T22:56:54.922Z Compiling getrandom v0.3.4
5472026-03-26T22:56:55.193Z Compiling target-lexicon v0.13.3
5482026-03-26T22:56:55.229Z Compiling zerocopy v0.8.47
5492026-03-26T22:56:55.369Z Compiling http-body v1.0.1
5502026-03-26T22:56:55.667Z Compiling rustls-pki-types v1.14.0
5512026-03-26T22:56:55.710Z Compiling semver v1.0.27
5522026-03-26T22:56:55.727Z Compiling getrandom v0.2.17
5532026-03-26T22:56:55.913Z Compiling guppy-workspace-hack v0.1.0
5542026-03-26T22:56:55.925Z Compiling signal-hook v0.3.18
5552026-03-26T22:56:55.948Z Compiling serde_derive v1.0.228
5562026-03-26T22:56:55.960Z Compiling tokio-macros v2.6.1
5572026-03-26T22:56:56.120Z Compiling futures-macro v0.3.32
5582026-03-26T22:56:56.137Z Compiling tracing-attributes v0.1.31
5592026-03-26T22:56:56.170Z Compiling untrusted v0.9.0
5602026-03-26T22:56:56.315Z Compiling thiserror v2.0.18
5612026-03-26T22:56:56.372Z Compiling httparse v1.10.1
5622026-03-26T22:56:56.522Z Compiling owo-colors v4.3.0
5632026-03-26T22:56:56.645Z Compiling fnv v1.0.7
5642026-03-26T22:56:56.709Z Compiling tokio v1.50.0
5652026-03-26T22:56:56.721Z Compiling typenum v1.19.0
5662026-03-26T22:56:56.746Z Compiling gimli v0.32.3
5672026-03-26T22:56:56.928Z Compiling futures-util v0.3.32
5682026-03-26T22:56:57.109Z Compiling thiserror-impl v2.0.18
5692026-03-26T22:56:57.341Z Compiling tracing v0.1.44
5702026-03-26T22:56:58.632Z Compiling addr2line v0.25.1
5712026-03-26T22:56:59.060Z Compiling form_urlencoded v1.2.2
5722026-03-26T22:56:59.202Z Compiling generic-array v0.14.7
5732026-03-26T22:56:59.341Z Compiling pkg-config v0.3.32
5742026-03-26T22:56:59.355Z Compiling thiserror v1.0.69
5752026-03-26T22:56:59.451Z Compiling idna_adapter v1.0.0
5762026-03-26T22:56:59.530Z Compiling utf8_iter v1.0.4
5772026-03-26T22:56:59.555Z Compiling target-spec v3.5.7
5782026-03-26T22:56:59.651Z Compiling tower-service v0.3.3
5792026-03-26T22:56:59.690Z Compiling atomic-waker v1.1.2
5802026-03-26T22:56:59.747Z Compiling rustc-demangle v0.1.27
5812026-03-26T22:56:59.762Z Compiling fastrand v2.3.0
5822026-03-26T22:56:59.817Z Compiling rustls v0.23.37
5832026-03-26T22:56:59.829Z Compiling try-lock v0.2.5
5842026-03-26T22:56:59.944Z Compiling typeid v1.0.3
5852026-03-26T22:57:00.026Z Compiling tempfile v3.27.0
5862026-03-26T22:57:00.098Z Compiling want v0.3.1
5872026-03-26T22:57:00.282Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5882026-03-26T22:57:00.480Z Compiling idna v1.1.0
5892026-03-26T22:57:00.676Z Compiling tokio-util v0.7.18
5902026-03-26T22:57:00.779Z Compiling cfg-expr v0.20.7
5912026-03-26T22:57:01.391Z Compiling h2 v0.4.13
5922026-03-26T22:57:01.498Z Compiling backtrace v0.3.76
5932026-03-26T22:57:01.773Z Compiling thiserror-impl v1.0.69
5942026-03-26T22:57:02.069Z Compiling terminal_size v0.4.4
5952026-03-26T22:57:02.082Z Compiling aho-corasick v1.1.4
5962026-03-26T22:57:02.228Z Compiling subtle v2.6.1
5972026-03-26T22:57:02.389Z Compiling winnow v0.7.15
5982026-03-26T22:57:02.651Z Compiling regex-syntax v0.8.10
5992026-03-26T22:57:02.912Z Compiling pin-utils v0.1.0
6002026-03-26T22:57:02.991Z Compiling rustls-webpki v0.103.10
6012026-03-26T22:57:04.230Z Compiling erased-serde v0.4.10
6022026-03-26T22:57:04.567Z Compiling regex-automata v0.4.14
6032026-03-26T22:57:05.507Z Compiling hyper v1.8.1
6042026-03-26T22:57:07.398Z Compiling url v2.5.8
6052026-03-26T22:57:09.374Z Compiling toml_datetime v0.6.11
6062026-03-26T22:57:09.455Z Compiling serde_spanned v0.6.9
6072026-03-26T22:57:09.624Z Compiling ahash v0.8.12
6082026-03-26T22:57:09.753Z Compiling sync_wrapper v1.0.2
6092026-03-26T22:57:09.794Z Compiling ipnet v2.12.0
6102026-03-26T22:57:09.827Z Compiling foldhash v0.1.5
6112026-03-26T22:57:09.865Z Compiling unicode-segmentation v1.13.2
6122026-03-26T22:57:09.869Z Compiling is_ci v1.2.0
6132026-03-26T22:57:10.048Z Compiling either v1.15.0
6142026-03-26T22:57:10.069Z Compiling tower-layer v0.3.3
6152026-03-26T22:57:10.143Z Compiling base64 v0.22.1
6162026-03-26T22:57:10.254Z Compiling nextest-workspace-hack v0.1.0
6172026-03-26T22:57:10.268Z Compiling parking_lot_core v0.9.12
6182026-03-26T22:57:10.280Z Compiling unicode-linebreak v0.1.5
6192026-03-26T22:57:10.469Z Compiling portable-atomic v1.13.1
6202026-03-26T22:57:10.530Z Compiling toml_write v0.1.2
6212026-03-26T22:57:10.549Z Compiling lazy_static v1.5.0
6222026-03-26T22:57:10.637Z Compiling crc32fast v1.5.0
6232026-03-26T22:57:10.660Z Compiling sharded-slab v0.1.7
6242026-03-26T22:57:10.778Z Compiling toml_edit v0.22.27
6252026-03-26T22:57:10.968Z Compiling textwrap v0.16.2
6262026-03-26T22:57:10.993Z Compiling hyper-util v0.1.20
6272026-03-26T22:57:11.004Z Compiling tower v0.5.3
6282026-03-26T22:57:11.273Z Compiling convert_case v0.10.0
6292026-03-26T22:57:11.540Z Compiling supports-color v3.0.2
6302026-03-26T22:57:11.590Z Compiling hashbrown v0.15.5
6312026-03-26T22:57:12.212Z Compiling tokio-rustls v0.26.4
6322026-03-26T22:57:12.361Z Compiling backtrace-ext v0.2.1
6332026-03-26T22:57:12.408Z Compiling ordered-float v2.10.1
6342026-03-26T22:57:12.498Z Compiling webpki-roots v1.0.6
6352026-03-26T22:57:12.623Z Compiling miette-derive v7.6.0
6362026-03-26T22:57:12.623Z Compiling pathdiff v0.2.3
6372026-03-26T22:57:12.676Z Compiling console v0.15.11
6382026-03-26T22:57:12.760Z Compiling tracing-log v0.2.0
6392026-03-26T22:57:13.125Z Compiling cargo-platform v0.3.2
6402026-03-26T22:57:13.605Z Compiling os_pipe v1.2.3
6412026-03-26T22:57:13.689Z Compiling thread_local v1.1.9
6422026-03-26T22:57:13.724Z Compiling rustix v0.38.44
6432026-03-26T22:57:13.777Z Compiling ryu v1.0.23
6442026-03-26T22:57:13.989Z Compiling pulldown-cmark v0.13.3
6452026-03-26T22:57:14.041Z Compiling supports-unicode v3.0.0
6462026-03-26T22:57:14.072Z Compiling cfg_aliases v0.2.1
6472026-03-26T22:57:14.143Z Compiling supports-hyperlinks v3.2.0
6482026-03-26T22:57:14.199Z Compiling winnow v1.0.0
6492026-03-26T22:57:14.214Z Compiling unicode-width v0.1.14
6502026-03-26T22:57:14.393Z Compiling utf8parse v0.2.2
6512026-03-26T22:57:14.409Z Compiling scopeguard v1.2.0
6522026-03-26T22:57:14.511Z Compiling debug-ignore v1.0.5
6532026-03-26T22:57:14.511Z Compiling fixedbitset v0.5.7
6542026-03-26T22:57:14.536Z Compiling iri-string v0.7.11
6552026-03-26T22:57:14.636Z Compiling zstd-safe v7.2.4
6562026-03-26T22:57:14.878Z Compiling petgraph v0.8.3
6572026-03-26T22:57:15.021Z Compiling anstyle-parse v1.0.0
6582026-03-26T22:57:15.243Z Compiling toml_parser v1.1.0+spec-1.1.0
6592026-03-26T22:57:15.624Z Compiling lock_api v0.4.14
6602026-03-26T22:57:15.703Z Compiling miette v7.6.0
6612026-03-26T22:57:15.952Z Compiling tower-http v0.6.8
6622026-03-26T22:57:16.551Z Compiling nix v0.30.1
6632026-03-26T22:57:16.897Z Compiling serde_urlencoded v0.7.1
6642026-03-26T22:57:16.910Z Compiling tracing-subscriber v0.3.23
6652026-03-26T22:57:16.924Z Compiling sigchld v0.2.4
6662026-03-26T22:57:17.119Z Compiling cargo_metadata v0.23.1
6672026-03-26T22:57:17.134Z Compiling serde-value v0.7.0
6682026-03-26T22:57:17.180Z Compiling hyper-rustls v0.27.7
6692026-03-26T22:57:17.841Z Compiling toml v0.8.23
6702026-03-26T22:57:17.856Z Compiling serde-untagged v0.1.9
6712026-03-26T22:57:18.489Z Compiling derive_more-impl v2.1.1
6722026-03-26T22:57:20.042Z Compiling itertools v0.14.0
6732026-03-26T22:57:20.157Z Compiling crypto-common v0.1.7
6742026-03-26T22:57:20.219Z Compiling block-buffer v0.10.4
6752026-03-26T22:57:20.292Z Compiling regex v1.12.3
6762026-03-26T22:57:20.371Z Compiling ppv-lite86 v0.2.21
6772026-03-26T22:57:20.532Z Compiling futures-executor v0.3.32
6782026-03-26T22:57:20.700Z Compiling rand_core v0.9.5
6792026-03-26T22:57:20.719Z Compiling pin-project-internal v1.1.11
6802026-03-26T22:57:20.952Z Compiling http-body-util v0.1.3
6812026-03-26T22:57:21.062Z Compiling uuid v1.22.0
6822026-03-26T22:57:21.231Z Compiling toml_datetime v1.1.0+spec-1.1.0
6832026-03-26T22:57:21.508Z Compiling smol_str v0.3.6
6842026-03-26T22:57:21.607Z Compiling serde_spanned v1.1.0
6852026-03-26T22:57:21.640Z Compiling filetime v0.2.27
6862026-03-26T22:57:21.714Z Compiling vte v0.14.1
6872026-03-26T22:57:21.756Z Compiling bstr v1.12.1
6882026-03-26T22:57:21.756Z Compiling is_terminal_polyfill v1.70.2
6892026-03-26T22:57:21.839Z Compiling self_update v0.42.0
6902026-03-26T22:57:21.853Z Compiling tinyvec_macros v0.1.1
6912026-03-26T22:57:21.870Z Compiling xattr v1.6.1
6922026-03-26T22:57:21.923Z Compiling nested v0.1.1
6932026-03-26T22:57:21.933Z Compiling static_assertions v1.1.0
6942026-03-26T22:57:22.006Z Compiling number_prefix v0.4.0
6952026-03-26T22:57:22.068Z Compiling litrs v1.0.0
6962026-03-26T22:57:22.109Z Compiling iana-time-zone v0.1.65
6972026-03-26T22:57:22.166Z Compiling unicase v2.9.0
6982026-03-26T22:57:22.261Z Compiling colorchoice v1.0.5
6992026-03-26T22:57:22.349Z Compiling anstyle v1.0.14
7002026-03-26T22:57:22.383Z Compiling color-spantrace v0.3.0
7012026-03-26T22:57:22.442Z Compiling unicode-xid v0.2.6
7022026-03-26T22:57:22.442Z Compiling eyre v0.6.12
7032026-03-26T22:57:22.495Z Compiling anstyle-query v1.1.5
7042026-03-26T22:57:22.575Z Compiling anstream v1.0.0
7052026-03-26T22:57:22.602Z Compiling cargo-util-schemas v0.2.0
7062026-03-26T22:57:22.613Z Compiling document-features v0.2.12
7072026-03-26T22:57:22.817Z Compiling chrono v0.4.44
7082026-03-26T22:57:23.021Z Compiling globset v0.4.18
7092026-03-26T22:57:23.050Z Compiling indicatif v0.17.11
7102026-03-26T22:57:23.171Z Compiling guppy v0.17.25
7112026-03-26T22:57:23.848Z Compiling tar v0.4.45
7122026-03-26T22:57:25.030Z Compiling tinyvec v1.11.0
7132026-03-26T22:57:25.078Z Compiling strip-ansi-escapes v0.2.1
7142026-03-26T22:57:25.456Z Compiling pin-project v1.1.11
7152026-03-26T22:57:25.566Z Compiling toml v1.1.0+spec-1.1.0
7162026-03-26T22:57:25.597Z Compiling nextest-metadata v0.12.2
7172026-03-26T22:57:26.144Z Compiling newtype-uuid v1.3.2
7182026-03-26T22:57:26.186Z Compiling reqwest v0.12.28
7192026-03-26T22:57:26.249Z Compiling rand_chacha v0.9.0
7202026-03-26T22:57:26.340Z Compiling futures v0.3.32
7212026-03-26T22:57:26.427Z Compiling digest v0.10.7
7222026-03-26T22:57:26.458Z Compiling flate2 v1.1.9
7232026-03-26T22:57:26.653Z Compiling parking_lot v0.12.5
7242026-03-26T22:57:26.803Z Compiling derive_more v2.1.1
7252026-03-26T22:57:26.888Z Compiling tracing-error v0.2.1
7262026-03-26T22:57:27.009Z Compiling shared_child v1.1.1
7272026-03-26T22:57:27.573Z Compiling signal-hook-mio v0.2.5
7282026-03-26T22:57:27.702Z Compiling self-replace v1.5.0
7292026-03-26T22:57:27.715Z Compiling cargo-platform v0.2.0
7302026-03-26T22:57:27.990Z Compiling quick-xml v0.38.4
7312026-03-26T22:57:28.267Z Compiling quick-xml v0.37.5
7322026-03-26T22:57:28.419Z Compiling shell-words v1.1.1
7332026-03-26T22:57:28.679Z Compiling cpufeatures v0.2.17
7342026-03-26T22:57:28.758Z Compiling clap_lex v1.1.0
7352026-03-26T22:57:28.781Z Compiling urlencoding v2.1.3
7362026-03-26T22:57:29.020Z Compiling indenter v0.3.4
7372026-03-26T22:57:29.119Z Compiling recursion v0.5.4
7382026-03-26T22:57:29.154Z Compiling heck v0.5.0
7392026-03-26T22:57:29.373Z Compiling humantime v2.3.0
7402026-03-26T22:57:29.488Z Compiling strsim v0.11.1
7412026-03-26T22:57:29.794Z Compiling humantime-serde v1.1.1
7422026-03-26T22:57:29.807Z Compiling clap_builder v4.6.0
7432026-03-26T22:57:29.905Z Compiling clap_derive v4.6.0
7442026-03-26T22:57:29.952Z Compiling nextest-filtering v0.15.0
7452026-03-26T22:57:30.834Z Compiling sha2 v0.10.9
7462026-03-26T22:57:31.686Z Compiling quick-junit v0.5.2
7472026-03-26T22:57:32.044Z Compiling cargo_metadata v0.20.0
7482026-03-26T22:57:33.889Z Compiling atomicwrites v0.4.4
7492026-03-26T22:57:34.175Z Compiling cargo-nextest v0.9.97
7502026-03-26T22:57:34.496Z Compiling crossterm v0.29.0
7512026-03-26T22:57:35.623Z Compiling duct v0.13.7
7522026-03-26T22:57:36.219Z Compiling zstd v0.13.3
7532026-03-26T22:57:36.742Z Compiling rand v0.9.2
7542026-03-26T22:57:37.113Z Compiling async-scoped v0.9.0
7552026-03-26T22:57:37.135Z Compiling config v0.15.22
7562026-03-26T22:57:37.271Z Compiling unicode-normalization v0.1.25
7572026-03-26T22:57:37.307Z Compiling target-spec-miette v0.4.5
7582026-03-26T22:57:37.378Z Compiling future-queue v0.4.0
7592026-03-26T22:57:37.500Z Compiling mukti-metadata v0.3.0
7602026-03-26T22:57:37.664Z Compiling tokio-stream v0.1.18
7612026-03-26T22:57:37.683Z Compiling camino-tempfile v1.4.1
7622026-03-26T22:57:37.711Z Compiling derive-where v1.6.1
7632026-03-26T22:57:37.847Z Compiling serde_path_to_error v0.1.20
7642026-03-26T22:57:37.998Z Compiling serde_ignored v0.1.14
7652026-03-26T22:57:38.123Z Compiling swrite v0.1.0
7662026-03-26T22:57:38.183Z Compiling hex v0.4.3
7672026-03-26T22:57:38.222Z Compiling indent_write v2.2.0
7682026-03-26T22:57:38.234Z Compiling home v0.5.12
7692026-03-26T22:57:38.293Z Compiling xxhash-rust v0.8.15
7702026-03-26T22:57:38.399Z Compiling color-eyre v0.6.5
7712026-03-26T22:57:38.480Z Compiling clap v4.6.0
7722026-03-26T22:57:38.494Z Compiling dialoguer v0.11.0
7732026-03-26T22:57:38.506Z Compiling enable-ansi-support v0.2.1
7742026-03-26T22:57:38.921Z Compiling nextest-runner v0.80.0
7752026-03-26T22:57:57.137Z Finished `release` profile [optimized] target(s) in 1m 10s
7762026-03-26T22:57:57.317Z Installing /home/build/.cargo/bin/cargo-nextest
7772026-03-26T22:57:57.320Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7782026-03-26T22:57:57.440Z+ pushd mg-lower
7792026-03-26T22:57:57.443Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7802026-03-26T22:57:57.444Z+ cargo nextest run
7812026-03-26T22:57:57.607Z Updating git repository `https://github.com/oxidecomputer/falcon`
7822026-03-26T22:57:58.219ZFrom https://github.com/oxidecomputer/falcon
7832026-03-26T22:57:58.220Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7842026-03-26T22:57:58.296Z Updating crates.io index
7852026-03-26T22:57:58.337Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7862026-03-26T22:57:59.104ZFrom https://github.com/oxidecomputer/dendrite
7872026-03-26T22:57:59.105Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7882026-03-26T22:57:59.196Z Updating git repository `https://github.com/oxidecomputer/ispf`
7892026-03-26T22:57:59.454ZFrom https://github.com/oxidecomputer/ispf
7902026-03-26T22:57:59.454Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7912026-03-26T22:57:59.460Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7922026-03-26T22:57:59.828ZFrom https://github.com/oxidecomputer/netadm-sys
7932026-03-26T22:57:59.828Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7942026-03-26T22:57:59.836Z Updating git repository `https://github.com/oxidecomputer/omicron`
7952026-03-26T22:58:07.028ZFrom https://github.com/oxidecomputer/omicron
7962026-03-26T22:58:07.028Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7972026-03-26T22:58:07.446Z Updating git repository `https://github.com/oxidecomputer/opte`
7982026-03-26T22:58:08.074ZFrom https://github.com/oxidecomputer/opte
7992026-03-26T22:58:08.074Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
8002026-03-26T22:58:08.286Z Updating git repository `https://github.com/illumos/smf-rs`
8012026-03-26T22:58:08.544ZFrom https://github.com/illumos/smf-rs
8022026-03-26T22:58:08.544Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8032026-03-26T22:58:08.676Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8042026-03-26T22:58:08.957ZFrom https://github.com/oxidecomputer/network-interface
8052026-03-26T22:58:08.957Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8062026-03-26T22:58:08.982Z Updating git repository `https://github.com/oxidecomputer/zone`
8072026-03-26T22:58:09.242ZFrom https://github.com/oxidecomputer/zone
8082026-03-26T22:58:09.242Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8092026-03-26T22:58:09.262Z Updating git repository `https://github.com/oxidecomputer/propolis`
8102026-03-26T22:58:10.429ZFrom https://github.com/oxidecomputer/propolis
8112026-03-26T22:58:10.429Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8122026-03-26T22:58:10.533Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8132026-03-26T22:58:11.035ZFrom https://github.com/oxidecomputer/transceiver-control
8142026-03-26T22:58:11.035Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8152026-03-26T22:58:11.045Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8162026-03-26T22:58:11.314ZFrom https://github.com/oxidecomputer/dlpi-sys
8172026-03-26T22:58:11.314Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8182026-03-26T22:58:11.330Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192026-03-26T22:58:11.615ZFrom https://github.com/jmesmon/rust-libzfs
8202026-03-26T22:58:11.615Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8212026-03-26T22:58:11.623Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222026-03-26T22:58:11.890ZFrom https://github.com/oxidecomputer/rusty-doors
8232026-03-26T22:58:11.890Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8242026-03-26T22:58:11.928Z Updating git repository `https://github.com/oxidecomputer/lldp`
8252026-03-26T22:58:12.283ZFrom https://github.com/oxidecomputer/lldp
8262026-03-26T22:58:12.283Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8272026-03-26T22:58:12.295Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8282026-03-26T22:58:12.566ZFrom https://github.com/oxidecomputer/slog-error-chain
8292026-03-26T22:58:12.567Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8302026-03-26T22:58:12.669Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8312026-03-26T22:58:12.984ZFrom https://github.com/oxidecomputer/tufaceous
8322026-03-26T22:58:12.984Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8332026-03-26T22:58:13.002Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8342026-03-26T22:58:13.486ZFrom https://github.com/oxidecomputer/management-gateway-service
8352026-03-26T22:58:13.486Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8362026-03-26T22:58:13.554Z Updating git repository `https://github.com/oxidecomputer/crucible`
8372026-03-26T22:58:14.463ZFrom https://github.com/oxidecomputer/crucible
8382026-03-26T22:58:14.463Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8392026-03-26T22:58:14.522Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8402026-03-26T22:58:14.778ZFrom https://github.com/oxidecomputer/serde_human_bytes
8412026-03-26T22:58:14.778Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8422026-03-26T22:58:15.200Z Updating git repository `https://github.com/oxidecomputer/propolis`
8432026-03-26T22:58:15.599ZFrom https://github.com/oxidecomputer/propolis
8442026-03-26T22:58:15.599Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8452026-03-26T22:58:15.654Z Updating git repository `https://github.com/oxidecomputer/tofino`
8462026-03-26T22:58:15.899ZFrom https://github.com/oxidecomputer/tofino
8472026-03-26T22:58:15.899Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8482026-03-26T22:58:15.920Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8492026-03-26T22:58:16.434ZFrom https://github.com/oxidecomputer/maghemite
8502026-03-26T22:58:16.434Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8512026-03-26T22:58:16.464Z Updating git repository `https://github.com/oxidecomputer/clickward`
8522026-03-26T22:58:16.715ZFrom https://github.com/oxidecomputer/clickward
8532026-03-26T22:58:16.715Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8542026-03-26T22:58:16.759Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-03-26T22:58:17.047ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-03-26T22:58:17.047Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-03-26T22:58:17.246Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-03-26T22:58:17.560ZFrom https://github.com/oxidecomputer/crucible
8592026-03-26T22:58:17.560Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8602026-03-26T22:58:18.615Z Downloading crates ...
8612026-03-26T22:58:18.717Z Downloaded arrayvec v0.7.6
8622026-03-26T22:58:18.720Z Downloaded anyhow v1.0.102
8632026-03-26T22:58:18.724Z Downloaded base16ct v0.2.0
8642026-03-26T22:58:18.727Z Downloaded bit-vec v0.8.0
8652026-03-26T22:58:18.727Z Downloaded dropshot-api-manager-types v0.5.2
8662026-03-26T22:58:18.727Z Downloaded float-ord v0.3.2
8672026-03-26T22:58:18.730Z Downloaded daft v0.1.5
8682026-03-26T22:58:18.730Z Downloaded critical-section v1.2.0
8692026-03-26T22:58:18.730Z Downloaded chacha20 v0.10.0
8702026-03-26T22:58:18.733Z Downloaded crossbeam-utils v0.8.21
8712026-03-26T22:58:18.736Z Downloaded crc8 v0.1.1
8722026-03-26T22:58:18.736Z Downloaded defmt-macros v1.0.1
8732026-03-26T22:58:18.739Z Downloaded dof v0.4.0
8742026-03-26T22:58:18.739Z Downloaded const-random v0.1.18
8752026-03-26T22:58:18.739Z Downloaded lru-cache v0.1.2
8762026-03-26T22:58:18.739Z Downloaded colored v3.1.1
8772026-03-26T22:58:18.742Z Downloaded ingot v0.1.1
8782026-03-26T22:58:18.742Z Downloaded dyn-clone v1.0.20
8792026-03-26T22:58:18.745Z Downloaded data-encoding v2.10.0
8802026-03-26T22:58:18.746Z Downloaded csv-core v0.1.13
8812026-03-26T22:58:18.746Z Downloaded hubpack v0.1.2
8822026-03-26T22:58:18.749Z Downloaded defmt v1.0.1
8832026-03-26T22:58:18.752Z Downloaded crossbeam-epoch v0.9.18
8842026-03-26T22:58:18.752Z Downloaded darling v0.21.3
8852026-03-26T22:58:18.755Z Downloaded darling_macro v0.23.0
8862026-03-26T22:58:18.755Z Downloaded embedded-io v0.4.0
8872026-03-26T22:58:18.758Z Downloaded omicron-zone-package v0.12.2
8882026-03-26T22:58:18.762Z Downloaded darling v0.23.0
8892026-03-26T22:58:18.762Z Downloaded aead v0.5.2
8902026-03-26T22:58:18.765Z Downloaded async-recursion v1.1.1
8912026-03-26T22:58:18.768Z Downloaded dtrace-parser v0.2.0
8922026-03-26T22:58:18.768Z Downloaded dof v0.3.0
8932026-03-26T22:58:18.768Z Downloaded defmt v0.3.100
8942026-03-26T22:58:18.768Z Downloaded bit-set v0.8.0
8952026-03-26T22:58:18.773Z Downloaded argon2 v0.5.3
8962026-03-26T22:58:18.773Z Downloaded iddqd v0.3.17
8972026-03-26T22:58:18.776Z Downloaded embedded-io v0.6.1
8982026-03-26T22:58:18.776Z Downloaded dropshot_endpoint v0.16.7
8992026-03-26T22:58:18.779Z Downloaded ciborium-io v0.2.2
9002026-03-26T22:58:18.779Z Downloaded daft-derive v0.1.5
9012026-03-26T22:58:18.782Z Downloaded dunce v1.0.5
9022026-03-26T22:58:18.785Z Downloaded convert_case v0.4.0
9032026-03-26T22:58:18.785Z Downloaded async-stream v0.3.6
9042026-03-26T22:58:18.785Z Downloaded memmap v0.7.0
9052026-03-26T22:58:18.788Z Downloaded async-stream-impl v0.3.6
9062026-03-26T22:58:18.788Z Downloaded hickory-proto v0.24.4
9072026-03-26T22:58:18.796Z Downloaded macaddr v1.0.1
9082026-03-26T22:58:18.799Z Downloaded num v0.4.3
9092026-03-26T22:58:18.799Z Downloaded const_format_proc_macros v0.2.34
9102026-03-26T22:58:18.802Z Downloaded linear-map v1.2.0
9112026-03-26T22:58:18.802Z Downloaded keccak v0.1.6
9122026-03-26T22:58:18.802Z Downloaded dtrace-parser v0.3.0
9132026-03-26T22:58:18.806Z Downloaded num-iter v0.1.45
9142026-03-26T22:58:18.806Z Downloaded hostname v0.3.1
9152026-03-26T22:58:18.806Z Downloaded httpdate v1.0.3
9162026-03-26T22:58:18.809Z Downloaded enum-as-inner v0.6.1
9172026-03-26T22:58:18.809Z Downloaded inout v0.1.4
9182026-03-26T22:58:18.809Z Downloaded idna_adapter v1.2.1
9192026-03-26T22:58:18.812Z Downloaded highway v1.3.0
9202026-03-26T22:58:18.813Z Downloaded defmt-parser v1.0.0
9212026-03-26T22:58:18.813Z Downloaded base16ct v1.0.0
9222026-03-26T22:58:18.816Z Downloaded ident_case v1.0.1
9232026-03-26T22:58:18.816Z Downloaded newline-converter v0.3.0
9242026-03-26T22:58:18.816Z Downloaded instant v0.1.13
9252026-03-26T22:58:18.816Z Downloaded num-derive v0.3.3
9262026-03-26T22:58:18.819Z Downloaded gethostname v0.5.0
9272026-03-26T22:58:18.819Z Downloaded newtype-uuid-macros v0.1.0
9282026-03-26T22:58:18.819Z Downloaded natord v1.0.9
9292026-03-26T22:58:18.822Z Downloaded darling_macro v0.21.3
9302026-03-26T22:58:18.822Z Downloaded heck v0.4.1
9312026-03-26T22:58:18.822Z Downloaded icu_properties v2.1.2
9322026-03-26T22:58:18.826Z Downloaded hash32 v0.3.1
9332026-03-26T22:58:18.826Z Downloaded git-stub-vcs v0.1.0
9342026-03-26T22:58:18.830Z Downloaded fs-err v3.3.0
9352026-03-26T22:58:18.830Z Downloaded num-derive v0.4.2
9362026-03-26T22:58:18.830Z Downloaded memoffset v0.9.1
9372026-03-26T22:58:18.830Z Downloaded hubpack_derive v0.1.1
9382026-03-26T22:58:18.833Z Downloaded crossbeam-deque v0.8.6
9392026-03-26T22:58:18.833Z Downloaded internet-checksum v0.2.1
9402026-03-26T22:58:18.833Z Downloaded const-random-macro v0.1.16
9412026-03-26T22:58:18.833Z Downloaded omicron-workspace-hack v0.1.0
9422026-03-26T22:58:18.836Z Downloaded fixedbitset v0.4.2
9432026-03-26T22:58:18.836Z Downloaded ciborium-ll v0.2.2
9442026-03-26T22:58:18.836Z Downloaded foreign-types v0.5.0
9452026-03-26T22:58:18.839Z Downloaded displaydoc v0.2.5
9462026-03-26T22:58:18.839Z Downloaded pem v3.0.6
9472026-03-26T22:58:18.839Z Downloaded bitflags v1.3.2
9482026-03-26T22:58:18.842Z Downloaded arrayref v0.3.9
9492026-03-26T22:58:18.842Z Downloaded match_cfg v0.1.0
9502026-03-26T22:58:18.847Z Downloaded num_enum_derive v0.5.11
9512026-03-26T22:58:18.847Z Downloaded linked-hash-map v0.5.6
9522026-03-26T22:58:18.847Z Downloaded console v0.16.3
9532026-03-26T22:58:18.854Z Downloaded parse-display v0.10.0
9542026-03-26T22:58:18.854Z Downloaded cipher v0.4.4
9552026-03-26T22:58:18.854Z Downloaded cstr-argument v0.1.2
9562026-03-26T22:58:18.854Z Downloaded crunchy v0.2.4
9572026-03-26T22:58:18.854Z Downloaded crucible-workspace-hack v0.1.0
9582026-03-26T22:58:18.857Z Downloaded managed v0.8.0
9592026-03-26T22:58:18.858Z Downloaded cpufeatures v0.3.0
9602026-03-26T22:58:18.858Z Downloaded newtype_derive v0.1.6
9612026-03-26T22:58:18.858Z Downloaded plain v0.2.3
9622026-03-26T22:58:18.858Z Downloaded phf_shared v0.12.1
9632026-03-26T22:58:18.858Z Downloaded git-stub v1.0.0
9642026-03-26T22:58:18.858Z Downloaded foreign-types-shared v0.3.1
9652026-03-26T22:58:18.858Z Downloaded proc-macro-crate v1.3.1
9662026-03-26T22:58:18.861Z Downloaded glob v0.3.3
9672026-03-26T22:58:18.861Z Downloaded proc-macro-error-attr2 v2.0.0
9682026-03-26T22:58:18.861Z Downloaded proc-macro-error-attr v1.0.4
9692026-03-26T22:58:18.861Z Downloaded pretty-hex v0.4.2
9702026-03-26T22:58:18.864Z Downloaded mime v0.3.17
9712026-03-26T22:58:18.864Z Downloaded potential_utf v0.1.4
9722026-03-26T22:58:18.864Z Downloaded cobs v0.3.0
9732026-03-26T22:58:18.868Z Downloaded fxhash v0.2.1
9742026-03-26T22:58:18.868Z Downloaded opaque-debug v0.3.1
9752026-03-26T22:58:18.868Z Downloaded progenitor-macro v0.11.2
9762026-03-26T22:58:18.872Z Downloaded libscf-sys v1.1.0
9772026-03-26T22:58:18.872Z Downloaded progenitor-macro v0.10.0
9782026-03-26T22:58:18.872Z Downloaded no-std-compat v0.4.1
9792026-03-26T22:58:18.878Z Downloaded hostname v0.4.2
9802026-03-26T22:58:18.878Z Downloaded is-terminal v0.4.17
9812026-03-26T22:58:18.878Z Downloaded quick-error v1.2.3
9822026-03-26T22:58:18.881Z Downloaded num-conv v0.2.0
9832026-03-26T22:58:18.881Z Downloaded num_threads v0.1.7
9842026-03-26T22:58:18.881Z Downloaded drift v0.1.3
9852026-03-26T22:58:18.884Z Downloaded cmake v0.1.57
9862026-03-26T22:58:18.888Z Downloaded progenitor-macro v0.13.0
9872026-03-26T22:58:18.888Z Downloaded powerfmt v0.2.0
9882026-03-26T22:58:18.891Z Downloaded progenitor-client v0.10.0
9892026-03-26T22:58:18.891Z Downloaded erased-serde v0.3.31
9902026-03-26T22:58:18.891Z Downloaded backoff v0.4.0
9912026-03-26T22:58:18.894Z Downloaded async-trait v0.1.89
9922026-03-26T22:58:18.894Z Downloaded num_enum v0.5.11
9932026-03-26T22:58:18.897Z Downloaded num-rational v0.4.2
9942026-03-26T22:58:18.900Z Downloaded oxide-tokio-rt v0.1.3
9952026-03-26T22:58:18.900Z Downloaded constant_time_eq v0.4.2
9962026-03-26T22:58:18.903Z Downloaded heapless v0.8.0
9972026-03-26T22:58:18.905Z Downloaded foldhash v0.2.0
9982026-03-26T22:58:18.905Z Downloaded byte-wrapper v0.1.0
9992026-03-26T22:58:18.908Z Downloaded derive-ex v0.1.8
10002026-03-26T22:58:18.908Z Downloaded rustc_version v0.1.7
10012026-03-26T22:58:18.908Z Downloaded multer v3.1.0
10022026-03-26T22:58:18.912Z Downloaded ipnetwork v0.21.1
10032026-03-26T22:58:18.912Z Downloaded password-hash v0.5.0
10042026-03-26T22:58:18.915Z Downloaded byteorder v1.5.0
10052026-03-26T22:58:18.915Z Downloaded oxnet v0.1.4
10062026-03-26T22:58:18.919Z Downloaded group v0.13.0
10072026-03-26T22:58:18.919Z Downloaded libsw v3.5.0
10082026-03-26T22:58:18.919Z Downloaded ff v0.13.1
10092026-03-26T22:58:18.922Z Downloaded ref-cast-impl v1.0.25
10102026-03-26T22:58:18.922Z Downloaded ref-cast v1.0.25
10112026-03-26T22:58:18.922Z Downloaded deranged v0.5.8
10122026-03-26T22:58:18.926Z Downloaded same-file v1.0.6
10132026-03-26T22:58:18.926Z Downloaded bytecount v0.6.9
10142026-03-26T22:58:18.926Z Downloaded foreign-types-macros v0.2.3
10152026-03-26T22:58:18.930Z Downloaded secrecy v0.10.3
10162026-03-26T22:58:18.931Z Downloaded scroll_derive v0.12.1
10172026-03-26T22:58:18.931Z Downloaded serde-big-array v0.5.1
10182026-03-26T22:58:18.934Z Downloaded bcs v0.1.6
10192026-03-26T22:58:18.934Z Downloaded serde_repr v0.1.20
10202026-03-26T22:58:18.934Z Downloaded paste v1.0.15
10212026-03-26T22:58:18.934Z Downloaded scroll_derive v0.13.1
10222026-03-26T22:58:18.938Z Downloaded proc-macro-crate v3.5.0
10232026-03-26T22:58:18.938Z Downloaded parse-display-derive v0.10.0
10242026-03-26T22:58:18.938Z Downloaded proc-macro-error2 v2.0.1
10252026-03-26T22:58:18.941Z Downloaded num_enum v0.7.6
10262026-03-26T22:58:18.944Z Downloaded progenitor-client v0.11.2
10272026-03-26T22:58:18.944Z Downloaded progenitor-client v0.13.0
10282026-03-26T22:58:18.947Z Downloaded sha1 v0.10.6
10292026-03-26T22:58:18.947Z Downloaded num-integer v0.1.46
10302026-03-26T22:58:18.952Z Downloaded semver v0.1.20
10312026-03-26T22:58:18.952Z Downloaded fs_extra v1.3.0
10322026-03-26T22:58:18.952Z Downloaded serde_plain v1.0.2
10332026-03-26T22:58:18.955Z Downloaded slog-envlogger v2.2.0
10342026-03-26T22:58:18.955Z Downloaded serial_test v3.4.0
10352026-03-26T22:58:18.955Z Downloaded sigpipe v0.1.3
10362026-03-26T22:58:18.955Z Downloaded progenitor-extras v0.1.1
10372026-03-26T22:58:18.959Z Downloaded progenitor v0.13.0
10382026-03-26T22:58:18.959Z Downloaded libsw-core v0.3.2
10392026-03-26T22:58:18.959Z Downloaded phf v0.12.1
10402026-03-26T22:58:18.962Z Downloaded cookie v0.18.1
10412026-03-26T22:58:18.962Z Downloaded cargo_toml v0.22.3
10422026-03-26T22:58:18.962Z Downloaded blake2 v0.10.6
10432026-03-26T22:58:18.965Z Downloaded memmap2 v0.9.10
10442026-03-26T22:58:18.971Z Downloaded num_enum_derive v0.7.6
10452026-03-26T22:58:18.971Z Downloaded rand_chacha v0.3.1
10462026-03-26T22:58:18.971Z Downloaded hmac v0.12.1
10472026-03-26T22:58:18.976Z Downloaded ingot-macros v0.1.1
10482026-03-26T22:58:18.976Z Downloaded backon v1.6.0
10492026-03-26T22:58:18.976Z Downloaded slog-bunyan v2.5.0
10502026-03-26T22:58:18.976Z Downloaded siphasher v1.0.2
10512026-03-26T22:58:18.976Z Downloaded parking_lot v0.11.2
10522026-03-26T22:58:18.981Z Downloaded diff v0.1.13
10532026-03-26T22:58:18.981Z Downloaded rand_core v0.10.0
10542026-03-26T22:58:18.981Z Downloaded chacha20 v0.9.1
10552026-03-26T22:58:18.984Z Downloaded resolv-conf v0.7.6
10562026-03-26T22:58:18.984Z Downloaded num-complex v0.4.6
10572026-03-26T22:58:18.984Z Downloaded base64 v0.21.7
10582026-03-26T22:58:18.984Z Downloaded spin v0.5.2
10592026-03-26T22:58:18.989Z Downloaded smawk v0.3.2
10602026-03-26T22:58:18.989Z Downloaded tabwriter v1.4.1
10612026-03-26T22:58:18.989Z Downloaded rand_xorshift v0.4.0
10622026-03-26T22:58:18.992Z Downloaded darling_core v0.23.0
10632026-03-26T22:58:18.992Z Downloaded termtree v0.5.1
10642026-03-26T22:58:18.995Z Downloaded scroll v0.13.0
10652026-03-26T22:58:18.995Z Downloaded schemars_derive v0.8.22
10662026-03-26T22:58:18.996Z Downloaded scroll v0.12.0
10672026-03-26T22:58:18.998Z Downloaded rustversion v1.0.22
10682026-03-26T22:58:18.998Z Downloaded pest_generator v2.8.6
10692026-03-26T22:58:19.001Z Downloaded pest_derive v2.8.6
10702026-03-26T22:58:19.001Z Downloaded tagptr v0.2.0
10712026-03-26T22:58:19.005Z Downloaded serde_tokenstream v0.2.3
10722026-03-26T22:58:19.005Z Downloaded structmeta-derive v0.3.0
10732026-03-26T22:58:19.005Z Downloaded structmeta v0.3.0
10742026-03-26T22:58:19.005Z Downloaded stable_deref_trait v1.2.1
10752026-03-26T22:58:19.005Z Downloaded serial_test_derive v3.4.0
10762026-03-26T22:58:19.008Z Downloaded sdd v3.0.10
10772026-03-26T22:58:19.008Z Downloaded time-core v0.1.8
10782026-03-26T22:58:19.011Z Downloaded thread-id v4.2.2
10792026-03-26T22:58:19.012Z Downloaded thiserror-impl-no-std v2.0.2
10802026-03-26T22:58:19.012Z Downloaded thread-id v5.1.0
10812026-03-26T22:58:19.012Z Downloaded tabled_derive v0.11.0
10822026-03-26T22:58:19.014Z Downloaded litemap v0.8.1
10832026-03-26T22:58:19.015Z Downloaded proc-macro-error v1.0.4
10842026-03-26T22:58:19.018Z Downloaded serde_derive_internals v0.29.1
10852026-03-26T22:58:19.018Z Downloaded elliptic-curve v0.13.8
10862026-03-26T22:58:19.021Z Downloaded testing_table v0.3.0
10872026-03-26T22:58:19.021Z Downloaded postcard v1.1.3
10882026-03-26T22:58:19.023Z Downloaded derive_more v0.99.20
10892026-03-26T22:58:19.027Z Downloaded allocator-api2 v0.2.21
10902026-03-26T22:58:19.027Z Downloaded cancel-safe-futures v0.1.5
10912026-03-26T22:58:19.030Z Downloaded smf v0.2.3
10922026-03-26T22:58:19.030Z Downloaded topological-sort v0.2.2
10932026-03-26T22:58:19.030Z Downloaded slog-stdlog v4.1.1
10942026-03-26T22:58:19.038Z Downloaded darling_core v0.21.3
10952026-03-26T22:58:19.041Z Downloaded chacha20poly1305 v0.10.1
10962026-03-26T22:58:19.041Z Downloaded arc-swap v1.9.0
10972026-03-26T22:58:19.041Z Downloaded smartstring v1.0.1
10982026-03-26T22:58:19.041Z Downloaded half v2.7.1
10992026-03-26T22:58:19.041Z Downloaded slog-async v2.8.0
11002026-03-26T22:58:19.044Z Downloaded indexmap v1.9.3
11012026-03-26T22:58:19.044Z Downloaded slog-scope v4.4.1
11022026-03-26T22:58:19.048Z Downloaded typify-macro v0.4.3
11032026-03-26T22:58:19.048Z Downloaded strum v0.26.3
11042026-03-26T22:58:19.048Z Downloaded slog-json v2.6.1
11052026-03-26T22:58:19.048Z Downloaded usdt-attr-macro v0.5.0
11062026-03-26T22:58:19.048Z Downloaded slog-term v2.9.2
11072026-03-26T22:58:19.051Z Downloaded usdt-macro v0.5.0
11082026-03-26T22:58:19.051Z Downloaded untrusted v0.7.1
11092026-03-26T22:58:19.051Z Downloaded unarray v0.1.4
11102026-03-26T22:58:19.051Z Downloaded typify-macro v0.6.1
11112026-03-26T22:58:19.054Z Downloaded papergrid v0.11.0
11122026-03-26T22:58:19.057Z Downloaded waitgroup v0.1.2
11132026-03-26T22:58:19.057Z Downloaded usdt-macro v0.6.0
11142026-03-26T22:58:19.057Z Downloaded usdt v0.6.0
11152026-03-26T22:58:19.057Z Downloaded universal-hash v0.5.1
11162026-03-26T22:58:19.060Z Downloaded unit-prefix v0.5.2
11172026-03-26T22:58:19.060Z Downloaded rhai_codegen v3.1.0
11182026-03-26T22:58:19.063Z Downloaded indicatif v0.18.4
11192026-03-26T22:58:19.066Z Downloaded usdt-attr-macro v0.6.0
11202026-03-26T22:58:19.066Z Downloaded progenitor-impl v0.11.2
11212026-03-26T22:58:19.069Z Downloaded utf-8 v0.7.6
11222026-03-26T22:58:19.069Z Downloaded poly1305 v0.8.0
11232026-03-26T22:58:19.072Z Downloaded rusty-fork v0.3.1
11242026-03-26T22:58:19.072Z Downloaded parking_lot_core v0.8.6
11252026-03-26T22:58:19.072Z Downloaded ciborium v0.2.2
11262026-03-26T22:58:19.076Z Downloaded tokio-rustls v0.25.0
11272026-03-26T22:58:19.076Z Downloaded zeroize_derive v1.4.3
11282026-03-26T22:58:19.077Z Downloaded zerofrom-derive v0.1.6
11292026-03-26T22:58:19.077Z Downloaded zerofrom v0.1.6
11302026-03-26T22:58:19.082Z Downloaded yoke-derive v0.8.1
11312026-03-26T22:58:19.082Z Downloaded synstructure v0.13.2
11322026-03-26T22:58:19.082Z Downloaded take_mut v0.2.2
11332026-03-26T22:58:19.082Z Downloaded tabled_derive v0.7.0
11342026-03-26T22:58:19.082Z Downloaded strum v0.27.2
11352026-03-26T22:58:19.082Z Downloaded rustls-pemfile v2.2.0
11362026-03-26T22:58:19.086Z Downloaded strum_macros v0.26.4
11372026-03-26T22:58:19.086Z Downloaded progenitor-impl v0.13.0
11382026-03-26T22:58:19.086Z Downloaded rustls-native-certs v0.8.3
11392026-03-26T22:58:19.089Z Downloaded progenitor v0.11.2
11402026-03-26T22:58:19.089Z Downloaded progenitor v0.10.0
11412026-03-26T22:58:19.089Z Downloaded olpc-cjson v0.1.4
11422026-03-26T22:58:19.089Z Downloaded ingot-types v0.1.2
11432026-03-26T22:58:19.089Z Downloaded progenitor-impl v0.10.0
11442026-03-26T22:58:19.092Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11452026-03-26T22:58:19.097Z Downloaded time-macros v0.2.27
11462026-03-26T22:58:19.100Z Downloaded slog-dtrace v0.3.0
11472026-03-26T22:58:19.101Z Downloaded thiserror-no-std v2.0.2
11482026-03-26T22:58:19.103Z Downloaded zone_cfg_derive v0.3.1
11492026-03-26T22:58:19.104Z Downloaded tokio-dtrace v0.1.1
11502026-03-26T22:58:19.104Z Downloaded tinystr v0.8.2
11512026-03-26T22:58:19.107Z Downloaded tiny-keccak v2.0.2
11522026-03-26T22:58:19.107Z Downloaded zone v0.3.1
11532026-03-26T22:58:19.110Z Downloaded icu_provider v2.1.1
11542026-03-26T22:58:19.110Z Downloaded wait-timeout v0.2.1
11552026-03-26T22:58:19.114Z Downloaded rustls-platform-verifier v0.6.2
11562026-03-26T22:58:19.118Z Downloaded xz2 v0.1.7
11572026-03-26T22:58:19.118Z Downloaded writeable v0.6.2
11582026-03-26T22:58:19.121Z Downloaded whoami v1.6.1
11592026-03-26T22:58:19.121Z Downloaded snafu-derive v0.8.9
11602026-03-26T22:58:19.123Z Downloaded pest_meta v2.8.6
11612026-03-26T22:58:19.124Z Downloaded tokio-tungstenite v0.21.0
11622026-03-26T22:58:19.127Z Downloaded term v1.2.1
11632026-03-26T22:58:19.127Z Downloaded papergrid v0.17.0
11642026-03-26T22:58:19.130Z Downloaded crypto-bigint v0.5.5
11652026-03-26T22:58:19.137Z Downloaded usdt v0.5.0
11662026-03-26T22:58:19.137Z Downloaded schemars v0.8.22
11672026-03-26T22:58:19.141Z Downloaded walkdir v2.5.0
11682026-03-26T22:58:19.141Z Downloaded spin v0.9.8
11692026-03-26T22:58:19.144Z Downloaded zerovec-derive v0.11.2
11702026-03-26T22:58:19.144Z Downloaded expectorate v1.2.0
11712026-03-26T22:58:19.146Z Downloaded serde_with_macros v3.18.0
11722026-03-26T22:58:19.146Z Downloaded vsss-rs v3.3.4
11732026-03-26T22:58:19.149Z Downloaded icu_normalizer_data v2.1.1
11742026-03-26T22:58:19.152Z Downloaded icu_normalizer v2.1.1
11752026-03-26T22:58:19.152Z Downloaded ucd-trie v0.1.7
11762026-03-26T22:58:19.155Z Downloaded usdt-impl v0.6.0
11772026-03-26T22:58:19.155Z Downloaded usdt-impl v0.5.0
11782026-03-26T22:58:19.155Z Downloaded dropshot-api-manager v0.5.2
11792026-03-26T22:58:19.158Z Downloaded thin-vec v0.2.14
11802026-03-26T22:58:19.158Z Downloaded strum_macros v0.27.2
11812026-03-26T22:58:19.160Z Downloaded qorb v0.4.1
11822026-03-26T22:58:19.163Z Downloaded pretty_assertions v1.4.1
11832026-03-26T22:58:19.163Z Downloaded zerocopy-derive v0.7.35
11842026-03-26T22:58:19.167Z Downloaded prettyplease v0.2.37
11852026-03-26T22:58:19.170Z Downloaded jiff-static v0.2.23
11862026-03-26T22:58:19.170Z Downloaded icu_locale_core v2.1.1
11872026-03-26T22:58:19.173Z Downloaded slog v2.8.2
11882026-03-26T22:58:19.176Z Downloaded toml v0.9.12+spec-1.1.0
11892026-03-26T22:58:19.179Z Downloaded typify v0.4.3
11902026-03-26T22:58:19.181Z Downloaded crossbeam-channel v0.5.15
11912026-03-26T22:58:19.184Z Downloaded similar v2.7.0
11922026-03-26T22:58:19.187Z Downloaded unsafe-libyaml v0.2.11
11932026-03-26T22:58:19.187Z Downloaded schemars v1.2.1
11942026-03-26T22:58:19.195Z Downloaded yoke v0.8.1
11952026-03-26T22:58:19.197Z Downloaded icu_collections v2.1.1
11962026-03-26T22:58:19.201Z Downloaded serde_yaml v0.9.34+deprecated
11972026-03-26T22:58:19.204Z Downloaded steno v0.4.1
11982026-03-26T22:58:19.207Z Downloaded test-strategy v0.4.5
11992026-03-26T22:58:19.207Z Downloaded rand v0.10.0
12002026-03-26T22:58:19.211Z Downloaded toml v0.7.8
12012026-03-26T22:58:19.219Z Downloaded zerotrie v0.2.3
12022026-03-26T22:58:19.219Z Downloaded toml_edit v0.25.8+spec-1.1.0
12032026-03-26T22:58:19.219Z Downloaded rayon-core v1.13.0
12042026-03-26T22:58:19.222Z Downloaded typify v0.6.1
12052026-03-26T22:58:19.225Z Downloaded rand v0.8.5
12062026-03-26T22:58:19.227Z Downloaded schemars v0.9.0
12072026-03-26T22:58:19.234Z Downloaded pest v2.8.6
12082026-03-26T22:58:19.238Z Downloaded hickory-resolver v0.25.2
12092026-03-26T22:58:19.240Z Downloaded hickory-resolver v0.24.4
12102026-03-26T22:58:19.244Z Downloaded const_format v0.2.35
12112026-03-26T22:58:19.244Z Downloaded tungstenite v0.21.0
12122026-03-26T22:58:19.247Z Downloaded snafu v0.8.9
12132026-03-26T22:58:19.250Z Downloaded minimal-lexical v0.2.1
12142026-03-26T22:58:19.266Z Downloaded scc v2.4.0
12152026-03-26T22:58:19.269Z Downloaded toml_edit v0.19.15
12162026-03-26T22:58:19.276Z Downloaded zerocopy-derive v0.8.47
12172026-03-26T22:58:19.281Z Downloaded unicode-segmentation v1.13.1
12182026-03-26T22:58:19.284Z Downloaded typed-path v0.9.3
12192026-03-26T22:58:19.287Z Downloaded nom v7.1.3
12202026-03-26T22:58:19.290Z Downloaded hashbrown v0.12.3
12212026-03-26T22:58:19.296Z Downloaded blake3 v1.8.3
12222026-03-26T22:58:19.298Z Downloaded yansi v1.0.1
12232026-03-26T22:58:19.303Z Downloaded itertools v0.12.1
12242026-03-26T22:58:19.307Z Downloaded winnow v0.5.40
12252026-03-26T22:58:19.318Z Downloaded nom v8.0.0
12262026-03-26T22:58:19.326Z Downloaded aws-lc-rs v1.16.2
12272026-03-26T22:58:19.356Z Downloaded syn v1.0.109
12282026-03-26T22:58:19.360Z Downloaded hkdf v0.12.4
12292026-03-26T22:58:19.363Z Downloaded libm v0.2.16
12302026-03-26T22:58:19.372Z Downloaded zerovec v0.11.5
12312026-03-26T22:58:19.375Z Downloaded reqwest v0.13.2
12322026-03-26T22:58:19.379Z Downloaded icu_properties_data v2.1.2
12332026-03-26T22:58:19.385Z Downloaded tough v0.20.0
12342026-03-26T22:58:19.394Z Downloaded goblin v0.8.2
12352026-03-26T22:58:19.406Z Downloaded rayon v1.11.0
12362026-03-26T22:58:19.412Z Downloaded zerocopy v0.7.35
12372026-03-26T22:58:19.420Z Downloaded serde_with v3.18.0
12382026-03-26T22:58:19.426Z Downloaded rustls-webpki v0.102.8
12392026-03-26T22:58:19.437Z Downloaded dropshot v0.16.7
12402026-03-26T22:58:19.449Z Downloaded regress v0.10.5
12412026-03-26T22:58:19.454Z Downloaded proptest v1.11.0
12422026-03-26T22:58:19.458Z Downloaded moka v0.12.15
12432026-03-26T22:58:19.469Z Downloaded time v0.3.47
12442026-03-26T22:58:19.476Z Downloaded goblin v0.10.5
12452026-03-26T22:58:19.483Z Downloaded tabled v0.20.0
12462026-03-26T22:58:19.491Z Downloaded tabled v0.15.0
12472026-03-26T22:58:19.511Z Downloaded typify-impl v0.6.1
12482026-03-26T22:58:19.518Z Downloaded smoltcp v0.11.0
12492026-03-26T22:58:19.525Z Downloaded typify-impl v0.4.3
12502026-03-26T22:58:19.533Z Downloaded rustls v0.22.4
12512026-03-26T22:58:19.540Z Downloaded openapiv3 v2.2.0
12522026-03-26T22:58:19.547Z Downloaded hickory-proto v0.25.2
12532026-03-26T22:58:19.555Z Downloaded rhai v1.24.0
12542026-03-26T22:58:19.562Z Downloaded sled v0.34.7
12552026-03-26T22:58:19.567Z Downloaded nix v0.31.2
12562026-03-26T22:58:19.597Z Downloaded petgraph v0.6.5
12572026-03-26T22:58:19.607Z Downloaded jiff v0.2.23
12582026-03-26T22:58:19.617Z Downloaded lzma-sys v0.1.20
12592026-03-26T22:58:19.633Z Downloaded chrono-tz v0.10.4
12602026-03-26T22:58:19.657Z Downloaded sha3 v0.10.8
12612026-03-26T22:58:19.660Z Downloaded csv v1.4.0
12622026-03-26T22:58:19.716Z Downloaded encoding_rs v0.8.35
12632026-03-26T22:58:20.237Z Downloaded aws-lc-sys v0.39.0
12642026-03-26T22:58:21.138Z Compiling proc-macro2 v1.0.106
12652026-03-26T22:58:21.138Z Compiling quote v1.0.45
12662026-03-26T22:58:21.138Z Compiling unicode-ident v1.0.24
12672026-03-26T22:58:21.141Z Compiling serde_core v1.0.228
12682026-03-26T22:58:21.142Z Compiling cfg-if v1.0.4
12692026-03-26T22:58:21.142Z Compiling serde v1.0.228
12702026-03-26T22:58:21.142Z Compiling libc v0.2.183
12712026-03-26T22:58:21.235Z Compiling memchr v2.8.0
12722026-03-26T22:58:21.337Z Compiling itoa v1.0.18
12732026-03-26T22:58:21.513Z Compiling smallvec v1.15.1
12742026-03-26T22:58:21.535Z Compiling zmij v1.0.21
12752026-03-26T22:58:21.591Z Compiling serde_json v1.0.149
12762026-03-26T22:58:21.710Z Compiling autocfg v1.5.0
12772026-03-26T22:58:21.827Z Compiling libm v0.2.16
12782026-03-26T22:58:21.927Z Compiling stable_deref_trait v1.2.1
12792026-03-26T22:58:21.999Z Compiling version_check v0.9.5
12802026-03-26T22:58:22.010Z Compiling iana-time-zone v0.1.65
12812026-03-26T22:58:22.057Z Compiling writeable v0.6.2
12822026-03-26T22:58:22.094Z Compiling percent-encoding v2.3.2
12832026-03-26T22:58:22.118Z Compiling litemap v0.8.1
12842026-03-26T22:58:22.251Z Compiling icu_normalizer_data v2.1.1
12852026-03-26T22:58:22.269Z Compiling icu_properties_data v2.1.2
12862026-03-26T22:58:22.286Z Compiling equivalent v1.0.2
12872026-03-26T22:58:22.324Z Compiling foldhash v0.2.0
12882026-03-26T22:58:22.366Z Compiling allocator-api2 v0.2.21
12892026-03-26T22:58:22.465Z Compiling syn v2.0.117
12902026-03-26T22:58:22.552Z Compiling pin-project-lite v0.2.17
12912026-03-26T22:58:22.578Z Compiling form_urlencoded v1.2.2
12922026-03-26T22:58:22.590Z Compiling utf8_iter v1.0.4
12932026-03-26T22:58:22.642Z Compiling dyn-clone v1.0.20
12942026-03-26T22:58:22.652Z Compiling hashbrown v0.16.1
12952026-03-26T22:58:22.682Z Compiling scopeguard v1.2.0
12962026-03-26T22:58:22.726Z Compiling parking_lot_core v0.9.12
12972026-03-26T22:58:22.753Z Compiling num-traits v0.2.19
12982026-03-26T22:58:22.779Z Compiling lock_api v0.4.14
12992026-03-26T22:58:22.788Z Compiling thiserror v2.0.18
13002026-03-26T22:58:22.992Z Compiling heck v0.5.0
13012026-03-26T22:58:23.001Z Compiling rand_core v0.10.0
13022026-03-26T22:58:23.149Z Compiling getrandom v0.4.2
13032026-03-26T22:58:23.251Z Compiling semver v1.0.27
13042026-03-26T22:58:23.322Z Compiling errno v0.3.14
13052026-03-26T22:58:23.326Z Compiling indexmap v2.13.0
13062026-03-26T22:58:23.402Z Compiling futures-core v0.3.32
13072026-03-26T22:58:23.451Z Compiling jobserver v0.1.34
13082026-03-26T22:58:23.561Z Compiling find-msvc-tools v0.1.9
13092026-03-26T22:58:23.586Z Compiling shlex v1.3.0
13102026-03-26T22:58:23.600Z Compiling zerocopy v0.8.47
13112026-03-26T22:58:23.746Z Compiling cc v1.2.57
13122026-03-26T22:58:23.761Z Compiling uuid v1.22.0
13132026-03-26T22:58:23.771Z Compiling rustversion v1.0.22
13142026-03-26T22:58:23.785Z Compiling fnv v1.0.7
13152026-03-26T22:58:23.875Z Compiling futures-sink v0.3.32
13162026-03-26T22:58:23.979Z Compiling schemars v0.8.22
13172026-03-26T22:58:23.982Z Compiling slab v0.4.12
13182026-03-26T22:58:24.012Z Compiling futures-channel v0.3.32
13192026-03-26T22:58:24.158Z Compiling socket2 v0.6.3
13202026-03-26T22:58:24.295Z Compiling futures-task v0.3.32
13212026-03-26T22:58:24.298Z Compiling futures-io v0.3.32
13222026-03-26T22:58:24.409Z Compiling parking_lot v0.12.5
13232026-03-26T22:58:24.459Z Compiling signal-hook-registry v1.4.8
13242026-03-26T22:58:24.469Z Compiling mio v1.1.1
13252026-03-26T22:58:24.502Z Compiling portable-atomic v1.13.1
13262026-03-26T22:58:24.654Z Compiling log v0.4.29
13272026-03-26T22:58:24.756Z Compiling bitflags v2.11.0
13282026-03-26T22:58:24.818Z Compiling typenum v1.19.0
13292026-03-26T22:58:24.867Z Compiling critical-section v1.2.0
13302026-03-26T22:58:24.944Z Compiling getrandom v0.2.17
13312026-03-26T22:58:24.971Z Compiling base64 v0.22.1
13322026-03-26T22:58:24.981Z Compiling regex-syntax v0.8.10
13332026-03-26T22:58:25.004Z Compiling byteorder v1.5.0
13342026-03-26T22:58:25.064Z Compiling subtle v2.6.1
13352026-03-26T22:58:25.124Z Compiling untrusted v0.9.0
13362026-03-26T22:58:25.223Z Compiling rand_core v0.6.4
13372026-03-26T22:58:25.233Z Compiling atomic-waker v1.1.2
13382026-03-26T22:58:25.243Z Compiling synstructure v0.13.2
13392026-03-26T22:58:25.309Z Compiling serde_derive_internals v0.29.1
13402026-03-26T22:58:25.353Z Compiling strsim v0.11.1
13412026-03-26T22:58:25.451Z Compiling once_cell v1.21.4
13422026-03-26T22:58:25.506Z Compiling ipnet v2.12.0
13432026-03-26T22:58:25.666Z Compiling httparse v1.10.1
13442026-03-26T22:58:25.758Z Compiling rustix v1.1.4
13452026-03-26T22:58:25.761Z Compiling tower-layer v0.3.3
13462026-03-26T22:58:25.761Z Compiling tower-service v0.3.3
13472026-03-26T22:58:25.868Z Compiling cmake v0.1.57
13482026-03-26T22:58:25.928Z Compiling ryu v1.0.23
13492026-03-26T22:58:26.064Z Compiling thiserror v1.0.69
13502026-03-26T22:58:26.087Z Compiling try-lock v0.2.5
13512026-03-26T22:58:26.118Z Compiling fs_extra v1.3.0
13522026-03-26T22:58:26.190Z Compiling dunce v1.0.5
13532026-03-26T22:58:26.229Z Compiling want v0.3.1
13542026-03-26T22:58:26.280Z Compiling pin-utils v0.1.0
13552026-03-26T22:58:26.328Z Compiling httpdate v1.0.3
13562026-03-26T22:58:26.354Z Compiling ucd-trie v0.1.7
13572026-03-26T22:58:26.373Z Compiling generic-array v0.14.7
13582026-03-26T22:58:26.398Z Compiling aws-lc-sys v0.39.0
13592026-03-26T22:58:26.405Z Compiling getrandom v0.3.4
13602026-03-26T22:58:26.545Z Compiling serde_derive v1.0.228
13612026-03-26T22:58:26.560Z Compiling zerofrom-derive v0.1.6
13622026-03-26T22:58:26.572Z Compiling yoke-derive v0.8.1
13632026-03-26T22:58:26.593Z Compiling zerovec-derive v0.11.2
13642026-03-26T22:58:26.659Z Compiling displaydoc v0.2.5
13652026-03-26T22:58:26.738Z Compiling schemars_derive v0.8.22
13662026-03-26T22:58:27.233Z Compiling thiserror-impl v2.0.18
13672026-03-26T22:58:27.426Z Compiling tokio-macros v2.6.1
13682026-03-26T22:58:27.598Z Compiling zerocopy-derive v0.8.47
13692026-03-26T22:58:27.688Z Compiling zeroize_derive v1.4.3
13702026-03-26T22:58:27.712Z Compiling futures-macro v0.3.32
13712026-03-26T22:58:27.767Z Compiling zerofrom v0.1.6
13722026-03-26T22:58:27.887Z Compiling yoke v0.8.1
13732026-03-26T22:58:27.938Z Compiling thiserror-impl v1.0.69
13742026-03-26T22:58:28.069Z Compiling zerovec v0.11.5
13752026-03-26T22:58:28.193Z Compiling zerotrie v0.2.3
13762026-03-26T22:58:28.360Z Compiling zeroize v1.8.2
13772026-03-26T22:58:28.529Z Compiling tinystr v0.8.2
13782026-03-26T22:58:28.558Z Compiling potential_utf v0.1.4
13792026-03-26T22:58:28.569Z Compiling futures-util v0.3.32
13802026-03-26T22:58:28.572Z Compiling pest v2.8.6
13812026-03-26T22:58:28.713Z Compiling icu_locale_core v2.1.1
13822026-03-26T22:58:28.724Z Compiling icu_collections v2.1.1
13832026-03-26T22:58:29.185Z Compiling pretty-hex v0.4.2
13842026-03-26T22:58:29.346Z Compiling plain v0.2.3
13852026-03-26T22:58:29.451Z Compiling icu_provider v2.1.1
13862026-03-26T22:58:29.677Z Compiling bytes v1.11.1
13872026-03-26T22:58:29.718Z Compiling icu_properties v2.1.2
13882026-03-26T22:58:29.735Z Compiling icu_normalizer v2.1.1
13892026-03-26T22:58:29.751Z Compiling chrono v0.4.44
13902026-03-26T22:58:29.904Z Compiling serde_tokenstream v0.2.3
13912026-03-26T22:58:30.184Z Compiling http v1.4.0
13922026-03-26T22:58:30.312Z Compiling tokio v1.50.0
13932026-03-26T22:58:30.322Z Compiling erased-serde v0.3.31
13942026-03-26T22:58:30.800Z Compiling idna_adapter v1.2.1
13952026-03-26T22:58:30.862Z Compiling http-body v1.0.1
13962026-03-26T22:58:30.928Z Compiling idna v1.1.0
13972026-03-26T22:58:30.939Z Compiling pest_meta v2.8.6
13982026-03-26T22:58:31.165Z Compiling tracing-attributes v0.1.31
13992026-03-26T22:58:31.261Z Compiling url v2.5.8
14002026-03-26T22:58:31.491Z Compiling pest_generator v2.8.6
14012026-03-26T22:58:31.684Z Compiling tracing-core v0.1.36
14022026-03-26T22:58:32.093Z Compiling ppv-lite86 v0.2.21
14032026-03-26T22:58:32.201Z Compiling pest_derive v2.8.6
14042026-03-26T22:58:32.274Z Compiling slog v2.8.2
14052026-03-26T22:58:32.356Z Compiling tracing v0.1.44
14062026-03-26T22:58:32.402Z Compiling http-body-util v0.1.3
14072026-03-26T22:58:32.502Z Compiling serde_urlencoded v0.7.1
14082026-03-26T22:58:32.651Z Compiling sync_wrapper v1.0.2
14092026-03-26T22:58:32.712Z Compiling ipnetwork v0.21.1
14102026-03-26T22:58:32.726Z Compiling regress v0.10.5
14112026-03-26T22:58:32.737Z Compiling aho-corasick v1.1.4
14122026-03-26T22:58:32.740Z Compiling paste v1.0.15
14132026-03-26T22:58:33.065Z Compiling crypto-common v0.1.7
14142026-03-26T22:58:33.192Z Compiling num-conv v0.2.0
14152026-03-26T22:58:33.258Z Compiling omicron-workspace-hack v0.1.0
14162026-03-26T22:58:33.318Z Compiling ident_case v1.0.1
14172026-03-26T22:58:33.412Z Compiling time-core v0.1.8
14182026-03-26T22:58:33.435Z Compiling powerfmt v0.2.0
14192026-03-26T22:58:33.551Z Compiling regex-automata v0.4.14
14202026-03-26T22:58:33.611Z Compiling deranged v0.5.8
14212026-03-26T22:58:33.639Z Compiling time-macros v0.2.27
14222026-03-26T22:58:34.605Z Compiling anyhow v1.0.102
14232026-03-26T22:58:34.635Z Compiling iri-string v0.7.11
14242026-03-26T22:58:34.650Z Compiling num_threads v0.1.7
14252026-03-26T22:58:34.812Z Compiling scroll_derive v0.13.1
14262026-03-26T22:58:35.541Z Compiling regex v1.12.3
14272026-03-26T22:58:35.637Z Compiling scroll v0.13.0
14282026-03-26T22:58:35.901Z Compiling tokio-util v0.7.18
14292026-03-26T22:58:36.011Z Compiling oxnet v0.1.4
14302026-03-26T22:58:36.128Z Compiling daft-derive v0.1.5
14312026-03-26T22:58:36.292Z Compiling fastrand v2.3.0
14322026-03-26T22:58:36.434Z Compiling winnow v1.0.0
14332026-03-26T22:58:36.558Z Compiling syn v1.0.109
14342026-03-26T22:58:36.640Z Compiling openapiv3 v2.2.0
14352026-03-26T22:58:36.842Z Compiling rustls-pki-types v1.14.0
14362026-03-26T22:58:36.872Z Compiling async-trait v0.1.89
14372026-03-26T22:58:37.513Z Compiling crossbeam-utils v0.8.21
14382026-03-26T22:58:37.823Z Compiling ring v0.17.14
14392026-03-26T22:58:37.834Z Compiling cpufeatures v0.2.17
14402026-03-26T22:58:38.095Z Compiling h2 v0.4.13
14412026-03-26T22:58:38.107Z Compiling block-buffer v0.10.4
14422026-03-26T22:58:38.221Z Compiling thread_local v1.1.9
14432026-03-26T22:58:38.247Z Compiling usdt-impl v0.6.0
14442026-03-26T22:58:38.415Z Compiling hex v0.4.3
14452026-03-26T22:58:38.487Z Compiling digest v0.10.7
14462026-03-26T22:58:38.500Z Compiling goblin v0.10.5
14472026-03-26T22:58:38.658Z Compiling dtrace-parser v0.3.0
14482026-03-26T22:58:38.688Z Compiling camino v1.2.2
14492026-03-26T22:58:38.996Z Compiling openssl-probe v0.2.1
14502026-03-26T22:58:39.179Z Compiling slog-async v2.8.0
14512026-03-26T22:58:39.523Z Compiling thread-id v5.1.0
14522026-03-26T22:58:39.533Z Compiling term v1.2.1
14532026-03-26T22:58:39.597Z Compiling take_mut v0.2.2
14542026-03-26T22:58:39.609Z Compiling rand_core v0.9.5
14552026-03-26T22:58:39.816Z Compiling futures-executor v0.3.32
14562026-03-26T22:58:40.110Z Compiling match_cfg v0.1.0
14572026-03-26T22:58:40.176Z Compiling hyper v1.8.1
14582026-03-26T22:58:40.235Z Compiling futures v0.3.32
14592026-03-26T22:58:40.246Z Compiling structmeta-derive v0.3.0
14602026-03-26T22:58:40.311Z Compiling rustls v0.22.4
14612026-03-26T22:58:40.515Z Compiling aws-lc-rs v1.16.2
14622026-03-26T22:58:40.809Z Compiling rand_chacha v0.9.0
14632026-03-26T22:58:40.913Z Compiling darling_core v0.23.0
14642026-03-26T22:58:41.164Z Compiling newtype-uuid-macros v0.1.0
14652026-03-26T22:58:41.228Z Compiling dof v0.4.0
14662026-03-26T22:58:41.266Z Compiling hyper-util v0.1.20
14672026-03-26T22:58:41.879Z Compiling structmeta v0.3.0
14682026-03-26T22:58:42.283Z Compiling winnow v0.7.15
14692026-03-26T22:58:42.545Z Compiling rand v0.9.2
14702026-03-26T22:58:42.634Z Compiling time v0.3.47
14712026-03-26T22:58:42.966Z Compiling darling_macro v0.23.0
14722026-03-26T22:58:43.142Z Compiling tower v0.5.3
14732026-03-26T22:58:43.374Z Compiling usdt-macro v0.6.0
14742026-03-26T22:58:43.544Z Compiling usdt-attr-macro v0.6.0
14752026-03-26T22:58:43.611Z Compiling newtype-uuid v1.3.2
14762026-03-26T22:58:43.779Z Compiling untrusted v0.7.1
14772026-03-26T22:58:43.905Z Compiling quick-error v1.2.3
14782026-03-26T22:58:43.951Z Compiling ref-cast v1.0.25
14792026-03-26T22:58:44.005Z Compiling daft v0.1.5
14802026-03-26T22:58:44.084Z Compiling darling v0.23.0
14812026-03-26T22:58:44.164Z Compiling tower-http v0.6.8
14822026-03-26T22:58:44.299Z Compiling crossbeam-channel v0.5.15
14832026-03-26T22:58:44.310Z Compiling strum_macros v0.26.4
14842026-03-26T22:58:44.344Z Compiling ref-cast-impl v1.0.25
14852026-03-26T22:58:44.552Z Compiling serde_spanned v1.1.0
14862026-03-26T22:58:44.622Z Compiling toml_datetime v0.7.5+spec-1.1.0
14872026-03-26T22:58:44.696Z Compiling multer v3.1.0
14882026-03-26T22:58:44.731Z Compiling rustls v0.23.37
14892026-03-26T22:58:44.793Z Compiling debug-ignore v1.0.5
14902026-03-26T22:58:44.895Z Compiling bit-vec v0.8.0
14912026-03-26T22:58:44.915Z Compiling toml_writer v1.1.0+spec-1.1.0
14922026-03-26T22:58:44.939Z Compiling serde_with_macros v3.18.0
14932026-03-26T22:58:44.970Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14942026-03-26T22:58:45.044Z Compiling async-stream-impl v0.3.6
14952026-03-26T22:58:45.118Z Compiling bit-set v0.8.0
14962026-03-26T22:58:45.118Z Compiling dropshot v0.16.7
14972026-03-26T22:58:45.276Z Compiling encoding_rs v0.8.35
14982026-03-26T22:58:45.344Z Compiling unarray v0.1.4
14992026-03-26T22:58:45.427Z Compiling spin v0.9.8
15002026-03-26T22:58:45.450Z Compiling mime v0.3.17
15012026-03-26T22:58:45.668Z Compiling async-stream v0.3.6
15022026-03-26T22:58:45.718Z Compiling derive-ex v0.1.8
15032026-03-26T22:58:45.839Z Compiling dropshot_endpoint v0.16.7
15042026-03-26T22:58:45.964Z Compiling strum v0.26.3
15052026-03-26T22:58:46.048Z Compiling macaddr v1.0.1
15062026-03-26T22:58:46.070Z Compiling waitgroup v0.1.2
15072026-03-26T22:58:46.089Z Compiling serde_path_to_error v0.1.20
15082026-03-26T22:58:46.206Z Compiling is-terminal v0.4.17
15092026-03-26T22:58:46.296Z Compiling slog-term v2.9.2
15102026-03-26T22:58:46.438Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15112026-03-26T22:58:46.611Z Compiling tempfile v3.27.0
15122026-03-26T22:58:46.907Z Compiling strum_macros v0.27.2
15132026-03-26T22:58:46.940Z Compiling instant v0.1.13
15142026-03-26T22:58:47.043Z Compiling rustc-hash v2.1.1
15152026-03-26T22:58:47.109Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15162026-03-26T22:58:47.270Z Compiling slog-json v2.6.1
15172026-03-26T22:58:47.282Z Compiling test-strategy v0.4.5
15182026-03-26T22:58:47.559Z Compiling hostname v0.3.1
15192026-03-26T22:58:47.666Z Compiling rustls-native-certs v0.8.3
15202026-03-26T22:58:47.693Z Compiling memmap2 v0.9.10
15212026-03-26T22:58:48.001Z Compiling either v1.15.0
15222026-03-26T22:58:48.217Z Compiling slog-bunyan v2.5.0
15232026-03-26T22:58:48.342Z Compiling parse-display-derive v0.10.0
15242026-03-26T22:58:48.405Z Compiling backon v1.6.0
15252026-03-26T22:58:48.606Z Compiling rustls-webpki v0.102.8
15262026-03-26T22:58:48.632Z Compiling rand_chacha v0.3.1
15272026-03-26T22:58:48.720Z Compiling strum v0.27.2
15282026-03-26T22:58:48.846Z Compiling rand v0.8.5
15292026-03-26T22:58:49.518Z Compiling toml_parser v1.1.0+spec-1.1.0
15302026-03-26T22:58:49.543Z Compiling wait-timeout v0.2.1
15312026-03-26T22:58:49.847Z Compiling utf8parse v0.2.2
15322026-03-26T22:58:50.008Z Compiling anstyle-parse v1.0.0
15332026-03-26T22:58:50.120Z Compiling toml v0.9.12+spec-1.1.0
15342026-03-26T22:58:50.195Z Compiling rusty-fork v0.3.1
15352026-03-26T22:58:50.555Z Compiling usdt v0.6.0
15362026-03-26T22:58:50.841Z Compiling serde_with v3.18.0
15372026-03-26T22:58:50.887Z Compiling reqwest v0.12.28
15382026-03-26T22:58:50.931Z Compiling tokio-rustls v0.25.0
15392026-03-26T22:58:51.152Z Compiling rand_xorshift v0.4.0
15402026-03-26T22:58:51.301Z Compiling sha1 v0.10.6
15412026-03-26T22:58:51.676Z Compiling rustls-pemfile v2.2.0
15422026-03-26T22:58:51.742Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15432026-03-26T22:58:51.870Z Compiling hostname v0.4.2
15442026-03-26T22:58:52.010Z Compiling anstyle v1.0.14
15452026-03-26T22:58:52.073Z Compiling colorchoice v1.0.5
15462026-03-26T22:58:52.188Z Compiling is_terminal_polyfill v1.70.2
15472026-03-26T22:58:52.198Z Compiling anstyle-query v1.1.5
15482026-03-26T22:58:52.278Z Compiling anstream v1.0.0
15492026-03-26T22:58:52.299Z Compiling proptest v1.11.0
15502026-03-26T22:58:52.596Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15512026-03-26T22:58:52.722Z Compiling clap_lex v1.1.0
15522026-03-26T22:58:53.056Z Compiling unicode-width v0.2.2
15532026-03-26T22:58:53.169Z Compiling itertools v0.14.0
15542026-03-26T22:58:53.354Z Compiling iddqd v0.3.17
15552026-03-26T22:58:54.207Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15562026-03-26T22:58:54.441Z Compiling clap_derive v4.6.0
15572026-03-26T22:58:54.520Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15582026-03-26T22:58:54.769Z Compiling terminal_size v0.4.4
15592026-03-26T22:58:54.785Z Compiling toml_datetime v0.6.11
15602026-03-26T22:58:55.156Z Compiling progenitor-client v0.10.0
15612026-03-26T22:58:55.218Z Compiling parse-display v0.10.0
15622026-03-26T22:58:55.285Z Compiling backoff v0.4.0
15632026-03-26T22:58:55.434Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15642026-03-26T22:58:55.550Z Compiling clap_builder v4.6.0
15652026-03-26T22:58:56.236Z Compiling darling_core v0.21.3
15662026-03-26T22:58:56.401Z Compiling zerocopy-derive v0.7.35
15672026-03-26T22:58:57.212Z Compiling clap v4.6.0
15682026-03-26T22:58:57.239Z Compiling zerocopy v0.7.35
15692026-03-26T22:58:57.289Z Compiling crossbeam-epoch v0.9.18
15702026-03-26T22:58:57.825Z Compiling toml_datetime v1.1.0+spec-1.1.0
15712026-03-26T22:58:58.050Z Compiling toml_edit v0.25.8+spec-1.1.0
15722026-03-26T22:58:58.316Z Compiling darling_macro v0.21.3
15732026-03-26T22:58:58.881Z Compiling darling v0.21.3
15742026-03-26T22:58:58.951Z Compiling proc-macro-error-attr v1.0.4
15752026-03-26T22:58:58.962Z Compiling memoffset v0.9.1
15762026-03-26T22:58:59.146Z Compiling heapless v0.8.0
15772026-03-26T22:58:59.165Z Compiling tinyvec_macros v0.1.1
15782026-03-26T22:58:59.182Z Compiling convert_case v0.4.0
15792026-03-26T22:58:59.288Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15802026-03-26T22:58:59.371Z Compiling cfg_aliases v0.2.1
15812026-03-26T22:58:59.392Z Compiling tinyvec v1.11.0
15822026-03-26T22:58:59.440Z Compiling nix v0.31.2
15832026-03-26T22:58:59.528Z Compiling derive_more v0.99.20
15842026-03-26T22:58:59.684Z Compiling ingot-macros v0.1.1
15852026-03-26T22:58:59.696Z Compiling proc-macro-crate v3.5.0
15862026-03-26T22:59:00.066Z Compiling typify-impl v0.6.1
15872026-03-26T22:59:00.414Z Compiling dtrace-parser v0.2.0
15882026-03-26T22:59:00.451Z Compiling secrecy v0.10.3
15892026-03-26T22:59:00.606Z Compiling scroll_derive v0.12.1
15902026-03-26T22:59:01.167Z Compiling hash32 v0.3.1
15912026-03-26T22:59:01.286Z Compiling usdt-impl v0.5.0
15922026-03-26T22:59:01.305Z Compiling proc-macro-error v1.0.4
15932026-03-26T22:59:01.322Z Compiling crucible-workspace-hack v0.1.0
15942026-03-26T22:59:01.521Z Compiling winnow v0.5.40
15952026-03-26T22:59:01.524Z Compiling smoltcp v0.11.0
15962026-03-26T22:59:01.524Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
15972026-03-26T22:59:01.797Z Compiling scroll v0.12.0
15982026-03-26T22:59:02.050Z Compiling num_enum_derive v0.7.6
15992026-03-26T22:59:02.428Z Compiling ingot-types v0.1.2
16002026-03-26T22:59:02.783Z Compiling toml_edit v0.19.15
16012026-03-26T22:59:02.824Z Compiling dof v0.3.0
16022026-03-26T22:59:03.078Z Compiling serde_spanned v0.6.9
16032026-03-26T22:59:03.120Z Compiling cobs v0.3.0
16042026-03-26T22:59:03.154Z Compiling foreign-types-macros v0.2.3
16052026-03-26T22:59:03.213Z Compiling thread-id v4.2.2
16062026-03-26T22:59:03.244Z Compiling toml_write v0.1.2
16072026-03-26T22:59:03.291Z Compiling managed v0.8.0
16082026-03-26T22:59:03.308Z Compiling bitflags v1.3.2
16092026-03-26T22:59:03.379Z Compiling unsafe-libyaml v0.2.11
16102026-03-26T22:59:03.439Z Compiling cpufeatures v0.3.0
16112026-03-26T22:59:03.468Z Compiling foreign-types-shared v0.3.1
16122026-03-26T22:59:03.501Z Compiling chacha20 v0.10.0
16132026-03-26T22:59:03.552Z Compiling toml_edit v0.22.27
16142026-03-26T22:59:03.779Z Compiling foreign-types v0.5.0
16152026-03-26T22:59:04.062Z Compiling proc-macro-crate v1.3.1
16162026-03-26T22:59:04.131Z Compiling serde_yaml v0.9.34+deprecated
16172026-03-26T22:59:04.396Z Compiling postcard v1.1.3
16182026-03-26T22:59:04.422Z Compiling num_enum v0.7.6
16192026-03-26T22:59:05.001Z Compiling ingot v0.1.1
16202026-03-26T22:59:05.473Z Compiling goblin v0.8.2
16212026-03-26T22:59:06.309Z Compiling typify-macro v0.6.1
16222026-03-26T22:59:06.464Z Compiling tabwriter v1.4.1
16232026-03-26T22:59:06.704Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16242026-03-26T22:59:06.775Z Compiling hubpack_derive v0.1.1
16252026-03-26T22:59:06.847Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16262026-03-26T22:59:06.961Z Compiling num-integer v0.1.46
16272026-03-26T22:59:07.135Z Compiling rustc_version v0.4.1
16282026-03-26T22:59:07.192Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16292026-03-26T22:59:07.416Z Compiling cstr-argument v0.1.2
16302026-03-26T22:59:07.495Z Compiling float-ord v0.3.2
16312026-03-26T22:59:07.498Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16322026-03-26T22:59:07.517Z Compiling heck v0.4.1
16332026-03-26T22:59:07.562Z Compiling rayon-core v1.13.0
16342026-03-26T22:59:07.602Z Compiling colored v3.1.1
16352026-03-26T22:59:07.784Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16362026-03-26T22:59:08.083Z Compiling curve25519-dalek v4.1.3
16372026-03-26T22:59:08.232Z Compiling hubpack v0.1.2
16382026-03-26T22:59:08.352Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16392026-03-26T22:59:08.434Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16402026-03-26T22:59:08.559Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16412026-03-26T22:59:08.747Z Compiling toml v0.8.23
16422026-03-26T22:59:08.797Z Compiling num_enum_derive v0.5.11
16432026-03-26T22:59:09.425Z Compiling rand v0.10.0
16442026-03-26T22:59:09.461Z Compiling crossbeam-deque v0.8.6
16452026-03-26T22:59:09.823Z Compiling hmac v0.12.1
16462026-03-26T22:59:09.844Z Compiling inout v0.1.4
16472026-03-26T22:59:09.998Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16482026-03-26T22:59:10.027Z Compiling ff v0.13.1
16492026-03-26T22:59:10.168Z Compiling static_assertions v1.1.0
16502026-03-26T22:59:10.185Z Compiling prettyplease v0.2.37
16512026-03-26T22:59:10.237Z Compiling rustix v0.38.44
16522026-03-26T22:59:11.238Z Compiling group v0.13.0
16532026-03-26T22:59:11.299Z Compiling cipher v0.4.4
16542026-03-26T22:59:11.307Z Compiling hkdf v0.12.4
16552026-03-26T22:59:11.347Z Compiling rustls-webpki v0.103.10
16562026-03-26T22:59:11.712Z Compiling num_enum v0.5.11
16572026-03-26T22:59:12.675Z Compiling typify v0.6.1
16582026-03-26T22:59:12.678Z Compiling num-rational v0.4.2
16592026-03-26T22:59:12.768Z Compiling num-iter v0.1.45
16602026-03-26T22:59:12.814Z Compiling usdt-macro v0.5.0
16612026-03-26T22:59:12.884Z Compiling usdt-attr-macro v0.5.0
16622026-03-26T22:59:13.513Z Compiling camino-tempfile v1.4.1
16632026-03-26T22:59:13.648Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16642026-03-26T22:59:13.720Z Compiling thiserror-impl-no-std v2.0.2
16652026-03-26T22:59:14.388Z Compiling universal-hash v0.5.1
16662026-03-26T22:59:14.522Z Compiling half v2.7.1
16672026-03-26T22:59:14.773Z Compiling tokio-rustls v0.26.4
16682026-03-26T22:59:14.839Z Compiling rustls-platform-verifier v0.6.2
16692026-03-26T22:59:15.043Z Compiling hyper-rustls v0.27.7
16702026-03-26T22:59:15.076Z Compiling crypto-bigint v0.5.5
16712026-03-26T22:59:15.141Z Compiling enum-as-inner v0.6.1
16722026-03-26T22:59:15.345Z Compiling reqwest v0.13.2
16732026-03-26T22:59:15.731Z Compiling curve25519-dalek-derive v0.1.1
16742026-03-26T22:59:16.240Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16752026-03-26T22:59:16.291Z Compiling num-complex v0.4.6
16762026-03-26T22:59:16.412Z Compiling memmap v0.7.0
16772026-03-26T22:59:16.524Z Compiling data-encoding v2.10.0
16782026-03-26T22:59:16.605Z Compiling progenitor-client v0.13.0
16792026-03-26T22:59:16.911Z Compiling progenitor-extras v0.1.1
16802026-03-26T22:59:17.148Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16812026-03-26T22:59:17.213Z Compiling base16ct v0.2.0
16822026-03-26T22:59:17.353Z Compiling base64ct v1.8.3
16832026-03-26T22:59:17.380Z Compiling ciborium-io v0.2.2
16842026-03-26T22:59:17.476Z Compiling opaque-debug v0.3.1
16852026-03-26T22:59:17.550Z Compiling poly1305 v0.8.0
16862026-03-26T22:59:17.586Z Compiling password-hash v0.5.0
16872026-03-26T22:59:17.659Z Compiling ciborium-ll v0.2.2
16882026-03-26T22:59:17.882Z Compiling elliptic-curve v0.13.8
16892026-03-26T22:59:18.028Z Compiling num v0.4.3
16902026-03-26T22:59:18.055Z Compiling usdt v0.5.0
16912026-03-26T22:59:18.273Z Compiling thiserror-no-std v2.0.2
16922026-03-26T22:59:18.333Z Compiling rayon v1.11.0
16932026-03-26T22:59:18.364Z Compiling progenitor-impl v0.13.0
16942026-03-26T22:59:19.338Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16952026-03-26T22:59:19.660Z Compiling chacha20 v0.9.1
16962026-03-26T22:59:19.687Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16972026-03-26T22:59:20.161Z Compiling zone_cfg_derive v0.3.1
16982026-03-26T22:59:20.483Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16992026-03-26T22:59:20.608Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17002026-03-26T22:59:20.793Z Compiling itertools v0.12.1
17012026-03-26T22:59:20.838Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17022026-03-26T22:59:20.975Z Compiling blake2 v0.10.6
17032026-03-26T22:59:20.975Z Compiling byte-wrapper v0.1.0
17042026-03-26T22:59:21.014Z Compiling aead v0.5.2
17052026-03-26T22:59:21.034Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17062026-03-26T22:59:21.350Z Compiling num-derive v0.4.2
17072026-03-26T22:59:21.361Z Compiling sigpipe v0.1.3
17082026-03-26T22:59:21.433Z Compiling bytecount v0.6.9
17092026-03-26T22:59:21.444Z Compiling jiff v0.2.23
17102026-03-26T22:59:21.560Z Compiling vcpkg v0.2.15
17112026-03-26T22:59:21.571Z Compiling pkg-config v0.3.32
17122026-03-26T22:59:21.984Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17132026-03-26T22:59:21.998Z Compiling glob v0.3.3
17142026-03-26T22:59:22.017Z Compiling keccak v0.1.6
17152026-03-26T22:59:22.115Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17162026-03-26T22:59:22.259Z Compiling sha3 v0.10.8
17172026-03-26T22:59:22.286Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17182026-03-26T22:59:22.350Z Compiling openssl-sys v0.9.112
17192026-03-26T22:59:22.446Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17202026-03-26T22:59:22.512Z Compiling progenitor-macro v0.13.0
17212026-03-26T22:59:22.561Z Compiling zone v0.3.1
17222026-03-26T22:59:22.968Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17232026-03-26T22:59:23.227Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17242026-03-26T22:59:23.353Z Compiling argon2 v0.5.3
17252026-03-26T22:59:23.872Z Compiling chacha20poly1305 v0.10.1
17262026-03-26T22:59:24.013Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17272026-03-26T22:59:24.430Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17282026-03-26T22:59:24.684Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17292026-03-26T22:59:25.143Z Compiling vsss-rs v3.3.4
17302026-03-26T22:59:25.268Z Compiling ciborium v0.2.2
17312026-03-26T22:59:25.666Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17322026-03-26T22:59:25.785Z Compiling smf v0.2.3
17332026-03-26T22:59:25.806Z Compiling semver v0.1.20
17342026-03-26T22:59:25.871Z Compiling lazy_static v1.5.0
17352026-03-26T22:59:25.972Z Compiling whoami v1.6.1
17362026-03-26T22:59:26.059Z Compiling indent_write v2.2.0
17372026-03-26T22:59:26.201Z Compiling linked-hash-map v0.5.6
17382026-03-26T22:59:26.285Z Compiling resolv-conf v0.7.6
17392026-03-26T22:59:26.296Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17402026-03-26T22:59:26.380Z Compiling lru-cache v0.1.2
17412026-03-26T22:59:26.500Z Compiling rustc_version v0.1.7
17422026-03-26T22:59:26.512Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17432026-03-26T22:59:26.608Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17442026-03-26T22:59:26.759Z Compiling hickory-proto v0.24.4
17452026-03-26T22:59:27.041Z Compiling serde-big-array v0.5.1
17462026-03-26T22:59:27.188Z Compiling pin-project-internal v1.1.11
17472026-03-26T22:59:27.691Z Compiling progenitor v0.13.0
17482026-03-26T22:59:27.828Z Compiling derive-where v1.6.1
17492026-03-26T22:59:28.258Z Compiling serde_repr v0.1.20
17502026-03-26T22:59:28.287Z Compiling siphasher v1.0.2
17512026-03-26T22:59:28.482Z Compiling minimal-lexical v0.2.1
17522026-03-26T22:59:28.744Z Compiling swrite v0.1.0
17532026-03-26T22:59:28.802Z Compiling unicode-segmentation v1.13.1
17542026-03-26T22:59:28.838Z Compiling nom v7.1.3
17552026-03-26T22:59:28.841Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17562026-03-26T22:59:29.086Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17572026-03-26T22:59:29.239Z Compiling newline-converter v0.3.0
17582026-03-26T22:59:29.361Z Compiling hickory-resolver v0.24.4
17592026-03-26T22:59:29.499Z Compiling phf_shared v0.12.1
17602026-03-26T22:59:29.683Z Compiling pin-project v1.1.11
17612026-03-26T22:59:29.787Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17622026-03-26T22:59:30.109Z Compiling newtype_derive v0.1.6
17632026-03-26T22:59:30.300Z Compiling atomicwrites v0.4.4
17642026-03-26T22:59:30.351Z Compiling unicode-normalization v0.1.25
17652026-03-26T22:59:30.505Z Compiling console v0.15.11
17662026-03-26T22:59:30.827Z Compiling tokio-stream v0.1.18
17672026-03-26T22:59:31.192Z Compiling snafu-derive v0.8.9
17682026-03-26T22:59:31.246Z Compiling async-recursion v1.1.1
17692026-03-26T22:59:31.295Z Compiling slog-dtrace v0.3.0
17702026-03-26T22:59:31.503Z Compiling csv-core v0.1.13
17712026-03-26T22:59:31.523Z Compiling bstr v1.12.1
17722026-03-26T22:59:31.746Z Compiling foreign-types-shared v0.1.1
17732026-03-26T22:59:31.757Z Compiling openssl v0.10.76
17742026-03-26T22:59:31.769Z Compiling cancel-safe-futures v0.1.5
17752026-03-26T22:59:31.835Z Compiling foldhash v0.1.5
17762026-03-26T22:59:31.923Z Compiling chrono-tz v0.10.4
17772026-03-26T22:59:32.001Z Compiling unicode-width v0.1.14
17782026-03-26T22:59:32.014Z Compiling owo-colors v4.3.0
17792026-03-26T22:59:32.023Z Compiling similar v2.7.0
17802026-03-26T22:59:32.026Z Compiling highway v1.3.0
17812026-03-26T22:59:32.026Z Compiling unicode-xid v0.2.6
17822026-03-26T22:59:32.139Z Compiling same-file v1.0.6
17832026-03-26T22:59:32.148Z Compiling const_format_proc_macros v0.2.34
17842026-03-26T22:59:32.276Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17852026-03-26T22:59:32.308Z Compiling walkdir v2.5.0
17862026-03-26T22:59:32.411Z Compiling expectorate v1.2.0
17872026-03-26T22:59:32.448Z Compiling hashbrown v0.15.5
17882026-03-26T22:59:32.560Z Compiling globset v0.4.18
17892026-03-26T22:59:32.667Z Compiling foreign-types v0.3.2
17902026-03-26T22:59:32.742Z Compiling csv v1.4.0
17912026-03-26T22:59:32.915Z Compiling snafu v0.8.9
17922026-03-26T22:59:32.971Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17932026-03-26T22:59:32.974Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17942026-03-26T22:59:32.992Z Compiling qorb v0.4.1
17952026-03-26T22:59:33.313Z Compiling olpc-cjson v0.1.4
17962026-03-26T22:59:33.443Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-26T22:59:33.475Z Compiling phf v0.12.1
17982026-03-26T22:59:33.973Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17992026-03-26T22:59:34.150Z Compiling tokio-dtrace v0.1.1
18002026-03-26T22:59:34.153Z Compiling num-derive v0.3.3
18012026-03-26T22:59:34.455Z Compiling typify-impl v0.4.3
18022026-03-26T22:59:35.005Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18032026-03-26T22:59:35.050Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18042026-03-26T22:59:35.151Z Compiling libsw-core v0.3.2
18052026-03-26T22:59:35.222Z Compiling serde_plain v1.0.2
18062026-03-26T22:59:35.251Z Compiling openssl-macros v0.1.1
18072026-03-26T22:59:35.319Z Compiling pem v3.0.6
18082026-03-26T22:59:35.394Z Compiling cookie v0.18.1
18092026-03-26T22:59:35.431Z Compiling fixedbitset v0.5.7
18102026-03-26T22:59:35.620Z Compiling typed-path v0.9.3
18112026-03-26T22:59:35.633Z Compiling fixedbitset v0.4.2
18122026-03-26T22:59:35.706Z Compiling petgraph v0.8.3
18132026-03-26T22:59:35.777Z Compiling petgraph v0.6.5
18142026-03-26T22:59:35.914Z Compiling libsw v3.5.0
18152026-03-26T22:59:36.093Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18162026-03-26T22:59:36.942Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18172026-03-26T22:59:37.249Z Compiling tough v0.20.0
18182026-03-26T22:59:37.470Z Compiling libscf-sys v1.1.0
18192026-03-26T22:59:37.613Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-26T22:59:38.883Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18212026-03-26T22:59:38.894Z Compiling oxide-tokio-rt v0.1.3
18222026-03-26T22:59:39.316Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-26T22:59:40.546Z Compiling const_format v0.2.35
18242026-03-26T22:59:40.725Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18252026-03-26T22:59:40.768Z Compiling typify-macro v0.4.3
18262026-03-26T22:59:40.841Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-26T22:59:41.173Z Compiling papergrid v0.11.0
18282026-03-26T22:59:41.326Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18292026-03-26T22:59:41.442Z Compiling gethostname v0.5.0
18302026-03-26T22:59:41.455Z Compiling tabled_derive v0.7.0
18312026-03-26T22:59:41.565Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18322026-03-26T22:59:41.683Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18332026-03-26T22:59:41.970Z Compiling bcs v0.1.6
18342026-03-26T22:59:42.250Z Compiling smawk v0.3.2
18352026-03-26T22:59:42.288Z Compiling tagptr v0.2.0
18362026-03-26T22:59:42.389Z Compiling termtree v0.5.1
18372026-03-26T22:59:42.407Z Compiling unicode-linebreak v0.1.5
18382026-03-26T22:59:42.434Z Compiling linear-map v1.2.0
18392026-03-26T22:59:42.540Z Compiling tabled v0.15.0
18402026-03-26T22:59:42.619Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18412026-03-26T22:59:42.656Z Compiling textwrap v0.16.2
18422026-03-26T22:59:42.818Z Compiling moka v0.12.15
18432026-03-26T22:59:42.888Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-26T22:59:42.939Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-26T22:59:43.001Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18462026-03-26T22:59:43.077Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-26T22:59:43.189Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-26T22:59:43.594Z Compiling steno v0.4.1
18492026-03-26T22:59:44.231Z Compiling hickory-proto v0.25.2
18502026-03-26T22:59:44.333Z Compiling humantime v2.3.0
18512026-03-26T22:59:44.644Z Compiling proc-macro-error-attr2 v2.0.0
18522026-03-26T22:59:45.087Z Compiling parking_lot_core v0.8.6
18532026-03-26T22:59:45.300Z Compiling proc-macro-error2 v2.0.1
18542026-03-26T22:59:45.378Z Compiling typify v0.4.3
18552026-03-26T22:59:45.581Z Compiling crc32fast v1.5.0
18562026-03-26T22:59:45.879Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18572026-03-26T22:59:46.078Z Compiling tabled_derive v0.11.0
18582026-03-26T22:59:46.114Z Compiling progenitor-impl v0.11.2
18592026-03-26T22:59:46.477Z Compiling hickory-resolver v0.25.2
18602026-03-26T22:59:46.979Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18612026-03-26T22:59:47.316Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18622026-03-26T22:59:47.375Z Compiling papergrid v0.17.0
18632026-03-26T22:59:47.911Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18642026-03-26T22:59:48.758Z Compiling testing_table v0.3.0
18652026-03-26T22:59:48.908Z Compiling arc-swap v1.9.0
18662026-03-26T22:59:48.930Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18672026-03-26T22:59:49.214Z Compiling slog-scope v4.4.1
18682026-03-26T22:59:49.225Z Compiling tabled v0.20.0
18692026-03-26T22:59:49.461Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18702026-03-26T22:59:49.535Z Compiling parking_lot v0.11.2
18712026-03-26T22:59:49.706Z Compiling progenitor-macro v0.11.2
18722026-03-26T22:59:50.158Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18732026-03-26T22:59:50.241Z Compiling progenitor-client v0.11.2
18742026-03-26T22:59:50.530Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18752026-03-26T22:59:50.548Z Compiling fxhash v0.2.1
18762026-03-26T22:59:50.686Z Compiling internet-checksum v0.2.1
18772026-03-26T22:59:50.756Z Compiling sled v0.34.7
18782026-03-26T22:59:51.050Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18792026-03-26T22:59:51.851Z Compiling slog-stdlog v4.1.1
18802026-03-26T22:59:52.055Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18812026-03-26T22:59:52.079Z Compiling crc8 v0.1.1
18822026-03-26T22:59:52.115Z Compiling slog-envlogger v2.2.0
18832026-03-26T22:59:52.196Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18842026-03-26T22:59:52.539Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
18852026-03-26T22:59:52.920Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18862026-03-26T22:59:54.709Z Compiling progenitor v0.11.2
18872026-03-26T22:59:54.798Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18882026-03-26T23:00:00.486Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18892026-03-26T23:00:02.088Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18902026-03-26T23:00:03.145Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18912026-03-26T23:00:04.296Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18922026-03-26T23:00:05.083Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18932026-03-26T23:00:06.511Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
18942026-03-26T23:00:30.301Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
18952026-03-26T23:00:30.480Z────────────
18962026-03-26T23:00:30.480Z Nextest run ID 5a38891c-c9e9-4364-a0ab-288cea69eb1d with nextest profile: default
18972026-03-26T23:00:30.480Z Starting 7 tests across 1 binary
18982026-03-26T23:00:30.490Z PASS [ 0.010s] mg-lower dendrite::test_tfport_parser
18992026-03-26T23:00:30.494Z PASS [ 0.012s] mg-lower test::sync_prefix_test
19002026-03-26T23:00:30.494Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19012026-03-26T23:00:30.494Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19022026-03-26T23:00:30.494Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_idempotent
19032026-03-26T23:00:30.494Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19042026-03-26T23:00:30.494Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19052026-03-26T23:00:30.494Z────────────
19062026-03-26T23:00:30.494Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19072026-03-26T23:00:30.506Zprocess exited: duration 301054 ms, exit code 0
 
19082026-03-26T23:00:30.513Zfound 0 output files