01KP9EN329W6CPRA0N7K9N8PM6: 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: 01KP9ENJCP5S39X4GH22WMR077

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-15T20:55:15.318Zjob assigned to worker 01KP9ERV0XQA373CGC0SS5Y5M2 [factory aws, i-0f4f4ad6f20d64c84] (queued for 2 m 41 s)
 
22026-04-15T20:55:22.196Zstarting task 0: "setup"
32026-04-15T20:55:22.201Z++ uname -s
42026-04-15T20:55:22.204Z+ kern=SunOS
52026-04-15T20:55:22.204Z+ build_user=build
62026-04-15T20:55:22.204Z+ build_uid=12345
72026-04-15T20:55:22.204Z+ work_dir=/work
82026-04-15T20:55:22.205Z+ input_dir=/input
92026-04-15T20:55:22.205Z+ [[ 0 == 12345 ]]
102026-04-15T20:55:22.205Z+ case "$kern" in
112026-04-15T20:55:22.205Z+ groupadd -g 12345 build
122026-04-15T20:55:22.205Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-15T20:55:24.210Z+ zfs create -o mountpoint=/work rpool/work
142026-04-15T20:55:24.326Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-15T20:55:24.330Z+ home_fs=zfs
162026-04-15T20:55:24.330Z+ [[ zfs == autofs ]]
172026-04-15T20:55:24.330Z+ mkdir -p /home/build
182026-04-15T20:55:24.330Z+ chown build:build /home/build /work
192026-04-15T20:55:26.331Z+ chmod 0700 /home/build /work
202026-04-15T20:55:26.334Zprocess exited: duration 4135 ms, exit code 0
 
212026-04-15T20:55:26.341Zstarting task 1: "rust-toolchain"
222026-04-15T20:55:26.344Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-15T20:55:26.344Z * rust toolchain channel = "stable"
242026-04-15T20:55:26.344Z * rust toolchain profile = "default"
252026-04-15T20:55:26.344Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-15T20:55:26.344Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-15T20:55:26.344Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-15T20:55:26.348Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-15T20:55:26.348Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-15T20:55:26.421Zinfo: downloading installer
312026-04-15T20:55:28.172Zwarn: It looks like you have an existing installation of Rust at:
322026-04-15T20:55:28.172Zwarn: /opt/ooce/bin
332026-04-15T20:55:28.172Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-15T20:55:28.172Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-15T20:55:28.172Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-15T20:55:28.172Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-15T20:55:28.172Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-15T20:55:28.172Zerror: cannot install while Rust is installed
392026-04-15T20:55:28.172Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-15T20:55:28.172Zwarn: It looks like you have an existing rustup settings file at:
412026-04-15T20:55:28.172Zwarn: /home/build/.rustup/settings.toml
422026-04-15T20:55:28.172Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-15T20:55:28.172Zwarn: instead of the one inferred from the default host triple.
442026-04-15T20:55:28.186Zinfo: profile set to default
452026-04-15T20:55:28.186Zinfo: default host triple is x86_64-unknown-illumos
462026-04-15T20:55:28.189Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-15T20:55:28.337Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-15T20:55:28.340Zinfo: downloading 6 components
492026-04-15T20:55:43.412Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-15T20:55:43.412Z
512026-04-15T20:55:43.442Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-15T20:55:43.442Z
532026-04-15T20:55:43.442Z
542026-04-15T20:55:43.442ZRust is installed now. Great!
552026-04-15T20:55:43.442Z
562026-04-15T20:55:43.446ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-15T20:55:43.446Zenvironment variable. This has not been done automatically.
582026-04-15T20:55:43.446Z
592026-04-15T20:55:43.446ZTo configure your current shell, you need to source
602026-04-15T20:55:43.446Zthe corresponding env file under $HOME/.cargo.
612026-04-15T20:55:43.446Z
622026-04-15T20:55:43.446ZThis is usually done by running one of the following (note the leading DOT):
632026-04-15T20:55:43.446Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-15T20:55:43.446Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-15T20:55:43.446Zsource "~/.cargo/env.nu" # For nushell
662026-04-15T20:55:43.446Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-15T20:55:43.446Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-15T20:55:43.446Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-15T20:55:43.446Zwarn: no default linker (`cc`) was found in your PATH
702026-04-15T20:55:43.446Zwarn: many Rust crates require a system C toolchain to build
712026-04-15T20:55:43.534Z+ rustup --version
722026-04-15T20:55:43.541Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-15T20:55:43.544Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-15T20:55:43.564Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-15T20:55:43.567Z+ cargo --version
762026-04-15T20:55:43.580Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-15T20:55:43.584Z+ rustc --version
782026-04-15T20:55:43.602Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-15T20:55:43.605Zprocess exited: duration 17260 ms, exit code 0
 
802026-04-15T20:55:43.628Zstarting task 2: "authentication"
812026-04-15T20:55:43.645Zprocess exited: duration 17 ms, exit code 0
 
822026-04-15T20:55:43.652Zstarting task 3: "clone repository"
832026-04-15T20:55:43.655Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-15T20:55:43.658Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-15T20:55:43.761ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-15T20:55:44.616Z+ cd /work/oxidecomputer/maghemite
872026-04-15T20:55:44.616Z+ git fetch origin 21bae487965245b0e25348bd0573fe5a3b8937ec
882026-04-15T20:55:44.859ZFrom https://github.com/oxidecomputer/maghemite
892026-04-15T20:55:44.859Z * branch 21bae487965245b0e25348bd0573fe5a3b8937ec -> FETCH_HEAD
902026-04-15T20:55:44.865Z+ [[ -n '' ]]
912026-04-15T20:55:44.865Z+ git reset --hard 21bae487965245b0e25348bd0573fe5a3b8937ec
922026-04-15T20:55:44.881ZHEAD is now at 21bae48 Bump thin-vec from 0.2.14 to 0.2.16
932026-04-15T20:55:44.885Zprocess exited: duration 1230 ms, exit code 0
 
942026-04-15T20:55:44.891Zstarting task 4: "build"
952026-04-15T20:55:44.895Z+ set -e
962026-04-15T20:55:44.895Z+ source .github/buildomat/test-common.sh
972026-04-15T20:55:44.899Z++ NEXTEST_VERSION=0.9.97
982026-04-15T20:55:44.899Z++ PLATFORM=illumos
992026-04-15T20:55:44.899Z++ banner install
1002026-04-15T20:55:44.899Z
1012026-04-15T20:55:44.899Z # # # #### ##### ## # #
1022026-04-15T20:55:44.899Z # ## # # # # # # #
1032026-04-15T20:55:44.899Z # # # # #### # # # # #
1042026-04-15T20:55:44.899Z # # # # # # ###### # #
1052026-04-15T20:55:44.899Z # # ## # # # # # # #
1062026-04-15T20:55:44.899Z # # # #### # # # ###### ######
1072026-04-15T20:55:44.899Z
1082026-04-15T20:55:44.899Z++ set +o errexit
1092026-04-15T20:55:44.899Z++ pkg info clang-15
1102026-04-15T20:55:44.899Z++ grep -qi installed
1112026-04-15T20:55:46.460Zpkg: info: no packages matching the following patterns you specified are
1122026-04-15T20:55:46.460Zinstalled on the system. Try querying remotely instead:
1132026-04-15T20:55:46.460Z
1142026-04-15T20:55:46.460Z clang-15
1152026-04-15T20:55:46.502Z++ [[ 1 != 0 ]]
1162026-04-15T20:55:46.502Z++ set -o errexit
1172026-04-15T20:55:46.502Z++ pfexec pkg install clang-15
1182026-04-15T20:55:56.652Z Startup: Refreshing catalog 'helios-dev' ... Done
1192026-04-15T20:56:04.328Z Startup: Caching catalogs ... Done
1202026-04-15T20:56:09.994ZPlanning: Solver setup ... Done
1212026-04-15T20:56:10.479ZPlanning: Running solver ... Done
1222026-04-15T20:56:10.611ZPlanning: Finding local manifests ... Done
1232026-04-15T20:56:10.622ZPlanning: Fetching manifests: 0/2 0% complete
1242026-04-15T20:56:10.710ZPlanning: Fetching manifests: 2/2 100% complete
1252026-04-15T20:56:10.740ZPlanning: Package planning ... Done
1262026-04-15T20:56:10.767ZPlanning: Merging actions ... Done
1272026-04-15T20:56:10.925ZPlanning: Checking for conflicting actions ... Done
1282026-04-15T20:56:10.932ZPlanning: Consolidating action changes ... Done
1292026-04-15T20:56:12.941ZPlanning: Evaluating mediators ... Done
1302026-04-15T20:56:12.946ZPlanning: Planning completed in 8.43 seconds
1312026-04-15T20:56:12.957Z Packages to install: 2
1322026-04-15T20:56:12.960Z Mediators to change: 2
1332026-04-15T20:56:12.960Z Services to change: 1
1342026-04-15T20:56:12.960Z Create boot environment: No
1352026-04-15T20:56:12.960ZCreate backup boot environment: No
1362026-04-15T20:56:13.028Z
1372026-04-15T20:56:13.028ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1382026-04-15T20:56:18.034ZDownload: 1117/3076 items 112.5/211.3MB 53% complete (23.1M/s)
1392026-04-15T20:56:23.034ZDownload: 2661/3076 items 119.6/211.3MB 56% complete (12.1M/s)
1402026-04-15T20:56:28.051ZDownload: 3075/3076 items 210.8/211.3MB 99% complete (13.3M/s)
1412026-04-15T20:56:28.080ZDownload: Completed 211.31 MB in 15.05 seconds (14.0M/s)
1422026-04-15T20:56:28.218Z Actions: 1/3418 actions (Installing new actions)
1432026-04-15T20:56:31.449Z Actions: Completed 3418 actions in 3.23 seconds.
1442026-04-15T20:56:31.787Z Done
1452026-04-15T20:56:31.787Z Done
1462026-04-15T20:56:32.535Z Done
1472026-04-15T20:56:36.020Z Done
1482026-04-15T20:56:36.104Z Done
1492026-04-15T20:56:36.107Z Done
1502026-04-15T20:56:36.365Z Done
1512026-04-15T20:56:37.085Z++ set -o errexit
1522026-04-15T20:56:37.085Z++ cargo --version
1532026-04-15T20:56:37.092Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1542026-04-15T20:56:37.241Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1552026-04-15T20:56:37.244Zinfo: downloading 6 components
1562026-04-15T20:56:52.507Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1572026-04-15T20:56:52.511Z++ rustc --version
1582026-04-15T20:56:52.540Zrustc 1.94.1 (e408947bf 2026-03-25)
1592026-04-15T20:56:52.544Z++ cargo install cargo-nextest --version 0.9.97
1602026-04-15T20:56:52.589Z Updating crates.io index
1612026-04-15T20:56:52.690Z Downloading crates ...
1622026-04-15T20:56:52.743Z Downloaded cargo-nextest v0.9.97
1632026-04-15T20:56:52.808Z Installing cargo-nextest v0.9.97
1642026-04-15T20:56:52.852Z Updating crates.io index
1652026-04-15T20:56:55.609Z Locking 407 packages to latest compatible versions
1662026-04-15T20:56:55.615Z Adding dialoguer v0.11.0 (available: v0.12.0)
1672026-04-15T20:56:55.618Z Adding duct v0.13.7 (available: v1.1.1)
1682026-04-15T20:56:55.618Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1692026-04-15T20:56:55.618Z Adding generic-array v0.14.7 (available: v0.14.9)
1702026-04-15T20:56:55.621Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1712026-04-15T20:56:55.621Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1722026-04-15T20:56:55.621Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1732026-04-15T20:56:55.624Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1742026-04-15T20:56:55.628Z Adding quick-junit v0.5.2 (available: v0.6.0)
1752026-04-15T20:56:55.646Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1762026-04-15T20:56:55.656Z Downloading crates ...
1772026-04-15T20:56:55.735Z Downloaded bitflags v2.11.1
1782026-04-15T20:56:55.738Z Downloaded addr2line v0.25.1
1792026-04-15T20:56:55.745Z Downloaded home v0.5.12
1802026-04-15T20:56:55.749Z Downloaded hyper-rustls v0.27.9
1812026-04-15T20:56:55.749Z Downloaded color-spantrace v0.3.0
1822026-04-15T20:56:55.753Z Downloaded base64 v0.22.1
1832026-04-15T20:56:55.756Z Downloaded block-buffer v0.10.4
1842026-04-15T20:56:55.756Z Downloaded clap v4.6.1
1852026-04-15T20:56:55.761Z Downloaded hyper-tls v0.6.0
1862026-04-15T20:56:55.765Z Downloaded httparse v1.10.1
1872026-04-15T20:56:55.765Z Downloaded http-body-util v0.1.3
1882026-04-15T20:56:55.770Z Downloaded cpufeatures v0.2.17
1892026-04-15T20:56:55.770Z Downloaded clap_lex v1.1.0
1902026-04-15T20:56:55.770Z Downloaded http v1.4.0
1912026-04-15T20:56:55.773Z Downloaded cfg-if v1.0.4
1922026-04-15T20:56:55.773Z Downloaded atomicwrites v0.4.4
1932026-04-15T20:56:55.773Z Downloaded humantime-serde v1.1.1
1942026-04-15T20:56:55.776Z Downloaded futures-sink v0.3.32
1952026-04-15T20:56:55.776Z Downloaded lru-slab v0.1.2
1962026-04-15T20:56:55.776Z Downloaded base64ct v1.8.3
1972026-04-15T20:56:55.780Z Downloaded foldhash v0.1.5
1982026-04-15T20:56:55.780Z Downloaded foreign-types-shared v0.1.1
1992026-04-15T20:56:55.780Z Downloaded document-features v0.2.12
2002026-04-15T20:56:55.784Z Downloaded clap_derive v4.6.1
2012026-04-15T20:56:55.784Z Downloaded clap_builder v4.6.0
2022026-04-15T20:56:55.787Z Downloaded ppv-lite86 v0.2.21
2032026-04-15T20:56:55.787Z Downloaded futures-executor v0.3.32
2042026-04-15T20:56:55.791Z Downloaded config v0.15.22
2052026-04-15T20:56:55.794Z Downloaded pin-project-internal v1.1.11
2062026-04-15T20:56:55.794Z Downloaded hyper-util v0.1.20
2072026-04-15T20:56:55.797Z Downloaded nextest-workspace-hack v0.1.0
2082026-04-15T20:56:55.797Z Downloaded indenter v0.3.4
2092026-04-15T20:56:55.800Z Downloaded futures v0.3.32
2102026-04-15T20:56:55.803Z Downloaded nested v0.1.1
2112026-04-15T20:56:55.803Z Downloaded dialoguer v0.11.0
2122026-04-15T20:56:55.807Z Downloaded form_urlencoded v1.2.2
2132026-04-15T20:56:55.807Z Downloaded rustc-hash v2.1.2
2142026-04-15T20:56:55.812Z Downloaded http-body v1.0.1
2152026-04-15T20:56:55.812Z Downloaded anstream v1.0.0
2162026-04-15T20:56:55.812Z Downloaded anstyle-query v1.1.5
2172026-04-15T20:56:55.816Z Downloaded generic-array v0.14.7
2182026-04-15T20:56:55.816Z Downloaded newtype-uuid v1.3.2
2192026-04-15T20:56:55.816Z Downloaded parking_lot_core v0.9.12
2202026-04-15T20:56:55.822Z Downloaded once_cell v1.21.4
2212026-04-15T20:56:55.822Z Downloaded debug-ignore v1.0.5
2222026-04-15T20:56:55.826Z Downloaded guppy-workspace-hack v0.1.0
2232026-04-15T20:56:55.826Z Downloaded foreign-types v0.3.2
2242026-04-15T20:56:55.826Z Downloaded os_pipe v1.2.3
2252026-04-15T20:56:55.826Z Downloaded mukti-metadata v0.3.0
2262026-04-15T20:56:55.826Z Downloaded futures-io v0.3.32
2272026-04-15T20:56:55.826Z Downloaded equivalent v1.0.2
2282026-04-15T20:56:55.829Z Downloaded indent_write v2.2.0
2292026-04-15T20:56:55.829Z Downloaded crypto-common v0.1.7
2302026-04-15T20:56:55.829Z Downloaded atomic-waker v1.1.2
2312026-04-15T20:56:55.829Z Downloaded rustc-demangle v0.1.27
2322026-04-15T20:56:55.833Z Downloaded is_ci v1.2.0
2332026-04-15T20:56:55.833Z Downloaded idna_adapter v1.0.0
2342026-04-15T20:56:55.833Z Downloaded litrs v1.0.0
2352026-04-15T20:56:55.836Z Downloaded miniz_oxide v0.8.9
2362026-04-15T20:56:55.839Z Downloaded openssl-probe v0.2.1
2372026-04-15T20:56:55.839Z Downloaded enable-ansi-support v0.2.1
2382026-04-15T20:56:55.839Z Downloaded curve25519-dalek-derive v0.1.1
2392026-04-15T20:56:55.842Z Downloaded lock_api v0.4.14
2402026-04-15T20:56:55.842Z Downloaded async-scoped v0.9.0
2412026-04-15T20:56:55.842Z Downloaded ipnet v2.12.0
2422026-04-15T20:56:55.846Z Downloaded itoa v1.0.18
2432026-04-15T20:56:55.846Z Downloaded colorchoice v1.0.5
2442026-04-15T20:56:55.849Z Downloaded heck v0.5.0
2452026-04-15T20:56:55.849Z Downloaded cargo-platform v0.2.0
2462026-04-15T20:56:55.853Z Downloaded openssl-macros v0.1.1
2472026-04-15T20:56:55.856Z Downloaded lazy_static v1.5.0
2482026-04-15T20:56:55.856Z Downloaded cfg_aliases v0.2.1
2492026-04-15T20:56:55.860Z Downloaded fnv v1.0.7
2502026-04-15T20:56:55.866Z Downloaded scopeguard v1.2.0
2512026-04-15T20:56:55.866Z Downloaded pathdiff v0.2.3
2522026-04-15T20:56:55.866Z Downloaded errno v0.3.14
2532026-04-15T20:56:55.866Z Downloaded percent-encoding v2.3.2
2542026-04-15T20:56:55.866Z Downloaded number_prefix v0.4.0
2552026-04-15T20:56:55.870Z Downloaded futures-macro v0.3.32
2562026-04-15T20:56:55.870Z Downloaded rustc_version v0.4.1
2572026-04-15T20:56:55.870Z Downloaded nextest-metadata v0.12.2
2582026-04-15T20:56:55.873Z Downloaded cargo-platform v0.3.2
2592026-04-15T20:56:55.876Z Downloaded futures-core v0.3.32
2602026-04-15T20:56:55.876Z Downloaded is_terminal_polyfill v1.70.2
2612026-04-15T20:56:55.880Z Downloaded fastrand v2.4.1
2622026-04-15T20:56:55.880Z Downloaded cargo-util-schemas v0.2.0
2632026-04-15T20:56:55.880Z Downloaded digest v0.10.7
2642026-04-15T20:56:55.884Z Downloaded cargo_metadata v0.23.1
2652026-04-15T20:56:55.887Z Downloaded futures-channel v0.3.32
2662026-04-15T20:56:55.887Z Downloaded futures-task v0.3.32
2672026-04-15T20:56:55.890Z Downloaded shell-words v1.1.1
2682026-04-15T20:56:55.890Z Downloaded serde-value v0.7.0
2692026-04-15T20:56:55.893Z Downloaded serde_ignored v0.1.14
2702026-04-15T20:56:55.896Z Downloaded signature v2.2.0
2712026-04-15T20:56:55.899Z Downloaded serde_spanned v0.6.9
2722026-04-15T20:56:55.905Z Downloaded shared_child v1.1.1
2732026-04-15T20:56:55.909Z Downloaded subtle v2.6.1
2742026-04-15T20:56:55.909Z Downloaded signal-hook-mio v0.2.5
2752026-04-15T20:56:55.909Z Downloaded serde_urlencoded v0.7.1
2762026-04-15T20:56:55.912Z Downloaded supports-unicode v3.0.0
2772026-04-15T20:56:55.912Z Downloaded pin-project-lite v0.2.17
2782026-04-15T20:56:55.916Z Downloaded sync_wrapper v1.0.2
2792026-04-15T20:56:55.916Z Downloaded sigchld v0.2.4
2802026-04-15T20:56:55.919Z Downloaded ordered-float v2.10.1
2812026-04-15T20:56:55.923Z Downloaded tokio-macros v2.7.0
2822026-04-15T20:56:55.923Z Downloaded filetime v0.2.27
2832026-04-15T20:56:55.923Z Downloaded pkg-config v0.3.33
2842026-04-15T20:56:55.927Z Downloaded hex v0.4.3
2852026-04-15T20:56:55.927Z Downloaded humantime v2.3.0
2862026-04-15T20:56:55.928Z Downloaded find-msvc-tools v0.1.9
2872026-04-15T20:56:55.931Z Downloaded pkcs8 v0.10.2
2882026-04-15T20:56:55.931Z Downloaded terminal_size v0.4.4
2892026-04-15T20:56:55.931Z Downloaded strsim v0.11.1
2902026-04-15T20:56:55.931Z Downloaded serde_path_to_error v0.1.20
2912026-04-15T20:56:55.934Z Downloaded ed25519 v2.2.3
2922026-04-15T20:56:55.934Z Downloaded cargo_metadata v0.20.0
2932026-04-15T20:56:55.934Z Downloaded adler2 v2.0.1
2942026-04-15T20:56:55.937Z Downloaded strip-ansi-escapes v0.2.1
2952026-04-15T20:56:55.937Z Downloaded camino-tempfile v1.4.1
2962026-04-15T20:56:55.937Z Downloaded either v1.15.0
2972026-04-15T20:56:55.940Z Downloaded iana-time-zone v0.1.65
2982026-04-15T20:56:55.940Z Downloaded future-queue v0.4.0
2992026-04-15T20:56:55.943Z Downloaded autocfg v1.5.0
3002026-04-15T20:56:55.943Z Downloaded duct v0.13.7
3012026-04-15T20:56:55.943Z Downloaded anstyle-parse v1.0.0
3022026-04-15T20:56:55.946Z Downloaded tinyvec_macros v0.1.1
3032026-04-15T20:56:55.946Z Downloaded bytes v1.11.1
3042026-04-15T20:56:55.950Z Downloaded parking_lot v0.12.5
3052026-04-15T20:56:55.950Z Downloaded const-oid v0.9.6
3062026-04-15T20:56:55.954Z Downloaded getrandom v0.2.17
3072026-04-15T20:56:55.954Z Downloaded rand_core v0.9.5
3082026-04-15T20:56:55.957Z Downloaded supports-hyperlinks v3.2.0
3092026-04-15T20:56:55.961Z Downloaded miette-derive v7.6.0
3102026-04-15T20:56:55.965Z Downloaded typeid v1.0.3
3112026-04-15T20:56:55.968Z Downloaded signal-hook-registry v1.4.8
3122026-04-15T20:56:55.968Z Downloaded jobserver v0.1.34
3132026-04-15T20:56:55.971Z Downloaded slab v0.4.12
3142026-04-15T20:56:55.971Z Downloaded rand_core v0.6.4
3152026-04-15T20:56:55.971Z Downloaded anstyle v1.0.14
3162026-04-15T20:56:55.975Z Downloaded sha2 v0.10.9
3172026-04-15T20:56:55.975Z Downloaded self-replace v1.5.0
3182026-04-15T20:56:55.975Z Downloaded native-tls v0.2.18
3192026-04-15T20:56:55.978Z Downloaded target-spec-miette v0.4.6
3202026-04-15T20:56:55.981Z Downloaded thiserror-impl v2.0.18
3212026-04-15T20:56:55.981Z Downloaded target-lexicon v0.13.3
3222026-04-15T20:56:55.984Z Downloaded untrusted v0.9.0
3232026-04-15T20:56:55.984Z Downloaded unicode-linebreak v0.1.5
3242026-04-15T20:56:55.984Z Downloaded serde-untagged v0.1.9
3252026-04-15T20:56:55.984Z Downloaded serde_spanned v1.1.1
3262026-04-15T20:56:55.987Z Downloaded toml_write v0.1.2
3272026-04-15T20:56:55.988Z Downloaded urlencoding v2.1.3
3282026-04-15T20:56:55.988Z Downloaded globset v0.4.18
3292026-04-15T20:56:55.991Z Downloaded utf8_iter v1.0.4
3302026-04-15T20:56:55.991Z Downloaded tower-layer v0.3.3
3312026-04-15T20:56:55.991Z Downloaded static_assertions v1.1.0
3322026-04-15T20:56:55.991Z Downloaded ed25519-dalek v2.2.0
3332026-04-15T20:56:55.995Z Downloaded crc32fast v1.5.0
3342026-04-15T20:56:55.995Z Downloaded owo-colors v4.3.0
3352026-04-15T20:56:55.999Z Downloaded erased-serde v0.4.10
3362026-04-15T20:56:55.999Z Downloaded eyre v0.6.12
3372026-04-15T20:56:56.002Z Downloaded rustls-pki-types v1.14.0
3382026-04-15T20:56:56.002Z Downloaded quote v1.0.45
3392026-04-15T20:56:56.005Z Downloaded cfg-expr v0.20.7
3402026-04-15T20:56:56.005Z Downloaded swrite v0.1.0
3412026-04-15T20:56:56.008Z Downloaded simd-adler32 v0.3.9
3422026-04-15T20:56:56.008Z Downloaded rand_chacha v0.9.0
3432026-04-15T20:56:56.008Z Downloaded convert_case v0.10.0
3442026-04-15T20:56:56.011Z Downloaded thiserror v1.0.69
3452026-04-15T20:56:56.011Z Downloaded spki v0.7.3
3462026-04-15T20:56:56.016Z Downloaded quinn-udp v0.5.14
3472026-04-15T20:56:56.016Z Downloaded console v0.15.11
3482026-04-15T20:56:56.019Z Downloaded backtrace-ext v0.2.1
3492026-04-15T20:56:56.019Z Downloaded getrandom v0.4.2
3502026-04-15T20:56:56.019Z Downloaded xattr v1.6.1
3512026-04-15T20:56:56.022Z Downloaded pin-project v1.1.11
3522026-04-15T20:56:56.026Z Downloaded unicode-xid v0.2.6
3532026-04-15T20:56:56.030Z Downloaded toml_datetime v0.6.11
3542026-04-15T20:56:56.030Z Downloaded try-lock v0.2.5
3552026-04-15T20:56:56.030Z Downloaded version_check v0.9.5
3562026-04-15T20:56:56.030Z Downloaded getrandom v0.3.4
3572026-04-15T20:56:56.034Z Downloaded tracing-error v0.2.1
3582026-04-15T20:56:56.034Z Downloaded tower-service v0.3.3
3592026-04-15T20:56:56.034Z Downloaded camino v1.2.2
3602026-04-15T20:56:56.034Z Downloaded supports-color v3.0.2
3612026-04-15T20:56:56.038Z Downloaded utf8parse v0.2.2
3622026-04-15T20:56:56.038Z Downloaded shlex v1.3.0
3632026-04-15T20:56:56.038Z Downloaded quick-junit v0.5.2
3642026-04-15T20:56:56.041Z Downloaded toml_writer v1.1.1+spec-1.1.0
3652026-04-15T20:56:56.041Z Downloaded self_update v0.42.0
3662026-04-15T20:56:56.041Z Downloaded smallvec v1.15.1
3672026-04-15T20:56:56.046Z Downloaded semver v1.0.28
3682026-04-15T20:56:56.046Z Downloaded tokio-native-tls v0.3.1
3692026-04-15T20:56:56.046Z Downloaded fixedbitset v0.5.7
3702026-04-15T20:56:56.049Z Downloaded thread_local v1.1.9
3712026-04-15T20:56:56.049Z Downloaded smol_str v0.3.6
3722026-04-15T20:56:56.058Z Downloaded derive-where v1.6.1
3732026-04-15T20:56:56.062Z Downloaded ahash v0.8.12
3742026-04-15T20:56:56.065Z Downloaded want v0.3.1
3752026-04-15T20:56:56.065Z Downloaded serde_derive v1.0.228
3762026-04-15T20:56:56.068Z Downloaded thiserror-impl v1.0.69
3772026-04-15T20:56:56.072Z Downloaded num-traits v0.2.19
3782026-04-15T20:56:56.075Z Downloaded mio v1.2.0
3792026-04-15T20:56:56.078Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3802026-04-15T20:56:56.078Z Downloaded tempfile v3.27.0
3812026-04-15T20:56:56.082Z Downloaded zstd-safe v7.2.4
3822026-04-15T20:56:56.082Z Downloaded zstd v0.13.3
3832026-04-15T20:56:56.085Z Downloaded zeroize v1.8.2
3842026-04-15T20:56:56.085Z Downloaded thiserror v2.0.18
3852026-04-15T20:56:56.088Z Downloaded zmij v1.0.21
3862026-04-15T20:56:56.088Z Downloaded tokio-rustls v0.26.4
3872026-04-15T20:56:56.091Z Downloaded log v0.4.29
3882026-04-15T20:56:56.091Z Downloaded serde_core v1.0.228
3892026-04-15T20:56:56.095Z Downloaded unicase v2.9.0
3902026-04-15T20:56:56.095Z Downloaded openssl-sys v0.9.113
3912026-04-15T20:56:56.098Z Downloaded tracing-log v0.2.0
3922026-04-15T20:56:56.098Z Downloaded toml v0.8.23
3932026-04-15T20:56:56.101Z Downloaded tokio-stream v0.1.18
3942026-04-15T20:56:56.101Z Downloaded borsh v1.6.1
3952026-04-15T20:56:56.105Z Downloaded xxhash-rust v0.8.15
3962026-04-15T20:56:56.109Z Downloaded nextest-filtering v0.15.0
3972026-04-15T20:56:56.112Z Downloaded ryu v1.0.23
3982026-04-15T20:56:56.115Z Downloaded textwrap v0.16.2
3992026-04-15T20:56:56.115Z Downloaded signal-hook v0.3.18
4002026-04-15T20:56:56.118Z Downloaded flate2 v1.1.9
4012026-04-15T20:56:56.121Z Downloaded proc-macro2 v1.0.106
4022026-04-15T20:56:56.125Z Downloaded toml_parser v1.1.2+spec-1.1.0
4032026-04-15T20:56:56.128Z Downloaded zipsign-api v0.1.5
4042026-04-15T20:56:56.132Z Downloaded tracing-attributes v0.1.31
4052026-04-15T20:56:56.135Z Downloaded tar v0.4.45
4062026-04-15T20:56:56.135Z Downloaded tracing-core v0.1.36
4072026-04-15T20:56:56.138Z Downloaded indicatif v0.17.11
4082026-04-15T20:56:56.141Z Downloaded der v0.7.10
4092026-04-15T20:56:56.145Z Downloaded cc v1.2.60
4102026-04-15T20:56:56.154Z Downloaded target-spec v3.6.0
4112026-04-15T20:56:56.157Z Downloaded derive_more v2.1.1
4122026-04-15T20:56:56.162Z Downloaded tinyvec v1.11.0
4132026-04-15T20:56:56.166Z Downloaded sharded-slab v0.1.7
4142026-04-15T20:56:56.166Z Downloaded toml_edit v0.22.27
4152026-04-15T20:56:56.170Z Downloaded serde v1.0.228
4162026-04-15T20:56:56.173Z Downloaded toml v1.1.2+spec-1.1.0
4172026-04-15T20:56:56.176Z Downloaded rustls-webpki v0.103.12
4182026-04-15T20:56:56.179Z Downloaded memchr v2.8.0
4192026-04-15T20:56:56.182Z Downloaded derive_more-impl v2.1.1
4202026-04-15T20:56:56.182Z Downloaded socket2 v0.6.3
4212026-04-15T20:56:56.186Z Downloaded uuid v1.23.0
4222026-04-15T20:56:56.186Z Downloaded backtrace v0.3.76
4232026-04-15T20:56:56.190Z Downloaded hyper v1.9.0
4242026-04-15T20:56:56.193Z Downloaded unicode-ident v1.0.24
4252026-04-15T20:56:56.196Z Downloaded vte v0.14.1
4262026-04-15T20:56:56.199Z Downloaded typenum v1.19.0
4272026-04-15T20:56:56.202Z Downloaded reqwest v0.12.28
4282026-04-15T20:56:56.208Z Downloaded url v2.5.8
4292026-04-15T20:56:56.211Z Downloaded quinn v0.11.9
4302026-04-15T20:56:56.234Z Downloaded indexmap v2.14.0
4312026-04-15T20:56:56.252Z Downloaded crossterm v0.29.0
4322026-04-15T20:56:56.261Z Downloaded hashbrown v0.15.5
4332026-04-15T20:56:56.264Z Downloaded rand v0.9.4
4342026-04-15T20:56:56.268Z Downloaded unicode-segmentation v1.13.2
4352026-04-15T20:56:56.271Z Downloaded unicode-normalization v0.1.25
4362026-04-15T20:56:56.271Z Downloaded tower v0.5.3
4372026-04-15T20:56:56.275Z Downloaded chrono v0.4.44
4382026-04-15T20:56:56.279Z Downloaded tower-http v0.6.8
4392026-04-15T20:56:56.283Z Downloaded hashbrown v0.17.0
4402026-04-15T20:56:56.286Z Downloaded miette v7.6.0
4412026-04-15T20:56:56.289Z Downloaded h2 v0.4.13
4422026-04-15T20:56:56.292Z Downloaded aho-corasick v1.1.4
4432026-04-15T20:56:56.295Z Downloaded serde_json v1.0.149
4442026-04-15T20:56:56.299Z Downloaded ron v0.12.1
4452026-04-15T20:56:56.305Z Downloaded regex v1.12.3
4462026-04-15T20:56:56.308Z Downloaded futures-util v0.3.32
4472026-04-15T20:56:56.315Z Downloaded itertools v0.14.0
4482026-04-15T20:56:56.318Z Downloaded idna v1.1.0
4492026-04-15T20:56:56.321Z Downloaded guppy v0.17.25
4502026-04-15T20:56:56.329Z Downloaded iri-string v0.7.12
4512026-04-15T20:56:56.339Z Downloaded winnow v1.0.1
4522026-04-15T20:56:56.345Z Downloaded winnow v0.7.15
4532026-04-15T20:56:56.350Z Downloaded tokio-util v0.7.18
4542026-04-15T20:56:56.359Z Downloaded vcpkg v0.2.15
4552026-04-15T20:56:56.383Z Downloaded quick-xml v0.37.5
4562026-04-15T20:56:56.386Z Downloaded unicode-width v0.1.14
4572026-04-15T20:56:56.390Z Downloaded pulldown-cmark v0.13.3
4582026-04-15T20:56:56.393Z Downloaded gimli v0.32.3
4592026-04-15T20:56:56.397Z Downloaded curve25519-dalek v4.1.3
4602026-04-15T20:56:56.402Z Downloaded unicode-width v0.2.2
4612026-04-15T20:56:56.443Z Downloaded zerocopy v0.8.48
4622026-04-15T20:56:56.443Z Downloaded quick-xml v0.38.4
4632026-04-15T20:56:56.443Z Downloaded bstr v1.12.1
4642026-04-15T20:56:56.443Z Downloaded portable-atomic v1.13.1
4652026-04-15T20:56:56.463Z Downloaded color-eyre v0.6.5
4662026-04-15T20:56:56.467Z Downloaded quinn-proto v0.11.14
4672026-04-15T20:56:56.474Z Downloaded tracing-subscriber v0.3.23
4682026-04-15T20:56:56.484Z Downloaded tokio v1.52.0
4692026-04-15T20:56:56.506Z Downloaded webpki-roots v1.0.6
4702026-04-15T20:56:56.510Z Downloaded openssl v0.10.77
4712026-04-15T20:56:56.515Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4722026-04-15T20:56:56.536Z Downloaded nextest-runner v0.80.0
4732026-04-15T20:56:56.543Z Downloaded syn v2.0.117
4742026-04-15T20:56:56.551Z Downloaded nix v0.30.1
4752026-04-15T20:56:56.558Z Downloaded object v0.37.3
4762026-04-15T20:56:56.563Z Downloaded regex-syntax v0.8.10
4772026-04-15T20:56:56.568Z Downloaded rustls v0.23.38
4782026-04-15T20:56:56.589Z Downloaded rustix v0.38.44
4792026-04-15T20:56:56.612Z Downloaded rustix v1.1.4
4802026-04-15T20:56:56.634Z Downloaded tracing v0.1.44
4812026-04-15T20:56:56.680Z Downloaded regex-automata v0.4.14
4822026-04-15T20:56:56.725Z Downloaded petgraph v0.8.3
4832026-04-15T20:56:56.738Z Downloaded libc v0.2.185
4842026-04-15T20:56:56.796Z Downloaded recursion v0.5.4
4852026-04-15T20:56:56.811Z Downloaded ring v0.17.14
4862026-04-15T20:56:56.872Z Compiling proc-macro2 v1.0.106
4872026-04-15T20:56:56.876Z Compiling libc v0.2.185
4882026-04-15T20:56:56.876Z Compiling unicode-ident v1.0.24
4892026-04-15T20:56:56.876Z Compiling quote v1.0.45
4902026-04-15T20:56:56.876Z Compiling serde_core v1.0.228
4912026-04-15T20:56:56.876Z Compiling cfg-if v1.0.4
4922026-04-15T20:56:56.876Z Compiling memchr v2.8.0
4932026-04-15T20:56:57.020Z Compiling once_cell v1.21.4
4942026-04-15T20:56:57.117Z Compiling log v0.4.29
4952026-04-15T20:56:57.134Z Compiling pin-project-lite v0.2.17
4962026-04-15T20:56:57.233Z Compiling itoa v1.0.18
4972026-04-15T20:56:57.303Z Compiling serde v1.0.228
4982026-04-15T20:56:57.457Z Compiling futures-core v0.3.32
4992026-04-15T20:56:57.473Z Compiling bitflags v2.11.1
5002026-04-15T20:56:57.617Z Compiling smallvec v1.15.1
5012026-04-15T20:56:57.678Z Compiling hashbrown v0.17.0
5022026-04-15T20:56:57.864Z Compiling shlex v1.3.0
5032026-04-15T20:56:57.876Z Compiling find-msvc-tools v0.1.9
5042026-04-15T20:56:58.075Z Compiling errno v0.3.14
5052026-04-15T20:56:58.090Z Compiling equivalent v1.0.2
5062026-04-15T20:56:58.124Z Compiling jobserver v0.1.34
5072026-04-15T20:56:58.182Z Compiling signal-hook-registry v1.4.8
5082026-04-15T20:56:58.210Z Compiling bytes v1.11.1
5092026-04-15T20:56:58.248Z Compiling mio v1.2.0
5102026-04-15T20:56:58.349Z Compiling syn v2.0.117
5112026-04-15T20:56:58.368Z Compiling cc v1.2.60
5122026-04-15T20:56:58.407Z Compiling rustix v1.1.4
5132026-04-15T20:56:58.465Z Compiling futures-sink v0.3.32
5142026-04-15T20:56:58.584Z Compiling socket2 v0.6.3
5152026-04-15T20:56:58.717Z Compiling zmij v1.0.21
5162026-04-15T20:56:58.991Z Compiling slab v0.4.12
5172026-04-15T20:56:59.079Z Compiling futures-channel v0.3.32
5182026-04-15T20:56:59.148Z Compiling tracing-core v0.1.36
5192026-04-15T20:56:59.214Z Compiling version_check v0.9.5
5202026-04-15T20:56:59.354Z Compiling indexmap v2.14.0
5212026-04-15T20:56:59.424Z Compiling serde_json v1.0.149
5222026-04-15T20:56:59.532Z Compiling futures-io v0.3.32
5232026-04-15T20:56:59.686Z Compiling getrandom v0.4.2
5242026-04-15T20:56:59.700Z Compiling futures-task v0.3.32
5252026-04-15T20:56:59.861Z Compiling unicode-width v0.2.2
5262026-04-15T20:56:59.936Z Compiling camino v1.2.2
5272026-04-15T20:57:00.216Z Compiling ring v0.17.14
5282026-04-15T20:57:00.233Z Compiling http v1.4.0
5292026-04-15T20:57:00.263Z Compiling simd-adler32 v0.3.9
5302026-04-15T20:57:00.300Z Compiling adler2 v2.0.1
5312026-04-15T20:57:00.335Z Compiling percent-encoding v2.3.2
5322026-04-15T20:57:00.477Z Compiling zeroize v1.8.2
5332026-04-15T20:57:00.632Z Compiling autocfg v1.5.0
5342026-04-15T20:57:00.688Z Compiling miniz_oxide v0.8.9
5352026-04-15T20:57:01.015Z Compiling num-traits v0.2.19
5362026-04-15T20:57:01.156Z Compiling object v0.37.3
5372026-04-15T20:57:01.260Z Compiling getrandom v0.3.4
5382026-04-15T20:57:01.461Z Compiling target-lexicon v0.13.3
5392026-04-15T20:57:01.601Z Compiling zerocopy v0.8.48
5402026-04-15T20:57:01.926Z Compiling http-body v1.0.1
5412026-04-15T20:57:02.016Z Compiling rustls-pki-types v1.14.0
5422026-04-15T20:57:02.053Z Compiling semver v1.0.28
5432026-04-15T20:57:02.102Z Compiling getrandom v0.2.17
5442026-04-15T20:57:02.178Z Compiling gimli v0.32.3
5452026-04-15T20:57:02.192Z Compiling typenum v1.19.0
5462026-04-15T20:57:02.254Z Compiling serde_derive v1.0.228
5472026-04-15T20:57:02.310Z Compiling tokio-macros v2.7.0
5482026-04-15T20:57:02.472Z Compiling futures-macro v0.3.32
5492026-04-15T20:57:02.556Z Compiling tracing-attributes v0.1.31
5502026-04-15T20:57:02.751Z Compiling owo-colors v4.3.0
5512026-04-15T20:57:02.915Z Compiling signal-hook v0.3.18
5522026-04-15T20:57:03.091Z Compiling httparse v1.10.1
5532026-04-15T20:57:03.094Z Compiling tokio v1.52.0
5542026-04-15T20:57:03.136Z Compiling guppy-workspace-hack v0.1.0
5552026-04-15T20:57:03.348Z Compiling futures-util v0.3.32
5562026-04-15T20:57:03.364Z Compiling fnv v1.0.7
5572026-04-15T20:57:03.457Z Compiling thiserror v2.0.18
5582026-04-15T20:57:03.473Z Compiling untrusted v0.9.0
5592026-04-15T20:57:03.780Z Compiling thiserror-impl v2.0.18
5602026-04-15T20:57:03.840Z Compiling tracing v0.1.44
5612026-04-15T20:57:04.201Z Compiling addr2line v0.25.1
5622026-04-15T20:57:05.509Z Compiling form_urlencoded v1.2.2
5632026-04-15T20:57:05.682Z Compiling generic-array v0.14.7
5642026-04-15T20:57:05.788Z Compiling utf8_iter v1.0.4
5652026-04-15T20:57:05.822Z Compiling rustc-demangle v0.1.27
5662026-04-15T20:57:05.920Z Compiling try-lock v0.2.5
5672026-04-15T20:57:05.962Z Compiling fastrand v2.4.1
5682026-04-15T20:57:06.040Z Compiling tower-service v0.3.3
5692026-04-15T20:57:06.130Z Compiling pkg-config v0.3.33
5702026-04-15T20:57:06.146Z Compiling target-spec v3.6.0
5712026-04-15T20:57:06.308Z Compiling typeid v1.0.3
5722026-04-15T20:57:06.445Z Compiling rustls v0.23.38
5732026-04-15T20:57:06.598Z Compiling atomic-waker v1.1.2
5742026-04-15T20:57:06.609Z Compiling idna_adapter v1.0.0
5752026-04-15T20:57:06.666Z Compiling thiserror v1.0.69
5762026-04-15T20:57:06.712Z Compiling idna v1.1.0
5772026-04-15T20:57:06.779Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5782026-04-15T20:57:06.853Z Compiling tempfile v3.27.0
5792026-04-15T20:57:07.176Z Compiling tokio-util v0.7.18
5802026-04-15T20:57:07.205Z Compiling want v0.3.1
5812026-04-15T20:57:07.400Z Compiling cfg-expr v0.20.7
5822026-04-15T20:57:07.782Z Compiling h2 v0.4.13
5832026-04-15T20:57:08.023Z Compiling backtrace v0.3.76
5842026-04-15T20:57:08.475Z Compiling thiserror-impl v1.0.69
5852026-04-15T20:57:08.836Z Compiling terminal_size v0.4.4
5862026-04-15T20:57:08.959Z Compiling aho-corasick v1.1.4
5872026-04-15T20:57:09.001Z Compiling regex-syntax v0.8.10
5882026-04-15T20:57:09.234Z Compiling subtle v2.6.1
5892026-04-15T20:57:09.407Z Compiling winnow v0.7.15
5902026-04-15T20:57:09.687Z Compiling erased-serde v0.4.10
5912026-04-15T20:57:10.047Z Compiling rustls-webpki v0.103.12
5922026-04-15T20:57:11.378Z Compiling regex-automata v0.4.14
5932026-04-15T20:57:13.057Z Compiling hyper v1.9.0
5942026-04-15T20:57:14.707Z Compiling url v2.5.8
5952026-04-15T20:57:16.665Z Compiling serde_spanned v0.6.9
5962026-04-15T20:57:16.751Z Compiling toml_datetime v0.6.11
5972026-04-15T20:57:16.836Z Compiling ahash v0.8.12
5982026-04-15T20:57:16.850Z Compiling sync_wrapper v1.0.2
5992026-04-15T20:57:16.930Z Compiling crc32fast v1.5.0
6002026-04-15T20:57:16.972Z Compiling toml_write v0.1.2
6012026-04-15T20:57:17.087Z Compiling either v1.15.0
6022026-04-15T20:57:17.144Z Compiling ipnet v2.12.0
6032026-04-15T20:57:17.212Z Compiling is_ci v1.2.0
6042026-04-15T20:57:17.235Z Compiling nextest-workspace-hack v0.1.0
6052026-04-15T20:57:17.267Z Compiling lazy_static v1.5.0
6062026-04-15T20:57:17.322Z Compiling unicode-segmentation v1.13.2
6072026-04-15T20:57:17.364Z Compiling base64 v0.22.1
6082026-04-15T20:57:17.379Z Compiling unicode-linebreak v0.1.5
6092026-04-15T20:57:17.461Z Compiling portable-atomic v1.13.1
6102026-04-15T20:57:17.667Z Compiling tower-layer v0.3.3
6112026-04-15T20:57:17.748Z Compiling foldhash v0.1.5
6122026-04-15T20:57:17.883Z Compiling parking_lot_core v0.9.12
6132026-04-15T20:57:17.883Z Compiling hashbrown v0.15.5
6142026-04-15T20:57:17.976Z Compiling tower v0.5.3
6152026-04-15T20:57:17.989Z Compiling convert_case v0.10.0
6162026-04-15T20:57:18.183Z Compiling hyper-util v0.1.20
6172026-04-15T20:57:18.259Z Compiling textwrap v0.16.2
6182026-04-15T20:57:18.398Z Compiling sharded-slab v0.1.7
6192026-04-15T20:57:18.546Z Compiling supports-color v3.0.2
6202026-04-15T20:57:18.632Z Compiling toml_edit v0.22.27
6212026-04-15T20:57:19.017Z Compiling tokio-rustls v0.26.4
6222026-04-15T20:57:19.324Z Compiling backtrace-ext v0.2.1
6232026-04-15T20:57:19.422Z Compiling ordered-float v2.10.1
6242026-04-15T20:57:19.596Z Compiling webpki-roots v1.0.6
6252026-04-15T20:57:19.686Z Compiling miette-derive v7.6.0
6262026-04-15T20:57:19.706Z Compiling pathdiff v0.2.3
6272026-04-15T20:57:19.723Z Compiling console v0.15.11
6282026-04-15T20:57:19.843Z Compiling tracing-log v0.2.0
6292026-04-15T20:57:20.236Z Compiling cargo-platform v0.3.2
6302026-04-15T20:57:20.814Z Compiling os_pipe v1.2.3
6312026-04-15T20:57:20.846Z Compiling thread_local v1.1.9
6322026-04-15T20:57:20.898Z Compiling rustix v0.38.44
6332026-04-15T20:57:20.999Z Compiling ryu v1.0.23
6342026-04-15T20:57:21.092Z Compiling debug-ignore v1.0.5
6352026-04-15T20:57:21.208Z Compiling utf8parse v0.2.2
6362026-04-15T20:57:21.220Z Compiling pulldown-cmark v0.13.3
6372026-04-15T20:57:21.245Z Compiling supports-hyperlinks v3.2.0
6382026-04-15T20:57:21.296Z Compiling scopeguard v1.2.0
6392026-04-15T20:57:21.323Z Compiling unicode-width v0.1.14
6402026-04-15T20:57:21.411Z Compiling supports-unicode v3.0.0
6412026-04-15T20:57:21.470Z Compiling iri-string v0.7.12
6422026-04-15T20:57:21.593Z Compiling fixedbitset v0.5.7
6432026-04-15T20:57:21.632Z Compiling cfg_aliases v0.2.1
6442026-04-15T20:57:21.711Z Compiling winnow v1.0.1
6452026-04-15T20:57:21.770Z Compiling zstd-safe v7.2.4
6462026-04-15T20:57:22.014Z Compiling petgraph v0.8.3
6472026-04-15T20:57:22.169Z Compiling nix v0.30.1
6482026-04-15T20:57:22.561Z Compiling miette v7.6.0
6492026-04-15T20:57:22.977Z Compiling tower-http v0.6.8
6502026-04-15T20:57:23.196Z Compiling toml_parser v1.1.2+spec-1.1.0
6512026-04-15T20:57:24.015Z Compiling lock_api v0.4.14
6522026-04-15T20:57:24.028Z Compiling anstyle-parse v1.0.0
6532026-04-15T20:57:24.269Z Compiling serde_urlencoded v0.7.1
6542026-04-15T20:57:24.281Z Compiling tracing-subscriber v0.3.23
6552026-04-15T20:57:24.331Z Compiling sigchld v0.2.4
6562026-04-15T20:57:24.547Z Compiling cargo_metadata v0.23.1
6572026-04-15T20:57:24.572Z Compiling toml v0.8.23
6582026-04-15T20:57:24.700Z Compiling hyper-rustls v0.27.9
6592026-04-15T20:57:25.445Z Compiling serde-value v0.7.0
6602026-04-15T20:57:26.181Z Compiling serde-untagged v0.1.9
6612026-04-15T20:57:27.023Z Compiling derive_more-impl v2.1.1
6622026-04-15T20:57:27.551Z Compiling itertools v0.14.0
6632026-04-15T20:57:27.675Z Compiling crypto-common v0.1.7
6642026-04-15T20:57:27.837Z Compiling block-buffer v0.10.4
6652026-04-15T20:57:27.857Z Compiling regex v1.12.3
6662026-04-15T20:57:27.982Z Compiling ppv-lite86 v0.2.21
6672026-04-15T20:57:28.248Z Compiling futures-executor v0.3.32
6682026-04-15T20:57:28.333Z Compiling rand_core v0.9.5
6692026-04-15T20:57:28.437Z Compiling pin-project-internal v1.1.11
6702026-04-15T20:57:28.604Z Compiling http-body-util v0.1.3
6712026-04-15T20:57:28.804Z Compiling uuid v1.23.0
6722026-04-15T20:57:28.899Z Compiling smol_str v0.3.6
6732026-04-15T20:57:29.112Z Compiling toml_datetime v1.1.1+spec-1.1.0
6742026-04-15T20:57:29.258Z Compiling serde_spanned v1.1.1
6752026-04-15T20:57:29.324Z Compiling filetime v0.2.27
6762026-04-15T20:57:29.365Z Compiling bstr v1.12.1
6772026-04-15T20:57:29.429Z Compiling vte v0.14.1
6782026-04-15T20:57:29.532Z Compiling colorchoice v1.0.5
6792026-04-15T20:57:29.536Z Compiling eyre v0.6.12
6802026-04-15T20:57:29.561Z Compiling unicase v2.9.0
6812026-04-15T20:57:29.655Z Compiling number_prefix v0.4.0
6822026-04-15T20:57:29.680Z Compiling litrs v1.0.0
6832026-04-15T20:57:29.756Z Compiling xattr v1.6.1
6842026-04-15T20:57:29.857Z Compiling static_assertions v1.1.0
6852026-04-15T20:57:29.931Z Compiling unicode-xid v0.2.6
6862026-04-15T20:57:29.944Z Compiling iana-time-zone v0.1.65
6872026-04-15T20:57:29.957Z Compiling nested v0.1.1
6882026-04-15T20:57:30.074Z Compiling color-spantrace v0.3.0
6892026-04-15T20:57:30.130Z Compiling is_terminal_polyfill v1.70.2
6902026-04-15T20:57:30.155Z Compiling tinyvec_macros v0.1.1
6912026-04-15T20:57:30.231Z Compiling anstyle v1.0.14
6922026-04-15T20:57:30.245Z Compiling self_update v0.42.0
6932026-04-15T20:57:30.259Z Compiling anstyle-query v1.1.5
6942026-04-15T20:57:30.376Z Compiling tinyvec v1.11.0
6952026-04-15T20:57:30.403Z Compiling document-features v0.2.12
6962026-04-15T20:57:30.439Z Compiling anstream v1.0.0
6972026-04-15T20:57:30.510Z Compiling guppy v0.17.25
6982026-04-15T20:57:30.522Z Compiling chrono v0.4.44
6992026-04-15T20:57:30.823Z Compiling cargo-util-schemas v0.2.0
7002026-04-15T20:57:30.943Z Compiling tar v0.4.45
7012026-04-15T20:57:31.269Z Compiling globset v0.4.18
7022026-04-15T20:57:31.493Z Compiling indicatif v0.17.11
7032026-04-15T20:57:32.524Z Compiling strip-ansi-escapes v0.2.1
7042026-04-15T20:57:33.064Z Compiling pin-project v1.1.11
7052026-04-15T20:57:33.177Z Compiling toml v1.1.2+spec-1.1.0
7062026-04-15T20:57:33.355Z Compiling nextest-metadata v0.12.2
7072026-04-15T20:57:33.610Z Compiling newtype-uuid v1.3.2
7082026-04-15T20:57:33.820Z Compiling reqwest v0.12.28
7092026-04-15T20:57:33.993Z Compiling rand_chacha v0.9.0
7102026-04-15T20:57:34.604Z Compiling futures v0.3.32
7112026-04-15T20:57:34.607Z Compiling digest v0.10.7
7122026-04-15T20:57:34.743Z Compiling derive_more v2.1.1
7132026-04-15T20:57:34.805Z Compiling parking_lot v0.12.5
7142026-04-15T20:57:34.836Z Compiling flate2 v1.1.9
7152026-04-15T20:57:34.881Z Compiling tracing-error v0.2.1
7162026-04-15T20:57:35.143Z Compiling shared_child v1.1.1
7172026-04-15T20:57:35.773Z Compiling signal-hook-mio v0.2.5
7182026-04-15T20:57:35.892Z Compiling self-replace v1.5.0
7192026-04-15T20:57:35.925Z Compiling cargo-platform v0.2.0
7202026-04-15T20:57:36.192Z Compiling quick-xml v0.37.5
7212026-04-15T20:57:36.493Z Compiling quick-xml v0.38.4
7222026-04-15T20:57:36.578Z Compiling shell-words v1.1.1
7232026-04-15T20:57:36.750Z Compiling humantime v2.3.0
7242026-04-15T20:57:36.844Z Compiling heck v0.5.0
7252026-04-15T20:57:37.055Z Compiling strsim v0.11.1
7262026-04-15T20:57:37.190Z Compiling indenter v0.3.4
7272026-04-15T20:57:37.329Z Compiling recursion v0.5.4
7282026-04-15T20:57:37.478Z Compiling urlencoding v2.1.3
7292026-04-15T20:57:37.741Z Compiling clap_lex v1.1.0
7302026-04-15T20:57:38.003Z Compiling cpufeatures v0.2.17
7312026-04-15T20:57:38.087Z Compiling sha2 v0.10.9
7322026-04-15T20:57:38.133Z Compiling clap_builder v4.6.0
7332026-04-15T20:57:38.133Z Compiling clap_derive v4.6.1
7342026-04-15T20:57:38.738Z Compiling nextest-filtering v0.15.0
7352026-04-15T20:57:39.842Z Compiling quick-junit v0.5.2
7362026-04-15T20:57:39.975Z Compiling humantime-serde v1.1.1
7372026-04-15T20:57:40.144Z Compiling cargo_metadata v0.20.0
7382026-04-15T20:57:42.800Z Compiling atomicwrites v0.4.4
7392026-04-15T20:57:43.021Z Compiling crossterm v0.29.0
7402026-04-15T20:57:43.104Z Compiling cargo-nextest v0.9.97
7412026-04-15T20:57:44.320Z Compiling duct v0.13.7
7422026-04-15T20:57:44.732Z Compiling zstd v0.13.3
7432026-04-15T20:57:44.988Z Compiling async-scoped v0.9.0
7442026-04-15T20:57:45.062Z Compiling rand v0.9.4
7452026-04-15T20:57:45.202Z Compiling config v0.15.22
7462026-04-15T20:57:45.202Z Compiling unicode-normalization v0.1.25
7472026-04-15T20:57:45.516Z Compiling target-spec-miette v0.4.6
7482026-04-15T20:57:45.857Z Compiling future-queue v0.4.0
7492026-04-15T20:57:45.891Z Compiling mukti-metadata v0.3.0
7502026-04-15T20:57:45.953Z Compiling tokio-stream v0.1.18
7512026-04-15T20:57:46.148Z Compiling camino-tempfile v1.4.1
7522026-04-15T20:57:46.214Z Compiling derive-where v1.6.1
7532026-04-15T20:57:46.406Z Compiling serde_ignored v0.1.14
7542026-04-15T20:57:46.470Z Compiling serde_path_to_error v0.1.20
7552026-04-15T20:57:46.508Z Compiling xxhash-rust v0.8.15
7562026-04-15T20:57:46.641Z Compiling indent_write v2.2.0
7572026-04-15T20:57:46.700Z Compiling home v0.5.12
7582026-04-15T20:57:46.740Z Compiling swrite v0.1.0
7592026-04-15T20:57:46.797Z Compiling hex v0.4.3
7602026-04-15T20:57:46.850Z Compiling color-eyre v0.6.5
7612026-04-15T20:57:46.887Z Compiling clap v4.6.1
7622026-04-15T20:57:46.931Z Compiling dialoguer v0.11.0
7632026-04-15T20:57:46.975Z Compiling enable-ansi-support v0.2.1
7642026-04-15T20:57:47.501Z Compiling nextest-runner v0.80.0
7652026-04-15T20:58:06.538Z Finished `release` profile [optimized] target(s) in 1m 13s
7662026-04-15T20:58:06.728Z Installing /home/build/.cargo/bin/cargo-nextest
7672026-04-15T20:58:06.731Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7682026-04-15T20:58:06.857Z+ pushd rdb
7692026-04-15T20:58:06.860Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7702026-04-15T20:58:06.860Z+ cargo nextest run
7712026-04-15T20:58:07.018Z Updating git repository `https://github.com/oxidecomputer/falcon`
7722026-04-15T20:58:07.613ZFrom https://github.com/oxidecomputer/falcon
7732026-04-15T20:58:07.613Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7742026-04-15T20:58:07.691Z Updating crates.io index
7752026-04-15T20:58:07.876Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7762026-04-15T20:58:08.589ZFrom https://github.com/oxidecomputer/dendrite
7772026-04-15T20:58:08.589Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7782026-04-15T20:58:08.889Z Updating git repository `https://github.com/oxidecomputer/ispf`
7792026-04-15T20:58:09.151ZFrom https://github.com/oxidecomputer/ispf
7802026-04-15T20:58:09.151Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7812026-04-15T20:58:09.157Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7822026-04-15T20:58:09.498ZFrom https://github.com/oxidecomputer/netadm-sys
7832026-04-15T20:58:09.498Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7842026-04-15T20:58:09.505Z Updating git repository `https://github.com/oxidecomputer/omicron`
7852026-04-15T20:58:17.312ZFrom https://github.com/oxidecomputer/omicron
7862026-04-15T20:58:17.312Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7872026-04-15T20:58:17.711Z Updating git repository `https://github.com/oxidecomputer/opte`
7882026-04-15T20:58:18.279ZFrom https://github.com/oxidecomputer/opte
7892026-04-15T20:58:18.279Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
7902026-04-15T20:58:18.942Z Updating git repository `https://github.com/illumos/smf-rs`
7912026-04-15T20:58:19.183ZFrom https://github.com/illumos/smf-rs
7922026-04-15T20:58:19.183Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7932026-04-15T20:58:19.780Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7942026-04-15T20:58:20.065ZFrom https://github.com/oxidecomputer/network-interface
7952026-04-15T20:58:20.065Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7962026-04-15T20:58:20.233Z Updating git repository `https://github.com/oxidecomputer/zone`
7972026-04-15T20:58:20.524ZFrom https://github.com/oxidecomputer/zone
7982026-04-15T20:58:20.524Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7992026-04-15T20:58:20.656Z Updating git repository `https://github.com/oxidecomputer/propolis`
8002026-04-15T20:58:21.829ZFrom https://github.com/oxidecomputer/propolis
8012026-04-15T20:58:21.829Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8022026-04-15T20:58:22.200Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8032026-04-15T20:58:22.714ZFrom https://github.com/oxidecomputer/transceiver-control
8042026-04-15T20:58:22.714Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8052026-04-15T20:58:22.726Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8062026-04-15T20:58:22.975ZFrom https://github.com/oxidecomputer/dlpi-sys
8072026-04-15T20:58:22.975Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8082026-04-15T20:58:23.028Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8092026-04-15T20:58:23.328ZFrom https://github.com/jmesmon/rust-libzfs
8102026-04-15T20:58:23.328Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8112026-04-15T20:58:23.336Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8122026-04-15T20:58:23.602ZFrom https://github.com/oxidecomputer/rusty-doors
8132026-04-15T20:58:23.602Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8142026-04-15T20:58:23.848Z Updating git repository `https://github.com/oxidecomputer/lldp`
8152026-04-15T20:58:24.190ZFrom https://github.com/oxidecomputer/lldp
8162026-04-15T20:58:24.190Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8172026-04-15T20:58:24.673Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8182026-04-15T20:58:24.938ZFrom https://github.com/oxidecomputer/slog-error-chain
8192026-04-15T20:58:24.938Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8202026-04-15T20:58:24.992Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8212026-04-15T20:58:25.297ZFrom https://github.com/oxidecomputer/tufaceous
8222026-04-15T20:58:25.297Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8232026-04-15T20:58:25.643Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8242026-04-15T20:58:26.134ZFrom https://github.com/oxidecomputer/management-gateway-service
8252026-04-15T20:58:26.134Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8262026-04-15T20:58:26.146Z Updating git repository `https://github.com/oxidecomputer/crucible`
8272026-04-15T20:58:26.966ZFrom https://github.com/oxidecomputer/crucible
8282026-04-15T20:58:26.966Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8292026-04-15T20:58:27.647Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8302026-04-15T20:58:27.916ZFrom https://github.com/oxidecomputer/serde_human_bytes
8312026-04-15T20:58:27.916Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8322026-04-15T20:58:28.832Z Updating git repository `https://github.com/oxidecomputer/propolis`
8332026-04-15T20:58:29.214ZFrom https://github.com/oxidecomputer/propolis
8342026-04-15T20:58:29.214Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8352026-04-15T20:58:29.320Z Updating git repository `https://github.com/oxidecomputer/tofino`
8362026-04-15T20:58:29.593ZFrom https://github.com/oxidecomputer/tofino
8372026-04-15T20:58:29.593Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8382026-04-15T20:58:29.645Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8392026-04-15T20:58:30.156ZFrom https://github.com/oxidecomputer/maghemite
8402026-04-15T20:58:30.156Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8412026-04-15T20:58:30.321Z Updating git repository `https://github.com/oxidecomputer/clickward`
8422026-04-15T20:58:30.593ZFrom https://github.com/oxidecomputer/clickward
8432026-04-15T20:58:30.593Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8442026-04-15T20:58:31.183Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8452026-04-15T20:58:31.431ZFrom https://github.com/oxidecomputer/illumos-devinfo
8462026-04-15T20:58:31.431Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8472026-04-15T20:58:31.852Z Updating git repository `https://github.com/oxidecomputer/crucible`
8482026-04-15T20:58:32.186ZFrom https://github.com/oxidecomputer/crucible
8492026-04-15T20:58:32.186Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8502026-04-15T20:58:34.621Z Downloading crates ...
8512026-04-15T20:58:34.777Z Downloaded aead v0.5.2
8522026-04-15T20:58:34.805Z Downloaded backon v1.6.0
8532026-04-15T20:58:34.820Z Downloaded ciborium-io v0.2.2
8542026-04-15T20:58:34.823Z Downloaded cobs v0.3.0
8552026-04-15T20:58:34.827Z Downloaded enum-as-inner v0.6.1
8562026-04-15T20:58:34.844Z Downloaded erased-serde v0.3.31
8572026-04-15T20:58:34.848Z Downloaded async-stream-impl v0.3.6
8582026-04-15T20:58:34.852Z Downloaded ciborium-ll v0.2.2
8592026-04-15T20:58:34.855Z Downloaded embedded-io v0.4.0
8602026-04-15T20:58:34.859Z Downloaded fixedbitset v0.4.2
8612026-04-15T20:58:34.859Z Downloaded argon2 v0.5.3
8622026-04-15T20:58:34.862Z Downloaded fastrand v2.3.0
8632026-04-15T20:58:34.862Z Downloaded dunce v1.0.5
8642026-04-15T20:58:34.877Z Downloaded crucible-workspace-hack v0.1.0
8652026-04-15T20:58:34.881Z Downloaded const-random-macro v0.1.16
8662026-04-15T20:58:34.885Z Downloaded const-random v0.1.18
8672026-04-15T20:58:34.885Z Downloaded hostname v0.3.1
8682026-04-15T20:58:34.888Z Downloaded is-terminal v0.4.17
8692026-04-15T20:58:34.888Z Downloaded foreign-types-macros v0.2.3
8702026-04-15T20:58:34.891Z Downloaded gethostname v0.5.0
8712026-04-15T20:58:34.903Z Downloaded hash32 v0.3.1
8722026-04-15T20:58:34.906Z Downloaded async-stream v0.3.6
8732026-04-15T20:58:34.909Z Downloaded fxhash v0.2.1
8742026-04-15T20:58:34.912Z Downloaded base16ct v1.0.0
8752026-04-15T20:58:34.915Z Downloaded inout v0.1.4
8762026-04-15T20:58:34.915Z Downloaded darling_macro v0.21.3
8772026-04-15T20:58:34.915Z Downloaded instant v0.1.13
8782026-04-15T20:58:34.922Z Downloaded memoffset v0.9.1
8792026-04-15T20:58:34.925Z Downloaded hubpack v0.1.2
8802026-04-15T20:58:34.971Z Downloaded arrayref v0.3.9
8812026-04-15T20:58:34.971Z Downloaded async-recursion v1.1.1
8822026-04-15T20:58:34.971Z Downloaded bit-set v0.8.0
8832026-04-15T20:58:34.971Z Downloaded hostname v0.4.2
8842026-04-15T20:58:34.971Z Downloaded heck v0.4.1
8852026-04-15T20:58:34.971Z Downloaded defmt-parser v1.0.0
8862026-04-15T20:58:34.971Z Downloaded match_cfg v0.1.0
8872026-04-15T20:58:34.971Z Downloaded crc8 v0.1.1
8882026-04-15T20:58:34.971Z Downloaded crunchy v0.2.4
8892026-04-15T20:58:34.971Z Downloaded convert_case v0.4.0
8902026-04-15T20:58:34.971Z Downloaded compression-core v0.4.31
8912026-04-15T20:58:34.971Z Downloaded defmt v0.3.100
8922026-04-15T20:58:34.971Z Downloaded ident_case v1.0.1
8932026-04-15T20:58:34.971Z Downloaded darling_macro v0.23.0
8942026-04-15T20:58:34.971Z Downloaded macaddr v1.0.1
8952026-04-15T20:58:34.971Z Downloaded cstr-argument v0.1.2
8962026-04-15T20:58:34.971Z Downloaded httpdate v1.0.3
8972026-04-15T20:58:34.975Z Downloaded foreign-types-shared v0.3.1
8982026-04-15T20:58:34.981Z Downloaded dtrace-parser v0.3.0
8992026-04-15T20:58:34.984Z Downloaded dtrace-parser v0.2.0
9002026-04-15T20:58:34.987Z Downloaded num v0.4.3
9012026-04-15T20:58:34.987Z Downloaded dyn-clone v1.0.20
9022026-04-15T20:58:34.990Z Downloaded idna_adapter v1.2.1
9032026-04-15T20:58:34.990Z Downloaded hubpack_derive v0.1.1
9042026-04-15T20:58:34.990Z Downloaded embedded-io v0.6.1
9052026-04-15T20:58:35.006Z Downloaded git-stub v1.0.0
9062026-04-15T20:58:35.010Z Downloaded internet-checksum v0.2.1
9072026-04-15T20:58:35.014Z Downloaded keccak v0.1.6
9082026-04-15T20:58:35.018Z Downloaded natord v1.0.9
9092026-04-15T20:58:35.021Z Downloaded num-conv v0.2.1
9102026-04-15T20:58:35.034Z Downloaded managed v0.8.0
9112026-04-15T20:58:35.044Z Downloaded num-derive v0.3.3
9122026-04-15T20:58:35.048Z Downloaded newtype_derive v0.1.6
9132026-04-15T20:58:35.059Z Downloaded libscf-sys v1.1.0
9142026-04-15T20:58:35.062Z Downloaded no-std-compat v0.4.1
9152026-04-15T20:58:35.065Z Downloaded float-ord v0.3.2
9162026-04-15T20:58:35.068Z Downloaded linked-hash-map v0.5.6
9172026-04-15T20:58:35.073Z Downloaded num-derive v0.4.2
9182026-04-15T20:58:35.086Z Downloaded dof v0.4.0
9192026-04-15T20:58:35.089Z Downloaded newline-converter v0.3.0
9202026-04-15T20:58:35.092Z Downloaded memmap v0.7.0
9212026-04-15T20:58:35.092Z Downloaded dropshot-api-manager-types v0.7.0
9222026-04-15T20:58:35.109Z Downloaded cipher v0.4.4
9232026-04-15T20:58:35.121Z Downloaded num-iter v0.1.45
9242026-04-15T20:58:35.124Z Downloaded mime v0.3.17
9252026-04-15T20:58:35.130Z Downloaded newtype-uuid-macros v0.1.0
9262026-04-15T20:58:35.137Z Downloaded opaque-debug v0.3.1
9272026-04-15T20:58:35.140Z Downloaded num_threads v0.1.7
9282026-04-15T20:58:35.144Z Downloaded num_enum_derive v0.5.11
9292026-04-15T20:58:35.155Z Downloaded omicron-workspace-hack v0.1.0
9302026-04-15T20:58:35.163Z Downloaded parse-display v0.10.0
9312026-04-15T20:58:35.171Z Downloaded phf_shared v0.12.1
9322026-04-15T20:58:35.174Z Downloaded plain v0.2.3
9332026-04-15T20:58:35.184Z Downloaded potential_utf v0.1.4
9342026-04-15T20:58:35.187Z Downloaded daft-derive v0.1.5
9352026-04-15T20:58:35.193Z Downloaded defmt-macros v1.0.1
9362026-04-15T20:58:35.197Z Downloaded cpufeatures v0.3.0
9372026-04-15T20:58:35.197Z Downloaded bitflags v1.3.2
9382026-04-15T20:58:35.201Z Downloaded powerfmt v0.2.0
9392026-04-15T20:58:35.201Z Downloaded data-encoding v2.10.0
9402026-04-15T20:58:35.206Z Downloaded pretty-hex v0.4.2
9412026-04-15T20:58:35.211Z Downloaded bit-vec v0.8.0
9422026-04-15T20:58:35.215Z Downloaded proc-macro-error-attr2 v2.0.0
9432026-04-15T20:58:35.218Z Downloaded byte-wrapper v0.1.0
9442026-04-15T20:58:35.218Z Downloaded proc-macro-crate v3.5.0
9452026-04-15T20:58:35.221Z Downloaded ff v0.13.1
9462026-04-15T20:58:35.224Z Downloaded critical-section v1.2.0
9472026-04-15T20:58:35.227Z Downloaded async-trait v0.1.89
9482026-04-15T20:58:35.230Z Downloaded ingot v0.1.1
9492026-04-15T20:58:35.236Z Downloaded compression-codecs v0.4.37
9502026-04-15T20:58:35.239Z Downloaded daft v0.1.5
9512026-04-15T20:58:35.242Z Downloaded displaydoc v0.2.5
9522026-04-15T20:58:35.246Z Downloaded git-stub-vcs v0.1.0
9532026-04-15T20:58:35.252Z Downloaded ingot-types v0.1.2
9542026-04-15T20:58:35.271Z Downloaded num-integer v0.1.46
9552026-04-15T20:58:35.277Z Downloaded derive-ex v0.1.8
9562026-04-15T20:58:35.281Z Downloaded base16ct v0.2.0
9572026-04-15T20:58:35.289Z Downloaded arrayvec v0.7.6
9582026-04-15T20:58:35.295Z Downloaded linear-map v1.2.0
9592026-04-15T20:58:35.299Z Downloaded highway v1.3.0
9602026-04-15T20:58:35.299Z Downloaded deranged v0.5.8
9612026-04-15T20:58:35.302Z Downloaded foreign-types v0.5.0
9622026-04-15T20:58:35.306Z Downloaded lru-cache v0.1.2
9632026-04-15T20:58:35.315Z Downloaded constant_time_eq v0.4.2
9642026-04-15T20:58:35.318Z Downloaded cmake v0.1.58
9652026-04-15T20:58:35.321Z Downloaded libsw-core v0.3.2
9662026-04-15T20:58:35.321Z Downloaded const_format_proc_macros v0.2.34
9672026-04-15T20:58:35.325Z Downloaded byteorder v1.5.0
9682026-04-15T20:58:35.325Z Downloaded bcs v0.1.6
9692026-04-15T20:58:35.332Z Downloaded multer v3.1.0
9702026-04-15T20:58:35.337Z Downloaded ipnetwork v0.21.1
9712026-04-15T20:58:35.347Z Downloaded drift v0.1.3
9722026-04-15T20:58:35.350Z Downloaded num-complex v0.4.6
9732026-04-15T20:58:35.353Z Downloaded foldhash v0.2.0
9742026-04-15T20:58:35.353Z Downloaded dof v0.3.0
9752026-04-15T20:58:35.357Z Downloaded darling v0.23.0
9762026-04-15T20:58:35.361Z Downloaded proc-macro-error-attr v1.0.4
9772026-04-15T20:58:35.361Z Downloaded console v0.16.3
9782026-04-15T20:58:35.364Z Downloaded ciborium v0.2.2
9792026-04-15T20:58:35.367Z Downloaded colored v3.1.1
9802026-04-15T20:58:35.375Z Downloaded proc-macro-crate v1.3.1
9812026-04-15T20:58:35.380Z Downloaded progenitor-macro v0.10.0
9822026-04-15T20:58:35.383Z Downloaded num_enum_derive v0.7.6
9832026-04-15T20:58:35.383Z Downloaded csv-core v0.1.13
9842026-04-15T20:58:35.386Z Downloaded progenitor-macro v0.11.2
9852026-04-15T20:58:35.386Z Downloaded progenitor-macro v0.13.0
9862026-04-15T20:58:35.394Z Downloaded num_enum v0.5.11
9872026-04-15T20:58:35.398Z Downloaded num-rational v0.4.2
9882026-04-15T20:58:35.401Z Downloaded quick-error v1.2.3
9892026-04-15T20:58:35.401Z Downloaded paste v1.0.15
9902026-04-15T20:58:35.404Z Downloaded oxide-tokio-rt v0.1.3
9912026-04-15T20:58:35.407Z Downloaded progenitor-client v0.10.0
9922026-04-15T20:58:35.416Z Downloaded num_enum v0.7.6
9932026-04-15T20:58:35.427Z Downloaded ref-cast v1.0.25
9942026-04-15T20:58:35.430Z Downloaded password-hash v0.5.0
9952026-04-15T20:58:35.433Z Downloaded oxnet v0.1.4
9962026-04-15T20:58:35.437Z Downloaded pkg-config v0.3.32
9972026-04-15T20:58:35.437Z Downloaded parse-display-derive v0.10.0
9982026-04-15T20:58:35.437Z Downloaded parking_lot_core v0.8.6
9992026-04-15T20:58:35.442Z Downloaded poly1305 v0.8.0
10002026-04-15T20:58:35.447Z Downloaded blake2 v0.10.6
10012026-04-15T20:58:35.451Z Downloaded pem v3.0.6
10022026-04-15T20:58:35.455Z Downloaded progenitor v0.11.2
10032026-04-15T20:58:35.463Z Downloaded ref-cast-impl v1.0.25
10042026-04-15T20:58:35.466Z Downloaded rand_xorshift v0.4.0
10052026-04-15T20:58:35.471Z Downloaded cookie v0.18.1
10062026-04-15T20:58:35.475Z Downloaded crossbeam-deque v0.8.6
10072026-04-15T20:58:35.475Z Downloaded backoff v0.4.0
10082026-04-15T20:58:35.478Z Downloaded crossbeam-utils v0.8.21
10092026-04-15T20:58:35.487Z Downloaded hmac v0.12.1
10102026-04-15T20:58:35.499Z Downloaded darling v0.21.3
10112026-04-15T20:58:35.502Z Downloaded diff v0.1.13
10122026-04-15T20:58:35.506Z Downloaded clap_derive v4.6.0
10132026-04-15T20:58:35.509Z Downloaded fs_extra v1.3.0
10142026-04-15T20:58:35.509Z Downloaded fs-err v3.3.0
10152026-04-15T20:58:35.513Z Downloaded chacha20 v0.9.1
10162026-04-15T20:58:35.513Z Downloaded cancel-safe-futures v0.1.5
10172026-04-15T20:58:35.523Z Downloaded cargo_toml v0.22.3
10182026-04-15T20:58:35.527Z Downloaded bitflags v2.11.0
10192026-04-15T20:58:35.553Z Downloaded anyhow v1.0.102
10202026-04-15T20:58:35.557Z Downloaded phf v0.12.1
10212026-04-15T20:58:35.560Z Downloaded allocator-api2 v0.2.21
10222026-04-15T20:58:35.563Z Downloaded libsw v3.5.0
10232026-04-15T20:58:35.563Z Downloaded memmap2 v0.9.10
10242026-04-15T20:58:35.566Z Downloaded rustc_version v0.1.7
10252026-04-15T20:58:35.566Z Downloaded hyper-rustls v0.27.7
10262026-04-15T20:58:35.569Z Downloaded ingot-macros v0.1.1
10272026-04-15T20:58:35.569Z Downloaded glob v0.3.3
10282026-04-15T20:58:35.569Z Downloaded litemap v0.8.1
10292026-04-15T20:58:35.588Z Downloaded same-file v1.0.6
10302026-04-15T20:58:35.603Z Downloaded omicron-zone-package v0.12.2
10312026-04-15T20:58:35.608Z Downloaded scroll_derive v0.12.1
10322026-04-15T20:58:35.611Z Downloaded rand_chacha v0.3.1
10332026-04-15T20:58:35.611Z Downloaded progenitor-client v0.13.0
10342026-04-15T20:58:35.612Z Downloaded progenitor v0.10.0
10352026-04-15T20:58:35.612Z Downloaded proc-macro-error2 v2.0.1
10362026-04-15T20:58:35.615Z Downloaded proc-macro-error v1.0.4
10372026-04-15T20:58:35.615Z Downloaded progenitor v0.13.0
10382026-04-15T20:58:35.618Z Downloaded group v0.13.0
10392026-04-15T20:58:35.618Z Downloaded progenitor-extras v0.1.1
10402026-04-15T20:58:35.629Z Downloaded scroll_derive v0.13.1
10412026-04-15T20:58:35.632Z Downloaded serde-big-array v0.5.1
10422026-04-15T20:58:35.641Z Downloaded semver v0.1.20
10432026-04-15T20:58:35.644Z Downloaded secrecy v0.10.3
10442026-04-15T20:58:35.651Z Downloaded serial_test v3.4.0
10452026-04-15T20:58:35.654Z Downloaded serde_spanned v1.1.0
10462026-04-15T20:58:35.658Z Downloaded serde_repr v0.1.20
10472026-04-15T20:58:35.658Z Downloaded serde_plain v1.0.2
10482026-04-15T20:58:35.662Z Downloaded serial_test_derive v3.4.0
10492026-04-15T20:58:35.666Z Downloaded postcard v1.1.3
10502026-04-15T20:58:35.670Z Downloaded olpc-cjson v0.1.4
10512026-04-15T20:58:35.679Z Downloaded parking_lot v0.11.2
10522026-04-15T20:58:35.683Z Downloaded defmt v1.0.1
10532026-04-15T20:58:35.686Z Downloaded clap v4.6.0
10542026-04-15T20:58:35.691Z Downloaded pest_generator v2.8.6
10552026-04-15T20:58:35.694Z Downloaded progenitor-client v0.11.2
10562026-04-15T20:58:35.694Z Downloaded pest_derive v2.8.6
10572026-04-15T20:58:35.697Z Downloaded dropshot_endpoint v0.17.0
10582026-04-15T20:58:35.697Z Downloaded dropshot_endpoint v0.16.7
10592026-04-15T20:58:35.700Z Downloaded derive_more v0.99.20
10602026-04-15T20:58:35.704Z Downloaded crossbeam-epoch v0.9.18
10612026-04-15T20:58:35.704Z Downloaded bytecount v0.6.9
10622026-04-15T20:58:35.710Z Downloaded chacha20 v0.10.0
10632026-04-15T20:58:35.716Z Downloaded rand_core v0.10.0
10642026-04-15T20:58:35.721Z Downloaded slog-envlogger v2.2.0
10652026-04-15T20:58:35.737Z Downloaded elliptic-curve v0.13.8
10662026-04-15T20:58:35.744Z Downloaded strum v0.27.2
10672026-04-15T20:58:35.747Z Downloaded structmeta-derive v0.3.0
10682026-04-15T20:58:35.756Z Downloaded indexmap v1.9.3
10692026-04-15T20:58:35.760Z Downloaded siphasher v1.0.2
10702026-04-15T20:58:35.763Z Downloaded sigpipe v0.1.3
10712026-04-15T20:58:35.763Z Downloaded sha1 v0.10.6
10722026-04-15T20:58:35.763Z Downloaded slog-bunyan v2.5.0
10732026-04-15T20:58:35.766Z Downloaded resolv-conf v0.7.6
10742026-04-15T20:58:35.781Z Downloaded icu_properties v2.1.2
10752026-04-15T20:58:35.789Z Downloaded smawk v0.3.2
10762026-04-15T20:58:35.809Z Downloaded strum v0.26.3
10772026-04-15T20:58:35.814Z Downloaded structmeta v0.3.0
10782026-04-15T20:58:35.819Z Downloaded rustls-native-certs v0.8.3
10792026-04-15T20:58:35.823Z Downloaded icu_provider v2.1.1
10802026-04-15T20:58:35.845Z Downloaded rusty-fork v0.3.1
10812026-04-15T20:58:35.848Z Downloaded tabled_derive v0.7.0
10822026-04-15T20:58:35.851Z Downloaded tabwriter v1.4.1
10832026-04-15T20:58:35.851Z Downloaded scroll v0.13.0
10842026-04-15T20:58:35.851Z Downloaded schemars_derive v0.8.22
10852026-04-15T20:58:35.854Z Downloaded rustversion v1.0.22
10862026-04-15T20:58:35.867Z Downloaded tagptr v0.2.0
10872026-04-15T20:58:35.870Z Downloaded sdd v3.0.10
10882026-04-15T20:58:35.874Z Downloaded take_mut v0.2.2
10892026-04-15T20:58:35.877Z Downloaded tabled_derive v0.11.0
10902026-04-15T20:58:35.877Z Downloaded testing_table v0.3.0
10912026-04-15T20:58:35.877Z Downloaded termtree v0.5.1
10922026-04-15T20:58:35.886Z Downloaded scroll v0.12.0
10932026-04-15T20:58:35.889Z Downloaded serde_tokenstream v0.2.3
10942026-04-15T20:58:35.892Z Downloaded time-core v0.1.8
10952026-04-15T20:58:35.901Z Downloaded thiserror-impl-no-std v2.0.2
10962026-04-15T20:58:35.904Z Downloaded thread-id v5.1.0
10972026-04-15T20:58:35.916Z Downloaded const_format v0.2.35
10982026-04-15T20:58:35.923Z Downloaded chacha20poly1305 v0.10.1
10992026-04-15T20:58:35.929Z Downloaded serde_derive_internals v0.29.1
11002026-04-15T20:58:35.944Z Downloaded darling_core v0.21.3
11012026-04-15T20:58:35.956Z Downloaded papergrid v0.11.0
11022026-04-15T20:58:35.980Z Downloaded rhai_codegen v3.1.0
11032026-04-15T20:58:35.997Z Downloaded spin v0.5.2
11042026-04-15T20:58:36.001Z Downloaded slog-dtrace v0.3.0
11052026-04-15T20:58:36.004Z Downloaded slog-term v2.9.2
11062026-04-15T20:58:36.004Z Downloaded snafu-derive v0.8.9
11072026-04-15T20:58:36.007Z Downloaded smf v0.2.3
11082026-04-15T20:58:36.007Z Downloaded typify-macro v0.6.1
11092026-04-15T20:58:36.018Z Downloaded slog-stdlog v4.1.1
11102026-04-15T20:58:36.021Z Downloaded slog-scope v4.4.1
11112026-04-15T20:58:36.022Z Downloaded slog-json v2.6.1
11122026-04-15T20:58:36.022Z Downloaded smartstring v1.0.1
11132026-04-15T20:58:36.025Z Downloaded slog-async v2.8.0
11142026-04-15T20:58:36.025Z Downloaded unit-prefix v0.5.2
11152026-04-15T20:58:36.025Z Downloaded unarray v0.1.4
11162026-04-15T20:58:36.028Z Downloaded stable_deref_trait v1.2.1
11172026-04-15T20:58:36.032Z Downloaded topological-sort v0.2.2
11182026-04-15T20:58:36.036Z Downloaded icu_locale_core v2.1.1
11192026-04-15T20:58:36.039Z Downloaded indicatif v0.18.4
11202026-04-15T20:58:36.054Z Downloaded universal-hash v0.5.1
11212026-04-15T20:58:36.057Z Downloaded icu_normalizer v2.1.1
11222026-04-15T20:58:36.061Z Downloaded usdt v0.6.0
11232026-04-15T20:58:36.061Z Downloaded half v2.7.1
11242026-04-15T20:58:36.064Z Downloaded usdt v0.5.0
11252026-04-15T20:58:36.064Z Downloaded untrusted v0.7.1
11262026-04-15T20:58:36.064Z Downloaded heapless v0.8.0
11272026-04-15T20:58:36.070Z Downloaded usdt-attr-macro v0.5.0
11282026-04-15T20:58:36.076Z Downloaded rustls-pemfile v2.2.0
11292026-04-15T20:58:36.080Z Downloaded strum_macros v0.26.4
11302026-04-15T20:58:36.084Z Downloaded icu_normalizer_data v2.1.1
11312026-04-15T20:58:36.110Z Downloaded strum_macros v0.27.2
11322026-04-15T20:58:36.114Z Downloaded utf-8 v0.7.6
11332026-04-15T20:58:36.122Z Downloaded thread-id v4.2.2
11342026-04-15T20:58:36.125Z Downloaded synstructure v0.13.2
11352026-04-15T20:58:36.126Z Downloaded thiserror-no-std v2.0.2
11362026-04-15T20:58:36.129Z Downloaded usdt-attr-macro v0.6.0
11372026-04-15T20:58:36.138Z Downloaded usdt-macro v0.5.0
11382026-04-15T20:58:36.142Z Downloaded wait-timeout v0.2.1
11392026-04-15T20:58:36.149Z Downloaded waitgroup v0.1.2
11402026-04-15T20:58:36.152Z Downloaded usdt-macro v0.6.0
11412026-04-15T20:58:36.155Z Downloaded pest_meta v2.8.6
11422026-04-15T20:58:36.156Z Downloaded progenitor-impl v0.10.0
11432026-04-15T20:58:36.156Z Downloaded expectorate v1.2.0
11442026-04-15T20:58:36.159Z Downloaded crypto-bigint v0.5.5
11452026-04-15T20:58:36.163Z Downloaded progenitor-impl v0.13.0
11462026-04-15T20:58:36.163Z Downloaded base64 v0.21.7
11472026-04-15T20:58:36.166Z Downloaded arc-swap v1.9.0
11482026-04-15T20:58:36.173Z Downloaded tiny-keccak v2.0.2
11492026-04-15T20:58:36.177Z Downloaded time-macros v0.2.27
11502026-04-15T20:58:36.180Z Downloaded crossbeam-channel v0.5.15
11512026-04-15T20:58:36.184Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11522026-04-15T20:58:36.185Z Downloaded darling_core v0.23.0
11532026-04-15T20:58:36.198Z Downloaded serde_with_macros v3.18.0
11542026-04-15T20:58:36.203Z Downloaded yoke-derive v0.8.1
11552026-04-15T20:58:36.207Z Downloaded zerofrom v0.1.6
11562026-04-15T20:58:36.210Z Downloaded zerofrom-derive v0.1.6
11572026-04-15T20:58:36.213Z Downloaded tokio-dtrace v0.1.1
11582026-04-15T20:58:36.213Z Downloaded tinystr v0.8.2
11592026-04-15T20:58:36.213Z Downloaded toml_writer v1.1.0+spec-1.1.0
11602026-04-15T20:58:36.217Z Downloaded zeroize_derive v1.4.3
11612026-04-15T20:58:36.224Z Downloaded papergrid v0.17.0
11622026-04-15T20:58:36.229Z Downloaded zone_cfg_derive v0.3.1
11632026-04-15T20:58:36.240Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11642026-04-15T20:58:36.245Z Downloaded tokio-tungstenite v0.21.0
11652026-04-15T20:58:36.245Z Downloaded tokio-rustls v0.25.0
11662026-04-15T20:58:36.251Z Downloaded typify-macro v0.4.3
11672026-04-15T20:58:36.255Z Downloaded spin v0.9.8
11682026-04-15T20:58:36.268Z Downloaded usdt-impl v0.5.0
11692026-04-15T20:58:36.289Z Downloaded openssl-sys v0.9.112
11702026-04-15T20:58:36.294Z Downloaded rustls-platform-verifier v0.6.2
11712026-04-15T20:58:36.304Z Downloaded icu_collections v2.1.1
11722026-04-15T20:58:36.309Z Downloaded minimal-lexical v0.2.1
11732026-04-15T20:58:36.313Z Downloaded jiff-static v0.2.23
11742026-04-15T20:58:36.316Z Downloaded thin-vec v0.2.16
11752026-04-15T20:58:36.328Z Downloaded hickory-resolver v0.24.4
11762026-04-15T20:58:36.332Z Downloaded usdt-impl v0.6.0
11772026-04-15T20:58:36.332Z Downloaded xz2 v0.1.7
11782026-04-15T20:58:36.336Z Downloaded walkdir v2.5.0
11792026-04-15T20:58:36.336Z Downloaded similar v2.7.0
11802026-04-15T20:58:36.339Z Downloaded writeable v0.6.2
11812026-04-15T20:58:36.340Z Downloaded cc v1.2.58
11822026-04-15T20:58:36.354Z Downloaded vsss-rs v3.3.4
11832026-04-15T20:58:36.359Z Downloaded rayon-core v1.13.0
11842026-04-15T20:58:36.367Z Downloaded zone v0.3.1
11852026-04-15T20:58:36.372Z Downloaded progenitor-impl v0.11.2
11862026-04-15T20:58:36.382Z Downloaded term v1.2.1
11872026-04-15T20:58:36.415Z Downloaded pretty_assertions v1.4.1
11882026-04-15T20:58:36.419Z Downloaded ucd-trie v0.1.7
11892026-04-15T20:58:36.422Z Downloaded zerovec-derive v0.11.2
11902026-04-15T20:58:36.423Z Downloaded prettyplease v0.2.37
11912026-04-15T20:58:36.442Z Downloaded serde_yaml v0.9.34+deprecated
11922026-04-15T20:58:36.445Z Downloaded test-strategy v0.4.5
11932026-04-15T20:58:36.450Z Downloaded slog v2.8.2
11942026-04-15T20:58:36.454Z Downloaded async-compression v0.4.41
11952026-04-15T20:58:36.461Z Downloaded whoami v1.6.1
11962026-04-15T20:58:36.470Z Downloaded toml v0.7.8
11972026-04-15T20:58:36.485Z Downloaded hickory-resolver v0.25.2
11982026-04-15T20:58:36.501Z Downloaded snafu v0.8.9
11992026-04-15T20:58:36.513Z Downloaded typify v0.4.3
12002026-04-15T20:58:36.519Z Downloaded typify v0.6.1
12012026-04-15T20:58:36.524Z Downloaded tungstenite v0.21.0
12022026-04-15T20:58:36.527Z Downloaded rustls-webpki v0.103.10
12032026-04-15T20:58:36.527Z Downloaded schemars v0.9.0
12042026-04-15T20:58:36.532Z Downloaded schemars v0.8.22
12052026-04-15T20:58:36.539Z Downloaded schemars v1.2.1
12062026-04-15T20:58:36.548Z Downloaded yoke v0.8.1
12072026-04-15T20:58:36.551Z Downloaded zerocopy-derive v0.7.35
12082026-04-15T20:58:36.555Z Downloaded toml v0.9.12+spec-1.1.0
12092026-04-15T20:58:36.562Z Downloaded toml_parser v1.1.0+spec-1.1.0
12102026-04-15T20:58:36.569Z Downloaded dropshot-api-manager v0.7.0
12112026-04-15T20:58:36.580Z Downloaded qorb v0.4.1
12122026-04-15T20:58:36.590Z Downloaded rand v0.8.5
12132026-04-15T20:58:36.622Z Downloaded unsafe-libyaml v0.2.11
12142026-04-15T20:58:36.645Z Downloaded zerotrie v0.2.3
12152026-04-15T20:58:36.654Z Downloaded steno v0.4.1
12162026-04-15T20:58:36.657Z Downloaded nom v7.1.3
12172026-04-15T20:58:36.681Z Downloaded toml v1.1.0+spec-1.1.0
12182026-04-15T20:58:36.685Z Downloaded toml_edit v0.25.8+spec-1.1.0
12192026-04-15T20:58:36.689Z Downloaded rand v0.10.1
12202026-04-15T20:58:36.695Z Downloaded rand v0.9.2
12212026-04-15T20:58:36.709Z Downloaded hashbrown v0.12.3
12222026-04-15T20:58:36.728Z Downloaded typed-path v0.9.3
12232026-04-15T20:58:36.735Z Downloaded indexmap v2.13.0
12242026-04-15T20:58:36.787Z Downloaded toml_edit v0.19.15
12252026-04-15T20:58:36.853Z Downloaded scc v2.4.0
12262026-04-15T20:58:36.857Z Downloaded nom v8.0.0
12272026-04-15T20:58:36.866Z Downloaded reqwest v0.13.2
12282026-04-15T20:58:36.891Z Downloaded yansi v1.0.1
12292026-04-15T20:58:36.898Z Downloaded rayon v1.11.0
12302026-04-15T20:58:36.898Z Downloaded iddqd v0.3.17
12312026-04-15T20:58:36.903Z Downloaded pest v2.8.6
12322026-04-15T20:58:36.917Z Downloaded hashbrown v0.16.1
12332026-04-15T20:58:36.935Z Downloaded icu_properties_data v2.1.2
12342026-04-15T20:58:36.940Z Downloaded blake3 v1.8.4
12352026-04-15T20:58:36.959Z Downloaded zerovec v0.11.5
12362026-04-15T20:58:36.963Z Downloaded itertools v0.12.1
12372026-04-15T20:58:36.983Z Downloaded winnow v0.5.40
12382026-04-15T20:58:37.035Z Downloaded rustls-webpki v0.102.8
12392026-04-15T20:58:37.045Z Downloaded aws-lc-rs v1.16.2
12402026-04-15T20:58:37.058Z Downloaded libm v0.2.16
12412026-04-15T20:58:37.063Z Downloaded zerocopy-derive v0.8.48
12422026-04-15T20:58:37.124Z Downloaded hkdf v0.12.4
12432026-04-15T20:58:37.152Z Downloaded time v0.3.47
12442026-04-15T20:58:37.179Z Downloaded tough v0.20.0
12452026-04-15T20:58:37.182Z Downloaded openssl v0.10.76
12462026-04-15T20:58:37.190Z Downloaded goblin v0.8.2
12472026-04-15T20:58:37.284Z Downloaded zerocopy v0.7.35
12482026-04-15T20:58:37.321Z Downloaded smoltcp v0.11.0
12492026-04-15T20:58:37.334Z Downloaded serde_with v3.18.0
12502026-04-15T20:58:37.340Z Downloaded dropshot v0.16.7
12512026-04-15T20:58:37.352Z Downloaded proptest v1.11.0
12522026-04-15T20:58:37.361Z Downloaded dropshot v0.17.0
12532026-04-15T20:58:37.373Z Downloaded rustls v0.22.4
12542026-04-15T20:58:37.380Z Downloaded rustls v0.23.37
12552026-04-15T20:58:37.386Z Downloaded moka v0.12.15
12562026-04-15T20:58:37.490Z Downloaded tabled v0.15.0
12572026-04-15T20:58:37.529Z Downloaded tabled v0.20.0
12582026-04-15T20:58:37.538Z Downloaded syn v1.0.109
12592026-04-15T20:58:37.555Z Downloaded goblin v0.10.5
12602026-04-15T20:58:37.660Z Downloaded petgraph v0.6.5
12612026-04-15T20:58:37.738Z Downloaded chrono-tz v0.10.4
12622026-04-15T20:58:37.774Z Downloaded nix v0.31.2
12632026-04-15T20:58:37.781Z Downloaded csv v1.4.0
12642026-04-15T20:58:37.794Z Downloaded hickory-proto v0.24.4
12652026-04-15T20:58:37.806Z Downloaded openapiv3 v2.2.0
12662026-04-15T20:58:37.830Z Downloaded rhai v1.24.0
12672026-04-15T20:58:37.848Z Downloaded regress v0.10.5
12682026-04-15T20:58:37.894Z Downloaded hickory-proto v0.25.2
12692026-04-15T20:58:38.041Z Downloaded typify-impl v0.6.1
12702026-04-15T20:58:38.063Z Downloaded sled v0.34.7
12712026-04-15T20:58:38.072Z Downloaded typify-impl v0.4.3
12722026-04-15T20:58:38.297Z Downloaded lzma-sys v0.1.20
12732026-04-15T20:58:38.314Z Downloaded jiff v0.2.23
12742026-04-15T20:58:38.386Z Downloaded sha3 v0.10.8
12752026-04-15T20:58:38.449Z Downloaded encoding_rs v0.8.35
12762026-04-15T20:58:39.815Z Downloaded aws-lc-sys v0.39.1
12772026-04-15T20:58:40.743Z Compiling proc-macro2 v1.0.106
12782026-04-15T20:58:40.743Z Compiling quote v1.0.45
12792026-04-15T20:58:40.747Z Compiling unicode-ident v1.0.24
12802026-04-15T20:58:40.747Z Compiling serde_core v1.0.228
12812026-04-15T20:58:40.747Z Compiling cfg-if v1.0.4
12822026-04-15T20:58:40.747Z Compiling serde v1.0.228
12832026-04-15T20:58:40.747Z Compiling libc v0.2.185
12842026-04-15T20:58:40.747Z Compiling memchr v2.8.0
12852026-04-15T20:58:40.946Z Compiling itoa v1.0.18
12862026-04-15T20:58:41.136Z Compiling smallvec v1.15.1
12872026-04-15T20:58:41.164Z Compiling zmij v1.0.21
12882026-04-15T20:58:41.186Z Compiling serde_json v1.0.149
12892026-04-15T20:58:41.350Z Compiling autocfg v1.5.0
12902026-04-15T20:58:41.425Z Compiling libm v0.2.16
12912026-04-15T20:58:41.577Z Compiling version_check v0.9.5
12922026-04-15T20:58:41.691Z Compiling stable_deref_trait v1.2.1
12932026-04-15T20:58:41.709Z Compiling pin-project-lite v0.2.17
12942026-04-15T20:58:41.768Z Compiling percent-encoding v2.3.2
12952026-04-15T20:58:41.790Z Compiling litemap v0.8.1
12962026-04-15T20:58:41.801Z Compiling writeable v0.6.2
12972026-04-15T20:58:41.812Z Compiling icu_properties_data v2.1.2
12982026-04-15T20:58:41.867Z Compiling icu_normalizer_data v2.1.1
12992026-04-15T20:58:41.979Z Compiling iana-time-zone v0.1.65
13002026-04-15T20:58:42.000Z Compiling scopeguard v1.2.0
13012026-04-15T20:58:42.107Z Compiling equivalent v1.0.2
13022026-04-15T20:58:42.193Z Compiling syn v2.0.117
13032026-04-15T20:58:42.196Z Compiling parking_lot_core v0.9.12
13042026-04-15T20:58:42.196Z Compiling lock_api v0.4.14
13052026-04-15T20:58:42.207Z Compiling form_urlencoded v1.2.2
13062026-04-15T20:58:42.268Z Compiling foldhash v0.2.0
13072026-04-15T20:58:42.287Z Compiling allocator-api2 v0.2.21
13082026-04-15T20:58:42.421Z Compiling utf8_iter v1.0.4
13092026-04-15T20:58:42.484Z Compiling dyn-clone v1.0.20
13102026-04-15T20:58:42.521Z Compiling num-traits v0.2.19
13112026-04-15T20:58:42.550Z Compiling jobserver v0.1.34
13122026-04-15T20:58:42.576Z Compiling shlex v1.3.0
13132026-04-15T20:58:42.629Z Compiling hashbrown v0.16.1
13142026-04-15T20:58:42.629Z Compiling find-msvc-tools v0.1.9
13152026-04-15T20:58:42.779Z Compiling log v0.4.29
13162026-04-15T20:58:42.888Z Compiling cc v1.2.58
13172026-04-15T20:58:42.899Z Compiling errno v0.3.14
13182026-04-15T20:58:43.032Z Compiling semver v1.0.28
13192026-04-15T20:58:43.052Z Compiling rand_core v0.10.0
13202026-04-15T20:58:43.151Z Compiling futures-core v0.3.32
13212026-04-15T20:58:43.212Z Compiling getrandom v0.4.2
13222026-04-15T20:58:43.263Z Compiling thiserror v2.0.18
13232026-04-15T20:58:43.314Z Compiling indexmap v2.13.0
13242026-04-15T20:58:43.387Z Compiling zerocopy v0.8.48
13252026-04-15T20:58:43.573Z Compiling heck v0.5.0
13262026-04-15T20:58:43.688Z Compiling futures-sink v0.3.32
13272026-04-15T20:58:43.791Z Compiling fnv v1.0.7
13282026-04-15T20:58:43.803Z Compiling slab v0.4.12
13292026-04-15T20:58:43.814Z Compiling uuid v1.23.0
13302026-04-15T20:58:43.833Z Compiling futures-channel v0.3.32
13312026-04-15T20:58:43.882Z Compiling rustversion v1.0.22
13322026-04-15T20:58:43.959Z Compiling futures-task v0.3.32
13332026-04-15T20:58:43.975Z Compiling schemars v0.8.22
13342026-04-15T20:58:44.053Z Compiling typenum v1.19.0
13352026-04-15T20:58:44.128Z Compiling futures-io v0.3.32
13362026-04-15T20:58:44.200Z Compiling socket2 v0.6.3
13372026-04-15T20:58:44.233Z Compiling getrandom v0.2.17
13382026-04-15T20:58:44.242Z Compiling portable-atomic v1.13.1
13392026-04-15T20:58:44.290Z Compiling signal-hook-registry v1.4.8
13402026-04-15T20:58:44.411Z Compiling parking_lot v0.12.5
13412026-04-15T20:58:44.447Z Compiling mio v1.2.0
13422026-04-15T20:58:44.614Z Compiling bitflags v2.11.0
13432026-04-15T20:58:44.682Z Compiling subtle v2.6.1
13442026-04-15T20:58:44.830Z Compiling critical-section v1.2.0
13452026-04-15T20:58:44.882Z Compiling byteorder v1.5.0
13462026-04-15T20:58:44.886Z Compiling untrusted v0.9.0
13472026-04-15T20:58:44.944Z Compiling base64 v0.22.1
13482026-04-15T20:58:44.955Z Compiling rand_core v0.6.4
13492026-04-15T20:58:45.050Z Compiling cmake v0.1.58
13502026-04-15T20:58:45.077Z Compiling fs_extra v1.3.0
13512026-04-15T20:58:45.080Z Compiling dunce v1.0.5
13522026-04-15T20:58:45.149Z Compiling httparse v1.10.1
13532026-04-15T20:58:45.177Z Compiling rustix v1.1.4
13542026-04-15T20:58:45.189Z Compiling synstructure v0.13.2
13552026-04-15T20:58:45.293Z Compiling serde_derive_internals v0.29.1
13562026-04-15T20:58:45.343Z Compiling once_cell v1.21.4
13572026-04-15T20:58:45.355Z Compiling ipnet v2.12.0
13582026-04-15T20:58:45.411Z Compiling aws-lc-sys v0.39.1
13592026-04-15T20:58:45.514Z Compiling regex-syntax v0.8.10
13602026-04-15T20:58:45.546Z Compiling atomic-waker v1.1.2
13612026-04-15T20:58:45.568Z Compiling strsim v0.11.1
13622026-04-15T20:58:45.777Z Compiling slog v2.8.2
13632026-04-15T20:58:45.917Z Compiling generic-array v0.14.7
13642026-04-15T20:58:45.929Z Compiling ucd-trie v0.1.7
13652026-04-15T20:58:45.993Z Compiling thiserror v1.0.69
13662026-04-15T20:58:46.008Z Compiling tower-layer v0.3.3
13672026-04-15T20:58:46.101Z Compiling tower-service v0.3.3
13682026-04-15T20:58:46.173Z Compiling pest v2.8.6
13692026-04-15T20:58:46.217Z Compiling try-lock v0.2.5
13702026-04-15T20:58:46.249Z Compiling ryu v1.0.23
13712026-04-15T20:58:46.330Z Compiling want v0.3.1
13722026-04-15T20:58:46.448Z Compiling getrandom v0.3.4
13732026-04-15T20:58:46.511Z Compiling httpdate v1.0.3
13742026-04-15T20:58:46.530Z Compiling pretty-hex v0.4.2
13752026-04-15T20:58:46.537Z Compiling serde_derive v1.0.228
13762026-04-15T20:58:46.548Z Compiling zerofrom-derive v0.1.6
13772026-04-15T20:58:46.654Z Compiling yoke-derive v0.8.1
13782026-04-15T20:58:46.749Z Compiling zerovec-derive v0.11.2
13792026-04-15T20:58:46.786Z Compiling displaydoc v0.2.5
13802026-04-15T20:58:47.541Z Compiling tokio-macros v2.7.0
13812026-04-15T20:58:47.575Z Compiling schemars_derive v0.8.22
13822026-04-15T20:58:47.771Z Compiling thiserror-impl v2.0.18
13832026-04-15T20:58:47.841Z Compiling zerofrom v0.1.6
13842026-04-15T20:58:47.908Z Compiling zerocopy-derive v0.8.48
13852026-04-15T20:58:47.968Z Compiling yoke v0.8.1
13862026-04-15T20:58:48.158Z Compiling zerovec v0.11.5
13872026-04-15T20:58:48.324Z Compiling zerotrie v0.2.3
13882026-04-15T20:58:48.389Z Compiling zeroize_derive v1.4.3
13892026-04-15T20:58:48.627Z Compiling tinystr v0.8.2
13902026-04-15T20:58:48.657Z Compiling potential_utf v0.1.4
13912026-04-15T20:58:48.813Z Compiling icu_locale_core v2.1.1
13922026-04-15T20:58:48.823Z Compiling icu_collections v2.1.1
13932026-04-15T20:58:48.832Z Compiling futures-macro v0.3.32
13942026-04-15T20:58:49.053Z Compiling zeroize v1.8.2
13952026-04-15T20:58:49.124Z Compiling thiserror-impl v1.0.69
13962026-04-15T20:58:49.329Z Compiling pest_meta v2.8.6
13972026-04-15T20:58:49.659Z Compiling icu_provider v2.1.1
13982026-04-15T20:58:49.751Z Compiling bytes v1.11.1
13992026-04-15T20:58:49.762Z Compiling chrono v0.4.44
14002026-04-15T20:58:49.848Z Compiling futures-util v0.3.32
14012026-04-15T20:58:50.020Z Compiling icu_properties v2.1.2
14022026-04-15T20:58:50.410Z Compiling icu_normalizer v2.1.1
14032026-04-15T20:58:50.477Z Compiling http v1.4.0
14042026-04-15T20:58:50.747Z Compiling tokio v1.52.0
14052026-04-15T20:58:51.033Z Compiling idna_adapter v1.2.1
14062026-04-15T20:58:51.176Z Compiling idna v1.1.0
14072026-04-15T20:58:51.251Z Compiling serde_tokenstream v0.2.3
14082026-04-15T20:58:51.398Z Compiling http-body v1.0.1
14092026-04-15T20:58:51.510Z Compiling url v2.5.8
14102026-04-15T20:58:51.540Z Compiling erased-serde v0.3.31
14112026-04-15T20:58:51.647Z Compiling pest_generator v2.8.6
14122026-04-15T20:58:52.298Z Compiling pest_derive v2.8.6
14132026-04-15T20:58:52.334Z Compiling ppv-lite86 v0.2.21
14142026-04-15T20:58:52.378Z Compiling paste v1.0.15
14152026-04-15T20:58:52.397Z Compiling plain v0.2.3
14162026-04-15T20:58:52.501Z Compiling crypto-common v0.1.7
14172026-04-15T20:58:52.513Z Compiling omicron-workspace-hack v0.1.0
14182026-04-15T20:58:52.635Z Compiling ident_case v1.0.1
14192026-04-15T20:58:52.651Z Compiling tracing-attributes v0.1.31
14202026-04-15T20:58:52.749Z Compiling tracing-core v0.1.36
14212026-04-15T20:58:52.834Z Compiling http-body-util v0.1.3
14222026-04-15T20:58:52.864Z Compiling serde_urlencoded v0.7.1
14232026-04-15T20:58:53.092Z Compiling ipnetwork v0.21.1
14242026-04-15T20:58:53.117Z Compiling daft-derive v0.1.5
14252026-04-15T20:58:53.238Z Compiling sync_wrapper v1.0.2
14262026-04-15T20:58:53.349Z Compiling fastrand v2.3.0
14272026-04-15T20:58:53.380Z Compiling aho-corasick v1.1.4
14282026-04-15T20:58:53.544Z Compiling winnow v1.0.1
14292026-04-15T20:58:53.593Z Compiling rustls-pki-types v1.14.0
14302026-04-15T20:58:53.627Z Compiling async-trait v0.1.89
14312026-04-15T20:58:53.877Z Compiling ring v0.17.14
14322026-04-15T20:58:53.914Z Compiling tracing v0.1.44
14332026-04-15T20:58:54.156Z Compiling time-core v0.1.8
14342026-04-15T20:58:54.303Z Compiling regex-automata v0.4.14
14352026-04-15T20:58:54.319Z Compiling powerfmt v0.2.0
14362026-04-15T20:58:54.394Z Compiling cpufeatures v0.2.17
14372026-04-15T20:58:54.465Z Compiling num-conv v0.2.1
14382026-04-15T20:58:54.523Z Compiling anyhow v1.0.102
14392026-04-15T20:58:54.611Z Compiling iri-string v0.7.12
14402026-04-15T20:58:54.615Z Compiling time-macros v0.2.27
14412026-04-15T20:58:54.642Z Compiling deranged v0.5.8
14422026-04-15T20:58:55.278Z Compiling block-buffer v0.10.4
14432026-04-15T20:58:55.433Z Compiling scroll_derive v0.13.1
14442026-04-15T20:58:55.654Z Compiling num_threads v0.1.7
14452026-04-15T20:58:55.666Z Compiling hex v0.4.3
14462026-04-15T20:58:55.753Z Compiling digest v0.10.7
14472026-04-15T20:58:56.306Z Compiling regex v1.12.3
14482026-04-15T20:58:56.379Z Compiling scroll v0.13.0
14492026-04-15T20:58:56.401Z Compiling tokio-util v0.7.18
14502026-04-15T20:58:56.571Z Compiling oxnet v0.1.4
14512026-04-15T20:58:56.794Z Compiling camino v1.2.2
14522026-04-15T20:58:57.010Z Compiling goblin v0.10.5
14532026-04-15T20:58:57.166Z Compiling openssl-probe v0.2.1
14542026-04-15T20:58:57.177Z Compiling usdt-impl v0.6.0
14552026-04-15T20:58:57.441Z Compiling dtrace-parser v0.3.0
14562026-04-15T20:58:57.787Z Compiling crossbeam-utils v0.8.21
14572026-04-15T20:58:58.070Z Compiling h2 v0.4.13
14582026-04-15T20:58:58.248Z Compiling futures-executor v0.3.32
14592026-04-15T20:58:58.294Z Compiling openapiv3 v2.2.0
14602026-04-15T20:58:58.346Z Compiling structmeta-derive v0.3.0
14612026-04-15T20:58:58.542Z Compiling regress v0.10.5
14622026-04-15T20:58:58.785Z Compiling thread-id v5.1.0
14632026-04-15T20:58:58.872Z Compiling syn v1.0.109
14642026-04-15T20:58:59.197Z Compiling rustls v0.22.4
14652026-04-15T20:58:59.427Z Compiling structmeta v0.3.0
14662026-04-15T20:58:59.483Z Compiling futures v0.3.32
14672026-04-15T20:58:59.562Z Compiling rand_core v0.9.5
14682026-04-15T20:58:59.949Z Compiling dof v0.4.0
14692026-04-15T20:59:00.032Z Compiling darling_core v0.23.0
14702026-04-15T20:59:00.191Z Compiling newtype-uuid-macros v0.1.0
14712026-04-15T20:59:01.364Z Compiling hyper v1.9.0
14722026-04-15T20:59:01.408Z Compiling thread_local v1.1.9
14732026-04-15T20:59:01.483Z Compiling aws-lc-rs v1.16.2
14742026-04-15T20:59:01.690Z Compiling winnow v0.7.15
14752026-04-15T20:59:01.792Z Compiling match_cfg v0.1.0
14762026-04-15T20:59:02.014Z Compiling newtype-uuid v1.3.2
14772026-04-15T20:59:02.197Z Compiling quick-error v1.2.3
14782026-04-15T20:59:02.258Z Compiling darling_macro v0.23.0
14792026-04-15T20:59:02.303Z Compiling slog-async v2.8.0
14802026-04-15T20:59:02.380Z Compiling ref-cast v1.0.25
14812026-04-15T20:59:02.592Z Compiling hyper-util v0.1.20
14822026-04-15T20:59:02.738Z Compiling daft v0.1.5
14832026-04-15T20:59:02.758Z Compiling usdt-macro v0.6.0
14842026-04-15T20:59:02.848Z Compiling darling v0.23.0
14852026-04-15T20:59:02.934Z Compiling usdt-attr-macro v0.6.0
14862026-04-15T20:59:03.015Z Compiling rand_chacha v0.9.0
14872026-04-15T20:59:03.185Z Compiling ref-cast-impl v1.0.25
14882026-04-15T20:59:03.248Z Compiling strum_macros v0.26.4
14892026-04-15T20:59:03.472Z Compiling serde_spanned v1.1.0
14902026-04-15T20:59:03.635Z Compiling toml_datetime v0.7.5+spec-1.1.0
14912026-04-15T20:59:03.821Z Compiling multer v3.1.0
14922026-04-15T20:59:03.950Z Compiling debug-ignore v1.0.5
14932026-04-15T20:59:03.950Z Compiling toml_writer v1.1.0+spec-1.1.0
14942026-04-15T20:59:04.045Z Compiling bit-vec v0.8.0
14952026-04-15T20:59:04.056Z Compiling take_mut v0.2.2
14962026-04-15T20:59:04.159Z Compiling term v1.2.1
14972026-04-15T20:59:04.170Z Compiling untrusted v0.7.1
14982026-04-15T20:59:04.223Z Compiling bit-set v0.8.0
14992026-04-15T20:59:04.292Z Compiling rand v0.9.2
15002026-04-15T20:59:04.380Z Compiling serde_with_macros v3.18.0
15012026-04-15T20:59:04.404Z Compiling async-stream-impl v0.3.6
15022026-04-15T20:59:04.916Z Compiling dropshot v0.16.7
15032026-04-15T20:59:04.975Z Compiling encoding_rs v0.8.35
15042026-04-15T20:59:04.992Z Compiling strum v0.26.3
15052026-04-15T20:59:05.128Z Compiling unarray v0.1.4
15062026-04-15T20:59:05.128Z Compiling mime v0.3.17
15072026-04-15T20:59:05.155Z Compiling spin v0.9.8
15082026-04-15T20:59:05.330Z Compiling rustls v0.23.37
15092026-04-15T20:59:05.460Z Compiling async-stream v0.3.6
15102026-04-15T20:59:05.474Z Compiling derive-ex v0.1.8
15112026-04-15T20:59:05.548Z Compiling dropshot_endpoint v0.16.7
15122026-04-15T20:59:05.601Z Compiling macaddr v1.0.1
15132026-04-15T20:59:05.612Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15142026-04-15T20:59:05.850Z Compiling waitgroup v0.1.2
15152026-04-15T20:59:05.890Z Compiling serde_path_to_error v0.1.20
15162026-04-15T20:59:06.100Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15172026-04-15T20:59:06.233Z Compiling tempfile v3.27.0
15182026-04-15T20:59:06.260Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15192026-04-15T20:59:06.445Z Compiling tower v0.5.3
15202026-04-15T20:59:06.522Z Compiling strum_macros v0.27.2
15212026-04-15T20:59:06.678Z Compiling instant v0.1.13
15222026-04-15T20:59:06.760Z Compiling time v0.3.47
15232026-04-15T20:59:06.954Z Compiling tower-http v0.6.8
15242026-04-15T20:59:07.113Z Compiling test-strategy v0.4.5
15252026-04-15T20:59:07.214Z Compiling rustc-hash v2.1.2
15262026-04-15T20:59:07.345Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15272026-04-15T20:59:07.388Z Compiling crossbeam-channel v0.5.15
15282026-04-15T20:59:09.884Z Compiling strum v0.27.2
15292026-04-15T20:59:09.919Z Compiling parse-display-derive v0.10.0
15302026-04-15T20:59:09.919Z Compiling rustls-native-certs v0.8.3
15312026-04-15T20:59:09.919Z Compiling backon v1.6.0
15322026-04-15T20:59:09.919Z Compiling rustls-webpki v0.102.8
15332026-04-15T20:59:09.919Z Compiling rand_chacha v0.3.1
15342026-04-15T20:59:09.919Z Compiling rand v0.8.5
15352026-04-15T20:59:09.925Z Compiling slog-json v2.6.1
15362026-04-15T20:59:10.143Z Compiling hostname v0.3.1
15372026-04-15T20:59:10.292Z Compiling toml_parser v1.1.0+spec-1.1.0
15382026-04-15T20:59:10.339Z Compiling memmap2 v0.9.10
15392026-04-15T20:59:10.392Z Compiling wait-timeout v0.2.1
15402026-04-15T20:59:10.567Z Compiling is-terminal v0.4.17
15412026-04-15T20:59:10.669Z Compiling either v1.15.0
15422026-04-15T20:59:10.729Z Compiling toml v0.9.12+spec-1.1.0
15432026-04-15T20:59:10.758Z Compiling slog-term v2.9.2
15442026-04-15T20:59:10.909Z Compiling rusty-fork v0.3.1
15452026-04-15T20:59:11.061Z Compiling usdt v0.6.0
15462026-04-15T20:59:11.277Z Compiling slog-bunyan v2.5.0
15472026-04-15T20:59:11.361Z Compiling tokio-rustls v0.25.0
15482026-04-15T20:59:11.587Z Compiling serde_with v3.18.0
15492026-04-15T20:59:11.684Z Compiling rand_xorshift v0.4.0
15502026-04-15T20:59:11.837Z Compiling sha1 v0.10.6
15512026-04-15T20:59:11.890Z Compiling rustls-pemfile v2.2.0
15522026-04-15T20:59:11.977Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15532026-04-15T20:59:12.081Z Compiling hostname v0.4.2
15542026-04-15T20:59:12.098Z Compiling proptest v1.11.0
15552026-04-15T20:59:12.664Z Compiling iddqd v0.3.17
15562026-04-15T20:59:12.851Z Compiling reqwest v0.12.28
15572026-04-15T20:59:13.364Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15582026-04-15T20:59:13.835Z Compiling progenitor-client v0.10.0
15592026-04-15T20:59:14.256Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15602026-04-15T20:59:14.565Z Compiling parse-display v0.10.0
15612026-04-15T20:59:14.581Z Compiling itertools v0.14.0
15622026-04-15T20:59:14.770Z Compiling backoff v0.4.0
15632026-04-15T20:59:14.871Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15642026-04-15T20:59:15.555Z Compiling toml_datetime v0.6.11
15652026-04-15T20:59:16.003Z Compiling utf8parse v0.2.2
15662026-04-15T20:59:16.115Z Compiling anstyle-parse v1.0.0
15672026-04-15T20:59:17.639Z Compiling zerocopy-derive v0.7.35
15682026-04-15T20:59:17.672Z Compiling is_terminal_polyfill v1.70.2
15692026-04-15T20:59:17.672Z Compiling colorchoice v1.0.5
15702026-04-15T20:59:17.672Z Compiling anstyle v1.0.14
15712026-04-15T20:59:17.672Z Compiling anstyle-query v1.1.5
15722026-04-15T20:59:17.672Z Compiling anstream v1.0.0
15732026-04-15T20:59:17.672Z Compiling zerocopy v0.7.35
15742026-04-15T20:59:17.685Z Compiling convert_case v0.4.0
15752026-04-15T20:59:17.685Z Compiling clap_lex v1.1.0
15762026-04-15T20:59:17.685Z Compiling derive_more v0.99.20
15772026-04-15T20:59:18.275Z Compiling tinyvec_macros v0.1.1
15782026-04-15T20:59:18.287Z Compiling unicode-width v0.2.2
15792026-04-15T20:59:18.350Z Compiling tinyvec v1.11.0
15802026-04-15T20:59:19.113Z Compiling dtrace-parser v0.2.0
15812026-04-15T20:59:19.144Z Compiling serde_spanned v0.6.9
15822026-04-15T20:59:19.372Z Compiling secrecy v0.10.3
15832026-04-15T20:59:19.534Z Compiling scroll_derive v0.12.1
15842026-04-15T20:59:19.979Z Compiling clap_derive v4.6.0
15852026-04-15T20:59:20.027Z Compiling usdt-impl v0.5.0
15862026-04-15T20:59:20.072Z Compiling toml_write v0.1.2
15872026-04-15T20:59:20.156Z Compiling crucible-workspace-hack v0.1.0
15882026-04-15T20:59:20.277Z Compiling toml_edit v0.22.27
15892026-04-15T20:59:20.297Z Compiling scroll v0.12.0
15902026-04-15T20:59:20.837Z Compiling dof v0.3.0
15912026-04-15T20:59:21.212Z Compiling typify-impl v0.6.1
15922026-04-15T20:59:21.345Z Compiling terminal_size v0.4.4
15932026-04-15T20:59:21.372Z Compiling darling_core v0.21.3
15942026-04-15T20:59:21.417Z Compiling rustc_version v0.4.1
15952026-04-15T20:59:21.494Z Compiling thread-id v4.2.2
15962026-04-15T20:59:21.715Z Compiling curve25519-dalek v4.1.3
15972026-04-15T20:59:21.791Z Compiling toml v0.8.23
15982026-04-15T20:59:22.689Z Compiling goblin v0.8.2
15992026-04-15T20:59:22.974Z Compiling crossbeam-epoch v0.9.18
16002026-04-15T20:59:23.107Z Compiling hmac v0.12.1
16012026-04-15T20:59:23.248Z Compiling inout v0.1.4
16022026-04-15T20:59:23.333Z Compiling ff v0.13.1
16032026-04-15T20:59:23.398Z Compiling num-integer v0.1.46
16042026-04-15T20:59:23.557Z Compiling darling_macro v0.21.3
16052026-04-15T20:59:23.733Z Compiling float-ord v0.3.2
16062026-04-15T20:59:23.961Z Compiling group v0.13.0
16072026-04-15T20:59:24.073Z Compiling cipher v0.4.4
16082026-04-15T20:59:24.153Z Compiling darling v0.21.3
16092026-04-15T20:59:24.239Z Compiling hkdf v0.12.4
16102026-04-15T20:59:24.707Z Compiling clap_builder v4.6.0
16112026-04-15T20:59:26.817Z Compiling thiserror-impl-no-std v2.0.2
16122026-04-15T20:59:26.903Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16132026-04-15T20:59:27.512Z Compiling universal-hash v0.5.1
16142026-04-15T20:59:27.615Z Compiling half v2.7.1
16152026-04-15T20:59:27.644Z Compiling crypto-bigint v0.5.5
16162026-04-15T20:59:27.782Z Compiling typify-macro v0.6.1
16172026-04-15T20:59:27.939Z Compiling curve25519-dalek-derive v0.1.1
16182026-04-15T20:59:27.946Z Compiling proc-macro-error-attr v1.0.4
16192026-04-15T20:59:28.331Z Compiling prettyplease v0.2.37
16202026-04-15T20:59:28.458Z Compiling rustix v0.38.44
16212026-04-15T20:59:28.488Z Compiling toml_datetime v1.1.0+spec-1.1.0
16222026-04-15T20:59:28.591Z Compiling ciborium-io v0.2.2
16232026-04-15T20:59:28.655Z Compiling opaque-debug v0.3.1
16242026-04-15T20:59:28.693Z Compiling base64ct v1.8.3
16252026-04-15T20:59:28.730Z Compiling base16ct v0.2.0
16262026-04-15T20:59:28.743Z Compiling heapless v0.8.0
16272026-04-15T20:59:28.870Z Compiling elliptic-curve v0.13.8
16282026-04-15T20:59:28.882Z Compiling poly1305 v0.8.0
16292026-04-15T20:59:29.021Z Compiling password-hash v0.5.0
16302026-04-15T20:59:29.040Z Compiling ciborium-ll v0.2.2
16312026-04-15T20:59:29.238Z Compiling toml_edit v0.25.8+spec-1.1.0
16322026-04-15T20:59:29.542Z Compiling thiserror-no-std v2.0.2
16332026-04-15T20:59:30.090Z Compiling rustls-webpki v0.103.10
16342026-04-15T20:59:30.214Z Compiling clap v4.6.0
16352026-04-15T20:59:30.299Z Compiling chacha20 v0.9.1
16362026-04-15T20:59:30.377Z Compiling ingot-macros v0.1.1
16372026-04-15T20:59:30.510Z Compiling num-iter v0.1.45
16382026-04-15T20:59:30.529Z Compiling num-rational v0.4.2
16392026-04-15T20:59:30.545Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16402026-04-15T20:59:30.564Z Compiling usdt-attr-macro v0.5.0
16412026-04-15T20:59:31.191Z Compiling usdt-macro v0.5.0
16422026-04-15T20:59:31.460Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16432026-04-15T20:59:32.259Z Compiling blake2 v0.10.6
16442026-04-15T20:59:32.448Z Compiling byte-wrapper v0.1.0
16452026-04-15T20:59:32.757Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16462026-04-15T20:59:32.835Z Compiling aead v0.5.2
16472026-04-15T20:59:33.009Z Compiling enum-as-inner v0.6.1
16482026-04-15T20:59:33.056Z Compiling hash32 v0.3.1
16492026-04-15T20:59:33.100Z Compiling num-complex v0.4.6
16502026-04-15T20:59:33.224Z Compiling proc-macro-error v1.0.4
16512026-04-15T20:59:33.325Z Compiling memmap v0.7.0
16522026-04-15T20:59:33.336Z Compiling smoltcp v0.11.0
16532026-04-15T20:59:33.458Z Compiling keccak v0.1.6
16542026-04-15T20:59:33.497Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16552026-04-15T20:59:33.520Z Compiling data-encoding v2.10.0
16562026-04-15T20:59:33.600Z Compiling winnow v0.5.40
16572026-04-15T20:59:33.682Z Compiling tokio-rustls v0.26.4
16582026-04-15T20:59:33.714Z Compiling rustls-platform-verifier v0.6.2
16592026-04-15T20:59:33.782Z Compiling sha3 v0.10.8
16602026-04-15T20:59:33.960Z Compiling hyper-rustls v0.27.7
16612026-04-15T20:59:34.245Z Compiling reqwest v0.13.2
16622026-04-15T20:59:34.388Z Compiling usdt v0.5.0
16632026-04-15T20:59:34.457Z Compiling num v0.4.3
16642026-04-15T20:59:34.576Z Compiling ingot-types v0.1.2
16652026-04-15T20:59:35.060Z Compiling toml_edit v0.19.15
16662026-04-15T20:59:35.116Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16672026-04-15T20:59:35.152Z Compiling chacha20poly1305 v0.10.1
16682026-04-15T20:59:35.293Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16692026-04-15T20:59:35.664Z Compiling progenitor-client v0.13.0
16702026-04-15T20:59:36.002Z Compiling progenitor-extras v0.1.1
16712026-04-15T20:59:36.258Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16722026-04-15T20:59:36.576Z Compiling argon2 v0.5.3
16732026-04-15T20:59:37.128Z Compiling typify v0.6.1
16742026-04-15T20:59:37.185Z Compiling vsss-rs v3.3.4
16752026-04-15T20:59:37.211Z Compiling proc-macro-crate v3.5.0
16762026-04-15T20:59:37.655Z Compiling ciborium v0.2.2
16772026-04-15T20:59:38.402Z Compiling tabwriter v1.4.1
16782026-04-15T20:59:38.669Z Compiling cobs v0.3.0
16792026-04-15T20:59:38.669Z Compiling memoffset v0.9.1
16802026-04-15T20:59:38.809Z Compiling pkg-config v0.3.32
16812026-04-15T20:59:38.887Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16822026-04-15T20:59:38.934Z Compiling cfg_aliases v0.2.1
16832026-04-15T20:59:39.018Z Compiling indent_write v2.2.0
16842026-04-15T20:59:39.039Z Compiling vcpkg v0.2.15
16852026-04-15T20:59:39.071Z Compiling managed v0.8.0
16862026-04-15T20:59:39.120Z Compiling bitflags v1.3.2
16872026-04-15T20:59:39.166Z Compiling unsafe-libyaml v0.2.11
16882026-04-15T20:59:39.217Z Compiling nix v0.31.2
16892026-04-15T20:59:39.497Z Compiling postcard v1.1.3
16902026-04-15T20:59:39.642Z Compiling openssl-sys v0.9.112
16912026-04-15T20:59:39.852Z Compiling serde_yaml v0.9.34+deprecated
16922026-04-15T20:59:39.884Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16932026-04-15T20:59:40.653Z Compiling num_enum_derive v0.7.6
16942026-04-15T20:59:41.215Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16952026-04-15T20:59:41.339Z Compiling progenitor-impl v0.13.0
16962026-04-15T20:59:41.775Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16972026-04-15T20:59:41.791Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16982026-04-15T20:59:42.232Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16992026-04-15T20:59:42.354Z Compiling proc-macro-crate v1.3.1
17002026-04-15T20:59:42.652Z Compiling ingot v0.1.1
17012026-04-15T20:59:42.721Z Compiling hubpack_derive v0.1.1
17022026-04-15T20:59:43.278Z Compiling foreign-types-macros v0.2.3
17032026-04-15T20:59:43.957Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17042026-04-15T20:59:44.106Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17052026-04-15T20:59:44.129Z Compiling cpufeatures v0.3.0
17062026-04-15T20:59:44.211Z Compiling colored v3.1.1
17072026-04-15T20:59:44.273Z Compiling swrite v0.1.0
17082026-04-15T20:59:44.344Z Compiling heck v0.4.1
17092026-04-15T20:59:44.374Z Compiling foreign-types-shared v0.3.1
17102026-04-15T20:59:44.474Z Compiling static_assertions v1.1.0
17112026-04-15T20:59:44.553Z Compiling semver v0.1.20
17122026-04-15T20:59:44.566Z Compiling linked-hash-map v0.5.6
17132026-04-15T20:59:44.625Z Compiling rayon-core v1.13.0
17142026-04-15T20:59:44.637Z Compiling resolv-conf v0.7.6
17152026-04-15T20:59:44.730Z Compiling rustc_version v0.1.7
17162026-04-15T20:59:44.758Z Compiling lru-cache v0.1.2
17172026-04-15T20:59:44.820Z Compiling foreign-types v0.5.0
17182026-04-15T20:59:44.863Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17192026-04-15T20:59:44.952Z Compiling chacha20 v0.10.0
17202026-04-15T20:59:44.964Z Compiling hubpack v0.1.2
17212026-04-15T20:59:44.980Z Compiling num_enum_derive v0.5.11
17222026-04-15T20:59:45.086Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17232026-04-15T20:59:45.183Z Compiling progenitor-macro v0.13.0
17242026-04-15T20:59:45.200Z Compiling num_enum v0.7.6
17252026-04-15T20:59:45.441Z Compiling hickory-proto v0.24.4
17262026-04-15T20:59:46.078Z Compiling crossbeam-deque v0.8.6
17272026-04-15T20:59:46.155Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17282026-04-15T20:59:46.280Z Compiling serde-big-array v0.5.1
17292026-04-15T20:59:46.440Z Compiling pin-project-internal v1.1.11
17302026-04-15T20:59:46.678Z Compiling derive-where v1.6.1
17312026-04-15T20:59:47.142Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17322026-04-15T20:59:47.560Z Compiling serde_repr v0.1.20
17332026-04-15T20:59:47.664Z Compiling cstr-argument v0.1.2
17342026-04-15T20:59:47.830Z Compiling minimal-lexical v0.2.1
17352026-04-15T20:59:47.913Z Compiling unicode-segmentation v1.13.2
17362026-04-15T20:59:47.977Z Compiling siphasher v1.0.2
17372026-04-15T20:59:48.105Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17382026-04-15T20:59:48.184Z Compiling phf_shared v0.12.1
17392026-04-15T20:59:48.187Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17402026-04-15T20:59:48.353Z Compiling newline-converter v0.3.0
17412026-04-15T20:59:48.370Z Compiling nom v7.1.3
17422026-04-15T20:59:48.374Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17432026-04-15T20:59:48.664Z Compiling pin-project v1.1.11
17442026-04-15T20:59:48.778Z Compiling hickory-resolver v0.24.4
17452026-04-15T20:59:48.920Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17462026-04-15T20:59:49.008Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17472026-04-15T20:59:49.088Z Compiling num_enum v0.5.11
17482026-04-15T20:59:49.213Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17492026-04-15T20:59:49.815Z Compiling rand v0.10.1
17502026-04-15T20:59:49.864Z Compiling newtype_derive v0.1.6
17512026-04-15T20:59:50.131Z Compiling atomicwrites v0.4.4
17522026-04-15T20:59:50.571Z Compiling unicode-normalization v0.1.25
17532026-04-15T20:59:50.608Z Compiling progenitor v0.13.0
17542026-04-15T20:59:50.758Z Compiling console v0.15.11
17552026-04-15T20:59:50.884Z Compiling camino-tempfile v1.4.1
17562026-04-15T20:59:51.080Z Compiling tokio-stream v0.1.18
17572026-04-15T20:59:51.092Z Compiling snafu-derive v0.8.9
17582026-04-15T20:59:51.149Z Compiling async-recursion v1.1.1
17592026-04-15T20:59:51.270Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17602026-04-15T20:59:51.471Z Compiling slog-dtrace v0.3.0
17612026-04-15T20:59:51.567Z Compiling csv-core v0.1.13
17622026-04-15T20:59:51.592Z Compiling bstr v1.12.1
17632026-04-15T20:59:51.627Z Compiling foreign-types-shared v0.1.1
17642026-04-15T20:59:51.710Z Compiling openssl v0.10.76
17652026-04-15T20:59:51.721Z Compiling foldhash v0.1.5
17662026-04-15T20:59:51.833Z Compiling owo-colors v4.3.0
17672026-04-15T20:59:51.845Z Compiling cancel-safe-futures v0.1.5
17682026-04-15T20:59:51.857Z Compiling same-file v1.0.6
17692026-04-15T20:59:51.903Z Compiling similar v2.7.0
17702026-04-15T20:59:51.991Z Compiling unicode-width v0.1.14
17712026-04-15T20:59:52.034Z Compiling chrono-tz v0.10.4
17722026-04-15T20:59:52.092Z Compiling highway v1.3.0
17732026-04-15T20:59:52.096Z Compiling unicode-xid v0.2.6
17742026-04-15T20:59:52.238Z Compiling const_format_proc_macros v0.2.34
17752026-04-15T20:59:52.275Z Compiling walkdir v2.5.0
17762026-04-15T20:59:52.286Z Compiling globset v0.4.18
17772026-04-15T20:59:52.295Z Compiling hashbrown v0.15.5
17782026-04-15T20:59:52.510Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17792026-04-15T20:59:52.644Z Compiling expectorate v1.2.0
17802026-04-15T20:59:52.809Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17812026-04-15T20:59:52.845Z Compiling csv v1.4.0
17822026-04-15T20:59:52.905Z Compiling snafu v0.8.9
17832026-04-15T20:59:52.965Z Compiling foreign-types v0.3.2
17842026-04-15T20:59:53.062Z Compiling qorb v0.4.1
17852026-04-15T20:59:53.179Z Compiling olpc-cjson v0.1.4
17862026-04-15T20:59:53.317Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17872026-04-15T20:59:53.356Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17882026-04-15T20:59:54.591Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17892026-04-15T20:59:54.927Z Compiling rayon v1.11.0
17902026-04-15T20:59:55.027Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17912026-04-15T20:59:55.233Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17922026-04-15T20:59:55.389Z Compiling phf v0.12.1
17932026-04-15T20:59:55.549Z Compiling zone_cfg_derive v0.3.1
17942026-04-15T20:59:55.737Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17952026-04-15T20:59:56.000Z Compiling tokio-dtrace v0.1.1
17962026-04-15T20:59:56.299Z Compiling itertools v0.12.1
17972026-04-15T20:59:56.300Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17982026-04-15T20:59:56.517Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17992026-04-15T20:59:56.650Z Compiling libsw-core v0.3.2
18002026-04-15T20:59:56.765Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18012026-04-15T20:59:56.833Z Compiling serde_plain v1.0.2
18022026-04-15T20:59:56.845Z Compiling openssl-macros v0.1.1
18032026-04-15T20:59:56.914Z Compiling num-derive v0.4.2
18042026-04-15T20:59:57.047Z Compiling pem v3.0.6
18052026-04-15T20:59:57.328Z Compiling cookie v0.18.1
18062026-04-15T20:59:57.339Z Compiling sigpipe v0.1.3
18072026-04-15T20:59:57.371Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18082026-04-15T20:59:57.427Z Compiling typed-path v0.9.3
18092026-04-15T20:59:57.458Z Compiling bytecount v0.6.9
18102026-04-15T20:59:57.548Z Compiling glob v0.3.3
18112026-04-15T20:59:57.560Z Compiling jiff v0.2.23
18122026-04-15T20:59:57.580Z Compiling fixedbitset v0.5.7
18132026-04-15T20:59:57.591Z Compiling fixedbitset v0.4.2
18142026-04-15T20:59:57.663Z Compiling papergrid v0.11.0
18152026-04-15T20:59:57.826Z Compiling petgraph v0.8.3
18162026-04-15T20:59:57.910Z Compiling petgraph v0.6.5
18172026-04-15T20:59:57.913Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18182026-04-15T20:59:58.008Z Compiling zone v0.3.1
18192026-04-15T20:59:58.342Z Compiling tough v0.20.0
18202026-04-15T20:59:58.858Z Compiling libsw v3.5.0
18212026-04-15T20:59:59.053Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18222026-04-15T20:59:59.505Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18232026-04-15T20:59:59.554Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18242026-04-15T20:59:59.748Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18252026-04-15T20:59:59.777Z Compiling oxide-tokio-rt v0.1.3
18262026-04-15T21:00:00.798Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18272026-04-15T21:00:01.448Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18282026-04-15T21:00:01.634Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18292026-04-15T21:00:01.692Z Compiling const_format v0.2.35
18302026-04-15T21:00:01.711Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18312026-04-15T21:00:02.033Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-15T21:00:02.572Z Compiling tabled_derive v0.7.0
18332026-04-15T21:00:02.600Z Compiling gethostname v0.5.0
18342026-04-15T21:00:02.681Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18352026-04-15T21:00:02.728Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18362026-04-15T21:00:02.816Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18372026-04-15T21:00:02.947Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18382026-04-15T21:00:03.066Z Compiling smf v0.2.3
18392026-04-15T21:00:03.366Z Compiling bcs v0.1.6
18402026-04-15T21:00:03.558Z Compiling linear-map v1.2.0
18412026-04-15T21:00:03.571Z Compiling smawk v0.3.2
18422026-04-15T21:00:03.714Z Compiling tagptr v0.2.0
18432026-04-15T21:00:03.714Z Compiling whoami v1.6.1
18442026-04-15T21:00:03.718Z Compiling termtree v0.5.1
18452026-04-15T21:00:03.764Z Compiling lazy_static v1.5.0
18462026-04-15T21:00:03.877Z Compiling unicode-linebreak v0.1.5
18472026-04-15T21:00:03.877Z Compiling steno v0.4.1
18482026-04-15T21:00:04.045Z Compiling moka v0.12.15
18492026-04-15T21:00:04.141Z Compiling textwrap v0.16.2
18502026-04-15T21:00:04.221Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18512026-04-15T21:00:04.252Z Compiling tabled v0.15.0
18522026-04-15T21:00:04.703Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-04-15T21:00:04.849Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-04-15T21:00:05.003Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-04-15T21:00:05.186Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-04-15T21:00:06.028Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-04-15T21:00:06.918Z Compiling hickory-proto v0.25.2
18582026-04-15T21:00:07.151Z Compiling humantime v2.3.0
18592026-04-15T21:00:07.351Z Compiling num-derive v0.3.3
18602026-04-15T21:00:07.449Z Compiling parking_lot_core v0.8.6
18612026-04-15T21:00:07.754Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18622026-04-15T21:00:07.987Z Compiling crc32fast v1.5.0
18632026-04-15T21:00:08.319Z Compiling libscf-sys v1.1.0
18642026-04-15T21:00:08.391Z Compiling parking_lot v0.11.2
18652026-04-15T21:00:08.469Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18662026-04-15T21:00:08.548Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18672026-04-15T21:00:08.792Z Compiling fxhash v0.2.1
18682026-04-15T21:00:08.827Z Compiling internet-checksum v0.2.1
18692026-04-15T21:00:08.836Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18702026-04-15T21:00:08.931Z Compiling hickory-resolver v0.25.2
18712026-04-15T21:00:08.962Z Compiling sled v0.34.7
18722026-04-15T21:00:09.830Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18732026-04-15T21:00:14.509Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18742026-04-15T21:00:21.960Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18752026-04-15T21:00:23.651Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18762026-04-15T21:00:24.764Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18772026-04-15T21:00:25.958Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18782026-04-15T21:00:26.757Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18792026-04-15T21:00:51.100Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s
18802026-04-15T21:00:51.277Z────────────
18812026-04-15T21:00:51.277Z Nextest run ID d7f5afbc-3918-4fed-8c4c-19e57a3035e4 with nextest profile: default
18822026-04-15T21:00:51.277Z Starting 45 tests across 1 binary
18832026-04-15T21:00:51.287Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
18842026-04-15T21:00:51.291Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
18852026-04-15T21:00:51.291Z PASS [ 0.011s] rdb db::test::test_prefix4_from_str
18862026-04-15T21:00:51.291Z PASS [ 0.011s] rdb db::test::test_prefix4_db_key_serialization
18872026-04-15T21:00:51.292Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18882026-04-15T21:00:51.292Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18892026-04-15T21:00:51.297Z PASS [ 0.010s] rdb db::test::test_prefix6_db_key_serialization
18902026-04-15T21:00:51.297Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
18912026-04-15T21:00:51.339Z PASS [ 0.061s] rdb db::test::test_ipv6_origin_crud
18922026-04-15T21:00:51.339Z PASS [ 0.061s] rdb db::test::test_ipv4_origin_crud
18932026-04-15T21:00:51.346Z PASS [ 0.058s] rdb db::test::test_prefix_host_bit_normalization
18942026-04-15T21:00:51.350Z PASS [ 0.059s] rdb db::test::test_rib
18952026-04-15T21:00:51.350Z PASS [ 0.059s] rdb db::test::test_static_routing_ipv4_basic
18962026-04-15T21:00:51.350Z PASS [ 0.059s] rdb db::test::test_set_nexthop_shutdown_replaces_path
18972026-04-15T21:00:51.355Z PASS [ 0.058s] rdb db::test::test_static_routing_ipv6_basic
18982026-04-15T21:00:51.355Z PASS [ 0.058s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
18992026-04-15T21:00:51.361Z PASS [ 0.014s] rdb proptest::prop_ipv4_host_bits_always_unset
19002026-04-15T21:00:51.361Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19012026-04-15T21:00:51.370Z PASS [ 0.014s] rdb proptest::prop_ipv4_length_in_bounds
19022026-04-15T21:00:51.370Z PASS [ 0.014s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19032026-04-15T21:00:51.375Z PASS [ 0.014s] rdb proptest::prop_ipv4_within_self
19042026-04-15T21:00:51.376Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19052026-04-15T21:00:51.384Z PASS [ 0.015s] rdb proptest::prop_ipv6_length_in_bounds
19062026-04-15T21:00:51.384Z PASS [ 0.015s] rdb proptest::prop_ipv6_host_bits_always_unset
19072026-04-15T21:00:51.390Z PASS [ 0.015s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19082026-04-15T21:00:51.390Z PASS [ 0.015s] rdb proptest::prop_ipv6_within_self
19092026-04-15T21:00:51.399Z PASS [ 0.014s] rdb proptest::prop_prefix_enum_no_cross_family
19102026-04-15T21:00:51.402Z PASS [ 0.060s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19112026-04-15T21:00:51.402Z PASS [ 0.060s] rdb db::test::test_static_routing_mixed_address_families
19122026-04-15T21:00:51.402Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19132026-04-15T21:00:51.402Z PASS [ 0.055s] rdb db::test::test_static_routing_vlan_id_handling
19142026-04-15T21:00:51.410Z PASS [ 0.008s] rdb types::test::bgp_path_identity
19152026-04-15T21:00:51.414Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_idempotent
19162026-04-15T21:00:51.414Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19172026-04-15T21:00:51.414Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19182026-04-15T21:00:51.418Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_length
19192026-04-15T21:00:51.421Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19202026-04-15T21:00:51.421Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19212026-04-15T21:00:51.421Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19222026-04-15T21:00:51.421Z PASS [ 0.009s] rdb types::test::btreeset_remove
19232026-04-15T21:00:51.421Z PASS [ 0.009s] rdb types::test::btreeset_replace
19242026-04-15T21:00:51.425Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
19252026-04-15T21:00:51.428Z PASS [ 0.008s] rdb types::test::ord_contract
19262026-04-15T21:00:51.428Z PASS [ 0.008s] rdb types::test::static_path_identity
19272026-04-15T21:00:51.432Z PASS [ 0.086s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19282026-04-15T21:00:51.436Z────────────
19292026-04-15T21:00:51.436Z Summary [ 0.156s] 45 tests run: 45 passed, 0 skipped
19302026-04-15T21:00:51.446Z+ cp rib.log /work/
19312026-04-15T21:00:51.450Zprocess exited: duration 306509 ms, exit code 0
 
19322026-04-15T21:00:51.457Zfound 1 output files
19332026-04-15T21:00:51.457Zuploading: /work/rib.log (887 bytes)
19342026-04-15T21:00:52.474Zuploaded: /work/rib.log