01KVY1A3KMKKGTSAEC6P2C6WZ1: 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: 01KVY1AR223S774PKHAB6WY4XP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:03:02.421Zjob assigned to worker 01KVY1B3657W1DJBNXPKZRD8ER [factory aws, i-06c20d9b616b2a781] (queued for 1 m 2 s)
 
22026-06-25T00:03:09.019Zstarting task 0: "setup"
32026-06-25T00:03:09.025Z++ uname -s
42026-06-25T00:03:09.027Z+ kern=SunOS
52026-06-25T00:03:09.027Z+ build_user=build
62026-06-25T00:03:09.028Z+ build_uid=12345
72026-06-25T00:03:09.028Z+ work_dir=/work
82026-06-25T00:03:09.028Z+ input_dir=/input
92026-06-25T00:03:09.028Z+ [[ 0 == 12345 ]]
102026-06-25T00:03:09.028Z+ case "$kern" in
112026-06-25T00:03:09.028Z+ groupadd -g 12345 build
122026-06-25T00:03:09.030Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:03:11.035Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:03:11.121Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:03:11.124Z+ home_fs=zfs
162026-06-25T00:03:11.124Z+ [[ zfs == autofs ]]
172026-06-25T00:03:11.124Z+ mkdir -p /home/build
182026-06-25T00:03:11.124Z+ chown build:build /home/build /work
192026-06-25T00:03:13.126Z+ chmod 0700 /home/build /work
202026-06-25T00:03:13.129Zprocess exited: duration 4106 ms, exit code 0
 
212026-06-25T00:03:13.135Zstarting task 1: "rust-toolchain"
222026-06-25T00:03:13.138Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T00:03:13.138Z * rust toolchain channel = "stable"
242026-06-25T00:03:13.138Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T00:03:13.138Z * rust toolchain profile = "default"
262026-06-25T00:03:13.141Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T00:03:13.141Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:03:13.141Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:03:13.141Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T00:03:13.225Zinfo: downloading installer
312026-06-25T00:03:14.666Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T00:03:14.666Zwarn: /opt/ooce/bin
332026-06-25T00:03:14.666Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T00:03:14.666Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T00:03:14.666Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T00:03:14.666Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T00:03:14.666Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T00:03:14.666Zerror: cannot install while Rust is installed
392026-06-25T00:03:14.666Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T00:03:14.666Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T00:03:14.666Zwarn: /home/build/.rustup/settings.toml
422026-06-25T00:03:14.667Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T00:03:14.667Zwarn: instead of the one inferred from the default host triple.
442026-06-25T00:03:14.680Zinfo: profile set to default
452026-06-25T00:03:14.680Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T00:03:14.683Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T00:03:14.824Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T00:03:14.827Zinfo: downloading 6 components
492026-06-25T00:03:29.768Z
502026-06-25T00:03:29.768Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-25T00:03:29.787Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T00:03:29.787Z
532026-06-25T00:03:29.793Z
542026-06-25T00:03:29.793ZRust is installed now. Great!
552026-06-25T00:03:29.793Z
562026-06-25T00:03:29.793ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T00:03:29.793Zenvironment variable. This has not been done automatically.
582026-06-25T00:03:29.793Z
592026-06-25T00:03:29.793ZTo configure your current shell, you need to source
602026-06-25T00:03:29.793Zthe corresponding env file under $HOME/.cargo.
612026-06-25T00:03:29.793Z
622026-06-25T00:03:29.793ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T00:03:29.793Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T00:03:29.793Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T00:03:29.793Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T00:03:29.793Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T00:03:29.793Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T00:03:29.793Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T00:03:29.793Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T00:03:29.793Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T00:03:29.895Z+ rustup --version
722026-06-25T00:03:29.905Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T00:03:29.909Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T00:03:29.925Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T00:03:29.929Z+ cargo --version
762026-06-25T00:03:29.940Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T00:03:29.947Z+ rustc --version
782026-06-25T00:03:29.963Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T00:03:29.968Zprocess exited: duration 16822 ms, exit code 0
 
802026-06-25T00:03:29.974Zstarting task 2: "authentication"
812026-06-25T00:03:29.991Zprocess exited: duration 15 ms, exit code 0
 
822026-06-25T00:03:29.999Zstarting task 3: "clone repository"
832026-06-25T00:03:30.007Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T00:03:30.007Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T00:03:30.036ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T00:03:31.197Z+ cd /work/oxidecomputer/maghemite
872026-06-25T00:03:31.198Z+ git fetch origin 259f208a5992ccc766de2134939801cc26f9ae0e
882026-06-25T00:03:31.504ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T00:03:31.504Z * branch 259f208a5992ccc766de2134939801cc26f9ae0e -> FETCH_HEAD
902026-06-25T00:03:31.523Z+ [[ -n trey/ndp-demux ]]
912026-06-25T00:03:31.523Z++ git branch --show-current
922026-06-25T00:03:31.523Z+ current=main
932026-06-25T00:03:31.523Z+ [[ main != trey/ndp-demux ]]
942026-06-25T00:03:31.523Z+ git branch -f trey/ndp-demux 259f208a5992ccc766de2134939801cc26f9ae0e
952026-06-25T00:03:31.523Z+ git checkout -f trey/ndp-demux
962026-06-25T00:03:31.523ZSwitched to branch 'trey/ndp-demux'
972026-06-25T00:03:31.523Z+ git reset --hard 259f208a5992ccc766de2134939801cc26f9ae0e
982026-06-25T00:03:31.523ZHEAD is now at 259f208 Merge branch 'main' into trey/ndp-demux
992026-06-25T00:03:31.523Zprocess exited: duration 1484 ms, exit code 0
 
1002026-06-25T00:03:31.536Zstarting task 4: "build"
1012026-06-25T00:03:31.540Z+ set -o errexit
1022026-06-25T00:03:31.540Z+ set -o pipefail
1032026-06-25T00:03:31.541Z+ source .github/buildomat/test-common.sh
1042026-06-25T00:03:31.541Z++ NEXTEST_VERSION=0.9.97
1052026-06-25T00:03:31.541Z++ PLATFORM=illumos
1062026-06-25T00:03:31.541Z++ banner install
1072026-06-25T00:03:31.549Z
1082026-06-25T00:03:31.549Z # # # #### ##### ## # #
1092026-06-25T00:03:31.549Z # ## # # # # # # #
1102026-06-25T00:03:31.550Z # # # # #### # # # # #
1112026-06-25T00:03:31.550Z # # # # # # ###### # #
1122026-06-25T00:03:31.550Z # # ## # # # # # # #
1132026-06-25T00:03:31.550Z # # # #### # # # ###### ######
1142026-06-25T00:03:31.550Z
1152026-06-25T00:03:31.550Z++ set +o errexit
1162026-06-25T00:03:31.550Z++ pkg info clang-15
1172026-06-25T00:03:31.550Z++ grep -qi installed
1182026-06-25T00:03:32.785Zpkg: info: no packages matching the following patterns you specified are
1192026-06-25T00:03:32.786Zinstalled on the system. Try querying remotely instead:
1202026-06-25T00:03:32.786Z
1212026-06-25T00:03:32.786Z clang-15
1222026-06-25T00:03:32.811Z++ [[ 1 != 0 ]]
1232026-06-25T00:03:32.811Z++ set -o errexit
1242026-06-25T00:03:32.828Z++ pfexec pkg install clang-15
1252026-06-25T00:03:40.887Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-25T00:03:48.804Z Startup: Caching catalogs ... Done
1272026-06-25T00:03:56.201ZPlanning: Solver setup ... Done
1282026-06-25T00:03:56.242ZPlanning: Running solver ... Done
1292026-06-25T00:03:56.383ZPlanning: Finding local manifests ... Done
1302026-06-25T00:03:56.404ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-25T00:03:56.500ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-25T00:03:56.529ZPlanning: Package planning ... Done
1332026-06-25T00:03:56.555ZPlanning: Merging actions ... Done
1342026-06-25T00:03:56.661ZPlanning: Checking for conflicting actions ... Done
1352026-06-25T00:03:56.668ZPlanning: Consolidating action changes ... Done
1362026-06-25T00:03:57.521ZPlanning: Evaluating mediators ... Done
1372026-06-25T00:03:57.524ZPlanning: Planning completed in 8.43 seconds
1382026-06-25T00:03:57.524Z Packages to install: 2
1392026-06-25T00:03:57.524Z Mediators to change: 2
1402026-06-25T00:03:57.524Z Services to change: 1
1412026-06-25T00:03:57.524Z Create boot environment: No
1422026-06-25T00:03:57.524ZCreate backup boot environment: No
1432026-06-25T00:03:57.524Z
1442026-06-25T00:03:57.524ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-25T00:04:02.472ZDownload: 891/3076 items 17.8/211.3MB 8% complete (3.4M/s)
1462026-06-25T00:04:07.460ZDownload: 1590/3076 items 116.7/211.3MB 55% complete (11.9M/s)
1472026-06-25T00:04:13.165ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (11.3M/s)
1482026-06-25T00:04:18.290ZDownload: 2542/3076 items 119.3/211.3MB 56% complete (251k/s)
1492026-06-25T00:04:23.316ZDownload: 3024/3076 items 201.5/211.3MB 95% complete (8.6M/s)
1502026-06-25T00:04:38.522ZDownload: 3027/3076 items 201.5/211.3MB 95% complete
1512026-06-25T00:04:39.135ZDownload: Completed 211.31 MB in 41.66 seconds (5.1M/s)
1522026-06-25T00:04:39.260Z Actions: 1/3418 actions (Installing new actions)
1532026-06-25T00:04:42.395Z Actions: Completed 3418 actions in 3.13 seconds.
1542026-06-25T00:04:43.044Z Done
1552026-06-25T00:04:43.044Z Done
1562026-06-25T00:04:43.785Z Done
1572026-06-25T00:04:47.194Z Done
1582026-06-25T00:04:47.266Z Done
1592026-06-25T00:04:47.269Z Done
1602026-06-25T00:04:47.543Z Done
1612026-06-25T00:04:48.230Z++ set -o errexit
1622026-06-25T00:04:48.230Z++ cargo --version
1632026-06-25T00:04:48.237Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1642026-06-25T00:04:48.413Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1652026-06-25T00:04:48.416Zinfo: downloading 6 components
1662026-06-25T00:05:03.348Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1672026-06-25T00:05:03.351Z++ rustc --version
1682026-06-25T00:05:03.379Zrustc 1.95.0 (59807616e 2026-04-14)
1692026-06-25T00:05:03.382Z++ cargo install cargo-nextest --version 0.9.97
1702026-06-25T00:05:03.426Z Updating crates.io index
1712026-06-25T00:05:03.545Z Downloading crates ...
1722026-06-25T00:05:03.603Z Downloaded cargo-nextest v0.9.97
1732026-06-25T00:05:03.666Z Installing cargo-nextest v0.9.97
1742026-06-25T00:05:03.707Z Updating crates.io index
1752026-06-25T00:05:06.803Z Locking 390 packages to latest compatible versions
1762026-06-25T00:05:06.808Z Adding dialoguer v0.11.0 (available: v0.12.0)
1772026-06-25T00:05:06.811Z Adding duct v0.13.7 (available: v1.1.1)
1782026-06-25T00:05:06.811Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1792026-06-25T00:05:06.812Z Adding generic-array v0.14.7 (available: v0.14.9)
1802026-06-25T00:05:06.815Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1812026-06-25T00:05:06.815Z Adding itertools v0.14.0 (available: v0.15.0)
1822026-06-25T00:05:06.815Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1832026-06-25T00:05:06.815Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1842026-06-25T00:05:06.818Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1852026-06-25T00:05:06.822Z Adding quick-junit v0.5.2 (available: v0.6.0)
1862026-06-25T00:05:06.847Z Downloading crates ...
1872026-06-25T00:05:06.932Z Downloaded anstyle v1.0.14
1882026-06-25T00:05:06.936Z Downloaded addr2line v0.25.1
1892026-06-25T00:05:06.939Z Downloaded colorchoice v1.0.5
1902026-06-25T00:05:06.944Z Downloaded foreign-types-shared v0.1.1
1912026-06-25T00:05:06.944Z Downloaded cpufeatures v0.2.17
1922026-06-25T00:05:06.947Z Downloaded digest v0.10.7
1932026-06-25T00:05:06.947Z Downloaded debug-ignore v1.0.5
1942026-06-25T00:05:06.950Z Downloaded globset v0.4.18
1952026-06-25T00:05:06.950Z Downloaded console v0.15.11
1962026-06-25T00:05:06.950Z Downloaded guppy-workspace-hack v0.1.0
1972026-06-25T00:05:06.969Z Downloaded duct v0.13.7
1982026-06-25T00:05:06.977Z Downloaded clap_builder v4.6.0
1992026-06-25T00:05:06.981Z Downloaded number_prefix v0.4.0
2002026-06-25T00:05:07.010Z Downloaded base64 v0.22.1
2012026-06-25T00:05:07.010Z Downloaded idna_adapter v1.0.0
2022026-06-25T00:05:07.010Z Downloaded h2 v0.4.15
2032026-06-25T00:05:07.010Z Downloaded self_update v0.42.0
2042026-06-25T00:05:07.010Z Downloaded futures-macro v0.3.32
2052026-06-25T00:05:07.010Z Downloaded autocfg v1.5.1
2062026-06-25T00:05:07.010Z Downloaded derive_more v2.1.1
2072026-06-25T00:05:07.010Z Downloaded http-body v1.0.1
2082026-06-25T00:05:07.019Z Downloaded crypto-common v0.1.7
2092026-06-25T00:05:07.019Z Downloaded cargo-util-schemas v0.2.0
2102026-06-25T00:05:07.029Z Downloaded serde_spanned v0.6.9
2112026-06-25T00:05:07.029Z Downloaded pulldown-cmark v0.13.4
2122026-06-25T00:05:07.032Z Downloaded bstr v1.12.2
2132026-06-25T00:05:07.032Z Downloaded camino v1.2.3
2142026-06-25T00:05:07.040Z Downloaded camino-tempfile v1.4.1
2152026-06-25T00:05:07.043Z Downloaded serde_spanned v1.1.1
2162026-06-25T00:05:07.043Z Downloaded quick-xml v0.37.5
2172026-06-25T00:05:07.047Z Downloaded erased-serde v0.4.10
2182026-06-25T00:05:07.050Z Downloaded ahash v0.8.12
2192026-06-25T00:05:07.050Z Downloaded humantime v2.3.0
2202026-06-25T00:05:07.051Z Downloaded cargo-platform v0.2.0
2212026-06-25T00:05:07.054Z Downloaded color-spantrace v0.3.0
2222026-06-25T00:05:07.054Z Downloaded anstyle-query v1.1.5
2232026-06-25T00:05:07.058Z Downloaded ordered-float v2.10.1
2242026-06-25T00:05:07.058Z Downloaded iana-time-zone v0.1.65
2252026-06-25T00:05:07.061Z Downloaded ipnet v2.12.0
2262026-06-25T00:05:07.061Z Downloaded foreign-types v0.3.2
2272026-06-25T00:05:07.064Z Downloaded clap_lex v1.1.0
2282026-06-25T00:05:07.073Z Downloaded futures-task v0.3.32
2292026-06-25T00:05:07.077Z Downloaded fnv v1.0.7
2302026-06-25T00:05:07.077Z Downloaded futures-sink v0.3.32
2312026-06-25T00:05:07.080Z Downloaded fixedbitset v0.5.7
2322026-06-25T00:05:07.084Z Downloaded anstream v1.0.0
2332026-06-25T00:05:07.084Z Downloaded form_urlencoded v1.2.2
2342026-06-25T00:05:07.088Z Downloaded shared_child v1.1.1
2352026-06-25T00:05:07.088Z Downloaded quinn-proto v0.11.15
2362026-06-25T00:05:07.092Z Downloaded is_terminal_polyfill v1.70.2
2372026-06-25T00:05:07.096Z Downloaded serde_ignored v0.1.14
2382026-06-25T00:05:07.096Z Downloaded nextest-workspace-hack v0.1.0
2392026-06-25T00:05:07.096Z Downloaded document-features v0.2.12
2402026-06-25T00:05:07.096Z Downloaded humantime-serde v1.1.1
2412026-06-25T00:05:07.096Z Downloaded heck v0.5.0
2422026-06-25T00:05:07.100Z Downloaded backtrace-ext v0.2.1
2432026-06-25T00:05:07.100Z Downloaded futures-executor v0.3.32
2442026-06-25T00:05:07.100Z Downloaded openssl v0.10.81
2452026-06-25T00:05:07.106Z Downloaded filetime v0.2.29
2462026-06-25T00:05:07.110Z Downloaded futures-io v0.3.32
2472026-06-25T00:05:07.110Z Downloaded adler2 v2.0.1
2482026-06-25T00:05:07.110Z Downloaded either v1.16.0
2492026-06-25T00:05:07.114Z Downloaded cargo_metadata v0.20.0
2502026-06-25T00:05:07.117Z Downloaded find-msvc-tools v0.1.9
2512026-06-25T00:05:07.122Z Downloaded eyre v0.6.12
2522026-06-25T00:05:07.127Z Downloaded cargo-platform v0.3.3
2532026-06-25T00:05:07.128Z Downloaded async-scoped v0.9.0
2542026-06-25T00:05:07.128Z Downloaded serde-value v0.7.0
2552026-06-25T00:05:07.128Z Downloaded foldhash v0.1.5
2562026-06-25T00:05:07.139Z Downloaded cfg-if v1.0.4
2572026-06-25T00:05:07.139Z Downloaded itoa v1.0.18
2582026-06-25T00:05:07.145Z Downloaded lazy_static v1.5.0
2592026-06-25T00:05:07.145Z Downloaded cfg_aliases v0.2.1
2602026-06-25T00:05:07.145Z Downloaded errno v0.3.14
2612026-06-25T00:05:07.145Z Downloaded equivalent v1.0.2
2622026-06-25T00:05:07.145Z Downloaded serde_path_to_error v0.1.20
2632026-06-25T00:05:07.149Z Downloaded quick-junit v0.5.2
2642026-06-25T00:05:07.153Z Downloaded nextest-filtering v0.15.0
2652026-06-25T00:05:07.157Z Downloaded serde v1.0.228
2662026-06-25T00:05:07.160Z Downloaded rand_chacha v0.9.0
2672026-06-25T00:05:07.163Z Downloaded miette-derive v7.6.0
2682026-06-25T00:05:07.163Z Downloaded generic-array v0.14.7
2692026-06-25T00:05:07.169Z Downloaded hex v0.4.3
2702026-06-25T00:05:07.176Z Downloaded semver v1.0.28
2712026-06-25T00:05:07.179Z Downloaded anstyle-parse v1.0.0
2722026-06-25T00:05:07.179Z Downloaded rustc-demangle v0.1.27
2732026-06-25T00:05:07.182Z Downloaded shell-words v1.1.1
2742026-06-25T00:05:07.182Z Downloaded sigchld v0.2.4
2752026-06-25T00:05:07.186Z Downloaded enable-ansi-support v0.2.1
2762026-06-25T00:05:07.186Z Downloaded atomic-waker v1.1.2
2772026-06-25T00:05:07.186Z Downloaded parking_lot v0.12.5
2782026-06-25T00:05:07.189Z Downloaded pkcs8 v0.10.2
2792026-06-25T00:05:07.193Z Downloaded strip-ansi-escapes v0.2.1
2802026-06-25T00:05:07.196Z Downloaded supports-color v3.0.2
2812026-06-25T00:05:07.196Z Downloaded supports-unicode v3.0.0
2822026-06-25T00:05:07.196Z Downloaded sync_wrapper v1.0.2
2832026-06-25T00:05:07.199Z Downloaded swrite v0.1.0
2842026-06-25T00:05:07.199Z Downloaded slab v0.4.12
2852026-06-25T00:05:07.199Z Downloaded httparse v1.10.1
2862026-06-25T00:05:07.202Z Downloaded serde_urlencoded v0.7.1
2872026-06-25T00:05:07.202Z Downloaded cargo_metadata v0.23.1
2882026-06-25T00:05:07.205Z Downloaded pin-project v1.1.13
2892026-06-25T00:05:07.209Z Downloaded ryu v1.0.23
2902026-06-25T00:05:07.213Z Downloaded serde_core v1.0.228
2912026-06-25T00:05:07.218Z Downloaded const-oid v0.9.6
2922026-06-25T00:05:07.218Z Downloaded crc32fast v1.5.0
2932026-06-25T00:05:07.218Z Downloaded smol_str v0.3.6
2942026-06-25T00:05:07.224Z Downloaded miniz_oxide v0.8.9
2952026-06-25T00:05:07.224Z Downloaded target-lexicon v0.13.5
2962026-06-25T00:05:07.224Z Downloaded signal-hook v0.3.18
2972026-06-25T00:05:07.229Z Downloaded subtle v2.6.1
2982026-06-25T00:05:07.229Z Downloaded memchr v2.8.2
2992026-06-25T00:05:07.229Z Downloaded future-queue v0.4.0
3002026-06-25T00:05:07.232Z Downloaded signal-hook-registry v1.4.8
3012026-06-25T00:05:07.233Z Downloaded atomicwrites v0.4.4
3022026-06-25T00:05:07.233Z Downloaded curve25519-dalek-derive v0.1.1
3032026-06-25T00:05:07.233Z Downloaded backtrace v0.3.76
3042026-06-25T00:05:07.235Z Downloaded fastrand v2.4.1
3052026-06-25T00:05:07.235Z Downloaded convert_case v0.10.0
3062026-06-25T00:05:07.238Z Downloaded toml_datetime v0.6.11
3072026-06-25T00:05:07.244Z Downloaded simd-adler32 v0.3.9
3082026-06-25T00:05:07.247Z Downloaded futures v0.3.32
3092026-06-25T00:05:07.247Z Downloaded serde-untagged v0.1.9
3102026-06-25T00:05:07.250Z Downloaded base64ct v1.8.3
3112026-06-25T00:05:07.250Z Downloaded cfg-expr v0.20.8
3122026-06-25T00:05:07.250Z Downloaded static_assertions v1.1.0
3132026-06-25T00:05:07.256Z Downloaded miette v7.6.0
3142026-06-25T00:05:07.256Z Downloaded http v1.4.2
3152026-06-25T00:05:07.261Z Downloaded tokio-macros v2.7.0
3162026-06-25T00:05:07.261Z Downloaded tinyvec_macros v0.1.1
3172026-06-25T00:05:07.261Z Downloaded ed25519 v2.2.3
3182026-06-25T00:05:07.261Z Downloaded signal-hook-mio v0.2.5
3192026-06-25T00:05:07.262Z Downloaded dialoguer v0.11.0
3202026-06-25T00:05:07.267Z Downloaded spki v0.7.3
3212026-06-25T00:05:07.267Z Downloaded getrandom v0.4.3
3222026-06-25T00:05:07.271Z Downloaded getrandom v0.3.4
3232026-06-25T00:05:07.274Z Downloaded tracing-core v0.1.36
3242026-06-25T00:05:07.274Z Downloaded getrandom v0.2.17
3252026-06-25T00:05:07.274Z Downloaded clap v4.6.1
3262026-06-25T00:05:07.279Z Downloaded tracing-error v0.2.1
3272026-06-25T00:05:07.282Z Downloaded terminal_size v0.4.4
3282026-06-25T00:05:07.282Z Downloaded supports-hyperlinks v3.2.0
3292026-06-25T00:05:07.282Z Downloaded futures-core v0.3.32
3302026-06-25T00:05:07.287Z Downloaded pathdiff v0.2.3
3312026-06-25T00:05:07.287Z Downloaded cc v1.2.65
3322026-06-25T00:05:07.290Z Downloaded tower-layer v0.3.3
3332026-06-25T00:05:07.290Z Downloaded toml_write v0.1.2
3342026-06-25T00:05:07.290Z Downloaded borsh v1.7.0
3352026-06-25T00:05:07.292Z Downloaded sha2 v0.10.9
3362026-06-25T00:05:07.295Z Downloaded lru-slab v0.1.2
3372026-06-25T00:05:07.295Z Downloaded thiserror-impl v1.0.69
3382026-06-25T00:05:07.298Z Downloaded target-spec-miette v0.4.8
3392026-06-25T00:05:07.298Z Downloaded is_ci v1.2.0
3402026-06-25T00:05:07.300Z Downloaded tower-service v0.3.3
3412026-06-25T00:05:07.305Z Downloaded self-replace v1.5.0
3422026-06-25T00:05:07.309Z Downloaded indent_write v2.2.0
3432026-06-25T00:05:07.309Z Downloaded indenter v0.3.4
3442026-06-25T00:05:07.312Z Downloaded futures-channel v0.3.32
3452026-06-25T00:05:07.315Z Downloaded ron v0.12.2
3462026-06-25T00:05:07.321Z Downloaded unicode-xid v0.2.6
3472026-06-25T00:05:07.321Z Downloaded shlex v2.0.1
3482026-06-25T00:05:07.321Z Downloaded pin-project-lite v0.2.17
3492026-06-25T00:05:07.325Z Downloaded flate2 v1.1.9
3502026-06-25T00:05:07.328Z Downloaded smallvec v1.15.2
3512026-06-25T00:05:07.328Z Downloaded rustc_version v0.4.1
3522026-06-25T00:05:07.332Z Downloaded derive-where v1.6.1
3532026-06-25T00:05:07.335Z Downloaded jobserver v0.1.34
3542026-06-25T00:05:07.338Z Downloaded urlencoding v2.1.3
3552026-06-25T00:05:07.338Z Downloaded target-spec v3.6.0
3562026-06-25T00:05:07.338Z Downloaded owo-colors v4.3.0
3572026-06-25T00:05:07.341Z Downloaded try-lock v0.2.5
3582026-06-25T00:05:07.345Z Downloaded thiserror-impl v2.0.18
3592026-06-25T00:05:07.345Z Downloaded version_check v0.9.5
3602026-06-25T00:05:07.345Z Downloaded bitflags v2.13.0
3612026-06-25T00:05:07.348Z Downloaded socket2 v0.6.4
3622026-06-25T00:05:07.355Z Downloaded thiserror v2.0.18
3632026-06-25T00:05:07.359Z Downloaded nested v0.1.1
3642026-06-25T00:05:07.359Z Downloaded want v0.3.1
3652026-06-25T00:05:07.359Z Downloaded pin-project-internal v1.1.13
3662026-06-25T00:05:07.363Z Downloaded toml_writer v1.1.1+spec-1.1.0
3672026-06-25T00:05:07.363Z Downloaded tracing-log v0.2.0
3682026-06-25T00:05:07.363Z Downloaded toml v0.8.23
3692026-06-25T00:05:07.363Z Downloaded thiserror v1.0.69
3702026-06-25T00:05:07.366Z Downloaded serde_derive v1.0.228
3712026-06-25T00:05:07.367Z Downloaded clap_derive v4.6.1
3722026-06-25T00:05:07.370Z Downloaded http-body-util v0.1.3
3732026-06-25T00:05:07.370Z Downloaded litrs v1.0.0
3742026-06-25T00:05:07.375Z Downloaded bytes v1.12.0
3752026-06-25T00:05:07.379Z Downloaded config v0.15.24
3762026-06-25T00:05:07.379Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3772026-06-25T00:05:07.384Z Downloaded utf8_iter v1.0.4
3782026-06-25T00:05:07.388Z Downloaded log v0.4.33
3792026-06-25T00:05:07.393Z Downloaded unicase v2.9.0
3802026-06-25T00:05:07.396Z Downloaded toml_parser v1.1.2+spec-1.1.0
3812026-06-25T00:05:07.403Z Downloaded tokio-stream v0.1.18
3822026-06-25T00:05:07.408Z Downloaded tokio-rustls v0.26.4
3832026-06-25T00:05:07.408Z Downloaded portable-atomic v1.13.1
3842026-06-25T00:05:07.417Z Downloaded num-traits v0.2.19
3852026-06-25T00:05:07.417Z Downloaded indicatif v0.17.11
3862026-06-25T00:05:07.417Z Downloaded quinn-udp v0.5.14
3872026-06-25T00:05:07.421Z Downloaded sharded-slab v0.1.7
3882026-06-25T00:05:07.421Z Downloaded quote v1.0.46
3892026-06-25T00:05:07.426Z Downloaded quick-xml v0.38.4
3902026-06-25T00:05:07.429Z Downloaded derive_more-impl v2.1.1
3912026-06-25T00:05:07.429Z Downloaded thread_local v1.1.9
3922026-06-25T00:05:07.429Z Downloaded tempfile v3.27.0
3932026-06-25T00:05:07.433Z Downloaded proc-macro2 v1.0.106
3942026-06-25T00:05:07.436Z Downloaded untrusted v0.9.0
3952026-06-25T00:05:07.436Z Downloaded tinyvec v1.11.0
3962026-06-25T00:05:07.440Z Downloaded mio v1.2.1
3972026-06-25T00:05:07.444Z Downloaded zstd v0.13.3
3982026-06-25T00:05:07.448Z Downloaded openssl-sys v0.9.117
3992026-06-25T00:05:07.452Z Downloaded zstd-safe v7.2.4
4002026-06-25T00:05:07.452Z Downloaded xxhash-rust v0.8.15
4012026-06-25T00:05:07.456Z Downloaded xattr v1.6.1
4022026-06-25T00:05:07.461Z Downloaded block-buffer v0.10.4
4032026-06-25T00:05:07.466Z Downloaded unicode-linebreak v0.1.5
4042026-06-25T00:05:07.470Z Downloaded toml_edit v0.22.27
4052026-06-25T00:05:07.474Z Downloaded toml v1.1.2+spec-1.1.0
4062026-06-25T00:05:07.474Z Downloaded vte v0.14.1
4072026-06-25T00:05:07.474Z Downloaded ed25519-dalek v2.2.0
4082026-06-25T00:05:07.479Z Downloaded utf8parse v0.2.2
4092026-06-25T00:05:07.479Z Downloaded der v0.7.10
4102026-06-25T00:05:07.483Z Downloaded rustls-webpki v0.103.13
4112026-06-25T00:05:07.489Z Downloaded zmij v1.0.21
4122026-06-25T00:05:07.499Z Downloaded textwrap v0.16.2
4132026-06-25T00:05:07.504Z Downloaded hyper-util v0.1.20
4142026-06-25T00:05:07.516Z Downloaded url v2.5.8
4152026-06-25T00:05:07.524Z Downloaded unicode-ident v1.0.24
4162026-06-25T00:05:07.528Z Downloaded tower v0.5.3
4172026-06-25T00:05:07.533Z Downloaded hashbrown v0.15.5
4182026-06-25T00:05:07.537Z Downloaded guppy v0.17.26
4192026-06-25T00:05:07.550Z Downloaded uuid v1.23.4
4202026-06-25T00:05:07.558Z Downloaded crossterm v0.29.0
4212026-06-25T00:05:07.558Z Downloaded rustc-hash v2.1.2
4222026-06-25T00:05:07.558Z Downloaded hashbrown v0.17.1
4232026-06-25T00:05:07.565Z Downloaded unicode-normalization v0.1.25
4242026-06-25T00:05:07.570Z Downloaded hyper v1.10.1
4252026-06-25T00:05:07.575Z Downloaded unicode-segmentation v1.13.3
4262026-06-25T00:05:07.577Z Downloaded futures-util v0.3.32
4272026-06-25T00:05:07.582Z Downloaded serde_json v1.0.150
4282026-06-25T00:05:07.584Z Downloaded rand v0.9.4
4292026-06-25T00:05:07.626Z Downloaded typenum v1.20.1
4302026-06-25T00:05:07.634Z Downloaded object v0.37.3
4312026-06-25T00:05:07.635Z Downloaded tokio-util v0.7.18
4322026-06-25T00:05:07.635Z Downloaded aho-corasick v1.1.4
4332026-06-25T00:05:07.635Z Downloaded tower-http v0.6.11
4342026-06-25T00:05:07.635Z Downloaded nix v0.30.1
4352026-06-25T00:05:07.640Z Downloaded tracing-subscriber v0.3.23
4362026-06-25T00:05:07.647Z Downloaded chrono v0.4.45
4372026-06-25T00:05:07.655Z Downloaded winnow v1.0.3
4382026-06-25T00:05:07.662Z Downloaded vcpkg v0.2.15
4392026-06-25T00:05:07.683Z Downloaded webpki-roots v1.0.8
4402026-06-25T00:05:07.688Z Downloaded gimli v0.32.3
4412026-06-25T00:05:07.692Z Downloaded curve25519-dalek v4.1.3
4422026-06-25T00:05:07.696Z Downloaded rustls v0.23.41
4432026-06-25T00:05:07.700Z Downloaded zerocopy v0.8.52
4442026-06-25T00:05:07.711Z Downloaded nextest-runner v0.80.0
4452026-06-25T00:05:07.718Z Downloaded syn v2.0.118
4462026-06-25T00:05:07.736Z Downloaded regex-syntax v0.8.11
4472026-06-25T00:05:07.741Z Downloaded tracing v0.1.44
4482026-06-25T00:05:07.749Z Downloaded unicode-width v0.1.14
4492026-06-25T00:05:07.754Z Downloaded petgraph v0.8.3
4502026-06-25T00:05:07.764Z Downloaded rustix v1.1.4
4512026-06-25T00:05:07.778Z Downloaded color-eyre v0.6.5
4522026-06-25T00:05:07.785Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4532026-06-25T00:05:07.828Z Downloaded regex-automata v0.4.14
4542026-06-25T00:05:07.912Z Downloaded ring v0.17.14
4552026-06-25T00:05:07.932Z Downloaded recursion v0.5.4
4562026-06-25T00:05:07.992Z Downloaded lock_api v0.4.14
4572026-06-25T00:05:08.041Z Downloaded hyper-tls v0.6.0
4582026-06-25T00:05:08.051Z Downloaded mukti-metadata v0.3.0
4592026-06-25T00:05:08.055Z Downloaded percent-encoding v2.3.2
4602026-06-25T00:05:08.056Z Downloaded openssl-macros v0.1.1
4612026-06-25T00:05:08.067Z Downloaded nextest-metadata v0.12.2
4622026-06-25T00:05:08.072Z Downloaded tokio-native-tls v0.3.1
4632026-06-25T00:05:08.075Z Downloaded rustix v0.38.44
4642026-06-25T00:05:08.110Z Downloaded signature v2.2.0
4652026-06-25T00:05:08.113Z Downloaded openssl-probe v0.2.1
4662026-06-25T00:05:08.119Z Downloaded zipsign-api v0.1.5
4672026-06-25T00:05:08.123Z Downloaded ppv-lite86 v0.2.21
4682026-06-25T00:05:08.127Z Downloaded rand_core v0.9.5
4692026-06-25T00:05:08.127Z Downloaded parking_lot_core v0.9.12
4702026-06-25T00:05:08.130Z Downloaded newtype-uuid v1.3.2
4712026-06-25T00:05:08.130Z Downloaded home v0.5.12
4722026-06-25T00:05:08.150Z Downloaded libc v0.2.186
4732026-06-25T00:05:08.168Z Downloaded native-tls v0.2.18
4742026-06-25T00:05:08.198Z Downloaded rand_core v0.6.4
4752026-06-25T00:05:08.203Z Downloaded pkg-config v0.3.33
4762026-06-25T00:05:08.206Z Downloaded os_pipe v1.2.3
4772026-06-25T00:05:08.206Z Downloaded hyper-rustls v0.27.9
4782026-06-25T00:05:08.247Z Downloaded reqwest v0.12.28
4792026-06-25T00:05:08.252Z Downloaded itertools v0.14.0
4802026-06-25T00:05:08.256Z Downloaded idna v1.1.0
4812026-06-25T00:05:08.261Z Downloaded tar v0.4.46
4822026-06-25T00:05:08.272Z Downloaded scopeguard v1.2.0
4832026-06-25T00:05:08.277Z Downloaded once_cell v1.21.4
4842026-06-25T00:05:08.286Z Downloaded typeid v1.0.3
4852026-06-25T00:05:08.295Z Downloaded tokio v1.52.3
4862026-06-25T00:05:08.321Z Downloaded unicode-width v0.2.2
4872026-06-25T00:05:08.329Z Downloaded tracing-attributes v0.1.31
4882026-06-25T00:05:08.332Z Downloaded strsim v0.11.1
4892026-06-25T00:05:08.340Z Downloaded zeroize v1.9.0
4902026-06-25T00:05:08.383Z Downloaded regex v1.12.4
4912026-06-25T00:05:08.391Z Downloaded rustls-pki-types v1.14.1
4922026-06-25T00:05:08.391Z Downloaded winnow v0.7.15
4932026-06-25T00:05:08.391Z Downloaded quinn v0.11.11
4942026-06-25T00:05:08.391Z Downloaded indexmap v2.14.0
4952026-06-25T00:05:08.407Z Compiling proc-macro2 v1.0.106
4962026-06-25T00:05:08.407Z Compiling libc v0.2.186
4972026-06-25T00:05:08.412Z Compiling quote v1.0.46
4982026-06-25T00:05:08.412Z Compiling unicode-ident v1.0.24
4992026-06-25T00:05:08.412Z Compiling serde_core v1.0.228
5002026-06-25T00:05:08.412Z Compiling cfg-if v1.0.4
5012026-06-25T00:05:08.412Z Compiling memchr v2.8.2
5022026-06-25T00:05:08.412Z Compiling once_cell v1.21.4
5032026-06-25T00:05:08.595Z Compiling log v0.4.33
5042026-06-25T00:05:08.657Z Compiling pin-project-lite v0.2.17
5052026-06-25T00:05:08.777Z Compiling itoa v1.0.18
5062026-06-25T00:05:08.801Z Compiling serde v1.0.228
5072026-06-25T00:05:08.970Z Compiling smallvec v1.15.2
5082026-06-25T00:05:09.011Z Compiling futures-core v0.3.32
5092026-06-25T00:05:09.155Z Compiling bitflags v2.13.0
5102026-06-25T00:05:09.167Z Compiling hashbrown v0.17.1
5112026-06-25T00:05:09.212Z Compiling shlex v2.0.1
5122026-06-25T00:05:09.395Z Compiling find-msvc-tools v0.1.9
5132026-06-25T00:05:09.530Z Compiling errno v0.3.14
5142026-06-25T00:05:09.545Z Compiling equivalent v1.0.2
5152026-06-25T00:05:09.626Z Compiling jobserver v0.1.34
5162026-06-25T00:05:09.639Z Compiling signal-hook-registry v1.4.8
5172026-06-25T00:05:09.692Z Compiling bytes v1.12.0
5182026-06-25T00:05:09.714Z Compiling mio v1.2.1
5192026-06-25T00:05:09.826Z Compiling syn v2.0.118
5202026-06-25T00:05:09.881Z Compiling cc v1.2.65
5212026-06-25T00:05:09.896Z Compiling rustix v1.1.4
5222026-06-25T00:05:10.007Z Compiling futures-sink v0.3.32
5232026-06-25T00:05:10.123Z Compiling socket2 v0.6.4
5242026-06-25T00:05:10.250Z Compiling zmij v1.0.21
5252026-06-25T00:05:10.453Z Compiling slab v0.4.12
5262026-06-25T00:05:10.616Z Compiling futures-channel v0.3.32
5272026-06-25T00:05:10.665Z Compiling tracing-core v0.1.36
5282026-06-25T00:05:10.668Z Compiling serde_json v1.0.150
5292026-06-25T00:05:10.887Z Compiling version_check v0.9.5
5302026-06-25T00:05:10.939Z Compiling indexmap v2.14.0
5312026-06-25T00:05:11.124Z Compiling futures-task v0.3.32
5322026-06-25T00:05:11.169Z Compiling futures-io v0.3.32
5332026-06-25T00:05:11.183Z Compiling getrandom v0.4.3
5342026-06-25T00:05:11.317Z Compiling unicode-width v0.2.2
5352026-06-25T00:05:11.372Z Compiling percent-encoding v2.3.2
5362026-06-25T00:05:11.481Z Compiling camino v1.2.3
5372026-06-25T00:05:11.645Z Compiling ring v0.17.14
5382026-06-25T00:05:11.782Z Compiling http v1.4.2
5392026-06-25T00:05:11.799Z Compiling adler2 v2.0.1
5402026-06-25T00:05:11.810Z Compiling zeroize v1.9.0
5412026-06-25T00:05:11.867Z Compiling simd-adler32 v0.3.9
5422026-06-25T00:05:11.964Z Compiling autocfg v1.5.1
5432026-06-25T00:05:12.005Z Compiling miniz_oxide v0.8.9
5442026-06-25T00:05:12.320Z Compiling num-traits v0.2.19
5452026-06-25T00:05:12.569Z Compiling zerocopy v0.8.52
5462026-06-25T00:05:12.706Z Compiling target-lexicon v0.13.5
5472026-06-25T00:05:12.990Z Compiling getrandom v0.3.4
5482026-06-25T00:05:13.012Z Compiling object v0.37.3
5492026-06-25T00:05:13.352Z Compiling http-body v1.0.1
5502026-06-25T00:05:13.366Z Compiling rustls-pki-types v1.14.1
5512026-06-25T00:05:13.423Z Compiling form_urlencoded v1.2.2
5522026-06-25T00:05:13.437Z Compiling semver v1.0.28
5532026-06-25T00:05:13.453Z Compiling serde_derive v1.0.228
5542026-06-25T00:05:13.511Z Compiling tokio-macros v2.7.0
5552026-06-25T00:05:13.689Z Compiling futures-macro v0.3.32
5562026-06-25T00:05:13.701Z Compiling tracing-attributes v0.1.31
5572026-06-25T00:05:13.941Z Compiling getrandom v0.2.17
5582026-06-25T00:05:14.097Z Compiling guppy-workspace-hack v0.1.0
5592026-06-25T00:05:14.137Z Compiling thiserror v2.0.18
5602026-06-25T00:05:14.228Z Compiling signal-hook v0.3.18
5612026-06-25T00:05:14.264Z Compiling tokio v1.52.3
5622026-06-25T00:05:14.329Z Compiling gimli v0.32.3
5632026-06-25T00:05:14.461Z Compiling utf8_iter v1.0.4
5642026-06-25T00:05:14.487Z Compiling untrusted v0.9.0
5652026-06-25T00:05:14.511Z Compiling futures-util v0.3.32
5662026-06-25T00:05:14.616Z Compiling owo-colors v4.3.0
5672026-06-25T00:05:14.629Z Compiling fnv v1.0.7
5682026-06-25T00:05:14.730Z Compiling httparse v1.10.1
5692026-06-25T00:05:14.926Z Compiling tracing v0.1.44
5702026-06-25T00:05:14.957Z Compiling idna_adapter v1.0.0
5712026-06-25T00:05:15.057Z Compiling idna v1.1.0
5722026-06-25T00:05:15.297Z Compiling thiserror-impl v2.0.18
5732026-06-25T00:05:16.490Z Compiling addr2line v0.25.1
5742026-06-25T00:05:16.923Z Compiling generic-array v0.14.7
5752026-06-25T00:05:16.992Z Compiling rustls v0.23.41
5762026-06-25T00:05:17.164Z Compiling typeid v1.0.3
5772026-06-25T00:05:17.190Z Compiling tower-service v0.3.3
5782026-06-25T00:05:17.249Z Compiling try-lock v0.2.5
5792026-06-25T00:05:17.286Z Compiling pkg-config v0.3.33
5802026-06-25T00:05:17.366Z Compiling rustc-demangle v0.1.27
5812026-06-25T00:05:17.449Z Compiling fastrand v2.4.1
5822026-06-25T00:05:17.461Z Compiling atomic-waker v1.1.2
5832026-06-25T00:05:17.588Z Compiling thiserror v1.0.69
5842026-06-25T00:05:17.717Z Compiling target-spec v3.6.0
5852026-06-25T00:05:17.772Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-06-25T00:05:18.035Z Compiling tempfile v3.27.0
5872026-06-25T00:05:18.141Z Compiling tokio-util v0.7.18
5882026-06-25T00:05:18.194Z Compiling want v0.3.1
5892026-06-25T00:05:18.378Z Compiling cfg-expr v0.20.8
5902026-06-25T00:05:18.510Z Compiling url v2.5.8
5912026-06-25T00:05:18.937Z Compiling backtrace v0.3.76
5922026-06-25T00:05:19.219Z Compiling h2 v0.4.15
5932026-06-25T00:05:19.872Z Compiling thiserror-impl v1.0.69
5942026-06-25T00:05:20.209Z Compiling terminal_size v0.4.4
5952026-06-25T00:05:20.325Z Compiling aho-corasick v1.1.4
5962026-06-25T00:05:20.365Z Compiling subtle v2.6.1
5972026-06-25T00:05:20.525Z Compiling winnow v0.7.15
5982026-06-25T00:05:20.986Z Compiling rustls-webpki v0.103.13
5992026-06-25T00:05:21.039Z Compiling typenum v1.20.1
6002026-06-25T00:05:21.754Z Compiling erased-serde v0.4.10
6012026-06-25T00:05:22.061Z Compiling regex-syntax v0.8.11
6022026-06-25T00:05:23.045Z Compiling hyper v1.10.1
6032026-06-25T00:05:23.746Z Compiling regex-automata v0.4.14
6042026-06-25T00:05:25.858Z Compiling serde_spanned v0.6.9
6052026-06-25T00:05:26.016Z Compiling toml_datetime v0.6.11
6062026-06-25T00:05:26.393Z Compiling ahash v0.8.12
6072026-06-25T00:05:26.663Z Compiling sync_wrapper v1.0.2
6082026-06-25T00:05:26.761Z Compiling unicode-linebreak v0.1.5
6092026-06-25T00:05:26.781Z Compiling lazy_static v1.5.0
6102026-06-25T00:05:26.889Z Compiling is_ci v1.2.0
6112026-06-25T00:05:27.026Z Compiling either v1.16.0
6122026-06-25T00:05:27.057Z Compiling tower-layer v0.3.3
6132026-06-25T00:05:27.187Z Compiling base64 v0.22.1
6142026-06-25T00:05:27.305Z Compiling portable-atomic v1.13.1
6152026-06-25T00:05:27.309Z Compiling foldhash v0.1.5
6162026-06-25T00:05:27.309Z Compiling parking_lot_core v0.9.12
6172026-06-25T00:05:27.486Z Compiling ipnet v2.12.0
6182026-06-25T00:05:27.553Z Compiling crc32fast v1.5.0
6192026-06-25T00:05:27.662Z Compiling toml_write v0.1.2
6202026-06-25T00:05:27.705Z Compiling nextest-workspace-hack v0.1.0
6212026-06-25T00:05:27.856Z Compiling unicode-segmentation v1.13.3
6222026-06-25T00:05:27.955Z Compiling toml_edit v0.22.27
6232026-06-25T00:05:27.966Z Compiling hyper-util v0.1.20
6242026-06-25T00:05:28.247Z Compiling convert_case v0.10.0
6252026-06-25T00:05:28.595Z Compiling hashbrown v0.15.5
6262026-06-25T00:05:28.674Z Compiling tower v0.5.3
6272026-06-25T00:05:29.223Z Compiling supports-color v3.0.2
6282026-06-25T00:05:29.273Z Compiling textwrap v0.16.2
6292026-06-25T00:05:29.455Z Compiling sharded-slab v0.1.7
6302026-06-25T00:05:29.522Z Compiling tokio-rustls v0.26.4
6312026-06-25T00:05:30.060Z Compiling backtrace-ext v0.2.1
6322026-06-25T00:05:30.323Z Compiling ordered-float v2.10.1
6332026-06-25T00:05:30.436Z Compiling webpki-roots v1.0.8
6342026-06-25T00:05:30.555Z Compiling miette-derive v7.6.0
6352026-06-25T00:05:30.597Z Compiling pathdiff v0.2.3
6362026-06-25T00:05:30.614Z Compiling console v0.15.11
6372026-06-25T00:05:30.659Z Compiling tracing-log v0.2.0
6382026-06-25T00:05:30.722Z Compiling cargo-platform v0.3.3
6392026-06-25T00:05:31.020Z Compiling os_pipe v1.2.3
6402026-06-25T00:05:31.201Z Compiling thread_local v1.1.9
6412026-06-25T00:05:31.320Z Compiling unicode-width v0.1.14
6422026-06-25T00:05:31.549Z Compiling supports-unicode v3.0.0
6432026-06-25T00:05:31.598Z Compiling utf8parse v0.2.2
6442026-06-25T00:05:31.659Z Compiling rustix v0.38.44
6452026-06-25T00:05:31.709Z Compiling zstd-safe v7.2.4
6462026-06-25T00:05:31.718Z Compiling supports-hyperlinks v3.2.0
6472026-06-25T00:05:31.934Z Compiling fixedbitset v0.5.7
6482026-06-25T00:05:31.952Z Compiling winnow v1.0.3
6492026-06-25T00:05:32.023Z Compiling pulldown-cmark v0.13.4
6502026-06-25T00:05:32.248Z Compiling ryu v1.0.23
6512026-06-25T00:05:32.277Z Compiling debug-ignore v1.0.5
6522026-06-25T00:05:32.388Z Compiling cfg_aliases v0.2.1
6532026-06-25T00:05:32.499Z Compiling scopeguard v1.2.0
6542026-06-25T00:05:32.512Z Compiling nix v0.30.1
6552026-06-25T00:05:32.536Z Compiling serde_urlencoded v0.7.1
6562026-06-25T00:05:32.603Z Compiling lock_api v0.4.14
6572026-06-25T00:05:32.860Z Compiling petgraph v0.8.3
6582026-06-25T00:05:32.899Z Compiling miette v7.6.0
6592026-06-25T00:05:32.960Z Compiling anstyle-parse v1.0.0
6602026-06-25T00:05:33.179Z Compiling toml_parser v1.1.2+spec-1.1.0
6612026-06-25T00:05:33.409Z Compiling tracing-subscriber v0.3.23
6622026-06-25T00:05:34.489Z Compiling sigchld v0.2.4
6632026-06-25T00:05:34.689Z Compiling cargo_metadata v0.23.1
6642026-06-25T00:05:34.796Z Compiling serde-value v0.7.0
6652026-06-25T00:05:34.977Z Compiling hyper-rustls v0.27.9
6662026-06-25T00:05:35.588Z Compiling serde-untagged v0.1.9
6672026-06-25T00:05:35.921Z Compiling toml v0.8.23
6682026-06-25T00:05:35.958Z Compiling tower-http v0.6.11
6692026-06-25T00:05:36.978Z Compiling derive_more-impl v2.1.1
6702026-06-25T00:05:37.345Z Compiling itertools v0.14.0
6712026-06-25T00:05:37.359Z Compiling regex v1.12.4
6722026-06-25T00:05:37.409Z Compiling block-buffer v0.10.4
6732026-06-25T00:05:37.564Z Compiling crypto-common v0.1.7
6742026-06-25T00:05:37.705Z Compiling ppv-lite86 v0.2.21
6752026-06-25T00:05:37.812Z Compiling rand_core v0.9.5
6762026-06-25T00:05:38.038Z Compiling futures-executor v0.3.32
6772026-06-25T00:05:38.072Z Compiling http-body-util v0.1.3
6782026-06-25T00:05:38.333Z Compiling pin-project-internal v1.1.13
6792026-06-25T00:05:38.569Z Compiling uuid v1.23.4
6802026-06-25T00:05:38.745Z Compiling smol_str v0.3.6
6812026-06-25T00:05:38.783Z Compiling serde_spanned v1.1.1
6822026-06-25T00:05:38.841Z Compiling toml_datetime v1.1.1+spec-1.1.0
6832026-06-25T00:05:38.950Z Compiling filetime v0.2.29
6842026-06-25T00:05:39.114Z Compiling bstr v1.12.2
6852026-06-25T00:05:39.131Z Compiling vte v0.14.1
6862026-06-25T00:05:39.159Z Compiling eyre v0.6.12
6872026-06-25T00:05:39.266Z Compiling unicase v2.9.0
6882026-06-25T00:05:39.349Z Compiling colorchoice v1.0.5
6892026-06-25T00:05:39.397Z Compiling nested v0.1.1
6902026-06-25T00:05:39.468Z Compiling is_terminal_polyfill v1.70.2
6912026-06-25T00:05:39.480Z Compiling number_prefix v0.4.0
6922026-06-25T00:05:39.565Z Compiling static_assertions v1.1.0
6932026-06-25T00:05:39.589Z Compiling litrs v1.0.0
6942026-06-25T00:05:39.632Z Compiling self_update v0.42.0
6952026-06-25T00:05:39.646Z Compiling unicode-xid v0.2.6
6962026-06-25T00:05:39.658Z Compiling anstyle-query v1.1.5
6972026-06-25T00:05:39.761Z Compiling iana-time-zone v0.1.65
6982026-06-25T00:05:39.799Z Compiling color-spantrace v0.3.0
6992026-06-25T00:05:39.885Z Compiling tinyvec_macros v0.1.1
7002026-06-25T00:05:39.915Z Compiling anstyle v1.0.14
7012026-06-25T00:05:39.957Z Compiling xattr v1.6.1
7022026-06-25T00:05:40.035Z Compiling document-features v0.2.12
7032026-06-25T00:05:40.112Z Compiling anstream v1.0.0
7042026-06-25T00:05:40.143Z Compiling tar v0.4.46
7052026-06-25T00:05:40.156Z Compiling tinyvec v1.11.0
7062026-06-25T00:05:40.352Z Compiling chrono v0.4.45
7072026-06-25T00:05:40.578Z Compiling cargo-util-schemas v0.2.0
7082026-06-25T00:05:40.606Z Compiling guppy v0.17.26
7092026-06-25T00:05:40.625Z Compiling indicatif v0.17.11
7102026-06-25T00:05:41.326Z Compiling globset v0.4.18
7112026-06-25T00:05:42.922Z Compiling pin-project v1.1.13
7122026-06-25T00:05:42.983Z Compiling strip-ansi-escapes v0.2.1
7132026-06-25T00:05:43.023Z Compiling toml v1.1.2+spec-1.1.0
7142026-06-25T00:05:43.048Z Compiling nextest-metadata v0.12.2
7152026-06-25T00:05:43.472Z Compiling newtype-uuid v1.3.2
7162026-06-25T00:05:43.663Z Compiling reqwest v0.12.28
7172026-06-25T00:05:43.738Z Compiling futures v0.3.32
7182026-06-25T00:05:43.741Z Compiling rand_chacha v0.9.0
7192026-06-25T00:05:43.823Z Compiling derive_more v2.1.1
7202026-06-25T00:05:43.908Z Compiling digest v0.10.7
7212026-06-25T00:05:44.134Z Compiling flate2 v1.1.9
7222026-06-25T00:05:44.306Z Compiling parking_lot v0.12.5
7232026-06-25T00:05:44.566Z Compiling shared_child v1.1.1
7242026-06-25T00:05:44.689Z Compiling tracing-error v0.2.1
7252026-06-25T00:05:45.207Z Compiling signal-hook-mio v0.2.5
7262026-06-25T00:05:45.274Z Compiling self-replace v1.5.0
7272026-06-25T00:05:45.346Z Compiling cargo-platform v0.2.0
7282026-06-25T00:05:45.564Z Compiling quick-xml v0.37.5
7292026-06-25T00:05:45.904Z Compiling quick-xml v0.38.4
7302026-06-25T00:05:46.215Z Compiling shell-words v1.1.1
7312026-06-25T00:05:46.452Z Compiling indenter v0.3.4
7322026-06-25T00:05:46.466Z Compiling recursion v0.5.4
7332026-06-25T00:05:46.583Z Compiling clap_lex v1.1.0
7342026-06-25T00:05:46.603Z Compiling strsim v0.11.1
7352026-06-25T00:05:46.975Z Compiling cpufeatures v0.2.17
7362026-06-25T00:05:47.053Z Compiling humantime v2.3.0
7372026-06-25T00:05:47.101Z Compiling heck v0.5.0
7382026-06-25T00:05:47.300Z Compiling urlencoding v2.1.3
7392026-06-25T00:05:47.536Z Compiling clap_derive v4.6.1
7402026-06-25T00:05:47.556Z Compiling humantime-serde v1.1.1
7412026-06-25T00:05:47.700Z Compiling clap_builder v4.6.0
7422026-06-25T00:05:47.713Z Compiling sha2 v0.10.9
7432026-06-25T00:05:48.219Z Compiling nextest-filtering v0.15.0
7442026-06-25T00:05:49.283Z Compiling quick-junit v0.5.2
7452026-06-25T00:05:49.437Z Compiling atomicwrites v0.4.4
7462026-06-25T00:05:49.732Z Compiling cargo_metadata v0.20.0
7472026-06-25T00:05:52.153Z Compiling crossterm v0.29.0
7482026-06-25T00:05:52.404Z Compiling cargo-nextest v0.9.97
7492026-06-25T00:05:53.979Z Compiling duct v0.13.7
7502026-06-25T00:05:54.059Z Compiling rand v0.9.4
7512026-06-25T00:05:54.294Z Compiling async-scoped v0.9.0
7522026-06-25T00:05:54.490Z Compiling config v0.15.24
7532026-06-25T00:05:54.616Z Compiling zstd v0.13.3
7542026-06-25T00:05:54.817Z Compiling unicode-normalization v0.1.25
7552026-06-25T00:05:54.829Z Compiling target-spec-miette v0.4.8
7562026-06-25T00:05:55.076Z Compiling future-queue v0.4.0
7572026-06-25T00:05:55.263Z Compiling mukti-metadata v0.3.0
7582026-06-25T00:05:55.372Z Compiling camino-tempfile v1.4.1
7592026-06-25T00:05:55.408Z Compiling tokio-stream v0.1.18
7602026-06-25T00:05:55.421Z Compiling derive-where v1.6.1
7612026-06-25T00:05:55.704Z Compiling serde_ignored v0.1.14
7622026-06-25T00:05:55.750Z Compiling serde_path_to_error v0.1.20
7632026-06-25T00:05:55.807Z Compiling swrite v0.1.0
7642026-06-25T00:05:55.917Z Compiling xxhash-rust v0.8.15
7652026-06-25T00:05:55.931Z Compiling indent_write v2.2.0
7662026-06-25T00:05:55.931Z Compiling hex v0.4.3
7672026-06-25T00:05:56.108Z Compiling home v0.5.12
7682026-06-25T00:05:56.196Z Compiling color-eyre v0.6.5
7692026-06-25T00:05:56.231Z Compiling clap v4.6.1
7702026-06-25T00:05:56.245Z Compiling dialoguer v0.11.0
7712026-06-25T00:05:56.266Z Compiling enable-ansi-support v0.2.1
7722026-06-25T00:05:56.700Z Compiling nextest-runner v0.80.0
7732026-06-25T00:06:14.811Z Finished `release` profile [optimized] target(s) in 1m 11s
7742026-06-25T00:06:15.000Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-06-25T00:06:15.003Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-06-25T00:06:15.127Z+ banner ddm
7772026-06-25T00:06:15.130Z
7782026-06-25T00:06:15.130Z ##### ##### # #
7792026-06-25T00:06:15.130Z # # # # ## ##
7802026-06-25T00:06:15.130Z # # # # # ## #
7812026-06-25T00:06:15.130Z # # # # # #
7822026-06-25T00:06:15.130Z # # # # # #
7832026-06-25T00:06:15.130Z ##### ##### # #
7842026-06-25T00:06:15.130Z
7852026-06-25T00:06:15.130Z+ cargo nextest run -p ddm -p ddm-api-types -p ddm-api-types-versions --nocapture
7862026-06-25T00:06:15.289Z Updating git repository `https://github.com/oxidecomputer/falcon`
7872026-06-25T00:06:18.743ZFrom https://github.com/oxidecomputer/falcon
7882026-06-25T00:06:18.743Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7892026-06-25T00:06:18.819Z Updating crates.io index
7902026-06-25T00:06:18.822Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7912026-06-25T00:06:19.531ZFrom https://github.com/oxidecomputer/dendrite
7922026-06-25T00:06:19.531Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7932026-06-25T00:06:19.617Z Updating git repository `https://github.com/oxidecomputer/ispf`
7942026-06-25T00:06:19.864ZFrom https://github.com/oxidecomputer/ispf
7952026-06-25T00:06:19.864Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7962026-06-25T00:06:19.899Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7972026-06-25T00:06:20.215ZFrom https://github.com/oxidecomputer/netadm-sys
7982026-06-25T00:06:20.215Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7992026-06-25T00:06:20.223Z Updating git repository `https://github.com/oxidecomputer/omicron`
8002026-06-25T00:06:26.328ZFrom https://github.com/oxidecomputer/omicron
8012026-06-25T00:06:26.328Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8022026-06-25T00:06:26.747Z Updating git repository `https://github.com/oxidecomputer/opte`
8032026-06-25T00:06:27.403ZFrom https://github.com/oxidecomputer/opte
8042026-06-25T00:06:27.404Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8052026-06-25T00:06:27.489Z Updating git repository `https://github.com/illumos/smf-rs`
8062026-06-25T00:06:27.738ZFrom https://github.com/illumos/smf-rs
8072026-06-25T00:06:27.738Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8082026-06-25T00:06:27.782Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8092026-06-25T00:06:28.019ZFrom https://github.com/oxidecomputer/network-interface
8102026-06-25T00:06:28.019Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8112026-06-25T00:06:28.077Z Updating git repository `https://github.com/oxidecomputer/zone`
8122026-06-25T00:06:28.273ZFrom https://github.com/oxidecomputer/zone
8132026-06-25T00:06:28.273Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8142026-06-25T00:06:28.280Z Updating git repository `https://github.com/oxidecomputer/propolis`
8152026-06-25T00:06:28.949ZFrom https://github.com/oxidecomputer/propolis
8162026-06-25T00:06:28.949Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8172026-06-25T00:06:29.088Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8182026-06-25T00:06:29.565ZFrom https://github.com/oxidecomputer/transceiver-control
8192026-06-25T00:06:29.565Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8202026-06-25T00:06:29.590Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212026-06-25T00:06:29.849ZFrom https://github.com/oxidecomputer/dlpi-sys
8222026-06-25T00:06:29.849Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8232026-06-25T00:06:29.855Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8242026-06-25T00:06:30.130ZFrom https://github.com/jmesmon/rust-libzfs
8252026-06-25T00:06:30.130Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8262026-06-25T00:06:30.138Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8272026-06-25T00:06:30.387ZFrom https://github.com/oxidecomputer/rusty-doors
8282026-06-25T00:06:30.387Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8292026-06-25T00:06:30.395Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-06-25T00:06:30.714ZFrom https://github.com/oxidecomputer/lldp
8312026-06-25T00:06:30.714Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8322026-06-25T00:06:30.779Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8332026-06-25T00:06:31.011ZFrom https://github.com/oxidecomputer/slog-error-chain
8342026-06-25T00:06:31.011Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8352026-06-25T00:06:31.020Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8362026-06-25T00:06:31.280ZFrom https://github.com/oxidecomputer/tufaceous
8372026-06-25T00:06:31.280Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8382026-06-25T00:06:31.337Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8392026-06-25T00:06:31.775ZFrom https://github.com/oxidecomputer/management-gateway-service
8402026-06-25T00:06:31.775Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8412026-06-25T00:06:31.799Z Updating git repository `https://github.com/oxidecomputer/crucible`
8422026-06-25T00:06:32.568ZFrom https://github.com/oxidecomputer/crucible
8432026-06-25T00:06:32.568Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8442026-06-25T00:06:32.669Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8452026-06-25T00:06:32.916ZFrom https://github.com/oxidecomputer/serde_human_bytes
8462026-06-25T00:06:32.916Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8472026-06-25T00:06:33.100Z Updating git repository `https://github.com/oxidecomputer/propolis`
8482026-06-25T00:06:33.545ZFrom https://github.com/oxidecomputer/propolis
8492026-06-25T00:06:33.545Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8502026-06-25T00:06:33.638Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-06-25T00:06:34.175ZFrom https://github.com/oxidecomputer/crucible
8522026-06-25T00:06:34.176Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8532026-06-25T00:06:34.192Z Updating git repository `https://github.com/oxidecomputer/tofino`
8542026-06-25T00:06:34.507ZFrom https://github.com/oxidecomputer/tofino
8552026-06-25T00:06:34.507Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8562026-06-25T00:06:34.533Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8572026-06-25T00:06:35.295ZFrom https://github.com/oxidecomputer/maghemite
8582026-06-25T00:06:35.295Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8592026-06-25T00:06:35.325Z Updating git repository `https://github.com/oxidecomputer/clickward`
8602026-06-25T00:06:35.614ZFrom https://github.com/oxidecomputer/clickward
8612026-06-25T00:06:35.614Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8622026-06-25T00:06:35.963Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8632026-06-25T00:06:36.227ZFrom https://github.com/oxidecomputer/illumos-devinfo
8642026-06-25T00:06:36.227Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8652026-06-25T00:06:37.527Z Downloading crates ...
8662026-06-25T00:06:37.637Z Downloaded bytecount v0.6.9
8672026-06-25T00:06:37.647Z Downloaded colored v3.1.1
8682026-06-25T00:06:37.666Z Downloaded anyhow v1.0.102
8692026-06-25T00:06:37.679Z Downloaded idna_adapter v1.2.2
8702026-06-25T00:06:37.682Z Downloaded backoff v0.4.0
8712026-06-25T00:06:37.682Z Downloaded icu_provider v2.2.0
8722026-06-25T00:06:37.685Z Downloaded backon v1.6.0
8732026-06-25T00:06:37.687Z Downloaded enum-as-inner v0.6.1
8742026-06-25T00:06:37.690Z Downloaded dtrace-parser v0.3.0
8752026-06-25T00:06:37.690Z Downloaded async-recursion v1.1.1
8762026-06-25T00:06:37.693Z Downloaded linked-hash-map v0.5.6
8772026-06-25T00:06:37.695Z Downloaded async-stream-impl v0.3.6
8782026-06-25T00:06:37.695Z Downloaded newline-converter v0.3.0
8792026-06-25T00:06:37.698Z Downloaded crucible-workspace-hack v0.1.0
8802026-06-25T00:06:37.698Z Downloaded byteorder v1.5.0
8812026-06-25T00:06:37.701Z Downloaded bit-vec v0.8.0
8822026-06-25T00:06:37.701Z Downloaded lru-cache v0.1.2
8832026-06-25T00:06:37.703Z Downloaded blake2 v0.10.6
8842026-06-25T00:06:37.706Z Downloaded newtype-uuid-macros v0.1.0
8852026-06-25T00:06:37.706Z Downloaded memmap v0.7.0
8862026-06-25T00:06:37.709Z Downloaded cargo_toml v0.22.3
8872026-06-25T00:06:37.709Z Downloaded hubpack_derive v0.1.1
8882026-06-25T00:06:37.712Z Downloaded ff v0.13.1
8892026-06-25T00:06:37.712Z Downloaded memoffset v0.9.1
8902026-06-25T00:06:37.715Z Downloaded natord v1.0.9
8912026-06-25T00:06:37.715Z Downloaded erased-serde v0.3.31
8922026-06-25T00:06:37.718Z Downloaded derive_more v0.99.20
8932026-06-25T00:06:37.721Z Downloaded darling v0.21.3
8942026-06-25T00:06:37.723Z Downloaded fixedbitset v0.4.2
8952026-06-25T00:06:37.726Z Downloaded darling_core v0.23.0
8962026-06-25T00:06:37.729Z Downloaded crossbeam-channel v0.5.15
8972026-06-25T00:06:37.732Z Downloaded mime v0.3.17
8982026-06-25T00:06:37.735Z Downloaded dof v0.4.0
8992026-06-25T00:06:37.735Z Downloaded defmt v0.3.100
9002026-06-25T00:06:37.735Z Downloaded const-oid v0.10.2
9012026-06-25T00:06:37.738Z Downloaded managed v0.8.0
9022026-06-25T00:06:37.738Z Downloaded git-stub v1.0.0
9032026-06-25T00:06:37.741Z Downloaded elliptic-curve v0.13.8
9042026-06-25T00:06:37.744Z Downloaded const-random v0.1.18
9052026-06-25T00:06:37.744Z Downloaded dtrace-parser v0.2.0
9062026-06-25T00:06:37.747Z Downloaded digest v0.11.3
9072026-06-25T00:06:37.747Z Downloaded icu_properties v2.2.0
9082026-06-25T00:06:37.750Z Downloaded no-std-compat v0.4.1
9092026-06-25T00:06:37.750Z Downloaded cpufeatures v0.3.0
9102026-06-25T00:06:37.754Z Downloaded constant_time_eq v0.4.2
9112026-06-25T00:06:37.758Z Downloaded bcs v0.1.6
9122026-06-25T00:06:37.758Z Downloaded byte-wrapper v0.1.0
9132026-06-25T00:06:37.758Z Downloaded hubpack v0.1.2
9142026-06-25T00:06:37.760Z Downloaded macaddr v1.0.1
9152026-06-25T00:06:37.761Z Downloaded libscf-sys v1.2.0
9162026-06-25T00:06:37.761Z Downloaded papergrid v0.18.0
9172026-06-25T00:06:37.765Z Downloaded opaque-debug v0.3.1
9182026-06-25T00:06:37.768Z Downloaded hash32 v0.3.1
9192026-06-25T00:06:37.768Z Downloaded konst_macro_rules v0.2.19
9202026-06-25T00:06:37.771Z Downloaded num v0.4.3
9212026-06-25T00:06:37.771Z Downloaded gethostname v0.5.0
9222026-06-25T00:06:37.771Z Downloaded num_enum v0.5.11
9232026-06-25T00:06:37.775Z Downloaded nom v7.1.3
9242026-06-25T00:06:37.777Z Downloaded ipnetwork v0.21.1
9252026-06-25T00:06:37.782Z Downloaded fs-err v3.3.0
9262026-06-25T00:06:37.785Z Downloaded openssl-sys v0.9.116
9272026-06-25T00:06:37.785Z Downloaded icu_locale_core v2.2.0
9282026-06-25T00:06:37.789Z Downloaded pretty_assertions v1.4.1
9292026-06-25T00:06:37.792Z Downloaded dunce v1.0.5
9302026-06-25T00:06:37.792Z Downloaded phf_shared v0.12.1
9312026-06-25T00:06:37.796Z Downloaded num-derive v0.4.2
9322026-06-25T00:06:37.796Z Downloaded ident_case v1.0.1
9332026-06-25T00:06:37.799Z Downloaded hostname v0.3.1
9342026-06-25T00:06:37.799Z Downloaded httpdate v1.0.3
9352026-06-25T00:06:37.799Z Downloaded foreign-types v0.5.0
9362026-06-25T00:06:37.799Z Downloaded rand_xorshift v0.4.0
9372026-06-25T00:06:37.802Z Downloaded newtype_derive v0.1.6
9382026-06-25T00:06:37.802Z Downloaded match_cfg v0.1.0
9392026-06-25T00:06:37.802Z Downloaded fxhash v0.2.1
9402026-06-25T00:06:37.805Z Downloaded hostname v0.4.2
9412026-06-25T00:06:37.805Z Downloaded heck v0.4.1
9422026-06-25T00:06:37.808Z Downloaded bytes v1.11.1
9432026-06-25T00:06:37.811Z Downloaded plain v0.2.3
9442026-06-25T00:06:37.811Z Downloaded instant v0.1.13
9452026-06-25T00:06:37.811Z Downloaded openapiv3 v2.2.0
9462026-06-25T00:06:37.817Z Downloaded proc-macro-error-attr2 v2.0.0
9472026-06-25T00:06:37.820Z Downloaded num-conv v0.2.2
9482026-06-25T00:06:37.820Z Downloaded parse-display v0.10.0
9492026-06-25T00:06:37.823Z Downloaded block-buffer v0.12.0
9502026-06-25T00:06:37.823Z Downloaded num_enum_derive v0.5.11
9512026-06-25T00:06:37.823Z Downloaded defmt v1.1.0
9522026-06-25T00:06:37.826Z Downloaded linear-map v1.2.0
9532026-06-25T00:06:37.829Z Downloaded multer v3.1.0
9542026-06-25T00:06:37.831Z Downloaded group v0.13.0
9552026-06-25T00:06:37.831Z Downloaded glob v0.3.3
9562026-06-25T00:06:37.834Z Downloaded internet-checksum v0.2.1
9572026-06-25T00:06:37.834Z Downloaded camino v1.2.2
9582026-06-25T00:06:37.837Z Downloaded progenitor-client v0.10.0
9592026-06-25T00:06:37.837Z Downloaded omicron-workspace-hack v0.1.0
9602026-06-25T00:06:37.837Z Downloaded darling v0.23.0
9612026-06-25T00:06:37.843Z Downloaded progenitor v0.13.0
9622026-06-25T00:06:37.845Z Downloaded aead v0.5.2
9632026-06-25T00:06:37.845Z Downloaded pretty-hex v0.4.2
9642026-06-25T00:06:37.845Z Downloaded darling_macro v0.21.3
9652026-06-25T00:06:37.845Z Downloaded const_format_proc_macros v0.2.34
9662026-06-25T00:06:37.848Z Downloaded progenitor-client v0.14.0
9672026-06-25T00:06:37.848Z Downloaded cipher v0.4.4
9682026-06-25T00:06:37.851Z Downloaded olpc-cjson v0.1.4
9692026-06-25T00:06:37.851Z Downloaded arrayref v0.3.9
9702026-06-25T00:06:37.851Z Downloaded base16ct v1.0.0
9712026-06-25T00:06:37.854Z Downloaded defmt-macros v1.1.0
9722026-06-25T00:06:37.859Z Downloaded pest_derive v2.8.6
9732026-06-25T00:06:37.860Z Downloaded http v1.4.1
9742026-06-25T00:06:37.864Z Downloaded konst v0.2.20
9752026-06-25T00:06:37.864Z Downloaded cstr-argument v0.1.2
9762026-06-25T00:06:37.864Z Downloaded bs58 v0.5.1
9772026-06-25T00:06:37.868Z Downloaded num_threads v0.1.7
9782026-06-25T00:06:37.868Z Downloaded async-stream v0.3.6
9792026-06-25T00:06:37.868Z Downloaded cookie v0.18.1
9802026-06-25T00:06:37.870Z Downloaded arrayvec v0.7.6
9812026-06-25T00:06:37.871Z Downloaded proc-macro-crate v3.5.0
9822026-06-25T00:06:37.874Z Downloaded num-iter v0.1.45
9832026-06-25T00:06:37.874Z Downloaded dof v0.3.0
9842026-06-25T00:06:37.876Z Downloaded defmt-parser v1.0.0
9852026-06-25T00:06:37.877Z Downloaded proc-macro-crate v1.3.1
9862026-06-25T00:06:37.877Z Downloaded foldhash v0.2.0
9872026-06-25T00:06:37.880Z Downloaded num-integer v0.1.46
9882026-06-25T00:06:37.880Z Downloaded daft-derive v0.1.7
9892026-06-25T00:06:37.882Z Downloaded potential_utf v0.1.5
9902026-06-25T00:06:37.882Z Downloaded num-complex v0.4.6
9912026-06-25T00:06:37.885Z Downloaded fs_extra v1.3.0
9922026-06-25T00:06:37.885Z Downloaded oxnet v0.1.6
9932026-06-25T00:06:37.888Z Downloaded highway v1.3.0
9942026-06-25T00:06:37.888Z Downloaded ingot-types v0.1.2
9952026-06-25T00:06:37.891Z Downloaded password-hash v0.5.0
9962026-06-25T00:06:37.891Z Downloaded progenitor-macro v0.13.0
9972026-06-25T00:06:37.894Z Downloaded libsw v3.5.0
9982026-06-25T00:06:37.894Z Downloaded crypto-common v0.2.2
9992026-06-25T00:06:37.897Z Downloaded is-terminal v0.4.17
10002026-06-25T00:06:37.897Z Downloaded progenitor-macro v0.14.0
10012026-06-25T00:06:37.897Z Downloaded progenitor-macro v0.10.0
10022026-06-25T00:06:37.897Z Downloaded ref-cast-impl v1.0.25
10032026-06-25T00:06:37.900Z Downloaded foreign-types-shared v0.3.1
10042026-06-25T00:06:37.900Z Downloaded chacha20 v0.9.1
10052026-06-25T00:06:37.902Z Downloaded bitflags v1.3.2
10062026-06-25T00:06:37.902Z Downloaded dropshot-api-manager-types v0.7.2
10072026-06-25T00:06:37.905Z Downloaded darling_macro v0.23.0
10082026-06-25T00:06:37.905Z Downloaded cobs v0.3.0
10092026-06-25T00:06:37.905Z Downloaded ciborium v0.2.2
10102026-06-25T00:06:37.908Z Downloaded csv-core v0.1.13
10112026-06-25T00:06:37.908Z Downloaded base16ct v0.2.0
10122026-06-25T00:06:37.911Z Downloaded num_enum_derive v0.7.6
10132026-06-25T00:06:37.911Z Downloaded libsw-core v0.3.2
10142026-06-25T00:06:37.911Z Downloaded crunchy v0.2.4
10152026-06-25T00:06:37.914Z Downloaded dyn-clone v1.0.20
10162026-06-25T00:06:37.914Z Downloaded bit-set v0.8.0
10172026-06-25T00:06:37.917Z Downloaded serde-big-array v0.5.1
10182026-06-25T00:06:37.917Z Downloaded keccak v0.1.6
10192026-06-25T00:06:37.917Z Downloaded ingot v0.1.1
10202026-06-25T00:06:37.919Z Downloaded ref-cast v1.0.25
10212026-06-25T00:06:37.922Z Downloaded rand_chacha v0.3.1
10222026-06-25T00:06:37.922Z Downloaded proc-macro-error2 v2.0.1
10232026-06-25T00:06:37.927Z Downloaded rustc_version v0.1.7
10242026-06-25T00:06:37.927Z Downloaded darling_core v0.21.3
10252026-06-25T00:06:37.932Z Downloaded powerfmt v0.2.0
10262026-06-25T00:06:37.932Z Downloaded poly1305 v0.8.0
10272026-06-25T00:06:37.932Z Downloaded rusty-fork v0.3.1
10282026-06-25T00:06:37.935Z Downloaded progenitor v0.14.0
10292026-06-25T00:06:37.935Z Downloaded chacha20 v0.10.0
10302026-06-25T00:06:37.935Z Downloaded arc-swap v1.9.1
10312026-06-25T00:06:37.940Z Downloaded oxide-tokio-rt v0.1.6
10322026-06-25T00:06:37.942Z Downloaded displaydoc v0.2.6
10332026-06-25T00:06:37.942Z Downloaded semver v0.1.20
10342026-06-25T00:06:37.942Z Downloaded scroll_derive v0.13.1
10352026-06-25T00:06:37.943Z Downloaded parse-display-derive v0.10.0
10362026-06-25T00:06:37.943Z Downloaded phf v0.12.1
10372026-06-25T00:06:37.946Z Downloaded quick-error v1.2.3
10382026-06-25T00:06:37.946Z Downloaded num_enum v0.7.6
10392026-06-25T00:06:37.949Z Downloaded sha1 v0.10.6
10402026-06-25T00:06:37.949Z Downloaded siphasher v1.0.3
10412026-06-25T00:06:37.949Z Downloaded secrecy v0.10.3
10422026-06-25T00:06:37.953Z Downloaded proc-macro-error v1.0.4
10432026-06-25T00:06:37.953Z Downloaded pem v3.0.6
10442026-06-25T00:06:37.955Z Downloaded bitflags v2.12.1
10452026-06-25T00:06:37.958Z Downloaded same-file v1.0.6
10462026-06-25T00:06:37.958Z Downloaded spin v0.5.2
10472026-06-25T00:06:37.958Z Downloaded sigpipe v0.1.3
10482026-06-25T00:06:37.962Z Downloaded scroll_derive v0.12.1
10492026-06-25T00:06:37.962Z Downloaded foreign-types-macros v0.2.3
10502026-06-25T00:06:37.962Z Downloaded float-ord v0.3.2
10512026-06-25T00:06:37.965Z Downloaded embedded-io v0.6.1
10522026-06-25T00:06:37.965Z Downloaded embedded-io v0.4.0
10532026-06-25T00:06:37.965Z Downloaded dropshot-api-manager v0.7.2
10542026-06-25T00:06:37.967Z Downloaded slog-envlogger v2.2.0
10552026-06-25T00:06:37.970Z Downloaded git-stub-vcs v0.1.0
10562026-06-25T00:06:37.970Z Downloaded drift v0.2.0
10572026-06-25T00:06:37.975Z Downloaded schemars v0.9.0
10582026-06-25T00:06:37.982Z Downloaded smawk v0.3.2
10592026-06-25T00:06:37.984Z Downloaded slog-async v2.8.0
10602026-06-25T00:06:37.984Z Downloaded serde_plain v1.0.2
10612026-06-25T00:06:37.987Z Downloaded serial_test v3.5.0
10622026-06-25T00:06:37.987Z Downloaded serial_test_derive v3.5.0
10632026-06-25T00:06:37.987Z Downloaded rand_core v0.10.1
10642026-06-25T00:06:37.990Z Downloaded indexmap v1.9.3
10652026-06-25T00:06:37.992Z Downloaded smf v0.2.3
10662026-06-25T00:06:37.992Z Downloaded serde_with_macros v3.20.0
10672026-06-25T00:06:37.995Z Downloaded cc v1.2.63
10682026-06-25T00:06:37.995Z Downloaded omicron-zone-package v0.12.2
10692026-06-25T00:06:38.001Z Downloaded log v0.4.32
10702026-06-25T00:06:38.004Z Downloaded snafu-derive v0.8.9
10712026-06-25T00:06:38.004Z Downloaded slog v2.8.2
10722026-06-25T00:06:38.004Z Downloaded similar v2.7.0
10732026-06-25T00:06:38.004Z Downloaded litemap v0.8.2
10742026-06-25T00:06:38.007Z Downloaded num-rational v0.4.2
10752026-06-25T00:06:38.007Z Downloaded indicatif v0.18.4
10762026-06-25T00:06:38.010Z Downloaded icu_normalizer v2.2.0
10772026-06-25T00:06:38.012Z Downloaded slog-bunyan v2.5.0
10782026-06-25T00:06:38.015Z Downloaded schemars_derive v0.8.22
10792026-06-25T00:06:38.015Z Downloaded quote v1.0.45
10802026-06-25T00:06:38.018Z Downloaded tabled_derive v0.11.0
10812026-06-25T00:06:38.018Z Downloaded icu_normalizer_data v2.2.0
10822026-06-25T00:06:38.020Z Downloaded synstructure v0.13.2
10832026-06-25T00:06:38.020Z Downloaded ingot-macros v0.1.1
10842026-06-25T00:06:38.020Z Downloaded hmac v0.12.1
10852026-06-25T00:06:38.024Z Downloaded resolv-conf v0.7.6
10862026-06-25T00:06:38.026Z Downloaded parking_lot v0.11.2
10872026-06-25T00:06:38.026Z Downloaded thiserror-impl-no-std v2.0.2
10882026-06-25T00:06:38.029Z Downloaded snafu v0.8.9
10892026-06-25T00:06:38.032Z Downloaded pest_generator v2.8.6
10902026-06-25T00:06:38.035Z Downloaded parking_lot_core v0.8.6
10912026-06-25T00:06:38.035Z Downloaded rustls-pemfile v2.2.0
10922026-06-25T00:06:38.037Z Downloaded progenitor-extras v0.2.0
10932026-06-25T00:06:38.040Z Downloaded strum v0.26.3
10942026-06-25T00:06:38.040Z Downloaded stable_deref_trait v1.2.1
10952026-06-25T00:06:38.040Z Downloaded scroll v0.12.0
10962026-06-25T00:06:38.040Z Downloaded rustls-native-certs v0.8.4
10972026-06-25T00:06:38.043Z Downloaded strum v0.27.2
10982026-06-25T00:06:38.043Z Downloaded structmeta v0.3.0
10992026-06-25T00:06:38.046Z Downloaded test-strategy v0.4.5
11002026-06-25T00:06:38.049Z Downloaded tagptr v0.2.0
11012026-06-25T00:06:38.049Z Downloaded structmeta-derive v0.3.0
11022026-06-25T00:06:38.052Z Downloaded schemars v1.2.1
11032026-06-25T00:06:38.057Z Downloaded serde_tokenstream v0.2.3
11042026-06-25T00:06:38.060Z Downloaded term v1.2.1
11052026-06-25T00:06:38.062Z Downloaded memmap2 v0.9.10
11062026-06-25T00:06:38.062Z Downloaded hybrid-array v0.4.12
11072026-06-25T00:06:38.062Z Downloaded bstr v1.12.1
11082026-06-25T00:06:38.068Z Downloaded take_mut v0.2.2
11092026-06-25T00:06:38.071Z Downloaded usdt v0.5.0
11102026-06-25T00:06:38.071Z Downloaded tabled_derive v0.7.0
11112026-06-25T00:06:38.071Z Downloaded serde_derive_internals v0.29.1
11122026-06-25T00:06:38.071Z Downloaded scroll v0.13.0
11132026-06-25T00:06:38.084Z Downloaded slog-scope v4.4.1
11142026-06-25T00:06:38.087Z Downloaded slog-json v2.6.1
11152026-06-25T00:06:38.087Z Downloaded vsss-rs v3.3.4
11162026-06-25T00:06:38.090Z Downloaded getrandom v0.4.2
11172026-06-25T00:06:38.090Z Downloaded tabwriter v1.4.1
11182026-06-25T00:06:38.093Z Downloaded slog-stdlog v4.1.1
11192026-06-25T00:06:38.093Z Downloaded jiff-static v0.2.28
11202026-06-25T00:06:38.096Z Downloaded tinystr v0.8.3
11212026-06-25T00:06:38.096Z Downloaded xz2 v0.1.7
11222026-06-25T00:06:38.096Z Downloaded serde_repr v0.1.20
11232026-06-25T00:06:38.099Z Downloaded blake3 v1.8.5
11242026-06-25T00:06:38.101Z Downloaded sha1 v0.11.0
11252026-06-25T00:06:38.104Z Downloaded typify-macro v0.6.2
11262026-06-25T00:06:38.104Z Downloaded time-macros v0.2.27
11272026-06-25T00:06:38.107Z Downloaded testing_table v0.3.0
11282026-06-25T00:06:38.107Z Downloaded smartstring v1.0.1
11292026-06-25T00:06:38.110Z Downloaded slog-term v2.9.2
11302026-06-25T00:06:38.110Z Downloaded rhai_codegen v3.2.0
11312026-06-25T00:06:38.115Z Downloaded thread-id v5.1.0
11322026-06-25T00:06:38.118Z Downloaded postcard v1.1.3
11332026-06-25T00:06:38.120Z Downloaded topological-sort v0.2.2
11342026-06-25T00:06:38.120Z Downloaded usdt-attr-macro v0.6.0
11352026-06-25T00:06:38.123Z Downloaded thiserror-no-std v2.0.2
11362026-06-25T00:06:38.124Z Downloaded utf-8 v0.7.6
11372026-06-25T00:06:38.127Z Downloaded quinn-proto v0.11.14
11382026-06-25T00:06:38.131Z Downloaded usdt-attr-macro v0.5.0
11392026-06-25T00:06:38.131Z Downloaded strum_macros v0.27.2
11402026-06-25T00:06:38.133Z Downloaded time-core v0.1.8
11412026-06-25T00:06:38.133Z Downloaded half v2.7.1
11422026-06-25T00:06:38.136Z Downloaded tabled v0.15.0
11432026-06-25T00:06:38.143Z Downloaded typify-macro v0.4.3
11442026-06-25T00:06:38.146Z Downloaded universal-hash v0.5.1
11452026-06-25T00:06:38.149Z Downloaded usdt v0.6.0
11462026-06-25T00:06:38.152Z Downloaded zerofrom v0.1.8
11472026-06-25T00:06:38.157Z Downloaded toml v0.9.12+spec-1.1.0
11482026-06-25T00:06:38.159Z Downloaded usdt-macro v0.5.0
11492026-06-25T00:06:38.159Z Downloaded unit-prefix v0.5.2
11502026-06-25T00:06:38.162Z Downloaded toml_edit v0.25.12+spec-1.1.0
11512026-06-25T00:06:38.162Z Downloaded minimal-lexical v0.2.1
11522026-06-25T00:06:38.165Z Downloaded icu_collections v2.2.0
11532026-06-25T00:06:38.169Z Downloaded waitgroup v0.1.2
11542026-06-25T00:06:38.173Z Downloaded crossbeam-utils v0.8.21
11552026-06-25T00:06:38.173Z Downloaded strum_macros v0.26.4
11562026-06-25T00:06:38.173Z Downloaded tungstenite v0.21.0
11572026-06-25T00:06:38.176Z Downloaded progenitor-impl v0.14.0
11582026-06-25T00:06:38.176Z Downloaded papergrid v0.11.0
11592026-06-25T00:06:38.179Z Downloaded pest_meta v2.8.6
11602026-06-25T00:06:38.179Z Downloaded heapless v0.8.0
11612026-06-25T00:06:38.181Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-06-25T00:06:38.181Z Downloaded tokio-dtrace v0.1.1
11632026-06-25T00:06:38.185Z Downloaded diff v0.1.13
11642026-06-25T00:06:38.185Z Downloaded smallvec v1.15.1
11652026-06-25T00:06:38.187Z Downloaded inout v0.1.4
11662026-06-25T00:06:38.192Z Downloaded prettyplease v0.2.37
11672026-06-25T00:06:38.195Z Downloaded convert_case v0.4.0
11682026-06-25T00:06:38.199Z Downloaded compression-core v0.4.32
11692026-06-25T00:06:38.202Z Downloaded wait-timeout v0.2.1
11702026-06-25T00:06:38.202Z Downloaded spin v0.9.8
11712026-06-25T00:06:38.204Z Downloaded zeroize_derive v1.4.3
11722026-06-25T00:06:38.205Z Downloaded zerofrom-derive v0.1.7
11732026-06-25T00:06:38.205Z Downloaded toml v0.7.8
11742026-06-25T00:06:38.207Z Downloaded tiny-keccak v2.0.2
11752026-06-25T00:06:38.207Z Downloaded daft v0.1.7
11762026-06-25T00:06:38.210Z Downloaded zone v0.3.1
11772026-06-25T00:06:38.210Z Downloaded yoke-derive v0.8.2
11782026-06-25T00:06:38.213Z Downloaded regress v0.10.5
11792026-06-25T00:06:38.216Z Downloaded hickory-resolver v0.24.4
11802026-06-25T00:06:38.219Z Downloaded compression-codecs v0.4.38
11812026-06-25T00:06:38.222Z Downloaded allocator-api2 v0.2.21
11822026-06-25T00:06:38.222Z Downloaded usdt-macro v0.6.0
11832026-06-25T00:06:38.226Z Downloaded ciborium-io v0.2.2
11842026-06-25T00:06:38.226Z Downloaded usdt-impl v0.5.0
11852026-06-25T00:06:38.229Z Downloaded writeable v0.6.3
11862026-06-25T00:06:38.234Z Downloaded rayon-core v1.13.0
11872026-06-25T00:06:38.242Z Downloaded tokio-tungstenite v0.21.0
11882026-06-25T00:06:38.254Z Downloaded ucd-trie v0.1.7
11892026-06-25T00:06:38.257Z Downloaded hashbrown v0.16.1
11902026-06-25T00:06:38.266Z Downloaded data-encoding v2.11.0
11912026-06-25T00:06:38.270Z Downloaded zeroize v1.8.2
11922026-06-25T00:06:38.270Z Downloaded rustls-platform-verifier v0.7.0
11932026-06-25T00:06:38.274Z Downloaded zerovec-derive v0.11.3
11942026-06-25T00:06:38.274Z Downloaded memchr v2.8.1
11952026-06-25T00:06:38.277Z Downloaded crossbeam-deque v0.8.6
11962026-06-25T00:06:38.277Z Downloaded crossbeam-epoch v0.9.18
11972026-06-25T00:06:38.277Z Downloaded async-trait v0.1.89
11982026-06-25T00:06:38.280Z Downloaded rand v0.8.6
11992026-06-25T00:06:38.282Z Downloaded console v0.16.3
12002026-06-25T00:06:38.282Z Downloaded const-random-macro v0.1.16
12012026-06-25T00:06:38.286Z Downloaded time v0.3.47
12022026-06-25T00:06:38.289Z Downloaded zerocopy-derive v0.7.35
12032026-06-25T00:06:38.292Z Downloaded expectorate v1.2.0
12042026-06-25T00:06:38.338Z Downloaded critical-section v1.2.0
12052026-06-25T00:06:38.338Z Downloaded argon2 v0.5.3
12062026-06-25T00:06:38.338Z Downloaded whoami v1.6.1
12072026-06-25T00:06:38.338Z Downloaded hickory-resolver v0.25.2
12082026-06-25T00:06:38.338Z Downloaded dropshot_endpoint v0.17.1
12092026-06-25T00:06:38.338Z Downloaded ciborium-ll v0.2.2
12102026-06-25T00:06:38.338Z Downloaded derive-ex v0.1.8
12112026-06-25T00:06:38.338Z Downloaded chacha20poly1305 v0.10.1
12122026-06-25T00:06:38.338Z Downloaded typify v0.4.3
12132026-06-25T00:06:38.338Z Downloaded typify v0.6.2
12142026-06-25T00:06:38.338Z Downloaded paste v1.0.15
12152026-06-25T00:06:38.338Z Downloaded proc-macro-error-attr v1.0.4
12162026-06-25T00:06:38.338Z Downloaded deranged v0.5.8
12172026-06-25T00:06:38.338Z Downloaded hashbrown v0.12.3
12182026-06-25T00:06:38.338Z Downloaded crc8 v0.1.1
12192026-06-25T00:06:38.338Z Downloaded yoke v0.8.3
12202026-06-25T00:06:38.338Z Downloaded unsafe-libyaml v0.2.11
12212026-06-25T00:06:38.338Z Downloaded cmake v0.1.58
12222026-06-25T00:06:38.343Z Downloaded cancel-safe-futures v0.1.5
12232026-06-25T00:06:38.345Z Downloaded progenitor v0.10.0
12242026-06-25T00:06:38.351Z Downloaded steno v0.4.1
12252026-06-25T00:06:38.356Z Downloaded rustversion v1.0.22
12262026-06-25T00:06:38.360Z Downloaded uuid v1.23.2
12272026-06-25T00:06:38.375Z Downloaded rand v0.10.1
12282026-06-25T00:06:38.379Z Downloaded yansi v1.0.1
12292026-06-25T00:06:38.388Z Downloaded unarray v0.1.4
12302026-06-25T00:06:38.391Z Downloaded base64 v0.21.7
12312026-06-25T00:06:38.394Z Downloaded progenitor-client v0.13.0
12322026-06-25T00:06:38.401Z Downloaded termtree v0.5.1
12332026-06-25T00:06:38.409Z Downloaded untrusted v0.7.1
12342026-06-25T00:06:38.413Z Downloaded itertools v0.12.1
12352026-06-25T00:06:38.416Z Downloaded thread-id v4.2.2
12362026-06-25T00:06:38.416Z Downloaded zone_cfg_derive v0.3.1
12372026-06-25T00:06:38.420Z Downloaded progenitor-impl v0.13.0
12382026-06-25T00:06:38.423Z Downloaded toml_edit v0.19.15
12392026-06-25T00:06:38.430Z Downloaded usdt-impl v0.6.0
12402026-06-25T00:06:38.433Z Downloaded slog-dtrace v0.3.0
12412026-06-25T00:06:38.433Z Downloaded ron v0.12.1
12422026-06-25T00:06:38.436Z Downloaded zerotrie v0.2.4
12432026-06-25T00:06:38.440Z Downloaded nom v8.0.0
12442026-06-25T00:06:38.444Z Downloaded libm v0.2.16
12452026-06-25T00:06:38.447Z Downloaded zerocopy-derive v0.8.50
12462026-06-25T00:06:38.451Z Downloaded hkdf v0.12.4
12472026-06-25T00:06:38.457Z Downloaded const_format v0.2.36
12482026-06-25T00:06:38.461Z Downloaded crypto-bigint v0.5.5
12492026-06-25T00:06:38.466Z Downloaded async-compression v0.4.42
12502026-06-25T00:06:38.469Z Downloaded schemars v0.8.22
12512026-06-25T00:06:38.472Z Downloaded h2 v0.4.14
12522026-06-25T00:06:38.475Z Downloaded icu_properties_data v2.2.0
12532026-06-25T00:06:38.480Z Downloaded serde_yaml v0.9.34+deprecated
12542026-06-25T00:06:38.483Z Downloaded thin-vec v0.2.18
12552026-06-25T00:06:38.488Z Downloaded walkdir v2.5.0
12562026-06-25T00:06:38.496Z Downloaded iddqd v0.4.2
12572026-06-25T00:06:38.500Z Downloaded pest v2.8.6
12582026-06-25T00:06:38.504Z Downloaded zerocopy v0.7.35
12592026-06-25T00:06:38.512Z Downloaded progenitor-impl v0.10.0
12602026-06-25T00:06:38.516Z Downloaded goblin v0.8.2
12612026-06-25T00:06:38.519Z Downloaded tough v0.22.0
12622026-06-25T00:06:38.523Z Downloaded quinn v0.11.9
12632026-06-25T00:06:38.528Z Downloaded qorb v0.4.1
12642026-06-25T00:06:38.531Z Downloaded zerovec v0.11.6
12652026-06-25T00:06:38.534Z Downloaded winnow v0.5.40
12662026-06-25T00:06:38.568Z Downloaded typed-path v0.9.3
12672026-06-25T00:06:38.580Z Downloaded proptest v1.11.0
12682026-06-25T00:06:38.587Z Downloaded serde_with v3.20.0
12692026-06-25T00:06:38.624Z Downloaded regex v1.12.3
12702026-06-25T00:06:38.630Z Downloaded moka v0.12.15
12712026-06-25T00:06:38.634Z Downloaded tabled v0.21.0
12722026-06-25T00:06:38.644Z Downloaded reqwest v0.13.4
12732026-06-25T00:06:38.647Z Downloaded rayon v1.12.0
12742026-06-25T00:06:38.657Z Downloaded goblin v0.10.7
12752026-06-25T00:06:38.663Z Downloaded webpki-roots v1.0.7
12762026-06-25T00:06:38.666Z Downloaded syn v1.0.109
12772026-06-25T00:06:38.677Z Downloaded aws-lc-rs v1.17.0
12782026-06-25T00:06:38.707Z Downloaded petgraph v0.6.5
12792026-06-25T00:06:38.718Z Downloaded nix v0.31.3
12802026-06-25T00:06:38.725Z Downloaded zerocopy v0.8.50
12812026-06-25T00:06:38.735Z Downloaded openssl v0.10.80
12822026-06-25T00:06:38.741Z Downloaded rhai v1.25.1
12832026-06-25T00:06:38.746Z Downloaded typify-impl v0.4.3
12842026-06-25T00:06:38.753Z Downloaded syn v2.0.117
12852026-06-25T00:06:38.759Z Downloaded regress v0.11.1
12862026-06-25T00:06:38.763Z Downloaded regex-syntax v0.8.10
12872026-06-25T00:06:38.767Z Downloaded hickory-proto v0.24.4
12882026-06-25T00:06:38.775Z Downloaded dropshot v0.17.1
12892026-06-25T00:06:38.787Z Downloaded hickory-proto v0.25.2
12902026-06-25T00:06:38.795Z Downloaded rustls v0.23.40
12912026-06-25T00:06:38.801Z Downloaded smoltcp v0.11.0
12922026-06-25T00:06:38.808Z Downloaded csv v1.4.0
12932026-06-25T00:06:38.818Z Downloaded sled v0.34.7
12942026-06-25T00:06:38.823Z Downloaded typify-impl v0.6.2
12952026-06-25T00:06:38.845Z Downloaded chrono-tz v0.10.4
12962026-06-25T00:06:38.865Z Downloaded jiff v0.2.28
12972026-06-25T00:06:38.889Z Downloaded lzma-sys v0.1.20
12982026-06-25T00:06:38.911Z Downloaded sha3 v0.10.9
12992026-06-25T00:06:38.949Z Downloaded encoding_rs v0.8.35
13002026-06-25T00:06:39.584Z Downloaded aws-lc-sys v0.41.0
13012026-06-25T00:06:40.541Z Compiling proc-macro2 v1.0.106
13022026-06-25T00:06:40.541Z Compiling quote v1.0.45
13032026-06-25T00:06:40.541Z Compiling unicode-ident v1.0.24
13042026-06-25T00:06:40.541Z Compiling serde_core v1.0.228
13052026-06-25T00:06:40.541Z Compiling cfg-if v1.0.4
13062026-06-25T00:06:40.546Z Compiling serde v1.0.228
13072026-06-25T00:06:40.546Z Compiling libc v0.2.186
13082026-06-25T00:06:40.547Z Compiling memchr v2.8.1
13092026-06-25T00:06:40.697Z Compiling itoa v1.0.18
13102026-06-25T00:06:40.887Z Compiling smallvec v1.15.1
13112026-06-25T00:06:40.985Z Compiling zmij v1.0.21
13122026-06-25T00:06:41.031Z Compiling autocfg v1.5.1
13132026-06-25T00:06:41.103Z Compiling libm v0.2.16
13142026-06-25T00:06:41.359Z Compiling stable_deref_trait v1.2.1
13152026-06-25T00:06:41.387Z Compiling writeable v0.6.3
13162026-06-25T00:06:41.429Z Compiling litemap v0.8.2
13172026-06-25T00:06:41.554Z Compiling percent-encoding v2.3.2
13182026-06-25T00:06:41.584Z Compiling utf8_iter v1.0.4
13192026-06-25T00:06:41.594Z Compiling icu_properties_data v2.2.0
13202026-06-25T00:06:41.607Z Compiling icu_normalizer_data v2.2.0
13212026-06-25T00:06:41.617Z Compiling iana-time-zone v0.1.65
13222026-06-25T00:06:41.749Z Compiling form_urlencoded v1.2.2
13232026-06-25T00:06:41.852Z Compiling version_check v0.9.5
13242026-06-25T00:06:41.942Z Compiling syn v2.0.117
13252026-06-25T00:06:41.953Z Compiling serde_json v1.0.150
13262026-06-25T00:06:41.996Z Compiling dyn-clone v1.0.20
13272026-06-25T00:06:42.035Z Compiling pin-project-lite v0.2.17
13282026-06-25T00:06:42.047Z Compiling num-traits v0.2.19
13292026-06-25T00:06:42.126Z Compiling equivalent v1.0.2
13302026-06-25T00:06:42.137Z Compiling rand_core v0.10.1
13312026-06-25T00:06:42.140Z Compiling parking_lot_core v0.9.12
13322026-06-25T00:06:42.206Z Compiling getrandom v0.4.2
13332026-06-25T00:06:42.218Z Compiling scopeguard v1.2.0
13342026-06-25T00:06:42.282Z Compiling thiserror v2.0.18
13352026-06-25T00:06:42.315Z Compiling lock_api v0.4.14
13362026-06-25T00:06:42.434Z Compiling log v0.4.32
13372026-06-25T00:06:42.540Z Compiling errno v0.3.14
13382026-06-25T00:06:42.620Z Compiling zerocopy v0.8.50
13392026-06-25T00:06:42.659Z Compiling hashbrown v0.17.1
13402026-06-25T00:06:42.674Z Compiling heck v0.5.0
13412026-06-25T00:06:42.684Z Compiling schemars v0.8.22
13422026-06-25T00:06:42.817Z Compiling semver v1.0.28
13432026-06-25T00:06:42.921Z Compiling uuid v1.23.2
13442026-06-25T00:06:43.045Z Compiling futures-core v0.3.32
13452026-06-25T00:06:43.070Z Compiling fnv v1.0.7
13462026-06-25T00:06:43.153Z Compiling indexmap v2.14.0
13472026-06-25T00:06:43.165Z Compiling futures-sink v0.3.32
13482026-06-25T00:06:43.192Z Compiling slab v0.4.12
13492026-06-25T00:06:43.215Z Compiling rustversion v1.0.22
13502026-06-25T00:06:43.256Z Compiling jobserver v0.1.34
13512026-06-25T00:06:43.350Z Compiling find-msvc-tools v0.1.9
13522026-06-25T00:06:43.361Z Compiling shlex v2.0.1
13532026-06-25T00:06:43.536Z Compiling cc v1.2.63
13542026-06-25T00:06:43.560Z Compiling futures-channel v0.3.32
13552026-06-25T00:06:43.580Z Compiling bitflags v2.12.1
13562026-06-25T00:06:43.778Z Compiling socket2 v0.6.4
13572026-06-25T00:06:43.809Z Compiling futures-task v0.3.32
13582026-06-25T00:06:43.978Z Compiling parking_lot v0.12.5
13592026-06-25T00:06:44.038Z Compiling futures-io v0.3.32
13602026-06-25T00:06:44.086Z Compiling signal-hook-registry v1.4.8
13612026-06-25T00:06:44.111Z Compiling mio v1.2.1
13622026-06-25T00:06:44.179Z Compiling portable-atomic v1.13.1
13632026-06-25T00:06:44.192Z Compiling byteorder v1.5.0
13642026-06-25T00:06:44.312Z Compiling critical-section v1.2.0
13652026-06-25T00:06:44.341Z Compiling cmake v0.1.58
13662026-06-25T00:06:44.379Z Compiling dunce v1.0.5
13672026-06-25T00:06:44.379Z Compiling fs_extra v1.3.0
13682026-06-25T00:06:44.410Z Compiling typenum v1.20.1
13692026-06-25T00:06:44.470Z Compiling regex-syntax v0.8.10
13702026-06-25T00:06:44.612Z Compiling base64 v0.22.1
13712026-06-25T00:06:44.640Z Compiling subtle v2.6.1
13722026-06-25T00:06:44.662Z Compiling synstructure v0.13.2
13732026-06-25T00:06:44.692Z Compiling serde_derive_internals v0.29.1
13742026-06-25T00:06:44.837Z Compiling aws-lc-sys v0.41.0
13752026-06-25T00:06:44.992Z Compiling strsim v0.11.1
13762026-06-25T00:06:45.201Z Compiling once_cell v1.21.4
13772026-06-25T00:06:45.227Z Compiling ipnet v2.12.0
13782026-06-25T00:06:45.323Z Compiling httparse v1.10.1
13792026-06-25T00:06:45.399Z Compiling rustix v1.1.4
13802026-06-25T00:06:45.417Z Compiling atomic-waker v1.1.2
13812026-06-25T00:06:45.463Z Compiling tower-service v0.3.3
13822026-06-25T00:06:45.537Z Compiling ucd-trie v0.1.7
13832026-06-25T00:06:45.553Z Compiling tower-layer v0.3.3
13842026-06-25T00:06:45.714Z Compiling pest v2.8.6
13852026-06-25T00:06:45.761Z Compiling thiserror v1.0.69
13862026-06-25T00:06:45.836Z Compiling ryu v1.0.23
13872026-06-25T00:06:45.940Z Compiling serde_derive v1.0.228
13882026-06-25T00:06:45.961Z Compiling zerofrom-derive v0.1.7
13892026-06-25T00:06:46.014Z Compiling yoke-derive v0.8.2
13902026-06-25T00:06:46.041Z Compiling zerovec-derive v0.11.3
13912026-06-25T00:06:46.083Z Compiling displaydoc v0.2.6
13922026-06-25T00:06:46.887Z Compiling schemars_derive v0.8.22
13932026-06-25T00:06:46.996Z Compiling tokio-macros v2.7.0
13942026-06-25T00:06:47.091Z Compiling thiserror-impl v2.0.18
13952026-06-25T00:06:47.145Z Compiling zerocopy-derive v0.8.50
13962026-06-25T00:06:47.164Z Compiling zerofrom v0.1.8
13972026-06-25T00:06:47.177Z Compiling zeroize_derive v1.4.3
13982026-06-25T00:06:47.282Z Compiling yoke v0.8.3
13992026-06-25T00:06:47.461Z Compiling zerovec v0.11.6
14002026-06-25T00:06:47.750Z Compiling zerotrie v0.2.4
14012026-06-25T00:06:47.858Z Compiling zeroize v1.8.2
14022026-06-25T00:06:47.982Z Compiling tinystr v0.8.3
14032026-06-25T00:06:48.045Z Compiling potential_utf v0.1.5
14042026-06-25T00:06:48.060Z Compiling futures-macro v0.3.32
14052026-06-25T00:06:48.075Z Compiling try-lock v0.2.5
14062026-06-25T00:06:48.173Z Compiling icu_locale_core v2.2.0
14072026-06-25T00:06:48.184Z Compiling icu_collections v2.2.0
14082026-06-25T00:06:48.203Z Compiling untrusted v0.9.0
14092026-06-25T00:06:48.322Z Compiling want v0.3.1
14102026-06-25T00:06:48.410Z Compiling pest_meta v2.8.6
14112026-06-25T00:06:48.653Z Compiling thiserror-impl v1.0.69
14122026-06-25T00:06:48.697Z Compiling httpdate v1.0.3
14132026-06-25T00:06:48.892Z Compiling icu_provider v2.2.0
14142026-06-25T00:06:48.937Z Compiling futures-util v0.3.32
14152026-06-25T00:06:49.097Z Compiling bytes v1.11.1
14162026-06-25T00:06:49.213Z Compiling icu_normalizer v2.2.0
14172026-06-25T00:06:49.243Z Compiling icu_properties v2.2.0
14182026-06-25T00:06:49.681Z Compiling chrono v0.4.45
14192026-06-25T00:06:49.721Z Compiling tokio v1.52.3
14202026-06-25T00:06:49.792Z Compiling http v1.4.1
14212026-06-25T00:06:49.824Z Compiling serde_tokenstream v0.2.3
14222026-06-25T00:06:50.099Z Compiling erased-serde v0.3.31
14232026-06-25T00:06:50.474Z Compiling idna_adapter v1.2.2
14242026-06-25T00:06:50.594Z Compiling idna v1.1.0
14252026-06-25T00:06:50.607Z Compiling http-body v1.0.1
14262026-06-25T00:06:50.756Z Compiling pretty-hex v0.4.2
14272026-06-25T00:06:50.888Z Compiling url v2.5.8
14282026-06-25T00:06:50.902Z Compiling pest_generator v2.8.6
14292026-06-25T00:06:51.243Z Compiling getrandom v0.2.17
14302026-06-25T00:06:51.291Z Compiling getrandom v0.3.4
14312026-06-25T00:06:51.428Z Compiling ppv-lite86 v0.2.21
14322026-06-25T00:06:51.524Z Compiling pest_derive v2.8.6
14332026-06-25T00:06:51.534Z Compiling rand_core v0.6.4
14342026-06-25T00:06:51.649Z Compiling plain v0.2.3
14352026-06-25T00:06:51.737Z Compiling aho-corasick v1.1.4
14362026-06-25T00:06:51.750Z Compiling ident_case v1.0.1
14372026-06-25T00:06:51.760Z Compiling tracing-attributes v0.1.31
14382026-06-25T00:06:51.770Z Compiling tracing-core v0.1.36
14392026-06-25T00:06:51.863Z Compiling paste v1.0.15
14402026-06-25T00:06:52.080Z Compiling foldhash v0.2.0
14412026-06-25T00:06:52.155Z Compiling ipnetwork v0.21.1
14422026-06-25T00:06:52.388Z Compiling allocator-api2 v0.2.21
14432026-06-25T00:06:52.590Z Compiling regex-automata v0.4.14
14442026-06-25T00:06:52.665Z Compiling oxnet v0.1.6
14452026-06-25T00:06:52.835Z Compiling hashbrown v0.16.1
14462026-06-25T00:06:52.859Z Compiling http-body-util v0.1.3
14472026-06-25T00:06:52.964Z Compiling tracing v0.1.44
14482026-06-25T00:06:53.093Z Compiling serde_urlencoded v0.7.1
14492026-06-25T00:06:53.106Z Compiling anyhow v1.0.102
14502026-06-25T00:06:53.137Z Compiling omicron-workspace-hack v0.1.0
14512026-06-25T00:06:53.200Z Compiling slog v2.8.2
14522026-06-25T00:06:53.327Z Compiling sync_wrapper v1.0.2
14532026-06-25T00:06:53.370Z Compiling num-conv v0.2.2
14542026-06-25T00:06:53.403Z Compiling powerfmt v0.2.0
14552026-06-25T00:06:53.426Z Compiling time-core v0.1.8
14562026-06-25T00:06:53.511Z Compiling scroll_derive v0.13.1
14572026-06-25T00:06:53.563Z Compiling time-macros v0.2.27
14582026-06-25T00:06:53.604Z Compiling deranged v0.5.8
14592026-06-25T00:06:54.265Z Compiling regex v1.12.3
14602026-06-25T00:06:54.347Z Compiling num_threads v0.1.7
14612026-06-25T00:06:54.445Z Compiling winnow v1.0.3
14622026-06-25T00:06:54.548Z Compiling scroll v0.13.0
14632026-06-25T00:06:54.732Z Compiling tokio-util v0.7.18
14642026-06-25T00:06:54.856Z Compiling async-trait v0.1.89
14652026-06-25T00:06:55.160Z Compiling daft-derive v0.1.7
14662026-06-25T00:06:55.181Z Compiling fastrand v2.4.1
14672026-06-25T00:06:55.448Z Compiling aws-lc-rs v1.17.0
14682026-06-25T00:06:55.505Z Compiling goblin v0.10.7
14692026-06-25T00:06:55.764Z Compiling rustls-pki-types v1.14.1
14702026-06-25T00:06:55.944Z Compiling openssl-probe v0.2.1
14712026-06-25T00:06:56.132Z Compiling untrusted v0.7.1
14722026-06-25T00:06:56.208Z Compiling usdt-impl v0.6.0
14732026-06-25T00:06:56.254Z Compiling camino v1.2.2
14742026-06-25T00:06:56.265Z Compiling crossbeam-utils v0.8.21
14752026-06-25T00:06:56.326Z Compiling dtrace-parser v0.3.0
14762026-06-25T00:06:56.476Z Compiling hex v0.4.3
14772026-06-25T00:06:56.627Z Compiling rustls v0.23.40
14782026-06-25T00:06:56.888Z Compiling h2 v0.4.14
14792026-06-25T00:06:57.124Z Compiling thread-id v5.1.0
14802026-06-25T00:06:57.136Z Compiling thread_local v1.1.9
14812026-06-25T00:06:57.184Z Compiling crc32fast v1.5.0
14822026-06-25T00:06:57.361Z Compiling futures-executor v0.3.32
14832026-06-25T00:06:57.397Z Compiling match_cfg v0.1.0
14842026-06-25T00:06:57.464Z Compiling cpufeatures v0.3.0
14852026-06-25T00:06:57.518Z Compiling slog-async v2.8.0
14862026-06-25T00:06:57.541Z Compiling futures v0.3.32
14872026-06-25T00:06:57.613Z Compiling rand_core v0.9.5
14882026-06-25T00:06:57.641Z Compiling syn v1.0.109
14892026-06-25T00:06:57.709Z Compiling term v1.2.1
14902026-06-25T00:06:57.826Z Compiling ref-cast v1.0.25
14912026-06-25T00:06:57.856Z Compiling adler2 v2.0.1
14922026-06-25T00:06:57.968Z Compiling take_mut v0.2.2
14932026-06-25T00:06:57.988Z Compiling simd-adler32 v0.3.9
14942026-06-25T00:06:58.084Z Compiling ref-cast-impl v1.0.25
14952026-06-25T00:06:58.116Z Compiling miniz_oxide v0.8.9
14962026-06-25T00:06:58.187Z Compiling structmeta-derive v0.3.0
14972026-06-25T00:06:58.190Z Compiling hybrid-array v0.4.12
14982026-06-25T00:06:58.423Z Compiling dof v0.4.0
14992026-06-25T00:06:58.652Z Compiling flate2 v1.1.9
15002026-06-25T00:06:58.803Z Compiling rand_chacha v0.9.0
15012026-06-25T00:06:59.087Z Compiling hyper v1.10.1
15022026-06-25T00:06:59.250Z Compiling structmeta v0.3.0
15032026-06-25T00:06:59.816Z Compiling darling_core v0.23.0
15042026-06-25T00:06:59.954Z Compiling newtype-uuid-macros v0.1.0
15052026-06-25T00:06:59.998Z Compiling macaddr v1.0.1
15062026-06-25T00:07:00.227Z Compiling hyper-util v0.1.20
15072026-06-25T00:07:00.512Z Compiling usdt-attr-macro v0.6.0
15082026-06-25T00:07:00.775Z Compiling usdt-macro v0.6.0
15092026-06-25T00:07:01.044Z Compiling compression-core v0.4.32
15102026-06-25T00:07:01.198Z Compiling compression-codecs v0.4.38
15112026-06-25T00:07:01.302Z Compiling rand v0.9.4
15122026-06-25T00:07:01.453Z Compiling block-buffer v0.12.0
15132026-06-25T00:07:01.611Z Compiling crypto-common v0.2.2
15142026-06-25T00:07:01.900Z Compiling newtype-uuid v1.3.2
15152026-06-25T00:07:01.910Z Compiling serde_spanned v1.1.1
15162026-06-25T00:07:01.929Z Compiling multer v3.1.0
15172026-06-25T00:07:01.940Z Compiling darling_macro v0.23.0
15182026-06-25T00:07:02.048Z Compiling toml_writer v1.1.1+spec-1.1.0
15192026-06-25T00:07:02.128Z Compiling quick-error v1.2.3
15202026-06-25T00:07:02.139Z Compiling debug-ignore v1.0.5
15212026-06-25T00:07:02.161Z Compiling const-oid v0.10.2
15222026-06-25T00:07:02.227Z Compiling daft v0.1.7
15232026-06-25T00:07:02.247Z Compiling time v0.3.47
15242026-06-25T00:07:02.276Z Compiling strum_macros v0.26.4
15252026-06-25T00:07:02.362Z Compiling digest v0.11.3
15262026-06-25T00:07:02.487Z Compiling async-stream-impl v0.3.6
15272026-06-25T00:07:02.527Z Compiling generic-array v0.14.7
15282026-06-25T00:07:02.530Z Compiling darling v0.23.0
15292026-06-25T00:07:02.548Z Compiling dropshot v0.17.1
15302026-06-25T00:07:02.608Z Compiling encoding_rs v0.8.35
15312026-06-25T00:07:02.784Z Compiling bit-vec v0.8.0
15322026-06-25T00:07:02.961Z Compiling spin v0.9.8
15332026-06-25T00:07:03.060Z Compiling mime v0.3.17
15342026-06-25T00:07:03.067Z Compiling bit-set v0.8.0
15352026-06-25T00:07:03.133Z Compiling async-stream v0.3.6
15362026-06-25T00:07:03.286Z Compiling serde_with_macros v3.20.0
15372026-06-25T00:07:03.303Z Compiling sha1 v0.11.0
15382026-06-25T00:07:03.314Z Compiling crossbeam-channel v0.5.15
15392026-06-25T00:07:03.342Z Compiling tower v0.5.3
15402026-06-25T00:07:03.541Z Compiling dropshot_endpoint v0.17.1
15412026-06-25T00:07:03.818Z Compiling openapiv3 v2.2.0
15422026-06-25T00:07:03.922Z Compiling strum v0.26.3
15432026-06-25T00:07:03.934Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15442026-06-25T00:07:04.048Z Compiling waitgroup v0.1.2
15452026-06-25T00:07:04.188Z Compiling serde_path_to_error v0.1.20
15462026-06-25T00:07:04.282Z Compiling unarray v0.1.4
15472026-06-25T00:07:04.389Z Compiling tower-http v0.6.11
15482026-06-25T00:07:04.415Z Compiling derive-ex v0.1.8
15492026-06-25T00:07:04.859Z Compiling tempfile v3.27.0
15502026-06-25T00:07:04.985Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15512026-06-25T00:07:05.237Z Compiling rustls-native-certs v0.8.4
15522026-06-25T00:07:05.287Z Compiling strum_macros v0.27.2
15532026-06-25T00:07:05.592Z Compiling is-terminal v0.4.17
15542026-06-25T00:07:05.603Z Compiling instant v0.1.13
15552026-06-25T00:07:05.690Z Compiling slog-term v2.9.2
15562026-06-25T00:07:06.100Z Compiling test-strategy v0.4.5
15572026-06-25T00:07:06.310Z Compiling slog-json v2.6.1
15582026-06-25T00:07:06.348Z Compiling hostname v0.3.1
15592026-06-25T00:07:06.423Z Compiling memmap2 v0.9.10
15602026-06-25T00:07:06.483Z Compiling slog-bunyan v2.5.0
15612026-06-25T00:07:06.506Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15622026-06-25T00:07:06.517Z Compiling either v1.16.0
15632026-06-25T00:07:06.614Z Compiling usdt v0.6.0
15642026-06-25T00:07:06.635Z Compiling crypto-common v0.1.7
15652026-06-25T00:07:06.719Z Compiling parse-display-derive v0.10.0
15662026-06-25T00:07:06.759Z Compiling toml_parser v1.1.2+spec-1.1.0
15672026-06-25T00:07:07.112Z Compiling backon v1.6.0
15682026-06-25T00:07:07.115Z Compiling strum v0.27.2
15692026-06-25T00:07:07.248Z Compiling rand_chacha v0.3.1
15702026-06-25T00:07:07.308Z Compiling toml_datetime v1.1.1+spec-1.1.0
15712026-06-25T00:07:07.442Z Compiling rand v0.8.6
15722026-06-25T00:07:07.517Z Compiling async-compression v0.4.42
15732026-06-25T00:07:07.646Z Compiling toml v1.1.2+spec-1.1.0
15742026-06-25T00:07:07.769Z Compiling rustls-pemfile v2.2.0
15752026-06-25T00:07:07.964Z Compiling regress v0.10.5
15762026-06-25T00:07:08.080Z Compiling wait-timeout v0.2.1
15772026-06-25T00:07:08.345Z Compiling hostname v0.4.2
15782026-06-25T00:07:08.448Z Compiling rusty-fork v0.3.1
15792026-06-25T00:07:08.479Z Compiling serde_with v3.20.0
15802026-06-25T00:07:08.483Z Compiling rand_xorshift v0.4.0
15812026-06-25T00:07:08.624Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15822026-06-25T00:07:08.627Z Compiling humantime v2.3.0
15832026-06-25T00:07:08.805Z Compiling proptest v1.11.0
15842026-06-25T00:07:08.906Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15852026-06-25T00:07:09.037Z Compiling itertools v0.14.0
15862026-06-25T00:07:09.109Z Compiling iddqd v0.4.2
15872026-06-25T00:07:09.370Z Compiling unicode-width v0.2.2
15882026-06-25T00:07:09.648Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15892026-06-25T00:07:09.921Z Compiling block-buffer v0.10.4
15902026-06-25T00:07:10.071Z Compiling reqwest v0.12.28
15912026-06-25T00:07:10.455Z Compiling digest v0.10.7
15922026-06-25T00:07:10.475Z Compiling parse-display v0.10.0
15932026-06-25T00:07:10.665Z Compiling backoff v0.4.0
15942026-06-25T00:07:10.808Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15952026-06-25T00:07:10.876Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15962026-06-25T00:07:11.458Z Compiling progenitor-client v0.10.0
15972026-06-25T00:07:12.383Z Compiling utf8parse v0.2.2
15982026-06-25T00:07:12.482Z Compiling anstyle-parse v1.0.0
15992026-06-25T00:07:12.618Z Compiling regress v0.11.1
16002026-06-25T00:07:12.663Z Compiling is_terminal_polyfill v1.70.2
16012026-06-25T00:07:12.706Z Compiling colorchoice v1.0.5
16022026-06-25T00:07:12.778Z Compiling anstyle v1.0.14
16032026-06-25T00:07:12.819Z Compiling anstyle-query v1.1.5
16042026-06-25T00:07:12.981Z Compiling anstream v1.0.0
16052026-06-25T00:07:13.295Z Compiling clap_lex v1.1.0
16062026-06-25T00:07:13.581Z Compiling darling_core v0.21.3
16072026-06-25T00:07:13.885Z Compiling toml_datetime v0.6.11
16082026-06-25T00:07:14.123Z Compiling typify-impl v0.6.2
16092026-06-25T00:07:14.156Z Compiling clap_derive v4.6.1
16102026-06-25T00:07:14.777Z Compiling zerocopy-derive v0.7.35
16112026-06-25T00:07:14.933Z Compiling cpufeatures v0.2.17
16122026-06-25T00:07:15.674Z Compiling convert_case v0.4.0
16132026-06-25T00:07:15.713Z Compiling darling_macro v0.21.3
16142026-06-25T00:07:15.878Z Compiling zerocopy v0.7.35
16152026-06-25T00:07:15.976Z Compiling derive_more v0.99.20
16162026-06-25T00:07:16.667Z Compiling terminal_size v0.4.4
16172026-06-25T00:07:16.793Z Compiling darling v0.21.3
16182026-06-25T00:07:16.902Z Compiling secrecy v0.10.3
16192026-06-25T00:07:17.020Z Compiling crucible-workspace-hack v0.1.0
16202026-06-25T00:07:17.248Z Compiling float-ord v0.3.2
16212026-06-25T00:07:17.272Z Compiling heapless v0.8.0
16222026-06-25T00:07:17.294Z Compiling tinyvec_macros v0.1.1
16232026-06-25T00:07:17.354Z Compiling tinyvec v1.11.0
16242026-06-25T00:07:17.420Z Compiling ingot-macros v0.1.1
16252026-06-25T00:07:17.684Z Compiling clap_builder v4.6.0
16262026-06-25T00:07:18.087Z Compiling dtrace-parser v0.2.0
16272026-06-25T00:07:18.159Z Compiling scroll_derive v0.12.1
16282026-06-25T00:07:18.264Z Compiling serde_repr v0.1.20
16292026-06-25T00:07:18.870Z Compiling hash32 v0.3.1
16302026-06-25T00:07:18.890Z Compiling rustc_version v0.4.1
16312026-06-25T00:07:18.957Z Compiling num-integer v0.1.46
16322026-06-25T00:07:19.020Z Compiling usdt-impl v0.5.0
16332026-06-25T00:07:19.161Z Compiling smoltcp v0.11.0
16342026-06-25T00:07:19.211Z Compiling curve25519-dalek v4.1.3
16352026-06-25T00:07:19.273Z Compiling clap v4.6.1
16362026-06-25T00:07:19.510Z Compiling scroll v0.12.0
16372026-06-25T00:07:19.867Z Compiling dof v0.3.0
16382026-06-25T00:07:20.048Z Compiling hmac v0.12.1
16392026-06-25T00:07:20.185Z Compiling inout v0.1.4
16402026-06-25T00:07:20.219Z Compiling ff v0.13.1
16412026-06-25T00:07:20.230Z Compiling ingot-types v0.1.2
16422026-06-25T00:07:20.272Z Compiling cobs v0.3.0
16432026-06-25T00:07:20.318Z Compiling thread-id v4.2.2
16442026-06-25T00:07:20.341Z Compiling managed v0.8.0
16452026-06-25T00:07:20.407Z Compiling bitflags v1.3.2
16462026-06-25T00:07:20.480Z Compiling postcard v1.1.3
16472026-06-25T00:07:20.537Z Compiling typify-macro v0.6.2
16482026-06-25T00:07:20.634Z Compiling ingot v0.1.1
16492026-06-25T00:07:20.809Z Compiling group v0.13.0
16502026-06-25T00:07:20.856Z Compiling cipher v0.4.4
16512026-06-25T00:07:20.917Z Compiling hkdf v0.12.4
16522026-06-25T00:07:21.167Z Compiling goblin v0.8.2
16532026-06-25T00:07:21.539Z Compiling num-rational v0.4.2
16542026-06-25T00:07:21.665Z Compiling num-iter v0.1.45
16552026-06-25T00:07:22.009Z Compiling tabwriter v1.4.1
16562026-06-25T00:07:22.158Z Compiling universal-hash v0.5.1
16572026-06-25T00:07:22.285Z Compiling crypto-bigint v0.5.5
16582026-06-25T00:07:22.291Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16592026-06-25T00:07:22.439Z Compiling hubpack_derive v0.1.1
16602026-06-25T00:07:22.505Z Compiling thiserror-impl-no-std v2.0.2
16612026-06-25T00:07:22.615Z Compiling typify v0.6.2
16622026-06-25T00:07:22.705Z Compiling crossbeam-epoch v0.9.18
16632026-06-25T00:07:22.977Z Compiling half v2.7.1
16642026-06-25T00:07:23.041Z Compiling curve25519-dalek-derive v0.1.1
16652026-06-25T00:07:23.076Z Compiling num-complex v0.4.6
16662026-06-25T00:07:23.533Z Compiling memoffset v0.9.1
16672026-06-25T00:07:23.543Z Compiling base16ct v0.2.0
16682026-06-25T00:07:23.582Z Compiling opaque-debug v0.3.1
16692026-06-25T00:07:23.606Z Compiling cfg_aliases v0.2.1
16702026-06-25T00:07:23.647Z Compiling unsafe-libyaml v0.2.11
16712026-06-25T00:07:23.676Z Compiling ciborium-io v0.2.2
16722026-06-25T00:07:23.693Z Compiling base64ct v1.8.3
16732026-06-25T00:07:23.762Z Compiling ciborium-ll v0.2.2
16742026-06-25T00:07:23.864Z Compiling nix v0.31.3
16752026-06-25T00:07:23.970Z Compiling password-hash v0.5.0
16762026-06-25T00:07:23.983Z Compiling elliptic-curve v0.13.8
16772026-06-25T00:07:24.250Z Compiling serde_yaml v0.9.34+deprecated
16782026-06-25T00:07:24.262Z Compiling poly1305 v0.8.0
16792026-06-25T00:07:24.306Z Compiling thiserror-no-std v2.0.2
16802026-06-25T00:07:24.668Z Compiling num v0.4.3
16812026-06-25T00:07:24.755Z Compiling hubpack v0.1.2
16822026-06-25T00:07:25.158Z Compiling chacha20 v0.9.1
16832026-06-25T00:07:25.365Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16842026-06-25T00:07:25.648Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16852026-06-25T00:07:25.811Z Compiling toml_edit v0.25.12+spec-1.1.0
16862026-06-25T00:07:26.274Z Compiling blake2 v0.10.6
16872026-06-25T00:07:26.378Z Compiling aead v0.5.2
16882026-06-25T00:07:26.532Z Compiling byte-wrapper v0.1.0
16892026-06-25T00:07:26.701Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16902026-06-25T00:07:26.719Z Compiling proc-macro-error-attr v1.0.4
16912026-06-25T00:07:27.014Z Compiling static_assertions v1.1.0
16922026-06-25T00:07:27.025Z Compiling rustix v0.38.44
16932026-06-25T00:07:27.038Z Compiling keccak v0.1.6
16942026-06-25T00:07:27.083Z Compiling prettyplease v0.2.37
16952026-06-25T00:07:27.199Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16962026-06-25T00:07:27.313Z Compiling sha3 v0.10.9
16972026-06-25T00:07:27.517Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16982026-06-25T00:07:27.565Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16992026-06-25T00:07:28.045Z Compiling chacha20poly1305 v0.10.1
17002026-06-25T00:07:28.172Z Compiling argon2 v0.5.3
17012026-06-25T00:07:28.261Z Compiling proc-macro-crate v3.5.0
17022026-06-25T00:07:28.681Z Compiling vsss-rs v3.3.4
17032026-06-25T00:07:28.708Z Compiling ciborium v0.2.2
17042026-06-25T00:07:28.844Z Compiling usdt-attr-macro v0.5.0
17052026-06-25T00:07:28.944Z Compiling usdt-macro v0.5.0
17062026-06-25T00:07:30.065Z Compiling serde_spanned v0.6.9
17072026-06-25T00:07:30.257Z Compiling num-derive v0.4.2
17082026-06-25T00:07:30.266Z Compiling enum-as-inner v0.6.1
17092026-06-25T00:07:30.279Z Compiling proc-macro-error v1.0.4
17102026-06-25T00:07:30.393Z Compiling rustls-webpki v0.103.13
17112026-06-25T00:07:30.736Z Compiling memmap v0.7.0
17122026-06-25T00:07:30.816Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17132026-06-25T00:07:30.929Z Compiling winnow v0.5.40
17142026-06-25T00:07:30.940Z Compiling indent_write v2.2.0
17152026-06-25T00:07:31.053Z Compiling toml_write v0.1.2
17162026-06-25T00:07:31.073Z Compiling data-encoding v2.11.0
17172026-06-25T00:07:31.159Z Compiling winnow v0.7.15
17182026-06-25T00:07:31.270Z Compiling usdt v0.5.0
17192026-06-25T00:07:31.553Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17202026-06-25T00:07:31.578Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17212026-06-25T00:07:31.672Z Compiling num_enum_derive v0.7.6
17222026-06-25T00:07:31.920Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17232026-06-25T00:07:32.179Z Compiling toml_edit v0.19.15
17242026-06-25T00:07:32.650Z Compiling toml_edit v0.22.27
17252026-06-25T00:07:32.892Z Compiling foreign-types-macros v0.2.3
17262026-06-25T00:07:33.394Z Compiling foreign-types-shared v0.3.1
17272026-06-25T00:07:33.431Z Compiling colored v3.1.1
17282026-06-25T00:07:33.550Z Compiling pkg-config v0.3.33
17292026-06-25T00:07:33.631Z Compiling bytecount v0.6.9
17302026-06-25T00:07:33.769Z Compiling tokio-rustls v0.26.4
17312026-06-25T00:07:33.817Z Compiling rustls-platform-verifier v0.7.0
17322026-06-25T00:07:34.040Z Compiling hyper-rustls v0.27.9
17332026-06-25T00:07:34.270Z Compiling reqwest v0.13.4
17342026-06-25T00:07:35.468Z Compiling vcpkg v0.2.15
17352026-06-25T00:07:35.509Z Compiling toml v0.8.23
17362026-06-25T00:07:35.965Z Compiling progenitor-client v0.14.0
17372026-06-25T00:07:36.222Z Compiling progenitor-extras v0.2.0
17382026-06-25T00:07:36.328Z Compiling openssl-sys v0.9.116
17392026-06-25T00:07:36.464Z Compiling foreign-types v0.5.0
17402026-06-25T00:07:36.502Z Compiling proc-macro-crate v1.3.1
17412026-06-25T00:07:36.881Z Compiling num_enum v0.7.6
17422026-06-25T00:07:37.002Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17432026-06-25T00:07:37.219Z Compiling progenitor-impl v0.13.0
17442026-06-25T00:07:37.231Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17452026-06-25T00:07:38.609Z Compiling chacha20 v0.10.0
17462026-06-25T00:07:38.876Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17472026-06-25T00:07:38.902Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17482026-06-25T00:07:39.081Z Compiling cstr-argument v0.1.2
17492026-06-25T00:07:39.151Z Compiling unicode-segmentation v1.13.3
17502026-06-25T00:07:39.188Z Compiling semver v0.1.20
17512026-06-25T00:07:39.238Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17522026-06-25T00:07:39.451Z Compiling heck v0.4.1
17532026-06-25T00:07:39.477Z Compiling swrite v0.1.0
17542026-06-25T00:07:39.572Z Compiling linked-hash-map v0.5.6
17552026-06-25T00:07:39.583Z Compiling resolv-conf v0.7.6
17562026-06-25T00:07:39.657Z Compiling rayon-core v1.13.0
17572026-06-25T00:07:39.758Z Compiling lru-cache v0.1.2
17582026-06-25T00:07:39.921Z Compiling newline-converter v0.3.0
17592026-06-25T00:07:39.956Z Compiling rustc_version v0.1.7
17602026-06-25T00:07:40.014Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17612026-06-25T00:07:40.083Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17622026-06-25T00:07:40.163Z Compiling rand v0.10.1
17632026-06-25T00:07:40.371Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17642026-06-25T00:07:40.496Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17652026-06-25T00:07:40.768Z Compiling num_enum_derive v0.5.11
17662026-06-25T00:07:40.855Z Compiling progenitor-client v0.13.0
17672026-06-25T00:07:40.867Z Compiling progenitor-macro v0.13.0
17682026-06-25T00:07:41.025Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17692026-06-25T00:07:41.159Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-06-25T00:07:41.266Z Compiling atomicwrites v0.4.4
17712026-06-25T00:07:41.294Z Compiling hickory-proto v0.24.4
17722026-06-25T00:07:42.856Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17732026-06-25T00:07:43.205Z Compiling crossbeam-deque v0.8.6
17742026-06-25T00:07:43.402Z Compiling console v0.15.11
17752026-06-25T00:07:43.978Z Compiling camino-tempfile v1.4.1
17762026-06-25T00:07:44.058Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
17772026-06-25T00:07:44.076Z Compiling serde-big-array v0.5.1
17782026-06-25T00:07:44.219Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17792026-06-25T00:07:44.223Z Compiling derive-where v1.6.1
17802026-06-25T00:07:44.597Z Compiling pin-project-internal v1.1.13
17812026-06-25T00:07:44.766Z Compiling minimal-lexical v0.2.1
17822026-06-25T00:07:45.119Z Compiling siphasher v1.0.3
17832026-06-25T00:07:45.314Z Compiling similar v2.7.0
17842026-06-25T00:07:45.326Z Compiling phf_shared v0.12.1
17852026-06-25T00:07:45.397Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17862026-06-25T00:07:45.504Z Compiling nom v7.1.3
17872026-06-25T00:07:45.785Z Compiling pin-project v1.1.13
17882026-06-25T00:07:45.888Z Compiling expectorate v1.2.0
17892026-06-25T00:07:45.960Z Compiling progenitor v0.13.0
17902026-06-25T00:07:46.041Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17912026-06-25T00:07:46.098Z Compiling hickory-resolver v0.24.4
17922026-06-25T00:07:46.208Z Compiling num_enum v0.5.11
17932026-06-25T00:07:46.324Z Compiling newtype_derive v0.1.6
17942026-06-25T00:07:46.842Z Compiling progenitor-impl v0.14.0
17952026-06-25T00:07:46.888Z Compiling unicode-normalization v0.1.25
17962026-06-25T00:07:47.105Z Compiling tokio-stream v0.1.18
17972026-06-25T00:07:47.417Z Compiling async-recursion v1.1.1
17982026-06-25T00:07:47.575Z Compiling snafu-derive v0.8.9
17992026-06-25T00:07:47.741Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18002026-06-25T00:07:47.982Z Compiling slog-dtrace v0.3.0
18012026-06-25T00:07:48.054Z Compiling csv-core v0.1.13
18022026-06-25T00:07:48.074Z Compiling bstr v1.12.1
18032026-06-25T00:07:48.237Z Compiling konst_macro_rules v0.2.19
18042026-06-25T00:07:48.317Z Compiling cancel-safe-futures v0.1.5
18052026-06-25T00:07:48.412Z Compiling unicode-xid v0.2.6
18062026-06-25T00:07:48.537Z Compiling chrono-tz v0.10.4
18072026-06-25T00:07:48.571Z Compiling same-file v1.0.6
18082026-06-25T00:07:48.582Z Compiling unicode-width v0.1.14
18092026-06-25T00:07:48.713Z Compiling openssl v0.10.80
18102026-06-25T00:07:48.745Z Compiling foreign-types-shared v0.1.1
18112026-06-25T00:07:48.766Z Compiling foldhash v0.1.5
18122026-06-25T00:07:48.835Z Compiling highway v1.3.0
18132026-06-25T00:07:48.856Z Compiling owo-colors v4.3.0
18142026-06-25T00:07:48.929Z Compiling hashbrown v0.15.5
18152026-06-25T00:07:48.943Z Compiling foreign-types v0.3.2
18162026-06-25T00:07:49.019Z Compiling walkdir v2.5.0
18172026-06-25T00:07:49.048Z Compiling const_format_proc_macros v0.2.34
18182026-06-25T00:07:49.224Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-25T00:07:49.251Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-06-25T00:07:49.301Z Compiling snafu v0.8.9
18212026-06-25T00:07:49.374Z Compiling globset v0.4.18
18222026-06-25T00:07:49.452Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-25T00:07:49.692Z Compiling konst v0.2.20
18242026-06-25T00:07:49.998Z Compiling csv v1.4.0
18252026-06-25T00:07:50.073Z Compiling qorb v0.4.1
18262026-06-25T00:07:50.281Z Compiling olpc-cjson v0.1.4
18272026-06-25T00:07:50.461Z Compiling progenitor-macro v0.14.0
18282026-06-25T00:07:50.575Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-06-25T00:07:51.138Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-06-25T00:07:51.661Z Compiling rayon v1.12.0
18312026-06-25T00:07:51.707Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18322026-06-25T00:07:52.035Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-06-25T00:07:52.060Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18342026-06-25T00:07:52.146Z Compiling phf v0.12.1
18352026-06-25T00:07:52.302Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18362026-06-25T00:07:52.307Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-25T00:07:53.215Z Compiling zone_cfg_derive v0.3.1
18382026-06-25T00:07:53.244Z Compiling tokio-dtrace v0.1.1
18392026-06-25T00:07:53.429Z Compiling itertools v0.12.1
18402026-06-25T00:07:53.506Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18412026-06-25T00:07:53.706Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-25T00:07:53.910Z Compiling libsw-core v0.3.2
18432026-06-25T00:07:54.085Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18442026-06-25T00:07:54.310Z Compiling serde_plain v1.0.2
18452026-06-25T00:07:54.464Z Compiling openssl-macros v0.1.1
18462026-06-25T00:07:54.516Z Compiling pem v3.0.6
18472026-06-25T00:07:54.632Z Compiling cookie v0.18.1
18482026-06-25T00:07:54.734Z Compiling sigpipe v0.1.3
18492026-06-25T00:07:54.748Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-25T00:07:54.830Z Compiling glob v0.3.3
18512026-06-25T00:07:54.897Z Compiling typed-path v0.9.3
18522026-06-25T00:07:54.908Z Compiling jiff v0.2.28
18532026-06-25T00:07:55.020Z Compiling fixedbitset v0.5.7
18542026-06-25T00:07:55.058Z Compiling fixedbitset v0.4.2
18552026-06-25T00:07:55.298Z Compiling petgraph v0.8.3
18562026-06-25T00:07:55.311Z Compiling petgraph v0.6.5
18572026-06-25T00:07:55.560Z Compiling progenitor v0.14.0
18582026-06-25T00:07:55.747Z Compiling zone v0.3.1
18592026-06-25T00:07:56.266Z Compiling tough v0.22.0
18602026-06-25T00:07:56.555Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18612026-06-25T00:07:56.817Z Compiling libsw v3.5.0
18622026-06-25T00:07:57.000Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-25T00:07:57.058Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18642026-06-25T00:07:57.108Z Compiling oxide-tokio-rt v0.1.6
18652026-06-25T00:07:57.197Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18662026-06-25T00:07:57.310Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-25T00:07:57.781Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-25T00:07:58.015Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-25T00:07:58.625Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-25T00:07:58.665Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-25T00:07:58.774Z Compiling const_format v0.2.36
18722026-06-25T00:07:59.106Z Compiling papergrid v0.11.0
18732026-06-25T00:07:59.346Z Compiling tabled_derive v0.7.0
18742026-06-25T00:07:59.513Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-25T00:07:59.547Z Compiling gethostname v0.5.0
18762026-06-25T00:07:59.667Z Compiling libscf-sys v1.2.0
18772026-06-25T00:07:59.717Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18782026-06-25T00:07:59.921Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-25T00:08:00.049Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18802026-06-25T00:08:00.185Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-25T00:08:00.223Z Compiling smf v0.2.3
18822026-06-25T00:08:00.311Z Compiling bcs v0.1.6
18832026-06-25T00:08:00.351Z Compiling proc-macro-error-attr2 v2.0.0
18842026-06-25T00:08:00.632Z Compiling whoami v1.6.1
18852026-06-25T00:08:00.760Z Compiling termtree v0.5.1
18862026-06-25T00:08:00.814Z Compiling lazy_static v1.5.0
18872026-06-25T00:08:00.835Z Compiling tagptr v0.2.0
18882026-06-25T00:08:00.924Z Compiling smawk v0.3.2
18892026-06-25T00:08:00.924Z Compiling unicode-linebreak v0.1.5
18902026-06-25T00:08:00.952Z Compiling linear-map v1.2.0
18912026-06-25T00:08:00.988Z Compiling moka v0.12.15
18922026-06-25T00:08:00.992Z Compiling steno v0.4.1
18932026-06-25T00:08:01.054Z Compiling proc-macro-error2 v2.0.1
18942026-06-25T00:08:01.147Z Compiling textwrap v0.16.2
18952026-06-25T00:08:01.176Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-25T00:08:01.516Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-25T00:08:01.686Z Compiling tabled v0.15.0
18982026-06-25T00:08:01.961Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-25T00:08:02.085Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-25T00:08:02.855Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-06-25T00:08:03.675Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-06-25T00:08:04.246Z Compiling hickory-proto v0.25.2
19032026-06-25T00:08:04.394Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19042026-06-25T00:08:04.624Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19052026-06-25T00:08:04.719Z Compiling parking_lot_core v0.8.6
19062026-06-25T00:08:04.884Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19072026-06-25T00:08:04.985Z Compiling tabled_derive v0.11.0
19082026-06-25T00:08:05.026Z Compiling papergrid v0.18.0
19092026-06-25T00:08:05.052Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19102026-06-25T00:08:06.069Z Compiling testing_table v0.3.0
19112026-06-25T00:08:06.069Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19122026-06-25T00:08:06.136Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19132026-06-25T00:08:06.218Z Compiling hickory-resolver v0.25.2
19142026-06-25T00:08:06.234Z Compiling tabled v0.21.0
19152026-06-25T00:08:06.432Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19162026-06-25T00:08:07.080Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-06-25T00:08:07.452Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19182026-06-25T00:08:07.835Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19192026-06-25T00:08:07.854Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-06-25T00:08:08.002Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
19212026-06-25T00:08:08.313Z Compiling parking_lot v0.11.2
19222026-06-25T00:08:08.492Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19232026-06-25T00:08:08.709Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19242026-06-25T00:08:08.729Z Compiling dropshot-api-manager-types v0.7.2
19252026-06-25T00:08:09.082Z Compiling fxhash v0.2.1
19262026-06-25T00:08:09.106Z Compiling crc8 v0.1.1
19272026-06-25T00:08:09.111Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
19282026-06-25T00:08:09.218Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
19292026-06-25T00:08:09.229Z Compiling sled v0.34.7
19302026-06-25T00:08:09.243Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19312026-06-25T00:08:09.243Z Compiling diff v0.1.13
19322026-06-25T00:08:09.490Z Compiling yansi v1.0.1
19332026-06-25T00:08:09.809Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
19342026-06-25T00:08:09.911Z Compiling pretty_assertions v1.4.1
19352026-06-25T00:08:11.832Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-06-25T00:08:19.687Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-06-25T00:08:21.281Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-06-25T00:08:22.319Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19392026-06-25T00:08:23.323Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
19402026-06-25T00:08:34.328Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 54s
19412026-06-25T00:08:34.500Z────────────
19422026-06-25T00:08:34.501Z Nextest run ID 14bb9114-20be-4650-a724-b1ed16c559c0 with nextest profile: default
19432026-06-25T00:08:34.501Z Starting 1 test across 3 binaries
19442026-06-25T00:08:34.504Z START ddm db::test::test_effective_tunnel_route_set
19452026-06-25T00:08:34.509Z
19462026-06-25T00:08:34.509Zrunning 1 test
19472026-06-25T00:08:34.509Ztest db::test::test_effective_tunnel_route_set ... ok
19482026-06-25T00:08:34.509Z
19492026-06-25T00:08:34.509Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19502026-06-25T00:08:34.509Z
19512026-06-25T00:08:34.509Z PASS [ 0.005s] ddm db::test::test_effective_tunnel_route_set
19522026-06-25T00:08:34.509Z────────────
19532026-06-25T00:08:34.509Z Summary [ 0.006s] 1 test run: 1 passed, 0 skipped
19542026-06-25T00:08:34.518Zprocess exited: duration 302861 ms, exit code 0
 
19552026-06-25T00:08:34.527Zfound 0 output files