01KMZVA2RKP4NWNNHAKW0PFBYM: test-rdb

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KMZVAY6VEBDAWRQF4HYTH148

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T17:10:46.335Zjob assigned to worker 01KMZVJBW4YCWDKG2AC30VMG71 [factory aws, i-028d6724d0bd1c081] (queued for 4 m 55 s)
 
22026-03-30T17:10:56.327Zstarting task 0: "setup"
32026-03-30T17:10:56.331Z++ uname -s
42026-03-30T17:10:56.334Z+ kern=SunOS
52026-03-30T17:10:56.334Z+ build_user=build
62026-03-30T17:10:56.334Z+ build_uid=12345
72026-03-30T17:10:56.334Z+ work_dir=/work
82026-03-30T17:10:56.334Z+ input_dir=/input
92026-03-30T17:10:56.334Z+ [[ 0 == 12345 ]]
102026-03-30T17:10:56.334Z+ case "$kern" in
112026-03-30T17:10:56.334Z+ groupadd -g 12345 build
122026-03-30T17:10:56.337Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T17:10:58.343Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T17:10:58.464Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T17:10:58.467Z+ home_fs=zfs
162026-03-30T17:10:58.467Z+ [[ zfs == autofs ]]
172026-03-30T17:10:58.467Z+ mkdir -p /home/build
182026-03-30T17:10:58.467Z+ chown build:build /home/build /work
192026-03-30T17:11:00.468Z+ chmod 0700 /home/build /work
202026-03-30T17:11:00.471Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-30T17:11:00.477Zstarting task 1: "rust-toolchain"
222026-03-30T17:11:00.482Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-30T17:11:00.482Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-30T17:11:00.482Z * rust toolchain channel = "stable"
252026-03-30T17:11:00.482Z * rust toolchain profile = "default"
262026-03-30T17:11:00.482Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T17:11:00.482Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T17:11:00.485Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T17:11:00.485Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-30T17:11:00.607Zinfo: downloading installer
312026-03-30T17:11:02.266Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T17:11:02.271Zwarn: /opt/ooce/bin
332026-03-30T17:11:02.271Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T17:11:02.271Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T17:11:02.271Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T17:11:02.271Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T17:11:02.271Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T17:11:02.271Zerror: cannot install while Rust is installed
392026-03-30T17:11:02.271Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T17:11:02.271Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T17:11:02.271Zwarn: /home/build/.rustup/settings.toml
422026-03-30T17:11:02.271Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T17:11:02.271Zwarn: instead of the one inferred from the default host triple.
442026-03-30T17:11:02.281Zinfo: profile set to default
452026-03-30T17:11:02.281Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T17:11:02.284Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-30T17:11:02.437Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-30T17:11:02.440Zinfo: downloading 6 components
492026-03-30T17:11:16.815Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-30T17:11:16.815Z
512026-03-30T17:11:16.843Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-30T17:11:16.843Z
532026-03-30T17:11:16.843Z
542026-03-30T17:11:16.843ZRust is installed now. Great!
552026-03-30T17:11:16.844Z
562026-03-30T17:11:16.844ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T17:11:16.844Zenvironment variable. This has not been done automatically.
582026-03-30T17:11:16.844Z
592026-03-30T17:11:16.844ZTo configure your current shell, you need to source
602026-03-30T17:11:16.844Zthe corresponding env file under $HOME/.cargo.
612026-03-30T17:11:16.844Z
622026-03-30T17:11:16.844ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T17:11:16.844Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T17:11:16.844Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T17:11:16.844Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T17:11:16.844Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T17:11:16.844Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T17:11:16.844Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T17:11:16.847Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T17:11:16.848Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T17:11:16.941Z+ rustup --version
722026-03-30T17:11:16.950Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T17:11:16.953Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T17:11:16.971Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-30T17:11:16.974Z+ cargo --version
762026-03-30T17:11:16.987Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-30T17:11:16.990Z+ rustc --version
782026-03-30T17:11:17.010Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-30T17:11:17.013Zprocess exited: duration 16534 ms, exit code 0
 
802026-03-30T17:11:17.020Zstarting task 2: "authentication"
812026-03-30T17:11:17.037Zprocess exited: duration 16 ms, exit code 0
 
822026-03-30T17:11:17.042Zstarting task 3: "clone repository"
832026-03-30T17:11:17.046Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-30T17:11:17.049Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-30T17:11:17.180ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-30T17:11:18.021Z+ cd /work/oxidecomputer/maghemite
872026-03-30T17:11:18.021Z+ git fetch origin e13def21b434f6614ea7db71efcc960c0b074b5f
882026-03-30T17:11:18.279ZFrom https://github.com/oxidecomputer/maghemite
892026-03-30T17:11:18.279Z * branch e13def21b434f6614ea7db71efcc960c0b074b5f -> FETCH_HEAD
902026-03-30T17:11:18.285Z+ [[ -n trey/map_cleanup ]]
912026-03-30T17:11:18.288Z++ git branch --show-current
922026-03-30T17:11:18.288Z+ current=main
932026-03-30T17:11:18.288Z+ [[ main != trey/map_cleanup ]]
942026-03-30T17:11:18.288Z+ git branch -f trey/map_cleanup e13def21b434f6614ea7db71efcc960c0b074b5f
952026-03-30T17:11:18.291Z+ git checkout -f trey/map_cleanup
962026-03-30T17:11:18.307ZSwitched to branch 'trey/map_cleanup'
972026-03-30T17:11:18.310Z+ git reset --hard e13def21b434f6614ea7db71efcc960c0b074b5f
982026-03-30T17:11:18.316ZHEAD is now at e13def2 Merge branch 'main' into trey/map_cleanup
992026-03-30T17:11:18.318Zprocess exited: duration 1273 ms, exit code 0
 
1002026-03-30T17:11:18.326Zstarting task 4: "build"
1012026-03-30T17:11:18.330Z+ set -e
1022026-03-30T17:11:18.330Z+ source .github/buildomat/test-common.sh
1032026-03-30T17:11:18.333Z++ NEXTEST_VERSION=0.9.97
1042026-03-30T17:11:18.333Z++ PLATFORM=illumos
1052026-03-30T17:11:18.333Z++ banner install
1062026-03-30T17:11:18.333Z
1072026-03-30T17:11:18.333Z # # # #### ##### ## # #
1082026-03-30T17:11:18.333Z # ## # # # # # # #
1092026-03-30T17:11:18.333Z # # # # #### # # # # #
1102026-03-30T17:11:18.334Z # # # # # # ###### # #
1112026-03-30T17:11:18.334Z # # ## # # # # # # #
1122026-03-30T17:11:18.334Z # # # #### # # # ###### ######
1132026-03-30T17:11:18.334Z
1142026-03-30T17:11:18.334Z++ set +o errexit
1152026-03-30T17:11:18.334Z++ pkg info clang-15
1162026-03-30T17:11:18.337Z++ grep -qi installed
1172026-03-30T17:11:20.069Zpkg: info: no packages matching the following patterns you specified are
1182026-03-30T17:11:20.069Zinstalled on the system. Try querying remotely instead:
1192026-03-30T17:11:20.069Z
1202026-03-30T17:11:20.069Z clang-15
1212026-03-30T17:11:20.107Z++ [[ 1 != 0 ]]
1222026-03-30T17:11:20.108Z++ set -o errexit
1232026-03-30T17:11:20.111Z++ pfexec pkg install clang-15
1242026-03-30T17:11:28.062Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-30T17:11:35.015Z Startup: Caching catalogs ... Done
1262026-03-30T17:11:39.317ZPlanning: Solver setup ... Done
1272026-03-30T17:11:39.335ZPlanning: Running solver ... Done
1282026-03-30T17:11:39.457ZPlanning: Finding local manifests ... Done
1292026-03-30T17:11:39.469ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-30T17:11:39.554ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-30T17:11:39.584ZPlanning: Package planning ... Done
1322026-03-30T17:11:39.610ZPlanning: Merging actions ... Done
1332026-03-30T17:11:39.725ZPlanning: Checking for conflicting actions ... Done
1342026-03-30T17:11:39.733ZPlanning: Consolidating action changes ... Done
1352026-03-30T17:11:40.453ZPlanning: Evaluating mediators ... Done
1362026-03-30T17:11:40.458ZPlanning: Planning completed in 5.28 seconds
1372026-03-30T17:11:40.470Z Packages to install: 2
1382026-03-30T17:11:40.470Z Mediators to change: 2
1392026-03-30T17:11:40.473Z Services to change: 1
1402026-03-30T17:11:40.473Z Create boot environment: No
1412026-03-30T17:11:40.473ZCreate backup boot environment: No
1422026-03-30T17:11:40.511Z
1432026-03-30T17:11:40.511ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-30T17:11:45.512ZDownload: 1756/3076 items 116.7/211.3MB 55% complete (23.6M/s)
1452026-03-30T17:11:51.330ZDownload: 3068/3076 items 209.5/211.3MB 99% complete (21.4M/s)
1462026-03-30T17:11:51.371ZDownload: Completed 211.31 MB in 10.85 seconds (19.5M/s)
1472026-03-30T17:11:51.504Z Actions: 1/3418 actions (Installing new actions)
1482026-03-30T17:11:54.726Z Actions: Completed 3418 actions in 3.22 seconds.
1492026-03-30T17:11:55.377Z Done
1502026-03-30T17:11:55.377Z Done
1512026-03-30T17:11:56.094Z Done
1522026-03-30T17:11:59.294Z Done
1532026-03-30T17:11:59.368Z Done
1542026-03-30T17:11:59.371Z Done
1552026-03-30T17:11:59.647Z Done
1562026-03-30T17:12:00.321Z++ set -o errexit
1572026-03-30T17:12:00.321Z++ cargo --version
1582026-03-30T17:12:00.329Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1592026-03-30T17:12:00.499Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1602026-03-30T17:12:00.504Zinfo: downloading 6 components
1612026-03-30T17:12:18.244Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1622026-03-30T17:12:18.249Z++ rustc --version
1632026-03-30T17:12:18.278Zrustc 1.94.1 (e408947bf 2026-03-25)
1642026-03-30T17:12:18.284Z++ cargo install cargo-nextest --version 0.9.97
1652026-03-30T17:12:18.327Z Updating crates.io index
1662026-03-30T17:12:18.454Z Downloading crates ...
1672026-03-30T17:12:18.517Z Downloaded cargo-nextest v0.9.97
1682026-03-30T17:12:18.584Z Installing cargo-nextest v0.9.97
1692026-03-30T17:12:18.629Z Updating crates.io index
1702026-03-30T17:12:21.714Z Locking 408 packages to latest compatible versions
1712026-03-30T17:12:21.755Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-03-30T17:12:21.755Z Adding duct v0.13.7 (available: v1.1.1)
1732026-03-30T17:12:21.755Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-03-30T17:12:21.755Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-03-30T17:12:21.755Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-03-30T17:12:21.755Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1772026-03-30T17:12:21.755Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-03-30T17:12:21.755Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1792026-03-30T17:12:21.755Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-03-30T17:12:21.755Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-03-30T17:12:21.755Z Downloading crates ...
1822026-03-30T17:12:21.809Z Downloaded cfg_aliases v0.2.1
1832026-03-30T17:12:21.813Z Downloaded async-scoped v0.9.0
1842026-03-30T17:12:21.813Z Downloaded atomicwrites v0.4.4
1852026-03-30T17:12:21.817Z Downloaded digest v0.10.7
1862026-03-30T17:12:21.821Z Downloaded addr2line v0.25.1
1872026-03-30T17:12:21.825Z Downloaded autocfg v1.5.0
1882026-03-30T17:12:21.828Z Downloaded atomic-waker v1.1.2
1892026-03-30T17:12:21.828Z Downloaded futures-executor v0.3.32
1902026-03-30T17:12:21.833Z Downloaded config v0.15.22
1912026-03-30T17:12:21.836Z Downloaded color-spantrace v0.3.0
1922026-03-30T17:12:21.840Z Downloaded debug-ignore v1.0.5
1932026-03-30T17:12:21.843Z Downloaded ahash v0.8.12
1942026-03-30T17:12:21.847Z Downloaded fixedbitset v0.5.7
1952026-03-30T17:12:21.851Z Downloaded der v0.7.10
1962026-03-30T17:12:21.854Z Downloaded hyper-rustls v0.27.7
1972026-03-30T17:12:21.859Z Downloaded indent_write v2.2.0
1982026-03-30T17:12:21.862Z Downloaded cargo-platform v0.3.2
1992026-03-30T17:12:21.865Z Downloaded home v0.5.12
2002026-03-30T17:12:21.866Z Downloaded futures-task v0.3.32
2012026-03-30T17:12:21.869Z Downloaded fnv v1.0.7
2022026-03-30T17:12:21.869Z Downloaded enable-ansi-support v0.2.1
2032026-03-30T17:12:21.869Z Downloaded curve25519-dalek-derive v0.1.1
2042026-03-30T17:12:21.873Z Downloaded crypto-common v0.1.7
2052026-03-30T17:12:21.873Z Downloaded lock_api v0.4.14
2062026-03-30T17:12:21.876Z Downloaded itoa v1.0.18
2072026-03-30T17:12:21.876Z Downloaded cfg-if v1.0.4
2082026-03-30T17:12:21.876Z Downloaded bitflags v2.11.0
2092026-03-30T17:12:21.880Z Downloaded anstyle v1.0.14
2102026-03-30T17:12:21.883Z Downloaded hyper-tls v0.6.0
2112026-03-30T17:12:21.883Z Downloaded humantime-serde v1.1.1
2122026-03-30T17:12:21.883Z Downloaded humantime v2.3.0
2132026-03-30T17:12:21.887Z Downloaded anstyle-query v1.1.5
2142026-03-30T17:12:21.887Z Downloaded colorchoice v1.0.5
2152026-03-30T17:12:21.890Z Downloaded jobserver v0.1.34
2162026-03-30T17:12:21.890Z Downloaded futures-sink v0.3.32
2172026-03-30T17:12:21.890Z Downloaded foreign-types v0.3.2
2182026-03-30T17:12:21.894Z Downloaded cpufeatures v0.2.17
2192026-03-30T17:12:21.894Z Downloaded indenter v0.3.4
2202026-03-30T17:12:21.894Z Downloaded guppy-workspace-hack v0.1.0
2212026-03-30T17:12:21.898Z Downloaded block-buffer v0.10.4
2222026-03-30T17:12:21.898Z Downloaded backtrace-ext v0.2.1
2232026-03-30T17:12:21.898Z Downloaded futures-core v0.3.32
2242026-03-30T17:12:21.899Z Downloaded errno v0.3.14
2252026-03-30T17:12:21.902Z Downloaded clap_lex v1.1.0
2262026-03-30T17:12:21.902Z Downloaded percent-encoding v2.3.2
2272026-03-30T17:12:21.906Z Downloaded hex v0.4.3
2282026-03-30T17:12:21.907Z Downloaded futures-macro v0.3.32
2292026-03-30T17:12:21.907Z Downloaded heck v0.5.0
2302026-03-30T17:12:21.910Z Downloaded scopeguard v1.2.0
2312026-03-30T17:12:21.910Z Downloaded litrs v1.0.0
2322026-03-30T17:12:21.910Z Downloaded foreign-types-shared v0.1.1
2332026-03-30T17:12:21.910Z Downloaded futures-io v0.3.32
2342026-03-30T17:12:21.914Z Downloaded hyper-util v0.1.20
2352026-03-30T17:12:21.917Z Downloaded fastrand v2.3.0
2362026-03-30T17:12:21.917Z Downloaded http-body v1.0.1
2372026-03-30T17:12:21.921Z Downloaded lru-slab v0.1.2
2382026-03-30T17:12:21.924Z Downloaded form_urlencoded v1.2.2
2392026-03-30T17:12:21.928Z Downloaded equivalent v1.0.2
2402026-03-30T17:12:21.928Z Downloaded pin-utils v0.1.0
2412026-03-30T17:12:21.931Z Downloaded idna_adapter v1.0.0
2422026-03-30T17:12:21.931Z Downloaded miette-derive v7.6.0
2432026-03-30T17:12:21.931Z Downloaded cargo_metadata v0.23.1
2442026-03-30T17:12:21.935Z Downloaded is_terminal_polyfill v1.70.2
2452026-03-30T17:12:21.938Z Downloaded dialoguer v0.11.0
2462026-03-30T17:12:21.941Z Downloaded duct v0.13.7
2472026-03-30T17:12:21.945Z Downloaded clap_derive v4.6.0
2482026-03-30T17:12:21.948Z Downloaded ordered-float v2.10.1
2492026-03-30T17:12:21.948Z Downloaded os_pipe v1.2.3
2502026-03-30T17:12:21.952Z Downloaded openssl-macros v0.1.1
2512026-03-30T17:12:21.952Z Downloaded generic-array v0.14.7
2522026-03-30T17:12:21.952Z Downloaded cargo-platform v0.2.0
2532026-03-30T17:12:21.956Z Downloaded rustc_version v0.4.1
2542026-03-30T17:12:21.956Z Downloaded serde-value v0.7.0
2552026-03-30T17:12:21.960Z Downloaded is_ci v1.2.0
2562026-03-30T17:12:21.960Z Downloaded serde_urlencoded v0.7.1
2572026-03-30T17:12:21.963Z Downloaded serde_spanned v1.1.0
2582026-03-30T17:12:21.963Z Downloaded serde_spanned v0.6.9
2592026-03-30T17:12:21.966Z Downloaded lazy_static v1.5.0
2602026-03-30T17:12:21.966Z Downloaded document-features v0.2.12
2612026-03-30T17:12:21.970Z Downloaded mukti-metadata v0.3.0
2622026-03-30T17:12:21.970Z Downloaded filetime v0.2.27
2632026-03-30T17:12:21.970Z Downloaded find-msvc-tools v0.1.9
2642026-03-30T17:12:21.973Z Downloaded convert_case v0.10.0
2652026-03-30T17:12:21.973Z Downloaded cargo_metadata v0.20.0
2662026-03-30T17:12:21.973Z Downloaded anstyle-parse v1.0.0
2672026-03-30T17:12:21.976Z Downloaded erased-serde v0.4.10
2682026-03-30T17:12:21.976Z Downloaded anstream v1.0.0
2692026-03-30T17:12:21.980Z Downloaded adler2 v2.0.1
2702026-03-30T17:12:21.980Z Downloaded future-queue v0.4.0
2712026-03-30T17:12:21.983Z Downloaded foldhash v0.1.5
2722026-03-30T17:12:21.983Z Downloaded camino-tempfile v1.4.1
2732026-03-30T17:12:21.987Z Downloaded pin-project-internal v1.1.11
2742026-03-30T17:12:21.990Z Downloaded sigchld v0.2.4
2752026-03-30T17:12:21.990Z Downloaded shell-words v1.1.1
2762026-03-30T17:12:21.990Z Downloaded parking_lot v0.12.5
2772026-03-30T17:12:21.990Z Downloaded either v1.15.0
2782026-03-30T17:12:21.993Z Downloaded cargo-util-schemas v0.2.0
2792026-03-30T17:12:21.994Z Downloaded signature v2.2.0
2802026-03-30T17:12:21.998Z Downloaded pathdiff v0.2.3
2812026-03-30T17:12:21.998Z Downloaded http-body-util v0.1.3
2822026-03-30T17:12:22.002Z Downloaded camino v1.2.2
2832026-03-30T17:12:22.002Z Downloaded nested v0.1.1
2842026-03-30T17:12:22.002Z Downloaded ed25519 v2.2.3
2852026-03-30T17:12:22.005Z Downloaded console v0.15.11
2862026-03-30T17:12:22.005Z Downloaded openssl-probe v0.2.1
2872026-03-30T17:12:22.008Z Downloaded nextest-workspace-hack v0.1.0
2882026-03-30T17:12:22.008Z Downloaded cfg-expr v0.20.7
2892026-03-30T17:12:22.012Z Downloaded owo-colors v4.3.0
2902026-03-30T17:12:22.015Z Downloaded swrite v0.1.0
2912026-03-30T17:12:22.015Z Downloaded globset v0.4.18
2922026-03-30T17:12:22.015Z Downloaded supports-hyperlinks v3.2.0
2932026-03-30T17:12:22.015Z Downloaded strsim v0.11.1
2942026-03-30T17:12:22.019Z Downloaded serde_ignored v0.1.14
2952026-03-30T17:12:22.019Z Downloaded base64ct v1.8.3
2962026-03-30T17:12:22.022Z Downloaded serde_path_to_error v0.1.20
2972026-03-30T17:12:22.023Z Downloaded supports-unicode v3.0.0
2982026-03-30T17:12:22.028Z Downloaded number_prefix v0.4.0
2992026-03-30T17:12:22.032Z Downloaded shared_child v1.1.1
3002026-03-30T17:12:22.035Z Downloaded sha2 v0.10.9
3012026-03-30T17:12:22.039Z Downloaded futures-channel v0.3.32
3022026-03-30T17:12:22.043Z Downloaded strip-ansi-escapes v0.2.1
3032026-03-30T17:12:22.046Z Downloaded sync_wrapper v1.0.2
3042026-03-30T17:12:22.046Z Downloaded supports-color v3.0.2
3052026-03-30T17:12:22.046Z Downloaded subtle v2.6.1
3062026-03-30T17:12:22.051Z Downloaded const-oid v0.9.6
3072026-03-30T17:12:22.051Z Downloaded getrandom v0.2.17
3082026-03-30T17:12:22.054Z Downloaded signal-hook-registry v1.4.8
3092026-03-30T17:12:22.055Z Downloaded signal-hook-mio v0.2.5
3102026-03-30T17:12:22.055Z Downloaded shlex v1.3.0
3112026-03-30T17:12:22.055Z Downloaded pin-project-lite v0.2.17
3122026-03-30T17:12:22.058Z Downloaded derive-where v1.6.1
3132026-03-30T17:12:22.061Z Downloaded crc32fast v1.5.0
3142026-03-30T17:12:22.062Z Downloaded terminal_size v0.4.4
3152026-03-30T17:12:22.065Z Downloaded tinyvec_macros v0.1.1
3162026-03-30T17:12:22.065Z Downloaded clap v4.6.0
3172026-03-30T17:12:22.070Z Downloaded toml_write v0.1.2
3182026-03-30T17:12:22.074Z Downloaded slab v0.4.12
3192026-03-30T17:12:22.074Z Downloaded tower-service v0.3.3
3202026-03-30T17:12:22.074Z Downloaded tower-layer v0.3.3
3212026-03-30T17:12:22.078Z Downloaded serde-untagged v0.1.9
3222026-03-30T17:12:22.078Z Downloaded parking_lot_core v0.9.12
3232026-03-30T17:12:22.078Z Downloaded native-tls v0.2.18
3242026-03-30T17:12:22.078Z Downloaded target-lexicon v0.13.3
3252026-03-30T17:12:22.081Z Downloaded static_assertions v1.1.0
3262026-03-30T17:12:22.081Z Downloaded target-spec-miette v0.4.5
3272026-03-30T17:12:22.085Z Downloaded iana-time-zone v0.1.65
3282026-03-30T17:12:22.085Z Downloaded tracing-error v0.2.1
3292026-03-30T17:12:22.085Z Downloaded thiserror v2.0.18
3302026-03-30T17:12:22.088Z Downloaded typeid v1.0.3
3312026-03-30T17:12:22.091Z Downloaded toml_datetime v0.6.11
3322026-03-30T17:12:22.091Z Downloaded log v0.4.29
3332026-03-30T17:12:22.095Z Downloaded self-replace v1.5.0
3342026-03-30T17:12:22.095Z Downloaded unicode-xid v0.2.6
3352026-03-30T17:12:22.095Z Downloaded target-spec v3.5.7
3362026-03-30T17:12:22.095Z Downloaded spki v0.7.3
3372026-03-30T17:12:22.099Z Downloaded rustc-hash v2.1.2
3382026-03-30T17:12:22.099Z Downloaded nextest-metadata v0.12.2
3392026-03-30T17:12:22.099Z Downloaded semver v1.0.27
3402026-03-30T17:12:22.102Z Downloaded urlencoding v2.1.3
3412026-03-30T17:12:22.102Z Downloaded quote v1.0.45
3422026-03-30T17:12:22.102Z Downloaded thiserror-impl v1.0.69
3432026-03-30T17:12:22.106Z Downloaded thiserror v1.0.69
3442026-03-30T17:12:22.106Z Downloaded newtype-uuid v1.3.2
3452026-03-30T17:12:22.109Z Downloaded futures v0.3.32
3462026-03-30T17:12:22.113Z Downloaded unicode-linebreak v0.1.5
3472026-03-30T17:12:22.113Z Downloaded try-lock v0.2.5
3482026-03-30T17:12:22.113Z Downloaded getrandom v0.4.2
3492026-03-30T17:12:22.117Z Downloaded getrandom v0.3.4
3502026-03-30T17:12:22.120Z Downloaded tokio-macros v2.6.1
3512026-03-30T17:12:22.120Z Downloaded rustc-demangle v0.1.27
3522026-03-30T17:12:22.120Z Downloaded pkg-config v0.3.32
3532026-03-30T17:12:22.120Z Downloaded pkcs8 v0.10.2
3542026-03-30T17:12:22.126Z Downloaded bytes v1.11.1
3552026-03-30T17:12:22.130Z Downloaded want v0.3.1
3562026-03-30T17:12:22.130Z Downloaded version_check v0.9.5
3572026-03-30T17:12:22.133Z Downloaded utf8parse v0.2.2
3582026-03-30T17:12:22.133Z Downloaded rand_core v0.9.5
3592026-03-30T17:12:22.137Z Downloaded simd-adler32 v0.3.9
3602026-03-30T17:12:22.137Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3612026-03-30T17:12:22.137Z Downloaded xattr v1.6.1
3622026-03-30T17:12:22.140Z Downloaded smol_str v0.3.6
3632026-03-30T17:12:22.143Z Downloaded eyre v0.6.12
3642026-03-30T17:12:22.147Z Downloaded utf8_iter v1.0.4
3652026-03-30T17:12:22.147Z Downloaded httparse v1.10.1
3662026-03-30T17:12:22.150Z Downloaded serde_derive v1.0.228
3672026-03-30T17:12:22.153Z Downloaded untrusted v0.9.0
3682026-03-30T17:12:22.153Z Downloaded tracing-log v0.2.0
3692026-03-30T17:12:22.158Z Downloaded quick-junit v0.5.2
3702026-03-30T17:12:22.158Z Downloaded once_cell v1.21.4
3712026-03-30T17:12:22.161Z Downloaded rand_core v0.6.4
3722026-03-30T17:12:22.161Z Downloaded ipnet v2.12.0
3732026-03-30T17:12:22.165Z Downloaded thread_local v1.1.9
3742026-03-30T17:12:22.165Z Downloaded thiserror-impl v2.0.18
3752026-03-30T17:12:22.165Z Downloaded serde_core v1.0.228
3762026-03-30T17:12:22.169Z Downloaded quinn-udp v0.5.14
3772026-03-30T17:12:22.174Z Downloaded tokio-native-tls v0.3.1
3782026-03-30T17:12:22.177Z Downloaded rustls-pki-types v1.14.0
3792026-03-30T17:12:22.177Z Downloaded tokio-stream v0.1.18
3802026-03-30T17:12:22.180Z Downloaded proc-macro2 v1.0.106
3812026-03-30T17:12:22.183Z Downloaded nextest-filtering v0.15.0
3822026-03-30T17:12:22.183Z Downloaded derive_more v2.1.1
3832026-03-30T17:12:22.190Z Downloaded rand_chacha v0.9.0
3842026-03-30T17:12:22.193Z Downloaded xxhash-rust v0.8.15
3852026-03-30T17:12:22.193Z Downloaded zstd-safe v7.2.4
3862026-03-30T17:12:22.193Z Downloaded toml_writer v1.1.0+spec-1.1.0
3872026-03-30T17:12:22.196Z Downloaded socket2 v0.6.3
3882026-03-30T17:12:22.197Z Downloaded zeroize v1.8.2
3892026-03-30T17:12:22.197Z Downloaded toml_parser v1.1.0+spec-1.1.0
3902026-03-30T17:12:22.200Z Downloaded ppv-lite86 v0.2.21
3912026-03-30T17:12:22.200Z Downloaded openssl-sys v0.9.112
3922026-03-30T17:12:22.203Z Downloaded unicase v2.9.0
3932026-03-30T17:12:22.203Z Downloaded tracing-attributes v0.1.31
3942026-03-30T17:12:22.206Z Downloaded textwrap v0.16.2
3952026-03-30T17:12:22.207Z Downloaded miniz_oxide v0.8.9
3962026-03-30T17:12:22.210Z Downloaded borsh v1.6.1
3972026-03-30T17:12:22.214Z Downloaded tempfile v3.27.0
3982026-03-30T17:12:22.214Z Downloaded base64 v0.22.1
3992026-03-30T17:12:22.217Z Downloaded tokio-rustls v0.26.4
4002026-03-30T17:12:22.217Z Downloaded flate2 v1.1.9
4012026-03-30T17:12:22.220Z Downloaded cc v1.2.58
4022026-03-30T17:12:22.223Z Downloaded smallvec v1.15.1
4032026-03-30T17:12:22.227Z Downloaded self_update v0.42.0
4042026-03-30T17:12:22.238Z Downloaded tinyvec v1.11.0
4052026-03-30T17:12:22.241Z Downloaded tar v0.4.45
4062026-03-30T17:12:22.241Z Downloaded unicode-ident v1.0.24
4072026-03-30T17:12:22.244Z Downloaded zmij v1.0.21
4082026-03-30T17:12:22.248Z Downloaded zipsign-api v0.1.5
4092026-03-30T17:12:22.248Z Downloaded backtrace v0.3.76
4102026-03-30T17:12:22.253Z Downloaded zstd v0.13.3
4112026-03-30T17:12:22.263Z Downloaded pin-project v1.1.11
4122026-03-30T17:12:22.270Z Downloaded uuid v1.23.0
4132026-03-30T17:12:22.273Z Downloaded num-traits v0.2.19
4142026-03-30T17:12:22.277Z Downloaded typenum v1.19.0
4152026-03-30T17:12:22.277Z Downloaded derive_more-impl v2.1.1
4162026-03-30T17:12:22.280Z Downloaded ryu v1.0.23
4172026-03-30T17:12:22.284Z Downloaded http v1.4.0
4182026-03-30T17:12:22.284Z Downloaded sharded-slab v0.1.7
4192026-03-30T17:12:22.287Z Downloaded ed25519-dalek v2.2.0
4202026-03-30T17:12:22.287Z Downloaded toml_edit v0.22.27
4212026-03-30T17:12:22.298Z Downloaded signal-hook v0.3.18
4222026-03-30T17:12:22.310Z Downloaded crossterm v0.29.0
4232026-03-30T17:12:22.320Z Downloaded rustls-webpki v0.103.10
4242026-03-30T17:12:22.323Z Downloaded url v2.5.8
4252026-03-30T17:12:22.327Z Downloaded toml v1.1.0+spec-1.1.0
4262026-03-30T17:12:22.330Z Downloaded guppy v0.17.25
4272026-03-30T17:12:22.334Z Downloaded toml v0.8.23
4282026-03-30T17:12:22.349Z Downloaded hashbrown v0.16.1
4292026-03-30T17:12:22.357Z Downloaded hashbrown v0.15.5
4302026-03-30T17:12:22.361Z Downloaded clap_builder v4.6.0
4312026-03-30T17:12:22.364Z Downloaded unicode-segmentation v1.13.2
4322026-03-30T17:12:22.368Z Downloaded vte v0.14.1
4332026-03-30T17:12:22.368Z Downloaded h2 v0.4.13
4342026-03-30T17:12:22.371Z Downloaded memchr v2.8.0
4352026-03-30T17:12:22.375Z Downloaded serde_json v1.0.149
4362026-03-30T17:12:22.378Z Downloaded aho-corasick v1.1.4
4372026-03-30T17:12:22.382Z Downloaded indicatif v0.17.11
4382026-03-30T17:12:22.385Z Downloaded unicode-normalization v0.1.25
4392026-03-30T17:12:22.389Z Downloaded futures-util v0.3.32
4402026-03-30T17:12:22.396Z Downloaded tracing-core v0.1.36
4412026-03-30T17:12:22.399Z Downloaded gimli v0.32.3
4422026-03-30T17:12:22.404Z Downloaded itertools v0.14.0
4432026-03-30T17:12:22.417Z Downloaded serde v1.0.228
4442026-03-30T17:12:22.424Z Downloaded quinn v0.11.9
4452026-03-30T17:12:22.427Z Downloaded chrono v0.4.44
4462026-03-30T17:12:22.433Z Downloaded mio v1.2.0
4472026-03-30T17:12:22.437Z Downloaded tracing-subscriber v0.3.23
4482026-03-30T17:12:22.442Z Downloaded winnow v1.0.1
4492026-03-30T17:12:22.448Z Downloaded indexmap v2.13.0
4502026-03-30T17:12:22.463Z Downloaded curve25519-dalek v4.1.3
4512026-03-30T17:12:22.468Z Downloaded vcpkg v0.2.15
4522026-03-30T17:12:22.492Z Downloaded rand v0.9.2
4532026-03-30T17:12:22.495Z Downloaded miette v7.6.0
4542026-03-30T17:12:22.498Z Downloaded unicode-width v0.1.14
4552026-03-30T17:12:22.502Z Downloaded hyper v1.8.1
4562026-03-30T17:12:22.506Z Downloaded zerocopy v0.8.48
4572026-03-30T17:12:22.516Z Downloaded unicode-width v0.2.2
4582026-03-30T17:12:22.519Z Downloaded idna v1.1.0
4592026-03-30T17:12:22.523Z Downloaded bstr v1.12.1
4602026-03-30T17:12:22.526Z Downloaded ron v0.12.1
4612026-03-30T17:12:22.551Z Downloaded tower v0.5.3
4622026-03-30T17:12:22.562Z Downloaded color-eyre v0.6.5
4632026-03-30T17:12:22.570Z Downloaded reqwest v0.12.28
4642026-03-30T17:12:22.578Z Downloaded regex v1.12.3
4652026-03-30T17:12:22.582Z Downloaded tower-http v0.6.8
4662026-03-30T17:12:22.588Z Downloaded tokio-util v0.7.18
4672026-03-30T17:12:22.591Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4682026-03-30T17:12:22.600Z Downloaded pulldown-cmark v0.13.3
4692026-03-30T17:12:22.604Z Downloaded tokio v1.50.0
4702026-03-30T17:12:22.624Z Downloaded quick-xml v0.37.5
4712026-03-30T17:12:22.655Z Downloaded iri-string v0.7.12
4722026-03-30T17:12:22.665Z Downloaded portable-atomic v1.13.1
4732026-03-30T17:12:22.693Z Downloaded quinn-proto v0.11.14
4742026-03-30T17:12:22.701Z Downloaded quick-xml v0.38.4
4752026-03-30T17:12:22.710Z Downloaded winnow v0.7.15
4762026-03-30T17:12:22.778Z Downloaded webpki-roots v1.0.6
4772026-03-30T17:12:22.806Z Downloaded openssl v0.10.76
4782026-03-30T17:12:22.841Z Downloaded syn v2.0.117
4792026-03-30T17:12:22.847Z Downloaded nextest-runner v0.80.0
4802026-03-30T17:12:22.854Z Downloaded object v0.37.3
4812026-03-30T17:12:22.882Z Downloaded regex-syntax v0.8.10
4822026-03-30T17:12:22.886Z Downloaded nix v0.30.1
4832026-03-30T17:12:22.892Z Downloaded rustls v0.23.37
4842026-03-30T17:12:22.907Z Downloaded rustix v0.38.44
4852026-03-30T17:12:22.944Z Downloaded rustix v1.1.4
4862026-03-30T17:12:22.982Z Downloaded tracing v0.1.44
4872026-03-30T17:12:23.043Z Downloaded regex-automata v0.4.14
4882026-03-30T17:12:23.095Z Downloaded petgraph v0.8.3
4892026-03-30T17:12:23.126Z Downloaded libc v0.2.183
4902026-03-30T17:12:23.249Z Downloaded recursion v0.5.4
4912026-03-30T17:12:23.255Z Downloaded ring v0.17.14
4922026-03-30T17:12:23.319Z Compiling proc-macro2 v1.0.106
4932026-03-30T17:12:23.319Z Compiling libc v0.2.183
4942026-03-30T17:12:23.322Z Compiling unicode-ident v1.0.24
4952026-03-30T17:12:23.322Z Compiling quote v1.0.45
4962026-03-30T17:12:23.322Z Compiling serde_core v1.0.228
4972026-03-30T17:12:23.322Z Compiling cfg-if v1.0.4
4982026-03-30T17:12:23.448Z Compiling memchr v2.8.0
4992026-03-30T17:12:23.452Z Compiling once_cell v1.21.4
5002026-03-30T17:12:23.559Z Compiling log v0.4.29
5012026-03-30T17:12:23.580Z Compiling pin-project-lite v0.2.17
5022026-03-30T17:12:23.679Z Compiling serde v1.0.228
5032026-03-30T17:12:23.762Z Compiling itoa v1.0.18
5042026-03-30T17:12:23.865Z Compiling futures-core v0.3.32
5052026-03-30T17:12:24.027Z Compiling bitflags v2.11.0
5062026-03-30T17:12:24.052Z Compiling smallvec v1.15.1
5072026-03-30T17:12:24.109Z Compiling hashbrown v0.16.1
5082026-03-30T17:12:24.348Z Compiling shlex v1.3.0
5092026-03-30T17:12:24.487Z Compiling errno v0.3.14
5102026-03-30T17:12:24.517Z Compiling find-msvc-tools v0.1.9
5112026-03-30T17:12:24.699Z Compiling equivalent v1.0.2
5122026-03-30T17:12:24.704Z Compiling signal-hook-registry v1.4.8
5132026-03-30T17:12:24.704Z Compiling jobserver v0.1.34
5142026-03-30T17:12:24.704Z Compiling bytes v1.11.1
5152026-03-30T17:12:24.749Z Compiling mio v1.2.0
5162026-03-30T17:12:24.773Z Compiling futures-sink v0.3.32
5172026-03-30T17:12:24.821Z Compiling syn v2.0.117
5182026-03-30T17:12:24.872Z Compiling cc v1.2.58
5192026-03-30T17:12:24.885Z Compiling rustix v1.1.4
5202026-03-30T17:12:24.969Z Compiling socket2 v0.6.3
5212026-03-30T17:12:25.191Z Compiling slab v0.4.12
5222026-03-30T17:12:25.403Z Compiling zmij v1.0.21
5232026-03-30T17:12:25.488Z Compiling futures-channel v0.3.32
5242026-03-30T17:12:25.602Z Compiling tracing-core v0.1.36
5252026-03-30T17:12:25.737Z Compiling version_check v0.9.5
5262026-03-30T17:12:25.752Z Compiling indexmap v2.13.0
5272026-03-30T17:12:25.790Z Compiling serde_json v1.0.149
5282026-03-30T17:12:26.012Z Compiling futures-io v0.3.32
5292026-03-30T17:12:26.040Z Compiling futures-task v0.3.32
5302026-03-30T17:12:26.164Z Compiling getrandom v0.4.2
5312026-03-30T17:12:26.225Z Compiling unicode-width v0.2.2
5322026-03-30T17:12:26.276Z Compiling camino v1.2.2
5332026-03-30T17:12:26.543Z Compiling ring v0.17.14
5342026-03-30T17:12:26.580Z Compiling http v1.4.0
5352026-03-30T17:12:26.619Z Compiling autocfg v1.5.0
5362026-03-30T17:12:26.645Z Compiling simd-adler32 v0.3.9
5372026-03-30T17:12:26.712Z Compiling zeroize v1.8.2
5382026-03-30T17:12:26.935Z Compiling percent-encoding v2.3.2
5392026-03-30T17:12:26.970Z Compiling adler2 v2.0.1
5402026-03-30T17:12:27.135Z Compiling miniz_oxide v0.8.9
5412026-03-30T17:12:27.211Z Compiling num-traits v0.2.19
5422026-03-30T17:12:27.446Z Compiling object v0.37.3
5432026-03-30T17:12:27.499Z Compiling target-lexicon v0.13.3
5442026-03-30T17:12:27.733Z Compiling zerocopy v0.8.48
5452026-03-30T17:12:27.930Z Compiling getrandom v0.3.4
5462026-03-30T17:12:28.192Z Compiling http-body v1.0.1
5472026-03-30T17:12:28.250Z Compiling rustls-pki-types v1.14.0
5482026-03-30T17:12:28.295Z Compiling semver v1.0.27
5492026-03-30T17:12:28.366Z Compiling getrandom v0.2.17
5502026-03-30T17:12:28.466Z Compiling thiserror v2.0.18
5512026-03-30T17:12:28.540Z Compiling serde_derive v1.0.228
5522026-03-30T17:12:28.567Z Compiling tokio-macros v2.6.1
5532026-03-30T17:12:28.621Z Compiling futures-macro v0.3.32
5542026-03-30T17:12:28.786Z Compiling tracing-attributes v0.1.31
5552026-03-30T17:12:28.811Z Compiling httparse v1.10.1
5562026-03-30T17:12:28.980Z Compiling typenum v1.19.0
5572026-03-30T17:12:29.121Z Compiling guppy-workspace-hack v0.1.0
5582026-03-30T17:12:29.171Z Compiling untrusted v0.9.0
5592026-03-30T17:12:29.308Z Compiling gimli v0.32.3
5602026-03-30T17:12:29.321Z Compiling owo-colors v4.3.0
5612026-03-30T17:12:29.333Z Compiling signal-hook v0.3.18
5622026-03-30T17:12:29.336Z Compiling tokio v1.50.0
5632026-03-30T17:12:29.445Z Compiling futures-util v0.3.32
5642026-03-30T17:12:29.548Z Compiling fnv v1.0.7
5652026-03-30T17:12:29.735Z Compiling thiserror-impl v2.0.18
5662026-03-30T17:12:30.005Z Compiling tracing v0.1.44
5672026-03-30T17:12:31.522Z Compiling addr2line v0.25.1
5682026-03-30T17:12:31.847Z Compiling form_urlencoded v1.2.2
5692026-03-30T17:12:31.957Z Compiling generic-array v0.14.7
5702026-03-30T17:12:32.020Z Compiling rustc-demangle v0.1.27
5712026-03-30T17:12:32.076Z Compiling thiserror v1.0.69
5722026-03-30T17:12:32.116Z Compiling idna_adapter v1.0.0
5732026-03-30T17:12:32.180Z Compiling typeid v1.0.3
5742026-03-30T17:12:32.222Z Compiling fastrand v2.3.0
5752026-03-30T17:12:32.376Z Compiling pkg-config v0.3.32
5762026-03-30T17:12:32.466Z Compiling try-lock v0.2.5
5772026-03-30T17:12:32.572Z Compiling atomic-waker v1.1.2
5782026-03-30T17:12:32.586Z Compiling target-spec v3.5.7
5792026-03-30T17:12:32.712Z Compiling utf8_iter v1.0.4
5802026-03-30T17:12:32.818Z Compiling tower-service v0.3.3
5812026-03-30T17:12:32.863Z Compiling rustls v0.23.37
5822026-03-30T17:12:32.895Z Compiling idna v1.1.0
5832026-03-30T17:12:32.914Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-03-30T17:12:33.024Z Compiling want v0.3.1
5852026-03-30T17:12:33.116Z Compiling tempfile v3.27.0
5862026-03-30T17:12:33.207Z Compiling tokio-util v0.7.18
5872026-03-30T17:12:33.454Z Compiling cfg-expr v0.20.7
5882026-03-30T17:12:34.019Z Compiling backtrace v0.3.76
5892026-03-30T17:12:34.113Z Compiling h2 v0.4.13
5902026-03-30T17:12:34.524Z Compiling thiserror-impl v1.0.69
5912026-03-30T17:12:34.830Z Compiling terminal_size v0.4.4
5922026-03-30T17:12:34.980Z Compiling aho-corasick v1.1.4
5932026-03-30T17:12:34.996Z Compiling subtle v2.6.1
5942026-03-30T17:12:35.177Z Compiling erased-serde v0.4.10
5952026-03-30T17:12:35.222Z Compiling pin-utils v0.1.0
5962026-03-30T17:12:35.304Z Compiling winnow v0.7.15
5972026-03-30T17:12:35.469Z Compiling regex-syntax v0.8.10
5982026-03-30T17:12:36.372Z Compiling rustls-webpki v0.103.10
5992026-03-30T17:12:37.213Z Compiling regex-automata v0.4.14
6002026-03-30T17:12:39.005Z Compiling hyper v1.8.1
6012026-03-30T17:12:40.583Z Compiling url v2.5.8
6022026-03-30T17:12:42.594Z Compiling toml_datetime v0.6.11
6032026-03-30T17:12:42.642Z Compiling serde_spanned v0.6.9
6042026-03-30T17:12:42.819Z Compiling ahash v0.8.12
6052026-03-30T17:12:42.844Z Compiling sync_wrapper v1.0.2
6062026-03-30T17:12:42.874Z Compiling unicode-linebreak v0.1.5
6072026-03-30T17:12:42.961Z Compiling portable-atomic v1.13.1
6082026-03-30T17:12:43.031Z Compiling unicode-segmentation v1.13.2
6092026-03-30T17:12:43.070Z Compiling crc32fast v1.5.0
6102026-03-30T17:12:43.082Z Compiling foldhash v0.1.5
6112026-03-30T17:12:43.154Z Compiling lazy_static v1.5.0
6122026-03-30T17:12:43.267Z Compiling ipnet v2.12.0
6132026-03-30T17:12:43.308Z Compiling either v1.15.0
6142026-03-30T17:12:43.374Z Compiling parking_lot_core v0.9.12
6152026-03-30T17:12:43.407Z Compiling base64 v0.22.1
6162026-03-30T17:12:43.422Z Compiling nextest-workspace-hack v0.1.0
6172026-03-30T17:12:43.540Z Compiling tower-layer v0.3.3
6182026-03-30T17:12:43.633Z Compiling is_ci v1.2.0
6192026-03-30T17:12:43.646Z Compiling toml_write v0.1.2
6202026-03-30T17:12:43.745Z Compiling supports-color v3.0.2
6212026-03-30T17:12:43.807Z Compiling tower v0.5.3
6222026-03-30T17:12:43.895Z Compiling toml_edit v0.22.27
6232026-03-30T17:12:43.895Z Compiling hyper-util v0.1.20
6242026-03-30T17:12:44.120Z Compiling convert_case v0.10.0
6252026-03-30T17:12:44.386Z Compiling sharded-slab v0.1.7
6262026-03-30T17:12:44.415Z Compiling hashbrown v0.15.5
6272026-03-30T17:12:44.547Z Compiling textwrap v0.16.2
6282026-03-30T17:12:45.049Z Compiling tokio-rustls v0.26.4
6292026-03-30T17:12:45.343Z Compiling backtrace-ext v0.2.1
6302026-03-30T17:12:45.597Z Compiling ordered-float v2.10.1
6312026-03-30T17:12:45.611Z Compiling webpki-roots v1.0.6
6322026-03-30T17:12:45.739Z Compiling miette-derive v7.6.0
6332026-03-30T17:12:45.884Z Compiling pathdiff v0.2.3
6342026-03-30T17:12:45.978Z Compiling console v0.15.11
6352026-03-30T17:12:46.018Z Compiling tracing-log v0.2.0
6362026-03-30T17:12:46.394Z Compiling cargo-platform v0.3.2
6372026-03-30T17:12:46.600Z Compiling os_pipe v1.2.3
6382026-03-30T17:12:46.776Z Compiling thread_local v1.1.9
6392026-03-30T17:12:46.879Z Compiling winnow v1.0.1
6402026-03-30T17:12:46.968Z Compiling pulldown-cmark v0.13.3
6412026-03-30T17:12:47.136Z Compiling ryu v1.0.23
6422026-03-30T17:12:47.185Z Compiling cfg_aliases v0.2.1
6432026-03-30T17:12:47.262Z Compiling debug-ignore v1.0.5
6442026-03-30T17:12:47.375Z Compiling utf8parse v0.2.2
6452026-03-30T17:12:47.432Z Compiling rustix v0.38.44
6462026-03-30T17:12:47.494Z Compiling iri-string v0.7.12
6472026-03-30T17:12:47.728Z Compiling unicode-width v0.1.14
6482026-03-30T17:12:47.788Z Compiling scopeguard v1.2.0
6492026-03-30T17:12:47.897Z Compiling fixedbitset v0.5.7
6502026-03-30T17:12:48.046Z Compiling zstd-safe v7.2.4
6512026-03-30T17:12:48.292Z Compiling supports-hyperlinks v3.2.0
6522026-03-30T17:12:48.356Z Compiling supports-unicode v3.0.0
6532026-03-30T17:12:48.424Z Compiling petgraph v0.8.3
6542026-03-30T17:12:48.514Z Compiling miette v7.6.0
6552026-03-30T17:12:48.530Z Compiling toml_parser v1.1.0+spec-1.1.0
6562026-03-30T17:12:48.710Z Compiling lock_api v0.4.14
6572026-03-30T17:12:49.060Z Compiling tower-http v0.6.8
6582026-03-30T17:12:49.926Z Compiling anstyle-parse v1.0.0
6592026-03-30T17:12:50.076Z Compiling serde_urlencoded v0.7.1
6602026-03-30T17:12:50.185Z Compiling nix v0.30.1
6612026-03-30T17:12:50.237Z Compiling tracing-subscriber v0.3.23
6622026-03-30T17:12:50.385Z Compiling sigchld v0.2.4
6632026-03-30T17:12:50.413Z Compiling cargo_metadata v0.23.1
6642026-03-30T17:12:50.580Z Compiling serde-value v0.7.0
6652026-03-30T17:12:50.593Z Compiling hyper-rustls v0.27.7
6662026-03-30T17:12:51.296Z Compiling toml v0.8.23
6672026-03-30T17:12:51.310Z Compiling serde-untagged v0.1.9
6682026-03-30T17:12:51.940Z Compiling derive_more-impl v2.1.1
6692026-03-30T17:12:53.500Z Compiling itertools v0.14.0
6702026-03-30T17:12:53.516Z Compiling regex v1.12.3
6712026-03-30T17:12:53.563Z Compiling block-buffer v0.10.4
6722026-03-30T17:12:53.583Z Compiling crypto-common v0.1.7
6732026-03-30T17:12:53.715Z Compiling ppv-lite86 v0.2.21
6742026-03-30T17:12:53.718Z Compiling futures-executor v0.3.32
6752026-03-30T17:12:54.095Z Compiling rand_core v0.9.5
6762026-03-30T17:12:54.260Z Compiling pin-project-internal v1.1.11
6772026-03-30T17:12:54.303Z Compiling http-body-util v0.1.3
6782026-03-30T17:12:54.372Z Compiling uuid v1.23.0
6792026-03-30T17:12:54.587Z Compiling serde_spanned v1.1.0
6802026-03-30T17:12:54.761Z Compiling toml_datetime v1.1.0+spec-1.1.0
6812026-03-30T17:12:54.937Z Compiling smol_str v0.3.6
6822026-03-30T17:12:54.993Z Compiling filetime v0.2.27
6832026-03-30T17:12:55.032Z Compiling vte v0.14.1
6842026-03-30T17:12:55.199Z Compiling bstr v1.12.1
6852026-03-30T17:12:55.214Z Compiling unicode-xid v0.2.6
6862026-03-30T17:12:55.287Z Compiling unicase v2.9.0
6872026-03-30T17:12:55.352Z Compiling xattr v1.6.1
6882026-03-30T17:12:55.365Z Compiling anstyle-query v1.1.5
6892026-03-30T17:12:55.475Z Compiling color-spantrace v0.3.0
6902026-03-30T17:12:55.478Z Compiling litrs v1.0.0
6912026-03-30T17:12:55.545Z Compiling self_update v0.42.0
6922026-03-30T17:12:55.784Z Compiling is_terminal_polyfill v1.70.2
6932026-03-30T17:12:55.811Z Compiling number_prefix v0.4.0
6942026-03-30T17:12:55.811Z Compiling colorchoice v1.0.5
6952026-03-30T17:12:55.879Z Compiling static_assertions v1.1.0
6962026-03-30T17:12:55.902Z Compiling nested v0.1.1
6972026-03-30T17:12:55.944Z Compiling tinyvec_macros v0.1.1
6982026-03-30T17:12:55.953Z Compiling anstyle v1.0.14
6992026-03-30T17:12:55.956Z Compiling eyre v0.6.12
7002026-03-30T17:12:55.976Z Compiling iana-time-zone v0.1.65
7012026-03-30T17:12:56.011Z Compiling tinyvec v1.11.0
7022026-03-30T17:12:56.033Z Compiling guppy v0.17.25
7032026-03-30T17:12:56.093Z Compiling chrono v0.4.44
7042026-03-30T17:12:56.227Z Compiling anstream v1.0.0
7052026-03-30T17:12:56.323Z Compiling document-features v0.2.12
7062026-03-30T17:12:56.447Z Compiling indicatif v0.17.11
7072026-03-30T17:12:56.781Z Compiling globset v0.4.18
7082026-03-30T17:12:56.880Z Compiling tar v0.4.45
7092026-03-30T17:12:57.731Z Compiling pin-project v1.1.11
7102026-03-30T17:12:57.845Z Compiling cargo-util-schemas v0.2.0
7112026-03-30T17:12:58.805Z Compiling strip-ansi-escapes v0.2.1
7122026-03-30T17:12:59.331Z Compiling nextest-metadata v0.12.2
7132026-03-30T17:12:59.541Z Compiling toml v1.1.0+spec-1.1.0
7142026-03-30T17:12:59.568Z Compiling newtype-uuid v1.3.2
7152026-03-30T17:12:59.713Z Compiling reqwest v0.12.28
7162026-03-30T17:12:59.769Z Compiling rand_chacha v0.9.0
7172026-03-30T17:13:00.144Z Compiling futures v0.3.32
7182026-03-30T17:13:00.230Z Compiling digest v0.10.7
7192026-03-30T17:13:00.342Z Compiling parking_lot v0.12.5
7202026-03-30T17:13:00.400Z Compiling flate2 v1.1.9
7212026-03-30T17:13:00.453Z Compiling derive_more v2.1.1
7222026-03-30T17:13:00.537Z Compiling tracing-error v0.2.1
7232026-03-30T17:13:00.790Z Compiling shared_child v1.1.1
7242026-03-30T17:13:01.289Z Compiling signal-hook-mio v0.2.5
7252026-03-30T17:13:01.313Z Compiling self-replace v1.5.0
7262026-03-30T17:13:01.429Z Compiling cargo-platform v0.2.0
7272026-03-30T17:13:01.618Z Compiling quick-xml v0.38.4
7282026-03-30T17:13:02.006Z Compiling quick-xml v0.37.5
7292026-03-30T17:13:02.461Z Compiling cpufeatures v0.2.17
7302026-03-30T17:13:02.543Z Compiling urlencoding v2.1.3
7312026-03-30T17:13:02.796Z Compiling shell-words v1.1.1
7322026-03-30T17:13:02.892Z Compiling recursion v0.5.4
7332026-03-30T17:13:03.040Z Compiling humantime v2.3.0
7342026-03-30T17:13:03.297Z Compiling strsim v0.11.1
7352026-03-30T17:13:03.323Z Compiling heck v0.5.0
7362026-03-30T17:13:03.479Z Compiling clap_lex v1.1.0
7372026-03-30T17:13:03.616Z Compiling indenter v0.3.4
7382026-03-30T17:13:03.759Z Compiling clap_derive v4.6.0
7392026-03-30T17:13:03.850Z Compiling clap_builder v4.6.0
7402026-03-30T17:13:04.155Z Compiling humantime-serde v1.1.1
7412026-03-30T17:13:04.276Z Compiling nextest-filtering v0.15.0
7422026-03-30T17:13:04.679Z Compiling sha2 v0.10.9
7432026-03-30T17:13:05.592Z Compiling quick-junit v0.5.2
7442026-03-30T17:13:05.905Z Compiling atomicwrites v0.4.4
7452026-03-30T17:13:06.206Z Compiling cargo_metadata v0.20.0
7462026-03-30T17:13:08.334Z Compiling crossterm v0.29.0
7472026-03-30T17:13:08.757Z Compiling cargo-nextest v0.9.97
7482026-03-30T17:13:09.073Z Compiling duct v0.13.7
7492026-03-30T17:13:10.574Z Compiling zstd v0.13.3
7502026-03-30T17:13:10.995Z Compiling config v0.15.22
7512026-03-30T17:13:11.016Z Compiling async-scoped v0.9.0
7522026-03-30T17:13:11.036Z Compiling rand v0.9.2
7532026-03-30T17:13:11.220Z Compiling unicode-normalization v0.1.25
7542026-03-30T17:13:11.321Z Compiling target-spec-miette v0.4.5
7552026-03-30T17:13:11.431Z Compiling future-queue v0.4.0
7562026-03-30T17:13:11.671Z Compiling mukti-metadata v0.3.0
7572026-03-30T17:13:11.713Z Compiling camino-tempfile v1.4.1
7582026-03-30T17:13:11.730Z Compiling tokio-stream v0.1.18
7592026-03-30T17:13:11.792Z Compiling derive-where v1.6.1
7602026-03-30T17:13:11.806Z Compiling serde_path_to_error v0.1.20
7612026-03-30T17:13:12.149Z Compiling serde_ignored v0.1.14
7622026-03-30T17:13:12.153Z Compiling indent_write v2.2.0
7632026-03-30T17:13:12.248Z Compiling swrite v0.1.0
7642026-03-30T17:13:12.266Z Compiling home v0.5.12
7652026-03-30T17:13:12.310Z Compiling hex v0.4.3
7662026-03-30T17:13:12.370Z Compiling xxhash-rust v0.8.15
7672026-03-30T17:13:12.431Z Compiling color-eyre v0.6.5
7682026-03-30T17:13:12.496Z Compiling clap v4.6.0
7692026-03-30T17:13:12.554Z Compiling dialoguer v0.11.0
7702026-03-30T17:13:12.582Z Compiling enable-ansi-support v0.2.1
7712026-03-30T17:13:13.047Z Compiling nextest-runner v0.80.0
7722026-03-30T17:13:31.801Z Finished `release` profile [optimized] target(s) in 1m 13s
7732026-03-30T17:13:31.990Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-03-30T17:13:31.993Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-03-30T17:13:32.113Z+ pushd rdb
7762026-03-30T17:13:32.116Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7772026-03-30T17:13:32.116Z+ cargo nextest run
7782026-03-30T17:13:32.274Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-03-30T17:13:32.951ZFrom https://github.com/oxidecomputer/falcon
7802026-03-30T17:13:32.951Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7812026-03-30T17:13:33.029Z Updating crates.io index
7822026-03-30T17:13:33.066Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-03-30T17:13:33.792ZFrom https://github.com/oxidecomputer/dendrite
7842026-03-30T17:13:33.792Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-03-30T17:13:33.824Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-03-30T17:13:34.083ZFrom https://github.com/oxidecomputer/ispf
7872026-03-30T17:13:34.083Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-03-30T17:13:34.137Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-03-30T17:13:34.472ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-03-30T17:13:34.472Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7912026-03-30T17:13:34.480Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-03-30T17:13:42.622ZFrom https://github.com/oxidecomputer/omicron
7932026-03-30T17:13:42.622Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7942026-03-30T17:13:43.057Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-03-30T17:13:43.639ZFrom https://github.com/oxidecomputer/opte
7962026-03-30T17:13:43.639Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
7972026-03-30T17:13:43.798Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-03-30T17:13:44.098ZFrom https://github.com/illumos/smf-rs
7992026-03-30T17:13:44.098Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-03-30T17:13:44.220Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-03-30T17:13:44.496ZFrom https://github.com/oxidecomputer/network-interface
8022026-03-30T17:13:44.496Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-03-30T17:13:44.521Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-03-30T17:13:44.814ZFrom https://github.com/oxidecomputer/zone
8052026-03-30T17:13:44.814Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-03-30T17:13:44.833Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-03-30T17:13:46.070ZFrom https://github.com/oxidecomputer/propolis
8082026-03-30T17:13:46.070Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-03-30T17:13:46.188Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-03-30T17:13:46.674ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-03-30T17:13:46.674Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8122026-03-30T17:13:46.685Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-03-30T17:13:46.949ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-03-30T17:13:46.949Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8152026-03-30T17:13:46.965Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-03-30T17:13:47.287ZFrom https://github.com/jmesmon/rust-libzfs
8172026-03-30T17:13:47.287Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-03-30T17:13:47.294Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-03-30T17:13:47.549ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-03-30T17:13:47.549Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-03-30T17:13:47.560Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-03-30T17:13:47.897ZFrom https://github.com/oxidecomputer/lldp
8232026-03-30T17:13:47.897Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8242026-03-30T17:13:47.996Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-03-30T17:13:48.266ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-03-30T17:13:48.266Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-03-30T17:13:48.286Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-03-30T17:13:48.601ZFrom https://github.com/oxidecomputer/tufaceous
8292026-03-30T17:13:48.601Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8302026-03-30T17:13:48.618Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-03-30T17:13:49.238ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-03-30T17:13:49.238Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8332026-03-30T17:13:49.329Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-03-30T17:13:50.169ZFrom https://github.com/oxidecomputer/crucible
8352026-03-30T17:13:50.169Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-03-30T17:13:50.235Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-03-30T17:13:50.501ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-03-30T17:13:50.501Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-03-30T17:13:50.938Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-03-30T17:13:51.330ZFrom https://github.com/oxidecomputer/propolis
8412026-03-30T17:13:51.330Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8422026-03-30T17:13:51.407Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-03-30T17:13:51.662ZFrom https://github.com/oxidecomputer/tofino
8442026-03-30T17:13:51.662Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8452026-03-30T17:13:51.688Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-03-30T17:13:52.218ZFrom https://github.com/oxidecomputer/maghemite
8472026-03-30T17:13:52.218Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8482026-03-30T17:13:52.248Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-03-30T17:13:52.535ZFrom https://github.com/oxidecomputer/clickward
8502026-03-30T17:13:52.536Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-03-30T17:13:52.697Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-03-30T17:13:52.970ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-03-30T17:13:52.970Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-03-30T17:13:52.979Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-03-30T17:13:53.335ZFrom https://github.com/oxidecomputer/crucible
8562026-03-30T17:13:53.336Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8572026-03-30T17:13:54.154Z Downloading crates ...
8582026-03-30T17:13:54.250Z Downloaded aead v0.5.2
8592026-03-30T17:13:54.254Z Downloaded arrayvec v0.7.6
8602026-03-30T17:13:54.257Z Downloaded async-recursion v1.1.1
8612026-03-30T17:13:54.261Z Downloaded arrayref v0.3.9
8622026-03-30T17:13:54.264Z Downloaded async-trait v0.1.89
8632026-03-30T17:13:54.267Z Downloaded dropshot-api-manager-types v0.5.2
8642026-03-30T17:13:54.267Z Downloaded allocator-api2 v0.2.21
8652026-03-30T17:13:54.270Z Downloaded dof v0.3.0
8662026-03-30T17:13:54.270Z Downloaded crc8 v0.1.1
8672026-03-30T17:13:54.273Z Downloaded foreign-types v0.5.0
8682026-03-30T17:13:54.276Z Downloaded hubpack v0.1.2
8692026-03-30T17:13:54.282Z Downloaded cstr-argument v0.1.2
8702026-03-30T17:13:54.285Z Downloaded float-ord v0.3.2
8712026-03-30T17:13:54.286Z Downloaded ingot v0.1.1
8722026-03-30T17:13:54.289Z Downloaded git-stub v1.0.0
8732026-03-30T17:13:54.289Z Downloaded internet-checksum v0.2.1
8742026-03-30T17:13:54.293Z Downloaded num-iter v0.1.45
8752026-03-30T17:13:54.293Z Downloaded const-random-macro v0.1.16
8762026-03-30T17:13:54.293Z Downloaded lru-cache v0.1.2
8772026-03-30T17:13:54.295Z Downloaded bytecount v0.6.9
8782026-03-30T17:13:54.296Z Downloaded num_enum_derive v0.7.6
8792026-03-30T17:13:54.299Z Downloaded foreign-types-shared v0.3.1
8802026-03-30T17:13:54.299Z Downloaded libsw v3.5.0
8812026-03-30T17:13:54.302Z Downloaded gethostname v0.5.0
8822026-03-30T17:13:54.302Z Downloaded foreign-types-macros v0.2.3
8832026-03-30T17:13:54.302Z Downloaded git-stub-vcs v0.1.0
8842026-03-30T17:13:54.305Z Downloaded fxhash v0.2.1
8852026-03-30T17:13:54.305Z Downloaded fs_extra v1.3.0
8862026-03-30T17:13:54.308Z Downloaded fs-err v3.3.0
8872026-03-30T17:13:54.308Z Downloaded argon2 v0.5.3
8882026-03-30T17:13:54.312Z Downloaded keccak v0.1.6
8892026-03-30T17:13:54.312Z Downloaded no-std-compat v0.4.1
8902026-03-30T17:13:54.315Z Downloaded newline-converter v0.3.0
8912026-03-30T17:13:54.315Z Downloaded dyn-clone v1.0.20
8922026-03-30T17:13:54.318Z Downloaded iddqd v0.3.17
8932026-03-30T17:13:54.323Z Downloaded mime v0.3.17
8942026-03-30T17:13:54.326Z Downloaded num-derive v0.3.3
8952026-03-30T17:13:54.326Z Downloaded memoffset v0.9.1
8962026-03-30T17:13:54.327Z Downloaded ipnetwork v0.21.1
8972026-03-30T17:13:54.357Z Downloaded const-random v0.1.18
8982026-03-30T17:13:54.357Z Downloaded newtype_derive v0.1.6
8992026-03-30T17:13:54.358Z Downloaded instant v0.1.13
9002026-03-30T17:13:54.358Z Downloaded ingot-types v0.1.2
9012026-03-30T17:13:54.358Z Downloaded cpufeatures v0.3.0
9022026-03-30T17:13:54.358Z Downloaded async-stream v0.3.6
9032026-03-30T17:13:54.358Z Downloaded dunce v1.0.5
9042026-03-30T17:13:54.358Z Downloaded convert_case v0.4.0
9052026-03-30T17:13:54.358Z Downloaded cobs v0.3.0
9062026-03-30T17:13:54.358Z Downloaded heck v0.4.1
9072026-03-30T17:13:54.358Z Downloaded dtrace-parser v0.3.0
9082026-03-30T17:13:54.358Z Downloaded managed v0.8.0
9092026-03-30T17:13:54.358Z Downloaded num v0.4.3
9102026-03-30T17:13:54.358Z Downloaded match_cfg v0.1.0
9112026-03-30T17:13:54.358Z Downloaded macaddr v1.0.1
9122026-03-30T17:13:54.358Z Downloaded crunchy v0.2.4
9132026-03-30T17:13:54.358Z Downloaded crucible-workspace-hack v0.1.0
9142026-03-30T17:13:54.358Z Downloaded base16ct v1.0.0
9152026-03-30T17:13:54.358Z Downloaded hash32 v0.3.1
9162026-03-30T17:13:54.358Z Downloaded phf_shared v0.12.1
9172026-03-30T17:13:54.358Z Downloaded hmac v0.12.1
9182026-03-30T17:13:54.358Z Downloaded natord v1.0.9
9192026-03-30T17:13:54.358Z Downloaded hostname v0.3.1
9202026-03-30T17:13:54.358Z Downloaded bit-set v0.8.0
9212026-03-30T17:13:54.363Z Downloaded memmap2 v0.9.10
9222026-03-30T17:13:54.363Z Downloaded hubpack_derive v0.1.1
9232026-03-30T17:13:54.363Z Downloaded indicatif v0.18.4
9242026-03-30T17:13:54.367Z Downloaded libscf-sys v1.1.0
9252026-03-30T17:13:54.367Z Downloaded fixedbitset v0.4.2
9262026-03-30T17:13:54.367Z Downloaded omicron-workspace-hack v0.1.0
9272026-03-30T17:13:54.367Z Downloaded num-derive v0.4.2
9282026-03-30T17:13:54.370Z Downloaded ident_case v1.0.1
9292026-03-30T17:13:54.370Z Downloaded async-stream-impl v0.3.6
9302026-03-30T17:13:54.370Z Downloaded embedded-io v0.4.0
9312026-03-30T17:13:54.374Z Downloaded is-terminal v0.4.17
9322026-03-30T17:13:54.374Z Downloaded num_enum_derive v0.5.11
9332026-03-30T17:13:54.374Z Downloaded idna_adapter v1.2.1
9342026-03-30T17:13:54.378Z Downloaded httpdate v1.0.3
9352026-03-30T17:13:54.378Z Downloaded dtrace-parser v0.2.0
9362026-03-30T17:13:54.378Z Downloaded darling_macro v0.23.0
9372026-03-30T17:13:54.381Z Downloaded num-conv v0.2.0
9382026-03-30T17:13:54.381Z Downloaded group v0.13.0
9392026-03-30T17:13:54.381Z Downloaded enum-as-inner v0.6.1
9402026-03-30T17:13:54.381Z Downloaded newtype-uuid-macros v0.1.0
9412026-03-30T17:13:54.385Z Downloaded opaque-debug v0.3.1
9422026-03-30T17:13:54.385Z Downloaded dof v0.4.0
9432026-03-30T17:13:54.385Z Downloaded ciborium-ll v0.2.2
9442026-03-30T17:13:54.388Z Downloaded crossbeam-deque v0.8.6
9452026-03-30T17:13:54.388Z Downloaded critical-section v1.2.0
9462026-03-30T17:13:54.391Z Downloaded hostname v0.4.2
9472026-03-30T17:13:54.391Z Downloaded drift v0.1.3
9482026-03-30T17:13:54.395Z Downloaded linked-hash-map v0.5.6
9492026-03-30T17:13:54.398Z Downloaded num-integer v0.1.46
9502026-03-30T17:13:54.398Z Downloaded linear-map v1.2.0
9512026-03-30T17:13:54.401Z Downloaded const_format_proc_macros v0.2.34
9522026-03-30T17:13:54.401Z Downloaded ciborium-io v0.2.2
9532026-03-30T17:13:54.404Z Downloaded embedded-io v0.6.1
9542026-03-30T17:13:54.404Z Downloaded potential_utf v0.1.4
9552026-03-30T17:13:54.404Z Downloaded parse-display v0.10.0
9562026-03-30T17:13:54.408Z Downloaded proc-macro-crate v1.3.1
9572026-03-30T17:13:54.408Z Downloaded powerfmt v0.2.0
9582026-03-30T17:13:54.411Z Downloaded proc-macro-error-attr2 v2.0.0
9592026-03-30T17:13:54.411Z Downloaded proc-macro-crate v3.5.0
9602026-03-30T17:13:54.411Z Downloaded rand_chacha v0.3.1
9612026-03-30T17:13:54.414Z Downloaded rand_xorshift v0.4.0
9622026-03-30T17:13:54.414Z Downloaded progenitor-macro v0.11.2
9632026-03-30T17:13:54.414Z Downloaded plain v0.2.3
9642026-03-30T17:13:54.417Z Downloaded progenitor-macro v0.10.0
9652026-03-30T17:13:54.417Z Downloaded ref-cast-impl v1.0.25
9662026-03-30T17:13:54.417Z Downloaded ingot-macros v0.1.1
9672026-03-30T17:13:54.421Z Downloaded pretty-hex v0.4.2
9682026-03-30T17:13:54.421Z Downloaded ff v0.13.1
9692026-03-30T17:13:54.424Z Downloaded byteorder v1.5.0
9702026-03-30T17:13:54.424Z Downloaded progenitor-client v0.10.0
9712026-03-30T17:13:54.424Z Downloaded daft v0.1.5
9722026-03-30T17:13:54.427Z Downloaded quick-error v1.2.3
9732026-03-30T17:13:54.427Z Downloaded csv-core v0.1.13
9742026-03-30T17:13:54.434Z Downloaded bit-vec v0.8.0
9752026-03-30T17:13:54.434Z Downloaded progenitor-macro v0.13.0
9762026-03-30T17:13:54.434Z Downloaded displaydoc v0.2.5
9772026-03-30T17:13:54.434Z Downloaded rustc_version v0.1.7
9782026-03-30T17:13:54.434Z Downloaded ref-cast v1.0.25
9792026-03-30T17:13:54.439Z Downloaded erased-serde v0.3.31
9802026-03-30T17:13:54.439Z Downloaded data-encoding v2.10.0
9812026-03-30T17:13:54.440Z Downloaded cmake v0.1.57
9822026-03-30T17:13:54.442Z Downloaded defmt v1.0.1
9832026-03-30T17:13:54.445Z Downloaded libsw-core v0.3.2
9842026-03-30T17:13:54.445Z Downloaded olpc-cjson v0.1.4
9852026-03-30T17:13:54.448Z Downloaded num_enum v0.5.11
9862026-03-30T17:13:54.451Z Downloaded num-complex v0.4.6
9872026-03-30T17:13:54.451Z Downloaded derive-ex v0.1.8
9882026-03-30T17:13:54.454Z Downloaded bitflags v1.3.2
9892026-03-30T17:13:54.458Z Downloaded parking_lot_core v0.8.6
9902026-03-30T17:13:54.458Z Downloaded rustc-hash v2.1.1
9912026-03-30T17:13:54.461Z Downloaded anyhow v1.0.102
9922026-03-30T17:13:54.461Z Downloaded half v2.7.1
9932026-03-30T17:13:54.464Z Downloaded foldhash v0.2.0
9942026-03-30T17:13:54.466Z Downloaded console v0.16.3
9952026-03-30T17:13:54.466Z Downloaded parse-display-derive v0.10.0
9962026-03-30T17:13:54.469Z Downloaded poly1305 v0.8.0
9972026-03-30T17:13:54.469Z Downloaded scroll_derive v0.12.1
9982026-03-30T17:13:54.472Z Downloaded proc-macro-error-attr v1.0.4
9992026-03-30T17:13:54.472Z Downloaded num_enum v0.7.6
10002026-03-30T17:13:54.475Z Downloaded same-file v1.0.6
10012026-03-30T17:13:54.478Z Downloaded scroll_derive v0.13.1
10022026-03-30T17:13:54.478Z Downloaded progenitor-client v0.13.0
10032026-03-30T17:13:54.478Z Downloaded progenitor-client v0.11.2
10042026-03-30T17:13:54.481Z Downloaded progenitor v0.13.0
10052026-03-30T17:13:54.481Z Downloaded phf v0.12.1
10062026-03-30T17:13:54.484Z Downloaded serde-big-array v0.5.1
10072026-03-30T17:13:54.484Z Downloaded secrecy v0.10.3
10082026-03-30T17:13:54.484Z Downloaded sigpipe v0.1.3
10092026-03-30T17:13:54.487Z Downloaded serial_test_derive v3.4.0
10102026-03-30T17:13:54.487Z Downloaded semver v0.1.20
10112026-03-30T17:13:54.487Z Downloaded serial_test v3.4.0
10122026-03-30T17:13:54.490Z Downloaded sha1 v0.10.6
10132026-03-30T17:13:54.490Z Downloaded proc-macro-error2 v2.0.1
10142026-03-30T17:13:54.493Z Downloaded diff v0.1.13
10152026-03-30T17:13:54.496Z Downloaded chacha20 v0.9.1
10162026-03-30T17:13:54.496Z Downloaded progenitor-extras v0.1.1
10172026-03-30T17:13:54.499Z Downloaded deranged v0.5.8
10182026-03-30T17:13:54.499Z Downloaded serde_plain v1.0.2
10192026-03-30T17:13:54.502Z Downloaded blake2 v0.10.6
10202026-03-30T17:13:54.502Z Downloaded darling v0.23.0
10212026-03-30T17:13:54.505Z Downloaded slog-envlogger v2.2.0
10222026-03-30T17:13:54.509Z Downloaded siphasher v1.0.2
10232026-03-30T17:13:54.509Z Downloaded crossbeam-epoch v0.9.18
10242026-03-30T17:13:54.512Z Downloaded oxide-tokio-rt v0.1.3
10252026-03-30T17:13:54.512Z Downloaded darling v0.21.3
10262026-03-30T17:13:54.516Z Downloaded smawk v0.3.2
10272026-03-30T17:13:54.521Z Downloaded litemap v0.8.1
10282026-03-30T17:13:54.521Z Downloaded omicron-zone-package v0.12.2
10292026-03-30T17:13:54.525Z Downloaded glob v0.3.3
10302026-03-30T17:13:54.525Z Downloaded derive_more v0.99.20
10312026-03-30T17:13:54.525Z Downloaded scroll v0.12.0
10322026-03-30T17:13:54.529Z Downloaded stable_deref_trait v1.2.1
10332026-03-30T17:13:54.529Z Downloaded resolv-conf v0.7.6
10342026-03-30T17:13:54.529Z Downloaded num-rational v0.4.2
10352026-03-30T17:13:54.536Z Downloaded highway v1.3.0
10362026-03-30T17:13:54.536Z Downloaded spin v0.5.2
10372026-03-30T17:13:54.536Z Downloaded rusty-fork v0.3.1
10382026-03-30T17:13:54.536Z Downloaded structmeta v0.3.0
10392026-03-30T17:13:54.541Z Downloaded rustls-native-certs v0.8.3
10402026-03-30T17:13:54.541Z Downloaded strum v0.27.2
10412026-03-30T17:13:54.541Z Downloaded pest_derive v2.8.6
10422026-03-30T17:13:54.541Z Downloaded memmap v0.7.0
10432026-03-30T17:13:54.541Z Downloaded chacha20 v0.10.0
10442026-03-30T17:13:54.542Z Downloaded strum v0.26.3
10452026-03-30T17:13:54.542Z Downloaded rustls-pemfile v2.2.0
10462026-03-30T17:13:54.546Z Downloaded pem v3.0.6
10472026-03-30T17:13:54.546Z Downloaded tagptr v0.2.0
10482026-03-30T17:13:54.546Z Downloaded tabled_derive v0.7.0
10492026-03-30T17:13:54.546Z Downloaded rustversion v1.0.22
10502026-03-30T17:13:54.551Z Downloaded scroll v0.13.0
10512026-03-30T17:13:54.551Z Downloaded schemars_derive v0.8.22
10522026-03-30T17:13:54.551Z Downloaded cargo_toml v0.22.3
10532026-03-30T17:13:54.556Z Downloaded take_mut v0.2.2
10542026-03-30T17:13:54.557Z Downloaded testing_table v0.3.0
10552026-03-30T17:13:54.557Z Downloaded tabwriter v1.4.1
10562026-03-30T17:13:54.557Z Downloaded thread-id v4.2.2
10572026-03-30T17:13:54.557Z Downloaded thiserror-impl-no-std v2.0.2
10582026-03-30T17:13:54.557Z Downloaded termtree v0.5.1
10592026-03-30T17:13:54.557Z Downloaded tabled_derive v0.11.0
10602026-03-30T17:13:54.560Z Downloaded serde_derive_internals v0.29.1
10612026-03-30T17:13:54.560Z Downloaded serde_tokenstream v0.2.3
10622026-03-30T17:13:54.560Z Downloaded slog-bunyan v2.5.0
10632026-03-30T17:13:54.560Z Downloaded dropshot_endpoint v0.16.7
10642026-03-30T17:13:54.564Z Downloaded byte-wrapper v0.1.0
10652026-03-30T17:13:54.564Z Downloaded cancel-safe-futures v0.1.5
10662026-03-30T17:13:54.567Z Downloaded simd-adler32 v0.3.8
10672026-03-30T17:13:54.567Z Downloaded rand_core v0.10.0
10682026-03-30T17:13:54.570Z Downloaded progenitor v0.11.2
10692026-03-30T17:13:54.570Z Downloaded cookie v0.18.1
10702026-03-30T17:13:54.573Z Downloaded backoff v0.4.0
10712026-03-30T17:13:54.573Z Downloaded papergrid v0.17.0
10722026-03-30T17:13:54.577Z Downloaded indexmap v1.9.3
10732026-03-30T17:13:54.580Z Downloaded time-core v0.1.8
10742026-03-30T17:13:54.580Z Downloaded smartstring v1.0.1
10752026-03-30T17:13:54.583Z Downloaded slog-term v2.9.2
10762026-03-30T17:13:54.583Z Downloaded thread-id v5.1.0
10772026-03-30T17:13:54.583Z Downloaded topological-sort v0.2.2
10782026-03-30T17:13:54.586Z Downloaded slog-json v2.6.1
10792026-03-30T17:13:54.586Z Downloaded parking_lot v0.11.2
10802026-03-30T17:13:54.589Z Downloaded ciborium v0.2.2
10812026-03-30T17:13:54.589Z Downloaded icu_provider v2.1.1
10822026-03-30T17:13:54.593Z Downloaded slog-scope v4.4.1
10832026-03-30T17:13:54.593Z Downloaded slog-dtrace v0.3.0
10842026-03-30T17:13:54.593Z Downloaded unarray v0.1.4
10852026-03-30T17:13:54.596Z Downloaded smf v0.2.3
10862026-03-30T17:13:54.596Z Downloaded slog-async v2.8.0
10872026-03-30T17:13:54.596Z Downloaded strum_macros v0.26.4
10882026-03-30T17:13:54.599Z Downloaded usdt v0.5.0
10892026-03-30T17:13:54.599Z Downloaded bcs v0.1.6
10902026-03-30T17:13:54.599Z Downloaded strum_macros v0.27.2
10912026-03-30T17:13:54.602Z Downloaded typify-macro v0.4.3
10922026-03-30T17:13:54.602Z Downloaded slog-stdlog v4.1.1
10932026-03-30T17:13:54.602Z Downloaded usdt-attr-macro v0.5.0
10942026-03-30T17:13:54.605Z Downloaded untrusted v0.7.1
10952026-03-30T17:13:54.605Z Downloaded usdt-attr-macro v0.6.0
10962026-03-30T17:13:54.605Z Downloaded usdt v0.6.0
10972026-03-30T17:13:54.605Z Downloaded icu_properties v2.1.2
10982026-03-30T17:13:54.608Z Downloaded usdt-macro v0.6.0
10992026-03-30T17:13:54.608Z Downloaded synstructure v0.13.2
11002026-03-30T17:13:54.608Z Downloaded structmeta-derive v0.3.0
11012026-03-30T17:13:54.611Z Downloaded utf-8 v0.7.6
11022026-03-30T17:13:54.611Z Downloaded usdt-macro v0.5.0
11032026-03-30T17:13:54.612Z Downloaded waitgroup v0.1.2
11042026-03-30T17:13:54.612Z Downloaded wait-timeout v0.2.1
11052026-03-30T17:13:54.615Z Downloaded icu_normalizer_data v2.1.1
11062026-03-30T17:13:54.615Z Downloaded unit-prefix v0.5.2
11072026-03-30T17:13:54.615Z Downloaded typify-macro v0.6.1
11082026-03-30T17:13:54.615Z Downloaded jiff-static v0.2.23
11092026-03-30T17:13:54.618Z Downloaded zerofrom v0.1.6
11102026-03-30T17:13:54.618Z Downloaded yoke-derive v0.8.1
11112026-03-30T17:13:54.618Z Downloaded postcard v1.1.3
11122026-03-30T17:13:54.621Z Downloaded progenitor-impl v0.13.0
11132026-03-30T17:13:54.621Z Downloaded icu_normalizer v2.1.1
11142026-03-30T17:13:54.624Z Downloaded serde_repr v0.1.20
11152026-03-30T17:13:54.628Z Downloaded serde_with_macros v3.18.0
11162026-03-30T17:13:54.628Z Downloaded progenitor-impl v0.11.2
11172026-03-30T17:13:54.631Z Downloaded progenitor-impl v0.10.0
11182026-03-30T17:13:54.631Z Downloaded daft-derive v0.1.5
11192026-03-30T17:13:54.634Z Downloaded tokio-rustls v0.25.0
11202026-03-30T17:13:54.634Z Downloaded time-macros v0.2.27
11212026-03-30T17:13:54.634Z Downloaded progenitor v0.10.0
11222026-03-30T17:13:54.637Z Downloaded zeroize_derive v1.4.3
11232026-03-30T17:13:54.637Z Downloaded zone_cfg_derive v0.3.1
11242026-03-30T17:13:54.637Z Downloaded arc-swap v1.9.0
11252026-03-30T17:13:54.640Z Downloaded icu_locale_core v2.1.1
11262026-03-30T17:13:54.647Z Downloaded const_format v0.2.35
11272026-03-30T17:13:54.647Z Downloaded heapless v0.8.0
11282026-03-30T17:13:54.652Z Downloaded backon v1.6.0
11292026-03-30T17:13:54.652Z Downloaded tinystr v0.8.2
11302026-03-30T17:13:54.652Z Downloaded tiny-keccak v2.0.2
11312026-03-30T17:13:54.655Z Downloaded proc-macro-error v1.0.4
11322026-03-30T17:13:54.655Z Downloaded zone v0.3.1
11332026-03-30T17:13:54.658Z Downloaded zerofrom-derive v0.1.6
11342026-03-30T17:13:54.658Z Downloaded universal-hash v0.5.1
11352026-03-30T17:13:54.658Z Downloaded tokio-dtrace v0.1.1
11362026-03-30T17:13:54.659Z Downloaded pest_generator v2.8.6
11372026-03-30T17:13:54.663Z Downloaded usdt-impl v0.6.0
11382026-03-30T17:13:54.663Z Downloaded multer v3.1.0
11392026-03-30T17:13:54.663Z Downloaded rhai_codegen v3.1.0
11402026-03-30T17:13:54.667Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11412026-03-30T17:13:54.670Z Downloaded spin v0.9.8
11422026-03-30T17:13:54.670Z Downloaded sdd v3.0.10
11432026-03-30T17:13:54.672Z Downloaded whoami v1.6.1
11442026-03-30T17:13:54.673Z Downloaded usdt-impl v0.5.0
11452026-03-30T17:13:54.675Z Downloaded icu_collections v2.1.1
11462026-03-30T17:13:54.678Z Downloaded xz2 v0.1.7
11472026-03-30T17:13:54.678Z Downloaded vsss-rs v3.3.4
11482026-03-30T17:13:54.681Z Downloaded similar v2.7.0
11492026-03-30T17:13:54.685Z Downloaded rayon-core v1.13.0
11502026-03-30T17:13:54.688Z Downloaded zerovec-derive v0.11.2
11512026-03-30T17:13:54.688Z Downloaded walkdir v2.5.0
11522026-03-30T17:13:54.688Z Downloaded thin-vec v0.2.14
11532026-03-30T17:13:54.691Z Downloaded writeable v0.6.2
11542026-03-30T17:13:54.691Z Downloaded yoke v0.8.1
11552026-03-30T17:13:54.691Z Downloaded thiserror-no-std v2.0.2
11562026-03-30T17:13:54.695Z Downloaded serde_yaml v0.9.34+deprecated
11572026-03-30T17:13:54.698Z Downloaded elliptic-curve v0.13.8
11582026-03-30T17:13:54.698Z Downloaded crypto-bigint v0.5.5
11592026-03-30T17:13:54.702Z Downloaded slog v2.8.2
11602026-03-30T17:13:54.706Z Downloaded darling_core v0.23.0
11612026-03-30T17:13:54.709Z Downloaded hashbrown v0.12.3
11622026-03-30T17:13:54.709Z Downloaded tokio-tungstenite v0.21.0
11632026-03-30T17:13:54.714Z Downloaded chacha20poly1305 v0.10.1
11642026-03-30T17:13:54.714Z Downloaded snafu-derive v0.8.9
11652026-03-30T17:13:54.714Z Downloaded base64 v0.21.7
11662026-03-30T17:13:54.717Z Downloaded prettyplease v0.2.37
11672026-03-30T17:13:54.717Z Downloaded ucd-trie v0.1.7
11682026-03-30T17:13:54.720Z Downloaded schemars v0.9.0
11692026-03-30T17:13:54.725Z Downloaded toml v0.7.8
11702026-03-30T17:13:54.729Z Downloaded rand v0.8.5
11712026-03-30T17:13:54.732Z Downloaded zerocopy-derive v0.7.35
11722026-03-30T17:13:54.732Z Downloaded expectorate v1.2.0
11732026-03-30T17:13:54.735Z Downloaded mio v1.1.1
11742026-03-30T17:13:54.738Z Downloaded minimal-lexical v0.2.1
11752026-03-30T17:13:54.738Z Downloaded test-strategy v0.4.5
11762026-03-30T17:13:54.741Z Downloaded typify v0.6.1
11772026-03-30T17:13:54.744Z Downloaded typify v0.4.3
11782026-03-30T17:13:54.747Z Downloaded nom v7.1.3
11792026-03-30T17:13:54.750Z Downloaded crossbeam-channel v0.5.15
11802026-03-30T17:13:54.753Z Downloaded unsafe-libyaml v0.2.11
11812026-03-30T17:13:54.754Z Downloaded schemars v1.2.1
11822026-03-30T17:13:54.761Z Downloaded qorb v0.4.1
11832026-03-30T17:13:54.764Z Downloaded pretty_assertions v1.4.1
11842026-03-30T17:13:54.767Z Downloaded tungstenite v0.21.0
11852026-03-30T17:13:54.767Z Downloaded snafu v0.8.9
11862026-03-30T17:13:54.770Z Downloaded toml_edit v0.25.8+spec-1.1.0
11872026-03-30T17:13:54.776Z Downloaded hickory-resolver v0.25.2
11882026-03-30T17:13:54.779Z Downloaded dropshot-api-manager v0.5.2
11892026-03-30T17:13:54.779Z Downloaded hickory-resolver v0.24.4
11902026-03-30T17:13:54.782Z Downloaded cc v1.2.57
11912026-03-30T17:13:54.782Z Downloaded term v1.2.1
11922026-03-30T17:13:54.785Z Downloaded zerotrie v0.2.3
11932026-03-30T17:13:54.788Z Downloaded pest_meta v2.8.6
11942026-03-30T17:13:54.788Z Downloaded toml_edit v0.19.15
11952026-03-30T17:13:54.798Z Downloaded steno v0.4.1
11962026-03-30T17:13:54.801Z Downloaded nom v8.0.0
11972026-03-30T17:13:54.804Z Downloaded itertools v0.12.1
11982026-03-30T17:13:54.807Z Downloaded zerocopy-derive v0.8.47
11992026-03-30T17:13:54.812Z Downloaded rand v0.10.0
12002026-03-30T17:13:54.815Z Downloaded toml v0.9.12+spec-1.1.0
12012026-03-30T17:13:54.819Z Downloaded papergrid v0.11.0
12022026-03-30T17:13:54.822Z Downloaded darling_core v0.21.3
12032026-03-30T17:13:54.825Z Downloaded schemars v0.8.22
12042026-03-30T17:13:54.830Z Downloaded yansi v1.0.1
12052026-03-30T17:13:54.833Z Downloaded pest v2.8.6
12062026-03-30T17:13:54.837Z Downloaded iri-string v0.7.11
12072026-03-30T17:13:54.840Z Downloaded libm v0.2.16
12082026-03-30T17:13:54.845Z Downloaded unicode-segmentation v1.13.1
12092026-03-30T17:13:54.848Z Downloaded icu_properties_data v2.1.2
12102026-03-30T17:13:54.852Z Downloaded scc v2.4.0
12112026-03-30T17:13:54.855Z Downloaded ron v0.12.0
12122026-03-30T17:13:54.860Z Downloaded rustls-platform-verifier v0.6.2
12132026-03-30T17:13:54.863Z Downloaded password-hash v0.5.0
12142026-03-30T17:13:54.866Z Downloaded paste v1.0.15
12152026-03-30T17:13:54.866Z Downloaded oxnet v0.1.4
12162026-03-30T17:13:54.870Z Downloaded defmt-macros v1.0.1
12172026-03-30T17:13:54.870Z Downloaded cipher v0.4.4
12182026-03-30T17:13:54.873Z Downloaded reqwest v0.13.2
12192026-03-30T17:13:54.873Z Downloaded zerovec v0.11.5
12202026-03-30T17:13:54.876Z Downloaded typed-path v0.9.3
12212026-03-30T17:13:54.879Z Downloaded goblin v0.8.2
12222026-03-30T17:13:54.882Z Downloaded rayon v1.11.0
12232026-03-30T17:13:54.888Z Downloaded num_threads v0.1.7
12242026-03-30T17:13:54.891Z Downloaded hkdf v0.12.4
12252026-03-30T17:13:54.891Z Downloaded defmt v0.3.100
12262026-03-30T17:13:54.891Z Downloaded darling_macro v0.21.3
12272026-03-30T17:13:54.891Z Downloaded inout v0.1.4
12282026-03-30T17:13:54.894Z Downloaded defmt-parser v1.0.0
12292026-03-30T17:13:54.894Z Downloaded base16ct v0.2.0
12302026-03-30T17:13:54.894Z Downloaded colored v3.1.1
12312026-03-30T17:13:54.897Z Downloaded winnow v0.5.40
12322026-03-30T17:13:54.900Z Downloaded crossbeam-utils v0.8.21
12332026-03-30T17:13:54.903Z Downloaded goblin v0.10.5
12342026-03-30T17:13:54.908Z Downloaded constant_time_eq v0.4.2
12352026-03-30T17:13:54.908Z Downloaded aws-lc-rs v1.16.2
12362026-03-30T17:13:54.914Z Downloaded serde_with v3.18.0
12372026-03-30T17:13:54.922Z Downloaded moka v0.12.15
12382026-03-30T17:13:54.926Z Downloaded tough v0.20.0
12392026-03-30T17:13:54.940Z Downloaded tabled v0.20.0
12402026-03-30T17:13:54.956Z Downloaded zerocopy v0.7.35
12412026-03-30T17:13:54.967Z Downloaded winnow v1.0.0
12422026-03-30T17:13:54.971Z Downloaded rustls-webpki v0.102.8
12432026-03-30T17:13:54.974Z Downloaded tabled v0.15.0
12442026-03-30T17:13:54.984Z Downloaded time v0.3.47
12452026-03-30T17:13:54.991Z Downloaded syn v1.0.109
12462026-03-30T17:13:54.997Z Downloaded nix v0.31.2
12472026-03-30T17:13:55.004Z Downloaded proptest v1.11.0
12482026-03-30T17:13:55.012Z Downloaded hickory-proto v0.24.4
12492026-03-30T17:13:55.018Z Downloaded blake3 v1.8.3
12502026-03-30T17:13:55.023Z Downloaded hickory-proto v0.25.2
12512026-03-30T17:13:55.032Z Downloaded zerocopy v0.8.47
12522026-03-30T17:13:55.043Z Downloaded smoltcp v0.11.0
12532026-03-30T17:13:55.050Z Downloaded dropshot v0.16.7
12542026-03-30T17:13:55.064Z Downloaded openapiv3 v2.2.0
12552026-03-30T17:13:55.071Z Downloaded typify-impl v0.6.1
12562026-03-30T17:13:55.077Z Downloaded rhai v1.24.0
12572026-03-30T17:13:55.082Z Downloaded regress v0.10.5
12582026-03-30T17:13:55.087Z Downloaded typify-impl v0.4.3
12592026-03-30T17:13:55.095Z Downloaded sled v0.34.7
12602026-03-30T17:13:55.101Z Downloaded rustls v0.22.4
12612026-03-30T17:13:55.108Z Downloaded jiff v0.2.23
12622026-03-30T17:13:55.119Z Downloaded petgraph v0.6.5
12632026-03-30T17:13:55.129Z Downloaded lzma-sys v0.1.20
12642026-03-30T17:13:55.188Z Downloaded chrono-tz v0.10.4
12652026-03-30T17:13:55.212Z Downloaded sha3 v0.10.8
12662026-03-30T17:13:55.215Z Downloaded csv v1.4.0
12672026-03-30T17:13:55.274Z Downloaded encoding_rs v0.8.35
12682026-03-30T17:13:55.781Z Downloaded aws-lc-sys v0.39.0
12692026-03-30T17:13:56.676Z Compiling proc-macro2 v1.0.106
12702026-03-30T17:13:56.676Z Compiling unicode-ident v1.0.24
12712026-03-30T17:13:56.676Z Compiling quote v1.0.45
12722026-03-30T17:13:56.676Z Compiling serde_core v1.0.228
12732026-03-30T17:13:56.676Z Compiling cfg-if v1.0.4
12742026-03-30T17:13:56.676Z Compiling serde v1.0.228
12752026-03-30T17:13:56.680Z Compiling libc v0.2.183
12762026-03-30T17:13:56.680Z Compiling memchr v2.8.0
12772026-03-30T17:13:56.874Z Compiling itoa v1.0.18
12782026-03-30T17:13:57.050Z Compiling smallvec v1.15.1
12792026-03-30T17:13:57.089Z Compiling zmij v1.0.21
12802026-03-30T17:13:57.119Z Compiling serde_json v1.0.149
12812026-03-30T17:13:57.244Z Compiling autocfg v1.5.0
12822026-03-30T17:13:57.356Z Compiling libm v0.2.16
12832026-03-30T17:13:57.483Z Compiling version_check v0.9.5
12842026-03-30T17:13:57.597Z Compiling stable_deref_trait v1.2.1
12852026-03-30T17:13:57.600Z Compiling pin-project-lite v0.2.17
12862026-03-30T17:13:57.677Z Compiling percent-encoding v2.3.2
12872026-03-30T17:13:57.681Z Compiling writeable v0.6.2
12882026-03-30T17:13:57.695Z Compiling litemap v0.8.1
12892026-03-30T17:13:57.698Z Compiling icu_properties_data v2.1.2
12902026-03-30T17:13:57.870Z Compiling icu_normalizer_data v2.1.1
12912026-03-30T17:13:57.871Z Compiling iana-time-zone v0.1.65
12922026-03-30T17:13:57.874Z Compiling parking_lot_core v0.9.12
12932026-03-30T17:13:58.115Z Compiling syn v2.0.117
12942026-03-30T17:13:58.118Z Compiling equivalent v1.0.2
12952026-03-30T17:13:58.168Z Compiling scopeguard v1.2.0
12962026-03-30T17:13:58.189Z Compiling form_urlencoded v1.2.2
12972026-03-30T17:13:58.217Z Compiling foldhash v0.2.0
12982026-03-30T17:13:58.224Z Compiling allocator-api2 v0.2.21
12992026-03-30T17:13:58.270Z Compiling lock_api v0.4.14
13002026-03-30T17:13:58.280Z Compiling utf8_iter v1.0.4
13012026-03-30T17:13:58.368Z Compiling dyn-clone v1.0.20
13022026-03-30T17:13:58.425Z Compiling num-traits v0.2.19
13032026-03-30T17:13:58.449Z Compiling jobserver v0.1.34
13042026-03-30T17:13:58.501Z Compiling hashbrown v0.16.1
13052026-03-30T17:13:58.512Z Compiling find-msvc-tools v0.1.9
13062026-03-30T17:13:58.545Z Compiling shlex v1.3.0
13072026-03-30T17:13:58.740Z Compiling cc v1.2.57
13082026-03-30T17:13:58.759Z Compiling log v0.4.29
13092026-03-30T17:13:58.795Z Compiling errno v0.3.14
13102026-03-30T17:13:58.955Z Compiling semver v1.0.27
13112026-03-30T17:13:59.013Z Compiling futures-core v0.3.32
13122026-03-30T17:13:59.106Z Compiling thiserror v2.0.18
13132026-03-30T17:13:59.136Z Compiling indexmap v2.13.0
13142026-03-30T17:13:59.164Z Compiling zerocopy v0.8.47
13152026-03-30T17:13:59.313Z Compiling futures-sink v0.3.32
13162026-03-30T17:13:59.419Z Compiling rand_core v0.10.0
13172026-03-30T17:13:59.469Z Compiling getrandom v0.4.2
13182026-03-30T17:13:59.575Z Compiling slab v0.4.12
13192026-03-30T17:13:59.601Z Compiling fnv v1.0.7
13202026-03-30T17:13:59.660Z Compiling heck v0.5.0
13212026-03-30T17:13:59.696Z Compiling futures-channel v0.3.32
13222026-03-30T17:13:59.757Z Compiling rustversion v1.0.22
13232026-03-30T17:13:59.802Z Compiling futures-io v0.3.32
13242026-03-30T17:13:59.928Z Compiling uuid v1.23.0
13252026-03-30T17:13:59.939Z Compiling typenum v1.19.0
13262026-03-30T17:13:59.947Z Compiling futures-task v0.3.32
13272026-03-30T17:13:59.965Z Compiling schemars v0.8.22
13282026-03-30T17:14:00.116Z Compiling socket2 v0.6.3
13292026-03-30T17:14:00.140Z Compiling getrandom v0.2.17
13302026-03-30T17:14:00.218Z Compiling portable-atomic v1.13.1
13312026-03-30T17:14:00.335Z Compiling parking_lot v0.12.5
13322026-03-30T17:14:00.384Z Compiling signal-hook-registry v1.4.8
13332026-03-30T17:14:00.412Z Compiling mio v1.1.1
13342026-03-30T17:14:00.586Z Compiling bitflags v2.11.0
13352026-03-30T17:14:00.701Z Compiling subtle v2.6.1
13362026-03-30T17:14:00.741Z Compiling critical-section v1.2.0
13372026-03-30T17:14:00.761Z Compiling byteorder v1.5.0
13382026-03-30T17:14:00.830Z Compiling base64 v0.22.1
13392026-03-30T17:14:00.842Z Compiling getrandom v0.3.4
13402026-03-30T17:14:00.863Z Compiling untrusted v0.9.0
13412026-03-30T17:14:00.910Z Compiling rand_core v0.6.4
13422026-03-30T17:14:00.946Z Compiling cmake v0.1.57
13432026-03-30T17:14:00.977Z Compiling dunce v1.0.5
13442026-03-30T17:14:00.988Z Compiling fs_extra v1.3.0
13452026-03-30T17:14:01.068Z Compiling synstructure v0.13.2
13462026-03-30T17:14:01.133Z Compiling serde_derive_internals v0.29.1
13472026-03-30T17:14:01.163Z Compiling once_cell v1.21.4
13482026-03-30T17:14:01.188Z Compiling ipnet v2.12.0
13492026-03-30T17:14:01.237Z Compiling strsim v0.11.1
13502026-03-30T17:14:01.247Z Compiling rustix v1.1.4
13512026-03-30T17:14:01.288Z Compiling aws-lc-sys v0.39.0
13522026-03-30T17:14:01.370Z Compiling atomic-waker v1.1.2
13532026-03-30T17:14:01.499Z Compiling httparse v1.10.1
13542026-03-30T17:14:01.578Z Compiling regex-syntax v0.8.10
13552026-03-30T17:14:01.627Z Compiling slog v2.8.2
13562026-03-30T17:14:01.726Z Compiling generic-array v0.14.7
13572026-03-30T17:14:01.801Z Compiling thiserror v1.0.69
13582026-03-30T17:14:01.852Z Compiling tower-service v0.3.3
13592026-03-30T17:14:01.876Z Compiling ucd-trie v0.1.7
13602026-03-30T17:14:01.888Z Compiling tower-layer v0.3.3
13612026-03-30T17:14:02.003Z Compiling try-lock v0.2.5
13622026-03-30T17:14:02.036Z Compiling pest v2.8.6
13632026-03-30T17:14:02.119Z Compiling want v0.3.1
13642026-03-30T17:14:02.174Z Compiling pin-utils v0.1.0
13652026-03-30T17:14:02.244Z Compiling httpdate v1.0.3
13662026-03-30T17:14:02.254Z Compiling ryu v1.0.23
13672026-03-30T17:14:02.284Z Compiling pretty-hex v0.4.2
13682026-03-30T17:14:02.295Z Compiling paste v1.0.15
13692026-03-30T17:14:02.329Z Compiling serde_derive v1.0.228
13702026-03-30T17:14:02.413Z Compiling zerofrom-derive v0.1.6
13712026-03-30T17:14:02.425Z Compiling yoke-derive v0.8.1
13722026-03-30T17:14:02.479Z Compiling zerovec-derive v0.11.2
13732026-03-30T17:14:02.567Z Compiling displaydoc v0.2.5
13742026-03-30T17:14:03.329Z Compiling tokio-macros v2.6.1
13752026-03-30T17:14:03.362Z Compiling schemars_derive v0.8.22
13762026-03-30T17:14:03.519Z Compiling thiserror-impl v2.0.18
13772026-03-30T17:14:03.616Z Compiling zerocopy-derive v0.8.47
13782026-03-30T17:14:03.633Z Compiling zerofrom v0.1.6
13792026-03-30T17:14:03.757Z Compiling yoke v0.8.1
13802026-03-30T17:14:03.942Z Compiling zerovec v0.11.5
13812026-03-30T17:14:04.116Z Compiling zerotrie v0.2.3
13822026-03-30T17:14:04.315Z Compiling zeroize_derive v1.4.3
13832026-03-30T17:14:04.414Z Compiling tinystr v0.8.2
13842026-03-30T17:14:04.458Z Compiling potential_utf v0.1.4
13852026-03-30T17:14:04.573Z Compiling icu_locale_core v2.1.1
13862026-03-30T17:14:04.610Z Compiling icu_collections v2.1.1
13872026-03-30T17:14:04.620Z Compiling futures-macro v0.3.32
13882026-03-30T17:14:04.871Z Compiling thiserror-impl v1.0.69
13892026-03-30T17:14:04.986Z Compiling zeroize v1.8.2
13902026-03-30T17:14:05.175Z Compiling icu_provider v2.1.1
13912026-03-30T17:14:05.426Z Compiling icu_properties v2.1.2
13922026-03-30T17:14:05.471Z Compiling icu_normalizer v2.1.1
13932026-03-30T17:14:05.512Z Compiling bytes v1.11.1
13942026-03-30T17:14:05.602Z Compiling chrono v0.4.44
13952026-03-30T17:14:05.617Z Compiling futures-util v0.3.32
13962026-03-30T17:14:06.042Z Compiling tokio v1.50.0
13972026-03-30T17:14:06.065Z Compiling http v1.4.0
13982026-03-30T17:14:06.148Z Compiling serde_tokenstream v0.2.3
13992026-03-30T17:14:06.425Z Compiling idna_adapter v1.2.1
14002026-03-30T17:14:06.563Z Compiling idna v1.1.0
14012026-03-30T17:14:06.587Z Compiling erased-serde v0.3.31
14022026-03-30T17:14:07.042Z Compiling url v2.5.8
14032026-03-30T17:14:07.074Z Compiling http-body v1.0.1
14042026-03-30T17:14:07.321Z Compiling pest_meta v2.8.6
14052026-03-30T17:14:07.324Z Compiling plain v0.2.3
14062026-03-30T17:14:07.433Z Compiling crypto-common v0.1.7
14072026-03-30T17:14:07.563Z Compiling omicron-workspace-hack v0.1.0
14082026-03-30T17:14:07.775Z Compiling ident_case v1.0.1
14092026-03-30T17:14:07.896Z Compiling ppv-lite86 v0.2.21
14102026-03-30T17:14:07.908Z Compiling pest_generator v2.8.6
14112026-03-30T17:14:08.002Z Compiling tracing-attributes v0.1.31
14122026-03-30T17:14:08.285Z Compiling tracing-core v0.1.36
14132026-03-30T17:14:08.534Z Compiling http-body-util v0.1.3
14142026-03-30T17:14:08.545Z Compiling serde_urlencoded v0.7.1
14152026-03-30T17:14:08.712Z Compiling pest_derive v2.8.6
14162026-03-30T17:14:08.774Z Compiling ipnetwork v0.21.1
14172026-03-30T17:14:08.786Z Compiling daft-derive v0.1.5
14182026-03-30T17:14:08.909Z Compiling sync_wrapper v1.0.2
14192026-03-30T17:14:09.014Z Compiling fastrand v2.3.0
14202026-03-30T17:14:09.219Z Compiling aho-corasick v1.1.4
14212026-03-30T17:14:09.249Z Compiling tracing v0.1.44
14222026-03-30T17:14:09.263Z Compiling winnow v1.0.0
14232026-03-30T17:14:09.293Z Compiling rustls-pki-types v1.14.0
14242026-03-30T17:14:09.309Z Compiling async-trait v0.1.89
14252026-03-30T17:14:09.490Z Compiling ring v0.17.14
14262026-03-30T17:14:09.761Z Compiling anyhow v1.0.102
14272026-03-30T17:14:09.780Z Compiling powerfmt v0.2.0
14282026-03-30T17:14:09.989Z Compiling iri-string v0.7.11
14292026-03-30T17:14:10.011Z Compiling time-core v0.1.8
14302026-03-30T17:14:10.073Z Compiling regex-automata v0.4.14
14312026-03-30T17:14:10.151Z Compiling cpufeatures v0.2.17
14322026-03-30T17:14:10.223Z Compiling num-conv v0.2.0
14332026-03-30T17:14:10.351Z Compiling time-macros v0.2.27
14342026-03-30T17:14:10.504Z Compiling deranged v0.5.8
14352026-03-30T17:14:10.805Z Compiling block-buffer v0.10.4
14362026-03-30T17:14:10.949Z Compiling scroll_derive v0.13.1
14372026-03-30T17:14:11.318Z Compiling num_threads v0.1.7
14382026-03-30T17:14:11.410Z Compiling hex v0.4.3
14392026-03-30T17:14:11.461Z Compiling digest v0.10.7
14402026-03-30T17:14:11.668Z Compiling tokio-util v0.7.18
14412026-03-30T17:14:11.746Z Compiling regex v1.12.3
14422026-03-30T17:14:12.038Z Compiling scroll v0.13.0
14432026-03-30T17:14:12.202Z Compiling oxnet v0.1.4
14442026-03-30T17:14:12.400Z Compiling camino v1.2.2
14452026-03-30T17:14:12.493Z Compiling goblin v0.10.5
14462026-03-30T17:14:12.620Z Compiling openssl-probe v0.2.1
14472026-03-30T17:14:12.656Z Compiling usdt-impl v0.6.0
14482026-03-30T17:14:12.796Z Compiling dtrace-parser v0.3.0
14492026-03-30T17:14:13.054Z Compiling crossbeam-utils v0.8.21
14502026-03-30T17:14:13.212Z Compiling h2 v0.4.13
14512026-03-30T17:14:13.363Z Compiling futures-executor v0.3.32
14522026-03-30T17:14:13.647Z Compiling openapiv3 v2.2.0
14532026-03-30T17:14:13.719Z Compiling structmeta-derive v0.3.0
14542026-03-30T17:14:13.833Z Compiling regress v0.10.5
14552026-03-30T17:14:14.293Z Compiling thread-id v5.1.0
14562026-03-30T17:14:14.372Z Compiling rustls v0.22.4
14572026-03-30T17:14:14.578Z Compiling syn v1.0.109
14582026-03-30T17:14:14.772Z Compiling structmeta v0.3.0
14592026-03-30T17:14:14.958Z Compiling futures v0.3.32
14602026-03-30T17:14:15.034Z Compiling rand_core v0.9.5
14612026-03-30T17:14:15.258Z Compiling dof v0.4.0
14622026-03-30T17:14:15.294Z Compiling hyper v1.8.1
14632026-03-30T17:14:15.491Z Compiling darling_core v0.23.0
14642026-03-30T17:14:16.644Z Compiling newtype-uuid-macros v0.1.0
14652026-03-30T17:14:16.847Z Compiling thread_local v1.1.9
14662026-03-30T17:14:17.038Z Compiling aws-lc-rs v1.16.2
14672026-03-30T17:14:17.082Z Compiling winnow v0.7.15
14682026-03-30T17:14:17.123Z Compiling match_cfg v0.1.0
14692026-03-30T17:14:17.191Z Compiling hyper-util v0.1.20
14702026-03-30T17:14:17.431Z Compiling newtype-uuid v1.3.2
14712026-03-30T17:14:17.452Z Compiling slog-async v2.8.0
14722026-03-30T17:14:17.624Z Compiling darling_macro v0.23.0
14732026-03-30T17:14:17.735Z Compiling ref-cast v1.0.25
14742026-03-30T17:14:17.758Z Compiling quick-error v1.2.3
14752026-03-30T17:14:17.903Z Compiling daft v0.1.5
14762026-03-30T17:14:18.086Z Compiling usdt-macro v0.6.0
14772026-03-30T17:14:18.099Z Compiling usdt-attr-macro v0.6.0
14782026-03-30T17:14:18.177Z Compiling rand_chacha v0.9.0
14792026-03-30T17:14:18.261Z Compiling darling v0.23.0
14802026-03-30T17:14:18.342Z Compiling ref-cast-impl v1.0.25
14812026-03-30T17:14:18.624Z Compiling strum_macros v0.26.4
14822026-03-30T17:14:18.660Z Compiling serde_spanned v1.1.0
14832026-03-30T17:14:18.813Z Compiling toml_datetime v0.7.5+spec-1.1.0
14842026-03-30T17:14:18.959Z Compiling multer v3.1.0
14852026-03-30T17:14:18.976Z Compiling take_mut v0.2.2
14862026-03-30T17:14:19.084Z Compiling toml_writer v1.1.0+spec-1.1.0
14872026-03-30T17:14:19.124Z Compiling bit-vec v0.8.0
14882026-03-30T17:14:19.183Z Compiling untrusted v0.7.1
14892026-03-30T17:14:19.252Z Compiling term v1.2.1
14902026-03-30T17:14:19.293Z Compiling debug-ignore v1.0.5
14912026-03-30T17:14:19.304Z Compiling bit-set v0.8.0
14922026-03-30T17:14:19.362Z Compiling rand v0.9.2
14932026-03-30T17:14:19.389Z Compiling serde_with_macros v3.18.0
14942026-03-30T17:14:19.587Z Compiling async-stream-impl v0.3.6
14952026-03-30T17:14:19.962Z Compiling dropshot v0.16.7
14962026-03-30T17:14:19.980Z Compiling encoding_rs v0.8.35
14972026-03-30T17:14:20.222Z Compiling rustls v0.23.37
14982026-03-30T17:14:20.275Z Compiling strum v0.26.3
14992026-03-30T17:14:20.407Z Compiling mime v0.3.17
15002026-03-30T17:14:20.424Z Compiling unarray v0.1.4
15012026-03-30T17:14:20.435Z Compiling spin v0.9.8
15022026-03-30T17:14:20.534Z Compiling async-stream v0.3.6
15032026-03-30T17:14:20.587Z Compiling derive-ex v0.1.8
15042026-03-30T17:14:20.678Z Compiling dropshot_endpoint v0.16.7
15052026-03-30T17:14:20.709Z Compiling macaddr v1.0.1
15062026-03-30T17:14:20.807Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15072026-03-30T17:14:20.968Z Compiling waitgroup v0.1.2
15082026-03-30T17:14:21.009Z Compiling serde_path_to_error v0.1.20
15092026-03-30T17:14:21.286Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15102026-03-30T17:14:21.368Z Compiling tempfile v3.27.0
15112026-03-30T17:14:21.416Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15122026-03-30T17:14:21.450Z Compiling tower v0.5.3
15132026-03-30T17:14:21.597Z Compiling strum_macros v0.27.2
15142026-03-30T17:14:21.685Z Compiling instant v0.1.13
15152026-03-30T17:14:21.793Z Compiling time v0.3.47
15162026-03-30T17:14:21.939Z Compiling tower-http v0.6.8
15172026-03-30T17:14:22.187Z Compiling test-strategy v0.4.5
15182026-03-30T17:14:22.240Z Compiling rustc-hash v2.1.1
15192026-03-30T17:14:22.371Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15202026-03-30T17:14:22.389Z Compiling crossbeam-channel v0.5.15
15212026-03-30T17:14:23.514Z Compiling strum v0.27.2
15222026-03-30T17:14:23.631Z Compiling parse-display-derive v0.10.0
15232026-03-30T17:14:23.645Z Compiling rustls-native-certs v0.8.3
15242026-03-30T17:14:23.725Z Compiling backon v1.6.0
15252026-03-30T17:14:24.007Z Compiling rustls-webpki v0.102.8
15262026-03-30T17:14:24.020Z Compiling rand_chacha v0.3.1
15272026-03-30T17:14:24.893Z Compiling rand v0.8.5
15282026-03-30T17:14:24.933Z Compiling slog-json v2.6.1
15292026-03-30T17:14:25.087Z Compiling hostname v0.3.1
15302026-03-30T17:14:25.145Z Compiling toml_parser v1.1.0+spec-1.1.0
15312026-03-30T17:14:25.223Z Compiling wait-timeout v0.2.1
15322026-03-30T17:14:25.352Z Compiling memmap2 v0.9.10
15332026-03-30T17:14:25.523Z Compiling is-terminal v0.4.17
15342026-03-30T17:14:25.566Z Compiling either v1.15.0
15352026-03-30T17:14:25.612Z Compiling slog-term v2.9.2
15362026-03-30T17:14:25.704Z Compiling toml v0.9.12+spec-1.1.0
15372026-03-30T17:14:25.767Z Compiling usdt v0.6.0
15382026-03-30T17:14:25.862Z Compiling rusty-fork v0.3.1
15392026-03-30T17:14:26.045Z Compiling slog-bunyan v2.5.0
15402026-03-30T17:14:26.214Z Compiling serde_with v3.18.0
15412026-03-30T17:14:26.479Z Compiling tokio-rustls v0.25.0
15422026-03-30T17:14:26.650Z Compiling rand_xorshift v0.4.0
15432026-03-30T17:14:26.700Z Compiling sha1 v0.10.6
15442026-03-30T17:14:26.751Z Compiling rustls-pemfile v2.2.0
15452026-03-30T17:14:26.795Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15462026-03-30T17:14:26.925Z Compiling hostname v0.4.2
15472026-03-30T17:14:26.944Z Compiling proptest v1.11.0
15482026-03-30T17:14:27.912Z Compiling iddqd v0.3.17
15492026-03-30T17:14:27.978Z Compiling reqwest v0.12.28
15502026-03-30T17:14:28.037Z Compiling itertools v0.14.0
15512026-03-30T17:14:28.540Z Compiling utf8parse v0.2.2
15522026-03-30T17:14:28.656Z Compiling anstyle-parse v1.0.0
15532026-03-30T17:14:28.845Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15542026-03-30T17:14:29.102Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15552026-03-30T17:14:29.317Z Compiling toml_datetime v0.6.11
15562026-03-30T17:14:29.594Z Compiling is_terminal_polyfill v1.70.2
15572026-03-30T17:14:29.695Z Compiling anstyle v1.0.14
15582026-03-30T17:14:29.745Z Compiling colorchoice v1.0.5
15592026-03-30T17:14:29.859Z Compiling anstyle-query v1.1.5
15602026-03-30T17:14:29.966Z Compiling anstream v1.0.0
15612026-03-30T17:14:29.982Z Compiling progenitor-client v0.10.0
15622026-03-30T17:14:30.263Z Compiling parse-display v0.10.0
15632026-03-30T17:14:30.596Z Compiling backoff v0.4.0
15642026-03-30T17:14:30.612Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15652026-03-30T17:14:30.810Z Compiling clap_lex v1.1.0
15662026-03-30T17:14:31.056Z Compiling clap_derive v4.6.0
15672026-03-30T17:14:31.258Z Compiling unicode-width v0.2.2
15682026-03-30T17:14:31.560Z Compiling terminal_size v0.4.4
15692026-03-30T17:14:31.599Z Compiling darling_core v0.21.3
15702026-03-30T17:14:31.608Z Compiling zerocopy-derive v0.7.35
15712026-03-30T17:14:32.452Z Compiling crossbeam-epoch v0.9.18
15722026-03-30T17:14:32.468Z Compiling zerocopy v0.7.35
15732026-03-30T17:14:33.294Z Compiling clap_builder v4.6.0
15742026-03-30T17:14:33.708Z Compiling darling_macro v0.21.3
15752026-03-30T17:14:33.760Z Compiling proc-macro-error-attr v1.0.4
15762026-03-30T17:14:33.958Z Compiling convert_case v0.4.0
15772026-03-30T17:14:33.978Z Compiling heapless v0.8.0
15782026-03-30T17:14:33.989Z Compiling heck v0.4.1
15792026-03-30T17:14:34.203Z Compiling tinyvec_macros v0.1.1
15802026-03-30T17:14:34.262Z Compiling toml_datetime v1.1.0+spec-1.1.0
15812026-03-30T17:14:34.272Z Compiling derive_more v0.99.20
15822026-03-30T17:14:34.281Z Compiling darling v0.21.3
15832026-03-30T17:14:34.358Z Compiling ingot-macros v0.1.1
15842026-03-30T17:14:34.453Z Compiling toml_edit v0.25.8+spec-1.1.0
15852026-03-30T17:14:34.483Z Compiling tinyvec v1.11.0
15862026-03-30T17:14:35.279Z Compiling clap v4.6.0
15872026-03-30T17:14:35.713Z Compiling dtrace-parser v0.2.0
15882026-03-30T17:14:35.913Z Compiling secrecy v0.10.3
15892026-03-30T17:14:36.064Z Compiling scroll_derive v0.12.1
15902026-03-30T17:14:36.520Z Compiling hash32 v0.3.1
15912026-03-30T17:14:36.593Z Compiling usdt-impl v0.5.0
15922026-03-30T17:14:36.673Z Compiling proc-macro-error v1.0.4
15932026-03-30T17:14:36.709Z Compiling winnow v0.5.40
15942026-03-30T17:14:36.777Z Compiling smoltcp v0.11.0
15952026-03-30T17:14:36.841Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15962026-03-30T17:14:36.896Z Compiling crucible-workspace-hack v0.1.0
15972026-03-30T17:14:37.035Z Compiling scroll v0.12.0
15982026-03-30T17:14:37.119Z Compiling ingot-types v0.1.2
15992026-03-30T17:14:37.139Z Compiling proc-macro-crate v3.5.0
16002026-03-30T17:14:37.639Z Compiling dof v0.3.0
16012026-03-30T17:14:37.808Z Compiling typify-impl v0.6.1
16022026-03-30T17:14:37.909Z Compiling serde_spanned v0.6.9
16032026-03-30T17:14:37.986Z Compiling cobs v0.3.0
16042026-03-30T17:14:38.026Z Compiling toml_edit v0.19.15
16052026-03-30T17:14:38.037Z Compiling memoffset v0.9.1
16062026-03-30T17:14:38.053Z Compiling thread-id v4.2.2
16072026-03-30T17:14:38.142Z Compiling cfg_aliases v0.2.1
16082026-03-30T17:14:38.145Z Compiling bitflags v1.3.2
16092026-03-30T17:14:38.181Z Compiling toml_write v0.1.2
16102026-03-30T17:14:38.206Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16112026-03-30T17:14:38.217Z Compiling managed v0.8.0
16122026-03-30T17:14:38.351Z Compiling toml_edit v0.22.27
16132026-03-30T17:14:38.437Z Compiling nix v0.31.2
16142026-03-30T17:14:38.445Z Compiling postcard v1.1.3
16152026-03-30T17:14:39.266Z Compiling proc-macro-crate v1.3.1
16162026-03-30T17:14:39.596Z Compiling num_enum_derive v0.7.6
16172026-03-30T17:14:39.901Z Compiling ingot v0.1.1
16182026-03-30T17:14:40.070Z Compiling goblin v0.8.2
16192026-03-30T17:14:40.630Z Compiling tabwriter v1.4.1
16202026-03-30T17:14:40.867Z Compiling foreign-types-macros v0.2.3
16212026-03-30T17:14:40.878Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16222026-03-30T17:14:41.170Z Compiling num-integer v0.1.46
16232026-03-30T17:14:41.487Z Compiling rustc_version v0.4.1
16242026-03-30T17:14:41.502Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16252026-03-30T17:14:41.761Z Compiling cpufeatures v0.3.0
16262026-03-30T17:14:41.840Z Compiling foreign-types-shared v0.3.1
16272026-03-30T17:14:41.846Z Compiling rayon-core v1.13.0
16282026-03-30T17:14:41.873Z Compiling float-ord v0.3.2
16292026-03-30T17:14:41.922Z Compiling foreign-types v0.5.0
16302026-03-30T17:14:41.995Z Compiling chacha20 v0.10.0
16312026-03-30T17:14:42.062Z Compiling curve25519-dalek v4.1.3
16322026-03-30T17:14:42.245Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16332026-03-30T17:14:42.705Z Compiling num_enum v0.7.6
16342026-03-30T17:14:42.823Z Compiling num_enum_derive v0.5.11
16352026-03-30T17:14:43.176Z Compiling toml v0.8.23
16362026-03-30T17:14:44.174Z Compiling crossbeam-deque v0.8.6
16372026-03-30T17:14:44.223Z Compiling typify-macro v0.6.1
16382026-03-30T17:14:44.465Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16392026-03-30T17:14:44.882Z Compiling hmac v0.12.1
16402026-03-30T17:14:44.965Z Compiling rustls-webpki v0.103.10
16412026-03-30T17:14:45.335Z Compiling inout v0.1.4
16422026-03-30T17:14:45.935Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16432026-03-30T17:14:46.032Z Compiling ff v0.13.1
16442026-03-30T17:14:46.165Z Compiling cstr-argument v0.1.2
16452026-03-30T17:14:46.298Z Compiling prettyplease v0.2.37
16462026-03-30T17:14:46.319Z Compiling colored v3.1.1
16472026-03-30T17:14:46.369Z Compiling rustix v0.38.44
16482026-03-30T17:14:46.462Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16492026-03-30T17:14:46.614Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16502026-03-30T17:14:46.804Z Compiling group v0.13.0
16512026-03-30T17:14:46.871Z Compiling cipher v0.4.4
16522026-03-30T17:14:47.047Z Compiling hkdf v0.12.4
16532026-03-30T17:14:47.087Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16542026-03-30T17:14:47.410Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16552026-03-30T17:14:47.593Z Compiling num_enum v0.5.11
16562026-03-30T17:14:47.681Z Compiling rand v0.10.0
16572026-03-30T17:14:47.708Z Compiling num-iter v0.1.45
16582026-03-30T17:14:47.749Z Compiling num-rational v0.4.2
16592026-03-30T17:14:47.827Z Compiling usdt-attr-macro v0.5.0
16602026-03-30T17:14:48.033Z Compiling usdt-macro v0.5.0
16612026-03-30T17:14:48.420Z Compiling tokio-rustls v0.26.4
16622026-03-30T17:14:48.697Z Compiling hyper-rustls v0.27.7
16632026-03-30T17:14:48.715Z Compiling rustls-platform-verifier v0.6.2
16642026-03-30T17:14:48.954Z Compiling reqwest v0.13.2
16652026-03-30T17:14:49.698Z Compiling camino-tempfile v1.4.1
16662026-03-30T17:14:49.943Z Compiling thiserror-impl-no-std v2.0.2
16672026-03-30T17:14:50.177Z Compiling progenitor-client v0.13.0
16682026-03-30T17:14:50.486Z Compiling progenitor-extras v0.1.1
16692026-03-30T17:14:50.730Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16702026-03-30T17:14:51.059Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16712026-03-30T17:14:51.142Z Compiling half v2.7.1
16722026-03-30T17:14:51.259Z Compiling universal-hash v0.5.1
16732026-03-30T17:14:51.396Z Compiling crypto-bigint v0.5.5
16742026-03-30T17:14:51.421Z Compiling curve25519-dalek-derive v0.1.1
16752026-03-30T17:14:51.449Z Compiling enum-as-inner v0.6.1
16762026-03-30T17:14:51.882Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16772026-03-30T17:14:52.030Z Compiling num-complex v0.4.6
16782026-03-30T17:14:52.115Z Compiling memmap v0.7.0
16792026-03-30T17:14:52.174Z Compiling data-encoding v2.10.0
16802026-03-30T17:14:52.307Z Compiling ciborium-io v0.2.2
16812026-03-30T17:14:52.408Z Compiling opaque-debug v0.3.1
16822026-03-30T17:14:52.425Z Compiling base16ct v0.2.0
16832026-03-30T17:14:52.478Z Compiling base64ct v1.8.3
16842026-03-30T17:14:52.560Z Compiling elliptic-curve v0.13.8
16852026-03-30T17:14:52.588Z Compiling poly1305 v0.8.0
16862026-03-30T17:14:52.781Z Compiling password-hash v0.5.0
16872026-03-30T17:14:52.833Z Compiling ciborium-ll v0.2.2
16882026-03-30T17:14:53.034Z Compiling num v0.4.3
16892026-03-30T17:14:53.048Z Compiling usdt v0.5.0
16902026-03-30T17:14:53.294Z Compiling thiserror-no-std v2.0.2
16912026-03-30T17:14:53.318Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16922026-03-30T17:14:53.337Z Compiling rayon v1.11.0
16932026-03-30T17:14:53.382Z Compiling chacha20 v0.9.1
16942026-03-30T17:14:53.442Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16952026-03-30T17:14:53.662Z Compiling typify v0.6.1
16962026-03-30T17:14:54.402Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16972026-03-30T17:14:54.405Z Compiling zone_cfg_derive v0.3.1
16982026-03-30T17:14:54.496Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16992026-03-30T17:14:54.809Z Compiling itertools v0.12.1
17002026-03-30T17:14:54.887Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17012026-03-30T17:14:55.084Z Compiling blake2 v0.10.6
17022026-03-30T17:14:55.095Z Compiling byte-wrapper v0.1.0
17032026-03-30T17:14:55.124Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17042026-03-30T17:14:55.289Z Compiling aead v0.5.2
17052026-03-30T17:14:55.448Z Compiling num-derive v0.4.2
17062026-03-30T17:14:55.459Z Compiling sigpipe v0.1.3
17072026-03-30T17:14:55.468Z Compiling vcpkg v0.2.15
17082026-03-30T17:14:55.544Z Compiling jiff v0.2.23
17092026-03-30T17:14:55.555Z Compiling glob v0.3.3
17102026-03-30T17:14:56.012Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17112026-03-30T17:14:56.037Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17122026-03-30T17:14:56.049Z Compiling pkg-config v0.3.32
17132026-03-30T17:14:56.266Z Compiling unsafe-libyaml v0.2.11
17142026-03-30T17:14:56.400Z Compiling keccak v0.1.6
17152026-03-30T17:14:56.501Z Compiling openssl-sys v0.9.112
17162026-03-30T17:14:56.556Z Compiling sha3 v0.10.8
17172026-03-30T17:14:56.754Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17182026-03-30T17:14:56.857Z Compiling serde_yaml v0.9.34+deprecated
17192026-03-30T17:14:56.949Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17202026-03-30T17:14:57.061Z Compiling zone v0.3.1
17212026-03-30T17:14:57.357Z Compiling chacha20poly1305 v0.10.1
17222026-03-30T17:14:57.492Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17232026-03-30T17:14:58.126Z Compiling argon2 v0.5.3
17242026-03-30T17:14:58.150Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17252026-03-30T17:14:58.424Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17262026-03-30T17:14:58.749Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17272026-03-30T17:14:59.212Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17282026-03-30T17:14:59.372Z Compiling vsss-rs v3.3.4
17292026-03-30T17:14:59.604Z Compiling progenitor-impl v0.13.0
17302026-03-30T17:15:00.319Z Compiling ciborium v0.2.2
17312026-03-30T17:15:00.437Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17322026-03-30T17:15:00.451Z Compiling hubpack_derive v0.1.1
17332026-03-30T17:15:00.523Z Compiling smf v0.2.3
17342026-03-30T17:15:00.554Z Compiling semver v0.1.20
17352026-03-30T17:15:00.654Z Compiling resolv-conf v0.7.6
17362026-03-30T17:15:00.807Z Compiling whoami v1.6.1
17372026-03-30T17:15:00.914Z Compiling static_assertions v1.1.0
17382026-03-30T17:15:00.974Z Compiling linked-hash-map v0.5.6
17392026-03-30T17:15:00.990Z Compiling indent_write v2.2.0
17402026-03-30T17:15:01.113Z Compiling hubpack v0.1.2
17412026-03-30T17:15:01.123Z Compiling lru-cache v0.1.2
17422026-03-30T17:15:01.133Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17432026-03-30T17:15:01.155Z Compiling rustc_version v0.1.7
17442026-03-30T17:15:01.290Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17452026-03-30T17:15:01.331Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17462026-03-30T17:15:01.411Z Compiling hickory-proto v0.24.4
17472026-03-30T17:15:01.578Z Compiling serde-big-array v0.5.1
17482026-03-30T17:15:01.723Z Compiling pin-project-internal v1.1.11
17492026-03-30T17:15:02.823Z Compiling derive-where v1.6.1
17502026-03-30T17:15:03.013Z Compiling serde_repr v0.1.20
17512026-03-30T17:15:03.258Z Compiling progenitor-macro v0.13.0
17522026-03-30T17:15:03.619Z Compiling minimal-lexical v0.2.1
17532026-03-30T17:15:03.890Z Compiling swrite v0.1.0
17542026-03-30T17:15:03.993Z Compiling unicode-segmentation v1.13.1
17552026-03-30T17:15:04.140Z Compiling siphasher v1.0.2
17562026-03-30T17:15:04.167Z Compiling nom v7.1.3
17572026-03-30T17:15:04.338Z Compiling newline-converter v0.3.0
17582026-03-30T17:15:04.431Z Compiling phf_shared v0.12.1
17592026-03-30T17:15:04.456Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17602026-03-30T17:15:04.608Z Compiling hickory-resolver v0.24.4
17612026-03-30T17:15:04.813Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17622026-03-30T17:15:05.034Z Compiling pin-project v1.1.11
17632026-03-30T17:15:05.136Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17642026-03-30T17:15:05.190Z Compiling newtype_derive v0.1.6
17652026-03-30T17:15:05.421Z Compiling atomicwrites v0.4.4
17662026-03-30T17:15:05.629Z Compiling unicode-normalization v0.1.25
17672026-03-30T17:15:05.909Z Compiling snafu-derive v0.8.9
17682026-03-30T17:15:06.103Z Compiling console v0.15.11
17692026-03-30T17:15:06.772Z Compiling tokio-stream v0.1.18
17702026-03-30T17:15:06.834Z Compiling async-recursion v1.1.1
17712026-03-30T17:15:06.950Z Compiling slog-dtrace v0.3.0
17722026-03-30T17:15:07.188Z Compiling csv-core v0.1.13
17732026-03-30T17:15:07.236Z Compiling bstr v1.12.1
17742026-03-30T17:15:07.270Z Compiling foldhash v0.1.5
17752026-03-30T17:15:07.294Z Compiling highway v1.3.0
17762026-03-30T17:15:07.446Z Compiling similar v2.7.0
17772026-03-30T17:15:07.447Z Compiling unicode-xid v0.2.6
17782026-03-30T17:15:07.516Z Compiling same-file v1.0.6
17792026-03-30T17:15:07.577Z Compiling cancel-safe-futures v0.1.5
17802026-03-30T17:15:07.636Z Compiling foreign-types-shared v0.1.1
17812026-03-30T17:15:07.686Z Compiling openssl v0.10.76
17822026-03-30T17:15:07.686Z Compiling owo-colors v4.3.0
17832026-03-30T17:15:07.722Z Compiling chrono-tz v0.10.4
17842026-03-30T17:15:07.733Z Compiling unicode-width v0.1.14
17852026-03-30T17:15:07.831Z Compiling foreign-types v0.3.2
17862026-03-30T17:15:07.904Z Compiling expectorate v1.2.0
17872026-03-30T17:15:07.994Z Compiling snafu v0.8.9
17882026-03-30T17:15:08.008Z Compiling walkdir v2.5.0
17892026-03-30T17:15:08.050Z Compiling globset v0.4.18
17902026-03-30T17:15:08.068Z Compiling const_format_proc_macros v0.2.34
17912026-03-30T17:15:08.124Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17922026-03-30T17:15:08.417Z Compiling hashbrown v0.15.5
17932026-03-30T17:15:08.447Z Compiling csv v1.4.0
17942026-03-30T17:15:08.539Z Compiling qorb v0.4.1
17952026-03-30T17:15:08.620Z Compiling progenitor v0.13.0
17962026-03-30T17:15:08.756Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-30T17:15:08.865Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17982026-03-30T17:15:08.955Z Compiling olpc-cjson v0.1.4
17992026-03-30T17:15:09.017Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-30T17:15:09.164Z Compiling phf v0.12.1
18012026-03-30T17:15:09.551Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18022026-03-30T17:15:09.837Z Compiling tokio-dtrace v0.1.1
18032026-03-30T17:15:10.093Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18042026-03-30T17:15:10.112Z Compiling libsw-core v0.3.2
18052026-03-30T17:15:10.281Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18062026-03-30T17:15:10.475Z Compiling serde_plain v1.0.2
18072026-03-30T17:15:10.492Z Compiling openssl-macros v0.1.1
18082026-03-30T17:15:10.658Z Compiling pem v3.0.6
18092026-03-30T17:15:10.680Z Compiling cookie v0.18.1
18102026-03-30T17:15:10.776Z Compiling bytecount v0.6.9
18112026-03-30T17:15:10.863Z Compiling typed-path v0.9.3
18122026-03-30T17:15:10.906Z Compiling fixedbitset v0.5.7
18132026-03-30T17:15:10.917Z Compiling fixedbitset v0.4.2
18142026-03-30T17:15:11.036Z Compiling papergrid v0.11.0
18152026-03-30T17:15:11.046Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18162026-03-30T17:15:11.149Z Compiling petgraph v0.8.3
18172026-03-30T17:15:11.215Z Compiling petgraph v0.6.5
18182026-03-30T17:15:11.231Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18192026-03-30T17:15:12.200Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-30T17:15:12.695Z Compiling tough v0.20.0
18212026-03-30T17:15:12.818Z Compiling libsw v3.5.0
18222026-03-30T17:15:12.936Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-30T17:15:13.050Z Compiling oxide-tokio-rt v0.1.3
18242026-03-30T17:15:14.225Z Compiling const_format v0.2.35
18252026-03-30T17:15:14.293Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-30T17:15:15.200Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-30T17:15:15.946Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-30T17:15:16.079Z Compiling gethostname v0.5.0
18292026-03-30T17:15:16.207Z Compiling tabled_derive v0.7.0
18302026-03-30T17:15:16.536Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18312026-03-30T17:15:16.600Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18322026-03-30T17:15:16.644Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18332026-03-30T17:15:16.647Z Compiling bcs v0.1.6
18342026-03-30T17:15:16.766Z Compiling termtree v0.5.1
18352026-03-30T17:15:16.918Z Compiling smawk v0.3.2
18362026-03-30T17:15:16.962Z Compiling unicode-linebreak v0.1.5
18372026-03-30T17:15:17.057Z Compiling lazy_static v1.5.0
18382026-03-30T17:15:17.163Z Compiling linear-map v1.2.0
18392026-03-30T17:15:17.172Z Compiling tagptr v0.2.0
18402026-03-30T17:15:17.211Z Compiling tabled v0.15.0
18412026-03-30T17:15:17.222Z Compiling textwrap v0.16.2
18422026-03-30T17:15:17.252Z Compiling steno v0.4.1
18432026-03-30T17:15:17.314Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-30T17:15:17.340Z Compiling moka v0.12.15
18452026-03-30T17:15:17.523Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18462026-03-30T17:15:18.002Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-30T17:15:18.100Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-30T17:15:18.190Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18492026-03-30T17:15:18.241Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18502026-03-30T17:15:19.026Z Compiling hickory-proto v0.25.2
18512026-03-30T17:15:19.029Z Compiling humantime v2.3.0
18522026-03-30T17:15:19.311Z Compiling num-derive v0.3.3
18532026-03-30T17:15:20.063Z Compiling parking_lot_core v0.8.6
18542026-03-30T17:15:20.256Z Compiling libscf-sys v1.1.0
18552026-03-30T17:15:20.360Z Compiling crc32fast v1.5.0
18562026-03-30T17:15:20.399Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18572026-03-30T17:15:20.632Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18582026-03-30T17:15:20.888Z Compiling parking_lot v0.11.2
18592026-03-30T17:15:20.919Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18602026-03-30T17:15:21.006Z Compiling hickory-resolver v0.25.2
18612026-03-30T17:15:21.017Z Compiling fxhash v0.2.1
18622026-03-30T17:15:21.147Z Compiling internet-checksum v0.2.1
18632026-03-30T17:15:21.158Z Compiling sled v0.34.7
18642026-03-30T17:15:21.181Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18652026-03-30T17:15:21.825Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18662026-03-30T17:15:27.110Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18672026-03-30T17:15:34.265Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18682026-03-30T17:15:35.859Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18692026-03-30T17:15:36.933Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18702026-03-30T17:15:38.060Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18712026-03-30T17:15:38.845Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18722026-03-30T17:16:02.436Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
18732026-03-30T17:16:02.609Z────────────
18742026-03-30T17:16:02.609Z Nextest run ID 6bed8501-4d32-4986-9523-03d4fb5631c8 with nextest profile: default
18752026-03-30T17:16:02.609Z Starting 45 tests across 1 binary
18762026-03-30T17:16:02.620Z PASS [ 0.010s] rdb db::test::test_prefix4_from_str
18772026-03-30T17:16:02.621Z PASS [ 0.011s] rdb bestpath::test::test_bestpath
18782026-03-30T17:16:02.621Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
18792026-03-30T17:16:02.625Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18802026-03-30T17:16:02.626Z PASS [ 0.011s] rdb db::test::test_prefix4_db_key_serialization
18812026-03-30T17:16:02.626Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18822026-03-30T17:16:02.631Z PASS [ 0.011s] rdb db::test::test_prefix6_from_str
18832026-03-30T17:16:02.636Z PASS [ 0.011s] rdb db::test::test_prefix6_db_key_serialization
18842026-03-30T17:16:02.665Z PASS [ 0.055s] rdb db::test::test_ipv4_origin_crud
18852026-03-30T17:16:02.670Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
18862026-03-30T17:16:02.678Z PASS [ 0.057s] rdb db::test::test_set_nexthop_shutdown_replaces_path
18872026-03-30T17:16:02.678Z PASS [ 0.057s] rdb db::test::test_static_routing_ipv4_basic
18882026-03-30T17:16:02.678Z PASS [ 0.057s] rdb db::test::test_rib
18892026-03-30T17:16:02.678Z PASS [ 0.058s] rdb db::test::test_prefix_host_bit_normalization
18902026-03-30T17:16:02.686Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
18912026-03-30T17:16:02.686Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv6_basic
18922026-03-30T17:16:02.694Z PASS [ 0.016s] rdb proptest::prop_ipv4_host_bits_always_unset
18932026-03-30T17:16:02.694Z PASS [ 0.016s] rdb proptest::prop_ipv4_default_contains_all
18942026-03-30T17:16:02.701Z PASS [ 0.014s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18952026-03-30T17:16:02.704Z PASS [ 0.014s] rdb proptest::prop_ipv4_length_in_bounds
18962026-03-30T17:16:02.708Z PASS [ 0.014s] rdb proptest::prop_ipv4_within_self
18972026-03-30T17:16:02.708Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
18982026-03-30T17:16:02.714Z PASS [ 0.014s] rdb proptest::prop_ipv6_length_in_bounds
18992026-03-30T17:16:02.714Z PASS [ 0.014s] rdb proptest::prop_ipv6_host_bits_always_unset
19002026-03-30T17:16:02.721Z PASS [ 0.056s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19012026-03-30T17:16:02.725Z PASS [ 0.056s] rdb db::test::test_static_routing_mixed_address_families
19022026-03-30T17:16:02.725Z PASS [ 0.014s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19032026-03-30T17:16:02.725Z PASS [ 0.014s] rdb proptest::prop_ipv6_within_self
19042026-03-30T17:16:02.728Z PASS [ 0.014s] rdb proptest::prop_prefix_enum_no_cross_family
19052026-03-30T17:16:02.731Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19062026-03-30T17:16:02.735Z PASS [ 0.055s] rdb db::test::test_static_routing_vlan_id_handling
19072026-03-30T17:16:02.738Z PASS [ 0.008s] rdb types::test::bgp_path_identity
19082026-03-30T17:16:02.742Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_length
19092026-03-30T17:16:02.742Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19102026-03-30T17:16:02.742Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19112026-03-30T17:16:02.742Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19122026-03-30T17:16:02.742Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19132026-03-30T17:16:02.747Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19142026-03-30T17:16:02.750Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19152026-03-30T17:16:02.750Z PASS [ 0.009s] rdb types::test::btreeset_remove
19162026-03-30T17:16:02.750Z PASS [ 0.009s] rdb types::test::btreeset_replace
19172026-03-30T17:16:02.750Z PASS [ 0.009s] rdb types::test::static_path_identity
19182026-03-30T17:16:02.750Z PASS [ 0.010s] rdb types::test::ord_contract
19192026-03-30T17:16:02.750Z PASS [ 0.022s] rdb proptest::prop_static_route_key_ord_consistency
19202026-03-30T17:16:02.762Z PASS [ 0.084s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19212026-03-30T17:16:02.765Z────────────
19222026-03-30T17:16:02.765Z Summary [ 0.154s] 45 tests run: 45 passed, 0 skipped
19232026-03-30T17:16:02.775Z+ cp rib.log /work/
19242026-03-30T17:16:02.778Zprocess exited: duration 284450 ms, exit code 0
 
19252026-03-30T17:16:02.789Zfound 1 output files
19262026-03-30T17:16:02.789Zuploading: /work/rib.log (888 bytes)
19272026-03-30T17:16:03.802Zuploaded: /work/rib.log