01KS31F1PBS61HNSH4ZF7HN08M: 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: 01KS31FKP9N9GDXYRZN8MHARBB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:55:12.484Zjob assigned to worker 01KS31GHE2GX471D60CWGWD0EP [factory aws, i-03d08a8b452dc8fbd] (queued for 1 m 26 s)
 
22026-05-20T15:55:19.166Zstarting task 0: "setup"
32026-05-20T15:55:19.311Z++ uname -s
42026-05-20T15:55:19.311Z+ kern=SunOS
52026-05-20T15:55:19.311Z+ build_user=build
62026-05-20T15:55:19.311Z+ build_uid=12345
72026-05-20T15:55:19.311Z+ work_dir=/work
82026-05-20T15:55:19.311Z+ input_dir=/input
92026-05-20T15:55:19.311Z+ [[ 0 == 12345 ]]
102026-05-20T15:55:19.311Z+ case "$kern" in
112026-05-20T15:55:19.311Z+ groupadd -g 12345 build
122026-05-20T15:55:19.311Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:55:21.180Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:55:21.288Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:55:21.292Z+ home_fs=zfs
162026-05-20T15:55:21.292Z+ [[ zfs == autofs ]]
172026-05-20T15:55:21.292Z+ mkdir -p /home/build
182026-05-20T15:55:21.292Z+ chown build:build /home/build /work
192026-05-20T15:55:23.293Z+ chmod 0700 /home/build /work
202026-05-20T15:55:23.298Zprocess exited: duration 4131 ms, exit code 0
 
212026-05-20T15:55:23.305Zstarting task 1: "rust-toolchain"
222026-05-20T15:55:23.309Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T15:55:23.309Z * rust toolchain channel = "stable"
242026-05-20T15:55:23.309Z * rust toolchain profile = "default"
252026-05-20T15:55:23.309Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T15:55:23.309Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T15:55:23.309Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T15:55:23.313Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:55:23.313Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T15:55:23.408Zinfo: downloading installer
312026-05-20T15:55:24.872Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T15:55:24.872Zwarn: /opt/ooce/bin
332026-05-20T15:55:24.872Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T15:55:24.872Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T15:55:24.872Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T15:55:24.872Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T15:55:24.872Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T15:55:24.872Zerror: cannot install while Rust is installed
392026-05-20T15:55:24.872Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T15:55:24.872Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T15:55:24.872Zwarn: /home/build/.rustup/settings.toml
422026-05-20T15:55:24.872Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T15:55:24.872Zwarn: instead of the one inferred from the default host triple.
442026-05-20T15:55:24.905Zinfo: profile set to default
452026-05-20T15:55:24.905Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T15:55:24.912Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T15:55:25.057Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T15:55:25.060Zinfo: downloading 6 components
492026-05-20T15:55:39.836Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T15:55:39.836Z
512026-05-20T15:55:39.866Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T15:55:39.866Z
532026-05-20T15:55:39.866Z
542026-05-20T15:55:39.866ZRust is installed now. Great!
552026-05-20T15:55:39.866Z
562026-05-20T15:55:39.866ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T15:55:39.866Zenvironment variable. This has not been done automatically.
582026-05-20T15:55:39.866Z
592026-05-20T15:55:39.866ZTo configure your current shell, you need to source
602026-05-20T15:55:39.866Zthe corresponding env file under $HOME/.cargo.
612026-05-20T15:55:39.866Z
622026-05-20T15:55:39.866ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T15:55:39.866Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T15:55:39.866Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T15:55:39.866Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T15:55:39.866Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T15:55:39.866Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T15:55:39.866Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T15:55:39.869Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T15:55:39.869Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T15:55:39.971Z+ rustup --version
722026-05-20T15:55:39.980Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T15:55:39.983Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T15:55:40.001Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T15:55:40.005Z+ cargo --version
762026-05-20T15:55:40.018Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T15:55:40.021Z+ rustc --version
782026-05-20T15:55:40.040Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T15:55:40.043Zprocess exited: duration 16737 ms, exit code 0
 
802026-05-20T15:55:40.052Zstarting task 2: "authentication"
812026-05-20T15:55:40.066Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T15:55:40.072Zstarting task 3: "clone repository"
832026-05-20T15:55:40.075Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T15:55:40.078Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T15:55:40.117ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T15:55:41.316Z+ cd /work/oxidecomputer/maghemite
872026-05-20T15:55:41.316Z+ git fetch origin 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
882026-05-20T15:55:41.625ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T15:55:41.625Z * branch 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c -> FETCH_HEAD
902026-05-20T15:55:41.631Z+ [[ -n zl/mrib ]]
912026-05-20T15:55:41.635Z++ git branch --show-current
922026-05-20T15:55:41.635Z+ current=main
932026-05-20T15:55:41.635Z+ [[ main != zl/mrib ]]
942026-05-20T15:55:41.635Z+ git branch -f zl/mrib 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
952026-05-20T15:55:41.635Z+ git checkout -f zl/mrib
962026-05-20T15:55:41.652ZSwitched to branch 'zl/mrib'
972026-05-20T15:55:41.655Z+ git reset --hard 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
982026-05-20T15:55:41.670ZHEAD is now at 004e5cd [merge] merge main again (cleanup, lock maint, happy maps)
992026-05-20T15:55:41.674Zprocess exited: duration 1598 ms, exit code 0
 
1002026-05-20T15:55:41.680Zstarting task 4: "build"
1012026-05-20T15:55:41.684Z+ set -o errexit
1022026-05-20T15:55:41.684Z+ set -o pipefail
1032026-05-20T15:55:41.684Z+ source .github/buildomat/test-common.sh
1042026-05-20T15:55:41.687Z++ NEXTEST_VERSION=0.9.97
1052026-05-20T15:55:41.687Z++ PLATFORM=illumos
1062026-05-20T15:55:41.687Z++ banner install
1072026-05-20T15:55:41.687Z
1082026-05-20T15:55:41.687Z # # # #### ##### ## # #
1092026-05-20T15:55:41.687Z # ## # # # # # # #
1102026-05-20T15:55:41.687Z # # # # #### # # # # #
1112026-05-20T15:55:41.687Z # # # # # # ###### # #
1122026-05-20T15:55:41.687Z # # ## # # # # # # #
1132026-05-20T15:55:41.687Z # # # #### # # # ###### ######
1142026-05-20T15:55:41.687Z
1152026-05-20T15:55:41.687Z++ set +o errexit
1162026-05-20T15:55:41.687Z++ pkg info clang-15
1172026-05-20T15:55:41.690Z++ grep -qi installed
1182026-05-20T15:55:42.787Zpkg: info: no packages matching the following patterns you specified are
1192026-05-20T15:55:42.787Zinstalled on the system. Try querying remotely instead:
1202026-05-20T15:55:42.787Z
1212026-05-20T15:55:42.787Z clang-15
1222026-05-20T15:55:42.826Z++ [[ 1 != 0 ]]
1232026-05-20T15:55:42.826Z++ set -o errexit
1242026-05-20T15:55:42.829Z++ pfexec pkg install clang-15
1252026-05-20T15:55:51.132Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-05-20T15:55:58.921Z Startup: Caching catalogs ... Done
1272026-05-20T15:56:06.132ZPlanning: Solver setup ... Done
1282026-05-20T15:56:06.175ZPlanning: Running solver ... Done
1292026-05-20T15:56:06.311ZPlanning: Finding local manifests ... Done
1302026-05-20T15:56:06.326ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-20T15:56:06.414ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-20T15:56:06.443ZPlanning: Package planning ... Done
1332026-05-20T15:56:06.470ZPlanning: Merging actions ... Done
1342026-05-20T15:56:06.581ZPlanning: Checking for conflicting actions ... Done
1352026-05-20T15:56:06.587ZPlanning: Consolidating action changes ... Done
1362026-05-20T15:56:07.367ZPlanning: Evaluating mediators ... Done
1372026-05-20T15:56:07.372ZPlanning: Planning completed in 8.28 seconds
1382026-05-20T15:56:07.383Z Packages to install: 2
1392026-05-20T15:56:07.383Z Mediators to change: 2
1402026-05-20T15:56:07.387Z Services to change: 1
1412026-05-20T15:56:07.387Z Create boot environment: No
1422026-05-20T15:56:07.387ZCreate backup boot environment: No
1432026-05-20T15:56:07.426Z
1442026-05-20T15:56:07.426ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-05-20T15:56:12.449ZDownload: 2002/3076 items 117.3/211.3MB 55% complete (25.0M/s)
1462026-05-20T15:56:17.623ZDownload: 3063/3076 items 207.8/211.3MB 98% complete (21.0M/s)
1472026-05-20T15:56:17.707ZDownload: Completed 211.31 MB in 10.28 seconds (20.6M/s)
1482026-05-20T15:56:19.014Z Actions: 1/3418 actions (Installing new actions)
1492026-05-20T15:56:22.189Z Actions: Completed 3418 actions in 3.17 seconds.
1502026-05-20T15:56:22.841Z Done
1512026-05-20T15:56:22.841Z Done
1522026-05-20T15:56:23.582Z Done
1532026-05-20T15:56:27.010Z Done
1542026-05-20T15:56:27.081Z Done
1552026-05-20T15:56:27.085Z Done
1562026-05-20T15:56:27.354Z Done
1572026-05-20T15:56:28.046Z++ set -o errexit
1582026-05-20T15:56:28.046Z++ cargo --version
1592026-05-20T15:56:28.053Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1602026-05-20T15:56:28.209Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1612026-05-20T15:56:28.215Zinfo: downloading 6 components
1622026-05-20T15:56:43.252Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1632026-05-20T15:56:43.255Z++ rustc --version
1642026-05-20T15:56:43.284Zrustc 1.95.0 (59807616e 2026-04-14)
1652026-05-20T15:56:43.288Z++ cargo install cargo-nextest --version 0.9.97
1662026-05-20T15:56:43.327Z Updating crates.io index
1672026-05-20T15:56:43.421Z Downloading crates ...
1682026-05-20T15:56:43.473Z Downloaded cargo-nextest v0.9.97
1692026-05-20T15:56:43.535Z Installing cargo-nextest v0.9.97
1702026-05-20T15:56:43.602Z Updating crates.io index
1712026-05-20T15:56:46.111Z Locking 404 packages to latest compatible versions
1722026-05-20T15:56:46.116Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-05-20T15:56:46.119Z Adding duct v0.13.7 (available: v1.1.1)
1742026-05-20T15:56:46.119Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-05-20T15:56:46.119Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-05-20T15:56:46.122Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1772026-05-20T15:56:46.122Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1782026-05-20T15:56:46.122Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1792026-05-20T15:56:46.125Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1802026-05-20T15:56:46.128Z Adding quick-junit v0.5.2 (available: v0.6.0)
1812026-05-20T15:56:46.148Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1822026-05-20T15:56:46.156Z Downloading crates ...
1832026-05-20T15:56:46.219Z Downloaded autocfg v1.5.0
1842026-05-20T15:56:46.222Z Downloaded futures-core v0.3.32
1852026-05-20T15:56:46.229Z Downloaded getrandom v0.2.17
1862026-05-20T15:56:46.236Z Downloaded backtrace-ext v0.2.1
1872026-05-20T15:56:46.239Z Downloaded debug-ignore v1.0.5
1882026-05-20T15:56:46.239Z Downloaded ed25519 v2.2.3
1892026-05-20T15:56:46.242Z Downloaded console v0.15.11
1902026-05-20T15:56:46.242Z Downloaded futures-io v0.3.32
1912026-05-20T15:56:46.245Z Downloaded digest v0.10.7
1922026-05-20T15:56:46.245Z Downloaded adler2 v2.0.1
1932026-05-20T15:56:46.248Z Downloaded camino v1.2.2
1942026-05-20T15:56:46.252Z Downloaded clap v4.6.1
1952026-05-20T15:56:46.255Z Downloaded backtrace v0.3.76
1962026-05-20T15:56:46.258Z Downloaded either v1.15.0
1972026-05-20T15:56:46.261Z Downloaded addr2line v0.25.1
1982026-05-20T15:56:46.261Z Downloaded lazy_static v1.5.0
1992026-05-20T15:56:46.265Z Downloaded futures v0.3.32
2002026-05-20T15:56:46.268Z Downloaded equivalent v1.0.2
2012026-05-20T15:56:46.268Z Downloaded form_urlencoded v1.2.2
2022026-05-20T15:56:46.268Z Downloaded color-spantrace v0.3.0
2032026-05-20T15:56:46.272Z Downloaded colorchoice v1.0.5
2042026-05-20T15:56:46.272Z Downloaded crc32fast v1.5.0
2052026-05-20T15:56:46.272Z Downloaded hyper-tls v0.6.0
2062026-05-20T15:56:46.275Z Downloaded cfg_aliases v0.2.1
2072026-05-20T15:56:46.275Z Downloaded atomicwrites v0.4.4
2082026-05-20T15:56:46.278Z Downloaded block-buffer v0.10.4
2092026-05-20T15:56:46.282Z Downloaded ahash v0.8.12
2102026-05-20T15:56:46.287Z Downloaded lru-slab v0.1.2
2112026-05-20T15:56:46.290Z Downloaded humantime-serde v1.1.1
2122026-05-20T15:56:46.294Z Downloaded home v0.5.12
2132026-05-20T15:56:46.294Z Downloaded is_terminal_polyfill v1.70.2
2142026-05-20T15:56:46.297Z Downloaded http-body-util v0.1.3
2152026-05-20T15:56:46.297Z Downloaded lock_api v0.4.14
2162026-05-20T15:56:46.297Z Downloaded document-features v0.2.12
2172026-05-20T15:56:46.301Z Downloaded crypto-common v0.1.7
2182026-05-20T15:56:46.301Z Downloaded cpufeatures v0.2.17
2192026-05-20T15:56:46.301Z Downloaded cargo-platform v0.3.3
2202026-05-20T15:56:46.304Z Downloaded idna_adapter v1.0.0
2212026-05-20T15:56:46.304Z Downloaded log v0.4.29
2222026-05-20T15:56:46.307Z Downloaded enable-ansi-support v0.2.1
2232026-05-20T15:56:46.307Z Downloaded atomic-waker v1.1.2
2242026-05-20T15:56:46.307Z Downloaded indenter v0.3.4
2252026-05-20T15:56:46.310Z Downloaded guppy-workspace-hack v0.1.0
2262026-05-20T15:56:46.313Z Downloaded foreign-types v0.3.2
2272026-05-20T15:56:46.316Z Downloaded foreign-types-shared v0.1.1
2282026-05-20T15:56:46.316Z Downloaded rustc_version v0.4.1
2292026-05-20T15:56:46.319Z Downloaded jobserver v0.1.34
2302026-05-20T15:56:46.319Z Downloaded ipnet v2.12.0
2312026-05-20T15:56:46.322Z Downloaded curve25519-dalek-derive v0.1.1
2322026-05-20T15:56:46.322Z Downloaded hyper-rustls v0.27.9
2332026-05-20T15:56:46.325Z Downloaded anstyle-query v1.1.5
2342026-05-20T15:56:46.325Z Downloaded hex v0.4.3
2352026-05-20T15:56:46.328Z Downloaded rustc-hash v2.1.2
2362026-05-20T15:56:46.329Z Downloaded futures-macro v0.3.32
2372026-05-20T15:56:46.329Z Downloaded clap_lex v1.1.0
2382026-05-20T15:56:46.332Z Downloaded fnv v1.0.7
2392026-05-20T15:56:46.332Z Downloaded generic-array v0.14.7
2402026-05-20T15:56:46.332Z Downloaded cfg-if v1.0.4
2412026-05-20T15:56:46.335Z Downloaded futures-executor v0.3.32
2422026-05-20T15:56:46.335Z Downloaded errno v0.3.14
2432026-05-20T15:56:46.340Z Downloaded cargo-platform v0.2.0
2442026-05-20T15:56:46.345Z Downloaded number_prefix v0.4.0
2452026-05-20T15:56:46.348Z Downloaded ordered-float v2.10.1
2462026-05-20T15:56:46.348Z Downloaded is_ci v1.2.0
2472026-05-20T15:56:46.348Z Downloaded futures-task v0.3.32
2482026-05-20T15:56:46.352Z Downloaded serde_urlencoded v0.7.1
2492026-05-20T15:56:46.352Z Downloaded openssl-macros v0.1.1
2502026-05-20T15:56:46.352Z Downloaded futures-sink v0.3.32
2512026-05-20T15:56:46.356Z Downloaded mukti-metadata v0.3.0
2522026-05-20T15:56:46.356Z Downloaded percent-encoding v2.3.2
2532026-05-20T15:56:46.356Z Downloaded pin-project-lite v0.2.17
2542026-05-20T15:56:46.359Z Downloaded itoa v1.0.18
2552026-05-20T15:56:46.359Z Downloaded pathdiff v0.2.3
2562026-05-20T15:56:46.362Z Downloaded async-scoped v0.9.0
2572026-05-20T15:56:46.362Z Downloaded http-body v1.0.1
2582026-05-20T15:56:46.362Z Downloaded os_pipe v1.2.3
2592026-05-20T15:56:46.365Z Downloaded nextest-workspace-hack v0.1.0
2602026-05-20T15:56:46.368Z Downloaded serde_spanned v1.1.1
2612026-05-20T15:56:46.368Z Downloaded scopeguard v1.2.0
2622026-05-20T15:56:46.368Z Downloaded openssl-probe v0.2.1
2632026-05-20T15:56:46.371Z Downloaded nested v0.1.1
2642026-05-20T15:56:46.371Z Downloaded serde_ignored v0.1.14
2652026-05-20T15:56:46.377Z Downloaded shell-words v1.1.1
2662026-05-20T15:56:46.382Z Downloaded sigchld v0.2.4
2672026-05-20T15:56:46.385Z Downloaded serde-value v0.7.0
2682026-05-20T15:56:46.388Z Downloaded shared_child v1.1.1
2692026-05-20T15:56:46.388Z Downloaded litrs v1.0.0
2702026-05-20T15:56:46.391Z Downloaded signature v2.2.0
2712026-05-20T15:56:46.394Z Downloaded base64ct v1.8.3
2722026-05-20T15:56:46.398Z Downloaded indent_write v2.2.0
2732026-05-20T15:56:46.401Z Downloaded filetime v0.2.29
2742026-05-20T15:56:46.401Z Downloaded anstream v1.0.0
2752026-05-20T15:56:46.404Z Downloaded anstyle v1.0.14
2762026-05-20T15:56:46.409Z Downloaded heck v0.5.0
2772026-05-20T15:56:46.414Z Downloaded foldhash v0.1.5
2782026-05-20T15:56:46.414Z Downloaded cargo_metadata v0.20.0
2792026-05-20T15:56:46.414Z Downloaded camino-tempfile v1.4.1
2802026-05-20T15:56:46.414Z Downloaded cfg-expr v0.20.7
2812026-05-20T15:56:46.419Z Downloaded sync_wrapper v1.0.2
2822026-05-20T15:56:46.423Z Downloaded strip-ansi-escapes v0.2.1
2832026-05-20T15:56:46.423Z Downloaded terminal_size v0.4.4
2842026-05-20T15:56:46.423Z Downloaded swrite v0.1.0
2852026-05-20T15:56:46.426Z Downloaded supports-unicode v3.0.0
2862026-05-20T15:56:46.426Z Downloaded strsim v0.11.1
2872026-05-20T15:56:46.429Z Downloaded tokio-macros v2.7.0
2882026-05-20T15:56:46.429Z Downloaded subtle v2.6.1
2892026-05-20T15:56:46.433Z Downloaded supports-color v3.0.2
2902026-05-20T15:56:46.436Z Downloaded find-msvc-tools v0.1.9
2912026-05-20T15:56:46.439Z Downloaded nextest-runner v0.80.0
2922026-05-20T15:56:46.443Z Downloaded supports-hyperlinks v3.2.0
2932026-05-20T15:56:46.446Z Downloaded convert_case v0.10.0
2942026-05-20T15:56:46.446Z Downloaded cargo_metadata v0.23.1
2952026-05-20T15:56:46.449Z Downloaded serde_spanned v0.6.9
2962026-05-20T15:56:46.450Z Downloaded rand_core v0.6.4
2972026-05-20T15:56:46.450Z Downloaded cargo-util-schemas v0.2.0
2982026-05-20T15:56:46.453Z Downloaded future-queue v0.4.0
2992026-05-20T15:56:46.453Z Downloaded pkg-config v0.3.33
3002026-05-20T15:56:46.453Z Downloaded newtype-uuid v1.3.2
3012026-05-20T15:56:46.453Z Downloaded duct v0.13.7
3022026-05-20T15:56:46.456Z Downloaded anstyle-parse v1.0.0
3032026-05-20T15:56:46.456Z Downloaded rand_chacha v0.9.0
3042026-05-20T15:56:46.456Z Downloaded humantime v2.3.0
3052026-05-20T15:56:46.459Z Downloaded dialoguer v0.11.0
3062026-05-20T15:56:46.462Z Downloaded serde-untagged v0.1.9
3072026-05-20T15:56:46.462Z Downloaded quote v1.0.45
3082026-05-20T15:56:46.465Z Downloaded nextest-metadata v0.12.2
3092026-05-20T15:56:46.465Z Downloaded fastrand v2.4.1
3102026-05-20T15:56:46.468Z Downloaded rustc-demangle v0.1.27
3112026-05-20T15:56:46.468Z Downloaded rand_core v0.9.5
3122026-05-20T15:56:46.468Z Downloaded owo-colors v4.3.0
3132026-05-20T15:56:46.472Z Downloaded signal-hook-registry v1.4.8
3142026-05-20T15:56:46.472Z Downloaded miette-derive v7.6.0
3152026-05-20T15:56:46.472Z Downloaded signal-hook-mio v0.2.5
3162026-05-20T15:56:46.472Z Downloaded native-tls v0.2.18
3172026-05-20T15:56:46.475Z Downloaded pin-project-internal v1.1.13
3182026-05-20T15:56:46.478Z Downloaded parking_lot_core v0.9.12
3192026-05-20T15:56:46.478Z Downloaded toml_datetime v0.6.11
3202026-05-20T15:56:46.481Z Downloaded once_cell v1.21.4
3212026-05-20T15:56:46.487Z Downloaded tower-service v0.3.3
3222026-05-20T15:56:46.490Z Downloaded memchr v2.8.0
3232026-05-20T15:56:46.493Z Downloaded fixedbitset v0.5.7
3242026-05-20T15:56:46.493Z Downloaded tower-layer v0.3.3
3252026-05-20T15:56:46.493Z Downloaded getrandom v0.3.4
3262026-05-20T15:56:46.496Z Downloaded derive_more v2.1.1
3272026-05-20T15:56:46.501Z Downloaded slab v0.4.12
3282026-05-20T15:56:46.505Z Downloaded simd-adler32 v0.3.9
3292026-05-20T15:56:46.505Z Downloaded smol_str v0.3.6
3302026-05-20T15:56:46.505Z Downloaded spki v0.7.3
3312026-05-20T15:56:46.508Z Downloaded shlex v1.3.0
3322026-05-20T15:56:46.508Z Downloaded target-lexicon v0.13.3
3332026-05-20T15:56:46.508Z Downloaded toml_write v0.1.2
3342026-05-20T15:56:46.511Z Downloaded config v0.15.23
3352026-05-20T15:56:46.514Z Downloaded tinyvec_macros v0.1.1
3362026-05-20T15:56:46.514Z Downloaded thiserror v2.0.18
3372026-05-20T15:56:46.517Z Downloaded thiserror v1.0.69
3382026-05-20T15:56:46.520Z Downloaded urlencoding v2.1.3
3392026-05-20T15:56:46.520Z Downloaded unicode-xid v0.2.6
3402026-05-20T15:56:46.521Z Downloaded typeid v1.0.3
3412026-05-20T15:56:46.525Z Downloaded tracing-error v0.2.1
3422026-05-20T15:56:46.525Z Downloaded static_assertions v1.1.0
3432026-05-20T15:56:46.525Z Downloaded version_check v0.9.5
3442026-05-20T15:56:46.528Z Downloaded iana-time-zone v0.1.65
3452026-05-20T15:56:46.528Z Downloaded want v0.3.1
3462026-05-20T15:56:46.528Z Downloaded semver v1.0.28
3472026-05-20T15:56:46.528Z Downloaded try-lock v0.2.5
3482026-05-20T15:56:46.531Z Downloaded xattr v1.6.1
3492026-05-20T15:56:46.531Z Downloaded target-spec-miette v0.4.6
3502026-05-20T15:56:46.534Z Downloaded unicode-linebreak v0.1.5
3512026-05-20T15:56:46.534Z Downloaded const-oid v0.9.6
3522026-05-20T15:56:46.534Z Downloaded tokio-native-tls v0.3.1
3532026-05-20T15:56:46.537Z Downloaded self-replace v1.5.0
3542026-05-20T15:56:46.537Z Downloaded thiserror-impl v2.0.18
3552026-05-20T15:56:46.540Z Downloaded thiserror-impl v1.0.69
3562026-05-20T15:56:46.545Z Downloaded erased-serde v0.4.10
3572026-05-20T15:56:46.548Z Downloaded globset v0.4.18
3582026-05-20T15:56:46.548Z Downloaded futures-channel v0.3.32
3592026-05-20T15:56:46.551Z Downloaded utf8_iter v1.0.4
3602026-05-20T15:56:46.551Z Downloaded pkcs8 v0.10.2
3612026-05-20T15:56:46.554Z Downloaded serde_path_to_error v0.1.20
3622026-05-20T15:56:46.554Z Downloaded clap_derive v4.6.1
3632026-05-20T15:56:46.554Z Downloaded bitflags v2.11.1
3642026-05-20T15:56:46.557Z Downloaded self_update v0.42.0
3652026-05-20T15:56:46.561Z Downloaded untrusted v0.9.0
3662026-05-20T15:56:46.561Z Downloaded thread_local v1.1.9
3672026-05-20T15:56:46.561Z Downloaded eyre v0.6.12
3682026-05-20T15:56:46.565Z Downloaded sha2 v0.10.9
3692026-05-20T15:56:46.572Z Downloaded derive-where v1.6.1
3702026-05-20T15:56:46.576Z Downloaded rustls-pki-types v1.14.1
3712026-05-20T15:56:46.579Z Downloaded nextest-filtering v0.15.0
3722026-05-20T15:56:46.586Z Downloaded toml_writer v1.1.1+spec-1.1.0
3732026-05-20T15:56:46.596Z Downloaded tracing-log v0.2.0
3742026-05-20T15:56:46.600Z Downloaded quinn-udp v0.5.14
3752026-05-20T15:56:46.600Z Downloaded smallvec v1.15.1
3762026-05-20T15:56:46.600Z Downloaded target-spec v3.6.0
3772026-05-20T15:56:46.604Z Downloaded ppv-lite86 v0.2.21
3782026-05-20T15:56:46.604Z Downloaded unicase v2.9.0
3792026-05-20T15:56:46.604Z Downloaded utf8parse v0.2.2
3802026-05-20T15:56:46.607Z Downloaded hyper v1.9.0
3812026-05-20T15:56:46.616Z Downloaded pin-project v1.1.13
3822026-05-20T15:56:46.622Z Downloaded zstd v0.13.3
3832026-05-20T15:56:46.627Z Downloaded toml v0.8.23
3842026-05-20T15:56:46.627Z Downloaded getrandom v0.4.2
3852026-05-20T15:56:46.630Z Downloaded zstd-safe v7.2.4
3862026-05-20T15:56:46.630Z Downloaded httparse v1.10.1
3872026-05-20T15:56:46.633Z Downloaded sharded-slab v0.1.7
3882026-05-20T15:56:46.633Z Downloaded serde_derive v1.0.228
3892026-05-20T15:56:46.636Z Downloaded toml_parser v1.1.2+spec-1.1.0
3902026-05-20T15:56:46.636Z Downloaded zipsign-api v0.1.5
3912026-05-20T15:56:46.640Z Downloaded signal-hook v0.3.18
3922026-05-20T15:56:46.640Z Downloaded zeroize v1.8.2
3932026-05-20T15:56:46.640Z Downloaded tokio-stream v0.1.18
3942026-05-20T15:56:46.643Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3952026-05-20T15:56:46.643Z Downloaded quick-junit v0.5.2
3962026-05-20T15:56:46.646Z Downloaded tokio-rustls v0.26.4
3972026-05-20T15:56:46.649Z Downloaded proc-macro2 v1.0.106
3982026-05-20T15:56:46.649Z Downloaded indicatif v0.17.11
3992026-05-20T15:56:46.652Z Downloaded parking_lot v0.12.5
4002026-05-20T15:56:46.652Z Downloaded num-traits v0.2.19
4012026-05-20T15:56:46.655Z Downloaded derive_more-impl v2.1.1
4022026-05-20T15:56:46.658Z Downloaded tempfile v3.27.0
4032026-05-20T15:56:46.661Z Downloaded miniz_oxide v0.8.9
4042026-05-20T15:56:46.661Z Downloaded socket2 v0.6.3
4052026-05-20T15:56:46.664Z Downloaded ryu v1.0.23
4062026-05-20T15:56:46.664Z Downloaded openssl-sys v0.9.116
4072026-05-20T15:56:46.672Z Downloaded xxhash-rust v0.8.15
4082026-05-20T15:56:46.675Z Downloaded tinyvec v1.11.0
4092026-05-20T15:56:46.683Z Downloaded zmij v1.0.21
4102026-05-20T15:56:46.687Z Downloaded base64 v0.22.1
4112026-05-20T15:56:46.690Z Downloaded bytes v1.11.1
4122026-05-20T15:56:46.693Z Downloaded tracing-core v0.1.36
4132026-05-20T15:56:46.693Z Downloaded tracing-attributes v0.1.31
4142026-05-20T15:56:46.701Z Downloaded serde_core v1.0.228
4152026-05-20T15:56:46.702Z Downloaded toml v1.1.2+spec-1.1.0
4162026-05-20T15:56:46.705Z Downloaded unicode-ident v1.0.24
4172026-05-20T15:56:46.705Z Downloaded borsh v1.6.1
4182026-05-20T15:56:46.705Z Downloaded tar v0.4.46
4192026-05-20T15:56:46.708Z Downloaded rustls-webpki v0.103.13
4202026-05-20T15:56:46.711Z Downloaded guppy v0.17.25
4212026-05-20T15:56:46.714Z Downloaded quinn v0.11.9
4222026-05-20T15:56:46.717Z Downloaded serde v1.0.228
4232026-05-20T15:56:46.720Z Downloaded textwrap v0.16.2
4242026-05-20T15:56:46.726Z Downloaded toml_edit v0.22.27
4252026-05-20T15:56:46.729Z Downloaded vte v0.14.1
4262026-05-20T15:56:46.733Z Downloaded rand v0.9.4
4272026-05-20T15:56:46.733Z Downloaded miette v7.6.0
4282026-05-20T15:56:46.745Z Downloaded flate2 v1.1.9
4292026-05-20T15:56:46.748Z Downloaded der v0.7.10
4302026-05-20T15:56:46.751Z Downloaded ed25519-dalek v2.2.0
4312026-05-20T15:56:46.758Z Downloaded idna v1.1.0
4322026-05-20T15:56:46.773Z Downloaded uuid v1.23.1
4332026-05-20T15:56:46.778Z Downloaded ron v0.12.1
4342026-05-20T15:56:46.782Z Downloaded mio v1.2.0
4352026-05-20T15:56:46.785Z Downloaded hyper-util v0.1.20
4362026-05-20T15:56:46.788Z Downloaded cc v1.2.62
4372026-05-20T15:56:46.791Z Downloaded itertools v0.14.0
4382026-05-20T15:56:46.795Z Downloaded http v1.4.0
4392026-05-20T15:56:46.799Z Downloaded indexmap v2.14.0
4402026-05-20T15:56:46.810Z Downloaded url v2.5.8
4412026-05-20T15:56:46.834Z Downloaded reqwest v0.12.28
4422026-05-20T15:56:46.840Z Downloaded unicode-segmentation v1.13.2
4432026-05-20T15:56:46.848Z Downloaded tower v0.5.3
4442026-05-20T15:56:46.853Z Downloaded regex v1.12.3
4452026-05-20T15:56:46.856Z Downloaded pulldown-cmark v0.13.4
4462026-05-20T15:56:46.860Z Downloaded typenum v1.20.0
4472026-05-20T15:56:46.877Z Downloaded portable-atomic v1.13.1
4482026-05-20T15:56:46.885Z Downloaded crossterm v0.29.0
4492026-05-20T15:56:46.889Z Downloaded hashbrown v0.15.5
4502026-05-20T15:56:46.893Z Downloaded quick-xml v0.38.4
4512026-05-20T15:56:46.905Z Downloaded hashbrown v0.17.1
4522026-05-20T15:56:46.910Z Downloaded quick-xml v0.37.5
4532026-05-20T15:56:46.916Z Downloaded serde_json v1.0.149
4542026-05-20T15:56:46.920Z Downloaded tokio-util v0.7.18
4552026-05-20T15:56:46.924Z Downloaded quinn-proto v0.11.14
4562026-05-20T15:56:46.928Z Downloaded clap_builder v4.6.0
4572026-05-20T15:56:46.931Z Downloaded unicode-normalization v0.1.25
4582026-05-20T15:56:46.935Z Downloaded futures-util v0.3.32
4592026-05-20T15:56:46.949Z Downloaded tower-http v0.6.11
4602026-05-20T15:56:46.967Z Downloaded aho-corasick v1.1.4
4612026-05-20T15:56:47.001Z Downloaded h2 v0.4.14
4622026-05-20T15:56:47.009Z Downloaded winnow v0.7.15
4632026-05-20T15:56:47.014Z Downloaded winnow v1.0.3
4642026-05-20T15:56:47.020Z Downloaded openssl v0.10.80
4652026-05-20T15:56:47.024Z Downloaded object v0.37.3
4662026-05-20T15:56:47.030Z Downloaded nix v0.30.1
4672026-05-20T15:56:47.036Z Downloaded chrono v0.4.44
4682026-05-20T15:56:47.041Z Downloaded tracing-subscriber v0.3.23
4692026-05-20T15:56:47.048Z Downloaded webpki-roots v1.0.7
4702026-05-20T15:56:47.058Z Downloaded rustix v0.38.44
4712026-05-20T15:56:47.071Z Downloaded regex-syntax v0.8.10
4722026-05-20T15:56:47.074Z Downloaded vcpkg v0.2.15
4732026-05-20T15:56:47.097Z Downloaded rustix v1.1.4
4742026-05-20T15:56:47.109Z Downloaded unicode-width v0.1.14
4752026-05-20T15:56:47.114Z Downloaded gimli v0.32.3
4762026-05-20T15:56:47.117Z Downloaded rustls v0.23.40
4772026-05-20T15:56:47.123Z Downloaded unicode-width v0.2.2
4782026-05-20T15:56:47.126Z Downloaded curve25519-dalek v4.1.3
4792026-05-20T15:56:47.131Z Downloaded zerocopy v0.8.48
4802026-05-20T15:56:47.142Z Downloaded syn v2.0.117
4812026-05-20T15:56:47.149Z Downloaded bstr v1.12.1
4822026-05-20T15:56:47.180Z Downloaded regex-automata v0.4.14
4832026-05-20T15:56:47.186Z Downloaded tracing v0.1.44
4842026-05-20T15:56:47.201Z Downloaded color-eyre v0.6.5
4852026-05-20T15:56:47.228Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4862026-05-20T15:56:47.239Z Downloaded petgraph v0.8.3
4872026-05-20T15:56:47.250Z Downloaded libc v0.2.186
4882026-05-20T15:56:47.269Z Downloaded tokio v1.52.3
4892026-05-20T15:56:47.355Z Downloaded recursion v0.5.4
4902026-05-20T15:56:47.360Z Downloaded ring v0.17.14
4912026-05-20T15:56:47.419Z Compiling proc-macro2 v1.0.106
4922026-05-20T15:56:47.419Z Compiling libc v0.2.186
4932026-05-20T15:56:47.419Z Compiling quote v1.0.45
4942026-05-20T15:56:47.419Z Compiling unicode-ident v1.0.24
4952026-05-20T15:56:47.423Z Compiling serde_core v1.0.228
4962026-05-20T15:56:47.423Z Compiling cfg-if v1.0.4
4972026-05-20T15:56:47.423Z Compiling memchr v2.8.0
4982026-05-20T15:56:47.423Z Compiling once_cell v1.21.4
4992026-05-20T15:56:47.646Z Compiling log v0.4.29
5002026-05-20T15:56:47.675Z Compiling pin-project-lite v0.2.17
5012026-05-20T15:56:47.772Z Compiling serde v1.0.228
5022026-05-20T15:56:47.836Z Compiling itoa v1.0.18
5032026-05-20T15:56:48.066Z Compiling futures-core v0.3.32
5042026-05-20T15:56:48.084Z Compiling smallvec v1.15.1
5052026-05-20T15:56:48.130Z Compiling bitflags v2.11.1
5062026-05-20T15:56:48.217Z Compiling find-msvc-tools v0.1.9
5072026-05-20T15:56:48.317Z Compiling shlex v1.3.0
5082026-05-20T15:56:48.445Z Compiling hashbrown v0.17.1
5092026-05-20T15:56:48.504Z Compiling equivalent v1.0.2
5102026-05-20T15:56:48.546Z Compiling errno v0.3.14
5112026-05-20T15:56:48.610Z Compiling jobserver v0.1.34
5122026-05-20T15:56:48.633Z Compiling bytes v1.11.1
5132026-05-20T15:56:48.649Z Compiling mio v1.2.0
5142026-05-20T15:56:48.723Z Compiling signal-hook-registry v1.4.8
5152026-05-20T15:56:48.887Z Compiling syn v2.0.117
5162026-05-20T15:56:48.932Z Compiling cc v1.2.62
5172026-05-20T15:56:48.946Z Compiling futures-sink v0.3.32
5182026-05-20T15:56:49.056Z Compiling rustix v1.1.4
5192026-05-20T15:56:49.131Z Compiling socket2 v0.6.3
5202026-05-20T15:56:49.258Z Compiling slab v0.4.12
5212026-05-20T15:56:49.329Z Compiling zmij v1.0.21
5222026-05-20T15:56:49.462Z Compiling futures-channel v0.3.32
5232026-05-20T15:56:49.489Z Compiling tracing-core v0.1.36
5242026-05-20T15:56:49.722Z Compiling version_check v0.9.5
5252026-05-20T15:56:49.750Z Compiling serde_json v1.0.149
5262026-05-20T15:56:49.995Z Compiling indexmap v2.14.0
5272026-05-20T15:56:50.040Z Compiling futures-io v0.3.32
5282026-05-20T15:56:50.132Z Compiling getrandom v0.4.2
5292026-05-20T15:56:50.247Z Compiling futures-task v0.3.32
5302026-05-20T15:56:50.366Z Compiling percent-encoding v2.3.2
5312026-05-20T15:56:50.432Z Compiling unicode-width v0.2.2
5322026-05-20T15:56:50.464Z Compiling camino v1.2.2
5332026-05-20T15:56:50.673Z Compiling ring v0.17.14
5342026-05-20T15:56:50.758Z Compiling http v1.4.0
5352026-05-20T15:56:50.838Z Compiling simd-adler32 v0.3.9
5362026-05-20T15:56:50.849Z Compiling adler2 v2.0.1
5372026-05-20T15:56:50.871Z Compiling zeroize v1.8.2
5382026-05-20T15:56:51.031Z Compiling autocfg v1.5.0
5392026-05-20T15:56:51.074Z Compiling miniz_oxide v0.8.9
5402026-05-20T15:56:51.376Z Compiling num-traits v0.2.19
5412026-05-20T15:56:51.616Z Compiling object v0.37.3
5422026-05-20T15:56:51.681Z Compiling target-lexicon v0.13.3
5432026-05-20T15:56:51.915Z Compiling getrandom v0.3.4
5442026-05-20T15:56:52.126Z Compiling zerocopy v0.8.48
5452026-05-20T15:56:52.278Z Compiling http-body v1.0.1
5462026-05-20T15:56:52.414Z Compiling rustls-pki-types v1.14.1
5472026-05-20T15:56:52.439Z Compiling form_urlencoded v1.2.2
5482026-05-20T15:56:52.500Z Compiling semver v1.0.28
5492026-05-20T15:56:52.551Z Compiling serde_derive v1.0.228
5502026-05-20T15:56:52.568Z Compiling tokio-macros v2.7.0
5512026-05-20T15:56:52.669Z Compiling futures-macro v0.3.32
5522026-05-20T15:56:52.710Z Compiling tracing-attributes v0.1.31
5532026-05-20T15:56:52.926Z Compiling getrandom v0.2.17
5542026-05-20T15:56:53.123Z Compiling gimli v0.32.3
5552026-05-20T15:56:53.159Z Compiling owo-colors v4.3.0
5562026-05-20T15:56:53.292Z Compiling untrusted v0.9.0
5572026-05-20T15:56:53.317Z Compiling tokio v1.52.3
5582026-05-20T15:56:53.423Z Compiling thiserror v2.0.18
5592026-05-20T15:56:53.495Z Compiling fnv v1.0.7
5602026-05-20T15:56:53.496Z Compiling futures-util v0.3.32
5612026-05-20T15:56:53.600Z Compiling idna_adapter v1.0.0
5622026-05-20T15:56:53.704Z Compiling guppy-workspace-hack v0.1.0
5632026-05-20T15:56:53.774Z Compiling signal-hook v0.3.18
5642026-05-20T15:56:53.929Z Compiling utf8_iter v1.0.4
5652026-05-20T15:56:53.932Z Compiling tracing v0.1.44
5662026-05-20T15:56:53.999Z Compiling httparse v1.10.1
5672026-05-20T15:56:54.088Z Compiling idna v1.1.0
5682026-05-20T15:56:54.511Z Compiling thiserror-impl v2.0.18
5692026-05-20T15:56:55.702Z Compiling addr2line v0.25.1
5702026-05-20T15:56:56.128Z Compiling generic-array v0.14.7
5712026-05-20T15:56:56.162Z Compiling tower-service v0.3.3
5722026-05-20T15:56:56.328Z Compiling fastrand v2.4.1
5732026-05-20T15:56:56.369Z Compiling rustc-demangle v0.1.27
5742026-05-20T15:56:56.481Z Compiling try-lock v0.2.5
5752026-05-20T15:56:56.530Z Compiling typeid v1.0.3
5762026-05-20T15:56:56.591Z Compiling target-spec v3.6.0
5772026-05-20T15:56:56.604Z Compiling rustls v0.23.40
5782026-05-20T15:56:56.821Z Compiling atomic-waker v1.1.2
5792026-05-20T15:56:56.834Z Compiling thiserror v1.0.69
5802026-05-20T15:56:56.882Z Compiling pkg-config v0.3.33
5812026-05-20T15:56:57.011Z Compiling want v0.3.1
5822026-05-20T15:56:57.203Z Compiling tokio-util v0.7.18
5832026-05-20T15:56:57.320Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-05-20T15:56:57.334Z Compiling tempfile v3.27.0
5852026-05-20T15:56:57.428Z Compiling cfg-expr v0.20.7
5862026-05-20T15:56:57.744Z Compiling h2 v0.4.14
5872026-05-20T15:56:58.286Z Compiling url v2.5.8
5882026-05-20T15:56:58.461Z Compiling thiserror-impl v1.0.69
5892026-05-20T15:56:58.718Z Compiling backtrace v0.3.76
5902026-05-20T15:56:58.897Z Compiling terminal_size v0.4.4
5912026-05-20T15:56:59.055Z Compiling aho-corasick v1.1.4
5922026-05-20T15:56:59.142Z Compiling typenum v1.20.0
5932026-05-20T15:56:59.629Z Compiling winnow v0.7.15
5942026-05-20T15:56:59.822Z Compiling subtle v2.6.1
5952026-05-20T15:56:59.985Z Compiling rustls-webpki v0.103.13
5962026-05-20T15:57:00.761Z Compiling erased-serde v0.4.10
5972026-05-20T15:57:01.068Z Compiling regex-syntax v0.8.10
5982026-05-20T15:57:02.580Z Compiling hyper v1.9.0
5992026-05-20T15:57:02.840Z Compiling regex-automata v0.4.14
6002026-05-20T15:57:04.567Z Compiling serde_spanned v0.6.9
6012026-05-20T15:57:04.736Z Compiling toml_datetime v0.6.11
6022026-05-20T15:57:05.120Z Compiling ahash v0.8.12
6032026-05-20T15:57:05.383Z Compiling sync_wrapper v1.0.2
6042026-05-20T15:57:05.504Z Compiling either v1.15.0
6052026-05-20T15:57:05.730Z Compiling lazy_static v1.5.0
6062026-05-20T15:57:05.842Z Compiling crc32fast v1.5.0
6072026-05-20T15:57:06.147Z Compiling is_ci v1.2.0
6082026-05-20T15:57:06.186Z Compiling unicode-linebreak v0.1.5
6092026-05-20T15:57:06.258Z Compiling tower-layer v0.3.3
6102026-05-20T15:57:06.314Z Compiling nextest-workspace-hack v0.1.0
6112026-05-20T15:57:06.455Z Compiling portable-atomic v1.13.1
6122026-05-20T15:57:06.455Z Compiling parking_lot_core v0.9.12
6132026-05-20T15:57:06.546Z Compiling unicode-segmentation v1.13.2
6142026-05-20T15:57:06.740Z Compiling foldhash v0.1.5
6152026-05-20T15:57:06.925Z Compiling ipnet v2.12.0
6162026-05-20T15:57:06.944Z Compiling toml_write v0.1.2
6172026-05-20T15:57:06.960Z Compiling base64 v0.22.1
6182026-05-20T15:57:07.190Z Compiling toml_edit v0.22.27
6192026-05-20T15:57:07.436Z Compiling hyper-util v0.1.20
6202026-05-20T15:57:07.577Z Compiling convert_case v0.10.0
6212026-05-20T15:57:07.841Z Compiling hashbrown v0.15.5
6222026-05-20T15:57:08.142Z Compiling tower v0.5.3
6232026-05-20T15:57:08.246Z Compiling textwrap v0.16.2
6242026-05-20T15:57:08.466Z Compiling supports-color v3.0.2
6252026-05-20T15:57:08.724Z Compiling sharded-slab v0.1.7
6262026-05-20T15:57:08.797Z Compiling tokio-rustls v0.26.4
6272026-05-20T15:57:09.342Z Compiling backtrace-ext v0.2.1
6282026-05-20T15:57:09.606Z Compiling ordered-float v2.10.1
6292026-05-20T15:57:09.655Z Compiling webpki-roots v1.0.7
6302026-05-20T15:57:09.673Z Compiling miette-derive v7.6.0
6312026-05-20T15:57:09.778Z Compiling pathdiff v0.2.3
6322026-05-20T15:57:09.883Z Compiling console v0.15.11
6332026-05-20T15:57:09.898Z Compiling cargo-platform v0.3.3
6342026-05-20T15:57:10.076Z Compiling tracing-log v0.2.0
6352026-05-20T15:57:10.444Z Compiling os_pipe v1.2.3
6362026-05-20T15:57:10.460Z Compiling thread_local v1.1.9
6372026-05-20T15:57:10.610Z Compiling supports-hyperlinks v3.2.0
6382026-05-20T15:57:10.776Z Compiling debug-ignore v1.0.5
6392026-05-20T15:57:10.811Z Compiling zstd-safe v7.2.4
6402026-05-20T15:57:10.829Z Compiling scopeguard v1.2.0
6412026-05-20T15:57:10.884Z Compiling winnow v1.0.3
6422026-05-20T15:57:10.934Z Compiling supports-unicode v3.0.0
6432026-05-20T15:57:11.068Z Compiling ryu v1.0.23
6442026-05-20T15:57:11.107Z Compiling cfg_aliases v0.2.1
6452026-05-20T15:57:11.182Z Compiling unicode-width v0.1.14
6462026-05-20T15:57:11.208Z Compiling rustix v0.38.44
6472026-05-20T15:57:11.487Z Compiling fixedbitset v0.5.7
6482026-05-20T15:57:11.577Z Compiling utf8parse v0.2.2
6492026-05-20T15:57:11.694Z Compiling pulldown-cmark v0.13.4
6502026-05-20T15:57:11.761Z Compiling petgraph v0.8.3
6512026-05-20T15:57:11.945Z Compiling toml_parser v1.1.2+spec-1.1.0
6522026-05-20T15:57:12.002Z Compiling anstyle-parse v1.0.0
6532026-05-20T15:57:12.331Z Compiling miette v7.6.0
6542026-05-20T15:57:12.355Z Compiling serde_urlencoded v0.7.1
6552026-05-20T15:57:12.639Z Compiling nix v0.30.1
6562026-05-20T15:57:13.037Z Compiling lock_api v0.4.14
6572026-05-20T15:57:13.288Z Compiling tracing-subscriber v0.3.23
6582026-05-20T15:57:13.302Z Compiling sigchld v0.2.4
6592026-05-20T15:57:13.491Z Compiling cargo_metadata v0.23.1
6602026-05-20T15:57:13.703Z Compiling serde-value v0.7.0
6612026-05-20T15:57:14.019Z Compiling hyper-rustls v0.27.9
6622026-05-20T15:57:14.462Z Compiling serde-untagged v0.1.9
6632026-05-20T15:57:14.958Z Compiling toml v0.8.23
6642026-05-20T15:57:15.101Z Compiling tower-http v0.6.11
6652026-05-20T15:57:16.252Z Compiling derive_more-impl v2.1.1
6662026-05-20T15:57:16.586Z Compiling itertools v0.14.0
6672026-05-20T15:57:16.606Z Compiling regex v1.12.3
6682026-05-20T15:57:17.065Z Compiling block-buffer v0.10.4
6692026-05-20T15:57:17.160Z Compiling crypto-common v0.1.7
6702026-05-20T15:57:17.215Z Compiling ppv-lite86 v0.2.21
6712026-05-20T15:57:17.295Z Compiling rand_core v0.9.5
6722026-05-20T15:57:17.539Z Compiling futures-executor v0.3.32
6732026-05-20T15:57:17.552Z Compiling pin-project-internal v1.1.13
6742026-05-20T15:57:17.791Z Compiling http-body-util v0.1.3
6752026-05-20T15:57:18.029Z Compiling uuid v1.23.1
6762026-05-20T15:57:18.061Z Compiling serde_spanned v1.1.1
6772026-05-20T15:57:18.074Z Compiling smol_str v0.3.6
6782026-05-20T15:57:18.086Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-05-20T15:57:18.208Z Compiling filetime v0.2.29
6802026-05-20T15:57:18.412Z Compiling bstr v1.12.1
6812026-05-20T15:57:18.427Z Compiling vte v0.14.1
6822026-05-20T15:57:18.494Z Compiling tinyvec_macros v0.1.1
6832026-05-20T15:57:18.559Z Compiling unicode-xid v0.2.6
6842026-05-20T15:57:18.571Z Compiling litrs v1.0.0
6852026-05-20T15:57:18.606Z Compiling xattr v1.6.1
6862026-05-20T15:57:18.689Z Compiling static_assertions v1.1.0
6872026-05-20T15:57:18.702Z Compiling anstyle-query v1.1.5
6882026-05-20T15:57:18.766Z Compiling nested v0.1.1
6892026-05-20T15:57:18.808Z Compiling number_prefix v0.4.0
6902026-05-20T15:57:18.959Z Compiling is_terminal_polyfill v1.70.2
6912026-05-20T15:57:18.959Z Compiling self_update v0.42.0
6922026-05-20T15:57:18.984Z Compiling unicase v2.9.0
6932026-05-20T15:57:19.007Z Compiling iana-time-zone v0.1.65
6942026-05-20T15:57:19.063Z Compiling anstyle v1.0.14
6952026-05-20T15:57:19.093Z Compiling color-spantrace v0.3.0
6962026-05-20T15:57:19.167Z Compiling colorchoice v1.0.5
6972026-05-20T15:57:19.181Z Compiling eyre v0.6.12
6982026-05-20T15:57:19.284Z Compiling anstream v1.0.0
6992026-05-20T15:57:19.323Z Compiling chrono v0.4.44
7002026-05-20T15:57:19.346Z Compiling document-features v0.2.12
7012026-05-20T15:57:19.448Z Compiling indicatif v0.17.11
7022026-05-20T15:57:19.762Z Compiling guppy v0.17.25
7032026-05-20T15:57:19.789Z Compiling globset v0.4.18
7042026-05-20T15:57:19.913Z Compiling tar v0.4.46
7052026-05-20T15:57:20.350Z Compiling cargo-util-schemas v0.2.0
7062026-05-20T15:57:21.012Z Compiling pin-project v1.1.13
7072026-05-20T15:57:21.122Z Compiling strip-ansi-escapes v0.2.1
7082026-05-20T15:57:21.607Z Compiling tinyvec v1.11.0
7092026-05-20T15:57:22.048Z Compiling newtype-uuid v1.3.2
7102026-05-20T15:57:22.245Z Compiling toml v1.1.2+spec-1.1.0
7112026-05-20T15:57:22.446Z Compiling nextest-metadata v0.12.2
7122026-05-20T15:57:22.587Z Compiling reqwest v0.12.28
7132026-05-20T15:57:22.692Z Compiling futures v0.3.32
7142026-05-20T15:57:22.776Z Compiling rand_chacha v0.9.0
7152026-05-20T15:57:22.836Z Compiling digest v0.10.7
7162026-05-20T15:57:23.031Z Compiling derive_more v2.1.1
7172026-05-20T15:57:23.064Z Compiling parking_lot v0.12.5
7182026-05-20T15:57:23.112Z Compiling flate2 v1.1.9
7192026-05-20T15:57:23.325Z Compiling tracing-error v0.2.1
7202026-05-20T15:57:23.557Z Compiling shared_child v1.1.1
7212026-05-20T15:57:23.966Z Compiling signal-hook-mio v0.2.5
7222026-05-20T15:57:24.104Z Compiling self-replace v1.5.0
7232026-05-20T15:57:24.216Z Compiling cargo-platform v0.2.0
7242026-05-20T15:57:24.400Z Compiling quick-xml v0.38.4
7252026-05-20T15:57:24.780Z Compiling quick-xml v0.37.5
7262026-05-20T15:57:24.975Z Compiling heck v0.5.0
7272026-05-20T15:57:25.173Z Compiling urlencoding v2.1.3
7282026-05-20T15:57:25.419Z Compiling shell-words v1.1.1
7292026-05-20T15:57:25.454Z Compiling clap_lex v1.1.0
7302026-05-20T15:57:25.822Z Compiling strsim v0.11.1
7312026-05-20T15:57:26.037Z Compiling recursion v0.5.4
7322026-05-20T15:57:26.159Z Compiling cpufeatures v0.2.17
7332026-05-20T15:57:26.181Z Compiling indenter v0.3.4
7342026-05-20T15:57:26.235Z Compiling humantime v2.3.0
7352026-05-20T15:57:26.311Z Compiling sha2 v0.10.9
7362026-05-20T15:57:26.639Z Compiling humantime-serde v1.1.1
7372026-05-20T15:57:26.660Z Compiling clap_derive v4.6.1
7382026-05-20T15:57:26.796Z Compiling nextest-filtering v0.15.0
7392026-05-20T15:57:26.825Z Compiling clap_builder v4.6.0
7402026-05-20T15:57:27.611Z Compiling quick-junit v0.5.2
7412026-05-20T15:57:28.476Z Compiling cargo_metadata v0.20.0
7422026-05-20T15:57:30.801Z Compiling atomicwrites v0.4.4
7432026-05-20T15:57:30.806Z Compiling cargo-nextest v0.9.97
7442026-05-20T15:57:31.036Z Compiling crossterm v0.29.0
7452026-05-20T15:57:31.080Z Compiling duct v0.13.7
7462026-05-20T15:57:33.314Z Compiling zstd v0.13.3
7472026-05-20T15:57:33.640Z Compiling rand v0.9.4
7482026-05-20T15:57:33.654Z Compiling config v0.15.23
7492026-05-20T15:57:33.738Z Compiling async-scoped v0.9.0
7502026-05-20T15:57:33.929Z Compiling unicode-normalization v0.1.25
7512026-05-20T15:57:34.058Z Compiling target-spec-miette v0.4.6
7522026-05-20T15:57:34.071Z Compiling future-queue v0.4.0
7532026-05-20T15:57:34.263Z Compiling mukti-metadata v0.3.0
7542026-05-20T15:57:34.345Z Compiling camino-tempfile v1.4.1
7552026-05-20T15:57:34.382Z Compiling tokio-stream v0.1.18
7562026-05-20T15:57:34.474Z Compiling derive-where v1.6.1
7572026-05-20T15:57:34.513Z Compiling serde_ignored v0.1.14
7582026-05-20T15:57:34.738Z Compiling serde_path_to_error v0.1.20
7592026-05-20T15:57:34.761Z Compiling xxhash-rust v0.8.15
7602026-05-20T15:57:34.778Z Compiling hex v0.4.3
7612026-05-20T15:57:34.917Z Compiling swrite v0.1.0
7622026-05-20T15:57:34.944Z Compiling indent_write v2.2.0
7632026-05-20T15:57:35.061Z Compiling home v0.5.12
7642026-05-20T15:57:35.095Z Compiling color-eyre v0.6.5
7652026-05-20T15:57:35.166Z Compiling clap v4.6.1
7662026-05-20T15:57:35.186Z Compiling dialoguer v0.11.0
7672026-05-20T15:57:35.228Z Compiling enable-ansi-support v0.2.1
7682026-05-20T15:57:35.718Z Compiling nextest-runner v0.80.0
7692026-05-20T15:57:53.982Z Finished `release` profile [optimized] target(s) in 1m 10s
7702026-05-20T15:57:54.165Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-05-20T15:57:54.170Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-05-20T15:57:54.286Z+ banner ddm
7732026-05-20T15:57:54.291Z
7742026-05-20T15:57:54.291Z ##### ##### # #
7752026-05-20T15:57:54.291Z # # # # ## ##
7762026-05-20T15:57:54.291Z # # # # # ## #
7772026-05-20T15:57:54.291Z # # # # # #
7782026-05-20T15:57:54.291Z # # # # # #
7792026-05-20T15:57:54.291Z ##### ##### # #
7802026-05-20T15:57:54.291Z
7812026-05-20T15:57:54.291Z+ cargo nextest run -p ddm -p ddm-api-types -p ddm-api-types-versions --nocapture
7822026-05-20T15:57:54.457Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-05-20T15:57:55.445ZFrom https://github.com/oxidecomputer/falcon
7842026-05-20T15:57:55.445Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7852026-05-20T15:57:55.522Z Updating crates.io index
7862026-05-20T15:57:55.561Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-05-20T15:57:56.299ZFrom https://github.com/oxidecomputer/dendrite
7882026-05-20T15:57:56.299Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7892026-05-20T15:57:56.360Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-05-20T15:57:56.648ZFrom https://github.com/oxidecomputer/ispf
7912026-05-20T15:57:56.648Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7922026-05-20T15:57:56.652Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-05-20T15:57:56.988ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-05-20T15:57:56.988Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7952026-05-20T15:57:56.995Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-05-20T15:58:05.511ZFrom https://github.com/oxidecomputer/omicron
7972026-05-20T15:58:05.511Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7982026-05-20T15:58:05.922Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-05-20T15:58:06.572ZFrom https://github.com/oxidecomputer/opte
8002026-05-20T15:58:06.572Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
8012026-05-20T15:58:06.649Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-05-20T15:58:07.112ZFrom https://github.com/illumos/smf-rs
8032026-05-20T15:58:07.112Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-05-20T15:58:07.125Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8052026-05-20T15:58:07.591ZFrom https://github.com/oxidecomputer/poptrie
8062026-05-20T15:58:07.591Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8072026-05-20T15:58:07.642Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-05-20T15:58:07.950ZFrom https://github.com/oxidecomputer/network-interface
8092026-05-20T15:58:07.950Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-05-20T15:58:07.967Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-05-20T15:58:08.234ZFrom https://github.com/oxidecomputer/zone
8122026-05-20T15:58:08.234Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-05-20T15:58:08.272Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-05-20T15:58:08.918ZFrom https://github.com/oxidecomputer/propolis
8152026-05-20T15:58:08.918Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-05-20T15:58:08.992Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8172026-05-20T15:58:09.486ZFrom https://github.com/oxidecomputer/transceiver-control
8182026-05-20T15:58:09.486Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8192026-05-20T15:58:09.509Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202026-05-20T15:58:09.780ZFrom https://github.com/oxidecomputer/dlpi-sys
8212026-05-20T15:58:09.780Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8222026-05-20T15:58:09.787Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232026-05-20T15:58:10.084ZFrom https://github.com/jmesmon/rust-libzfs
8242026-05-20T15:58:10.084Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8252026-05-20T15:58:10.092Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262026-05-20T15:58:10.398ZFrom https://github.com/oxidecomputer/rusty-doors
8272026-05-20T15:58:10.399Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8282026-05-20T15:58:10.420Z Updating git repository `https://github.com/oxidecomputer/lldp`
8292026-05-20T15:58:10.926ZFrom https://github.com/oxidecomputer/lldp
8302026-05-20T15:58:10.926Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8312026-05-20T15:58:10.938Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-05-20T15:58:11.215ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-05-20T15:58:11.215Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-05-20T15:58:11.270Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-05-20T15:58:11.620ZFrom https://github.com/oxidecomputer/tufaceous
8362026-05-20T15:58:11.620Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8372026-05-20T15:58:11.638Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-05-20T15:58:12.101ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-05-20T15:58:12.101Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8402026-05-20T15:58:12.154Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-05-20T15:58:13.354ZFrom https://github.com/oxidecomputer/crucible
8422026-05-20T15:58:13.354Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-05-20T15:58:13.429Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8442026-05-20T15:58:13.712ZFrom https://github.com/oxidecomputer/serde_human_bytes
8452026-05-20T15:58:13.712Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8462026-05-20T15:58:13.729Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-05-20T15:58:14.075ZFrom https://github.com/oxidecomputer/propolis
8482026-05-20T15:58:14.075Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8492026-05-20T15:58:14.393Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-05-20T15:58:14.772ZFrom https://github.com/oxidecomputer/tofino
8512026-05-20T15:58:14.772Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8522026-05-20T15:58:14.795Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-05-20T15:58:15.448ZFrom https://github.com/oxidecomputer/maghemite
8542026-05-20T15:58:15.448Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8552026-05-20T15:58:15.492Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-05-20T15:58:15.948ZFrom https://github.com/oxidecomputer/clickward
8572026-05-20T15:58:15.949Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-05-20T15:58:16.063Z Updating git repository `https://github.com/oxidecomputer/crucible`
8592026-05-20T15:58:16.653ZFrom https://github.com/oxidecomputer/crucible
8602026-05-20T15:58:16.653Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8612026-05-20T15:58:16.811Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-05-20T15:58:17.074ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-05-20T15:58:17.074Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-05-20T15:58:17.955Z Downloading crates ...
8652026-05-20T15:58:18.069Z Downloaded async-stream-impl v0.3.6
8662026-05-20T15:58:18.072Z Downloaded argon2 v0.5.3
8672026-05-20T15:58:18.076Z Downloaded fixedbitset v0.4.2
8682026-05-20T15:58:18.076Z Downloaded ff v0.13.1
8692026-05-20T15:58:18.082Z Downloaded ciborium-io v0.2.2
8702026-05-20T15:58:18.085Z Downloaded compression-core v0.4.32
8712026-05-20T15:58:18.089Z Downloaded const-random v0.1.18
8722026-05-20T15:58:18.090Z Downloaded base16ct v0.2.0
8732026-05-20T15:58:18.090Z Downloaded expectorate v1.2.0
8742026-05-20T15:58:18.094Z Downloaded const-random-macro v0.1.16
8752026-05-20T15:58:18.094Z Downloaded float-ord v0.3.2
8762026-05-20T15:58:18.094Z Downloaded bs58 v0.5.1
8772026-05-20T15:58:18.098Z Downloaded libsw-core v0.3.2
8782026-05-20T15:58:18.098Z Downloaded internet-checksum v0.2.1
8792026-05-20T15:58:18.098Z Downloaded newtype-uuid-macros v0.1.0
8802026-05-20T15:58:18.102Z Downloaded hmac v0.12.1
8812026-05-20T15:58:18.102Z Downloaded linked-hash-map v0.5.6
8822026-05-20T15:58:18.108Z Downloaded libscf-sys v1.2.0
8832026-05-20T15:58:18.108Z Downloaded arc-swap v1.9.1
8842026-05-20T15:58:18.112Z Downloaded bitflags v1.3.2
8852026-05-20T15:58:18.112Z Downloaded keccak v0.1.6
8862026-05-20T15:58:18.112Z Downloaded arrayvec v0.7.6
8872026-05-20T15:58:18.115Z Downloaded match_cfg v0.1.0
8882026-05-20T15:58:18.115Z Downloaded ident_case v1.0.1
8892026-05-20T15:58:18.115Z Downloaded convert_case v0.4.0
8902026-05-20T15:58:18.119Z Downloaded hubpack_derive v0.1.1
8912026-05-20T15:58:18.119Z Downloaded fs-err v3.3.0
8922026-05-20T15:58:18.119Z Downloaded hubpack v0.1.2
8932026-05-20T15:58:18.123Z Downloaded instant v0.1.13
8942026-05-20T15:58:18.123Z Downloaded memmap v0.7.0
8952026-05-20T15:58:18.128Z Downloaded macaddr v1.0.1
8962026-05-20T15:58:18.128Z Downloaded konst_macro_rules v0.2.19
8972026-05-20T15:58:18.128Z Downloaded cookie v0.18.1
8982026-05-20T15:58:18.132Z Downloaded is-terminal v0.4.17
8992026-05-20T15:58:18.132Z Downloaded dtrace-parser v0.3.0
9002026-05-20T15:58:18.132Z Downloaded blake2 v0.10.6
9012026-05-20T15:58:18.136Z Downloaded hash32 v0.3.1
9022026-05-20T15:58:18.136Z Downloaded defmt v0.3.100
9032026-05-20T15:58:18.136Z Downloaded natord v1.0.9
9042026-05-20T15:58:18.140Z Downloaded darling_macro v0.21.3
9052026-05-20T15:58:18.140Z Downloaded async-stream v0.3.6
9062026-05-20T15:58:18.140Z Downloaded crc8 v0.1.1
9072026-05-20T15:58:18.144Z Downloaded foreign-types-shared v0.3.1
9082026-05-20T15:58:18.144Z Downloaded ciborium-ll v0.2.2
9092026-05-20T15:58:18.144Z Downloaded arrayref v0.3.9
9102026-05-20T15:58:18.148Z Downloaded icu_properties v2.2.0
9112026-05-20T15:58:18.148Z Downloaded cpufeatures v0.3.0
9122026-05-20T15:58:18.152Z Downloaded httpdate v1.0.3
9132026-05-20T15:58:18.152Z Downloaded async-recursion v1.1.1
9142026-05-20T15:58:18.155Z Downloaded hostname v0.4.2
9152026-05-20T15:58:18.155Z Downloaded foreign-types-macros v0.2.3
9162026-05-20T15:58:18.159Z Downloaded num-derive v0.4.2
9172026-05-20T15:58:18.162Z Downloaded foreign-types v0.5.0
9182026-05-20T15:58:18.162Z Downloaded embedded-io v0.6.1
9192026-05-20T15:58:18.166Z Downloaded lru-cache v0.1.2
9202026-05-20T15:58:18.166Z Downloaded heck v0.4.1
9212026-05-20T15:58:18.166Z Downloaded defmt-parser v1.0.0
9222026-05-20T15:58:18.170Z Downloaded newtype_derive v0.1.6
9232026-05-20T15:58:18.170Z Downloaded constant_time_eq v0.4.2
9242026-05-20T15:58:18.174Z Downloaded base16ct v1.0.0
9252026-05-20T15:58:18.174Z Downloaded critical-section v1.2.0
9262026-05-20T15:58:18.174Z Downloaded multer v3.1.0
9272026-05-20T15:58:18.177Z Downloaded group v0.13.0
9282026-05-20T15:58:18.177Z Downloaded git-stub-vcs v0.1.0
9292026-05-20T15:58:18.181Z Downloaded allocator-api2 v0.2.21
9302026-05-20T15:58:18.181Z Downloaded managed v0.8.0
9312026-05-20T15:58:18.184Z Downloaded num-iter v0.1.45
9322026-05-20T15:58:18.184Z Downloaded num-conv v0.2.1
9332026-05-20T15:58:18.184Z Downloaded newline-converter v0.3.0
9342026-05-20T15:58:18.188Z Downloaded dof v0.4.0
9352026-05-20T15:58:18.188Z Downloaded gethostname v0.5.0
9362026-05-20T15:58:18.188Z Downloaded num_threads v0.1.7
9372026-05-20T15:58:18.191Z Downloaded git-stub v1.0.0
9382026-05-20T15:58:18.191Z Downloaded enum-as-inner v0.6.1
9392026-05-20T15:58:18.195Z Downloaded crunchy v0.2.4
9402026-05-20T15:58:18.195Z Downloaded cobs v0.3.0
9412026-05-20T15:58:18.195Z Downloaded no-std-compat v0.4.1
9422026-05-20T15:58:18.195Z Downloaded mime v0.3.17
9432026-05-20T15:58:18.202Z Downloaded dunce v1.0.5
9442026-05-20T15:58:18.202Z Downloaded crucible-workspace-hack v0.1.0
9452026-05-20T15:58:18.202Z Downloaded memoffset v0.9.1
9462026-05-20T15:58:18.206Z Downloaded olpc-cjson v0.1.4
9472026-05-20T15:58:18.206Z Downloaded embedded-io v0.4.0
9482026-05-20T15:58:18.206Z Downloaded num_enum_derive v0.5.11
9492026-05-20T15:58:18.206Z Downloaded idna_adapter v1.2.2
9502026-05-20T15:58:18.206Z Downloaded cstr-argument v0.1.2
9512026-05-20T15:58:18.206Z Downloaded fxhash v0.2.1
9522026-05-20T15:58:18.211Z Downloaded darling_macro v0.23.0
9532026-05-20T15:58:18.211Z Downloaded chacha20 v0.9.1
9542026-05-20T15:58:18.211Z Downloaded omicron-workspace-hack v0.1.0
9552026-05-20T15:58:18.211Z Downloaded plain v0.2.3
9562026-05-20T15:58:18.215Z Downloaded phf_shared v0.12.1
9572026-05-20T15:58:18.215Z Downloaded dtrace-parser v0.2.0
9582026-05-20T15:58:18.215Z Downloaded bytecount v0.6.9
9592026-05-20T15:58:18.215Z Downloaded bit-vec v0.8.0
9602026-05-20T15:58:18.219Z Downloaded opaque-debug v0.3.1
9612026-05-20T15:58:18.219Z Downloaded indicatif v0.18.4
9622026-05-20T15:58:18.225Z Downloaded parse-display v0.10.0
9632026-05-20T15:58:18.225Z Downloaded dyn-clone v1.0.20
9642026-05-20T15:58:18.225Z Downloaded daft-derive v0.1.7
9652026-05-20T15:58:18.230Z Downloaded linear-map v1.2.0
9662026-05-20T15:58:18.230Z Downloaded libsw v3.5.0
9672026-05-20T15:58:18.230Z Downloaded ipnetwork v0.21.1
9682026-05-20T15:58:18.230Z Downloaded compression-codecs v0.4.38
9692026-05-20T15:58:18.235Z Downloaded proc-macro-crate v3.5.0
9702026-05-20T15:58:18.235Z Downloaded byteorder v1.5.0
9712026-05-20T15:58:18.235Z Downloaded backoff v0.4.0
9722026-05-20T15:58:18.239Z Downloaded highway v1.3.0
9732026-05-20T15:58:18.239Z Downloaded dropshot-api-manager-types v0.7.1
9742026-05-20T15:58:18.239Z Downloaded proc-macro-error-attr2 v2.0.0
9752026-05-20T15:58:18.239Z Downloaded icu_collections v2.2.0
9762026-05-20T15:58:18.242Z Downloaded cmake v0.1.58
9772026-05-20T15:58:18.246Z Downloaded erased-serde v0.3.31
9782026-05-20T15:58:18.246Z Downloaded progenitor-client v0.14.0
9792026-05-20T15:58:18.246Z Downloaded progenitor-client v0.10.0
9802026-05-20T15:58:18.250Z Downloaded num v0.4.3
9812026-05-20T15:58:18.250Z Downloaded crossbeam-deque v0.8.6
9822026-05-20T15:58:18.250Z Downloaded const_format v0.2.36
9832026-05-20T15:58:18.254Z Downloaded inout v0.1.4
9842026-05-20T15:58:18.254Z Downloaded proc-macro-error-attr v1.0.4
9852026-05-20T15:58:18.257Z Downloaded ingot v0.1.1
9862026-05-20T15:58:18.257Z Downloaded ciborium v0.2.2
9872026-05-20T15:58:18.257Z Downloaded num_enum v0.7.6
9882026-05-20T15:58:18.262Z Downloaded foldhash v0.2.0
9892026-05-20T15:58:18.262Z Downloaded progenitor-client v0.11.2
9902026-05-20T15:58:18.266Z Downloaded password-hash v0.5.0
9912026-05-20T15:58:18.266Z Downloaded num-complex v0.4.6
9922026-05-20T15:58:18.266Z Downloaded progenitor-macro v0.10.0
9932026-05-20T15:58:18.269Z Downloaded dof v0.3.0
9942026-05-20T15:58:18.269Z Downloaded fs_extra v1.3.0
9952026-05-20T15:58:18.269Z Downloaded progenitor-macro v0.13.0
9962026-05-20T15:58:18.269Z Downloaded displaydoc v0.2.5
9972026-05-20T15:58:18.274Z Downloaded same-file v1.0.6
9982026-05-20T15:58:18.274Z Downloaded parse-display-derive v0.10.0
9992026-05-20T15:58:18.278Z Downloaded hostname v0.3.1
10002026-05-20T15:58:18.278Z Downloaded defmt-macros v1.1.0
10012026-05-20T15:58:18.278Z Downloaded data-encoding v2.11.0
10022026-05-20T15:58:18.283Z Downloaded pem v3.0.6
10032026-05-20T15:58:18.283Z Downloaded phf v0.12.1
10042026-05-20T15:58:18.283Z Downloaded daft v0.1.7
10052026-05-20T15:58:18.283Z Downloaded litemap v0.8.2
10062026-05-20T15:58:18.287Z Downloaded csv-core v0.1.13
10072026-05-20T15:58:18.287Z Downloaded byte-wrapper v0.1.0
10082026-05-20T15:58:18.287Z Downloaded oxnet v0.1.5
10092026-05-20T15:58:18.291Z Downloaded rand_chacha v0.3.1
10102026-05-20T15:58:18.291Z Downloaded progenitor-macro v0.14.0
10112026-05-20T15:58:18.291Z Downloaded hickory-resolver v0.25.2
10122026-05-20T15:58:18.296Z Downloaded rustc_version v0.1.7
10132026-05-20T15:58:18.296Z Downloaded powerfmt v0.2.0
10142026-05-20T15:58:18.296Z Downloaded num_enum_derive v0.7.6
10152026-05-20T15:58:18.296Z Downloaded rand_xorshift v0.4.0
10162026-05-20T15:58:18.296Z Downloaded ref-cast v1.0.25
10172026-05-20T15:58:18.300Z Downloaded progenitor-macro v0.11.2
10182026-05-20T15:58:18.300Z Downloaded parking_lot_core v0.8.6
10192026-05-20T15:58:18.300Z Downloaded ref-cast-impl v1.0.25
10202026-05-20T15:58:18.304Z Downloaded icu_provider v2.2.0
10212026-05-20T15:58:18.304Z Downloaded num-rational v0.4.2
10222026-05-20T15:58:18.308Z Downloaded proc-macro-error v1.0.4
10232026-05-20T15:58:18.308Z Downloaded anyhow v1.0.102
10242026-05-20T15:58:18.308Z Downloaded progenitor v0.10.0
10252026-05-20T15:58:18.312Z Downloaded memmap2 v0.9.10
10262026-05-20T15:58:18.312Z Downloaded secrecy v0.10.3
10272026-05-20T15:58:18.312Z Downloaded console v0.16.3
10282026-05-20T15:58:18.312Z Downloaded serde_plain v1.0.2
10292026-05-20T15:58:18.319Z Downloaded semver v0.1.20
10302026-05-20T15:58:18.319Z Downloaded num_enum v0.5.11
10312026-05-20T15:58:18.319Z Downloaded serial_test v3.4.0
10322026-05-20T15:58:18.322Z Downloaded colored v3.1.1
10332026-05-20T15:58:18.322Z Downloaded darling v0.21.3
10342026-05-20T15:58:18.326Z Downloaded potential_utf v0.1.5
10352026-05-20T15:58:18.326Z Downloaded omicron-zone-package v0.12.2
10362026-05-20T15:58:18.326Z Downloaded parking_lot v0.11.2
10372026-05-20T15:58:18.330Z Downloaded crossbeam-utils v0.8.21
10382026-05-20T15:58:18.330Z Downloaded scroll_derive v0.13.1
10392026-05-20T15:58:18.330Z Downloaded ingot-macros v0.1.1
10402026-05-20T15:58:18.333Z Downloaded oxide-tokio-rt v0.1.6
10412026-05-20T15:58:18.333Z Downloaded paste v1.0.15
10422026-05-20T15:58:18.336Z Downloaded cancel-safe-futures v0.1.5
10432026-05-20T15:58:18.336Z Downloaded quick-error v1.2.3
10442026-05-20T15:58:18.341Z Downloaded siphasher v1.0.3
10452026-05-20T15:58:18.341Z Downloaded serde-big-array v0.5.1
10462026-05-20T15:58:18.341Z Downloaded sha1 v0.10.6
10472026-05-20T15:58:18.341Z Downloaded scroll_derive v0.12.1
10482026-05-20T15:58:18.344Z Downloaded proc-macro-error2 v2.0.1
10492026-05-20T15:58:18.344Z Downloaded slog-bunyan v2.5.0
10502026-05-20T15:58:18.344Z Downloaded progenitor-extras v0.2.0
10512026-05-20T15:58:18.344Z Downloaded slog-envlogger v2.2.0
10522026-05-20T15:58:18.348Z Downloaded sigpipe v0.1.3
10532026-05-20T15:58:18.348Z Downloaded serial_test_derive v3.4.0
10542026-05-20T15:58:18.348Z Downloaded progenitor v0.14.0
10552026-05-20T15:58:18.348Z Downloaded progenitor-client v0.13.0
10562026-05-20T15:58:18.352Z Downloaded progenitor v0.13.0
10572026-05-20T15:58:18.352Z Downloaded progenitor v0.11.2
10582026-05-20T15:58:18.352Z Downloaded poly1305 v0.8.0
10592026-05-20T15:58:18.355Z Downloaded base64 v0.21.7
10602026-05-20T15:58:18.355Z Downloaded smawk v0.3.2
10612026-05-20T15:58:18.358Z Downloaded backon v1.6.0
10622026-05-20T15:58:18.358Z Downloaded drift v0.1.4
10632026-05-20T15:58:18.362Z Downloaded indexmap v1.9.3
10642026-05-20T15:58:18.366Z Downloaded rustls-native-certs v0.8.3
10652026-05-20T15:58:18.369Z Downloaded pest_derive v2.8.6
10662026-05-20T15:58:18.369Z Downloaded rustls-pemfile v2.2.0
10672026-05-20T15:58:18.369Z Downloaded derive-ex v0.1.8
10682026-05-20T15:58:18.372Z Downloaded defmt v1.1.0
10692026-05-20T15:58:18.372Z Downloaded cargo_toml v0.22.3
10702026-05-20T15:58:18.375Z Downloaded bcs v0.1.6
10712026-05-20T15:58:18.375Z Downloaded konst v0.2.20
10722026-05-20T15:58:18.379Z Downloaded strum v0.27.2
10732026-05-20T15:58:18.379Z Downloaded strum v0.26.3
10742026-05-20T15:58:18.379Z Downloaded structmeta-derive v0.3.0
10752026-05-20T15:58:18.379Z Downloaded stable_deref_trait v1.2.1
10762026-05-20T15:58:18.382Z Downloaded resolv-conf v0.7.6
10772026-05-20T15:58:18.382Z Downloaded take_mut v0.2.2
10782026-05-20T15:58:18.382Z Downloaded tabled_derive v0.11.0
10792026-05-20T15:58:18.382Z Downloaded tabled_derive v0.7.0
10802026-05-20T15:58:18.383Z Downloaded rand_core v0.10.1
10812026-05-20T15:58:18.386Z Downloaded scroll v0.13.0
10822026-05-20T15:58:18.386Z Downloaded serde_repr v0.1.20
10832026-05-20T15:58:18.386Z Downloaded elliptic-curve v0.13.8
10842026-05-20T15:58:18.389Z Downloaded serde_derive_internals v0.29.1
10852026-05-20T15:58:18.389Z Downloaded pest_generator v2.8.6
10862026-05-20T15:58:18.392Z Downloaded tagptr v0.2.0
10872026-05-20T15:58:18.393Z Downloaded termtree v0.5.1
10882026-05-20T15:58:18.393Z Downloaded time-core v0.1.8
10892026-05-20T15:58:18.393Z Downloaded darling_core v0.23.0
10902026-05-20T15:58:18.396Z Downloaded thiserror-impl-no-std v2.0.2
10912026-05-20T15:58:18.396Z Downloaded tabwriter v1.4.1
10922026-05-20T15:58:18.400Z Downloaded dropshot_endpoint v0.17.0
10932026-05-20T15:58:18.400Z Downloaded sdd v3.0.10
10942026-05-20T15:58:18.403Z Downloaded thread-id v5.1.0
10952026-05-20T15:58:18.403Z Downloaded topological-sort v0.2.2
10962026-05-20T15:58:18.403Z Downloaded thread-id v4.2.2
10972026-05-20T15:58:18.403Z Downloaded testing_table v0.3.0
10982026-05-20T15:58:18.403Z Downloaded scroll v0.12.0
10992026-05-20T15:58:18.407Z Downloaded schemars_derive v0.8.22
11002026-05-20T15:58:18.407Z Downloaded rusty-fork v0.3.1
11012026-05-20T15:58:18.407Z Downloaded diff v0.1.13
11022026-05-20T15:58:18.411Z Downloaded derive_more v0.99.20
11032026-05-20T15:58:18.411Z Downloaded crossbeam-epoch v0.9.18
11042026-05-20T15:58:18.414Z Downloaded papergrid v0.11.0
11052026-05-20T15:58:18.414Z Downloaded half v2.7.1
11062026-05-20T15:58:18.417Z Downloaded chacha20 v0.10.0
11072026-05-20T15:58:18.418Z Downloaded structmeta v0.3.0
11082026-05-20T15:58:18.421Z Downloaded smf v0.2.3
11092026-05-20T15:58:18.421Z Downloaded slog-term v2.9.2
11102026-05-20T15:58:18.421Z Downloaded slog-stdlog v4.1.1
11112026-05-20T15:58:18.421Z Downloaded slog-scope v4.4.1
11122026-05-20T15:58:18.425Z Downloaded slog-json v2.6.1
11132026-05-20T15:58:18.425Z Downloaded slog-dtrace v0.3.0
11142026-05-20T15:58:18.425Z Downloaded slog-async v2.8.0
11152026-05-20T15:58:18.425Z Downloaded serde_tokenstream v0.2.3
11162026-05-20T15:58:18.428Z Downloaded unarray v0.1.4
11172026-05-20T15:58:18.429Z Downloaded spin v0.5.2
11182026-05-20T15:58:18.429Z Downloaded smartstring v1.0.1
11192026-05-20T15:58:18.429Z Downloaded deranged v0.5.8
11202026-05-20T15:58:18.432Z Downloaded const_format_proc_macros v0.2.34
11212026-05-20T15:58:18.432Z Downloaded aead v0.5.2
11222026-05-20T15:58:18.432Z Downloaded proc-macro-crate v1.3.1
11232026-05-20T15:58:18.435Z Downloaded pretty-hex v0.4.2
11242026-05-20T15:58:18.435Z Downloaded num-integer v0.1.46
11252026-05-20T15:58:18.435Z Downloaded darling v0.23.0
11262026-05-20T15:58:18.439Z Downloaded universal-hash v0.5.1
11272026-05-20T15:58:18.439Z Downloaded typify-macro v0.6.2
11282026-05-20T15:58:18.439Z Downloaded ingot-types v0.1.2
11292026-05-20T15:58:18.439Z Downloaded glob v0.3.3
11302026-05-20T15:58:18.443Z Downloaded async-trait v0.1.89
11312026-05-20T15:58:18.443Z Downloaded cipher v0.4.4
11322026-05-20T15:58:18.443Z Downloaded strum_macros v0.27.2
11332026-05-20T15:58:18.446Z Downloaded rhai_codegen v3.1.0
11342026-05-20T15:58:18.450Z Downloaded icu_normalizer_data v2.2.0
11352026-05-20T15:58:18.450Z Downloaded usdt-attr-macro v0.5.0
11362026-05-20T15:58:18.453Z Downloaded rustversion v1.0.22
11372026-05-20T15:58:18.453Z Downloaded usdt v0.6.0
11382026-05-20T15:58:18.453Z Downloaded usdt v0.5.0
11392026-05-20T15:58:18.453Z Downloaded heapless v0.8.0
11402026-05-20T15:58:18.456Z Downloaded untrusted v0.7.1
11412026-05-20T15:58:18.456Z Downloaded unit-prefix v0.5.2
11422026-05-20T15:58:18.456Z Downloaded usdt-attr-macro v0.6.0
11432026-05-20T15:58:18.460Z Downloaded snafu-derive v0.8.9
11442026-05-20T15:58:18.460Z Downloaded bit-set v0.8.0
11452026-05-20T15:58:18.460Z Downloaded waitgroup v0.1.2
11462026-05-20T15:58:18.460Z Downloaded utf-8 v0.7.6
11472026-05-20T15:58:18.460Z Downloaded usdt-macro v0.5.0
11482026-05-20T15:58:18.460Z Downloaded usdt-macro v0.6.0
11492026-05-20T15:58:18.463Z Downloaded strum_macros v0.26.4
11502026-05-20T15:58:18.467Z Downloaded wait-timeout v0.2.1
11512026-05-20T15:58:18.467Z Downloaded synstructure v0.13.2
11522026-05-20T15:58:18.472Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11532026-05-20T15:58:18.475Z Downloaded thiserror-no-std v2.0.2
11542026-05-20T15:58:18.479Z Downloaded tokio-rustls v0.25.0
11552026-05-20T15:58:18.483Z Downloaded zone_cfg_derive v0.3.1
11562026-05-20T15:58:18.483Z Downloaded zone v0.3.1
11572026-05-20T15:58:18.483Z Downloaded yoke-derive v0.8.2
11582026-05-20T15:58:18.483Z Downloaded tokio-tungstenite v0.21.0
11592026-05-20T15:58:18.487Z Downloaded tokio-dtrace v0.1.1
11602026-05-20T15:58:18.487Z Downloaded zeroize_derive v1.4.3
11612026-05-20T15:58:18.487Z Downloaded zerofrom v0.1.8
11622026-05-20T15:58:18.487Z Downloaded tiny-keccak v2.0.2
11632026-05-20T15:58:18.487Z Downloaded tinystr v0.8.3
11642026-05-20T15:58:18.492Z Downloaded progenitor-impl v0.14.0
11652026-05-20T15:58:18.495Z Downloaded progenitor-impl v0.13.0
11662026-05-20T15:58:18.495Z Downloaded postcard v1.1.3
11672026-05-20T15:58:18.499Z Downloaded typify-macro v0.4.3
11682026-05-20T15:58:18.499Z Downloaded serde_with_macros v3.20.0
11692026-05-20T15:58:18.502Z Downloaded chacha20poly1305 v0.10.1
11702026-05-20T15:58:18.506Z Downloaded spin v0.9.8
11712026-05-20T15:58:18.517Z Downloaded icu_normalizer v2.2.0
11722026-05-20T15:58:18.520Z Downloaded jiff-static v0.2.24
11732026-05-20T15:58:18.524Z Downloaded rustls-platform-verifier v0.7.0
11742026-05-20T15:58:18.524Z Downloaded papergrid v0.17.0
11752026-05-20T15:58:18.528Z Downloaded usdt-impl v0.6.0
11762026-05-20T15:58:18.528Z Downloaded walkdir v2.5.0
11772026-05-20T15:58:18.531Z Downloaded vsss-rs v3.3.4
11782026-05-20T15:58:18.531Z Downloaded usdt-impl v0.5.0
11792026-05-20T15:58:18.531Z Downloaded xz2 v0.1.7
11802026-05-20T15:58:18.531Z Downloaded pretty_assertions v1.4.1
11812026-05-20T15:58:18.534Z Downloaded hickory-resolver v0.24.4
11822026-05-20T15:58:18.534Z Downloaded term v1.2.1
11832026-05-20T15:58:18.538Z Downloaded whoami v1.6.1
11842026-05-20T15:58:18.538Z Downloaded time-macros v0.2.27
11852026-05-20T15:58:18.543Z Downloaded thin-vec v0.2.18
11862026-05-20T15:58:18.547Z Downloaded serde_yaml v0.9.34+deprecated
11872026-05-20T15:58:18.547Z Downloaded zerofrom-derive v0.1.7
11882026-05-20T15:58:18.552Z Downloaded icu_locale_core v2.2.0
11892026-05-20T15:58:18.552Z Downloaded progenitor-impl v0.10.0
11902026-05-20T15:58:18.556Z Downloaded zerovec-derive v0.11.3
11912026-05-20T15:58:18.556Z Downloaded pest_meta v2.8.6
11922026-05-20T15:58:18.556Z Downloaded similar v2.7.0
11932026-05-20T15:58:18.559Z Downloaded slog v2.8.2
11942026-05-20T15:58:18.559Z Downloaded crypto-bigint v0.5.5
11952026-05-20T15:58:18.563Z Downloaded ucd-trie v0.1.7
11962026-05-20T15:58:18.572Z Downloaded rayon-core v1.13.0
11972026-05-20T15:58:18.576Z Downloaded progenitor-impl v0.11.2
11982026-05-20T15:58:18.579Z Downloaded schemars v0.8.22
11992026-05-20T15:58:18.584Z Downloaded yoke v0.8.2
12002026-05-20T15:58:18.587Z Downloaded writeable v0.6.3
12012026-05-20T15:58:18.587Z Downloaded toml v0.9.12+spec-1.1.0
12022026-05-20T15:58:18.591Z Downloaded test-strategy v0.4.5
12032026-05-20T15:58:18.591Z Downloaded zerocopy-derive v0.7.35
12042026-05-20T15:58:18.594Z Downloaded tungstenite v0.21.0
12052026-05-20T15:58:18.598Z Downloaded prettyplease v0.2.37
12062026-05-20T15:58:18.598Z Downloaded qorb v0.4.1
12072026-05-20T15:58:18.601Z Downloaded crossbeam-channel v0.5.15
12082026-05-20T15:58:18.605Z Downloaded typify v0.4.3
12092026-05-20T15:58:18.605Z Downloaded typify v0.6.2
12102026-05-20T15:58:18.608Z Downloaded rand v0.8.6
12112026-05-20T15:58:18.608Z Downloaded snafu v0.8.9
12122026-05-20T15:58:18.612Z Downloaded darling_core v0.21.3
12132026-05-20T15:58:18.615Z Downloaded async-compression v0.4.42
12142026-05-20T15:58:18.619Z Downloaded hashbrown v0.12.3
12152026-05-20T15:58:18.623Z Downloaded schemars v1.2.1
12162026-05-20T15:58:18.627Z Downloaded tar v0.4.45
12172026-05-20T15:58:18.633Z Downloaded nom v7.1.3
12182026-05-20T15:58:18.637Z Downloaded toml v0.7.8
12192026-05-20T15:58:18.640Z Downloaded unsafe-libyaml v0.2.11
12202026-05-20T15:58:18.640Z Downloaded minimal-lexical v0.2.1
12212026-05-20T15:58:18.644Z Downloaded dropshot-api-manager v0.7.1
12222026-05-20T15:58:18.647Z Downloaded steno v0.4.1
12232026-05-20T15:58:18.650Z Downloaded schemars v0.9.0
12242026-05-20T15:58:18.656Z Downloaded yansi v1.0.1
12252026-05-20T15:58:18.659Z Downloaded toml_edit v0.25.11+spec-1.1.0
12262026-05-20T15:58:18.674Z Downloaded pest v2.8.6
12272026-05-20T15:58:18.677Z Downloaded zerotrie v0.2.4
12282026-05-20T15:58:18.680Z Downloaded toml_edit v0.19.15
12292026-05-20T15:58:18.727Z Downloaded zerocopy-derive v0.8.48
12302026-05-20T15:58:18.739Z Downloaded hashbrown v0.16.1
12312026-05-20T15:58:18.739Z Downloaded typed-path v0.9.3
12322026-05-20T15:58:18.739Z Downloaded libm v0.2.16
12332026-05-20T15:58:18.739Z Downloaded rand v0.10.1
12342026-05-20T15:58:18.739Z Downloaded nom v8.0.0
12352026-05-20T15:58:18.739Z Downloaded scc v2.4.0
12362026-05-20T15:58:18.739Z Downloaded itertools v0.12.1
12372026-05-20T15:58:18.739Z Downloaded iddqd v0.3.18
12382026-05-20T15:58:18.739Z Downloaded icu_properties_data v2.2.0
12392026-05-20T15:58:18.752Z Downloaded zerovec v0.11.6
12402026-05-20T15:58:18.759Z Downloaded tough v0.22.0
12412026-05-20T15:58:18.763Z Downloaded rayon v1.12.0
12422026-05-20T15:58:18.768Z Downloaded reqwest v0.13.3
12432026-05-20T15:58:18.772Z Downloaded goblin v0.8.2
12442026-05-20T15:58:18.776Z Downloaded blake3 v1.8.5
12452026-05-20T15:58:18.784Z Downloaded hkdf v0.12.4
12462026-05-20T15:58:18.788Z Downloaded zerocopy v0.7.35
12472026-05-20T15:58:18.794Z Downloaded winnow v0.5.40
12482026-05-20T15:58:18.800Z Downloaded tower-http v0.6.10
12492026-05-20T15:58:18.803Z Downloaded rustls-webpki v0.102.8
12502026-05-20T15:58:18.813Z Downloaded aws-lc-rs v1.17.0
12512026-05-20T15:58:18.818Z Downloaded serde_with v3.20.0
12522026-05-20T15:58:18.835Z Downloaded proptest v1.11.0
12532026-05-20T15:58:18.840Z Downloaded time v0.3.47
12542026-05-20T15:58:18.847Z Downloaded goblin v0.10.5
12552026-05-20T15:58:18.851Z Downloaded tabled v0.15.0
12562026-05-20T15:58:18.859Z Downloaded moka v0.12.15
12572026-05-20T15:58:18.873Z Downloaded tabled v0.20.0
12582026-05-20T15:58:18.882Z Downloaded syn v1.0.109
12592026-05-20T15:58:18.896Z Downloaded openapiv3 v2.2.0
12602026-05-20T15:58:18.904Z Downloaded rhai v1.24.0
12612026-05-20T15:58:18.910Z Downloaded dropshot v0.17.0
12622026-05-20T15:58:18.923Z Downloaded hickory-proto v0.24.4
12632026-05-20T15:58:18.929Z Downloaded nix v0.31.3
12642026-05-20T15:58:18.944Z Downloaded regress v0.10.5
12652026-05-20T15:58:18.948Z Downloaded smoltcp v0.11.0
12662026-05-20T15:58:18.955Z Downloaded rustls v0.22.4
12672026-05-20T15:58:18.961Z Downloaded hickory-proto v0.25.2
12682026-05-20T15:58:18.969Z Downloaded regress v0.11.1
12692026-05-20T15:58:19.002Z Downloaded typify-impl v0.4.3
12702026-05-20T15:58:19.008Z Downloaded typify-impl v0.6.2
12712026-05-20T15:58:19.015Z Downloaded sled v0.34.7
12722026-05-20T15:58:19.046Z Downloaded petgraph v0.6.5
12732026-05-20T15:58:19.053Z Downloaded jiff v0.2.24
12742026-05-20T15:58:19.063Z Downloaded lzma-sys v0.1.20
12752026-05-20T15:58:19.078Z Downloaded chrono-tz v0.10.4
12762026-05-20T15:58:19.095Z Downloaded sha3 v0.10.9
12772026-05-20T15:58:19.104Z Downloaded csv v1.4.0
12782026-05-20T15:58:19.180Z Downloaded encoding_rs v0.8.35
12792026-05-20T15:58:19.807Z Downloaded aws-lc-sys v0.41.0
12802026-05-20T15:58:20.740Z Compiling proc-macro2 v1.0.106
12812026-05-20T15:58:20.740Z Compiling quote v1.0.45
12822026-05-20T15:58:20.745Z Compiling unicode-ident v1.0.24
12832026-05-20T15:58:20.745Z Compiling serde_core v1.0.228
12842026-05-20T15:58:20.745Z Compiling cfg-if v1.0.4
12852026-05-20T15:58:20.745Z Compiling serde v1.0.228
12862026-05-20T15:58:20.745Z Compiling libc v0.2.186
12872026-05-20T15:58:20.842Z Compiling memchr v2.8.0
12882026-05-20T15:58:20.924Z Compiling itoa v1.0.18
12892026-05-20T15:58:21.104Z Compiling zmij v1.0.21
12902026-05-20T15:58:21.161Z Compiling smallvec v1.15.1
12912026-05-20T15:58:21.231Z Compiling autocfg v1.5.0
12922026-05-20T15:58:21.370Z Compiling libm v0.2.16
12932026-05-20T15:58:21.575Z Compiling stable_deref_trait v1.2.1
12942026-05-20T15:58:21.575Z Compiling iana-time-zone v0.1.65
12952026-05-20T15:58:21.668Z Compiling writeable v0.6.3
12962026-05-20T15:58:21.758Z Compiling litemap v0.8.2
12972026-05-20T15:58:21.777Z Compiling percent-encoding v2.3.2
12982026-05-20T15:58:21.813Z Compiling icu_normalizer_data v2.2.0
12992026-05-20T15:58:21.851Z Compiling utf8_iter v1.0.4
13002026-05-20T15:58:21.935Z Compiling icu_properties_data v2.2.0
13012026-05-20T15:58:21.983Z Compiling version_check v0.9.5
13022026-05-20T15:58:21.993Z Compiling form_urlencoded v1.2.2
13032026-05-20T15:58:22.056Z Compiling syn v2.0.117
13042026-05-20T15:58:22.176Z Compiling dyn-clone v1.0.20
13052026-05-20T15:58:22.237Z Compiling serde_json v1.0.149
13062026-05-20T15:58:22.248Z Compiling equivalent v1.0.2
13072026-05-20T15:58:22.258Z Compiling pin-project-lite v0.2.17
13082026-05-20T15:58:22.320Z Compiling num-traits v0.2.19
13092026-05-20T15:58:22.332Z Compiling thiserror v2.0.18
13102026-05-20T15:58:22.335Z Compiling parking_lot_core v0.9.12
13112026-05-20T15:58:22.354Z Compiling scopeguard v1.2.0
13122026-05-20T15:58:22.455Z Compiling lock_api v0.4.14
13132026-05-20T15:58:22.489Z Compiling rand_core v0.10.1
13142026-05-20T15:58:22.634Z Compiling getrandom v0.4.2
13152026-05-20T15:58:22.647Z Compiling log v0.4.29
13162026-05-20T15:58:22.681Z Compiling heck v0.5.0
13172026-05-20T15:58:22.831Z Compiling hashbrown v0.17.1
13182026-05-20T15:58:22.941Z Compiling errno v0.3.14
13192026-05-20T15:58:22.972Z Compiling schemars v0.8.22
13202026-05-20T15:58:23.087Z Compiling semver v1.0.28
13212026-05-20T15:58:23.158Z Compiling uuid v1.23.1
13222026-05-20T15:58:23.224Z Compiling zerocopy v0.8.48
13232026-05-20T15:58:23.332Z Compiling indexmap v2.14.0
13242026-05-20T15:58:23.408Z Compiling futures-core v0.3.32
13252026-05-20T15:58:23.434Z Compiling jobserver v0.1.34
13262026-05-20T15:58:23.556Z Compiling find-msvc-tools v0.1.9
13272026-05-20T15:58:23.572Z Compiling shlex v1.3.0
13282026-05-20T15:58:23.656Z Compiling fnv v1.0.7
13292026-05-20T15:58:23.748Z Compiling cc v1.2.62
13302026-05-20T15:58:23.755Z Compiling futures-sink v0.3.32
13312026-05-20T15:58:23.755Z Compiling slab v0.4.12
13322026-05-20T15:58:23.958Z Compiling rustversion v1.0.22
13332026-05-20T15:58:23.971Z Compiling socket2 v0.6.3
13342026-05-20T15:58:23.972Z Compiling futures-channel v0.3.32
13352026-05-20T15:58:24.112Z Compiling bitflags v2.11.1
13362026-05-20T15:58:24.153Z Compiling parking_lot v0.12.5
13372026-05-20T15:58:24.226Z Compiling signal-hook-registry v1.4.8
13382026-05-20T15:58:24.261Z Compiling mio v1.2.0
13392026-05-20T15:58:24.290Z Compiling futures-io v0.3.32
13402026-05-20T15:58:24.294Z Compiling futures-task v0.3.32
13412026-05-20T15:58:24.446Z Compiling portable-atomic v1.13.1
13422026-05-20T15:58:24.465Z Compiling regex-syntax v0.8.10
13432026-05-20T15:58:24.516Z Compiling byteorder v1.5.0
13442026-05-20T15:58:24.553Z Compiling critical-section v1.2.0
13452026-05-20T15:58:24.663Z Compiling base64 v0.22.1
13462026-05-20T15:58:24.760Z Compiling getrandom v0.2.17
13472026-05-20T15:58:24.792Z Compiling typenum v1.20.0
13482026-05-20T15:58:24.815Z Compiling subtle v2.6.1
13492026-05-20T15:58:24.944Z Compiling synstructure v0.13.2
13502026-05-20T15:58:24.959Z Compiling serde_derive_internals v0.29.1
13512026-05-20T15:58:25.007Z Compiling untrusted v0.9.0
13522026-05-20T15:58:25.072Z Compiling strsim v0.11.1
13532026-05-20T15:58:25.125Z Compiling rand_core v0.6.4
13542026-05-20T15:58:25.356Z Compiling ipnet v2.12.0
13552026-05-20T15:58:25.450Z Compiling once_cell v1.21.4
13562026-05-20T15:58:25.454Z Compiling httparse v1.10.1
13572026-05-20T15:58:25.475Z Compiling atomic-waker v1.1.2
13582026-05-20T15:58:25.542Z Compiling ryu v1.0.23
13592026-05-20T15:58:25.595Z Compiling tower-layer v0.3.3
13602026-05-20T15:58:25.659Z Compiling foldhash v0.2.0
13612026-05-20T15:58:25.693Z Compiling allocator-api2 v0.2.21
13622026-05-20T15:58:25.722Z Compiling tower-service v0.3.3
13632026-05-20T15:58:25.752Z Compiling cmake v0.1.58
13642026-05-20T15:58:25.813Z Compiling rustix v1.1.4
13652026-05-20T15:58:25.904Z Compiling try-lock v0.2.5
13662026-05-20T15:58:25.913Z Compiling dunce v1.0.5
13672026-05-20T15:58:26.006Z Compiling hashbrown v0.16.1
13682026-05-20T15:58:26.016Z Compiling fs_extra v1.3.0
13692026-05-20T15:58:26.019Z Compiling want v0.3.1
13702026-05-20T15:58:26.098Z Compiling ucd-trie v0.1.7
13712026-05-20T15:58:26.110Z Compiling serde_derive v1.0.228
13722026-05-20T15:58:26.182Z Compiling zerofrom-derive v0.1.7
13732026-05-20T15:58:26.185Z Compiling yoke-derive v0.8.2
13742026-05-20T15:58:26.202Z Compiling zerovec-derive v0.11.3
13752026-05-20T15:58:26.285Z Compiling displaydoc v0.2.5
13762026-05-20T15:58:26.409Z Compiling schemars_derive v0.8.22
13772026-05-20T15:58:26.614Z Compiling thiserror-impl v2.0.18
13782026-05-20T15:58:27.064Z Compiling tokio-macros v2.7.0
13792026-05-20T15:58:27.224Z Compiling zerocopy-derive v0.8.48
13802026-05-20T15:58:27.289Z Compiling zeroize_derive v1.4.3
13812026-05-20T15:58:27.309Z Compiling futures-macro v0.3.32
13822026-05-20T15:58:27.400Z Compiling zerofrom v0.1.8
13832026-05-20T15:58:27.520Z Compiling yoke v0.8.2
13842026-05-20T15:58:27.628Z Compiling aws-lc-sys v0.41.0
13852026-05-20T15:58:27.704Z Compiling zerovec v0.11.6
13862026-05-20T15:58:27.826Z Compiling zerotrie v0.2.4
13872026-05-20T15:58:27.983Z Compiling zeroize v1.8.2
13882026-05-20T15:58:28.276Z Compiling httpdate v1.0.3
13892026-05-20T15:58:28.300Z Compiling pest v2.8.6
13902026-05-20T15:58:28.300Z Compiling futures-util v0.3.32
13912026-05-20T15:58:28.300Z Compiling tinystr v0.8.3
13922026-05-20T15:58:28.300Z Compiling potential_utf v0.1.5
13932026-05-20T15:58:28.367Z Compiling icu_locale_core v2.2.0
13942026-05-20T15:58:28.378Z Compiling icu_collections v2.2.0
13952026-05-20T15:58:28.406Z Compiling thiserror v1.0.69
13962026-05-20T15:58:28.906Z Compiling thiserror-impl v1.0.69
13972026-05-20T15:58:28.927Z Compiling generic-array v0.14.7
13982026-05-20T15:58:29.184Z Compiling icu_provider v2.2.0
13992026-05-20T15:58:29.314Z Compiling bytes v1.11.1
14002026-05-20T15:58:29.412Z Compiling icu_normalizer v2.2.0
14012026-05-20T15:58:29.451Z Compiling icu_properties v2.2.0
14022026-05-20T15:58:29.462Z Compiling chrono v0.4.44
14032026-05-20T15:58:29.974Z Compiling serde_tokenstream v0.2.3
14042026-05-20T15:58:30.032Z Compiling http v1.4.0
14052026-05-20T15:58:30.132Z Compiling tokio v1.52.3
14062026-05-20T15:58:30.256Z Compiling erased-serde v0.3.31
14072026-05-20T15:58:30.519Z Compiling idna_adapter v1.2.2
14082026-05-20T15:58:30.656Z Compiling idna v1.1.0
14092026-05-20T15:58:30.656Z Compiling http-body v1.0.1
14102026-05-20T15:58:30.756Z Compiling pest_meta v2.8.6
14112026-05-20T15:58:30.815Z Compiling aho-corasick v1.1.4
14122026-05-20T15:58:31.021Z Compiling url v2.5.8
14132026-05-20T15:58:31.033Z Compiling pretty-hex v0.4.2
14142026-05-20T15:58:31.434Z Compiling pest_generator v2.8.6
14152026-05-20T15:58:31.693Z Compiling ppv-lite86 v0.2.21
14162026-05-20T15:58:31.880Z Compiling regex-automata v0.4.14
14172026-05-20T15:58:31.951Z Compiling getrandom v0.3.4
14182026-05-20T15:58:32.041Z Compiling pest_derive v2.8.6
14192026-05-20T15:58:32.185Z Compiling tracing-attributes v0.1.31
14202026-05-20T15:58:32.284Z Compiling ipnetwork v0.21.1
14212026-05-20T15:58:32.613Z Compiling tracing-core v0.1.36
14222026-05-20T15:58:32.674Z Compiling plain v0.2.3
14232026-05-20T15:58:32.844Z Compiling ident_case v1.0.1
14242026-05-20T15:58:32.894Z Compiling http-body-util v0.1.3
14252026-05-20T15:58:32.987Z Compiling serde_urlencoded v0.7.1
14262026-05-20T15:58:33.122Z Compiling paste v1.0.15
14272026-05-20T15:58:33.203Z Compiling oxnet v0.1.5
14282026-05-20T15:58:33.399Z Compiling tracing v0.1.44
14292026-05-20T15:58:33.459Z Compiling regex v1.12.3
14302026-05-20T15:58:33.623Z Compiling crypto-common v0.1.7
14312026-05-20T15:58:33.634Z Compiling sync_wrapper v1.0.2
14322026-05-20T15:58:33.734Z Compiling anyhow v1.0.102
14332026-05-20T15:58:33.957Z Compiling omicron-workspace-hack v0.1.0
14342026-05-20T15:58:33.964Z Compiling tokio-util v0.7.18
14352026-05-20T15:58:34.082Z Compiling slog v2.8.2
14362026-05-20T15:58:34.124Z Compiling powerfmt v0.2.0
14372026-05-20T15:58:34.323Z Compiling num-conv v0.2.1
14382026-05-20T15:58:34.327Z Compiling time-core v0.1.8
14392026-05-20T15:58:34.363Z Compiling deranged v0.5.8
14402026-05-20T15:58:34.467Z Compiling time-macros v0.2.27
14412026-05-20T15:58:34.523Z Compiling rustls-pki-types v1.14.1
14422026-05-20T15:58:34.676Z Compiling scroll_derive v0.13.1
14432026-05-20T15:58:34.700Z Compiling winnow v1.0.3
14442026-05-20T15:58:35.036Z Compiling num_threads v0.1.7
14452026-05-20T15:58:35.605Z Compiling daft-derive v0.1.7
14462026-05-20T15:58:35.613Z Compiling scroll v0.13.0
14472026-05-20T15:58:35.613Z Compiling async-trait v0.1.89
14482026-05-20T15:58:35.784Z Compiling fastrand v2.4.1
14492026-05-20T15:58:36.046Z Compiling goblin v0.10.5
14502026-05-20T15:58:36.282Z Compiling ring v0.17.14
14512026-05-20T15:58:36.501Z Compiling cpufeatures v0.2.17
14522026-05-20T15:58:36.565Z Compiling h2 v0.4.14
14532026-05-20T15:58:36.656Z Compiling block-buffer v0.10.4
14542026-05-20T15:58:37.042Z Compiling crossbeam-utils v0.8.21
14552026-05-20T15:58:37.208Z Compiling camino v1.2.2
14562026-05-20T15:58:37.540Z Compiling usdt-impl v0.6.0
14572026-05-20T15:58:37.675Z Compiling digest v0.10.7
14582026-05-20T15:58:37.803Z Compiling dtrace-parser v0.3.0
14592026-05-20T15:58:37.822Z Compiling hex v0.4.3
14602026-05-20T15:58:37.877Z Compiling openssl-probe v0.2.1
14612026-05-20T15:58:38.057Z Compiling thread-id v5.1.0
14622026-05-20T15:58:38.142Z Compiling thread_local v1.1.9
14632026-05-20T15:58:38.421Z Compiling crc32fast v1.5.0
14642026-05-20T15:58:38.447Z Compiling futures-executor v0.3.32
14652026-05-20T15:58:38.624Z Compiling hyper v1.9.0
14662026-05-20T15:58:38.654Z Compiling slog-async v2.8.0
14672026-05-20T15:58:38.690Z Compiling dof v0.4.0
14682026-05-20T15:58:38.770Z Compiling match_cfg v0.1.0
14692026-05-20T15:58:38.985Z Compiling futures v0.3.32
14702026-05-20T15:58:39.018Z Compiling rand_core v0.9.5
14712026-05-20T15:58:39.058Z Compiling take_mut v0.2.2
14722026-05-20T15:58:39.165Z Compiling adler2 v2.0.1
14732026-05-20T15:58:39.224Z Compiling term v1.2.1
14742026-05-20T15:58:39.297Z Compiling syn v1.0.109
14752026-05-20T15:58:39.673Z Compiling hyper-util v0.1.20
14762026-05-20T15:58:39.961Z Compiling ref-cast v1.0.25
14772026-05-20T15:58:40.068Z Compiling rustls v0.22.4
14782026-05-20T15:58:40.285Z Compiling simd-adler32 v0.3.9
14792026-05-20T15:58:40.295Z Compiling aws-lc-rs v1.17.0
14802026-05-20T15:58:40.360Z Compiling structmeta-derive v0.3.0
14812026-05-20T15:58:40.382Z Compiling ref-cast-impl v1.0.25
14822026-05-20T15:58:40.478Z Compiling miniz_oxide v0.8.9
14832026-05-20T15:58:40.782Z Compiling rand_chacha v0.9.0
14842026-05-20T15:58:40.865Z Compiling usdt-attr-macro v0.6.0
14852026-05-20T15:58:41.007Z Compiling usdt-macro v0.6.0
14862026-05-20T15:58:41.198Z Compiling flate2 v1.1.9
14872026-05-20T15:58:41.240Z Compiling darling_core v0.23.0
14882026-05-20T15:58:41.377Z Compiling newtype-uuid-macros v0.1.0
14892026-05-20T15:58:41.412Z Compiling structmeta v0.3.0
14902026-05-20T15:58:41.607Z Compiling macaddr v1.0.1
14912026-05-20T15:58:41.619Z Compiling regress v0.10.5
14922026-05-20T15:58:41.829Z Compiling compression-core v0.4.32
14932026-05-20T15:58:41.986Z Compiling untrusted v0.7.1
14942026-05-20T15:58:42.108Z Compiling compression-codecs v0.4.38
14952026-05-20T15:58:42.113Z Compiling rand v0.9.4
14962026-05-20T15:58:42.122Z Compiling tower v0.5.3
14972026-05-20T15:58:42.189Z Compiling newtype-uuid v1.3.2
14982026-05-20T15:58:42.275Z Compiling openapiv3 v2.2.0
14992026-05-20T15:58:42.523Z Compiling serde_spanned v1.1.1
15002026-05-20T15:58:42.582Z Compiling multer v3.1.0
15012026-05-20T15:58:42.691Z Compiling toml_writer v1.1.1+spec-1.1.0
15022026-05-20T15:58:42.816Z Compiling rustls v0.23.40
15032026-05-20T15:58:42.901Z Compiling quick-error v1.2.3
15042026-05-20T15:58:43.006Z Compiling debug-ignore v1.0.5
15052026-05-20T15:58:43.083Z Compiling tower-http v0.6.10
15062026-05-20T15:58:43.108Z Compiling daft v0.1.7
15072026-05-20T15:58:43.301Z Compiling darling_macro v0.23.0
15082026-05-20T15:58:43.378Z Compiling time v0.3.47
15092026-05-20T15:58:43.871Z Compiling strum_macros v0.26.4
15102026-05-20T15:58:43.900Z Compiling darling v0.23.0
15112026-05-20T15:58:43.980Z Compiling async-stream-impl v0.3.6
15122026-05-20T15:58:44.040Z Compiling dropshot v0.17.0
15132026-05-20T15:58:44.282Z Compiling encoding_rs v0.8.35
15142026-05-20T15:58:44.675Z Compiling mime v0.3.17
15152026-05-20T15:58:44.940Z Compiling spin v0.9.8
15162026-05-20T15:58:44.958Z Compiling bit-vec v0.8.0
15172026-05-20T15:58:45.058Z Compiling async-stream v0.3.6
15182026-05-20T15:58:45.171Z Compiling bit-set v0.8.0
15192026-05-20T15:58:45.198Z Compiling serde_with_macros v3.20.0
15202026-05-20T15:58:45.240Z Compiling crossbeam-channel v0.5.15
15212026-05-20T15:58:45.538Z Compiling dropshot_endpoint v0.17.0
15222026-05-20T15:58:45.578Z Compiling strum v0.26.3
15232026-05-20T15:58:45.709Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15242026-05-20T15:58:45.721Z Compiling waitgroup v0.1.2
15252026-05-20T15:58:45.841Z Compiling serde_path_to_error v0.1.20
15262026-05-20T15:58:45.860Z Compiling unarray v0.1.4
15272026-05-20T15:58:45.970Z Compiling derive-ex v0.1.8
15282026-05-20T15:58:46.198Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15292026-05-20T15:58:46.449Z Compiling tempfile v3.27.0
15302026-05-20T15:58:46.456Z Compiling strum_macros v0.27.2
15312026-05-20T15:58:46.586Z Compiling is-terminal v0.4.17
15322026-05-20T15:58:46.684Z Compiling instant v0.1.13
15332026-05-20T15:58:46.775Z Compiling slog-term v2.9.2
15342026-05-20T15:58:47.223Z Compiling slog-json v2.6.1
15352026-05-20T15:58:47.387Z Compiling hostname v0.3.1
15362026-05-20T15:58:47.431Z Compiling rustls-native-certs v0.8.3
15372026-05-20T15:58:47.523Z Compiling memmap2 v0.9.10
15382026-05-20T15:58:47.553Z Compiling test-strategy v0.4.5
15392026-05-20T15:58:47.557Z Compiling rustc-hash v2.1.2
15402026-05-20T15:58:47.685Z Compiling usdt v0.6.0
15412026-05-20T15:58:47.726Z Compiling slog-bunyan v2.5.0
15422026-05-20T15:58:47.737Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15432026-05-20T15:58:47.854Z Compiling either v1.15.0
15442026-05-20T15:58:48.060Z Compiling parse-display-derive v0.10.0
15452026-05-20T15:58:48.238Z Compiling strum v0.27.2
15462026-05-20T15:58:48.351Z Compiling backon v1.6.0
15472026-05-20T15:58:48.366Z Compiling toml_parser v1.1.2+spec-1.1.0
15482026-05-20T15:58:48.370Z Compiling rand_chacha v0.3.1
15492026-05-20T15:58:48.378Z Compiling toml_datetime v1.1.1+spec-1.1.0
15502026-05-20T15:58:48.554Z Compiling rustls-webpki v0.102.8
15512026-05-20T15:58:48.929Z Compiling toml v1.1.2+spec-1.1.0
15522026-05-20T15:58:49.266Z Compiling rand v0.8.6
15532026-05-20T15:58:49.375Z Compiling async-compression v0.4.42
15542026-05-20T15:58:49.422Z Compiling sha1 v0.10.6
15552026-05-20T15:58:49.653Z Compiling rustls-pemfile v2.2.0
15562026-05-20T15:58:49.738Z Compiling hostname v0.4.2
15572026-05-20T15:58:49.742Z Compiling wait-timeout v0.2.1
15582026-05-20T15:58:49.853Z Compiling serde_with v3.20.0
15592026-05-20T15:58:49.879Z Compiling rusty-fork v0.3.1
15602026-05-20T15:58:49.958Z Compiling rand_xorshift v0.4.0
15612026-05-20T15:58:50.054Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15622026-05-20T15:58:50.105Z Compiling proptest v1.11.0
15632026-05-20T15:58:50.246Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15642026-05-20T15:58:50.386Z Compiling reqwest v0.12.28
15652026-05-20T15:58:50.552Z Compiling itertools v0.14.0
15662026-05-20T15:58:51.171Z Compiling tokio-rustls v0.25.0
15672026-05-20T15:58:51.618Z Compiling iddqd v0.3.18
15682026-05-20T15:58:52.768Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15692026-05-20T15:58:53.116Z Compiling unicode-width v0.2.2
15702026-05-20T15:58:53.378Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15712026-05-20T15:58:53.566Z Compiling progenitor-client v0.10.0
15722026-05-20T15:58:53.626Z Compiling backoff v0.4.0
15732026-05-20T15:58:53.748Z Compiling parse-display v0.10.0
15742026-05-20T15:58:53.832Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15752026-05-20T15:58:54.342Z Compiling utf8parse v0.2.2
15762026-05-20T15:58:54.452Z Compiling anstyle-parse v1.0.0
15772026-05-20T15:58:54.732Z Compiling anstyle v1.0.14
15782026-05-20T15:58:54.842Z Compiling colorchoice v1.0.5
15792026-05-20T15:58:54.878Z Compiling anstyle-query v1.1.5
15802026-05-20T15:58:54.954Z Compiling is_terminal_polyfill v1.70.2
15812026-05-20T15:58:54.954Z Compiling regress v0.11.1
15822026-05-20T15:58:55.045Z Compiling anstream v1.0.0
15832026-05-20T15:58:55.217Z Compiling clap_lex v1.1.0
15842026-05-20T15:58:55.482Z Compiling darling_core v0.21.3
15852026-05-20T15:58:55.791Z Compiling toml_datetime v0.6.11
15862026-05-20T15:58:56.069Z Compiling clap_derive v4.6.1
15872026-05-20T15:58:56.282Z Compiling zerocopy-derive v0.7.35
15882026-05-20T15:58:56.626Z Compiling typify-impl v0.6.2
15892026-05-20T15:58:57.586Z Compiling convert_case v0.4.0
15902026-05-20T15:58:57.757Z Compiling darling_macro v0.21.3
15912026-05-20T15:58:57.893Z Compiling derive_more v0.99.20
15922026-05-20T15:58:58.155Z Compiling zerocopy v0.7.35
15932026-05-20T15:58:58.844Z Compiling terminal_size v0.4.4
15942026-05-20T15:58:58.983Z Compiling darling v0.21.3
15952026-05-20T15:58:59.289Z Compiling secrecy v0.10.3
15962026-05-20T15:58:59.396Z Compiling heapless v0.8.0
15972026-05-20T15:58:59.451Z Compiling tinyvec_macros v0.1.1
15982026-05-20T15:58:59.523Z Compiling crucible-workspace-hack v0.1.0
15992026-05-20T15:58:59.559Z Compiling float-ord v0.3.2
16002026-05-20T15:58:59.734Z Compiling tinyvec v1.11.0
16012026-05-20T15:58:59.934Z Compiling ingot-macros v0.1.1
16022026-05-20T15:58:59.964Z Compiling clap_builder v4.6.0
16032026-05-20T15:59:00.518Z Compiling dtrace-parser v0.2.0
16042026-05-20T15:59:00.521Z Compiling serde_repr v0.1.20
16052026-05-20T15:59:01.142Z Compiling scroll_derive v0.12.1
16062026-05-20T15:59:01.404Z Compiling hash32 v0.3.1
16072026-05-20T15:59:01.482Z Compiling rustc_version v0.4.1
16082026-05-20T15:59:01.558Z Compiling num-integer v0.1.46
16092026-05-20T15:59:01.757Z Compiling usdt-impl v0.5.0
16102026-05-20T15:59:01.881Z Compiling unsafe-libyaml v0.2.11
16112026-05-20T15:59:01.885Z Compiling smoltcp v0.11.0
16122026-05-20T15:59:02.107Z Compiling scroll v0.12.0
16132026-05-20T15:59:02.126Z Compiling curve25519-dalek v4.1.3
16142026-05-20T15:59:02.262Z Compiling clap v4.6.1
16152026-05-20T15:59:02.446Z Compiling serde_yaml v0.9.34+deprecated
16162026-05-20T15:59:02.694Z Compiling ingot-types v0.1.2
16172026-05-20T15:59:02.982Z Compiling typify-macro v0.6.2
16182026-05-20T15:59:03.128Z Compiling dof v0.3.0
16192026-05-20T15:59:03.465Z Compiling hmac v0.12.1
16202026-05-20T15:59:03.476Z Compiling inout v0.1.4
16212026-05-20T15:59:03.523Z Compiling cobs v0.3.0
16222026-05-20T15:59:03.576Z Compiling ff v0.13.1
16232026-05-20T15:59:03.600Z Compiling thread-id v4.2.2
16242026-05-20T15:59:03.644Z Compiling bitflags v1.3.2
16252026-05-20T15:59:03.674Z Compiling managed v0.8.0
16262026-05-20T15:59:03.685Z Compiling group v0.13.0
16272026-05-20T15:59:03.698Z Compiling postcard v1.1.3
16282026-05-20T15:59:03.723Z Compiling hkdf v0.12.4
16292026-05-20T15:59:03.877Z Compiling cipher v0.4.4
16302026-05-20T15:59:04.216Z Compiling ingot v0.1.1
16312026-05-20T15:59:04.438Z Compiling goblin v0.8.2
16322026-05-20T15:59:04.557Z Compiling num-iter v0.1.45
16332026-05-20T15:59:04.684Z Compiling num-rational v0.4.2
16342026-05-20T15:59:05.050Z Compiling tabwriter v1.4.1
16352026-05-20T15:59:05.114Z Compiling typify v0.6.2
16362026-05-20T15:59:05.206Z Compiling hubpack_derive v0.1.1
16372026-05-20T15:59:05.295Z Compiling thiserror-impl-no-std v2.0.2
16382026-05-20T15:59:05.306Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16392026-05-20T15:59:05.754Z Compiling crossbeam-epoch v0.9.18
16402026-05-20T15:59:05.788Z Compiling universal-hash v0.5.1
16412026-05-20T15:59:05.921Z Compiling crypto-bigint v0.5.5
16422026-05-20T15:59:06.097Z Compiling half v2.7.1
16432026-05-20T15:59:06.114Z Compiling curve25519-dalek-derive v0.1.1
16442026-05-20T15:59:06.126Z Compiling num-complex v0.4.6
16452026-05-20T15:59:06.506Z Compiling base16ct v0.2.0
16462026-05-20T15:59:06.653Z Compiling opaque-debug v0.3.1
16472026-05-20T15:59:06.671Z Compiling base64ct v1.8.3
16482026-05-20T15:59:06.711Z Compiling ciborium-io v0.2.2
16492026-05-20T15:59:06.724Z Compiling poly1305 v0.8.0
16502026-05-20T15:59:06.806Z Compiling elliptic-curve v0.13.8
16512026-05-20T15:59:06.965Z Compiling password-hash v0.5.0
16522026-05-20T15:59:07.058Z Compiling ciborium-ll v0.2.2
16532026-05-20T15:59:07.403Z Compiling num v0.4.3
16542026-05-20T15:59:07.468Z Compiling thiserror-no-std v2.0.2
16552026-05-20T15:59:07.559Z Compiling hubpack v0.1.2
16562026-05-20T15:59:07.966Z Compiling chacha20 v0.9.1
16572026-05-20T15:59:08.087Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16582026-05-20T15:59:08.383Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16592026-05-20T15:59:08.556Z Compiling toml_edit v0.25.11+spec-1.1.0
16602026-05-20T15:59:08.877Z Compiling byte-wrapper v0.1.0
16612026-05-20T15:59:08.972Z Compiling blake2 v0.10.6
16622026-05-20T15:59:09.236Z Compiling aead v0.5.2
16632026-05-20T15:59:09.401Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16642026-05-20T15:59:09.424Z Compiling proc-macro-error-attr v1.0.4
16652026-05-20T15:59:09.690Z Compiling memoffset v0.9.1
16662026-05-20T15:59:09.702Z Compiling keccak v0.1.6
16672026-05-20T15:59:09.736Z Compiling static_assertions v1.1.0
16682026-05-20T15:59:09.811Z Compiling prettyplease v0.2.37
16692026-05-20T15:59:09.935Z Compiling cfg_aliases v0.2.1
16702026-05-20T15:59:09.935Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16712026-05-20T15:59:10.019Z Compiling rustix v0.38.44
16722026-05-20T15:59:10.077Z Compiling nix v0.31.3
16732026-05-20T15:59:10.214Z Compiling sha3 v0.10.9
16742026-05-20T15:59:10.506Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16752026-05-20T15:59:10.881Z Compiling chacha20poly1305 v0.10.1
16762026-05-20T15:59:11.015Z Compiling argon2 v0.5.3
16772026-05-20T15:59:11.319Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16782026-05-20T15:59:11.634Z Compiling proc-macro-crate v3.5.0
16792026-05-20T15:59:12.184Z Compiling vsss-rs v3.3.4
16802026-05-20T15:59:12.281Z Compiling ciborium v0.2.2
16812026-05-20T15:59:12.517Z Compiling rustls-webpki v0.103.13
16822026-05-20T15:59:13.466Z Compiling usdt-attr-macro v0.5.0
16832026-05-20T15:59:13.501Z Compiling usdt-macro v0.5.0
16842026-05-20T15:59:14.690Z Compiling serde_spanned v0.6.9
16852026-05-20T15:59:14.759Z Compiling num-derive v0.4.2
16862026-05-20T15:59:14.838Z Compiling enum-as-inner v0.6.1
16872026-05-20T15:59:15.067Z Compiling proc-macro-error v1.0.4
16882026-05-20T15:59:15.320Z Compiling memmap v0.7.0
16892026-05-20T15:59:15.450Z Compiling winnow v0.7.15
16902026-05-20T15:59:15.514Z Compiling toml_write v0.1.2
16912026-05-20T15:59:15.518Z Compiling winnow v0.5.40
16922026-05-20T15:59:15.615Z Compiling data-encoding v2.11.0
16932026-05-20T15:59:15.722Z Compiling indent_write v2.2.0
16942026-05-20T15:59:15.752Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16952026-05-20T15:59:15.862Z Compiling usdt v0.5.0
16962026-05-20T15:59:15.992Z Compiling tokio-rustls v0.26.4
16972026-05-20T15:59:16.146Z Compiling rustls-platform-verifier v0.7.0
16982026-05-20T15:59:16.268Z Compiling hyper-rustls v0.27.9
16992026-05-20T15:59:16.472Z Compiling reqwest v0.13.3
17002026-05-20T15:59:16.803Z Compiling toml_edit v0.19.15
17012026-05-20T15:59:16.947Z Compiling toml_edit v0.22.27
17022026-05-20T15:59:17.158Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17032026-05-20T15:59:17.243Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
17042026-05-20T15:59:17.342Z Compiling num_enum_derive v0.7.6
17052026-05-20T15:59:17.643Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17062026-05-20T15:59:17.911Z Compiling progenitor-client v0.14.0
17072026-05-20T15:59:18.225Z Compiling progenitor-extras v0.2.0
17082026-05-20T15:59:18.409Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17092026-05-20T15:59:19.533Z Compiling foreign-types-macros v0.2.3
17102026-05-20T15:59:20.215Z Compiling foreign-types-shared v0.3.1
17112026-05-20T15:59:20.273Z Compiling cpufeatures v0.3.0
17122026-05-20T15:59:20.285Z Compiling bytecount v0.6.9
17132026-05-20T15:59:20.311Z Compiling colored v3.1.1
17142026-05-20T15:59:20.349Z Compiling vcpkg v0.2.15
17152026-05-20T15:59:20.429Z Compiling pkg-config v0.3.33
17162026-05-20T15:59:20.724Z Compiling chacha20 v0.10.0
17172026-05-20T15:59:20.764Z Compiling foreign-types v0.5.0
17182026-05-20T15:59:20.925Z Compiling openssl-sys v0.9.116
17192026-05-20T15:59:21.201Z Compiling num_enum v0.7.6
17202026-05-20T15:59:21.245Z Compiling toml v0.8.23
17212026-05-20T15:59:21.266Z Compiling proc-macro-crate v1.3.1
17222026-05-20T15:59:21.471Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17232026-05-20T15:59:21.551Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17242026-05-20T15:59:21.597Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17252026-05-20T15:59:21.847Z Compiling cstr-argument v0.1.2
17262026-05-20T15:59:21.850Z Compiling semver v0.1.20
17272026-05-20T15:59:21.938Z Compiling swrite v0.1.0
17282026-05-20T15:59:21.990Z Compiling heck v0.4.1
17292026-05-20T15:59:22.010Z Compiling resolv-conf v0.7.6
17302026-05-20T15:59:22.032Z Compiling unicode-segmentation v1.13.2
17312026-05-20T15:59:22.104Z Compiling rayon-core v1.13.0
17322026-05-20T15:59:22.193Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17332026-05-20T15:59:22.343Z Compiling linked-hash-map v0.5.6
17342026-05-20T15:59:22.377Z Compiling newline-converter v0.3.0
17352026-05-20T15:59:22.447Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17362026-05-20T15:59:22.459Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17372026-05-20T15:59:22.485Z Compiling rustc_version v0.1.7
17382026-05-20T15:59:22.496Z Compiling lru-cache v0.1.2
17392026-05-20T15:59:22.523Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17402026-05-20T15:59:22.697Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17412026-05-20T15:59:22.702Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17422026-05-20T15:59:22.702Z Compiling num_enum_derive v0.5.11
17432026-05-20T15:59:22.934Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17442026-05-20T15:59:23.344Z Compiling rand v0.10.1
17452026-05-20T15:59:23.748Z Compiling atomicwrites v0.4.4
17462026-05-20T15:59:23.848Z Compiling hickory-proto v0.24.4
17472026-05-20T15:59:24.024Z Compiling crossbeam-deque v0.8.6
17482026-05-20T15:59:24.228Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17492026-05-20T15:59:24.435Z Compiling progenitor-impl v0.13.0
17502026-05-20T15:59:24.624Z Compiling console v0.15.11
17512026-05-20T15:59:25.318Z Compiling camino-tempfile v1.4.1
17522026-05-20T15:59:25.377Z Compiling typify-impl v0.4.3
17532026-05-20T15:59:25.414Z Compiling serde-big-array v0.5.1
17542026-05-20T15:59:25.514Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17552026-05-20T15:59:25.605Z Compiling pin-project-internal v1.1.13
17562026-05-20T15:59:25.605Z Compiling derive-where v1.6.1
17572026-05-20T15:59:26.062Z Compiling similar v2.7.0
17582026-05-20T15:59:26.233Z Compiling siphasher v1.0.3
17592026-05-20T15:59:26.435Z Compiling minimal-lexical v0.2.1
17602026-05-20T15:59:26.664Z Compiling pin-project v1.1.13
17612026-05-20T15:59:26.700Z Compiling nom v7.1.3
17622026-05-20T15:59:26.767Z Compiling expectorate v1.2.0
17632026-05-20T15:59:26.861Z Compiling phf_shared v0.12.1
17642026-05-20T15:59:27.021Z Compiling hickory-resolver v0.24.4
17652026-05-20T15:59:27.039Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17662026-05-20T15:59:27.215Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17672026-05-20T15:59:28.075Z Compiling progenitor-macro v0.13.0
17682026-05-20T15:59:28.178Z Compiling num_enum v0.5.11
17692026-05-20T15:59:28.300Z Compiling newtype_derive v0.1.6
17702026-05-20T15:59:28.549Z Compiling progenitor-client v0.13.0
17712026-05-20T15:59:29.499Z Compiling progenitor-impl v0.14.0
17722026-05-20T15:59:29.701Z Compiling unicode-normalization v0.1.25
17732026-05-20T15:59:29.981Z Compiling tokio-stream v0.1.18
17742026-05-20T15:59:30.198Z Compiling async-recursion v1.1.1
17752026-05-20T15:59:30.378Z Compiling snafu-derive v0.8.9
17762026-05-20T15:59:30.459Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17772026-05-20T15:59:30.776Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17782026-05-20T15:59:30.909Z Compiling slog-dtrace v0.3.0
17792026-05-20T15:59:31.160Z Compiling csv-core v0.1.13
17802026-05-20T15:59:31.428Z Compiling bstr v1.12.1
17812026-05-20T15:59:31.670Z Compiling typify-macro v0.4.3
17822026-05-20T15:59:31.935Z Compiling foldhash v0.1.5
17832026-05-20T15:59:32.125Z Compiling konst_macro_rules v0.2.19
17842026-05-20T15:59:32.210Z Compiling cancel-safe-futures v0.1.5
17852026-05-20T15:59:32.312Z Compiling chrono-tz v0.10.4
17862026-05-20T15:59:32.407Z Compiling unicode-xid v0.2.6
17872026-05-20T15:59:32.455Z Compiling highway v1.3.0
17882026-05-20T15:59:32.536Z Compiling same-file v1.0.6
17892026-05-20T15:59:32.548Z Compiling unicode-width v0.1.14
17902026-05-20T15:59:32.718Z Compiling openssl v0.10.80
17912026-05-20T15:59:32.834Z Compiling owo-colors v4.3.0
17922026-05-20T15:59:32.854Z Compiling foreign-types-shared v0.1.1
17932026-05-20T15:59:32.948Z Compiling foreign-types v0.3.2
17942026-05-20T15:59:33.025Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17952026-05-20T15:59:33.036Z Compiling walkdir v2.5.0
17962026-05-20T15:59:33.114Z Compiling progenitor-macro v0.14.0
17972026-05-20T15:59:33.188Z Compiling progenitor v0.13.0
17982026-05-20T15:59:33.239Z Compiling const_format_proc_macros v0.2.34
17992026-05-20T15:59:33.300Z Compiling konst v0.2.20
18002026-05-20T15:59:33.322Z Compiling snafu v0.8.9
18012026-05-20T15:59:33.395Z Compiling hashbrown v0.15.5
18022026-05-20T15:59:33.538Z Compiling globset v0.4.18
18032026-05-20T15:59:33.700Z Compiling csv v1.4.0
18042026-05-20T15:59:33.816Z Compiling qorb v0.4.1
18052026-05-20T15:59:33.923Z Compiling olpc-cjson v0.1.4
18062026-05-20T15:59:34.063Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18072026-05-20T15:59:34.274Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18082026-05-20T15:59:34.419Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18092026-05-20T15:59:34.853Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18102026-05-20T15:59:34.987Z Compiling rayon v1.12.0
18112026-05-20T15:59:35.411Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18122026-05-20T15:59:35.869Z Compiling phf v0.12.1
18132026-05-20T15:59:36.019Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18142026-05-20T15:59:36.172Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18152026-05-20T15:59:36.384Z Compiling zone_cfg_derive v0.3.1
18162026-05-20T15:59:36.425Z Compiling tokio-dtrace v0.1.1
18172026-05-20T15:59:36.797Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18182026-05-20T15:59:36.811Z Compiling itertools v0.12.1
18192026-05-20T15:59:37.075Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18202026-05-20T15:59:37.104Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18212026-05-20T15:59:37.273Z Compiling libsw-core v0.3.2
18222026-05-20T15:59:37.429Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18232026-05-20T15:59:37.447Z Compiling serde_plain v1.0.2
18242026-05-20T15:59:37.662Z Compiling openssl-macros v0.1.1
18252026-05-20T15:59:37.708Z Compiling pem v3.0.6
18262026-05-20T15:59:37.802Z Compiling cookie v0.18.1
18272026-05-20T15:59:38.031Z Compiling sigpipe v0.1.3
18282026-05-20T15:59:38.048Z Compiling typed-path v0.9.3
18292026-05-20T15:59:38.088Z Compiling glob v0.3.3
18302026-05-20T15:59:38.123Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18312026-05-20T15:59:38.160Z Compiling jiff v0.2.24
18322026-05-20T15:59:38.208Z Compiling fixedbitset v0.4.2
18332026-05-20T15:59:38.273Z Compiling fixedbitset v0.5.7
18342026-05-20T15:59:38.373Z Compiling petgraph v0.6.5
18352026-05-20T15:59:38.444Z Compiling progenitor v0.14.0
18362026-05-20T15:59:38.536Z Compiling petgraph v0.8.3
18372026-05-20T15:59:38.659Z Compiling zone v0.3.1
18382026-05-20T15:59:39.376Z Compiling tough v0.22.0
18392026-05-20T15:59:39.477Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18402026-05-20T15:59:39.961Z Compiling libsw v3.5.0
18412026-05-20T15:59:40.147Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18422026-05-20T15:59:40.288Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18432026-05-20T15:59:40.350Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18442026-05-20T15:59:40.398Z Compiling oxide-tokio-rt v0.1.6
18452026-05-20T15:59:40.546Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18462026-05-20T15:59:41.585Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18472026-05-20T15:59:41.786Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18482026-05-20T15:59:42.043Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18492026-05-20T15:59:42.101Z Compiling const_format v0.2.36
18502026-05-20T15:59:42.226Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18512026-05-20T15:59:42.663Z Compiling papergrid v0.11.0
18522026-05-20T15:59:42.744Z Compiling tabled_derive v0.7.0
18532026-05-20T15:59:42.945Z Compiling gethostname v0.5.0
18542026-05-20T15:59:43.049Z Compiling libscf-sys v1.2.0
18552026-05-20T15:59:43.064Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18562026-05-20T15:59:43.162Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18572026-05-20T15:59:43.192Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18582026-05-20T15:59:43.283Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18592026-05-20T15:59:43.412Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18602026-05-20T15:59:43.482Z Compiling bcs v0.1.6
18612026-05-20T15:59:43.714Z Compiling smf v0.2.3
18622026-05-20T15:59:43.795Z Compiling proc-macro-error-attr2 v2.0.0
18632026-05-20T15:59:43.913Z Compiling termtree v0.5.1
18642026-05-20T15:59:43.982Z Compiling whoami v1.6.1
18652026-05-20T15:59:44.070Z Compiling unicode-linebreak v0.1.5
18662026-05-20T15:59:44.262Z Compiling lazy_static v1.5.0
18672026-05-20T15:59:44.301Z Compiling smawk v0.3.2
18682026-05-20T15:59:44.315Z Compiling tagptr v0.2.0
18692026-05-20T15:59:44.326Z Compiling linear-map v1.2.0
18702026-05-20T15:59:44.362Z Compiling steno v0.4.1
18712026-05-20T15:59:44.422Z Compiling textwrap v0.16.2
18722026-05-20T15:59:44.440Z Compiling moka v0.12.15
18732026-05-20T15:59:44.465Z Compiling proc-macro-error2 v2.0.1
18742026-05-20T15:59:44.506Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18752026-05-20T15:59:44.836Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18762026-05-20T15:59:44.899Z Compiling tabled v0.15.0
18772026-05-20T15:59:45.291Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18782026-05-20T15:59:45.325Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18792026-05-20T15:59:46.191Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18802026-05-20T15:59:47.032Z Compiling typify v0.4.3
18812026-05-20T15:59:47.137Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18822026-05-20T15:59:47.606Z Compiling hickory-proto v0.25.2
18832026-05-20T15:59:47.750Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
18842026-05-20T15:59:48.058Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
18852026-05-20T15:59:48.086Z Compiling humantime v2.3.0
18862026-05-20T15:59:48.311Z Compiling parking_lot_core v0.8.6
18872026-05-20T15:59:48.368Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
18882026-05-20T15:59:48.388Z Compiling progenitor-impl v0.11.2
18892026-05-20T15:59:48.649Z Compiling tabled_derive v0.11.0
18902026-05-20T15:59:49.549Z Compiling hickory-resolver v0.25.2
18912026-05-20T15:59:49.718Z Compiling papergrid v0.17.0
18922026-05-20T15:59:49.791Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18932026-05-20T15:59:50.815Z Compiling testing_table v0.3.0
18942026-05-20T15:59:50.990Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
18952026-05-20T15:59:51.139Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18962026-05-20T15:59:51.443Z Compiling tabled v0.20.0
18972026-05-20T15:59:51.517Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18982026-05-20T15:59:51.782Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18992026-05-20T15:59:51.984Z Compiling progenitor-macro v0.11.2
19002026-05-20T15:59:52.365Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19012026-05-20T15:59:52.760Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19022026-05-20T15:59:52.867Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19032026-05-20T15:59:53.079Z Compiling progenitor-client v0.11.2
19042026-05-20T15:59:53.733Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19052026-05-20T15:59:53.937Z Compiling parking_lot v0.11.2
19062026-05-20T15:59:53.978Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
19072026-05-20T15:59:54.177Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19082026-05-20T15:59:54.363Z Compiling dropshot-api-manager-types v0.7.1
19092026-05-20T15:59:54.584Z Compiling fxhash v0.2.1
19102026-05-20T15:59:54.723Z Compiling crc8 v0.1.1
19112026-05-20T15:59:54.746Z Compiling sled v0.34.7
19122026-05-20T15:59:54.769Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
19132026-05-20T15:59:54.845Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19142026-05-20T15:59:55.078Z Compiling diff v0.1.13
19152026-05-20T15:59:55.383Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15)
19162026-05-20T15:59:55.435Z Compiling yansi v1.0.1
19172026-05-20T15:59:55.773Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19182026-05-20T15:59:55.859Z Compiling pretty_assertions v1.4.1
19192026-05-20T15:59:57.052Z Compiling progenitor v0.11.2
19202026-05-20T15:59:57.151Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19212026-05-20T16:00:03.820Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19222026-05-20T16:00:05.438Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19232026-05-20T16:00:06.466Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19242026-05-20T16:00:07.543Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
19252026-05-20T16:00:21.052Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 00s
19262026-05-20T16:00:21.226Z────────────
19272026-05-20T16:00:21.226Z Nextest run ID 6bf0338e-7a53-4437-9075-2c7067c666f4 with nextest profile: default
19282026-05-20T16:00:21.226Z Starting 1 test across 3 binaries
19292026-05-20T16:00:21.230Z START ddm db::test::test_effective_tunnel_route_set
19302026-05-20T16:00:21.234Z
19312026-05-20T16:00:21.234Zrunning 1 test
19322026-05-20T16:00:21.234Ztest db::test::test_effective_tunnel_route_set ... ok
19332026-05-20T16:00:21.234Z
19342026-05-20T16:00:21.234Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19352026-05-20T16:00:21.234Z
19362026-05-20T16:00:21.234Z PASS [ 0.006s] ddm db::test::test_effective_tunnel_route_set
19372026-05-20T16:00:21.234Z────────────
19382026-05-20T16:00:21.234Z Summary [ 0.007s] 1 test run: 1 passed, 0 skipped
19392026-05-20T16:00:21.246Zprocess exited: duration 279558 ms, exit code 0
 
19402026-05-20T16:00:21.256Zfound 0 output files