01KXNY7RQNYCMGXGVPSZE3JC0Z: 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: 01KXNY8P35DQ3NNSRC6J48VQG8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T17:06:54.264Zjob assigned to worker 01KXNY97FMFK3B62EVXR2N2QT8 [factory aws, i-098bc9bf4f5c8f17c] (queued for 59 s)
 
22026-07-16T17:07:01.225Zstarting task 0: "setup"
32026-07-16T17:07:01.229Z++ uname -s
42026-07-16T17:07:01.232Z+ kern=SunOS
52026-07-16T17:07:01.232Z+ build_user=build
62026-07-16T17:07:01.232Z+ build_uid=12345
72026-07-16T17:07:01.232Z+ work_dir=/work
82026-07-16T17:07:01.232Z+ input_dir=/input
92026-07-16T17:07:01.232Z+ [[ 0 == 12345 ]]
102026-07-16T17:07:01.233Z+ case "$kern" in
112026-07-16T17:07:01.233Z+ groupadd -g 12345 build
122026-07-16T17:07:01.233Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T17:07:03.238Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T17:07:03.309Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T17:07:03.312Z+ home_fs=zfs
162026-07-16T17:07:03.312Z+ [[ zfs == autofs ]]
172026-07-16T17:07:03.312Z+ mkdir -p /home/build
182026-07-16T17:07:03.312Z+ chown build:build /home/build /work
192026-07-16T17:07:05.313Z+ chmod 0700 /home/build /work
202026-07-16T17:07:05.317Zprocess exited: duration 4090 ms, exit code 0
 
212026-07-16T17:07:05.324Zstarting task 1: "rust-toolchain"
222026-07-16T17:07:05.327Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-16T17:07:05.327Z * rust toolchain channel = "stable"
242026-07-16T17:07:05.327Z * rust toolchain profile = "default"
252026-07-16T17:07:05.327Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-16T17:07:05.327Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T17:07:05.327Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T17:07:05.333Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T17:07:05.333Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-16T17:07:05.427Zinfo: downloading installer
312026-07-16T17:07:06.772Zwarn: It looks like you have an existing installation of Rust at:
322026-07-16T17:07:06.772Zwarn: /opt/ooce/bin
332026-07-16T17:07:06.772Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-16T17:07:06.772Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-16T17:07:06.772Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-16T17:07:06.772Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-16T17:07:06.772Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-16T17:07:06.772Zerror: cannot install while Rust is installed
392026-07-16T17:07:06.772Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-16T17:07:06.772Zwarn: It looks like you have an existing rustup settings file at:
412026-07-16T17:07:06.772Zwarn: /home/build/.rustup/settings.toml
422026-07-16T17:07:06.772Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-16T17:07:06.772Zwarn: instead of the one inferred from the default host triple.
442026-07-16T17:07:06.785Zinfo: profile set to default
452026-07-16T17:07:06.785Zinfo: default host triple is x86_64-unknown-illumos
462026-07-16T17:07:06.789Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-16T17:07:06.907Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-16T17:07:06.911Zinfo: downloading 6 components
492026-07-16T17:07:20.809Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-16T17:07:20.809Z
512026-07-16T17:07:20.838Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-16T17:07:20.838Z
532026-07-16T17:07:20.839Z
542026-07-16T17:07:20.840ZRust is installed now. Great!
552026-07-16T17:07:20.840Z
562026-07-16T17:07:20.840ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-16T17:07:20.840Zenvironment variable. This has not been done automatically.
582026-07-16T17:07:20.840Z
592026-07-16T17:07:20.840ZTo configure your current shell, you need to source
602026-07-16T17:07:20.840Zthe corresponding env file under $HOME/.cargo.
612026-07-16T17:07:20.840Z
622026-07-16T17:07:20.840ZThis is usually done by running one of the following (note the leading DOT):
632026-07-16T17:07:20.840Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-16T17:07:20.840Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-16T17:07:20.840Zsource "~/.cargo/env.nu" # For nushell
662026-07-16T17:07:20.840Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-16T17:07:20.840Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-16T17:07:20.840Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-16T17:07:20.844Zwarn: no default linker (`cc`) was found in your PATH
702026-07-16T17:07:20.844Zwarn: many Rust crates require a system C toolchain to build
712026-07-16T17:07:20.930Z+ rustup --version
722026-07-16T17:07:20.939Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-16T17:07:20.942Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-16T17:07:20.960Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-16T17:07:20.964Z+ cargo --version
762026-07-16T17:07:20.977Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-16T17:07:20.982Z+ rustc --version
782026-07-16T17:07:20.999Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-16T17:07:21.004Zprocess exited: duration 15674 ms, exit code 0
 
802026-07-16T17:07:21.011Zstarting task 2: "authentication"
812026-07-16T17:07:21.028Zprocess exited: duration 16 ms, exit code 0
 
822026-07-16T17:07:21.034Zstarting task 3: "clone repository"
832026-07-16T17:07:21.038Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-16T17:07:21.041Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-16T17:07:21.098ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-16T17:07:22.346Z+ cd /work/oxidecomputer/maghemite
872026-07-16T17:07:22.346Z+ git fetch origin d3c8f26d9bf94e252f4f2ff212222be337b14c24
882026-07-16T17:07:22.622ZFrom https://github.com/oxidecomputer/maghemite
892026-07-16T17:07:22.622Z * branch d3c8f26d9bf94e252f4f2ff212222be337b14c24 -> FETCH_HEAD
902026-07-16T17:07:22.628Z+ [[ -n john/bfd-async ]]
912026-07-16T17:07:22.632Z++ git branch --show-current
922026-07-16T17:07:22.632Z+ current=main
932026-07-16T17:07:22.632Z+ [[ main != john/bfd-async ]]
942026-07-16T17:07:22.632Z+ git branch -f john/bfd-async d3c8f26d9bf94e252f4f2ff212222be337b14c24
952026-07-16T17:07:22.635Z+ git checkout -f john/bfd-async
962026-07-16T17:07:22.653ZSwitched to branch 'john/bfd-async'
972026-07-16T17:07:22.657Z+ git reset --hard d3c8f26d9bf94e252f4f2ff212222be337b14c24
982026-07-16T17:07:22.660ZHEAD is now at d3c8f26 add test for poll response after long delay
992026-07-16T17:07:22.664Zprocess exited: duration 1626 ms, exit code 0
 
1002026-07-16T17:07:22.671Zstarting task 4: "build"
1012026-07-16T17:07:22.674Z+ set -o errexit
1022026-07-16T17:07:22.674Z+ set -o pipefail
1032026-07-16T17:07:22.674Z+ source .github/buildomat/test-common.sh
1042026-07-16T17:07:22.674Z++ NEXTEST_VERSION=0.9.97
1052026-07-16T17:07:22.674Z++ PLATFORM=illumos
1062026-07-16T17:07:22.674Z++ banner install
1072026-07-16T17:07:22.678Z
1082026-07-16T17:07:22.678Z # # # #### ##### ## # #
1092026-07-16T17:07:22.678Z # ## # # # # # # #
1102026-07-16T17:07:22.678Z # # # # #### # # # # #
1112026-07-16T17:07:22.678Z # # # # # # ###### # #
1122026-07-16T17:07:22.678Z # # ## # # # # # # #
1132026-07-16T17:07:22.678Z # # # #### # # # ###### ######
1142026-07-16T17:07:22.678Z
1152026-07-16T17:07:22.678Z++ set +o errexit
1162026-07-16T17:07:22.678Z++ pkg info clang-15
1172026-07-16T17:07:22.678Z++ grep -qi installed
1182026-07-16T17:07:24.277Zpkg: info: no packages matching the following patterns you specified are
1192026-07-16T17:07:24.277Zinstalled on the system. Try querying remotely instead:
1202026-07-16T17:07:24.277Z
1212026-07-16T17:07:24.277Z clang-15
1222026-07-16T17:07:24.314Z++ [[ 1 != 0 ]]
1232026-07-16T17:07:24.314Z++ set -o errexit
1242026-07-16T17:07:24.314Z++ pfexec pkg install clang-15
1252026-07-16T17:07:32.355Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-07-16T17:07:40.162Z Startup: Caching catalogs ... Done
1272026-07-16T17:07:47.610ZPlanning: Solver setup ... Done
1282026-07-16T17:07:47.651ZPlanning: Running solver ... Done
1292026-07-16T17:07:47.802ZPlanning: Finding local manifests ... Done
1302026-07-16T17:07:47.822ZPlanning: Fetching manifests: 0/2 0% complete
1312026-07-16T17:07:48.315ZPlanning: Fetching manifests: 2/2 100% complete
1322026-07-16T17:07:48.344ZPlanning: Package planning ... Done
1332026-07-16T17:07:48.370ZPlanning: Merging actions ... Done
1342026-07-16T17:07:48.479ZPlanning: Checking for conflicting actions ... Done
1352026-07-16T17:07:48.486ZPlanning: Consolidating action changes ... Done
1362026-07-16T17:07:49.183ZPlanning: Evaluating mediators ... Done
1372026-07-16T17:07:49.187ZPlanning: Planning completed in 8.85 seconds
1382026-07-16T17:07:49.197Z Packages to install: 2
1392026-07-16T17:07:49.197Z Mediators to change: 2
1402026-07-16T17:07:49.197Z Services to change: 1
1412026-07-16T17:07:49.197Z Create boot environment: No
1422026-07-16T17:07:49.202ZCreate backup boot environment: No
1432026-07-16T17:07:49.239Z
1442026-07-16T17:07:49.239ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-07-16T17:07:54.294ZDownload: 462/3076 items 16.8/211.3MB 7% complete (3.6M/s)
1462026-07-16T17:07:59.295ZDownload: 896/3076 items 33.0/211.3MB 15% complete (3.2M/s)
1472026-07-16T17:08:14.397ZDownload: 982/3076 items 82.2/211.3MB 38% complete
1482026-07-16T17:08:21.592ZDownload: 983/3076 items 82.2/211.3MB 38% complete
1492026-07-16T17:08:26.592ZDownload: 1322/3076 items 116.2/211.3MB 54% complete (5.0M/s)
1502026-07-16T17:08:31.601ZDownload: 1596/3076 items 117.2/211.3MB 55% complete (3.7M/s)
1512026-07-16T17:08:36.605ZDownload: 1958/3076 items 117.7/211.3MB 55% complete (152k/s)
1522026-07-16T17:08:48.140ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (146k/s)
1532026-07-16T17:08:53.213ZDownload: 2076/3076 items 118.3/211.3MB 55% complete (60.5k/s)
1542026-07-16T17:08:58.219ZDownload: 2470/3076 items 119.2/211.3MB 56% complete (166k/s)
1552026-07-16T17:09:03.266ZDownload: 2909/3076 items 168.9/211.3MB 79% complete (5.0M/s)
1562026-07-16T17:09:17.404ZDownload: 3028/3076 items 201.6/211.3MB 95% complete
1572026-07-16T17:09:19.801ZDownload: Completed 211.31 MB in 89.54 seconds (2.4M/s)
1582026-07-16T17:09:19.806Z Actions: 1/3418 actions (Installing new actions)
1592026-07-16T17:09:22.273Z Actions: Completed 3418 actions in 3.34 seconds.
1602026-07-16T17:09:22.945Z Done
1612026-07-16T17:09:22.945Z Done
1622026-07-16T17:09:23.697Z Done
1632026-07-16T17:09:27.139Z Done
1642026-07-16T17:09:27.213Z Done
1652026-07-16T17:09:27.216Z Done
1662026-07-16T17:09:27.347Z Done
1672026-07-16T17:09:28.050Z++ set -o errexit
1682026-07-16T17:09:28.050Z++ cargo --version
1692026-07-16T17:09:28.054Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1702026-07-16T17:09:28.190Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1712026-07-16T17:09:28.194Zinfo: downloading 6 components
1722026-07-16T17:09:42.335Zcargo 1.96.1 (356927216 2026-06-26)
1732026-07-16T17:09:42.341Z++ rustc --version
1742026-07-16T17:09:42.359Zrustc 1.96.1 (31fca3adb 2026-06-26)
1752026-07-16T17:09:42.363Z++ cargo install cargo-nextest --version 0.9.97
1762026-07-16T17:09:42.406Z Updating crates.io index
1772026-07-16T17:09:42.511Z Downloading crates ...
1782026-07-16T17:09:42.566Z Downloaded cargo-nextest v0.9.97
1792026-07-16T17:09:42.630Z Installing cargo-nextest v0.9.97
1802026-07-16T17:09:42.635Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1812026-07-16T17:09:42.635Z |
1822026-07-16T17:09:42.635Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1832026-07-16T17:09:42.635Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1842026-07-16T17:09:42.670Z Updating crates.io index
1852026-07-16T17:09:44.861Z Locking 395 packages to latest compatible versions
1862026-07-16T17:09:44.865Z Adding dialoguer v0.11.0 (available: v0.12.0)
1872026-07-16T17:09:44.865Z Adding duct v0.13.7 (available: v1.1.1)
1882026-07-16T17:09:44.865Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1892026-07-16T17:09:44.869Z Adding generic-array v0.14.7 (available: v0.14.9)
1902026-07-16T17:09:44.869Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1912026-07-16T17:09:44.869Z Adding itertools v0.14.0 (available: v0.15.0)
1922026-07-16T17:09:44.874Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1932026-07-16T17:09:44.875Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1942026-07-16T17:09:44.875Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1952026-07-16T17:09:44.880Z Adding quick-junit v0.5.2 (available: v0.6.1)
1962026-07-16T17:09:44.905Z Downloading crates ...
1972026-07-16T17:09:44.966Z Downloaded async-scoped v0.9.0
1982026-07-16T17:09:44.972Z Downloaded atomicwrites v0.4.4
1992026-07-16T17:09:44.976Z Downloaded atomic-waker v1.1.2
2002026-07-16T17:09:44.976Z Downloaded equivalent v1.0.2
2012026-07-16T17:09:44.976Z Downloaded autocfg v1.5.1
2022026-07-16T17:09:44.982Z Downloaded anstyle-query v1.1.5
2032026-07-16T17:09:44.982Z Downloaded addr2line v0.25.1
2042026-07-16T17:09:44.982Z Downloaded cfg-expr v0.20.8
2052026-07-16T17:09:44.986Z Downloaded crypto-common v0.1.7
2062026-07-16T17:09:44.986Z Downloaded anstream v1.0.0
2072026-07-16T17:09:44.986Z Downloaded heck v0.5.0
2082026-07-16T17:09:44.991Z Downloaded convert_case v0.10.0
2092026-07-16T17:09:44.995Z Downloaded http-body v1.1.0
2102026-07-16T17:09:44.995Z Downloaded cfg_aliases v0.2.2
2112026-07-16T17:09:44.995Z Downloaded hex v0.4.3
2122026-07-16T17:09:44.999Z Downloaded lru-slab v0.1.2
2132026-07-16T17:09:45.005Z Downloaded home v0.5.12
2142026-07-16T17:09:45.005Z Downloaded mukti-metadata v0.3.0
2152026-07-16T17:09:45.005Z Downloaded is_terminal_polyfill v1.70.2
2162026-07-16T17:09:45.009Z Downloaded rustc-hash v2.1.3
2172026-07-16T17:09:45.009Z Downloaded rand_pcg v0.10.2
2182026-07-16T17:09:45.009Z Downloaded chacha20 v0.10.1
2192026-07-16T17:09:45.009Z Downloaded itoa v1.0.18
2202026-07-16T17:09:45.014Z Downloaded adler2 v2.0.1
2212026-07-16T17:09:45.015Z Downloaded anstyle-parse v1.0.0
2222026-07-16T17:09:45.019Z Downloaded colorchoice v1.0.5
2232026-07-16T17:09:45.020Z Downloaded lazy_static v1.5.0
2242026-07-16T17:09:45.020Z Downloaded base64ct v1.8.3
2252026-07-16T17:09:45.026Z Downloaded number_prefix v0.4.0
2262026-07-16T17:09:45.026Z Downloaded cargo_metadata v0.23.1
2272026-07-16T17:09:45.026Z Downloaded ahash v0.8.12
2282026-07-16T17:09:45.032Z Downloaded hyper-tls v0.6.0
2292026-07-16T17:09:45.032Z Downloaded nested v0.1.1
2302026-07-16T17:09:45.032Z Downloaded backtrace-ext v0.2.1
2312026-07-16T17:09:45.033Z Downloaded cargo-platform v0.3.3
2322026-07-16T17:09:45.033Z Downloaded cpufeatures v0.2.17
2332026-07-16T17:09:45.038Z Downloaded anstyle v1.0.14
2342026-07-16T17:09:45.038Z Downloaded indenter v0.3.4
2352026-07-16T17:09:45.038Z Downloaded color-spantrace v0.3.0
2362026-07-16T17:09:45.038Z Downloaded cfg-if v1.0.4
2372026-07-16T17:09:45.038Z Downloaded block-buffer v0.10.4
2382026-07-16T17:09:45.038Z Downloaded humantime-serde v1.1.1
2392026-07-16T17:09:45.044Z Downloaded cargo-util-schemas v0.2.0
2402026-07-16T17:09:45.044Z Downloaded nextest-workspace-hack v0.1.0
2412026-07-16T17:09:45.044Z Downloaded is_ci v1.2.0
2422026-07-16T17:09:45.044Z Downloaded idna_adapter v1.0.0
2432026-07-16T17:09:45.044Z Downloaded indent_write v2.2.0
2442026-07-16T17:09:45.044Z Downloaded clap_derive v4.6.1
2452026-07-16T17:09:45.048Z Downloaded generic-array v0.14.7
2462026-07-16T17:09:45.048Z Downloaded futures-macro v0.3.32
2472026-07-16T17:09:45.053Z Downloaded cpufeatures v0.3.0
2482026-07-16T17:09:45.053Z Downloaded curve25519-dalek-derive v0.1.1
2492026-07-16T17:09:45.053Z Downloaded config v0.15.25
2502026-07-16T17:09:45.058Z Downloaded clap_lex v1.1.0
2512026-07-16T17:09:45.058Z Downloaded futures-task v0.3.32
2522026-07-16T17:09:45.058Z Downloaded foreign-types-shared v0.1.1
2532026-07-16T17:09:45.058Z Downloaded futures-core v0.3.32
2542026-07-16T17:09:45.063Z Downloaded form_urlencoded v1.2.2
2552026-07-16T17:09:45.063Z Downloaded rustc_version v0.4.1
2562026-07-16T17:09:45.068Z Downloaded foreign-types v0.3.2
2572026-07-16T17:09:45.068Z Downloaded futures-sink v0.3.32
2582026-07-16T17:09:45.068Z Downloaded errno v0.3.14
2592026-07-16T17:09:45.069Z Downloaded guppy-workspace-hack v0.1.0
2602026-07-16T17:09:45.069Z Downloaded ordered-float v2.10.1
2612026-07-16T17:09:45.074Z Downloaded percent-encoding v2.3.2
2622026-07-16T17:09:45.074Z Downloaded scopeguard v1.2.0
2632026-07-16T17:09:45.074Z Downloaded fnv v1.0.7
2642026-07-16T17:09:45.074Z Downloaded document-features v0.2.12
2652026-07-16T17:09:45.084Z Downloaded openssl-probe v0.2.1
2662026-07-16T17:09:45.089Z Downloaded cargo_metadata v0.20.0
2672026-07-16T17:09:45.089Z Downloaded serde_spanned v1.1.1
2682026-07-16T17:09:45.089Z Downloaded openssl-macros v0.1.1
2692026-07-16T17:09:45.090Z Downloaded futures-io v0.3.32
2702026-07-16T17:09:45.090Z Downloaded cargo-platform v0.2.0
2712026-07-16T17:09:45.090Z Downloaded ppv-lite86 v0.2.21
2722026-07-16T17:09:45.090Z Downloaded nextest-metadata v0.12.2
2732026-07-16T17:09:45.090Z Downloaded debug-ignore v1.0.5
2742026-07-16T17:09:45.096Z Downloaded native-tls v0.2.18
2752026-07-16T17:09:45.099Z Downloaded serde-value v0.7.0
2762026-07-16T17:09:45.100Z Downloaded newtype-uuid v1.3.2
2772026-07-16T17:09:45.100Z Downloaded jobserver v0.1.35
2782026-07-16T17:09:45.100Z Downloaded lock_api v0.4.14
2792026-07-16T17:09:45.100Z Downloaded camino v1.2.4
2802026-07-16T17:09:45.104Z Downloaded ipnet v2.12.0
2812026-07-16T17:09:45.105Z Downloaded rand_chacha v0.9.0
2822026-07-16T17:09:45.105Z Downloaded hyper-rustls v0.27.9
2832026-07-16T17:09:45.105Z Downloaded crc32fast v1.5.0
2842026-07-16T17:09:45.109Z Downloaded http-body-util v0.1.4
2852026-07-16T17:09:45.113Z Downloaded quinn-udp v0.5.15
2862026-07-16T17:09:45.113Z Downloaded miette-derive v7.6.0
2872026-07-16T17:09:45.118Z Downloaded signature v2.2.0
2882026-07-16T17:09:45.118Z Downloaded signal-hook-mio v0.2.5
2892026-07-16T17:09:45.123Z Downloaded strsim v0.11.1
2902026-07-16T17:09:45.124Z Downloaded sync_wrapper v1.0.2
2912026-07-16T17:09:45.124Z Downloaded supports-unicode v3.0.0
2922026-07-16T17:09:45.124Z Downloaded strip-ansi-escapes v0.2.1
2932026-07-16T17:09:45.130Z Downloaded shared_child v1.1.1
2942026-07-16T17:09:45.130Z Downloaded globset v0.4.19
2952026-07-16T17:09:45.130Z Downloaded serde_urlencoded v0.7.1
2962026-07-16T17:09:45.136Z Downloaded serde_ignored v0.1.14
2972026-07-16T17:09:45.136Z Downloaded enable-ansi-support v0.2.1
2982026-07-16T17:09:45.136Z Downloaded fastrand v2.4.1
2992026-07-16T17:09:45.136Z Downloaded sigchld v0.2.4
3002026-07-16T17:09:45.136Z Downloaded duct v0.13.7
3012026-07-16T17:09:45.141Z Downloaded either v1.16.0
3022026-07-16T17:09:45.141Z Downloaded ed25519 v2.2.3
3032026-07-16T17:09:45.141Z Downloaded digest v0.10.7
3042026-07-16T17:09:45.141Z Downloaded swrite v0.1.0
3052026-07-16T17:09:45.192Z Downloaded supports-hyperlinks v3.2.0
3062026-07-16T17:09:45.193Z Downloaded humantime v2.4.0
3072026-07-16T17:09:45.194Z Downloaded dialoguer v0.11.0
3082026-07-16T17:09:45.194Z Downloaded future-queue v0.4.0
3092026-07-16T17:09:45.210Z Downloaded rand_core v0.10.1
3102026-07-16T17:09:45.211Z Downloaded pathdiff v0.2.3
3112026-07-16T17:09:45.211Z Downloaded self-replace v1.5.0
3122026-07-16T17:09:45.211Z Downloaded filetime v0.2.29
3132026-07-16T17:09:45.211Z Downloaded terminal_size v0.4.4
3142026-07-16T17:09:45.211Z Downloaded erased-serde v0.4.10
3152026-07-16T17:09:45.211Z Downloaded rustc-demangle v0.1.28
3162026-07-16T17:09:45.211Z Downloaded subtle v2.6.1
3172026-07-16T17:09:45.211Z Downloaded thread_local v1.1.10
3182026-07-16T17:09:45.211Z Downloaded supports-color v3.0.2
3192026-07-16T17:09:45.211Z Downloaded serde-untagged v0.1.9
3202026-07-16T17:09:45.211Z Downloaded find-msvc-tools v0.1.9
3212026-07-16T17:09:45.211Z Downloaded rustls-pki-types v1.15.0
3222026-07-16T17:09:45.211Z Downloaded iana-time-zone v0.1.65
3232026-07-16T17:09:45.211Z Downloaded console v0.15.11
3242026-07-16T17:09:45.211Z Downloaded nextest-filtering v0.15.0
3252026-07-16T17:09:45.211Z Downloaded quick-junit v0.5.2
3262026-07-16T17:09:45.211Z Downloaded tokio-macros v2.7.0
3272026-07-16T17:09:45.211Z Downloaded tinyvec_macros v0.1.1
3282026-07-16T17:09:45.211Z Downloaded serde_spanned v0.6.9
3292026-07-16T17:09:45.211Z Downloaded os_pipe v1.2.3
3302026-07-16T17:09:45.211Z Downloaded litrs v1.0.0
3312026-07-16T17:09:45.211Z Downloaded pin-project-lite v0.2.17
3322026-07-16T17:09:45.211Z Downloaded static_assertions v1.1.0
3332026-07-16T17:09:45.211Z Downloaded shlex v2.0.1
3342026-07-16T17:09:45.212Z Downloaded shell-words v1.1.1
3352026-07-16T17:09:45.212Z Downloaded serde_path_to_error v0.1.20
3362026-07-16T17:09:45.212Z Downloaded camino-tempfile v1.4.1
3372026-07-16T17:09:45.212Z Downloaded toml_write v0.1.2
3382026-07-16T17:09:45.212Z Downloaded toml_datetime v0.6.11
3392026-07-16T17:09:45.212Z Downloaded tower-service v0.3.3
3402026-07-16T17:09:45.212Z Downloaded tower-layer v0.3.3
3412026-07-16T17:09:45.212Z Downloaded slab v0.4.12
3422026-07-16T17:09:45.212Z Downloaded const-oid v0.9.6
3432026-07-16T17:09:45.212Z Downloaded owo-colors v4.3.0
3442026-07-16T17:09:45.225Z Downloaded pkcs8 v0.10.2
3452026-07-16T17:09:45.225Z Downloaded spki v0.7.3
3462026-07-16T17:09:45.225Z Downloaded simd-adler32 v0.3.10
3472026-07-16T17:09:45.225Z Downloaded semver v1.0.28
3482026-07-16T17:09:45.225Z Downloaded tracing-error v0.2.1
3492026-07-16T17:09:45.225Z Downloaded foldhash v0.1.5
3502026-07-16T17:09:45.225Z Downloaded unicode-linebreak v0.1.5
3512026-07-16T17:09:45.225Z Downloaded typeid v1.0.3
3522026-07-16T17:09:45.225Z Downloaded try-lock v0.2.5
3532026-07-16T17:09:45.225Z Downloaded clap v4.6.2
3542026-07-16T17:09:45.232Z Downloaded getrandom v0.2.17
3552026-07-16T17:09:45.232Z Downloaded smol_str v0.3.6
3562026-07-16T17:09:45.232Z Downloaded rand_core v0.9.5
3572026-07-16T17:09:45.233Z Downloaded thiserror v1.0.69
3582026-07-16T17:09:45.233Z Downloaded utf8parse v0.2.2
3592026-07-16T17:09:45.233Z Downloaded bytes v1.12.1
3602026-07-16T17:09:45.233Z Downloaded thiserror-impl v2.0.18
3612026-07-16T17:09:45.233Z Downloaded thiserror-impl v1.0.69
3622026-07-16T17:09:45.237Z Downloaded thiserror v2.0.18
3632026-07-16T17:09:45.237Z Downloaded target-spec-miette v0.4.8
3642026-07-16T17:09:45.237Z Downloaded quote v1.0.46
3652026-07-16T17:09:45.242Z Downloaded unicode-xid v0.2.6
3662026-07-16T17:09:45.242Z Downloaded parking_lot_core v0.9.12
3672026-07-16T17:09:45.242Z Downloaded once_cell v1.21.4
3682026-07-16T17:09:45.247Z Downloaded utf8_iter v1.0.4
3692026-07-16T17:09:45.247Z Downloaded want v0.3.1
3702026-07-16T17:09:45.247Z Downloaded urlencoding v2.1.3
3712026-07-16T17:09:45.247Z Downloaded num-traits v0.2.19
3722026-07-16T17:09:45.247Z Downloaded pin-project-internal v1.1.13
3732026-07-16T17:09:45.247Z Downloaded xattr v1.6.1
3742026-07-16T17:09:45.251Z Downloaded version_check v0.9.5
3752026-07-16T17:09:45.251Z Downloaded target-lexicon v0.13.5
3762026-07-16T17:09:45.251Z Downloaded eyre v0.6.12
3772026-07-16T17:09:45.251Z Downloaded signal-hook-registry v1.4.8
3782026-07-16T17:09:45.255Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3792026-07-16T17:09:45.255Z Downloaded httparse v1.10.1
3802026-07-16T17:09:45.256Z Downloaded log v0.4.33
3812026-07-16T17:09:45.259Z Downloaded borsh v1.7.0
3822026-07-16T17:09:45.260Z Downloaded tokio-native-tls v0.3.1
3832026-07-16T17:09:45.264Z Downloaded bitflags v2.13.1
3842026-07-16T17:09:45.264Z Downloaded sha2 v0.10.9
3852026-07-16T17:09:45.272Z Downloaded toml_writer v1.1.2+spec-1.1.0
3862026-07-16T17:09:45.272Z Downloaded ryu v1.0.23
3872026-07-16T17:09:45.272Z Downloaded parking_lot v0.12.5
3882026-07-16T17:09:45.276Z Downloaded getrandom v0.4.3
3892026-07-16T17:09:45.276Z Downloaded tracing-log v0.2.0
3902026-07-16T17:09:45.276Z Downloaded target-spec v3.6.0
3912026-07-16T17:09:45.276Z Downloaded fixedbitset v0.5.7
3922026-07-16T17:09:45.276Z Downloaded unicase v2.9.0
3932026-07-16T17:09:45.276Z Downloaded futures-executor v0.3.32
3942026-07-16T17:09:45.276Z Downloaded derive-where v1.6.1
3952026-07-16T17:09:45.283Z Downloaded getrandom v0.3.4
3962026-07-16T17:09:45.283Z Downloaded cc v1.2.67
3972026-07-16T17:09:45.287Z Downloaded pin-project v1.1.13
3982026-07-16T17:09:45.291Z Downloaded untrusted v0.9.0
3992026-07-16T17:09:45.292Z Downloaded serde_derive v1.0.228
4002026-07-16T17:09:45.292Z Downloaded serde_core v1.0.228
4012026-07-16T17:09:45.297Z Downloaded self_update v0.42.0
4022026-07-16T17:09:45.297Z Downloaded rand_core v0.6.4
4032026-07-16T17:09:45.297Z Downloaded pkg-config v0.3.33
4042026-07-16T17:09:45.297Z Downloaded futures-channel v0.3.32
4052026-07-16T17:09:45.301Z Downloaded tempfile v3.27.0
4062026-07-16T17:09:45.301Z Downloaded xxhash-rust v0.8.17
4072026-07-16T17:09:45.305Z Downloaded base64 v0.22.1
4082026-07-16T17:09:45.305Z Downloaded toml v0.8.23
4092026-07-16T17:09:45.309Z Downloaded tokio-stream v0.1.18
4102026-07-16T17:09:45.314Z Downloaded zmij v1.0.23
4112026-07-16T17:09:45.315Z Downloaded zipsign-api v0.1.5
4122026-07-16T17:09:45.315Z Downloaded zstd-safe v7.2.4
4132026-07-16T17:09:45.315Z Downloaded zstd v0.13.3
4142026-07-16T17:09:45.319Z Downloaded zeroize v1.9.0
4152026-07-16T17:09:45.319Z Downloaded toml_parser v1.1.2+spec-1.1.0
4162026-07-16T17:09:45.319Z Downloaded miniz_oxide v0.8.9
4172026-07-16T17:09:45.325Z Downloaded tracing-attributes v0.1.31
4182026-07-16T17:09:45.325Z Downloaded tokio-rustls v0.26.4
4192026-07-16T17:09:45.325Z Downloaded futures v0.3.32
4202026-07-16T17:09:45.331Z Downloaded textwrap v0.16.2
4212026-07-16T17:09:45.337Z Downloaded signal-hook v0.3.18
4222026-07-16T17:09:45.337Z Downloaded backtrace v0.3.76
4232026-07-16T17:09:45.337Z Downloaded smallvec v1.15.2
4242026-07-16T17:09:45.348Z Downloaded tracing-core v0.1.36
4252026-07-16T17:09:45.354Z Downloaded socket2 v0.6.5
4262026-07-16T17:09:45.359Z Downloaded derive_more v2.1.1
4272026-07-16T17:09:45.363Z Downloaded serde v1.0.228
4282026-07-16T17:09:45.366Z Downloaded tinyvec v1.12.0
4292026-07-16T17:09:45.367Z Downloaded openssl-sys v0.9.117
4302026-07-16T17:09:45.371Z Downloaded indicatif v0.17.11
4312026-07-16T17:09:45.375Z Downloaded flate2 v1.1.9
4322026-07-16T17:09:45.375Z Downloaded toml v1.1.3+spec-1.1.0
4332026-07-16T17:09:45.378Z Downloaded http v1.4.2
4342026-07-16T17:09:45.382Z Downloaded proc-macro2 v1.0.106
4352026-07-16T17:09:45.387Z Downloaded unicode-ident v1.0.24
4362026-07-16T17:09:45.393Z Downloaded der v0.7.10
4372026-07-16T17:09:45.393Z Downloaded ed25519-dalek v2.2.0
4382026-07-16T17:09:45.399Z Downloaded toml_edit v0.22.27
4392026-07-16T17:09:45.404Z Downloaded quinn v0.11.11
4402026-07-16T17:09:45.408Z Downloaded tar v0.4.46
4412026-07-16T17:09:45.408Z Downloaded rustls-webpki v0.103.13
4422026-07-16T17:09:45.412Z Downloaded uuid v1.24.0
4432026-07-16T17:09:45.417Z Downloaded vte v0.14.1
4442026-07-16T17:09:45.417Z Downloaded url v2.5.8
4452026-07-16T17:09:45.417Z Downloaded derive_more-impl v2.1.1
4462026-07-16T17:09:45.420Z Downloaded memchr v2.8.3
4472026-07-16T17:09:45.424Z Downloaded indexmap v2.14.0
4482026-07-16T17:09:45.428Z Downloaded sharded-slab v0.1.7
4492026-07-16T17:09:45.434Z Downloaded unicode-segmentation v1.13.3
4502026-07-16T17:09:45.438Z Downloaded crossterm v0.29.0
4512026-07-16T17:09:45.442Z Downloaded rand v0.9.5
4522026-07-16T17:09:45.442Z Downloaded clap_builder v4.6.2
4532026-07-16T17:09:45.446Z Downloaded tower v0.5.3
4542026-07-16T17:09:45.449Z Downloaded miette v7.6.0
4552026-07-16T17:09:45.458Z Downloaded hashbrown v0.15.5
4562026-07-16T17:09:45.464Z Downloaded rand v0.10.2
4572026-07-16T17:09:45.464Z Downloaded mio v1.2.2
4582026-07-16T17:09:45.464Z Downloaded aho-corasick v1.1.4
4592026-07-16T17:09:45.468Z Downloaded hashbrown v0.17.1
4602026-07-16T17:09:45.474Z Downloaded serde_json v1.0.150
4612026-07-16T17:09:45.483Z Downloaded tokio-util v0.7.18
4622026-07-16T17:09:45.483Z Downloaded guppy v0.17.26
4632026-07-16T17:09:45.487Z Downloaded typenum v1.20.1
4642026-07-16T17:09:45.487Z Downloaded h2 v0.4.15
4652026-07-16T17:09:45.490Z Downloaded hyper-util v0.1.20
4662026-07-16T17:09:45.495Z Downloaded futures-util v0.3.32
4672026-07-16T17:09:45.500Z Downloaded idna v1.1.0
4682026-07-16T17:09:45.505Z Downloaded tower-http v0.6.11
4692026-07-16T17:09:45.508Z Downloaded chrono v0.4.45
4702026-07-16T17:09:45.527Z Downloaded winnow v1.0.4
4712026-07-16T17:09:45.531Z Downloaded ron v0.12.2
4722026-07-16T17:09:45.537Z Downloaded winnow v0.7.15
4732026-07-16T17:09:45.542Z Downloaded webpki-roots v1.0.8
4742026-07-16T17:09:45.548Z Downloaded unicode-normalization v0.1.25
4752026-07-16T17:09:45.551Z Downloaded regex v1.13.1
4762026-07-16T17:09:45.556Z Downloaded itertools v0.14.0
4772026-07-16T17:09:45.562Z Downloaded vcpkg v0.2.15
4782026-07-16T17:09:45.580Z Downloaded hyper v1.10.1
4792026-07-16T17:09:45.588Z Downloaded zerocopy v0.8.54
4802026-07-16T17:09:45.597Z Downloaded reqwest v0.12.28
4812026-07-16T17:09:45.602Z Downloaded bstr v1.13.0
4822026-07-16T17:09:45.606Z Downloaded pulldown-cmark v0.13.4
4832026-07-16T17:09:45.612Z Downloaded syn v2.0.119
4842026-07-16T17:09:45.616Z Downloaded curve25519-dalek v4.1.3
4852026-07-16T17:09:45.620Z Downloaded quick-xml v0.37.5
4862026-07-16T17:09:45.624Z Downloaded gimli v0.32.3
4872026-07-16T17:09:45.629Z Downloaded quick-xml v0.38.4
4882026-07-16T17:09:45.637Z Downloaded portable-atomic v1.13.1
4892026-07-16T17:09:45.643Z Downloaded color-eyre v0.6.5
4902026-07-16T17:09:45.651Z Downloaded tokio v1.52.4
4912026-07-16T17:09:45.683Z Downloaded tracing-subscriber v0.3.23
4922026-07-16T17:09:45.695Z Downloaded quinn-proto v0.11.16
4932026-07-16T17:09:45.734Z Downloaded nextest-runner v0.80.0
4942026-07-16T17:09:45.740Z Downloaded unicode-width v0.1.14
4952026-07-16T17:09:45.745Z Downloaded unicode-width v0.2.2
4962026-07-16T17:09:45.749Z Downloaded openssl v0.10.81
4972026-07-16T17:09:45.764Z Downloaded nix v0.30.1
4982026-07-16T17:09:45.783Z Downloaded object v0.37.3
4992026-07-16T17:09:45.788Z Downloaded rustls v0.23.42
5002026-07-16T17:09:45.794Z Downloaded regex-syntax v0.8.11
5012026-07-16T17:09:45.813Z Downloaded rustix v0.38.44
5022026-07-16T17:09:45.826Z Downloaded rustix v1.1.4
5032026-07-16T17:09:45.857Z Downloaded tracing v0.1.44
5042026-07-16T17:09:45.906Z Downloaded regex-automata v0.4.16
5052026-07-16T17:09:45.941Z Downloaded libc v0.2.186
5062026-07-16T17:09:45.962Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5072026-07-16T17:09:45.972Z Downloaded petgraph v0.8.3
5082026-07-16T17:09:46.035Z Downloaded recursion v0.5.4
5092026-07-16T17:09:46.042Z Downloaded ring v0.17.14
5102026-07-16T17:09:46.134Z Compiling libc v0.2.186
5112026-07-16T17:09:46.134Z Compiling proc-macro2 v1.0.106
5122026-07-16T17:09:46.134Z Compiling unicode-ident v1.0.24
5132026-07-16T17:09:46.144Z Compiling quote v1.0.46
5142026-07-16T17:09:46.144Z Compiling serde_core v1.0.228
5152026-07-16T17:09:46.144Z Compiling cfg-if v1.0.4
5162026-07-16T17:09:46.144Z Compiling memchr v2.8.3
5172026-07-16T17:09:46.145Z Compiling once_cell v1.21.4
5182026-07-16T17:09:46.340Z Compiling log v0.4.33
5192026-07-16T17:09:46.354Z Compiling pin-project-lite v0.2.17
5202026-07-16T17:09:46.444Z Compiling itoa v1.0.18
5212026-07-16T17:09:46.493Z Compiling serde v1.0.228
5222026-07-16T17:09:46.672Z Compiling smallvec v1.15.2
5232026-07-16T17:09:46.913Z Compiling futures-core v0.3.32
5242026-07-16T17:09:47.004Z Compiling bitflags v2.13.1
5252026-07-16T17:09:47.027Z Compiling shlex v2.0.1
5262026-07-16T17:09:47.062Z Compiling equivalent v1.0.2
5272026-07-16T17:09:47.184Z Compiling hashbrown v0.17.1
5282026-07-16T17:09:47.232Z Compiling find-msvc-tools v0.1.9
5292026-07-16T17:09:47.362Z Compiling jobserver v0.1.35
5302026-07-16T17:09:47.397Z Compiling bytes v1.12.1
5312026-07-16T17:09:47.415Z Compiling rustix v1.1.4
5322026-07-16T17:09:47.461Z Compiling futures-sink v0.3.32
5332026-07-16T17:09:47.570Z Compiling errno v0.3.14
5342026-07-16T17:09:47.582Z Compiling cc v1.2.67
5352026-07-16T17:09:47.733Z Compiling signal-hook-registry v1.4.8
5362026-07-16T17:09:47.782Z Compiling mio v1.2.2
5372026-07-16T17:09:47.858Z Compiling syn v2.0.119
5382026-07-16T17:09:47.912Z Compiling socket2 v0.6.5
5392026-07-16T17:09:48.257Z Compiling slab v0.4.12
5402026-07-16T17:09:48.278Z Compiling zmij v1.0.23
5412026-07-16T17:09:48.501Z Compiling futures-channel v0.3.32
5422026-07-16T17:09:48.514Z Compiling tracing-core v0.1.36
5432026-07-16T17:09:48.691Z Compiling serde_json v1.0.150
5442026-07-16T17:09:48.753Z Compiling version_check v0.9.5
5452026-07-16T17:09:48.888Z Compiling futures-io v0.3.32
5462026-07-16T17:09:48.960Z Compiling getrandom v0.4.3
5472026-07-16T17:09:49.035Z Compiling indexmap v2.14.0
5482026-07-16T17:09:49.093Z Compiling futures-task v0.3.32
5492026-07-16T17:09:49.184Z Compiling percent-encoding v2.3.2
5502026-07-16T17:09:49.263Z Compiling unicode-width v0.2.2
5512026-07-16T17:09:49.277Z Compiling camino v1.2.4
5522026-07-16T17:09:49.577Z Compiling ring v0.17.14
5532026-07-16T17:09:49.624Z Compiling http v1.4.2
5542026-07-16T17:09:49.660Z Compiling autocfg v1.5.1
5552026-07-16T17:09:49.683Z Compiling simd-adler32 v0.3.10
5562026-07-16T17:09:49.909Z Compiling adler2 v2.0.1
5572026-07-16T17:09:50.021Z Compiling zeroize v1.9.0
5582026-07-16T17:09:50.082Z Compiling num-traits v0.2.19
5592026-07-16T17:09:50.094Z Compiling miniz_oxide v0.8.9
5602026-07-16T17:09:50.387Z Compiling object v0.37.3
5612026-07-16T17:09:50.541Z Compiling getrandom v0.3.4
5622026-07-16T17:09:50.633Z Compiling target-lexicon v0.13.5
5632026-07-16T17:09:50.816Z Compiling zerocopy v0.8.54
5642026-07-16T17:09:50.960Z Compiling http-body v1.1.0
5652026-07-16T17:09:51.162Z Compiling rustls-pki-types v1.15.0
5662026-07-16T17:09:51.248Z Compiling form_urlencoded v1.2.2
5672026-07-16T17:09:51.290Z Compiling semver v1.0.28
5682026-07-16T17:09:51.492Z Compiling serde_derive v1.0.228
5692026-07-16T17:09:51.507Z Compiling tokio-macros v2.7.0
5702026-07-16T17:09:51.527Z Compiling futures-macro v0.3.32
5712026-07-16T17:09:51.544Z Compiling tracing-attributes v0.1.31
5722026-07-16T17:09:51.787Z Compiling getrandom v0.2.17
5732026-07-16T17:09:51.956Z Compiling fnv v1.0.7
5742026-07-16T17:09:51.986Z Compiling owo-colors v4.3.0
5752026-07-16T17:09:52.026Z Compiling idna_adapter v1.0.0
5762026-07-16T17:09:52.057Z Compiling utf8_iter v1.0.4
5772026-07-16T17:09:52.155Z Compiling gimli v0.32.3
5782026-07-16T17:09:52.224Z Compiling guppy-workspace-hack v0.1.0
5792026-07-16T17:09:52.324Z Compiling thiserror v2.0.18
5802026-07-16T17:09:52.341Z Compiling tokio v1.52.4
5812026-07-16T17:09:52.371Z Compiling futures-util v0.3.32
5822026-07-16T17:09:52.456Z Compiling untrusted v0.9.0
5832026-07-16T17:09:52.585Z Compiling signal-hook v0.3.18
5842026-07-16T17:09:52.683Z Compiling httparse v1.10.1
5852026-07-16T17:09:52.765Z Compiling tracing v0.1.44
5862026-07-16T17:09:53.087Z Compiling idna v1.1.0
5872026-07-16T17:09:53.101Z Compiling thiserror-impl v2.0.18
5882026-07-16T17:09:54.304Z Compiling addr2line v0.25.1
5892026-07-16T17:09:54.809Z Compiling generic-array v0.14.7
5902026-07-16T17:09:54.995Z Compiling rustc-demangle v0.1.28
5912026-07-16T17:09:55.052Z Compiling fastrand v2.4.1
5922026-07-16T17:09:55.065Z Compiling try-lock v0.2.5
5932026-07-16T17:09:55.181Z Compiling tower-service v0.3.3
5942026-07-16T17:09:55.278Z Compiling atomic-waker v1.1.2
5952026-07-16T17:09:55.292Z Compiling rustls v0.23.42
5962026-07-16T17:09:55.377Z Compiling target-spec v3.6.0
5972026-07-16T17:09:55.410Z Compiling pkg-config v0.3.33
5982026-07-16T17:09:55.520Z Compiling typeid v1.0.3
5992026-07-16T17:09:55.673Z Compiling thiserror v1.0.69
6002026-07-16T17:09:55.852Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6012026-07-16T17:09:55.889Z Compiling tempfile v3.27.0
6022026-07-16T17:09:56.019Z Compiling want v0.3.1
6032026-07-16T17:09:56.181Z Compiling cfg-expr v0.20.8
6042026-07-16T17:09:56.274Z Compiling url v2.5.8
6052026-07-16T17:09:56.332Z Compiling tokio-util v0.7.18
6062026-07-16T17:09:56.914Z Compiling h2 v0.4.15
6072026-07-16T17:09:57.625Z Compiling backtrace v0.3.76
6082026-07-16T17:09:57.681Z Compiling thiserror-impl v1.0.69
6092026-07-16T17:09:57.954Z Compiling terminal_size v0.4.4
6102026-07-16T17:09:58.086Z Compiling aho-corasick v1.1.4
6112026-07-16T17:09:58.107Z Compiling erased-serde v0.4.10
6122026-07-16T17:09:58.421Z Compiling typenum v1.20.1
6132026-07-16T17:09:58.716Z Compiling winnow v0.7.15
6142026-07-16T17:09:58.829Z Compiling subtle v2.6.1
6152026-07-16T17:09:58.993Z Compiling regex-syntax v0.8.11
6162026-07-16T17:09:59.640Z Compiling hyper v1.10.1
6172026-07-16T17:10:00.641Z Compiling rustls-webpki v0.103.13
6182026-07-16T17:10:02.743Z Compiling regex-automata v0.4.16
6192026-07-16T17:10:03.428Z Compiling serde_spanned v0.6.9
6202026-07-16T17:10:03.502Z Compiling toml_datetime v0.6.11
6212026-07-16T17:10:03.590Z Compiling ahash v0.8.12
6222026-07-16T17:10:03.848Z Compiling sync_wrapper v1.0.2
6232026-07-16T17:10:03.876Z Compiling nextest-workspace-hack v0.1.0
6242026-07-16T17:10:03.964Z Compiling unicode-linebreak v0.1.5
6252026-07-16T17:10:04.106Z Compiling toml_write v0.1.2
6262026-07-16T17:10:04.226Z Compiling is_ci v1.2.0
6272026-07-16T17:10:04.346Z Compiling unicode-segmentation v1.13.3
6282026-07-16T17:10:04.393Z Compiling crc32fast v1.5.0
6292026-07-16T17:10:04.695Z Compiling lazy_static v1.5.0
6302026-07-16T17:10:04.741Z Compiling portable-atomic v1.13.1
6312026-07-16T17:10:04.798Z Compiling ipnet v2.12.0
6322026-07-16T17:10:05.196Z Compiling foldhash v0.1.5
6332026-07-16T17:10:05.281Z Compiling parking_lot_core v0.9.12
6342026-07-16T17:10:05.417Z Compiling base64 v0.22.1
6352026-07-16T17:10:05.571Z Compiling tower-layer v0.3.3
6362026-07-16T17:10:05.782Z Compiling either v1.16.0
6372026-07-16T17:10:05.907Z Compiling tower v0.5.3
6382026-07-16T17:10:06.017Z Compiling hyper-util v0.1.20
6392026-07-16T17:10:06.033Z Compiling tokio-rustls v0.26.4
6402026-07-16T17:10:06.333Z Compiling hashbrown v0.15.5
6412026-07-16T17:10:06.414Z Compiling sharded-slab v0.1.7
6422026-07-16T17:10:06.577Z Compiling convert_case v0.10.0
6432026-07-16T17:10:06.833Z Compiling supports-color v3.0.2
6442026-07-16T17:10:06.846Z Compiling toml_edit v0.22.27
6452026-07-16T17:10:06.976Z Compiling textwrap v0.16.2
6462026-07-16T17:10:07.112Z Compiling backtrace-ext v0.2.1
6472026-07-16T17:10:07.373Z Compiling ordered-float v2.10.1
6482026-07-16T17:10:07.643Z Compiling webpki-roots v1.0.8
6492026-07-16T17:10:07.664Z Compiling miette-derive v7.6.0
6502026-07-16T17:10:07.761Z Compiling pathdiff v0.2.3
6512026-07-16T17:10:07.888Z Compiling console v0.15.11
6522026-07-16T17:10:08.370Z Compiling cargo-platform v0.3.3
6532026-07-16T17:10:08.681Z Compiling tracing-log v0.2.0
6542026-07-16T17:10:08.772Z Compiling os_pipe v1.2.3
6552026-07-16T17:10:08.928Z Compiling thread_local v1.1.10
6562026-07-16T17:10:08.947Z Compiling supports-unicode v3.0.0
6572026-07-16T17:10:09.043Z Compiling scopeguard v1.2.0
6582026-07-16T17:10:09.115Z Compiling zstd-safe v7.2.4
6592026-07-16T17:10:09.150Z Compiling supports-hyperlinks v3.2.0
6602026-07-16T17:10:09.212Z Compiling winnow v1.0.4
6612026-07-16T17:10:09.300Z Compiling unicode-width v0.1.14
6622026-07-16T17:10:09.381Z Compiling ryu v1.0.23
6632026-07-16T17:10:09.647Z Compiling pulldown-cmark v0.13.4
6642026-07-16T17:10:09.672Z Compiling fixedbitset v0.5.7
6652026-07-16T17:10:09.710Z Compiling debug-ignore v1.0.5
6662026-07-16T17:10:09.832Z Compiling utf8parse v0.2.2
6672026-07-16T17:10:09.845Z Compiling cfg_aliases v0.2.2
6682026-07-16T17:10:09.917Z Compiling rustix v0.38.44
6692026-07-16T17:10:09.946Z Compiling nix v0.30.1
6702026-07-16T17:10:10.197Z Compiling anstyle-parse v1.0.0
6712026-07-16T17:10:10.351Z Compiling toml_parser v1.1.2+spec-1.1.0
6722026-07-16T17:10:10.367Z Compiling petgraph v0.8.3
6732026-07-16T17:10:10.488Z Compiling miette v7.6.0
6742026-07-16T17:10:10.696Z Compiling serde_urlencoded v0.7.1
6752026-07-16T17:10:10.988Z Compiling lock_api v0.4.14
6762026-07-16T17:10:11.232Z Compiling tracing-subscriber v0.3.23
6772026-07-16T17:10:11.675Z Compiling sigchld v0.2.4
6782026-07-16T17:10:11.874Z Compiling cargo_metadata v0.23.1
6792026-07-16T17:10:12.361Z Compiling toml v0.8.23
6802026-07-16T17:10:14.212Z Compiling hyper-rustls v0.27.9
6812026-07-16T17:10:14.508Z Compiling serde-value v0.7.0
6822026-07-16T17:10:14.604Z Compiling serde-untagged v0.1.9
6832026-07-16T17:10:15.054Z Compiling derive_more-impl v2.1.1
6842026-07-16T17:10:15.426Z Compiling tower-http v0.6.11
6852026-07-16T17:10:15.681Z Compiling itertools v0.14.0
6862026-07-16T17:10:15.890Z Compiling regex v1.13.1
6872026-07-16T17:10:15.915Z Compiling crypto-common v0.1.7
6882026-07-16T17:10:16.053Z Compiling block-buffer v0.10.4
6892026-07-16T17:10:16.107Z Compiling ppv-lite86 v0.2.21
6902026-07-16T17:10:16.207Z Compiling rand_core v0.9.5
6912026-07-16T17:10:16.245Z Compiling futures-executor v0.3.32
6922026-07-16T17:10:16.433Z Compiling pin-project-internal v1.1.13
6932026-07-16T17:10:16.458Z Compiling http-body-util v0.1.4
6942026-07-16T17:10:16.748Z Compiling uuid v1.24.0
6952026-07-16T17:10:16.779Z Compiling smol_str v0.3.6
6962026-07-16T17:10:17.111Z Compiling serde_spanned v1.1.1
6972026-07-16T17:10:17.111Z Compiling toml_datetime v1.1.1+spec-1.1.0
6982026-07-16T17:10:17.196Z Compiling filetime v0.2.29
6992026-07-16T17:10:17.271Z Compiling bstr v1.13.0
7002026-07-16T17:10:17.279Z Compiling vte v0.14.1
7012026-07-16T17:10:17.306Z Compiling anstyle-query v1.1.5
7022026-07-16T17:10:17.412Z Compiling iana-time-zone v0.1.65
7032026-07-16T17:10:17.417Z Compiling static_assertions v1.1.0
7042026-07-16T17:10:17.502Z Compiling number_prefix v0.4.0
7052026-07-16T17:10:17.510Z Compiling xattr v1.6.1
7062026-07-16T17:10:17.554Z Compiling nested v0.1.1
7072026-07-16T17:10:17.657Z Compiling color-spantrace v0.3.0
7082026-07-16T17:10:17.684Z Compiling is_terminal_polyfill v1.70.2
7092026-07-16T17:10:17.744Z Compiling unicase v2.9.0
7102026-07-16T17:10:17.744Z Compiling eyre v0.6.12
7112026-07-16T17:10:17.782Z Compiling litrs v1.0.0
7122026-07-16T17:10:17.932Z Compiling colorchoice v1.0.5
7132026-07-16T17:10:17.948Z Compiling unicode-xid v0.2.6
7142026-07-16T17:10:18.012Z Compiling anstyle v1.0.14
7152026-07-16T17:10:18.049Z Compiling tinyvec_macros v0.1.1
7162026-07-16T17:10:18.079Z Compiling self_update v0.42.0
7172026-07-16T17:10:18.118Z Compiling tinyvec v1.12.0
7182026-07-16T17:10:18.217Z Compiling document-features v0.2.12
7192026-07-16T17:10:18.237Z Compiling anstream v1.0.0
7202026-07-16T17:10:18.344Z Compiling cargo-util-schemas v0.2.0
7212026-07-16T17:10:18.548Z Compiling guppy v0.17.26
7222026-07-16T17:10:18.563Z Compiling globset v0.4.19
7232026-07-16T17:10:18.742Z Compiling tar v0.4.46
7242026-07-16T17:10:18.816Z Compiling indicatif v0.17.11
7252026-07-16T17:10:19.276Z Compiling chrono v0.4.45
7262026-07-16T17:10:20.790Z Compiling pin-project v1.1.13
7272026-07-16T17:10:20.879Z Compiling strip-ansi-escapes v0.2.1
7282026-07-16T17:10:21.277Z Compiling toml v1.1.3+spec-1.1.0
7292026-07-16T17:10:21.380Z Compiling newtype-uuid v1.3.2
7302026-07-16T17:10:21.574Z Compiling nextest-metadata v0.12.2
7312026-07-16T17:10:21.759Z Compiling reqwest v0.12.28
7322026-07-16T17:10:21.859Z Compiling futures v0.3.32
7332026-07-16T17:10:21.919Z Compiling rand_chacha v0.9.0
7342026-07-16T17:10:21.941Z Compiling digest v0.10.7
7352026-07-16T17:10:22.167Z Compiling derive_more v2.1.1
7362026-07-16T17:10:22.260Z Compiling parking_lot v0.12.5
7372026-07-16T17:10:22.490Z Compiling flate2 v1.1.9
7382026-07-16T17:10:22.685Z Compiling tracing-error v0.2.1
7392026-07-16T17:10:22.925Z Compiling shared_child v1.1.1
7402026-07-16T17:10:23.288Z Compiling signal-hook-mio v0.2.5
7412026-07-16T17:10:23.401Z Compiling self-replace v1.5.0
7422026-07-16T17:10:23.423Z Compiling cargo-platform v0.2.0
7432026-07-16T17:10:23.680Z Compiling quick-xml v0.38.4
7442026-07-16T17:10:23.986Z Compiling quick-xml v0.37.5
7452026-07-16T17:10:24.468Z Compiling indenter v0.3.4
7462026-07-16T17:10:24.565Z Compiling shell-words v1.1.1
7472026-07-16T17:10:24.803Z Compiling cpufeatures v0.2.17
7482026-07-16T17:10:24.864Z Compiling humantime v2.4.0
7492026-07-16T17:10:24.881Z Compiling strsim v0.11.1
7502026-07-16T17:10:25.290Z Compiling heck v0.5.0
7512026-07-16T17:10:25.490Z Compiling urlencoding v2.1.3
7522026-07-16T17:10:25.523Z Compiling recursion v0.5.4
7532026-07-16T17:10:25.537Z Compiling clap_lex v1.1.0
7542026-07-16T17:10:25.698Z Compiling clap_builder v4.6.2
7552026-07-16T17:10:25.733Z Compiling nextest-filtering v0.15.0
7562026-07-16T17:10:25.905Z Compiling clap_derive v4.6.1
7572026-07-16T17:10:26.734Z Compiling humantime-serde v1.1.1
7582026-07-16T17:10:26.901Z Compiling sha2 v0.10.9
7592026-07-16T17:10:28.114Z Compiling quick-junit v0.5.2
7602026-07-16T17:10:28.203Z Compiling atomicwrites v0.4.4
7612026-07-16T17:10:28.486Z Compiling cargo_metadata v0.20.0
7622026-07-16T17:10:29.695Z Compiling crossterm v0.29.0
7632026-07-16T17:10:31.266Z Compiling cargo-nextest v0.9.97
7642026-07-16T17:10:32.123Z Compiling duct v0.13.7
7652026-07-16T17:10:32.458Z Compiling rand v0.9.5
7662026-07-16T17:10:32.595Z Compiling zstd v0.13.3
7672026-07-16T17:10:32.762Z Compiling async-scoped v0.9.0
7682026-07-16T17:10:32.929Z Compiling config v0.15.25
7692026-07-16T17:10:32.964Z Compiling unicode-normalization v0.1.25
7702026-07-16T17:10:33.026Z Compiling target-spec-miette v0.4.8
7712026-07-16T17:10:33.240Z Compiling future-queue v0.4.0
7722026-07-16T17:10:33.468Z Compiling mukti-metadata v0.3.0
7732026-07-16T17:10:33.525Z Compiling tokio-stream v0.1.18
7742026-07-16T17:10:33.550Z Compiling camino-tempfile v1.4.1
7752026-07-16T17:10:33.679Z Compiling derive-where v1.6.1
7762026-07-16T17:10:33.809Z Compiling serde_ignored v0.1.14
7772026-07-16T17:10:33.966Z Compiling serde_path_to_error v0.1.20
7782026-07-16T17:10:33.985Z Compiling indent_write v2.2.0
7792026-07-16T17:10:34.031Z Compiling hex v0.4.3
7802026-07-16T17:10:34.051Z Compiling home v0.5.12
7812026-07-16T17:10:34.220Z Compiling xxhash-rust v0.8.17
7822026-07-16T17:10:34.253Z Compiling swrite v0.1.0
7832026-07-16T17:10:34.364Z Compiling color-eyre v0.6.5
7842026-07-16T17:10:34.378Z Compiling clap v4.6.2
7852026-07-16T17:10:34.398Z Compiling dialoguer v0.11.0
7862026-07-16T17:10:34.419Z Compiling enable-ansi-support v0.2.1
7872026-07-16T17:10:34.936Z Compiling nextest-runner v0.80.0
7882026-07-16T17:10:53.126Z Finished `release` profile [optimized] target(s) in 1m 10s
7892026-07-16T17:10:53.302Z Installing /home/build/.cargo/bin/cargo-nextest
7902026-07-16T17:10:53.306Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7912026-07-16T17:10:53.487Z+ banner ddm
7922026-07-16T17:10:53.530Z
7932026-07-16T17:10:53.530Z ##### ##### # #
7942026-07-16T17:10:53.530Z # # # # ## ##
7952026-07-16T17:10:53.531Z # # # # # ## #
7962026-07-16T17:10:53.531Z # # # # # #
7972026-07-16T17:10:53.531Z # # # # # #
7982026-07-16T17:10:53.531Z ##### ##### # #
7992026-07-16T17:10:53.531Z
8002026-07-16T17:10:53.531Z+ cargo nextest run -p ddm -p ddm-api-types -p ddm-api-types-versions --nocapture
8012026-07-16T17:10:53.592Z Updating git repository `https://github.com/oxidecomputer/falcon`
8022026-07-16T17:10:54.216ZFrom https://github.com/oxidecomputer/falcon
8032026-07-16T17:10:54.216Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
8042026-07-16T17:10:54.288Z Updating crates.io index
8052026-07-16T17:10:54.305Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8062026-07-16T17:10:54.689ZFrom https://github.com/oxidecomputer/dendrite
8072026-07-16T17:10:54.689Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
8082026-07-16T17:10:54.726Z Updating git repository `https://github.com/oxidecomputer/ispf`
8092026-07-16T17:10:54.999ZFrom https://github.com/oxidecomputer/ispf
8102026-07-16T17:10:54.999Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8112026-07-16T17:10:55.005Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8122026-07-16T17:10:55.363ZFrom https://github.com/oxidecomputer/netadm-sys
8132026-07-16T17:10:55.363Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8142026-07-16T17:10:55.371Z Updating git repository `https://github.com/oxidecomputer/omicron`
8152026-07-16T17:11:01.337ZFrom https://github.com/oxidecomputer/omicron
8162026-07-16T17:11:01.337Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8172026-07-16T17:11:01.761Z Updating git repository `https://github.com/oxidecomputer/opte`
8182026-07-16T17:11:02.625ZFrom https://github.com/oxidecomputer/opte
8192026-07-16T17:11:02.625Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8202026-07-16T17:11:02.656Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8212026-07-16T17:11:02.904ZFrom https://github.com/oxidecomputer/slog-error-chain
8222026-07-16T17:11:02.904Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8232026-07-16T17:11:02.914Z Updating git repository `https://github.com/illumos/smf-rs`
8242026-07-16T17:11:03.145ZFrom https://github.com/illumos/smf-rs
8252026-07-16T17:11:03.145Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8262026-07-16T17:11:03.155Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8272026-07-16T17:11:03.403ZFrom https://github.com/oxidecomputer/network-interface
8282026-07-16T17:11:03.403Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8292026-07-16T17:11:03.407Z Updating git repository `https://github.com/oxidecomputer/zone`
8302026-07-16T17:11:03.653ZFrom https://github.com/oxidecomputer/zone
8312026-07-16T17:11:03.653Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8322026-07-16T17:11:03.660Z Updating git repository `https://github.com/oxidecomputer/propolis`
8332026-07-16T17:11:04.552ZFrom https://github.com/oxidecomputer/propolis
8342026-07-16T17:11:04.552Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8352026-07-16T17:11:04.601Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8362026-07-16T17:11:05.113ZFrom https://github.com/oxidecomputer/transceiver-control
8372026-07-16T17:11:05.113Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8382026-07-16T17:11:05.124Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8392026-07-16T17:11:05.354ZFrom https://github.com/oxidecomputer/dlpi-sys
8402026-07-16T17:11:05.354Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8412026-07-16T17:11:05.360Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8422026-07-16T17:11:05.615ZFrom https://github.com/jmesmon/rust-libzfs
8432026-07-16T17:11:05.615Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8442026-07-16T17:11:05.625Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8452026-07-16T17:11:05.874ZFrom https://github.com/oxidecomputer/rusty-doors
8462026-07-16T17:11:05.874Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8472026-07-16T17:11:05.881Z Updating git repository `https://github.com/oxidecomputer/lldp`
8482026-07-16T17:11:06.205ZFrom https://github.com/oxidecomputer/lldp
8492026-07-16T17:11:06.205Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8502026-07-16T17:11:06.218Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8512026-07-16T17:11:06.521ZFrom https://github.com/oxidecomputer/tufaceous
8522026-07-16T17:11:06.521Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8532026-07-16T17:11:06.539Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8542026-07-16T17:11:07.177ZFrom https://github.com/oxidecomputer/management-gateway-service
8552026-07-16T17:11:07.177Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8562026-07-16T17:11:07.191Z Updating git repository `https://github.com/oxidecomputer/crucible`
8572026-07-16T17:11:08.331ZFrom https://github.com/oxidecomputer/crucible
8582026-07-16T17:11:08.331Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8592026-07-16T17:11:08.376Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8602026-07-16T17:11:08.627ZFrom https://github.com/oxidecomputer/serde_human_bytes
8612026-07-16T17:11:08.627Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8622026-07-16T17:11:08.641Z Updating git repository `https://github.com/oxidecomputer/propolis`
8632026-07-16T17:11:09.130ZFrom https://github.com/oxidecomputer/propolis
8642026-07-16T17:11:09.131Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8652026-07-16T17:11:09.180Z Updating git repository `https://github.com/oxidecomputer/crucible`
8662026-07-16T17:11:09.772ZFrom https://github.com/oxidecomputer/crucible
8672026-07-16T17:11:09.772Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8682026-07-16T17:11:09.838Z Updating git repository `https://github.com/oxidecomputer/tofino`
8692026-07-16T17:11:10.178ZFrom https://github.com/oxidecomputer/tofino
8702026-07-16T17:11:10.178Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8712026-07-16T17:11:10.187Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8722026-07-16T17:11:11.314ZFrom https://github.com/oxidecomputer/maghemite
8732026-07-16T17:11:11.314Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8742026-07-16T17:11:11.345Z Updating git repository `https://github.com/oxidecomputer/clickward`
8752026-07-16T17:11:11.592ZFrom https://github.com/oxidecomputer/clickward
8762026-07-16T17:11:11.592Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8772026-07-16T17:11:11.599Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8782026-07-16T17:11:11.830ZFrom https://github.com/oxidecomputer/illumos-devinfo
8792026-07-16T17:11:11.830Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8802026-07-16T17:11:12.745Z Downloading crates ...
8812026-07-16T17:11:12.839Z Downloaded base64 v0.21.7
8822026-07-16T17:11:12.844Z Downloaded arrayref v0.3.9
8832026-07-16T17:11:12.844Z Downloaded byteorder v1.5.0
8842026-07-16T17:11:12.853Z Downloaded base16ct v0.2.0
8852026-07-16T17:11:12.859Z Downloaded async-recursion v1.1.1
8862026-07-16T17:11:12.859Z Downloaded aead v0.5.2
8872026-07-16T17:11:12.859Z Downloaded async-stream-impl v0.3.6
8882026-07-16T17:11:12.865Z Downloaded globset v0.4.18
8892026-07-16T17:11:12.866Z Downloaded fxhash v0.2.1
8902026-07-16T17:11:12.866Z Downloaded dtrace-parser v0.2.0
8912026-07-16T17:11:12.873Z Downloaded bit-set v0.8.0
8922026-07-16T17:11:12.873Z Downloaded base16ct v1.0.0
8932026-07-16T17:11:12.873Z Downloaded enum-as-inner v0.6.1
8942026-07-16T17:11:12.873Z Downloaded fs_extra v1.3.0
8952026-07-16T17:11:12.873Z Downloaded dunce v1.0.5
8962026-07-16T17:11:12.879Z Downloaded bcs v0.1.6
8972026-07-16T17:11:12.879Z Downloaded bitflags v1.3.2
8982026-07-16T17:11:12.879Z Downloaded foreign-types-shared v0.3.1
8992026-07-16T17:11:12.879Z Downloaded gethostname v0.5.0
9002026-07-16T17:11:12.879Z Downloaded elliptic-curve v0.13.8
9012026-07-16T17:11:12.879Z Downloaded foreign-types v0.5.0
9022026-07-16T17:11:12.883Z Downloaded cfg_aliases v0.2.1
9032026-07-16T17:11:12.883Z Downloaded dtrace-parser v0.3.0
9042026-07-16T17:11:12.883Z Downloaded httpdate v1.0.3
9052026-07-16T17:11:12.888Z Downloaded hostname v0.4.2
9062026-07-16T17:11:12.888Z Downloaded embedded-io v0.4.0
9072026-07-16T17:11:12.888Z Downloaded heck v0.4.1
9082026-07-16T17:11:12.888Z Downloaded compression-core v0.4.32
9092026-07-16T17:11:12.891Z Downloaded ff v0.13.1
9102026-07-16T17:11:12.891Z Downloaded async-stream v0.3.6
9112026-07-16T17:11:12.891Z Downloaded ciborium-ll v0.2.2
9122026-07-16T17:11:12.894Z Downloaded cobs v0.3.0
9132026-07-16T17:11:12.894Z Downloaded crc8 v0.1.1
9142026-07-16T17:11:12.898Z Downloaded foreign-types-macros v0.2.3
9152026-07-16T17:11:12.901Z Downloaded http-body v1.0.1
9162026-07-16T17:11:12.901Z Downloaded embedded-io v0.6.1
9172026-07-16T17:11:12.904Z Downloaded idna_adapter v1.2.2
9182026-07-16T17:11:12.904Z Downloaded hash32 v0.3.1
9192026-07-16T17:11:12.909Z Downloaded hubpack_derive v0.1.1
9202026-07-16T17:11:12.910Z Downloaded fixedbitset v0.4.2
9212026-07-16T17:11:12.910Z Downloaded argon2 v0.5.3
9222026-07-16T17:11:12.913Z Downloaded git-stub v1.0.0
9232026-07-16T17:11:12.918Z Downloaded const-random v0.1.18
9242026-07-16T17:11:12.918Z Downloaded dropshot-api-manager-types v0.7.2
9252026-07-16T17:11:12.921Z Downloaded fs-err v3.3.0
9262026-07-16T17:11:12.921Z Downloaded dyn-clone v1.0.20
9272026-07-16T17:11:12.925Z Downloaded dof v0.4.0
9282026-07-16T17:11:12.929Z Downloaded crucible-workspace-hack v0.1.0
9292026-07-16T17:11:12.937Z Downloaded const-random-macro v0.1.16
9302026-07-16T17:11:12.937Z Downloaded is-terminal v0.4.17
9312026-07-16T17:11:12.937Z Downloaded managed v0.8.0
9322026-07-16T17:11:12.937Z Downloaded libscf-sys v1.2.0
9332026-07-16T17:11:12.937Z Downloaded macaddr v1.0.1
9342026-07-16T17:11:12.941Z Downloaded ident_case v1.0.1
9352026-07-16T17:11:12.941Z Downloaded float-ord v0.3.2
9362026-07-16T17:11:12.941Z Downloaded cstr-argument v0.1.2
9372026-07-16T17:11:12.941Z Downloaded crunchy v0.2.4
9382026-07-16T17:11:12.941Z Downloaded mime v0.3.17
9392026-07-16T17:11:12.941Z Downloaded instant v0.1.13
9402026-07-16T17:11:12.941Z Downloaded defmt-parser v1.0.0
9412026-07-16T17:11:12.941Z Downloaded darling_macro v0.21.3
9422026-07-16T17:11:12.941Z Downloaded internet-checksum v0.2.1
9432026-07-16T17:11:12.941Z Downloaded convert_case v0.4.0
9442026-07-16T17:11:12.945Z Downloaded hostname v0.3.1
9452026-07-16T17:11:12.945Z Downloaded git-stub-vcs v0.1.0
9462026-07-16T17:11:12.945Z Downloaded defmt v0.3.100
9472026-07-16T17:11:12.945Z Downloaded crypto-common v0.2.2
9482026-07-16T17:11:12.949Z Downloaded dof v0.3.0
9492026-07-16T17:11:12.949Z Downloaded group v0.13.0
9502026-07-16T17:11:12.949Z Downloaded foldhash v0.2.0
9512026-07-16T17:11:12.952Z Downloaded async-trait v0.1.89
9522026-07-16T17:11:12.952Z Downloaded http-body-util v0.1.3
9532026-07-16T17:11:12.952Z Downloaded erased-serde v0.3.31
9542026-07-16T17:11:12.955Z Downloaded csv-core v0.1.13
9552026-07-16T17:11:12.955Z Downloaded arrayvec v0.7.6
9562026-07-16T17:11:12.958Z Downloaded glob v0.3.3
9572026-07-16T17:11:12.960Z Downloaded ciborium-io v0.2.2
9582026-07-16T17:11:12.960Z Downloaded bit-vec v0.8.0
9592026-07-16T17:11:12.963Z Downloaded backoff v0.4.0
9602026-07-16T17:11:12.963Z Downloaded hubpack v0.1.2
9612026-07-16T17:11:12.963Z Downloaded crossbeam-deque v0.8.6
9622026-07-16T17:11:12.963Z Downloaded hmac v0.12.1
9632026-07-16T17:11:12.966Z Downloaded darling_macro v0.23.0
9642026-07-16T17:11:12.966Z Downloaded block-buffer v0.12.0
9652026-07-16T17:11:12.973Z Downloaded natord v1.0.9
9662026-07-16T17:11:12.977Z Downloaded memmap v0.7.0
9672026-07-16T17:11:12.977Z Downloaded konst_macro_rules v0.2.19
9682026-07-16T17:11:12.977Z Downloaded chacha20 v0.10.0
9692026-07-16T17:11:12.981Z Downloaded anyhow v1.0.103
9702026-07-16T17:11:12.984Z Downloaded newtype-uuid-macros v0.1.0
9712026-07-16T17:11:12.984Z Downloaded keccak v0.1.6
9722026-07-16T17:11:12.984Z Downloaded newline-converter v0.3.0
9732026-07-16T17:11:12.987Z Downloaded num-iter v0.1.45
9742026-07-16T17:11:12.987Z Downloaded newtype_derive v0.1.6
9752026-07-16T17:11:12.990Z Downloaded olpc-cjson v0.1.4
9762026-07-16T17:11:12.993Z Downloaded linked-hash-map v0.5.6
9772026-07-16T17:11:12.996Z Downloaded num-derive v0.4.2
9782026-07-16T17:11:12.998Z Downloaded critical-section v1.2.0
9792026-07-16T17:11:12.998Z Downloaded cmake v0.1.58
9802026-07-16T17:11:13.002Z Downloaded memoffset v0.9.1
9812026-07-16T17:11:13.002Z Downloaded lru-cache v0.1.2
9822026-07-16T17:11:13.002Z Downloaded num-conv v0.2.2
9832026-07-16T17:11:13.005Z Downloaded constant_time_eq v0.4.2
9842026-07-16T17:11:13.005Z Downloaded const_format_proc_macros v0.2.34
9852026-07-16T17:11:13.005Z Downloaded highway v1.3.0
9862026-07-16T17:11:13.008Z Downloaded compression-codecs v0.4.38
9872026-07-16T17:11:13.012Z Downloaded cipher v0.4.4
9882026-07-16T17:11:13.012Z Downloaded chacha20 v0.9.1
9892026-07-16T17:11:13.012Z Downloaded displaydoc v0.2.6
9902026-07-16T17:11:13.018Z Downloaded no-std-compat v0.4.1
9912026-07-16T17:11:13.018Z Downloaded match_cfg v0.1.0
9922026-07-16T17:11:13.018Z Downloaded num_enum_derive v0.5.11
9932026-07-16T17:11:13.023Z Downloaded opaque-debug v0.3.1
9942026-07-16T17:11:13.023Z Downloaded omicron-workspace-hack v0.1.0
9952026-07-16T17:11:13.023Z Downloaded byte-wrapper v0.1.0
9962026-07-16T17:11:13.023Z Downloaded bs58 v0.5.1
9972026-07-16T17:11:13.023Z Downloaded num_threads v0.1.7
9982026-07-16T17:11:13.026Z Downloaded crossbeam-utils v0.8.21
9992026-07-16T17:11:13.026Z Downloaded crossbeam-epoch v0.9.18
10002026-07-16T17:11:13.026Z Downloaded bytecount v0.6.9
10012026-07-16T17:11:13.030Z Downloaded backon v1.6.0
10022026-07-16T17:11:13.034Z Downloaded derive-ex v0.1.8
10032026-07-16T17:11:13.034Z Downloaded plain v0.2.3
10042026-07-16T17:11:13.034Z Downloaded ingot-types v0.1.2
10052026-07-16T17:11:13.037Z Downloaded deranged v0.5.8
10062026-07-16T17:11:13.038Z Downloaded multer v3.1.0
10072026-07-16T17:11:13.041Z Downloaded cancel-safe-futures v0.1.5
10082026-07-16T17:11:13.041Z Downloaded arc-swap v1.9.1
10092026-07-16T17:11:13.047Z Downloaded proc-macro-crate v3.5.0
10102026-07-16T17:11:13.047Z Downloaded proc-macro-crate v1.3.1
10112026-07-16T17:11:13.050Z Downloaded allocator-api2 v0.2.21
10122026-07-16T17:11:13.050Z Downloaded num v0.4.3
10132026-07-16T17:11:13.050Z Downloaded num_enum_derive v0.7.6
10142026-07-16T17:11:13.050Z Downloaded num-integer v0.1.46
10152026-07-16T17:11:13.050Z Downloaded phf_shared v0.12.1
10162026-07-16T17:11:13.053Z Downloaded progenitor-client v0.10.0
10172026-07-16T17:11:13.057Z Downloaded parse-display v0.10.0
10182026-07-16T17:11:13.057Z Downloaded progenitor-macro v0.14.0
10192026-07-16T17:11:13.060Z Downloaded pretty-hex v0.4.2
10202026-07-16T17:11:13.060Z Downloaded potential_utf v0.1.5
10212026-07-16T17:11:13.063Z Downloaded proc-macro-error-attr2 v2.0.0
10222026-07-16T17:11:13.063Z Downloaded console v0.16.3
10232026-07-16T17:11:13.069Z Downloaded digest v0.11.3
10242026-07-16T17:11:13.071Z Downloaded progenitor-client v0.14.0
10252026-07-16T17:11:13.071Z Downloaded humantime v2.3.0
10262026-07-16T17:11:13.075Z Downloaded defmt v1.1.0
10272026-07-16T17:11:13.079Z Downloaded inout v0.1.4
10282026-07-16T17:11:13.079Z Downloaded daft-derive v0.1.7
10292026-07-16T17:11:13.082Z Downloaded quick-error v1.2.3
10302026-07-16T17:11:13.082Z Downloaded pem v3.0.6
10312026-07-16T17:11:13.082Z Downloaded oxnet v0.1.6
10322026-07-16T17:11:13.085Z Downloaded oxide-tokio-rt v0.1.6
10332026-07-16T17:11:13.085Z Downloaded linear-map v1.2.0
10342026-07-16T17:11:13.085Z Downloaded ingot v0.1.1
10352026-07-16T17:11:13.088Z Downloaded diff v0.1.13
10362026-07-16T17:11:13.088Z Downloaded libsw-core v0.3.2
10372026-07-16T17:11:13.091Z Downloaded cookie v0.18.1
10382026-07-16T17:11:13.091Z Downloaded data-encoding v2.11.0
10392026-07-16T17:11:13.091Z Downloaded const-oid v0.10.2
10402026-07-16T17:11:13.094Z Downloaded num-complex v0.4.6
10412026-07-16T17:11:13.095Z Downloaded libsw v3.5.0
10422026-07-16T17:11:13.099Z Downloaded colored v3.1.1
10432026-07-16T17:11:13.099Z Downloaded cargo_toml v0.22.3
10442026-07-16T17:11:13.099Z Downloaded darling v0.21.3
10452026-07-16T17:11:13.102Z Downloaded ref-cast-impl v1.0.25
10462026-07-16T17:11:13.102Z Downloaded ref-cast v1.0.25
10472026-07-16T17:11:13.106Z Downloaded const_format v0.2.36
10482026-07-16T17:11:13.109Z Downloaded progenitor-macro v0.13.0
10492026-07-16T17:11:13.109Z Downloaded proc-macro-error-attr v1.0.4
10502026-07-16T17:11:13.109Z Downloaded jobserver v0.1.34
10512026-07-16T17:11:13.112Z Downloaded proc-macro-error v1.0.4
10522026-07-16T17:11:13.113Z Downloaded daft v0.1.7
10532026-07-16T17:11:13.113Z Downloaded num_enum v0.7.6
10542026-07-16T17:11:13.116Z Downloaded num-rational v0.4.2
10552026-07-16T17:11:13.119Z Downloaded bitflags v2.12.1
10562026-07-16T17:11:13.119Z Downloaded progenitor-client v0.13.0
10572026-07-16T17:11:13.122Z Downloaded rand_chacha v0.3.1
10582026-07-16T17:11:13.122Z Downloaded progenitor v0.14.0
10592026-07-16T17:11:13.122Z Downloaded poly1305 v0.8.0
10602026-07-16T17:11:13.125Z Downloaded icu_properties v2.2.0
10612026-07-16T17:11:13.128Z Downloaded scroll_derive v0.13.1
10622026-07-16T17:11:13.128Z Downloaded scroll_derive v0.12.1
10632026-07-16T17:11:13.128Z Downloaded rustc_version v0.1.7
10642026-07-16T17:11:13.128Z Downloaded phf v0.12.1
10652026-07-16T17:11:13.131Z Downloaded progenitor-macro v0.10.0
10662026-07-16T17:11:13.134Z Downloaded parking_lot_core v0.8.6
10672026-07-16T17:11:13.135Z Downloaded half v2.7.1
10682026-07-16T17:11:13.138Z Downloaded blake2 v0.10.6
10692026-07-16T17:11:13.138Z Downloaded getrandom v0.4.2
10702026-07-16T17:11:13.141Z Downloaded darling v0.23.0
10712026-07-16T17:11:13.144Z Downloaded drift v0.2.0
10722026-07-16T17:11:13.148Z Downloaded serde-big-array v0.5.1
10732026-07-16T17:11:13.151Z Downloaded semver v0.1.20
10742026-07-16T17:11:13.151Z Downloaded rustc-hash v2.1.2
10752026-07-16T17:11:13.151Z Downloaded sigpipe v0.1.3
10762026-07-16T17:11:13.154Z Downloaded quote v1.0.45
10772026-07-16T17:11:13.154Z Downloaded same-file v1.0.6
10782026-07-16T17:11:13.154Z Downloaded paste v1.0.15
10792026-07-16T17:11:13.157Z Downloaded password-hash v0.5.0
10802026-07-16T17:11:13.157Z Downloaded pest_derive v2.8.6
10812026-07-16T17:11:13.161Z Downloaded powerfmt v0.2.0
10822026-07-16T17:11:13.161Z Downloaded rand_xorshift v0.4.0
10832026-07-16T17:11:13.164Z Downloaded pest_generator v2.8.6
10842026-07-16T17:11:13.164Z Downloaded ciborium v0.2.2
10852026-07-16T17:11:13.164Z Downloaded bytes v1.11.1
10862026-07-16T17:11:13.168Z Downloaded serial_test v3.5.0
10872026-07-16T17:11:13.168Z Downloaded serde_plain v1.0.2
10882026-07-16T17:11:13.172Z Downloaded serde_repr v0.1.20
10892026-07-16T17:11:13.172Z Downloaded parse-display-derive v0.10.0
10902026-07-16T17:11:13.172Z Downloaded serial_test_derive v3.5.0
10912026-07-16T17:11:13.172Z Downloaded sha1 v0.11.0
10922026-07-16T17:11:13.175Z Downloaded siphasher v1.0.3
10932026-07-16T17:11:13.175Z Downloaded dropshot_endpoint v0.17.1
10942026-07-16T17:11:13.179Z Downloaded progenitor v0.13.0
10952026-07-16T17:11:13.179Z Downloaded ipnetwork v0.21.1
10962026-07-16T17:11:13.179Z Downloaded defmt-macros v1.1.0
10972026-07-16T17:11:13.184Z Downloaded slog-envlogger v2.2.0
10982026-07-16T17:11:13.184Z Downloaded slog-bunyan v2.5.0
10992026-07-16T17:11:13.184Z Downloaded rustls-native-certs v0.8.4
11002026-07-16T17:11:13.188Z Downloaded litemap v0.8.2
11012026-07-16T17:11:13.188Z Downloaded progenitor-extras v0.2.0
11022026-07-16T17:11:13.188Z Downloaded scroll v0.13.0
11032026-07-16T17:11:13.188Z Downloaded scroll v0.12.0
11042026-07-16T17:11:13.188Z Downloaded num_enum v0.5.11
11052026-07-16T17:11:13.191Z Downloaded progenitor v0.10.0
11062026-07-16T17:11:13.195Z Downloaded proc-macro-error2 v2.0.1
11072026-07-16T17:11:13.195Z Downloaded stable_deref_trait v1.2.1
11082026-07-16T17:11:13.198Z Downloaded ingot-macros v0.1.1
11092026-07-16T17:11:13.198Z Downloaded structmeta-derive v0.3.0
11102026-07-16T17:11:13.198Z Downloaded structmeta v0.3.0
11112026-07-16T17:11:13.198Z Downloaded hybrid-array v0.4.12
11122026-07-16T17:11:13.202Z Downloaded rusty-fork v0.3.1
11132026-07-16T17:11:13.202Z Downloaded sha1 v0.10.6
11142026-07-16T17:11:13.202Z Downloaded memmap2 v0.9.10
11152026-07-16T17:11:13.205Z Downloaded clap v4.6.1
11162026-07-16T17:11:13.208Z Downloaded papergrid v0.11.0
11172026-07-16T17:11:13.211Z Downloaded serde_derive_internals v0.29.1
11182026-07-16T17:11:13.213Z Downloaded secrecy v0.10.3
11192026-07-16T17:11:13.213Z Downloaded chacha20poly1305 v0.10.1
11202026-07-16T17:11:13.273Z Downloaded spin v0.5.2
11212026-07-16T17:11:13.273Z Downloaded tabwriter v1.4.1
11222026-07-16T17:11:13.273Z Downloaded tabled_derive v0.7.0
11232026-07-16T17:11:13.273Z Downloaded thread-id v5.1.0
11242026-07-16T17:11:13.273Z Downloaded thread-id v4.2.2
11252026-07-16T17:11:13.273Z Downloaded derive_more v0.99.20
11262026-07-16T17:11:13.273Z Downloaded indexmap v1.9.3
11272026-07-16T17:11:13.273Z Downloaded termtree v0.5.1
11282026-07-16T17:11:13.273Z Downloaded serde_tokenstream v0.2.3
11292026-07-16T17:11:13.273Z Downloaded simd-adler32 v0.3.9
11302026-07-16T17:11:13.273Z Downloaded cc v1.2.63
11312026-07-16T17:11:13.273Z Downloaded rustls-pki-types v1.14.1
11322026-07-16T17:11:13.273Z Downloaded testing_table v0.3.0
11332026-07-16T17:11:13.273Z Downloaded resolv-conf v0.7.6
11342026-07-16T17:11:13.273Z Downloaded rhai_codegen v3.2.0
11352026-07-16T17:11:13.273Z Downloaded tabled_derive v0.11.0
11362026-07-16T17:11:13.273Z Downloaded progenitor-impl v0.10.0
11372026-07-16T17:11:13.273Z Downloaded slog-json v2.6.1
11382026-07-16T17:11:13.273Z Downloaded progenitor-impl v0.13.0
11392026-07-16T17:11:13.273Z Downloaded strum v0.26.3
11402026-07-16T17:11:13.273Z Downloaded smf v0.2.3
11412026-07-16T17:11:13.274Z Downloaded smawk v0.3.2
11422026-07-16T17:11:13.274Z Downloaded port-file v0.1.0
11432026-07-16T17:11:13.274Z Downloaded slog-term v2.9.2
11442026-07-16T17:11:13.274Z Downloaded snafu-derive v0.8.9
11452026-07-16T17:11:13.274Z Downloaded smartstring v1.0.1
11462026-07-16T17:11:13.274Z Downloaded schemars_derive v0.8.22
11472026-07-16T17:11:13.274Z Downloaded rustversion v1.0.22
11482026-07-16T17:11:13.278Z Downloaded rustls-pemfile v2.2.0
11492026-07-16T17:11:13.278Z Downloaded take_mut v0.2.2
11502026-07-16T17:11:13.278Z Downloaded topological-sort v0.2.2
11512026-07-16T17:11:13.278Z Downloaded thiserror-impl-no-std v2.0.2
11522026-07-16T17:11:13.278Z Downloaded icu_provider v2.2.0
11532026-07-16T17:11:13.278Z Downloaded openssl-sys v0.9.116
11542026-07-16T17:11:13.278Z Downloaded darling_core v0.23.0
11552026-07-16T17:11:13.278Z Downloaded log v0.4.32
11562026-07-16T17:11:13.283Z Downloaded crypto-bigint v0.5.5
11572026-07-16T17:11:13.283Z Downloaded synstructure v0.13.2
11582026-07-16T17:11:13.286Z Downloaded time-core v0.1.8
11592026-07-16T17:11:13.286Z Downloaded typify-macro v0.4.3
11602026-07-16T17:11:13.286Z Downloaded strum_macros v0.27.2
11612026-07-16T17:11:13.286Z Downloaded strum_macros v0.26.4
11622026-07-16T17:11:13.289Z Downloaded universal-hash v0.5.1
11632026-07-16T17:11:13.289Z Downloaded typify-macro v0.6.2
11642026-07-16T17:11:13.289Z Downloaded crossbeam-channel v0.5.15
11652026-07-16T17:11:13.294Z Downloaded usdt v0.6.0
11662026-07-16T17:11:13.294Z Downloaded unit-prefix v0.5.2
11672026-07-16T17:11:13.297Z Downloaded darling_core v0.21.3
11682026-07-16T17:11:13.297Z Downloaded serde_with_macros v3.20.0
11692026-07-16T17:11:13.300Z Downloaded icu_normalizer_data v2.2.0
11702026-07-16T17:11:13.300Z Downloaded icu_normalizer v2.2.0
11712026-07-16T17:11:13.304Z Downloaded omicron-zone-package v0.12.3
11722026-07-16T17:11:13.307Z Downloaded usdt-attr-macro v0.5.0
11732026-07-16T17:11:13.307Z Downloaded quinn-udp v0.5.14
11742026-07-16T17:11:13.308Z Downloaded papergrid v0.18.0
11752026-07-16T17:11:13.310Z Downloaded thiserror-no-std v2.0.2
11762026-07-16T17:11:13.314Z Downloaded waitgroup v0.1.2
11772026-07-16T17:11:13.314Z Downloaded time-macros v0.2.27
11782026-07-16T17:11:13.314Z Downloaded strum v0.27.2
11792026-07-16T17:11:13.316Z Downloaded slog-async v2.8.0
11802026-07-16T17:11:13.316Z Downloaded slog-stdlog v4.1.1
11812026-07-16T17:11:13.316Z Downloaded untrusted v0.7.1
11822026-07-16T17:11:13.319Z Downloaded slog-scope v4.4.1
11832026-07-16T17:11:13.319Z Downloaded slog-dtrace v0.3.0
11842026-07-16T17:11:13.319Z Downloaded yoke-derive v0.8.2
11852026-07-16T17:11:13.322Z Downloaded wait-timeout v0.2.1
11862026-07-16T17:11:13.322Z Downloaded usdt-macro v0.6.0
11872026-07-16T17:11:13.322Z Downloaded usdt v0.5.0
11882026-07-16T17:11:13.322Z Downloaded hickory-resolver v0.24.4
11892026-07-16T17:11:13.325Z Downloaded parking_lot v0.11.2
11902026-07-16T17:11:13.328Z Downloaded tokio-tungstenite v0.21.0
11912026-07-16T17:11:13.329Z Downloaded tokio-dtrace v0.1.1
11922026-07-16T17:11:13.333Z Downloaded tinystr v0.8.3
11932026-07-16T17:11:13.334Z Downloaded toml_writer v1.1.1+spec-1.1.0
11942026-07-16T17:11:13.337Z Downloaded zerofrom v0.1.8
11952026-07-16T17:11:13.337Z Downloaded zeroize_derive v1.4.3
11962026-07-16T17:11:13.342Z Downloaded zone_cfg_derive v0.3.1
11972026-07-16T17:11:13.349Z Downloaded utf-8 v0.7.6
11982026-07-16T17:11:13.353Z Downloaded postcard v1.1.3
11992026-07-16T17:11:13.360Z Downloaded usdt-attr-macro v0.6.0
12002026-07-16T17:11:13.363Z Downloaded tagptr v0.2.0
12012026-07-16T17:11:13.366Z Downloaded konst v0.2.20
12022026-07-16T17:11:13.369Z Downloaded serde_yaml v0.9.34+deprecated
12032026-07-16T17:11:13.372Z Downloaded thread_local v1.1.9
12042026-07-16T17:11:13.375Z Downloaded icu_locale_core v2.2.0
12052026-07-16T17:11:13.379Z Downloaded vsss-rs v3.3.4
12062026-07-16T17:11:13.379Z Downloaded heapless v0.8.0
12072026-07-16T17:11:13.383Z Downloaded mio v1.2.1
12082026-07-16T17:11:13.387Z Downloaded whoami v1.6.1
12092026-07-16T17:11:13.387Z Downloaded term v1.2.1
12102026-07-16T17:11:13.390Z Downloaded zerofrom-derive v0.1.7
12112026-07-16T17:11:13.390Z Downloaded writeable v0.6.3
12122026-07-16T17:11:13.390Z Downloaded zone v0.3.1
12132026-07-16T17:11:13.390Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12142026-07-16T17:11:13.390Z Downloaded hickory-resolver v0.25.2
12152026-07-16T17:11:13.396Z Downloaded xz2 v0.1.7
12162026-07-16T17:11:13.403Z Downloaded zerovec-derive v0.11.3
12172026-07-16T17:11:13.406Z Downloaded zeroize v1.8.2
12182026-07-16T17:11:13.406Z Downloaded rand v0.8.6
12192026-07-16T17:11:13.413Z Downloaded unarray v0.1.4
12202026-07-16T17:11:13.413Z Downloaded spin v0.9.8
12212026-07-16T17:11:13.416Z Downloaded smallvec v1.15.1
12222026-07-16T17:11:13.416Z Downloaded jiff-static v0.2.28
12232026-07-16T17:11:13.416Z Downloaded expectorate v1.2.0
12242026-07-16T17:11:13.416Z Downloaded qorb v0.4.1
12252026-07-16T17:11:13.419Z Downloaded ucd-trie v0.1.7
12262026-07-16T17:11:13.423Z Downloaded zmij v1.0.21
12272026-07-16T17:11:13.426Z Downloaded async-compression v0.4.42
12282026-07-16T17:11:13.432Z Downloaded walkdir v2.5.0
12292026-07-16T17:11:13.435Z Downloaded usdt-macro v0.5.0
12302026-07-16T17:11:13.435Z Downloaded usdt-impl v0.6.0
12312026-07-16T17:11:13.435Z Downloaded pretty_assertions v1.4.1
12322026-07-16T17:11:13.435Z Downloaded pest_meta v2.8.6
12332026-07-16T17:11:13.435Z Downloaded test-strategy v0.4.5
12342026-07-16T17:11:13.438Z Downloaded rustls-platform-verifier v0.7.0
12352026-07-16T17:11:13.441Z Downloaded prettyplease v0.2.37
12362026-07-16T17:11:13.442Z Downloaded thin-vec v0.2.18
12372026-07-16T17:11:13.445Z Downloaded usdt-impl v0.5.0
12382026-07-16T17:11:13.445Z Downloaded tinyvec v1.11.0
12392026-07-16T17:11:13.445Z Downloaded minimal-lexical v0.2.1
12402026-07-16T17:11:13.456Z Downloaded toml v0.9.12+spec-1.1.0
12412026-07-16T17:11:13.459Z Downloaded zerocopy-derive v0.7.35
12422026-07-16T17:11:13.463Z Downloaded tiny-keccak v2.0.2
12432026-07-16T17:11:13.466Z Downloaded hashbrown v0.12.3
12442026-07-16T17:11:13.469Z Downloaded unsafe-libyaml v0.2.11
12452026-07-16T17:11:13.469Z Downloaded typify v0.6.2
12462026-07-16T17:11:13.473Z Downloaded rayon-core v1.13.0
12472026-07-16T17:11:13.478Z Downloaded socket2 v0.6.4
12482026-07-16T17:11:13.478Z Downloaded rand v0.9.4
12492026-07-16T17:11:13.478Z Downloaded similar v2.7.0
12502026-07-16T17:11:13.483Z Downloaded progenitor-impl v0.14.0
12512026-07-16T17:11:13.483Z Downloaded indicatif v0.18.4
12522026-07-16T17:11:13.488Z Downloaded uuid v1.23.5
12532026-07-16T17:11:13.488Z Downloaded icu_collections v2.2.0
12542026-07-16T17:11:13.495Z Downloaded snafu v0.8.9
12552026-07-16T17:11:13.499Z Downloaded typify v0.4.3
12562026-07-16T17:11:13.499Z Downloaded schemars v0.8.22
12572026-07-16T17:11:13.504Z Downloaded yoke v0.8.3
12582026-07-16T17:11:13.506Z Downloaded toml v1.1.2+spec-1.1.0
12592026-07-16T17:11:13.509Z Downloaded toml v0.7.8
12602026-07-16T17:11:13.513Z Downloaded memchr v2.8.1
12612026-07-16T17:11:13.516Z Downloaded slog v2.8.2
12622026-07-16T17:11:13.532Z Downloaded steno v0.4.1
12632026-07-16T17:11:13.541Z Downloaded schemars v1.2.1
12642026-07-16T17:11:13.545Z Downloaded tungstenite v0.21.0
12652026-07-16T17:11:13.549Z Downloaded toml_edit v0.25.12+spec-1.1.0
12662026-07-16T17:11:13.553Z Downloaded nom v7.1.3
12672026-07-16T17:11:13.553Z Downloaded quinn v0.11.9
12682026-07-16T17:11:13.557Z Downloaded schemars v0.9.0
12692026-07-16T17:11:13.564Z Downloaded yansi v1.0.1
12702026-07-16T17:11:13.567Z Downloaded hashbrown v0.16.1
12712026-07-16T17:11:13.571Z Downloaded zerotrie v0.2.4
12722026-07-16T17:11:13.574Z Downloaded toml_edit v0.19.15
12732026-07-16T17:11:13.583Z Downloaded dropshot-api-manager v0.7.2
12742026-07-16T17:11:13.586Z Downloaded clap_builder v4.6.0
12752026-07-16T17:11:13.593Z Downloaded ron v0.12.1
12762026-07-16T17:11:13.601Z Downloaded zerocopy-derive v0.8.50
12772026-07-16T17:11:13.605Z Downloaded aws-lc-rs v1.17.0
12782026-07-16T17:11:13.620Z Downloaded h2 v0.4.14
12792026-07-16T17:11:13.624Z Downloaded icu_properties_data v2.2.0
12802026-07-16T17:11:13.630Z Downloaded pest v2.8.6
12812026-07-16T17:11:13.634Z Downloaded itertools v0.12.1
12822026-07-16T17:11:13.637Z Downloaded hkdf v0.12.4
12832026-07-16T17:11:13.640Z Downloaded nom v8.0.0
12842026-07-16T17:11:13.643Z Downloaded typed-path v0.9.3
12852026-07-16T17:11:13.646Z Downloaded rayon v1.12.0
12862026-07-16T17:11:13.651Z Downloaded libm v0.2.16
12872026-07-16T17:11:13.656Z Downloaded itertools v0.15.0
12882026-07-16T17:11:13.660Z Downloaded tough v0.22.0
12892026-07-16T17:11:13.665Z Downloaded zerovec v0.11.6
12902026-07-16T17:11:13.668Z Downloaded regex v1.12.3
12912026-07-16T17:11:13.673Z Downloaded blake3 v1.8.5
12922026-07-16T17:11:13.676Z Downloaded goblin v0.8.2
12932026-07-16T17:11:13.687Z Downloaded iddqd v0.4.5
12942026-07-16T17:11:13.694Z Downloaded reqwest v0.13.4
12952026-07-16T17:11:13.722Z Downloaded bstr v1.12.1
12962026-07-16T17:11:13.733Z Downloaded winnow v0.5.40
12972026-07-16T17:11:13.738Z Downloaded zerocopy v0.7.35
12982026-07-16T17:11:13.748Z Downloaded tabled v0.15.0
12992026-07-16T17:11:13.757Z Downloaded winnow v1.0.3
13002026-07-16T17:11:13.761Z Downloaded quinn-proto v0.11.14
13012026-07-16T17:11:13.765Z Downloaded moka v0.12.15
13022026-07-16T17:11:13.770Z Downloaded serde_with v3.20.0
13032026-07-16T17:11:13.777Z Downloaded proptest v1.11.0
13042026-07-16T17:11:13.782Z Downloaded time v0.3.47
13052026-07-16T17:11:13.791Z Downloaded goblin v0.10.7
13062026-07-16T17:11:13.797Z Downloaded webpki-roots v1.0.7
13072026-07-16T17:11:13.803Z Downloaded tabled v0.21.0
13082026-07-16T17:11:13.806Z Downloaded syn v1.0.109
13092026-07-16T17:11:13.857Z Downloaded zerocopy v0.8.50
13102026-07-16T17:11:13.866Z Downloaded syn v2.0.117
13112026-07-16T17:11:13.875Z Downloaded nix v0.31.3
13122026-07-16T17:11:13.879Z Downloaded dropshot v0.17.1
13132026-07-16T17:11:13.896Z Downloaded regress v0.10.5
13142026-07-16T17:11:13.904Z Downloaded rustls v0.23.40
13152026-07-16T17:11:13.911Z Downloaded regress v0.11.1
13162026-07-16T17:11:13.911Z Downloaded hickory-proto v0.24.4
13172026-07-16T17:11:13.917Z Downloaded rhai v1.25.1
13182026-07-16T17:11:13.923Z Downloaded regex-syntax v0.8.10
13192026-07-16T17:11:13.930Z Downloaded openapiv3 v2.2.0
13202026-07-16T17:11:13.933Z Downloaded hickory-proto v0.25.2
13212026-07-16T17:11:13.942Z Downloaded openssl v0.10.80
13222026-07-16T17:11:13.949Z Downloaded smoltcp v0.11.0
13232026-07-16T17:11:13.954Z Downloaded typify-impl v0.4.3
13242026-07-16T17:11:13.961Z Downloaded typify-impl v0.6.2
13252026-07-16T17:11:13.976Z Downloaded sled v0.34.7
13262026-07-16T17:11:13.995Z Downloaded regex-automata v0.4.14
13272026-07-16T17:11:14.037Z Downloaded chrono-tz v0.10.4
13282026-07-16T17:11:14.083Z Downloaded petgraph v0.6.5
13292026-07-16T17:11:14.100Z Downloaded csv v1.4.0
13302026-07-16T17:11:14.101Z Downloaded lzma-sys v0.1.20
13312026-07-16T17:11:14.101Z Downloaded sha3 v0.10.9
13322026-07-16T17:11:14.105Z Downloaded jiff v0.2.28
13332026-07-16T17:11:14.106Z Downloaded tokio v1.52.3
13342026-07-16T17:11:14.147Z Downloaded encoding_rs v0.8.35
13352026-07-16T17:11:14.681Z Downloaded aws-lc-sys v0.41.0
13362026-07-16T17:11:15.593Z Compiling proc-macro2 v1.0.106
13372026-07-16T17:11:15.593Z Compiling quote v1.0.45
13382026-07-16T17:11:15.593Z Compiling unicode-ident v1.0.24
13392026-07-16T17:11:15.593Z Compiling serde_core v1.0.228
13402026-07-16T17:11:15.598Z Compiling cfg-if v1.0.4
13412026-07-16T17:11:15.598Z Compiling serde v1.0.228
13422026-07-16T17:11:15.598Z Compiling libc v0.2.186
13432026-07-16T17:11:15.598Z Compiling memchr v2.8.1
13442026-07-16T17:11:15.764Z Compiling itoa v1.0.18
13452026-07-16T17:11:15.943Z Compiling smallvec v1.15.1
13462026-07-16T17:11:16.024Z Compiling zmij v1.0.21
13472026-07-16T17:11:16.118Z Compiling autocfg v1.5.1
13482026-07-16T17:11:16.143Z Compiling libm v0.2.16
13492026-07-16T17:11:16.387Z Compiling stable_deref_trait v1.2.1
13502026-07-16T17:11:16.437Z Compiling writeable v0.6.3
13512026-07-16T17:11:16.456Z Compiling percent-encoding v2.3.2
13522026-07-16T17:11:16.532Z Compiling litemap v0.8.2
13532026-07-16T17:11:16.600Z Compiling utf8_iter v1.0.4
13542026-07-16T17:11:16.632Z Compiling icu_properties_data v2.2.0
13552026-07-16T17:11:16.644Z Compiling icu_normalizer_data v2.2.0
13562026-07-16T17:11:16.687Z Compiling iana-time-zone v0.1.65
13572026-07-16T17:11:16.740Z Compiling form_urlencoded v1.2.2
13582026-07-16T17:11:16.894Z Compiling syn v2.0.117
13592026-07-16T17:11:16.917Z Compiling version_check v0.9.5
13602026-07-16T17:11:16.967Z Compiling serde_json v1.0.150
13612026-07-16T17:11:16.999Z Compiling dyn-clone v1.0.20
13622026-07-16T17:11:17.034Z Compiling pin-project-lite v0.2.17
13632026-07-16T17:11:17.082Z Compiling num-traits v0.2.19
13642026-07-16T17:11:17.127Z Compiling equivalent v1.0.2
13652026-07-16T17:11:17.139Z Compiling parking_lot_core v0.9.12
13662026-07-16T17:11:17.184Z Compiling scopeguard v1.2.0
13672026-07-16T17:11:17.206Z Compiling thiserror v2.0.18
13682026-07-16T17:11:17.232Z Compiling getrandom v0.4.2
13692026-07-16T17:11:17.286Z Compiling lock_api v0.4.14
13702026-07-16T17:11:17.428Z Compiling rand_core v0.10.1
13712026-07-16T17:11:17.522Z Compiling log v0.4.32
13722026-07-16T17:11:17.531Z Compiling errno v0.3.14
13732026-07-16T17:11:17.646Z Compiling zerocopy v0.8.50
13742026-07-16T17:11:17.673Z Compiling hashbrown v0.17.1
13752026-07-16T17:11:17.705Z Compiling schemars v0.8.22
13762026-07-16T17:11:17.756Z Compiling semver v1.0.28
13772026-07-16T17:11:17.948Z Compiling uuid v1.23.5
13782026-07-16T17:11:17.983Z Compiling futures-core v0.3.32
13792026-07-16T17:11:18.091Z Compiling heck v0.5.0
13802026-07-16T17:11:18.123Z Compiling fnv v1.0.7
13812026-07-16T17:11:18.132Z Compiling futures-sink v0.3.32
13822026-07-16T17:11:18.212Z Compiling indexmap v2.14.0
13832026-07-16T17:11:18.224Z Compiling rustversion v1.0.22
13842026-07-16T17:11:18.235Z Compiling slab v0.4.12
13852026-07-16T17:11:18.353Z Compiling jobserver v0.1.34
13862026-07-16T17:11:18.367Z Compiling find-msvc-tools v0.1.9
13872026-07-16T17:11:18.405Z Compiling shlex v2.0.1
13882026-07-16T17:11:18.633Z Compiling cc v1.2.63
13892026-07-16T17:11:18.658Z Compiling bitflags v2.12.1
13902026-07-16T17:11:18.751Z Compiling futures-channel v0.3.32
13912026-07-16T17:11:18.900Z Compiling socket2 v0.6.4
13922026-07-16T17:11:18.975Z Compiling futures-io v0.3.32
13932026-07-16T17:11:19.124Z Compiling parking_lot v0.12.5
13942026-07-16T17:11:19.140Z Compiling futures-task v0.3.32
13952026-07-16T17:11:19.172Z Compiling signal-hook-registry v1.4.8
13962026-07-16T17:11:19.241Z Compiling mio v1.2.1
13972026-07-16T17:11:19.269Z Compiling portable-atomic v1.13.1
13982026-07-16T17:11:19.308Z Compiling byteorder v1.5.0
13992026-07-16T17:11:19.359Z Compiling critical-section v1.2.0
14002026-07-16T17:11:19.468Z Compiling cmake v0.1.58
14012026-07-16T17:11:19.468Z Compiling fs_extra v1.3.0
14022026-07-16T17:11:19.538Z Compiling dunce v1.0.5
14032026-07-16T17:11:19.542Z Compiling regex-syntax v0.8.10
14042026-07-16T17:11:19.631Z Compiling base64 v0.22.1
14052026-07-16T17:11:19.738Z Compiling typenum v1.20.1
14062026-07-16T17:11:19.766Z Compiling synstructure v0.13.2
14072026-07-16T17:11:19.857Z Compiling serde_derive_internals v0.29.1
14082026-07-16T17:11:19.927Z Compiling aws-lc-sys v0.41.0
14092026-07-16T17:11:19.987Z Compiling getrandom v0.3.4
14102026-07-16T17:11:20.279Z Compiling once_cell v1.21.4
14112026-07-16T17:11:20.353Z Compiling strsim v0.11.1
14122026-07-16T17:11:20.365Z Compiling subtle v2.6.1
14132026-07-16T17:11:20.503Z Compiling rustix v1.1.4
14142026-07-16T17:11:20.534Z Compiling atomic-waker v1.1.2
14152026-07-16T17:11:20.547Z Compiling ipnet v2.12.0
14162026-07-16T17:11:20.567Z Compiling httparse v1.10.1
14172026-07-16T17:11:20.658Z Compiling ucd-trie v0.1.7
14182026-07-16T17:11:20.767Z Compiling tower-layer v0.3.3
14192026-07-16T17:11:20.932Z Compiling tower-service v0.3.3
14202026-07-16T17:11:20.970Z Compiling pest v2.8.6
14212026-07-16T17:11:21.014Z Compiling thiserror v1.0.69
14222026-07-16T17:11:21.028Z Compiling serde_derive v1.0.228
14232026-07-16T17:11:21.064Z Compiling zerofrom-derive v0.1.7
14242026-07-16T17:11:21.099Z Compiling yoke-derive v0.8.2
14252026-07-16T17:11:21.287Z Compiling zerovec-derive v0.11.3
14262026-07-16T17:11:21.339Z Compiling displaydoc v0.2.6
14272026-07-16T17:11:22.137Z Compiling schemars_derive v0.8.22
14282026-07-16T17:11:22.191Z Compiling thiserror-impl v2.0.18
14292026-07-16T17:11:22.229Z Compiling tokio-macros v2.7.0
14302026-07-16T17:11:22.271Z Compiling zerofrom v0.1.8
14312026-07-16T17:11:22.297Z Compiling zerocopy-derive v0.8.50
14322026-07-16T17:11:22.389Z Compiling yoke v0.8.3
14332026-07-16T17:11:22.389Z Compiling zeroize_derive v1.4.3
14342026-07-16T17:11:22.570Z Compiling zerovec v0.11.6
14352026-07-16T17:11:22.977Z Compiling zerotrie v0.2.4
14362026-07-16T17:11:23.070Z Compiling tinystr v0.8.3
14372026-07-16T17:11:23.089Z Compiling potential_utf v0.1.5
14382026-07-16T17:11:23.247Z Compiling icu_locale_core v2.2.0
14392026-07-16T17:11:23.267Z Compiling icu_collections v2.2.0
14402026-07-16T17:11:23.279Z Compiling zeroize v1.8.2
14412026-07-16T17:11:23.319Z Compiling futures-macro v0.3.32
14422026-07-16T17:11:23.495Z Compiling untrusted v0.9.0
14432026-07-16T17:11:23.533Z Compiling ryu v1.0.23
14442026-07-16T17:11:23.627Z Compiling try-lock v0.2.5
14452026-07-16T17:11:23.713Z Compiling want v0.3.1
14462026-07-16T17:11:23.732Z Compiling pest_meta v2.8.6
14472026-07-16T17:11:23.875Z Compiling thiserror-impl v1.0.69
14482026-07-16T17:11:24.018Z Compiling icu_provider v2.2.0
14492026-07-16T17:11:24.202Z Compiling bytes v1.11.1
14502026-07-16T17:11:24.266Z Compiling icu_normalizer v2.2.0
14512026-07-16T17:11:24.341Z Compiling icu_properties v2.2.0
14522026-07-16T17:11:24.383Z Compiling chrono v0.4.45
14532026-07-16T17:11:24.858Z Compiling futures-util v0.3.32
14542026-07-16T17:11:24.869Z Compiling tokio v1.52.3
14552026-07-16T17:11:25.021Z Compiling http v1.4.2
14562026-07-16T17:11:25.060Z Compiling serde_tokenstream v0.2.3
14572026-07-16T17:11:25.338Z Compiling idna_adapter v1.2.2
14582026-07-16T17:11:25.476Z Compiling idna v1.1.0
14592026-07-16T17:11:25.543Z Compiling erased-serde v0.3.31
14602026-07-16T17:11:25.879Z Compiling url v2.5.8
14612026-07-16T17:11:26.004Z Compiling http-body v1.0.1
14622026-07-16T17:11:26.024Z Compiling pretty-hex v0.4.2
14632026-07-16T17:11:26.151Z Compiling httpdate v1.0.3
14642026-07-16T17:11:26.234Z Compiling pest_generator v2.8.6
14652026-07-16T17:11:26.257Z Compiling getrandom v0.2.17
14662026-07-16T17:11:26.436Z Compiling rand_core v0.6.4
14672026-07-16T17:11:26.658Z Compiling ppv-lite86 v0.2.21
14682026-07-16T17:11:26.744Z Compiling plain v0.2.3
14692026-07-16T17:11:26.755Z Compiling aho-corasick v1.1.4
14702026-07-16T17:11:26.829Z Compiling pest_derive v2.8.6
14712026-07-16T17:11:26.844Z Compiling ident_case v1.0.1
14722026-07-16T17:11:26.959Z Compiling tracing-attributes v0.1.31
14732026-07-16T17:11:26.971Z Compiling tracing-core v0.1.36
14742026-07-16T17:11:27.183Z Compiling ipnetwork v0.21.1
14752026-07-16T17:11:27.386Z Compiling paste v1.0.15
14762026-07-16T17:11:27.584Z Compiling regex-automata v0.4.14
14772026-07-16T17:11:27.618Z Compiling oxnet v0.1.6
14782026-07-16T17:11:27.736Z Compiling allocator-api2 v0.2.21
14792026-07-16T17:11:27.871Z Compiling foldhash v0.2.0
14802026-07-16T17:11:28.053Z Compiling hashbrown v0.16.1
14812026-07-16T17:11:28.101Z Compiling http-body-util v0.1.3
14822026-07-16T17:11:28.131Z Compiling serde_urlencoded v0.7.1
14832026-07-16T17:11:28.178Z Compiling tracing v0.1.44
14842026-07-16T17:11:28.334Z Compiling anyhow v1.0.103
14852026-07-16T17:11:28.364Z Compiling omicron-workspace-hack v0.1.0
14862026-07-16T17:11:28.629Z Compiling slog v2.8.2
14872026-07-16T17:11:28.639Z Compiling sync_wrapper v1.0.2
14882026-07-16T17:11:28.650Z Compiling time-core v0.1.8
14892026-07-16T17:11:28.662Z Compiling num-conv v0.2.2
14902026-07-16T17:11:28.741Z Compiling powerfmt v0.2.0
14912026-07-16T17:11:28.807Z Compiling time-macros v0.2.27
14922026-07-16T17:11:28.856Z Compiling scroll_derive v0.13.1
14932026-07-16T17:11:28.881Z Compiling deranged v0.5.8
14942026-07-16T17:11:29.325Z Compiling regex v1.12.3
14952026-07-16T17:11:29.784Z Compiling winnow v1.0.3
14962026-07-16T17:11:29.813Z Compiling fastrand v2.4.1
14972026-07-16T17:11:29.866Z Compiling num_threads v0.1.7
14982026-07-16T17:11:29.960Z Compiling scroll v0.13.0
14992026-07-16T17:11:30.125Z Compiling tokio-util v0.7.18
15002026-07-16T17:11:30.184Z Compiling daft-derive v0.1.7
15012026-07-16T17:11:30.222Z Compiling async-trait v0.1.89
15022026-07-16T17:11:30.485Z Compiling aws-lc-rs v1.17.0
15032026-07-16T17:11:30.804Z Compiling goblin v0.10.7
15042026-07-16T17:11:30.874Z Compiling rustls-pki-types v1.14.1
15052026-07-16T17:11:31.199Z Compiling camino v1.2.4
15062026-07-16T17:11:31.356Z Compiling usdt-impl v0.6.0
15072026-07-16T17:11:31.423Z Compiling crossbeam-utils v0.8.21
15082026-07-16T17:11:31.464Z Compiling openssl-probe v0.2.1
15092026-07-16T17:11:31.575Z Compiling untrusted v0.7.1
15102026-07-16T17:11:31.650Z Compiling dtrace-parser v0.3.0
15112026-07-16T17:11:31.696Z Compiling hex v0.4.3
15122026-07-16T17:11:31.751Z Compiling rustls v0.23.40
15132026-07-16T17:11:31.974Z Compiling h2 v0.4.14
15142026-07-16T17:11:32.032Z Compiling thread-id v5.1.0
15152026-07-16T17:11:32.109Z Compiling thread_local v1.1.9
15162026-07-16T17:11:32.228Z Compiling crc32fast v1.5.0
15172026-07-16T17:11:32.381Z Compiling futures-executor v0.3.32
15182026-07-16T17:11:32.462Z Compiling cpufeatures v0.3.0
15192026-07-16T17:11:32.510Z Compiling slog-async v2.8.0
15202026-07-16T17:11:32.577Z Compiling match_cfg v0.1.0
15212026-07-16T17:11:32.607Z Compiling futures v0.3.32
15222026-07-16T17:11:32.662Z Compiling rand_core v0.9.5
15232026-07-16T17:11:32.694Z Compiling term v1.2.1
15242026-07-16T17:11:32.761Z Compiling adler2 v2.0.1
15252026-07-16T17:11:32.852Z Compiling simd-adler32 v0.3.9
15262026-07-16T17:11:32.871Z Compiling syn v1.0.109
15272026-07-16T17:11:32.889Z Compiling ref-cast v1.0.25
15282026-07-16T17:11:33.044Z Compiling take_mut v0.2.2
15292026-07-16T17:11:33.245Z Compiling miniz_oxide v0.8.9
15302026-07-16T17:11:33.255Z Compiling ref-cast-impl v1.0.25
15312026-07-16T17:11:33.414Z Compiling structmeta-derive v0.3.0
15322026-07-16T17:11:33.445Z Compiling hybrid-array v0.4.12
15332026-07-16T17:11:33.664Z Compiling dof v0.4.0
15342026-07-16T17:11:33.915Z Compiling flate2 v1.1.9
15352026-07-16T17:11:34.023Z Compiling rand_chacha v0.9.0
15362026-07-16T17:11:34.344Z Compiling hyper v1.10.1
15372026-07-16T17:11:34.513Z Compiling structmeta v0.3.0
15382026-07-16T17:11:35.056Z Compiling darling_core v0.23.0
15392026-07-16T17:11:35.132Z Compiling newtype-uuid-macros v0.1.0
15402026-07-16T17:11:35.185Z Compiling macaddr v1.0.1
15412026-07-16T17:11:35.556Z Compiling hyper-util v0.1.20
15422026-07-16T17:11:35.894Z Compiling usdt-macro v0.6.0
15432026-07-16T17:11:35.945Z Compiling usdt-attr-macro v0.6.0
15442026-07-16T17:11:36.254Z Compiling compression-core v0.4.32
15452026-07-16T17:11:36.369Z Compiling compression-codecs v0.4.38
15462026-07-16T17:11:36.406Z Compiling rand v0.9.4
15472026-07-16T17:11:36.623Z Compiling block-buffer v0.12.0
15482026-07-16T17:11:36.817Z Compiling crypto-common v0.2.2
15492026-07-16T17:11:37.024Z Compiling newtype-uuid v1.3.2
15502026-07-16T17:11:37.112Z Compiling darling_macro v0.23.0
15512026-07-16T17:11:37.133Z Compiling serde_spanned v1.1.1
15522026-07-16T17:11:37.264Z Compiling multer v3.1.0
15532026-07-16T17:11:37.277Z Compiling toml_writer v1.1.1+spec-1.1.0
15542026-07-16T17:11:37.288Z Compiling const-oid v0.10.2
15552026-07-16T17:11:37.364Z Compiling debug-ignore v1.0.5
15562026-07-16T17:11:37.437Z Compiling quick-error v1.2.3
15572026-07-16T17:11:37.459Z Compiling digest v0.11.3
15582026-07-16T17:11:37.488Z Compiling daft v0.1.7
15592026-07-16T17:11:37.530Z Compiling time v0.3.47
15602026-07-16T17:11:37.546Z Compiling strum_macros v0.26.4
15612026-07-16T17:11:37.617Z Compiling async-stream-impl v0.3.6
15622026-07-16T17:11:37.710Z Compiling darling v0.23.0
15632026-07-16T17:11:37.741Z Compiling dropshot v0.17.1
15642026-07-16T17:11:37.753Z Compiling generic-array v0.14.7
15652026-07-16T17:11:37.784Z Compiling encoding_rs v0.8.35
15662026-07-16T17:11:37.975Z Compiling mime v0.3.17
15672026-07-16T17:11:37.986Z Compiling spin v0.9.8
15682026-07-16T17:11:38.096Z Compiling bit-vec v0.8.0
15692026-07-16T17:11:38.259Z Compiling async-stream v0.3.6
15702026-07-16T17:11:38.327Z Compiling bit-set v0.8.0
15712026-07-16T17:11:38.491Z Compiling serde_with_macros v3.20.0
15722026-07-16T17:11:38.527Z Compiling sha1 v0.11.0
15732026-07-16T17:11:38.555Z Compiling crossbeam-channel v0.5.15
15742026-07-16T17:11:38.597Z Compiling tower v0.5.3
15752026-07-16T17:11:38.802Z Compiling dropshot_endpoint v0.17.1
15762026-07-16T17:11:39.085Z Compiling openapiv3 v2.2.0
15772026-07-16T17:11:39.252Z Compiling strum v0.26.3
15782026-07-16T17:11:39.276Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15792026-07-16T17:11:39.378Z Compiling waitgroup v0.1.2
15802026-07-16T17:11:39.518Z Compiling serde_path_to_error v0.1.20
15812026-07-16T17:11:39.561Z Compiling unarray v0.1.4
15822026-07-16T17:11:39.669Z Compiling tower-http v0.6.11
15832026-07-16T17:11:39.774Z Compiling derive-ex v0.1.8
15842026-07-16T17:11:39.878Z Compiling tempfile v3.27.0
15852026-07-16T17:11:40.190Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15862026-07-16T17:11:40.309Z Compiling rustls-native-certs v0.8.4
15872026-07-16T17:11:40.472Z Compiling strum_macros v0.27.2
15882026-07-16T17:11:40.657Z Compiling is-terminal v0.4.17
15892026-07-16T17:11:40.748Z Compiling instant v0.1.13
15902026-07-16T17:11:40.906Z Compiling slog-term v2.9.2
15912026-07-16T17:11:41.382Z Compiling test-strategy v0.4.5
15922026-07-16T17:11:41.467Z Compiling slog-json v2.6.1
15932026-07-16T17:11:41.521Z Compiling hostname v0.3.1
15942026-07-16T17:11:41.577Z Compiling memmap2 v0.9.10
15952026-07-16T17:11:41.667Z Compiling slog-bunyan v2.5.0
15962026-07-16T17:11:41.679Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15972026-07-16T17:11:41.787Z Compiling usdt v0.6.0
15982026-07-16T17:11:41.803Z Compiling either v1.16.0
15992026-07-16T17:11:41.993Z Compiling crypto-common v0.1.7
16002026-07-16T17:11:42.004Z Compiling parse-display-derive v0.10.0
16012026-07-16T17:11:42.118Z Compiling toml_parser v1.1.2+spec-1.1.0
16022026-07-16T17:11:42.269Z Compiling backon v1.6.0
16032026-07-16T17:11:42.304Z Compiling strum v0.27.2
16042026-07-16T17:11:42.433Z Compiling rand_chacha v0.3.1
16052026-07-16T17:11:42.469Z Compiling toml_datetime v1.1.1+spec-1.1.0
16062026-07-16T17:11:42.819Z Compiling toml v1.1.2+spec-1.1.0
16072026-07-16T17:11:42.880Z Compiling rand v0.8.6
16082026-07-16T17:11:42.881Z Compiling async-compression v0.4.42
16092026-07-16T17:11:43.132Z Compiling rustls-pemfile v2.2.0
16102026-07-16T17:11:43.145Z Compiling hostname v0.4.2
16112026-07-16T17:11:43.163Z Compiling wait-timeout v0.2.1
16122026-07-16T17:11:43.445Z Compiling rusty-fork v0.3.1
16132026-07-16T17:11:43.464Z Compiling serde_with v3.20.0
16142026-07-16T17:11:43.807Z Compiling rand_xorshift v0.4.0
16152026-07-16T17:11:43.818Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16162026-07-16T17:11:43.829Z Compiling regress v0.10.5
16172026-07-16T17:11:43.872Z Compiling humantime v2.3.0
16182026-07-16T17:11:43.952Z Compiling proptest v1.11.0
16192026-07-16T17:11:44.183Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16202026-07-16T17:11:44.271Z Compiling itertools v0.14.0
16212026-07-16T17:11:44.322Z Compiling iddqd v0.4.5
16222026-07-16T17:11:44.594Z Compiling unicode-width v0.2.2
16232026-07-16T17:11:44.873Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16242026-07-16T17:11:45.122Z Compiling block-buffer v0.10.4
16252026-07-16T17:11:45.267Z Compiling reqwest v0.12.28
16262026-07-16T17:11:45.509Z Compiling digest v0.10.7
16272026-07-16T17:11:45.580Z Compiling parse-display v0.10.0
16282026-07-16T17:11:45.719Z Compiling backoff v0.4.0
16292026-07-16T17:11:45.908Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16302026-07-16T17:11:46.241Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16312026-07-16T17:11:46.821Z Compiling progenitor-client v0.10.0
16322026-07-16T17:11:47.650Z Compiling utf8parse v0.2.2
16332026-07-16T17:11:47.759Z Compiling anstyle-parse v1.0.0
16342026-07-16T17:11:47.820Z Compiling regress v0.11.1
16352026-07-16T17:11:47.937Z Compiling anstyle v1.0.14
16362026-07-16T17:11:48.011Z Compiling colorchoice v1.0.5
16372026-07-16T17:11:48.126Z Compiling is_terminal_polyfill v1.70.2
16382026-07-16T17:11:48.160Z Compiling anstyle-query v1.1.5
16392026-07-16T17:11:48.262Z Compiling anstream v1.0.0
16402026-07-16T17:11:48.531Z Compiling clap_lex v1.1.0
16412026-07-16T17:11:48.927Z Compiling darling_core v0.21.3
16422026-07-16T17:11:49.237Z Compiling toml_datetime v0.6.11
16432026-07-16T17:11:49.514Z Compiling typify-impl v0.6.2
16442026-07-16T17:11:49.607Z Compiling clap_derive v4.6.1
16452026-07-16T17:11:50.167Z Compiling zerocopy-derive v0.7.35
16462026-07-16T17:11:50.255Z Compiling cpufeatures v0.2.17
16472026-07-16T17:11:50.327Z Compiling convert_case v0.4.0
16482026-07-16T17:11:51.037Z Compiling zerocopy v0.7.35
16492026-07-16T17:11:51.042Z Compiling darling_macro v0.21.3
16502026-07-16T17:11:51.305Z Compiling derive_more v0.99.20
16512026-07-16T17:11:51.649Z Compiling terminal_size v0.4.4
16522026-07-16T17:11:51.996Z Compiling darling v0.21.3
16532026-07-16T17:11:52.273Z Compiling secrecy v0.10.3
16542026-07-16T17:11:52.407Z Compiling tinyvec_macros v0.1.1
16552026-07-16T17:11:52.422Z Compiling float-ord v0.3.2
16562026-07-16T17:11:52.449Z Compiling crucible-workspace-hack v0.1.0
16572026-07-16T17:11:52.474Z Compiling heapless v0.8.0
16582026-07-16T17:11:52.535Z Compiling tinyvec v1.11.0
16592026-07-16T17:11:52.852Z Compiling ingot-macros v0.1.1
16602026-07-16T17:11:52.868Z Compiling clap_builder v4.6.0
16612026-07-16T17:11:53.490Z Compiling dtrace-parser v0.2.0
16622026-07-16T17:11:53.529Z Compiling serde_repr v0.1.20
16632026-07-16T17:11:53.593Z Compiling scroll_derive v0.12.1
16642026-07-16T17:11:54.144Z Compiling hash32 v0.3.1
16652026-07-16T17:11:54.296Z Compiling num-integer v0.1.46
16662026-07-16T17:11:54.327Z Compiling rustc_version v0.4.1
16672026-07-16T17:11:54.345Z Compiling usdt-impl v0.5.0
16682026-07-16T17:11:54.616Z Compiling smoltcp v0.11.0
16692026-07-16T17:11:54.636Z Compiling curve25519-dalek v4.1.3
16702026-07-16T17:11:54.733Z Compiling clap v4.6.1
16712026-07-16T17:11:54.796Z Compiling scroll v0.12.0
16722026-07-16T17:11:55.151Z Compiling dof v0.3.0
16732026-07-16T17:11:55.427Z Compiling hmac v0.12.1
16742026-07-16T17:11:55.497Z Compiling inout v0.1.4
16752026-07-16T17:11:55.562Z Compiling ff v0.13.1
16762026-07-16T17:11:55.562Z Compiling cobs v0.3.0
16772026-07-16T17:11:55.639Z Compiling thread-id v4.2.2
16782026-07-16T17:11:55.670Z Compiling ingot-types v0.1.2
16792026-07-16T17:11:55.701Z Compiling bitflags v1.3.2
16802026-07-16T17:11:55.717Z Compiling managed v0.8.0
16812026-07-16T17:11:55.789Z Compiling postcard v1.1.3
16822026-07-16T17:11:55.925Z Compiling typify-macro v0.6.2
16832026-07-16T17:11:56.070Z Compiling ingot v0.1.1
16842026-07-16T17:11:56.107Z Compiling group v0.13.0
16852026-07-16T17:11:56.218Z Compiling cipher v0.4.4
16862026-07-16T17:11:56.290Z Compiling hkdf v0.12.4
16872026-07-16T17:11:56.428Z Compiling goblin v0.8.2
16882026-07-16T17:11:56.860Z Compiling num-iter v0.1.45
16892026-07-16T17:11:56.978Z Compiling num-rational v0.4.2
16902026-07-16T17:11:57.245Z Compiling tabwriter v1.4.1
16912026-07-16T17:11:57.483Z Compiling universal-hash v0.5.1
16922026-07-16T17:11:57.612Z Compiling crypto-bigint v0.5.5
16932026-07-16T17:11:57.619Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16942026-07-16T17:11:57.850Z Compiling thiserror-impl-no-std v2.0.2
16952026-07-16T17:11:57.947Z Compiling hubpack_derive v0.1.1
16962026-07-16T17:11:58.041Z Compiling typify v0.6.2
16972026-07-16T17:11:58.094Z Compiling crossbeam-epoch v0.9.18
16982026-07-16T17:11:58.437Z Compiling half v2.7.1
16992026-07-16T17:11:58.447Z Compiling curve25519-dalek-derive v0.1.1
17002026-07-16T17:11:58.497Z Compiling num-complex v0.4.6
17012026-07-16T17:11:58.915Z Compiling memoffset v0.9.1
17022026-07-16T17:11:58.969Z Compiling ciborium-io v0.2.2
17032026-07-16T17:11:59.036Z Compiling unsafe-libyaml v0.2.11
17042026-07-16T17:11:59.061Z Compiling cfg_aliases v0.2.1
17052026-07-16T17:11:59.113Z Compiling base16ct v0.2.0
17062026-07-16T17:11:59.131Z Compiling rustix v0.38.44
17072026-07-16T17:11:59.157Z Compiling heck v0.4.1
17082026-07-16T17:11:59.169Z Compiling opaque-debug v0.3.1
17092026-07-16T17:11:59.234Z Compiling base64ct v1.8.3
17102026-07-16T17:11:59.269Z Compiling poly1305 v0.8.0
17112026-07-16T17:11:59.355Z Compiling elliptic-curve v0.13.8
17122026-07-16T17:11:59.527Z Compiling password-hash v0.5.0
17132026-07-16T17:11:59.570Z Compiling serde_yaml v0.9.34+deprecated
17142026-07-16T17:11:59.706Z Compiling nix v0.31.3
17152026-07-16T17:11:59.967Z Compiling ciborium-ll v0.2.2
17162026-07-16T17:12:00.078Z Compiling thiserror-no-std v2.0.2
17172026-07-16T17:12:00.189Z Compiling num v0.4.3
17182026-07-16T17:12:00.256Z Compiling hubpack v0.1.2
17192026-07-16T17:12:00.794Z Compiling chacha20 v0.9.1
17202026-07-16T17:12:00.828Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17212026-07-16T17:12:01.035Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17222026-07-16T17:12:01.339Z Compiling toml_edit v0.25.12+spec-1.1.0
17232026-07-16T17:12:01.719Z Compiling blake2 v0.10.6
17242026-07-16T17:12:01.752Z Compiling aead v0.5.2
17252026-07-16T17:12:01.913Z Compiling byte-wrapper v0.1.0
17262026-07-16T17:12:02.177Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17272026-07-16T17:12:02.216Z Compiling proc-macro-error-attr v1.0.4
17282026-07-16T17:12:02.457Z Compiling keccak v0.1.6
17292026-07-16T17:12:02.498Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17302026-07-16T17:12:02.498Z Compiling prettyplease v0.2.37
17312026-07-16T17:12:02.692Z Compiling static_assertions v1.1.0
17322026-07-16T17:12:02.771Z Compiling sha3 v0.10.9
17332026-07-16T17:12:02.827Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17342026-07-16T17:12:03.075Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17352026-07-16T17:12:03.617Z Compiling argon2 v0.5.3
17362026-07-16T17:12:03.715Z Compiling chacha20poly1305 v0.10.1
17372026-07-16T17:12:03.726Z Compiling proc-macro-crate v3.5.0
17382026-07-16T17:12:04.244Z Compiling vsss-rs v3.3.4
17392026-07-16T17:12:04.365Z Compiling ciborium v0.2.2
17402026-07-16T17:12:04.592Z Compiling usdt-macro v0.5.0
17412026-07-16T17:12:04.957Z Compiling usdt-attr-macro v0.5.0
17422026-07-16T17:12:05.072Z Compiling rustls-webpki v0.103.13
17432026-07-16T17:12:06.118Z Compiling serde_spanned v0.6.9
17442026-07-16T17:12:06.270Z Compiling num-derive v0.4.2
17452026-07-16T17:12:06.364Z Compiling enum-as-inner v0.6.1
17462026-07-16T17:12:06.368Z Compiling proc-macro-error v1.0.4
17472026-07-16T17:12:06.587Z Compiling memmap v0.7.0
17482026-07-16T17:12:06.617Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17492026-07-16T17:12:06.753Z Compiling indent_write v2.2.0
17502026-07-16T17:12:06.776Z Compiling winnow v0.5.40
17512026-07-16T17:12:06.854Z Compiling winnow v0.7.15
17522026-07-16T17:12:06.876Z Compiling data-encoding v2.11.0
17532026-07-16T17:12:06.889Z Compiling toml_write v0.1.2
17542026-07-16T17:12:06.972Z Compiling usdt v0.5.0
17552026-07-16T17:12:07.239Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17562026-07-16T17:12:07.250Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17572026-07-16T17:12:07.343Z Compiling num_enum_derive v0.7.6
17582026-07-16T17:12:07.728Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-07-16T17:12:08.186Z Compiling toml_edit v0.22.27
17602026-07-16T17:12:08.369Z Compiling toml_edit v0.19.15
17612026-07-16T17:12:08.446Z Compiling tokio-rustls v0.26.4
17622026-07-16T17:12:08.603Z Compiling rustls-platform-verifier v0.7.0
17632026-07-16T17:12:08.760Z Compiling hyper-rustls v0.27.9
17642026-07-16T17:12:09.063Z Compiling reqwest v0.13.4
17652026-07-16T17:12:10.479Z Compiling progenitor-client v0.14.0
17662026-07-16T17:12:10.788Z Compiling progenitor-extras v0.2.0
17672026-07-16T17:12:11.038Z Compiling foreign-types-macros v0.2.3
17682026-07-16T17:12:11.538Z Compiling colored v3.1.1
17692026-07-16T17:12:11.710Z Compiling foreign-types-shared v0.3.1
17702026-07-16T17:12:11.807Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17712026-07-16T17:12:11.848Z Compiling pkg-config v0.3.33
17722026-07-16T17:12:11.885Z Compiling bytecount v0.6.9
17732026-07-16T17:12:11.941Z Compiling vcpkg v0.2.15
17742026-07-16T17:12:12.027Z Compiling foreign-types v0.5.0
17752026-07-16T17:12:12.110Z Compiling toml v0.8.23
17762026-07-16T17:12:12.309Z Compiling proc-macro-crate v1.3.1
17772026-07-16T17:12:12.516Z Compiling openssl-sys v0.9.116
17782026-07-16T17:12:13.081Z Compiling num_enum v0.7.6
17792026-07-16T17:12:13.205Z Compiling atomicwrites v0.4.4
17802026-07-16T17:12:13.331Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17812026-07-16T17:12:13.406Z Compiling chacha20 v0.10.0
17822026-07-16T17:12:13.417Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17832026-07-16T17:12:13.757Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17842026-07-16T17:12:13.885Z Compiling cstr-argument v0.1.2
17852026-07-16T17:12:14.002Z Compiling unicode-segmentation v1.13.3
17862026-07-16T17:12:14.049Z Compiling rayon-core v1.13.0
17872026-07-16T17:12:14.255Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17882026-07-16T17:12:14.296Z Compiling resolv-conf v0.7.6
17892026-07-16T17:12:14.443Z Compiling swrite v0.1.0
17902026-07-16T17:12:14.501Z Compiling linked-hash-map v0.5.6
17912026-07-16T17:12:14.538Z Compiling semver v0.1.20
17922026-07-16T17:12:14.689Z Compiling lru-cache v0.1.2
17932026-07-16T17:12:14.715Z Compiling newline-converter v0.3.0
17942026-07-16T17:12:14.805Z Compiling rustc_version v0.1.7
17952026-07-16T17:12:14.896Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17962026-07-16T17:12:14.899Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17972026-07-16T17:12:15.009Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17982026-07-16T17:12:15.033Z Compiling rand v0.10.2
17992026-07-16T17:12:15.166Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18002026-07-16T17:12:15.323Z Compiling num_enum_derive v0.5.11
18012026-07-16T17:12:15.371Z Compiling hickory-proto v0.24.4
18022026-07-16T17:12:15.877Z Compiling crossbeam-deque v0.8.6
18032026-07-16T17:12:16.073Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-07-16T17:12:16.173Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-07-16T17:12:16.363Z Compiling progenitor-impl v0.13.0
18062026-07-16T17:12:17.139Z Compiling progenitor-impl v0.14.0
18072026-07-16T17:12:17.511Z Compiling console v0.15.11
18082026-07-16T17:12:18.086Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-07-16T17:12:18.348Z Compiling camino-tempfile v1.4.1
18102026-07-16T17:12:18.646Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18112026-07-16T17:12:18.766Z Compiling serde-big-array v0.5.1
18122026-07-16T17:12:18.924Z Compiling pin-project-internal v1.1.13
18132026-07-16T17:12:19.213Z Compiling derive-where v1.6.1
18142026-07-16T17:12:19.689Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18152026-07-16T17:12:19.937Z Compiling siphasher v1.0.3
18162026-07-16T17:12:19.981Z Compiling similar v2.7.0
18172026-07-16T17:12:20.137Z Compiling minimal-lexical v0.2.1
18182026-07-16T17:12:20.305Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-07-16T17:12:20.402Z Compiling expectorate v1.2.0
18202026-07-16T17:12:20.530Z Compiling nom v7.1.3
18212026-07-16T17:12:20.554Z Compiling phf_shared v0.12.1
18222026-07-16T17:12:20.736Z Compiling pin-project v1.1.13
18232026-07-16T17:12:20.736Z Compiling progenitor-macro v0.13.0
18242026-07-16T17:12:20.765Z Compiling progenitor-macro v0.14.0
18252026-07-16T17:12:20.838Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18262026-07-16T17:12:20.933Z Compiling hickory-resolver v0.24.4
18272026-07-16T17:12:21.347Z Compiling num_enum v0.5.11
18282026-07-16T17:12:22.003Z Compiling newtype_derive v0.1.6
18292026-07-16T17:12:22.226Z Compiling progenitor-client v0.13.0
18302026-07-16T17:12:23.585Z Compiling snafu-derive v0.8.9
18312026-07-16T17:12:23.660Z Compiling unicode-normalization v0.1.25
18322026-07-16T17:12:23.790Z Compiling tokio-stream v0.1.18
18332026-07-16T17:12:24.151Z Compiling async-recursion v1.1.1
18342026-07-16T17:12:24.283Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18352026-07-16T17:12:24.598Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-07-16T17:12:24.871Z Compiling slog-dtrace v0.3.0
18372026-07-16T17:12:25.126Z Compiling bstr v1.12.1
18382026-07-16T17:12:25.393Z Compiling csv-core v0.1.13
18392026-07-16T17:12:25.636Z Compiling foldhash v0.1.5
18402026-07-16T17:12:25.667Z Compiling unicode-width v0.1.14
18412026-07-16T17:12:25.822Z Compiling konst_macro_rules v0.2.19
18422026-07-16T17:12:25.899Z Compiling openssl v0.10.80
18432026-07-16T17:12:25.950Z Compiling chrono-tz v0.10.4
18442026-07-16T17:12:25.980Z Compiling foreign-types-shared v0.1.1
18452026-07-16T17:12:26.006Z Compiling highway v1.3.0
18462026-07-16T17:12:26.072Z Compiling cancel-safe-futures v0.1.5
18472026-07-16T17:12:26.188Z Compiling unicode-xid v0.2.6
18482026-07-16T17:12:26.188Z Compiling owo-colors v4.3.0
18492026-07-16T17:12:26.217Z Compiling same-file v1.0.6
18502026-07-16T17:12:26.321Z Compiling const_format_proc_macros v0.2.34
18512026-07-16T17:12:26.357Z Compiling walkdir v2.5.0
18522026-07-16T17:12:26.393Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-07-16T17:12:26.437Z Compiling foreign-types v0.3.2
18542026-07-16T17:12:26.511Z Compiling progenitor v0.14.0
18552026-07-16T17:12:26.609Z Compiling konst v0.2.20
18562026-07-16T17:12:26.651Z Compiling progenitor v0.13.0
18572026-07-16T17:12:26.713Z Compiling hashbrown v0.15.5
18582026-07-16T17:12:26.789Z Compiling csv v1.4.0
18592026-07-16T17:12:26.852Z Compiling globset v0.4.18
18602026-07-16T17:12:27.080Z Compiling snafu v0.8.9
18612026-07-16T17:12:27.201Z Compiling qorb v0.4.1
18622026-07-16T17:12:27.234Z Compiling olpc-cjson v0.1.4
18632026-07-16T17:12:27.241Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-07-16T17:12:27.436Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-07-16T17:12:27.471Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-07-16T17:12:27.700Z Compiling rayon v1.12.0
18672026-07-16T17:12:28.038Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18682026-07-16T17:12:28.320Z Compiling phf v0.12.1
18692026-07-16T17:12:28.387Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18702026-07-16T17:12:28.477Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-07-16T17:12:29.170Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18722026-07-16T17:12:29.549Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-07-16T17:12:29.603Z Compiling zone_cfg_derive v0.3.1
18742026-07-16T17:12:29.707Z Compiling tokio-dtrace v0.1.1
18752026-07-16T17:12:29.864Z Compiling itertools v0.12.1
18762026-07-16T17:12:29.900Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18772026-07-16T17:12:29.982Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-07-16T17:12:29.992Z Compiling libsw-core v0.3.2
18792026-07-16T17:12:30.104Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18802026-07-16T17:12:30.159Z Compiling serde_plain v1.0.2
18812026-07-16T17:12:30.367Z Compiling openssl-macros v0.1.1
18822026-07-16T17:12:30.383Z Compiling pem v3.0.6
18832026-07-16T17:12:30.483Z Compiling cookie v0.18.1
18842026-07-16T17:12:30.497Z Compiling sigpipe v0.1.3
18852026-07-16T17:12:30.585Z Compiling fixedbitset v0.5.7
18862026-07-16T17:12:30.594Z Compiling typed-path v0.9.3
18872026-07-16T17:12:30.733Z Compiling fixedbitset v0.4.2
18882026-07-16T17:12:30.760Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-07-16T17:12:30.837Z Compiling glob v0.3.3
18902026-07-16T17:12:30.926Z Compiling jiff v0.2.28
18912026-07-16T17:12:31.012Z Compiling petgraph v0.6.5
18922026-07-16T17:12:31.029Z Compiling zone v0.3.1
18932026-07-16T17:12:31.297Z Compiling petgraph v0.8.3
18942026-07-16T17:12:31.385Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18952026-07-16T17:12:31.819Z Compiling tough v0.22.0
18962026-07-16T17:12:31.945Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-07-16T17:12:32.148Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-07-16T17:12:32.503Z Compiling libsw v3.5.0
18992026-07-16T17:12:32.685Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19002026-07-16T17:12:32.942Z Compiling oxide-tokio-rt v0.1.6
19012026-07-16T17:12:33.147Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19022026-07-16T17:12:33.312Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-07-16T17:12:33.803Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-07-16T17:12:34.375Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-07-16T17:12:34.504Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-07-16T17:12:34.573Z Compiling const_format v0.2.36
19072026-07-16T17:12:34.915Z Compiling papergrid v0.11.0
19082026-07-16T17:12:35.134Z Compiling tabled_derive v0.7.0
19092026-07-16T17:12:35.330Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-07-16T17:12:35.409Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19112026-07-16T17:12:35.789Z Compiling libscf-sys v1.2.0
19122026-07-16T17:12:35.823Z Compiling gethostname v0.5.0
19132026-07-16T17:12:35.920Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-07-16T17:12:35.931Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19152026-07-16T17:12:35.943Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-16T17:12:36.037Z Compiling bcs v0.1.6
19172026-07-16T17:12:36.065Z Compiling smf v0.2.3
19182026-07-16T17:12:36.107Z Compiling proc-macro-error-attr2 v2.0.0
19192026-07-16T17:12:36.361Z Compiling linear-map v1.2.0
19202026-07-16T17:12:36.394Z Compiling unicode-linebreak v0.1.5
19212026-07-16T17:12:36.555Z Compiling whoami v1.6.1
19222026-07-16T17:12:36.567Z Compiling termtree v0.5.1
19232026-07-16T17:12:36.644Z Compiling tagptr v0.2.0
19242026-07-16T17:12:36.681Z Compiling smawk v0.3.2
19252026-07-16T17:12:36.701Z Compiling lazy_static v1.5.0
19262026-07-16T17:12:36.714Z Compiling proc-macro-error2 v2.0.1
19272026-07-16T17:12:36.792Z Compiling textwrap v0.16.2
19282026-07-16T17:12:36.804Z Compiling steno v0.4.1
19292026-07-16T17:12:36.816Z Compiling moka v0.12.15
19302026-07-16T17:12:36.893Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-07-16T17:12:36.990Z Compiling tabled v0.15.0
19322026-07-16T17:12:37.332Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19332026-07-16T17:12:37.383Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-07-16T17:12:37.609Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-07-16T17:12:38.578Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-07-16T17:12:39.418Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19372026-07-16T17:12:39.789Z Compiling hickory-proto v0.25.2
19382026-07-16T17:12:40.162Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
19392026-07-16T17:12:40.387Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
19402026-07-16T17:12:40.403Z Compiling parking_lot_core v0.8.6
19412026-07-16T17:12:40.454Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
19422026-07-16T17:12:40.488Z Compiling tabled_derive v0.11.0
19432026-07-16T17:12:40.689Z Compiling papergrid v0.18.0
19442026-07-16T17:12:40.715Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19452026-07-16T17:12:41.624Z Compiling testing_table v0.3.0
19462026-07-16T17:12:41.636Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
19472026-07-16T17:12:41.726Z Compiling hickory-resolver v0.25.2
19482026-07-16T17:12:41.795Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19492026-07-16T17:12:41.886Z Compiling tabled v0.21.0
19502026-07-16T17:12:42.094Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19512026-07-16T17:12:42.682Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19522026-07-16T17:12:43.064Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19532026-07-16T17:12:43.337Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19542026-07-16T17:12:43.444Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19552026-07-16T17:12:43.457Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
19562026-07-16T17:12:44.086Z Compiling parking_lot v0.11.2
19572026-07-16T17:12:44.333Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
19582026-07-16T17:12:44.516Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19592026-07-16T17:12:44.725Z Compiling dropshot-api-manager-types v0.7.2
19602026-07-16T17:12:44.808Z Compiling fxhash v0.2.1
19612026-07-16T17:12:44.941Z Compiling crc8 v0.1.1
19622026-07-16T17:12:44.960Z Compiling sled v0.34.7
19632026-07-16T17:12:44.968Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
19642026-07-16T17:12:45.030Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
19652026-07-16T17:12:45.082Z Compiling port-file v0.1.0
19662026-07-16T17:12:45.102Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19672026-07-16T17:12:45.283Z Compiling yansi v1.0.1
19682026-07-16T17:12:45.340Z Compiling diff v0.1.13
19692026-07-16T17:12:45.603Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
19702026-07-16T17:12:45.636Z Compiling pretty_assertions v1.4.1
19712026-07-16T17:12:47.980Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-07-16T17:12:56.026Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-07-16T17:12:57.647Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-07-16T17:12:58.697Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19752026-07-16T17:12:59.629Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
19762026-07-16T17:13:11.499Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 56s
19772026-07-16T17:13:11.679Z────────────
19782026-07-16T17:13:11.679Z Nextest run ID 7eb3b8c5-08c0-451a-8f73-c2db26729a66 with nextest profile: default
19792026-07-16T17:13:11.679Z Starting 1 test across 3 binaries
19802026-07-16T17:13:11.684Z START ddm db::test::test_effective_tunnel_route_set
19812026-07-16T17:13:11.684Z
19822026-07-16T17:13:11.684Zrunning 1 test
19832026-07-16T17:13:11.684Ztest db::test::test_effective_tunnel_route_set ... ok
19842026-07-16T17:13:11.684Z
19852026-07-16T17:13:11.684Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19862026-07-16T17:13:11.684Z
19872026-07-16T17:13:11.684Z PASS [ 0.006s] ddm db::test::test_effective_tunnel_route_set
19882026-07-16T17:13:11.684Z────────────
19892026-07-16T17:13:11.684Z Summary [ 0.007s] 1 test run: 1 passed, 0 skipped
19902026-07-16T17:13:11.696Zprocess exited: duration 348947 ms, exit code 0
 
19912026-07-16T17:13:11.712Zfound 0 output files