01KZDBVRZKV4YKRXMSEKVZDG4G: test-mg-lower

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KZDBW7S84GGXPYVPD4G4939R

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T05:43:04.611Zjob assigned to worker 01KZDBWKH96AWSECRDS390RMKC [factory aws, i-0387f45c2e365028f] (queued for 1 m 3 s)
 
22026-08-07T05:43:10.746Zstarting task 0: "setup"
32026-08-07T05:43:10.750Z++ uname -s
42026-08-07T05:43:10.753Z+ kern=SunOS
52026-08-07T05:43:10.753Z+ build_user=build
62026-08-07T05:43:10.753Z+ build_uid=12345
72026-08-07T05:43:10.753Z+ work_dir=/work
82026-08-07T05:43:10.753Z+ input_dir=/input
92026-08-07T05:43:10.753Z+ [[ 0 == 12345 ]]
102026-08-07T05:43:10.753Z+ case "$kern" in
112026-08-07T05:43:10.753Z+ groupadd -g 12345 build
122026-08-07T05:43:10.756Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T05:43:12.759Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T05:43:12.843Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T05:43:12.847Z+ home_fs=zfs
162026-08-07T05:43:12.847Z+ [[ zfs == autofs ]]
172026-08-07T05:43:12.847Z+ mkdir -p /home/build
182026-08-07T05:43:12.847Z+ chown build:build /home/build /work
192026-08-07T05:43:14.848Z+ chmod 0700 /home/build /work
202026-08-07T05:43:14.851Zprocess exited: duration 4104 ms, exit code 0
 
212026-08-07T05:43:14.857Zstarting task 1: "rust-toolchain"
222026-08-07T05:43:14.861Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T05:43:14.861Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-07T05:43:14.861Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-07T05:43:14.861Z * rust toolchain channel = "stable"
262026-08-07T05:43:14.861Z * rust toolchain profile = "default"
272026-08-07T05:43:14.864Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T05:43:14.864Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T05:43:14.864Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T05:43:14.985Zinfo: downloading installer
312026-08-07T05:43:16.430Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T05:43:16.430Zwarn: /opt/ooce/bin
332026-08-07T05:43:16.430Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T05:43:16.430Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T05:43:16.430Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T05:43:16.430Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T05:43:16.430Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T05:43:16.430Zerror: cannot install while Rust is installed
392026-08-07T05:43:16.430Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T05:43:16.430Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T05:43:16.430Zwarn: /home/build/.rustup/settings.toml
422026-08-07T05:43:16.431Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T05:43:16.431Zwarn: instead of the one inferred from the default host triple.
442026-08-07T05:43:16.443Zinfo: profile set to default
452026-08-07T05:43:16.444Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T05:43:16.447Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T05:43:16.574Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T05:43:16.577Zinfo: downloading 6 components
492026-08-07T05:43:30.853Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T05:43:30.853Z
512026-08-07T05:43:30.884Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T05:43:30.884Z
532026-08-07T05:43:30.885Z
542026-08-07T05:43:30.892ZRust is installed now. Great!
552026-08-07T05:43:30.892Z
562026-08-07T05:43:30.892ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T05:43:30.892Zenvironment variable. This has not been done automatically.
582026-08-07T05:43:30.892Z
592026-08-07T05:43:30.892ZTo configure your current shell, you need to source
602026-08-07T05:43:30.892Zthe corresponding env file under $HOME/.cargo.
612026-08-07T05:43:30.892Z
622026-08-07T05:43:30.892ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T05:43:30.893Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T05:43:30.893Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T05:43:30.893Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T05:43:30.893Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T05:43:30.893Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T05:43:30.893Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T05:43:30.893Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T05:43:30.893Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T05:43:30.987Z+ rustup --version
722026-08-07T05:43:30.993Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T05:43:30.993Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T05:43:31.021Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T05:43:31.025Z+ cargo --version
762026-08-07T05:43:31.030Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T05:43:31.033Z+ rustc --version
782026-08-07T05:43:31.051Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T05:43:31.054Zprocess exited: duration 16192 ms, exit code 0
 
802026-08-07T05:43:31.061Zstarting task 2: "authentication"
812026-08-07T05:43:31.077Zprocess exited: duration 16 ms, exit code 0
 
822026-08-07T05:43:31.085Zstarting task 3: "clone repository"
832026-08-07T05:43:31.088Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T05:43:31.091Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T05:43:31.119ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T05:43:32.429Z+ cd /work/oxidecomputer/maghemite
872026-08-07T05:43:32.429Z+ git fetch origin f74e74694b2df8c88c862b6e32409898ad85ded5
882026-08-07T05:43:32.700ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T05:43:32.700Z * branch f74e74694b2df8c88c862b6e32409898ad85ded5 -> FETCH_HEAD
902026-08-07T05:43:32.705Z+ [[ -n zl/ddm-mcast ]]
912026-08-07T05:43:32.709Z++ git branch --show-current
922026-08-07T05:43:32.709Z+ current=main
932026-08-07T05:43:32.709Z+ [[ main != zl/ddm-mcast ]]
942026-08-07T05:43:32.709Z+ git branch -f zl/ddm-mcast f74e74694b2df8c88c862b6e32409898ad85ded5
952026-08-07T05:43:32.712Z+ git checkout -f zl/ddm-mcast
962026-08-07T05:43:32.732ZSwitched to branch 'zl/ddm-mcast'
972026-08-07T05:43:32.736Z+ git reset --hard f74e74694b2df8c88c862b6e32409898ad85ded5
982026-08-07T05:43:32.742ZHEAD is now at f74e746 [deps] update dendrite mcast pin to 0d48b5a3
992026-08-07T05:43:32.745Zprocess exited: duration 1657 ms, exit code 0
 
1002026-08-07T05:43:32.751Zstarting task 4: "build"
1012026-08-07T05:43:32.755Z+ set -e
1022026-08-07T05:43:32.755Z+ source .github/buildomat/test-common.sh
1032026-08-07T05:43:32.760Z++ NEXTEST_VERSION=0.9.97
1042026-08-07T05:43:32.760Z++ PLATFORM=illumos
1052026-08-07T05:43:32.760Z++ banner install
1062026-08-07T05:43:32.760Z
1072026-08-07T05:43:32.760Z # # # #### ##### ## # #
1082026-08-07T05:43:32.760Z # ## # # # # # # #
1092026-08-07T05:43:32.760Z # # # # #### # # # # #
1102026-08-07T05:43:32.760Z # # # # # # ###### # #
1112026-08-07T05:43:32.760Z # # ## # # # # # # #
1122026-08-07T05:43:32.760Z # # # #### # # # ###### ######
1132026-08-07T05:43:32.760Z
1142026-08-07T05:43:32.760Z++ set +o errexit
1152026-08-07T05:43:32.760Z++ pkg info clang-15
1162026-08-07T05:43:32.760Z++ grep -qi installed
1172026-08-07T05:43:33.943Zpkg: info: no packages matching the following patterns you specified are
1182026-08-07T05:43:33.943Zinstalled on the system. Try querying remotely instead:
1192026-08-07T05:43:33.943Z
1202026-08-07T05:43:33.943Z clang-15
1212026-08-07T05:43:33.986Z++ [[ 1 != 0 ]]
1222026-08-07T05:43:33.986Z++ set -o errexit
1232026-08-07T05:43:33.990Z++ pfexec pkg install clang-15
1242026-08-07T05:43:41.946Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-08-07T05:43:49.723Z Startup: Caching catalogs ... Done
1262026-08-07T05:43:57.487ZPlanning: Solver setup ... Done
1272026-08-07T05:43:57.533ZPlanning: Running solver ... Done
1282026-08-07T05:43:57.674ZPlanning: Finding local manifests ... Done
1292026-08-07T05:43:57.693ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-07T05:43:57.785ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-07T05:43:57.815ZPlanning: Package planning ... Done
1322026-08-07T05:43:57.840ZPlanning: Merging actions ... Done
1332026-08-07T05:43:57.948ZPlanning: Checking for conflicting actions ... Done
1342026-08-07T05:43:57.955ZPlanning: Consolidating action changes ... Done
1352026-08-07T05:43:58.743ZPlanning: Evaluating mediators ... Done
1362026-08-07T05:43:58.748ZPlanning: Planning completed in 8.85 seconds
1372026-08-07T05:43:58.759Z Packages to install: 2
1382026-08-07T05:43:58.759Z Mediators to change: 2
1392026-08-07T05:43:58.763Z Services to change: 1
1402026-08-07T05:43:58.763Z Create boot environment: No
1412026-08-07T05:43:58.763ZCreate backup boot environment: No
1422026-08-07T05:43:58.816Z
1432026-08-07T05:43:58.817ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-08-07T05:44:04.348ZDownload: 982/3076 items 82.1/211.3MB 38% complete (21.6M/s)
1452026-08-07T05:44:09.352ZDownload: 1630/3076 items 116.5/211.3MB 55% complete (10.4M/s)
1462026-08-07T05:44:14.362ZDownload: 2265/3076 items 118.7/211.3MB 56% complete (3.7M/s)
1472026-08-07T05:44:19.366ZDownload: 3035/3076 items 201.8/211.3MB 95% complete (8.5M/s)
1482026-08-07T05:44:19.934ZDownload: Completed 211.31 MB in 21.11 seconds (10.0M/s)
1492026-08-07T05:44:20.395Z Actions: 1/3418 actions (Installing new actions)
1502026-08-07T05:44:23.801Z Actions: Completed 3418 actions in 3.41 seconds.
1512026-08-07T05:44:24.459Z Done
1522026-08-07T05:44:24.459Z Done
1532026-08-07T05:44:25.197Z Done
1542026-08-07T05:44:28.590Z Done
1552026-08-07T05:44:28.662Z Done
1562026-08-07T05:44:28.665Z Done
1572026-08-07T05:44:28.914Z Done
1582026-08-07T05:44:29.600Z++ set -o errexit
1592026-08-07T05:44:29.600Z++ cargo --version
1602026-08-07T05:44:29.606Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1612026-08-07T05:44:29.775Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1622026-08-07T05:44:29.778Zinfo: downloading 6 components
1632026-08-07T05:44:45.999Zcargo 1.97.1 (c980f4866 2026-06-30)
1642026-08-07T05:44:46.003Z++ rustc --version
1652026-08-07T05:44:46.026Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1662026-08-07T05:44:46.030Z++ cargo install cargo-nextest --version 0.9.97
1672026-08-07T05:44:46.073Z Updating crates.io index
1682026-08-07T05:44:46.178Z Downloading crates ...
1692026-08-07T05:44:46.233Z Downloaded cargo-nextest v0.9.97
1702026-08-07T05:44:46.292Z Installing cargo-nextest v0.9.97
1712026-08-07T05:44:46.295Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1722026-08-07T05:44:46.295Z |
1732026-08-07T05:44:46.295Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1742026-08-07T05:44:46.295Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1752026-08-07T05:44:46.332Z Updating crates.io index
1762026-08-07T05:44:48.464Z Locking 396 packages to latest compatible versions
1772026-08-07T05:44:48.468Z Adding dialoguer v0.11.0 (available: v0.12.0)
1782026-08-07T05:44:48.472Z Adding duct v0.13.7 (available: v1.1.1)
1792026-08-07T05:44:48.472Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1802026-08-07T05:44:48.472Z Adding generic-array v0.14.7 (available: v0.14.9)
1812026-08-07T05:44:48.472Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1822026-08-07T05:44:48.475Z Adding itertools v0.14.0 (available: v0.15.0)
1832026-08-07T05:44:48.475Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1842026-08-07T05:44:48.475Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1852026-08-07T05:44:48.478Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1862026-08-07T05:44:48.478Z Adding quick-junit v0.5.2 (available: v0.7.0)
1872026-08-07T05:44:48.504Z Downloading crates ...
1882026-08-07T05:44:48.522Z Downloaded addr2line v0.25.1
1892026-08-07T05:44:48.525Z Downloaded adler2 v2.0.1
1902026-08-07T05:44:48.529Z Downloaded os_pipe v1.2.3
1912026-08-07T05:44:48.529Z Downloaded ahash v0.8.12
1922026-08-07T05:44:48.533Z Downloaded anstream v1.0.0
1932026-08-07T05:44:48.536Z Downloaded openssl-sys v0.9.117
1942026-08-07T05:44:48.539Z Downloaded ordered-float v2.10.1
1952026-08-07T05:44:48.542Z Downloaded parking_lot_core v0.9.12
1962026-08-07T05:44:48.550Z Downloaded block-buffer v0.10.4
1972026-08-07T05:44:48.553Z Downloaded bytes v1.12.1
1982026-08-07T05:44:48.560Z Downloaded anstyle-parse v1.0.0
1992026-08-07T05:44:48.565Z Downloaded simd-adler32 v0.3.10
2002026-08-07T05:44:48.568Z Downloaded getrandom v0.3.4
2012026-08-07T05:44:48.571Z Downloaded strsim v0.11.1
2022026-08-07T05:44:48.571Z Downloaded tokio-macros v2.7.2
2032026-08-07T05:44:48.571Z Downloaded supports-hyperlinks v3.2.0
2042026-08-07T05:44:48.576Z Downloaded try-lock v0.2.5
2052026-08-07T05:44:48.576Z Downloaded pathdiff v0.2.3
2062026-08-07T05:44:48.576Z Downloaded anstyle-query v1.1.5
2072026-08-07T05:44:48.576Z Downloaded backtrace-ext v0.2.1
2082026-08-07T05:44:48.579Z Downloaded autocfg v1.5.1
2092026-08-07T05:44:48.579Z Downloaded cc v1.4.0
2102026-08-07T05:44:48.582Z Downloaded clap_builder v4.6.6
2112026-08-07T05:44:48.586Z Downloaded rand_pcg v0.10.2
2122026-08-07T05:44:48.586Z Downloaded shared_child v1.1.1
2132026-08-07T05:44:48.589Z Downloaded atomic-waker v1.1.2
2142026-08-07T05:44:48.589Z Downloaded cargo-platform v0.2.0
2152026-08-07T05:44:48.589Z Downloaded async-scoped v0.9.0
2162026-08-07T05:44:48.592Z Downloaded enable-ansi-support v0.2.1
2172026-08-07T05:44:48.596Z Downloaded foreign-types-shared v0.1.1
2182026-08-07T05:44:48.596Z Downloaded futures-sink v0.3.33
2192026-08-07T05:44:48.599Z Downloaded form_urlencoded v1.2.2
2202026-08-07T05:44:48.599Z Downloaded futures-io v0.3.33
2212026-08-07T05:44:48.606Z Downloaded smol_str v0.3.6
2222026-08-07T05:44:48.609Z Downloaded curve25519-dalek-derive v0.1.1
2232026-08-07T05:44:48.609Z Downloaded generic-array v0.14.7
2242026-08-07T05:44:48.609Z Downloaded document-features v0.2.12
2252026-08-07T05:44:48.612Z Downloaded serde_spanned v1.1.1
2262026-08-07T05:44:48.616Z Downloaded signature v2.2.0
2272026-08-07T05:44:48.616Z Downloaded debug-ignore v1.0.5
2282026-08-07T05:44:48.616Z Downloaded atomicwrites v0.4.4
2292026-08-07T05:44:48.619Z Downloaded cpufeatures v0.3.0
2302026-08-07T05:44:48.622Z Downloaded cargo-platform v0.3.3
2312026-08-07T05:44:48.622Z Downloaded rustc-hash v2.1.3
2322026-08-07T05:44:48.626Z Downloaded serde-value v0.7.0
2332026-08-07T05:44:48.630Z Downloaded color-spantrace v0.3.0
2342026-08-07T05:44:48.630Z Downloaded semver v1.0.28
2352026-08-07T05:44:48.633Z Downloaded equivalent v1.0.2
2362026-08-07T05:44:48.636Z Downloaded cfg-if v1.0.4
2372026-08-07T05:44:48.636Z Downloaded errno v0.3.14
2382026-08-07T05:44:48.636Z Downloaded futures-macro v0.3.33
2392026-08-07T05:44:48.636Z Downloaded percent-encoding v2.3.2
2402026-08-07T05:44:48.639Z Downloaded colorchoice v1.0.5
2412026-08-07T05:44:48.639Z Downloaded terminal_size v0.4.4
2422026-08-07T05:44:48.639Z Downloaded rustc_version v0.4.1
2432026-08-07T05:44:48.643Z Downloaded sigchld v0.2.4
2442026-08-07T05:44:48.643Z Downloaded clap_lex v1.1.0
2452026-08-07T05:44:48.643Z Downloaded cpufeatures v0.2.17
2462026-08-07T05:44:48.646Z Downloaded crypto-common v0.1.7
2472026-08-07T05:44:48.650Z Downloaded scopeguard v1.2.0
2482026-08-07T05:44:48.650Z Downloaded foreign-types v0.3.2
2492026-08-07T05:44:48.650Z Downloaded futures-core v0.3.33
2502026-08-07T05:44:48.659Z Downloaded serde_spanned v0.6.9
2512026-08-07T05:44:48.663Z Downloaded signal-hook-registry v1.4.8
2522026-08-07T05:44:48.663Z Downloaded static_assertions v1.1.0
2532026-08-07T05:44:48.663Z Downloaded cfg_aliases v0.2.2
2542026-08-07T05:44:48.667Z Downloaded untrusted v0.9.0
2552026-08-07T05:44:48.671Z Downloaded utf8parse v0.2.2
2562026-08-07T05:44:48.671Z Downloaded home v0.5.12
2572026-08-07T05:44:48.671Z Downloaded http-body v1.1.0
2582026-08-07T05:44:48.671Z Downloaded tracing-error v0.2.1
2592026-08-07T05:44:48.674Z Downloaded anstyle v1.0.14
2602026-08-07T05:44:48.674Z Downloaded cargo_metadata v0.23.1
2612026-08-07T05:44:48.674Z Downloaded serde_urlencoded v0.7.1
2622026-08-07T05:44:48.678Z Downloaded cargo-util-schemas v0.2.0
2632026-08-07T05:44:48.678Z Downloaded foldhash v0.1.5
2642026-08-07T05:44:48.678Z Downloaded tinyvec_macros v0.1.1
2652026-08-07T05:44:48.678Z Downloaded toml_write v0.1.2
2662026-08-07T05:44:48.678Z Downloaded camino-tempfile v1.4.1
2672026-08-07T05:44:48.682Z Downloaded either v1.17.0
2682026-08-07T05:44:48.682Z Downloaded tower-service v0.3.3
2692026-08-07T05:44:48.682Z Downloaded serde_ignored v0.1.14
2702026-08-07T05:44:48.685Z Downloaded strip-ansi-escapes v0.2.1
2712026-08-07T05:44:48.685Z Downloaded find-msvc-tools v0.1.9
2722026-08-07T05:44:48.688Z Downloaded supports-color v3.0.2
2732026-08-07T05:44:48.692Z Downloaded subtle v2.6.1
2742026-08-07T05:44:48.695Z Downloaded owo-colors v4.3.0
2752026-08-07T05:44:48.695Z Downloaded fixedbitset v0.5.7
2762026-08-07T05:44:48.695Z Downloaded idna_adapter v1.0.0
2772026-08-07T05:44:48.695Z Downloaded swrite v0.1.0
2782026-08-07T05:44:48.695Z Downloaded thread_local v1.1.10
2792026-08-07T05:44:48.698Z Downloaded sync_wrapper v1.0.2
2802026-08-07T05:44:48.701Z Downloaded lru-slab v0.1.2
2812026-08-07T05:44:48.701Z Downloaded openssl-macros v0.1.1
2822026-08-07T05:44:48.704Z Downloaded supports-unicode v3.0.0
2832026-08-07T05:44:48.704Z Downloaded tower-layer v0.3.3
2842026-08-07T05:44:48.707Z Downloaded ed25519 v2.2.3
2852026-08-07T05:44:48.708Z Downloaded filetime v0.2.29
2862026-08-07T05:44:48.708Z Downloaded hex v0.4.3
2872026-08-07T05:44:48.711Z Downloaded erased-serde v0.4.10
2882026-08-07T05:44:48.711Z Downloaded cargo_metadata v0.20.0
2892026-08-07T05:44:48.714Z Downloaded spki v0.7.3
2902026-08-07T05:44:48.714Z Downloaded fnv v1.0.7
2912026-08-07T05:44:48.714Z Downloaded serde-untagged v0.1.9
2922026-08-07T05:44:48.718Z Downloaded slab v0.4.12
2932026-08-07T05:44:48.718Z Downloaded future-queue v0.4.0
2942026-08-07T05:44:48.718Z Downloaded futures-executor v0.3.33
2952026-08-07T05:44:48.722Z Downloaded dialoguer v0.11.0
2962026-08-07T05:44:48.722Z Downloaded futures-task v0.3.33
2972026-08-07T05:44:48.722Z Downloaded duct v0.13.7
2982026-08-07T05:44:48.725Z Downloaded quote v1.0.47
2992026-08-07T05:44:48.728Z Downloaded pin-project-lite v0.2.17
3002026-08-07T05:44:48.732Z Downloaded ppv-lite86 v0.2.21
3012026-08-07T05:44:48.732Z Downloaded quinn-udp v0.5.15
3022026-08-07T05:44:48.732Z Downloaded convert_case v0.10.0
3032026-08-07T05:44:48.732Z Downloaded fastrand v2.5.0
3042026-08-07T05:44:48.736Z Downloaded rand_core v0.6.4
3052026-08-07T05:44:48.736Z Downloaded rustc-demangle v0.1.28
3062026-08-07T05:44:48.740Z Downloaded signal-hook-mio v0.2.5
3072026-08-07T05:44:48.740Z Downloaded thiserror v2.0.19
3082026-08-07T05:44:48.743Z Downloaded humantime-serde v1.1.1
3092026-08-07T05:44:48.743Z Downloaded toml_datetime v0.6.11
3102026-08-07T05:44:48.743Z Downloaded clap_derive v4.6.4
3112026-08-07T05:44:48.747Z Downloaded crc32fast v1.5.0
3122026-08-07T05:44:48.747Z Downloaded digest v0.10.7
3132026-08-07T05:44:48.750Z Downloaded eyre v0.6.12
3142026-08-07T05:44:48.750Z Downloaded lazy_static v1.5.0
3152026-08-07T05:44:48.750Z Downloaded parking_lot v0.12.5
3162026-08-07T05:44:48.777Z Downloaded unicase v2.9.0
3172026-08-07T05:44:48.777Z Downloaded nested v0.1.1
3182026-08-07T05:44:48.777Z Downloaded openssl-probe v0.2.1
3192026-08-07T05:44:48.777Z Downloaded cfg-expr v0.20.8
3202026-08-07T05:44:48.777Z Downloaded unicode-linebreak v0.1.5
3212026-08-07T05:44:48.777Z Downloaded bitflags v2.13.1
3222026-08-07T05:44:48.777Z Downloaded heck v0.5.0
3232026-08-07T05:44:48.777Z Downloaded xattr v1.6.1
3242026-08-07T05:44:48.777Z Downloaded indent_write v2.2.0
3252026-08-07T05:44:48.777Z Downloaded self-replace v1.5.0
3262026-08-07T05:44:48.777Z Downloaded nextest-metadata v0.12.2
3272026-08-07T05:44:48.777Z Downloaded want v0.3.1
3282026-08-07T05:44:48.777Z Downloaded rustls-pki-types v1.15.1
3292026-08-07T05:44:48.777Z Downloaded shell-words v1.1.1
3302026-08-07T05:44:48.780Z Downloaded serde_path_to_error v0.1.20
3312026-08-07T05:44:48.780Z Downloaded shlex v2.0.1
3322026-08-07T05:44:48.781Z Downloaded target-lexicon v0.13.5
3332026-08-07T05:44:48.784Z Downloaded rand_core v0.9.5
3342026-08-07T05:44:48.787Z Downloaded tokio-native-tls v0.3.1
3352026-08-07T05:44:48.787Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3362026-08-07T05:44:48.787Z Downloaded tracing-log v0.2.0
3372026-08-07T05:44:48.790Z Downloaded futures-channel v0.3.33
3382026-08-07T05:44:48.790Z Downloaded target-spec-miette v0.4.8
3392026-08-07T05:44:48.793Z Downloaded base64ct v1.8.3
3402026-08-07T05:44:48.793Z Downloaded console v0.15.11
3412026-08-07T05:44:48.793Z Downloaded thiserror-impl v1.0.69
3422026-08-07T05:44:48.797Z Downloaded typeid v1.0.3
3432026-08-07T05:44:48.797Z Downloaded getrandom v0.2.17
3442026-08-07T05:44:48.797Z Downloaded toml_writer v1.1.2+spec-1.1.0
3452026-08-07T05:44:48.797Z Downloaded const-oid v0.9.6
3462026-08-07T05:44:48.800Z Downloaded chacha20 v0.10.1
3472026-08-07T05:44:48.800Z Downloaded rand_core v0.10.1
3482026-08-07T05:44:48.800Z Downloaded tempfile v3.27.0
3492026-08-07T05:44:48.803Z Downloaded camino v1.2.5
3502026-08-07T05:44:48.807Z Downloaded is_terminal_polyfill v1.70.2
3512026-08-07T05:44:48.810Z Downloaded config v0.15.25
3522026-08-07T05:44:48.810Z Downloaded thiserror v1.0.69
3532026-08-07T05:44:48.813Z Downloaded thiserror-impl v2.0.19
3542026-08-07T05:44:48.813Z Downloaded sha2 v0.10.9
3552026-08-07T05:44:48.817Z Downloaded nextest-workspace-hack v0.1.0
3562026-08-07T05:44:48.820Z Downloaded mukti-metadata v0.3.0
3572026-08-07T05:44:48.823Z Downloaded utf8_iter v1.0.4
3582026-08-07T05:44:48.823Z Downloaded unicode-xid v0.2.6
3592026-08-07T05:44:48.827Z Downloaded zipsign-api v0.1.5
3602026-08-07T05:44:48.827Z Downloaded number_prefix v0.4.0
3612026-08-07T05:44:48.830Z Downloaded itoa v1.0.18
3622026-08-07T05:44:48.830Z Downloaded zeroize v1.9.0
3632026-08-07T05:44:48.840Z Downloaded hyper-rustls v0.27.9
3642026-08-07T05:44:48.843Z Downloaded guppy-workspace-hack v0.1.0
3652026-08-07T05:44:48.846Z Downloaded xxhash-rust v0.8.18
3662026-08-07T05:44:48.847Z Downloaded indenter v0.3.4
3672026-08-07T05:44:48.847Z Downloaded pin-project-internal v1.1.13
3682026-08-07T05:44:48.847Z Downloaded version_check v0.9.5
3692026-08-07T05:44:48.850Z Downloaded hyper-tls v0.6.0
3702026-08-07T05:44:48.850Z Downloaded pkg-config v0.3.33
3712026-08-07T05:44:48.850Z Downloaded zstd v0.13.3
3722026-08-07T05:44:48.850Z Downloaded urlencoding v2.1.3
3732026-08-07T05:44:48.855Z Downloaded is_ci v1.2.0
3742026-08-07T05:44:48.858Z Downloaded pkcs8 v0.10.2
3752026-08-07T05:44:48.861Z Downloaded zstd-safe v7.2.4
3762026-08-07T05:44:48.861Z Downloaded rand_chacha v0.9.0
3772026-08-07T05:44:48.865Z Downloaded derive-where v1.6.1
3782026-08-07T05:44:48.868Z Downloaded ryu v1.0.23
3792026-08-07T05:44:48.868Z Downloaded tinyvec v1.12.0
3802026-08-07T05:44:48.871Z Downloaded toml v0.8.23
3812026-08-07T05:44:48.875Z Downloaded tokio-rustls v0.26.4
3822026-08-07T05:44:48.879Z Downloaded target-spec v3.6.0
3832026-08-07T05:44:48.882Z Downloaded tracing-attributes v0.1.31
3842026-08-07T05:44:48.882Z Downloaded futures v0.3.33
3852026-08-07T05:44:48.885Z Downloaded borsh v1.8.0
3862026-08-07T05:44:48.888Z Downloaded tokio-stream v0.1.19
3872026-08-07T05:44:48.891Z Downloaded backtrace v0.3.76
3882026-08-07T05:44:48.895Z Downloaded newtype-uuid v1.4.0
3892026-08-07T05:44:48.895Z Downloaded ron v0.12.2
3902026-08-07T05:44:48.898Z Downloaded http-body-util v0.1.4
3912026-08-07T05:44:48.898Z Downloaded lock_api v0.4.14
3922026-08-07T05:44:48.901Z Downloaded humantime v2.4.0
3932026-08-07T05:44:48.901Z Downloaded num-traits v0.2.19
3942026-08-07T05:44:48.901Z Downloaded smallvec v1.15.2
3952026-08-07T05:44:48.902Z Downloaded log v0.4.33
3962026-08-07T05:44:48.905Z Downloaded proc-macro2 v1.0.107
3972026-08-07T05:44:48.905Z Downloaded nextest-filtering v0.15.0
3982026-08-07T05:44:48.905Z Downloaded quick-junit v0.5.2
3992026-08-07T05:44:48.908Z Downloaded globset v0.4.20
4002026-08-07T05:44:48.908Z Downloaded native-tls v0.2.18
4012026-08-07T05:44:48.914Z Downloaded litrs v1.0.0
4022026-08-07T05:44:48.917Z Downloaded clap v4.6.6
4032026-08-07T05:44:48.922Z Downloaded ipnet v2.12.1
4042026-08-07T05:44:48.925Z Downloaded jobserver v0.1.35
4052026-08-07T05:44:48.925Z Downloaded uuid v1.24.0
4062026-08-07T05:44:48.925Z Downloaded miette-derive v7.6.0
4072026-08-07T05:44:48.928Z Downloaded ed25519-dalek v2.2.0
4082026-08-07T05:44:48.932Z Downloaded pin-project v1.1.13
4092026-08-07T05:44:48.938Z Downloaded sharded-slab v0.1.7
4102026-08-07T05:44:48.942Z Downloaded signal-hook v0.3.18
4112026-08-07T05:44:48.942Z Downloaded toml_parser v1.1.3+spec-1.1.0
4122026-08-07T05:44:48.945Z Downloaded once_cell v1.21.4
4132026-08-07T05:44:48.949Z Downloaded base64 v0.22.1
4142026-08-07T05:44:48.952Z Downloaded iana-time-zone v0.1.65
4152026-08-07T05:44:48.956Z Downloaded der v0.7.10
4162026-08-07T05:44:48.959Z Downloaded derive_more v2.1.1
4172026-08-07T05:44:48.962Z Downloaded self_update v0.42.0
4182026-08-07T05:44:48.965Z Downloaded flate2 v1.1.9
4192026-08-07T05:44:48.968Z Downloaded getrandom v0.4.3
4202026-08-07T05:44:48.968Z Downloaded httparse v1.10.1
4212026-08-07T05:44:48.971Z Downloaded toml v1.1.4+spec-1.1.0
4222026-08-07T05:44:48.976Z Downloaded miniz_oxide v0.8.9
4232026-08-07T05:44:48.980Z Downloaded quinn v0.11.11
4242026-08-07T05:44:48.983Z Downloaded zmij v1.0.23
4252026-08-07T05:44:48.983Z Downloaded serde_derive v1.0.229
4262026-08-07T05:44:48.986Z Downloaded unicode-ident v1.0.24
4272026-08-07T05:44:48.991Z Downloaded rustls-webpki v0.103.13
4282026-08-07T05:44:48.994Z Downloaded serde_core v1.0.229
4292026-08-07T05:44:48.997Z Downloaded textwrap v0.16.2
4302026-08-07T05:44:48.997Z Downloaded tracing-core v0.1.36
4312026-08-07T05:44:48.997Z Downloaded socket2 v0.6.5
4322026-08-07T05:44:49.000Z Downloaded tar v0.4.46
4332026-08-07T05:44:49.017Z Downloaded vte v0.14.1
4342026-08-07T05:44:49.022Z Downloaded derive_more-impl v2.1.1
4352026-08-07T05:44:49.025Z Downloaded http v1.5.0
4362026-08-07T05:44:49.031Z Downloaded unicode-segmentation v1.13.3
4372026-08-07T05:44:49.034Z Downloaded serde v1.0.229
4382026-08-07T05:44:49.047Z Downloaded url v2.5.8
4392026-08-07T05:44:49.050Z Downloaded indexmap v2.14.0
4402026-08-07T05:44:49.066Z Downloaded rand v0.10.2
4412026-08-07T05:44:49.069Z Downloaded rand v0.9.5
4422026-08-07T05:44:49.082Z Downloaded toml_edit v0.22.27
4432026-08-07T05:44:49.085Z Downloaded idna v1.1.0
4442026-08-07T05:44:49.088Z Downloaded miette v7.6.0
4452026-08-07T05:44:49.098Z Downloaded memchr v2.8.3
4462026-08-07T05:44:49.102Z Downloaded indicatif v0.17.11
4472026-08-07T05:44:49.105Z Downloaded regex v1.13.1
4482026-08-07T05:44:49.108Z Downloaded futures-util v0.3.33
4492026-08-07T05:44:49.114Z Downloaded tower v0.5.3
4502026-08-07T05:44:49.119Z Downloaded tower-http v0.6.11
4512026-08-07T05:44:49.127Z Downloaded crossterm v0.29.0
4522026-08-07T05:44:49.131Z Downloaded typenum v1.20.1
4532026-08-07T05:44:49.134Z Downloaded hashbrown v0.15.5
4542026-08-07T05:44:49.137Z Downloaded reqwest v0.12.28
4552026-08-07T05:44:49.143Z Downloaded pulldown-cmark v0.13.4
4562026-08-07T05:44:49.146Z Downloaded mio v1.2.2
4572026-08-07T05:44:49.152Z Downloaded itertools v0.14.0
4582026-08-07T05:44:49.162Z Downloaded hyper-util v0.1.20
4592026-08-07T05:44:49.165Z Downloaded hyper v1.11.0
4602026-08-07T05:44:49.168Z Downloaded quick-xml v0.37.5
4612026-08-07T05:44:49.171Z Downloaded curve25519-dalek v4.1.3
4622026-08-07T05:44:49.176Z Downloaded aho-corasick v1.1.5
4632026-08-07T05:44:49.179Z Downloaded hashbrown v0.17.1
4642026-08-07T05:44:49.182Z Downloaded h2 v0.4.15
4652026-08-07T05:44:49.195Z Downloaded unicode-normalization v0.1.25
4662026-08-07T05:44:49.198Z Downloaded portable-atomic v1.14.0
4672026-08-07T05:44:49.201Z Downloaded serde_json v1.0.151
4682026-08-07T05:44:49.206Z Downloaded chrono v0.4.45
4692026-08-07T05:44:49.211Z Downloaded guppy v0.17.26
4702026-08-07T05:44:49.215Z Downloaded quinn-proto v0.11.16
4712026-08-07T05:44:49.219Z Downloaded quick-xml v0.38.4
4722026-08-07T05:44:49.222Z Downloaded tokio-util v0.7.19
4732026-08-07T05:44:49.251Z Downloaded openssl v0.10.81
4742026-08-07T05:44:49.258Z Downloaded gimli v0.32.3
4752026-08-07T05:44:49.262Z Downloaded winnow v0.7.15
4762026-08-07T05:44:49.267Z Downloaded winnow v1.0.4
4772026-08-07T05:44:49.272Z Downloaded nextest-runner v0.80.0
4782026-08-07T05:44:49.279Z Downloaded bstr v1.13.0
4792026-08-07T05:44:49.283Z Downloaded unicode-width v0.2.2
4802026-08-07T05:44:49.287Z Downloaded object v0.37.3
4812026-08-07T05:44:49.293Z Downloaded nix v0.30.1
4822026-08-07T05:44:49.307Z Downloaded webpki-roots v1.0.9
4832026-08-07T05:44:49.312Z Downloaded color-eyre v0.6.5
4842026-08-07T05:44:49.316Z Downloaded tracing-subscriber v0.3.23
4852026-08-07T05:44:49.344Z Downloaded petgraph v0.8.3
4862026-08-07T05:44:49.356Z Downloaded vcpkg v0.2.15
4872026-08-07T05:44:49.378Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4882026-08-07T05:44:49.398Z Downloaded unicode-width v0.1.14
4892026-08-07T05:44:49.401Z Downloaded regex-syntax v0.8.11
4902026-08-07T05:44:49.406Z Downloaded syn v3.0.3
4912026-08-07T05:44:49.412Z Downloaded zerocopy v0.8.56
4922026-08-07T05:44:49.428Z Downloaded rustix v1.1.4
4932026-08-07T05:44:49.441Z Downloaded syn v2.0.119
4942026-08-07T05:44:49.456Z Downloaded rustix v0.38.44
4952026-08-07T05:44:49.467Z Downloaded rustls v0.23.43
4962026-08-07T05:44:49.497Z Downloaded tracing v0.1.44
4972026-08-07T05:44:49.553Z Downloaded regex-automata v0.4.18
4982026-08-07T05:44:49.629Z Downloaded libc v0.2.189
4992026-08-07T05:44:49.648Z Downloaded tokio v1.53.1
5002026-08-07T05:44:49.717Z Downloaded recursion v0.5.4
5012026-08-07T05:44:49.738Z Downloaded ring v0.17.14
5022026-08-07T05:44:49.779Z Compiling proc-macro2 v1.0.107
5032026-08-07T05:44:49.782Z Compiling libc v0.2.189
5042026-08-07T05:44:49.782Z Compiling unicode-ident v1.0.24
5052026-08-07T05:44:49.782Z Compiling quote v1.0.47
5062026-08-07T05:44:49.782Z Compiling serde_core v1.0.229
5072026-08-07T05:44:49.782Z Compiling cfg-if v1.0.4
5082026-08-07T05:44:49.782Z Compiling memchr v2.8.3
5092026-08-07T05:44:49.926Z Compiling once_cell v1.21.4
5102026-08-07T05:44:49.984Z Compiling log v0.4.33
5112026-08-07T05:44:50.030Z Compiling pin-project-lite v0.2.17
5122026-08-07T05:44:50.123Z Compiling serde v1.0.229
5132026-08-07T05:44:50.218Z Compiling itoa v1.0.18
5142026-08-07T05:44:50.317Z Compiling smallvec v1.15.2
5152026-08-07T05:44:50.438Z Compiling futures-core v0.3.33
5162026-08-07T05:44:50.465Z Compiling bitflags v2.13.1
5172026-08-07T05:44:50.567Z Compiling hashbrown v0.17.1
5182026-08-07T05:44:50.609Z Compiling equivalent v1.0.2
5192026-08-07T05:44:50.728Z Compiling find-msvc-tools v0.1.9
5202026-08-07T05:44:50.869Z Compiling errno v0.3.14
5212026-08-07T05:44:50.908Z Compiling shlex v2.0.1
5222026-08-07T05:44:50.985Z Compiling signal-hook-registry v1.4.8
5232026-08-07T05:44:51.038Z Compiling jobserver v0.1.35
5242026-08-07T05:44:51.089Z Compiling bytes v1.12.1
5252026-08-07T05:44:51.102Z Compiling mio v1.2.2
5262026-08-07T05:44:51.160Z Compiling syn v3.0.3
5272026-08-07T05:44:51.221Z Compiling syn v2.0.119
5282026-08-07T05:44:51.272Z Compiling cc v1.4.0
5292026-08-07T05:44:51.369Z Compiling rustix v1.1.4
5302026-08-07T05:44:51.442Z Compiling futures-sink v0.3.33
5312026-08-07T05:44:51.568Z Compiling socket2 v0.6.5
5322026-08-07T05:44:51.771Z Compiling zmij v1.0.23
5332026-08-07T05:44:51.999Z Compiling slab v0.4.12
5342026-08-07T05:44:52.118Z Compiling futures-channel v0.3.33
5352026-08-07T05:44:52.217Z Compiling tracing-core v0.1.36
5362026-08-07T05:44:52.360Z Compiling indexmap v2.14.0
5372026-08-07T05:44:52.381Z Compiling serde_json v1.0.151
5382026-08-07T05:44:52.458Z Compiling version_check v0.9.5
5392026-08-07T05:44:52.629Z Compiling getrandom v0.4.3
5402026-08-07T05:44:52.728Z Compiling futures-io v0.3.33
5412026-08-07T05:44:52.890Z Compiling futures-task v0.3.33
5422026-08-07T05:44:52.952Z Compiling unicode-width v0.2.2
5432026-08-07T05:44:53.078Z Compiling percent-encoding v2.3.2
5442026-08-07T05:44:53.190Z Compiling camino v1.2.5
5452026-08-07T05:44:53.291Z Compiling ring v0.17.14
5462026-08-07T05:44:53.350Z Compiling http v1.5.0
5472026-08-07T05:44:53.443Z Compiling zeroize v1.9.0
5482026-08-07T05:44:53.566Z Compiling adler2 v2.0.1
5492026-08-07T05:44:53.655Z Compiling autocfg v1.5.1
5502026-08-07T05:44:53.741Z Compiling simd-adler32 v0.3.10
5512026-08-07T05:44:53.880Z Compiling miniz_oxide v0.8.9
5522026-08-07T05:44:53.996Z Compiling num-traits v0.2.19
5532026-08-07T05:44:54.063Z Compiling serde_derive v1.0.229
5542026-08-07T05:44:54.223Z Compiling tokio-macros v2.7.2
5552026-08-07T05:44:54.865Z Compiling futures-macro v0.3.33
5562026-08-07T05:44:54.964Z Compiling tokio v1.53.1
5572026-08-07T05:44:55.178Z Compiling tracing-attributes v0.1.31
5582026-08-07T05:44:55.246Z Compiling object v0.37.3
5592026-08-07T05:44:55.289Z Compiling target-lexicon v0.13.5
5602026-08-07T05:44:55.537Z Compiling zerocopy v0.8.56
5612026-08-07T05:44:55.580Z Compiling getrandom v0.3.4
5622026-08-07T05:44:55.696Z Compiling futures-util v0.3.33
5632026-08-07T05:44:55.927Z Compiling http-body v1.1.0
5642026-08-07T05:44:55.952Z Compiling rustls-pki-types v1.15.1
5652026-08-07T05:44:55.993Z Compiling form_urlencoded v1.2.2
5662026-08-07T05:44:56.101Z Compiling semver v1.0.28
5672026-08-07T05:44:56.277Z Compiling getrandom v0.2.17
5682026-08-07T05:44:56.369Z Compiling tracing v0.1.44
5692026-08-07T05:44:56.467Z Compiling fnv v1.0.7
5702026-08-07T05:44:56.574Z Compiling httparse v1.10.1
5712026-08-07T05:44:56.710Z Compiling utf8_iter v1.0.4
5722026-08-07T05:44:56.736Z Compiling gimli v0.32.3
5732026-08-07T05:44:56.817Z Compiling untrusted v0.9.0
5742026-08-07T05:44:56.871Z Compiling thiserror v2.0.19
5752026-08-07T05:44:56.907Z Compiling guppy-workspace-hack v0.1.0
5762026-08-07T05:44:56.945Z Compiling owo-colors v4.3.0
5772026-08-07T05:44:57.112Z Compiling idna_adapter v1.0.0
5782026-08-07T05:44:57.197Z Compiling signal-hook v0.3.18
5792026-08-07T05:44:57.227Z Compiling idna v1.1.0
5802026-08-07T05:44:58.304Z Compiling thiserror-impl v2.0.19
5812026-08-07T05:44:58.708Z Compiling addr2line v0.25.1
5822026-08-07T05:44:58.874Z Compiling generic-array v0.14.7
5832026-08-07T05:44:59.105Z Compiling tokio-util v0.7.19
5842026-08-07T05:44:59.142Z Compiling atomic-waker v1.1.2
5852026-08-07T05:44:59.277Z Compiling rustc-demangle v0.1.28
5862026-08-07T05:44:59.430Z Compiling try-lock v0.2.5
5872026-08-07T05:44:59.462Z Compiling fastrand v2.5.0
5882026-08-07T05:44:59.554Z Compiling thiserror v1.0.69
5892026-08-07T05:44:59.801Z Compiling typeid v1.0.3
5902026-08-07T05:44:59.855Z Compiling pkg-config v0.3.33
5912026-08-07T05:45:00.080Z Compiling tower-service v0.3.3
5922026-08-07T05:45:00.183Z Compiling rustls v0.23.43
5932026-08-07T05:45:00.196Z Compiling target-spec v3.6.0
5942026-08-07T05:45:00.289Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5952026-08-07T05:45:00.392Z Compiling tempfile v3.27.0
5962026-08-07T05:45:00.432Z Compiling h2 v0.4.15
5972026-08-07T05:45:00.479Z Compiling want v0.3.1
5982026-08-07T05:45:00.618Z Compiling backtrace v0.3.76
5992026-08-07T05:45:00.715Z Compiling cfg-expr v0.20.8
6002026-08-07T05:45:00.744Z Compiling url v2.5.8
6012026-08-07T05:45:01.699Z Compiling thiserror-impl v1.0.69
6022026-08-07T05:45:01.710Z Compiling terminal_size v0.4.4
6032026-08-07T05:45:01.866Z Compiling aho-corasick v1.1.5
6042026-08-07T05:45:02.480Z Compiling rustls-webpki v0.103.13
6052026-08-07T05:45:02.818Z Compiling typenum v1.20.1
6062026-08-07T05:45:03.138Z Compiling winnow v0.7.15
6072026-08-07T05:45:03.496Z Compiling subtle v2.6.1
6082026-08-07T05:45:03.666Z Compiling erased-serde v0.4.10
6092026-08-07T05:45:03.956Z Compiling regex-syntax v0.8.11
6102026-08-07T05:45:05.281Z Compiling hyper v1.11.0
6112026-08-07T05:45:05.619Z Compiling regex-automata v0.4.18
6122026-08-07T05:45:07.378Z Compiling toml_datetime v0.6.11
6132026-08-07T05:45:07.762Z Compiling serde_spanned v0.6.9
6142026-08-07T05:45:07.924Z Compiling ahash v0.8.12
6152026-08-07T05:45:08.134Z Compiling sync_wrapper v1.0.2
6162026-08-07T05:45:08.172Z Compiling tower-layer v0.3.3
6172026-08-07T05:45:08.249Z Compiling unicode-linebreak v0.1.5
6182026-08-07T05:45:08.378Z Compiling nextest-workspace-hack v0.1.0
6192026-08-07T05:45:08.515Z Compiling is_ci v1.2.0
6202026-08-07T05:45:08.593Z Compiling foldhash v0.1.5
6212026-08-07T05:45:08.689Z Compiling lazy_static v1.5.0
6222026-08-07T05:45:08.798Z Compiling crc32fast v1.5.0
6232026-08-07T05:45:08.821Z Compiling toml_write v0.1.2
6242026-08-07T05:45:09.035Z Compiling parking_lot_core v0.9.12
6252026-08-07T05:45:09.071Z Compiling unicode-segmentation v1.13.3
6262026-08-07T05:45:09.087Z Compiling portable-atomic v1.14.0
6272026-08-07T05:45:09.174Z Compiling base64 v0.22.1
6282026-08-07T05:45:09.302Z Compiling ipnet v2.12.1
6292026-08-07T05:45:09.461Z Compiling either v1.17.0
6302026-08-07T05:45:09.571Z Compiling convert_case v0.10.0
6312026-08-07T05:45:09.664Z Compiling hyper-util v0.1.20
6322026-08-07T05:45:09.761Z Compiling toml_edit v0.22.27
6332026-08-07T05:45:09.830Z Compiling sharded-slab v0.1.7
6342026-08-07T05:45:10.455Z Compiling hashbrown v0.15.5
6352026-08-07T05:45:10.494Z Compiling supports-color v3.0.2
6362026-08-07T05:45:10.753Z Compiling textwrap v0.16.2
6372026-08-07T05:45:11.081Z Compiling tower v0.5.3
6382026-08-07T05:45:11.342Z Compiling tokio-rustls v0.26.4
6392026-08-07T05:45:11.682Z Compiling backtrace-ext v0.2.1
6402026-08-07T05:45:11.942Z Compiling ordered-float v2.10.1
6412026-08-07T05:45:12.097Z Compiling webpki-roots v1.0.9
6422026-08-07T05:45:12.217Z Compiling pathdiff v0.2.3
6432026-08-07T05:45:12.231Z Compiling miette-derive v7.6.0
6442026-08-07T05:45:12.281Z Compiling console v0.15.11
6452026-08-07T05:45:12.329Z Compiling tracing-log v0.2.0
6462026-08-07T05:45:12.345Z Compiling cargo-platform v0.3.3
6472026-08-07T05:45:12.678Z Compiling os_pipe v1.2.3
6482026-08-07T05:45:12.856Z Compiling thread_local v1.1.10
6492026-08-07T05:45:12.892Z Compiling debug-ignore v1.0.5
6502026-08-07T05:45:13.008Z Compiling fixedbitset v0.5.7
6512026-08-07T05:45:13.196Z Compiling rustix v0.38.44
6522026-08-07T05:45:13.333Z Compiling zstd-safe v7.2.4
6532026-08-07T05:45:13.521Z Compiling scopeguard v1.2.0
6542026-08-07T05:45:13.542Z Compiling pulldown-cmark v0.13.4
6552026-08-07T05:45:13.572Z Compiling ryu v1.0.23
6562026-08-07T05:45:13.627Z Compiling supports-hyperlinks v3.2.0
6572026-08-07T05:45:13.769Z Compiling supports-unicode v3.0.0
6582026-08-07T05:45:13.848Z Compiling winnow v1.0.4
6592026-08-07T05:45:13.862Z Compiling unicode-width v0.1.14
6602026-08-07T05:45:13.930Z Compiling utf8parse v0.2.2
6612026-08-07T05:45:13.934Z Compiling cfg_aliases v0.2.2
6622026-08-07T05:45:14.015Z Compiling nix v0.30.1
6632026-08-07T05:45:14.044Z Compiling anstyle-parse v1.0.0
6642026-08-07T05:45:14.165Z Compiling miette v7.6.0
6652026-08-07T05:45:14.334Z Compiling serde_urlencoded v0.7.1
6662026-08-07T05:45:14.395Z Compiling lock_api v0.4.14
6672026-08-07T05:45:14.653Z Compiling petgraph v0.8.3
6682026-08-07T05:45:14.708Z Compiling tracing-subscriber v0.3.23
6692026-08-07T05:45:15.329Z Compiling toml_parser v1.1.3+spec-1.1.0
6702026-08-07T05:45:16.560Z Compiling sigchld v0.2.4
6712026-08-07T05:45:16.660Z Compiling cargo_metadata v0.23.1
6722026-08-07T05:45:16.768Z Compiling hyper-rustls v0.27.9
6732026-08-07T05:45:17.170Z Compiling serde-value v0.7.0
6742026-08-07T05:45:17.410Z Compiling serde-untagged v0.1.9
6752026-08-07T05:45:17.780Z Compiling tower-http v0.6.11
6762026-08-07T05:45:17.837Z Compiling toml v0.8.23
6772026-08-07T05:45:18.040Z Compiling derive_more-impl v2.1.1
6782026-08-07T05:45:18.484Z Compiling itertools v0.14.0
6792026-08-07T05:45:18.852Z Compiling regex v1.13.1
6802026-08-07T05:45:19.174Z Compiling crypto-common v0.1.7
6812026-08-07T05:45:19.328Z Compiling block-buffer v0.10.4
6822026-08-07T05:45:19.486Z Compiling ppv-lite86 v0.2.21
6832026-08-07T05:45:19.564Z Compiling futures-executor v0.3.33
6842026-08-07T05:45:19.825Z Compiling rand_core v0.9.5
6852026-08-07T05:45:20.010Z Compiling http-body-util v0.1.4
6862026-08-07T05:45:20.049Z Compiling pin-project-internal v1.1.13
6872026-08-07T05:45:20.073Z Compiling uuid v1.24.0
6882026-08-07T05:45:20.277Z Compiling smol_str v0.3.6
6892026-08-07T05:45:20.302Z Compiling serde_spanned v1.1.1
6902026-08-07T05:45:20.449Z Compiling toml_datetime v1.1.1+spec-1.1.0
6912026-08-07T05:45:20.528Z Compiling filetime v0.2.29
6922026-08-07T05:45:20.602Z Compiling bstr v1.13.0
6932026-08-07T05:45:20.602Z Compiling vte v0.14.1
6942026-08-07T05:45:20.740Z Compiling unicase v2.9.0
6952026-08-07T05:45:20.831Z Compiling static_assertions v1.1.0
6962026-08-07T05:45:20.863Z Compiling anstyle-query v1.1.5
6972026-08-07T05:45:20.922Z Compiling eyre v0.6.12
6982026-08-07T05:45:20.968Z Compiling self_update v0.42.0
6992026-08-07T05:45:21.096Z Compiling is_terminal_polyfill v1.70.2
7002026-08-07T05:45:21.200Z Compiling anstyle v1.0.14
7012026-08-07T05:45:21.213Z Compiling iana-time-zone v0.1.65
7022026-08-07T05:45:21.224Z Compiling xattr v1.6.1
7032026-08-07T05:45:21.299Z Compiling nested v0.1.1
7042026-08-07T05:45:21.415Z Compiling number_prefix v0.4.0
7052026-08-07T05:45:21.455Z Compiling unicode-xid v0.2.6
7062026-08-07T05:45:21.468Z Compiling tinyvec_macros v0.1.1
7072026-08-07T05:45:21.507Z Compiling litrs v1.0.0
7082026-08-07T05:45:21.535Z Compiling color-spantrace v0.3.0
7092026-08-07T05:45:21.560Z Compiling colorchoice v1.0.5
7102026-08-07T05:45:21.607Z Compiling cargo-util-schemas v0.2.0
7112026-08-07T05:45:21.700Z Compiling anstream v1.0.0
7122026-08-07T05:45:21.900Z Compiling indicatif v0.17.11
7132026-08-07T05:45:21.967Z Compiling tinyvec v1.12.0
7142026-08-07T05:45:21.980Z Compiling document-features v0.2.12
7152026-08-07T05:45:22.197Z Compiling guppy v0.17.26
7162026-08-07T05:45:22.393Z Compiling tar v0.4.46
7172026-08-07T05:45:22.527Z Compiling chrono v0.4.45
7182026-08-07T05:45:23.129Z Compiling pin-project v1.1.13
7192026-08-07T05:45:23.238Z Compiling globset v0.4.20
7202026-08-07T05:45:24.072Z Compiling strip-ansi-escapes v0.2.1
7212026-08-07T05:45:24.311Z Compiling toml v1.1.4+spec-1.1.0
7222026-08-07T05:45:24.549Z Compiling nextest-metadata v0.12.2
7232026-08-07T05:45:24.896Z Compiling newtype-uuid v1.4.0
7242026-08-07T05:45:25.023Z Compiling reqwest v0.12.28
7252026-08-07T05:45:25.091Z Compiling rand_chacha v0.9.0
7262026-08-07T05:45:25.638Z Compiling futures v0.3.33
7272026-08-07T05:45:25.725Z Compiling digest v0.10.7
7282026-08-07T05:45:25.854Z Compiling derive_more v2.1.1
7292026-08-07T05:45:25.937Z Compiling parking_lot v0.12.5
7302026-08-07T05:45:25.953Z Compiling flate2 v1.1.9
7312026-08-07T05:45:26.509Z Compiling shared_child v1.1.1
7322026-08-07T05:45:26.525Z Compiling tracing-error v0.2.1
7332026-08-07T05:45:26.863Z Compiling signal-hook-mio v0.2.5
7342026-08-07T05:45:26.999Z Compiling self-replace v1.5.0
7352026-08-07T05:45:27.171Z Compiling cargo-platform v0.2.0
7362026-08-07T05:45:27.265Z Compiling quick-xml v0.38.4
7372026-08-07T05:45:27.429Z Compiling quick-xml v0.37.5
7382026-08-07T05:45:27.727Z Compiling indenter v0.3.4
7392026-08-07T05:45:27.857Z Compiling clap_lex v1.1.0
7402026-08-07T05:45:28.087Z Compiling shell-words v1.1.1
7412026-08-07T05:45:28.217Z Compiling urlencoding v2.1.3
7422026-08-07T05:45:28.340Z Compiling heck v0.5.0
7432026-08-07T05:45:28.476Z Compiling humantime v2.4.0
7442026-08-07T05:45:28.783Z Compiling cpufeatures v0.2.17
7452026-08-07T05:45:28.871Z Compiling recursion v0.5.4
7462026-08-07T05:45:28.891Z Compiling strsim v0.11.1
7472026-08-07T05:45:28.991Z Compiling nextest-filtering v0.15.0
7482026-08-07T05:45:29.007Z Compiling sha2 v0.10.9
7492026-08-07T05:45:29.119Z Compiling clap_builder v4.6.6
7502026-08-07T05:45:29.717Z Compiling clap_derive v4.6.4
7512026-08-07T05:45:29.738Z Compiling humantime-serde v1.1.1
7522026-08-07T05:45:30.271Z Compiling quick-junit v0.5.2
7532026-08-07T05:45:31.941Z Compiling atomicwrites v0.4.4
7542026-08-07T05:45:32.234Z Compiling cargo_metadata v0.20.0
7552026-08-07T05:45:32.845Z Compiling cargo-nextest v0.9.97
7562026-08-07T05:45:33.165Z Compiling crossterm v0.29.0
7572026-08-07T05:45:34.611Z Compiling duct v0.13.7
7582026-08-07T05:45:36.040Z Compiling zstd v0.13.3
7592026-08-07T05:45:36.255Z Compiling async-scoped v0.9.0
7602026-08-07T05:45:36.325Z Compiling rand v0.9.5
7612026-08-07T05:45:36.345Z Compiling config v0.15.25
7622026-08-07T05:45:36.447Z Compiling unicode-normalization v0.1.25
7632026-08-07T05:45:36.468Z Compiling target-spec-miette v0.4.8
7642026-08-07T05:45:36.648Z Compiling future-queue v0.4.0
7652026-08-07T05:45:36.864Z Compiling mukti-metadata v0.3.0
7662026-08-07T05:45:36.930Z Compiling camino-tempfile v1.4.1
7672026-08-07T05:45:37.018Z Compiling tokio-stream v0.1.19
7682026-08-07T05:45:37.051Z Compiling derive-where v1.6.1
7692026-08-07T05:45:37.342Z Compiling serde_ignored v0.1.14
7702026-08-07T05:45:37.356Z Compiling serde_path_to_error v0.1.20
7712026-08-07T05:45:37.431Z Compiling hex v0.4.3
7722026-08-07T05:45:37.565Z Compiling home v0.5.12
7732026-08-07T05:45:37.568Z Compiling swrite v0.1.0
7742026-08-07T05:45:37.682Z Compiling xxhash-rust v0.8.18
7752026-08-07T05:45:37.747Z Compiling indent_write v2.2.0
7762026-08-07T05:45:37.804Z Compiling color-eyre v0.6.5
7772026-08-07T05:45:37.860Z Compiling clap v4.6.6
7782026-08-07T05:45:37.873Z Compiling dialoguer v0.11.0
7792026-08-07T05:45:37.895Z Compiling enable-ansi-support v0.2.1
7802026-08-07T05:45:38.283Z Compiling nextest-runner v0.80.0
7812026-08-07T05:45:56.946Z Finished `release` profile [optimized] target(s) in 1m 10s
7822026-08-07T05:45:57.126Z Installing /home/build/.cargo/bin/cargo-nextest
7832026-08-07T05:45:57.129Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7842026-08-07T05:45:57.252Z+ pushd mg-lower
7852026-08-07T05:45:57.255Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7862026-08-07T05:45:57.256Z+ cargo nextest run
7872026-08-07T05:45:57.406Z Updating crates.io index
7882026-08-07T05:45:57.410Z Updating git repository `https://github.com/oxidecomputer/omicron`
7892026-08-07T05:46:07.652ZFrom https://github.com/oxidecomputer/omicron
7902026-08-07T05:46:07.653Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7912026-08-07T05:46:08.083Z Updating git repository `https://github.com/oxidecomputer/falcon`
7922026-08-07T05:46:08.956ZFrom https://github.com/oxidecomputer/falcon
7932026-08-07T05:46:08.956Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7942026-08-07T05:46:09.032Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7952026-08-07T05:46:09.559ZFrom https://github.com/oxidecomputer/dendrite
7962026-08-07T05:46:09.559Z * [new ref] 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 -> refs/commit/0d48b5a39dc49d30b228ae01f04b8cc27a161e74
7972026-08-07T05:46:09.596Z Updating git repository `https://github.com/oxidecomputer/ispf`
7982026-08-07T05:46:09.831ZFrom https://github.com/oxidecomputer/ispf
7992026-08-07T05:46:09.831Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8002026-08-07T05:46:09.837Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8012026-08-07T05:46:10.169ZFrom https://github.com/oxidecomputer/netadm-sys
8022026-08-07T05:46:10.169Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8032026-08-07T05:46:10.176Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-08-07T05:46:11.086ZFrom https://github.com/oxidecomputer/opte
8052026-08-07T05:46:11.086Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8062026-08-07T05:46:11.115Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8072026-08-07T05:46:11.347ZFrom https://github.com/oxidecomputer/slog-error-chain
8082026-08-07T05:46:11.347Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8092026-08-07T05:46:11.356Z Updating git repository `https://github.com/illumos/smf-rs`
8102026-08-07T05:46:11.600ZFrom https://github.com/illumos/smf-rs
8112026-08-07T05:46:11.600Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8122026-08-07T05:46:11.607Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8132026-08-07T05:46:11.841ZFrom https://github.com/oxidecomputer/poptrie
8142026-08-07T05:46:11.841Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8152026-08-07T05:46:11.849Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8162026-08-07T05:46:12.101ZFrom https://github.com/oxidecomputer/network-interface
8172026-08-07T05:46:12.101Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8182026-08-07T05:46:12.107Z Updating git repository `https://github.com/oxidecomputer/zone`
8192026-08-07T05:46:12.330ZFrom https://github.com/oxidecomputer/zone
8202026-08-07T05:46:12.330Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8212026-08-07T05:46:12.337Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-08-07T05:46:12.662ZFrom https://github.com/oxidecomputer/lldp
8232026-08-07T05:46:12.662Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8242026-08-07T05:46:12.673Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8252026-08-07T05:46:12.998ZFrom https://github.com/oxidecomputer/tufaceous
8262026-08-07T05:46:12.998Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8272026-08-07T05:46:13.009Z Updating git repository `https://github.com/oxidecomputer/propolis`
8282026-08-07T05:46:13.823ZFrom https://github.com/oxidecomputer/propolis
8292026-08-07T05:46:13.823Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8302026-08-07T05:46:13.867Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8312026-08-07T05:46:14.463ZFrom https://github.com/oxidecomputer/transceiver-control
8322026-08-07T05:46:14.463Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8332026-08-07T05:46:14.473Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8342026-08-07T05:46:14.705ZFrom https://github.com/oxidecomputer/dlpi-sys
8352026-08-07T05:46:14.705Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8362026-08-07T05:46:14.713Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8372026-08-07T05:46:14.976ZFrom https://github.com/jmesmon/rust-libzfs
8382026-08-07T05:46:14.976Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8392026-08-07T05:46:14.984Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8402026-08-07T05:46:15.208ZFrom https://github.com/oxidecomputer/rusty-doors
8412026-08-07T05:46:15.208Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8422026-08-07T05:46:15.223Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8432026-08-07T05:46:15.742ZFrom https://github.com/oxidecomputer/management-gateway-service
8442026-08-07T05:46:15.742Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8452026-08-07T05:46:15.755Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-08-07T05:46:15.970ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-08-07T05:46:15.970Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-08-07T05:46:15.979Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-08-07T05:46:17.081ZFrom https://github.com/oxidecomputer/crucible
8502026-08-07T05:46:17.081Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-08-07T05:46:17.133Z Updating git repository `https://github.com/oxidecomputer/propolis`
8522026-08-07T05:46:17.558ZFrom https://github.com/oxidecomputer/propolis
8532026-08-07T05:46:17.558Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8542026-08-07T05:46:17.605Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-08-07T05:46:18.181ZFrom https://github.com/oxidecomputer/crucible
8562026-08-07T05:46:18.181Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8572026-08-07T05:46:18.249Z Updating git repository `https://github.com/oxidecomputer/tofino`
8582026-08-07T05:46:18.571ZFrom https://github.com/oxidecomputer/tofino
8592026-08-07T05:46:18.571Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8602026-08-07T05:46:18.581Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8612026-08-07T05:46:19.358ZFrom https://github.com/oxidecomputer/maghemite
8622026-08-07T05:46:19.358Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8632026-08-07T05:46:19.390Z Updating git repository `https://github.com/oxidecomputer/clickward`
8642026-08-07T05:46:19.626ZFrom https://github.com/oxidecomputer/clickward
8652026-08-07T05:46:19.626Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8662026-08-07T05:46:19.635Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8672026-08-07T05:46:19.862ZFrom https://github.com/oxidecomputer/illumos-devinfo
8682026-08-07T05:46:19.862Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8692026-08-07T05:46:20.682Z Downloading crates ...
8702026-08-07T05:46:20.735Z Downloaded instant v0.1.13
8712026-08-07T05:46:20.746Z Downloaded httpdate v1.0.3
8722026-08-07T05:46:20.749Z Downloaded no-std-compat v0.4.1
8732026-08-07T05:46:20.753Z Downloaded mime v0.3.17
8742026-08-07T05:46:20.756Z Downloaded num-conv v0.2.2
8752026-08-07T05:46:20.760Z Downloaded pem v3.0.6
8762026-08-07T05:46:20.760Z Downloaded bcs v0.1.6
8772026-08-07T05:46:20.760Z Downloaded ciborium v0.2.2
8782026-08-07T05:46:20.763Z Downloaded num_enum v0.7.6
8792026-08-07T05:46:20.763Z Downloaded paste v1.0.15
8802026-08-07T05:46:20.766Z Downloaded const-random-macro v0.1.16
8812026-08-07T05:46:20.766Z Downloaded hybrid-array v0.4.12
8822026-08-07T05:46:20.766Z Downloaded ingot-types v0.1.2
8832026-08-07T05:46:20.769Z Downloaded aead v0.5.2
8842026-08-07T05:46:20.769Z Downloaded dyn-clone v1.0.20
8852026-08-07T05:46:20.769Z Downloaded dropshot-api-manager-types v0.7.2
8862026-08-07T05:46:20.769Z Downloaded dof v0.3.0
8872026-08-07T05:46:20.773Z Downloaded inout v0.1.4
8882026-08-07T05:46:20.773Z Downloaded libscf-sys v1.2.0
8892026-08-07T05:46:20.773Z Downloaded crossbeam-deque v0.8.6
8902026-08-07T05:46:20.773Z Downloaded embedded-io v0.4.0
8912026-08-07T05:46:20.773Z Downloaded enum-as-inner v0.6.1
8922026-08-07T05:46:20.773Z Downloaded bit-vec v0.8.0
8932026-08-07T05:46:20.776Z Downloaded deranged v0.5.8
8942026-08-07T05:46:20.776Z Downloaded diff v0.1.13
8952026-08-07T05:46:20.779Z Downloaded linked-hash-map v0.5.6
8962026-08-07T05:46:20.779Z Downloaded cancel-safe-futures v0.1.5
8972026-08-07T05:46:20.787Z Downloaded ciborium-ll v0.2.2
8982026-08-07T05:46:20.787Z Downloaded const-random v0.1.18
8992026-08-07T05:46:20.787Z Downloaded chacha20 v0.9.1
9002026-08-07T05:46:20.790Z Downloaded daft-derive v0.1.7
9012026-08-07T05:46:20.790Z Downloaded oxide-tokio-rt v0.1.6
9022026-08-07T05:46:20.790Z Downloaded internet-checksum v0.2.1
9032026-08-07T05:46:20.790Z Downloaded cfg_aliases v0.2.1
9042026-08-07T05:46:20.790Z Downloaded ciborium-io v0.2.2
9052026-08-07T05:46:20.791Z Downloaded macaddr v1.0.1
9062026-08-07T05:46:20.791Z Downloaded ident_case v1.0.1
9072026-08-07T05:46:20.791Z Downloaded ingot-types v0.2.0
9082026-08-07T05:46:20.793Z Downloaded is-terminal v0.4.17
9092026-08-07T05:46:20.793Z Downloaded konst_macro_rules v0.2.19
9102026-08-07T05:46:20.796Z Downloaded crossbeam-epoch v0.9.18
9112026-08-07T05:46:20.796Z Downloaded bs58 v0.5.1
9122026-08-07T05:46:20.801Z Downloaded humantime v2.3.0
9132026-08-07T05:46:20.804Z Downloaded blake3 v1.8.5
9142026-08-07T05:46:20.807Z Downloaded constant_time_eq v0.4.2
9152026-08-07T05:46:20.807Z Downloaded crossbeam-utils v0.8.21
9162026-08-07T05:46:20.807Z Downloaded omicron-zone-package v0.12.3
9172026-08-07T05:46:20.810Z Downloaded ingot v0.1.1
9182026-08-07T05:46:20.810Z Downloaded bit-set v0.8.0
9192026-08-07T05:46:20.810Z Downloaded bytecount v0.6.9
9202026-08-07T05:46:20.813Z Downloaded convert_case v0.4.0
9212026-08-07T05:46:20.813Z Downloaded memoffset v0.9.1
9222026-08-07T05:46:20.813Z Downloaded num_enum_derive v0.5.11
9232026-08-07T05:46:20.813Z Downloaded managed v0.8.0
9242026-08-07T05:46:20.816Z Downloaded base16ct v1.0.0
9252026-08-07T05:46:20.816Z Downloaded block-buffer v0.12.0
9262026-08-07T05:46:20.820Z Downloaded http-body v1.0.1
9272026-08-07T05:46:20.820Z Downloaded hubpack v0.1.2
9282026-08-07T05:46:20.820Z Downloaded lru-cache v0.1.2
9292026-08-07T05:46:20.820Z Downloaded slog-bunyan v2.5.0
9302026-08-07T05:46:20.820Z Downloaded idna_adapter v1.2.2
9312026-08-07T05:46:20.823Z Downloaded match_cfg v0.1.0
9322026-08-07T05:46:20.823Z Downloaded newline-converter v0.3.0
9332026-08-07T05:46:20.826Z Downloaded cobs v0.3.0
9342026-08-07T05:46:20.826Z Downloaded olpc-cjson v0.1.4
9352026-08-07T05:46:20.829Z Downloaded linear-map v1.2.0
9362026-08-07T05:46:20.832Z Downloaded keccak v0.1.6
9372026-08-07T05:46:20.832Z Downloaded litemap v0.8.2
9382026-08-07T05:46:20.837Z Downloaded compression-core v0.4.32
9392026-08-07T05:46:20.837Z Downloaded crc8 v0.1.1
9402026-08-07T05:46:20.840Z Downloaded embedded-io v0.6.1
9412026-08-07T05:46:20.840Z Downloaded dof v0.4.0
9422026-08-07T05:46:20.840Z Downloaded hubpack_derive v0.1.1
9432026-08-07T05:46:20.840Z Downloaded omicron-workspace-hack v0.1.0
9442026-08-07T05:46:20.845Z Downloaded newtype_derive v0.1.6
9452026-08-07T05:46:20.845Z Downloaded num_threads v0.1.7
9462026-08-07T05:46:20.850Z Downloaded newtype-uuid-macros v0.1.0
9472026-08-07T05:46:20.850Z Downloaded crucible-workspace-hack v0.1.0
9482026-08-07T05:46:20.850Z Downloaded defmt-parser v1.0.0
9492026-08-07T05:46:20.850Z Downloaded natord v1.0.9
9502026-08-07T05:46:20.850Z Downloaded darling_macro v0.21.3
9512026-08-07T05:46:20.850Z Downloaded dtrace-parser v0.2.0
9522026-08-07T05:46:20.850Z Downloaded num-derive v0.4.2
9532026-08-07T05:46:20.853Z Downloaded num-iter v0.1.45
9542026-08-07T05:46:20.853Z Downloaded rustc-hash v2.1.2
9552026-08-07T05:46:20.853Z Downloaded num v0.4.3
9562026-08-07T05:46:20.856Z Downloaded cipher v0.4.4
9572026-08-07T05:46:20.857Z Downloaded ingot v0.2.1
9582026-08-07T05:46:20.859Z Downloaded libsw-core v0.3.2
9592026-08-07T05:46:20.859Z Downloaded ipnetwork v0.21.1
9602026-08-07T05:46:20.859Z Downloaded ingot-macros v0.1.1
9612026-08-07T05:46:20.863Z Downloaded compression-codecs v0.4.38
9622026-08-07T05:46:20.863Z Downloaded bitflags v1.3.2
9632026-08-07T05:46:20.863Z Downloaded icu_properties v2.2.0
9642026-08-07T05:46:20.867Z Downloaded ff v0.13.1
9652026-08-07T05:46:20.867Z Downloaded opaque-debug v0.3.1
9662026-08-07T05:46:20.867Z Downloaded cargo_toml v0.22.3
9672026-08-07T05:46:20.870Z Downloaded colored v3.1.1
9682026-08-07T05:46:20.870Z Downloaded crunchy v0.2.4
9692026-08-07T05:46:20.870Z Downloaded fixedbitset v0.4.2
9702026-08-07T05:46:20.870Z Downloaded crypto-common v0.2.2
9712026-08-07T05:46:20.870Z Downloaded dunce v1.0.5
9722026-08-07T05:46:20.870Z Downloaded sigpipe v0.1.3
9732026-08-07T05:46:20.874Z Downloaded tabled_derive v0.7.0
9742026-08-07T05:46:20.874Z Downloaded mio v1.2.1
9752026-08-07T05:46:20.877Z Downloaded stable_deref_trait v1.2.1
9762026-08-07T05:46:20.877Z Downloaded ipnet v2.12.0
9772026-08-07T05:46:20.877Z Downloaded dtrace-parser v0.3.0
9782026-08-07T05:46:20.880Z Downloaded darling_macro v0.23.0
9792026-08-07T05:46:20.880Z Downloaded float-ord v0.3.2
9802026-08-07T05:46:20.880Z Downloaded serde-big-array v0.5.1
9812026-08-07T05:46:20.885Z Downloaded cstr-argument v0.1.2
9822026-08-07T05:46:20.885Z Downloaded libsw v3.5.0
9832026-08-07T05:46:20.886Z Downloaded memmap v0.7.0
9842026-08-07T05:46:20.886Z Downloaded newtype-uuid v1.3.2
9852026-08-07T05:46:20.886Z Downloaded thread-id v4.2.2
9862026-08-07T05:46:20.889Z Downloaded jobserver v0.1.34
9872026-08-07T05:46:20.889Z Downloaded yoke-derive v0.8.2
9882026-08-07T05:46:20.889Z Downloaded zerofrom v0.1.8
9892026-08-07T05:46:20.889Z Downloaded zerofrom-derive v0.1.7
9902026-08-07T05:46:20.892Z Downloaded parking_lot_core v0.8.6
9912026-08-07T05:46:20.895Z Downloaded strum v0.26.3
9922026-08-07T05:46:20.895Z Downloaded universal-hash v0.5.1
9932026-08-07T05:46:20.895Z Downloaded defmt v0.3.100
9942026-08-07T05:46:20.895Z Downloaded num-integer v0.1.46
9952026-08-07T05:46:20.895Z Downloaded oxnet v0.1.6
9962026-08-07T05:46:20.898Z Downloaded async-stream v0.3.6
9972026-08-07T05:46:20.898Z Downloaded byteorder v1.5.0
9982026-08-07T05:46:20.898Z Downloaded parse-display v0.10.0
9992026-08-07T05:46:20.898Z Downloaded num-complex v0.4.6
10002026-08-07T05:46:20.901Z Downloaded critical-section v1.2.0
10012026-08-07T05:46:20.901Z Downloaded data-encoding v2.11.0
10022026-08-07T05:46:20.904Z Downloaded byte-wrapper v0.1.0
10032026-08-07T05:46:20.904Z Downloaded num_enum v0.5.11
10042026-08-07T05:46:20.907Z Downloaded num-rational v0.4.2
10052026-08-07T05:46:20.907Z Downloaded cmake v0.1.58
10062026-08-07T05:46:20.911Z Downloaded password-hash v0.5.0
10072026-08-07T05:46:20.911Z Downloaded futures-sink v0.3.32
10082026-08-07T05:46:20.911Z Downloaded gethostname v0.5.0
10092026-08-07T05:46:20.911Z Downloaded foreign-types v0.5.0
10102026-08-07T05:46:20.911Z Downloaded foreign-types-macros v0.2.3
10112026-08-07T05:46:20.913Z Downloaded parse-display-derive v0.10.0
10122026-08-07T05:46:20.914Z Downloaded num_enum_derive v0.7.6
10132026-08-07T05:46:20.914Z Downloaded hostname v0.4.2
10142026-08-07T05:46:20.917Z Downloaded log v0.4.32
10152026-08-07T05:46:20.917Z Downloaded arrayref v0.3.9
10162026-08-07T05:46:20.917Z Downloaded plain v0.2.3
10172026-08-07T05:46:20.920Z Downloaded powerfmt v0.2.0
10182026-08-07T05:46:20.920Z Downloaded chacha20 v0.10.0
10192026-08-07T05:46:20.920Z Downloaded potential_utf v0.1.5
10202026-08-07T05:46:20.923Z Downloaded multer v3.1.0
10212026-08-07T05:46:20.923Z Downloaded rusty-fork v0.3.1
10222026-08-07T05:46:20.923Z Downloaded rustls-pemfile v2.2.0
10232026-08-07T05:46:20.927Z Downloaded schemars_derive v0.8.22
10242026-08-07T05:46:20.927Z Downloaded slog-stdlog v4.1.1
10252026-08-07T05:46:20.927Z Downloaded displaydoc v0.2.6
10262026-08-07T05:46:20.927Z Downloaded fastrand v2.4.1
10272026-08-07T05:46:20.930Z Downloaded defmt-macros v1.1.0
10282026-08-07T05:46:20.930Z Downloaded progenitor-client v0.10.0
10292026-08-07T05:46:20.930Z Downloaded progenitor-macro v0.10.0
10302026-08-07T05:46:20.930Z Downloaded ref-cast-impl v1.0.25
10312026-08-07T05:46:20.933Z Downloaded const_format_proc_macros v0.2.34
10322026-08-07T05:46:20.936Z Downloaded smf v0.2.3
10332026-08-07T05:46:20.936Z Downloaded ingot-macros v0.2.0
10342026-08-07T05:46:20.939Z Downloaded quick-error v1.2.3
10352026-08-07T05:46:20.939Z Downloaded rustc_version v0.1.7
10362026-08-07T05:46:20.942Z Downloaded zeroize v1.8.2
10372026-08-07T05:46:20.942Z Downloaded sha1 v0.11.0
10382026-08-07T05:46:20.945Z Downloaded derive-ex v0.1.8
10392026-08-07T05:46:20.945Z Downloaded erased-serde v0.3.31
10402026-08-07T05:46:20.948Z Downloaded take_mut v0.2.2
10412026-08-07T05:46:20.948Z Downloaded typify-macro v0.4.3
10422026-08-07T05:46:20.948Z Downloaded usdt-impl v0.6.0
10432026-08-07T05:46:20.951Z Downloaded vsss-rs v3.3.4
10442026-08-07T05:46:20.951Z Downloaded serde_tokenstream v0.2.3
10452026-08-07T05:46:20.951Z Downloaded thiserror-no-std v2.0.2
10462026-08-07T05:46:20.954Z Downloaded tokio-tungstenite v0.21.0
10472026-08-07T05:46:20.955Z Downloaded digest v0.11.3
10482026-08-07T05:46:20.957Z Downloaded either v1.16.0
10492026-08-07T05:46:20.957Z Downloaded parking_lot v0.11.2
10502026-08-07T05:46:20.960Z Downloaded usdt-attr-macro v0.5.0
10512026-08-07T05:46:20.960Z Downloaded sha1 v0.10.6
10522026-08-07T05:46:20.963Z Downloaded unit-prefix v0.5.2
10532026-08-07T05:46:20.966Z Downloaded whoami v1.6.1
10542026-08-07T05:46:20.966Z Downloaded tinystr v0.8.3
10552026-08-07T05:46:20.969Z Downloaded console v0.16.3
10562026-08-07T05:46:20.969Z Downloaded cookie v0.18.1
10572026-08-07T05:46:20.969Z Downloaded futures-core v0.3.32
10582026-08-07T05:46:20.969Z Downloaded git-stub v1.0.0
10592026-08-07T05:46:20.972Z Downloaded daft v0.1.7
10602026-08-07T05:46:20.973Z Downloaded darling v0.21.3
10612026-08-07T05:46:20.975Z Downloaded foldhash v0.2.0
10622026-08-07T05:46:20.976Z Downloaded glob v0.3.3
10632026-08-07T05:46:20.978Z Downloaded globset v0.4.18
10642026-08-07T05:46:20.978Z Downloaded icu_normalizer v2.2.0
10652026-08-07T05:46:20.978Z Downloaded konst v0.2.20
10662026-08-07T05:46:20.982Z Downloaded pretty-hex v0.4.2
10672026-08-07T05:46:20.988Z Downloaded slog-scope v4.4.1
10682026-08-07T05:46:20.991Z Downloaded hostname v0.3.1
10692026-08-07T05:46:20.991Z Downloaded defmt v1.1.0
10702026-08-07T05:46:20.994Z Downloaded semver v0.1.20
10712026-08-07T05:46:20.996Z Downloaded rand_xorshift v0.4.0
10722026-08-07T05:46:20.999Z Downloaded bitflags v2.12.1
10732026-08-07T05:46:20.999Z Downloaded clap v4.6.5
10742026-08-07T05:46:21.006Z Downloaded progenitor-macro v0.14.0
10752026-08-07T05:46:21.009Z Downloaded smawk v0.3.2
10762026-08-07T05:46:21.009Z Downloaded icu_provider v2.2.0
10772026-08-07T05:46:21.009Z Downloaded termtree v0.5.1
10782026-08-07T05:46:21.009Z Downloaded structmeta-derive v0.3.0
10792026-08-07T05:46:21.012Z Downloaded testing_table v0.3.0
10802026-08-07T05:46:21.012Z Downloaded untrusted v0.7.1
10812026-08-07T05:46:21.012Z Downloaded topological-sort v0.2.2
10822026-08-07T05:46:21.012Z Downloaded usdt-attr-macro v0.6.0
10832026-08-07T05:46:21.012Z Downloaded zone_cfg_derive v0.3.1
10842026-08-07T05:46:21.015Z Downloaded smartstring v1.0.1
10852026-08-07T05:46:21.019Z Downloaded slog-dtrace v0.3.0
10862026-08-07T05:46:21.019Z Downloaded csv-core v0.1.13
10872026-08-07T05:46:21.022Z Downloaded papergrid v0.11.0
10882026-08-07T05:46:21.025Z Downloaded memmap2 v0.9.10
10892026-08-07T05:46:21.025Z Downloaded strum_macros v0.27.2
10902026-08-07T05:46:21.025Z Downloaded usdt-macro v0.6.0
10912026-08-07T05:46:21.028Z Downloaded futures-io v0.3.32
10922026-08-07T05:46:21.028Z Downloaded fxhash v0.2.1
10932026-08-07T05:46:21.028Z Downloaded zeroize_derive v1.4.3
10942026-08-07T05:46:21.031Z Downloaded walkdir v2.5.0
10952026-08-07T05:46:21.034Z Downloaded serial_test v4.0.1
10962026-08-07T05:46:21.034Z Downloaded dropshot_endpoint v0.17.1
10972026-08-07T05:46:21.037Z Downloaded proc-macro-error-attr2 v2.0.0
10982026-08-07T05:46:21.040Z Downloaded strum_macros v0.26.4
10992026-08-07T05:46:21.040Z Downloaded zerovec-derive v0.11.3
11002026-08-07T05:46:21.044Z Downloaded backoff v0.4.0
11012026-08-07T05:46:21.044Z Downloaded const-oid v0.10.2
11022026-08-07T05:46:21.047Z Downloaded blake2 v0.10.6
11032026-08-07T05:46:21.047Z Downloaded futures-executor v0.3.32
11042026-08-07T05:46:21.050Z Downloaded icu_collections v2.2.0
11052026-08-07T05:46:21.053Z Downloaded highway v1.3.0
11062026-08-07T05:46:21.053Z Downloaded writeable v0.6.3
11072026-08-07T05:46:21.056Z Downloaded argon2 v0.5.3
11082026-08-07T05:46:21.056Z Downloaded fs-err v3.3.0
11092026-08-07T05:46:21.056Z Downloaded thiserror-impl-no-std v2.0.2
11102026-08-07T05:46:21.060Z Downloaded zone v0.3.1
11112026-08-07T05:46:21.062Z Downloaded port-file v0.1.0
11122026-08-07T05:46:21.066Z Downloaded postcard v1.1.3
11132026-08-07T05:46:21.069Z Downloaded derive_more v0.99.20
11142026-08-07T05:46:21.069Z Downloaded chacha20poly1305 v0.10.1
11152026-08-07T05:46:21.069Z Downloaded const_format v0.2.36
11162026-08-07T05:46:21.072Z Downloaded hash32 v0.3.1
11172026-08-07T05:46:21.076Z Downloaded async-recursion v1.1.1
11182026-08-07T05:46:21.076Z Downloaded usdt-macro v0.5.0
11192026-08-07T05:46:21.076Z Downloaded scroll v0.13.0
11202026-08-07T05:46:21.080Z Downloaded icu_normalizer_data v2.2.0
11212026-08-07T05:46:21.080Z Downloaded rhai_codegen v3.2.0
11222026-08-07T05:46:21.083Z Downloaded scroll v0.12.0
11232026-08-07T05:46:21.083Z Downloaded slog-term v2.9.2
11242026-08-07T05:46:21.083Z Downloaded foreign-types-shared v0.3.1
11252026-08-07T05:46:21.083Z Downloaded serde_with_macros v3.21.0
11262026-08-07T05:46:21.087Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11272026-08-07T05:46:21.087Z Downloaded usdt-impl v0.5.0
11282026-08-07T05:46:21.090Z Downloaded rand_chacha v0.3.1
11292026-08-07T05:46:21.090Z Downloaded structmeta v0.3.0
11302026-08-07T05:46:21.090Z Downloaded slog-envlogger v2.2.0
11312026-08-07T05:46:21.090Z Downloaded spin v0.5.2
11322026-08-07T05:46:21.090Z Downloaded scroll_derive v0.13.1
11332026-08-07T05:46:21.094Z Downloaded term v1.2.1
11342026-08-07T05:46:21.094Z Downloaded unarray v0.1.4
11352026-08-07T05:46:21.094Z Downloaded wait-timeout v0.2.1
11362026-08-07T05:46:21.098Z Downloaded icu_locale_core v2.2.0
11372026-08-07T05:46:21.098Z Downloaded tiny-keccak v2.0.2
11382026-08-07T05:46:21.101Z Downloaded smallvec v1.15.1
11392026-08-07T05:46:21.101Z Downloaded darling v0.23.0
11402026-08-07T05:46:21.105Z Downloaded async-trait v0.1.89
11412026-08-07T05:46:21.105Z Downloaded elliptic-curve v0.13.8
11422026-08-07T05:46:21.110Z Downloaded indicatif v0.18.4
11432026-08-07T05:46:21.110Z Downloaded papergrid v0.18.0
11442026-08-07T05:46:21.113Z Downloaded test-strategy v0.4.5
11452026-08-07T05:46:21.113Z Downloaded synstructure v0.13.2
11462026-08-07T05:46:21.113Z Downloaded group v0.13.0
11472026-08-07T05:46:21.116Z Downloaded proc-macro-error2 v2.0.1
11482026-08-07T05:46:21.116Z Downloaded rustversion v1.0.22
11492026-08-07T05:46:21.120Z Downloaded poly1305 v0.8.0
11502026-08-07T05:46:21.120Z Downloaded indexmap v1.9.3
11512026-08-07T05:46:21.120Z Downloaded serde_derive_internals v0.29.1
11522026-08-07T05:46:21.123Z Downloaded phf_shared v0.12.1
11532026-08-07T05:46:21.124Z Downloaded slog-async v2.8.0
11542026-08-07T05:46:21.124Z Downloaded tungstenite v0.21.0
11552026-08-07T05:46:21.124Z Downloaded darling_core v0.23.0
11562026-08-07T05:46:21.127Z Downloaded progenitor v0.10.0
11572026-08-07T05:46:21.127Z Downloaded serde_repr v0.1.21
11582026-08-07T05:46:21.127Z Downloaded futures-macro v0.3.32
11592026-08-07T05:46:21.134Z Downloaded tokio-macros v2.7.0
11602026-08-07T05:46:21.139Z Downloaded utf-8 v0.7.6
11612026-08-07T05:46:21.139Z Downloaded darling_core v0.21.3
11622026-08-07T05:46:21.139Z Downloaded futures-task v0.3.32
11632026-08-07T05:46:21.142Z Downloaded quinn-udp v0.5.14
11642026-08-07T05:46:21.142Z Downloaded progenitor-impl v0.10.0
11652026-08-07T05:46:21.142Z Downloaded rustls-pki-types v1.14.1
11662026-08-07T05:46:21.142Z Downloaded cc v1.2.63
11672026-08-07T05:46:21.145Z Downloaded proc-macro2 v1.0.106
11682026-08-07T05:46:21.145Z Downloaded base64 v0.21.7
11692026-08-07T05:46:21.148Z Downloaded simd-adler32 v0.3.9
11702026-08-07T05:46:21.148Z Downloaded toml_edit v0.25.12+spec-1.1.0
11712026-08-07T05:46:21.152Z Downloaded proc-macro-error v1.0.4
11722026-08-07T05:46:21.152Z Downloaded phf v0.12.1
11732026-08-07T05:46:21.152Z Downloaded serial_test_derive v4.0.1
11742026-08-07T05:46:21.156Z Downloaded thread-id v5.1.0
11752026-08-07T05:46:21.158Z Downloaded progenitor-client v0.13.0
11762026-08-07T05:46:21.158Z Downloaded ref-cast v1.0.25
11772026-08-07T05:46:21.161Z Downloaded siphasher v1.0.3
11782026-08-07T05:46:21.164Z Downloaded async-stream-impl v0.3.6
11792026-08-07T05:46:21.167Z Downloaded tokio-dtrace v0.1.1
11802026-08-07T05:46:21.167Z Downloaded unsafe-libyaml v0.2.11
11812026-08-07T05:46:21.167Z Downloaded drift v0.2.0
11822026-08-07T05:46:21.172Z Downloaded tokio-stream v0.1.18
11832026-08-07T05:46:21.175Z Downloaded minimal-lexical v0.2.1
11842026-08-07T05:46:21.177Z Downloaded snafu-derive v0.8.9
11852026-08-07T05:46:21.177Z Downloaded tinyvec v1.11.0
11862026-08-07T05:46:21.180Z Downloaded pest_derive v2.8.6
11872026-08-07T05:46:21.183Z Downloaded proc-macro-crate v1.3.1
11882026-08-07T05:46:21.187Z Downloaded usdt v0.6.0
11892026-08-07T05:46:21.190Z Downloaded http v1.4.2
11902026-08-07T05:46:21.190Z Downloaded scroll_derive v0.12.1
11912026-08-07T05:46:21.193Z Downloaded tagptr v0.2.0
11922026-08-07T05:46:21.196Z Downloaded quote v1.0.45
11932026-08-07T05:46:21.196Z Downloaded progenitor-extras v0.2.0
11942026-08-07T05:46:21.199Z Downloaded slog-json v2.6.1
11952026-08-07T05:46:21.199Z Downloaded usdt v0.5.0
11962026-08-07T05:46:21.202Z Downloaded schemars v1.2.1
11972026-08-07T05:46:21.211Z Downloaded arrayvec v0.7.6
11982026-08-07T05:46:21.216Z Downloaded git-stub-vcs v0.1.0
11992026-08-07T05:46:21.216Z Downloaded resolv-conf v0.7.6
12002026-08-07T05:46:21.216Z Downloaded secrecy v0.10.3
12012026-08-07T05:46:21.216Z Downloaded serde_plain v1.0.2
12022026-08-07T05:46:21.216Z Downloaded progenitor-client v0.14.0
12032026-08-07T05:46:21.216Z Downloaded proc-macro-error-attr v1.0.4
12042026-08-07T05:46:21.216Z Downloaded typify-macro v0.6.2
12052026-08-07T05:46:21.219Z Downloaded time-core v0.1.8
12062026-08-07T05:46:21.219Z Downloaded strum v0.27.2
12072026-08-07T05:46:21.219Z Downloaded heck v0.4.1
12082026-08-07T05:46:21.219Z Downloaded progenitor-macro v0.13.0
12092026-08-07T05:46:21.223Z Downloaded tabled_derive v0.11.0
12102026-08-07T05:46:21.223Z Downloaded bytes v1.11.1
12112026-08-07T05:46:21.226Z Downloaded openssl-sys v0.9.116
12122026-08-07T05:46:21.226Z Downloaded same-file v1.0.6
12132026-08-07T05:46:21.226Z Downloaded jiff-static v0.2.28
12142026-08-07T05:46:21.229Z Downloaded similar v2.7.0
12152026-08-07T05:46:21.233Z Downloaded pest_meta v2.8.6
12162026-08-07T05:46:21.233Z Downloaded fs_extra v1.3.0
12172026-08-07T05:46:21.233Z Downloaded schemars v0.8.22
12182026-08-07T05:46:21.238Z Downloaded rustls-native-certs v0.8.4
12192026-08-07T05:46:21.242Z Downloaded tabwriter v1.4.1
12202026-08-07T05:46:21.242Z Downloaded anyhow v1.0.104
12212026-08-07T05:46:21.245Z Downloaded toml_writer v1.1.1+spec-1.1.0
12222026-08-07T05:46:21.245Z Downloaded backon v1.6.0
12232026-08-07T05:46:21.245Z Downloaded time-macros v0.2.27
12242026-08-07T05:46:21.248Z Downloaded memchr v2.8.1
12252026-08-07T05:46:21.248Z Downloaded progenitor v0.13.0
12262026-08-07T05:46:21.251Z Downloaded thread_local v1.1.9
12272026-08-07T05:46:21.251Z Downloaded toml v0.7.8
12282026-08-07T05:46:21.251Z Downloaded waitgroup v0.1.2
12292026-08-07T05:46:21.254Z Downloaded slog v2.8.2
12302026-08-07T05:46:21.254Z Downloaded toml v0.9.12+spec-1.1.0
12312026-08-07T05:46:21.257Z Downloaded yoke v0.8.3
12322026-08-07T05:46:21.257Z Downloaded zmij v1.0.21
12332026-08-07T05:46:21.257Z Downloaded zerocopy-derive v0.8.50
12342026-08-07T05:46:21.261Z Downloaded proc-macro-crate v3.5.0
12352026-08-07T05:46:21.264Z Downloaded thin-vec v0.2.18
12362026-08-07T05:46:21.264Z Downloaded spin v0.9.8
12372026-08-07T05:46:21.264Z Downloaded toml v1.1.2+spec-1.1.0
12382026-08-07T05:46:21.267Z Downloaded expectorate v1.2.0
12392026-08-07T05:46:21.267Z Downloaded rand v0.8.6
12402026-08-07T05:46:21.270Z Downloaded base16ct v0.2.0
12412026-08-07T05:46:21.270Z Downloaded arc-swap v1.9.1
12422026-08-07T05:46:21.274Z Downloaded pretty_assertions v1.4.1
12432026-08-07T05:46:21.278Z Downloaded crypto-bigint v0.5.5
12442026-08-07T05:46:21.280Z Downloaded xz2 v0.1.7
12452026-08-07T05:46:21.283Z Downloaded crossbeam-channel v0.5.15
12462026-08-07T05:46:21.283Z Downloaded futures-channel v0.3.32
12472026-08-07T05:46:21.286Z Downloaded hmac v0.12.1
12482026-08-07T05:46:21.286Z Downloaded pest_generator v2.8.6
12492026-08-07T05:46:21.286Z Downloaded typify v0.4.3
12502026-08-07T05:46:21.289Z Downloaded nom v7.1.3
12512026-08-07T05:46:21.292Z Downloaded steno v0.4.1
12522026-08-07T05:46:21.295Z Downloaded schemars v0.9.0
12532026-08-07T05:46:21.299Z Downloaded toml_parser v1.1.2+spec-1.1.0
12542026-08-07T05:46:21.302Z Downloaded yansi v1.0.1
12552026-08-07T05:46:21.302Z Downloaded heapless v0.8.0
12562026-08-07T05:46:21.305Z Downloaded zerocopy-derive v0.7.35
12572026-08-07T05:46:21.309Z Downloaded ucd-trie v0.1.7
12582026-08-07T05:46:21.312Z Downloaded progenitor v0.14.0
12592026-08-07T05:46:21.321Z Downloaded getrandom v0.4.2
12602026-08-07T05:46:21.324Z Downloaded itertools v0.15.0
12612026-08-07T05:46:21.327Z Downloaded hickory-resolver v0.24.4
12622026-08-07T05:46:21.331Z Downloaded allocator-api2 v0.2.21
12632026-08-07T05:46:21.334Z Downloaded rustls-platform-verifier v0.7.0
12642026-08-07T05:46:21.337Z Downloaded progenitor-impl v0.14.0
12652026-08-07T05:46:21.337Z Downloaded snafu v0.8.9
12662026-08-07T05:46:21.340Z Downloaded serde_yaml v0.9.34+deprecated
12672026-08-07T05:46:21.343Z Downloaded typed-path v0.9.3
12682026-08-07T05:46:21.346Z Downloaded quinn v0.11.9
12692026-08-07T05:46:21.346Z Downloaded futures v0.3.32
12702026-08-07T05:46:21.349Z Downloaded half v2.7.1
12712026-08-07T05:46:21.356Z Downloaded itertools v0.12.1
12722026-08-07T05:46:21.361Z Downloaded prettyplease v0.2.37
12732026-08-07T05:46:21.364Z Downloaded progenitor-impl v0.13.0
12742026-08-07T05:46:21.368Z Downloaded typify v0.6.2
12752026-08-07T05:46:21.372Z Downloaded qorb v0.4.1
12762026-08-07T05:46:21.379Z Downloaded rayon-core v1.13.0
12772026-08-07T05:46:21.390Z Downloaded toml_edit v0.19.15
12782026-08-07T05:46:21.401Z Downloaded hickory-resolver v0.25.2
12792026-08-07T05:46:21.404Z Downloaded libm v0.2.16
12802026-08-07T05:46:21.406Z Downloaded rand v0.9.4
12812026-08-07T05:46:21.410Z Downloaded clap_builder v4.6.5
12822026-08-07T05:46:21.412Z Downloaded dropshot-api-manager v0.7.2
12832026-08-07T05:46:21.415Z Downloaded zerotrie v0.2.4
12842026-08-07T05:46:21.418Z Downloaded zerovec v0.11.6
12852026-08-07T05:46:21.421Z Downloaded pest v2.8.6
12862026-08-07T05:46:21.426Z Downloaded ron v0.12.1
12872026-08-07T05:46:21.430Z Downloaded nom v8.0.0
12882026-08-07T05:46:21.433Z Downloaded hashbrown v0.12.3
12892026-08-07T05:46:21.436Z Downloaded regex v1.12.3
12902026-08-07T05:46:21.442Z Downloaded tough v0.22.0
12912026-08-07T05:46:21.452Z Downloaded async-compression v0.4.42
12922026-08-07T05:46:21.462Z Downloaded tokio-util v0.7.18
12932026-08-07T05:46:21.466Z Downloaded rayon v1.12.0
12942026-08-07T05:46:21.485Z Downloaded icu_properties_data v2.2.0
12952026-08-07T05:46:21.488Z Downloaded iddqd v0.4.6
12962026-08-07T05:46:21.491Z Downloaded hashbrown v0.16.1
12972026-08-07T05:46:21.494Z Downloaded goblin v0.8.2
12982026-08-07T05:46:21.497Z Downloaded serde_with v3.21.0
12992026-08-07T05:46:21.502Z Downloaded winnow v0.5.40
13002026-08-07T05:46:21.507Z Downloaded h2 v0.4.14
13012026-08-07T05:46:21.511Z Downloaded aho-corasick v1.1.4
13022026-08-07T05:46:21.514Z Downloaded portable-atomic v1.13.1
13032026-08-07T05:46:21.518Z Downloaded zerocopy v0.7.35
13042026-08-07T05:46:21.532Z Downloaded futures-util v0.3.32
13052026-08-07T05:46:21.537Z Downloaded webpki-roots v1.0.7
13062026-08-07T05:46:21.540Z Downloaded hkdf v0.12.4
13072026-08-07T05:46:21.545Z Downloaded syn v1.0.109
13082026-08-07T05:46:21.548Z Downloaded reqwest v0.13.4
13092026-08-07T05:46:21.550Z Downloaded moka v0.12.15
13102026-08-07T05:46:21.563Z Downloaded winnow v1.0.3
13112026-08-07T05:46:21.571Z Downloaded tabled v0.15.0
13122026-08-07T05:46:21.579Z Downloaded time v0.3.47
13132026-08-07T05:46:21.587Z Downloaded proptest v1.11.0
13142026-08-07T05:46:21.591Z Downloaded tabled v0.21.0
13152026-08-07T05:46:21.601Z Downloaded goblin v0.10.7
13162026-08-07T05:46:21.613Z Downloaded aws-lc-rs v1.17.0
13172026-08-07T05:46:21.616Z Downloaded bstr v1.12.1
13182026-08-07T05:46:21.622Z Downloaded openssl v0.10.80
13192026-08-07T05:46:21.627Z Downloaded dropshot v0.17.1
13202026-08-07T05:46:21.640Z Downloaded zerocopy v0.8.50
13212026-08-07T05:46:21.652Z Downloaded regress v0.11.1
13222026-08-07T05:46:21.658Z Downloaded rhai v1.25.1
13232026-08-07T05:46:21.668Z Downloaded nix v0.31.3
13242026-08-07T05:46:21.677Z Downloaded smoltcp v0.11.0
13252026-08-07T05:46:21.690Z Downloaded syn v2.0.117
13262026-08-07T05:46:21.698Z Downloaded typify-impl v0.6.2
13272026-08-07T05:46:21.704Z Downloaded openapiv3 v2.2.0
13282026-08-07T05:46:21.710Z Downloaded hickory-proto v0.24.4
13292026-08-07T05:46:21.719Z Downloaded sled v0.34.7
13302026-08-07T05:46:21.725Z Downloaded regress v0.10.5
13312026-08-07T05:46:21.730Z Downloaded regex-syntax v0.8.10
13322026-08-07T05:46:21.734Z Downloaded rustls v0.23.40
13332026-08-07T05:46:21.751Z Downloaded hickory-proto v0.25.2
13342026-08-07T05:46:21.759Z Downloaded regex-automata v0.4.14
13352026-08-07T05:46:21.767Z Downloaded petgraph v0.6.5
13362026-08-07T05:46:21.777Z Downloaded typify-impl v0.4.3
13372026-08-07T05:46:21.786Z Downloaded lzma-sys v0.1.20
13382026-08-07T05:46:21.801Z Downloaded chrono-tz v0.10.4
13392026-08-07T05:46:21.811Z Downloaded csv v1.4.0
13402026-08-07T05:46:21.823Z Downloaded jiff v0.2.28
13412026-08-07T05:46:21.834Z Downloaded encoding_rs v0.8.35
13422026-08-07T05:46:21.847Z Downloaded sha3 v0.10.9
13432026-08-07T05:46:22.396Z Downloaded aws-lc-sys v0.41.0
13442026-08-07T05:46:23.328Z Compiling proc-macro2 v1.0.106
13452026-08-07T05:46:23.328Z Compiling quote v1.0.45
13462026-08-07T05:46:23.328Z Compiling unicode-ident v1.0.24
13472026-08-07T05:46:23.328Z Compiling serde_core v1.0.229
13482026-08-07T05:46:23.332Z Compiling cfg-if v1.0.4
13492026-08-07T05:46:23.332Z Compiling serde v1.0.229
13502026-08-07T05:46:23.332Z Compiling libc v0.2.189
13512026-08-07T05:46:23.332Z Compiling memchr v2.8.1
13522026-08-07T05:46:23.493Z Compiling itoa v1.0.18
13532026-08-07T05:46:23.669Z Compiling smallvec v1.15.1
13542026-08-07T05:46:23.743Z Compiling zmij v1.0.21
13552026-08-07T05:46:23.772Z Compiling autocfg v1.5.1
13562026-08-07T05:46:23.868Z Compiling libm v0.2.16
13572026-08-07T05:46:24.117Z Compiling stable_deref_trait v1.2.1
13582026-08-07T05:46:24.137Z Compiling litemap v0.8.2
13592026-08-07T05:46:24.185Z Compiling percent-encoding v2.3.2
13602026-08-07T05:46:24.258Z Compiling writeable v0.6.3
13612026-08-07T05:46:24.317Z Compiling utf8_iter v1.0.4
13622026-08-07T05:46:24.331Z Compiling icu_properties_data v2.2.0
13632026-08-07T05:46:24.335Z Compiling icu_normalizer_data v2.2.0
13642026-08-07T05:46:24.454Z Compiling iana-time-zone v0.1.65
13652026-08-07T05:46:24.457Z Compiling form_urlencoded v1.2.2
13662026-08-07T05:46:24.546Z Compiling syn v2.0.117
13672026-08-07T05:46:24.582Z Compiling syn v3.0.3
13682026-08-07T05:46:24.764Z Compiling pin-project-lite v0.2.17
13692026-08-07T05:46:24.781Z Compiling equivalent v1.0.2
13702026-08-07T05:46:24.812Z Compiling serde_json v1.0.151
13712026-08-07T05:46:24.850Z Compiling allocator-api2 v0.2.21
13722026-08-07T05:46:24.853Z Compiling dyn-clone v1.0.20
13732026-08-07T05:46:24.857Z Compiling version_check v0.9.5
13742026-08-07T05:46:25.027Z Compiling num-traits v0.2.19
13752026-08-07T05:46:25.054Z Compiling parking_lot_core v0.9.12
13762026-08-07T05:46:25.149Z Compiling scopeguard v1.2.0
13772026-08-07T05:46:25.211Z Compiling thiserror v2.0.19
13782026-08-07T05:46:25.254Z Compiling lock_api v0.4.14
13792026-08-07T05:46:25.338Z Compiling rand_core v0.10.1
13802026-08-07T05:46:25.479Z Compiling getrandom v0.4.2
13812026-08-07T05:46:25.493Z Compiling hashbrown v0.17.1
13822026-08-07T05:46:25.496Z Compiling errno v0.3.14
13832026-08-07T05:46:25.553Z Compiling semver v1.0.28
13842026-08-07T05:46:25.907Z Compiling heck v0.5.0
13852026-08-07T05:46:25.919Z Compiling futures-core v0.3.32
13862026-08-07T05:46:26.066Z Compiling indexmap v2.14.0
13872026-08-07T05:46:26.070Z Compiling uuid v1.24.0
13882026-08-07T05:46:26.087Z Compiling rustversion v1.0.22
13892026-08-07T05:46:26.170Z Compiling zerocopy v0.8.50
13902026-08-07T05:46:26.519Z Compiling schemars v0.8.22
13912026-08-07T05:46:26.591Z Compiling futures-sink v0.3.32
13922026-08-07T05:46:26.698Z Compiling fnv v1.0.7
13932026-08-07T05:46:26.743Z Compiling slab v0.4.12
13942026-08-07T05:46:26.772Z Compiling jobserver v0.1.34
13952026-08-07T05:46:26.794Z Compiling find-msvc-tools v0.1.9
13962026-08-07T05:46:26.826Z Compiling shlex v2.0.1
13972026-08-07T05:46:26.918Z Compiling futures-channel v0.3.32
13982026-08-07T05:46:27.014Z Compiling cc v1.2.63
13992026-08-07T05:46:27.031Z Compiling socket2 v0.6.5
14002026-08-07T05:46:27.092Z Compiling bitflags v2.12.1
14012026-08-07T05:46:27.146Z Compiling futures-task v0.3.32
14022026-08-07T05:46:27.158Z Compiling futures-io v0.3.32
14032026-08-07T05:46:27.312Z Compiling parking_lot v0.12.5
14042026-08-07T05:46:27.323Z Compiling signal-hook-registry v1.4.8
14052026-08-07T05:46:27.337Z Compiling mio v1.2.1
14062026-08-07T05:46:27.351Z Compiling portable-atomic v1.13.1
14072026-08-07T05:46:27.504Z Compiling synstructure v0.13.2
14082026-08-07T05:46:27.598Z Compiling serde_derive v1.0.229
14092026-08-07T05:46:27.622Z Compiling serde_derive_internals v0.29.1
14102026-08-07T05:46:27.720Z Compiling thiserror-impl v2.0.19
14112026-08-07T05:46:27.849Z Compiling cmake v0.1.58
14122026-08-07T05:46:27.995Z Compiling log v0.4.32
14132026-08-07T05:46:28.183Z Compiling critical-section v1.2.0
14142026-08-07T05:46:28.285Z Compiling fs_extra v1.3.0
14152026-08-07T05:46:28.310Z Compiling dunce v1.0.5
14162026-08-07T05:46:28.333Z Compiling once_cell v1.21.4
14172026-08-07T05:46:28.350Z Compiling base64 v0.22.1
14182026-08-07T05:46:28.380Z Compiling regex-syntax v0.8.10
14192026-08-07T05:46:28.397Z Compiling typenum v1.20.1
14202026-08-07T05:46:28.535Z Compiling aws-lc-sys v0.41.0
14212026-08-07T05:46:28.546Z Compiling byteorder v1.5.0
14222026-08-07T05:46:28.688Z Compiling subtle v2.6.1
14232026-08-07T05:46:28.698Z Compiling zerofrom-derive v0.1.7
14242026-08-07T05:46:28.766Z Compiling yoke-derive v0.8.2
14252026-08-07T05:46:28.847Z Compiling zerovec-derive v0.11.3
14262026-08-07T05:46:28.925Z Compiling displaydoc v0.2.6
14272026-08-07T05:46:29.192Z Compiling schemars_derive v0.8.22
14282026-08-07T05:46:29.484Z Compiling tokio-macros v2.7.0
14292026-08-07T05:46:29.771Z Compiling zerocopy-derive v0.8.50
14302026-08-07T05:46:29.879Z Compiling zeroize_derive v1.4.3
14312026-08-07T05:46:29.953Z Compiling zerofrom v0.1.8
14322026-08-07T05:46:29.963Z Compiling futures-macro v0.3.32
14332026-08-07T05:46:30.076Z Compiling yoke v0.8.3
14342026-08-07T05:46:30.267Z Compiling zerovec v0.11.6
14352026-08-07T05:46:30.279Z Compiling zerotrie v0.2.4
14362026-08-07T05:46:30.567Z Compiling zeroize v1.8.2
14372026-08-07T05:46:30.579Z Compiling strsim v0.11.1
14382026-08-07T05:46:30.742Z Compiling bytes v1.11.1
14392026-08-07T05:46:30.766Z Compiling tinystr v0.8.3
14402026-08-07T05:46:30.797Z Compiling potential_utf v0.1.5
14412026-08-07T05:46:30.800Z Compiling chrono v0.4.45
14422026-08-07T05:46:30.957Z Compiling icu_locale_core v2.2.0
14432026-08-07T05:46:30.957Z Compiling icu_collections v2.2.0
14442026-08-07T05:46:30.977Z Compiling futures-util v0.3.32
14452026-08-07T05:46:31.066Z Compiling serde_tokenstream v0.2.3
14462026-08-07T05:46:31.340Z Compiling http v1.4.2
14472026-08-07T05:46:31.372Z Compiling tokio v1.53.1
14482026-08-07T05:46:31.460Z Compiling erased-serde v0.3.31
14492026-08-07T05:46:31.943Z Compiling icu_provider v2.2.0
14502026-08-07T05:46:32.019Z Compiling rustix v1.1.4
14512026-08-07T05:46:32.260Z Compiling icu_normalizer v2.2.0
14522026-08-07T05:46:32.272Z Compiling icu_properties v2.2.0
14532026-08-07T05:46:32.311Z Compiling http-body v1.0.1
14542026-08-07T05:46:32.450Z Compiling atomic-waker v1.1.2
14552026-08-07T05:46:32.542Z Compiling httparse v1.10.1
14562026-08-07T05:46:32.568Z Compiling ipnet v2.12.0
14572026-08-07T05:46:32.827Z Compiling tower-service v0.3.3
14582026-08-07T05:46:32.915Z Compiling tower-layer v0.3.3
14592026-08-07T05:46:32.926Z Compiling thiserror v1.0.69
14602026-08-07T05:46:33.090Z Compiling thiserror-impl v1.0.69
14612026-08-07T05:46:33.222Z Compiling idna_adapter v1.2.2
14622026-08-07T05:46:33.357Z Compiling idna v1.1.0
14632026-08-07T05:46:33.369Z Compiling try-lock v0.2.5
14642026-08-07T05:46:33.431Z Compiling ryu v1.0.23
14652026-08-07T05:46:33.446Z Compiling untrusted v0.9.0
14662026-08-07T05:46:33.465Z Compiling ucd-trie v0.1.7
14672026-08-07T05:46:33.558Z Compiling want v0.3.1
14682026-08-07T05:46:33.605Z Compiling pest v2.8.6
14692026-08-07T05:46:33.723Z Compiling url v2.5.8
14702026-08-07T05:46:33.757Z Compiling httpdate v1.0.3
14712026-08-07T05:46:33.997Z Compiling ppv-lite86 v0.2.21
14722026-08-07T05:46:34.064Z Compiling getrandom v0.2.17
14732026-08-07T05:46:34.109Z Compiling getrandom v0.3.4
14742026-08-07T05:46:34.303Z Compiling pretty-hex v0.4.2
14752026-08-07T05:46:34.338Z Compiling rand_core v0.6.4
14762026-08-07T05:46:34.439Z Compiling slog v2.8.2
14772026-08-07T05:46:34.451Z Compiling plain v0.2.3
14782026-08-07T05:46:34.553Z Compiling tracing-attributes v0.1.31
14792026-08-07T05:46:34.556Z Compiling tracing-core v0.1.36
14802026-08-07T05:46:34.588Z Compiling foldhash v0.2.0
14812026-08-07T05:46:34.685Z Compiling pest_meta v2.8.6
14822026-08-07T05:46:34.926Z Compiling serde_urlencoded v0.7.1
14832026-08-07T05:46:35.179Z Compiling ipnetwork v0.21.1
14842026-08-07T05:46:35.223Z Compiling http-body-util v0.1.4
14852026-08-07T05:46:35.243Z Compiling aho-corasick v1.1.4
14862026-08-07T05:46:35.480Z Compiling pest_generator v2.8.6
14872026-08-07T05:46:35.600Z Compiling oxnet v0.1.6
14882026-08-07T05:46:35.757Z Compiling paste v1.0.15
14892026-08-07T05:46:35.814Z Compiling tracing v0.1.44
14902026-08-07T05:46:35.974Z Compiling sync_wrapper v1.0.2
14912026-08-07T05:46:36.056Z Compiling regex-automata v0.4.14
14922026-08-07T05:46:36.066Z Compiling ident_case v1.0.1
14932026-08-07T05:46:36.076Z Compiling omicron-workspace-hack v0.1.0
14942026-08-07T05:46:36.086Z Compiling pest_derive v2.8.6
14952026-08-07T05:46:36.089Z Compiling num-conv v0.2.2
14962026-08-07T05:46:36.177Z Compiling time-core v0.1.8
14972026-08-07T05:46:36.235Z Compiling powerfmt v0.2.0
14982026-08-07T05:46:36.316Z Compiling time-macros v0.2.27
14992026-08-07T05:46:36.435Z Compiling deranged v0.5.8
15002026-08-07T05:46:36.656Z Compiling num_threads v0.1.7
15012026-08-07T05:46:36.752Z Compiling anyhow v1.0.104
15022026-08-07T05:46:36.779Z Compiling winnow v1.0.3
15032026-08-07T05:46:37.077Z Compiling hashbrown v0.16.1
15042026-08-07T05:46:37.262Z Compiling scroll_derive v0.13.1
15052026-08-07T05:46:37.774Z Compiling regex v1.12.3
15062026-08-07T05:46:37.847Z Compiling tokio-util v0.7.18
15072026-08-07T05:46:38.067Z Compiling scroll v0.13.0
15082026-08-07T05:46:38.225Z Compiling daft-derive v0.1.7
15092026-08-07T05:46:38.253Z Compiling fastrand v2.4.1
15102026-08-07T05:46:38.324Z Compiling aws-lc-rs v1.17.0
15112026-08-07T05:46:38.517Z Compiling rustls-pki-types v1.14.1
15122026-08-07T05:46:38.583Z Compiling async-trait v0.1.89
15132026-08-07T05:46:38.592Z Compiling crossbeam-utils v0.8.21
15142026-08-07T05:46:38.615Z Compiling openssl-probe v0.2.1
15152026-08-07T05:46:38.796Z Compiling untrusted v0.7.1
15162026-08-07T05:46:38.965Z Compiling thread_local v1.1.9
15172026-08-07T05:46:38.993Z Compiling hex v0.4.3
15182026-08-07T05:46:39.175Z Compiling rustls v0.23.40
15192026-08-07T05:46:39.227Z Compiling usdt-impl v0.6.0
15202026-08-07T05:46:39.265Z Compiling h2 v0.4.14
15212026-08-07T05:46:39.376Z Compiling goblin v0.10.7
15222026-08-07T05:46:39.388Z Compiling dtrace-parser v0.3.0
15232026-08-07T05:46:39.434Z Compiling camino v1.2.5
15242026-08-07T05:46:39.477Z Compiling slog-async v2.8.0
15252026-08-07T05:46:39.741Z Compiling thread-id v5.1.0
15262026-08-07T05:46:39.821Z Compiling term v1.2.1
15272026-08-07T05:46:39.841Z Compiling take_mut v0.2.2
15282026-08-07T05:46:39.851Z Compiling crc32fast v1.5.0
15292026-08-07T05:46:40.175Z Compiling rand_core v0.9.5
15302026-08-07T05:46:40.355Z Compiling futures-executor v0.3.32
15312026-08-07T05:46:40.369Z Compiling cpufeatures v0.3.0
15322026-08-07T05:46:40.390Z Compiling syn v1.0.109
15332026-08-07T05:46:40.438Z Compiling match_cfg v0.1.0
15342026-08-07T05:46:40.507Z Compiling futures v0.3.32
15352026-08-07T05:46:40.640Z Compiling structmeta-derive v0.3.0
15362026-08-07T05:46:40.757Z Compiling adler2 v2.0.1
15372026-08-07T05:46:40.886Z Compiling simd-adler32 v0.3.9
15382026-08-07T05:46:41.085Z Compiling miniz_oxide v0.8.9
15392026-08-07T05:46:41.676Z Compiling hyper v1.11.0
15402026-08-07T05:46:41.742Z Compiling structmeta v0.3.0
15412026-08-07T05:46:41.909Z Compiling rand_chacha v0.9.0
15422026-08-07T05:46:42.081Z Compiling darling_core v0.23.0
15432026-08-07T05:46:42.340Z Compiling dof v0.4.0
15442026-08-07T05:46:42.362Z Compiling newtype-uuid-macros v0.1.0
15452026-08-07T05:46:42.389Z Compiling hybrid-array v0.4.12
15462026-08-07T05:46:42.837Z Compiling hyper-util v0.1.20
15472026-08-07T05:46:43.854Z Compiling rand v0.9.4
15482026-08-07T05:46:44.153Z Compiling darling_macro v0.23.0
15492026-08-07T05:46:44.253Z Compiling flate2 v1.1.9
15502026-08-07T05:46:44.451Z Compiling usdt-macro v0.6.0
15512026-08-07T05:46:44.517Z Compiling usdt-attr-macro v0.6.0
15522026-08-07T05:46:44.715Z Compiling time v0.3.47
15532026-08-07T05:46:44.794Z Compiling newtype-uuid v1.3.2
15542026-08-07T05:46:44.806Z Compiling quick-error v1.2.3
15552026-08-07T05:46:44.907Z Compiling ref-cast v1.0.25
15562026-08-07T05:46:45.140Z Compiling compression-core v0.4.32
15572026-08-07T05:46:45.265Z Compiling compression-codecs v0.4.38
15582026-08-07T05:46:45.298Z Compiling daft v0.1.7
15592026-08-07T05:46:45.523Z Compiling darling v0.23.0
15602026-08-07T05:46:45.570Z Compiling block-buffer v0.12.0
15612026-08-07T05:46:45.602Z Compiling crypto-common v0.2.2
15622026-08-07T05:46:45.646Z Compiling crossbeam-channel v0.5.15
15632026-08-07T05:46:45.665Z Compiling tower v0.5.3
15642026-08-07T05:46:45.720Z Compiling ref-cast-impl v1.0.25
15652026-08-07T05:46:45.773Z Compiling strum_macros v0.26.4
15662026-08-07T05:46:46.109Z Compiling serde_spanned v1.1.1
15672026-08-07T05:46:46.133Z Compiling generic-array v0.14.7
15682026-08-07T05:46:46.256Z Compiling multer v3.1.0
15692026-08-07T05:46:46.311Z Compiling bit-vec v0.8.0
15702026-08-07T05:46:46.354Z Compiling toml_writer v1.1.1+spec-1.1.0
15712026-08-07T05:46:46.405Z Compiling const-oid v0.10.2
15722026-08-07T05:46:46.476Z Compiling debug-ignore v1.0.5
15732026-08-07T05:46:46.551Z Compiling digest v0.11.3
15742026-08-07T05:46:46.561Z Compiling bit-set v0.8.0
15752026-08-07T05:46:46.650Z Compiling tower-http v0.6.11
15762026-08-07T05:46:46.707Z Compiling serde_with_macros v3.21.0
15772026-08-07T05:46:46.707Z Compiling openapiv3 v2.2.0
15782026-08-07T05:46:46.710Z Compiling async-stream-impl v0.3.6
15792026-08-07T05:46:46.738Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15802026-08-07T05:46:47.067Z Compiling dropshot v0.17.1
15812026-08-07T05:46:47.211Z Compiling encoding_rs v0.8.35
15822026-08-07T05:46:47.292Z Compiling mime v0.3.17
15832026-08-07T05:46:47.355Z Compiling spin v0.9.8
15842026-08-07T05:46:47.381Z Compiling strum v0.26.3
15852026-08-07T05:46:47.464Z Compiling unarray v0.1.4
15862026-08-07T05:46:47.502Z Compiling async-stream v0.3.6
15872026-08-07T05:46:47.572Z Compiling sha1 v0.11.0
15882026-08-07T05:46:47.814Z Compiling derive-ex v0.1.8
15892026-08-07T05:46:47.845Z Compiling rustls-native-certs v0.8.4
15902026-08-07T05:46:47.980Z Compiling waitgroup v0.1.2
15912026-08-07T05:46:48.091Z Compiling dropshot_endpoint v0.17.1
15922026-08-07T05:46:48.113Z Compiling macaddr v1.0.1
15932026-08-07T05:46:48.128Z Compiling serde_path_to_error v0.1.20
15942026-08-07T05:46:48.311Z Compiling is-terminal v0.4.17
15952026-08-07T05:46:48.402Z Compiling slog-term v2.9.2
15962026-08-07T05:46:48.471Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15972026-08-07T05:46:48.648Z Compiling tempfile v3.27.0
15982026-08-07T05:46:48.851Z Compiling strum_macros v0.27.2
15992026-08-07T05:46:48.879Z Compiling instant v0.1.13
16002026-08-07T05:46:49.005Z Compiling either v1.16.0
16012026-08-07T05:46:49.059Z Compiling slog-json v2.6.1
16022026-08-07T05:46:49.071Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16032026-08-07T05:46:49.209Z Compiling hostname v0.3.1
16042026-08-07T05:46:49.260Z Compiling memmap2 v0.9.10
16052026-08-07T05:46:49.340Z Compiling slog-bunyan v2.5.0
16062026-08-07T05:46:49.359Z Compiling test-strategy v0.4.5
16072026-08-07T05:46:49.470Z Compiling crypto-common v0.1.7
16082026-08-07T05:46:49.473Z Compiling parse-display-derive v0.10.0
16092026-08-07T05:46:49.649Z Compiling backon v1.6.0
16102026-08-07T05:46:49.754Z Compiling rand_chacha v0.3.1
16112026-08-07T05:46:50.155Z Compiling rand v0.8.6
16122026-08-07T05:46:50.217Z Compiling toml_parser v1.1.2+spec-1.1.0
16132026-08-07T05:46:50.547Z Compiling toml_datetime v1.1.1+spec-1.1.0
16142026-08-07T05:46:50.792Z Compiling wait-timeout v0.2.1
16152026-08-07T05:46:50.804Z Compiling strum v0.27.2
16162026-08-07T05:46:50.911Z Compiling toml v1.1.2+spec-1.1.0
16172026-08-07T05:46:50.924Z Compiling rusty-fork v0.3.1
16182026-08-07T05:46:51.098Z Compiling serde_with v3.21.0
16192026-08-07T05:46:51.279Z Compiling async-compression v0.4.42
16202026-08-07T05:46:51.298Z Compiling rand_xorshift v0.4.0
16212026-08-07T05:46:51.322Z Compiling rustls-pemfile v2.2.0
16222026-08-07T05:46:51.435Z Compiling regress v0.10.5
16232026-08-07T05:46:51.576Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16242026-08-07T05:46:52.055Z Compiling hostname v0.4.2
16252026-08-07T05:46:52.408Z Compiling humantime v2.3.0
16262026-08-07T05:46:52.681Z Compiling usdt v0.6.0
16272026-08-07T05:46:52.856Z Compiling proptest v1.11.0
16282026-08-07T05:46:52.882Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16292026-08-07T05:46:52.898Z Compiling itertools v0.14.0
16302026-08-07T05:46:52.966Z Compiling iddqd v0.4.6
16312026-08-07T05:46:53.212Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16322026-08-07T05:46:53.454Z Compiling block-buffer v0.10.4
16332026-08-07T05:46:53.604Z Compiling reqwest v0.12.28
16342026-08-07T05:46:54.239Z Compiling utf8parse v0.2.2
16352026-08-07T05:46:54.345Z Compiling anstyle-parse v1.0.0
16362026-08-07T05:46:54.379Z Compiling digest v0.10.7
16372026-08-07T05:46:54.382Z Compiling parse-display v0.10.0
16382026-08-07T05:46:54.523Z Compiling backoff v0.4.0
16392026-08-07T05:46:54.650Z Compiling progenitor-client v0.10.0
16402026-08-07T05:46:54.732Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16412026-08-07T05:46:54.922Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16422026-08-07T05:46:55.279Z Compiling is_terminal_polyfill v1.70.2
16432026-08-07T05:46:55.378Z Compiling anstyle v1.0.14
16442026-08-07T05:46:55.508Z Compiling anstyle-query v1.1.5
16452026-08-07T05:46:55.606Z Compiling colorchoice v1.0.5
16462026-08-07T05:46:55.721Z Compiling anstream v1.0.0
16472026-08-07T05:46:56.043Z Compiling regress v0.11.1
16482026-08-07T05:46:56.215Z Compiling unicode-width v0.2.2
16492026-08-07T05:46:56.426Z Compiling clap_lex v1.1.0
16502026-08-07T05:46:56.670Z Compiling clap_derive v4.6.4
16512026-08-07T05:46:57.089Z Compiling terminal_size v0.4.4
16522026-08-07T05:46:57.583Z Compiling typify-impl v0.6.2
16532026-08-07T05:46:58.312Z Compiling toml_datetime v0.6.11
16542026-08-07T05:46:58.359Z Compiling zerocopy-derive v0.7.35
16552026-08-07T05:46:58.382Z Compiling cpufeatures v0.2.17
16562026-08-07T05:46:58.451Z Compiling convert_case v0.4.0
16572026-08-07T05:46:58.588Z Compiling clap_builder v4.6.5
16582026-08-07T05:46:58.744Z Compiling derive_more v0.99.20
16592026-08-07T05:46:59.219Z Compiling zerocopy v0.7.35
16602026-08-07T05:47:00.194Z Compiling clap v4.6.5
16612026-08-07T05:47:00.693Z Compiling secrecy v0.10.3
16622026-08-07T05:47:00.706Z Compiling crucible-workspace-hack v0.1.0
16632026-08-07T05:47:00.913Z Compiling float-ord v0.3.2
16642026-08-07T05:47:01.009Z Compiling tinyvec_macros v0.1.1
16652026-08-07T05:47:01.074Z Compiling tinyvec v1.11.0
16662026-08-07T05:47:01.421Z Compiling dtrace-parser v0.2.0
16672026-08-07T05:47:01.487Z Compiling scroll_derive v0.12.1
16682026-08-07T05:47:01.487Z Compiling num-integer v0.1.46
16692026-08-07T05:47:01.806Z Compiling rustc_version v0.4.1
16702026-08-07T05:47:02.021Z Compiling usdt-impl v0.5.0
16712026-08-07T05:47:02.213Z Compiling scroll v0.12.0
16722026-08-07T05:47:02.264Z Compiling curve25519-dalek v4.1.3
16732026-08-07T05:47:02.466Z Compiling dof v0.3.0
16742026-08-07T05:47:02.539Z Compiling hmac v0.12.1
16752026-08-07T05:47:02.669Z Compiling toml_edit v0.25.12+spec-1.1.0
16762026-08-07T05:47:02.816Z Compiling inout v0.1.4
16772026-08-07T05:47:02.829Z Compiling darling_core v0.21.3
16782026-08-07T05:47:02.894Z Compiling ff v0.13.1
16792026-08-07T05:47:02.953Z Compiling thread-id v4.2.2
16802026-08-07T05:47:03.023Z Compiling unsafe-libyaml v0.2.11
16812026-08-07T05:47:03.200Z Compiling proc-macro-crate v3.5.0
16822026-08-07T05:47:03.553Z Compiling serde_yaml v0.9.34+deprecated
16832026-08-07T05:47:03.614Z Compiling group v0.13.0
16842026-08-07T05:47:03.687Z Compiling cipher v0.4.4
16852026-08-07T05:47:03.929Z Compiling hkdf v0.12.4
16862026-08-07T05:47:03.988Z Compiling typify-macro v0.6.2
16872026-08-07T05:47:04.141Z Compiling goblin v0.8.2
16882026-08-07T05:47:04.690Z Compiling num-iter v0.1.45
16892026-08-07T05:47:04.747Z Compiling num-rational v0.4.2
16902026-08-07T05:47:04.862Z Compiling universal-hash v0.5.1
16912026-08-07T05:47:04.950Z Compiling crypto-bigint v0.5.5
16922026-08-07T05:47:04.963Z Compiling darling_macro v0.21.3
16932026-08-07T05:47:04.986Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16942026-08-07T05:47:05.338Z Compiling hubpack_derive v0.1.1
16952026-08-07T05:47:05.367Z Compiling thiserror-impl-no-std v2.0.2
16962026-08-07T05:47:05.709Z Compiling crossbeam-epoch v0.9.18
16972026-08-07T05:47:06.061Z Compiling half v2.7.1
16982026-08-07T05:47:06.129Z Compiling curve25519-dalek-derive v0.1.1
16992026-08-07T05:47:06.145Z Compiling typify v0.6.2
17002026-08-07T05:47:06.244Z Compiling num-complex v0.4.6
17012026-08-07T05:47:06.505Z Compiling memoffset v0.9.1
17022026-08-07T05:47:06.566Z Compiling base64ct v1.8.3
17032026-08-07T05:47:06.609Z Compiling cfg_aliases v0.2.1
17042026-08-07T05:47:06.658Z Compiling opaque-debug v0.3.1
17052026-08-07T05:47:06.673Z Compiling ciborium-io v0.2.2
17062026-08-07T05:47:06.690Z Compiling base16ct v0.2.0
17072026-08-07T05:47:06.725Z Compiling poly1305 v0.8.0
17082026-08-07T05:47:06.769Z Compiling ciborium-ll v0.2.2
17092026-08-07T05:47:06.837Z Compiling password-hash v0.5.0
17102026-08-07T05:47:06.859Z Compiling elliptic-curve v0.13.8
17112026-08-07T05:47:06.979Z Compiling nix v0.31.3
17122026-08-07T05:47:07.276Z Compiling num v0.4.3
17132026-08-07T05:47:07.319Z Compiling thiserror-no-std v2.0.2
17142026-08-07T05:47:07.373Z Compiling hubpack v0.1.2
17152026-08-07T05:47:07.534Z Compiling darling v0.21.3
17162026-08-07T05:47:07.943Z Compiling chacha20 v0.9.1
17172026-08-07T05:47:08.152Z Compiling num_enum_derive v0.7.6
17182026-08-07T05:47:08.168Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17192026-08-07T05:47:08.285Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17202026-08-07T05:47:08.799Z Compiling blake2 v0.10.6
17212026-08-07T05:47:08.916Z Compiling aead v0.5.2
17222026-08-07T05:47:08.968Z Compiling byte-wrapper v0.1.0
17232026-08-07T05:47:09.071Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17242026-08-07T05:47:09.169Z Compiling proc-macro-error-attr v1.0.4
17252026-08-07T05:47:09.338Z Compiling heapless v0.8.0
17262026-08-07T05:47:09.388Z Compiling prettyplease v0.2.37
17272026-08-07T05:47:09.391Z Compiling rustix v0.38.44
17282026-08-07T05:47:09.459Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17292026-08-07T05:47:09.675Z Compiling static_assertions v1.1.0
17302026-08-07T05:47:09.687Z Compiling keccak v0.1.6
17312026-08-07T05:47:09.850Z Compiling sha3 v0.10.9
17322026-08-07T05:47:09.964Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17332026-08-07T05:47:10.153Z Compiling num_enum v0.7.6
17342026-08-07T05:47:10.273Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17352026-08-07T05:47:10.410Z Compiling chacha20poly1305 v0.10.1
17362026-08-07T05:47:10.540Z Compiling argon2 v0.5.3
17372026-08-07T05:47:10.873Z Compiling ingot-macros v0.1.1
17382026-08-07T05:47:10.877Z Compiling vsss-rs v3.3.4
17392026-08-07T05:47:11.155Z Compiling ciborium v0.2.2
17402026-08-07T05:47:11.627Z Compiling usdt-macro v0.5.0
17412026-08-07T05:47:11.639Z Compiling usdt-attr-macro v0.5.0
17422026-08-07T05:47:12.488Z Compiling serde_spanned v0.6.9
17432026-08-07T05:47:12.577Z Compiling hash32 v0.3.1
17442026-08-07T05:47:12.627Z Compiling num-derive v0.4.2
17452026-08-07T05:47:12.728Z Compiling enum-as-inner v0.6.1
17462026-08-07T05:47:12.799Z Compiling serde_repr v0.1.21
17472026-08-07T05:47:13.334Z Compiling proc-macro-error v1.0.4
17482026-08-07T05:47:13.383Z Compiling memmap v0.7.0
17492026-08-07T05:47:13.386Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17502026-08-07T05:47:13.406Z Compiling winnow v0.7.15
17512026-08-07T05:47:13.560Z Compiling smoltcp v0.11.0
17522026-08-07T05:47:13.562Z Compiling data-encoding v2.11.0
17532026-08-07T05:47:13.582Z Compiling winnow v0.5.40
17542026-08-07T05:47:13.601Z Compiling toml_write v0.1.2
17552026-08-07T05:47:13.612Z Compiling indent_write v2.2.0
17562026-08-07T05:47:13.626Z Compiling ingot-types v0.1.2
17572026-08-07T05:47:13.909Z Compiling usdt v0.5.0
17582026-08-07T05:47:14.027Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-08-07T05:47:14.174Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17602026-08-07T05:47:14.400Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17612026-08-07T05:47:14.724Z Compiling rustls-webpki v0.103.13
17622026-08-07T05:47:14.976Z Compiling toml_edit v0.19.15
17632026-08-07T05:47:14.995Z Compiling toml_edit v0.22.27
17642026-08-07T05:47:16.016Z Compiling tabwriter v1.4.1
17652026-08-07T05:47:16.116Z Compiling cobs v0.3.0
17662026-08-07T05:47:16.131Z Compiling foreign-types-macros v0.2.3
17672026-08-07T05:47:16.264Z Compiling bitflags v1.3.2
17682026-08-07T05:47:16.315Z Compiling managed v0.8.0
17692026-08-07T05:47:16.339Z Compiling bytecount v0.6.9
17702026-08-07T05:47:16.478Z Compiling pkg-config v0.3.33
17712026-08-07T05:47:16.532Z Compiling vcpkg v0.2.15
17722026-08-07T05:47:16.792Z Compiling colored v3.1.1
17732026-08-07T05:47:16.934Z Compiling foreign-types-shared v0.3.1
17742026-08-07T05:47:17.031Z Compiling foreign-types v0.5.0
17752026-08-07T05:47:17.081Z Compiling openssl-sys v0.9.116
17762026-08-07T05:47:17.108Z Compiling toml v0.8.23
17772026-08-07T05:47:17.188Z Compiling postcard v1.1.3
17782026-08-07T05:47:17.528Z Compiling proc-macro-crate v1.3.1
17792026-08-07T05:47:17.867Z Compiling ingot v0.1.1
17802026-08-07T05:47:18.184Z Compiling tokio-rustls v0.26.4
17812026-08-07T05:47:18.202Z Compiling rustls-platform-verifier v0.7.0
17822026-08-07T05:47:18.282Z Compiling progenitor-impl v0.14.0
17832026-08-07T05:47:18.440Z Compiling hyper-rustls v0.27.9
17842026-08-07T05:47:18.735Z Compiling reqwest v0.13.4
17852026-08-07T05:47:20.217Z Compiling progenitor-client v0.14.0
17862026-08-07T05:47:20.258Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17872026-08-07T05:47:20.525Z Compiling progenitor-extras v0.2.0
17882026-08-07T05:47:20.769Z Compiling chacha20 v0.10.0
17892026-08-07T05:47:20.781Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17902026-08-07T05:47:21.090Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17912026-08-07T05:47:21.333Z Compiling cstr-argument v0.1.2
17922026-08-07T05:47:21.490Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17932026-08-07T05:47:21.557Z Compiling linked-hash-map v0.5.6
17942026-08-07T05:47:21.569Z Compiling swrite v0.1.0
17952026-08-07T05:47:21.661Z Compiling lazy_static v1.5.0
17962026-08-07T05:47:21.746Z Compiling unicode-segmentation v1.13.3
17972026-08-07T05:47:21.766Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17982026-08-07T05:47:21.945Z Compiling heck v0.4.1
17992026-08-07T05:47:21.985Z Compiling resolv-conf v0.7.6
18002026-08-07T05:47:22.154Z Compiling semver v0.1.20
18012026-08-07T05:47:22.167Z Compiling rayon-core v1.13.0
18022026-08-07T05:47:22.374Z Compiling rustc_version v0.1.7
18032026-08-07T05:47:22.405Z Compiling newline-converter v0.3.0
18042026-08-07T05:47:22.434Z Compiling progenitor-macro v0.14.0
18052026-08-07T05:47:22.523Z Compiling lru-cache v0.1.2
18062026-08-07T05:47:22.575Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18072026-08-07T05:47:22.846Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18082026-08-07T05:47:23.123Z Compiling rand v0.10.2
18092026-08-07T05:47:23.818Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18102026-08-07T05:47:24.002Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18112026-08-07T05:47:24.027Z Compiling num_enum_derive v0.5.11
18122026-08-07T05:47:24.166Z Compiling atomicwrites v0.4.4
18132026-08-07T05:47:24.203Z Compiling hickory-proto v0.24.4
18142026-08-07T05:47:25.466Z Compiling progenitor-impl v0.13.0
18152026-08-07T05:47:25.828Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-08-07T05:47:27.599Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-08-07T05:47:27.694Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-08-07T05:47:27.795Z Compiling crossbeam-deque v0.8.6
18192026-08-07T05:47:27.865Z Compiling console v0.15.11
18202026-08-07T05:47:27.995Z Compiling camino-tempfile v1.4.1
18212026-08-07T05:47:28.248Z Compiling serde-big-array v0.5.1
18222026-08-07T05:47:28.399Z Compiling pin-project-internal v1.1.13
18232026-08-07T05:47:28.754Z Compiling derive-where v1.6.1
18242026-08-07T05:47:28.805Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18252026-08-07T05:47:28.896Z Compiling siphasher v1.0.3
18262026-08-07T05:47:28.899Z Compiling minimal-lexical v0.2.1
18272026-08-07T05:47:29.089Z Compiling similar v2.7.0
18282026-08-07T05:47:29.102Z Compiling progenitor-macro v0.13.0
18292026-08-07T05:47:29.169Z Compiling nom v7.1.3
18302026-08-07T05:47:29.499Z Compiling pin-project v1.1.13
18312026-08-07T05:47:29.689Z Compiling expectorate v1.2.0
18322026-08-07T05:47:29.837Z Compiling phf_shared v0.12.1
18332026-08-07T05:47:29.840Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-08-07T05:47:29.913Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18352026-08-07T05:47:30.029Z Compiling progenitor v0.14.0
18362026-08-07T05:47:30.064Z Compiling hickory-resolver v0.24.4
18372026-08-07T05:47:30.169Z Compiling num_enum v0.5.11
18382026-08-07T05:47:30.568Z Compiling newtype_derive v0.1.6
18392026-08-07T05:47:30.780Z Compiling progenitor-client v0.13.0
18402026-08-07T05:47:31.520Z Compiling unicode-normalization v0.1.25
18412026-08-07T05:47:31.751Z Compiling tokio-stream v0.1.18
18422026-08-07T05:47:31.996Z Compiling snafu-derive v0.8.9
18432026-08-07T05:47:32.220Z Compiling async-recursion v1.1.1
18442026-08-07T05:47:32.220Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18452026-08-07T05:47:32.525Z Compiling slog-dtrace v0.3.0
18462026-08-07T05:47:32.746Z Compiling csv-core v0.1.13
18472026-08-07T05:47:32.766Z Compiling bstr v1.12.1
18482026-08-07T05:47:32.804Z Compiling highway v1.3.0
18492026-08-07T05:47:32.904Z Compiling foldhash v0.1.5
18502026-08-07T05:47:33.014Z Compiling chrono-tz v0.10.4
18512026-08-07T05:47:33.085Z Compiling openssl v0.10.80
18522026-08-07T05:47:33.199Z Compiling unicode-width v0.1.14
18532026-08-07T05:47:33.230Z Compiling owo-colors v4.3.0
18542026-08-07T05:47:33.261Z Compiling cancel-safe-futures v0.1.5
18552026-08-07T05:47:33.354Z Compiling foreign-types-shared v0.1.1
18562026-08-07T05:47:33.445Z Compiling unicode-xid v0.2.6
18572026-08-07T05:47:33.477Z Compiling konst_macro_rules v0.2.19
18582026-08-07T05:47:33.508Z Compiling same-file v1.0.6
18592026-08-07T05:47:33.569Z Compiling const_format_proc_macros v0.2.34
18602026-08-07T05:47:33.604Z Compiling konst v0.2.20
18612026-08-07T05:47:33.655Z Compiling walkdir v2.5.0
18622026-08-07T05:47:33.700Z Compiling foreign-types v0.3.2
18632026-08-07T05:47:33.754Z Compiling snafu v0.8.9
18642026-08-07T05:47:33.806Z Compiling globset v0.4.18
18652026-08-07T05:47:33.841Z Compiling hashbrown v0.15.5
18662026-08-07T05:47:34.020Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-08-07T05:47:34.150Z Compiling csv v1.4.0
18682026-08-07T05:47:34.433Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-08-07T05:47:34.451Z Compiling qorb v0.4.1
18702026-08-07T05:47:34.559Z Compiling progenitor v0.13.0
18712026-08-07T05:47:34.653Z Compiling olpc-cjson v0.1.4
18722026-08-07T05:47:34.745Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-08-07T05:47:34.818Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-08-07T05:47:34.836Z Compiling rayon v1.12.0
18752026-08-07T05:47:35.364Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18762026-08-07T05:47:35.718Z Compiling phf v0.12.1
18772026-08-07T05:47:35.883Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-08-07T05:47:35.977Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18792026-08-07T05:47:36.435Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-08-07T05:47:36.634Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-08-07T05:47:36.759Z Compiling zone_cfg_derive v0.3.1
18822026-08-07T05:47:37.046Z Compiling tokio-dtrace v0.1.1
18832026-08-07T05:47:37.317Z Compiling itertools v0.12.1
18842026-08-07T05:47:37.354Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18852026-08-07T05:47:37.460Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-08-07T05:47:37.558Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18872026-08-07T05:47:37.569Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18882026-08-07T05:47:37.873Z Compiling libsw-core v0.3.2
18892026-08-07T05:47:37.943Z Compiling serde_plain v1.0.2
18902026-08-07T05:47:38.046Z Compiling openssl-macros v0.1.1
18912026-08-07T05:47:38.059Z Compiling pem v3.0.6
18922026-08-07T05:47:38.151Z Compiling cookie v0.18.1
18932026-08-07T05:47:38.387Z Compiling proc-macro-error-attr2 v2.0.0
18942026-08-07T05:47:38.430Z Compiling sigpipe v0.1.3
18952026-08-07T05:47:38.523Z Compiling typed-path v0.9.3
18962026-08-07T05:47:38.535Z Compiling glob v0.3.3
18972026-08-07T05:47:38.544Z Compiling jiff v0.2.28
18982026-08-07T05:47:38.556Z Compiling fixedbitset v0.4.2
18992026-08-07T05:47:38.795Z Compiling fixedbitset v0.5.7
19002026-08-07T05:47:38.836Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-08-07T05:47:38.969Z Compiling proc-macro-error2 v2.0.1
19022026-08-07T05:47:38.981Z Compiling petgraph v0.6.5
19032026-08-07T05:47:39.074Z Compiling petgraph v0.8.3
19042026-08-07T05:47:39.247Z Compiling zone v0.3.1
19052026-08-07T05:47:39.893Z Compiling tough v0.22.0
19062026-08-07T05:47:40.193Z Compiling libsw v3.5.0
19072026-08-07T05:47:40.374Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19082026-08-07T05:47:40.582Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-08-07T05:47:40.809Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19102026-08-07T05:47:40.931Z Compiling oxide-tokio-rt v0.1.6
19112026-08-07T05:47:41.065Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-08-07T05:47:41.252Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-08-07T05:47:41.382Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19142026-08-07T05:47:42.014Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-08-07T05:47:42.563Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-08-07T05:47:42.602Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19172026-08-07T05:47:42.626Z Compiling const_format v0.2.36
19182026-08-07T05:47:42.956Z Compiling papergrid v0.11.0
19192026-08-07T05:47:43.107Z Compiling tabled_derive v0.7.0
19202026-08-07T05:47:43.451Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-08-07T05:47:43.469Z Compiling gethostname v0.5.0
19222026-08-07T05:47:43.592Z Compiling libscf-sys v1.2.0
19232026-08-07T05:47:43.656Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19242026-08-07T05:47:43.732Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-08-07T05:47:43.859Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19262026-08-07T05:47:44.040Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-08-07T05:47:44.058Z Compiling smf v0.2.3
19282026-08-07T05:47:44.070Z Compiling bcs v0.1.6
19292026-08-07T05:47:44.160Z Compiling unicode-linebreak v0.1.5
19302026-08-07T05:47:44.390Z Compiling tagptr v0.2.0
19312026-08-07T05:47:44.401Z Compiling smawk v0.3.2
19322026-08-07T05:47:44.412Z Compiling termtree v0.5.1
19332026-08-07T05:47:44.534Z Compiling linear-map v1.2.0
19342026-08-07T05:47:44.537Z Compiling whoami v1.6.1
19352026-08-07T05:47:44.558Z Compiling moka v0.12.15
19362026-08-07T05:47:44.727Z Compiling textwrap v0.16.2
19372026-08-07T05:47:44.790Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19382026-08-07T05:47:44.962Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-08-07T05:47:45.267Z Compiling tabled v0.15.0
19402026-08-07T05:47:45.383Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19412026-08-07T05:47:45.406Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-08-07T05:47:45.861Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-08-07T05:47:46.057Z Compiling steno v0.4.1
19442026-08-07T05:47:47.410Z Compiling tabled_derive v0.11.0
19452026-08-07T05:47:48.037Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19462026-08-07T05:47:48.311Z Compiling papergrid v0.18.0
19472026-08-07T05:47:48.392Z Compiling hickory-proto v0.25.2
19482026-08-07T05:47:48.530Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19492026-08-07T05:47:48.997Z Compiling testing_table v0.3.0
19502026-08-07T05:47:49.172Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19512026-08-07T05:47:49.327Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19522026-08-07T05:47:49.528Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19532026-08-07T05:47:49.616Z Compiling tabled v0.21.0
19542026-08-07T05:47:49.787Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19552026-08-07T05:47:50.187Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19562026-08-07T05:47:50.402Z Compiling hickory-resolver v0.25.2
19572026-08-07T05:47:50.583Z Compiling parking_lot_core v0.8.6
19582026-08-07T05:47:50.887Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
19592026-08-07T05:47:50.998Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19602026-08-07T05:47:51.163Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19612026-08-07T05:47:51.387Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19622026-08-07T05:47:52.014Z Compiling crc8 v0.1.1
19632026-08-07T05:47:52.489Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19642026-08-07T05:47:52.521Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19652026-08-07T05:47:52.598Z Compiling arc-swap v1.9.1
19662026-08-07T05:47:52.747Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
19672026-08-07T05:47:52.915Z Compiling nom v8.0.0
19682026-08-07T05:47:52.926Z Compiling slog-scope v4.4.1
19692026-08-07T05:47:53.062Z Compiling parking_lot v0.11.2
19702026-08-07T05:47:53.195Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19712026-08-07T05:47:53.256Z Compiling fxhash v0.2.1
19722026-08-07T05:47:53.394Z Compiling internet-checksum v0.2.1
19732026-08-07T05:47:53.434Z Compiling sled v0.34.7
19742026-08-07T05:47:53.476Z Compiling slog-stdlog v4.1.1
19752026-08-07T05:47:53.481Z Compiling itertools v0.15.0
19762026-08-07T05:47:53.526Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19772026-08-07T05:47:53.615Z Compiling slog-envlogger v2.2.0
19782026-08-07T05:47:53.708Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19792026-08-07T05:47:53.779Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19802026-08-07T05:47:55.024Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19812026-08-07T05:47:55.317Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19822026-08-07T05:48:00.630Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19832026-08-07T05:48:03.614Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-08-07T05:48:05.263Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-08-07T05:48:06.311Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19862026-08-07T05:48:07.277Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19872026-08-07T05:48:08.091Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19882026-08-07T05:48:09.526Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19892026-08-07T05:48:35.572Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 12s
19902026-08-07T05:48:35.575Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19912026-08-07T05:48:35.575Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19922026-08-07T05:48:35.760Z────────────
19932026-08-07T05:48:35.760Z Nextest run ID 84927261-5e57-417d-bb41-573109e0f84a with nextest profile: default
19942026-08-07T05:48:35.760Z Starting 15 tests across 1 binary
19952026-08-07T05:48:35.816Z PASS [ 0.055s] mg-lower mrib::tests::full_sync_in_sync_makes_no_changes
19962026-08-07T05:48:35.819Z PASS [ 0.057s] mg-lower mrib::tests::full_sync_advertises_v4_and_v6_overlay_groups
19972026-08-07T05:48:35.819Z PASS [ 0.057s] mg-lower mrib::tests::handle_change_is_noop_when_already_advertised
19982026-08-07T05:48:35.819Z PASS [ 0.057s] mg-lower mrib::tests::handle_change_withdraws_only_the_matching_group
19992026-08-07T05:48:35.819Z PASS [ 0.057s] mg-lower mrib::tests::full_sync_withdraws_groups_absent_from_mrib
20002026-08-07T05:48:35.819Z PASS [ 0.057s] mg-lower mrib::tests::full_sync_advertises_groups_missing_from_ddm
20012026-08-07T05:48:35.819Z PASS [ 0.057s] mg-lower mrib::tests::full_sync_adds_and_withdraws_together
20022026-08-07T05:48:35.819Z PASS [ 0.057s] mg-lower mrib::tests::handle_change_advertises_newly_installed_group
20032026-08-07T05:48:35.832Z PASS [ 0.015s] mg-lower test::sync_v4_over_v6_readback
20042026-08-07T05:48:35.835Z PASS [ 0.014s] mg-lower test::sync_v4_over_v6_removal
20052026-08-07T05:48:35.835Z PASS [ 0.015s] mg-lower test::sync_prefix_test
20062026-08-07T05:48:35.835Z PASS [ 0.015s] mg-lower test::sync_v4_over_v6_idempotent
20072026-08-07T05:48:35.835Z PASS [ 0.015s] mg-lower test::sync_mixed_v4_and_v4_over_v6
20082026-08-07T05:48:35.835Z PASS [ 0.015s] mg-lower test::sync_link_down_test
20092026-08-07T05:48:35.866Z PASS [ 0.051s] mg-lower mrib::tests::handle_change_withdraws_removed_group
20102026-08-07T05:48:35.869Z────────────
20112026-08-07T05:48:35.869Z Summary [ 0.107s] 15 tests run: 15 passed, 0 skipped
20122026-08-07T05:48:35.881Zprocess exited: duration 303071 ms, exit code 0
 
20132026-08-07T05:48:35.887Zfound 0 output files