01KYRJ298AQMSQA2G0VT5BPKF6: 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: 01KYRJ2VHMH30RK7KP3ZSQH552

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T03:47:26.824Zjob assigned to worker 01KYRJ3D6XAMFMPCEDG2J1E12A [factory aws, i-02dad71e875a5fc63] (queued for 1 m 0 s)
 
22026-07-30T03:47:33.586Zstarting task 0: "setup"
32026-07-30T03:47:33.593Z++ uname -s
42026-07-30T03:47:33.596Z+ kern=SunOS
52026-07-30T03:47:33.596Z+ build_user=build
62026-07-30T03:47:33.596Z+ build_uid=12345
72026-07-30T03:47:33.596Z+ work_dir=/work
82026-07-30T03:47:33.596Z+ input_dir=/input
92026-07-30T03:47:33.596Z+ [[ 0 == 12345 ]]
102026-07-30T03:47:33.596Z+ case "$kern" in
112026-07-30T03:47:33.596Z+ groupadd -g 12345 build
122026-07-30T03:47:33.599Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T03:47:35.606Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T03:47:35.647Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T03:47:35.650Z+ home_fs=zfs
162026-07-30T03:47:35.650Z+ [[ zfs == autofs ]]
172026-07-30T03:47:35.650Z+ mkdir -p /home/build
182026-07-30T03:47:35.650Z+ chown build:build /home/build /work
192026-07-30T03:47:37.652Z+ chmod 0700 /home/build /work
202026-07-30T03:47:37.655Zprocess exited: duration 4068 ms, exit code 0
 
212026-07-30T03:47:37.660Zstarting task 1: "rust-toolchain"
222026-07-30T03:47:37.663Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-30T03:47:37.664Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-30T03:47:37.664Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-30T03:47:37.664Z * rust toolchain channel = "stable"
262026-07-30T03:47:37.664Z * rust toolchain profile = "default"
272026-07-30T03:47:37.668Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T03:47:37.668Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T03:47:37.668Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-30T03:47:37.787Zinfo: downloading installer
312026-07-30T03:47:39.089Zwarn: It looks like you have an existing installation of Rust at:
322026-07-30T03:47:39.089Zwarn: /opt/ooce/bin
332026-07-30T03:47:39.089Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-30T03:47:39.089Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-30T03:47:39.089Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-30T03:47:39.090Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-30T03:47:39.090Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-30T03:47:39.090Zerror: cannot install while Rust is installed
392026-07-30T03:47:39.090Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-30T03:47:39.090Zwarn: It looks like you have an existing rustup settings file at:
412026-07-30T03:47:39.090Zwarn: /home/build/.rustup/settings.toml
422026-07-30T03:47:39.090Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-30T03:47:39.090Zwarn: instead of the one inferred from the default host triple.
442026-07-30T03:47:39.103Zinfo: profile set to default
452026-07-30T03:47:39.103Zinfo: default host triple is x86_64-unknown-illumos
462026-07-30T03:47:39.106Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-30T03:47:39.243Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-30T03:47:39.246Zinfo: downloading 6 components
492026-07-30T03:47:54.144Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-30T03:47:54.144Z
512026-07-30T03:47:54.172Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-30T03:47:54.172Z
532026-07-30T03:47:54.175Z
542026-07-30T03:47:54.175ZRust is installed now. Great!
552026-07-30T03:47:54.175Z
562026-07-30T03:47:54.175ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-30T03:47:54.175Zenvironment variable. This has not been done automatically.
582026-07-30T03:47:54.175Z
592026-07-30T03:47:54.175ZTo configure your current shell, you need to source
602026-07-30T03:47:54.175Zthe corresponding env file under $HOME/.cargo.
612026-07-30T03:47:54.175Z
622026-07-30T03:47:54.175ZThis is usually done by running one of the following (note the leading DOT):
632026-07-30T03:47:54.175Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-30T03:47:54.175Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-30T03:47:54.175Zsource "~/.cargo/env.nu" # For nushell
662026-07-30T03:47:54.175Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-30T03:47:54.175Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-30T03:47:54.175Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-30T03:47:54.175Zwarn: no default linker (`cc`) was found in your PATH
702026-07-30T03:47:54.175Zwarn: many Rust crates require a system C toolchain to build
712026-07-30T03:47:54.267Z+ rustup --version
722026-07-30T03:47:54.276Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-30T03:47:54.279Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-30T03:47:54.297Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-30T03:47:54.300Z+ cargo --version
762026-07-30T03:47:54.314Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-30T03:47:54.318Z+ rustc --version
782026-07-30T03:47:54.337Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-30T03:47:54.340Zprocess exited: duration 16675 ms, exit code 0
 
802026-07-30T03:47:54.345Zstarting task 2: "authentication"
812026-07-30T03:47:54.361Zprocess exited: duration 15 ms, exit code 0
 
822026-07-30T03:47:54.368Zstarting task 3: "clone repository"
832026-07-30T03:47:54.371Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-30T03:47:54.374Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-30T03:47:54.402ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-30T03:47:55.715Z+ cd /work/oxidecomputer/maghemite
872026-07-30T03:47:55.715Z+ git fetch origin 13930996f491d7f5c9228053037833abef8d71a8
882026-07-30T03:47:55.947ZFrom https://github.com/oxidecomputer/maghemite
892026-07-30T03:47:55.947Z * branch 13930996f491d7f5c9228053037833abef8d71a8 -> FETCH_HEAD
902026-07-30T03:47:55.952Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-07-30T03:47:55.956Z++ git branch --show-current
922026-07-30T03:47:55.956Z+ current=main
932026-07-30T03:47:55.956Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-07-30T03:47:55.956Z+ git branch -f trey/bgp-peer-config-dedupe 13930996f491d7f5c9228053037833abef8d71a8
952026-07-30T03:47:55.958Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-07-30T03:47:55.975ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-07-30T03:47:55.978Z+ git reset --hard 13930996f491d7f5c9228053037833abef8d71a8
982026-07-30T03:47:55.993ZHEAD is now at 1393099 Address review feedback around the unified BGP peer configuration:
992026-07-30T03:47:55.996Zprocess exited: duration 1626 ms, exit code 0
 
1002026-07-30T03:47:56.001Zstarting task 4: "build"
1012026-07-30T03:47:56.005Z+ set -o errexit
1022026-07-30T03:47:56.005Z+ set -o pipefail
1032026-07-30T03:47:56.005Z+ source .github/buildomat/test-common.sh
1042026-07-30T03:47:56.007Z++ NEXTEST_VERSION=0.9.97
1052026-07-30T03:47:56.007Z++ PLATFORM=illumos
1062026-07-30T03:47:56.007Z++ banner install
1072026-07-30T03:47:56.007Z
1082026-07-30T03:47:56.007Z # # # #### ##### ## # #
1092026-07-30T03:47:56.007Z # ## # # # # # # #
1102026-07-30T03:47:56.007Z # # # # #### # # # # #
1112026-07-30T03:47:56.007Z # # # # # # ###### # #
1122026-07-30T03:47:56.007Z # # ## # # # # # # #
1132026-07-30T03:47:56.007Z # # # #### # # # ###### ######
1142026-07-30T03:47:56.007Z
1152026-07-30T03:47:56.008Z++ set +o errexit
1162026-07-30T03:47:56.010Z++ pkg info clang-15
1172026-07-30T03:47:56.010Z++ grep -qi installed
1182026-07-30T03:47:57.189Zpkg: info: no packages matching the following patterns you specified are
1192026-07-30T03:47:57.189Zinstalled on the system. Try querying remotely instead:
1202026-07-30T03:47:57.189Z
1212026-07-30T03:47:57.189Z clang-15
1222026-07-30T03:47:57.232Z++ [[ 1 != 0 ]]
1232026-07-30T03:47:57.232Z++ set -o errexit
1242026-07-30T03:47:57.232Z++ pfexec pkg install clang-15
1252026-07-30T03:48:04.972Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-07-30T03:48:12.780Z Startup: Caching catalogs ... Done
1272026-07-30T03:48:20.102ZPlanning: Solver setup ... Done
1282026-07-30T03:48:20.141ZPlanning: Running solver ... Done
1292026-07-30T03:48:20.290ZPlanning: Finding local manifests ... Done
1302026-07-30T03:48:20.309ZPlanning: Fetching manifests: 0/2 0% complete
1312026-07-30T03:48:20.398ZPlanning: Fetching manifests: 2/2 100% complete
1322026-07-30T03:48:20.428ZPlanning: Package planning ... Done
1332026-07-30T03:48:20.453ZPlanning: Merging actions ... Done
1342026-07-30T03:48:20.560ZPlanning: Checking for conflicting actions ... Done
1352026-07-30T03:48:20.567ZPlanning: Consolidating action changes ... Done
1362026-07-30T03:48:21.340ZPlanning: Evaluating mediators ... Done
1372026-07-30T03:48:21.346ZPlanning: Planning completed in 8.39 seconds
1382026-07-30T03:48:21.357Z Packages to install: 2
1392026-07-30T03:48:21.357Z Mediators to change: 2
1402026-07-30T03:48:21.360Z Services to change: 1
1412026-07-30T03:48:21.360Z Create boot environment: No
1422026-07-30T03:48:21.360ZCreate backup boot environment: No
1432026-07-30T03:48:21.398Z
1442026-07-30T03:48:21.398ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-07-30T03:48:26.439ZDownload: 984/3076 items 82.2/211.3MB 38% complete (21.2M/s)
1462026-07-30T03:48:31.459ZDownload: 1362/3076 items 116.2/211.3MB 54% complete (12.3M/s)
1472026-07-30T03:48:36.463ZDownload: 1800/3076 items 117.3/211.3MB 55% complete (4.0M/s)
1482026-07-30T03:48:42.285ZDownload: 2007/3076 items 117.9/211.3MB 55% complete (617k/s)
1492026-07-30T03:48:51.854ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
1502026-07-30T03:48:57.016ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (9.4M/s)
1512026-07-30T03:49:04.147ZDownload: 3072/3076 items 209.7/211.3MB 99% complete (12.2M/s)
1522026-07-30T03:49:04.195ZDownload: Completed 211.31 MB in 42.79 seconds (4.9M/s)
1532026-07-30T03:49:04.324Z Actions: 1/3418 actions (Installing new actions)
1542026-07-30T03:49:07.469Z Actions: Completed 3418 actions in 3.14 seconds.
1552026-07-30T03:49:08.120Z Done
1562026-07-30T03:49:08.120Z Done
1572026-07-30T03:49:08.854Z Done
1582026-07-30T03:49:12.252Z Done
1592026-07-30T03:49:12.324Z Done
1602026-07-30T03:49:12.327Z Done
1612026-07-30T03:49:12.469Z Done
1622026-07-30T03:49:13.180Z++ set -o errexit
1632026-07-30T03:49:13.180Z++ cargo --version
1642026-07-30T03:49:13.186Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1652026-07-30T03:49:13.357Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1662026-07-30T03:49:13.360Zinfo: downloading 6 components
1672026-07-30T03:49:27.456Zcargo 1.96.1 (356927216 2026-06-26)
1682026-07-30T03:49:27.461Z++ rustc --version
1692026-07-30T03:49:27.484Zrustc 1.96.1 (31fca3adb 2026-06-26)
1702026-07-30T03:49:27.488Z++ cargo install cargo-nextest --version 0.9.97
1712026-07-30T03:49:27.531Z Updating crates.io index
1722026-07-30T03:49:27.631Z Downloading crates ...
1732026-07-30T03:49:27.678Z Downloaded cargo-nextest v0.9.97
1742026-07-30T03:49:27.735Z Installing cargo-nextest v0.9.97
1752026-07-30T03:49:27.738Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1762026-07-30T03:49:27.738Z |
1772026-07-30T03:49:27.738Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1782026-07-30T03:49:27.738Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1792026-07-30T03:49:27.776Z Updating crates.io index
1802026-07-30T03:49:29.713Z Locking 396 packages to latest compatible versions
1812026-07-30T03:49:29.717Z Adding dialoguer v0.11.0 (available: v0.12.0)
1822026-07-30T03:49:29.720Z Adding duct v0.13.7 (available: v1.1.1)
1832026-07-30T03:49:29.720Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1842026-07-30T03:49:29.720Z Adding generic-array v0.14.7 (available: v0.14.9)
1852026-07-30T03:49:29.723Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1862026-07-30T03:49:29.723Z Adding itertools v0.14.0 (available: v0.15.0)
1872026-07-30T03:49:29.723Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1882026-07-30T03:49:29.723Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1892026-07-30T03:49:29.726Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1902026-07-30T03:49:29.729Z Adding quick-junit v0.5.2 (available: v0.7.0)
1912026-07-30T03:49:29.755Z Downloading crates ...
1922026-07-30T03:49:29.823Z Downloaded cargo-platform v0.3.3
1932026-07-30T03:49:29.826Z Downloaded clap_lex v1.1.0
1942026-07-30T03:49:29.826Z Downloaded cpufeatures v0.3.0
1952026-07-30T03:49:29.829Z Downloaded camino v1.2.5
1962026-07-30T03:49:29.833Z Downloaded curve25519-dalek-derive v0.1.1
1972026-07-30T03:49:29.833Z Downloaded cfg_aliases v0.2.2
1982026-07-30T03:49:29.833Z Downloaded cargo_metadata v0.23.1
1992026-07-30T03:49:29.836Z Downloaded base64ct v1.8.3
2002026-07-30T03:49:29.836Z Downloaded anstyle-query v1.1.5
2012026-07-30T03:49:29.839Z Downloaded dialoguer v0.11.0
2022026-07-30T03:49:29.844Z Downloaded cargo-platform v0.2.0
2032026-07-30T03:49:29.846Z Downloaded itoa v1.0.18
2042026-07-30T03:49:29.846Z Downloaded atomic-waker v1.1.2
2052026-07-30T03:49:29.846Z Downloaded camino-tempfile v1.4.1
2062026-07-30T03:49:29.849Z Downloaded anstream v1.0.0
2072026-07-30T03:49:29.850Z Downloaded native-tls v0.2.18
2082026-07-30T03:49:29.853Z Downloaded cargo-util-schemas v0.2.0
2092026-07-30T03:49:29.853Z Downloaded backtrace-ext v0.2.1
2102026-07-30T03:49:29.856Z Downloaded erased-serde v0.4.10
2112026-07-30T03:49:29.856Z Downloaded rustc_version v0.4.1
2122026-07-30T03:49:29.859Z Downloaded pin-project v1.1.13
2132026-07-30T03:49:29.863Z Downloaded futures v0.3.33
2142026-07-30T03:49:29.866Z Downloaded openssl-sys v0.9.117
2152026-07-30T03:49:29.869Z Downloaded miniz_oxide v0.8.9
2162026-07-30T03:49:29.872Z Downloaded num-traits v0.2.19
2172026-07-30T03:49:29.875Z Downloaded pin-project-lite v0.2.17
2182026-07-30T03:49:29.878Z Downloaded hex v0.4.3
2192026-07-30T03:49:29.878Z Downloaded openssl-probe v0.2.1
2202026-07-30T03:49:29.878Z Downloaded indent_write v2.2.0
2212026-07-30T03:49:29.881Z Downloaded cargo_metadata v0.20.0
2222026-07-30T03:49:29.882Z Downloaded log v0.4.33
2232026-07-30T03:49:29.885Z Downloaded h2 v0.4.15
2242026-07-30T03:49:29.888Z Downloaded futures-task v0.3.33
2252026-07-30T03:49:29.888Z Downloaded futures-sink v0.3.33
2262026-07-30T03:49:29.891Z Downloaded cpufeatures v0.2.17
2272026-07-30T03:49:29.891Z Downloaded number_prefix v0.4.0
2282026-07-30T03:49:29.891Z Downloaded colorchoice v1.0.5
2292026-07-30T03:49:29.891Z Downloaded borsh v1.8.0
2302026-07-30T03:49:29.894Z Downloaded cfg-if v1.0.4
2312026-07-30T03:49:29.897Z Downloaded rustc-hash v2.1.3
2322026-07-30T03:49:29.897Z Downloaded lazy_static v1.5.0
2332026-07-30T03:49:29.900Z Downloaded rand_core v0.9.5
2342026-07-30T03:49:29.900Z Downloaded future-queue v0.4.0
2352026-07-30T03:49:29.904Z Downloaded find-msvc-tools v0.1.9
2362026-07-30T03:49:29.904Z Downloaded nextest-metadata v0.12.2
2372026-07-30T03:49:29.904Z Downloaded newtype-uuid v1.4.0
2382026-07-30T03:49:29.907Z Downloaded bytes v1.12.1
2392026-07-30T03:49:29.907Z Downloaded idna_adapter v1.0.0
2402026-07-30T03:49:29.910Z Downloaded idna v1.1.0
2412026-07-30T03:49:29.910Z Downloaded document-features v0.2.12
2422026-07-30T03:49:29.910Z Downloaded humantime-serde v1.1.1
2432026-07-30T03:49:29.913Z Downloaded futures-macro v0.3.33
2442026-07-30T03:49:29.913Z Downloaded futures-core v0.3.33
2452026-07-30T03:49:29.913Z Downloaded atomicwrites v0.4.4
2462026-07-30T03:49:29.916Z Downloaded ahash v0.8.12
2472026-07-30T03:49:29.916Z Downloaded foreign-types v0.3.2
2482026-07-30T03:49:29.919Z Downloaded block-buffer v0.10.4
2492026-07-30T03:49:29.919Z Downloaded lru-slab v0.1.2
2502026-07-30T03:49:29.919Z Downloaded scopeguard v1.2.0
2512026-07-30T03:49:29.923Z Downloaded form_urlencoded v1.2.2
2522026-07-30T03:49:29.923Z Downloaded bitflags v2.13.1
2532026-07-30T03:49:29.926Z Downloaded adler2 v2.0.1
2542026-07-30T03:49:29.926Z Downloaded nextest-workspace-hack v0.1.0
2552026-07-30T03:49:29.926Z Downloaded percent-encoding v2.3.2
2562026-07-30T03:49:29.926Z Downloaded hyper-tls v0.6.0
2572026-07-30T03:49:29.926Z Downloaded mukti-metadata v0.3.0
2582026-07-30T03:49:29.929Z Downloaded mio v1.2.2
2592026-07-30T03:49:29.932Z Downloaded miette-derive v7.6.0
2602026-07-30T03:49:29.933Z Downloaded guppy-workspace-hack v0.1.0
2612026-07-30T03:49:29.933Z Downloaded generic-array v0.14.7
2622026-07-30T03:49:29.936Z Downloaded enable-ansi-support v0.2.1
2632026-07-30T03:49:29.936Z Downloaded fnv v1.0.7
2642026-07-30T03:49:29.936Z Downloaded filetime v0.2.29
2652026-07-30T03:49:29.936Z Downloaded async-scoped v0.9.0
2662026-07-30T03:49:29.939Z Downloaded serde-value v0.7.0
2672026-07-30T03:49:29.939Z Downloaded openssl-macros v0.1.1
2682026-07-30T03:49:29.939Z Downloaded either v1.17.0
2692026-07-30T03:49:29.941Z Downloaded autocfg v1.5.1
2702026-07-30T03:49:29.941Z Downloaded globset v0.4.19
2712026-07-30T03:49:29.945Z Downloaded foreign-types-shared v0.1.1
2722026-07-30T03:49:29.945Z Downloaded indicatif v0.17.11
2732026-07-30T03:49:29.948Z Downloaded rand_core v0.10.1
2742026-07-30T03:49:29.948Z Downloaded rand_chacha v0.9.0
2752026-07-30T03:49:29.948Z Downloaded serde_ignored v0.1.14
2762026-07-30T03:49:29.951Z Downloaded color-spantrace v0.3.0
2772026-07-30T03:49:29.951Z Downloaded quinn-udp v0.5.15
2782026-07-30T03:49:29.951Z Downloaded pathdiff v0.2.3
2792026-07-30T03:49:29.954Z Downloaded nested v0.1.1
2802026-07-30T03:49:29.954Z Downloaded indenter v0.3.4
2812026-07-30T03:49:29.954Z Downloaded pin-project-internal v1.1.13
2822026-07-30T03:49:29.957Z Downloaded crypto-common v0.1.7
2832026-07-30T03:49:29.957Z Downloaded serde_spanned v1.1.1
2842026-07-30T03:49:29.957Z Downloaded ppv-lite86 v0.2.21
2852026-07-30T03:49:29.960Z Downloaded rand_core v0.6.4
2862026-07-30T03:49:29.960Z Downloaded errno v0.3.14
2872026-07-30T03:49:29.960Z Downloaded equivalent v1.0.2
2882026-07-30T03:49:29.963Z Downloaded os_pipe v1.2.3
2892026-07-30T03:49:29.963Z Downloaded debug-ignore v1.0.5
2902026-07-30T03:49:29.966Z Downloaded http-body v1.1.0
2912026-07-30T03:49:29.966Z Downloaded serde_urlencoded v0.7.1
2922026-07-30T03:49:29.966Z Downloaded shared_child v1.1.1
2932026-07-30T03:49:29.969Z Downloaded is_ci v1.2.0
2942026-07-30T03:49:29.969Z Downloaded ordered-float v2.10.1
2952026-07-30T03:49:29.969Z Downloaded ed25519 v2.2.3
2962026-07-30T03:49:29.972Z Downloaded heck v0.5.0
2972026-07-30T03:49:29.972Z Downloaded duct v0.13.7
2982026-07-30T03:49:29.975Z Downloaded futures-io v0.3.33
2992026-07-30T03:49:29.975Z Downloaded home v0.5.12
3002026-07-30T03:49:29.975Z Downloaded self-replace v1.5.0
3012026-07-30T03:49:29.979Z Downloaded rand_pcg v0.10.2
3022026-07-30T03:49:29.979Z Downloaded parking_lot_core v0.9.12
3032026-07-30T03:49:29.983Z Downloaded digest v0.10.7
3042026-07-30T03:49:29.983Z Downloaded once_cell v1.21.4
3052026-07-30T03:49:29.986Z Downloaded jobserver v0.1.35
3062026-07-30T03:49:29.986Z Downloaded subtle v2.6.1
3072026-07-30T03:49:29.986Z Downloaded signature v2.2.0
3082026-07-30T03:49:29.989Z Downloaded anstyle v1.0.14
3092026-07-30T03:49:29.992Z Downloaded supports-color v3.0.2
3102026-07-30T03:49:29.992Z Downloaded sigchld v0.2.4
3112026-07-30T03:49:29.993Z Downloaded sync_wrapper v1.0.2
3122026-07-30T03:49:29.993Z Downloaded strsim v0.11.1
3132026-07-30T03:49:29.995Z Downloaded is_terminal_polyfill v1.70.2
3142026-07-30T03:49:29.995Z Downloaded pkg-config v0.3.33
3152026-07-30T03:49:29.995Z Downloaded clap_derive v4.6.4
3162026-07-30T03:49:29.998Z Downloaded rustc-demangle v0.1.28
3172026-07-30T03:49:29.998Z Downloaded supports-unicode v3.0.0
3182026-07-30T03:49:29.998Z Downloaded httparse v1.10.1
3192026-07-30T03:49:30.001Z Downloaded anstyle-parse v1.0.0
3202026-07-30T03:49:30.004Z Downloaded swrite v0.1.0
3212026-07-30T03:49:30.007Z Downloaded tinyvec_macros v0.1.1
3222026-07-30T03:49:30.007Z Downloaded terminal_size v0.4.4
3232026-07-30T03:49:30.010Z Downloaded strip-ansi-escapes v0.2.1
3242026-07-30T03:49:30.010Z Downloaded shell-words v1.1.1
3252026-07-30T03:49:30.010Z Downloaded signal-hook-mio v0.2.5
3262026-07-30T03:49:30.016Z Downloaded thread_local v1.1.10
3272026-07-30T03:49:30.019Z Downloaded tokio-macros v2.7.2
3282026-07-30T03:49:30.019Z Downloaded iana-time-zone v0.1.65
3292026-07-30T03:49:30.033Z Downloaded http-body-util v0.1.4
3302026-07-30T03:49:30.033Z Downloaded ipnet v2.12.0
3312026-07-30T03:49:30.033Z Downloaded serde_path_to_error v0.1.20
3322026-07-30T03:49:30.033Z Downloaded quote v1.0.47
3332026-07-30T03:49:30.033Z Downloaded simd-adler32 v0.3.10
3342026-07-30T03:49:30.033Z Downloaded serde_spanned v0.6.9
3352026-07-30T03:49:30.033Z Downloaded futures-executor v0.3.33
3362026-07-30T03:49:30.033Z Downloaded humantime v2.4.0
3372026-07-30T03:49:30.038Z Downloaded hyper-rustls v0.27.9
3382026-07-30T03:49:30.038Z Downloaded tower-layer v0.3.3
3392026-07-30T03:49:30.038Z Downloaded toml_write v0.1.2
3402026-07-30T03:49:30.038Z Downloaded foldhash v0.1.5
3412026-07-30T03:49:30.038Z Downloaded tower-service v0.3.3
3422026-07-30T03:49:30.038Z Downloaded toml_datetime v0.6.11
3432026-07-30T03:49:30.043Z Downloaded futures-channel v0.3.33
3442026-07-30T03:49:30.043Z Downloaded fixedbitset v0.5.7
3452026-07-30T03:49:30.043Z Downloaded serde-untagged v0.1.9
3462026-07-30T03:49:30.043Z Downloaded convert_case v0.10.0
3472026-07-30T03:49:30.046Z Downloaded urlencoding v2.1.3
3482026-07-30T03:49:30.046Z Downloaded signal-hook v0.3.18
3492026-07-30T03:49:30.046Z Downloaded eyre v0.6.12
3502026-07-30T03:49:30.049Z Downloaded console v0.15.11
3512026-07-30T03:49:30.049Z Downloaded parking_lot v0.12.5
3522026-07-30T03:49:30.052Z Downloaded nextest-filtering v0.15.0
3532026-07-30T03:49:30.057Z Downloaded signal-hook-registry v1.4.8
3542026-07-30T03:49:30.057Z Downloaded sha2 v0.10.9
3552026-07-30T03:49:30.061Z Downloaded tracing-error v0.2.1
3562026-07-30T03:49:30.061Z Downloaded untrusted v0.9.0
3572026-07-30T03:49:30.061Z Downloaded unicode-linebreak v0.1.5
3582026-07-30T03:49:30.061Z Downloaded typeid v1.0.3
3592026-07-30T03:49:30.061Z Downloaded try-lock v0.2.5
3602026-07-30T03:49:30.064Z Downloaded static_assertions v1.1.0
3612026-07-30T03:49:30.064Z Downloaded unicode-xid v0.2.6
3622026-07-30T03:49:30.064Z Downloaded utf8_iter v1.0.4
3632026-07-30T03:49:30.067Z Downloaded getrandom v0.4.3
3642026-07-30T03:49:30.067Z Downloaded smol_str v0.3.6
3652026-07-30T03:49:30.070Z Downloaded quick-junit v0.5.2
3662026-07-30T03:49:30.070Z Downloaded thiserror v1.0.69
3672026-07-30T03:49:30.073Z Downloaded tokio-native-tls v0.3.1
3682026-07-30T03:49:30.076Z Downloaded target-spec-miette v0.4.8
3692026-07-30T03:49:30.080Z Downloaded want v0.3.1
3702026-07-30T03:49:30.080Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3712026-07-30T03:49:30.080Z Downloaded config v0.15.25
3722026-07-30T03:49:30.084Z Downloaded litrs v1.0.0
3732026-07-30T03:49:30.088Z Downloaded thiserror-impl v1.0.69
3742026-07-30T03:49:30.089Z Downloaded thiserror v2.0.19
3752026-07-30T03:49:30.093Z Downloaded chacha20 v0.10.1
3762026-07-30T03:49:30.093Z Downloaded thiserror-impl v2.0.19
3772026-07-30T03:49:30.093Z Downloaded getrandom v0.2.17
3782026-07-30T03:49:30.096Z Downloaded fastrand v2.5.0
3792026-07-30T03:49:30.096Z Downloaded xattr v1.6.1
3802026-07-30T03:49:30.096Z Downloaded version_check v0.9.5
3812026-07-30T03:49:30.096Z Downloaded utf8parse v0.2.2
3822026-07-30T03:49:30.097Z Downloaded cfg-expr v0.20.8
3832026-07-30T03:49:30.100Z Downloaded supports-hyperlinks v3.2.0
3842026-07-30T03:49:30.100Z Downloaded slab v0.4.12
3852026-07-30T03:49:30.100Z Downloaded pkcs8 v0.10.2
3862026-07-30T03:49:30.103Z Downloaded const-oid v0.9.6
3872026-07-30T03:49:30.103Z Downloaded spki v0.7.3
3882026-07-30T03:49:30.103Z Downloaded shlex v2.0.1
3892026-07-30T03:49:30.106Z Downloaded toml_writer v1.1.2+spec-1.1.0
3902026-07-30T03:49:30.108Z Downloaded unicase v2.9.0
3912026-07-30T03:49:30.113Z Downloaded semver v1.0.28
3922026-07-30T03:49:30.116Z Downloaded derive-where v1.6.1
3932026-07-30T03:49:30.120Z Downloaded ryu v1.0.23
3942026-07-30T03:49:30.123Z Downloaded rustls-pki-types v1.15.1
3952026-07-30T03:49:30.126Z Downloaded smallvec v1.15.2
3962026-07-30T03:49:30.126Z Downloaded proc-macro2 v1.0.107
3972026-07-30T03:49:30.130Z Downloaded self_update v0.42.0
3982026-07-30T03:49:30.133Z Downloaded base64 v0.22.1
3992026-07-30T03:49:30.135Z Downloaded owo-colors v4.3.0
4002026-07-30T03:49:30.135Z Downloaded addr2line v0.25.1
4012026-07-30T03:49:30.140Z Downloaded tokio-rustls v0.26.4
4022026-07-30T03:49:30.142Z Downloaded tempfile v3.27.0
4032026-07-30T03:49:30.142Z Downloaded xxhash-rust v0.8.18
4042026-07-30T03:49:30.145Z Downloaded zstd-safe v7.2.4
4052026-07-30T03:49:30.145Z Downloaded toml v0.8.23
4062026-07-30T03:49:30.148Z Downloaded lock_api v0.4.14
4072026-07-30T03:49:30.151Z Downloaded tokio-stream v0.1.19
4082026-07-30T03:49:30.153Z Downloaded zeroize v1.9.0
4092026-07-30T03:49:30.153Z Downloaded crc32fast v1.5.0
4102026-07-30T03:49:30.153Z Downloaded getrandom v0.3.4
4112026-07-30T03:49:30.156Z Downloaded zstd v0.13.3
4122026-07-30T03:49:30.160Z Downloaded zipsign-api v0.1.5
4132026-07-30T03:49:30.161Z Downloaded sharded-slab v0.1.7
4142026-07-30T03:49:30.164Z Downloaded toml_parser v1.1.3+spec-1.1.0
4152026-07-30T03:49:30.168Z Downloaded tracing-log v0.2.0
4162026-07-30T03:49:30.171Z Downloaded tracing-attributes v0.1.31
4172026-07-30T03:49:30.174Z Downloaded flate2 v1.1.9
4182026-07-30T03:49:30.177Z Downloaded serde_derive v1.0.229
4192026-07-30T03:49:30.180Z Downloaded miette v7.6.0
4202026-07-30T03:49:30.182Z Downloaded derive_more v2.1.1
4212026-07-30T03:49:30.188Z Downloaded textwrap v0.16.2
4222026-07-30T03:49:30.191Z Downloaded target-lexicon v0.13.5
4232026-07-30T03:49:30.194Z Downloaded serde_core v1.0.229
4242026-07-30T03:49:30.194Z Downloaded tinyvec v1.12.0
4252026-07-30T03:49:30.197Z Downloaded ed25519-dalek v2.2.0
4262026-07-30T03:49:30.197Z Downloaded der v0.7.10
4272026-07-30T03:49:30.199Z Downloaded clap v4.6.4
4282026-07-30T03:49:30.204Z Downloaded target-spec v3.6.0
4292026-07-30T03:49:30.207Z Downloaded zmij v1.0.23
4302026-07-30T03:49:30.207Z Downloaded backtrace v0.3.76
4312026-07-30T03:49:30.210Z Downloaded tar v0.4.46
4322026-07-30T03:49:30.213Z Downloaded socket2 v0.6.5
4332026-07-30T03:49:30.215Z Downloaded indexmap v2.14.0
4342026-07-30T03:49:30.219Z Downloaded toml v1.1.4+spec-1.1.0
4352026-07-30T03:49:30.219Z Downloaded unicode-ident v1.0.24
4362026-07-30T03:49:30.223Z Downloaded serde v1.0.229
4372026-07-30T03:49:30.226Z Downloaded derive_more-impl v2.1.1
4382026-07-30T03:49:30.226Z Downloaded cc v1.4.0
4392026-07-30T03:49:30.231Z Downloaded rustls-webpki v0.103.13
4402026-07-30T03:49:30.249Z Downloaded vte v0.14.1
4412026-07-30T03:49:30.252Z Downloaded futures-util v0.3.33
4422026-07-30T03:49:30.255Z Downloaded uuid v1.24.0
4432026-07-30T03:49:30.258Z Downloaded tracing-core v0.1.36
4442026-07-30T03:49:30.261Z Downloaded rand v0.9.5
4452026-07-30T03:49:30.264Z Downloaded toml_edit v0.22.27
4462026-07-30T03:49:30.267Z Downloaded quinn v0.11.11
4472026-07-30T03:49:30.273Z Downloaded crossterm v0.29.0
4482026-07-30T03:49:30.277Z Downloaded typenum v1.20.1
4492026-07-30T03:49:30.281Z Downloaded hashbrown v0.15.5
4502026-07-30T03:49:30.286Z Downloaded url v2.5.8
4512026-07-30T03:49:30.291Z Downloaded memchr v2.8.3
4522026-07-30T03:49:30.297Z Downloaded hashbrown v0.17.1
4532026-07-30T03:49:30.302Z Downloaded hyper-util v0.1.20
4542026-07-30T03:49:30.307Z Downloaded guppy v0.17.26
4552026-07-30T03:49:30.314Z Downloaded tower-http v0.6.11
4562026-07-30T03:49:30.321Z Downloaded rand v0.10.2
4572026-07-30T03:49:30.324Z Downloaded aho-corasick v1.1.4
4582026-07-30T03:49:30.327Z Downloaded unicode-segmentation v1.13.3
4592026-07-30T03:49:30.332Z Downloaded clap_builder v4.6.2
4602026-07-30T03:49:30.337Z Downloaded ron v0.12.2
4612026-07-30T03:49:30.343Z Downloaded http v1.5.0
4622026-07-30T03:49:30.353Z Downloaded chrono v0.4.45
4632026-07-30T03:49:30.358Z Downloaded tracing-subscriber v0.3.23
4642026-07-30T03:49:30.365Z Downloaded webpki-roots v1.0.9
4652026-07-30T03:49:30.372Z Downloaded tower v0.5.3
4662026-07-30T03:49:30.385Z Downloaded vcpkg v0.2.15
4672026-07-30T03:49:30.407Z Downloaded unicode-width v0.2.2
4682026-07-30T03:49:30.410Z Downloaded zerocopy v0.8.55
4692026-07-30T03:49:30.420Z Downloaded reqwest v0.12.28
4702026-07-30T03:49:30.424Z Downloaded hyper v1.11.0
4712026-07-30T03:49:30.428Z Downloaded syn v3.0.3
4722026-07-30T03:49:30.433Z Downloaded itertools v0.14.0
4732026-07-30T03:49:30.438Z Downloaded tokio-util v0.7.19
4742026-07-30T03:49:30.441Z Downloaded bstr v1.13.0
4752026-07-30T03:49:30.447Z Downloaded serde_json v1.0.151
4762026-07-30T03:49:30.450Z Downloaded regex v1.13.1
4772026-07-30T03:49:30.454Z Downloaded curve25519-dalek v4.1.3
4782026-07-30T03:49:30.459Z Downloaded unicode-normalization v0.1.25
4792026-07-30T03:49:30.462Z Downloaded quick-xml v0.37.5
4802026-07-30T03:49:30.464Z Downloaded portable-atomic v1.14.0
4812026-07-30T03:49:30.470Z Downloaded openssl v0.10.81
4822026-07-30T03:49:30.473Z Downloaded quick-xml v0.38.4
4832026-07-30T03:49:30.477Z Downloaded pulldown-cmark v0.13.4
4842026-07-30T03:49:30.479Z Downloaded tracing v0.1.44
4852026-07-30T03:49:30.490Z Downloaded winnow v1.0.4
4862026-07-30T03:49:30.495Z Downloaded color-eyre v0.6.5
4872026-07-30T03:49:30.499Z Downloaded winnow v0.7.15
4882026-07-30T03:49:30.505Z Downloaded gimli v0.32.3
4892026-07-30T03:49:30.512Z Downloaded quinn-proto v0.11.16
4902026-07-30T03:49:30.545Z Downloaded unicode-width v0.1.14
4912026-07-30T03:49:30.548Z Downloaded nextest-runner v0.80.0
4922026-07-30T03:49:30.578Z Downloaded nix v0.30.1
4932026-07-30T03:49:30.586Z Downloaded regex-syntax v0.8.11
4942026-07-30T03:49:30.589Z Downloaded syn v2.0.119
4952026-07-30T03:49:30.594Z Downloaded rustls v0.23.43
4962026-07-30T03:49:30.600Z Downloaded object v0.37.3
4972026-07-30T03:49:30.616Z Downloaded rustix v0.38.44
4982026-07-30T03:49:30.647Z Downloaded rustix v1.1.4
4992026-07-30T03:49:30.721Z Downloaded regex-automata v0.4.16
5002026-07-30T03:49:30.750Z Downloaded petgraph v0.8.3
5012026-07-30T03:49:30.776Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5022026-07-30T03:49:30.786Z Downloaded libc v0.2.189
5032026-07-30T03:49:30.815Z Downloaded tokio v1.53.1
5042026-07-30T03:49:30.864Z Downloaded recursion v0.5.4
5052026-07-30T03:49:30.877Z Downloaded ring v0.17.14
5062026-07-30T03:49:30.937Z Compiling proc-macro2 v1.0.107
5072026-07-30T03:49:30.937Z Compiling quote v1.0.47
5082026-07-30T03:49:30.937Z Compiling libc v0.2.189
5092026-07-30T03:49:30.937Z Compiling unicode-ident v1.0.24
5102026-07-30T03:49:30.939Z Compiling serde_core v1.0.229
5112026-07-30T03:49:30.939Z Compiling cfg-if v1.0.4
5122026-07-30T03:49:30.940Z Compiling memchr v2.8.3
5132026-07-30T03:49:31.068Z Compiling once_cell v1.21.4
5142026-07-30T03:49:31.176Z Compiling log v0.4.33
5152026-07-30T03:49:31.188Z Compiling pin-project-lite v0.2.17
5162026-07-30T03:49:31.281Z Compiling itoa v1.0.18
5172026-07-30T03:49:31.343Z Compiling serde v1.0.229
5182026-07-30T03:49:31.511Z Compiling smallvec v1.15.2
5192026-07-30T03:49:31.523Z Compiling futures-core v0.3.33
5202026-07-30T03:49:31.682Z Compiling bitflags v2.13.1
5212026-07-30T03:49:31.701Z Compiling equivalent v1.0.2
5222026-07-30T03:49:31.760Z Compiling shlex v2.0.1
5232026-07-30T03:49:31.787Z Compiling find-msvc-tools v0.1.9
5242026-07-30T03:49:31.943Z Compiling errno v0.3.14
5252026-07-30T03:49:32.019Z Compiling hashbrown v0.17.1
5262026-07-30T03:49:32.044Z Compiling signal-hook-registry v1.4.8
5272026-07-30T03:49:32.072Z Compiling bytes v1.12.1
5282026-07-30T03:49:32.178Z Compiling jobserver v0.1.35
5292026-07-30T03:49:32.261Z Compiling mio v1.2.2
5302026-07-30T03:49:32.291Z Compiling syn v3.0.3
5312026-07-30T03:49:32.360Z Compiling syn v2.0.119
5322026-07-30T03:49:32.501Z Compiling cc v1.4.0
5332026-07-30T03:49:32.594Z Compiling futures-sink v0.3.33
5342026-07-30T03:49:32.696Z Compiling rustix v1.1.4
5352026-07-30T03:49:32.709Z Compiling socket2 v0.6.5
5362026-07-30T03:49:32.950Z Compiling slab v0.4.12
5372026-07-30T03:49:32.983Z Compiling zmij v1.0.23
5382026-07-30T03:49:33.156Z Compiling futures-channel v0.3.33
5392026-07-30T03:49:33.339Z Compiling indexmap v2.14.0
5402026-07-30T03:49:33.417Z Compiling tracing-core v0.1.36
5412026-07-30T03:49:33.490Z Compiling version_check v0.9.5
5422026-07-30T03:49:33.519Z Compiling serde_json v1.0.151
5432026-07-30T03:49:33.829Z Compiling futures-io v0.3.33
5442026-07-30T03:49:33.840Z Compiling getrandom v0.4.3
5452026-07-30T03:49:34.034Z Compiling futures-task v0.3.33
5462026-07-30T03:49:34.165Z Compiling percent-encoding v2.3.2
5472026-07-30T03:49:34.179Z Compiling unicode-width v0.2.2
5482026-07-30T03:49:34.226Z Compiling camino v1.2.5
5492026-07-30T03:49:34.500Z Compiling ring v0.17.14
5502026-07-30T03:49:34.559Z Compiling http v1.5.0
5512026-07-30T03:49:34.620Z Compiling simd-adler32 v0.3.10
5522026-07-30T03:49:34.634Z Compiling adler2 v2.0.1
5532026-07-30T03:49:34.807Z Compiling autocfg v1.5.1
5542026-07-30T03:49:35.049Z Compiling zeroize v1.9.0
5552026-07-30T03:49:35.167Z Compiling num-traits v0.2.19
5562026-07-30T03:49:35.210Z Compiling serde_derive v1.0.229
5572026-07-30T03:49:35.261Z Compiling tokio-macros v2.7.2
5582026-07-30T03:49:35.418Z Compiling miniz_oxide v0.8.9
5592026-07-30T03:49:35.990Z Compiling futures-macro v0.3.33
5602026-07-30T03:49:36.004Z Compiling tokio v1.53.1
5612026-07-30T03:49:36.115Z Compiling tracing-attributes v0.1.31
5622026-07-30T03:49:36.577Z Compiling zerocopy v0.8.55
5632026-07-30T03:49:36.829Z Compiling futures-util v0.3.33
5642026-07-30T03:49:36.843Z Compiling target-lexicon v0.13.5
5652026-07-30T03:49:36.858Z Compiling object v0.37.3
5662026-07-30T03:49:36.953Z Compiling getrandom v0.3.4
5672026-07-30T03:49:37.325Z Compiling http-body v1.1.0
5682026-07-30T03:49:37.336Z Compiling tracing v0.1.44
5692026-07-30T03:49:37.354Z Compiling rustls-pki-types v1.15.1
5702026-07-30T03:49:37.402Z Compiling form_urlencoded v1.2.2
5712026-07-30T03:49:37.482Z Compiling semver v1.0.28
5722026-07-30T03:49:37.670Z Compiling getrandom v0.2.17
5732026-07-30T03:49:37.684Z Compiling signal-hook v0.3.18
5742026-07-30T03:49:37.868Z Compiling untrusted v0.9.0
5752026-07-30T03:49:37.912Z Compiling utf8_iter v1.0.4
5762026-07-30T03:49:38.000Z Compiling guppy-workspace-hack v0.1.0
5772026-07-30T03:49:38.076Z Compiling idna_adapter v1.0.0
5782026-07-30T03:49:38.132Z Compiling owo-colors v4.3.0
5792026-07-30T03:49:38.179Z Compiling httparse v1.10.1
5802026-07-30T03:49:38.211Z Compiling thiserror v2.0.19
5812026-07-30T03:49:38.224Z Compiling gimli v0.32.3
5822026-07-30T03:49:38.419Z Compiling fnv v1.0.7
5832026-07-30T03:49:38.545Z Compiling idna v1.1.0
5842026-07-30T03:49:39.345Z Compiling thiserror-impl v2.0.19
5852026-07-30T03:49:39.476Z Compiling generic-array v0.14.7
5862026-07-30T03:49:39.718Z Compiling rustc-demangle v0.1.28
5872026-07-30T03:49:40.201Z Compiling addr2line v0.25.1
5882026-07-30T03:49:40.551Z Compiling tokio-util v0.7.19
5892026-07-30T03:49:40.629Z Compiling typeid v1.0.3
5902026-07-30T03:49:40.702Z Compiling thiserror v1.0.69
5912026-07-30T03:49:40.884Z Compiling rustls v0.23.43
5922026-07-30T03:49:40.923Z Compiling fastrand v2.5.0
5932026-07-30T03:49:41.020Z Compiling target-spec v3.6.0
5942026-07-30T03:49:41.110Z Compiling atomic-waker v1.1.2
5952026-07-30T03:49:41.246Z Compiling try-lock v0.2.5
5962026-07-30T03:49:41.260Z Compiling tower-service v0.3.3
5972026-07-30T03:49:41.316Z Compiling pkg-config v0.3.33
5982026-07-30T03:49:41.357Z Compiling want v0.3.1
5992026-07-30T03:49:41.387Z Compiling h2 v0.4.15
6002026-07-30T03:49:41.538Z Compiling tempfile v3.27.0
6012026-07-30T03:49:41.756Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6022026-07-30T03:49:41.969Z Compiling backtrace v0.3.76
6032026-07-30T03:49:42.025Z Compiling cfg-expr v0.20.8
6042026-07-30T03:49:42.174Z Compiling url v2.5.8
6052026-07-30T03:49:42.998Z Compiling thiserror-impl v1.0.69
6062026-07-30T03:49:43.018Z Compiling terminal_size v0.4.4
6072026-07-30T03:49:43.179Z Compiling aho-corasick v1.1.4
6082026-07-30T03:49:43.880Z Compiling rustls-webpki v0.103.13
6092026-07-30T03:49:44.157Z Compiling winnow v0.7.15
6102026-07-30T03:49:44.616Z Compiling typenum v1.20.1
6112026-07-30T03:49:45.317Z Compiling subtle v2.6.1
6122026-07-30T03:49:45.482Z Compiling erased-serde v0.4.10
6132026-07-30T03:49:45.795Z Compiling regex-syntax v0.8.11
6142026-07-30T03:49:46.747Z Compiling hyper v1.11.0
6152026-07-30T03:49:47.587Z Compiling regex-automata v0.4.16
6162026-07-30T03:49:48.692Z Compiling serde_spanned v0.6.9
6172026-07-30T03:49:48.855Z Compiling toml_datetime v0.6.11
6182026-07-30T03:49:48.892Z Compiling ahash v0.8.12
6192026-07-30T03:49:49.157Z Compiling sync_wrapper v1.0.2
6202026-07-30T03:49:49.226Z Compiling lazy_static v1.5.0
6212026-07-30T03:49:49.271Z Compiling nextest-workspace-hack v0.1.0
6222026-07-30T03:49:49.330Z Compiling base64 v0.22.1
6232026-07-30T03:49:49.501Z Compiling unicode-segmentation v1.13.3
6242026-07-30T03:49:49.809Z Compiling is_ci v1.2.0
6252026-07-30T03:49:49.894Z Compiling tower-layer v0.3.3
6262026-07-30T03:49:49.981Z Compiling either v1.17.0
6272026-07-30T03:49:50.098Z Compiling ipnet v2.12.0
6282026-07-30T03:49:50.219Z Compiling crc32fast v1.5.0
6292026-07-30T03:49:50.371Z Compiling foldhash v0.1.5
6302026-07-30T03:49:50.521Z Compiling toml_write v0.1.2
6312026-07-30T03:49:50.549Z Compiling parking_lot_core v0.9.12
6322026-07-30T03:49:50.588Z Compiling unicode-linebreak v0.1.5
6332026-07-30T03:49:50.764Z Compiling portable-atomic v1.14.0
6342026-07-30T03:49:50.852Z Compiling textwrap v0.16.2
6352026-07-30T03:49:50.864Z Compiling toml_edit v0.22.27
6362026-07-30T03:49:51.314Z Compiling hashbrown v0.15.5
6372026-07-30T03:49:51.331Z Compiling hyper-util v0.1.20
6382026-07-30T03:49:51.948Z Compiling tower v0.5.3
6392026-07-30T03:49:52.250Z Compiling supports-color v3.0.2
6402026-07-30T03:49:52.485Z Compiling convert_case v0.10.0
6412026-07-30T03:49:52.554Z Compiling sharded-slab v0.1.7
6422026-07-30T03:49:52.746Z Compiling tokio-rustls v0.26.4
6432026-07-30T03:49:53.118Z Compiling backtrace-ext v0.2.1
6442026-07-30T03:49:53.161Z Compiling ordered-float v2.10.1
6452026-07-30T03:49:53.384Z Compiling webpki-roots v1.0.9
6462026-07-30T03:49:53.462Z Compiling miette-derive v7.6.0
6472026-07-30T03:49:53.506Z Compiling pathdiff v0.2.3
6482026-07-30T03:49:53.639Z Compiling console v0.15.11
6492026-07-30T03:49:53.693Z Compiling tracing-log v0.2.0
6502026-07-30T03:49:53.974Z Compiling cargo-platform v0.3.3
6512026-07-30T03:49:54.046Z Compiling os_pipe v1.2.3
6522026-07-30T03:49:54.220Z Compiling thread_local v1.1.10
6532026-07-30T03:49:54.549Z Compiling ryu v1.0.23
6542026-07-30T03:49:54.595Z Compiling utf8parse v0.2.2
6552026-07-30T03:49:54.611Z Compiling rustix v0.38.44
6562026-07-30T03:49:54.709Z Compiling cfg_aliases v0.2.2
6572026-07-30T03:49:54.786Z Compiling zstd-safe v7.2.4
6582026-07-30T03:49:54.950Z Compiling debug-ignore v1.0.5
6592026-07-30T03:49:54.972Z Compiling supports-hyperlinks v3.2.0
6602026-07-30T03:49:55.039Z Compiling fixedbitset v0.5.7
6612026-07-30T03:49:55.060Z Compiling winnow v1.0.4
6622026-07-30T03:49:55.180Z Compiling pulldown-cmark v0.13.4
6632026-07-30T03:49:55.195Z Compiling supports-unicode v3.0.0
6642026-07-30T03:49:55.356Z Compiling unicode-width v0.1.14
6652026-07-30T03:49:55.408Z Compiling scopeguard v1.2.0
6662026-07-30T03:49:55.516Z Compiling lock_api v0.4.14
6672026-07-30T03:49:55.561Z Compiling petgraph v0.8.3
6682026-07-30T03:49:55.658Z Compiling miette v7.6.0
6692026-07-30T03:49:55.894Z Compiling nix v0.30.1
6702026-07-30T03:49:56.293Z Compiling toml_parser v1.1.3+spec-1.1.0
6712026-07-30T03:49:56.510Z Compiling anstyle-parse v1.0.0
6722026-07-30T03:49:56.735Z Compiling serde_urlencoded v0.7.1
6732026-07-30T03:49:57.017Z Compiling tracing-subscriber v0.3.23
6742026-07-30T03:49:57.489Z Compiling cargo_metadata v0.23.1
6752026-07-30T03:49:57.591Z Compiling sigchld v0.2.4
6762026-07-30T03:49:57.788Z Compiling serde-untagged v0.1.9
6772026-07-30T03:49:58.164Z Compiling hyper-rustls v0.27.9
6782026-07-30T03:49:58.838Z Compiling serde-value v0.7.0
6792026-07-30T03:49:59.238Z Compiling derive_more-impl v2.1.1
6802026-07-30T03:49:59.695Z Compiling toml v0.8.23
6812026-07-30T03:49:59.743Z Compiling tower-http v0.6.11
6822026-07-30T03:50:00.343Z Compiling itertools v0.14.0
6832026-07-30T03:50:00.376Z Compiling regex v1.13.1
6842026-07-30T03:50:00.689Z Compiling crypto-common v0.1.7
6852026-07-30T03:50:00.834Z Compiling block-buffer v0.10.4
6862026-07-30T03:50:00.934Z Compiling ppv-lite86 v0.2.21
6872026-07-30T03:50:00.991Z Compiling futures-executor v0.3.33
6882026-07-30T03:50:01.270Z Compiling rand_core v0.9.5
6892026-07-30T03:50:01.533Z Compiling http-body-util v0.1.4
6902026-07-30T03:50:01.533Z Compiling pin-project-internal v1.1.13
6912026-07-30T03:50:01.806Z Compiling uuid v1.24.0
6922026-07-30T03:50:01.841Z Compiling serde_spanned v1.1.1
6932026-07-30T03:50:01.871Z Compiling smol_str v0.3.6
6942026-07-30T03:50:01.990Z Compiling toml_datetime v1.1.1+spec-1.1.0
6952026-07-30T03:50:02.213Z Compiling filetime v0.2.29
6962026-07-30T03:50:02.346Z Compiling bstr v1.13.0
6972026-07-30T03:50:02.408Z Compiling vte v0.14.1
6982026-07-30T03:50:02.422Z Compiling anstyle v1.0.14
6992026-07-30T03:50:02.467Z Compiling colorchoice v1.0.5
7002026-07-30T03:50:02.587Z Compiling xattr v1.6.1
7012026-07-30T03:50:02.612Z Compiling is_terminal_polyfill v1.70.2
7022026-07-30T03:50:02.625Z Compiling unicode-xid v0.2.6
7032026-07-30T03:50:02.669Z Compiling color-spantrace v0.3.0
7042026-07-30T03:50:02.683Z Compiling eyre v0.6.12
7052026-07-30T03:50:02.702Z Compiling self_update v0.42.0
7062026-07-30T03:50:02.753Z Compiling nested v0.1.1
7072026-07-30T03:50:02.956Z Compiling number_prefix v0.4.0
7082026-07-30T03:50:03.003Z Compiling anstyle-query v1.1.5
7092026-07-30T03:50:03.006Z Compiling tinyvec_macros v0.1.1
7102026-07-30T03:50:03.007Z Compiling unicase v2.9.0
7112026-07-30T03:50:03.007Z Compiling litrs v1.0.0
7122026-07-30T03:50:03.084Z Compiling static_assertions v1.1.0
7132026-07-30T03:50:03.104Z Compiling iana-time-zone v0.1.65
7142026-07-30T03:50:03.134Z Compiling indicatif v0.17.11
7152026-07-30T03:50:03.156Z Compiling guppy v0.17.26
7162026-07-30T03:50:03.217Z Compiling chrono v0.4.45
7172026-07-30T03:50:03.463Z Compiling document-features v0.2.12
7182026-07-30T03:50:03.592Z Compiling anstream v1.0.0
7192026-07-30T03:50:04.040Z Compiling tinyvec v1.12.0
7202026-07-30T03:50:04.465Z Compiling globset v0.4.19
7212026-07-30T03:50:04.478Z Compiling cargo-util-schemas v0.2.0
7222026-07-30T03:50:04.606Z Compiling tar v0.4.46
7232026-07-30T03:50:05.238Z Compiling pin-project v1.1.13
7242026-07-30T03:50:05.372Z Compiling strip-ansi-escapes v0.2.1
7252026-07-30T03:50:05.835Z Compiling toml v1.1.4+spec-1.1.0
7262026-07-30T03:50:06.251Z Compiling nextest-metadata v0.12.2
7272026-07-30T03:50:06.620Z Compiling newtype-uuid v1.4.0
7282026-07-30T03:50:06.808Z Compiling reqwest v0.12.28
7292026-07-30T03:50:06.902Z Compiling rand_chacha v0.9.0
7302026-07-30T03:50:07.131Z Compiling futures v0.3.33
7312026-07-30T03:50:07.220Z Compiling digest v0.10.7
7322026-07-30T03:50:07.448Z Compiling parking_lot v0.12.5
7332026-07-30T03:50:07.473Z Compiling flate2 v1.1.9
7342026-07-30T03:50:07.761Z Compiling derive_more v2.1.1
7352026-07-30T03:50:07.849Z Compiling tracing-error v0.2.1
7362026-07-30T03:50:08.035Z Compiling shared_child v1.1.1
7372026-07-30T03:50:08.381Z Compiling signal-hook-mio v0.2.5
7382026-07-30T03:50:08.514Z Compiling self-replace v1.5.0
7392026-07-30T03:50:08.705Z Compiling cargo-platform v0.2.0
7402026-07-30T03:50:08.816Z Compiling quick-xml v0.37.5
7412026-07-30T03:50:08.965Z Compiling quick-xml v0.38.4
7422026-07-30T03:50:09.264Z Compiling heck v0.5.0
7432026-07-30T03:50:09.437Z Compiling urlencoding v2.1.3
7442026-07-30T03:50:09.691Z Compiling recursion v0.5.4
7452026-07-30T03:50:09.753Z Compiling humantime v2.4.0
7462026-07-30T03:50:09.830Z Compiling cpufeatures v0.2.17
7472026-07-30T03:50:09.909Z Compiling strsim v0.11.1
7482026-07-30T03:50:10.184Z Compiling shell-words v1.1.1
7492026-07-30T03:50:10.361Z Compiling clap_lex v1.1.0
7502026-07-30T03:50:10.613Z Compiling indenter v0.3.4
7512026-07-30T03:50:10.667Z Compiling clap_derive v4.6.4
7522026-07-30T03:50:10.730Z Compiling clap_builder v4.6.2
7532026-07-30T03:50:10.757Z Compiling humantime-serde v1.1.1
7542026-07-30T03:50:10.912Z Compiling sha2 v0.10.9
7552026-07-30T03:50:11.246Z Compiling nextest-filtering v0.15.0
7562026-07-30T03:50:12.140Z Compiling quick-junit v0.5.2
7572026-07-30T03:50:12.438Z Compiling cargo_metadata v0.20.0
7582026-07-30T03:50:15.164Z Compiling atomicwrites v0.4.4
7592026-07-30T03:50:15.235Z Compiling cargo-nextest v0.9.97
7602026-07-30T03:50:15.452Z Compiling crossterm v0.29.0
7612026-07-30T03:50:15.562Z Compiling duct v0.13.7
7622026-07-30T03:50:16.595Z Compiling zstd v0.13.3
7632026-07-30T03:50:17.255Z Compiling async-scoped v0.9.0
7642026-07-30T03:50:17.453Z Compiling rand v0.9.5
7652026-07-30T03:50:17.478Z Compiling config v0.15.25
7662026-07-30T03:50:17.576Z Compiling unicode-normalization v0.1.25
7672026-07-30T03:50:17.685Z Compiling target-spec-miette v0.4.8
7682026-07-30T03:50:17.966Z Compiling future-queue v0.4.0
7692026-07-30T03:50:18.116Z Compiling mukti-metadata v0.3.0
7702026-07-30T03:50:18.141Z Compiling camino-tempfile v1.4.1
7712026-07-30T03:50:18.187Z Compiling tokio-stream v0.1.19
7722026-07-30T03:50:18.267Z Compiling derive-where v1.6.1
7732026-07-30T03:50:18.575Z Compiling serde_ignored v0.1.14
7742026-07-30T03:50:18.602Z Compiling serde_path_to_error v0.1.20
7752026-07-30T03:50:18.737Z Compiling home v0.5.12
7762026-07-30T03:50:18.771Z Compiling hex v0.4.3
7772026-07-30T03:50:18.801Z Compiling swrite v0.1.0
7782026-07-30T03:50:18.903Z Compiling indent_write v2.2.0
7792026-07-30T03:50:18.917Z Compiling xxhash-rust v0.8.18
7802026-07-30T03:50:19.050Z Compiling color-eyre v0.6.5
7812026-07-30T03:50:19.054Z Compiling clap v4.6.4
7822026-07-30T03:50:19.094Z Compiling dialoguer v0.11.0
7832026-07-30T03:50:19.107Z Compiling enable-ansi-support v0.2.1
7842026-07-30T03:50:19.501Z Compiling nextest-runner v0.80.0
7852026-07-30T03:50:37.741Z Finished `release` profile [optimized] target(s) in 1m 10s
7862026-07-30T03:50:37.924Z Installing /home/build/.cargo/bin/cargo-nextest
7872026-07-30T03:50:37.927Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7882026-07-30T03:50:38.047Z+ banner ddm
7892026-07-30T03:50:38.050Z
7902026-07-30T03:50:38.050Z ##### ##### # #
7912026-07-30T03:50:38.050Z # # # # ## ##
7922026-07-30T03:50:38.050Z # # # # # ## #
7932026-07-30T03:50:38.051Z # # # # # #
7942026-07-30T03:50:38.051Z # # # # # #
7952026-07-30T03:50:38.051Z ##### ##### # #
7962026-07-30T03:50:38.051Z
7972026-07-30T03:50:38.051Z+ cargo nextest run -p ddm -p ddm-api-types -p ddm-api-types-versions --nocapture
7982026-07-30T03:50:38.206Z Updating git repository `https://github.com/oxidecomputer/falcon`
7992026-07-30T03:50:38.980ZFrom https://github.com/oxidecomputer/falcon
8002026-07-30T03:50:38.980Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
8012026-07-30T03:50:39.059Z Updating crates.io index
8022026-07-30T03:50:39.062Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8032026-07-30T03:50:39.441ZFrom https://github.com/oxidecomputer/dendrite
8042026-07-30T03:50:39.441Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
8052026-07-30T03:50:39.476Z Updating git repository `https://github.com/oxidecomputer/ispf`
8062026-07-30T03:50:39.712ZFrom https://github.com/oxidecomputer/ispf
8072026-07-30T03:50:39.712Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8082026-07-30T03:50:39.718Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8092026-07-30T03:50:40.070ZFrom https://github.com/oxidecomputer/netadm-sys
8102026-07-30T03:50:40.070Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8112026-07-30T03:50:40.076Z Updating git repository `https://github.com/oxidecomputer/omicron`
8122026-07-30T03:50:46.159ZFrom https://github.com/oxidecomputer/omicron
8132026-07-30T03:50:46.159Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8142026-07-30T03:50:46.584Z Updating git repository `https://github.com/oxidecomputer/opte`
8152026-07-30T03:50:47.261ZFrom https://github.com/oxidecomputer/opte
8162026-07-30T03:50:47.262Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
8172026-07-30T03:50:47.291Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8182026-07-30T03:50:47.571ZFrom https://github.com/oxidecomputer/slog-error-chain
8192026-07-30T03:50:47.571Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8202026-07-30T03:50:47.582Z Updating git repository `https://github.com/illumos/smf-rs`
8212026-07-30T03:50:47.832ZFrom https://github.com/illumos/smf-rs
8222026-07-30T03:50:47.832Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8232026-07-30T03:50:47.841Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8242026-07-30T03:50:48.099ZFrom https://github.com/oxidecomputer/network-interface
8252026-07-30T03:50:48.099Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8262026-07-30T03:50:48.106Z Updating git repository `https://github.com/oxidecomputer/zone`
8272026-07-30T03:50:48.358ZFrom https://github.com/oxidecomputer/zone
8282026-07-30T03:50:48.358Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8292026-07-30T03:50:48.365Z Updating git repository `https://github.com/oxidecomputer/propolis`
8302026-07-30T03:50:48.961ZFrom https://github.com/oxidecomputer/propolis
8312026-07-30T03:50:48.961Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8322026-07-30T03:50:49.007Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8332026-07-30T03:50:49.495ZFrom https://github.com/oxidecomputer/transceiver-control
8342026-07-30T03:50:49.495Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8352026-07-30T03:50:49.505Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8362026-07-30T03:50:49.768ZFrom https://github.com/oxidecomputer/dlpi-sys
8372026-07-30T03:50:49.768Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8382026-07-30T03:50:49.774Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8392026-07-30T03:50:50.076ZFrom https://github.com/jmesmon/rust-libzfs
8402026-07-30T03:50:50.076Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8412026-07-30T03:50:50.084Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8422026-07-30T03:50:50.340ZFrom https://github.com/oxidecomputer/rusty-doors
8432026-07-30T03:50:50.340Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8442026-07-30T03:50:50.346Z Updating git repository `https://github.com/oxidecomputer/lldp`
8452026-07-30T03:50:50.705ZFrom https://github.com/oxidecomputer/lldp
8462026-07-30T03:50:50.705Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8472026-07-30T03:50:50.716Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8482026-07-30T03:50:51.003ZFrom https://github.com/oxidecomputer/tufaceous
8492026-07-30T03:50:51.003Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8502026-07-30T03:50:51.020Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8512026-07-30T03:50:51.482ZFrom https://github.com/oxidecomputer/management-gateway-service
8522026-07-30T03:50:51.483Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8532026-07-30T03:50:51.497Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-07-30T03:50:52.255ZFrom https://github.com/oxidecomputer/crucible
8552026-07-30T03:50:52.255Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8562026-07-30T03:50:52.300Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8572026-07-30T03:50:52.545ZFrom https://github.com/oxidecomputer/serde_human_bytes
8582026-07-30T03:50:52.545Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8592026-07-30T03:50:52.558Z Updating git repository `https://github.com/oxidecomputer/propolis`
8602026-07-30T03:50:52.966ZFrom https://github.com/oxidecomputer/propolis
8612026-07-30T03:50:52.966Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8622026-07-30T03:50:53.012Z Updating git repository `https://github.com/oxidecomputer/crucible`
8632026-07-30T03:50:53.547ZFrom https://github.com/oxidecomputer/crucible
8642026-07-30T03:50:53.547Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8652026-07-30T03:50:53.613Z Updating git repository `https://github.com/oxidecomputer/tofino`
8662026-07-30T03:50:53.993ZFrom https://github.com/oxidecomputer/tofino
8672026-07-30T03:50:53.993Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8682026-07-30T03:50:54.004Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8692026-07-30T03:50:54.653ZFrom https://github.com/oxidecomputer/maghemite
8702026-07-30T03:50:54.653Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8712026-07-30T03:50:54.685Z Updating git repository `https://github.com/oxidecomputer/clickward`
8722026-07-30T03:50:54.957ZFrom https://github.com/oxidecomputer/clickward
8732026-07-30T03:50:54.957Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8742026-07-30T03:50:54.966Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8752026-07-30T03:50:55.244ZFrom https://github.com/oxidecomputer/illumos-devinfo
8762026-07-30T03:50:55.244Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8772026-07-30T03:50:56.184Z Downloading crates ...
8782026-07-30T03:50:56.294Z Downloaded async-stream v0.3.6
8792026-07-30T03:50:56.307Z Downloaded compression-core v0.4.32
8802026-07-30T03:50:56.312Z Downloaded ciborium-ll v0.2.2
8812026-07-30T03:50:56.314Z Downloaded aead v0.5.2
8822026-07-30T03:50:56.318Z Downloaded bit-vec v0.8.0
8832026-07-30T03:50:56.321Z Downloaded argon2 v0.5.3
8842026-07-30T03:50:56.326Z Downloaded dunce v1.0.5
8852026-07-30T03:50:56.326Z Downloaded cobs v0.3.0
8862026-07-30T03:50:56.326Z Downloaded base64 v0.21.7
8872026-07-30T03:50:56.328Z Downloaded cfg_aliases v0.2.1
8882026-07-30T03:50:56.328Z Downloaded block-buffer v0.12.0
8892026-07-30T03:50:56.328Z Downloaded async-stream-impl v0.3.6
8902026-07-30T03:50:56.331Z Downloaded embedded-io v0.6.1
8912026-07-30T03:50:56.331Z Downloaded cstr-argument v0.1.2
8922026-07-30T03:50:56.334Z Downloaded embedded-io v0.4.0
8932026-07-30T03:50:56.337Z Downloaded dtrace-parser v0.3.0
8942026-07-30T03:50:56.337Z Downloaded bit-set v0.8.0
8952026-07-30T03:50:56.340Z Downloaded enum-as-inner v0.6.1
8962026-07-30T03:50:56.342Z Downloaded globset v0.4.18
8972026-07-30T03:50:56.342Z Downloaded either v1.16.0
8982026-07-30T03:50:56.345Z Downloaded elliptic-curve v0.13.8
8992026-07-30T03:50:56.348Z Downloaded convert_case v0.4.0
9002026-07-30T03:50:56.348Z Downloaded futures-task v0.3.32
9012026-07-30T03:50:56.348Z Downloaded fixedbitset v0.4.2
9022026-07-30T03:50:56.351Z Downloaded byteorder v1.5.0
9032026-07-30T03:50:56.354Z Downloaded ciborium-io v0.2.2
9042026-07-30T03:50:56.358Z Downloaded base16ct v1.0.0
9052026-07-30T03:50:56.361Z Downloaded async-recursion v1.1.1
9062026-07-30T03:50:56.363Z Downloaded git-stub v1.0.0
9072026-07-30T03:50:56.366Z Downloaded arrayref v0.3.9
9082026-07-30T03:50:56.366Z Downloaded darling_macro v0.23.0
9092026-07-30T03:50:56.370Z Downloaded foreign-types-shared v0.3.1
9102026-07-30T03:50:56.370Z Downloaded crypto-common v0.2.2
9112026-07-30T03:50:56.373Z Downloaded darling_macro v0.21.3
9122026-07-30T03:50:56.373Z Downloaded dof v0.4.0
9132026-07-30T03:50:56.376Z Downloaded heck v0.4.1
9142026-07-30T03:50:56.376Z Downloaded futures-executor v0.3.32
9152026-07-30T03:50:56.378Z Downloaded fastrand v2.4.1
9162026-07-30T03:50:56.381Z Downloaded crunchy v0.2.4
9172026-07-30T03:50:56.381Z Downloaded const-random-macro v0.1.16
9182026-07-30T03:50:56.383Z Downloaded dtrace-parser v0.2.0
9192026-07-30T03:50:56.383Z Downloaded dropshot-api-manager-types v0.7.2
9202026-07-30T03:50:56.386Z Downloaded gethostname v0.5.0
9212026-07-30T03:50:56.386Z Downloaded foreign-types v0.5.0
9222026-07-30T03:50:56.389Z Downloaded fxhash v0.2.1
9232026-07-30T03:50:56.389Z Downloaded futures-macro v0.3.32
9242026-07-30T03:50:56.389Z Downloaded futures-core v0.3.32
9252026-07-30T03:50:56.392Z Downloaded float-ord v0.3.2
9262026-07-30T03:50:56.392Z Downloaded cipher v0.4.4
9272026-07-30T03:50:56.394Z Downloaded foreign-types-macros v0.2.3
9282026-07-30T03:50:56.394Z Downloaded chacha20 v0.9.1
9292026-07-30T03:50:56.397Z Downloaded const_format_proc_macros v0.2.34
9302026-07-30T03:50:56.397Z Downloaded bytecount v0.6.9
9312026-07-30T03:50:56.400Z Downloaded compression-codecs v0.4.38
9322026-07-30T03:50:56.402Z Downloaded is-terminal v0.4.17
9332026-07-30T03:50:56.402Z Downloaded backoff v0.4.0
9342026-07-30T03:50:56.405Z Downloaded hubpack_derive v0.1.1
9352026-07-30T03:50:56.405Z Downloaded hubpack v0.1.2
9362026-07-30T03:50:56.407Z Downloaded cmake v0.1.58
9372026-07-30T03:50:56.408Z Downloaded hash32 v0.3.1
9382026-07-30T03:50:56.408Z Downloaded idna_adapter v1.2.2
9392026-07-30T03:50:56.410Z Downloaded dyn-clone v1.0.20
9402026-07-30T03:50:56.410Z Downloaded jobserver v0.1.34
9412026-07-30T03:50:56.413Z Downloaded ff v0.13.1
9422026-07-30T03:50:56.413Z Downloaded fs-err v3.3.0
9432026-07-30T03:50:56.415Z Downloaded managed v0.8.0
9442026-07-30T03:50:56.415Z Downloaded dof v0.3.0
9452026-07-30T03:50:56.450Z Downloaded match_cfg v0.1.0
9462026-07-30T03:50:56.450Z Downloaded group v0.13.0
9472026-07-30T03:50:56.450Z Downloaded mime v0.3.17
9482026-07-30T03:50:56.450Z Downloaded memoffset v0.9.1
9492026-07-30T03:50:56.450Z Downloaded libscf-sys v1.2.0
9502026-07-30T03:50:56.450Z Downloaded glob v0.3.3
9512026-07-30T03:50:56.450Z Downloaded foldhash v0.2.0
9522026-07-30T03:50:56.450Z Downloaded newtype-uuid-macros v0.1.0
9532026-07-30T03:50:56.450Z Downloaded natord v1.0.9
9542026-07-30T03:50:56.450Z Downloaded newtype_derive v0.1.6
9552026-07-30T03:50:56.450Z Downloaded konst_macro_rules v0.2.19
9562026-07-30T03:50:56.450Z Downloaded lru-cache v0.1.2
9572026-07-30T03:50:56.450Z Downloaded memmap v0.7.0
9582026-07-30T03:50:56.450Z Downloaded macaddr v1.0.1
9592026-07-30T03:50:56.450Z Downloaded crucible-workspace-hack v0.1.0
9602026-07-30T03:50:56.450Z Downloaded const-random v0.1.18
9612026-07-30T03:50:56.450Z Downloaded crc8 v0.1.1
9622026-07-30T03:50:56.450Z Downloaded erased-serde v0.3.31
9632026-07-30T03:50:56.450Z Downloaded futures-sink v0.3.32
9642026-07-30T03:50:56.450Z Downloaded hostname v0.3.1
9652026-07-30T03:50:56.450Z Downloaded ident_case v1.0.1
9662026-07-30T03:50:56.450Z Downloaded defmt-macros v1.1.0
9672026-07-30T03:50:56.450Z Downloaded defmt v0.3.100
9682026-07-30T03:50:56.450Z Downloaded futures-io v0.3.32
9692026-07-30T03:50:56.450Z Downloaded bs58 v0.5.1
9702026-07-30T03:50:56.450Z Downloaded bitflags v1.3.2
9712026-07-30T03:50:56.457Z Downloaded inout v0.1.4
9722026-07-30T03:50:56.457Z Downloaded digest v0.11.3
9732026-07-30T03:50:56.457Z Downloaded derive-ex v0.1.8
9742026-07-30T03:50:56.457Z Downloaded internet-checksum v0.2.1
9752026-07-30T03:50:56.457Z Downloaded defmt-parser v1.0.0
9762026-07-30T03:50:56.457Z Downloaded data-encoding v2.11.0
9772026-07-30T03:50:56.457Z Downloaded crossbeam-deque v0.8.6
9782026-07-30T03:50:56.463Z Downloaded critical-section v1.2.0
9792026-07-30T03:50:56.463Z Downloaded hostname v0.4.2
9802026-07-30T03:50:56.463Z Downloaded daft-derive v0.1.7
9812026-07-30T03:50:56.463Z Downloaded num v0.4.3
9822026-07-30T03:50:56.471Z Downloaded no-std-compat v0.4.1
9832026-07-30T03:50:56.471Z Downloaded colored v3.1.1
9842026-07-30T03:50:56.471Z Downloaded displaydoc v0.2.6
9852026-07-30T03:50:56.471Z Downloaded num-conv v0.2.2
9862026-07-30T03:50:56.471Z Downloaded highway v1.3.0
9872026-07-30T03:50:56.475Z Downloaded anyhow v1.0.104
9882026-07-30T03:50:56.475Z Downloaded num-iter v0.1.45
9892026-07-30T03:50:56.475Z Downloaded num_enum_derive v0.5.11
9902026-07-30T03:50:56.475Z Downloaded num-derive v0.4.2
9912026-07-30T03:50:56.475Z Downloaded fs_extra v1.3.0
9922026-07-30T03:50:56.478Z Downloaded olpc-cjson v0.1.4
9932026-07-30T03:50:56.478Z Downloaded humantime v2.3.0
9942026-07-30T03:50:56.478Z Downloaded deranged v0.5.8
9952026-07-30T03:50:56.481Z Downloaded console v0.16.3
9962026-07-30T03:50:56.481Z Downloaded ciborium v0.2.2
9972026-07-30T03:50:56.484Z Downloaded csv-core v0.1.13
9982026-07-30T03:50:56.484Z Downloaded constant_time_eq v0.4.2
9992026-07-30T03:50:56.487Z Downloaded newline-converter v0.3.0
10002026-07-30T03:50:56.487Z Downloaded daft v0.1.7
10012026-07-30T03:50:56.490Z Downloaded keccak v0.1.6
10022026-07-30T03:50:56.490Z Downloaded instant v0.1.13
10032026-07-30T03:50:56.490Z Downloaded omicron-workspace-hack v0.1.0
10042026-07-30T03:50:56.493Z Downloaded http-body v1.0.1
10052026-07-30T03:50:56.493Z Downloaded byte-wrapper v0.1.0
10062026-07-30T03:50:56.493Z Downloaded base16ct v0.2.0
10072026-07-30T03:50:56.496Z Downloaded async-trait v0.1.89
10082026-07-30T03:50:56.499Z Downloaded plain v0.2.3
10092026-07-30T03:50:56.499Z Downloaded linked-hash-map v0.5.6
10102026-07-30T03:50:56.499Z Downloaded powerfmt v0.2.0
10112026-07-30T03:50:56.502Z Downloaded num_threads v0.1.7
10122026-07-30T03:50:56.502Z Downloaded opaque-debug v0.3.1
10132026-07-30T03:50:56.506Z Downloaded backon v1.6.0
10142026-07-30T03:50:56.512Z Downloaded multer v3.1.0
10152026-07-30T03:50:56.512Z Downloaded httpdate v1.0.3
10162026-07-30T03:50:56.512Z Downloaded blake2 v0.10.6
10172026-07-30T03:50:56.512Z Downloaded chacha20 v0.10.0
10182026-07-30T03:50:56.515Z Downloaded cancel-safe-futures v0.1.5
10192026-07-30T03:50:56.515Z Downloaded bcs v0.1.6
10202026-07-30T03:50:56.515Z Downloaded darling v0.21.3
10212026-07-30T03:50:56.518Z Downloaded arrayvec v0.7.6
10222026-07-30T03:50:56.522Z Downloaded git-stub-vcs v0.1.0
10232026-07-30T03:50:56.522Z Downloaded potential_utf v0.1.5
10242026-07-30T03:50:56.524Z Downloaded diff v0.1.13
10252026-07-30T03:50:56.524Z Downloaded defmt v1.1.0
10262026-07-30T03:50:56.530Z Downloaded proc-macro-error-attr v1.0.4
10272026-07-30T03:50:56.532Z Downloaded num-integer v0.1.46
10282026-07-30T03:50:56.532Z Downloaded cargo_toml v0.22.3
10292026-07-30T03:50:56.532Z Downloaded ingot-types v0.1.2
10302026-07-30T03:50:56.532Z Downloaded progenitor-macro v0.14.0
10312026-07-30T03:50:56.535Z Downloaded proc-macro-error-attr2 v2.0.0
10322026-07-30T03:50:56.535Z Downloaded num-rational v0.4.2
10332026-07-30T03:50:56.535Z Downloaded num_enum v0.7.6
10342026-07-30T03:50:56.538Z Downloaded progenitor-client v0.14.0
10352026-07-30T03:50:56.541Z Downloaded parse-display v0.10.0
10362026-07-30T03:50:56.541Z Downloaded bitflags v2.12.1
10372026-07-30T03:50:56.543Z Downloaded progenitor-macro v0.10.0
10382026-07-30T03:50:56.543Z Downloaded linear-map v1.2.0
10392026-07-30T03:50:56.543Z Downloaded ipnetwork v0.21.1
10402026-07-30T03:50:56.546Z Downloaded rand_chacha v0.3.1
10412026-07-30T03:50:56.546Z Downloaded num-complex v0.4.6
10422026-07-30T03:50:56.551Z Downloaded crossbeam-utils v0.8.21
10432026-07-30T03:50:56.554Z Downloaded libsw v3.5.0
10442026-07-30T03:50:56.559Z Downloaded pem v3.0.6
10452026-07-30T03:50:56.561Z Downloaded password-hash v0.5.0
10462026-07-30T03:50:56.561Z Downloaded oxnet v0.1.6
10472026-07-30T03:50:56.564Z Downloaded oxide-tokio-rt v0.1.6
10482026-07-30T03:50:56.566Z Downloaded pretty-hex v0.4.2
10492026-07-30T03:50:56.569Z Downloaded phf v0.12.1
10502026-07-30T03:50:56.572Z Downloaded ref-cast-impl v1.0.25
10512026-07-30T03:50:56.572Z Downloaded ref-cast v1.0.25
10522026-07-30T03:50:56.575Z Downloaded rustc-hash v2.1.2
10532026-07-30T03:50:56.575Z Downloaded futures v0.3.32
10542026-07-30T03:50:56.579Z Downloaded futures-channel v0.3.32
10552026-07-30T03:50:56.583Z Downloaded progenitor-macro v0.13.0
10562026-07-30T03:50:56.586Z Downloaded proc-macro-crate v1.3.1
10572026-07-30T03:50:56.586Z Downloaded num_enum v0.5.11
10582026-07-30T03:50:56.588Z Downloaded dropshot_endpoint v0.17.1
10592026-07-30T03:50:56.589Z Downloaded rustc_version v0.1.7
10602026-07-30T03:50:56.593Z Downloaded progenitor-client v0.10.0
10612026-07-30T03:50:56.593Z Downloaded derive_more v0.99.20
10622026-07-30T03:50:56.595Z Downloaded darling v0.23.0
10632026-07-30T03:50:56.598Z Downloaded crossbeam-epoch v0.9.18
10642026-07-30T03:50:56.598Z Downloaded rand_xorshift v0.4.0
10652026-07-30T03:50:56.601Z Downloaded allocator-api2 v0.2.21
10662026-07-30T03:50:56.603Z Downloaded same-file v1.0.6
10672026-07-30T03:50:56.603Z Downloaded scroll_derive v0.13.1
10682026-07-30T03:50:56.606Z Downloaded litemap v0.8.2
10692026-07-30T03:50:56.606Z Downloaded progenitor v0.13.0
10702026-07-30T03:50:56.609Z Downloaded progenitor v0.10.0
10712026-07-30T03:50:56.609Z Downloaded ingot-macros v0.1.1
10722026-07-30T03:50:56.609Z Downloaded ingot v0.1.1
10732026-07-30T03:50:56.612Z Downloaded proc-macro-error2 v2.0.1
10742026-07-30T03:50:56.612Z Downloaded quote v1.0.45
10752026-07-30T03:50:56.615Z Downloaded num_enum_derive v0.7.6
10762026-07-30T03:50:56.615Z Downloaded newtype-uuid v1.3.2
10772026-07-30T03:50:56.615Z Downloaded hybrid-array v0.4.12
10782026-07-30T03:50:56.618Z Downloaded serde_plain v1.0.2
10792026-07-30T03:50:56.618Z Downloaded secrecy v0.10.3
10802026-07-30T03:50:56.618Z Downloaded hmac v0.12.1
10812026-07-30T03:50:56.620Z Downloaded libsw-core v0.3.2
10822026-07-30T03:50:56.623Z Downloaded serde_repr v0.1.21
10832026-07-30T03:50:56.626Z Downloaded sha1 v0.11.0
10842026-07-30T03:50:56.626Z Downloaded phf_shared v0.12.1
10852026-07-30T03:50:56.628Z Downloaded const-oid v0.10.2
10862026-07-30T03:50:56.628Z Downloaded paste v1.0.15
10872026-07-30T03:50:56.631Z Downloaded drift v0.2.0
10882026-07-30T03:50:56.636Z Downloaded scroll_derive v0.12.1
10892026-07-30T03:50:56.638Z Downloaded memmap2 v0.9.10
10902026-07-30T03:50:56.638Z Downloaded getrandom v0.4.2
10912026-07-30T03:50:56.642Z Downloaded pest_generator v2.8.6
10922026-07-30T03:50:56.645Z Downloaded pest_derive v2.8.6
10932026-07-30T03:50:56.645Z Downloaded parse-display-derive v0.10.0
10942026-07-30T03:50:56.645Z Downloaded sha1 v0.10.6
10952026-07-30T03:50:56.645Z Downloaded parking_lot_core v0.8.6
10962026-07-30T03:50:56.648Z Downloaded sigpipe v0.1.3
10972026-07-30T03:50:56.648Z Downloaded slog-bunyan v2.5.0
10982026-07-30T03:50:56.651Z Downloaded siphasher v1.0.3
10992026-07-30T03:50:56.653Z Downloaded slog-envlogger v2.2.0
11002026-07-30T03:50:56.657Z Downloaded proc-macro-crate v3.5.0
11012026-07-30T03:50:56.657Z Downloaded port-file v0.1.0
11022026-07-30T03:50:56.660Z Downloaded proc-macro-error v1.0.4
11032026-07-30T03:50:56.661Z Downloaded semver v0.1.20
11042026-07-30T03:50:56.661Z Downloaded poly1305 v0.8.0
11052026-07-30T03:50:56.663Z Downloaded darling_core v0.21.3
11062026-07-30T03:50:56.666Z Downloaded cookie v0.18.1
11072026-07-30T03:50:56.668Z Downloaded chacha20poly1305 v0.10.1
11082026-07-30T03:50:56.671Z Downloaded rusty-fork v0.3.1
11092026-07-30T03:50:56.671Z Downloaded progenitor v0.14.0
11102026-07-30T03:50:56.674Z Downloaded rustversion v1.0.22
11112026-07-30T03:50:56.676Z Downloaded serial_test_derive v4.0.1
11122026-07-30T03:50:56.676Z Downloaded serde-big-array v0.5.1
11132026-07-30T03:50:56.680Z Downloaded smawk v0.3.2
11142026-07-30T03:50:56.680Z Downloaded quick-error v1.2.3
11152026-07-30T03:50:56.680Z Downloaded spin v0.5.2
11162026-07-30T03:50:56.685Z Downloaded progenitor-extras v0.2.0
11172026-07-30T03:50:56.685Z Downloaded structmeta v0.3.0
11182026-07-30T03:50:56.685Z Downloaded progenitor-client v0.13.0
11192026-07-30T03:50:56.689Z Downloaded scroll v0.13.0
11202026-07-30T03:50:56.689Z Downloaded half v2.7.1
11212026-07-30T03:50:56.692Z Downloaded rustls-pemfile v2.2.0
11222026-07-30T03:50:56.695Z Downloaded serde_derive_internals v0.29.1
11232026-07-30T03:50:56.698Z Downloaded log v0.4.32
11242026-07-30T03:50:56.701Z Downloaded tabled_derive v0.7.0
11252026-07-30T03:50:56.701Z Downloaded icu_provider v2.2.0
11262026-07-30T03:50:56.706Z Downloaded indexmap v1.9.3
11272026-07-30T03:50:56.709Z Downloaded parking_lot v0.11.2
11282026-07-30T03:50:56.712Z Downloaded const_format v0.2.36
11292026-07-30T03:50:56.715Z Downloaded resolv-conf v0.7.6
11302026-07-30T03:50:56.719Z Downloaded strum v0.26.3
11312026-07-30T03:50:56.719Z Downloaded stable_deref_trait v1.2.1
11322026-07-30T03:50:56.719Z Downloaded strum v0.27.2
11332026-07-30T03:50:56.721Z Downloaded tabled_derive v0.11.0
11342026-07-30T03:50:56.725Z Downloaded slog-scope v4.4.1
11352026-07-30T03:50:56.728Z Downloaded rustls-native-certs v0.8.4
11362026-07-30T03:50:56.728Z Downloaded slog-dtrace v0.3.0
11372026-07-30T03:50:56.731Z Downloaded thread-id v4.2.2
11382026-07-30T03:50:56.731Z Downloaded take_mut v0.2.2
11392026-07-30T03:50:56.731Z Downloaded tabwriter v1.4.1
11402026-07-30T03:50:56.735Z Downloaded simd-adler32 v0.3.9
11412026-07-30T03:50:56.735Z Downloaded postcard v1.1.3
11422026-07-30T03:50:56.737Z Downloaded bytes v1.11.1
11432026-07-30T03:50:56.741Z Downloaded konst v0.2.20
11442026-07-30T03:50:56.743Z Downloaded rhai_codegen v3.2.0
11452026-07-30T03:50:56.746Z Downloaded rustls-pki-types v1.14.1
11462026-07-30T03:50:56.750Z Downloaded scroll v0.12.0
11472026-07-30T03:50:56.750Z Downloaded darling_core v0.23.0
11482026-07-30T03:50:56.756Z Downloaded tokio-macros v2.7.0
11492026-07-30T03:50:56.756Z Downloaded tagptr v0.2.0
11502026-07-30T03:50:56.759Z Downloaded arc-swap v1.9.1
11512026-07-30T03:50:56.759Z Downloaded indicatif v0.18.4
11522026-07-30T03:50:56.759Z Downloaded time-core v0.1.8
11532026-07-30T03:50:56.762Z Downloaded testing_table v0.3.0
11542026-07-30T03:50:56.762Z Downloaded papergrid v0.11.0
11552026-07-30T03:50:56.769Z Downloaded serde_tokenstream v0.2.3
11562026-07-30T03:50:56.769Z Downloaded structmeta-derive v0.3.0
11572026-07-30T03:50:56.769Z Downloaded snafu-derive v0.8.9
11582026-07-30T03:50:56.769Z Downloaded schemars_derive v0.8.22
11592026-07-30T03:50:56.769Z Downloaded cc v1.2.63
11602026-07-30T03:50:56.772Z Downloaded slog-json v2.6.1
11612026-07-30T03:50:56.772Z Downloaded progenitor-impl v0.10.0
11622026-07-30T03:50:56.773Z Downloaded thread-id v5.1.0
11632026-07-30T03:50:56.773Z Downloaded progenitor-impl v0.13.0
11642026-07-30T03:50:56.778Z Downloaded progenitor-impl v0.14.0
11652026-07-30T03:50:56.778Z Downloaded serial_test v4.0.1
11662026-07-30T03:50:56.778Z Downloaded serde_with_macros v3.21.0
11672026-07-30T03:50:56.783Z Downloaded synstructure v0.13.2
11682026-07-30T03:50:56.789Z Downloaded slog-stdlog v4.1.1
11692026-07-30T03:50:56.789Z Downloaded topological-sort v0.2.2
11702026-07-30T03:50:56.789Z Downloaded quinn-udp v0.5.14
11712026-07-30T03:50:56.789Z Downloaded omicron-zone-package v0.12.3
11722026-07-30T03:50:56.800Z Downloaded unit-prefix v0.5.2
11732026-07-30T03:50:56.800Z Downloaded unarray v0.1.4
11742026-07-30T03:50:56.800Z Downloaded universal-hash v0.5.1
11752026-07-30T03:50:56.800Z Downloaded icu_properties v2.2.0
11762026-07-30T03:50:56.800Z Downloaded usdt v0.6.0
11772026-07-30T03:50:56.800Z Downloaded crypto-bigint v0.5.5
11782026-07-30T03:50:56.803Z Downloaded typify-macro v0.6.2
11792026-07-30T03:50:56.803Z Downloaded strum_macros v0.26.4
11802026-07-30T03:50:56.804Z Downloaded openssl-sys v0.9.116
11812026-07-30T03:50:56.804Z Downloaded pest_meta v2.8.6
11822026-07-30T03:50:56.804Z Downloaded smf v0.2.3
11832026-07-30T03:50:56.804Z Downloaded strum_macros v0.27.2
11842026-07-30T03:50:56.807Z Downloaded smartstring v1.0.1
11852026-07-30T03:50:56.813Z Downloaded thiserror-impl-no-std v2.0.2
11862026-07-30T03:50:56.814Z Downloaded slog-async v2.8.0
11872026-07-30T03:50:56.814Z Downloaded typify-macro v0.4.3
11882026-07-30T03:50:56.814Z Downloaded wait-timeout v0.2.1
11892026-07-30T03:50:56.817Z Downloaded usdt-macro v0.6.0
11902026-07-30T03:50:56.817Z Downloaded usdt-macro v0.5.0
11912026-07-30T03:50:56.817Z Downloaded thiserror-no-std v2.0.2
11922026-07-30T03:50:56.817Z Downloaded hickory-resolver v0.24.4
11932026-07-30T03:50:56.821Z Downloaded tiny-keccak v2.0.2
11942026-07-30T03:50:56.821Z Downloaded rustls-platform-verifier v0.7.0
11952026-07-30T03:50:56.826Z Downloaded icu_normalizer v2.2.0
11962026-07-30T03:50:56.832Z Downloaded tokio-dtrace v0.1.1
11972026-07-30T03:50:56.832Z Downloaded time-macros v0.2.27
11982026-07-30T03:50:56.833Z Downloaded icu_collections v2.2.0
11992026-07-30T03:50:56.836Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12002026-07-30T03:50:56.836Z Downloaded usdt v0.5.0
12012026-07-30T03:50:56.836Z Downloaded spin v0.9.8
12022026-07-30T03:50:56.836Z Downloaded untrusted v0.7.1
12032026-07-30T03:50:56.836Z Downloaded smallvec v1.15.1
12042026-07-30T03:50:56.840Z Downloaded toml_writer v1.1.1+spec-1.1.0
12052026-07-30T03:50:56.840Z Downloaded hickory-resolver v0.25.2
12062026-07-30T03:50:56.843Z Downloaded proc-macro2 v1.0.106
12072026-07-30T03:50:56.843Z Downloaded async-compression v0.4.42
12082026-07-30T03:50:56.847Z Downloaded utf-8 v0.7.6
12092026-07-30T03:50:56.847Z Downloaded usdt-attr-macro v0.6.0
12102026-07-30T03:50:56.847Z Downloaded usdt-attr-macro v0.5.0
12112026-07-30T03:50:56.853Z Downloaded serde_yaml v0.9.34+deprecated
12122026-07-30T03:50:56.853Z Downloaded termtree v0.5.1
12132026-07-30T03:50:56.853Z Downloaded zerofrom v0.1.8
12142026-07-30T03:50:56.853Z Downloaded icu_normalizer_data v2.2.0
12152026-07-30T03:50:56.858Z Downloaded memchr v2.8.1
12162026-07-30T03:50:56.859Z Downloaded tinystr v0.8.3
12172026-07-30T03:50:56.859Z Downloaded thread_local v1.1.9
12182026-07-30T03:50:56.867Z Downloaded waitgroup v0.1.2
12192026-07-30T03:50:56.867Z Downloaded usdt-impl v0.6.0
12202026-07-30T03:50:56.867Z Downloaded tokio-tungstenite v0.21.0
12212026-07-30T03:50:56.867Z Downloaded crossbeam-channel v0.5.15
12222026-07-30T03:50:56.872Z Downloaded pretty_assertions v1.4.1
12232026-07-30T03:50:56.872Z Downloaded yoke-derive v0.8.2
12242026-07-30T03:50:56.872Z Downloaded thin-vec v0.2.18
12252026-07-30T03:50:56.872Z Downloaded similar v2.7.0
12262026-07-30T03:50:56.872Z Downloaded zone_cfg_derive v0.3.1
12272026-07-30T03:50:56.878Z Downloaded zerofrom-derive v0.1.7
12282026-07-30T03:50:56.878Z Downloaded term v1.2.1
12292026-07-30T03:50:56.882Z Downloaded jiff-static v0.2.28
12302026-07-30T03:50:56.882Z Downloaded schemars v0.9.0
12312026-07-30T03:50:56.887Z Downloaded zone v0.3.1
12322026-07-30T03:50:56.890Z Downloaded slog-term v2.9.2
12332026-07-30T03:50:56.890Z Downloaded walkdir v2.5.0
12342026-07-30T03:50:56.890Z Downloaded papergrid v0.18.0
12352026-07-30T03:50:56.894Z Downloaded zeroize v1.8.2
12362026-07-30T03:50:56.897Z Downloaded zeroize_derive v1.4.3
12372026-07-30T03:50:56.897Z Downloaded rand v0.8.6
12382026-07-30T03:50:56.903Z Downloaded toml_parser v1.1.2+spec-1.1.0
12392026-07-30T03:50:56.903Z Downloaded serde_derive v1.0.228
12402026-07-30T03:50:56.906Z Downloaded ucd-trie v0.1.7
12412026-07-30T03:50:56.910Z Downloaded heapless v0.8.0
12422026-07-30T03:50:56.914Z Downloaded mio v1.2.1
12432026-07-30T03:50:56.917Z Downloaded prettyplease v0.2.37
12442026-07-30T03:50:56.918Z Downloaded schemars v0.8.22
12452026-07-30T03:50:56.922Z Downloaded slog v2.8.2
12462026-07-30T03:50:56.925Z Downloaded zmij v1.0.21
12472026-07-30T03:50:56.930Z Downloaded vsss-rs v3.3.4
12482026-07-30T03:50:56.930Z Downloaded usdt-impl v0.5.0
12492026-07-30T03:50:56.930Z Downloaded toml v0.9.12+spec-1.1.0
12502026-07-30T03:50:56.930Z Downloaded rayon-core v1.13.0
12512026-07-30T03:50:56.933Z Downloaded tinyvec v1.11.0
12522026-07-30T03:50:56.933Z Downloaded tokio-stream v0.1.18
12532026-07-30T03:50:56.938Z Downloaded snafu v0.8.9
12542026-07-30T03:50:56.942Z Downloaded hashbrown v0.12.3
12552026-07-30T03:50:56.945Z Downloaded xz2 v0.1.7
12562026-07-30T03:50:56.945Z Downloaded rand v0.9.4
12572026-07-30T03:50:56.945Z Downloaded icu_locale_core v2.2.0
12582026-07-30T03:50:56.950Z Downloaded writeable v0.6.3
12592026-07-30T03:50:56.954Z Downloaded expectorate v1.2.0
12602026-07-30T03:50:56.957Z Downloaded dropshot-api-manager v0.7.2
12612026-07-30T03:50:56.960Z Downloaded minimal-lexical v0.2.1
12622026-07-30T03:50:56.972Z Downloaded toml v1.1.2+spec-1.1.0
12632026-07-30T03:50:56.975Z Downloaded tungstenite v0.21.0
12642026-07-30T03:50:56.975Z Downloaded zerovec-derive v0.11.3
12652026-07-30T03:50:56.978Z Downloaded serde v1.0.228
12662026-07-30T03:50:56.978Z Downloaded steno v0.4.1
12672026-07-30T03:50:56.994Z Downloaded toml v0.7.8
12682026-07-30T03:50:56.997Z Downloaded test-strategy v0.4.5
12692026-07-30T03:50:57.000Z Downloaded whoami v1.6.1
12702026-07-30T03:50:57.003Z Downloaded zerocopy-derive v0.7.35
12712026-07-30T03:50:57.008Z Downloaded yoke v0.8.3
12722026-07-30T03:50:57.008Z Downloaded schemars v1.2.1
12732026-07-30T03:50:57.014Z Downloaded qorb v0.4.1
12742026-07-30T03:50:57.018Z Downloaded typify v0.4.3
12752026-07-30T03:50:57.023Z Downloaded typify v0.6.2
12762026-07-30T03:50:57.023Z Downloaded pest v2.8.6
12772026-07-30T03:50:57.026Z Downloaded nom v7.1.3
12782026-07-30T03:50:57.030Z Downloaded http v1.4.2
12792026-07-30T03:50:57.033Z Downloaded unsafe-libyaml v0.2.11
12802026-07-30T03:50:57.036Z Downloaded serde_core v1.0.228
12812026-07-30T03:50:57.051Z Downloaded quinn v0.11.9
12822026-07-30T03:50:57.054Z Downloaded toml_edit v0.25.12+spec-1.1.0
12832026-07-30T03:50:57.058Z Downloaded zerotrie v0.2.4
12842026-07-30T03:50:57.065Z Downloaded regex v1.12.3
12852026-07-30T03:50:57.087Z Downloaded rayon v1.12.0
12862026-07-30T03:50:57.091Z Downloaded typed-path v0.9.3
12872026-07-30T03:50:57.096Z Downloaded blake3 v1.8.5
12882026-07-30T03:50:57.117Z Downloaded itertools v0.12.1
12892026-07-30T03:50:57.124Z Downloaded hashbrown v0.16.1
12902026-07-30T03:50:57.130Z Downloaded nom v8.0.0
12912026-07-30T03:50:57.138Z Downloaded yansi v1.0.1
12922026-07-30T03:50:57.141Z Downloaded tough v0.22.0
12932026-07-30T03:50:57.147Z Downloaded zerocopy-derive v0.8.50
12942026-07-30T03:50:57.152Z Downloaded itertools v0.15.0
12952026-07-30T03:50:57.156Z Downloaded ron v0.12.1
12962026-07-30T03:50:57.159Z Downloaded winnow v0.5.40
12972026-07-30T03:50:57.162Z Downloaded toml_edit v0.19.15
12982026-07-30T03:50:57.170Z Downloaded zerocopy v0.7.35
12992026-07-30T03:50:57.180Z Downloaded serde_with v3.21.0
13002026-07-30T03:50:57.187Z Downloaded libm v0.2.16
13012026-07-30T03:50:57.190Z Downloaded hkdf v0.12.4
13022026-07-30T03:50:57.194Z Downloaded icu_properties_data v2.2.0
13032026-07-30T03:50:57.198Z Downloaded goblin v0.8.2
13042026-07-30T03:50:57.200Z Downloaded futures-util v0.3.32
13052026-07-30T03:50:57.207Z Downloaded moka v0.12.15
13062026-07-30T03:50:57.211Z Downloaded h2 v0.4.14
13072026-07-30T03:50:57.215Z Downloaded aws-lc-rs v1.17.0
13082026-07-30T03:50:57.221Z Downloaded tabled v0.21.0
13092026-07-30T03:50:57.230Z Downloaded time v0.3.47
13102026-07-30T03:50:57.239Z Downloaded tokio-util v0.7.18
13112026-07-30T03:50:57.242Z Downloaded iddqd v0.4.6
13122026-07-30T03:50:57.246Z Downloaded zerovec v0.11.6
13132026-07-30T03:50:57.249Z Downloaded portable-atomic v1.13.1
13142026-07-30T03:50:57.252Z Downloaded tabled v0.15.0
13152026-07-30T03:50:57.265Z Downloaded bstr v1.12.1
13162026-07-30T03:50:57.274Z Downloaded dropshot v0.17.1
13172026-07-30T03:50:57.285Z Downloaded reqwest v0.13.4
13182026-07-30T03:50:57.290Z Downloaded smoltcp v0.11.0
13192026-07-30T03:50:57.298Z Downloaded zerocopy v0.8.50
13202026-07-30T03:50:57.304Z Downloaded regress v0.10.5
13212026-07-30T03:50:57.309Z Downloaded regress v0.11.1
13222026-07-30T03:50:57.314Z Downloaded openssl v0.10.80
13232026-07-30T03:50:57.321Z Downloaded rustls v0.23.40
13242026-07-30T03:50:57.325Z Downloaded winnow v1.0.3
13252026-07-30T03:50:57.331Z Downloaded proptest v1.11.0
13262026-07-30T03:50:57.336Z Downloaded goblin v0.10.7
13272026-07-30T03:50:57.346Z Downloaded syn v1.0.109
13282026-07-30T03:50:57.388Z Downloaded webpki-roots v1.0.7
13292026-07-30T03:50:57.405Z Downloaded syn v2.0.117
13302026-07-30T03:50:57.422Z Downloaded regex-automata v0.4.14
13312026-07-30T03:50:57.439Z Downloaded nix v0.31.3
13322026-07-30T03:50:57.446Z Downloaded petgraph v0.6.5
13332026-07-30T03:50:57.456Z Downloaded rhai v1.25.1
13342026-07-30T03:50:57.461Z Downloaded regex-syntax v0.8.10
13352026-07-30T03:50:57.466Z Downloaded openapiv3 v2.2.0
13362026-07-30T03:50:57.475Z Downloaded hickory-proto v0.25.2
13372026-07-30T03:50:57.480Z Downloaded hickory-proto v0.24.4
13382026-07-30T03:50:57.487Z Downloaded chrono-tz v0.10.4
13392026-07-30T03:50:57.506Z Downloaded sha3 v0.10.9
13402026-07-30T03:50:57.510Z Downloaded csv v1.4.0
13412026-07-30T03:50:57.545Z Downloaded sled v0.34.7
13422026-07-30T03:50:57.552Z Downloaded typify-impl v0.6.2
13432026-07-30T03:50:57.555Z Downloaded typify-impl v0.4.3
13442026-07-30T03:50:57.591Z Downloaded lzma-sys v0.1.20
13452026-07-30T03:50:57.607Z Downloaded jiff v0.2.28
13462026-07-30T03:50:57.638Z Downloaded encoding_rs v0.8.35
13472026-07-30T03:50:58.071Z Downloaded aws-lc-sys v0.41.0
13482026-07-30T03:50:59.007Z Compiling proc-macro2 v1.0.106
13492026-07-30T03:50:59.007Z Compiling quote v1.0.45
13502026-07-30T03:50:59.007Z Compiling unicode-ident v1.0.24
13512026-07-30T03:50:59.011Z Compiling serde_core v1.0.228
13522026-07-30T03:50:59.011Z Compiling cfg-if v1.0.4
13532026-07-30T03:50:59.011Z Compiling serde v1.0.228
13542026-07-30T03:50:59.011Z Compiling libc v0.2.189
13552026-07-30T03:50:59.011Z Compiling memchr v2.8.1
13562026-07-30T03:50:59.204Z Compiling itoa v1.0.18
13572026-07-30T03:50:59.384Z Compiling smallvec v1.15.1
13582026-07-30T03:50:59.444Z Compiling zmij v1.0.21
13592026-07-30T03:50:59.479Z Compiling autocfg v1.5.1
13602026-07-30T03:50:59.594Z Compiling libm v0.2.16
13612026-07-30T03:50:59.853Z Compiling stable_deref_trait v1.2.1
13622026-07-30T03:50:59.897Z Compiling litemap v0.8.2
13632026-07-30T03:50:59.919Z Compiling writeable v0.6.3
13642026-07-30T03:51:00.050Z Compiling percent-encoding v2.3.2
13652026-07-30T03:51:00.085Z Compiling utf8_iter v1.0.4
13662026-07-30T03:51:00.097Z Compiling icu_properties_data v2.2.0
13672026-07-30T03:51:00.119Z Compiling icu_normalizer_data v2.2.0
13682026-07-30T03:51:00.119Z Compiling iana-time-zone v0.1.65
13692026-07-30T03:51:00.245Z Compiling form_urlencoded v1.2.2
13702026-07-30T03:51:00.345Z Compiling version_check v0.9.5
13712026-07-30T03:51:00.427Z Compiling syn v2.0.117
13722026-07-30T03:51:00.449Z Compiling serde_json v1.0.151
13732026-07-30T03:51:00.509Z Compiling syn v3.0.3
13742026-07-30T03:51:00.529Z Compiling dyn-clone v1.0.20
13752026-07-30T03:51:00.573Z Compiling pin-project-lite v0.2.17
13762026-07-30T03:51:00.623Z Compiling num-traits v0.2.19
13772026-07-30T03:51:00.668Z Compiling equivalent v1.0.2
13782026-07-30T03:51:00.678Z Compiling allocator-api2 v0.2.21
13792026-07-30T03:51:00.713Z Compiling getrandom v0.4.2
13802026-07-30T03:51:00.750Z Compiling rand_core v0.10.1
13812026-07-30T03:51:00.909Z Compiling parking_lot_core v0.9.12
13822026-07-30T03:51:01.011Z Compiling scopeguard v1.2.0
13832026-07-30T03:51:01.118Z Compiling lock_api v0.4.14
13842026-07-30T03:51:01.204Z Compiling thiserror v2.0.19
13852026-07-30T03:51:01.215Z Compiling hashbrown v0.17.1
13862026-07-30T03:51:01.226Z Compiling log v0.4.32
13872026-07-30T03:51:01.347Z Compiling semver v1.0.28
13882026-07-30T03:51:01.482Z Compiling errno v0.3.14
13892026-07-30T03:51:01.627Z Compiling uuid v1.24.0
13902026-07-30T03:51:01.656Z Compiling zerocopy v0.8.50
13912026-07-30T03:51:01.685Z Compiling heck v0.5.0
13922026-07-30T03:51:01.743Z Compiling indexmap v2.14.0
13932026-07-30T03:51:01.772Z Compiling futures-core v0.3.32
13942026-07-30T03:51:01.935Z Compiling schemars v0.8.22
13952026-07-30T03:51:02.052Z Compiling fnv v1.0.7
13962026-07-30T03:51:02.084Z Compiling futures-sink v0.3.32
13972026-07-30T03:51:02.143Z Compiling slab v0.4.12
13982026-07-30T03:51:02.190Z Compiling rustversion v1.0.22
13992026-07-30T03:51:02.212Z Compiling jobserver v0.1.34
14002026-07-30T03:51:02.315Z Compiling find-msvc-tools v0.1.9
14012026-07-30T03:51:02.381Z Compiling shlex v2.0.1
14022026-07-30T03:51:02.528Z Compiling cc v1.2.63
14032026-07-30T03:51:02.541Z Compiling bitflags v2.12.1
14042026-07-30T03:51:02.544Z Compiling futures-channel v0.3.32
14052026-07-30T03:51:02.567Z Compiling socket2 v0.6.5
14062026-07-30T03:51:02.766Z Compiling futures-task v0.3.32
14072026-07-30T03:51:02.936Z Compiling futures-io v0.3.32
14082026-07-30T03:51:03.002Z Compiling parking_lot v0.12.5
14092026-07-30T03:51:03.078Z Compiling signal-hook-registry v1.4.8
14102026-07-30T03:51:03.081Z Compiling mio v1.2.1
14112026-07-30T03:51:03.098Z Compiling portable-atomic v1.13.1
14122026-07-30T03:51:03.157Z Compiling byteorder v1.5.0
14132026-07-30T03:51:03.371Z Compiling synstructure v0.13.2
14142026-07-30T03:51:03.383Z Compiling serde_derive_internals v0.29.1
14152026-07-30T03:51:03.394Z Compiling thiserror-impl v2.0.19
14162026-07-30T03:51:03.405Z Compiling critical-section v1.2.0
14172026-07-30T03:51:03.510Z Compiling cmake v0.1.58
14182026-07-30T03:51:03.586Z Compiling dunce v1.0.5
14192026-07-30T03:51:03.771Z Compiling fs_extra v1.3.0
14202026-07-30T03:51:03.834Z Compiling base64 v0.22.1
14212026-07-30T03:51:03.889Z Compiling typenum v1.20.1
14222026-07-30T03:51:03.911Z Compiling regex-syntax v0.8.10
14232026-07-30T03:51:03.976Z Compiling aws-lc-sys v0.41.0
14242026-07-30T03:51:04.123Z Compiling once_cell v1.21.4
14252026-07-30T03:51:04.139Z Compiling subtle v2.6.1
14262026-07-30T03:51:04.173Z Compiling strsim v0.11.1
14272026-07-30T03:51:04.300Z Compiling rustix v1.1.4
14282026-07-30T03:51:04.337Z Compiling httparse v1.10.1
14292026-07-30T03:51:04.468Z Compiling serde_derive v1.0.228
14302026-07-30T03:51:04.572Z Compiling zerofrom-derive v0.1.7
14312026-07-30T03:51:04.669Z Compiling yoke-derive v0.8.2
14322026-07-30T03:51:04.677Z Compiling zerovec-derive v0.11.3
14332026-07-30T03:51:04.695Z Compiling displaydoc v0.2.6
14342026-07-30T03:51:04.706Z Compiling schemars_derive v0.8.22
14352026-07-30T03:51:04.976Z Compiling tokio-macros v2.7.0
14362026-07-30T03:51:05.507Z Compiling zerocopy-derive v0.8.50
14372026-07-30T03:51:05.733Z Compiling zeroize_derive v1.4.3
14382026-07-30T03:51:05.760Z Compiling futures-macro v0.3.32
14392026-07-30T03:51:05.789Z Compiling zerofrom v0.1.8
14402026-07-30T03:51:05.909Z Compiling yoke v0.8.3
14412026-07-30T03:51:06.085Z Compiling zerovec v0.11.6
14422026-07-30T03:51:06.114Z Compiling zerotrie v0.2.4
14432026-07-30T03:51:06.406Z Compiling atomic-waker v1.1.2
14442026-07-30T03:51:06.417Z Compiling zeroize v1.8.2
14452026-07-30T03:51:06.529Z Compiling tinystr v0.8.3
14462026-07-30T03:51:06.540Z Compiling potential_utf v0.1.5
14472026-07-30T03:51:06.586Z Compiling futures-util v0.3.32
14482026-07-30T03:51:06.599Z Compiling ipnet v2.12.0
14492026-07-30T03:51:06.653Z Compiling icu_collections v2.2.0
14502026-07-30T03:51:06.690Z Compiling icu_locale_core v2.2.0
14512026-07-30T03:51:06.722Z Compiling tower-service v0.3.3
14522026-07-30T03:51:06.811Z Compiling tower-layer v0.3.3
14532026-07-30T03:51:06.964Z Compiling ucd-trie v0.1.7
14542026-07-30T03:51:07.115Z Compiling pest v2.8.6
14552026-07-30T03:51:07.257Z Compiling thiserror v1.0.69
14562026-07-30T03:51:07.470Z Compiling icu_provider v2.2.0
14572026-07-30T03:51:07.572Z Compiling try-lock v0.2.5
14582026-07-30T03:51:07.677Z Compiling bytes v1.11.1
14592026-07-30T03:51:07.688Z Compiling chrono v0.4.45
14602026-07-30T03:51:07.753Z Compiling icu_normalizer v2.2.0
14612026-07-30T03:51:07.791Z Compiling icu_properties v2.2.0
14622026-07-30T03:51:08.298Z Compiling tokio v1.53.1
14632026-07-30T03:51:08.326Z Compiling http v1.4.2
14642026-07-30T03:51:08.357Z Compiling serde_tokenstream v0.2.3
14652026-07-30T03:51:08.641Z Compiling idna_adapter v1.2.2
14662026-07-30T03:51:08.812Z Compiling idna v1.1.0
14672026-07-30T03:51:08.900Z Compiling erased-serde v0.3.31
14682026-07-30T03:51:09.021Z Compiling http-body v1.0.1
14692026-07-30T03:51:09.161Z Compiling url v2.5.8
14702026-07-30T03:51:09.205Z Compiling untrusted v0.9.0
14712026-07-30T03:51:09.324Z Compiling ryu v1.0.23
14722026-07-30T03:51:09.336Z Compiling pest_meta v2.8.6
14732026-07-30T03:51:09.391Z Compiling want v0.3.1
14742026-07-30T03:51:09.559Z Compiling thiserror-impl v1.0.69
14752026-07-30T03:51:09.592Z Compiling httpdate v1.0.3
14762026-07-30T03:51:09.838Z Compiling ppv-lite86 v0.2.21
14772026-07-30T03:51:09.868Z Compiling pretty-hex v0.4.2
14782026-07-30T03:51:10.007Z Compiling pest_generator v2.8.6
14792026-07-30T03:51:10.035Z Compiling getrandom v0.2.17
14802026-07-30T03:51:10.149Z Compiling getrandom v0.3.4
14812026-07-30T03:51:10.217Z Compiling rand_core v0.6.4
14822026-07-30T03:51:10.439Z Compiling ipnetwork v0.21.1
14832026-07-30T03:51:10.506Z Compiling plain v0.2.3
14842026-07-30T03:51:10.606Z Compiling aho-corasick v1.1.4
14852026-07-30T03:51:10.616Z Compiling ident_case v1.0.1
14862026-07-30T03:51:10.620Z Compiling pest_derive v2.8.6
14872026-07-30T03:51:10.739Z Compiling oxnet v0.1.6
14882026-07-30T03:51:10.820Z Compiling tracing-attributes v0.1.31
14892026-07-30T03:51:10.871Z Compiling tracing-core v0.1.36
14902026-07-30T03:51:11.140Z Compiling paste v1.0.15
14912026-07-30T03:51:11.181Z Compiling foldhash v0.2.0
14922026-07-30T03:51:11.199Z Compiling serde_urlencoded v0.7.1
14932026-07-30T03:51:11.410Z Compiling regex-automata v0.4.14
14942026-07-30T03:51:11.433Z Compiling http-body-util v0.1.4
14952026-07-30T03:51:11.472Z Compiling anyhow v1.0.104
14962026-07-30T03:51:11.685Z Compiling omicron-workspace-hack v0.1.0
14972026-07-30T03:51:11.924Z Compiling slog v2.8.2
14982026-07-30T03:51:11.965Z Compiling sync_wrapper v1.0.2
14992026-07-30T03:51:11.983Z Compiling num-conv v0.2.2
15002026-07-30T03:51:12.038Z Compiling tracing v0.1.44
15012026-07-30T03:51:12.062Z Compiling powerfmt v0.2.0
15022026-07-30T03:51:12.125Z Compiling time-core v0.1.8
15032026-07-30T03:51:12.237Z Compiling deranged v0.5.8
15042026-07-30T03:51:12.260Z Compiling time-macros v0.2.27
15052026-07-30T03:51:12.261Z Compiling scroll_derive v0.13.1
15062026-07-30T03:51:12.636Z Compiling num_threads v0.1.7
15072026-07-30T03:51:12.703Z Compiling winnow v1.0.3
15082026-07-30T03:51:13.105Z Compiling regex v1.12.3
15092026-07-30T03:51:13.193Z Compiling fastrand v2.4.1
15102026-07-30T03:51:13.234Z Compiling scroll v0.13.0
15112026-07-30T03:51:13.569Z Compiling tokio-util v0.7.18
15122026-07-30T03:51:13.607Z Compiling hashbrown v0.16.1
15132026-07-30T03:51:13.817Z Compiling daft-derive v0.1.7
15142026-07-30T03:51:14.008Z Compiling async-trait v0.1.89
15152026-07-30T03:51:14.032Z Compiling aws-lc-rs v1.17.0
15162026-07-30T03:51:14.262Z Compiling goblin v0.10.7
15172026-07-30T03:51:14.369Z Compiling rustls-pki-types v1.14.1
15182026-07-30T03:51:14.816Z Compiling camino v1.2.5
15192026-07-30T03:51:14.857Z Compiling openssl-probe v0.2.1
15202026-07-30T03:51:14.900Z Compiling crossbeam-utils v0.8.21
15212026-07-30T03:51:14.932Z Compiling usdt-impl v0.6.0
15222026-07-30T03:51:15.044Z Compiling untrusted v0.7.1
15232026-07-30T03:51:15.168Z Compiling dtrace-parser v0.3.0
15242026-07-30T03:51:15.238Z Compiling hex v0.4.3
15252026-07-30T03:51:15.486Z Compiling rustls v0.23.40
15262026-07-30T03:51:15.603Z Compiling h2 v0.4.14
15272026-07-30T03:51:15.711Z Compiling thread-id v5.1.0
15282026-07-30T03:51:15.791Z Compiling thread_local v1.1.9
15292026-07-30T03:51:15.840Z Compiling crc32fast v1.5.0
15302026-07-30T03:51:16.058Z Compiling futures-executor v0.3.32
15312026-07-30T03:51:16.149Z Compiling cpufeatures v0.3.0
15322026-07-30T03:51:16.178Z Compiling slog-async v2.8.0
15332026-07-30T03:51:16.196Z Compiling match_cfg v0.1.0
15342026-07-30T03:51:16.217Z Compiling futures v0.3.32
15352026-07-30T03:51:16.292Z Compiling rand_core v0.9.5
15362026-07-30T03:51:16.338Z Compiling term v1.2.1
15372026-07-30T03:51:16.441Z Compiling simd-adler32 v0.3.9
15382026-07-30T03:51:16.501Z Compiling adler2 v2.0.1
15392026-07-30T03:51:16.514Z Compiling take_mut v0.2.2
15402026-07-30T03:51:16.617Z Compiling syn v1.0.109
15412026-07-30T03:51:16.640Z Compiling ref-cast v1.0.25
15422026-07-30T03:51:16.644Z Compiling miniz_oxide v0.8.9
15432026-07-30T03:51:16.828Z Compiling hybrid-array v0.4.12
15442026-07-30T03:51:16.990Z Compiling ref-cast-impl v1.0.25
15452026-07-30T03:51:17.001Z Compiling structmeta-derive v0.3.0
15462026-07-30T03:51:17.036Z Compiling dof v0.4.0
15472026-07-30T03:51:17.281Z Compiling flate2 v1.1.9
15482026-07-30T03:51:17.695Z Compiling hyper v1.11.0
15492026-07-30T03:51:17.707Z Compiling rand_chacha v0.9.0
15502026-07-30T03:51:18.133Z Compiling structmeta v0.3.0
15512026-07-30T03:51:18.366Z Compiling darling_core v0.23.0
15522026-07-30T03:51:18.666Z Compiling newtype-uuid-macros v0.1.0
15532026-07-30T03:51:18.810Z Compiling hyper-util v0.1.20
15542026-07-30T03:51:19.207Z Compiling usdt-macro v0.6.0
15552026-07-30T03:51:19.504Z Compiling usdt-attr-macro v0.6.0
15562026-07-30T03:51:19.534Z Compiling macaddr v1.0.1
15572026-07-30T03:51:19.922Z Compiling compression-core v0.4.32
15582026-07-30T03:51:20.078Z Compiling compression-codecs v0.4.38
15592026-07-30T03:51:20.176Z Compiling rand v0.9.4
15602026-07-30T03:51:20.337Z Compiling crypto-common v0.2.2
15612026-07-30T03:51:20.355Z Compiling block-buffer v0.12.0
15622026-07-30T03:51:20.496Z Compiling darling_macro v0.23.0
15632026-07-30T03:51:20.519Z Compiling newtype-uuid v1.3.2
15642026-07-30T03:51:20.632Z Compiling serde_spanned v1.1.1
15652026-07-30T03:51:20.680Z Compiling multer v3.1.0
15662026-07-30T03:51:20.770Z Compiling quick-error v1.2.3
15672026-07-30T03:51:20.783Z Compiling const-oid v0.10.2
15682026-07-30T03:51:20.857Z Compiling debug-ignore v1.0.5
15692026-07-30T03:51:20.872Z Compiling toml_writer v1.1.1+spec-1.1.0
15702026-07-30T03:51:20.925Z Compiling digest v0.11.3
15712026-07-30T03:51:20.961Z Compiling daft v0.1.7
15722026-07-30T03:51:20.986Z Compiling time v0.3.47
15732026-07-30T03:51:21.072Z Compiling async-stream-impl v0.3.6
15742026-07-30T03:51:21.083Z Compiling darling v0.23.0
15752026-07-30T03:51:21.083Z Compiling strum_macros v0.26.4
15762026-07-30T03:51:21.156Z Compiling dropshot v0.17.1
15772026-07-30T03:51:21.215Z Compiling generic-array v0.14.7
15782026-07-30T03:51:21.279Z Compiling encoding_rs v0.8.35
15792026-07-30T03:51:21.388Z Compiling spin v0.9.8
15802026-07-30T03:51:21.500Z Compiling mime v0.3.17
15812026-07-30T03:51:21.646Z Compiling bit-vec v0.8.0
15822026-07-30T03:51:21.710Z Compiling async-stream v0.3.6
15832026-07-30T03:51:21.818Z Compiling bit-set v0.8.0
15842026-07-30T03:51:21.884Z Compiling serde_with_macros v3.21.0
15852026-07-30T03:51:21.915Z Compiling sha1 v0.11.0
15862026-07-30T03:51:21.970Z Compiling crossbeam-channel v0.5.15
15872026-07-30T03:51:22.051Z Compiling tower v0.5.3
15882026-07-30T03:51:22.157Z Compiling dropshot_endpoint v0.17.1
15892026-07-30T03:51:22.526Z Compiling openapiv3 v2.2.0
15902026-07-30T03:51:22.641Z Compiling waitgroup v0.1.2
15912026-07-30T03:51:22.708Z Compiling strum v0.26.3
15922026-07-30T03:51:22.775Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15932026-07-30T03:51:22.834Z Compiling serde_path_to_error v0.1.20
15942026-07-30T03:51:22.942Z Compiling unarray v0.1.4
15952026-07-30T03:51:23.012Z Compiling tower-http v0.6.11
15962026-07-30T03:51:23.178Z Compiling derive-ex v0.1.8
15972026-07-30T03:51:23.254Z Compiling tempfile v3.27.0
15982026-07-30T03:51:23.542Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15992026-07-30T03:51:23.669Z Compiling rustls-native-certs v0.8.4
16002026-07-30T03:51:23.831Z Compiling strum_macros v0.27.2
16012026-07-30T03:51:24.122Z Compiling is-terminal v0.4.17
16022026-07-30T03:51:24.179Z Compiling instant v0.1.13
16032026-07-30T03:51:24.216Z Compiling slog-term v2.9.2
16042026-07-30T03:51:24.822Z Compiling test-strategy v0.4.5
16052026-07-30T03:51:24.887Z Compiling slog-json v2.6.1
16062026-07-30T03:51:25.018Z Compiling hostname v0.3.1
16072026-07-30T03:51:25.029Z Compiling memmap2 v0.9.10
16082026-07-30T03:51:25.093Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16092026-07-30T03:51:25.152Z Compiling slog-bunyan v2.5.0
16102026-07-30T03:51:25.251Z Compiling usdt v0.6.0
16112026-07-30T03:51:25.286Z Compiling either v1.16.0
16122026-07-30T03:51:25.394Z Compiling crypto-common v0.1.7
16132026-07-30T03:51:25.524Z Compiling parse-display-derive v0.10.0
16142026-07-30T03:51:25.536Z Compiling toml_parser v1.1.2+spec-1.1.0
16152026-07-30T03:51:25.708Z Compiling strum v0.27.2
16162026-07-30T03:51:25.712Z Compiling backon v1.6.0
16172026-07-30T03:51:25.836Z Compiling rand_chacha v0.3.1
16182026-07-30T03:51:25.917Z Compiling toml_datetime v1.1.1+spec-1.1.0
16192026-07-30T03:51:26.218Z Compiling toml v1.1.2+spec-1.1.0
16202026-07-30T03:51:26.218Z Compiling rand v0.8.6
16212026-07-30T03:51:26.261Z Compiling async-compression v0.4.42
16222026-07-30T03:51:26.560Z Compiling rustls-pemfile v2.2.0
16232026-07-30T03:51:26.572Z Compiling hostname v0.4.2
16242026-07-30T03:51:26.587Z Compiling wait-timeout v0.2.1
16252026-07-30T03:51:26.848Z Compiling rusty-fork v0.3.1
16262026-07-30T03:51:26.883Z Compiling serde_with v3.21.0
16272026-07-30T03:51:27.189Z Compiling rand_xorshift v0.4.0
16282026-07-30T03:51:27.201Z Compiling regress v0.10.5
16292026-07-30T03:51:27.211Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16302026-07-30T03:51:27.265Z Compiling humantime v2.3.0
16312026-07-30T03:51:27.328Z Compiling proptest v1.11.0
16322026-07-30T03:51:27.533Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16332026-07-30T03:51:27.662Z Compiling itertools v0.14.0
16342026-07-30T03:51:27.683Z Compiling iddqd v0.4.6
16352026-07-30T03:51:27.735Z Compiling unicode-width v0.2.2
16362026-07-30T03:51:28.213Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16372026-07-30T03:51:28.450Z Compiling block-buffer v0.10.4
16382026-07-30T03:51:28.598Z Compiling reqwest v0.12.28
16392026-07-30T03:51:28.943Z Compiling digest v0.10.7
16402026-07-30T03:51:29.160Z Compiling parse-display v0.10.0
16412026-07-30T03:51:29.168Z Compiling backoff v0.4.0
16422026-07-30T03:51:29.365Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16432026-07-30T03:51:29.414Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16442026-07-30T03:51:29.940Z Compiling progenitor-client v0.10.0
16452026-07-30T03:51:31.054Z Compiling utf8parse v0.2.2
16462026-07-30T03:51:31.162Z Compiling anstyle-parse v1.0.0
16472026-07-30T03:51:31.277Z Compiling regress v0.11.1
16482026-07-30T03:51:31.334Z Compiling anstyle v1.0.14
16492026-07-30T03:51:31.396Z Compiling anstyle-query v1.1.5
16502026-07-30T03:51:31.500Z Compiling colorchoice v1.0.5
16512026-07-30T03:51:31.551Z Compiling is_terminal_polyfill v1.70.2
16522026-07-30T03:51:31.639Z Compiling anstream v1.0.0
16532026-07-30T03:51:31.952Z Compiling clap_lex v1.1.0
16542026-07-30T03:51:32.193Z Compiling darling_core v0.21.3
16552026-07-30T03:51:32.460Z Compiling toml_datetime v0.6.11
16562026-07-30T03:51:32.731Z Compiling zerocopy-derive v0.7.35
16572026-07-30T03:51:32.821Z Compiling typify-impl v0.6.2
16582026-07-30T03:51:33.406Z Compiling clap_derive v4.6.4
16592026-07-30T03:51:33.595Z Compiling convert_case v0.4.0
16602026-07-30T03:51:33.903Z Compiling cpufeatures v0.2.17
16612026-07-30T03:51:33.976Z Compiling derive_more v0.99.20
16622026-07-30T03:51:34.302Z Compiling darling_macro v0.21.3
16632026-07-30T03:51:34.728Z Compiling zerocopy v0.7.35
16642026-07-30T03:51:35.327Z Compiling terminal_size v0.4.4
16652026-07-30T03:51:35.468Z Compiling darling v0.21.3
16662026-07-30T03:51:35.795Z Compiling secrecy v0.10.3
16672026-07-30T03:51:35.853Z Compiling float-ord v0.3.2
16682026-07-30T03:51:35.945Z Compiling crucible-workspace-hack v0.1.0
16692026-07-30T03:51:35.968Z Compiling heapless v0.8.0
16702026-07-30T03:51:35.971Z Compiling tinyvec_macros v0.1.1
16712026-07-30T03:51:36.157Z Compiling tinyvec v1.11.0
16722026-07-30T03:51:36.228Z Compiling ingot-macros v0.1.1
16732026-07-30T03:51:36.381Z Compiling clap_builder v4.6.2
16742026-07-30T03:51:36.625Z Compiling dtrace-parser v0.2.0
16752026-07-30T03:51:36.784Z Compiling scroll_derive v0.12.1
16762026-07-30T03:51:36.809Z Compiling serde_repr v0.1.21
16772026-07-30T03:51:37.414Z Compiling hash32 v0.3.1
16782026-07-30T03:51:37.491Z Compiling num-integer v0.1.46
16792026-07-30T03:51:37.506Z Compiling rustc_version v0.4.1
16802026-07-30T03:51:37.544Z Compiling usdt-impl v0.5.0
16812026-07-30T03:51:37.768Z Compiling smoltcp v0.11.0
16822026-07-30T03:51:37.768Z Compiling curve25519-dalek v4.1.3
16832026-07-30T03:51:37.897Z Compiling scroll v0.12.0
16842026-07-30T03:51:38.038Z Compiling clap v4.6.4
16852026-07-30T03:51:38.352Z Compiling dof v0.3.0
16862026-07-30T03:51:38.585Z Compiling hmac v0.12.1
16872026-07-30T03:51:38.663Z Compiling inout v0.1.4
16882026-07-30T03:51:38.711Z Compiling ff v0.13.1
16892026-07-30T03:51:38.723Z Compiling cobs v0.3.0
16902026-07-30T03:51:38.853Z Compiling thread-id v4.2.2
16912026-07-30T03:51:38.940Z Compiling bitflags v1.3.2
16922026-07-30T03:51:38.952Z Compiling managed v0.8.0
16932026-07-30T03:51:39.030Z Compiling ingot-types v0.1.2
16942026-07-30T03:51:39.157Z Compiling typify-macro v0.6.2
16952026-07-30T03:51:39.169Z Compiling postcard v1.1.3
16962026-07-30T03:51:39.385Z Compiling ingot v0.1.1
16972026-07-30T03:51:39.432Z Compiling group v0.13.0
16982026-07-30T03:51:39.498Z Compiling cipher v0.4.4
16992026-07-30T03:51:39.506Z Compiling hkdf v0.12.4
17002026-07-30T03:51:39.705Z Compiling goblin v0.8.2
17012026-07-30T03:51:40.094Z Compiling num-rational v0.4.2
17022026-07-30T03:51:40.244Z Compiling num-iter v0.1.45
17032026-07-30T03:51:40.640Z Compiling tabwriter v1.4.1
17042026-07-30T03:51:40.710Z Compiling universal-hash v0.5.1
17052026-07-30T03:51:40.837Z Compiling crypto-bigint v0.5.5
17062026-07-30T03:51:40.881Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17072026-07-30T03:51:41.051Z Compiling hubpack_derive v0.1.1
17082026-07-30T03:51:41.220Z Compiling thiserror-impl-no-std v2.0.2
17092026-07-30T03:51:41.223Z Compiling typify v0.6.2
17102026-07-30T03:51:41.314Z Compiling crossbeam-epoch v0.9.18
17112026-07-30T03:51:41.577Z Compiling half v2.7.1
17122026-07-30T03:51:41.658Z Compiling curve25519-dalek-derive v0.1.1
17132026-07-30T03:51:41.685Z Compiling num-complex v0.4.6
17142026-07-30T03:51:42.076Z Compiling memoffset v0.9.1
17152026-07-30T03:51:42.129Z Compiling opaque-debug v0.3.1
17162026-07-30T03:51:42.197Z Compiling base16ct v0.2.0
17172026-07-30T03:51:42.283Z Compiling unsafe-libyaml v0.2.11
17182026-07-30T03:51:42.298Z Compiling ciborium-io v0.2.2
17192026-07-30T03:51:42.315Z Compiling rustix v0.38.44
17202026-07-30T03:51:42.339Z Compiling cfg_aliases v0.2.1
17212026-07-30T03:51:42.350Z Compiling base64ct v1.8.3
17222026-07-30T03:51:42.380Z Compiling ciborium-ll v0.2.2
17232026-07-30T03:51:42.405Z Compiling nix v0.31.3
17242026-07-30T03:51:42.589Z Compiling password-hash v0.5.0
17252026-07-30T03:51:42.784Z Compiling serde_yaml v0.9.34+deprecated
17262026-07-30T03:51:42.842Z Compiling thiserror-no-std v2.0.2
17272026-07-30T03:51:42.928Z Compiling elliptic-curve v0.13.8
17282026-07-30T03:51:43.113Z Compiling poly1305 v0.8.0
17292026-07-30T03:51:43.277Z Compiling num v0.4.3
17302026-07-30T03:51:43.527Z Compiling hubpack v0.1.2
17312026-07-30T03:51:43.851Z Compiling chacha20 v0.9.1
17322026-07-30T03:51:44.069Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17332026-07-30T03:51:44.391Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17342026-07-30T03:51:44.415Z Compiling toml_edit v0.25.12+spec-1.1.0
17352026-07-30T03:51:44.933Z Compiling blake2 v0.10.6
17362026-07-30T03:51:44.958Z Compiling aead v0.5.2
17372026-07-30T03:51:45.116Z Compiling byte-wrapper v0.1.0
17382026-07-30T03:51:45.321Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17392026-07-30T03:51:45.393Z Compiling proc-macro-error-attr v1.0.4
17402026-07-30T03:51:45.629Z Compiling static_assertions v1.1.0
17412026-07-30T03:51:45.632Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17422026-07-30T03:51:45.700Z Compiling keccak v0.1.6
17432026-07-30T03:51:45.712Z Compiling prettyplease v0.2.37
17442026-07-30T03:51:45.902Z Compiling sha3 v0.10.9
17452026-07-30T03:51:46.031Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17462026-07-30T03:51:46.218Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17472026-07-30T03:51:46.504Z Compiling argon2 v0.5.3
17482026-07-30T03:51:46.745Z Compiling chacha20poly1305 v0.10.1
17492026-07-30T03:51:46.908Z Compiling proc-macro-crate v3.5.0
17502026-07-30T03:51:47.262Z Compiling vsss-rs v3.3.4
17512026-07-30T03:51:47.392Z Compiling ciborium v0.2.2
17522026-07-30T03:51:47.512Z Compiling usdt-macro v0.5.0
17532026-07-30T03:51:47.589Z Compiling usdt-attr-macro v0.5.0
17542026-07-30T03:51:48.560Z Compiling serde_spanned v0.6.9
17552026-07-30T03:51:48.624Z Compiling num-derive v0.4.2
17562026-07-30T03:51:48.639Z Compiling enum-as-inner v0.6.1
17572026-07-30T03:51:48.957Z Compiling proc-macro-error v1.0.4
17582026-07-30T03:51:49.208Z Compiling memmap v0.7.0
17592026-07-30T03:51:49.260Z Compiling indent_write v2.2.0
17602026-07-30T03:51:49.356Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17612026-07-30T03:51:49.392Z Compiling winnow v0.5.40
17622026-07-30T03:51:49.396Z Compiling toml_write v0.1.2
17632026-07-30T03:51:49.413Z Compiling winnow v0.7.15
17642026-07-30T03:51:49.584Z Compiling data-encoding v2.11.0
17652026-07-30T03:51:49.615Z Compiling usdt v0.5.0
17662026-07-30T03:51:49.651Z Compiling rustls-webpki v0.103.13
17672026-07-30T03:51:49.962Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17682026-07-30T03:51:50.057Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17692026-07-30T03:51:50.702Z Compiling toml_edit v0.19.15
17702026-07-30T03:51:50.781Z Compiling toml_edit v0.22.27
17712026-07-30T03:51:50.794Z Compiling num_enum_derive v0.7.6
17722026-07-30T03:51:50.930Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17732026-07-30T03:51:51.768Z Compiling foreign-types-macros v0.2.3
17742026-07-30T03:51:51.835Z Compiling foreign-types-shared v0.3.1
17752026-07-30T03:51:51.926Z Compiling colored v3.1.1
17762026-07-30T03:51:52.163Z Compiling bytecount v0.6.9
17772026-07-30T03:51:52.304Z Compiling pkg-config v0.3.33
17782026-07-30T03:51:52.323Z Compiling vcpkg v0.2.15
17792026-07-30T03:51:52.426Z Compiling foreign-types v0.5.0
17802026-07-30T03:51:52.504Z Compiling toml v0.8.23
17812026-07-30T03:51:52.674Z Compiling num_enum v0.7.6
17822026-07-30T03:51:52.750Z Compiling proc-macro-crate v1.3.1
17832026-07-30T03:51:52.883Z Compiling openssl-sys v0.9.116
17842026-07-30T03:51:53.078Z Compiling tokio-rustls v0.26.4
17852026-07-30T03:51:53.200Z Compiling rustls-platform-verifier v0.7.0
17862026-07-30T03:51:53.349Z Compiling hyper-rustls v0.27.9
17872026-07-30T03:51:53.641Z Compiling reqwest v0.13.4
17882026-07-30T03:51:54.432Z Compiling atomicwrites v0.4.4
17892026-07-30T03:51:54.642Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17902026-07-30T03:51:54.745Z Compiling chacha20 v0.10.0
17912026-07-30T03:51:55.012Z Compiling progenitor-client v0.14.0
17922026-07-30T03:51:55.163Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17932026-07-30T03:51:55.314Z Compiling progenitor-extras v0.2.0
17942026-07-30T03:51:55.476Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17952026-07-30T03:51:55.552Z Compiling cstr-argument v0.1.2
17962026-07-30T03:51:55.712Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17972026-07-30T03:51:55.724Z Compiling semver v0.1.20
17982026-07-30T03:51:55.932Z Compiling resolv-conf v0.7.6
17992026-07-30T03:51:55.944Z Compiling heck v0.4.1
18002026-07-30T03:51:55.978Z Compiling swrite v0.1.0
18012026-07-30T03:51:56.071Z Compiling unicode-segmentation v1.13.3
18022026-07-30T03:51:56.140Z Compiling rayon-core v1.13.0
18032026-07-30T03:51:56.311Z Compiling linked-hash-map v0.5.6
18042026-07-30T03:51:56.341Z Compiling rustc_version v0.1.7
18052026-07-30T03:51:56.373Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-07-30T03:51:56.495Z Compiling lru-cache v0.1.2
18072026-07-30T03:51:56.495Z Compiling newline-converter v0.3.0
18082026-07-30T03:51:56.603Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18092026-07-30T03:51:56.617Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18102026-07-30T03:51:56.620Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18112026-07-30T03:51:56.748Z Compiling rand v0.10.2
18122026-07-30T03:51:57.438Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18132026-07-30T03:51:57.705Z Compiling num_enum_derive v0.5.11
18142026-07-30T03:51:57.777Z Compiling hickory-proto v0.24.4
18152026-07-30T03:51:58.484Z Compiling crossbeam-deque v0.8.6
18162026-07-30T03:51:58.683Z Compiling progenitor-impl v0.13.0
18172026-07-30T03:51:58.729Z Compiling progenitor-impl v0.14.0
18182026-07-30T03:51:59.610Z Compiling console v0.15.11
18192026-07-30T03:52:00.131Z Compiling camino-tempfile v1.4.1
18202026-07-30T03:52:00.369Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18212026-07-30T03:52:00.385Z Compiling serde-big-array v0.5.1
18222026-07-30T03:52:00.528Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-07-30T03:52:00.919Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-07-30T03:52:01.394Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18252026-07-30T03:52:01.941Z Compiling pin-project-internal v1.1.13
18262026-07-30T03:52:02.313Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-07-30T03:52:02.325Z Compiling derive-where v1.6.1
18282026-07-30T03:52:02.565Z Compiling siphasher v1.0.3
18292026-07-30T03:52:02.578Z Compiling similar v2.7.0
18302026-07-30T03:52:02.764Z Compiling minimal-lexical v0.2.1
18312026-07-30T03:52:03.051Z Compiling pin-project v1.1.13
18322026-07-30T03:52:03.148Z Compiling expectorate v1.2.0
18332026-07-30T03:52:03.160Z Compiling nom v7.1.3
18342026-07-30T03:52:03.283Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-07-30T03:52:03.297Z Compiling phf_shared v0.12.1
18362026-07-30T03:52:03.471Z Compiling progenitor-macro v0.13.0
18372026-07-30T03:52:03.513Z Compiling progenitor-macro v0.14.0
18382026-07-30T03:52:03.600Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18392026-07-30T03:52:04.100Z Compiling hickory-resolver v0.24.4
18402026-07-30T03:52:04.228Z Compiling num_enum v0.5.11
18412026-07-30T03:52:05.010Z Compiling newtype_derive v0.1.6
18422026-07-30T03:52:05.130Z Compiling progenitor-client v0.13.0
18432026-07-30T03:52:06.573Z Compiling unicode-normalization v0.1.25
18442026-07-30T03:52:06.633Z Compiling tokio-stream v0.1.18
18452026-07-30T03:52:06.714Z Compiling async-recursion v1.1.1
18462026-07-30T03:52:07.036Z Compiling snafu-derive v0.8.9
18472026-07-30T03:52:07.104Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18482026-07-30T03:52:07.407Z Compiling slog-dtrace v0.3.0
18492026-07-30T03:52:07.419Z Compiling bstr v1.12.1
18502026-07-30T03:52:07.658Z Compiling csv-core v0.1.13
18512026-07-30T03:52:07.923Z Compiling unicode-xid v0.2.6
18522026-07-30T03:52:07.926Z Compiling cancel-safe-futures v0.1.5
18532026-07-30T03:52:08.049Z Compiling foldhash v0.1.5
18542026-07-30T03:52:08.206Z Compiling foreign-types-shared v0.1.1
18552026-07-30T03:52:08.244Z Compiling same-file v1.0.6
18562026-07-30T03:52:08.296Z Compiling openssl v0.10.80
18572026-07-30T03:52:08.419Z Compiling highway v1.3.0
18582026-07-30T03:52:08.583Z Compiling chrono-tz v0.10.4
18592026-07-30T03:52:08.627Z Compiling owo-colors v4.3.0
18602026-07-30T03:52:08.681Z Compiling konst_macro_rules v0.2.19
18612026-07-30T03:52:08.857Z Compiling unicode-width v0.1.14
18622026-07-30T03:52:08.889Z Compiling snafu v0.8.9
18632026-07-30T03:52:08.902Z Compiling konst v0.2.20
18642026-07-30T03:52:08.926Z Compiling progenitor v0.14.0
18652026-07-30T03:52:09.050Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-07-30T03:52:09.060Z Compiling progenitor v0.13.0
18672026-07-30T03:52:09.086Z Compiling walkdir v2.5.0
18682026-07-30T03:52:09.131Z Compiling foreign-types v0.3.2
18692026-07-30T03:52:09.159Z Compiling hashbrown v0.15.5
18702026-07-30T03:52:09.203Z Compiling const_format_proc_macros v0.2.34
18712026-07-30T03:52:09.213Z Compiling csv v1.4.0
18722026-07-30T03:52:09.275Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-07-30T03:52:09.445Z Compiling globset v0.4.18
18742026-07-30T03:52:09.714Z Compiling qorb v0.4.1
18752026-07-30T03:52:09.751Z Compiling olpc-cjson v0.1.4
18762026-07-30T03:52:09.781Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-07-30T03:52:10.073Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-07-30T03:52:10.287Z Compiling rayon v1.12.0
18792026-07-30T03:52:10.957Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-07-30T03:52:11.521Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18812026-07-30T03:52:11.597Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18822026-07-30T03:52:11.826Z Compiling phf v0.12.1
18832026-07-30T03:52:11.863Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-07-30T03:52:11.955Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18852026-07-30T03:52:11.983Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-07-30T03:52:12.078Z Compiling zone_cfg_derive v0.3.1
18872026-07-30T03:52:12.433Z Compiling tokio-dtrace v0.1.1
18882026-07-30T03:52:12.466Z Compiling itertools v0.12.1
18892026-07-30T03:52:12.703Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18902026-07-30T03:52:12.784Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-07-30T03:52:12.897Z Compiling libsw-core v0.3.2
18922026-07-30T03:52:12.909Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18932026-07-30T03:52:12.988Z Compiling serde_plain v1.0.2
18942026-07-30T03:52:13.067Z Compiling openssl-macros v0.1.1
18952026-07-30T03:52:13.197Z Compiling pem v3.0.6
18962026-07-30T03:52:13.278Z Compiling cookie v0.18.1
18972026-07-30T03:52:13.388Z Compiling sigpipe v0.1.3
18982026-07-30T03:52:13.477Z Compiling fixedbitset v0.5.7
18992026-07-30T03:52:13.531Z Compiling typed-path v0.9.3
19002026-07-30T03:52:13.568Z Compiling fixedbitset v0.4.2
19012026-07-30T03:52:13.582Z Compiling jiff v0.2.28
19022026-07-30T03:52:13.673Z Compiling glob v0.3.3
19032026-07-30T03:52:13.856Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-07-30T03:52:13.868Z Compiling petgraph v0.6.5
19052026-07-30T03:52:14.115Z Compiling petgraph v0.8.3
19062026-07-30T03:52:14.376Z Compiling zone v0.3.1
19072026-07-30T03:52:14.752Z Compiling tough v0.22.0
19082026-07-30T03:52:14.945Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-07-30T03:52:15.191Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19102026-07-30T03:52:15.203Z Compiling libsw v3.5.0
19112026-07-30T03:52:15.372Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19122026-07-30T03:52:15.406Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19132026-07-30T03:52:15.618Z Compiling oxide-tokio-rt v0.1.6
19142026-07-30T03:52:15.934Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-07-30T03:52:16.623Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-30T03:52:17.389Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-07-30T03:52:17.392Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-07-30T03:52:17.482Z Compiling const_format v0.2.36
19192026-07-30T03:52:17.557Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-07-30T03:52:17.814Z Compiling papergrid v0.11.0
19212026-07-30T03:52:17.914Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-07-30T03:52:18.442Z Compiling tabled_derive v0.7.0
19232026-07-30T03:52:18.449Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19242026-07-30T03:52:18.494Z Compiling libscf-sys v1.2.0
19252026-07-30T03:52:18.547Z Compiling gethostname v0.5.0
19262026-07-30T03:52:18.634Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-07-30T03:52:18.656Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19282026-07-30T03:52:18.816Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19292026-07-30T03:52:18.910Z Compiling smf v0.2.3
19302026-07-30T03:52:18.936Z Compiling bcs v0.1.6
19312026-07-30T03:52:19.130Z Compiling proc-macro-error-attr2 v2.0.0
19322026-07-30T03:52:19.261Z Compiling tagptr v0.2.0
19332026-07-30T03:52:19.414Z Compiling linear-map v1.2.0
19342026-07-30T03:52:19.476Z Compiling smawk v0.3.2
19352026-07-30T03:52:19.522Z Compiling termtree v0.5.1
19362026-07-30T03:52:19.592Z Compiling lazy_static v1.5.0
19372026-07-30T03:52:19.604Z Compiling whoami v1.6.1
19382026-07-30T03:52:19.616Z Compiling unicode-linebreak v0.1.5
19392026-07-30T03:52:19.670Z Compiling proc-macro-error2 v2.0.1
19402026-07-30T03:52:19.683Z Compiling steno v0.4.1
19412026-07-30T03:52:19.694Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-07-30T03:52:19.862Z Compiling textwrap v0.16.2
19432026-07-30T03:52:19.949Z Compiling tabled v0.15.0
19442026-07-30T03:52:20.167Z Compiling moka v0.12.15
19452026-07-30T03:52:20.555Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19462026-07-30T03:52:20.558Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-07-30T03:52:20.966Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19482026-07-30T03:52:21.356Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19492026-07-30T03:52:22.168Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19502026-07-30T03:52:22.645Z Compiling hickory-proto v0.25.2
19512026-07-30T03:52:22.937Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
19522026-07-30T03:52:23.114Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
19532026-07-30T03:52:23.260Z Compiling parking_lot_core v0.8.6
19542026-07-30T03:52:23.401Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
19552026-07-30T03:52:23.421Z Compiling tabled_derive v0.11.0
19562026-07-30T03:52:23.572Z Compiling papergrid v0.18.0
19572026-07-30T03:52:23.902Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19582026-07-30T03:52:24.606Z Compiling hickory-resolver v0.25.2
19592026-07-30T03:52:24.606Z Compiling testing_table v0.3.0
19602026-07-30T03:52:24.784Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
19612026-07-30T03:52:24.797Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19622026-07-30T03:52:24.921Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19632026-07-30T03:52:25.097Z Compiling tabled v0.21.0
19642026-07-30T03:52:25.670Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19652026-07-30T03:52:26.150Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19662026-07-30T03:52:26.236Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19672026-07-30T03:52:26.339Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19682026-07-30T03:52:26.504Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
19692026-07-30T03:52:26.541Z Compiling parking_lot v0.11.2
19702026-07-30T03:52:26.909Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
19712026-07-30T03:52:26.962Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19722026-07-30T03:52:27.198Z Compiling dropshot-api-manager-types v0.7.2
19732026-07-30T03:52:27.356Z Compiling fxhash v0.2.1
19742026-07-30T03:52:27.494Z Compiling crc8 v0.1.1
19752026-07-30T03:52:27.573Z Compiling sled v0.34.7
19762026-07-30T03:52:27.612Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
19772026-07-30T03:52:27.837Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
19782026-07-30T03:52:27.926Z Compiling port-file v0.1.0
19792026-07-30T03:52:28.128Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
19802026-07-30T03:52:28.178Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19812026-07-30T03:52:28.296Z Compiling diff v0.1.13
19822026-07-30T03:52:28.418Z Compiling yansi v1.0.1
19832026-07-30T03:52:28.749Z Compiling pretty_assertions v1.4.1
19842026-07-30T03:52:30.837Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-07-30T03:52:38.804Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-07-30T03:52:40.675Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-07-30T03:52:41.450Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19882026-07-30T03:52:42.371Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
19892026-07-30T03:52:54.027Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 55s
19902026-07-30T03:52:54.204Z────────────
19912026-07-30T03:52:54.204Z Nextest run ID dedef335-19d4-4dc5-9776-459185335fc3 with nextest profile: default
19922026-07-30T03:52:54.204Z Starting 1 test across 3 binaries
19932026-07-30T03:52:54.207Z START ddm db::test::test_effective_tunnel_route_set
19942026-07-30T03:52:54.210Z
19952026-07-30T03:52:54.210Zrunning 1 test
19962026-07-30T03:52:54.214Ztest db::test::test_effective_tunnel_route_set ... ok
19972026-07-30T03:52:54.214Z
19982026-07-30T03:52:54.214Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
19992026-07-30T03:52:54.214Z
20002026-07-30T03:52:54.214Z PASS [ 0.007s] ddm db::test::test_effective_tunnel_route_set
20012026-07-30T03:52:54.214Z────────────
20022026-07-30T03:52:54.214Z Summary [ 0.008s] 1 test run: 1 passed, 0 skipped
20032026-07-30T03:52:54.225Zprocess exited: duration 298153 ms, exit code 0
 
20042026-07-30T03:52:54.232Zfound 0 output files