01KRY8N9TRRH1B0GS1VEV1003Y: test-mg-lower

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

Buildomat Job: 01KRY8NPP71BQGNG8JHW0YDCTD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T19:24:09.696Zjob assigned to worker 01KRY8P51KSFZ46VH6B6MTN620 [factory aws, i-0ebd8e84111aba886] (queued for 56 s)
 
22026-05-18T19:24:16.576Zstarting task 0: "setup"
32026-05-18T19:24:16.581Z++ uname -s
42026-05-18T19:24:16.584Z+ kern=SunOS
52026-05-18T19:24:16.584Z+ build_user=build
62026-05-18T19:24:16.584Z+ build_uid=12345
72026-05-18T19:24:16.584Z+ work_dir=/work
82026-05-18T19:24:16.584Z+ input_dir=/input
92026-05-18T19:24:16.584Z+ [[ 0 == 12345 ]]
102026-05-18T19:24:16.584Z+ case "$kern" in
112026-05-18T19:24:16.584Z+ groupadd -g 12345 build
122026-05-18T19:24:16.587Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T19:24:18.591Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T19:24:18.708Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T19:24:18.711Z+ home_fs=zfs
162026-05-18T19:24:18.711Z+ [[ zfs == autofs ]]
172026-05-18T19:24:18.711Z+ mkdir -p /home/build
182026-05-18T19:24:18.711Z+ chown build:build /home/build /work
192026-05-18T19:24:20.712Z+ chmod 0700 /home/build /work
202026-05-18T19:24:20.715Zprocess exited: duration 4140 ms, exit code 0
 
212026-05-18T19:24:20.721Zstarting task 1: "rust-toolchain"
222026-05-18T19:24:20.726Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-18T19:24:20.726Z * rust toolchain channel = "stable"
242026-05-18T19:24:20.726Z * rust toolchain profile = "default"
252026-05-18T19:24:20.726Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-18T19:24:20.726Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-18T19:24:20.726Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-18T19:24:20.729Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T19:24:20.729Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-18T19:24:20.826Zinfo: downloading installer
312026-05-18T19:24:22.415Zwarn: It looks like you have an existing installation of Rust at:
322026-05-18T19:24:22.415Zwarn: /opt/ooce/bin
332026-05-18T19:24:22.415Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-18T19:24:22.415Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-18T19:24:22.415Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-18T19:24:22.415Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-18T19:24:22.415Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-18T19:24:22.415Zerror: cannot install while Rust is installed
392026-05-18T19:24:22.415Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-18T19:24:22.415Zwarn: It looks like you have an existing rustup settings file at:
412026-05-18T19:24:22.415Zwarn: /home/build/.rustup/settings.toml
422026-05-18T19:24:22.415Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-18T19:24:22.415Zwarn: instead of the one inferred from the default host triple.
442026-05-18T19:24:22.429Zinfo: profile set to default
452026-05-18T19:24:22.429Zinfo: default host triple is x86_64-unknown-illumos
462026-05-18T19:24:22.431Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-18T19:24:22.566Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-18T19:24:22.569Zinfo: downloading 6 components
492026-05-18T19:24:36.846Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-18T19:24:36.846Z
512026-05-18T19:24:36.876Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-18T19:24:36.876Z
532026-05-18T19:24:36.876Z
542026-05-18T19:24:36.876ZRust is installed now. Great!
552026-05-18T19:24:36.876Z
562026-05-18T19:24:36.877ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-18T19:24:36.877Zenvironment variable. This has not been done automatically.
582026-05-18T19:24:36.877Z
592026-05-18T19:24:36.877ZTo configure your current shell, you need to source
602026-05-18T19:24:36.877Zthe corresponding env file under $HOME/.cargo.
612026-05-18T19:24:36.877Z
622026-05-18T19:24:36.877ZThis is usually done by running one of the following (note the leading DOT):
632026-05-18T19:24:36.877Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-18T19:24:36.877Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-18T19:24:36.877Zsource "~/.cargo/env.nu" # For nushell
662026-05-18T19:24:36.877Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-18T19:24:36.877Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-18T19:24:36.877Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-18T19:24:36.882Zwarn: no default linker (`cc`) was found in your PATH
702026-05-18T19:24:36.882Zwarn: many Rust crates require a system C toolchain to build
712026-05-18T19:24:36.960Z+ rustup --version
722026-05-18T19:24:36.969Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-18T19:24:36.972Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-18T19:24:36.990Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-18T19:24:36.993Z+ cargo --version
762026-05-18T19:24:37.007Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-18T19:24:37.011Z+ rustc --version
782026-05-18T19:24:37.030Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-18T19:24:37.032Zprocess exited: duration 16310 ms, exit code 0
 
802026-05-18T19:24:37.038Zstarting task 2: "authentication"
812026-05-18T19:24:37.054Zprocess exited: duration 15 ms, exit code 0
 
822026-05-18T19:24:37.060Zstarting task 3: "clone repository"
832026-05-18T19:24:37.063Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-18T19:24:37.066Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-18T19:24:37.105ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-18T19:24:38.157Z+ cd /work/oxidecomputer/maghemite
872026-05-18T19:24:38.157Z+ git fetch origin 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
882026-05-18T19:24:38.398ZFrom https://github.com/oxidecomputer/maghemite
892026-05-18T19:24:38.398Z * branch 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 -> FETCH_HEAD
902026-05-18T19:24:38.407Z+ [[ -n trey/light-cleanup ]]
912026-05-18T19:24:38.407Z++ git branch --show-current
922026-05-18T19:24:38.407Z+ current=main
932026-05-18T19:24:38.407Z+ [[ main != trey/light-cleanup ]]
942026-05-18T19:24:38.407Z+ git branch -f trey/light-cleanup 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
952026-05-18T19:24:38.414Z+ git checkout -f trey/light-cleanup
962026-05-18T19:24:38.432ZSwitched to branch 'trey/light-cleanup'
972026-05-18T19:24:38.461Z+ git reset --hard 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
982026-05-18T19:24:38.461ZHEAD is now at 6f01238 LoopbackIpManager: cargo fmt
992026-05-18T19:24:38.461Zprocess exited: duration 1382 ms, exit code 0
 
1002026-05-18T19:24:38.484Zstarting task 4: "build"
1012026-05-18T19:24:38.498Z+ set -e
1022026-05-18T19:24:38.499Z+ source .github/buildomat/test-common.sh
1032026-05-18T19:24:38.499Z++ NEXTEST_VERSION=0.9.97
1042026-05-18T19:24:38.499Z++ PLATFORM=illumos
1052026-05-18T19:24:38.499Z++ banner install
1062026-05-18T19:24:38.499Z
1072026-05-18T19:24:38.499Z # # # #### ##### ## # #
1082026-05-18T19:24:38.499Z # ## # # # # # # #
1092026-05-18T19:24:38.499Z # # # # #### # # # # #
1102026-05-18T19:24:38.499Z # # # # # # ###### # #
1112026-05-18T19:24:38.499Z # # ## # # # # # # #
1122026-05-18T19:24:38.499Z # # # #### # # # ###### ######
1132026-05-18T19:24:38.499Z
1142026-05-18T19:24:38.499Z++ set +o errexit
1152026-05-18T19:24:38.499Z++ pkg info clang-15
1162026-05-18T19:24:38.499Z++ grep -qi installed
1172026-05-18T19:24:39.691Zpkg: info: no packages matching the following patterns you specified are
1182026-05-18T19:24:39.691Zinstalled on the system. Try querying remotely instead:
1192026-05-18T19:24:39.691Z
1202026-05-18T19:24:39.691Z clang-15
1212026-05-18T19:24:39.727Z++ [[ 1 != 0 ]]
1222026-05-18T19:24:39.727Z++ set -o errexit
1232026-05-18T19:24:39.730Z++ pfexec pkg install clang-15
1242026-05-18T19:24:49.164Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-18T19:24:56.840Z Startup: Caching catalogs ... Done
1262026-05-18T19:25:04.103ZPlanning: Solver setup ... Done
1272026-05-18T19:25:04.144ZPlanning: Running solver ... Done
1282026-05-18T19:25:04.283ZPlanning: Finding local manifests ... Done
1292026-05-18T19:25:04.304ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-18T19:25:04.397ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-18T19:25:04.427ZPlanning: Package planning ... Done
1322026-05-18T19:25:04.452ZPlanning: Merging actions ... Done
1332026-05-18T19:25:04.562ZPlanning: Checking for conflicting actions ... Done
1342026-05-18T19:25:04.569ZPlanning: Consolidating action changes ... Done
1352026-05-18T19:25:05.345ZPlanning: Evaluating mediators ... Done
1362026-05-18T19:25:05.351ZPlanning: Planning completed in 8.34 seconds
1372026-05-18T19:25:05.362Z Packages to install: 2
1382026-05-18T19:25:05.362Z Mediators to change: 2
1392026-05-18T19:25:05.362Z Services to change: 1
1402026-05-18T19:25:05.365Z Create boot environment: No
1412026-05-18T19:25:05.365ZCreate backup boot environment: No
1422026-05-18T19:25:05.405Z
1432026-05-18T19:25:05.405ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-18T19:25:10.482ZDownload: 860/3076 items 18.3/211.3MB 8% complete (3.9M/s)
1452026-05-18T19:25:15.620ZDownload: 980/3076 items 82.2/211.3MB 38% complete (12.0M/s)
1462026-05-18T19:25:20.626ZDownload: 1180/3076 items 114.6/211.3MB 54% complete (9.6M/s)
1472026-05-18T19:25:32.055ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (3.5M/s)
1482026-05-18T19:25:37.062ZDownload: 2546/3076 items 119.5/211.3MB 56% complete (330k/s)
1492026-05-18T19:25:44.675ZDownload: 3025/3076 items 201.7/211.3MB 95% complete (12.2M/s)
1502026-05-18T19:25:46.094ZDownload: Completed 211.31 MB in 40.69 seconds (5.2M/s)
1512026-05-18T19:25:46.222Z Actions: 1/3418 actions (Installing new actions)
1522026-05-18T19:25:49.331Z Actions: Completed 3418 actions in 3.11 seconds.
1532026-05-18T19:25:49.979Z Done
1542026-05-18T19:25:49.979Z Done
1552026-05-18T19:25:50.715Z Done
1562026-05-18T19:25:54.064Z Done
1572026-05-18T19:25:54.141Z Done
1582026-05-18T19:25:54.145Z Done
1592026-05-18T19:25:54.434Z Done
1602026-05-18T19:25:55.100Z++ set -o errexit
1612026-05-18T19:25:55.100Z++ cargo --version
1622026-05-18T19:25:55.107Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-05-18T19:25:55.267Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-05-18T19:25:55.270Zinfo: downloading 6 components
1652026-05-18T19:26:09.680Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-05-18T19:26:09.683Z++ rustc --version
1672026-05-18T19:26:09.711Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-05-18T19:26:09.715Z++ cargo install cargo-nextest --version 0.9.97
1692026-05-18T19:26:09.756Z Updating crates.io index
1702026-05-18T19:26:09.860Z Downloading crates ...
1712026-05-18T19:26:09.926Z Downloaded cargo-nextest v0.9.97
1722026-05-18T19:26:09.990Z Installing cargo-nextest v0.9.97
1732026-05-18T19:26:10.031Z Updating crates.io index
1742026-05-18T19:26:12.565Z Locking 404 packages to latest compatible versions
1752026-05-18T19:26:12.570Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-05-18T19:26:12.573Z Adding duct v0.13.7 (available: v1.1.1)
1772026-05-18T19:26:12.573Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-05-18T19:26:12.573Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-05-18T19:26:12.577Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-05-18T19:26:12.577Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1812026-05-18T19:26:12.577Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-05-18T19:26:12.581Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1832026-05-18T19:26:12.584Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-05-18T19:26:12.600Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1852026-05-18T19:26:12.609Z Downloading crates ...
1862026-05-18T19:26:12.683Z Downloaded addr2line v0.25.1
1872026-05-18T19:26:12.686Z Downloaded digest v0.10.7
1882026-05-18T19:26:12.689Z Downloaded futures-sink v0.3.32
1892026-05-18T19:26:12.692Z Downloaded camino v1.2.2
1902026-05-18T19:26:12.704Z Downloaded futures-executor v0.3.32
1912026-05-18T19:26:12.712Z Downloaded debug-ignore v1.0.5
1922026-05-18T19:26:12.715Z Downloaded futures-task v0.3.32
1932026-05-18T19:26:12.718Z Downloaded fastrand v2.4.1
1942026-05-18T19:26:12.718Z Downloaded form_urlencoded v1.2.2
1952026-05-18T19:26:12.720Z Downloaded openssl-probe v0.2.1
1962026-05-18T19:26:12.720Z Downloaded erased-serde v0.4.10
1972026-05-18T19:26:12.729Z Downloaded ordered-float v2.10.1
1982026-05-18T19:26:12.731Z Downloaded futures-io v0.3.32
1992026-05-18T19:26:12.731Z Downloaded derive-where v1.6.1
2002026-05-18T19:26:12.734Z Downloaded is_ci v1.2.0
2012026-05-18T19:26:12.737Z Downloaded percent-encoding v2.3.2
2022026-05-18T19:26:12.737Z Downloaded cargo-platform v0.2.0
2032026-05-18T19:26:12.739Z Downloaded native-tls v0.2.18
2042026-05-18T19:26:12.743Z Downloaded lru-slab v0.1.2
2052026-05-18T19:26:12.749Z Downloaded generic-array v0.14.7
2062026-05-18T19:26:12.752Z Downloaded idna_adapter v1.0.0
2072026-05-18T19:26:12.755Z Downloaded heck v0.5.0
2082026-05-18T19:26:12.755Z Downloaded futures-macro v0.3.32
2092026-05-18T19:26:12.758Z Downloaded pin-project-lite v0.2.17
2102026-05-18T19:26:12.761Z Downloaded pin-project-internal v1.1.13
2112026-05-18T19:26:12.761Z Downloaded miniz_oxide v0.8.9
2122026-05-18T19:26:12.766Z Downloaded os_pipe v1.2.3
2132026-05-18T19:26:12.769Z Downloaded indenter v0.3.4
2142026-05-18T19:26:12.769Z Downloaded enable-ansi-support v0.2.1
2152026-05-18T19:26:12.769Z Downloaded globset v0.4.18
2162026-05-18T19:26:12.769Z Downloaded quote v1.0.45
2172026-05-18T19:26:12.772Z Downloaded guppy-workspace-hack v0.1.0
2182026-05-18T19:26:12.772Z Downloaded clap_lex v1.1.0
2192026-05-18T19:26:12.772Z Downloaded block-buffer v0.10.4
2202026-05-18T19:26:12.775Z Downloaded ppv-lite86 v0.2.21
2212026-05-18T19:26:12.775Z Downloaded crypto-common v0.1.7
2222026-05-18T19:26:12.778Z Downloaded dialoguer v0.11.0
2232026-05-18T19:26:12.778Z Downloaded http-body v1.0.1
2242026-05-18T19:26:12.781Z Downloaded camino-tempfile v1.4.1
2252026-05-18T19:26:12.781Z Downloaded cargo_metadata v0.20.0
2262026-05-18T19:26:12.784Z Downloaded cfg-if v1.0.4
2272026-05-18T19:26:12.784Z Downloaded scopeguard v1.2.0
2282026-05-18T19:26:12.787Z Downloaded ed25519 v2.2.3
2292026-05-18T19:26:12.787Z Downloaded der v0.7.10
2302026-05-18T19:26:12.790Z Downloaded indent_write v2.2.0
2312026-05-18T19:26:12.790Z Downloaded foreign-types v0.3.2
2322026-05-18T19:26:12.793Z Downloaded convert_case v0.10.0
2332026-05-18T19:26:12.793Z Downloaded equivalent v1.0.2
2342026-05-18T19:26:12.793Z Downloaded atomic-waker v1.1.2
2352026-05-18T19:26:12.796Z Downloaded nextest-metadata v0.12.2
2362026-05-18T19:26:12.796Z Downloaded nextest-filtering v0.15.0
2372026-05-18T19:26:12.798Z Downloaded rustc-demangle v0.1.27
2382026-05-18T19:26:12.799Z Downloaded document-features v0.2.12
2392026-05-18T19:26:12.801Z Downloaded fnv v1.0.7
2402026-05-18T19:26:12.801Z Downloaded miette-derive v7.6.0
2412026-05-18T19:26:12.801Z Downloaded futures-core v0.3.32
2422026-05-18T19:26:12.804Z Downloaded nested v0.1.1
2432026-05-18T19:26:12.804Z Downloaded openssl-macros v0.1.1
2442026-05-18T19:26:12.804Z Downloaded rustc_version v0.4.1
2452026-05-18T19:26:12.807Z Downloaded cfg_aliases v0.2.1
2462026-05-18T19:26:12.807Z Downloaded backtrace-ext v0.2.1
2472026-05-18T19:26:12.807Z Downloaded mukti-metadata v0.3.0
2482026-05-18T19:26:12.810Z Downloaded errno v0.3.14
2492026-05-18T19:26:12.813Z Downloaded http-body-util v0.1.3
2502026-05-18T19:26:12.813Z Downloaded pkcs8 v0.10.2
2512026-05-18T19:26:12.815Z Downloaded is_terminal_polyfill v1.70.2
2522026-05-18T19:26:12.815Z Downloaded cargo-platform v0.3.3
2532026-05-18T19:26:12.818Z Downloaded async-scoped v0.9.0
2542026-05-18T19:26:12.818Z Downloaded pathdiff v0.2.3
2552026-05-18T19:26:12.818Z Downloaded itoa v1.0.18
2562026-05-18T19:26:12.821Z Downloaded hyper-tls v0.6.0
2572026-05-18T19:26:12.821Z Downloaded hex v0.4.3
2582026-05-18T19:26:12.824Z Downloaded adler2 v2.0.1
2592026-05-18T19:26:12.824Z Downloaded home v0.5.12
2602026-05-18T19:26:12.828Z Downloaded number_prefix v0.4.0
2612026-05-18T19:26:12.828Z Downloaded nextest-workspace-hack v0.1.0
2622026-05-18T19:26:12.831Z Downloaded foreign-types-shared v0.1.1
2632026-05-18T19:26:12.833Z Downloaded lazy_static v1.5.0
2642026-05-18T19:26:12.836Z Downloaded humantime-serde v1.1.1
2652026-05-18T19:26:12.836Z Downloaded cpufeatures v0.2.17
2662026-05-18T19:26:12.839Z Downloaded color-spantrace v0.3.0
2672026-05-18T19:26:12.839Z Downloaded colorchoice v1.0.5
2682026-05-18T19:26:12.841Z Downloaded parking_lot v0.12.5
2692026-05-18T19:26:12.841Z Downloaded serde-value v0.7.0
2702026-05-18T19:26:12.844Z Downloaded pkg-config v0.3.33
2712026-05-18T19:26:12.844Z Downloaded newtype-uuid v1.3.2
2722026-05-18T19:26:12.847Z Downloaded curve25519-dalek-derive v0.1.1
2732026-05-18T19:26:12.854Z Downloaded autocfg v1.5.0
2742026-05-18T19:26:12.857Z Downloaded serde_spanned v1.1.1
2752026-05-18T19:26:12.857Z Downloaded atomicwrites v0.4.4
2762026-05-18T19:26:12.860Z Downloaded either v1.15.0
2772026-05-18T19:26:12.860Z Downloaded crc32fast v1.5.0
2782026-05-18T19:26:12.863Z Downloaded rand_chacha v0.9.0
2792026-05-18T19:26:12.863Z Downloaded owo-colors v4.3.0
2802026-05-18T19:26:12.866Z Downloaded serde_ignored v0.1.14
2812026-05-18T19:26:12.869Z Downloaded serde_spanned v0.6.9
2822026-05-18T19:26:12.872Z Downloaded shell-words v1.1.1
2832026-05-18T19:26:12.872Z Downloaded anstyle v1.0.14
2842026-05-18T19:26:12.875Z Downloaded sigchld v0.2.4
2852026-05-18T19:26:12.875Z Downloaded shared_child v1.1.1
2862026-05-18T19:26:12.877Z Downloaded signal-hook-mio v0.2.5
2872026-05-18T19:26:12.877Z Downloaded signature v2.2.0
2882026-05-18T19:26:12.880Z Downloaded strip-ansi-escapes v0.2.1
2892026-05-18T19:26:12.880Z Downloaded supports-hyperlinks v3.2.0
2902026-05-18T19:26:12.883Z Downloaded subtle v2.6.1
2912026-05-18T19:26:12.883Z Downloaded strsim v0.11.1
2922026-05-18T19:26:12.886Z Downloaded swrite v0.1.0
2932026-05-18T19:26:12.886Z Downloaded sync_wrapper v1.0.2
2942026-05-18T19:26:12.886Z Downloaded supports-unicode v3.0.0
2952026-05-18T19:26:12.886Z Downloaded supports-color v3.0.2
2962026-05-18T19:26:12.889Z Downloaded terminal_size v0.4.4
2972026-05-18T19:26:12.892Z Downloaded rand_core v0.6.4
2982026-05-18T19:26:12.892Z Downloaded humantime v2.3.0
2992026-05-18T19:26:12.892Z Downloaded ipnet v2.12.0
3002026-05-18T19:26:12.895Z Downloaded future-queue v0.4.0
3012026-05-18T19:26:12.898Z Downloaded rustc-hash v2.1.2
3022026-05-18T19:26:12.898Z Downloaded lock_api v0.4.14
3032026-05-18T19:26:12.902Z Downloaded base64ct v1.8.3
3042026-05-18T19:26:12.905Z Downloaded tinyvec_macros v0.1.1
3052026-05-18T19:26:12.909Z Downloaded find-msvc-tools v0.1.9
3062026-05-18T19:26:12.912Z Downloaded toml_datetime v0.6.11
3072026-05-18T19:26:12.912Z Downloaded cargo_metadata v0.23.1
3082026-05-18T19:26:12.916Z Downloaded rand_core v0.9.5
3092026-05-18T19:26:12.919Z Downloaded hyper-rustls v0.27.9
3102026-05-18T19:26:12.919Z Downloaded fixedbitset v0.5.7
3112026-05-18T19:26:12.922Z Downloaded cargo-util-schemas v0.2.0
3122026-05-18T19:26:12.922Z Downloaded anstream v1.0.0
3132026-05-18T19:26:12.946Z Downloaded httparse v1.10.1
3142026-05-18T19:26:12.949Z Downloaded anstyle-query v1.1.5
3152026-05-18T19:26:12.949Z Downloaded serde-untagged v0.1.9
3162026-05-18T19:26:12.949Z Downloaded foldhash v0.1.5
3172026-05-18T19:26:12.949Z Downloaded filetime v0.2.29
3182026-05-18T19:26:12.949Z Downloaded toml_write v0.1.2
3192026-05-18T19:26:12.949Z Downloaded tower-service v0.3.3
3202026-05-18T19:26:12.949Z Downloaded backtrace v0.3.76
3212026-05-18T19:26:12.949Z Downloaded self-replace v1.5.0
3222026-05-18T19:26:12.952Z Downloaded getrandom v0.3.4
3232026-05-18T19:26:12.952Z Downloaded quinn-udp v0.5.14
3242026-05-18T19:26:12.955Z Downloaded shlex v1.3.0
3252026-05-18T19:26:12.955Z Downloaded serde_path_to_error v0.1.20
3262026-05-18T19:26:12.957Z Downloaded clap v4.6.1
3272026-05-18T19:26:12.960Z Downloaded try-lock v0.2.5
3282026-05-18T19:26:12.963Z Downloaded typeid v1.0.3
3292026-05-18T19:26:12.963Z Downloaded tracing-error v0.2.1
3302026-05-18T19:26:12.963Z Downloaded smol_str v0.3.6
3312026-05-18T19:26:12.966Z Downloaded static_assertions v1.1.0
3322026-05-18T19:26:12.966Z Downloaded spki v0.7.3
3332026-05-18T19:26:12.969Z Downloaded slab v0.4.12
3342026-05-18T19:26:12.969Z Downloaded unicode-xid v0.2.6
3352026-05-18T19:26:12.969Z Downloaded simd-adler32 v0.3.9
3362026-05-18T19:26:12.973Z Downloaded signal-hook-registry v1.4.8
3372026-05-18T19:26:12.973Z Downloaded tower-layer v0.3.3
3382026-05-18T19:26:12.973Z Downloaded semver v1.0.28
3392026-05-18T19:26:12.976Z Downloaded thiserror v1.0.69
3402026-05-18T19:26:12.976Z Downloaded target-spec-miette v0.4.6
3412026-05-18T19:26:12.979Z Downloaded rustls-pki-types v1.14.1
3422026-05-18T19:26:12.979Z Downloaded utf8parse v0.2.2
3432026-05-18T19:26:12.982Z Downloaded jobserver v0.1.34
3442026-05-18T19:26:12.982Z Downloaded urlencoding v2.1.3
3452026-05-18T19:26:12.982Z Downloaded thiserror-impl v1.0.69
3462026-05-18T19:26:12.984Z Downloaded thiserror v2.0.18
3472026-05-18T19:26:12.988Z Downloaded utf8_iter v1.0.4
3482026-05-18T19:26:12.988Z Downloaded version_check v0.9.5
3492026-05-18T19:26:12.989Z Downloaded eyre v0.6.12
3502026-05-18T19:26:12.991Z Downloaded thiserror-impl v2.0.18
3512026-05-18T19:26:12.991Z Downloaded futures-channel v0.3.32
3522026-05-18T19:26:12.991Z Downloaded duct v0.13.7
3532026-05-18T19:26:12.994Z Downloaded clap_derive v4.6.1
3542026-05-18T19:26:12.994Z Downloaded console v0.15.11
3552026-05-18T19:26:12.997Z Downloaded tokio-macros v2.7.0
3562026-05-18T19:26:12.997Z Downloaded tokio-native-tls v0.3.1
3572026-05-18T19:26:12.997Z Downloaded iana-time-zone v0.1.65
3582026-05-18T19:26:13.000Z Downloaded target-lexicon v0.13.3
3592026-05-18T19:26:13.000Z Downloaded quick-junit v0.5.2
3602026-05-18T19:26:13.004Z Downloaded pin-project v1.1.13
3612026-05-18T19:26:13.007Z Downloaded const-oid v0.9.6
3622026-05-18T19:26:13.013Z Downloaded ahash v0.8.12
3632026-05-18T19:26:13.013Z Downloaded cfg-expr v0.20.7
3642026-05-18T19:26:13.016Z Downloaded parking_lot_core v0.9.12
3652026-05-18T19:26:13.016Z Downloaded anstyle-parse v1.0.0
3662026-05-18T19:26:13.016Z Downloaded num-traits v0.2.19
3672026-05-18T19:26:13.018Z Downloaded toml_writer v1.1.1+spec-1.1.0
3682026-05-18T19:26:13.021Z Downloaded openssl-sys v0.9.116
3692026-05-18T19:26:13.028Z Downloaded litrs v1.0.0
3702026-05-18T19:26:13.031Z Downloaded untrusted v0.9.0
3712026-05-18T19:26:13.031Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3722026-05-18T19:26:13.034Z Downloaded serde_urlencoded v0.7.1
3732026-05-18T19:26:13.034Z Downloaded sha2 v0.10.9
3742026-05-18T19:26:13.037Z Downloaded xattr v1.6.1
3752026-05-18T19:26:13.040Z Downloaded proc-macro2 v1.0.106
3762026-05-18T19:26:13.040Z Downloaded once_cell v1.21.4
3772026-05-18T19:26:13.043Z Downloaded want v0.3.1
3782026-05-18T19:26:13.046Z Downloaded tracing-log v0.2.0
3792026-05-18T19:26:13.046Z Downloaded target-spec v3.6.0
3802026-05-18T19:26:13.049Z Downloaded borsh v1.6.1
3812026-05-18T19:26:13.052Z Downloaded unicode-linebreak v0.1.5
3822026-05-18T19:26:13.052Z Downloaded unicase v2.9.0
3832026-05-18T19:26:13.054Z Downloaded tempfile v3.27.0
3842026-05-18T19:26:13.054Z Downloaded ryu v1.0.23
3852026-05-18T19:26:13.059Z Downloaded getrandom v0.4.2
3862026-05-18T19:26:13.063Z Downloaded zipsign-api v0.1.5
3872026-05-18T19:26:13.063Z Downloaded xxhash-rust v0.8.15
3882026-05-18T19:26:13.063Z Downloaded self_update v0.42.0
3892026-05-18T19:26:13.063Z Downloaded getrandom v0.2.17
3902026-05-18T19:26:13.066Z Downloaded bitflags v2.11.1
3912026-05-18T19:26:13.069Z Downloaded futures v0.3.32
3922026-05-18T19:26:13.072Z Downloaded config v0.15.23
3932026-05-18T19:26:13.075Z Downloaded log v0.4.29
3942026-05-18T19:26:13.083Z Downloaded thread_local v1.1.9
3952026-05-18T19:26:13.086Z Downloaded crossterm v0.29.0
3962026-05-18T19:26:13.086Z Downloaded zstd-safe v7.2.4
3972026-05-18T19:26:13.087Z Downloaded zmij v1.0.21
3982026-05-18T19:26:13.087Z Downloaded tokio-stream v0.1.18
3992026-05-18T19:26:13.090Z Downloaded tracing-attributes v0.1.31
4002026-05-18T19:26:13.090Z Downloaded toml_parser v1.1.2+spec-1.1.0
4012026-05-18T19:26:13.093Z Downloaded serde_derive v1.0.228
4022026-05-18T19:26:13.093Z Downloaded tokio-rustls v0.26.4
4032026-05-18T19:26:13.100Z Downloaded signal-hook v0.3.18
4042026-05-18T19:26:13.100Z Downloaded zeroize v1.8.2
4052026-05-18T19:26:13.100Z Downloaded socket2 v0.6.3
4062026-05-18T19:26:13.100Z Downloaded smallvec v1.15.1
4072026-05-18T19:26:13.100Z Downloaded sharded-slab v0.1.7
4082026-05-18T19:26:13.105Z Downloaded quinn v0.11.9
4092026-05-18T19:26:13.105Z Downloaded bytes v1.11.1
4102026-05-18T19:26:13.110Z Downloaded indicatif v0.17.11
4112026-05-18T19:26:13.123Z Downloaded textwrap v0.16.2
4122026-05-18T19:26:13.126Z Downloaded rustls-webpki v0.103.13
4132026-05-18T19:26:13.128Z Downloaded serde_core v1.0.228
4142026-05-18T19:26:13.128Z Downloaded flate2 v1.1.9
4152026-05-18T19:26:13.132Z Downloaded tinyvec v1.11.0
4162026-05-18T19:26:13.134Z Downloaded zstd v0.13.3
4172026-05-18T19:26:13.134Z Downloaded toml v1.1.2+spec-1.1.0
4182026-05-18T19:26:13.137Z Downloaded toml v0.8.23
4192026-05-18T19:26:13.137Z Downloaded tar v0.4.46
4202026-05-18T19:26:13.140Z Downloaded ed25519-dalek v2.2.0
4212026-05-18T19:26:13.142Z Downloaded base64 v0.22.1
4222026-05-18T19:26:13.145Z Downloaded cc v1.2.62
4232026-05-18T19:26:13.145Z Downloaded unicode-ident v1.0.24
4242026-05-18T19:26:13.147Z Downloaded vte v0.14.1
4252026-05-18T19:26:13.147Z Downloaded derive_more v2.1.1
4262026-05-18T19:26:13.153Z Downloaded serde v1.0.228
4272026-05-18T19:26:13.165Z Downloaded toml_edit v0.22.27
4282026-05-18T19:26:13.172Z Downloaded memchr v2.8.0
4292026-05-18T19:26:13.176Z Downloaded uuid v1.23.1
4302026-05-18T19:26:13.181Z Downloaded tracing-core v0.1.36
4312026-05-18T19:26:13.191Z Downloaded miette v7.6.0
4322026-05-18T19:26:13.196Z Downloaded url v2.5.8
4332026-05-18T19:26:13.201Z Downloaded hyper-util v0.1.20
4342026-05-18T19:26:13.204Z Downloaded http v1.4.0
4352026-05-18T19:26:13.208Z Downloaded derive_more-impl v2.1.1
4362026-05-18T19:26:13.210Z Downloaded rand v0.9.4
4372026-05-18T19:26:13.213Z Downloaded mio v1.2.0
4382026-05-18T19:26:13.217Z Downloaded aho-corasick v1.1.4
4392026-05-18T19:26:13.223Z Downloaded indexmap v2.14.0
4402026-05-18T19:26:13.236Z Downloaded hashbrown v0.15.5
4412026-05-18T19:26:13.252Z Downloaded hashbrown v0.17.1
4422026-05-18T19:26:13.261Z Downloaded ron v0.12.1
4432026-05-18T19:26:13.268Z Downloaded serde_json v1.0.149
4442026-05-18T19:26:13.273Z Downloaded unicode-normalization v0.1.25
4452026-05-18T19:26:13.276Z Downloaded tower v0.5.3
4462026-05-18T19:26:13.280Z Downloaded guppy v0.17.25
4472026-05-18T19:26:13.283Z Downloaded typenum v1.20.0
4482026-05-18T19:26:13.287Z Downloaded unicode-segmentation v1.13.2
4492026-05-18T19:26:13.291Z Downloaded clap_builder v4.6.0
4502026-05-18T19:26:13.293Z Downloaded tower-http v0.6.11
4512026-05-18T19:26:13.296Z Downloaded regex v1.12.3
4522026-05-18T19:26:13.299Z Downloaded pulldown-cmark v0.13.3
4532026-05-18T19:26:13.301Z Downloaded h2 v0.4.14
4542026-05-18T19:26:13.304Z Downloaded futures-util v0.3.32
4552026-05-18T19:26:13.311Z Downloaded winnow v1.0.3
4562026-05-18T19:26:13.316Z Downloaded idna v1.1.0
4572026-05-18T19:26:13.319Z Downloaded winnow v0.7.15
4582026-05-18T19:26:13.326Z Downloaded tokio-util v0.7.18
4592026-05-18T19:26:13.330Z Downloaded reqwest v0.12.28
4602026-05-18T19:26:13.333Z Downloaded chrono v0.4.44
4612026-05-18T19:26:13.337Z Downloaded itertools v0.14.0
4622026-05-18T19:26:13.341Z Downloaded hyper v1.9.0
4632026-05-18T19:26:13.344Z Downloaded webpki-roots v1.0.7
4642026-05-18T19:26:13.349Z Downloaded portable-atomic v1.13.1
4652026-05-18T19:26:13.353Z Downloaded quick-xml v0.37.5
4662026-05-18T19:26:13.356Z Downloaded gimli v0.32.3
4672026-05-18T19:26:13.362Z Downloaded bstr v1.12.1
4682026-05-18T19:26:13.365Z Downloaded unicode-width v0.1.14
4692026-05-18T19:26:13.368Z Downloaded syn v2.0.117
4702026-05-18T19:26:13.374Z Downloaded curve25519-dalek v4.1.3
4712026-05-18T19:26:13.420Z Downloaded color-eyre v0.6.5
4722026-05-18T19:26:13.430Z Downloaded quinn-proto v0.11.14
4732026-05-18T19:26:13.440Z Downloaded quick-xml v0.38.4
4742026-05-18T19:26:13.444Z Downloaded tokio v1.52.3
4752026-05-18T19:26:13.473Z Downloaded tracing-subscriber v0.3.23
4762026-05-18T19:26:13.481Z Downloaded vcpkg v0.2.15
4772026-05-18T19:26:13.526Z Downloaded nextest-runner v0.80.0
4782026-05-18T19:26:13.533Z Downloaded openssl v0.10.80
4792026-05-18T19:26:13.537Z Downloaded zerocopy v0.8.48
4802026-05-18T19:26:13.548Z Downloaded unicode-width v0.2.2
4812026-05-18T19:26:13.552Z Downloaded nix v0.30.1
4822026-05-18T19:26:13.560Z Downloaded rustix v0.38.44
4832026-05-18T19:26:13.581Z Downloaded rustls v0.23.40
4842026-05-18T19:26:13.587Z Downloaded regex-syntax v0.8.10
4852026-05-18T19:26:13.591Z Downloaded object v0.37.3
4862026-05-18T19:26:13.603Z Downloaded rustix v1.1.4
4872026-05-18T19:26:13.650Z Downloaded tracing v0.1.44
4882026-05-18T19:26:13.668Z Downloaded regex-automata v0.4.14
4892026-05-18T19:26:13.731Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-05-18T19:26:13.741Z Downloaded petgraph v0.8.3
4912026-05-18T19:26:13.753Z Downloaded libc v0.2.186
4922026-05-18T19:26:13.823Z Downloaded recursion v0.5.4
4932026-05-18T19:26:13.830Z Downloaded ring v0.17.14
4942026-05-18T19:26:13.888Z Compiling libc v0.2.186
4952026-05-18T19:26:13.888Z Compiling proc-macro2 v1.0.106
4962026-05-18T19:26:13.888Z Compiling quote v1.0.45
4972026-05-18T19:26:13.893Z Compiling unicode-ident v1.0.24
4982026-05-18T19:26:13.893Z Compiling serde_core v1.0.228
4992026-05-18T19:26:13.893Z Compiling cfg-if v1.0.4
5002026-05-18T19:26:13.893Z Compiling memchr v2.8.0
5012026-05-18T19:26:13.893Z Compiling once_cell v1.21.4
5022026-05-18T19:26:14.128Z Compiling log v0.4.29
5032026-05-18T19:26:14.148Z Compiling pin-project-lite v0.2.17
5042026-05-18T19:26:14.246Z Compiling serde v1.0.228
5052026-05-18T19:26:14.298Z Compiling itoa v1.0.18
5062026-05-18T19:26:14.508Z Compiling futures-core v0.3.32
5072026-05-18T19:26:14.552Z Compiling smallvec v1.15.1
5082026-05-18T19:26:14.620Z Compiling bitflags v2.11.1
5092026-05-18T19:26:14.664Z Compiling hashbrown v0.17.1
5102026-05-18T19:26:14.795Z Compiling shlex v1.3.0
5112026-05-18T19:26:14.977Z Compiling errno v0.3.14
5122026-05-18T19:26:14.997Z Compiling equivalent v1.0.2
5132026-05-18T19:26:15.018Z Compiling find-msvc-tools v0.1.9
5142026-05-18T19:26:15.139Z Compiling signal-hook-registry v1.4.8
5152026-05-18T19:26:15.142Z Compiling jobserver v0.1.34
5162026-05-18T19:26:15.212Z Compiling bytes v1.11.1
5172026-05-18T19:26:15.249Z Compiling syn v2.0.117
5182026-05-18T19:26:15.276Z Compiling mio v1.2.0
5192026-05-18T19:26:15.326Z Compiling futures-sink v0.3.32
5202026-05-18T19:26:15.338Z Compiling cc v1.2.62
5212026-05-18T19:26:15.436Z Compiling rustix v1.1.4
5222026-05-18T19:26:15.463Z Compiling socket2 v0.6.3
5232026-05-18T19:26:15.689Z Compiling zmij v1.0.21
5242026-05-18T19:26:15.967Z Compiling slab v0.4.12
5252026-05-18T19:26:16.037Z Compiling futures-channel v0.3.32
5262026-05-18T19:26:16.071Z Compiling tracing-core v0.1.36
5272026-05-18T19:26:16.191Z Compiling serde_json v1.0.149
5282026-05-18T19:26:16.299Z Compiling version_check v0.9.5
5292026-05-18T19:26:16.333Z Compiling indexmap v2.14.0
5302026-05-18T19:26:16.528Z Compiling futures-io v0.3.32
5312026-05-18T19:26:16.584Z Compiling getrandom v0.4.2
5322026-05-18T19:26:16.607Z Compiling futures-task v0.3.32
5332026-05-18T19:26:16.784Z Compiling camino v1.2.2
5342026-05-18T19:26:16.809Z Compiling percent-encoding v2.3.2
5352026-05-18T19:26:16.889Z Compiling unicode-width v0.2.2
5362026-05-18T19:26:17.181Z Compiling ring v0.17.14
5372026-05-18T19:26:17.194Z Compiling http v1.4.0
5382026-05-18T19:26:17.211Z Compiling adler2 v2.0.1
5392026-05-18T19:26:17.235Z Compiling zeroize v1.8.2
5402026-05-18T19:26:17.262Z Compiling autocfg v1.5.0
5412026-05-18T19:26:17.391Z Compiling simd-adler32 v0.3.9
5422026-05-18T19:26:17.646Z Compiling num-traits v0.2.19
5432026-05-18T19:26:17.898Z Compiling miniz_oxide v0.8.9
5442026-05-18T19:26:17.936Z Compiling getrandom v0.3.4
5452026-05-18T19:26:18.047Z Compiling zerocopy v0.8.48
5462026-05-18T19:26:18.268Z Compiling target-lexicon v0.13.3
5472026-05-18T19:26:18.281Z Compiling object v0.37.3
5482026-05-18T19:26:18.508Z Compiling http-body v1.0.1
5492026-05-18T19:26:18.669Z Compiling rustls-pki-types v1.14.1
5502026-05-18T19:26:18.784Z Compiling form_urlencoded v1.2.2
5512026-05-18T19:26:18.796Z Compiling semver v1.0.28
5522026-05-18T19:26:18.933Z Compiling serde_derive v1.0.228
5532026-05-18T19:26:19.053Z Compiling tokio-macros v2.7.0
5542026-05-18T19:26:19.126Z Compiling futures-macro v0.3.32
5552026-05-18T19:26:19.342Z Compiling tracing-attributes v0.1.31
5562026-05-18T19:26:19.429Z Compiling getrandom v0.2.17
5572026-05-18T19:26:19.452Z Compiling owo-colors v4.3.0
5582026-05-18T19:26:19.543Z Compiling utf8_iter v1.0.4
5592026-05-18T19:26:19.618Z Compiling fnv v1.0.7
5602026-05-18T19:26:19.710Z Compiling guppy-workspace-hack v0.1.0
5612026-05-18T19:26:19.724Z Compiling signal-hook v0.3.18
5622026-05-18T19:26:19.784Z Compiling httparse v1.10.1
5632026-05-18T19:26:19.797Z Compiling tokio v1.52.3
5642026-05-18T19:26:19.937Z Compiling idna_adapter v1.0.0
5652026-05-18T19:26:19.949Z Compiling futures-util v0.3.32
5662026-05-18T19:26:19.960Z Compiling thiserror v2.0.18
5672026-05-18T19:26:20.037Z Compiling gimli v0.32.3
5682026-05-18T19:26:20.141Z Compiling untrusted v0.9.0
5692026-05-18T19:26:20.318Z Compiling idna v1.1.0
5702026-05-18T19:26:20.549Z Compiling tracing v0.1.44
5712026-05-18T19:26:20.606Z Compiling thiserror-impl v2.0.18
5722026-05-18T19:26:21.976Z Compiling addr2line v0.25.1
5732026-05-18T19:26:22.335Z Compiling generic-array v0.14.7
5742026-05-18T19:26:22.414Z Compiling pkg-config v0.3.33
5752026-05-18T19:26:22.573Z Compiling try-lock v0.2.5
5762026-05-18T19:26:22.589Z Compiling tower-service v0.3.3
5772026-05-18T19:26:22.663Z Compiling rustc-demangle v0.1.27
5782026-05-18T19:26:22.684Z Compiling thiserror v1.0.69
5792026-05-18T19:26:22.686Z Compiling rustls v0.23.40
5802026-05-18T19:26:22.856Z Compiling typeid v1.0.3
5812026-05-18T19:26:22.919Z Compiling atomic-waker v1.1.2
5822026-05-18T19:26:22.999Z Compiling fastrand v2.4.1
5832026-05-18T19:26:23.050Z Compiling target-spec v3.6.0
5842026-05-18T19:26:23.188Z Compiling tempfile v3.27.0
5852026-05-18T19:26:23.355Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-05-18T19:26:23.505Z Compiling want v0.3.1
5872026-05-18T19:26:23.684Z Compiling tokio-util v0.7.18
5882026-05-18T19:26:23.772Z Compiling cfg-expr v0.20.7
5892026-05-18T19:26:23.806Z Compiling url v2.5.8
5902026-05-18T19:26:24.728Z Compiling backtrace v0.3.76
5912026-05-18T19:26:24.757Z Compiling h2 v0.4.14
5922026-05-18T19:26:25.140Z Compiling thiserror-impl v1.0.69
5932026-05-18T19:26:25.506Z Compiling terminal_size v0.4.4
5942026-05-18T19:26:25.537Z Compiling aho-corasick v1.1.4
5952026-05-18T19:26:25.664Z Compiling regex-syntax v0.8.10
5962026-05-18T19:26:26.282Z Compiling rustls-webpki v0.103.13
5972026-05-18T19:26:26.294Z Compiling winnow v0.7.15
5982026-05-18T19:26:28.217Z Compiling erased-serde v0.4.10
5992026-05-18T19:26:28.518Z Compiling subtle v2.6.1
6002026-05-18T19:26:28.676Z Compiling typenum v1.20.0
6012026-05-18T19:26:29.173Z Compiling regex-automata v0.4.14
6022026-05-18T19:26:29.525Z Compiling hyper v1.9.0
6032026-05-18T19:26:31.018Z Compiling toml_datetime v0.6.11
6042026-05-18T19:26:31.400Z Compiling serde_spanned v0.6.9
6052026-05-18T19:26:31.564Z Compiling ahash v0.8.12
6062026-05-18T19:26:31.828Z Compiling sync_wrapper v1.0.2
6072026-05-18T19:26:31.945Z Compiling lazy_static v1.5.0
6082026-05-18T19:26:32.055Z Compiling parking_lot_core v0.9.12
6092026-05-18T19:26:32.337Z Compiling is_ci v1.2.0
6102026-05-18T19:26:32.510Z Compiling ipnet v2.12.0
6112026-05-18T19:26:32.678Z Compiling base64 v0.22.1
6122026-05-18T19:26:32.782Z Compiling either v1.15.0
6132026-05-18T19:26:33.006Z Compiling unicode-segmentation v1.13.2
6142026-05-18T19:26:33.146Z Compiling crc32fast v1.5.0
6152026-05-18T19:26:33.164Z Compiling foldhash v0.1.5
6162026-05-18T19:26:33.385Z Compiling nextest-workspace-hack v0.1.0
6172026-05-18T19:26:33.398Z Compiling toml_write v0.1.2
6182026-05-18T19:26:33.446Z Compiling portable-atomic v1.13.1
6192026-05-18T19:26:33.511Z Compiling tower-layer v0.3.3
6202026-05-18T19:26:33.614Z Compiling unicode-linebreak v0.1.5
6212026-05-18T19:26:33.654Z Compiling toml_edit v0.22.27
6222026-05-18T19:26:33.696Z Compiling tower v0.5.3
6232026-05-18T19:26:33.759Z Compiling convert_case v0.10.0
6242026-05-18T19:26:33.881Z Compiling textwrap v0.16.2
6252026-05-18T19:26:33.951Z Compiling hashbrown v0.15.5
6262026-05-18T19:26:34.015Z Compiling hyper-util v0.1.20
6272026-05-18T19:26:34.274Z Compiling supports-color v3.0.2
6282026-05-18T19:26:34.531Z Compiling sharded-slab v0.1.7
6292026-05-18T19:26:34.589Z Compiling tokio-rustls v0.26.4
6302026-05-18T19:26:35.118Z Compiling backtrace-ext v0.2.1
6312026-05-18T19:26:35.290Z Compiling ordered-float v2.10.1
6322026-05-18T19:26:35.378Z Compiling webpki-roots v1.0.7
6332026-05-18T19:26:35.492Z Compiling miette-derive v7.6.0
6342026-05-18T19:26:35.504Z Compiling pathdiff v0.2.3
6352026-05-18T19:26:35.556Z Compiling console v0.15.11
6362026-05-18T19:26:35.625Z Compiling tracing-log v0.2.0
6372026-05-18T19:26:35.980Z Compiling cargo-platform v0.3.3
6382026-05-18T19:26:36.562Z Compiling os_pipe v1.2.3
6392026-05-18T19:26:36.576Z Compiling thread_local v1.1.9
6402026-05-18T19:26:36.621Z Compiling winnow v1.0.3
6412026-05-18T19:26:36.734Z Compiling scopeguard v1.2.0
6422026-05-18T19:26:36.859Z Compiling supports-hyperlinks v3.2.0
6432026-05-18T19:26:36.933Z Compiling utf8parse v0.2.2
6442026-05-18T19:26:37.051Z Compiling supports-unicode v3.0.0
6452026-05-18T19:26:37.079Z Compiling zstd-safe v7.2.4
6462026-05-18T19:26:37.183Z Compiling pulldown-cmark v0.13.3
6472026-05-18T19:26:37.237Z Compiling unicode-width v0.1.14
6482026-05-18T19:26:37.334Z Compiling rustix v0.38.44
6492026-05-18T19:26:37.409Z Compiling cfg_aliases v0.2.1
6502026-05-18T19:26:37.485Z Compiling ryu v1.0.23
6512026-05-18T19:26:37.534Z Compiling fixedbitset v0.5.7
6522026-05-18T19:26:37.696Z Compiling debug-ignore v1.0.5
6532026-05-18T19:26:37.778Z Compiling petgraph v0.8.3
6542026-05-18T19:26:37.893Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-05-18T19:26:38.041Z Compiling serde_urlencoded v0.7.1
6562026-05-18T19:26:38.097Z Compiling nix v0.30.1
6572026-05-18T19:26:38.321Z Compiling miette v7.6.0
6582026-05-18T19:26:38.558Z Compiling anstyle-parse v1.0.0
6592026-05-18T19:26:38.778Z Compiling lock_api v0.4.14
6602026-05-18T19:26:39.020Z Compiling tracing-subscriber v0.3.23
6612026-05-18T19:26:39.216Z Compiling sigchld v0.2.4
6622026-05-18T19:26:39.429Z Compiling cargo_metadata v0.23.1
6632026-05-18T19:26:39.700Z Compiling serde-value v0.7.0
6642026-05-18T19:26:40.344Z Compiling hyper-rustls v0.27.9
6652026-05-18T19:26:40.450Z Compiling serde-untagged v0.1.9
6662026-05-18T19:26:40.835Z Compiling toml v0.8.23
6672026-05-18T19:26:41.691Z Compiling tower-http v0.6.11
6682026-05-18T19:26:42.258Z Compiling derive_more-impl v2.1.1
6692026-05-18T19:26:42.754Z Compiling itertools v0.14.0
6702026-05-18T19:26:42.980Z Compiling regex v1.12.3
6712026-05-18T19:26:43.047Z Compiling block-buffer v0.10.4
6722026-05-18T19:26:43.111Z Compiling crypto-common v0.1.7
6732026-05-18T19:26:43.199Z Compiling ppv-lite86 v0.2.21
6742026-05-18T19:26:43.248Z Compiling rand_core v0.9.5
6752026-05-18T19:26:43.504Z Compiling futures-executor v0.3.32
6762026-05-18T19:26:43.528Z Compiling pin-project-internal v1.1.13
6772026-05-18T19:26:43.733Z Compiling http-body-util v0.1.3
6782026-05-18T19:26:43.999Z Compiling uuid v1.23.1
6792026-05-18T19:26:44.030Z Compiling smol_str v0.3.6
6802026-05-18T19:26:44.216Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-05-18T19:26:44.356Z Compiling serde_spanned v1.1.1
6822026-05-18T19:26:44.382Z Compiling filetime v0.2.29
6832026-05-18T19:26:44.504Z Compiling bstr v1.12.1
6842026-05-18T19:26:44.516Z Compiling vte v0.14.1
6852026-05-18T19:26:44.588Z Compiling is_terminal_polyfill v1.70.2
6862026-05-18T19:26:44.588Z Compiling colorchoice v1.0.5
6872026-05-18T19:26:44.621Z Compiling iana-time-zone v0.1.65
6882026-05-18T19:26:44.683Z Compiling eyre v0.6.12
6892026-05-18T19:26:44.715Z Compiling color-spantrace v0.3.0
6902026-05-18T19:26:44.727Z Compiling unicode-xid v0.2.6
6912026-05-18T19:26:44.864Z Compiling nested v0.1.1
6922026-05-18T19:26:44.967Z Compiling litrs v1.0.0
6932026-05-18T19:26:45.006Z Compiling xattr v1.6.1
6942026-05-18T19:26:45.025Z Compiling tinyvec_macros v0.1.1
6952026-05-18T19:26:45.059Z Compiling number_prefix v0.4.0
6962026-05-18T19:26:45.102Z Compiling anstyle-query v1.1.5
6972026-05-18T19:26:45.182Z Compiling self_update v0.42.0
6982026-05-18T19:26:45.195Z Compiling anstyle v1.0.14
6992026-05-18T19:26:45.206Z Compiling unicase v2.9.0
7002026-05-18T19:26:45.217Z Compiling static_assertions v1.1.0
7012026-05-18T19:26:45.289Z Compiling guppy v0.17.25
7022026-05-18T19:26:45.302Z Compiling indicatif v0.17.11
7032026-05-18T19:26:45.389Z Compiling anstream v1.0.0
7042026-05-18T19:26:45.410Z Compiling document-features v0.2.12
7052026-05-18T19:26:45.456Z Compiling tar v0.4.46
7062026-05-18T19:26:45.901Z Compiling tinyvec v1.11.0
7072026-05-18T19:26:46.303Z Compiling globset v0.4.18
7082026-05-18T19:26:46.338Z Compiling cargo-util-schemas v0.2.0
7092026-05-18T19:26:46.579Z Compiling chrono v0.4.44
7102026-05-18T19:26:47.965Z Compiling strip-ansi-escapes v0.2.1
7112026-05-18T19:26:48.033Z Compiling pin-project v1.1.13
7122026-05-18T19:26:48.142Z Compiling toml v1.1.2+spec-1.1.0
7132026-05-18T19:26:48.402Z Compiling newtype-uuid v1.3.2
7142026-05-18T19:26:48.458Z Compiling nextest-metadata v0.12.2
7152026-05-18T19:26:48.612Z Compiling reqwest v0.12.28
7162026-05-18T19:26:48.754Z Compiling futures v0.3.32
7172026-05-18T19:26:48.840Z Compiling rand_chacha v0.9.0
7182026-05-18T19:26:49.407Z Compiling digest v0.10.7
7192026-05-18T19:26:49.507Z Compiling derive_more v2.1.1
7202026-05-18T19:26:49.590Z Compiling flate2 v1.1.9
7212026-05-18T19:26:49.654Z Compiling parking_lot v0.12.5
7222026-05-18T19:26:49.957Z Compiling tracing-error v0.2.1
7232026-05-18T19:26:50.130Z Compiling shared_child v1.1.1
7242026-05-18T19:26:50.528Z Compiling signal-hook-mio v0.2.5
7252026-05-18T19:26:50.554Z Compiling self-replace v1.5.0
7262026-05-18T19:26:50.661Z Compiling cargo-platform v0.2.0
7272026-05-18T19:26:50.847Z Compiling quick-xml v0.38.4
7282026-05-18T19:26:51.218Z Compiling quick-xml v0.37.5
7292026-05-18T19:26:51.774Z Compiling indenter v0.3.4
7302026-05-18T19:26:51.822Z Compiling cpufeatures v0.2.17
7312026-05-18T19:26:51.895Z Compiling strsim v0.11.1
7322026-05-18T19:26:51.908Z Compiling clap_lex v1.1.0
7332026-05-18T19:26:52.266Z Compiling humantime v2.3.0
7342026-05-18T19:26:52.489Z Compiling heck v0.5.0
7352026-05-18T19:26:52.692Z Compiling recursion v0.5.4
7362026-05-18T19:26:52.706Z Compiling urlencoding v2.1.3
7372026-05-18T19:26:52.716Z Compiling shell-words v1.1.1
7382026-05-18T19:26:52.727Z Compiling clap_derive v4.6.1
7392026-05-18T19:26:52.825Z Compiling nextest-filtering v0.15.0
7402026-05-18T19:26:52.953Z Compiling humantime-serde v1.1.1
7412026-05-18T19:26:53.109Z Compiling clap_builder v4.6.0
7422026-05-18T19:26:53.601Z Compiling sha2 v0.10.9
7432026-05-18T19:26:54.800Z Compiling quick-junit v0.5.2
7442026-05-18T19:26:55.048Z Compiling atomicwrites v0.4.4
7452026-05-18T19:26:55.333Z Compiling cargo_metadata v0.20.0
7462026-05-18T19:26:56.755Z Compiling crossterm v0.29.0
7472026-05-18T19:26:57.949Z Compiling cargo-nextest v0.9.97
7482026-05-18T19:26:59.024Z Compiling duct v0.13.7
7492026-05-18T19:26:59.447Z Compiling rand v0.9.4
7502026-05-18T19:26:59.566Z Compiling zstd v0.13.3
7512026-05-18T19:26:59.587Z Compiling async-scoped v0.9.0
7522026-05-18T19:26:59.780Z Compiling config v0.15.23
7532026-05-18T19:26:59.951Z Compiling unicode-normalization v0.1.25
7542026-05-18T19:26:59.988Z Compiling target-spec-miette v0.4.6
7552026-05-18T19:27:00.179Z Compiling future-queue v0.4.0
7562026-05-18T19:27:00.394Z Compiling mukti-metadata v0.3.0
7572026-05-18T19:27:00.472Z Compiling tokio-stream v0.1.18
7582026-05-18T19:27:00.521Z Compiling camino-tempfile v1.4.1
7592026-05-18T19:27:00.533Z Compiling derive-where v1.6.1
7602026-05-18T19:27:00.739Z Compiling serde_ignored v0.1.14
7612026-05-18T19:27:00.887Z Compiling serde_path_to_error v0.1.20
7622026-05-18T19:27:00.954Z Compiling home v0.5.12
7632026-05-18T19:27:00.998Z Compiling hex v0.4.3
7642026-05-18T19:27:01.088Z Compiling swrite v0.1.0
7652026-05-18T19:27:01.119Z Compiling xxhash-rust v0.8.15
7662026-05-18T19:27:01.194Z Compiling indent_write v2.2.0
7672026-05-18T19:27:01.285Z Compiling color-eyre v0.6.5
7682026-05-18T19:27:01.322Z Compiling clap v4.6.1
7692026-05-18T19:27:01.339Z Compiling dialoguer v0.11.0
7702026-05-18T19:27:01.352Z Compiling enable-ansi-support v0.2.1
7712026-05-18T19:27:01.771Z Compiling nextest-runner v0.80.0
7722026-05-18T19:27:19.782Z Finished `release` profile [optimized] target(s) in 1m 10s
7732026-05-18T19:27:19.970Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-05-18T19:27:19.973Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-05-18T19:27:20.092Z+ pushd mg-lower
7762026-05-18T19:27:20.095Z+ cargo nextest run
7772026-05-18T19:27:20.095Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7782026-05-18T19:27:20.249Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-05-18T19:27:21.186ZFrom https://github.com/oxidecomputer/falcon
7802026-05-18T19:27:21.186Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7812026-05-18T19:27:21.263Z Updating crates.io index
7822026-05-18T19:27:21.299Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-05-18T19:27:22.035ZFrom https://github.com/oxidecomputer/dendrite
7842026-05-18T19:27:22.035Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-05-18T19:27:22.114Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-05-18T19:27:22.359ZFrom https://github.com/oxidecomputer/ispf
7872026-05-18T19:27:22.359Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-05-18T19:27:22.365Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-05-18T19:27:22.724ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-05-18T19:27:22.724Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7912026-05-18T19:27:22.731Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-05-18T19:27:29.920ZFrom https://github.com/oxidecomputer/omicron
7932026-05-18T19:27:29.920Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7942026-05-18T19:27:30.327Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-05-18T19:27:30.935ZFrom https://github.com/oxidecomputer/opte
7962026-05-18T19:27:30.935Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7972026-05-18T19:27:31.089Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-05-18T19:27:31.327ZFrom https://github.com/illumos/smf-rs
7992026-05-18T19:27:31.327Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-05-18T19:27:31.421Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-05-18T19:27:31.658ZFrom https://github.com/oxidecomputer/network-interface
8022026-05-18T19:27:31.659Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-05-18T19:27:31.684Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-05-18T19:27:31.951ZFrom https://github.com/oxidecomputer/zone
8052026-05-18T19:27:31.951Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-05-18T19:27:32.023Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-05-18T19:27:32.636ZFrom https://github.com/oxidecomputer/propolis
8082026-05-18T19:27:32.636Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-05-18T19:27:32.729Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-05-18T19:27:33.191ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-05-18T19:27:33.191Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8122026-05-18T19:27:33.211Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-05-18T19:27:33.494ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-05-18T19:27:33.494Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8152026-05-18T19:27:33.501Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-05-18T19:27:33.782ZFrom https://github.com/jmesmon/rust-libzfs
8172026-05-18T19:27:33.782Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-05-18T19:27:33.790Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-05-18T19:27:34.042ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-05-18T19:27:34.042Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-05-18T19:27:34.090Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-05-18T19:27:34.421ZFrom https://github.com/oxidecomputer/lldp
8232026-05-18T19:27:34.421Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8242026-05-18T19:27:34.514Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-05-18T19:27:34.768ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-05-18T19:27:34.768Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-05-18T19:27:34.787Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-05-18T19:27:35.111ZFrom https://github.com/oxidecomputer/tufaceous
8292026-05-18T19:27:35.111Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8302026-05-18T19:27:35.175Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-05-18T19:27:35.611ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-05-18T19:27:35.611Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8332026-05-18T19:27:35.634Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-05-18T19:27:36.445ZFrom https://github.com/oxidecomputer/crucible
8352026-05-18T19:27:36.445Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-05-18T19:27:36.579Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-05-18T19:27:36.826ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-05-18T19:27:36.826Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-05-18T19:27:37.059Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-05-18T19:27:37.389ZFrom https://github.com/oxidecomputer/propolis
8412026-05-18T19:27:37.389Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8422026-05-18T19:27:37.487Z Updating git repository `https://github.com/oxidecomputer/opte`
8432026-05-18T19:27:37.782ZFrom https://github.com/oxidecomputer/opte
8442026-05-18T19:27:37.782Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
8452026-05-18T19:27:37.813Z Updating git repository `https://github.com/oxidecomputer/tofino`
8462026-05-18T19:27:38.136ZFrom https://github.com/oxidecomputer/tofino
8472026-05-18T19:27:38.136Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8482026-05-18T19:27:38.160Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8492026-05-18T19:27:38.805ZFrom https://github.com/oxidecomputer/maghemite
8502026-05-18T19:27:38.806Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8512026-05-18T19:27:38.872Z Updating git repository `https://github.com/oxidecomputer/clickward`
8522026-05-18T19:27:39.147ZFrom https://github.com/oxidecomputer/clickward
8532026-05-18T19:27:39.147Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8542026-05-18T19:27:39.307Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-05-18T19:27:39.682ZFrom https://github.com/oxidecomputer/crucible
8562026-05-18T19:27:39.682Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8572026-05-18T19:27:39.883Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8582026-05-18T19:27:40.145ZFrom https://github.com/oxidecomputer/illumos-devinfo
8592026-05-18T19:27:40.145Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8602026-05-18T19:27:40.869Z Downloading crates ...
8612026-05-18T19:27:40.968Z Downloaded async-stream-impl v0.3.6
8622026-05-18T19:27:40.976Z Downloaded base16ct v0.2.0
8632026-05-18T19:27:40.983Z Downloaded darling_macro v0.21.3
8642026-05-18T19:27:40.986Z Downloaded async-recursion v1.1.1
8652026-05-18T19:27:40.989Z Downloaded arrayref v0.3.9
8662026-05-18T19:27:40.989Z Downloaded float-ord v0.3.2
8672026-05-18T19:27:40.992Z Downloaded aead v0.5.2
8682026-05-18T19:27:40.995Z Downloaded hubpack_derive v0.1.1
8692026-05-18T19:27:40.995Z Downloaded fs-err v3.3.0
8702026-05-18T19:27:40.999Z Downloaded constant_time_eq v0.4.2
8712026-05-18T19:27:41.003Z Downloaded colored v3.1.1
8722026-05-18T19:27:41.006Z Downloaded num-derive v0.4.2
8732026-05-18T19:27:41.009Z Downloaded keccak v0.1.6
8742026-05-18T19:27:41.011Z Downloaded num_enum_derive v0.5.11
8752026-05-18T19:27:41.012Z Downloaded newtype-uuid-macros v0.1.0
8762026-05-18T19:27:41.014Z Downloaded foreign-types-macros v0.2.3
8772026-05-18T19:27:41.014Z Downloaded linked-hash-map v0.5.6
8782026-05-18T19:27:41.017Z Downloaded async-stream v0.3.6
8792026-05-18T19:27:41.017Z Downloaded icu_normalizer_data v2.2.0
8802026-05-18T19:27:41.021Z Downloaded bytecount v0.6.9
8812026-05-18T19:27:41.025Z Downloaded num v0.4.3
8822026-05-18T19:27:41.025Z Downloaded derive_more v0.99.20
8832026-05-18T19:27:41.028Z Downloaded console v0.16.3
8842026-05-18T19:27:41.028Z Downloaded chacha20 v0.10.0
8852026-05-18T19:27:41.031Z Downloaded hashbrown v0.16.1
8862026-05-18T19:27:41.034Z Downloaded oxide-tokio-rt v0.1.6
8872026-05-18T19:27:41.037Z Downloaded hubpack v0.1.2
8882026-05-18T19:27:41.040Z Downloaded httpdate v1.0.3
8892026-05-18T19:27:41.040Z Downloaded compression-core v0.4.32
8902026-05-18T19:27:41.044Z Downloaded hickory-resolver v0.24.4
8912026-05-18T19:27:41.044Z Downloaded crc8 v0.1.1
8922026-05-18T19:27:41.047Z Downloaded ciborium-io v0.2.2
8932026-05-18T19:27:41.047Z Downloaded git-stub v1.0.0
8942026-05-18T19:27:41.050Z Downloaded foreign-types-shared v0.3.1
8952026-05-18T19:27:41.055Z Downloaded hostname v0.4.2
8962026-05-18T19:27:41.058Z Downloaded lru-cache v0.1.2
8972026-05-18T19:27:41.061Z Downloaded hash32 v0.3.1
8982026-05-18T19:27:41.064Z Downloaded bit-set v0.8.0
8992026-05-18T19:27:41.067Z Downloaded cpufeatures v0.3.0
9002026-05-18T19:27:41.071Z Downloaded newline-converter v0.3.0
9012026-05-18T19:27:41.074Z Downloaded ident_case v1.0.1
9022026-05-18T19:27:41.074Z Downloaded hostname v0.3.1
9032026-05-18T19:27:41.074Z Downloaded dof v0.3.0
9042026-05-18T19:27:41.077Z Downloaded is-terminal v0.4.17
9052026-05-18T19:27:41.077Z Downloaded konst_macro_rules v0.2.19
9062026-05-18T19:27:41.079Z Downloaded ipnetwork v0.21.1
9072026-05-18T19:27:41.079Z Downloaded ingot v0.1.1
9082026-05-18T19:27:41.085Z Downloaded foldhash v0.2.0
9092026-05-18T19:27:41.088Z Downloaded ciborium-ll v0.2.2
9102026-05-18T19:27:41.088Z Downloaded cobs v0.3.0
9112026-05-18T19:27:41.088Z Downloaded darling_macro v0.23.0
9122026-05-18T19:27:41.088Z Downloaded dyn-clone v1.0.20
9132026-05-18T19:27:41.090Z Downloaded enum-as-inner v0.6.1
9142026-05-18T19:27:41.090Z Downloaded gethostname v0.5.0
9152026-05-18T19:27:41.093Z Downloaded num-conv v0.2.1
9162026-05-18T19:27:41.093Z Downloaded mime v0.3.17
9172026-05-18T19:27:41.096Z Downloaded match_cfg v0.1.0
9182026-05-18T19:27:41.096Z Downloaded convert_case v0.4.0
9192026-05-18T19:27:41.099Z Downloaded macaddr v1.0.1
9202026-05-18T19:27:41.102Z Downloaded defmt v0.3.100
9212026-05-18T19:27:41.108Z Downloaded memmap v0.7.0
9222026-05-18T19:27:41.111Z Downloaded memoffset v0.9.1
9232026-05-18T19:27:41.115Z Downloaded argon2 v0.5.3
9242026-05-18T19:27:41.115Z Downloaded parse-display v0.10.0
9252026-05-18T19:27:41.117Z Downloaded num-iter v0.1.45
9262026-05-18T19:27:41.117Z Downloaded parse-display-derive v0.10.0
9272026-05-18T19:27:41.117Z Downloaded num-complex v0.4.6
9282026-05-18T19:27:41.121Z Downloaded num_enum v0.5.11
9292026-05-18T19:27:41.124Z Downloaded linear-map v1.2.0
9302026-05-18T19:27:41.124Z Downloaded crucible-workspace-hack v0.1.0
9312026-05-18T19:27:41.127Z Downloaded internet-checksum v0.2.1
9322026-05-18T19:27:41.127Z Downloaded glob v0.3.3
9332026-05-18T19:27:41.127Z Downloaded bitflags v1.3.2
9342026-05-18T19:27:41.130Z Downloaded natord v1.0.9
9352026-05-18T19:27:41.133Z Downloaded dropshot-api-manager-types v0.7.1
9362026-05-18T19:27:41.133Z Downloaded plain v0.2.3
9372026-05-18T19:27:41.135Z Downloaded idna_adapter v1.2.2
9382026-05-18T19:27:41.135Z Downloaded fixedbitset v0.4.2
9392026-05-18T19:27:41.138Z Downloaded dunce v1.0.5
9402026-05-18T19:27:41.138Z Downloaded icu_provider v2.2.0
9412026-05-18T19:27:41.141Z Downloaded const-random-macro v0.1.16
9422026-05-18T19:27:41.141Z Downloaded defmt-parser v1.0.0
9432026-05-18T19:27:41.149Z Downloaded crunchy v0.2.4
9442026-05-18T19:27:41.149Z Downloaded powerfmt v0.2.0
9452026-05-18T19:27:41.149Z Downloaded proc-macro-crate v3.5.0
9462026-05-18T19:27:41.149Z Downloaded opaque-debug v0.3.1
9472026-05-18T19:27:41.149Z Downloaded cstr-argument v0.1.2
9482026-05-18T19:27:41.149Z Downloaded inout v0.1.4
9492026-05-18T19:27:41.152Z Downloaded embedded-io v0.6.1
9502026-05-18T19:27:41.152Z Downloaded proc-macro-error-attr2 v2.0.0
9512026-05-18T19:27:41.156Z Downloaded num_threads v0.1.7
9522026-05-18T19:27:41.156Z Downloaded proc-macro-error-attr v1.0.4
9532026-05-18T19:27:41.156Z Downloaded fs_extra v1.3.0
9542026-05-18T19:27:41.159Z Downloaded dof v0.4.0
9552026-05-18T19:27:41.159Z Downloaded managed v0.8.0
9562026-05-18T19:27:41.159Z Downloaded base16ct v1.0.0
9572026-05-18T19:27:41.161Z Downloaded dtrace-parser v0.2.0
9582026-05-18T19:27:41.161Z Downloaded oxnet v0.1.5
9592026-05-18T19:27:41.165Z Downloaded instant v0.1.13
9602026-05-18T19:27:41.165Z Downloaded num_enum v0.7.6
9612026-05-18T19:27:41.168Z Downloaded libsw v3.5.0
9622026-05-18T19:27:41.168Z Downloaded num-rational v0.4.2
9632026-05-18T19:27:41.172Z Downloaded num-integer v0.1.46
9642026-05-18T19:27:41.172Z Downloaded git-stub-vcs v0.1.0
9652026-05-18T19:27:41.175Z Downloaded no-std-compat v0.4.1
9662026-05-18T19:27:41.175Z Downloaded dtrace-parser v0.3.0
9672026-05-18T19:27:41.175Z Downloaded potential_utf v0.1.5
9682026-05-18T19:27:41.180Z Downloaded omicron-workspace-hack v0.1.0
9692026-05-18T19:27:41.180Z Downloaded phf_shared v0.12.1
9702026-05-18T19:27:41.180Z Downloaded olpc-cjson v0.1.4
9712026-05-18T19:27:41.182Z Downloaded fxhash v0.2.1
9722026-05-18T19:27:41.182Z Downloaded heck v0.4.1
9732026-05-18T19:27:41.182Z Downloaded newtype_derive v0.1.6
9742026-05-18T19:27:41.182Z Downloaded progenitor-macro v0.11.2
9752026-05-18T19:27:41.185Z Downloaded libscf-sys v1.2.0
9762026-05-18T19:27:41.185Z Downloaded foreign-types v0.5.0
9772026-05-18T19:27:41.185Z Downloaded const-random v0.1.18
9782026-05-18T19:27:41.190Z Downloaded bcs v0.1.6
9792026-05-18T19:27:41.193Z Downloaded proc-macro-crate v1.3.1
9802026-05-18T19:27:41.193Z Downloaded password-hash v0.5.0
9812026-05-18T19:27:41.193Z Downloaded hickory-resolver v0.25.2
9822026-05-18T19:27:41.196Z Downloaded group v0.13.0
9832026-05-18T19:27:41.199Z Downloaded defmt-macros v1.1.0
9842026-05-18T19:27:41.202Z Downloaded progenitor-macro v0.10.0
9852026-05-18T19:27:41.202Z Downloaded quick-error v1.2.3
9862026-05-18T19:27:41.202Z Downloaded progenitor-client v0.11.2
9872026-05-18T19:27:41.205Z Downloaded arrayvec v0.7.6
9882026-05-18T19:27:41.205Z Downloaded pretty-hex v0.4.2
9892026-05-18T19:27:41.208Z Downloaded async-trait v0.1.89
9902026-05-18T19:27:41.208Z Downloaded poly1305 v0.8.0
9912026-05-18T19:27:41.210Z Downloaded num_enum_derive v0.7.6
9922026-05-18T19:27:41.213Z Downloaded critical-section v1.2.0
9932026-05-18T19:27:41.213Z Downloaded cipher v0.4.4
9942026-05-18T19:27:41.213Z Downloaded highway v1.3.0
9952026-05-18T19:27:41.216Z Downloaded backoff v0.4.0
9962026-05-18T19:27:41.219Z Downloaded rand_xorshift v0.4.0
9972026-05-18T19:27:41.219Z Downloaded cmake v0.1.58
9982026-05-18T19:27:41.219Z Downloaded rand_chacha v0.3.1
9992026-05-18T19:27:41.222Z Downloaded deranged v0.5.8
10002026-05-18T19:27:41.222Z Downloaded byteorder v1.5.0
10012026-05-18T19:27:41.225Z Downloaded ff v0.13.1
10022026-05-18T19:27:41.228Z Downloaded progenitor-client v0.14.0
10032026-05-18T19:27:41.228Z Downloaded ingot-macros v0.1.1
10042026-05-18T19:27:41.231Z Downloaded progenitor-client v0.10.0
10052026-05-18T19:27:41.234Z Downloaded proc-macro-error v1.0.4
10062026-05-18T19:27:41.234Z Downloaded daft v0.1.7
10072026-05-18T19:27:41.237Z Downloaded multer v3.1.0
10082026-05-18T19:27:41.237Z Downloaded pest_derive v2.8.6
10092026-05-18T19:27:41.240Z Downloaded indexmap v1.9.3
10102026-05-18T19:27:41.240Z Downloaded progenitor-macro v0.14.0
10112026-05-18T19:27:41.243Z Downloaded progenitor v0.14.0
10122026-05-18T19:27:41.243Z Downloaded memmap2 v0.9.10
10132026-05-18T19:27:41.246Z Downloaded progenitor-macro v0.13.0
10142026-05-18T19:27:41.246Z Downloaded ingot-types v0.1.2
10152026-05-18T19:27:41.249Z Downloaded ref-cast-impl v1.0.25
10162026-05-18T19:27:41.252Z Downloaded scroll_derive v0.13.1
10172026-05-18T19:27:41.252Z Downloaded same-file v1.0.6
10182026-05-18T19:27:41.256Z Downloaded rustc_version v0.1.7
10192026-05-18T19:27:41.256Z Downloaded progenitor v0.13.0
10202026-05-18T19:27:41.259Z Downloaded pem v3.0.6
10212026-05-18T19:27:41.259Z Downloaded data-encoding v2.11.0
10222026-05-18T19:27:41.259Z Downloaded crossbeam-deque v0.8.6
10232026-05-18T19:27:41.259Z Downloaded pest_generator v2.8.6
10242026-05-18T19:27:41.273Z Downloaded csv-core v0.1.13
10252026-05-18T19:27:41.273Z Downloaded heapless v0.8.0
10262026-05-18T19:27:41.273Z Downloaded compression-codecs v0.4.38
10272026-05-18T19:27:41.273Z Downloaded scroll_derive v0.12.1
10282026-05-18T19:27:41.273Z Downloaded konst v0.2.20
10292026-05-18T19:27:41.273Z Downloaded sha1 v0.10.6
10302026-05-18T19:27:41.276Z Downloaded daft-derive v0.1.7
10312026-05-18T19:27:41.276Z Downloaded const_format_proc_macros v0.2.34
10322026-05-18T19:27:41.276Z Downloaded sigpipe v0.1.3
10332026-05-18T19:27:41.277Z Downloaded displaydoc v0.2.5
10342026-05-18T19:27:41.279Z Downloaded half v2.7.1
10352026-05-18T19:27:41.282Z Downloaded byte-wrapper v0.1.0
10362026-05-18T19:27:41.282Z Downloaded libsw-core v0.3.2
10372026-05-18T19:27:41.285Z Downloaded phf v0.12.1
10382026-05-18T19:27:41.289Z Downloaded proc-macro-error2 v2.0.1
10392026-05-18T19:27:41.293Z Downloaded siphasher v1.0.3
10402026-05-18T19:27:41.293Z Downloaded ref-cast v1.0.25
10412026-05-18T19:27:41.296Z Downloaded progenitor-extras v0.2.0
10422026-05-18T19:27:41.296Z Downloaded serde-big-array v0.5.1
10432026-05-18T19:27:41.296Z Downloaded serial_test v3.4.0
10442026-05-18T19:27:41.300Z Downloaded semver v0.1.20
10452026-05-18T19:27:41.300Z Downloaded secrecy v0.10.3
10462026-05-18T19:27:41.300Z Downloaded serial_test_derive v3.4.0
10472026-05-18T19:27:41.303Z Downloaded serde_plain v1.0.2
10482026-05-18T19:27:41.303Z Downloaded slog-envlogger v2.2.0
10492026-05-18T19:27:41.306Z Downloaded smawk v0.3.2
10502026-05-18T19:27:41.306Z Downloaded slog-bunyan v2.5.0
10512026-05-18T19:27:41.306Z Downloaded parking_lot_core v0.8.6
10522026-05-18T19:27:41.309Z Downloaded resolv-conf v0.7.6
10532026-05-18T19:27:41.312Z Downloaded icu_normalizer v2.2.0
10542026-05-18T19:27:41.315Z Downloaded darling v0.23.0
10552026-05-18T19:27:41.318Z Downloaded embedded-io v0.4.0
10562026-05-18T19:27:41.318Z Downloaded stable_deref_trait v1.2.1
10572026-05-18T19:27:41.321Z Downloaded drift v0.1.4
10582026-05-18T19:27:41.324Z Downloaded structmeta-derive v0.3.0
10592026-05-18T19:27:41.328Z Downloaded tabled_derive v0.11.0
10602026-05-18T19:27:41.328Z Downloaded cookie v0.18.1
10612026-05-18T19:27:41.331Z Downloaded rustversion v1.0.22
10622026-05-18T19:27:41.331Z Downloaded progenitor-client v0.13.0
10632026-05-18T19:27:41.331Z Downloaded progenitor v0.11.2
10642026-05-18T19:27:41.334Z Downloaded litemap v0.8.2
10652026-05-18T19:27:41.334Z Downloaded papergrid v0.11.0
10662026-05-18T19:27:41.337Z Downloaded serde_tokenstream v0.2.3
10672026-05-18T19:27:41.337Z Downloaded rand_core v0.10.1
10682026-05-18T19:27:41.339Z Downloaded scroll v0.12.0
10692026-05-18T19:27:41.343Z Downloaded tabled_derive v0.7.0
10702026-05-18T19:27:41.345Z Downloaded strum v0.27.2
10712026-05-18T19:27:41.345Z Downloaded strum v0.26.3
10722026-05-18T19:27:41.345Z Downloaded take_mut v0.2.2
10732026-05-18T19:27:41.345Z Downloaded postcard v1.1.3
10742026-05-18T19:27:41.348Z Downloaded testing_table v0.3.0
10752026-05-18T19:27:41.348Z Downloaded thread-id v5.1.0
10762026-05-18T19:27:41.348Z Downloaded tagptr v0.2.0
10772026-05-18T19:27:41.352Z Downloaded time-core v0.1.8
10782026-05-18T19:27:41.352Z Downloaded tabwriter v1.4.1
10792026-05-18T19:27:41.352Z Downloaded serde_derive_internals v0.29.1
10802026-05-18T19:27:41.355Z Downloaded progenitor v0.10.0
10812026-05-18T19:27:41.355Z Downloaded icu_properties v2.2.0
10822026-05-18T19:27:41.357Z Downloaded backon v1.6.0
10832026-05-18T19:27:41.357Z Downloaded crossbeam-channel v0.5.15
10842026-05-18T19:27:41.360Z Downloaded schemars_derive v0.8.22
10852026-05-18T19:27:41.363Z Downloaded thread-id v4.2.2
10862026-05-18T19:27:41.363Z Downloaded thiserror-impl-no-std v2.0.2
10872026-05-18T19:27:41.363Z Downloaded termtree v0.5.1
10882026-05-18T19:27:41.366Z Downloaded blake2 v0.10.6
10892026-05-18T19:27:41.366Z Downloaded crossbeam-epoch v0.9.18
10902026-05-18T19:27:41.369Z Downloaded rustls-native-certs v0.8.3
10912026-05-18T19:27:41.369Z Downloaded slog-async v2.8.0
10922026-05-18T19:27:41.369Z Downloaded hmac v0.12.1
10932026-05-18T19:27:41.372Z Downloaded derive-ex v0.1.8
10942026-05-18T19:27:41.372Z Downloaded cargo_toml v0.22.3
10952026-05-18T19:27:41.372Z Downloaded bs58 v0.5.1
10962026-05-18T19:27:41.375Z Downloaded bit-vec v0.8.0
10972026-05-18T19:27:41.375Z Downloaded slog-stdlog v4.1.1
10982026-05-18T19:27:41.377Z Downloaded slog-scope v4.4.1
10992026-05-18T19:27:41.377Z Downloaded rhai_codegen v3.1.0
11002026-05-18T19:27:41.381Z Downloaded omicron-zone-package v0.12.2
11012026-05-18T19:27:41.383Z Downloaded smartstring v1.0.1
11022026-05-18T19:27:41.386Z Downloaded structmeta v0.3.0
11032026-05-18T19:27:41.387Z Downloaded snafu-derive v0.8.9
11042026-05-18T19:27:41.387Z Downloaded rusty-fork v0.3.1
11052026-05-18T19:27:41.387Z Downloaded paste v1.0.15
11062026-05-18T19:27:41.389Z Downloaded strum_macros v0.26.4
11072026-05-18T19:27:41.392Z Downloaded slog-dtrace v0.3.0
11082026-05-18T19:27:41.392Z Downloaded serde_repr v0.1.20
11092026-05-18T19:27:41.392Z Downloaded topological-sort v0.2.2
11102026-05-18T19:27:41.395Z Downloaded sdd v3.0.10
11112026-05-18T19:27:41.395Z Downloaded universal-hash v0.5.1
11122026-05-18T19:27:41.395Z Downloaded unarray v0.1.4
11132026-05-18T19:27:41.398Z Downloaded chacha20 v0.9.1
11142026-05-18T19:27:41.398Z Downloaded anyhow v1.0.102
11152026-05-18T19:27:41.401Z Downloaded ciborium v0.2.2
11162026-05-18T19:27:41.401Z Downloaded expectorate v1.2.0
11172026-05-18T19:27:41.404Z Downloaded diff v0.1.13
11182026-05-18T19:27:41.404Z Downloaded synstructure v0.13.2
11192026-05-18T19:27:41.404Z Downloaded untrusted v0.7.1
11202026-05-18T19:27:41.404Z Downloaded typify-macro v0.4.3
11212026-05-18T19:27:41.408Z Downloaded usdt-attr-macro v0.6.0
11222026-05-18T19:27:41.408Z Downloaded usdt-attr-macro v0.5.0
11232026-05-18T19:27:41.408Z Downloaded progenitor-impl v0.14.0
11242026-05-18T19:27:41.408Z Downloaded arc-swap v1.9.1
11252026-05-18T19:27:41.411Z Downloaded usdt v0.6.0
11262026-05-18T19:27:41.411Z Downloaded usdt v0.5.0
11272026-05-18T19:27:41.411Z Downloaded usdt-macro v0.5.0
11282026-05-18T19:27:41.413Z Downloaded waitgroup v0.1.2
11292026-05-18T19:27:41.413Z Downloaded scroll v0.13.0
11302026-05-18T19:27:41.413Z Downloaded allocator-api2 v0.2.21
11312026-05-18T19:27:41.416Z Downloaded yoke-derive v0.8.2
11322026-05-18T19:27:41.416Z Downloaded wait-timeout v0.2.1
11332026-05-18T19:27:41.416Z Downloaded unit-prefix v0.5.2
11342026-05-18T19:27:41.416Z Downloaded icu_locale_core v2.2.0
11352026-05-18T19:27:41.419Z Downloaded smf v0.2.3
11362026-05-18T19:27:41.422Z Downloaded slog-term v2.9.2
11372026-05-18T19:27:41.422Z Downloaded progenitor-impl v0.10.0
11382026-05-18T19:27:41.425Z Downloaded defmt v1.1.0
11392026-05-18T19:27:41.428Z Downloaded indicatif v0.18.4
11402026-05-18T19:27:41.428Z Downloaded spin v0.5.2
11412026-05-18T19:27:41.431Z Downloaded rustls-pemfile v2.2.0
11422026-05-18T19:27:41.431Z Downloaded strum_macros v0.27.2
11432026-05-18T19:27:41.434Z Downloaded tinystr v0.8.3
11442026-05-18T19:27:41.434Z Downloaded thiserror-no-std v2.0.2
11452026-05-18T19:27:41.436Z Downloaded utf-8 v0.7.6
11462026-05-18T19:27:41.436Z Downloaded usdt-macro v0.6.0
11472026-05-18T19:27:41.436Z Downloaded time-macros v0.2.27
11482026-05-18T19:27:41.439Z Downloaded darling v0.21.3
11492026-05-18T19:27:41.444Z Downloaded zeroize_derive v1.4.3
11502026-05-18T19:27:41.444Z Downloaded zone v0.3.1
11512026-05-18T19:27:41.444Z Downloaded zerofrom-derive v0.1.7
11522026-05-18T19:27:41.444Z Downloaded zerofrom v0.1.8
11532026-05-18T19:27:41.444Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11542026-05-18T19:27:41.447Z Downloaded tokio-dtrace v0.1.1
11552026-05-18T19:27:41.447Z Downloaded tiny-keccak v2.0.2
11562026-05-18T19:27:41.447Z Downloaded tokio-rustls v0.25.0
11572026-05-18T19:27:41.447Z Downloaded crossbeam-utils v0.8.21
11582026-05-18T19:27:41.450Z Downloaded elliptic-curve v0.13.8
11592026-05-18T19:27:41.453Z Downloaded dropshot_endpoint v0.17.0
11602026-05-18T19:27:41.453Z Downloaded erased-serde v0.3.31
11612026-05-18T19:27:41.455Z Downloaded cancel-safe-futures v0.1.5
11622026-05-18T19:27:41.459Z Downloaded zone_cfg_derive v0.3.1
11632026-05-18T19:27:41.459Z Downloaded progenitor-impl v0.11.2
11642026-05-18T19:27:41.459Z Downloaded jiff-static v0.2.24
11652026-05-18T19:27:41.462Z Downloaded slog-json v2.6.1
11662026-05-18T19:27:41.462Z Downloaded spin v0.9.8
11672026-05-18T19:27:41.466Z Downloaded rustls-platform-verifier v0.7.0
11682026-05-18T19:27:41.469Z Downloaded parking_lot v0.11.2
11692026-05-18T19:27:41.472Z Downloaded schemars v0.8.22
11702026-05-18T19:27:41.476Z Downloaded serde_with_macros v3.20.0
11712026-05-18T19:27:41.479Z Downloaded typify-macro v0.6.2
11722026-05-18T19:27:41.479Z Downloaded chacha20poly1305 v0.10.1
11732026-05-18T19:27:41.482Z Downloaded serde_yaml v0.9.34+deprecated
11742026-05-18T19:27:41.482Z Downloaded walkdir v2.5.0
11752026-05-18T19:27:41.485Z Downloaded term v1.2.1
11762026-05-18T19:27:41.487Z Downloaded icu_collections v2.2.0
11772026-05-18T19:27:41.490Z Downloaded slog v2.8.2
11782026-05-18T19:27:41.493Z Downloaded libm v0.2.16
11792026-05-18T19:27:41.496Z Downloaded tokio-tungstenite v0.21.0
11802026-05-18T19:27:41.499Z Downloaded writeable v0.6.3
11812026-05-18T19:27:41.499Z Downloaded whoami v1.6.1
11822026-05-18T19:27:41.502Z Downloaded thin-vec v0.2.18
11832026-05-18T19:27:41.502Z Downloaded xz2 v0.1.7
11842026-05-18T19:27:41.502Z Downloaded usdt-impl v0.5.0
11852026-05-18T19:27:41.505Z Downloaded similar v2.7.0
11862026-05-18T19:27:41.507Z Downloaded papergrid v0.17.0
11872026-05-18T19:27:41.510Z Downloaded zerovec-derive v0.11.3
11882026-05-18T19:27:41.513Z Downloaded hashbrown v0.12.3
11892026-05-18T19:27:41.517Z Downloaded pest_meta v2.8.6
11902026-05-18T19:27:41.517Z Downloaded darling_core v0.21.3
11912026-05-18T19:27:41.522Z Downloaded pretty_assertions v1.4.1
11922026-05-18T19:27:41.525Z Downloaded base64 v0.21.7
11932026-05-18T19:27:41.528Z Downloaded ucd-trie v0.1.7
11942026-05-18T19:27:41.528Z Downloaded vsss-rs v3.3.4
11952026-05-18T19:27:41.531Z Downloaded async-compression v0.4.42
11962026-05-18T19:27:41.534Z Downloaded yoke v0.8.2
11972026-05-18T19:27:41.534Z Downloaded usdt-impl v0.6.0
11982026-05-18T19:27:41.534Z Downloaded test-strategy v0.4.5
11992026-05-18T19:27:41.536Z Downloaded icu_properties_data v2.2.0
12002026-05-18T19:27:41.541Z Downloaded toml v0.7.8
12012026-05-18T19:27:41.544Z Downloaded zerocopy-derive v0.7.35
12022026-05-18T19:27:41.546Z Downloaded toml v0.9.12+spec-1.1.0
12032026-05-18T19:27:41.549Z Downloaded const_format v0.2.36
12042026-05-18T19:27:41.552Z Downloaded rayon-core v1.13.0
12052026-05-18T19:27:41.554Z Downloaded prettyplease v0.2.37
12062026-05-18T19:27:41.554Z Downloaded schemars v0.9.0
12072026-05-18T19:27:41.562Z Downloaded unsafe-libyaml v0.2.11
12082026-05-18T19:27:41.565Z Downloaded rand v0.8.6
12092026-05-18T19:27:41.569Z Downloaded typify v0.4.3
12102026-05-18T19:27:41.571Z Downloaded toml_edit v0.25.11+spec-1.1.0
12112026-05-18T19:27:41.574Z Downloaded crypto-bigint v0.5.5
12122026-05-18T19:27:41.580Z Downloaded yansi v1.0.1
12132026-05-18T19:27:41.585Z Downloaded tar v0.4.45
12142026-05-18T19:27:41.585Z Downloaded steno v0.4.1
12152026-05-18T19:27:41.588Z Downloaded minimal-lexical v0.2.1
12162026-05-18T19:27:41.588Z Downloaded dropshot-api-manager v0.7.1
12172026-05-18T19:27:41.591Z Downloaded tungstenite v0.21.0
12182026-05-18T19:27:41.594Z Downloaded typify v0.6.2
12192026-05-18T19:27:41.596Z Downloaded snafu v0.8.9
12202026-05-18T19:27:41.599Z Downloaded pest v2.8.6
12212026-05-18T19:27:41.602Z Downloaded nom v8.0.0
12222026-05-18T19:27:41.604Z Downloaded nom v7.1.3
12232026-05-18T19:27:41.609Z Downloaded rand v0.10.1
12242026-05-18T19:27:41.612Z Downloaded schemars v1.2.1
12252026-05-18T19:27:41.619Z Downloaded zerocopy-derive v0.8.48
12262026-05-18T19:27:41.624Z Downloaded toml_edit v0.19.15
12272026-05-18T19:27:41.633Z Downloaded zerotrie v0.2.4
12282026-05-18T19:27:41.636Z Downloaded typed-path v0.9.3
12292026-05-18T19:27:41.638Z Downloaded iddqd v0.3.18
12302026-05-18T19:27:41.643Z Downloaded scc v2.4.0
12312026-05-18T19:27:41.646Z Downloaded progenitor-impl v0.13.0
12322026-05-18T19:27:41.649Z Downloaded darling_core v0.23.0
12332026-05-18T19:27:41.651Z Downloaded qorb v0.4.1
12342026-05-18T19:27:41.660Z Downloaded tough v0.22.0
12352026-05-18T19:27:41.668Z Downloaded itertools v0.12.1
12362026-05-18T19:27:41.671Z Downloaded aws-lc-rs v1.17.0
12372026-05-18T19:27:41.677Z Downloaded zerocopy v0.7.35
12382026-05-18T19:27:41.686Z Downloaded reqwest v0.13.3
12392026-05-18T19:27:41.689Z Downloaded hkdf v0.12.4
12402026-05-18T19:27:41.691Z Downloaded blake3 v1.8.5
12412026-05-18T19:27:41.695Z Downloaded rayon v1.12.0
12422026-05-18T19:27:41.703Z Downloaded goblin v0.8.2
12432026-05-18T19:27:41.706Z Downloaded zerovec v0.11.6
12442026-05-18T19:27:41.714Z Downloaded time v0.3.47
12452026-05-18T19:27:41.720Z Downloaded tabled v0.20.0
12462026-05-18T19:27:41.730Z Downloaded syn v1.0.109
12472026-05-18T19:27:41.735Z Downloaded tower-http v0.6.10
12482026-05-18T19:27:41.740Z Downloaded winnow v0.5.40
12492026-05-18T19:27:41.752Z Downloaded serde_with v3.20.0
12502026-05-18T19:27:41.760Z Downloaded dropshot v0.17.0
12512026-05-18T19:27:41.773Z Downloaded rustls-webpki v0.102.8
12522026-05-18T19:27:41.784Z Downloaded proptest v1.11.0
12532026-05-18T19:27:41.789Z Downloaded openapiv3 v2.2.0
12542026-05-18T19:27:41.795Z Downloaded moka v0.12.15
12552026-05-18T19:27:41.800Z Downloaded tabled v0.15.0
12562026-05-18T19:27:41.808Z Downloaded goblin v0.10.5
12572026-05-18T19:27:41.812Z Downloaded rustls v0.22.4
12582026-05-18T19:27:41.819Z Downloaded nix v0.31.3
12592026-05-18T19:27:41.825Z Downloaded typify-impl v0.4.3
12602026-05-18T19:27:41.855Z Downloaded smoltcp v0.11.0
12612026-05-18T19:27:41.873Z Downloaded rhai v1.24.0
12622026-05-18T19:27:41.886Z Downloaded hickory-proto v0.24.4
12632026-05-18T19:27:41.893Z Downloaded regress v0.10.5
12642026-05-18T19:27:41.898Z Downloaded regress v0.11.1
12652026-05-18T19:27:41.902Z Downloaded chrono-tz v0.10.4
12662026-05-18T19:27:41.912Z Downloaded hickory-proto v0.25.2
12672026-05-18T19:27:41.920Z Downloaded csv v1.4.0
12682026-05-18T19:27:41.946Z Downloaded typify-impl v0.6.2
12692026-05-18T19:27:41.953Z Downloaded sled v0.34.7
12702026-05-18T19:27:41.978Z Downloaded encoding_rs v0.8.35
12712026-05-18T19:27:41.990Z Downloaded petgraph v0.6.5
12722026-05-18T19:27:42.000Z Downloaded lzma-sys v0.1.20
12732026-05-18T19:27:42.022Z Downloaded jiff v0.2.24
12742026-05-18T19:27:42.032Z Downloaded sha3 v0.10.9
12752026-05-18T19:27:42.491Z Downloaded aws-lc-sys v0.41.0
12762026-05-18T19:27:43.428Z Compiling proc-macro2 v1.0.106
12772026-05-18T19:27:43.428Z Compiling unicode-ident v1.0.24
12782026-05-18T19:27:43.428Z Compiling quote v1.0.45
12792026-05-18T19:27:43.428Z Compiling serde_core v1.0.228
12802026-05-18T19:27:43.428Z Compiling cfg-if v1.0.4
12812026-05-18T19:27:43.431Z Compiling serde v1.0.228
12822026-05-18T19:27:43.431Z Compiling libc v0.2.186
12832026-05-18T19:27:43.431Z Compiling memchr v2.8.0
12842026-05-18T19:27:43.656Z Compiling itoa v1.0.18
12852026-05-18T19:27:43.841Z Compiling zmij v1.0.21
12862026-05-18T19:27:43.888Z Compiling smallvec v1.15.1
12872026-05-18T19:27:43.920Z Compiling autocfg v1.5.0
12882026-05-18T19:27:44.096Z Compiling libm v0.2.16
12892026-05-18T19:27:44.208Z Compiling stable_deref_trait v1.2.1
12902026-05-18T19:27:44.267Z Compiling iana-time-zone v0.1.65
12912026-05-18T19:27:44.284Z Compiling percent-encoding v2.3.2
12922026-05-18T19:27:44.355Z Compiling writeable v0.6.3
12932026-05-18T19:27:44.442Z Compiling litemap v0.8.2
12942026-05-18T19:27:44.465Z Compiling icu_properties_data v2.2.0
12952026-05-18T19:27:44.476Z Compiling icu_normalizer_data v2.2.0
12962026-05-18T19:27:44.490Z Compiling utf8_iter v1.0.4
12972026-05-18T19:27:44.635Z Compiling equivalent v1.0.2
12982026-05-18T19:27:44.639Z Compiling form_urlencoded v1.2.2
12992026-05-18T19:27:44.729Z Compiling syn v2.0.117
13002026-05-18T19:27:44.811Z Compiling version_check v0.9.5
13012026-05-18T19:27:44.829Z Compiling dyn-clone v1.0.20
13022026-05-18T19:27:44.844Z Compiling pin-project-lite v0.2.17
13032026-05-18T19:27:44.854Z Compiling serde_json v1.0.149
13042026-05-18T19:27:44.924Z Compiling parking_lot_core v0.9.12
13052026-05-18T19:27:44.939Z Compiling scopeguard v1.2.0
13062026-05-18T19:27:44.964Z Compiling thiserror v2.0.18
13072026-05-18T19:27:45.049Z Compiling lock_api v0.4.14
13082026-05-18T19:27:45.083Z Compiling num-traits v0.2.19
13092026-05-18T19:27:45.112Z Compiling getrandom v0.4.2
13102026-05-18T19:27:45.220Z Compiling rand_core v0.10.1
13112026-05-18T19:27:45.281Z Compiling heck v0.5.0
13122026-05-18T19:27:45.378Z Compiling hashbrown v0.17.1
13132026-05-18T19:27:45.519Z Compiling errno v0.3.14
13142026-05-18T19:27:45.588Z Compiling semver v1.0.28
13152026-05-18T19:27:45.671Z Compiling futures-core v0.3.32
13162026-05-18T19:27:45.746Z Compiling uuid v1.23.1
13172026-05-18T19:27:45.826Z Compiling jobserver v0.1.34
13182026-05-18T19:27:45.933Z Compiling indexmap v2.14.0
13192026-05-18T19:27:45.945Z Compiling shlex v1.3.0
13202026-05-18T19:27:46.105Z Compiling find-msvc-tools v0.1.9
13212026-05-18T19:27:46.128Z Compiling schemars v0.8.22
13222026-05-18T19:27:46.147Z Compiling zerocopy v0.8.48
13232026-05-18T19:27:46.213Z Compiling rustversion v1.0.22
13242026-05-18T19:27:46.426Z Compiling cc v1.2.62
13252026-05-18T19:27:46.483Z Compiling fnv v1.0.7
13262026-05-18T19:27:46.589Z Compiling futures-sink v0.3.32
13272026-05-18T19:27:46.638Z Compiling slab v0.4.12
13282026-05-18T19:27:46.661Z Compiling socket2 v0.6.3
13292026-05-18T19:27:46.696Z Compiling futures-channel v0.3.32
13302026-05-18T19:27:46.836Z Compiling signal-hook-registry v1.4.8
13312026-05-18T19:27:46.839Z Compiling mio v1.2.0
13322026-05-18T19:27:46.932Z Compiling log v0.4.29
13332026-05-18T19:27:47.115Z Compiling parking_lot v0.12.5
13342026-05-18T19:27:47.118Z Compiling futures-io v0.3.32
13352026-05-18T19:27:47.139Z Compiling futures-task v0.3.32
13362026-05-18T19:27:47.251Z Compiling bitflags v2.11.1
13372026-05-18T19:27:47.294Z Compiling portable-atomic v1.13.1
13382026-05-18T19:27:47.329Z Compiling regex-syntax v0.8.10
13392026-05-18T19:27:47.358Z Compiling critical-section v1.2.0
13402026-05-18T19:27:47.370Z Compiling base64 v0.22.1
13412026-05-18T19:27:47.475Z Compiling getrandom v0.2.17
13422026-05-18T19:27:47.509Z Compiling subtle v2.6.1
13432026-05-18T19:27:47.543Z Compiling typenum v1.20.0
13442026-05-18T19:27:47.673Z Compiling synstructure v0.13.2
13452026-05-18T19:27:47.685Z Compiling serde_derive_internals v0.29.1
13462026-05-18T19:27:47.731Z Compiling untrusted v0.9.0
13472026-05-18T19:27:47.743Z Compiling byteorder v1.5.0
13482026-05-18T19:27:47.857Z Compiling strsim v0.11.1
13492026-05-18T19:27:47.980Z Compiling atomic-waker v1.1.2
13502026-05-18T19:27:48.115Z Compiling ipnet v2.12.0
13512026-05-18T19:27:48.193Z Compiling allocator-api2 v0.2.21
13522026-05-18T19:27:48.219Z Compiling httparse v1.10.1
13532026-05-18T19:27:48.276Z Compiling once_cell v1.21.4
13542026-05-18T19:27:48.347Z Compiling foldhash v0.2.0
13552026-05-18T19:27:48.435Z Compiling rustix v1.1.4
13562026-05-18T19:27:48.497Z Compiling hashbrown v0.16.1
13572026-05-18T19:27:48.520Z Compiling rand_core v0.6.4
13582026-05-18T19:27:48.594Z Compiling cmake v0.1.58
13592026-05-18T19:27:48.629Z Compiling fs_extra v1.3.0
13602026-05-18T19:27:48.667Z Compiling tower-service v0.3.3
13612026-05-18T19:27:48.757Z Compiling dunce v1.0.5
13622026-05-18T19:27:48.767Z Compiling tower-layer v0.3.3
13632026-05-18T19:27:48.826Z Compiling serde_derive v1.0.228
13642026-05-18T19:27:48.855Z Compiling zerofrom-derive v0.1.7
13652026-05-18T19:27:48.894Z Compiling yoke-derive v0.8.2
13662026-05-18T19:27:48.927Z Compiling zerovec-derive v0.11.3
13672026-05-18T19:27:48.946Z Compiling displaydoc v0.2.5
13682026-05-18T19:27:49.015Z Compiling schemars_derive v0.8.22
13692026-05-18T19:27:49.110Z Compiling thiserror-impl v2.0.18
13702026-05-18T19:27:49.721Z Compiling tokio-macros v2.7.0
13712026-05-18T19:27:49.996Z Compiling zerocopy-derive v0.8.48
13722026-05-18T19:27:50.028Z Compiling zeroize_derive v1.4.3
13732026-05-18T19:27:50.042Z Compiling futures-macro v0.3.32
13742026-05-18T19:27:50.071Z Compiling zerofrom v0.1.8
13752026-05-18T19:27:50.197Z Compiling yoke v0.8.2
13762026-05-18T19:27:50.254Z Compiling ryu v1.0.23
13772026-05-18T19:27:50.352Z Compiling zerovec v0.11.6
13782026-05-18T19:27:50.386Z Compiling zerotrie v0.2.4
13792026-05-18T19:27:50.495Z Compiling aws-lc-sys v0.41.0
13802026-05-18T19:27:50.686Z Compiling try-lock v0.2.5
13812026-05-18T19:27:50.721Z Compiling zeroize v1.8.2
13822026-05-18T19:27:50.800Z Compiling want v0.3.1
13832026-05-18T19:27:50.856Z Compiling tinystr v0.8.3
13842026-05-18T19:27:50.883Z Compiling potential_utf v0.1.5
13852026-05-18T19:27:50.886Z Compiling futures-util v0.3.32
13862026-05-18T19:27:50.927Z Compiling httpdate v1.0.3
13872026-05-18T19:27:50.974Z Compiling thiserror v1.0.69
13882026-05-18T19:27:51.051Z Compiling icu_locale_core v2.2.0
13892026-05-18T19:27:51.063Z Compiling icu_collections v2.2.0
13902026-05-18T19:27:51.186Z Compiling thiserror-impl v1.0.69
13912026-05-18T19:27:51.528Z Compiling ucd-trie v0.1.7
13922026-05-18T19:27:51.832Z Compiling icu_provider v2.2.0
13932026-05-18T19:27:51.904Z Compiling pest v2.8.6
13942026-05-18T19:27:52.068Z Compiling bytes v1.11.1
13952026-05-18T19:27:52.161Z Compiling icu_properties v2.2.0
13962026-05-18T19:27:52.210Z Compiling icu_normalizer v2.2.0
13972026-05-18T19:27:52.389Z Compiling chrono v0.4.44
13982026-05-18T19:27:52.710Z Compiling serde_tokenstream v0.2.3
13992026-05-18T19:27:52.812Z Compiling http v1.4.0
14002026-05-18T19:27:52.994Z Compiling tokio v1.52.3
14012026-05-18T19:27:53.159Z Compiling idna_adapter v1.2.2
14022026-05-18T19:27:53.218Z Compiling erased-serde v0.3.31
14032026-05-18T19:27:53.298Z Compiling idna v1.1.0
14042026-05-18T19:27:53.446Z Compiling http-body v1.0.1
14052026-05-18T19:27:53.604Z Compiling url v2.5.8
14062026-05-18T19:27:53.705Z Compiling pest_meta v2.8.6
14072026-05-18T19:27:53.889Z Compiling generic-array v0.14.7
14082026-05-18T19:27:53.952Z Compiling pretty-hex v0.4.2
14092026-05-18T19:27:54.059Z Compiling getrandom v0.3.4
14102026-05-18T19:27:54.398Z Compiling ppv-lite86 v0.2.21
14112026-05-18T19:27:54.423Z Compiling pest_generator v2.8.6
14122026-05-18T19:27:54.469Z Compiling tracing-attributes v0.1.31
14132026-05-18T19:27:54.713Z Compiling tracing-core v0.1.36
14142026-05-18T19:27:54.759Z Compiling slog v2.8.2
14152026-05-18T19:27:54.959Z Compiling plain v0.2.3
14162026-05-18T19:27:55.014Z Compiling ipnetwork v0.21.1
14172026-05-18T19:27:55.024Z Compiling pest_derive v2.8.6
14182026-05-18T19:27:55.326Z Compiling aho-corasick v1.1.4
14192026-05-18T19:27:55.555Z Compiling http-body-util v0.1.3
14202026-05-18T19:27:55.569Z Compiling serde_urlencoded v0.7.1
14212026-05-18T19:27:55.678Z Compiling tracing v0.1.44
14222026-05-18T19:27:55.787Z Compiling sync_wrapper v1.0.2
14232026-05-18T19:27:55.853Z Compiling paste v1.0.15
14242026-05-18T19:27:55.890Z Compiling crypto-common v0.1.7
14252026-05-18T19:27:55.909Z Compiling oxnet v0.1.5
14262026-05-18T19:27:56.019Z Compiling ident_case v1.0.1
14272026-05-18T19:27:56.022Z Compiling powerfmt v0.2.0
14282026-05-18T19:27:56.144Z Compiling regex-automata v0.4.14
14292026-05-18T19:27:56.220Z Compiling time-core v0.1.8
14302026-05-18T19:27:56.270Z Compiling omicron-workspace-hack v0.1.0
14312026-05-18T19:27:56.367Z Compiling num-conv v0.2.1
14322026-05-18T19:27:56.515Z Compiling deranged v0.5.8
14332026-05-18T19:27:56.528Z Compiling time-macros v0.2.27
14342026-05-18T19:27:56.771Z Compiling tokio-util v0.7.18
14352026-05-18T19:27:56.934Z Compiling winnow v1.0.3
14362026-05-18T19:27:57.490Z Compiling num_threads v0.1.7
14372026-05-18T19:27:57.525Z Compiling anyhow v1.0.102
14382026-05-18T19:27:57.609Z Compiling rustls-pki-types v1.14.1
14392026-05-18T19:27:57.859Z Compiling regex v1.12.3
14402026-05-18T19:27:58.087Z Compiling scroll_derive v0.13.1
14412026-05-18T19:27:58.717Z Compiling daft-derive v0.1.7
14422026-05-18T19:27:58.916Z Compiling scroll v0.13.0
14432026-05-18T19:27:58.920Z Compiling fastrand v2.4.1
14442026-05-18T19:27:59.182Z Compiling async-trait v0.1.89
14452026-05-18T19:27:59.194Z Compiling crossbeam-utils v0.8.21
14462026-05-18T19:27:59.463Z Compiling h2 v0.4.14
14472026-05-18T19:27:59.482Z Compiling ring v0.17.14
14482026-05-18T19:27:59.524Z Compiling cpufeatures v0.2.17
14492026-05-18T19:27:59.598Z Compiling openssl-probe v0.2.1
14502026-05-18T19:27:59.828Z Compiling block-buffer v0.10.4
14512026-05-18T19:27:59.984Z Compiling thread_local v1.1.9
14522026-05-18T19:28:00.157Z Compiling usdt-impl v0.6.0
14532026-05-18T19:28:00.196Z Compiling hex v0.4.3
14542026-05-18T19:28:00.254Z Compiling digest v0.10.7
14552026-05-18T19:28:00.309Z Compiling goblin v0.10.5
14562026-05-18T19:28:00.331Z Compiling dtrace-parser v0.3.0
14572026-05-18T19:28:00.419Z Compiling camino v1.2.2
14582026-05-18T19:28:00.444Z Compiling slog-async v2.8.0
14592026-05-18T19:28:00.641Z Compiling thread-id v5.1.0
14602026-05-18T19:28:00.726Z Compiling crc32fast v1.5.0
14612026-05-18T19:28:00.774Z Compiling take_mut v0.2.2
14622026-05-18T19:28:00.789Z Compiling term v1.2.1
14632026-05-18T19:28:00.883Z Compiling aws-lc-rs v1.17.0
14642026-05-18T19:28:01.203Z Compiling rand_core v0.9.5
14652026-05-18T19:28:01.255Z Compiling futures-executor v0.3.32
14662026-05-18T19:28:01.497Z Compiling hyper v1.9.0
14672026-05-18T19:28:01.508Z Compiling syn v1.0.109
14682026-05-18T19:28:01.534Z Compiling match_cfg v0.1.0
14692026-05-18T19:28:01.606Z Compiling futures v0.3.32
14702026-05-18T19:28:01.876Z Compiling structmeta-derive v0.3.0
14712026-05-18T19:28:02.041Z Compiling adler2 v2.0.1
14722026-05-18T19:28:02.180Z Compiling simd-adler32 v0.3.9
14732026-05-18T19:28:02.540Z Compiling hyper-util v0.1.20
14742026-05-18T19:28:02.923Z Compiling rustls v0.22.4
14752026-05-18T19:28:03.152Z Compiling dof v0.4.0
14762026-05-18T19:28:03.202Z Compiling untrusted v0.7.1
14772026-05-18T19:28:03.328Z Compiling structmeta v0.3.0
14782026-05-18T19:28:03.413Z Compiling miniz_oxide v0.8.9
14792026-05-18T19:28:04.080Z Compiling rand_chacha v0.9.0
14802026-05-18T19:28:04.178Z Compiling tower v0.5.3
14812026-05-18T19:28:04.472Z Compiling darling_core v0.23.0
14822026-05-18T19:28:04.516Z Compiling newtype-uuid-macros v0.1.0
14832026-05-18T19:28:04.633Z Compiling regress v0.10.5
14842026-05-18T19:28:04.651Z Compiling rustls v0.23.40
14852026-05-18T19:28:04.880Z Compiling tower-http v0.6.10
14862026-05-18T19:28:05.141Z Compiling usdt-macro v0.6.0
14872026-05-18T19:28:05.288Z Compiling usdt-attr-macro v0.6.0
14882026-05-18T19:28:05.328Z Compiling rand v0.9.4
14892026-05-18T19:28:05.812Z Compiling flate2 v1.1.9
14902026-05-18T19:28:05.929Z Compiling time v0.3.47
14912026-05-18T19:28:06.261Z Compiling newtype-uuid v1.3.2
14922026-05-18T19:28:06.322Z Compiling openapiv3 v2.2.0
14932026-05-18T19:28:06.469Z Compiling ref-cast v1.0.25
14942026-05-18T19:28:06.566Z Compiling darling_macro v0.23.0
14952026-05-18T19:28:06.618Z Compiling quick-error v1.2.3
14962026-05-18T19:28:06.729Z Compiling compression-core v0.4.32
14972026-05-18T19:28:06.848Z Compiling compression-codecs v0.4.38
14982026-05-18T19:28:06.860Z Compiling daft v0.1.7
14992026-05-18T19:28:07.109Z Compiling crossbeam-channel v0.5.15
15002026-05-18T19:28:07.133Z Compiling strum_macros v0.26.4
15012026-05-18T19:28:07.175Z Compiling darling v0.23.0
15022026-05-18T19:28:07.259Z Compiling ref-cast-impl v1.0.25
15032026-05-18T19:28:07.368Z Compiling serde_spanned v1.1.1
15042026-05-18T19:28:07.525Z Compiling multer v3.1.0
15052026-05-18T19:28:07.603Z Compiling bit-vec v0.8.0
15062026-05-18T19:28:07.689Z Compiling toml_writer v1.1.1+spec-1.1.0
15072026-05-18T19:28:07.844Z Compiling debug-ignore v1.0.5
15082026-05-18T19:28:07.904Z Compiling bit-set v0.8.0
15092026-05-18T19:28:07.958Z Compiling serde_with_macros v3.20.0
15102026-05-18T19:28:07.976Z Compiling async-stream-impl v0.3.6
15112026-05-18T19:28:07.987Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15122026-05-18T19:28:07.990Z Compiling dropshot v0.17.0
15132026-05-18T19:28:08.064Z Compiling encoding_rs v0.8.35
15142026-05-18T19:28:08.233Z Compiling unarray v0.1.4
15152026-05-18T19:28:08.344Z Compiling mime v0.3.17
15162026-05-18T19:28:08.473Z Compiling spin v0.9.8
15172026-05-18T19:28:08.570Z Compiling derive-ex v0.1.8
15182026-05-18T19:28:08.591Z Compiling dropshot_endpoint v0.17.0
15192026-05-18T19:28:08.617Z Compiling async-stream v0.3.6
15202026-05-18T19:28:08.627Z Compiling macaddr v1.0.1
15212026-05-18T19:28:08.769Z Compiling strum v0.26.3
15222026-05-18T19:28:08.793Z Compiling waitgroup v0.1.2
15232026-05-18T19:28:08.845Z Compiling serde_path_to_error v0.1.20
15242026-05-18T19:28:08.897Z Compiling is-terminal v0.4.17
15252026-05-18T19:28:08.994Z Compiling slog-term v2.9.2
15262026-05-18T19:28:09.193Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15272026-05-18T19:28:09.376Z Compiling rustls-native-certs v0.8.3
15282026-05-18T19:28:09.486Z Compiling tempfile v3.27.0
15292026-05-18T19:28:09.599Z Compiling strum_macros v0.27.2
15302026-05-18T19:28:09.716Z Compiling instant v0.1.13
15312026-05-18T19:28:09.808Z Compiling rustc-hash v2.1.2
15322026-05-18T19:28:09.823Z Compiling slog-json v2.6.1
15332026-05-18T19:28:09.909Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15342026-05-18T19:28:10.033Z Compiling hostname v0.3.1
15352026-05-18T19:28:10.140Z Compiling test-strategy v0.4.5
15362026-05-18T19:28:10.234Z Compiling memmap2 v0.9.10
15372026-05-18T19:28:10.458Z Compiling either v1.15.0
15382026-05-18T19:28:10.529Z Compiling slog-bunyan v2.5.0
15392026-05-18T19:28:10.664Z Compiling parse-display-derive v0.10.0
15402026-05-18T19:28:10.883Z Compiling backon v1.6.0
15412026-05-18T19:28:10.981Z Compiling rand_chacha v0.3.1
15422026-05-18T19:28:11.090Z Compiling rustls-webpki v0.102.8
15432026-05-18T19:28:11.429Z Compiling strum v0.27.2
15442026-05-18T19:28:12.007Z Compiling rand v0.8.6
15452026-05-18T19:28:12.019Z Compiling toml_parser v1.1.2+spec-1.1.0
15462026-05-18T19:28:12.029Z Compiling toml_datetime v1.1.1+spec-1.1.0
15472026-05-18T19:28:12.364Z Compiling wait-timeout v0.2.1
15482026-05-18T19:28:12.652Z Compiling rusty-fork v0.3.1
15492026-05-18T19:28:12.674Z Compiling toml v1.1.2+spec-1.1.0
15502026-05-18T19:28:12.720Z Compiling serde_with v3.20.0
15512026-05-18T19:28:13.012Z Compiling async-compression v0.4.42
15522026-05-18T19:28:13.706Z Compiling usdt v0.6.0
15532026-05-18T19:28:13.995Z Compiling tokio-rustls v0.25.0
15542026-05-18T19:28:14.056Z Compiling rand_xorshift v0.4.0
15552026-05-18T19:28:14.186Z Compiling sha1 v0.10.6
15562026-05-18T19:28:14.211Z Compiling rustls-pemfile v2.2.0
15572026-05-18T19:28:14.221Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15582026-05-18T19:28:14.406Z Compiling hostname v0.4.2
15592026-05-18T19:28:14.406Z Compiling proptest v1.11.0
15602026-05-18T19:28:14.475Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15612026-05-18T19:28:14.554Z Compiling reqwest v0.12.28
15622026-05-18T19:28:15.268Z Compiling itertools v0.14.0
15632026-05-18T19:28:15.581Z Compiling iddqd v0.3.18
15642026-05-18T19:28:16.548Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15652026-05-18T19:28:16.560Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15662026-05-18T19:28:17.090Z Compiling utf8parse v0.2.2
15672026-05-18T19:28:17.143Z Compiling progenitor-client v0.10.0
15682026-05-18T19:28:17.209Z Compiling anstyle-parse v1.0.0
15692026-05-18T19:28:17.334Z Compiling backoff v0.4.0
15702026-05-18T19:28:17.400Z Compiling parse-display v0.10.0
15712026-05-18T19:28:17.418Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15722026-05-18T19:28:17.549Z Compiling is_terminal_polyfill v1.70.2
15732026-05-18T19:28:17.649Z Compiling colorchoice v1.0.5
15742026-05-18T19:28:17.739Z Compiling anstyle v1.0.14
15752026-05-18T19:28:17.772Z Compiling anstyle-query v1.1.5
15762026-05-18T19:28:17.917Z Compiling anstream v1.0.0
15772026-05-18T19:28:17.965Z Compiling clap_lex v1.1.0
15782026-05-18T19:28:18.208Z Compiling unicode-width v0.2.2
15792026-05-18T19:28:18.469Z Compiling regress v0.11.1
15802026-05-18T19:28:18.495Z Compiling clap_derive v4.6.1
15812026-05-18T19:28:18.722Z Compiling terminal_size v0.4.4
15822026-05-18T19:28:19.864Z Compiling toml_datetime v0.6.11
15832026-05-18T19:28:20.087Z Compiling typify-impl v0.6.2
15842026-05-18T19:28:20.146Z Compiling zerocopy-derive v0.7.35
15852026-05-18T19:28:20.182Z Compiling convert_case v0.4.0
15862026-05-18T19:28:20.483Z Compiling derive_more v0.99.20
15872026-05-18T19:28:21.099Z Compiling zerocopy v0.7.35
15882026-05-18T19:28:21.165Z Compiling clap_builder v4.6.0
15892026-05-18T19:28:22.808Z Compiling secrecy v0.10.3
15902026-05-18T19:28:22.839Z Compiling clap v4.6.1
15912026-05-18T19:28:22.966Z Compiling crucible-workspace-hack v0.1.0
15922026-05-18T19:28:23.015Z Compiling float-ord v0.3.2
15932026-05-18T19:28:23.124Z Compiling tinyvec_macros v0.1.1
15942026-05-18T19:28:23.134Z Compiling unsafe-libyaml v0.2.11
15952026-05-18T19:28:23.192Z Compiling tinyvec v1.11.0
15962026-05-18T19:28:23.642Z Compiling serde_yaml v0.9.34+deprecated
15972026-05-18T19:28:23.874Z Compiling dtrace-parser v0.2.0
15982026-05-18T19:28:24.122Z Compiling scroll_derive v0.12.1
15992026-05-18T19:28:24.737Z Compiling num-integer v0.1.46
16002026-05-18T19:28:24.821Z Compiling rustc_version v0.4.1
16012026-05-18T19:28:24.843Z Compiling usdt-impl v0.5.0
16022026-05-18T19:28:24.846Z Compiling scroll v0.12.0
16032026-05-18T19:28:25.097Z Compiling curve25519-dalek v4.1.3
16042026-05-18T19:28:25.393Z Compiling dof v0.3.0
16052026-05-18T19:28:25.571Z Compiling toml_edit v0.25.11+spec-1.1.0
16062026-05-18T19:28:25.630Z Compiling hmac v0.12.1
16072026-05-18T19:28:25.735Z Compiling darling_core v0.21.3
16082026-05-18T19:28:25.746Z Compiling inout v0.1.4
16092026-05-18T19:28:25.749Z Compiling ff v0.13.1
16102026-05-18T19:28:25.768Z Compiling thread-id v4.2.2
16112026-05-18T19:28:25.879Z Compiling group v0.13.0
16122026-05-18T19:28:25.889Z Compiling cipher v0.4.4
16132026-05-18T19:28:26.108Z Compiling proc-macro-crate v3.5.0
16142026-05-18T19:28:26.130Z Compiling hkdf v0.12.4
16152026-05-18T19:28:26.474Z Compiling typify-macro v0.6.2
16162026-05-18T19:28:26.757Z Compiling goblin v0.8.2
16172026-05-18T19:28:26.787Z Compiling num-iter v0.1.45
16182026-05-18T19:28:26.904Z Compiling num-rational v0.4.2
16192026-05-18T19:28:27.142Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16202026-05-18T19:28:27.494Z Compiling thiserror-impl-no-std v2.0.2
16212026-05-18T19:28:27.521Z Compiling hubpack_derive v0.1.1
16222026-05-18T19:28:27.865Z Compiling darling_macro v0.21.3
16232026-05-18T19:28:28.209Z Compiling crossbeam-epoch v0.9.18
16242026-05-18T19:28:28.471Z Compiling universal-hash v0.5.1
16252026-05-18T19:28:28.560Z Compiling crypto-bigint v0.5.5
16262026-05-18T19:28:28.563Z Compiling typify v0.6.2
16272026-05-18T19:28:28.603Z Compiling half v2.7.1
16282026-05-18T19:28:28.659Z Compiling curve25519-dalek-derive v0.1.1
16292026-05-18T19:28:28.896Z Compiling num-complex v0.4.6
16302026-05-18T19:28:29.352Z Compiling base16ct v0.2.0
16312026-05-18T19:28:29.377Z Compiling ciborium-io v0.2.2
16322026-05-18T19:28:29.397Z Compiling base64ct v1.8.3
16332026-05-18T19:28:29.473Z Compiling opaque-debug v0.3.1
16342026-05-18T19:28:29.511Z Compiling elliptic-curve v0.13.8
16352026-05-18T19:28:29.547Z Compiling poly1305 v0.8.0
16362026-05-18T19:28:29.693Z Compiling password-hash v0.5.0
16372026-05-18T19:28:29.698Z Compiling ciborium-ll v0.2.2
16382026-05-18T19:28:30.129Z Compiling num v0.4.3
16392026-05-18T19:28:30.423Z Compiling thiserror-no-std v2.0.2
16402026-05-18T19:28:30.515Z Compiling darling v0.21.3
16412026-05-18T19:28:30.601Z Compiling hubpack v0.1.2
16422026-05-18T19:28:30.826Z Compiling num_enum_derive v0.7.6
16432026-05-18T19:28:30.971Z Compiling chacha20 v0.9.1
16442026-05-18T19:28:31.042Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16452026-05-18T19:28:31.258Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16462026-05-18T19:28:31.929Z Compiling blake2 v0.10.6
16472026-05-18T19:28:31.940Z Compiling byte-wrapper v0.1.0
16482026-05-18T19:28:31.979Z Compiling aead v0.5.2
16492026-05-18T19:28:32.146Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16502026-05-18T19:28:32.303Z Compiling proc-macro-error-attr v1.0.4
16512026-05-18T19:28:32.480Z Compiling memoffset v0.9.1
16522026-05-18T19:28:32.549Z Compiling static_assertions v1.1.0
16532026-05-18T19:28:32.622Z Compiling prettyplease v0.2.37
16542026-05-18T19:28:32.633Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16552026-05-18T19:28:32.737Z Compiling heapless v0.8.0
16562026-05-18T19:28:32.873Z Compiling keccak v0.1.6
16572026-05-18T19:28:32.885Z Compiling rustix v0.38.44
16582026-05-18T19:28:33.053Z Compiling cfg_aliases v0.2.1
16592026-05-18T19:28:33.129Z Compiling nix v0.31.3
16602026-05-18T19:28:33.141Z Compiling sha3 v0.10.9
16612026-05-18T19:28:33.448Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16622026-05-18T19:28:33.792Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16632026-05-18T19:28:33.910Z Compiling argon2 v0.5.3
16642026-05-18T19:28:34.227Z Compiling chacha20poly1305 v0.10.1
16652026-05-18T19:28:34.364Z Compiling num_enum v0.7.6
16662026-05-18T19:28:34.588Z Compiling ingot-macros v0.1.1
16672026-05-18T19:28:34.781Z Compiling vsss-rs v3.3.4
16682026-05-18T19:28:34.803Z Compiling ciborium v0.2.2
16692026-05-18T19:28:35.391Z Compiling rustls-webpki v0.103.13
16702026-05-18T19:28:35.814Z Compiling usdt-macro v0.5.0
16712026-05-18T19:28:36.060Z Compiling usdt-attr-macro v0.5.0
16722026-05-18T19:28:37.360Z Compiling serde_spanned v0.6.9
16732026-05-18T19:28:37.518Z Compiling num-derive v0.4.2
16742026-05-18T19:28:37.638Z Compiling enum-as-inner v0.6.1
16752026-05-18T19:28:37.656Z Compiling serde_repr v0.1.20
16762026-05-18T19:28:38.059Z Compiling hash32 v0.3.1
16772026-05-18T19:28:38.187Z Compiling proc-macro-error v1.0.4
16782026-05-18T19:28:38.220Z Compiling memmap v0.7.0
16792026-05-18T19:28:38.236Z Compiling data-encoding v2.11.0
16802026-05-18T19:28:38.264Z Compiling winnow v0.7.15
16812026-05-18T19:28:38.414Z Compiling indent_write v2.2.0
16822026-05-18T19:28:38.434Z Compiling smoltcp v0.11.0
16832026-05-18T19:28:38.485Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16842026-05-18T19:28:38.556Z Compiling toml_write v0.1.2
16852026-05-18T19:28:38.721Z Compiling winnow v0.5.40
16862026-05-18T19:28:38.792Z Compiling tokio-rustls v0.26.4
16872026-05-18T19:28:38.874Z Compiling rustls-platform-verifier v0.7.0
16882026-05-18T19:28:39.069Z Compiling hyper-rustls v0.27.9
16892026-05-18T19:28:39.349Z Compiling reqwest v0.13.3
16902026-05-18T19:28:39.387Z Compiling usdt v0.5.0
16912026-05-18T19:28:39.672Z Compiling toml_edit v0.22.27
16922026-05-18T19:28:40.041Z Compiling toml_edit v0.19.15
16932026-05-18T19:28:40.200Z Compiling ingot-types v0.1.2
16942026-05-18T19:28:40.213Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16952026-05-18T19:28:40.436Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16962026-05-18T19:28:40.539Z Compiling progenitor-client v0.14.0
16972026-05-18T19:28:40.603Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16982026-05-18T19:28:40.851Z Compiling progenitor-extras v0.2.0
16992026-05-18T19:28:41.094Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17002026-05-18T19:28:42.768Z Compiling tabwriter v1.4.1
17012026-05-18T19:28:42.965Z Compiling cobs v0.3.0
17022026-05-18T19:28:43.021Z Compiling foreign-types-macros v0.2.3
17032026-05-18T19:28:43.134Z Compiling vcpkg v0.2.15
17042026-05-18T19:28:43.175Z Compiling colored v3.1.1
17052026-05-18T19:28:43.579Z Compiling pkg-config v0.3.33
17062026-05-18T19:28:43.642Z Compiling bitflags v1.3.2
17072026-05-18T19:28:43.697Z Compiling managed v0.8.0
17082026-05-18T19:28:43.709Z Compiling cpufeatures v0.3.0
17092026-05-18T19:28:43.721Z Compiling bytecount v0.6.9
17102026-05-18T19:28:43.785Z Compiling foreign-types-shared v0.3.1
17112026-05-18T19:28:43.865Z Compiling foreign-types v0.5.0
17122026-05-18T19:28:43.920Z Compiling chacha20 v0.10.0
17132026-05-18T19:28:43.948Z Compiling postcard v1.1.3
17142026-05-18T19:28:44.047Z Compiling openssl-sys v0.9.116
17152026-05-18T19:28:44.295Z Compiling proc-macro-crate v1.3.1
17162026-05-18T19:28:44.458Z Compiling toml v0.8.23
17172026-05-18T19:28:44.603Z Compiling ingot v0.1.1
17182026-05-18T19:28:44.876Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17192026-05-18T19:28:45.156Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17202026-05-18T19:28:45.747Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17212026-05-18T19:28:45.759Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17222026-05-18T19:28:46.066Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17232026-05-18T19:28:46.383Z Compiling cstr-argument v0.1.2
17242026-05-18T19:28:46.484Z Compiling lazy_static v1.5.0
17252026-05-18T19:28:46.502Z Compiling heck v0.4.1
17262026-05-18T19:28:46.552Z Compiling unicode-segmentation v1.13.2
17272026-05-18T19:28:46.595Z Compiling swrite v0.1.0
17282026-05-18T19:28:46.705Z Compiling linked-hash-map v0.5.6
17292026-05-18T19:28:46.724Z Compiling rayon-core v1.13.0
17302026-05-18T19:28:46.905Z Compiling resolv-conf v0.7.6
17312026-05-18T19:28:46.976Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17322026-05-18T19:28:46.990Z Compiling semver v0.1.20
17332026-05-18T19:28:47.190Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17342026-05-18T19:28:47.268Z Compiling rustc_version v0.1.7
17352026-05-18T19:28:47.319Z Compiling lru-cache v0.1.2
17362026-05-18T19:28:47.447Z Compiling newline-converter v0.3.0
17372026-05-18T19:28:47.458Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17382026-05-18T19:28:47.478Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17392026-05-18T19:28:47.567Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17402026-05-18T19:28:47.593Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17412026-05-18T19:28:47.613Z Compiling num_enum_derive v0.5.11
17422026-05-18T19:28:47.725Z Compiling rand v0.10.1
17432026-05-18T19:28:47.755Z Compiling atomicwrites v0.4.4
17442026-05-18T19:28:47.798Z Compiling hickory-proto v0.24.4
17452026-05-18T19:28:48.269Z Compiling progenitor-impl v0.14.0
17462026-05-18T19:28:48.397Z Compiling progenitor-impl v0.13.0
17472026-05-18T19:28:48.520Z Compiling crossbeam-deque v0.8.6
17482026-05-18T19:28:48.631Z Compiling console v0.15.11
17492026-05-18T19:28:48.647Z Compiling camino-tempfile v1.4.1
17502026-05-18T19:28:48.718Z Compiling serde-big-array v0.5.1
17512026-05-18T19:28:48.867Z Compiling derive-where v1.6.1
17522026-05-18T19:28:48.891Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17532026-05-18T19:28:49.304Z Compiling pin-project-internal v1.1.13
17542026-05-18T19:28:49.359Z Compiling minimal-lexical v0.2.1
17552026-05-18T19:28:49.431Z Compiling similar v2.7.0
17562026-05-18T19:28:49.622Z Compiling siphasher v1.0.3
17572026-05-18T19:28:49.829Z Compiling expectorate v1.2.0
17582026-05-18T19:28:49.994Z Compiling phf_shared v0.12.1
17592026-05-18T19:28:50.155Z Compiling hickory-resolver v0.24.4
17602026-05-18T19:28:50.183Z Compiling nom v7.1.3
17612026-05-18T19:28:50.408Z Compiling pin-project v1.1.13
17622026-05-18T19:28:50.516Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17632026-05-18T19:28:51.069Z Compiling num_enum v0.5.11
17642026-05-18T19:28:51.228Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17652026-05-18T19:28:51.712Z Compiling newtype_derive v0.1.6
17662026-05-18T19:28:51.845Z Compiling progenitor-macro v0.14.0
17672026-05-18T19:28:51.966Z Compiling progenitor-client v0.13.0
17682026-05-18T19:28:52.001Z Compiling progenitor-macro v0.13.0
17692026-05-18T19:28:53.036Z Compiling unicode-normalization v0.1.25
17702026-05-18T19:28:53.443Z Compiling tokio-stream v0.1.18
17712026-05-18T19:28:53.523Z Compiling async-recursion v1.1.1
17722026-05-18T19:28:53.675Z Compiling snafu-derive v0.8.9
17732026-05-18T19:28:53.911Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17742026-05-18T19:28:54.241Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17752026-05-18T19:28:54.241Z Compiling slog-dtrace v0.3.0
17762026-05-18T19:28:54.501Z Compiling bstr v1.12.1
17772026-05-18T19:28:55.005Z Compiling csv-core v0.1.13
17782026-05-18T19:28:55.287Z Compiling chrono-tz v0.10.4
17792026-05-18T19:28:55.418Z Compiling owo-colors v4.3.0
17802026-05-18T19:28:55.533Z Compiling foldhash v0.1.5
17812026-05-18T19:28:55.738Z Compiling unicode-width v0.1.14
17822026-05-18T19:28:55.787Z Compiling unicode-xid v0.2.6
17832026-05-18T19:28:55.920Z Compiling same-file v1.0.6
17842026-05-18T19:28:56.023Z Compiling foreign-types-shared v0.1.1
17852026-05-18T19:28:56.108Z Compiling cancel-safe-futures v0.1.5
17862026-05-18T19:28:56.123Z Compiling openssl v0.10.80
17872026-05-18T19:28:56.412Z Compiling highway v1.3.0
17882026-05-18T19:28:56.425Z Compiling konst_macro_rules v0.2.19
17892026-05-18T19:28:56.519Z Compiling foreign-types v0.3.2
17902026-05-18T19:28:56.535Z Compiling walkdir v2.5.0
17912026-05-18T19:28:56.599Z Compiling konst v0.2.20
17922026-05-18T19:28:56.612Z Compiling const_format_proc_macros v0.2.34
17932026-05-18T19:28:56.820Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17942026-05-18T19:28:56.847Z Compiling hashbrown v0.15.5
17952026-05-18T19:28:56.891Z Compiling snafu v0.8.9
17962026-05-18T19:28:56.911Z Compiling csv v1.4.0
17972026-05-18T19:28:57.034Z Compiling progenitor v0.14.0
17982026-05-18T19:28:57.103Z Compiling progenitor v0.13.0
17992026-05-18T19:28:57.174Z Compiling globset v0.4.18
18002026-05-18T19:28:57.295Z Compiling qorb v0.4.1
18012026-05-18T19:28:57.343Z Compiling olpc-cjson v0.1.4
18022026-05-18T19:28:57.390Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18032026-05-18T19:28:57.441Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18042026-05-18T19:28:57.564Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18052026-05-18T19:28:58.023Z Compiling rayon v1.12.0
18062026-05-18T19:28:58.126Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18072026-05-18T19:28:58.486Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18082026-05-18T19:28:58.737Z Compiling phf v0.12.1
18092026-05-18T19:28:58.896Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18102026-05-18T19:28:59.376Z Compiling zone_cfg_derive v0.3.1
18112026-05-18T19:28:59.494Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18122026-05-18T19:28:59.575Z Compiling tokio-dtrace v0.1.1
18132026-05-18T19:28:59.640Z Compiling itertools v0.12.1
18142026-05-18T19:28:59.797Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18152026-05-18T19:28:59.842Z Compiling typify-impl v0.4.3
18162026-05-18T19:28:59.888Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18172026-05-18T19:28:59.996Z Compiling libsw-core v0.3.2
18182026-05-18T19:29:00.083Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18192026-05-18T19:29:00.173Z Compiling serde_plain v1.0.2
18202026-05-18T19:29:00.391Z Compiling openssl-macros v0.1.1
18212026-05-18T19:29:00.433Z Compiling pem v3.0.6
18222026-05-18T19:29:00.455Z Compiling cookie v0.18.1
18232026-05-18T19:29:00.496Z Compiling sigpipe v0.1.3
18242026-05-18T19:29:00.588Z Compiling fixedbitset v0.4.2
18252026-05-18T19:29:00.709Z Compiling jiff v0.2.24
18262026-05-18T19:29:00.813Z Compiling typed-path v0.9.3
18272026-05-18T19:29:00.832Z Compiling fixedbitset v0.5.7
18282026-05-18T19:29:00.844Z Compiling glob v0.3.3
18292026-05-18T19:29:00.896Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18302026-05-18T19:29:01.201Z Compiling petgraph v0.8.3
18312026-05-18T19:29:01.270Z Compiling petgraph v0.6.5
18322026-05-18T19:29:01.314Z Compiling zone v0.3.1
18332026-05-18T19:29:02.129Z Compiling tough v0.22.0
18342026-05-18T19:29:02.261Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18352026-05-18T19:29:02.790Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18362026-05-18T19:29:02.999Z Compiling libsw v3.5.0
18372026-05-18T19:29:03.070Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18382026-05-18T19:29:03.183Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18392026-05-18T19:29:03.447Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18402026-05-18T19:29:04.270Z Compiling oxide-tokio-rt v0.1.6
18412026-05-18T19:29:04.314Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18422026-05-18T19:29:04.510Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18432026-05-18T19:29:05.062Z Compiling const_format v0.2.36
18442026-05-18T19:29:05.143Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18452026-05-18T19:29:05.373Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18462026-05-18T19:29:05.723Z Compiling papergrid v0.11.0
18472026-05-18T19:29:05.930Z Compiling tabled_derive v0.7.0
18482026-05-18T19:29:06.171Z Compiling typify-macro v0.4.3
18492026-05-18T19:29:06.330Z Compiling gethostname v0.5.0
18502026-05-18T19:29:06.350Z Compiling libscf-sys v1.2.0
18512026-05-18T19:29:06.459Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18522026-05-18T19:29:06.496Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18532026-05-18T19:29:06.622Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18542026-05-18T19:29:06.649Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18552026-05-18T19:29:06.752Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18562026-05-18T19:29:06.865Z Compiling bcs v0.1.6
18572026-05-18T19:29:06.997Z Compiling smf v0.2.3
18582026-05-18T19:29:07.200Z Compiling termtree v0.5.1
18592026-05-18T19:29:07.340Z Compiling tagptr v0.2.0
18602026-05-18T19:29:07.359Z Compiling linear-map v1.2.0
18612026-05-18T19:29:07.502Z Compiling whoami v1.6.1
18622026-05-18T19:29:07.553Z Compiling unicode-linebreak v0.1.5
18632026-05-18T19:29:07.557Z Compiling smawk v0.3.2
18642026-05-18T19:29:07.616Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18652026-05-18T19:29:07.718Z Compiling moka v0.12.15
18662026-05-18T19:29:07.807Z Compiling textwrap v0.16.2
18672026-05-18T19:29:07.829Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18682026-05-18T19:29:08.114Z Compiling tabled v0.15.0
18692026-05-18T19:29:08.341Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18702026-05-18T19:29:08.353Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18712026-05-18T19:29:08.524Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18722026-05-18T19:29:08.725Z Compiling steno v0.4.1
18732026-05-18T19:29:09.884Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18742026-05-18T19:29:10.727Z Compiling hickory-proto v0.25.2
18752026-05-18T19:29:10.823Z Compiling humantime v2.3.0
18762026-05-18T19:29:10.845Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18772026-05-18T19:29:11.115Z Compiling proc-macro-error-attr2 v2.0.0
18782026-05-18T19:29:11.363Z Compiling parking_lot_core v0.8.6
18792026-05-18T19:29:11.528Z Compiling typify v0.4.3
18802026-05-18T19:29:11.632Z Compiling proc-macro-error2 v2.0.1
18812026-05-18T19:29:11.636Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18822026-05-18T19:29:11.912Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18832026-05-18T19:29:12.029Z Compiling tabled_derive v0.11.0
18842026-05-18T19:29:12.513Z Compiling progenitor-impl v0.11.2
18852026-05-18T19:29:12.518Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18862026-05-18T19:29:12.544Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18872026-05-18T19:29:12.627Z Compiling papergrid v0.17.0
18882026-05-18T19:29:12.943Z Compiling hickory-resolver v0.25.2
18892026-05-18T19:29:13.154Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18902026-05-18T19:29:14.152Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18912026-05-18T19:29:15.718Z Compiling testing_table v0.3.0
18922026-05-18T19:29:15.733Z Compiling arc-swap v1.9.1
18932026-05-18T19:29:15.733Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18942026-05-18T19:29:15.733Z Compiling nom v8.0.0
18952026-05-18T19:29:15.733Z Compiling slog-scope v4.4.1
18962026-05-18T19:29:15.733Z Compiling tabled v0.20.0
18972026-05-18T19:29:15.733Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18982026-05-18T19:29:16.039Z Compiling progenitor-macro v0.11.2
18992026-05-18T19:29:16.391Z Compiling parking_lot v0.11.2
19002026-05-18T19:29:17.142Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19012026-05-18T19:29:17.235Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19022026-05-18T19:29:17.304Z Compiling progenitor-client v0.11.2
19032026-05-18T19:29:17.600Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19042026-05-18T19:29:17.636Z Compiling fxhash v0.2.1
19052026-05-18T19:29:17.784Z Compiling internet-checksum v0.2.1
19062026-05-18T19:29:17.837Z Compiling sled v0.34.7
19072026-05-18T19:29:17.930Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19082026-05-18T19:29:18.010Z Compiling slog-stdlog v4.1.1
19092026-05-18T19:29:18.248Z Compiling crc8 v0.1.1
19102026-05-18T19:29:18.376Z Compiling slog-envlogger v2.2.0
19112026-05-18T19:29:18.809Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19122026-05-18T19:29:18.874Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19132026-05-18T19:29:19.227Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19142026-05-18T19:29:21.296Z Compiling progenitor v0.11.2
19152026-05-18T19:29:21.321Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19162026-05-18T19:29:21.722Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19172026-05-18T19:29:27.165Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19182026-05-18T19:29:28.782Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19192026-05-18T19:29:29.799Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19202026-05-18T19:29:30.861Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19212026-05-18T19:29:31.658Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19222026-05-18T19:29:32.803Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19232026-05-18T19:29:56.696Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 13s
19242026-05-18T19:29:56.877Z────────────
19252026-05-18T19:29:56.877Z Nextest run ID e98a7cc3-7adb-4e09-8a41-5a8bad6bc715 with nextest profile: default
19262026-05-18T19:29:56.877Z Starting 7 tests across 1 binary
19272026-05-18T19:29:56.887Z PASS [ 0.009s] mg-lower dendrite::test_tfport_parser
19282026-05-18T19:29:56.890Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19292026-05-18T19:29:56.890Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19302026-05-18T19:29:56.892Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19312026-05-18T19:29:56.892Z PASS [ 0.013s] mg-lower test::sync_prefix_test
19322026-05-18T19:29:56.892Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19332026-05-18T19:29:56.893Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_idempotent
19342026-05-18T19:29:56.893Z────────────
19352026-05-18T19:29:56.893Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19362026-05-18T19:29:56.904Zprocess exited: duration 318407 ms, exit code 0
 
19372026-05-18T19:29:56.909Zfound 0 output files