01KR5CB4F3DEWF9CD34WZXX351: test-ddm

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

Buildomat Job: 01KR5CBHJ4BYA3M04T7H0XMHCP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-09T03:27:27.989Zjob assigned to worker 01KR5CBMHZBPCF26FSE7QAWNV9 [factory aws, i-0063984f83de20da0] (queued for 53 s)
 
22026-05-09T03:27:35.073Zstarting task 0: "setup"
32026-05-09T03:27:35.077Z++ uname -s
42026-05-09T03:27:35.080Z+ kern=SunOS
52026-05-09T03:27:35.080Z+ build_user=build
62026-05-09T03:27:35.080Z+ build_uid=12345
72026-05-09T03:27:35.080Z+ work_dir=/work
82026-05-09T03:27:35.081Z+ input_dir=/input
92026-05-09T03:27:35.081Z+ [[ 0 == 12345 ]]
102026-05-09T03:27:35.081Z+ case "$kern" in
112026-05-09T03:27:35.081Z+ groupadd -g 12345 build
122026-05-09T03:27:35.084Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-09T03:27:37.087Z+ zfs create -o mountpoint=/work rpool/work
142026-05-09T03:27:37.147Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-09T03:27:37.150Z+ home_fs=zfs
162026-05-09T03:27:37.150Z+ [[ zfs == autofs ]]
172026-05-09T03:27:37.150Z+ mkdir -p /home/build
182026-05-09T03:27:37.150Z+ chown build:build /home/build /work
192026-05-09T03:27:39.151Z+ chmod 0700 /home/build /work
202026-05-09T03:27:39.155Zprocess exited: duration 4083 ms, exit code 0
 
212026-05-09T03:27:39.161Zstarting task 1: "rust-toolchain"
222026-05-09T03:27:39.165Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-09T03:27:39.165Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-09T03:27:39.165Z * rust toolchain channel = "stable"
252026-05-09T03:27:39.165Z * rust toolchain profile = "default"
262026-05-09T03:27:39.165Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-09T03:27:39.165Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-09T03:27:39.168Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-09T03:27:39.168Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-09T03:27:39.279Zinfo: downloading installer
312026-05-09T03:27:40.865Zwarn: It looks like you have an existing installation of Rust at:
322026-05-09T03:27:40.865Zwarn: /opt/ooce/bin
332026-05-09T03:27:40.865Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-09T03:27:40.865Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-09T03:27:40.865Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-09T03:27:40.865Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-09T03:27:40.865Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-09T03:27:40.865Zerror: cannot install while Rust is installed
392026-05-09T03:27:40.865Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-09T03:27:40.865Zwarn: It looks like you have an existing rustup settings file at:
412026-05-09T03:27:40.865Zwarn: /home/build/.rustup/settings.toml
422026-05-09T03:27:40.865Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-09T03:27:40.865Zwarn: instead of the one inferred from the default host triple.
442026-05-09T03:27:40.878Zinfo: profile set to default
452026-05-09T03:27:40.878Zinfo: default host triple is x86_64-unknown-illumos
462026-05-09T03:27:40.881Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-09T03:27:41.012Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-09T03:27:41.015Zinfo: downloading 6 components
492026-05-09T03:27:55.228Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-09T03:27:55.230Z
512026-05-09T03:27:55.273Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-09T03:27:55.273Z
532026-05-09T03:27:55.273Z
542026-05-09T03:27:55.273ZRust is installed now. Great!
552026-05-09T03:27:55.273Z
562026-05-09T03:27:55.273ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-09T03:27:55.273Zenvironment variable. This has not been done automatically.
582026-05-09T03:27:55.273Z
592026-05-09T03:27:55.277ZTo configure your current shell, you need to source
602026-05-09T03:27:55.277Zthe corresponding env file under $HOME/.cargo.
612026-05-09T03:27:55.277Z
622026-05-09T03:27:55.277ZThis is usually done by running one of the following (note the leading DOT):
632026-05-09T03:27:55.277Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-09T03:27:55.277Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-09T03:27:55.277Zsource "~/.cargo/env.nu" # For nushell
662026-05-09T03:27:55.277Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-09T03:27:55.277Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-09T03:27:55.277Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-09T03:27:55.277Zwarn: no default linker (`cc`) was found in your PATH
702026-05-09T03:27:55.277Zwarn: many Rust crates require a system C toolchain to build
712026-05-09T03:27:55.379Z+ rustup --version
722026-05-09T03:27:55.388Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-09T03:27:55.391Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-09T03:27:55.410Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-09T03:27:55.413Z+ cargo --version
762026-05-09T03:27:55.426Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-09T03:27:55.430Z+ rustc --version
782026-05-09T03:27:55.449Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-09T03:27:55.452Zprocess exited: duration 16288 ms, exit code 0
 
802026-05-09T03:27:55.458Zstarting task 2: "authentication"
812026-05-09T03:27:55.474Zprocess exited: duration 15 ms, exit code 0
 
822026-05-09T03:27:55.480Zstarting task 3: "clone repository"
832026-05-09T03:27:55.483Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-09T03:27:55.486Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-09T03:27:55.517ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-09T03:27:56.346Z+ cd /work/oxidecomputer/maghemite
872026-05-09T03:27:56.346Z+ git fetch origin fe0c244e9e56968123824a6041b6b1f7512dfa29
882026-05-09T03:27:56.591ZFrom https://github.com/oxidecomputer/maghemite
892026-05-09T03:27:56.592Z * branch fe0c244e9e56968123824a6041b6b1f7512dfa29 -> FETCH_HEAD
902026-05-09T03:27:56.596Z+ [[ -n renovate/tokio-1.x-lockfile ]]
912026-05-09T03:27:56.599Z++ git branch --show-current
922026-05-09T03:27:56.600Z+ current=main
932026-05-09T03:27:56.600Z+ [[ main != renovate/tokio-1.x-lockfile ]]
942026-05-09T03:27:56.600Z+ git branch -f renovate/tokio-1.x-lockfile fe0c244e9e56968123824a6041b6b1f7512dfa29
952026-05-09T03:27:56.603Z+ git checkout -f renovate/tokio-1.x-lockfile
962026-05-09T03:27:56.618ZSwitched to branch 'renovate/tokio-1.x-lockfile'
972026-05-09T03:27:56.622Z+ git reset --hard fe0c244e9e56968123824a6041b6b1f7512dfa29
982026-05-09T03:27:56.634ZHEAD is now at fe0c244 Update Rust crate tokio to v1.52.3
992026-05-09T03:27:56.637Zprocess exited: duration 1155 ms, exit code 0
 
1002026-05-09T03:27:56.646Zstarting task 4: "build"
1012026-05-09T03:27:56.649Z+ set -o errexit
1022026-05-09T03:27:56.649Z+ set -o pipefail
1032026-05-09T03:27:56.650Z+ source .github/buildomat/test-common.sh
1042026-05-09T03:27:56.650Z++ NEXTEST_VERSION=0.9.97
1052026-05-09T03:27:56.650Z++ PLATFORM=illumos
1062026-05-09T03:27:56.650Z++ banner install
1072026-05-09T03:27:56.653Z
1082026-05-09T03:27:56.653Z # # # #### ##### ## # #
1092026-05-09T03:27:56.653Z # ## # # # # # # #
1102026-05-09T03:27:56.653Z # # # # #### # # # # #
1112026-05-09T03:27:56.653Z # # # # # # ###### # #
1122026-05-09T03:27:56.653Z # # ## # # # # # # #
1132026-05-09T03:27:56.653Z # # # #### # # # ###### ######
1142026-05-09T03:27:56.653Z
1152026-05-09T03:27:56.653Z++ set +o errexit
1162026-05-09T03:27:56.653Z++ pkg info clang-15
1172026-05-09T03:27:56.653Z++ grep -qi installed
1182026-05-09T03:27:57.855Zpkg: info: no packages matching the following patterns you specified are
1192026-05-09T03:27:57.856Zinstalled on the system. Try querying remotely instead:
1202026-05-09T03:27:57.856Z
1212026-05-09T03:27:57.856Z clang-15
1222026-05-09T03:27:57.893Z++ [[ 1 != 0 ]]
1232026-05-09T03:27:57.893Z++ set -o errexit
1242026-05-09T03:27:57.893Z++ pfexec pkg install clang-15
1252026-05-09T03:28:04.565Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-05-09T03:28:12.270Z Startup: Caching catalogs ... Done
1272026-05-09T03:28:19.539ZPlanning: Solver setup ... Done
1282026-05-09T03:28:19.581ZPlanning: Running solver ... Done
1292026-05-09T03:28:19.716ZPlanning: Finding local manifests ... Done
1302026-05-09T03:28:19.736ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-09T03:28:20.230ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-09T03:28:20.260ZPlanning: Package planning ... Done
1332026-05-09T03:28:20.285ZPlanning: Merging actions ... Done
1342026-05-09T03:28:20.395ZPlanning: Checking for conflicting actions ... Done
1352026-05-09T03:28:20.401ZPlanning: Consolidating action changes ... Done
1362026-05-09T03:28:21.176ZPlanning: Evaluating mediators ... Done
1372026-05-09T03:28:21.181ZPlanning: Planning completed in 8.74 seconds
1382026-05-09T03:28:21.192Z Packages to install: 2
1392026-05-09T03:28:21.195Z Mediators to change: 2
1402026-05-09T03:28:21.195Z Services to change: 1
1412026-05-09T03:28:21.195Z Create boot environment: No
1422026-05-09T03:28:21.195ZCreate backup boot environment: No
1432026-05-09T03:28:21.233Z
1442026-05-09T03:28:21.233ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-05-09T03:28:26.235ZDownload: 660/3076 items 17.5/211.3MB 8% complete (3.7M/s)
1462026-05-09T03:28:31.240ZDownload: 1110/3076 items 114.6/211.3MB 54% complete (11.5M/s)
1472026-05-09T03:28:36.281ZDownload: 2001/3076 items 117.9/211.3MB 55% complete (10.1M/s)
1482026-05-09T03:28:45.173ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (8.8M/s)
1492026-05-09T03:28:50.172ZDownload: 2884/3076 items 128.8/211.3MB 60% complete (1.9M/s)
1502026-05-09T03:28:55.625ZDownload: 3065/3076 items 209.3/211.3MB 99% complete (9.6M/s)
1512026-05-09T03:28:57.286ZDownload: Completed 211.31 MB in 36.05 seconds (5.9M/s)
1522026-05-09T03:28:57.426Z Actions: 1/3418 actions (Installing new actions)
1532026-05-09T03:29:00.562Z Actions: Completed 3418 actions in 3.14 seconds.
1542026-05-09T03:29:01.193Z Done
1552026-05-09T03:29:01.193Z Done
1562026-05-09T03:29:01.927Z Done
1572026-05-09T03:29:05.269Z Done
1582026-05-09T03:29:05.339Z Done
1592026-05-09T03:29:05.342Z Done
1602026-05-09T03:29:05.611Z Done
1612026-05-09T03:29:06.286Z++ set -o errexit
1622026-05-09T03:29:06.286Z++ cargo --version
1632026-05-09T03:29:06.294Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1642026-05-09T03:29:06.471Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1652026-05-09T03:29:06.474Zinfo: downloading 6 components
1662026-05-09T03:29:22.172Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1672026-05-09T03:29:22.175Z++ rustc --version
1682026-05-09T03:29:22.201Zrustc 1.95.0 (59807616e 2026-04-14)
1692026-05-09T03:29:22.204Z++ cargo install cargo-nextest --version 0.9.97
1702026-05-09T03:29:22.246Z Updating crates.io index
1712026-05-09T03:29:22.362Z Downloading crates ...
1722026-05-09T03:29:22.431Z Downloaded cargo-nextest v0.9.97
1732026-05-09T03:29:22.496Z Installing cargo-nextest v0.9.97
1742026-05-09T03:29:22.536Z Updating crates.io index
1752026-05-09T03:29:25.853Z Locking 404 packages to latest compatible versions
1762026-05-09T03:29:25.857Z Adding dialoguer v0.11.0 (available: v0.12.0)
1772026-05-09T03:29:25.862Z Adding duct v0.13.7 (available: v1.1.1)
1782026-05-09T03:29:25.862Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1792026-05-09T03:29:25.862Z Adding generic-array v0.14.7 (available: v0.14.9)
1802026-05-09T03:29:25.865Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1812026-05-09T03:29:25.865Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1822026-05-09T03:29:25.865Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1832026-05-09T03:29:25.866Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1842026-05-09T03:29:25.869Z Adding quick-junit v0.5.2 (available: v0.6.0)
1852026-05-09T03:29:25.888Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1862026-05-09T03:29:25.895Z Downloading crates ...
1872026-05-09T03:29:25.983Z Downloaded curve25519-dalek-derive v0.1.1
1882026-05-09T03:29:25.986Z Downloaded anstyle-parse v1.0.0
1892026-05-09T03:29:25.992Z Downloaded console v0.15.11
1902026-05-09T03:29:25.996Z Downloaded camino v1.2.2
1912026-05-09T03:29:26.001Z Downloaded cargo-platform v0.2.0
1922026-05-09T03:29:26.004Z Downloaded cargo_metadata v0.23.1
1932026-05-09T03:29:26.004Z Downloaded crypto-common v0.1.7
1942026-05-09T03:29:26.004Z Downloaded nested v0.1.1
1952026-05-09T03:29:26.007Z Downloaded serde-untagged v0.1.9
1962026-05-09T03:29:26.007Z Downloaded foreign-types v0.3.2
1972026-05-09T03:29:26.010Z Downloaded cfg-if v1.0.4
1982026-05-09T03:29:26.011Z Downloaded cargo-platform v0.3.3
1992026-05-09T03:29:26.013Z Downloaded addr2line v0.25.1
2002026-05-09T03:29:26.013Z Downloaded http-body-util v0.1.3
2012026-05-09T03:29:26.016Z Downloaded color-spantrace v0.3.0
2022026-05-09T03:29:26.017Z Downloaded filetime v0.2.28
2032026-05-09T03:29:26.023Z Downloaded rand_chacha v0.9.0
2042026-05-09T03:29:26.026Z Downloaded openssl-sys v0.9.115
2052026-05-09T03:29:26.029Z Downloaded future-queue v0.4.0
2062026-05-09T03:29:26.032Z Downloaded semver v1.0.28
2072026-05-09T03:29:26.032Z Downloaded nextest-metadata v0.12.2
2082026-05-09T03:29:26.035Z Downloaded home v0.5.12
2092026-05-09T03:29:26.035Z Downloaded rustc-hash v2.1.2
2102026-05-09T03:29:26.035Z Downloaded quinn-udp v0.5.14
2112026-05-09T03:29:26.038Z Downloaded cfg-expr v0.20.7
2122026-05-09T03:29:26.041Z Downloaded equivalent v1.0.2
2132026-05-09T03:29:26.051Z Downloaded openssl v0.10.79
2142026-05-09T03:29:26.057Z Downloaded openssl-macros v0.1.1
2152026-05-09T03:29:26.060Z Downloaded lazy_static v1.5.0
2162026-05-09T03:29:26.060Z Downloaded debug-ignore v1.0.5
2172026-05-09T03:29:26.063Z Downloaded is_terminal_polyfill v1.70.2
2182026-05-09T03:29:26.063Z Downloaded indenter v0.3.4
2192026-05-09T03:29:26.067Z Downloaded foreign-types-shared v0.1.1
2202026-05-09T03:29:26.067Z Downloaded bitflags v2.11.1
2212026-05-09T03:29:26.070Z Downloaded futures-task v0.3.32
2222026-05-09T03:29:26.070Z Downloaded futures-macro v0.3.32
2232026-05-09T03:29:26.070Z Downloaded backtrace-ext v0.2.1
2242026-05-09T03:29:26.074Z Downloaded const-oid v0.9.6
2252026-05-09T03:29:26.075Z Downloaded os_pipe v1.2.3
2262026-05-09T03:29:26.079Z Downloaded getrandom v0.3.4
2272026-05-09T03:29:26.079Z Downloaded ipnet v2.12.0
2282026-05-09T03:29:26.079Z Downloaded colorchoice v1.0.5
2292026-05-09T03:29:26.079Z Downloaded ahash v0.8.12
2302026-05-09T03:29:26.085Z Downloaded humantime-serde v1.1.1
2312026-05-09T03:29:26.085Z Downloaded nextest-workspace-hack v0.1.0
2322026-05-09T03:29:26.090Z Downloaded idna_adapter v1.0.0
2332026-05-09T03:29:26.090Z Downloaded is_ci v1.2.0
2342026-05-09T03:29:26.090Z Downloaded document-features v0.2.12
2352026-05-09T03:29:26.090Z Downloaded clap_lex v1.1.0
2362026-05-09T03:29:26.090Z Downloaded humantime v2.3.0
2372026-05-09T03:29:26.090Z Downloaded generic-array v0.14.7
2382026-05-09T03:29:26.095Z Downloaded async-scoped v0.9.0
2392026-05-09T03:29:26.095Z Downloaded erased-serde v0.4.10
2402026-05-09T03:29:26.095Z Downloaded base64 v0.22.1
2412026-05-09T03:29:26.098Z Downloaded mukti-metadata v0.3.0
2422026-05-09T03:29:26.098Z Downloaded enable-ansi-support v0.2.1
2432026-05-09T03:29:26.098Z Downloaded hyper-tls v0.6.0
2442026-05-09T03:29:26.101Z Downloaded heck v0.5.0
2452026-05-09T03:29:26.101Z Downloaded guppy-workspace-hack v0.1.0
2462026-05-09T03:29:26.101Z Downloaded cpufeatures v0.2.17
2472026-05-09T03:29:26.104Z Downloaded rand_core v0.9.5
2482026-05-09T03:29:26.104Z Downloaded serde-value v0.7.0
2492026-05-09T03:29:26.107Z Downloaded ppv-lite86 v0.2.21
2502026-05-09T03:29:26.107Z Downloaded jobserver v0.1.34
2512026-05-09T03:29:26.107Z Downloaded block-buffer v0.10.4
2522026-05-09T03:29:26.110Z Downloaded fastrand v2.4.1
2532026-05-09T03:29:26.113Z Downloaded openssl-probe v0.2.1
2542026-05-09T03:29:26.113Z Downloaded cargo-util-schemas v0.2.0
2552026-05-09T03:29:26.121Z Downloaded serde_spanned v1.1.1
2562026-05-09T03:29:26.125Z Downloaded futures-core v0.3.32
2572026-05-09T03:29:26.129Z Downloaded form_urlencoded v1.2.2
2582026-05-09T03:29:26.129Z Downloaded scopeguard v1.2.0
2592026-05-09T03:29:26.133Z Downloaded rustc_version v0.4.1
2602026-05-09T03:29:26.133Z Downloaded serde_spanned v0.6.9
2612026-05-09T03:29:26.136Z Downloaded serde_urlencoded v0.7.1
2622026-05-09T03:29:26.136Z Downloaded autocfg v1.5.0
2632026-05-09T03:29:26.139Z Downloaded indent_write v2.2.0
2642026-05-09T03:29:26.144Z Downloaded shared_child v1.1.1
2652026-05-09T03:29:26.147Z Downloaded serde_ignored v0.1.14
2662026-05-09T03:29:26.147Z Downloaded cfg_aliases v0.2.1
2672026-05-09T03:29:26.153Z Downloaded pathdiff v0.2.3
2682026-05-09T03:29:26.156Z Downloaded http-body v1.0.1
2692026-05-09T03:29:26.160Z Downloaded dialoguer v0.11.0
2702026-05-09T03:29:26.163Z Downloaded percent-encoding v2.3.2
2712026-05-09T03:29:26.163Z Downloaded crc32fast v1.5.0
2722026-05-09T03:29:26.166Z Downloaded shell-words v1.1.1
2732026-05-09T03:29:26.177Z Downloaded borsh v1.6.1
2742026-05-09T03:29:26.180Z Downloaded itoa v1.0.18
2752026-05-09T03:29:26.183Z Downloaded signature v2.2.0
2762026-05-09T03:29:26.184Z Downloaded adler2 v2.0.1
2772026-05-09T03:29:26.184Z Downloaded ordered-float v2.10.1
2782026-05-09T03:29:26.187Z Downloaded errno v0.3.14
2792026-05-09T03:29:26.190Z Downloaded sync_wrapper v1.0.2
2802026-05-09T03:29:26.193Z Downloaded atomicwrites v0.4.4
2812026-05-09T03:29:26.193Z Downloaded pin-project-internal v1.1.12
2822026-05-09T03:29:26.193Z Downloaded strip-ansi-escapes v0.2.1
2832026-05-09T03:29:26.198Z Downloaded hex v0.4.3
2842026-05-09T03:29:26.201Z Downloaded quote v1.0.45
2852026-05-09T03:29:26.204Z Downloaded fnv v1.0.7
2862026-05-09T03:29:26.204Z Downloaded supports-hyperlinks v3.2.0
2872026-05-09T03:29:26.204Z Downloaded rustc-demangle v0.1.27
2882026-05-09T03:29:26.209Z Downloaded futures-sink v0.3.32
2892026-05-09T03:29:26.209Z Downloaded pkcs8 v0.10.2
2902026-05-09T03:29:26.216Z Downloaded number_prefix v0.4.0
2912026-05-09T03:29:26.216Z Downloaded strsim v0.11.1
2922026-05-09T03:29:26.216Z Downloaded fixedbitset v0.5.7
2932026-05-09T03:29:26.216Z Downloaded lock_api v0.4.14
2942026-05-09T03:29:26.220Z Downloaded digest v0.10.7
2952026-05-09T03:29:26.220Z Downloaded signal-hook-mio v0.2.5
2962026-05-09T03:29:26.220Z Downloaded quick-junit v0.5.2
2972026-05-09T03:29:26.220Z Downloaded pkg-config v0.3.33
2982026-05-09T03:29:26.220Z Downloaded foldhash v0.1.5
2992026-05-09T03:29:26.220Z Downloaded der v0.7.10
3002026-05-09T03:29:26.224Z Downloaded num-traits v0.2.19
3012026-05-09T03:29:26.227Z Downloaded futures-channel v0.3.32
3022026-05-09T03:29:26.227Z Downloaded getrandom v0.2.17
3032026-05-09T03:29:26.227Z Downloaded supports-color v3.0.2
3042026-05-09T03:29:26.227Z Downloaded anstyle-query v1.1.5
3052026-05-09T03:29:26.231Z Downloaded atomic-waker v1.1.2
3062026-05-09T03:29:26.234Z Downloaded subtle v2.6.1
3072026-05-09T03:29:26.234Z Downloaded swrite v0.1.0
3082026-05-09T03:29:26.236Z Downloaded lru-slab v0.1.2
3092026-05-09T03:29:26.240Z Downloaded futures-io v0.3.32
3102026-05-09T03:29:26.240Z Downloaded shlex v1.3.0
3112026-05-09T03:29:26.240Z Downloaded either v1.15.0
3122026-05-09T03:29:26.240Z Downloaded flate2 v1.1.9
3132026-05-09T03:29:26.243Z Downloaded terminal_size v0.4.4
3142026-05-09T03:29:26.243Z Downloaded sigchld v0.2.4
3152026-05-09T03:29:26.250Z Downloaded native-tls v0.2.18
3162026-05-09T03:29:26.259Z Downloaded miette-derive v7.6.0
3172026-05-09T03:29:26.263Z Downloaded base64ct v1.8.3
3182026-05-09T03:29:26.266Z Downloaded slab v0.4.12
3192026-05-09T03:29:26.269Z Downloaded hyper-rustls v0.27.9
3202026-05-09T03:29:26.269Z Downloaded anstyle v1.0.14
3212026-05-09T03:29:26.269Z Downloaded newtype-uuid v1.3.2
3222026-05-09T03:29:26.273Z Downloaded static_assertions v1.1.0
3232026-05-09T03:29:26.277Z Downloaded tower-layer v0.3.3
3242026-05-09T03:29:26.280Z Downloaded tracing-error v0.2.1
3252026-05-09T03:29:26.280Z Downloaded cargo_metadata v0.20.0
3262026-05-09T03:29:26.280Z Downloaded globset v0.4.18
3272026-05-09T03:29:26.284Z Downloaded spki v0.7.3
3282026-05-09T03:29:26.288Z Downloaded rustls-pki-types v1.14.1
3292026-05-09T03:29:26.291Z Downloaded once_cell v1.21.4
3302026-05-09T03:29:26.292Z Downloaded iana-time-zone v0.1.65
3312026-05-09T03:29:26.292Z Downloaded smol_str v0.3.6
3322026-05-09T03:29:26.294Z Downloaded eyre v0.6.12
3332026-05-09T03:29:26.295Z Downloaded typeid v1.0.3
3342026-05-09T03:29:26.298Z Downloaded tower-service v0.3.3
3352026-05-09T03:29:26.298Z Downloaded supports-unicode v3.0.0
3362026-05-09T03:29:26.298Z Downloaded rand_core v0.6.4
3372026-05-09T03:29:26.298Z Downloaded log v0.4.29
3382026-05-09T03:29:26.301Z Downloaded parking_lot v0.12.5
3392026-05-09T03:29:26.304Z Downloaded unicode-linebreak v0.1.5
3402026-05-09T03:29:26.309Z Downloaded tinyvec_macros v0.1.1
3412026-05-09T03:29:26.309Z Downloaded urlencoding v2.1.3
3422026-05-09T03:29:26.314Z Downloaded self-replace v1.5.0
3432026-05-09T03:29:26.318Z Downloaded toml_write v0.1.2
3442026-05-09T03:29:26.318Z Downloaded config v0.15.22
3452026-05-09T03:29:26.321Z Downloaded convert_case v0.10.0
3462026-05-09T03:29:26.321Z Downloaded pin-project-lite v0.2.17
3472026-05-09T03:29:26.325Z Downloaded thiserror-impl v2.0.18
3482026-05-09T03:29:26.325Z Downloaded find-msvc-tools v0.1.9
3492026-05-09T03:29:26.328Z Downloaded futures-executor v0.3.32
3502026-05-09T03:29:26.328Z Downloaded toml_datetime v0.6.11
3512026-05-09T03:29:26.328Z Downloaded ed25519 v2.2.3
3522026-05-09T03:29:26.331Z Downloaded utf8parse v0.2.2
3532026-05-09T03:29:26.331Z Downloaded utf8_iter v1.0.4
3542026-05-09T03:29:26.334Z Downloaded thiserror v1.0.69
3552026-05-09T03:29:26.338Z Downloaded xattr v1.6.1
3562026-05-09T03:29:26.338Z Downloaded serde_path_to_error v0.1.20
3572026-05-09T03:29:26.341Z Downloaded try-lock v0.2.5
3582026-05-09T03:29:26.341Z Downloaded toml_writer v1.1.1+spec-1.1.0
3592026-05-09T03:29:26.341Z Downloaded thiserror-impl v1.0.69
3602026-05-09T03:29:26.344Z Downloaded owo-colors v4.3.0
3612026-05-09T03:29:26.344Z Downloaded self_update v0.42.0
3622026-05-09T03:29:26.347Z Downloaded sha2 v0.10.9
3632026-05-09T03:29:26.352Z Downloaded serde_core v1.0.228
3642026-05-09T03:29:26.356Z Downloaded clap_derive v4.6.1
3652026-05-09T03:29:26.356Z Downloaded smallvec v1.15.1
3662026-05-09T03:29:26.358Z Downloaded simd-adler32 v0.3.9
3672026-05-09T03:29:26.367Z Downloaded mio v1.2.0
3682026-05-09T03:29:26.371Z Downloaded want v0.3.1
3692026-05-09T03:29:26.376Z Downloaded version_check v0.9.5
3702026-05-09T03:29:26.378Z Downloaded target-lexicon v0.13.3
3712026-05-09T03:29:26.382Z Downloaded parking_lot_core v0.9.12
3722026-05-09T03:29:26.382Z Downloaded unicode-xid v0.2.6
3732026-05-09T03:29:26.382Z Downloaded indicatif v0.17.11
3742026-05-09T03:29:26.385Z Downloaded duct v0.13.7
3752026-05-09T03:29:26.385Z Downloaded camino-tempfile v1.4.1
3762026-05-09T03:29:26.391Z Downloaded target-spec-miette v0.4.6
3772026-05-09T03:29:26.395Z Downloaded litrs v1.0.0
3782026-05-09T03:29:26.398Z Downloaded target-spec v3.6.0
3792026-05-09T03:29:26.398Z Downloaded tokio-macros v2.7.0
3802026-05-09T03:29:26.398Z Downloaded tracing-log v0.2.0
3812026-05-09T03:29:26.398Z Downloaded thiserror v2.0.18
3822026-05-09T03:29:26.401Z Downloaded toml_parser v1.1.2+spec-1.1.0
3832026-05-09T03:29:26.404Z Downloaded tokio-native-tls v0.3.1
3842026-05-09T03:29:26.407Z Downloaded zstd v0.13.3
3852026-05-09T03:29:26.407Z Downloaded zstd-safe v7.2.4
3862026-05-09T03:29:26.410Z Downloaded unicase v2.9.0
3872026-05-09T03:29:26.410Z Downloaded miette v7.6.0
3882026-05-09T03:29:26.413Z Downloaded nextest-filtering v0.15.0
3892026-05-09T03:29:26.413Z Downloaded anstream v1.0.0
3902026-05-09T03:29:26.416Z Downloaded signal-hook v0.3.18
3912026-05-09T03:29:26.416Z Downloaded httparse v1.10.1
3922026-05-09T03:29:26.422Z Downloaded signal-hook-registry v1.4.8
3932026-05-09T03:29:26.425Z Downloaded toml v0.8.23
3942026-05-09T03:29:26.428Z Downloaded zipsign-api v0.1.5
3952026-05-09T03:29:26.432Z Downloaded thread_local v1.1.9
3962026-05-09T03:29:26.432Z Downloaded sharded-slab v0.1.7
3972026-05-09T03:29:26.436Z Downloaded hyper-util v0.1.20
3982026-05-09T03:29:26.440Z Downloaded socket2 v0.6.3
3992026-05-09T03:29:26.444Z Downloaded getrandom v0.4.2
4002026-05-09T03:29:26.447Z Downloaded futures v0.3.32
4012026-05-09T03:29:26.450Z Downloaded ryu v1.0.23
4022026-05-09T03:29:26.456Z Downloaded untrusted v0.9.0
4032026-05-09T03:29:26.459Z Downloaded zeroize v1.8.2
4042026-05-09T03:29:26.462Z Downloaded zmij v1.0.21
4052026-05-09T03:29:26.462Z Downloaded proc-macro2 v1.0.106
4062026-05-09T03:29:26.466Z Downloaded xxhash-rust v0.8.15
4072026-05-09T03:29:26.469Z Downloaded pin-project v1.1.12
4082026-05-09T03:29:26.474Z Downloaded tokio-rustls v0.26.4
4092026-05-09T03:29:26.477Z Downloaded miniz_oxide v0.8.9
4102026-05-09T03:29:26.477Z Downloaded crossterm v0.29.0
4112026-05-09T03:29:26.483Z Downloaded cc v1.2.62
4122026-05-09T03:29:26.488Z Downloaded tokio-stream v0.1.18
4132026-05-09T03:29:26.494Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4142026-05-09T03:29:26.508Z Downloaded tracing-attributes v0.1.31
4152026-05-09T03:29:26.511Z Downloaded vte v0.14.1
4162026-05-09T03:29:26.514Z Downloaded toml_edit v0.22.27
4172026-05-09T03:29:26.517Z Downloaded textwrap v0.16.2
4182026-05-09T03:29:26.523Z Downloaded bytes v1.11.1
4192026-05-09T03:29:26.530Z Downloaded tracing-core v0.1.36
4202026-05-09T03:29:26.533Z Downloaded serde v1.0.228
4212026-05-09T03:29:26.537Z Downloaded rustls-webpki v0.103.13
4222026-05-09T03:29:26.541Z Downloaded tempfile v3.27.0
4232026-05-09T03:29:26.541Z Downloaded memchr v2.8.0
4242026-05-09T03:29:26.545Z Downloaded toml v1.1.2+spec-1.1.0
4252026-05-09T03:29:26.548Z Downloaded unicode-ident v1.0.24
4262026-05-09T03:29:26.552Z Downloaded derive-where v1.6.1
4272026-05-09T03:29:26.552Z Downloaded quinn v0.11.9
4282026-05-09T03:29:26.555Z Downloaded tar v0.4.45
4292026-05-09T03:29:26.562Z Downloaded serde_derive v1.0.228
4302026-05-09T03:29:26.565Z Downloaded ed25519-dalek v2.2.0
4312026-05-09T03:29:26.575Z Downloaded rand v0.9.4
4322026-05-09T03:29:26.575Z Downloaded clap v4.6.1
4332026-05-09T03:29:26.575Z Downloaded uuid v1.23.1
4342026-05-09T03:29:26.578Z Downloaded backtrace v0.3.76
4352026-05-09T03:29:26.587Z Downloaded tinyvec v1.11.0
4362026-05-09T03:29:26.591Z Downloaded hyper v1.9.0
4372026-05-09T03:29:26.597Z Downloaded indexmap v2.14.0
4382026-05-09T03:29:26.615Z Downloaded http v1.4.0
4392026-05-09T03:29:26.621Z Downloaded derive_more-impl v2.1.1
4402026-05-09T03:29:26.629Z Downloaded derive_more v2.1.1
4412026-05-09T03:29:26.636Z Downloaded ron v0.12.1
4422026-05-09T03:29:26.655Z Downloaded url v2.5.8
4432026-05-09T03:29:26.658Z Downloaded idna v1.1.0
4442026-05-09T03:29:26.661Z Downloaded reqwest v0.12.28
4452026-05-09T03:29:26.664Z Downloaded hashbrown v0.15.5
4462026-05-09T03:29:26.667Z Downloaded guppy v0.17.25
4472026-05-09T03:29:26.670Z Downloaded typenum v1.20.0
4482026-05-09T03:29:26.675Z Downloaded pulldown-cmark v0.13.3
4492026-05-09T03:29:26.680Z Downloaded unicode-segmentation v1.13.2
4502026-05-09T03:29:26.689Z Downloaded tokio-util v0.7.18
4512026-05-09T03:29:26.693Z Downloaded itertools v0.14.0
4522026-05-09T03:29:26.700Z Downloaded tower v0.5.3
4532026-05-09T03:29:26.704Z Downloaded unicode-normalization v0.1.25
4542026-05-09T03:29:26.708Z Downloaded regex v1.12.3
4552026-05-09T03:29:26.725Z Downloaded portable-atomic v1.13.1
4562026-05-09T03:29:26.729Z Downloaded quick-xml v0.38.4
4572026-05-09T03:29:26.732Z Downloaded aho-corasick v1.1.4
4582026-05-09T03:29:26.748Z Downloaded hashbrown v0.17.0
4592026-05-09T03:29:26.752Z Downloaded serde_json v1.0.149
4602026-05-09T03:29:26.762Z Downloaded quick-xml v0.37.5
4612026-05-09T03:29:26.766Z Downloaded tower-http v0.6.10
4622026-05-09T03:29:26.771Z Downloaded h2 v0.4.14
4632026-05-09T03:29:26.777Z Downloaded winnow v1.0.2
4642026-05-09T03:29:26.782Z Downloaded winnow v0.7.15
4652026-05-09T03:29:26.787Z Downloaded futures-util v0.3.32
4662026-05-09T03:29:26.794Z Downloaded clap_builder v4.6.0
4672026-05-09T03:29:26.823Z Downloaded quinn-proto v0.11.14
4682026-05-09T03:29:26.853Z Downloaded tracing-subscriber v0.3.23
4692026-05-09T03:29:26.858Z Downloaded chrono v0.4.44
4702026-05-09T03:29:26.872Z Downloaded unicode-width v0.2.2
4712026-05-09T03:29:26.876Z Downloaded nextest-runner v0.80.0
4722026-05-09T03:29:26.886Z Downloaded webpki-roots v1.0.7
4732026-05-09T03:29:26.888Z Downloaded vcpkg v0.2.15
4742026-05-09T03:29:26.907Z Downloaded syn v2.0.117
4752026-05-09T03:29:26.913Z Downloaded unicode-width v0.1.14
4762026-05-09T03:29:26.916Z Downloaded object v0.37.3
4772026-05-09T03:29:26.923Z Downloaded gimli v0.32.3
4782026-05-09T03:29:26.926Z Downloaded curve25519-dalek v4.1.3
4792026-05-09T03:29:26.931Z Downloaded rustls v0.23.40
4802026-05-09T03:29:26.937Z Downloaded zerocopy v0.8.48
4812026-05-09T03:29:26.948Z Downloaded rustix v0.38.44
4822026-05-09T03:29:26.959Z Downloaded bstr v1.12.1
4832026-05-09T03:29:26.964Z Downloaded regex-syntax v0.8.10
4842026-05-09T03:29:26.968Z Downloaded nix v0.30.1
4852026-05-09T03:29:26.974Z Downloaded rustix v1.1.4
4862026-05-09T03:29:27.001Z Downloaded tracing v0.1.44
4872026-05-09T03:29:27.020Z Downloaded color-eyre v0.6.5
4882026-05-09T03:29:27.033Z Downloaded regex-automata v0.4.14
4892026-05-09T03:29:27.061Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-05-09T03:29:27.071Z Downloaded tokio v1.52.3
4912026-05-09T03:29:27.103Z Downloaded libc v0.2.186
4922026-05-09T03:29:27.121Z Downloaded petgraph v0.8.3
4932026-05-09T03:29:27.192Z Downloaded ring v0.17.14
4942026-05-09T03:29:27.214Z Downloaded recursion v0.5.4
4952026-05-09T03:29:27.255Z Compiling proc-macro2 v1.0.106
4962026-05-09T03:29:27.255Z Compiling libc v0.2.186
4972026-05-09T03:29:27.255Z Compiling unicode-ident v1.0.24
4982026-05-09T03:29:27.259Z Compiling quote v1.0.45
4992026-05-09T03:29:27.259Z Compiling serde_core v1.0.228
5002026-05-09T03:29:27.259Z Compiling cfg-if v1.0.4
5012026-05-09T03:29:27.259Z Compiling memchr v2.8.0
5022026-05-09T03:29:27.259Z Compiling once_cell v1.21.4
5032026-05-09T03:29:27.478Z Compiling log v0.4.29
5042026-05-09T03:29:27.500Z Compiling pin-project-lite v0.2.17
5052026-05-09T03:29:27.592Z Compiling serde v1.0.228
5062026-05-09T03:29:27.638Z Compiling itoa v1.0.18
5072026-05-09T03:29:27.811Z Compiling smallvec v1.15.1
5082026-05-09T03:29:27.884Z Compiling futures-core v0.3.32
5092026-05-09T03:29:27.952Z Compiling bitflags v2.11.1
5102026-05-09T03:29:28.040Z Compiling find-msvc-tools v0.1.9
5112026-05-09T03:29:28.056Z Compiling shlex v1.3.0
5122026-05-09T03:29:28.256Z Compiling errno v0.3.14
5132026-05-09T03:29:28.270Z Compiling hashbrown v0.17.0
5142026-05-09T03:29:28.347Z Compiling equivalent v1.0.2
5152026-05-09T03:29:28.401Z Compiling signal-hook-registry v1.4.8
5162026-05-09T03:29:28.452Z Compiling bytes v1.11.1
5172026-05-09T03:29:28.535Z Compiling jobserver v0.1.34
5182026-05-09T03:29:28.579Z Compiling mio v1.2.0
5192026-05-09T03:29:28.652Z Compiling syn v2.0.117
5202026-05-09T03:29:28.709Z Compiling rustix v1.1.4
5212026-05-09T03:29:28.865Z Compiling cc v1.2.62
5222026-05-09T03:29:28.980Z Compiling futures-sink v0.3.32
5232026-05-09T03:29:28.999Z Compiling socket2 v0.6.3
5242026-05-09T03:29:29.092Z Compiling slab v0.4.12
5252026-05-09T03:29:29.302Z Compiling zmij v1.0.21
5262026-05-09T03:29:29.314Z Compiling futures-channel v0.3.32
5272026-05-09T03:29:29.367Z Compiling tracing-core v0.1.36
5282026-05-09T03:29:29.575Z Compiling version_check v0.9.5
5292026-05-09T03:29:29.654Z Compiling serde_json v1.0.149
5302026-05-09T03:29:29.818Z Compiling indexmap v2.14.0
5312026-05-09T03:29:29.919Z Compiling getrandom v0.4.2
5322026-05-09T03:29:29.931Z Compiling futures-io v0.3.32
5332026-05-09T03:29:30.132Z Compiling futures-task v0.3.32
5342026-05-09T03:29:30.174Z Compiling unicode-width v0.2.2
5352026-05-09T03:29:30.207Z Compiling percent-encoding v2.3.2
5362026-05-09T03:29:30.307Z Compiling camino v1.2.2
5372026-05-09T03:29:30.480Z Compiling ring v0.17.14
5382026-05-09T03:29:30.480Z Compiling http v1.4.0
5392026-05-09T03:29:30.632Z Compiling zeroize v1.8.2
5402026-05-09T03:29:30.635Z Compiling adler2 v2.0.1
5412026-05-09T03:29:30.695Z Compiling simd-adler32 v0.3.9
5422026-05-09T03:29:30.804Z Compiling autocfg v1.5.0
5432026-05-09T03:29:30.841Z Compiling miniz_oxide v0.8.9
5442026-05-09T03:29:31.150Z Compiling num-traits v0.2.19
5452026-05-09T03:29:31.391Z Compiling zerocopy v0.8.48
5462026-05-09T03:29:31.541Z Compiling getrandom v0.3.4
5472026-05-09T03:29:31.704Z Compiling object v0.37.3
5482026-05-09T03:29:31.779Z Compiling target-lexicon v0.13.3
5492026-05-09T03:29:32.046Z Compiling http-body v1.0.1
5502026-05-09T03:29:32.108Z Compiling rustls-pki-types v1.14.1
5512026-05-09T03:29:32.186Z Compiling serde_derive v1.0.228
5522026-05-09T03:29:32.198Z Compiling tokio-macros v2.7.0
5532026-05-09T03:29:32.255Z Compiling futures-macro v0.3.32
5542026-05-09T03:29:32.255Z Compiling tracing-attributes v0.1.31
5552026-05-09T03:29:32.416Z Compiling form_urlencoded v1.2.2
5562026-05-09T03:29:32.680Z Compiling semver v1.0.28
5572026-05-09T03:29:32.779Z Compiling getrandom v0.2.17
5582026-05-09T03:29:32.930Z Compiling tokio v1.52.3
5592026-05-09T03:29:32.966Z Compiling gimli v0.32.3
5602026-05-09T03:29:32.978Z Compiling owo-colors v4.3.0
5612026-05-09T03:29:33.076Z Compiling futures-util v0.3.32
5622026-05-09T03:29:33.312Z Compiling idna_adapter v1.0.0
5632026-05-09T03:29:33.336Z Compiling guppy-workspace-hack v0.1.0
5642026-05-09T03:29:33.415Z Compiling untrusted v0.9.0
5652026-05-09T03:29:33.468Z Compiling tracing v0.1.44
5662026-05-09T03:29:33.543Z Compiling utf8_iter v1.0.4
5672026-05-09T03:29:33.561Z Compiling fnv v1.0.7
5682026-05-09T03:29:33.659Z Compiling signal-hook v0.3.18
5692026-05-09T03:29:33.697Z Compiling thiserror v2.0.18
5702026-05-09T03:29:33.804Z Compiling httparse v1.10.1
5712026-05-09T03:29:33.897Z Compiling idna v1.1.0
5722026-05-09T03:29:34.252Z Compiling thiserror-impl v2.0.18
5732026-05-09T03:29:35.439Z Compiling addr2line v0.25.1
5742026-05-09T03:29:35.574Z Compiling generic-array v0.14.7
5752026-05-09T03:29:35.687Z Compiling fastrand v2.4.1
5762026-05-09T03:29:35.720Z Compiling rustc-demangle v0.1.27
5772026-05-09T03:29:35.810Z Compiling typeid v1.0.3
5782026-05-09T03:29:35.872Z Compiling tower-service v0.3.3
5792026-05-09T03:29:35.972Z Compiling rustls v0.23.40
5802026-05-09T03:29:36.018Z Compiling thiserror v1.0.69
5812026-05-09T03:29:36.105Z Compiling target-spec v3.6.0
5822026-05-09T03:29:36.195Z Compiling atomic-waker v1.1.2
5832026-05-09T03:29:36.326Z Compiling pkg-config v0.3.33
5842026-05-09T03:29:36.331Z Compiling try-lock v0.2.5
5852026-05-09T03:29:36.446Z Compiling want v0.3.1
5862026-05-09T03:29:36.623Z Compiling tempfile v3.27.0
5872026-05-09T03:29:36.704Z Compiling cfg-expr v0.20.7
5882026-05-09T03:29:36.761Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5892026-05-09T03:29:36.783Z Compiling tokio-util v0.7.18
5902026-05-09T03:29:37.532Z Compiling h2 v0.4.14
5912026-05-09T03:29:37.879Z Compiling url v2.5.8
5922026-05-09T03:29:38.205Z Compiling backtrace v0.3.76
5932026-05-09T03:29:38.467Z Compiling thiserror-impl v1.0.69
5942026-05-09T03:29:38.496Z Compiling terminal_size v0.4.4
5952026-05-09T03:29:38.651Z Compiling aho-corasick v1.1.4
5962026-05-09T03:29:38.776Z Compiling typenum v1.20.0
5972026-05-09T03:29:39.457Z Compiling subtle v2.6.1
5982026-05-09T03:29:39.610Z Compiling rustls-webpki v0.103.13
5992026-05-09T03:29:39.621Z Compiling regex-syntax v0.8.10
6002026-05-09T03:29:40.335Z Compiling erased-serde v0.4.10
6012026-05-09T03:29:40.663Z Compiling winnow v0.7.15
6022026-05-09T03:29:42.193Z Compiling regex-automata v0.4.14
6032026-05-09T03:29:42.570Z Compiling hyper v1.9.0
6042026-05-09T03:29:44.114Z Compiling serde_spanned v0.6.9
6052026-05-09T03:29:44.275Z Compiling toml_datetime v0.6.11
6062026-05-09T03:29:44.641Z Compiling ahash v0.8.12
6072026-05-09T03:29:44.900Z Compiling sync_wrapper v1.0.2
6082026-05-09T03:29:45.016Z Compiling either v1.15.0
6092026-05-09T03:29:45.240Z Compiling tower-layer v0.3.3
6102026-05-09T03:29:45.444Z Compiling parking_lot_core v0.9.12
6112026-05-09T03:29:45.725Z Compiling crc32fast v1.5.0
6122026-05-09T03:29:45.736Z Compiling unicode-segmentation v1.13.2
6132026-05-09T03:29:46.024Z Compiling unicode-linebreak v0.1.5
6142026-05-09T03:29:46.135Z Compiling foldhash v0.1.5
6152026-05-09T03:29:46.241Z Compiling portable-atomic v1.13.1
6162026-05-09T03:29:46.291Z Compiling toml_write v0.1.2
6172026-05-09T03:29:46.344Z Compiling base64 v0.22.1
6182026-05-09T03:29:46.540Z Compiling lazy_static v1.5.0
6192026-05-09T03:29:46.647Z Compiling ipnet v2.12.0
6202026-05-09T03:29:46.688Z Compiling nextest-workspace-hack v0.1.0
6212026-05-09T03:29:46.779Z Compiling is_ci v1.2.0
6222026-05-09T03:29:46.893Z Compiling supports-color v3.0.2
6232026-05-09T03:29:46.937Z Compiling hyper-util v0.1.20
6242026-05-09T03:29:46.951Z Compiling sharded-slab v0.1.7
6252026-05-09T03:29:47.109Z Compiling toml_edit v0.22.27
6262026-05-09T03:29:47.144Z Compiling hashbrown v0.15.5
6272026-05-09T03:29:47.550Z Compiling textwrap v0.16.2
6282026-05-09T03:29:47.766Z Compiling convert_case v0.10.0
6292026-05-09T03:29:47.925Z Compiling tokio-rustls v0.26.4
6302026-05-09T03:29:48.019Z Compiling tower v0.5.3
6312026-05-09T03:29:48.604Z Compiling backtrace-ext v0.2.1
6322026-05-09T03:29:48.847Z Compiling ordered-float v2.10.1
6332026-05-09T03:29:48.861Z Compiling webpki-roots v1.0.7
6342026-05-09T03:29:48.946Z Compiling miette-derive v7.6.0
6352026-05-09T03:29:48.975Z Compiling pathdiff v0.2.3
6362026-05-09T03:29:49.101Z Compiling console v0.15.11
6372026-05-09T03:29:49.121Z Compiling tracing-log v0.2.0
6382026-05-09T03:29:49.474Z Compiling cargo-platform v0.3.3
6392026-05-09T03:29:49.576Z Compiling os_pipe v1.2.3
6402026-05-09T03:29:49.746Z Compiling thread_local v1.1.9
6412026-05-09T03:29:50.027Z Compiling utf8parse v0.2.2
6422026-05-09T03:29:50.058Z Compiling winnow v1.0.2
6432026-05-09T03:29:50.105Z Compiling pulldown-cmark v0.13.3
6442026-05-09T03:29:50.135Z Compiling scopeguard v1.2.0
6452026-05-09T03:29:50.242Z Compiling debug-ignore v1.0.5
6462026-05-09T03:29:50.337Z Compiling unicode-width v0.1.14
6472026-05-09T03:29:50.353Z Compiling fixedbitset v0.5.7
6482026-05-09T03:29:50.640Z Compiling supports-hyperlinks v3.2.0
6492026-05-09T03:29:50.758Z Compiling ryu v1.0.23
6502026-05-09T03:29:50.867Z Compiling cfg_aliases v0.2.1
6512026-05-09T03:29:50.882Z Compiling zstd-safe v7.2.4
6522026-05-09T03:29:50.944Z Compiling rustix v0.38.44
6532026-05-09T03:29:51.076Z Compiling supports-unicode v3.0.0
6542026-05-09T03:29:51.131Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-05-09T03:29:51.247Z Compiling miette v7.6.0
6562026-05-09T03:29:51.384Z Compiling nix v0.30.1
6572026-05-09T03:29:51.506Z Compiling serde_urlencoded v0.7.1
6582026-05-09T03:29:51.777Z Compiling petgraph v0.8.3
6592026-05-09T03:29:51.841Z Compiling lock_api v0.4.14
6602026-05-09T03:29:52.100Z Compiling anstyle-parse v1.0.0
6612026-05-09T03:29:52.325Z Compiling tracing-subscriber v0.3.23
6622026-05-09T03:29:52.449Z Compiling sigchld v0.2.4
6632026-05-09T03:29:52.644Z Compiling cargo_metadata v0.23.1
6642026-05-09T03:29:53.326Z Compiling serde-value v0.7.0
6652026-05-09T03:29:53.732Z Compiling hyper-rustls v0.27.9
6662026-05-09T03:29:54.085Z Compiling toml v0.8.23
6672026-05-09T03:29:54.415Z Compiling serde-untagged v0.1.9
6682026-05-09T03:29:54.783Z Compiling tower-http v0.6.10
6692026-05-09T03:29:55.454Z Compiling derive_more-impl v2.1.1
6702026-05-09T03:29:55.970Z Compiling itertools v0.14.0
6712026-05-09T03:29:56.264Z Compiling regex v1.12.3
6722026-05-09T03:29:56.439Z Compiling block-buffer v0.10.4
6732026-05-09T03:29:56.589Z Compiling crypto-common v0.1.7
6742026-05-09T03:29:56.607Z Compiling ppv-lite86 v0.2.21
6752026-05-09T03:29:56.721Z Compiling rand_core v0.9.5
6762026-05-09T03:29:56.928Z Compiling futures-executor v0.3.32
6772026-05-09T03:29:56.946Z Compiling pin-project-internal v1.1.12
6782026-05-09T03:29:56.968Z Compiling http-body-util v0.1.3
6792026-05-09T03:29:57.237Z Compiling uuid v1.23.1
6802026-05-09T03:29:57.441Z Compiling smol_str v0.3.6
6812026-05-09T03:29:57.454Z Compiling toml_datetime v1.1.1+spec-1.1.0
6822026-05-09T03:29:57.671Z Compiling serde_spanned v1.1.1
6832026-05-09T03:29:57.773Z Compiling filetime v0.2.28
6842026-05-09T03:29:57.786Z Compiling vte v0.14.1
6852026-05-09T03:29:57.815Z Compiling bstr v1.12.1
6862026-05-09T03:29:57.859Z Compiling litrs v1.0.0
6872026-05-09T03:29:57.975Z Compiling nested v0.1.1
6882026-05-09T03:29:57.993Z Compiling colorchoice v1.0.5
6892026-05-09T03:29:58.005Z Compiling static_assertions v1.1.0
6902026-05-09T03:29:58.019Z Compiling number_prefix v0.4.0
6912026-05-09T03:29:58.075Z Compiling anstyle v1.0.14
6922026-05-09T03:29:58.106Z Compiling anstyle-query v1.1.5
6932026-05-09T03:29:58.162Z Compiling unicase v2.9.0
6942026-05-09T03:29:58.174Z Compiling unicode-xid v0.2.6
6952026-05-09T03:29:58.209Z Compiling eyre v0.6.12
6962026-05-09T03:29:58.301Z Compiling is_terminal_polyfill v1.70.2
6972026-05-09T03:29:58.314Z Compiling xattr v1.6.1
6982026-05-09T03:29:58.338Z Compiling iana-time-zone v0.1.65
6992026-05-09T03:29:58.354Z Compiling color-spantrace v0.3.0
7002026-05-09T03:29:58.392Z Compiling tinyvec_macros v0.1.1
7012026-05-09T03:29:58.463Z Compiling self_update v0.42.0
7022026-05-09T03:29:58.504Z Compiling chrono v0.4.44
7032026-05-09T03:29:58.688Z Compiling tinyvec v1.11.0
7042026-05-09T03:29:58.703Z Compiling tar v0.4.45
7052026-05-09T03:29:58.730Z Compiling anstream v1.0.0
7062026-05-09T03:29:58.781Z Compiling document-features v0.2.12
7072026-05-09T03:29:59.098Z Compiling cargo-util-schemas v0.2.0
7082026-05-09T03:29:59.217Z Compiling globset v0.4.18
7092026-05-09T03:29:59.366Z Compiling indicatif v0.17.11
7102026-05-09T03:30:00.182Z Compiling guppy v0.17.25
7112026-05-09T03:30:01.184Z Compiling pin-project v1.1.12
7122026-05-09T03:30:01.288Z Compiling strip-ansi-escapes v0.2.1
7132026-05-09T03:30:01.557Z Compiling toml v1.1.2+spec-1.1.0
7142026-05-09T03:30:01.697Z Compiling nextest-metadata v0.12.2
7152026-05-09T03:30:01.783Z Compiling newtype-uuid v1.3.2
7162026-05-09T03:30:01.878Z Compiling reqwest v0.12.28
7172026-05-09T03:30:01.972Z Compiling futures v0.3.32
7182026-05-09T03:30:02.057Z Compiling rand_chacha v0.9.0
7192026-05-09T03:30:02.455Z Compiling digest v0.10.7
7202026-05-09T03:30:02.492Z Compiling derive_more v2.1.1
7212026-05-09T03:30:02.573Z Compiling flate2 v1.1.9
7222026-05-09T03:30:02.605Z Compiling parking_lot v0.12.5
7232026-05-09T03:30:02.671Z Compiling tracing-error v0.2.1
7242026-05-09T03:30:02.900Z Compiling shared_child v1.1.1
7252026-05-09T03:30:03.446Z Compiling signal-hook-mio v0.2.5
7262026-05-09T03:30:03.507Z Compiling self-replace v1.5.0
7272026-05-09T03:30:03.580Z Compiling cargo-platform v0.2.0
7282026-05-09T03:30:03.801Z Compiling quick-xml v0.37.5
7292026-05-09T03:30:04.135Z Compiling quick-xml v0.38.4
7302026-05-09T03:30:04.527Z Compiling shell-words v1.1.1
7312026-05-09T03:30:04.760Z Compiling heck v0.5.0
7322026-05-09T03:30:04.961Z Compiling strsim v0.11.1
7332026-05-09T03:30:05.007Z Compiling humantime v2.3.0
7342026-05-09T03:30:05.325Z Compiling indenter v0.3.4
7352026-05-09T03:30:05.432Z Compiling urlencoding v2.1.3
7362026-05-09T03:30:05.670Z Compiling cpufeatures v0.2.17
7372026-05-09T03:30:05.705Z Compiling recursion v0.5.4
7382026-05-09T03:30:05.743Z Compiling clap_lex v1.1.0
7392026-05-09T03:30:05.760Z Compiling sha2 v0.10.9
7402026-05-09T03:30:05.840Z Compiling nextest-filtering v0.15.0
7412026-05-09T03:30:06.099Z Compiling clap_builder v4.6.0
7422026-05-09T03:30:06.974Z Compiling humantime-serde v1.1.1
7432026-05-09T03:30:07.136Z Compiling clap_derive v4.6.1
7442026-05-09T03:30:07.362Z Compiling quick-junit v0.5.2
7452026-05-09T03:30:08.916Z Compiling atomicwrites v0.4.4
7462026-05-09T03:30:09.194Z Compiling cargo_metadata v0.20.0
7472026-05-09T03:30:09.761Z Compiling crossterm v0.29.0
7482026-05-09T03:30:10.475Z Compiling cargo-nextest v0.9.97
7492026-05-09T03:30:11.660Z Compiling duct v0.13.7
7502026-05-09T03:30:12.290Z Compiling zstd v0.13.3
7512026-05-09T03:30:12.715Z Compiling rand v0.9.4
7522026-05-09T03:30:12.761Z Compiling config v0.15.22
7532026-05-09T03:30:12.964Z Compiling async-scoped v0.9.0
7542026-05-09T03:30:13.158Z Compiling unicode-normalization v0.1.25
7552026-05-09T03:30:13.370Z Compiling target-spec-miette v0.4.6
7562026-05-09T03:30:13.466Z Compiling future-queue v0.4.0
7572026-05-09T03:30:13.743Z Compiling mukti-metadata v0.3.0
7582026-05-09T03:30:13.755Z Compiling camino-tempfile v1.4.1
7592026-05-09T03:30:13.770Z Compiling tokio-stream v0.1.18
7602026-05-09T03:30:13.970Z Compiling derive-where v1.6.1
7612026-05-09T03:30:14.181Z Compiling serde_ignored v0.1.14
7622026-05-09T03:30:14.225Z Compiling serde_path_to_error v0.1.20
7632026-05-09T03:30:14.310Z Compiling home v0.5.12
7642026-05-09T03:30:14.403Z Compiling hex v0.4.3
7652026-05-09T03:30:14.417Z Compiling swrite v0.1.0
7662026-05-09T03:30:14.474Z Compiling indent_write v2.2.0
7672026-05-09T03:30:14.517Z Compiling xxhash-rust v0.8.15
7682026-05-09T03:30:14.620Z Compiling color-eyre v0.6.5
7692026-05-09T03:30:14.690Z Compiling clap v4.6.1
7702026-05-09T03:30:14.693Z Compiling dialoguer v0.11.0
7712026-05-09T03:30:14.714Z Compiling enable-ansi-support v0.2.1
7722026-05-09T03:30:15.202Z Compiling nextest-runner v0.80.0
7732026-05-09T03:30:33.144Z Finished `release` profile [optimized] target(s) in 1m 10s
7742026-05-09T03:30:33.330Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-05-09T03:30:33.333Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-05-09T03:30:33.449Z+ banner ddm
7772026-05-09T03:30:33.453Z
7782026-05-09T03:30:33.453Z ##### ##### # #
7792026-05-09T03:30:33.453Z # # # # ## ##
7802026-05-09T03:30:33.453Z # # # # # ## #
7812026-05-09T03:30:33.453Z # # # # # #
7822026-05-09T03:30:33.453Z # # # # # #
7832026-05-09T03:30:33.453Z ##### ##### # #
7842026-05-09T03:30:33.453Z
7852026-05-09T03:30:33.453Z+ cargo nextest run -p ddm --nocapture
7862026-05-09T03:30:33.606Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-05-09T03:30:34.180ZFrom https://github.com/oxidecomputer/falcon
7882026-05-09T03:30:34.180Z * [new ref] d9ae0618bac92b01623d0c3119d831d2ea8cefa2 -> refs/commit/d9ae0618bac92b01623d0c3119d831d2ea8cefa2
7892026-05-09T03:30:34.256Z Updating crates.io index
7902026-05-09T03:30:34.293Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-05-09T03:30:35.005ZFrom https://github.com/oxidecomputer/dendrite
7922026-05-09T03:30:35.005Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7932026-05-09T03:30:35.095Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-05-09T03:30:35.334ZFrom https://github.com/oxidecomputer/ispf
7952026-05-09T03:30:35.334Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7962026-05-09T03:30:35.340Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-05-09T03:30:35.670ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-05-09T03:30:35.670Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7992026-05-09T03:30:35.678Z Updating git repository `https://github.com/oxidecomputer/omicron`
8002026-05-09T03:30:42.489ZFrom https://github.com/oxidecomputer/omicron
8012026-05-09T03:30:42.489Z * [new ref] 9e56717d4317e832fbfe272216fe1b8c8ea98ce3 -> refs/commit/9e56717d4317e832fbfe272216fe1b8c8ea98ce3
8022026-05-09T03:30:42.892Z Updating git repository `https://github.com/oxidecomputer/opte`
8032026-05-09T03:30:43.485ZFrom https://github.com/oxidecomputer/opte
8042026-05-09T03:30:43.485Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8052026-05-09T03:30:43.707Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-05-09T03:30:43.954ZFrom https://github.com/illumos/smf-rs
8072026-05-09T03:30:43.954Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-05-09T03:30:44.096Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-05-09T03:30:44.340ZFrom https://github.com/oxidecomputer/network-interface
8102026-05-09T03:30:44.340Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-05-09T03:30:44.378Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-05-09T03:30:44.650ZFrom https://github.com/oxidecomputer/zone
8132026-05-09T03:30:44.650Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-05-09T03:30:44.658Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-05-09T03:30:45.294ZFrom https://github.com/oxidecomputer/propolis
8162026-05-09T03:30:45.294Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-05-09T03:30:45.360Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-05-09T03:30:45.872ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-05-09T03:30:45.872Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8202026-05-09T03:30:46.012Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-05-09T03:30:46.276ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-05-09T03:30:46.276Z * [new ref] 0805292e45f48300a51c635d79ea10f332f85d0d -> refs/commit/0805292e45f48300a51c635d79ea10f332f85d0d
8232026-05-09T03:30:46.283Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-05-09T03:30:46.570ZFrom https://github.com/jmesmon/rust-libzfs
8252026-05-09T03:30:46.570Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-05-09T03:30:46.578Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-05-09T03:30:46.821ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-05-09T03:30:46.821Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-05-09T03:30:46.888Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-05-09T03:30:47.207ZFrom https://github.com/oxidecomputer/lldp
8312026-05-09T03:30:47.207Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8322026-05-09T03:30:47.359Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-05-09T03:30:47.610ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-05-09T03:30:47.610Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-05-09T03:30:47.633Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-05-09T03:30:47.926ZFrom https://github.com/oxidecomputer/tufaceous
8372026-05-09T03:30:47.926Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8382026-05-09T03:30:48.065Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-05-09T03:30:48.504ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-05-09T03:30:48.505Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8412026-05-09T03:30:48.530Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-05-09T03:30:49.325ZFrom https://github.com/oxidecomputer/crucible
8432026-05-09T03:30:49.325Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-05-09T03:30:49.517Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-05-09T03:30:49.788ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-05-09T03:30:49.788Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-05-09T03:30:50.089Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-05-09T03:30:50.422ZFrom https://github.com/oxidecomputer/propolis
8492026-05-09T03:30:50.422Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8502026-05-09T03:30:50.557Z Updating git repository `https://github.com/oxidecomputer/tofino`
8512026-05-09T03:30:50.904ZFrom https://github.com/oxidecomputer/tofino
8522026-05-09T03:30:50.904Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8532026-05-09T03:30:50.933Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8542026-05-09T03:30:51.574ZFrom https://github.com/oxidecomputer/maghemite
8552026-05-09T03:30:51.574Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8562026-05-09T03:30:51.654Z Updating git repository `https://github.com/oxidecomputer/clickward`
8572026-05-09T03:30:51.921ZFrom https://github.com/oxidecomputer/clickward
8582026-05-09T03:30:51.921Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8592026-05-09T03:30:51.929Z Updating git repository `https://github.com/oxidecomputer/crucible`
8602026-05-09T03:30:52.291ZFrom https://github.com/oxidecomputer/crucible
8612026-05-09T03:30:52.291Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8622026-05-09T03:30:52.501Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8632026-05-09T03:30:52.785ZFrom https://github.com/oxidecomputer/illumos-devinfo
8642026-05-09T03:30:52.785Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8652026-05-09T03:30:53.839Z Downloading crates ...
8662026-05-09T03:30:53.949Z Downloaded colored v3.1.1
8672026-05-09T03:30:53.954Z Downloaded ciborium v0.2.2
8682026-05-09T03:30:53.965Z Downloaded diff v0.1.13
8692026-05-09T03:30:53.968Z Downloaded async-stream-impl v0.3.6
8702026-05-09T03:30:53.973Z Downloaded mime v0.3.17
8712026-05-09T03:30:53.979Z Downloaded gethostname v0.5.0
8722026-05-09T03:30:53.979Z Downloaded ciborium-ll v0.2.2
8732026-05-09T03:30:53.983Z Downloaded num_threads v0.1.7
8742026-05-09T03:30:53.983Z Downloaded foreign-types-shared v0.3.1
8752026-05-09T03:30:53.983Z Downloaded fxhash v0.2.1
8762026-05-09T03:30:53.986Z Downloaded crc8 v0.1.1
8772026-05-09T03:30:53.986Z Downloaded const_format v0.2.36
8782026-05-09T03:30:53.989Z Downloaded cmake v0.1.58
8792026-05-09T03:30:53.992Z Downloaded icu_provider v2.2.0
8802026-05-09T03:30:53.996Z Downloaded cargo_toml v0.22.3
8812026-05-09T03:30:53.996Z Downloaded group v0.13.0
8822026-05-09T03:30:53.999Z Downloaded fs-err v3.3.0
8832026-05-09T03:30:53.999Z Downloaded foreign-types-macros v0.2.3
8842026-05-09T03:30:54.002Z Downloaded expectorate v1.2.0
8852026-05-09T03:30:54.006Z Downloaded crucible-workspace-hack v0.1.0
8862026-05-09T03:30:54.006Z Downloaded async-recursion v1.1.1
8872026-05-09T03:30:54.009Z Downloaded heapless v0.8.0
8882026-05-09T03:30:54.012Z Downloaded hmac v0.12.1
8892026-05-09T03:30:54.012Z Downloaded newtype-uuid-macros v0.1.0
8902026-05-09T03:30:54.015Z Downloaded httpdate v1.0.3
8912026-05-09T03:30:54.015Z Downloaded defmt v0.3.100
8922026-05-09T03:30:54.018Z Downloaded inout v0.1.4
8932026-05-09T03:30:54.019Z Downloaded linked-hash-map v0.5.6
8942026-05-09T03:30:54.021Z Downloaded dtrace-parser v0.3.0
8952026-05-09T03:30:54.022Z Downloaded bcs v0.1.6
8962026-05-09T03:30:54.024Z Downloaded deranged v0.5.8
8972026-05-09T03:30:54.024Z Downloaded lru-cache v0.1.2
8982026-05-09T03:30:54.027Z Downloaded internet-checksum v0.2.1
8992026-05-09T03:30:54.027Z Downloaded is-terminal v0.4.17
9002026-05-09T03:30:54.030Z Downloaded const_format_proc_macros v0.2.34
9012026-05-09T03:30:54.030Z Downloaded aead v0.5.2
9022026-05-09T03:30:54.033Z Downloaded linear-map v1.2.0
9032026-05-09T03:30:54.033Z Downloaded icu_locale_core v2.2.0
9042026-05-09T03:30:54.038Z Downloaded hostname v0.3.1
9052026-05-09T03:30:54.041Z Downloaded anyhow v1.0.102
9062026-05-09T03:30:54.044Z Downloaded derive_more v0.99.20
9072026-05-09T03:30:54.047Z Downloaded ingot-macros v0.1.1
9082026-05-09T03:30:54.050Z Downloaded parking_lot v0.11.2
9092026-05-09T03:30:54.053Z Downloaded base16ct v0.2.0
9102026-05-09T03:30:54.053Z Downloaded match_cfg v0.1.0
9112026-05-09T03:30:54.053Z Downloaded hostname v0.4.2
9122026-05-09T03:30:54.056Z Downloaded cpufeatures v0.3.0
9132026-05-09T03:30:54.060Z Downloaded konst v0.2.20
9142026-05-09T03:30:54.063Z Downloaded dyn-clone v1.0.20
9152026-05-09T03:30:54.063Z Downloaded macaddr v1.0.1
9162026-05-09T03:30:54.063Z Downloaded hash32 v0.3.1
9172026-05-09T03:30:54.067Z Downloaded natord v1.0.9
9182026-05-09T03:30:54.067Z Downloaded libscf-sys v1.2.0
9192026-05-09T03:30:54.071Z Downloaded embedded-io v0.4.0
9202026-05-09T03:30:54.071Z Downloaded dropshot-api-manager-types v0.7.1
9212026-05-09T03:30:54.074Z Downloaded num-iter v0.1.45
9222026-05-09T03:30:54.074Z Downloaded fixedbitset v0.4.2
9232026-05-09T03:30:54.074Z Downloaded ipnetwork v0.21.1
9242026-05-09T03:30:54.077Z Downloaded git-stub v1.0.0
9252026-05-09T03:30:54.077Z Downloaded no-std-compat v0.4.1
9262026-05-09T03:30:54.080Z Downloaded libsw-core v0.3.2
9272026-05-09T03:30:54.081Z Downloaded memoffset v0.9.1
9282026-05-09T03:30:54.084Z Downloaded idna_adapter v1.2.2
9292026-05-09T03:30:54.084Z Downloaded darling_macro v0.21.3
9302026-05-09T03:30:54.084Z Downloaded icu_normalizer_data v2.2.0
9312026-05-09T03:30:54.087Z Downloaded filetime v0.2.27
9322026-05-09T03:30:54.087Z Downloaded keccak v0.1.6
9332026-05-09T03:30:54.090Z Downloaded newtype_derive v0.1.6
9342026-05-09T03:30:54.093Z Downloaded const-random v0.1.18
9352026-05-09T03:30:54.093Z Downloaded displaydoc v0.2.5
9362026-05-09T03:30:54.096Z Downloaded argon2 v0.5.3
9372026-05-09T03:30:54.096Z Downloaded compression-core v0.4.32
9382026-05-09T03:30:54.099Z Downloaded konst_macro_rules v0.2.19
9392026-05-09T03:30:54.100Z Downloaded hubpack_derive v0.1.1
9402026-05-09T03:30:54.103Z Downloaded hubpack v0.1.2
9412026-05-09T03:30:54.104Z Downloaded newline-converter v0.3.0
9422026-05-09T03:30:54.104Z Downloaded instant v0.1.13
9432026-05-09T03:30:54.104Z Downloaded const-random-macro v0.1.16
9442026-05-09T03:30:54.107Z Downloaded ident_case v1.0.1
9452026-05-09T03:30:54.107Z Downloaded defmt v1.0.1
9462026-05-09T03:30:54.110Z Downloaded proc-macro-crate v3.5.0
9472026-05-09T03:30:54.110Z Downloaded heck v0.4.1
9482026-05-09T03:30:54.113Z Downloaded num_enum_derive v0.5.11
9492026-05-09T03:30:54.113Z Downloaded num v0.4.3
9502026-05-09T03:30:54.116Z Downloaded num-derive v0.4.2
9512026-05-09T03:30:54.116Z Downloaded num-conv v0.2.1
9522026-05-09T03:30:54.119Z Downloaded libsw v3.5.0
9532026-05-09T03:30:54.119Z Downloaded foldhash v0.2.0
9542026-05-09T03:30:54.122Z Downloaded git-stub-vcs v0.1.0
9552026-05-09T03:30:54.122Z Downloaded ff v0.13.1
9562026-05-09T03:30:54.122Z Downloaded memmap v0.7.0
9572026-05-09T03:30:54.125Z Downloaded parse-display v0.10.0
9582026-05-09T03:30:54.125Z Downloaded oxnet v0.1.5
9592026-05-09T03:30:54.128Z Downloaded erased-serde v0.3.31
9602026-05-09T03:30:54.129Z Downloaded managed v0.8.0
9612026-05-09T03:30:54.131Z Downloaded potential_utf v0.1.5
9622026-05-09T03:30:54.132Z Downloaded defmt-parser v1.0.0
9632026-05-09T03:30:54.134Z Downloaded cstr-argument v0.1.2
9642026-05-09T03:30:54.134Z Downloaded multer v3.1.0
9652026-05-09T03:30:54.137Z Downloaded indicatif v0.18.4
9662026-05-09T03:30:54.140Z Downloaded async-stream v0.3.6
9672026-05-09T03:30:54.140Z Downloaded dof v0.3.0
9682026-05-09T03:30:54.143Z Downloaded plain v0.2.3
9692026-05-09T03:30:54.143Z Downloaded foreign-types v0.5.0
9702026-05-09T03:30:54.143Z Downloaded pretty-hex v0.4.2
9712026-05-09T03:30:54.147Z Downloaded embedded-io v0.6.1
9722026-05-09T03:30:54.147Z Downloaded cobs v0.3.0
9732026-05-09T03:30:54.150Z Downloaded blake3 v1.8.5
9742026-05-09T03:30:54.153Z Downloaded num_enum v0.7.6
9752026-05-09T03:30:54.156Z Downloaded glob v0.3.3
9762026-05-09T03:30:54.159Z Downloaded pest_generator v2.8.6
9772026-05-09T03:30:54.159Z Downloaded num_enum v0.5.11
9782026-05-09T03:30:54.162Z Downloaded num-rational v0.4.2
9792026-05-09T03:30:54.165Z Downloaded proc-macro-crate v1.3.1
9802026-05-09T03:30:54.165Z Downloaded fs_extra v1.3.0
9812026-05-09T03:30:54.168Z Downloaded proc-macro-error-attr v1.0.4
9822026-05-09T03:30:54.168Z Downloaded progenitor-macro v0.14.0
9832026-05-09T03:30:54.168Z Downloaded backoff v0.4.0
9842026-05-09T03:30:54.171Z Downloaded highway v1.3.0
9852026-05-09T03:30:54.174Z Downloaded num-integer v0.1.46
9862026-05-09T03:30:54.174Z Downloaded daft-derive v0.1.5
9872026-05-09T03:30:54.177Z Downloaded dunce v1.0.5
9882026-05-09T03:30:54.182Z Downloaded defmt-macros v1.0.1
9892026-05-09T03:30:54.182Z Downloaded progenitor-macro v0.10.0
9902026-05-09T03:30:54.185Z Downloaded byte-wrapper v0.1.0
9912026-05-09T03:30:54.185Z Downloaded progenitor-macro v0.13.0
9922026-05-09T03:30:54.185Z Downloaded compression-codecs v0.4.38
9932026-05-09T03:30:54.188Z Downloaded quick-error v1.2.3
9942026-05-09T03:30:54.188Z Downloaded omicron-workspace-hack v0.1.0
9952026-05-09T03:30:54.191Z Downloaded chacha20 v0.9.1
9962026-05-09T03:30:54.191Z Downloaded rand_chacha v0.3.1
9972026-05-09T03:30:54.191Z Downloaded phf_shared v0.12.1
9982026-05-09T03:30:54.194Z Downloaded ingot-types v0.1.2
9992026-05-09T03:30:54.194Z Downloaded ingot v0.1.1
10002026-05-09T03:30:54.197Z Downloaded bit-vec v0.8.0
10012026-05-09T03:30:54.197Z Downloaded enum-as-inner v0.6.1
10022026-05-09T03:30:54.200Z Downloaded minimal-lexical v0.2.1
10032026-05-09T03:30:54.203Z Downloaded rustc_version v0.1.7
10042026-05-09T03:30:54.203Z Downloaded proc-macro-error2 v2.0.1
10052026-05-09T03:30:54.205Z Downloaded cipher v0.4.4
10062026-05-09T03:30:54.205Z Downloaded byteorder v1.5.0
10072026-05-09T03:30:54.209Z Downloaded poly1305 v0.8.0
10082026-05-09T03:30:54.209Z Downloaded progenitor-client v0.11.2
10092026-05-09T03:30:54.212Z Downloaded data-encoding v2.11.0
10102026-05-09T03:30:54.212Z Downloaded csv-core v0.1.13
10112026-05-09T03:30:54.212Z Downloaded litemap v0.8.2
10122026-05-09T03:30:54.215Z Downloaded async-trait v0.1.89
10132026-05-09T03:30:54.218Z Downloaded critical-section v1.2.0
10142026-05-09T03:30:54.218Z Downloaded bitflags v1.3.2
10152026-05-09T03:30:54.221Z Downloaded progenitor-macro v0.11.2
10162026-05-09T03:30:54.221Z Downloaded num-complex v0.4.6
10172026-05-09T03:30:54.224Z Downloaded olpc-cjson v0.1.4
10182026-05-09T03:30:54.224Z Downloaded memmap2 v0.9.10
10192026-05-09T03:30:54.224Z Downloaded proc-macro-error-attr2 v2.0.0
10202026-05-09T03:30:54.229Z Downloaded pem v3.0.6
10212026-05-09T03:30:54.229Z Downloaded paste v1.0.15
10222026-05-09T03:30:54.229Z Downloaded opaque-debug v0.3.1
10232026-05-09T03:30:54.231Z Downloaded pest_derive v2.8.6
10242026-05-09T03:30:54.232Z Downloaded same-file v1.0.6
10252026-05-09T03:30:54.235Z Downloaded chacha20 v0.10.0
10262026-05-09T03:30:54.235Z Downloaded blake2 v0.10.6
10272026-05-09T03:30:54.238Z Downloaded ref-cast-impl v1.0.25
10282026-05-09T03:30:54.238Z Downloaded serde-big-array v0.5.1
10292026-05-09T03:30:54.241Z Downloaded semver v0.1.20
10302026-05-09T03:30:54.241Z Downloaded console v0.16.3
10312026-05-09T03:30:54.241Z Downloaded arrayvec v0.7.6
10322026-05-09T03:30:54.244Z Downloaded darling_core v0.21.3
10332026-05-09T03:30:54.247Z Downloaded serde_repr v0.1.20
10342026-05-09T03:30:54.247Z Downloaded num_enum_derive v0.7.6
10352026-05-09T03:30:54.251Z Downloaded daft v0.1.5
10362026-05-09T03:30:54.251Z Downloaded scroll_derive v0.13.1
10372026-05-09T03:30:54.251Z Downloaded progenitor v0.11.2
10382026-05-09T03:30:54.255Z Downloaded sha1 v0.10.6
10392026-05-09T03:30:54.255Z Downloaded serial_test_derive v3.4.0
10402026-05-09T03:30:54.255Z Downloaded indexmap v1.9.3
10412026-05-09T03:30:54.257Z Downloaded siphasher v1.0.3
10422026-05-09T03:30:54.257Z Downloaded serial_test v3.4.0
10432026-05-09T03:30:54.260Z Downloaded powerfmt v0.2.0
10442026-05-09T03:30:54.261Z Downloaded convert_case v0.4.0
10452026-05-09T03:30:54.261Z Downloaded password-hash v0.5.0
10462026-05-09T03:30:54.263Z Downloaded progenitor-client v0.10.0
10472026-05-09T03:30:54.263Z Downloaded rand_xorshift v0.4.0
10482026-05-09T03:30:54.267Z Downloaded sigpipe v0.1.3
10492026-05-09T03:30:54.267Z Downloaded rand_core v0.10.1
10502026-05-09T03:30:54.267Z Downloaded progenitor-extras v0.2.0
10512026-05-09T03:30:54.267Z Downloaded progenitor-client v0.14.0
10522026-05-09T03:30:54.270Z Downloaded progenitor v0.10.0
10532026-05-09T03:30:54.270Z Downloaded bit-set v0.8.0
10542026-05-09T03:30:54.270Z Downloaded dtrace-parser v0.2.0
10552026-05-09T03:30:54.275Z Downloaded ref-cast v1.0.25
10562026-05-09T03:30:54.275Z Downloaded darling_macro v0.23.0
10572026-05-09T03:30:54.275Z Downloaded slog-bunyan v2.5.0
10582026-05-09T03:30:54.278Z Downloaded base16ct v1.0.0
10592026-05-09T03:30:54.278Z Downloaded arrayref v0.3.9
10602026-05-09T03:30:54.278Z Downloaded ciborium-io v0.2.2
10612026-05-09T03:30:54.278Z Downloaded bytecount v0.6.9
10622026-05-09T03:30:54.281Z Downloaded crossbeam-deque v0.8.6
10632026-05-09T03:30:54.281Z Downloaded float-ord v0.3.2
10642026-05-09T03:30:54.281Z Downloaded derive-ex v0.1.8
10652026-05-09T03:30:54.284Z Downloaded resolv-conf v0.7.6
10662026-05-09T03:30:54.284Z Downloaded dof v0.4.0
10672026-05-09T03:30:54.287Z Downloaded cookie v0.18.1
10682026-05-09T03:30:54.287Z Downloaded slog-envlogger v2.2.0
10692026-05-09T03:30:54.291Z Downloaded drift v0.1.4
10702026-05-09T03:30:54.295Z Downloaded spin v0.5.2
10712026-05-09T03:30:54.298Z Downloaded crossbeam-epoch v0.9.18
10722026-05-09T03:30:54.298Z Downloaded secrecy v0.10.3
10732026-05-09T03:30:54.298Z Downloaded rustls-pemfile v2.2.0
10742026-05-09T03:30:54.301Z Downloaded cancel-safe-futures v0.1.5
10752026-05-09T03:30:54.301Z Downloaded rustls-native-certs v0.8.3
10762026-05-09T03:30:54.304Z Downloaded parse-display-derive v0.10.0
10772026-05-09T03:30:54.304Z Downloaded crossbeam-utils v0.8.21
10782026-05-09T03:30:54.307Z Downloaded crunchy v0.2.4
10792026-05-09T03:30:54.310Z Downloaded serde_plain v1.0.2
10802026-05-09T03:30:54.310Z Downloaded scroll v0.12.0
10812026-05-09T03:30:54.314Z Downloaded serde_derive_internals v0.29.1
10822026-05-09T03:30:54.314Z Downloaded schemars_derive v0.8.22
10832026-05-09T03:30:54.314Z Downloaded strum v0.27.2
10842026-05-09T03:30:54.317Z Downloaded darling v0.21.3
10852026-05-09T03:30:54.320Z Downloaded scroll v0.13.0
10862026-05-09T03:30:54.320Z Downloaded backon v1.6.0
10872026-05-09T03:30:54.323Z Downloaded structmeta-derive v0.3.0
10882026-05-09T03:30:54.323Z Downloaded half v2.7.1
10892026-05-09T03:30:54.325Z Downloaded structmeta v0.3.0
10902026-05-09T03:30:54.326Z Downloaded stable_deref_trait v1.2.1
10912026-05-09T03:30:54.326Z Downloaded tabled_derive v0.7.0
10922026-05-09T03:30:54.328Z Downloaded sdd v3.0.10
10932026-05-09T03:30:54.329Z Downloaded progenitor v0.14.0
10942026-05-09T03:30:54.329Z Downloaded postcard v1.1.3
10952026-05-09T03:30:54.332Z Downloaded tabled_derive v0.11.0
10962026-05-09T03:30:54.332Z Downloaded hickory-resolver v0.24.4
10972026-05-09T03:30:54.335Z Downloaded thread-id v4.2.2
10982026-05-09T03:30:54.335Z Downloaded thiserror-impl-no-std v2.0.2
10992026-05-09T03:30:54.338Z Downloaded thread-id v5.1.0
11002026-05-09T03:30:54.338Z Downloaded strum v0.26.3
11012026-05-09T03:30:54.338Z Downloaded oxide-tokio-rt v0.1.5
11022026-05-09T03:30:54.342Z Downloaded constant_time_eq v0.4.2
11032026-05-09T03:30:54.342Z Downloaded tabwriter v1.4.1
11042026-05-09T03:30:54.342Z Downloaded slog-async v2.8.0
11052026-05-09T03:30:54.342Z Downloaded termtree v0.5.1
11062026-05-09T03:30:54.346Z Downloaded take_mut v0.2.2
11072026-05-09T03:30:54.346Z Downloaded topological-sort v0.2.2
11082026-05-09T03:30:54.346Z Downloaded proc-macro-error v1.0.4
11092026-05-09T03:30:54.349Z Downloaded scroll_derive v0.12.1
11102026-05-09T03:30:54.349Z Downloaded time-core v0.1.8
11112026-05-09T03:30:54.349Z Downloaded papergrid v0.11.0
11122026-05-09T03:30:54.352Z Downloaded papergrid v0.17.0
11132026-05-09T03:30:54.356Z Downloaded slog-term v2.9.2
11142026-05-09T03:30:54.358Z Downloaded slog-dtrace v0.3.0
11152026-05-09T03:30:54.359Z Downloaded progenitor v0.13.0
11162026-05-09T03:30:54.359Z Downloaded phf v0.12.1
11172026-05-09T03:30:54.362Z Downloaded rhai_codegen v3.1.0
11182026-05-09T03:30:54.365Z Downloaded unarray v0.1.4
11192026-05-09T03:30:54.368Z Downloaded unit-prefix v0.5.2
11202026-05-09T03:30:54.368Z Downloaded testing_table v0.3.0
11212026-05-09T03:30:54.368Z Downloaded smawk v0.3.2
11222026-05-09T03:30:54.368Z Downloaded allocator-api2 v0.2.21
11232026-05-09T03:30:54.371Z Downloaded typify-macro v0.6.2
11242026-05-09T03:30:54.374Z Downloaded usdt-macro v0.6.0
11252026-05-09T03:30:54.377Z Downloaded universal-hash v0.5.1
11262026-05-09T03:30:54.377Z Downloaded slog-stdlog v4.1.1
11272026-05-09T03:30:54.377Z Downloaded rusty-fork v0.3.1
11282026-05-09T03:30:54.380Z Downloaded smf v0.2.3
11292026-05-09T03:30:54.380Z Downloaded smartstring v1.0.1
11302026-05-09T03:30:54.395Z Downloaded slog-scope v4.4.1
11312026-05-09T03:30:54.398Z Downloaded usdt v0.5.0
11322026-05-09T03:30:54.401Z Downloaded serde_with_macros v3.19.0
11332026-05-09T03:30:54.406Z Downloaded usdt-attr-macro v0.5.0
11342026-05-09T03:30:54.406Z Downloaded usdt-attr-macro v0.6.0
11352026-05-09T03:30:54.409Z Downloaded utf-8 v0.7.6
11362026-05-09T03:30:54.409Z Downloaded usdt v0.6.0
11372026-05-09T03:30:54.409Z Downloaded usdt-macro v0.5.0
11382026-05-09T03:30:54.409Z Downloaded untrusted v0.7.1
11392026-05-09T03:30:54.412Z Downloaded strum_macros v0.26.4
11402026-05-09T03:30:54.412Z Downloaded dropshot_endpoint v0.17.0
11412026-05-09T03:30:54.415Z Downloaded serde_tokenstream v0.2.3
11422026-05-09T03:30:54.418Z Downloaded synstructure v0.13.2
11432026-05-09T03:30:54.422Z Downloaded waitgroup v0.1.2
11442026-05-09T03:30:54.422Z Downloaded strum_macros v0.27.2
11452026-05-09T03:30:54.427Z Downloaded tiny-keccak v2.0.2
11462026-05-09T03:30:54.430Z Downloaded zone_cfg_derive v0.3.1
11472026-05-09T03:30:54.430Z Downloaded zerofrom-derive v0.1.7
11482026-05-09T03:30:54.433Z Downloaded yoke-derive v0.8.2
11492026-05-09T03:30:54.433Z Downloaded zeroize_derive v1.4.3
11502026-05-09T03:30:54.433Z Downloaded zerofrom v0.1.7
11512026-05-09T03:30:54.433Z Downloaded parking_lot_core v0.8.6
11522026-05-09T03:30:54.436Z Downloaded tokio-rustls v0.25.0
11532026-05-09T03:30:54.436Z Downloaded progenitor-impl v0.14.0
11542026-05-09T03:30:54.439Z Downloaded omicron-zone-package v0.12.2
11552026-05-09T03:30:54.442Z Downloaded tokio-dtrace v0.1.1
11562026-05-09T03:30:54.445Z Downloaded rustversion v1.0.22
11572026-05-09T03:30:54.445Z Downloaded progenitor-client v0.13.0
11582026-05-09T03:30:54.448Z Downloaded typify-macro v0.4.3
11592026-05-09T03:30:54.448Z Downloaded slog-json v2.6.1
11602026-05-09T03:30:54.452Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11612026-05-09T03:30:54.452Z Downloaded tinystr v0.8.3
11622026-05-09T03:30:54.455Z Downloaded zone v0.3.1
11632026-05-09T03:30:54.455Z Downloaded time-macros v0.2.27
11642026-05-09T03:30:54.455Z Downloaded pretty_assertions v1.4.1
11652026-05-09T03:30:54.455Z Downloaded thiserror-no-std v2.0.2
11662026-05-09T03:30:54.458Z Downloaded elliptic-curve v0.13.8
11672026-05-09T03:30:54.461Z Downloaded icu_normalizer v2.2.0
11682026-05-09T03:30:54.465Z Downloaded progenitor-impl v0.11.2
11692026-05-09T03:30:54.465Z Downloaded icu_properties v2.2.0
11702026-05-09T03:30:54.465Z Downloaded hickory-resolver v0.25.2
11712026-05-09T03:30:54.468Z Downloaded progenitor-impl v0.10.0
11722026-05-09T03:30:54.470Z Downloaded icu_collections v2.2.0
11732026-05-09T03:30:54.474Z Downloaded darling v0.23.0
11742026-05-09T03:30:54.476Z Downloaded cc v1.2.61
11752026-05-09T03:30:54.479Z Downloaded chacha20poly1305 v0.10.1
11762026-05-09T03:30:54.479Z Downloaded crypto-bigint v0.5.5
11772026-05-09T03:30:54.482Z Downloaded whoami v1.6.1
11782026-05-09T03:30:54.485Z Downloaded pest_meta v2.8.6
11792026-05-09T03:30:54.485Z Downloaded wait-timeout v0.2.1
11802026-05-09T03:30:54.488Z Downloaded arc-swap v1.9.1
11812026-05-09T03:30:54.489Z Downloaded darling_core v0.23.0
11822026-05-09T03:30:54.492Z Downloaded usdt-impl v0.5.0
11832026-05-09T03:30:54.492Z Downloaded thin-vec v0.2.18
11842026-05-09T03:30:54.495Z Downloaded term v1.2.1
11852026-05-09T03:30:54.495Z Downloaded vsss-rs v3.3.4
11862026-05-09T03:30:54.498Z Downloaded jiff-static v0.2.24
11872026-05-09T03:30:54.498Z Downloaded rayon-core v1.13.0
11882026-05-09T03:30:54.501Z Downloaded xz2 v0.1.7
11892026-05-09T03:30:54.504Z Downloaded walkdir v2.5.0
11902026-05-09T03:30:54.504Z Downloaded slog v2.8.2
11912026-05-09T03:30:54.507Z Downloaded tagptr v0.2.0
11922026-05-09T03:30:54.507Z Downloaded snafu-derive v0.8.9
11932026-05-09T03:30:54.507Z Downloaded progenitor-impl v0.13.0
11942026-05-09T03:30:54.513Z Downloaded hashbrown v0.12.3
11952026-05-09T03:30:54.518Z Downloaded prettyplease v0.2.37
11962026-05-09T03:30:54.521Z Downloaded zerovec-derive v0.11.3
11972026-05-09T03:30:54.524Z Downloaded spin v0.9.8
11982026-05-09T03:30:54.527Z Downloaded usdt-impl v0.6.0
11992026-05-09T03:30:54.527Z Downloaded base64 v0.21.7
12002026-05-09T03:30:54.530Z Downloaded serde_yaml v0.9.34+deprecated
12012026-05-09T03:30:54.530Z Downloaded writeable v0.6.3
12022026-05-09T03:30:54.533Z Downloaded schemars v0.8.22
12032026-05-09T03:30:54.538Z Downloaded test-strategy v0.4.5
12042026-05-09T03:30:54.541Z Downloaded ucd-trie v0.1.7
12052026-05-09T03:30:54.544Z Downloaded hkdf v0.12.4
12062026-05-09T03:30:54.544Z Downloaded rustls-platform-verifier v0.7.0
12072026-05-09T03:30:54.547Z Downloaded typify v0.4.3
12082026-05-09T03:30:54.550Z Downloaded tungstenite v0.21.0
12092026-05-09T03:30:54.554Z Downloaded yoke v0.8.2
12102026-05-09T03:30:54.554Z Downloaded zerocopy-derive v0.7.35
12112026-05-09T03:30:54.557Z Downloaded similar v2.7.0
12122026-05-09T03:30:54.560Z Downloaded toml v0.9.12+spec-1.1.0
12132026-05-09T03:30:54.563Z Downloaded toml v0.7.8
12142026-05-09T03:30:54.563Z Downloaded schemars v1.2.1
12152026-05-09T03:30:54.571Z Downloaded tokio-tungstenite v0.21.0
12162026-05-09T03:30:54.574Z Downloaded snafu v0.8.9
12172026-05-09T03:30:54.577Z Downloaded schemars v0.9.0
12182026-05-09T03:30:54.583Z Downloaded unsafe-libyaml v0.2.11
12192026-05-09T03:30:54.586Z Downloaded dropshot-api-manager v0.7.1
12202026-05-09T03:30:54.589Z Downloaded crossbeam-channel v0.5.15
12212026-05-09T03:30:54.592Z Downloaded nom v7.1.3
12222026-05-09T03:30:54.595Z Downloaded toml_edit v0.25.11+spec-1.1.0
12232026-05-09T03:30:54.595Z Downloaded typify v0.6.2
12242026-05-09T03:30:54.598Z Downloaded async-compression v0.4.42
12252026-05-09T03:30:54.601Z Downloaded rand v0.8.6
12262026-05-09T03:30:54.607Z Downloaded steno v0.4.1
12272026-05-09T03:30:54.610Z Downloaded hashbrown v0.16.1
12282026-05-09T03:30:54.610Z Downloaded qorb v0.4.1
12292026-05-09T03:30:54.613Z Downloaded yansi v1.0.1
12302026-05-09T03:30:54.616Z Downloaded rand v0.10.1
12312026-05-09T03:30:54.619Z Downloaded itertools v0.12.1
12322026-05-09T03:30:54.634Z Downloaded zerocopy-derive v0.8.48
12332026-05-09T03:30:54.638Z Downloaded zerotrie v0.2.4
12342026-05-09T03:30:54.642Z Downloaded toml_edit v0.19.15
12352026-05-09T03:30:54.651Z Downloaded iddqd v0.3.18
12362026-05-09T03:30:54.658Z Downloaded typed-path v0.9.3
12372026-05-09T03:30:54.665Z Downloaded aws-lc-rs v1.16.3
12382026-05-09T03:30:54.668Z Downloaded pest v2.8.6
12392026-05-09T03:30:54.668Z Downloaded icu_properties_data v2.2.0
12402026-05-09T03:30:54.674Z Downloaded nom v8.0.0
12412026-05-09T03:30:54.678Z Downloaded scc v2.4.0
12422026-05-09T03:30:54.699Z Downloaded reqwest v0.13.3
12432026-05-09T03:30:54.704Z Downloaded tough v0.20.0
12442026-05-09T03:30:54.718Z Downloaded libm v0.2.16
12452026-05-09T03:30:54.723Z Downloaded zerocopy v0.7.35
12462026-05-09T03:30:54.733Z Downloaded goblin v0.8.2
12472026-05-09T03:30:54.736Z Downloaded rayon v1.12.0
12482026-05-09T03:30:54.742Z Downloaded zerovec v0.11.6
12492026-05-09T03:30:54.751Z Downloaded proptest v1.11.0
12502026-05-09T03:30:54.756Z Downloaded dropshot v0.17.0
12512026-05-09T03:30:54.769Z Downloaded winnow v0.5.40
12522026-05-09T03:30:54.774Z Downloaded tabled v0.20.0
12532026-05-09T03:30:54.784Z Downloaded time v0.3.47
12542026-05-09T03:30:54.791Z Downloaded serde_with v3.19.0
12552026-05-09T03:30:54.798Z Downloaded syn v1.0.109
12562026-05-09T03:30:54.804Z Downloaded moka v0.12.15
12572026-05-09T03:30:54.809Z Downloaded goblin v0.10.5
12582026-05-09T03:30:54.813Z Downloaded tabled v0.15.0
12592026-05-09T03:30:54.822Z Downloaded rustls-webpki v0.102.8
12602026-05-09T03:30:54.858Z Downloaded hickory-proto v0.24.4
12612026-05-09T03:30:54.876Z Downloaded typify-impl v0.6.2
12622026-05-09T03:30:54.884Z Downloaded nix v0.31.2
12632026-05-09T03:30:54.898Z Downloaded typify-impl v0.4.3
12642026-05-09T03:30:54.906Z Downloaded smoltcp v0.11.0
12652026-05-09T03:30:54.912Z Downloaded rhai v1.24.0
12662026-05-09T03:30:54.918Z Downloaded openapiv3 v2.2.0
12672026-05-09T03:30:54.924Z Downloaded hickory-proto v0.25.2
12682026-05-09T03:30:54.932Z Downloaded regress v0.11.1
12692026-05-09T03:30:54.951Z Downloaded rustls v0.22.4
12702026-05-09T03:30:54.952Z Downloaded regress v0.10.5
12712026-05-09T03:30:54.967Z Downloaded sled v0.34.7
12722026-05-09T03:30:54.975Z Downloaded chrono-tz v0.10.4
12732026-05-09T03:30:55.004Z Downloaded csv v1.4.0
12742026-05-09T03:30:55.025Z Downloaded lzma-sys v0.1.20
12752026-05-09T03:30:55.039Z Downloaded petgraph v0.6.5
12762026-05-09T03:30:55.049Z Downloaded jiff v0.2.24
12772026-05-09T03:30:55.059Z Downloaded sha3 v0.10.9
12782026-05-09T03:30:55.097Z Downloaded encoding_rs v0.8.35
12792026-05-09T03:30:55.848Z Downloaded aws-lc-sys v0.40.0
12802026-05-09T03:30:56.760Z Compiling proc-macro2 v1.0.106
12812026-05-09T03:30:56.760Z Compiling unicode-ident v1.0.24
12822026-05-09T03:30:56.760Z Compiling quote v1.0.45
12832026-05-09T03:30:56.760Z Compiling serde_core v1.0.228
12842026-05-09T03:30:56.760Z Compiling cfg-if v1.0.4
12852026-05-09T03:30:56.760Z Compiling serde v1.0.228
12862026-05-09T03:30:56.763Z Compiling libc v0.2.186
12872026-05-09T03:30:56.860Z Compiling memchr v2.8.0
12882026-05-09T03:30:57.008Z Compiling itoa v1.0.18
12892026-05-09T03:30:57.178Z Compiling smallvec v1.15.1
12902026-05-09T03:30:57.204Z Compiling zmij v1.0.21
12912026-05-09T03:30:57.248Z Compiling serde_json v1.0.149
12922026-05-09T03:30:57.389Z Compiling autocfg v1.5.0
12932026-05-09T03:30:57.506Z Compiling libm v0.2.16
12942026-05-09T03:30:57.530Z Compiling stable_deref_trait v1.2.1
12952026-05-09T03:30:57.600Z Compiling version_check v0.9.5
12962026-05-09T03:30:57.627Z Compiling iana-time-zone v0.1.65
12972026-05-09T03:30:57.725Z Compiling percent-encoding v2.3.2
12982026-05-09T03:30:57.748Z Compiling litemap v0.8.2
12992026-05-09T03:30:57.810Z Compiling writeable v0.6.3
13002026-05-09T03:30:57.873Z Compiling icu_normalizer_data v2.2.0
13012026-05-09T03:30:57.917Z Compiling utf8_iter v1.0.4
13022026-05-09T03:30:57.930Z Compiling icu_properties_data v2.2.0
13032026-05-09T03:30:58.011Z Compiling syn v2.0.117
13042026-05-09T03:30:58.056Z Compiling equivalent v1.0.2
13052026-05-09T03:30:58.112Z Compiling form_urlencoded v1.2.2
13062026-05-09T03:30:58.135Z Compiling dyn-clone v1.0.20
13072026-05-09T03:30:58.189Z Compiling pin-project-lite v0.2.17
13082026-05-09T03:30:58.201Z Compiling scopeguard v1.2.0
13092026-05-09T03:30:58.263Z Compiling parking_lot_core v0.9.12
13102026-05-09T03:30:58.279Z Compiling lock_api v0.4.14
13112026-05-09T03:30:58.289Z Compiling thiserror v2.0.18
13122026-05-09T03:30:58.298Z Compiling log v0.4.29
13132026-05-09T03:30:58.309Z Compiling num-traits v0.2.19
13142026-05-09T03:30:58.533Z Compiling getrandom v0.4.2
13152026-05-09T03:30:58.589Z Compiling rand_core v0.10.1
13162026-05-09T03:30:58.635Z Compiling heck v0.5.0
13172026-05-09T03:30:58.740Z Compiling hashbrown v0.17.0
13182026-05-09T03:30:58.852Z Compiling errno v0.3.14
13192026-05-09T03:30:58.891Z Compiling futures-core v0.3.32
13202026-05-09T03:30:59.007Z Compiling semver v1.0.28
13212026-05-09T03:30:59.040Z Compiling zerocopy v0.8.48
13222026-05-09T03:30:59.098Z Compiling jobserver v0.1.34
13232026-05-09T03:30:59.151Z Compiling find-msvc-tools v0.1.9
13242026-05-09T03:30:59.313Z Compiling indexmap v2.14.0
13252026-05-09T03:30:59.352Z Compiling fnv v1.0.7
13262026-05-09T03:30:59.378Z Compiling shlex v1.3.0
13272026-05-09T03:30:59.405Z Compiling uuid v1.23.1
13282026-05-09T03:30:59.421Z Compiling schemars v0.8.22
13292026-05-09T03:30:59.442Z Compiling futures-sink v0.3.32
13302026-05-09T03:30:59.493Z Compiling slab v0.4.12
13312026-05-09T03:30:59.541Z Compiling cc v1.2.61
13322026-05-09T03:30:59.564Z Compiling rustversion v1.0.22
13332026-05-09T03:30:59.667Z Compiling socket2 v0.6.3
13342026-05-09T03:30:59.692Z Compiling futures-channel v0.3.32
13352026-05-09T03:30:59.825Z Compiling bitflags v2.11.1
13362026-05-09T03:30:59.970Z Compiling signal-hook-registry v1.4.8
13372026-05-09T03:31:00.072Z Compiling mio v1.2.0
13382026-05-09T03:31:00.122Z Compiling parking_lot v0.12.5
13392026-05-09T03:31:00.178Z Compiling futures-io v0.3.32
13402026-05-09T03:31:00.235Z Compiling futures-task v0.3.32
13412026-05-09T03:31:00.276Z Compiling portable-atomic v1.13.1
13422026-05-09T03:31:00.338Z Compiling regex-syntax v0.8.10
13432026-05-09T03:31:00.408Z Compiling byteorder v1.5.0
13442026-05-09T03:31:00.537Z Compiling critical-section v1.2.0
13452026-05-09T03:31:00.566Z Compiling base64 v0.22.1
13462026-05-09T03:31:00.588Z Compiling getrandom v0.2.17
13472026-05-09T03:31:00.636Z Compiling typenum v1.20.0
13482026-05-09T03:31:00.660Z Compiling subtle v2.6.1
13492026-05-09T03:31:00.758Z Compiling strsim v0.11.1
13502026-05-09T03:31:00.807Z Compiling untrusted v0.9.0
13512026-05-09T03:31:00.834Z Compiling atomic-waker v1.1.2
13522026-05-09T03:31:00.903Z Compiling synstructure v0.13.2
13532026-05-09T03:31:00.939Z Compiling serde_derive_internals v0.29.1
13542026-05-09T03:31:00.968Z Compiling httparse v1.10.1
13552026-05-09T03:31:01.169Z Compiling ipnet v2.12.0
13562026-05-09T03:31:01.297Z Compiling once_cell v1.21.4
13572026-05-09T03:31:01.307Z Compiling rand_core v0.6.4
13582026-05-09T03:31:01.362Z Compiling allocator-api2 v0.2.21
13592026-05-09T03:31:01.394Z Compiling ryu v1.0.23
13602026-05-09T03:31:01.501Z Compiling tower-service v0.3.3
13612026-05-09T03:31:01.521Z Compiling tower-layer v0.3.3
13622026-05-09T03:31:01.580Z Compiling foldhash v0.2.0
13632026-05-09T03:31:01.659Z Compiling cmake v0.1.58
13642026-05-09T03:31:01.674Z Compiling fs_extra v1.3.0
13652026-05-09T03:31:01.677Z Compiling try-lock v0.2.5
13662026-05-09T03:31:01.695Z Compiling rustix v1.1.4
13672026-05-09T03:31:01.784Z Compiling hashbrown v0.16.1
13682026-05-09T03:31:01.810Z Compiling dunce v1.0.5
13692026-05-09T03:31:01.887Z Compiling want v0.3.1
13702026-05-09T03:31:01.899Z Compiling httpdate v1.0.3
13712026-05-09T03:31:01.922Z Compiling thiserror v1.0.69
13722026-05-09T03:31:01.983Z Compiling aws-lc-sys v0.40.0
13732026-05-09T03:31:02.049Z Compiling ucd-trie v0.1.7
13742026-05-09T03:31:02.116Z Compiling serde_derive v1.0.228
13752026-05-09T03:31:02.138Z Compiling zerofrom-derive v0.1.7
13762026-05-09T03:31:02.233Z Compiling yoke-derive v0.8.2
13772026-05-09T03:31:02.244Z Compiling zerovec-derive v0.11.3
13782026-05-09T03:31:02.340Z Compiling displaydoc v0.2.5
13792026-05-09T03:31:02.364Z Compiling schemars_derive v0.8.22
13802026-05-09T03:31:02.828Z Compiling thiserror-impl v2.0.18
13812026-05-09T03:31:02.984Z Compiling tokio-macros v2.7.0
13822026-05-09T03:31:03.104Z Compiling zerocopy-derive v0.8.48
13832026-05-09T03:31:03.317Z Compiling zeroize_derive v1.4.3
13842026-05-09T03:31:03.336Z Compiling futures-macro v0.3.32
13852026-05-09T03:31:03.338Z Compiling zerofrom v0.1.7
13862026-05-09T03:31:03.459Z Compiling yoke v0.8.2
13872026-05-09T03:31:03.646Z Compiling zerovec v0.11.6
13882026-05-09T03:31:03.658Z Compiling zerotrie v0.2.4
13892026-05-09T03:31:04.100Z Compiling zeroize v1.8.2
13902026-05-09T03:31:04.132Z Compiling tinystr v0.8.3
13912026-05-09T03:31:04.154Z Compiling potential_utf v0.1.5
13922026-05-09T03:31:04.195Z Compiling futures-util v0.3.32
13932026-05-09T03:31:04.268Z Compiling icu_collections v2.2.0
13942026-05-09T03:31:04.293Z Compiling icu_locale_core v2.2.0
13952026-05-09T03:31:04.309Z Compiling pest v2.8.6
13962026-05-09T03:31:04.322Z Compiling thiserror-impl v1.0.69
13972026-05-09T03:31:04.789Z Compiling aho-corasick v1.1.4
13982026-05-09T03:31:05.333Z Compiling bytes v1.11.1
13992026-05-09T03:31:05.354Z Compiling icu_provider v2.2.0
14002026-05-09T03:31:05.479Z Compiling chrono v0.4.44
14012026-05-09T03:31:05.563Z Compiling serde_tokenstream v0.2.3
14022026-05-09T03:31:05.662Z Compiling icu_properties v2.2.0
14032026-05-09T03:31:05.839Z Compiling icu_normalizer v2.2.0
14042026-05-09T03:31:05.948Z Compiling http v1.4.0
14052026-05-09T03:31:06.144Z Compiling tokio v1.52.3
14062026-05-09T03:31:06.411Z Compiling erased-serde v0.3.31
14072026-05-09T03:31:06.469Z Compiling regex-automata v0.4.14
14082026-05-09T03:31:06.828Z Compiling idna_adapter v1.2.2
14092026-05-09T03:31:06.896Z Compiling http-body v1.0.1
14102026-05-09T03:31:06.939Z Compiling idna v1.1.0
14112026-05-09T03:31:06.955Z Compiling pest_meta v2.8.6
14122026-05-09T03:31:07.004Z Compiling generic-array v0.14.7
14132026-05-09T03:31:07.232Z Compiling url v2.5.8
14142026-05-09T03:31:07.267Z Compiling getrandom v0.3.4
14152026-05-09T03:31:07.489Z Compiling ppv-lite86 v0.2.21
14162026-05-09T03:31:07.615Z Compiling pest_generator v2.8.6
14172026-05-09T03:31:07.889Z Compiling tracing-attributes v0.1.31
14182026-05-09T03:31:08.090Z Compiling regex v1.12.3
14192026-05-09T03:31:08.203Z Compiling tracing-core v0.1.36
14202026-05-09T03:31:08.214Z Compiling pretty-hex v0.4.2
14212026-05-09T03:31:08.352Z Compiling pest_derive v2.8.6
14222026-05-09T03:31:08.945Z Compiling ident_case v1.0.1
14232026-05-09T03:31:08.963Z Compiling http-body-util v0.1.3
14242026-05-09T03:31:09.061Z Compiling serde_urlencoded v0.7.1
14252026-05-09T03:31:09.100Z Compiling plain v0.2.3
14262026-05-09T03:31:09.144Z Compiling tracing v0.1.44
14272026-05-09T03:31:09.198Z Compiling ipnetwork v0.21.1
14282026-05-09T03:31:09.210Z Compiling sync_wrapper v1.0.2
14292026-05-09T03:31:09.311Z Compiling paste v1.0.15
14302026-05-09T03:31:09.374Z Compiling crypto-common v0.1.7
14312026-05-09T03:31:09.418Z Compiling omicron-workspace-hack v0.1.0
14322026-05-09T03:31:09.505Z Compiling anyhow v1.0.102
14332026-05-09T03:31:09.627Z Compiling openapiv3 v2.2.0
14342026-05-09T03:31:09.720Z Compiling slog v2.8.2
14352026-05-09T03:31:09.732Z Compiling powerfmt v0.2.0
14362026-05-09T03:31:09.932Z Compiling tokio-util v0.7.18
14372026-05-09T03:31:09.957Z Compiling num-conv v0.2.1
14382026-05-09T03:31:10.099Z Compiling time-core v0.1.8
14392026-05-09T03:31:10.160Z Compiling deranged v0.5.8
14402026-05-09T03:31:10.233Z Compiling time-macros v0.2.27
14412026-05-09T03:31:10.653Z Compiling rustls-pki-types v1.14.1
14422026-05-09T03:31:11.112Z Compiling daft-derive v0.1.5
14432026-05-09T03:31:11.130Z Compiling fastrand v2.4.1
14442026-05-09T03:31:11.203Z Compiling num_threads v0.1.7
14452026-05-09T03:31:11.206Z Compiling winnow v1.0.2
14462026-05-09T03:31:11.790Z Compiling async-trait v0.1.89
14472026-05-09T03:31:11.855Z Compiling scroll_derive v0.13.1
14482026-05-09T03:31:11.966Z Compiling h2 v0.4.14
14492026-05-09T03:31:12.276Z Compiling oxnet v0.1.5
14502026-05-09T03:31:12.689Z Compiling scroll v0.13.0
14512026-05-09T03:31:12.700Z Compiling ring v0.17.14
14522026-05-09T03:31:12.755Z Compiling cpufeatures v0.2.17
14532026-05-09T03:31:12.826Z Compiling block-buffer v0.10.4
14542026-05-09T03:31:12.945Z Compiling goblin v0.10.5
14552026-05-09T03:31:12.970Z Compiling usdt-impl v0.6.0
14562026-05-09T03:31:12.980Z Compiling openssl-probe v0.2.1
14572026-05-09T03:31:13.162Z Compiling hex v0.4.3
14582026-05-09T03:31:13.228Z Compiling crossbeam-utils v0.8.21
14592026-05-09T03:31:13.470Z Compiling camino v1.2.2
14602026-05-09T03:31:13.626Z Compiling digest v0.10.7
14612026-05-09T03:31:13.797Z Compiling dtrace-parser v0.3.0
14622026-05-09T03:31:14.024Z Compiling hyper v1.9.0
14632026-05-09T03:31:14.237Z Compiling thread-id v5.1.0
14642026-05-09T03:31:14.315Z Compiling thread_local v1.1.9
14652026-05-09T03:31:14.329Z Compiling crc32fast v1.5.0
14662026-05-09T03:31:14.580Z Compiling rand_core v0.9.5
14672026-05-09T03:31:14.652Z Compiling futures-executor v0.3.32
14682026-05-09T03:31:14.663Z Compiling ref-cast v1.0.25
14692026-05-09T03:31:14.788Z Compiling match_cfg v0.1.0
14702026-05-09T03:31:14.855Z Compiling slog-async v2.8.0
14712026-05-09T03:31:14.926Z Compiling syn v1.0.109
14722026-05-09T03:31:14.978Z Compiling aws-lc-rs v1.16.3
14732026-05-09T03:31:15.071Z Compiling hyper-util v0.1.20
14742026-05-09T03:31:15.185Z Compiling futures v0.3.32
14752026-05-09T03:31:15.279Z Compiling structmeta-derive v0.3.0
14762026-05-09T03:31:15.290Z Compiling ref-cast-impl v1.0.25
14772026-05-09T03:31:15.583Z Compiling take_mut v0.2.2
14782026-05-09T03:31:15.687Z Compiling dof v0.4.0
14792026-05-09T03:31:15.718Z Compiling simd-adler32 v0.3.9
14802026-05-09T03:31:15.889Z Compiling rustls v0.22.4
14812026-05-09T03:31:15.910Z Compiling term v1.2.1
14822026-05-09T03:31:16.104Z Compiling adler2 v2.0.1
14832026-05-09T03:31:16.233Z Compiling miniz_oxide v0.8.9
14842026-05-09T03:31:16.303Z Compiling structmeta v0.3.0
14852026-05-09T03:31:16.696Z Compiling rand_chacha v0.9.0
14862026-05-09T03:31:16.871Z Compiling tower v0.5.3
14872026-05-09T03:31:16.981Z Compiling darling_core v0.23.0
14882026-05-09T03:31:17.112Z Compiling newtype-uuid-macros v0.1.0
14892026-05-09T03:31:17.140Z Compiling macaddr v1.0.1
14902026-05-09T03:31:17.188Z Compiling regress v0.10.5
14912026-05-09T03:31:17.333Z Compiling untrusted v0.7.1
14922026-05-09T03:31:17.357Z Compiling tower-http v0.6.10
14932026-05-09T03:31:17.453Z Compiling rand v0.9.4
14942026-05-09T03:31:17.766Z Compiling usdt-macro v0.6.0
14952026-05-09T03:31:17.767Z Compiling usdt-attr-macro v0.6.0
14962026-05-09T03:31:17.915Z Compiling flate2 v1.1.9
14972026-05-09T03:31:18.032Z Compiling newtype-uuid v1.3.2
14982026-05-09T03:31:18.384Z Compiling quick-error v1.2.3
14992026-05-09T03:31:18.495Z Compiling rustls v0.23.40
15002026-05-09T03:31:18.722Z Compiling compression-core v0.4.32
15012026-05-09T03:31:18.879Z Compiling compression-codecs v0.4.38
15022026-05-09T03:31:18.982Z Compiling daft v0.1.5
15032026-05-09T03:31:19.018Z Compiling strum_macros v0.26.4
15042026-05-09T03:31:19.079Z Compiling darling_macro v0.23.0
15052026-05-09T03:31:19.134Z Compiling serde_spanned v1.1.1
15062026-05-09T03:31:19.281Z Compiling multer v3.1.0
15072026-05-09T03:31:19.520Z Compiling debug-ignore v1.0.5
15082026-05-09T03:31:19.622Z Compiling toml_writer v1.1.1+spec-1.1.0
15092026-05-09T03:31:19.676Z Compiling darling v0.23.0
15102026-05-09T03:31:19.761Z Compiling bit-vec v0.8.0
15112026-05-09T03:31:19.995Z Compiling bit-set v0.8.0
15122026-05-09T03:31:20.007Z Compiling serde_with_macros v3.19.0
15132026-05-09T03:31:20.085Z Compiling time v0.3.47
15142026-05-09T03:31:20.154Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15152026-05-09T03:31:20.382Z Compiling async-stream-impl v0.3.6
15162026-05-09T03:31:20.641Z Compiling dropshot v0.17.0
15172026-05-09T03:31:20.661Z Compiling strum v0.26.3
15182026-05-09T03:31:20.786Z Compiling encoding_rs v0.8.35
15192026-05-09T03:31:20.876Z Compiling spin v0.9.8
15202026-05-09T03:31:20.989Z Compiling unarray v0.1.4
15212026-05-09T03:31:21.027Z Compiling mime v0.3.17
15222026-05-09T03:31:21.080Z Compiling async-stream v0.3.6
15232026-05-09T03:31:21.121Z Compiling derive-ex v0.1.8
15242026-05-09T03:31:21.133Z Compiling crossbeam-channel v0.5.15
15252026-05-09T03:31:21.248Z Compiling dropshot_endpoint v0.17.0
15262026-05-09T03:31:21.294Z Compiling waitgroup v0.1.2
15272026-05-09T03:31:21.430Z Compiling serde_path_to_error v0.1.20
15282026-05-09T03:31:21.778Z Compiling tempfile v3.27.0
15292026-05-09T03:31:22.072Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15302026-05-09T03:31:22.193Z Compiling strum_macros v0.27.2
15312026-05-09T03:31:22.239Z Compiling instant v0.1.13
15322026-05-09T03:31:22.250Z Compiling rustls-native-certs v0.8.3
15332026-05-09T03:31:22.416Z Compiling is-terminal v0.4.17
15342026-05-09T03:31:22.427Z Compiling rustc-hash v2.1.2
15352026-05-09T03:31:22.510Z Compiling slog-term v2.9.2
15362026-05-09T03:31:22.683Z Compiling test-strategy v0.4.5
15372026-05-09T03:31:22.686Z Compiling slog-json v2.6.1
15382026-05-09T03:31:22.896Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15392026-05-09T03:31:23.111Z Compiling hostname v0.3.1
15402026-05-09T03:31:23.239Z Compiling memmap2 v0.9.10
15412026-05-09T03:31:23.250Z Compiling either v1.15.0
15422026-05-09T03:31:23.464Z Compiling usdt v0.6.0
15432026-05-09T03:31:23.528Z Compiling slog-bunyan v2.5.0
15442026-05-09T03:31:23.559Z Compiling parse-display-derive v0.10.0
15452026-05-09T03:31:23.739Z Compiling backon v1.6.0
15462026-05-09T03:31:23.924Z Compiling rand_chacha v0.3.1
15472026-05-09T03:31:24.082Z Compiling strum v0.27.2
15482026-05-09T03:31:24.129Z Compiling rustls-webpki v0.102.8
15492026-05-09T03:31:24.216Z Compiling rand v0.8.6
15502026-05-09T03:31:24.401Z Compiling toml_parser v1.1.2+spec-1.1.0
15512026-05-09T03:31:24.461Z Compiling toml_datetime v1.1.1+spec-1.1.0
15522026-05-09T03:31:24.856Z Compiling wait-timeout v0.2.1
15532026-05-09T03:31:24.991Z Compiling rusty-fork v0.3.1
15542026-05-09T03:31:25.004Z Compiling toml v1.1.2+spec-1.1.0
15552026-05-09T03:31:25.084Z Compiling serde_with v3.19.0
15562026-05-09T03:31:25.165Z Compiling async-compression v0.4.42
15572026-05-09T03:31:25.203Z Compiling reqwest v0.12.28
15582026-05-09T03:31:25.342Z Compiling rand_xorshift v0.4.0
15592026-05-09T03:31:25.469Z Compiling sha1 v0.10.6
15602026-05-09T03:31:25.488Z Compiling rustls-pemfile v2.2.0
15612026-05-09T03:31:25.674Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15622026-05-09T03:31:25.686Z Compiling hostname v0.4.2
15632026-05-09T03:31:25.819Z Compiling proptest v1.11.0
15642026-05-09T03:31:26.159Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652026-05-09T03:31:26.515Z Compiling itertools v0.14.0
15662026-05-09T03:31:26.824Z Compiling tokio-rustls v0.25.0
15672026-05-09T03:31:26.941Z Compiling iddqd v0.3.18
15682026-05-09T03:31:27.744Z Compiling unicode-width v0.2.2
15692026-05-09T03:31:28.025Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15702026-05-09T03:31:28.284Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15712026-05-09T03:31:28.573Z Compiling progenitor-client v0.10.0
15722026-05-09T03:31:28.648Z Compiling parse-display v0.10.0
15732026-05-09T03:31:28.767Z Compiling backoff v0.4.0
15742026-05-09T03:31:28.843Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15752026-05-09T03:31:29.577Z Compiling utf8parse v0.2.2
15762026-05-09T03:31:29.689Z Compiling anstyle-parse v1.0.0
15772026-05-09T03:31:29.965Z Compiling anstyle v1.0.14
15782026-05-09T03:31:29.979Z Compiling colorchoice v1.0.5
15792026-05-09T03:31:30.009Z Compiling anstyle-query v1.1.5
15802026-05-09T03:31:30.020Z Compiling is_terminal_polyfill v1.70.2
15812026-05-09T03:31:30.082Z Compiling regress v0.11.1
15822026-05-09T03:31:30.116Z Compiling anstream v1.0.0
15832026-05-09T03:31:30.362Z Compiling clap_lex v1.1.0
15842026-05-09T03:31:30.610Z Compiling darling_core v0.21.3
15852026-05-09T03:31:30.897Z Compiling toml_datetime v0.6.11
15862026-05-09T03:31:31.173Z Compiling clap_derive v4.6.1
15872026-05-09T03:31:31.314Z Compiling zerocopy-derive v0.7.35
15882026-05-09T03:31:31.746Z Compiling typify-impl v0.6.2
15892026-05-09T03:31:32.678Z Compiling convert_case v0.4.0
15902026-05-09T03:31:32.849Z Compiling darling_macro v0.21.3
15912026-05-09T03:31:32.977Z Compiling derive_more v0.99.20
15922026-05-09T03:31:33.464Z Compiling zerocopy v0.7.35
15932026-05-09T03:31:34.041Z Compiling terminal_size v0.4.4
15942026-05-09T03:31:34.181Z Compiling darling v0.21.3
15952026-05-09T03:31:34.562Z Compiling secrecy v0.10.3
15962026-05-09T03:31:34.686Z Compiling crucible-workspace-hack v0.1.0
15972026-05-09T03:31:34.699Z Compiling tinyvec_macros v0.1.1
15982026-05-09T03:31:34.721Z Compiling float-ord v0.3.2
15992026-05-09T03:31:34.762Z Compiling heapless v0.8.0
16002026-05-09T03:31:34.902Z Compiling tinyvec v1.11.0
16012026-05-09T03:31:35.163Z Compiling ingot-macros v0.1.1
16022026-05-09T03:31:35.232Z Compiling clap_builder v4.6.0
16032026-05-09T03:31:35.645Z Compiling dtrace-parser v0.2.0
16042026-05-09T03:31:35.658Z Compiling scroll_derive v0.12.1
16052026-05-09T03:31:36.371Z Compiling hash32 v0.3.1
16062026-05-09T03:31:36.511Z Compiling num-integer v0.1.46
16072026-05-09T03:31:36.514Z Compiling rustc_version v0.4.1
16082026-05-09T03:31:36.533Z Compiling usdt-impl v0.5.0
16092026-05-09T03:31:36.789Z Compiling smoltcp v0.11.0
16102026-05-09T03:31:36.801Z Compiling unsafe-libyaml v0.2.11
16112026-05-09T03:31:36.927Z Compiling curve25519-dalek v4.1.3
16122026-05-09T03:31:37.147Z Compiling clap v4.6.1
16132026-05-09T03:31:37.222Z Compiling scroll v0.12.0
16142026-05-09T03:31:37.459Z Compiling serde_yaml v0.9.34+deprecated
16152026-05-09T03:31:37.883Z Compiling ingot-types v0.1.2
16162026-05-09T03:31:38.073Z Compiling dof v0.3.0
16172026-05-09T03:31:38.089Z Compiling typify-macro v0.6.2
16182026-05-09T03:31:38.424Z Compiling hmac v0.12.1
16192026-05-09T03:31:38.527Z Compiling inout v0.1.4
16202026-05-09T03:31:38.527Z Compiling cobs v0.3.0
16212026-05-09T03:31:38.552Z Compiling ff v0.13.1
16222026-05-09T03:31:38.672Z Compiling thread-id v4.2.2
16232026-05-09T03:31:38.683Z Compiling managed v0.8.0
16242026-05-09T03:31:38.724Z Compiling bitflags v1.3.2
16252026-05-09T03:31:38.803Z Compiling postcard v1.1.3
16262026-05-09T03:31:38.871Z Compiling group v0.13.0
16272026-05-09T03:31:38.892Z Compiling cipher v0.4.4
16282026-05-09T03:31:38.974Z Compiling hkdf v0.12.4
16292026-05-09T03:31:39.126Z Compiling ingot v0.1.1
16302026-05-09T03:31:39.562Z Compiling goblin v0.8.2
16312026-05-09T03:31:39.747Z Compiling num-rational v0.4.2
16322026-05-09T03:31:39.783Z Compiling num-iter v0.1.45
16332026-05-09T03:31:40.250Z Compiling tabwriter v1.4.1
16342026-05-09T03:31:40.277Z Compiling typify v0.6.2
16352026-05-09T03:31:40.358Z Compiling hubpack_derive v0.1.1
16362026-05-09T03:31:40.369Z Compiling thiserror-impl-no-std v2.0.2
16372026-05-09T03:31:40.482Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16382026-05-09T03:31:40.819Z Compiling crossbeam-epoch v0.9.18
16392026-05-09T03:31:40.876Z Compiling universal-hash v0.5.1
16402026-05-09T03:31:40.960Z Compiling crypto-bigint v0.5.5
16412026-05-09T03:31:41.001Z Compiling half v2.7.1
16422026-05-09T03:31:41.153Z Compiling curve25519-dalek-derive v0.1.1
16432026-05-09T03:31:41.200Z Compiling num-complex v0.4.6
16442026-05-09T03:31:41.548Z Compiling base64ct v1.8.3
16452026-05-09T03:31:41.566Z Compiling ciborium-io v0.2.2
16462026-05-09T03:31:41.656Z Compiling opaque-debug v0.3.1
16472026-05-09T03:31:41.725Z Compiling base16ct v0.2.0
16482026-05-09T03:31:41.746Z Compiling poly1305 v0.8.0
16492026-05-09T03:31:41.838Z Compiling elliptic-curve v0.13.8
16502026-05-09T03:31:41.878Z Compiling password-hash v0.5.0
16512026-05-09T03:31:42.154Z Compiling ciborium-ll v0.2.2
16522026-05-09T03:31:42.362Z Compiling num v0.4.3
16532026-05-09T03:31:42.403Z Compiling thiserror-no-std v2.0.2
16542026-05-09T03:31:42.489Z Compiling hubpack v0.1.2
16552026-05-09T03:31:42.925Z Compiling chacha20 v0.9.1
16562026-05-09T03:31:43.121Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16572026-05-09T03:31:43.296Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16582026-05-09T03:31:43.614Z Compiling toml_edit v0.25.11+spec-1.1.0
16592026-05-09T03:31:43.931Z Compiling blake2 v0.10.6
16602026-05-09T03:31:43.944Z Compiling byte-wrapper v0.1.0
16612026-05-09T03:31:44.302Z Compiling aead v0.5.2
16622026-05-09T03:31:44.386Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16632026-05-09T03:31:44.462Z Compiling proc-macro-error-attr v1.0.4
16642026-05-09T03:31:44.496Z Compiling memoffset v0.9.1
16652026-05-09T03:31:44.741Z Compiling rustix v0.38.44
16662026-05-09T03:31:44.780Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16672026-05-09T03:31:44.844Z Compiling keccak v0.1.6
16682026-05-09T03:31:45.030Z Compiling cfg_aliases v0.2.1
16692026-05-09T03:31:45.077Z Compiling prettyplease v0.2.37
16702026-05-09T03:31:45.096Z Compiling static_assertions v1.1.0
16712026-05-09T03:31:45.107Z Compiling nix v0.31.2
16722026-05-09T03:31:45.214Z Compiling sha3 v0.10.9
16732026-05-09T03:31:45.572Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16742026-05-09T03:31:46.039Z Compiling chacha20poly1305 v0.10.1
16752026-05-09T03:31:46.122Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16762026-05-09T03:31:46.170Z Compiling argon2 v0.5.3
16772026-05-09T03:31:46.572Z Compiling proc-macro-crate v3.5.0
16782026-05-09T03:31:46.990Z Compiling vsss-rs v3.3.4
16792026-05-09T03:31:47.153Z Compiling ciborium v0.2.2
16802026-05-09T03:31:47.869Z Compiling rustls-webpki v0.103.13
16812026-05-09T03:31:48.104Z Compiling usdt-macro v0.5.0
16822026-05-09T03:31:48.219Z Compiling usdt-attr-macro v0.5.0
16832026-05-09T03:31:49.697Z Compiling serde_spanned v0.6.9
16842026-05-09T03:31:49.712Z Compiling num-derive v0.4.2
16852026-05-09T03:31:49.843Z Compiling enum-as-inner v0.6.1
16862026-05-09T03:31:50.068Z Compiling proc-macro-error v1.0.4
16872026-05-09T03:31:50.092Z Compiling memmap v0.7.0
16882026-05-09T03:31:50.220Z Compiling indent_write v2.2.0
16892026-05-09T03:31:50.280Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
16902026-05-09T03:31:50.308Z Compiling toml_write v0.1.2
16912026-05-09T03:31:50.355Z Compiling data-encoding v2.11.0
16922026-05-09T03:31:50.439Z Compiling winnow v0.5.40
16932026-05-09T03:31:50.506Z Compiling winnow v0.7.15
16942026-05-09T03:31:50.637Z Compiling usdt v0.5.0
16952026-05-09T03:31:50.749Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16962026-05-09T03:31:50.910Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16972026-05-09T03:31:51.010Z Compiling num_enum_derive v0.7.6
16982026-05-09T03:31:51.195Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16992026-05-09T03:31:51.456Z Compiling tokio-rustls v0.26.4
17002026-05-09T03:31:51.730Z Compiling hyper-rustls v0.27.9
17012026-05-09T03:31:51.811Z Compiling rustls-platform-verifier v0.7.0
17022026-05-09T03:31:51.980Z Compiling reqwest v0.13.3
17032026-05-09T03:31:52.046Z Compiling toml_edit v0.22.27
17042026-05-09T03:31:52.057Z Compiling toml_edit v0.19.15
17052026-05-09T03:31:53.212Z Compiling progenitor-client v0.14.0
17062026-05-09T03:31:53.580Z Compiling progenitor-extras v0.2.0
17072026-05-09T03:31:53.816Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17082026-05-09T03:31:54.086Z Compiling foreign-types-macros v0.2.3
17092026-05-09T03:31:54.619Z Compiling vcpkg v0.2.15
17102026-05-09T03:31:54.775Z Compiling colored v3.1.1
17112026-05-09T03:31:54.810Z Compiling cpufeatures v0.3.0
17122026-05-09T03:31:54.889Z Compiling pkg-config v0.3.33
17132026-05-09T03:31:55.177Z Compiling foreign-types-shared v0.3.1
17142026-05-09T03:31:55.194Z Compiling bytecount v0.6.9
17152026-05-09T03:31:55.273Z Compiling foreign-types v0.5.0
17162026-05-09T03:31:55.335Z Compiling chacha20 v0.10.0
17172026-05-09T03:31:55.348Z Compiling openssl-sys v0.9.115
17182026-05-09T03:31:55.360Z Compiling toml v0.8.23
17192026-05-09T03:31:55.596Z Compiling proc-macro-crate v1.3.1
17202026-05-09T03:31:56.064Z Compiling num_enum v0.7.6
17212026-05-09T03:31:56.240Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17222026-05-09T03:31:56.298Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17232026-05-09T03:31:56.313Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17242026-05-09T03:31:56.562Z Compiling cstr-argument v0.1.2
17252026-05-09T03:31:56.595Z Compiling resolv-conf v0.7.6
17262026-05-09T03:31:56.720Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17272026-05-09T03:31:56.763Z Compiling swrite v0.1.0
17282026-05-09T03:31:56.859Z Compiling rayon-core v1.13.0
17292026-05-09T03:31:56.871Z Compiling heck v0.4.1
17302026-05-09T03:31:56.953Z Compiling linked-hash-map v0.5.6
17312026-05-09T03:31:56.979Z Compiling unicode-segmentation v1.13.2
17322026-05-09T03:31:57.071Z Compiling semver v0.1.20
17332026-05-09T03:31:57.126Z Compiling lru-cache v0.1.2
17342026-05-09T03:31:57.218Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17352026-05-09T03:31:57.250Z Compiling rustc_version v0.1.7
17362026-05-09T03:31:57.332Z Compiling newline-converter v0.3.0
17372026-05-09T03:31:57.344Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17382026-05-09T03:31:57.404Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17392026-05-09T03:31:57.437Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
17402026-05-09T03:31:57.449Z Compiling num_enum_derive v0.5.11
17412026-05-09T03:31:57.509Z Compiling rand v0.10.1
17422026-05-09T03:31:57.608Z Compiling atomicwrites v0.4.4
17432026-05-09T03:31:57.638Z Compiling hickory-proto v0.24.4
17442026-05-09T03:31:57.805Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17452026-05-09T03:31:57.845Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17462026-05-09T03:31:58.593Z Compiling crossbeam-deque v0.8.6
17472026-05-09T03:31:58.796Z Compiling progenitor-impl v0.13.0
17482026-05-09T03:31:59.673Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17492026-05-09T03:31:59.881Z Compiling console v0.15.11
17502026-05-09T03:31:59.987Z Compiling camino-tempfile v1.4.1
17512026-05-09T03:32:00.237Z Compiling serde-big-array v0.5.1
17522026-05-09T03:32:00.550Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17532026-05-09T03:32:00.584Z Compiling serde_repr v0.1.20
17542026-05-09T03:32:00.597Z Compiling pin-project-internal v1.1.12
17552026-05-09T03:32:00.923Z Compiling derive-where v1.6.1
17562026-05-09T03:32:00.954Z Compiling similar v2.7.0
17572026-05-09T03:32:01.091Z Compiling minimal-lexical v0.2.1
17582026-05-09T03:32:01.202Z Compiling siphasher v1.0.3
17592026-05-09T03:32:01.355Z Compiling phf_shared v0.12.1
17602026-05-09T03:32:01.402Z Compiling expectorate v1.2.0
17612026-05-09T03:32:01.530Z Compiling nom v7.1.3
17622026-05-09T03:32:01.554Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17632026-05-09T03:32:01.693Z Compiling pin-project v1.1.12
17642026-05-09T03:32:01.794Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17652026-05-09T03:32:01.900Z Compiling hickory-resolver v0.24.4
17662026-05-09T03:32:02.189Z Compiling num_enum v0.5.11
17672026-05-09T03:32:02.388Z Compiling progenitor-macro v0.13.0
17682026-05-09T03:32:02.824Z Compiling newtype_derive v0.1.6
17692026-05-09T03:32:02.859Z Compiling progenitor-client v0.13.0
17702026-05-09T03:32:03.489Z Compiling progenitor-impl v0.14.0
17712026-05-09T03:32:03.796Z Compiling unicode-normalization v0.1.25
17722026-05-09T03:32:04.281Z Compiling tokio-stream v0.1.18
17732026-05-09T03:32:04.469Z Compiling async-recursion v1.1.1
17742026-05-09T03:32:04.529Z Compiling snafu-derive v0.8.9
17752026-05-09T03:32:04.549Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17762026-05-09T03:32:04.752Z Compiling slog-dtrace v0.3.0
17772026-05-09T03:32:04.853Z Compiling csv-core v0.1.13
17782026-05-09T03:32:05.007Z Compiling bstr v1.12.1
17792026-05-09T03:32:05.125Z Compiling unicode-xid v0.2.6
17802026-05-09T03:32:05.175Z Compiling cancel-safe-futures v0.1.5
17812026-05-09T03:32:05.245Z Compiling konst_macro_rules v0.2.19
17822026-05-09T03:32:05.425Z Compiling openssl v0.10.79
17832026-05-09T03:32:05.439Z Compiling chrono-tz v0.10.4
17842026-05-09T03:32:05.500Z Compiling foreign-types-shared v0.1.1
17852026-05-09T03:32:05.589Z Compiling same-file v1.0.6
17862026-05-09T03:32:05.672Z Compiling unicode-width v0.1.14
17872026-05-09T03:32:05.705Z Compiling owo-colors v4.3.0
17882026-05-09T03:32:05.765Z Compiling foldhash v0.1.5
17892026-05-09T03:32:05.944Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17902026-05-09T03:32:05.947Z Compiling highway v1.3.0
17912026-05-09T03:32:06.098Z Compiling hashbrown v0.15.5
17922026-05-09T03:32:06.273Z Compiling snafu v0.8.9
17932026-05-09T03:32:06.346Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17942026-05-09T03:32:06.643Z Compiling walkdir v2.5.0
17952026-05-09T03:32:06.671Z Compiling foreign-types v0.3.2
17962026-05-09T03:32:06.754Z Compiling konst v0.2.20
17972026-05-09T03:32:06.768Z Compiling globset v0.4.18
17982026-05-09T03:32:06.995Z Compiling const_format_proc_macros v0.2.34
17992026-05-09T03:32:06.998Z Compiling csv v1.4.0
18002026-05-09T03:32:07.066Z Compiling progenitor-macro v0.14.0
18012026-05-09T03:32:07.563Z Compiling progenitor v0.13.0
18022026-05-09T03:32:07.619Z Compiling qorb v0.4.1
18032026-05-09T03:32:07.666Z Compiling olpc-cjson v0.1.4
18042026-05-09T03:32:07.708Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18052026-05-09T03:32:07.831Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18062026-05-09T03:32:08.298Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18072026-05-09T03:32:08.395Z Compiling rayon v1.12.0
18082026-05-09T03:32:08.926Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18092026-05-09T03:32:09.294Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18102026-05-09T03:32:09.567Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18112026-05-09T03:32:09.929Z Compiling phf v0.12.1
18122026-05-09T03:32:10.075Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18132026-05-09T03:32:10.230Z Compiling zone_cfg_derive v0.3.1
18142026-05-09T03:32:10.483Z Compiling tokio-dtrace v0.1.1
18152026-05-09T03:32:10.751Z Compiling itertools v0.12.1
18162026-05-09T03:32:10.934Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18172026-05-09T03:32:11.019Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18182026-05-09T03:32:11.032Z Compiling libsw-core v0.3.2
18192026-05-09T03:32:11.132Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18202026-05-09T03:32:11.200Z Compiling serde_plain v1.0.2
18212026-05-09T03:32:11.397Z Compiling openssl-macros v0.1.1
18222026-05-09T03:32:11.415Z Compiling pem v3.0.6
18232026-05-09T03:32:11.740Z Compiling cookie v0.18.1
18242026-05-09T03:32:11.761Z Compiling sigpipe v0.1.3
18252026-05-09T03:32:11.804Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18262026-05-09T03:32:11.851Z Compiling fixedbitset v0.4.2
18272026-05-09T03:32:11.896Z Compiling glob v0.3.3
18282026-05-09T03:32:11.952Z Compiling jiff v0.2.24
18292026-05-09T03:32:11.985Z Compiling typed-path v0.9.3
18302026-05-09T03:32:12.036Z Compiling fixedbitset v0.5.7
18312026-05-09T03:32:12.101Z Compiling petgraph v0.6.5
18322026-05-09T03:32:12.206Z Compiling progenitor v0.14.0
18332026-05-09T03:32:12.335Z Compiling petgraph v0.8.3
18342026-05-09T03:32:12.394Z Compiling zone v0.3.1
18352026-05-09T03:32:13.204Z Compiling tough v0.20.0
18362026-05-09T03:32:13.325Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18372026-05-09T03:32:13.703Z Compiling libsw v3.5.0
18382026-05-09T03:32:13.887Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18392026-05-09T03:32:14.151Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18402026-05-09T03:32:14.224Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18412026-05-09T03:32:14.300Z Compiling oxide-tokio-rt v0.1.5
18422026-05-09T03:32:14.353Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18432026-05-09T03:32:14.612Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18442026-05-09T03:32:15.461Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18452026-05-09T03:32:15.638Z Compiling const_format v0.2.36
18462026-05-09T03:32:15.658Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18472026-05-09T03:32:15.842Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18482026-05-09T03:32:16.011Z Compiling papergrid v0.11.0
18492026-05-09T03:32:16.188Z Compiling tabled_derive v0.7.0
18502026-05-09T03:32:16.684Z Compiling gethostname v0.5.0
18512026-05-09T03:32:16.732Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18522026-05-09T03:32:16.778Z Compiling libscf-sys v1.2.0
18532026-05-09T03:32:16.802Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18542026-05-09T03:32:16.919Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18552026-05-09T03:32:16.932Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18562026-05-09T03:32:17.056Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18572026-05-09T03:32:17.137Z Compiling typify-impl v0.4.3
18582026-05-09T03:32:17.149Z Compiling bcs v0.1.6
18592026-05-09T03:32:17.471Z Compiling smf v0.2.3
18602026-05-09T03:32:17.629Z Compiling tagptr v0.2.0
18612026-05-09T03:32:17.779Z Compiling unicode-linebreak v0.1.5
18622026-05-09T03:32:17.791Z Compiling termtree v0.5.1
18632026-05-09T03:32:17.940Z Compiling linear-map v1.2.0
18642026-05-09T03:32:17.952Z Compiling smawk v0.3.2
18652026-05-09T03:32:18.032Z Compiling lazy_static v1.5.0
18662026-05-09T03:32:18.073Z Compiling whoami v1.6.1
18672026-05-09T03:32:18.091Z Compiling textwrap v0.16.2
18682026-05-09T03:32:18.130Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18692026-05-09T03:32:18.133Z Compiling steno v0.4.1
18702026-05-09T03:32:18.467Z Compiling moka v0.12.15
18712026-05-09T03:32:18.721Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18722026-05-09T03:32:18.793Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18732026-05-09T03:32:19.248Z Compiling tabled v0.15.0
18742026-05-09T03:32:19.956Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18752026-05-09T03:32:21.440Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18762026-05-09T03:32:21.641Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18772026-05-09T03:32:21.984Z Compiling hickory-proto v0.25.2
18782026-05-09T03:32:22.251Z Compiling humantime v2.3.0
18792026-05-09T03:32:22.536Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18802026-05-09T03:32:22.586Z Compiling proc-macro-error-attr2 v2.0.0
18812026-05-09T03:32:22.974Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18822026-05-09T03:32:23.058Z Compiling proc-macro-error2 v2.0.1
18832026-05-09T03:32:23.394Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
18842026-05-09T03:32:23.405Z Compiling typify-macro v0.4.3
18852026-05-09T03:32:23.406Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
18862026-05-09T03:32:23.427Z Compiling parking_lot_core v0.8.6
18872026-05-09T03:32:23.693Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
18882026-05-09T03:32:23.715Z Compiling tabled_derive v0.11.0
18892026-05-09T03:32:23.744Z Compiling papergrid v0.17.0
18902026-05-09T03:32:24.856Z Compiling hickory-resolver v0.25.2
18912026-05-09T03:32:24.856Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
18922026-05-09T03:32:25.474Z Compiling typify v0.4.3
18932026-05-09T03:32:25.572Z Compiling progenitor-impl v0.11.2
18942026-05-09T03:32:25.659Z Compiling testing_table v0.3.0
18952026-05-09T03:32:25.766Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18962026-05-09T03:32:25.831Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
18972026-05-09T03:32:25.863Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
18982026-05-09T03:32:26.169Z Compiling tabled v0.20.0
18992026-05-09T03:32:26.364Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
19002026-05-09T03:32:27.455Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19012026-05-09T03:32:27.846Z Compiling progenitor-client v0.11.2
19022026-05-09T03:32:27.926Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19032026-05-09T03:32:28.134Z Compiling parking_lot v0.11.2
19042026-05-09T03:32:28.627Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
19052026-05-09T03:32:28.917Z Compiling dropshot-api-manager-types v0.7.1
19062026-05-09T03:32:29.135Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
19072026-05-09T03:32:29.295Z Compiling progenitor-macro v0.11.2
19082026-05-09T03:32:29.310Z Compiling fxhash v0.2.1
19092026-05-09T03:32:29.451Z Compiling crc8 v0.1.1
19102026-05-09T03:32:29.575Z Compiling sled v0.34.7
19112026-05-09T03:32:29.595Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19122026-05-09T03:32:29.832Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
19132026-05-09T03:32:30.048Z Compiling diff v0.1.13
19142026-05-09T03:32:30.266Z Compiling yansi v1.0.1
19152026-05-09T03:32:30.512Z Compiling pretty_assertions v1.4.1
19162026-05-09T03:32:33.215Z Compiling progenitor v0.11.2
19172026-05-09T03:32:33.306Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19182026-05-09T03:32:37.284Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
19192026-05-09T03:32:39.087Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
19202026-05-09T03:32:40.734Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19212026-05-09T03:32:41.250Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
19222026-05-09T03:32:41.979Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
19232026-05-09T03:32:41.979Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
19242026-05-09T03:32:42.523Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
19252026-05-09T03:32:56.836Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 00s
19262026-05-09T03:32:57.015Z────────────
19272026-05-09T03:32:57.015Z Nextest run ID 97a14310-9af4-49b3-813f-d01b7678332b with nextest profile: default
19282026-05-09T03:32:57.015Z Starting 1 test across 1 binary
19292026-05-09T03:32:57.019Z START ddm db::test::test_effective_tunnel_route_set
19302026-05-09T03:32:57.022Z
19312026-05-09T03:32:57.022Zrunning 1 test
19322026-05-09T03:32:57.022Ztest db::test::test_effective_tunnel_route_set ... ok
19332026-05-09T03:32:57.022Z
19342026-05-09T03:32:57.022Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19352026-05-09T03:32:57.022Z
19362026-05-09T03:32:57.026Z PASS [ 0.007s] ddm db::test::test_effective_tunnel_route_set
19372026-05-09T03:32:57.026Z────────────
19382026-05-09T03:32:57.026Z Summary [ 0.008s] 1 test run: 1 passed, 0 skipped
19392026-05-09T03:32:57.035Zprocess exited: duration 300356 ms, exit code 0
 
19402026-05-09T03:32:57.042Zfound 0 output files