01KTWA5RB4RE11Q5XS6PYRK01W: 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: 01KTWA687XF39SRE5AWK9CZVNE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T21:43:45.329Zjob assigned to worker 01KTWA6QKXZK2KNFKE20NBTH1J [factory aws, i-0221be1b1d83fb1e2] (queued for 1 m 6 s)
 
22026-06-11T21:43:52.374Zstarting task 0: "setup"
32026-06-11T21:43:52.378Z++ uname -s
42026-06-11T21:43:52.381Z+ kern=SunOS
52026-06-11T21:43:52.381Z+ build_user=build
62026-06-11T21:43:52.381Z+ build_uid=12345
72026-06-11T21:43:52.381Z+ work_dir=/work
82026-06-11T21:43:52.381Z+ input_dir=/input
92026-06-11T21:43:52.381Z+ [[ 0 == 12345 ]]
102026-06-11T21:43:52.381Z+ case "$kern" in
112026-06-11T21:43:52.382Z+ groupadd -g 12345 build
122026-06-11T21:43:52.384Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T21:43:54.389Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T21:43:54.467Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T21:43:54.470Z+ home_fs=zfs
162026-06-11T21:43:54.470Z+ [[ zfs == autofs ]]
172026-06-11T21:43:54.470Z+ mkdir -p /home/build
182026-06-11T21:43:54.470Z+ chown build:build /home/build /work
192026-06-11T21:43:56.473Z+ chmod 0700 /home/build /work
202026-06-11T21:43:56.476Zprocess exited: duration 4102 ms, exit code 0
 
212026-06-11T21:43:56.482Zstarting task 1: "rust-toolchain"
222026-06-11T21:43:56.486Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-11T21:43:56.486Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-11T21:43:56.486Z * rust toolchain channel = "stable"
252026-06-11T21:43:56.486Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-11T21:43:56.486Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T21:43:56.486Z * rust toolchain profile = "default"
282026-06-11T21:43:56.489Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T21:43:56.489Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-11T21:43:56.607Zinfo: downloading installer
312026-06-11T21:43:58.086Zwarn: It looks like you have an existing installation of Rust at:
322026-06-11T21:43:58.086Zwarn: /opt/ooce/bin
332026-06-11T21:43:58.086Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-11T21:43:58.086Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-11T21:43:58.086Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-11T21:43:58.086Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-11T21:43:58.086Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-11T21:43:58.086Zerror: cannot install while Rust is installed
392026-06-11T21:43:58.086Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-11T21:43:58.086Zwarn: It looks like you have an existing rustup settings file at:
412026-06-11T21:43:58.086Zwarn: /home/build/.rustup/settings.toml
422026-06-11T21:43:58.086Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-11T21:43:58.087Zwarn: instead of the one inferred from the default host triple.
442026-06-11T21:43:58.100Zinfo: profile set to default
452026-06-11T21:43:58.100Zinfo: default host triple is x86_64-unknown-illumos
462026-06-11T21:43:58.102Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-11T21:43:58.240Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-11T21:43:58.243Zinfo: downloading 6 components
492026-06-11T21:44:14.617Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-11T21:44:14.617Z
512026-06-11T21:44:14.644Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-11T21:44:14.644Z
532026-06-11T21:44:14.644Z
542026-06-11T21:44:14.644ZRust is installed now. Great!
552026-06-11T21:44:14.644Z
562026-06-11T21:44:14.644ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-11T21:44:14.644Zenvironment variable. This has not been done automatically.
582026-06-11T21:44:14.644Z
592026-06-11T21:44:14.644ZTo configure your current shell, you need to source
602026-06-11T21:44:14.644Zthe corresponding env file under $HOME/.cargo.
612026-06-11T21:44:14.644Z
622026-06-11T21:44:14.644ZThis is usually done by running one of the following (note the leading DOT):
632026-06-11T21:44:14.644Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-11T21:44:14.644Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-11T21:44:14.645Zsource "~/.cargo/env.nu" # For nushell
662026-06-11T21:44:14.645Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-11T21:44:14.645Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-11T21:44:14.645Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-11T21:44:14.648Zwarn: no default linker (`cc`) was found in your PATH
702026-06-11T21:44:14.648Zwarn: many Rust crates require a system C toolchain to build
712026-06-11T21:44:14.751Z+ rustup --version
722026-06-11T21:44:14.761Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-11T21:44:14.764Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-11T21:44:14.782Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-11T21:44:14.785Z+ cargo --version
762026-06-11T21:44:14.798Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-11T21:44:14.801Z+ rustc --version
782026-06-11T21:44:14.820Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-11T21:44:14.823Zprocess exited: duration 18338 ms, exit code 0
 
802026-06-11T21:44:14.829Zstarting task 2: "authentication"
812026-06-11T21:44:14.846Zprocess exited: duration 16 ms, exit code 0
 
822026-06-11T21:44:14.851Zstarting task 3: "clone repository"
832026-06-11T21:44:14.854Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-11T21:44:14.857Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-11T21:44:14.888ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-11T21:44:16.575Z+ cd /work/oxidecomputer/maghemite
872026-06-11T21:44:16.575Z+ git fetch origin 1dcd3e3f53d390dd97613f2530d25d2520d7d000
882026-06-11T21:44:16.988ZFrom https://github.com/oxidecomputer/maghemite
892026-06-11T21:44:16.988Z * branch 1dcd3e3f53d390dd97613f2530d25d2520d7d000 -> FETCH_HEAD
902026-06-11T21:44:16.995Z+ [[ -n trey/just-build ]]
912026-06-11T21:44:16.997Z++ git branch --show-current
922026-06-11T21:44:17.000Z+ current=main
932026-06-11T21:44:17.000Z+ [[ main != trey/just-build ]]
942026-06-11T21:44:17.000Z+ git branch -f trey/just-build 1dcd3e3f53d390dd97613f2530d25d2520d7d000
952026-06-11T21:44:17.002Z+ git checkout -f trey/just-build
962026-06-11T21:44:17.019ZSwitched to branch 'trey/just-build'
972026-06-11T21:44:17.021Z+ git reset --hard 1dcd3e3f53d390dd97613f2530d25d2520d7d000
982026-06-11T21:44:17.023ZHEAD is now at 1dcd3e3 justfile: pass all args to cargo build
992026-06-11T21:44:17.023Zprocess exited: duration 2171 ms, exit code 0
 
1002026-06-11T21:44:17.029Zstarting task 4: "build"
1012026-06-11T21:44:17.032Z+ set -e
1022026-06-11T21:44:17.032Z+ source .github/buildomat/test-common.sh
1032026-06-11T21:44:17.035Z++ NEXTEST_VERSION=0.9.97
1042026-06-11T21:44:17.035Z++ PLATFORM=illumos
1052026-06-11T21:44:17.035Z++ banner install
1062026-06-11T21:44:17.035Z
1072026-06-11T21:44:17.035Z # # # #### ##### ## # #
1082026-06-11T21:44:17.035Z # ## # # # # # # #
1092026-06-11T21:44:17.035Z # # # # #### # # # # #
1102026-06-11T21:44:17.035Z # # # # # # ###### # #
1112026-06-11T21:44:17.035Z # # ## # # # # # # #
1122026-06-11T21:44:17.035Z # # # #### # # # ###### ######
1132026-06-11T21:44:17.035Z
1142026-06-11T21:44:17.035Z++ set +o errexit
1152026-06-11T21:44:17.037Z++ pkg info clang-15
1162026-06-11T21:44:17.037Z++ grep -qi installed
1172026-06-11T21:44:18.270Zpkg: info: no packages matching the following patterns you specified are
1182026-06-11T21:44:18.270Zinstalled on the system. Try querying remotely instead:
1192026-06-11T21:44:18.270Z
1202026-06-11T21:44:18.270Z clang-15
1212026-06-11T21:44:18.307Z++ [[ 1 != 0 ]]
1222026-06-11T21:44:18.307Z++ set -o errexit
1232026-06-11T21:44:18.310Z++ pfexec pkg install clang-15
1242026-06-11T21:44:25.015Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-11T21:44:32.731Z Startup: Caching catalogs ... Done
1262026-06-11T21:44:39.984ZPlanning: Solver setup ... Done
1272026-06-11T21:44:40.024ZPlanning: Running solver ... Done
1282026-06-11T21:44:40.167ZPlanning: Finding local manifests ... Done
1292026-06-11T21:44:40.182ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-11T21:44:41.486ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-11T21:44:41.516ZPlanning: Package planning ... Done
1322026-06-11T21:44:41.541ZPlanning: Merging actions ... Done
1332026-06-11T21:44:41.648ZPlanning: Checking for conflicting actions ... Done
1342026-06-11T21:44:41.654ZPlanning: Consolidating action changes ... Done
1352026-06-11T21:44:42.386ZPlanning: Evaluating mediators ... Done
1362026-06-11T21:44:42.392ZPlanning: Planning completed in 9.49 seconds
1372026-06-11T21:44:42.403Z Packages to install: 2
1382026-06-11T21:44:42.403Z Mediators to change: 2
1392026-06-11T21:44:42.403Z Services to change: 1
1402026-06-11T21:44:42.407Z Create boot environment: No
1412026-06-11T21:44:42.407ZCreate backup boot environment: No
1422026-06-11T21:44:42.449Z
1432026-06-11T21:44:42.449ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-11T21:44:48.484ZDownload: 981/3076 items 82.2/211.3MB 38% complete (18.1M/s)
1452026-06-11T21:44:53.484ZDownload: 2887/3076 items 126.4/211.3MB 59% complete (11.0M/s)
1462026-06-11T21:44:58.222ZDownload: Completed 211.31 MB in 15.77 seconds (13.4M/s)
1472026-06-11T21:44:58.341Z Actions: 1/3418 actions (Installing new actions)
1482026-06-11T21:45:01.469Z Actions: Completed 3418 actions in 3.13 seconds.
1492026-06-11T21:45:02.129Z Done
1502026-06-11T21:45:02.129Z Done
1512026-06-11T21:45:02.900Z Done
1522026-06-11T21:45:06.308Z Done
1532026-06-11T21:45:06.378Z Done
1542026-06-11T21:45:06.380Z Done
1552026-06-11T21:45:06.658Z Done
1562026-06-11T21:45:07.344Z++ set -o errexit
1572026-06-11T21:45:07.344Z++ cargo --version
1582026-06-11T21:45:07.352Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1592026-06-11T21:45:07.505Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1602026-06-11T21:45:07.507Zinfo: downloading 6 components
1612026-06-11T21:45:22.556Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1622026-06-11T21:45:22.559Z++ rustc --version
1632026-06-11T21:45:22.590Zrustc 1.95.0 (59807616e 2026-04-14)
1642026-06-11T21:45:22.593Z++ cargo install cargo-nextest --version 0.9.97
1652026-06-11T21:45:22.636Z Updating crates.io index
1662026-06-11T21:45:22.732Z Downloading crates ...
1672026-06-11T21:45:22.782Z Downloaded cargo-nextest v0.9.97
1682026-06-11T21:45:22.842Z Installing cargo-nextest v0.9.97
1692026-06-11T21:45:22.882Z Updating crates.io index
1702026-06-11T21:45:25.804Z Locking 404 packages to latest compatible versions
1712026-06-11T21:45:25.809Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-06-11T21:45:25.812Z Adding duct v0.13.7 (available: v1.1.1)
1732026-06-11T21:45:25.812Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-06-11T21:45:25.812Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-06-11T21:45:25.812Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1762026-06-11T21:45:25.815Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1772026-06-11T21:45:25.815Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-06-11T21:45:25.817Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1792026-06-11T21:45:25.820Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-06-11T21:45:25.848Z Downloading crates ...
1812026-06-11T21:45:25.933Z Downloaded cfg_aliases v0.2.1
1822026-06-11T21:45:25.936Z Downloaded cargo-platform v0.3.3
1832026-06-11T21:45:25.941Z Downloaded clap v4.6.1
1842026-06-11T21:45:25.947Z Downloaded cargo_metadata v0.20.0
1852026-06-11T21:45:25.950Z Downloaded cfg-expr v0.20.8
1862026-06-11T21:45:25.952Z Downloaded cfg-if v1.0.4
1872026-06-11T21:45:25.955Z Downloaded adler2 v2.0.1
1882026-06-11T21:45:25.959Z Downloaded cargo-platform v0.2.0
1892026-06-11T21:45:25.961Z Downloaded backtrace-ext v0.2.1
1902026-06-11T21:45:25.966Z Downloaded futures-core v0.3.32
1912026-06-11T21:45:25.970Z Downloaded globset v0.4.18
1922026-06-11T21:45:25.973Z Downloaded cargo_metadata v0.23.1
1932026-06-11T21:45:25.976Z Downloaded cargo-util-schemas v0.2.0
1942026-06-11T21:45:25.976Z Downloaded form_urlencoded v1.2.2
1952026-06-11T21:45:25.978Z Downloaded rand_core v0.9.5
1962026-06-11T21:45:25.978Z Downloaded indent_write v2.2.0
1972026-06-11T21:45:25.981Z Downloaded ahash v0.8.12
1982026-06-11T21:45:25.981Z Downloaded futures-task v0.3.32
1992026-06-11T21:45:25.983Z Downloaded addr2line v0.25.1
2002026-06-11T21:45:25.984Z Downloaded crypto-common v0.1.7
2012026-06-11T21:45:25.986Z Downloaded foreign-types-shared v0.1.1
2022026-06-11T21:45:25.986Z Downloaded futures-sink v0.3.32
2032026-06-11T21:45:25.989Z Downloaded derive_more-impl v2.1.1
2042026-06-11T21:45:25.992Z Downloaded cc v1.2.63
2052026-06-11T21:45:25.994Z Downloaded hyper-tls v0.6.0
2062026-06-11T21:45:25.994Z Downloaded atomicwrites v0.4.4
2072026-06-11T21:45:25.997Z Downloaded lru-slab v0.1.2
2082026-06-11T21:45:25.997Z Downloaded futures-io v0.3.32
2092026-06-11T21:45:26.000Z Downloaded block-buffer v0.10.4
2102026-06-11T21:45:26.000Z Downloaded atomic-waker v1.1.2
2112026-06-11T21:45:26.000Z Downloaded nextest-workspace-hack v0.1.0
2122026-06-11T21:45:26.003Z Downloaded anstyle-query v1.1.5
2132026-06-11T21:45:26.003Z Downloaded idna_adapter v1.0.0
2142026-06-11T21:45:26.003Z Downloaded mukti-metadata v0.3.0
2152026-06-11T21:45:26.006Z Downloaded http-body v1.0.1
2162026-06-11T21:45:26.006Z Downloaded foreign-types v0.3.2
2172026-06-11T21:45:26.009Z Downloaded percent-encoding v2.3.2
2182026-06-11T21:45:26.012Z Downloaded humantime-serde v1.1.1
2192026-06-11T21:45:26.012Z Downloaded nested v0.1.1
2202026-06-11T21:45:26.015Z Downloaded hex v0.4.3
2212026-06-11T21:45:26.015Z Downloaded color-spantrace v0.3.0
2222026-06-11T21:45:26.021Z Downloaded guppy-workspace-hack v0.1.0
2232026-06-11T21:45:26.024Z Downloaded errno v0.3.14
2242026-06-11T21:45:26.028Z Downloaded lazy_static v1.5.0
2252026-06-11T21:45:26.031Z Downloaded cpufeatures v0.2.17
2262026-06-11T21:45:26.034Z Downloaded futures-macro v0.3.32
2272026-06-11T21:45:26.034Z Downloaded enable-ansi-support v0.2.1
2282026-06-11T21:45:26.034Z Downloaded newtype-uuid v1.3.2
2292026-06-11T21:45:26.037Z Downloaded debug-ignore v1.0.5
2302026-06-11T21:45:26.039Z Downloaded openssl-probe v0.2.1
2312026-06-11T21:45:26.039Z Downloaded indenter v0.3.4
2322026-06-11T21:45:26.039Z Downloaded number_prefix v0.4.0
2332026-06-11T21:45:26.042Z Downloaded futures-executor v0.3.32
2342026-06-11T21:45:26.042Z Downloaded home v0.5.12
2352026-06-11T21:45:26.045Z Downloaded fnv v1.0.7
2362026-06-11T21:45:26.045Z Downloaded fastrand v2.4.1
2372026-06-11T21:45:26.045Z Downloaded anstream v1.0.0
2382026-06-11T21:45:26.048Z Downloaded itoa v1.0.18
2392026-06-11T21:45:26.048Z Downloaded base64ct v1.8.3
2402026-06-11T21:45:26.050Z Downloaded clap_lex v1.1.0
2412026-06-11T21:45:26.053Z Downloaded heck v0.5.0
2422026-06-11T21:45:26.056Z Downloaded is_terminal_polyfill v1.70.2
2432026-06-11T21:45:26.058Z Downloaded colorchoice v1.0.5
2442026-06-11T21:45:26.059Z Downloaded nextest-metadata v0.12.2
2452026-06-11T21:45:26.061Z Downloaded hyper-rustls v0.27.9
2462026-06-11T21:45:26.061Z Downloaded quote v1.0.45
2472026-06-11T21:45:26.064Z Downloaded openssl-sys v0.9.116
2482026-06-11T21:45:26.066Z Downloaded nextest-filtering v0.15.0
2492026-06-11T21:45:26.069Z Downloaded rustc_version v0.4.1
2502026-06-11T21:45:26.069Z Downloaded equivalent v1.0.2
2512026-06-11T21:45:26.072Z Downloaded openssl-macros v0.1.1
2522026-06-11T21:45:26.072Z Downloaded rustc-hash v2.1.2
2532026-06-11T21:45:26.072Z Downloaded pathdiff v0.2.3
2542026-06-11T21:45:26.074Z Downloaded async-scoped v0.9.0
2552026-06-11T21:45:26.077Z Downloaded os_pipe v1.2.3
2562026-06-11T21:45:26.077Z Downloaded document-features v0.2.12
2572026-06-11T21:45:26.080Z Downloaded serde_ignored v0.1.14
2582026-06-11T21:45:26.082Z Downloaded serde_urlencoded v0.7.1
2592026-06-11T21:45:26.085Z Downloaded serde_spanned v0.6.9
2602026-06-11T21:45:26.085Z Downloaded serde-value v0.7.0
2612026-06-11T21:45:26.088Z Downloaded is_ci v1.2.0
2622026-06-11T21:45:26.091Z Downloaded autocfg v1.5.1
2632026-06-11T21:45:26.093Z Downloaded anstyle-parse v1.0.0
2642026-06-11T21:45:26.093Z Downloaded sigchld v0.2.4
2652026-06-11T21:45:26.096Z Downloaded generic-array v0.14.7
2662026-06-11T21:45:26.096Z Downloaded digest v0.10.7
2672026-06-11T21:45:26.100Z Downloaded pkg-config v0.3.33
2682026-06-11T21:45:26.100Z Downloaded rand_core v0.6.4
2692026-06-11T21:45:26.100Z Downloaded lock_api v0.4.14
2702026-06-11T21:45:26.100Z Downloaded future-queue v0.4.0
2712026-06-11T21:45:26.104Z Downloaded foldhash v0.1.5
2722026-06-11T21:45:26.104Z Downloaded filetime v0.2.29
2732026-06-11T21:45:26.104Z Downloaded anstyle v1.0.14
2742026-06-11T21:45:26.108Z Downloaded rand_chacha v0.9.0
2752026-06-11T21:45:26.113Z Downloaded fixedbitset v0.5.7
2762026-06-11T21:45:26.113Z Downloaded ed25519 v2.2.3
2772026-06-11T21:45:26.113Z Downloaded ppv-lite86 v0.2.21
2782026-06-11T21:45:26.113Z Downloaded humantime v2.3.0
2792026-06-11T21:45:26.118Z Downloaded serde_spanned v1.1.1
2802026-06-11T21:45:26.118Z Downloaded owo-colors v4.3.0
2812026-06-11T21:45:26.118Z Downloaded native-tls v0.2.18
2822026-06-11T21:45:26.122Z Downloaded miette-derive v7.6.0
2832026-06-11T21:45:26.122Z Downloaded self-replace v1.5.0
2842026-06-11T21:45:26.124Z Downloaded signature v2.2.0
2852026-06-11T21:45:26.127Z Downloaded ipnet v2.12.0
2862026-06-11T21:45:26.127Z Downloaded supports-unicode v3.0.0
2872026-06-11T21:45:26.130Z Downloaded supports-color v3.0.2
2882026-06-11T21:45:26.130Z Downloaded signal-hook-mio v0.2.5
2892026-06-11T21:45:26.134Z Downloaded strsim v0.11.1
2902026-06-11T21:45:26.137Z Downloaded strip-ansi-escapes v0.2.1
2912026-06-11T21:45:26.137Z Downloaded terminal_size v0.4.4
2922026-06-11T21:45:26.137Z Downloaded subtle v2.6.1
2932026-06-11T21:45:26.140Z Downloaded shell-words v1.1.1
2942026-06-11T21:45:26.143Z Downloaded convert_case v0.10.0
2952026-06-11T21:45:26.143Z Downloaded sync_wrapper v1.0.2
2962026-06-11T21:45:26.143Z Downloaded swrite v0.1.0
2972026-06-11T21:45:26.143Z Downloaded supports-hyperlinks v3.2.0
2982026-06-11T21:45:26.145Z Downloaded tinyvec_macros v0.1.1
2992026-06-11T21:45:26.145Z Downloaded log v0.4.32
3002026-06-11T21:45:26.145Z Downloaded duct v0.13.7
3012026-06-11T21:45:26.148Z Downloaded scopeguard v1.2.0
3022026-06-11T21:45:26.151Z Downloaded find-msvc-tools v0.1.9
3032026-06-11T21:45:26.151Z Downloaded ordered-float v2.10.1
3042026-06-11T21:45:26.154Z Downloaded curve25519-dalek-derive v0.1.1
3052026-06-11T21:45:26.154Z Downloaded camino-tempfile v1.4.1
3062026-06-11T21:45:26.157Z Downloaded pin-project-lite v0.2.17
3072026-06-11T21:45:26.160Z Downloaded pkcs8 v0.10.2
3082026-06-11T21:45:26.163Z Downloaded jobserver v0.1.34
3092026-06-11T21:45:26.166Z Downloaded dialoguer v0.11.0
3102026-06-11T21:45:26.166Z Downloaded rustc-demangle v0.1.27
3112026-06-11T21:45:26.169Z Downloaded serde-untagged v0.1.9
3122026-06-11T21:45:26.172Z Downloaded serde_path_to_error v0.1.20
3132026-06-11T21:45:26.172Z Downloaded erased-serde v0.4.10
3142026-06-11T21:45:26.174Z Downloaded http-body-util v0.1.3
3152026-06-11T21:45:26.178Z Downloaded tower-layer v0.3.3
3162026-06-11T21:45:26.181Z Downloaded toml_datetime v0.6.11
3172026-06-11T21:45:26.181Z Downloaded tower-service v0.3.3
3182026-06-11T21:45:26.181Z Downloaded spki v0.7.3
3192026-06-11T21:45:26.187Z Downloaded quinn-udp v0.5.14
3202026-06-11T21:45:26.189Z Downloaded semver v1.0.28
3212026-06-11T21:45:26.189Z Downloaded self_update v0.42.0
3222026-06-11T21:45:26.192Z Downloaded pin-project-internal v1.1.13
3232026-06-11T21:45:26.192Z Downloaded simd-adler32 v0.3.9
3242026-06-11T21:45:26.195Z Downloaded parking_lot_core v0.9.12
3252026-06-11T21:45:26.195Z Downloaded tracing-error v0.2.1
3262026-06-11T21:45:26.198Z Downloaded unicode-xid v0.2.6
3272026-06-11T21:45:26.198Z Downloaded getrandom v0.2.17
3282026-06-11T21:45:26.201Z Downloaded either v1.16.0
3292026-06-11T21:45:26.203Z Downloaded rustls-pki-types v1.14.1
3302026-06-11T21:45:26.203Z Downloaded quick-junit v0.5.2
3312026-06-11T21:45:26.206Z Downloaded proc-macro2 v1.0.106
3322026-06-11T21:45:26.209Z Downloaded derive-where v1.6.1
3332026-06-11T21:45:26.212Z Downloaded camino v1.2.2
3342026-06-11T21:45:26.212Z Downloaded tokio-macros v2.7.0
3352026-06-11T21:45:26.214Z Downloaded thiserror-impl v2.0.18
3362026-06-11T21:45:26.214Z Downloaded target-lexicon v0.13.5
3372026-06-11T21:45:26.214Z Downloaded untrusted v0.9.0
3382026-06-11T21:45:26.217Z Downloaded urlencoding v2.1.3
3392026-06-11T21:45:26.217Z Downloaded toml_write v0.1.2
3402026-06-11T21:45:26.217Z Downloaded xattr v1.6.1
3412026-06-11T21:45:26.220Z Downloaded version_check v0.9.5
3422026-06-11T21:45:26.223Z Downloaded shlex v2.0.1
3432026-06-11T21:45:26.223Z Downloaded shared_child v1.1.1
3442026-06-11T21:45:26.225Z Downloaded sha2 v0.10.9
3452026-06-11T21:45:26.226Z Downloaded litrs v1.0.0
3462026-06-11T21:45:26.228Z Downloaded iana-time-zone v0.1.65
3472026-06-11T21:45:26.231Z Downloaded typeid v1.0.3
3482026-06-11T21:45:26.234Z Downloaded try-lock v0.2.5
3492026-06-11T21:45:26.234Z Downloaded smol_str v0.3.6
3502026-06-11T21:45:26.234Z Downloaded slab v0.4.12
3512026-06-11T21:45:26.241Z Downloaded utf8parse v0.2.2
3522026-06-11T21:45:26.245Z Downloaded want v0.3.1
3532026-06-11T21:45:26.248Z Downloaded utf8_iter v1.0.4
3542026-06-11T21:45:26.250Z Downloaded console v0.15.11
3552026-06-11T21:45:26.250Z Downloaded signal-hook-registry v1.4.8
3562026-06-11T21:45:26.253Z Downloaded once_cell v1.21.4
3572026-06-11T21:45:26.256Z Downloaded eyre v0.6.12
3582026-06-11T21:45:26.259Z Downloaded futures-channel v0.3.32
3592026-06-11T21:45:26.259Z Downloaded clap_derive v4.6.1
3602026-06-11T21:45:26.267Z Downloaded miniz_oxide v0.8.9
3612026-06-11T21:45:26.269Z Downloaded thiserror-impl v1.0.69
3622026-06-11T21:45:26.269Z Downloaded target-spec-miette v0.4.8
3632026-06-11T21:45:26.272Z Downloaded unicode-linebreak v0.1.5
3642026-06-11T21:45:26.275Z Downloaded tracing-log v0.2.0
3652026-06-11T21:45:26.275Z Downloaded thread_local v1.1.9
3662026-06-11T21:45:26.275Z Downloaded thiserror v2.0.18
3672026-06-11T21:45:26.278Z Downloaded tokio-native-tls v0.3.1
3682026-06-11T21:45:26.280Z Downloaded httparse v1.10.1
3692026-06-11T21:45:26.283Z Downloaded crc32fast v1.5.0
3702026-06-11T21:45:26.283Z Downloaded thiserror v1.0.69
3712026-06-11T21:45:26.286Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3722026-06-11T21:45:26.289Z Downloaded num-traits v0.2.19
3732026-06-11T21:45:26.292Z Downloaded ryu v1.0.23
3742026-06-11T21:45:26.294Z Downloaded const-oid v0.9.6
3752026-06-11T21:45:26.294Z Downloaded getrandom v0.3.4
3762026-06-11T21:45:26.297Z Downloaded bitflags v2.13.0
3772026-06-11T21:45:26.300Z Downloaded pin-project v1.1.13
3782026-06-11T21:45:26.305Z Downloaded toml_writer v1.1.1+spec-1.1.0
3792026-06-11T21:45:26.308Z Downloaded xxhash-rust v0.8.15
3802026-06-11T21:45:26.308Z Downloaded parking_lot v0.12.5
3812026-06-11T21:45:26.308Z Downloaded zeroize v1.8.2
3822026-06-11T21:45:26.311Z Downloaded smallvec v1.15.2
3832026-06-11T21:45:26.311Z Downloaded futures v0.3.32
3842026-06-11T21:45:26.313Z Downloaded zmij v1.0.21
3852026-06-11T21:45:26.313Z Downloaded unicase v2.9.0
3862026-06-11T21:45:26.313Z Downloaded static_assertions v1.1.0
3872026-06-11T21:45:26.316Z Downloaded indicatif v0.17.11
3882026-06-11T21:45:26.319Z Downloaded quinn v0.11.9
3892026-06-11T21:45:26.327Z Downloaded target-spec v3.6.0
3902026-06-11T21:45:26.330Z Downloaded tracing-attributes v0.1.31
3912026-06-11T21:45:26.330Z Downloaded config v0.15.23
3922026-06-11T21:45:26.337Z Downloaded getrandom v0.4.2
3932026-06-11T21:45:26.340Z Downloaded textwrap v0.16.2
3942026-06-11T21:45:26.343Z Downloaded tempfile v3.27.0
3952026-06-11T21:45:26.343Z Downloaded tinyvec v1.11.0
3962026-06-11T21:45:26.350Z Downloaded zstd v0.13.3
3972026-06-11T21:45:26.353Z Downloaded zipsign-api v0.1.5
3982026-06-11T21:45:26.356Z Downloaded bytes v1.11.1
3992026-06-11T21:45:26.359Z Downloaded tokio-rustls v0.26.4
4002026-06-11T21:45:26.359Z Downloaded serde_core v1.0.228
4012026-06-11T21:45:26.362Z Downloaded toml v0.8.23
4022026-06-11T21:45:26.365Z Downloaded toml_parser v1.1.2+spec-1.1.0
4032026-06-11T21:45:26.367Z Downloaded signal-hook v0.3.18
4042026-06-11T21:45:26.367Z Downloaded sharded-slab v0.1.7
4052026-06-11T21:45:26.375Z Downloaded zstd-safe v7.2.4
4062026-06-11T21:45:26.382Z Downloaded memchr v2.8.1
4072026-06-11T21:45:26.385Z Downloaded tracing-core v0.1.36
4082026-06-11T21:45:26.393Z Downloaded tar v0.4.46
4092026-06-11T21:45:26.397Z Downloaded serde_derive v1.0.228
4102026-06-11T21:45:26.400Z Downloaded borsh v1.6.1
4112026-06-11T21:45:26.403Z Downloaded base64 v0.22.1
4122026-06-11T21:45:26.408Z Downloaded flate2 v1.1.9
4132026-06-11T21:45:26.411Z Downloaded backtrace v0.3.76
4142026-06-11T21:45:26.413Z Downloaded unicode-ident v1.0.24
4152026-06-11T21:45:26.417Z Downloaded toml v1.1.2+spec-1.1.0
4162026-06-11T21:45:26.420Z Downloaded tokio-stream v0.1.18
4172026-06-11T21:45:26.420Z Downloaded socket2 v0.6.4
4182026-06-11T21:45:26.423Z Downloaded toml_edit v0.22.27
4192026-06-11T21:45:26.425Z Downloaded hyper-util v0.1.20
4202026-06-11T21:45:26.428Z Downloaded ed25519-dalek v2.2.0
4212026-06-11T21:45:26.432Z Downloaded rustls-webpki v0.103.13
4222026-06-11T21:45:26.435Z Downloaded http v1.4.2
4232026-06-11T21:45:26.435Z Downloaded rand v0.9.4
4242026-06-11T21:45:26.439Z Downloaded derive_more v2.1.1
4252026-06-11T21:45:26.442Z Downloaded serde v1.0.228
4262026-06-11T21:45:26.459Z Downloaded uuid v1.23.3
4272026-06-11T21:45:26.467Z Downloaded der v0.7.10
4282026-06-11T21:45:26.470Z Downloaded miette v7.6.0
4292026-06-11T21:45:26.473Z Downloaded vte v0.14.1
4302026-06-11T21:45:26.476Z Downloaded indexmap v2.14.0
4312026-06-11T21:45:26.479Z Downloaded url v2.5.8
4322026-06-11T21:45:26.483Z Downloaded mio v1.2.1
4332026-06-11T21:45:26.487Z Downloaded tower v0.5.3
4342026-06-11T21:45:26.499Z Downloaded chrono v0.4.45
4352026-06-11T21:45:26.506Z Downloaded ron v0.12.1
4362026-06-11T21:45:26.522Z Downloaded unicode-segmentation v1.13.3
4372026-06-11T21:45:26.525Z Downloaded crossterm v0.29.0
4382026-06-11T21:45:26.529Z Downloaded typenum v1.20.1
4392026-06-11T21:45:26.532Z Downloaded guppy v0.17.26
4402026-06-11T21:45:26.548Z Downloaded unicode-normalization v0.1.25
4412026-06-11T21:45:26.552Z Downloaded hyper v1.10.1
4422026-06-11T21:45:26.555Z Downloaded idna v1.1.0
4432026-06-11T21:45:26.559Z Downloaded reqwest v0.12.28
4442026-06-11T21:45:26.566Z Downloaded itertools v0.14.0
4452026-06-11T21:45:26.574Z Downloaded hashbrown v0.17.1
4462026-06-11T21:45:26.578Z Downloaded tokio-util v0.7.18
4472026-06-11T21:45:26.582Z Downloaded clap_builder v4.6.0
4482026-06-11T21:45:26.585Z Downloaded regex v1.12.4
4492026-06-11T21:45:26.588Z Downloaded serde_json v1.0.150
4502026-06-11T21:45:26.592Z Downloaded h2 v0.4.14
4512026-06-11T21:45:26.597Z Downloaded pulldown-cmark v0.13.4
4522026-06-11T21:45:26.599Z Downloaded aho-corasick v1.1.4
4532026-06-11T21:45:26.602Z Downloaded futures-util v0.3.32
4542026-06-11T21:45:26.609Z Downloaded hashbrown v0.15.5
4552026-06-11T21:45:26.612Z Downloaded quick-xml v0.37.5
4562026-06-11T21:45:26.621Z Downloaded winnow v1.0.3
4572026-06-11T21:45:26.638Z Downloaded quick-xml v0.38.4
4582026-06-11T21:45:26.642Z Downloaded tower-http v0.6.11
4592026-06-11T21:45:26.647Z Downloaded portable-atomic v1.13.1
4602026-06-11T21:45:26.651Z Downloaded vcpkg v0.2.15
4612026-06-11T21:45:26.675Z Downloaded gimli v0.32.3
4622026-06-11T21:45:26.679Z Downloaded curve25519-dalek v4.1.3
4632026-06-11T21:45:26.684Z Downloaded winnow v0.7.15
4642026-06-11T21:45:26.688Z Downloaded unicode-width v0.1.14
4652026-06-11T21:45:26.697Z Downloaded nextest-runner v0.80.0
4662026-06-11T21:45:26.704Z Downloaded unicode-width v0.2.2
4672026-06-11T21:45:26.707Z Downloaded quinn-proto v0.11.14
4682026-06-11T21:45:26.710Z Downloaded bstr v1.12.1
4692026-06-11T21:45:26.719Z Downloaded webpki-roots v1.0.7
4702026-06-11T21:45:26.727Z Downloaded tracing-subscriber v0.3.23
4712026-06-11T21:45:26.734Z Downloaded color-eyre v0.6.5
4722026-06-11T21:45:26.761Z Downloaded tokio v1.52.3
4732026-06-11T21:45:26.790Z Downloaded openssl v0.10.80
4742026-06-11T21:45:26.797Z Downloaded zerocopy v0.8.52
4752026-06-11T21:45:26.807Z Downloaded object v0.37.3
4762026-06-11T21:45:26.818Z Downloaded syn v2.0.117
4772026-06-11T21:45:26.824Z Downloaded nix v0.30.1
4782026-06-11T21:45:26.834Z Downloaded rustls v0.23.40
4792026-06-11T21:45:26.847Z Downloaded regex-syntax v0.8.11
4802026-06-11T21:45:26.851Z Downloaded rustix v0.38.44
4812026-06-11T21:45:26.871Z Downloaded rustix v1.1.4
4822026-06-11T21:45:26.899Z Downloaded tracing v0.1.44
4832026-06-11T21:45:26.937Z Downloaded regex-automata v0.4.14
4842026-06-11T21:45:26.989Z Downloaded libc v0.2.186
4852026-06-11T21:45:27.008Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4862026-06-11T21:45:27.017Z Downloaded petgraph v0.8.3
4872026-06-11T21:45:27.084Z Downloaded recursion v0.5.4
4882026-06-11T21:45:27.091Z Downloaded ring v0.17.14
4892026-06-11T21:45:27.149Z Compiling libc v0.2.186
4902026-06-11T21:45:27.149Z Compiling proc-macro2 v1.0.106
4912026-06-11T21:45:27.149Z Compiling unicode-ident v1.0.24
4922026-06-11T21:45:27.152Z Compiling quote v1.0.45
4932026-06-11T21:45:27.152Z Compiling serde_core v1.0.228
4942026-06-11T21:45:27.152Z Compiling cfg-if v1.0.4
4952026-06-11T21:45:27.152Z Compiling memchr v2.8.1
4962026-06-11T21:45:27.282Z Compiling once_cell v1.21.4
4972026-06-11T21:45:27.390Z Compiling log v0.4.32
4982026-06-11T21:45:27.423Z Compiling pin-project-lite v0.2.17
4992026-06-11T21:45:27.515Z Compiling itoa v1.0.18
5002026-06-11T21:45:27.527Z Compiling serde v1.0.228
5012026-06-11T21:45:27.684Z Compiling smallvec v1.15.2
5022026-06-11T21:45:27.767Z Compiling futures-core v0.3.32
5032026-06-11T21:45:27.921Z Compiling bitflags v2.13.0
5042026-06-11T21:45:27.935Z Compiling find-msvc-tools v0.1.9
5052026-06-11T21:45:27.956Z Compiling equivalent v1.0.2
5062026-06-11T21:45:28.042Z Compiling shlex v2.0.1
5072026-06-11T21:45:28.151Z Compiling hashbrown v0.17.1
5082026-06-11T21:45:28.235Z Compiling errno v0.3.14
5092026-06-11T21:45:28.274Z Compiling bytes v1.11.1
5102026-06-11T21:45:28.311Z Compiling mio v1.2.1
5112026-06-11T21:45:28.395Z Compiling signal-hook-registry v1.4.8
5122026-06-11T21:45:28.438Z Compiling jobserver v0.1.34
5132026-06-11T21:45:28.523Z Compiling futures-sink v0.3.32
5142026-06-11T21:45:28.629Z Compiling syn v2.0.117
5152026-06-11T21:45:28.631Z Compiling cc v1.2.63
5162026-06-11T21:45:28.748Z Compiling rustix v1.1.4
5172026-06-11T21:45:28.838Z Compiling socket2 v0.6.4
5182026-06-11T21:45:28.983Z Compiling zmij v1.0.21
5192026-06-11T21:45:29.040Z Compiling slab v0.4.12
5202026-06-11T21:45:29.177Z Compiling futures-channel v0.3.32
5212026-06-11T21:45:29.250Z Compiling tracing-core v0.1.36
5222026-06-11T21:45:29.337Z Compiling serde_json v1.0.150
5232026-06-11T21:45:29.441Z Compiling version_check v0.9.5
5242026-06-11T21:45:29.694Z Compiling indexmap v2.14.0
5252026-06-11T21:45:29.733Z Compiling futures-task v0.3.32
5262026-06-11T21:45:29.835Z Compiling getrandom v0.4.2
5272026-06-11T21:45:29.913Z Compiling futures-io v0.3.32
5282026-06-11T21:45:30.009Z Compiling unicode-width v0.2.2
5292026-06-11T21:45:30.111Z Compiling percent-encoding v2.3.2
5302026-06-11T21:45:30.140Z Compiling camino v1.2.2
5312026-06-11T21:45:30.367Z Compiling ring v0.17.14
5322026-06-11T21:45:30.389Z Compiling http v1.4.2
5332026-06-11T21:45:30.492Z Compiling simd-adler32 v0.3.9
5342026-06-11T21:45:30.525Z Compiling adler2 v2.0.1
5352026-06-11T21:45:30.545Z Compiling autocfg v1.5.1
5362026-06-11T21:45:30.688Z Compiling zeroize v1.8.2
5372026-06-11T21:45:30.906Z Compiling miniz_oxide v0.8.9
5382026-06-11T21:45:30.910Z Compiling num-traits v0.2.19
5392026-06-11T21:45:31.322Z Compiling object v0.37.3
5402026-06-11T21:45:31.335Z Compiling getrandom v0.3.4
5412026-06-11T21:45:31.623Z Compiling target-lexicon v0.13.5
5422026-06-11T21:45:31.676Z Compiling zerocopy v0.8.52
5432026-06-11T21:45:31.970Z Compiling http-body v1.0.1
5442026-06-11T21:45:32.119Z Compiling rustls-pki-types v1.14.1
5452026-06-11T21:45:32.132Z Compiling form_urlencoded v1.2.2
5462026-06-11T21:45:32.143Z Compiling semver v1.0.28
5472026-06-11T21:45:32.269Z Compiling serde_derive v1.0.228
5482026-06-11T21:45:32.304Z Compiling tokio-macros v2.7.0
5492026-06-11T21:45:32.317Z Compiling futures-macro v0.3.32
5502026-06-11T21:45:32.394Z Compiling tracing-attributes v0.1.31
5512026-06-11T21:45:32.624Z Compiling getrandom v0.2.17
5522026-06-11T21:45:32.803Z Compiling owo-colors v4.3.0
5532026-06-11T21:45:32.815Z Compiling fnv v1.0.7
5542026-06-11T21:45:32.918Z Compiling guppy-workspace-hack v0.1.0
5552026-06-11T21:45:32.990Z Compiling utf8_iter v1.0.4
5562026-06-11T21:45:33.040Z Compiling tokio v1.52.3
5572026-06-11T21:45:33.132Z Compiling futures-util v0.3.32
5582026-06-11T21:45:33.132Z Compiling thiserror v2.0.18
5592026-06-11T21:45:33.155Z Compiling idna_adapter v1.0.0
5602026-06-11T21:45:33.158Z Compiling untrusted v0.9.0
5612026-06-11T21:45:33.262Z Compiling gimli v0.32.3
5622026-06-11T21:45:33.280Z Compiling signal-hook v0.3.18
5632026-06-11T21:45:33.483Z Compiling httparse v1.10.1
5642026-06-11T21:45:33.594Z Compiling tracing v0.1.44
5652026-06-11T21:45:33.713Z Compiling idna v1.1.0
5662026-06-11T21:45:33.930Z Compiling thiserror-impl v2.0.18
5672026-06-11T21:45:35.359Z Compiling addr2line v0.25.1
5682026-06-11T21:45:35.808Z Compiling generic-array v0.14.7
5692026-06-11T21:45:35.867Z Compiling target-spec v3.6.0
5702026-06-11T21:45:35.925Z Compiling rustls v0.23.40
5712026-06-11T21:45:35.984Z Compiling atomic-waker v1.1.2
5722026-06-11T21:45:36.048Z Compiling try-lock v0.2.5
5732026-06-11T21:45:36.115Z Compiling rustc-demangle v0.1.27
5742026-06-11T21:45:36.153Z Compiling typeid v1.0.3
5752026-06-11T21:45:36.164Z Compiling thiserror v1.0.69
5762026-06-11T21:45:36.176Z Compiling pkg-config v0.3.33
5772026-06-11T21:45:36.444Z Compiling fastrand v2.4.1
5782026-06-11T21:45:36.470Z Compiling tower-service v0.3.3
5792026-06-11T21:45:36.594Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5802026-06-11T21:45:36.742Z Compiling tempfile v3.27.0
5812026-06-11T21:45:36.843Z Compiling want v0.3.1
5822026-06-11T21:45:37.010Z Compiling tokio-util v0.7.18
5832026-06-11T21:45:37.099Z Compiling cfg-expr v0.20.8
5842026-06-11T21:45:37.172Z Compiling url v2.5.8
5852026-06-11T21:45:37.481Z Compiling h2 v0.4.14
5862026-06-11T21:45:38.562Z Compiling backtrace v0.3.76
5872026-06-11T21:45:38.592Z Compiling thiserror-impl v1.0.69
5882026-06-11T21:45:38.596Z Compiling terminal_size v0.4.4
5892026-06-11T21:45:38.757Z Compiling aho-corasick v1.1.4
5902026-06-11T21:45:38.812Z Compiling winnow v0.7.15
5912026-06-11T21:45:39.638Z Compiling rustls-webpki v0.103.13
5922026-06-11T21:45:39.743Z Compiling regex-syntax v0.8.11
5932026-06-11T21:45:40.686Z Compiling erased-serde v0.4.10
5942026-06-11T21:45:40.989Z Compiling subtle v2.6.1
5952026-06-11T21:45:41.150Z Compiling typenum v1.20.1
5962026-06-11T21:45:42.265Z Compiling regex-automata v0.4.14
5972026-06-11T21:45:42.425Z Compiling hyper v1.10.1
5982026-06-11T21:45:44.248Z Compiling toml_datetime v0.6.11
5992026-06-11T21:45:44.619Z Compiling serde_spanned v0.6.9
6002026-06-11T21:45:44.784Z Compiling ahash v0.8.12
6012026-06-11T21:45:45.047Z Compiling sync_wrapper v1.0.2
6022026-06-11T21:45:45.161Z Compiling unicode-linebreak v0.1.5
6032026-06-11T21:45:45.428Z Compiling is_ci v1.2.0
6042026-06-11T21:45:45.602Z Compiling crc32fast v1.5.0
6052026-06-11T21:45:45.870Z Compiling portable-atomic v1.13.1
6062026-06-11T21:45:45.902Z Compiling either v1.16.0
6072026-06-11T21:45:46.131Z Compiling ipnet v2.12.0
6082026-06-11T21:45:46.158Z Compiling base64 v0.22.1
6092026-06-11T21:45:46.330Z Compiling tower-layer v0.3.3
6102026-06-11T21:45:46.528Z Compiling unicode-segmentation v1.13.3
6112026-06-11T21:45:46.645Z Compiling foldhash v0.1.5
6122026-06-11T21:45:46.867Z Compiling parking_lot_core v0.9.12
6132026-06-11T21:45:46.923Z Compiling nextest-workspace-hack v0.1.0
6142026-06-11T21:45:46.978Z Compiling lazy_static v1.5.0
6152026-06-11T21:45:47.085Z Compiling toml_write v0.1.2
6162026-06-11T21:45:47.175Z Compiling sharded-slab v0.1.7
6172026-06-11T21:45:47.187Z Compiling convert_case v0.10.0
6182026-06-11T21:45:47.189Z Compiling hashbrown v0.15.5
6192026-06-11T21:45:47.324Z Compiling toml_edit v0.22.27
6202026-06-11T21:45:47.337Z Compiling tower v0.5.3
6212026-06-11T21:45:47.443Z Compiling hyper-util v0.1.20
6222026-06-11T21:45:47.830Z Compiling supports-color v3.0.2
6232026-06-11T21:45:47.861Z Compiling tokio-rustls v0.26.4
6242026-06-11T21:45:47.907Z Compiling textwrap v0.16.2
6252026-06-11T21:45:48.132Z Compiling backtrace-ext v0.2.1
6262026-06-11T21:45:48.396Z Compiling ordered-float v2.10.1
6272026-06-11T21:45:48.669Z Compiling webpki-roots v1.0.7
6282026-06-11T21:45:48.672Z Compiling miette-derive v7.6.0
6292026-06-11T21:45:48.786Z Compiling pathdiff v0.2.3
6302026-06-11T21:45:48.914Z Compiling console v0.15.11
6312026-06-11T21:45:49.311Z Compiling cargo-platform v0.3.3
6322026-06-11T21:45:49.793Z Compiling tracing-log v0.2.0
6332026-06-11T21:45:49.871Z Compiling os_pipe v1.2.3
6342026-06-11T21:45:50.044Z Compiling thread_local v1.1.9
6352026-06-11T21:45:50.063Z Compiling pulldown-cmark v0.13.4
6362026-06-11T21:45:50.151Z Compiling debug-ignore v1.0.5
6372026-06-11T21:45:50.231Z Compiling ryu v1.0.23
6382026-06-11T21:45:50.259Z Compiling unicode-width v0.1.14
6392026-06-11T21:45:50.292Z Compiling fixedbitset v0.5.7
6402026-06-11T21:45:50.393Z Compiling utf8parse v0.2.2
6412026-06-11T21:45:50.505Z Compiling supports-unicode v3.0.0
6422026-06-11T21:45:50.521Z Compiling supports-hyperlinks v3.2.0
6432026-06-11T21:45:50.671Z Compiling rustix v0.38.44
6442026-06-11T21:45:50.738Z Compiling scopeguard v1.2.0
6452026-06-11T21:45:50.801Z Compiling winnow v1.0.3
6462026-06-11T21:45:50.853Z Compiling cfg_aliases v0.2.1
6472026-06-11T21:45:50.921Z Compiling zstd-safe v7.2.4
6482026-06-11T21:45:50.933Z Compiling nix v0.30.1
6492026-06-11T21:45:51.166Z Compiling lock_api v0.4.14
6502026-06-11T21:45:51.180Z Compiling miette v7.6.0
6512026-06-11T21:45:51.323Z Compiling petgraph v0.8.3
6522026-06-11T21:45:51.411Z Compiling anstyle-parse v1.0.0
6532026-06-11T21:45:51.658Z Compiling serde_urlencoded v0.7.1
6542026-06-11T21:45:51.971Z Compiling toml_parser v1.1.2+spec-1.1.0
6552026-06-11T21:45:52.296Z Compiling tracing-subscriber v0.3.23
6562026-06-11T21:45:53.246Z Compiling sigchld v0.2.4
6572026-06-11T21:45:53.302Z Compiling cargo_metadata v0.23.1
6582026-06-11T21:45:53.444Z Compiling toml v0.8.23
6592026-06-11T21:45:53.488Z Compiling hyper-rustls v0.27.9
6602026-06-11T21:45:54.159Z Compiling serde-value v0.7.0
6612026-06-11T21:45:54.917Z Compiling serde-untagged v0.1.9
6622026-06-11T21:45:55.538Z Compiling tower-http v0.6.11
6632026-06-11T21:45:55.556Z Compiling derive_more-impl v2.1.1
6642026-06-11T21:45:56.284Z Compiling itertools v0.14.0
6652026-06-11T21:45:56.301Z Compiling regex v1.12.4
6662026-06-11T21:45:56.389Z Compiling crypto-common v0.1.7
6672026-06-11T21:45:56.522Z Compiling block-buffer v0.10.4
6682026-06-11T21:45:56.589Z Compiling ppv-lite86 v0.2.21
6692026-06-11T21:45:56.672Z Compiling rand_core v0.9.5
6702026-06-11T21:45:56.704Z Compiling futures-executor v0.3.32
6712026-06-11T21:45:56.915Z Compiling pin-project-internal v1.1.13
6722026-06-11T21:45:56.915Z Compiling http-body-util v0.1.3
6732026-06-11T21:45:57.190Z Compiling uuid v1.23.3
6742026-06-11T21:45:57.231Z Compiling serde_spanned v1.1.1
6752026-06-11T21:45:57.376Z Compiling toml_datetime v1.1.1+spec-1.1.0
6762026-06-11T21:45:57.721Z Compiling smol_str v0.3.6
6772026-06-11T21:45:57.735Z Compiling filetime v0.2.29
6782026-06-11T21:45:57.746Z Compiling bstr v1.12.1
6792026-06-11T21:45:57.782Z Compiling vte v0.14.1
6802026-06-11T21:45:57.956Z Compiling unicode-xid v0.2.6
6812026-06-11T21:45:57.974Z Compiling color-spantrace v0.3.0
6822026-06-11T21:45:58.023Z Compiling nested v0.1.1
6832026-06-11T21:45:58.088Z Compiling self_update v0.42.0
6842026-06-11T21:45:58.088Z Compiling anstyle-query v1.1.5
6852026-06-11T21:45:58.220Z Compiling xattr v1.6.1
6862026-06-11T21:45:58.288Z Compiling iana-time-zone v0.1.65
6872026-06-11T21:45:58.342Z Compiling anstyle v1.0.14
6882026-06-11T21:45:58.401Z Compiling static_assertions v1.1.0
6892026-06-11T21:45:58.475Z Compiling litrs v1.0.0
6902026-06-11T21:45:58.526Z Compiling colorchoice v1.0.5
6912026-06-11T21:45:58.603Z Compiling unicase v2.9.0
6922026-06-11T21:45:58.629Z Compiling number_prefix v0.4.0
6932026-06-11T21:45:58.629Z Compiling is_terminal_polyfill v1.70.2
6942026-06-11T21:45:58.653Z Compiling eyre v0.6.12
6952026-06-11T21:45:58.731Z Compiling tinyvec_macros v0.1.1
6962026-06-11T21:45:58.777Z Compiling indicatif v0.17.11
6972026-06-11T21:45:58.781Z Compiling anstream v1.0.0
6982026-06-11T21:45:58.803Z Compiling tinyvec v1.11.0
6992026-06-11T21:45:58.914Z Compiling document-features v0.2.12
7002026-06-11T21:45:59.210Z Compiling guppy v0.17.26
7012026-06-11T21:45:59.236Z Compiling chrono v0.4.45
7022026-06-11T21:45:59.294Z Compiling tar v0.4.46
7032026-06-11T21:45:59.523Z Compiling globset v0.4.18
7042026-06-11T21:45:59.872Z Compiling cargo-util-schemas v0.2.0
7052026-06-11T21:46:01.657Z Compiling pin-project v1.1.13
7062026-06-11T21:46:01.765Z Compiling nextest-metadata v0.12.2
7072026-06-11T21:46:01.799Z Compiling strip-ansi-escapes v0.2.1
7082026-06-11T21:46:01.880Z Compiling toml v1.1.2+spec-1.1.0
7092026-06-11T21:46:02.281Z Compiling newtype-uuid v1.3.2
7102026-06-11T21:46:02.299Z Compiling reqwest v0.12.28
7112026-06-11T21:46:02.466Z Compiling rand_chacha v0.9.0
7122026-06-11T21:46:02.595Z Compiling futures v0.3.32
7132026-06-11T21:46:02.679Z Compiling digest v0.10.7
7142026-06-11T21:46:02.743Z Compiling parking_lot v0.12.5
7152026-06-11T21:46:02.908Z Compiling derive_more v2.1.1
7162026-06-11T21:46:02.992Z Compiling flate2 v1.1.9
7172026-06-11T21:46:03.019Z Compiling shared_child v1.1.1
7182026-06-11T21:46:03.361Z Compiling tracing-error v0.2.1
7192026-06-11T21:46:03.671Z Compiling signal-hook-mio v0.2.5
7202026-06-11T21:46:03.805Z Compiling self-replace v1.5.0
7212026-06-11T21:46:03.891Z Compiling cargo-platform v0.2.0
7222026-06-11T21:46:04.097Z Compiling quick-xml v0.37.5
7232026-06-11T21:46:04.453Z Compiling quick-xml v0.38.4
7242026-06-11T21:46:04.938Z Compiling indenter v0.3.4
7252026-06-11T21:46:05.068Z Compiling humantime v2.3.0
7262026-06-11T21:46:05.338Z Compiling recursion v0.5.4
7272026-06-11T21:46:05.477Z Compiling strsim v0.11.1
7282026-06-11T21:46:05.504Z Compiling shell-words v1.1.1
7292026-06-11T21:46:05.753Z Compiling heck v0.5.0
7302026-06-11T21:46:05.852Z Compiling cpufeatures v0.2.17
7312026-06-11T21:46:05.929Z Compiling urlencoding v2.1.3
7322026-06-11T21:46:05.958Z Compiling clap_lex v1.1.0
7332026-06-11T21:46:06.180Z Compiling clap_builder v4.6.0
7342026-06-11T21:46:06.287Z Compiling clap_derive v4.6.1
7352026-06-11T21:46:06.311Z Compiling sha2 v0.10.9
7362026-06-11T21:46:06.916Z Compiling nextest-filtering v0.15.0
7372026-06-11T21:46:07.526Z Compiling humantime-serde v1.1.1
7382026-06-11T21:46:07.686Z Compiling quick-junit v0.5.2
7392026-06-11T21:46:08.605Z Compiling atomicwrites v0.4.4
7402026-06-11T21:46:08.888Z Compiling cargo_metadata v0.20.0
7412026-06-11T21:46:10.804Z Compiling cargo-nextest v0.9.97
7422026-06-11T21:46:10.851Z Compiling crossterm v0.29.0
7432026-06-11T21:46:12.429Z Compiling duct v0.13.7
7442026-06-11T21:46:12.603Z Compiling async-scoped v0.9.0
7452026-06-11T21:46:12.796Z Compiling rand v0.9.4
7462026-06-11T21:46:12.913Z Compiling zstd v0.13.3
7472026-06-11T21:46:12.934Z Compiling config v0.15.23
7482026-06-11T21:46:13.356Z Compiling unicode-normalization v0.1.25
7492026-06-11T21:46:13.547Z Compiling target-spec-miette v0.4.8
7502026-06-11T21:46:13.958Z Compiling future-queue v0.4.0
7512026-06-11T21:46:13.981Z Compiling mukti-metadata v0.3.0
7522026-06-11T21:46:14.096Z Compiling camino-tempfile v1.4.1
7532026-06-11T21:46:14.136Z Compiling tokio-stream v0.1.18
7542026-06-11T21:46:14.168Z Compiling derive-where v1.6.1
7552026-06-11T21:46:14.239Z Compiling serde_path_to_error v0.1.20
7562026-06-11T21:46:14.473Z Compiling serde_ignored v0.1.14
7572026-06-11T21:46:14.524Z Compiling xxhash-rust v0.8.15
7582026-06-11T21:46:14.689Z Compiling hex v0.4.3
7592026-06-11T21:46:14.689Z Compiling swrite v0.1.0
7602026-06-11T21:46:14.713Z Compiling home v0.5.12
7612026-06-11T21:46:14.773Z Compiling indent_write v2.2.0
7622026-06-11T21:46:14.804Z Compiling color-eyre v0.6.5
7632026-06-11T21:46:14.897Z Compiling clap v4.6.1
7642026-06-11T21:46:14.924Z Compiling dialoguer v0.11.0
7652026-06-11T21:46:14.977Z Compiling enable-ansi-support v0.2.1
7662026-06-11T21:46:15.402Z Compiling nextest-runner v0.80.0
7672026-06-11T21:46:33.550Z Finished `release` profile [optimized] target(s) in 1m 10s
7682026-06-11T21:46:33.744Z Installing /home/build/.cargo/bin/cargo-nextest
7692026-06-11T21:46:33.747Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7702026-06-11T21:46:33.868Z+ pushd rdb
7712026-06-11T21:46:33.871Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7722026-06-11T21:46:33.871Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7732026-06-11T21:46:34.030Z Updating git repository `https://github.com/oxidecomputer/falcon`
7742026-06-11T21:46:34.683ZFrom https://github.com/oxidecomputer/falcon
7752026-06-11T21:46:34.683Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7762026-06-11T21:46:34.760Z Updating crates.io index
7772026-06-11T21:46:34.800Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7782026-06-11T21:46:35.908ZFrom https://github.com/oxidecomputer/dendrite
7792026-06-11T21:46:35.908Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7802026-06-11T21:46:36.006Z Updating git repository `https://github.com/oxidecomputer/ispf`
7812026-06-11T21:46:36.316ZFrom https://github.com/oxidecomputer/ispf
7822026-06-11T21:46:36.316Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7832026-06-11T21:46:36.321Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7842026-06-11T21:46:36.700ZFrom https://github.com/oxidecomputer/netadm-sys
7852026-06-11T21:46:36.700Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7862026-06-11T21:46:36.708Z Updating git repository `https://github.com/oxidecomputer/omicron`
7872026-06-11T21:46:42.777ZFrom https://github.com/oxidecomputer/omicron
7882026-06-11T21:46:42.777Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7892026-06-11T21:46:43.198Z Updating git repository `https://github.com/oxidecomputer/opte`
7902026-06-11T21:46:43.880ZFrom https://github.com/oxidecomputer/opte
7912026-06-11T21:46:43.880Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7922026-06-11T21:46:43.912Z Updating git repository `https://github.com/illumos/smf-rs`
7932026-06-11T21:46:44.318ZFrom https://github.com/illumos/smf-rs
7942026-06-11T21:46:44.318Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7952026-06-11T21:46:44.546Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7962026-06-11T21:46:44.855ZFrom https://github.com/oxidecomputer/network-interface
7972026-06-11T21:46:44.855Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7982026-06-11T21:46:44.977Z Updating git repository `https://github.com/oxidecomputer/zone`
7992026-06-11T21:46:45.283ZFrom https://github.com/oxidecomputer/zone
8002026-06-11T21:46:45.283Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8012026-06-11T21:46:45.372Z Updating git repository `https://github.com/oxidecomputer/propolis`
8022026-06-11T21:46:46.221ZFrom https://github.com/oxidecomputer/propolis
8032026-06-11T21:46:46.221Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8042026-06-11T21:46:46.323Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8052026-06-11T21:46:46.946ZFrom https://github.com/oxidecomputer/transceiver-control
8062026-06-11T21:46:46.946Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8072026-06-11T21:46:46.970Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8082026-06-11T21:46:47.280ZFrom https://github.com/oxidecomputer/dlpi-sys
8092026-06-11T21:46:47.280Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8102026-06-11T21:46:47.285Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8112026-06-11T21:46:47.659ZFrom https://github.com/jmesmon/rust-libzfs
8122026-06-11T21:46:47.659Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8132026-06-11T21:46:47.667Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8142026-06-11T21:46:48.189ZFrom https://github.com/oxidecomputer/rusty-doors
8152026-06-11T21:46:48.189Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8162026-06-11T21:46:48.222Z Updating git repository `https://github.com/oxidecomputer/lldp`
8172026-06-11T21:46:48.667ZFrom https://github.com/oxidecomputer/lldp
8182026-06-11T21:46:48.667Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8192026-06-11T21:46:48.679Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8202026-06-11T21:46:48.985ZFrom https://github.com/oxidecomputer/slog-error-chain
8212026-06-11T21:46:48.985Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8222026-06-11T21:46:49.089Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8232026-06-11T21:46:49.427ZFrom https://github.com/oxidecomputer/tufaceous
8242026-06-11T21:46:49.427Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8252026-06-11T21:46:49.510Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8262026-06-11T21:46:50.235ZFrom https://github.com/oxidecomputer/management-gateway-service
8272026-06-11T21:46:50.236Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8282026-06-11T21:46:50.252Z Updating git repository `https://github.com/oxidecomputer/crucible`
8292026-06-11T21:46:51.110ZFrom https://github.com/oxidecomputer/crucible
8302026-06-11T21:46:51.110Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8312026-06-11T21:46:51.171Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8322026-06-11T21:46:51.473ZFrom https://github.com/oxidecomputer/serde_human_bytes
8332026-06-11T21:46:51.473Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8342026-06-11T21:46:51.903Z Updating git repository `https://github.com/oxidecomputer/propolis`
8352026-06-11T21:46:52.365ZFrom https://github.com/oxidecomputer/propolis
8362026-06-11T21:46:52.365Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8372026-06-11T21:46:52.417Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-06-11T21:46:52.974ZFrom https://github.com/oxidecomputer/crucible
8392026-06-11T21:46:52.974Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8402026-06-11T21:46:53.168Z Updating git repository `https://github.com/oxidecomputer/tofino`
8412026-06-11T21:46:53.536ZFrom https://github.com/oxidecomputer/tofino
8422026-06-11T21:46:53.536Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8432026-06-11T21:46:53.567Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8442026-06-11T21:46:54.327ZFrom https://github.com/oxidecomputer/maghemite
8452026-06-11T21:46:54.327Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8462026-06-11T21:46:54.418Z Updating git repository `https://github.com/oxidecomputer/clickward`
8472026-06-11T21:46:54.753ZFrom https://github.com/oxidecomputer/clickward
8482026-06-11T21:46:54.753Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8492026-06-11T21:46:55.099Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8502026-06-11T21:46:55.410ZFrom https://github.com/oxidecomputer/illumos-devinfo
8512026-06-11T21:46:55.410Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8522026-06-11T21:46:56.432Z Downloading crates ...
8532026-06-11T21:46:56.538Z Downloaded bit-vec v0.8.0
8542026-06-11T21:46:56.553Z Downloaded darling_macro v0.23.0
8552026-06-11T21:46:56.557Z Downloaded gethostname v0.5.0
8562026-06-11T21:46:56.557Z Downloaded argon2 v0.5.3
8572026-06-11T21:46:56.564Z Downloaded embedded-io v0.4.0
8582026-06-11T21:46:56.568Z Downloaded glob v0.3.3
8592026-06-11T21:46:56.571Z Downloaded foreign-types-macros v0.2.3
8602026-06-11T21:46:56.574Z Downloaded macaddr v1.0.1
8612026-06-11T21:46:56.574Z Downloaded libscf-sys v1.2.0
8622026-06-11T21:46:56.577Z Downloaded git-stub-vcs v0.1.0
8632026-06-11T21:46:56.577Z Downloaded fs_extra v1.3.0
8642026-06-11T21:46:56.580Z Downloaded darling_core v0.21.3
8652026-06-11T21:46:56.583Z Downloaded ident_case v1.0.1
8662026-06-11T21:46:56.586Z Downloaded git-stub v1.0.0
8672026-06-11T21:46:56.586Z Downloaded ipnetwork v0.21.1
8682026-06-11T21:46:56.589Z Downloaded num-complex v0.4.6
8692026-06-11T21:46:56.597Z Downloaded httpdate v1.0.3
8702026-06-11T21:46:56.602Z Downloaded crypto-common v0.2.2
8712026-06-11T21:46:56.606Z Downloaded ciborium v0.2.2
8722026-06-11T21:46:56.614Z Downloaded compression-core v0.4.32
8732026-06-11T21:46:56.617Z Downloaded base16ct v1.0.0
8742026-06-11T21:46:56.622Z Downloaded ciborium-ll v0.2.2
8752026-06-11T21:46:56.627Z Downloaded enum-as-inner v0.6.1
8762026-06-11T21:46:56.630Z Downloaded foreign-types v0.5.0
8772026-06-11T21:46:56.630Z Downloaded idna_adapter v1.2.2
8782026-06-11T21:46:56.630Z Downloaded fixedbitset v0.4.2
8792026-06-11T21:46:56.635Z Downloaded const-random-macro v0.1.16
8802026-06-11T21:46:56.639Z Downloaded bit-set v0.8.0
8812026-06-11T21:46:56.642Z Downloaded linked-hash-map v0.5.6
8822026-06-11T21:46:56.646Z Downloaded no-std-compat v0.4.1
8832026-06-11T21:46:56.646Z Downloaded memmap v0.7.0
8842026-06-11T21:46:56.649Z Downloaded num-derive v0.4.2
8852026-06-11T21:46:56.650Z Downloaded convert_case v0.4.0
8862026-06-11T21:46:56.652Z Downloaded const-random v0.1.18
8872026-06-11T21:46:56.652Z Downloaded foldhash v0.2.0
8882026-06-11T21:46:56.655Z Downloaded goblin v0.8.2
8892026-06-11T21:46:56.658Z Downloaded async-stream-impl v0.3.6
8902026-06-11T21:46:56.658Z Downloaded embedded-io v0.6.1
8912026-06-11T21:46:56.661Z Downloaded newline-converter v0.3.0
8922026-06-11T21:46:56.661Z Downloaded natord v1.0.9
8932026-06-11T21:46:56.664Z Downloaded fxhash v0.2.1
8942026-06-11T21:46:56.665Z Downloaded foreign-types-shared v0.3.1
8952026-06-11T21:46:56.665Z Downloaded heck v0.4.1
8962026-06-11T21:46:56.667Z Downloaded float-ord v0.3.2
8972026-06-11T21:46:56.667Z Downloaded num v0.4.3
8982026-06-11T21:46:56.672Z Downloaded newtype_derive v0.1.6
8992026-06-11T21:46:56.672Z Downloaded async-stream v0.3.6
9002026-06-11T21:46:56.675Z Downloaded match_cfg v0.1.0
9012026-06-11T21:46:56.675Z Downloaded bcs v0.1.6
9022026-06-11T21:46:56.678Z Downloaded ciborium-io v0.2.2
9032026-06-11T21:46:56.678Z Downloaded async-recursion v1.1.1
9042026-06-11T21:46:56.681Z Downloaded group v0.13.0
9052026-06-11T21:46:56.684Z Downloaded aead v0.5.2
9062026-06-11T21:46:56.684Z Downloaded arrayref v0.3.9
9072026-06-11T21:46:56.687Z Downloaded dtrace-parser v0.3.0
9082026-06-11T21:46:56.687Z Downloaded hostname v0.4.2
9092026-06-11T21:46:56.692Z Downloaded cobs v0.3.0
9102026-06-11T21:46:56.693Z Downloaded hostname v0.3.1
9112026-06-11T21:46:56.695Z Downloaded dropshot-api-manager-types v0.7.2
9122026-06-11T21:46:56.696Z Downloaded num-conv v0.2.2
9132026-06-11T21:46:56.699Z Downloaded lru-cache v0.1.2
9142026-06-11T21:46:56.699Z Downloaded is-terminal v0.4.17
9152026-06-11T21:46:56.702Z Downloaded base16ct v0.2.0
9162026-06-11T21:46:56.702Z Downloaded instant v0.1.13
9172026-06-11T21:46:56.704Z Downloaded managed v0.8.0
9182026-06-11T21:46:56.705Z Downloaded internet-checksum v0.2.1
9192026-06-11T21:46:56.708Z Downloaded hubpack v0.1.2
9202026-06-11T21:46:56.708Z Downloaded keccak v0.1.6
9212026-06-11T21:46:56.708Z Downloaded dunce v1.0.5
9222026-06-11T21:46:56.711Z Downloaded inout v0.1.4
9232026-06-11T21:46:56.711Z Downloaded hubpack_derive v0.1.1
9242026-06-11T21:46:56.714Z Downloaded libsw v3.5.0
9252026-06-11T21:46:56.714Z Downloaded dtrace-parser v0.2.0
9262026-06-11T21:46:56.714Z Downloaded defmt-parser v1.0.0
9272026-06-11T21:46:56.717Z Downloaded crc8 v0.1.1
9282026-06-11T21:46:56.717Z Downloaded cpufeatures v0.3.0
9292026-06-11T21:46:56.720Z Downloaded dof v0.3.0
9302026-06-11T21:46:56.720Z Downloaded opaque-debug v0.3.1
9312026-06-11T21:46:56.723Z Downloaded olpc-cjson v0.1.4
9322026-06-11T21:46:56.723Z Downloaded num_threads v0.1.7
9332026-06-11T21:46:56.723Z Downloaded num_enum_derive v0.5.11
9342026-06-11T21:46:56.726Z Downloaded konst_macro_rules v0.2.19
9352026-06-11T21:46:56.726Z Downloaded newtype-uuid-macros v0.1.0
9362026-06-11T21:46:56.729Z Downloaded memoffset v0.9.1
9372026-06-11T21:46:56.729Z Downloaded num-iter v0.1.45
9382026-06-11T21:46:56.732Z Downloaded bitflags v1.3.2
9392026-06-11T21:46:56.732Z Downloaded backoff v0.4.0
9402026-06-11T21:46:56.735Z Downloaded erased-serde v0.3.31
9412026-06-11T21:46:56.738Z Downloaded ingot-types v0.1.2
9422026-06-11T21:46:56.738Z Downloaded crunchy v0.2.4
9432026-06-11T21:46:56.741Z Downloaded linear-map v1.2.0
9442026-06-11T21:46:56.741Z Downloaded critical-section v1.2.0
9452026-06-11T21:46:56.744Z Downloaded libsw-core v0.3.2
9462026-06-11T21:46:56.744Z Downloaded proc-macro-crate v3.5.0
9472026-06-11T21:46:56.747Z Downloaded cipher v0.4.4
9482026-06-11T21:46:56.747Z Downloaded omicron-workspace-hack v0.1.0
9492026-06-11T21:46:56.750Z Downloaded anyhow v1.0.102
9502026-06-11T21:46:56.755Z Downloaded memmap2 v0.9.10
9512026-06-11T21:46:56.755Z Downloaded digest v0.11.3
9522026-06-11T21:46:56.758Z Downloaded hash32 v0.3.1
9532026-06-11T21:46:56.758Z Downloaded defmt v0.3.100
9542026-06-11T21:46:56.758Z Downloaded crossbeam-deque v0.8.6
9552026-06-11T21:46:56.761Z Downloaded byte-wrapper v0.1.0
9562026-06-11T21:46:56.761Z Downloaded bs58 v0.5.1
9572026-06-11T21:46:56.764Z Downloaded fs-err v3.3.0
9582026-06-11T21:46:56.767Z Downloaded multer v3.1.0
9592026-06-11T21:46:56.767Z Downloaded displaydoc v0.2.6
9602026-06-11T21:46:56.769Z Downloaded csv-core v0.1.13
9612026-06-11T21:46:56.769Z Downloaded hkdf v0.12.4
9622026-06-11T21:46:56.772Z Downloaded defmt-macros v1.1.0
9632026-06-11T21:46:56.775Z Downloaded phf_shared v0.12.1
9642026-06-11T21:46:56.775Z Downloaded dyn-clone v1.0.20
9652026-06-11T21:46:56.778Z Downloaded derive-ex v0.1.8
9662026-06-11T21:46:56.778Z Downloaded daft v0.1.7
9672026-06-11T21:46:56.781Z Downloaded block-buffer v0.12.0
9682026-06-11T21:46:56.781Z Downloaded num_enum_derive v0.7.6
9692026-06-11T21:46:56.784Z Downloaded parse-display v0.10.0
9702026-06-11T21:46:56.784Z Downloaded daft-derive v0.1.7
9712026-06-11T21:46:56.788Z Downloaded num-integer v0.1.46
9722026-06-11T21:46:56.791Z Downloaded proc-macro-error-attr2 v2.0.0
9732026-06-11T21:46:56.791Z Downloaded blake2 v0.10.6
9742026-06-11T21:46:56.794Z Downloaded async-trait v0.1.89
9752026-06-11T21:46:56.798Z Downloaded proc-macro-error-attr v1.0.4
9762026-06-11T21:46:56.798Z Downloaded potential_utf v0.1.5
9772026-06-11T21:46:56.798Z Downloaded num_enum v0.7.6
9782026-06-11T21:46:56.801Z Downloaded crossbeam-utils v0.8.21
9792026-06-11T21:46:56.804Z Downloaded colored v3.1.1
9802026-06-11T21:46:56.807Z Downloaded proc-macro-crate v1.3.1
9812026-06-11T21:46:56.807Z Downloaded pem v3.0.6
9822026-06-11T21:46:56.810Z Downloaded progenitor-macro v0.13.0
9832026-06-11T21:46:56.810Z Downloaded parking_lot_core v0.8.6
9842026-06-11T21:46:56.810Z Downloaded bitflags v2.12.1
9852026-06-11T21:46:56.813Z Downloaded progenitor-client v0.10.0
9862026-06-11T21:46:56.815Z Downloaded progenitor-client v0.14.0
9872026-06-11T21:46:56.816Z Downloaded oxnet v0.1.6
9882026-06-11T21:46:56.819Z Downloaded paste v1.0.15
9892026-06-11T21:46:56.822Z Downloaded progenitor-macro v0.14.0
9902026-06-11T21:46:56.822Z Downloaded ref-cast-impl v1.0.25
9912026-06-11T21:46:56.822Z Downloaded highway v1.3.0
9922026-06-11T21:46:56.825Z Downloaded cmake v0.1.58
9932026-06-11T21:46:56.825Z Downloaded chacha20 v0.10.0
9942026-06-11T21:46:56.828Z Downloaded num_enum v0.5.11
9952026-06-11T21:46:56.832Z Downloaded powerfmt v0.2.0
9962026-06-11T21:46:56.832Z Downloaded ingot-macros v0.1.1
9972026-06-11T21:46:56.835Z Downloaded diff v0.1.13
9982026-06-11T21:46:56.835Z Downloaded constant_time_eq v0.4.2
9992026-06-11T21:46:56.835Z Downloaded ref-cast v1.0.25
10002026-06-11T21:46:56.838Z Downloaded pretty-hex v0.4.2
10012026-06-11T21:46:56.853Z Downloaded plain v0.2.3
10022026-06-11T21:46:56.853Z Downloaded num-rational v0.4.2
10032026-06-11T21:46:56.853Z Downloaded phf v0.12.1
10042026-06-11T21:46:56.857Z Downloaded omicron-zone-package v0.12.2
10052026-06-11T21:46:56.857Z Downloaded oxide-tokio-rt v0.1.6
10062026-06-11T21:46:56.857Z Downloaded progenitor v0.14.0
10072026-06-11T21:46:56.857Z Downloaded progenitor v0.10.0
10082026-06-11T21:46:56.857Z Downloaded parse-display-derive v0.10.0
10092026-06-11T21:46:56.857Z Downloaded rand_chacha v0.3.1
10102026-06-11T21:46:56.857Z Downloaded defmt v1.1.0
10112026-06-11T21:46:56.857Z Downloaded darling v0.21.3
10122026-06-11T21:46:56.857Z Downloaded rand_xorshift v0.4.0
10132026-06-11T21:46:56.861Z Downloaded indexmap v1.9.3
10142026-06-11T21:46:56.861Z Downloaded darling v0.23.0
10152026-06-11T21:46:56.864Z Downloaded hmac v0.12.1
10162026-06-11T21:46:56.867Z Downloaded progenitor-macro v0.10.0
10172026-06-11T21:46:56.867Z Downloaded icu_properties v2.2.0
10182026-06-11T21:46:56.870Z Downloaded half v2.7.1
10192026-06-11T21:46:56.870Z Downloaded rustc_version v0.1.7
10202026-06-11T21:46:56.874Z Downloaded same-file v1.0.6
10212026-06-11T21:46:56.874Z Downloaded progenitor-extras v0.2.0
10222026-06-11T21:46:56.877Z Downloaded scroll_derive v0.13.1
10232026-06-11T21:46:56.877Z Downloaded scroll_derive v0.12.1
10242026-06-11T21:46:56.877Z Downloaded progenitor-client v0.13.0
10252026-06-11T21:46:56.877Z Downloaded proc-macro-error2 v2.0.1
10262026-06-11T21:46:56.880Z Downloaded cargo_toml v0.22.3
10272026-06-11T21:46:56.880Z Downloaded indicatif v0.18.4
10282026-06-11T21:46:56.883Z Downloaded sha1 v0.10.6
10292026-06-11T21:46:56.886Z Downloaded serial_test_derive v3.5.0
10302026-06-11T21:46:56.886Z Downloaded serde_plain v1.0.2
10312026-06-11T21:46:56.886Z Downloaded icu_provider v2.2.0
10322026-06-11T21:46:56.889Z Downloaded slog-bunyan v2.5.0
10332026-06-11T21:46:56.889Z Downloaded crossbeam-epoch v0.9.18
10342026-06-11T21:46:56.893Z Downloaded serde-big-array v0.5.1
10352026-06-11T21:46:56.893Z Downloaded pest_generator v2.8.6
10362026-06-11T21:46:56.896Z Downloaded semver v0.1.20
10372026-06-11T21:46:56.896Z Downloaded cookie v0.18.1
10382026-06-11T21:46:56.899Z Downloaded const-oid v0.10.2
10392026-06-11T21:46:56.899Z Downloaded parking_lot v0.11.2
10402026-06-11T21:46:56.902Z Downloaded hybrid-array v0.4.12
10412026-06-11T21:46:56.902Z Downloaded quick-error v1.2.3
10422026-06-11T21:46:56.905Z Downloaded dropshot_endpoint v0.17.1
10432026-06-11T21:46:56.905Z Downloaded secrecy v0.10.3
10442026-06-11T21:46:56.908Z Downloaded drift v0.2.0
10452026-06-11T21:46:56.912Z Downloaded siphasher v1.0.3
10462026-06-11T21:46:56.915Z Downloaded papergrid v0.11.0
10472026-06-11T21:46:56.918Z Downloaded papergrid v0.18.0
10482026-06-11T21:46:56.921Z Downloaded resolv-conf v0.7.6
10492026-06-11T21:46:56.924Z Downloaded serial_test v3.5.0
10502026-06-11T21:46:56.924Z Downloaded progenitor v0.13.0
10512026-06-11T21:46:56.924Z Downloaded chacha20poly1305 v0.10.1
10522026-06-11T21:46:56.927Z Downloaded slog-envlogger v2.2.0
10532026-06-11T21:46:56.927Z Downloaded sigpipe v0.1.3
10542026-06-11T21:46:56.929Z Downloaded smawk v0.3.2
10552026-06-11T21:46:56.930Z Downloaded strum v0.27.2
10562026-06-11T21:46:56.930Z Downloaded strum v0.26.3
10572026-06-11T21:46:56.930Z Downloaded rustls-native-certs v0.8.4
10582026-06-11T21:46:56.934Z Downloaded sha1 v0.11.0
10592026-06-11T21:46:56.934Z Downloaded allocator-api2 v0.2.21
10602026-06-11T21:46:56.937Z Downloaded structmeta-derive v0.3.0
10612026-06-11T21:46:56.937Z Downloaded stable_deref_trait v1.2.1
10622026-06-11T21:46:56.937Z Downloaded base64 v0.21.7
10632026-06-11T21:46:56.940Z Downloaded proc-macro-error v1.0.4
10642026-06-11T21:46:56.940Z Downloaded konst v0.2.20
10652026-06-11T21:46:56.944Z Downloaded pest_derive v2.8.6
10662026-06-11T21:46:56.946Z Downloaded poly1305 v0.8.0
10672026-06-11T21:46:56.947Z Downloaded derive_more v0.99.20
10682026-06-11T21:46:56.950Z Downloaded structmeta v0.3.0
10692026-06-11T21:46:56.950Z Downloaded serde_repr v0.1.20
10702026-06-11T21:46:56.952Z Downloaded tabwriter v1.4.1
10712026-06-11T21:46:56.952Z Downloaded hickory-resolver v0.24.4
10722026-06-11T21:46:56.956Z Downloaded scroll v0.13.0
10732026-06-11T21:46:56.956Z Downloaded scroll v0.12.0
10742026-06-11T21:46:56.959Z Downloaded tabled_derive v0.11.0
10752026-06-11T21:46:56.959Z Downloaded schemars_derive v0.8.22
10762026-06-11T21:46:56.959Z Downloaded icu_locale_core v2.2.0
10772026-06-11T21:46:56.963Z Downloaded testing_table v0.3.0
10782026-06-11T21:46:56.968Z Downloaded thiserror-impl-no-std v2.0.2
10792026-06-11T21:46:56.968Z Downloaded termtree v0.5.1
10802026-06-11T21:46:56.968Z Downloaded take_mut v0.2.2
10812026-06-11T21:46:56.971Z Downloaded tagptr v0.2.0
10822026-06-11T21:46:56.971Z Downloaded icu_normalizer_data v2.2.0
10832026-06-11T21:46:56.971Z Downloaded slog-async v2.8.0
10842026-06-11T21:46:56.971Z Downloaded serde_tokenstream v0.2.3
10852026-06-11T21:46:56.971Z Downloaded heapless v0.8.0
10862026-06-11T21:46:56.974Z Downloaded elliptic-curve v0.13.8
10872026-06-11T21:46:56.977Z Downloaded darling_core v0.23.0
10882026-06-11T21:46:56.981Z Downloaded backon v1.6.0
10892026-06-11T21:46:56.984Z Downloaded tabled_derive v0.7.0
10902026-06-11T21:46:56.984Z Downloaded arc-swap v1.9.1
10912026-06-11T21:46:56.986Z Downloaded postcard v1.1.3
10922026-06-11T21:46:56.986Z Downloaded slog-dtrace v0.3.0
10932026-06-11T21:46:56.991Z Downloaded thread-id v5.1.0
10942026-06-11T21:46:56.991Z Downloaded rand_core v0.10.1
10952026-06-11T21:46:56.991Z Downloaded password-hash v0.5.0
10962026-06-11T21:46:56.994Z Downloaded icu_normalizer v2.2.0
10972026-06-11T21:46:56.994Z Downloaded topological-sort v0.2.2
10982026-06-11T21:46:56.994Z Downloaded time-core v0.1.8
10992026-06-11T21:46:56.997Z Downloaded thread-id v4.2.2
11002026-06-11T21:46:56.997Z Downloaded chrono-tz v0.10.4
11012026-06-11T21:46:57.005Z Downloaded unarray v0.1.4
11022026-06-11T21:46:57.008Z Downloaded strum_macros v0.26.4
11032026-06-11T21:46:57.008Z Downloaded smartstring v1.0.1
11042026-06-11T21:46:57.008Z Downloaded slog-term v2.9.2
11052026-06-11T21:46:57.012Z Downloaded slog-stdlog v4.1.1
11062026-06-11T21:46:57.012Z Downloaded hickory-resolver v0.25.2
11072026-06-11T21:46:57.015Z Downloaded typify-macro v0.4.3
11082026-06-11T21:46:57.015Z Downloaded slog-json v2.6.1
11092026-06-11T21:46:57.015Z Downloaded utf-8 v0.7.6
11102026-06-11T21:46:57.018Z Downloaded usdt-attr-macro v0.5.0
11112026-06-11T21:46:57.018Z Downloaded universal-hash v0.5.1
11122026-06-11T21:46:57.018Z Downloaded typify-macro v0.6.2
11132026-06-11T21:46:57.018Z Downloaded smf v0.2.3
11142026-06-11T21:46:57.018Z Downloaded progenitor-impl v0.13.0
11152026-06-11T21:46:57.021Z Downloaded serde_derive_internals v0.29.1
11162026-06-11T21:46:57.021Z Downloaded untrusted v0.7.1
11172026-06-11T21:46:57.021Z Downloaded unit-prefix v0.5.2
11182026-06-11T21:46:57.024Z Downloaded usdt-attr-macro v0.6.0
11192026-06-11T21:46:57.024Z Downloaded usdt v0.6.0
11202026-06-11T21:46:57.024Z Downloaded usdt-macro v0.6.0
11212026-06-11T21:46:57.024Z Downloaded minimal-lexical v0.2.1
11222026-06-11T21:46:57.027Z Downloaded spin v0.5.2
11232026-06-11T21:46:57.027Z Downloaded snafu-derive v0.8.9
11242026-06-11T21:46:57.027Z Downloaded slog-scope v4.4.1
11252026-06-11T21:46:57.030Z Downloaded usdt v0.5.0
11262026-06-11T21:46:57.030Z Downloaded synstructure v0.13.2
11272026-06-11T21:46:57.030Z Downloaded strum_macros v0.27.2
11282026-06-11T21:46:57.030Z Downloaded rhai_codegen v3.2.0
11292026-06-11T21:46:57.034Z Downloaded usdt-macro v0.5.0
11302026-06-11T21:46:57.037Z Downloaded rusty-fork v0.3.1
11312026-06-11T21:46:57.037Z Downloaded rustversion v1.0.22
11322026-06-11T21:46:57.037Z Downloaded waitgroup v0.1.2
11332026-06-11T21:46:57.040Z Downloaded wait-timeout v0.2.1
11342026-06-11T21:46:57.040Z Downloaded rustls-pemfile v2.2.0
11352026-06-11T21:46:57.040Z Downloaded console v0.16.3
11362026-06-11T21:46:57.043Z Downloaded thiserror-no-std v2.0.2
11372026-06-11T21:46:57.043Z Downloaded tinystr v0.8.3
11382026-06-11T21:46:57.046Z Downloaded nom v7.1.3
11392026-06-11T21:46:57.049Z Downloaded zerofrom v0.1.8
11402026-06-11T21:46:57.049Z Downloaded expectorate v1.2.0
11412026-06-11T21:46:57.049Z Downloaded zeroize_derive v1.4.3
11422026-06-11T21:46:57.052Z Downloaded zone_cfg_derive v0.3.1
11432026-06-11T21:46:57.052Z Downloaded zerofrom-derive v0.1.7
11442026-06-11T21:46:57.052Z Downloaded time-macros v0.2.27
11452026-06-11T21:46:57.052Z Downloaded crossbeam-channel v0.5.15
11462026-06-11T21:46:57.055Z Downloaded litemap v0.8.2
11472026-06-11T21:46:57.058Z Downloaded cancel-safe-futures v0.1.5
11482026-06-11T21:46:57.058Z Downloaded icu_collections v2.2.0
11492026-06-11T21:46:57.061Z Downloaded serde_with_macros v3.20.0
11502026-06-11T21:46:57.064Z Downloaded schemars v0.8.22
11512026-06-11T21:46:57.068Z Downloaded tokio-tungstenite v0.21.0
11522026-06-11T21:46:57.071Z Downloaded async-compression v0.4.42
11532026-06-11T21:46:57.074Z Downloaded smallvec v1.15.1
11542026-06-11T21:46:57.077Z Downloaded prettyplease v0.2.37
11552026-06-11T21:46:57.077Z Downloaded jiff-static v0.2.28
11562026-06-11T21:46:57.080Z Downloaded tiny-keccak v2.0.2
11572026-06-11T21:46:57.080Z Downloaded progenitor-impl v0.10.0
11582026-06-11T21:46:57.083Z Downloaded zone v0.3.1
11592026-06-11T21:46:57.083Z Downloaded rustls-platform-verifier v0.7.0
11602026-06-11T21:46:57.087Z Downloaded term v1.2.1
11612026-06-11T21:46:57.087Z Downloaded http v1.4.1
11622026-06-11T21:46:57.090Z Downloaded spin v0.9.8
11632026-06-11T21:46:57.090Z Downloaded pretty_assertions v1.4.1
11642026-06-11T21:46:57.090Z Downloaded progenitor-impl v0.14.0
11652026-06-11T21:46:57.093Z Downloaded crypto-bigint v0.5.5
11662026-06-11T21:46:57.095Z Downloaded byteorder v1.5.0
11672026-06-11T21:46:57.095Z Downloaded thin-vec v0.2.18
11682026-06-11T21:46:57.095Z Downloaded deranged v0.5.8
11692026-06-11T21:46:57.098Z Downloaded vsss-rs v3.3.4
11702026-06-11T21:46:57.098Z Downloaded whoami v1.6.1
11712026-06-11T21:46:57.101Z Downloaded walkdir v2.5.0
11722026-06-11T21:46:57.101Z Downloaded usdt-impl v0.6.0
11732026-06-11T21:46:57.101Z Downloaded data-encoding v2.11.0
11742026-06-11T21:46:57.104Z Downloaded chacha20 v0.9.1
11752026-06-11T21:46:57.104Z Downloaded compression-codecs v0.4.38
11762026-06-11T21:46:57.107Z Downloaded writeable v0.6.3
11772026-06-11T21:46:57.108Z Downloaded const_format v0.2.36
11782026-06-11T21:46:57.110Z Downloaded tokio-dtrace v0.1.1
11792026-06-11T21:46:57.110Z Downloaded const_format_proc_macros v0.2.34
11802026-06-11T21:46:57.113Z Downloaded bytecount v0.6.9
11812026-06-11T21:46:57.113Z Downloaded pest_meta v2.8.6
11822026-06-11T21:46:57.114Z Downloaded arrayvec v0.7.6
11832026-06-11T21:46:57.116Z Downloaded yoke-derive v0.8.2
11842026-06-11T21:46:57.116Z Downloaded ingot v0.1.1
11852026-06-11T21:46:57.116Z Downloaded ff v0.13.1
11862026-06-11T21:46:57.119Z Downloaded crucible-workspace-hack v0.1.0
11872026-06-11T21:46:57.119Z Downloaded dof v0.4.0
11882026-06-11T21:46:57.119Z Downloaded darling_macro v0.21.3
11892026-06-11T21:46:57.119Z Downloaded cstr-argument v0.1.2
11902026-06-11T21:46:57.119Z Downloaded mime v0.3.17
11912026-06-11T21:46:57.123Z Downloaded slog v2.8.2
11922026-06-11T21:46:57.125Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11932026-06-11T21:46:57.128Z Downloaded zerovec-derive v0.11.3
11942026-06-11T21:46:57.131Z Downloaded ucd-trie v0.1.7
11952026-06-11T21:46:57.138Z Downloaded hashbrown v0.12.3
11962026-06-11T21:46:57.141Z Downloaded usdt-impl v0.5.0
11972026-06-11T21:46:57.141Z Downloaded toml v0.7.8
11982026-06-11T21:46:57.145Z Downloaded similar v2.7.0
11992026-06-11T21:46:57.148Z Downloaded yoke v0.8.3
12002026-06-11T21:46:57.148Z Downloaded test-strategy v0.4.5
12012026-06-11T21:46:57.150Z Downloaded rand v0.8.6
12022026-06-11T21:46:57.161Z Downloaded typify v0.6.2
12032026-06-11T21:46:57.165Z Downloaded zerocopy-derive v0.7.35
12042026-06-11T21:46:57.168Z Downloaded typify v0.4.3
12052026-06-11T21:46:57.171Z Downloaded unsafe-libyaml v0.2.11
12062026-06-11T21:46:57.179Z Downloaded qorb v0.4.1
12072026-06-11T21:46:57.184Z Downloaded uuid v1.23.2
12082026-06-11T21:46:57.188Z Downloaded xz2 v0.1.7
12092026-06-11T21:46:57.193Z Downloaded serde_yaml v0.9.34+deprecated
12102026-06-11T21:46:57.196Z Downloaded rayon-core v1.13.0
12112026-06-11T21:46:57.199Z Downloaded snafu v0.8.9
12122026-06-11T21:46:57.202Z Downloaded tungstenite v0.21.0
12132026-06-11T21:46:57.205Z Downloaded steno v0.4.1
12142026-06-11T21:46:57.208Z Downloaded schemars v0.9.0
12152026-06-11T21:46:57.215Z Downloaded nom v8.0.0
12162026-06-11T21:46:57.218Z Downloaded toml v0.9.12+spec-1.1.0
12172026-06-11T21:46:57.221Z Downloaded itertools v0.12.1
12182026-06-11T21:46:57.225Z Downloaded toml_edit v0.25.12+spec-1.1.0
12192026-06-11T21:46:57.227Z Downloaded schemars v1.2.1
12202026-06-11T21:46:57.235Z Downloaded hashbrown v0.16.1
12212026-06-11T21:46:57.238Z Downloaded yansi v1.0.1
12222026-06-11T21:46:57.241Z Downloaded libm v0.2.16
12232026-06-11T21:46:57.246Z Downloaded zerocopy-derive v0.8.50
12242026-06-11T21:46:57.251Z Downloaded toml_edit v0.19.15
12252026-06-11T21:46:57.261Z Downloaded zerotrie v0.2.4
12262026-06-11T21:46:57.264Z Downloaded nix v0.31.3
12272026-06-11T21:46:57.269Z Downloaded icu_properties_data v2.2.0
12282026-06-11T21:46:57.275Z Downloaded typed-path v0.9.3
12292026-06-11T21:46:57.278Z Downloaded reqwest v0.13.4
12302026-06-11T21:46:57.282Z Downloaded pest v2.8.6
12312026-06-11T21:46:57.285Z Downloaded moka v0.12.15
12322026-06-11T21:46:57.290Z Downloaded rand v0.10.1
12332026-06-11T21:46:57.293Z Downloaded regex v1.12.3
12342026-06-11T21:46:57.296Z Downloaded dropshot-api-manager v0.7.2
12352026-06-11T21:46:57.309Z Downloaded tough v0.22.0
12362026-06-11T21:46:57.334Z Downloaded iddqd v0.4.2
12372026-06-11T21:46:57.334Z Downloaded zerovec v0.11.6
12382026-06-11T21:46:57.334Z Downloaded rayon v1.12.0
12392026-06-11T21:46:57.348Z Downloaded zerocopy v0.7.35
12402026-06-11T21:46:57.357Z Downloaded winnow v0.5.40
12412026-06-11T21:46:57.364Z Downloaded blake3 v1.8.5
12422026-06-11T21:46:57.370Z Downloaded goblin v0.10.7
12432026-06-11T21:46:57.374Z Downloaded proptest v1.11.0
12442026-06-11T21:46:57.380Z Downloaded tabled v0.15.0
12452026-06-11T21:46:57.389Z Downloaded serde_with v3.20.0
12462026-06-11T21:46:57.398Z Downloaded aws-lc-rs v1.17.0
12472026-06-11T21:46:57.413Z Downloaded tabled v0.21.0
12482026-06-11T21:46:57.425Z Downloaded time v0.3.47
12492026-06-11T21:46:57.430Z Downloaded syn v1.0.109
12502026-06-11T21:46:57.461Z Downloaded smoltcp v0.11.0
12512026-06-11T21:46:57.467Z Downloaded regress v0.10.5
12522026-06-11T21:46:57.473Z Downloaded zerocopy v0.8.50
12532026-06-11T21:46:57.483Z Downloaded openapiv3 v2.2.0
12542026-06-11T21:46:57.490Z Downloaded rhai v1.25.1
12552026-06-11T21:46:57.497Z Downloaded regex-syntax v0.8.10
12562026-06-11T21:46:57.501Z Downloaded hickory-proto v0.25.2
12572026-06-11T21:46:57.511Z Downloaded hickory-proto v0.24.4
12582026-06-11T21:46:57.519Z Downloaded regress v0.11.1
12592026-06-11T21:46:57.524Z Downloaded dropshot v0.17.1
12602026-06-11T21:46:57.560Z Downloaded typify-impl v0.6.2
12612026-06-11T21:46:57.567Z Downloaded sled v0.34.7
12622026-06-11T21:46:57.573Z Downloaded typify-impl v0.4.3
12632026-06-11T21:46:57.583Z Downloaded petgraph v0.6.5
12642026-06-11T21:46:57.594Z Downloaded lzma-sys v0.1.20
12652026-06-11T21:46:57.611Z Downloaded jiff v0.2.28
12662026-06-11T21:46:57.638Z Downloaded encoding_rs v0.8.35
12672026-06-11T21:46:57.666Z Downloaded csv v1.4.0
12682026-06-11T21:46:57.677Z Downloaded sha3 v0.10.9
12692026-06-11T21:46:58.392Z Downloaded aws-lc-sys v0.41.0
12702026-06-11T21:46:59.334Z Compiling proc-macro2 v1.0.106
12712026-06-11T21:46:59.335Z Compiling unicode-ident v1.0.24
12722026-06-11T21:46:59.338Z Compiling quote v1.0.45
12732026-06-11T21:46:59.338Z Compiling serde_core v1.0.228
12742026-06-11T21:46:59.338Z Compiling cfg-if v1.0.4
12752026-06-11T21:46:59.338Z Compiling serde v1.0.228
12762026-06-11T21:46:59.338Z Compiling libc v0.2.186
12772026-06-11T21:46:59.338Z Compiling memchr v2.8.1
12782026-06-11T21:46:59.533Z Compiling itoa v1.0.18
12792026-06-11T21:46:59.719Z Compiling smallvec v1.15.1
12802026-06-11T21:46:59.793Z Compiling zmij v1.0.21
12812026-06-11T21:46:59.811Z Compiling autocfg v1.5.1
12822026-06-11T21:46:59.931Z Compiling libm v0.2.16
12832026-06-11T21:47:00.170Z Compiling stable_deref_trait v1.2.1
12842026-06-11T21:47:00.180Z Compiling percent-encoding v2.3.2
12852026-06-11T21:47:00.242Z Compiling writeable v0.6.3
12862026-06-11T21:47:00.319Z Compiling litemap v0.8.2
12872026-06-11T21:47:00.375Z Compiling utf8_iter v1.0.4
12882026-06-11T21:47:00.405Z Compiling icu_properties_data v2.2.0
12892026-06-11T21:47:00.416Z Compiling icu_normalizer_data v2.2.0
12902026-06-11T21:47:00.508Z Compiling iana-time-zone v0.1.65
12912026-06-11T21:47:00.519Z Compiling equivalent v1.0.2
12922026-06-11T21:47:00.603Z Compiling form_urlencoded v1.2.2
12932026-06-11T21:47:00.640Z Compiling syn v2.0.117
12942026-06-11T21:47:00.731Z Compiling serde_json v1.0.150
12952026-06-11T21:47:00.778Z Compiling dyn-clone v1.0.20
12962026-06-11T21:47:00.802Z Compiling pin-project-lite v0.2.17
12972026-06-11T21:47:00.814Z Compiling version_check v0.9.5
12982026-06-11T21:47:00.817Z Compiling parking_lot_core v0.9.12
12992026-06-11T21:47:00.896Z Compiling scopeguard v1.2.0
13002026-06-11T21:47:00.920Z Compiling num-traits v0.2.19
13012026-06-11T21:47:01.005Z Compiling lock_api v0.4.14
13022026-06-11T21:47:01.019Z Compiling rand_core v0.10.1
13032026-06-11T21:47:01.124Z Compiling getrandom v0.4.2
13042026-06-11T21:47:01.150Z Compiling thiserror v2.0.18
13052026-06-11T21:47:01.175Z Compiling hashbrown v0.17.1
13062026-06-11T21:47:01.234Z Compiling errno v0.3.14
13072026-06-11T21:47:01.382Z Compiling log v0.4.32
13082026-06-11T21:47:01.484Z Compiling heck v0.5.0
13092026-06-11T21:47:01.569Z Compiling semver v1.0.28
13102026-06-11T21:47:01.691Z Compiling indexmap v2.14.0
13112026-06-11T21:47:01.723Z Compiling futures-core v0.3.32
13122026-06-11T21:47:01.742Z Compiling uuid v1.23.2
13132026-06-11T21:47:01.872Z Compiling zerocopy v0.8.50
13142026-06-11T21:47:01.904Z Compiling futures-sink v0.3.32
13152026-06-11T21:47:01.927Z Compiling schemars v0.8.22
13162026-06-11T21:47:02.012Z Compiling slab v0.4.12
13172026-06-11T21:47:02.163Z Compiling jobserver v0.1.34
13182026-06-11T21:47:02.184Z Compiling shlex v2.0.1
13192026-06-11T21:47:02.197Z Compiling find-msvc-tools v0.1.9
13202026-06-11T21:47:02.311Z Compiling rustversion v1.0.22
13212026-06-11T21:47:02.323Z Compiling fnv v1.0.7
13222026-06-11T21:47:02.355Z Compiling cc v1.2.63
13232026-06-11T21:47:02.414Z Compiling futures-channel v0.3.32
13242026-06-11T21:47:02.427Z Compiling bitflags v2.12.1
13252026-06-11T21:47:02.476Z Compiling futures-task v0.3.32
13262026-06-11T21:47:02.631Z Compiling futures-io v0.3.32
13272026-06-11T21:47:02.659Z Compiling socket2 v0.6.4
13282026-06-11T21:47:02.730Z Compiling signal-hook-registry v1.4.8
13292026-06-11T21:47:02.782Z Compiling mio v1.2.1
13302026-06-11T21:47:02.920Z Compiling parking_lot v0.12.5
13312026-06-11T21:47:02.945Z Compiling portable-atomic v1.13.1
13322026-06-11T21:47:03.023Z Compiling typenum v1.20.1
13332026-06-11T21:47:03.100Z Compiling cmake v0.1.58
13342026-06-11T21:47:03.279Z Compiling fs_extra v1.3.0
13352026-06-11T21:47:03.336Z Compiling dunce v1.0.5
13362026-06-11T21:47:03.340Z Compiling base64 v0.22.1
13372026-06-11T21:47:03.380Z Compiling synstructure v0.13.2
13382026-06-11T21:47:03.399Z Compiling serde_derive_internals v0.29.1
13392026-06-11T21:47:03.527Z Compiling critical-section v1.2.0
13402026-06-11T21:47:03.608Z Compiling aws-lc-sys v0.41.0
13412026-06-11T21:47:03.632Z Compiling slog v2.8.2
13422026-06-11T21:47:03.644Z Compiling rustix v1.1.4
13432026-06-11T21:47:03.813Z Compiling subtle v2.6.1
13442026-06-11T21:47:03.883Z Compiling strsim v0.11.1
13452026-06-11T21:47:03.905Z Compiling byteorder v1.5.0
13462026-06-11T21:47:03.978Z Compiling once_cell v1.21.4
13472026-06-11T21:47:04.081Z Compiling regex-syntax v0.8.10
13482026-06-11T21:47:04.136Z Compiling ipnet v2.12.0
13492026-06-11T21:47:04.194Z Compiling atomic-waker v1.1.2
13502026-06-11T21:47:04.212Z Compiling httparse v1.10.1
13512026-06-11T21:47:04.261Z Compiling tower-layer v0.3.3
13522026-06-11T21:47:04.291Z Compiling tower-service v0.3.3
13532026-06-11T21:47:04.315Z Compiling getrandom v0.2.17
13542026-06-11T21:47:04.383Z Compiling untrusted v0.9.0
13552026-06-11T21:47:04.427Z Compiling ryu v1.0.23
13562026-06-11T21:47:04.501Z Compiling ucd-trie v0.1.7
13572026-06-11T21:47:04.504Z Compiling thiserror v1.0.69
13582026-06-11T21:47:04.612Z Compiling try-lock v0.2.5
13592026-06-11T21:47:04.649Z Compiling serde_derive v1.0.228
13602026-06-11T21:47:04.685Z Compiling zerofrom-derive v0.1.7
13612026-06-11T21:47:04.716Z Compiling yoke-derive v0.8.2
13622026-06-11T21:47:04.807Z Compiling zerovec-derive v0.11.3
13632026-06-11T21:47:04.835Z Compiling displaydoc v0.2.6
13642026-06-11T21:47:04.925Z Compiling schemars_derive v0.8.22
13652026-06-11T21:47:05.650Z Compiling thiserror-impl v2.0.18
13662026-06-11T21:47:05.806Z Compiling tokio-macros v2.7.0
13672026-06-11T21:47:05.899Z Compiling zerofrom v0.1.8
13682026-06-11T21:47:05.911Z Compiling zerocopy-derive v0.8.50
13692026-06-11T21:47:06.020Z Compiling yoke v0.8.3
13702026-06-11T21:47:06.142Z Compiling zeroize_derive v1.4.3
13712026-06-11T21:47:06.202Z Compiling zerovec v0.11.6
13722026-06-11T21:47:06.567Z Compiling zerotrie v0.2.4
13732026-06-11T21:47:06.724Z Compiling tinystr v0.8.3
13742026-06-11T21:47:06.736Z Compiling potential_utf v0.1.5
13752026-06-11T21:47:06.826Z Compiling zeroize v1.8.2
13762026-06-11T21:47:06.860Z Compiling icu_collections v2.2.0
13772026-06-11T21:47:06.882Z Compiling icu_locale_core v2.2.0
13782026-06-11T21:47:06.920Z Compiling futures-macro v0.3.32
13792026-06-11T21:47:07.018Z Compiling want v0.3.1
13802026-06-11T21:47:07.159Z Compiling thiserror-impl v1.0.69
13812026-06-11T21:47:07.183Z Compiling pest v2.8.6
13822026-06-11T21:47:07.368Z Compiling rand_core v0.6.4
13832026-06-11T21:47:07.588Z Compiling icu_provider v2.2.0
13842026-06-11T21:47:07.747Z Compiling bytes v1.11.1
13852026-06-11T21:47:07.804Z Compiling chrono v0.4.45
13862026-06-11T21:47:07.910Z Compiling icu_normalizer v2.2.0
13872026-06-11T21:47:07.941Z Compiling icu_properties v2.2.0
13882026-06-11T21:47:08.317Z Compiling futures-util v0.3.32
13892026-06-11T21:47:08.380Z Compiling http v1.4.1
13902026-06-11T21:47:08.437Z Compiling tokio v1.52.3
13912026-06-11T21:47:08.488Z Compiling serde_tokenstream v0.2.3
13922026-06-11T21:47:08.770Z Compiling erased-serde v0.3.31
13932026-06-11T21:47:09.192Z Compiling idna_adapter v1.2.2
13942026-06-11T21:47:09.311Z Compiling idna v1.1.0
13952026-06-11T21:47:09.326Z Compiling http-body v1.0.1
13962026-06-11T21:47:09.416Z Compiling httpdate v1.0.3
13972026-06-11T21:47:09.578Z Compiling pest_meta v2.8.6
13982026-06-11T21:47:09.662Z Compiling url v2.5.8
13992026-06-11T21:47:09.734Z Compiling getrandom v0.3.4
14002026-06-11T21:47:10.078Z Compiling ppv-lite86 v0.2.21
14012026-06-11T21:47:10.104Z Compiling pretty-hex v0.4.2
14022026-06-11T21:47:10.265Z Compiling pest_generator v2.8.6
14032026-06-11T21:47:10.397Z Compiling winnow v1.0.3
14042026-06-11T21:47:10.553Z Compiling plain v0.2.3
14052026-06-11T21:47:10.663Z Compiling allocator-api2 v0.2.21
14062026-06-11T21:47:10.675Z Compiling foldhash v0.2.0
14072026-06-11T21:47:10.872Z Compiling paste v1.0.15
14082026-06-11T21:47:10.872Z Compiling pest_derive v2.8.6
14092026-06-11T21:47:10.906Z Compiling tracing-attributes v0.1.31
14102026-06-11T21:47:10.977Z Compiling ipnetwork v0.21.1
14112026-06-11T21:47:11.217Z Compiling oxnet v0.1.6
14122026-06-11T21:47:11.414Z Compiling hashbrown v0.16.1
14132026-06-11T21:47:11.430Z Compiling tracing-core v0.1.36
14142026-06-11T21:47:11.466Z Compiling ident_case v1.0.1
14152026-06-11T21:47:11.586Z Compiling omicron-workspace-hack v0.1.0
14162026-06-11T21:47:11.708Z Compiling http-body-util v0.1.3
14172026-06-11T21:47:11.823Z Compiling serde_urlencoded v0.7.1
14182026-06-11T21:47:11.943Z Compiling aho-corasick v1.1.4
14192026-06-11T21:47:12.030Z Compiling sync_wrapper v1.0.2
14202026-06-11T21:47:12.049Z Compiling daft-derive v0.1.7
14212026-06-11T21:47:12.120Z Compiling tracing v0.1.44
14222026-06-11T21:47:12.196Z Compiling fastrand v2.4.1
14232026-06-11T21:47:12.350Z Compiling tokio-util v0.7.18
14242026-06-11T21:47:12.457Z Compiling async-trait v0.1.89
14252026-06-11T21:47:12.806Z Compiling regex-automata v0.4.14
14262026-06-11T21:47:13.081Z Compiling scroll_derive v0.13.1
14272026-06-11T21:47:13.325Z Compiling time-core v0.1.8
14282026-06-11T21:47:13.328Z Compiling anyhow v1.0.102
14292026-06-11T21:47:13.436Z Compiling num-conv v0.2.2
14302026-06-11T21:47:13.470Z Compiling aws-lc-rs v1.17.0
14312026-06-11T21:47:13.587Z Compiling powerfmt v0.2.0
14322026-06-11T21:47:13.797Z Compiling deranged v0.5.8
14332026-06-11T21:47:13.838Z Compiling time-macros v0.2.27
14342026-06-11T21:47:13.923Z Compiling rustls-pki-types v1.14.1
14352026-06-11T21:47:13.935Z Compiling scroll v0.13.0
14362026-06-11T21:47:14.201Z Compiling openssl-probe v0.2.1
14372026-06-11T21:47:14.392Z Compiling hex v0.4.3
14382026-06-11T21:47:14.415Z Compiling num_threads v0.1.7
14392026-06-11T21:47:14.512Z Compiling regex v1.12.3
14402026-06-11T21:47:14.652Z Compiling goblin v0.10.7
14412026-06-11T21:47:14.838Z Compiling untrusted v0.7.1
14422026-06-11T21:47:14.985Z Compiling camino v1.2.2
14432026-06-11T21:47:15.062Z Compiling crc32fast v1.5.0
14442026-06-11T21:47:15.199Z Compiling usdt-impl v0.6.0
14452026-06-11T21:47:15.254Z Compiling rustls v0.23.40
14462026-06-11T21:47:15.417Z Compiling h2 v0.4.14
14472026-06-11T21:47:15.467Z Compiling dtrace-parser v0.3.0
14482026-06-11T21:47:15.477Z Compiling crossbeam-utils v0.8.21
14492026-06-11T21:47:15.676Z Compiling futures-executor v0.3.32
14502026-06-11T21:47:15.804Z Compiling structmeta-derive v0.3.0
14512026-06-11T21:47:15.956Z Compiling thread-id v5.1.0
14522026-06-11T21:47:15.958Z Compiling adler2 v2.0.1
14532026-06-11T21:47:16.038Z Compiling simd-adler32 v0.3.9
14542026-06-11T21:47:16.095Z Compiling cpufeatures v0.3.0
14552026-06-11T21:47:16.169Z Compiling miniz_oxide v0.8.9
14562026-06-11T21:47:16.237Z Compiling rand_core v0.9.5
14572026-06-11T21:47:16.330Z Compiling futures v0.3.32
14582026-06-11T21:47:16.449Z Compiling darling_core v0.23.0
14592026-06-11T21:47:16.826Z Compiling newtype-uuid-macros v0.1.0
14602026-06-11T21:47:16.867Z Compiling structmeta v0.3.0
14612026-06-11T21:47:16.921Z Compiling hybrid-array v0.4.12
14622026-06-11T21:47:17.218Z Compiling thread_local v1.1.9
14632026-06-11T21:47:17.381Z Compiling dof v0.4.0
14642026-06-11T21:47:17.486Z Compiling hyper v1.10.1
14652026-06-11T21:47:17.640Z Compiling match_cfg v0.1.0
14662026-06-11T21:47:17.709Z Compiling flate2 v1.1.9
14672026-06-11T21:47:18.472Z Compiling newtype-uuid v1.3.2
14682026-06-11T21:47:18.521Z Compiling darling_macro v0.23.0
14692026-06-11T21:47:18.733Z Compiling hyper-util v0.1.20
14702026-06-11T21:47:18.856Z Compiling quick-error v1.2.3
14712026-06-11T21:47:18.882Z Compiling compression-core v0.4.32
14722026-06-11T21:47:19.041Z Compiling slog-async v2.8.0
14732026-06-11T21:47:19.185Z Compiling ref-cast v1.0.25
14742026-06-11T21:47:19.234Z Compiling darling v0.23.0
14752026-06-11T21:47:19.254Z Compiling compression-codecs v0.4.38
14762026-06-11T21:47:19.256Z Compiling daft v0.1.7
14772026-06-11T21:47:19.311Z Compiling block-buffer v0.12.0
14782026-06-11T21:47:19.391Z Compiling crypto-common v0.2.2
14792026-06-11T21:47:19.465Z Compiling rand_chacha v0.9.0
14802026-06-11T21:47:19.529Z Compiling ref-cast-impl v1.0.25
14812026-06-11T21:47:19.552Z Compiling strum_macros v0.26.4
14822026-06-11T21:47:19.632Z Compiling usdt-macro v0.6.0
14832026-06-11T21:47:19.901Z Compiling usdt-attr-macro v0.6.0
14842026-06-11T21:47:19.936Z Compiling serde_spanned v1.1.1
14852026-06-11T21:47:20.089Z Compiling multer v3.1.0
14862026-06-11T21:47:20.144Z Compiling generic-array v0.14.7
14872026-06-11T21:47:20.330Z Compiling toml_writer v1.1.1+spec-1.1.0
14882026-06-11T21:47:20.352Z Compiling const-oid v0.10.2
14892026-06-11T21:47:20.506Z Compiling term v1.2.1
14902026-06-11T21:47:20.536Z Compiling bit-vec v0.8.0
14912026-06-11T21:47:20.556Z Compiling debug-ignore v1.0.5
14922026-06-11T21:47:20.584Z Compiling take_mut v0.2.2
14932026-06-11T21:47:20.656Z Compiling digest v0.11.3
14942026-06-11T21:47:20.732Z Compiling bit-set v0.8.0
14952026-06-11T21:47:20.817Z Compiling rand v0.9.4
14962026-06-11T21:47:20.860Z Compiling serde_with_macros v3.20.0
14972026-06-11T21:47:20.888Z Compiling async-stream-impl v0.3.6
14982026-06-11T21:47:21.093Z Compiling dropshot v0.17.1
14992026-06-11T21:47:21.207Z Compiling encoding_rs v0.8.35
15002026-06-11T21:47:21.210Z Compiling strum v0.26.3
15012026-06-11T21:47:21.331Z Compiling unarray v0.1.4
15022026-06-11T21:47:21.334Z Compiling spin v0.9.8
15032026-06-11T21:47:21.417Z Compiling mime v0.3.17
15042026-06-11T21:47:21.436Z Compiling syn v1.0.109
15052026-06-11T21:47:21.493Z Compiling sha1 v0.11.0
15062026-06-11T21:47:21.533Z Compiling async-stream v0.3.6
15072026-06-11T21:47:21.707Z Compiling derive-ex v0.1.8
15082026-06-11T21:47:21.740Z Compiling tower v0.5.3
15092026-06-11T21:47:21.802Z Compiling dropshot_endpoint v0.17.1
15102026-06-11T21:47:21.882Z Compiling macaddr v1.0.1
15112026-06-11T21:47:22.027Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15122026-06-11T21:47:22.103Z Compiling waitgroup v0.1.2
15132026-06-11T21:47:22.200Z Compiling serde_path_to_error v0.1.20
15142026-06-11T21:47:22.515Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15152026-06-11T21:47:22.549Z Compiling tower-http v0.6.11
15162026-06-11T21:47:22.676Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15172026-06-11T21:47:22.856Z Compiling tempfile v3.27.0
15182026-06-11T21:47:22.878Z Compiling openapiv3 v2.2.0
15192026-06-11T21:47:22.975Z Compiling strum_macros v0.27.2
15202026-06-11T21:47:23.278Z Compiling test-strategy v0.4.5
15212026-06-11T21:47:23.451Z Compiling instant v0.1.13
15222026-06-11T21:47:23.560Z Compiling time v0.3.47
15232026-06-11T21:47:24.289Z Compiling rustls-native-certs v0.8.4
15242026-06-11T21:47:24.562Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15252026-06-11T21:47:24.645Z Compiling crossbeam-channel v0.5.15
15262026-06-11T21:47:24.717Z Compiling crypto-common v0.1.7
15272026-06-11T21:47:24.908Z Compiling strum v0.27.2
15282026-06-11T21:47:25.124Z Compiling parse-display-derive v0.10.0
15292026-06-11T21:47:25.194Z Compiling backon v1.6.0
15302026-06-11T21:47:25.338Z Compiling rand_chacha v0.3.1
15312026-06-11T21:47:25.789Z Compiling rand v0.8.6
15322026-06-11T21:47:26.029Z Compiling slog-json v2.6.1
15332026-06-11T21:47:26.110Z Compiling hostname v0.3.1
15342026-06-11T21:47:26.233Z Compiling toml_parser v1.1.2+spec-1.1.0
15352026-06-11T21:47:26.246Z Compiling toml_datetime v1.1.1+spec-1.1.0
15362026-06-11T21:47:26.313Z Compiling wait-timeout v0.2.1
15372026-06-11T21:47:26.443Z Compiling is-terminal v0.4.17
15382026-06-11T21:47:26.488Z Compiling memmap2 v0.9.10
15392026-06-11T21:47:26.618Z Compiling either v1.16.0
15402026-06-11T21:47:26.706Z Compiling usdt v0.6.0
15412026-06-11T21:47:26.751Z Compiling toml v1.1.2+spec-1.1.0
15422026-06-11T21:47:26.800Z Compiling slog-term v2.9.2
15432026-06-11T21:47:26.822Z Compiling rusty-fork v0.3.1
15442026-06-11T21:47:26.983Z Compiling slog-bunyan v2.5.0
15452026-06-11T21:47:27.045Z Compiling serde_with v3.20.0
15462026-06-11T21:47:27.116Z Compiling async-compression v0.4.42
15472026-06-11T21:47:27.178Z Compiling rand_xorshift v0.4.0
15482026-06-11T21:47:27.325Z Compiling rustls-pemfile v2.2.0
15492026-06-11T21:47:27.392Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15502026-06-11T21:47:27.425Z Compiling regress v0.10.5
15512026-06-11T21:47:27.522Z Compiling hostname v0.4.2
15522026-06-11T21:47:27.539Z Compiling humantime v2.3.0
15532026-06-11T21:47:27.659Z Compiling proptest v1.11.0
15542026-06-11T21:47:28.147Z Compiling iddqd v0.4.2
15552026-06-11T21:47:28.364Z Compiling reqwest v0.12.28
15562026-06-11T21:47:28.486Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15572026-06-11T21:47:28.731Z Compiling block-buffer v0.10.4
15582026-06-11T21:47:28.924Z Compiling utf8parse v0.2.2
15592026-06-11T21:47:28.974Z Compiling digest v0.10.7
15602026-06-11T21:47:29.034Z Compiling anstyle-parse v1.0.0
15612026-06-11T21:47:29.195Z Compiling itertools v0.14.0
15622026-06-11T21:47:29.224Z Compiling parse-display v0.10.0
15632026-06-11T21:47:29.478Z Compiling progenitor-client v0.10.0
15642026-06-11T21:47:29.572Z Compiling backoff v0.4.0
15652026-06-11T21:47:29.754Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15662026-06-11T21:47:29.787Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15672026-06-11T21:47:30.335Z Compiling anstyle-query v1.1.5
15682026-06-11T21:47:30.461Z Compiling anstyle v1.0.14
15692026-06-11T21:47:30.684Z Compiling is_terminal_polyfill v1.70.2
15702026-06-11T21:47:30.761Z Compiling colorchoice v1.0.5
15712026-06-11T21:47:30.877Z Compiling anstream v1.0.0
15722026-06-11T21:47:31.200Z Compiling clap_lex v1.1.0
15732026-06-11T21:47:31.445Z Compiling regress v0.11.1
15742026-06-11T21:47:31.476Z Compiling clap_derive v4.6.1
15752026-06-11T21:47:32.009Z Compiling terminal_size v0.4.4
15762026-06-11T21:47:32.970Z Compiling typify-impl v0.6.2
15772026-06-11T21:47:33.160Z Compiling toml_datetime v0.6.11
15782026-06-11T21:47:33.434Z Compiling zerocopy-derive v0.7.35
15792026-06-11T21:47:33.450Z Compiling convert_case v0.4.0
15802026-06-11T21:47:33.556Z Compiling cpufeatures v0.2.17
15812026-06-11T21:47:33.647Z Compiling clap_builder v4.6.0
15822026-06-11T21:47:34.317Z Compiling derive_more v0.99.20
15832026-06-11T21:47:34.344Z Compiling zerocopy v0.7.35
15842026-06-11T21:47:35.382Z Compiling toml_edit v0.25.12+spec-1.1.0
15852026-06-11T21:47:35.542Z Compiling unicode-width v0.2.2
15862026-06-11T21:47:35.888Z Compiling clap v4.6.1
15872026-06-11T21:47:35.972Z Compiling proc-macro-crate v3.5.0
15882026-06-11T21:47:36.275Z Compiling secrecy v0.10.3
15892026-06-11T21:47:36.396Z Compiling tinyvec_macros v0.1.1
15902026-06-11T21:47:36.432Z Compiling float-ord v0.3.2
15912026-06-11T21:47:36.466Z Compiling crucible-workspace-hack v0.1.0
15922026-06-11T21:47:36.557Z Compiling tinyvec v1.11.0
15932026-06-11T21:47:36.671Z Compiling num_enum_derive v0.7.6
15942026-06-11T21:47:36.995Z Compiling dtrace-parser v0.2.0
15952026-06-11T21:47:37.047Z Compiling scroll_derive v0.12.1
15962026-06-11T21:47:37.203Z Compiling num-integer v0.1.46
15972026-06-11T21:47:37.289Z Compiling rustc_version v0.4.1
15982026-06-11T21:47:37.526Z Compiling usdt-impl v0.5.0
15992026-06-11T21:47:37.711Z Compiling num_enum v0.7.6
16002026-06-11T21:47:37.769Z Compiling scroll v0.12.0
16012026-06-11T21:47:37.828Z Compiling curve25519-dalek v4.1.3
16022026-06-11T21:47:37.981Z Compiling dof v0.3.0
16032026-06-11T21:47:38.102Z Compiling hmac v0.12.1
16042026-06-11T21:47:38.128Z Compiling inout v0.1.4
16052026-06-11T21:47:38.237Z Compiling darling_core v0.21.3
16062026-06-11T21:47:38.270Z Compiling ff v0.13.1
16072026-06-11T21:47:38.318Z Compiling thread-id v4.2.2
16082026-06-11T21:47:38.378Z Compiling group v0.13.0
16092026-06-11T21:47:38.409Z Compiling cipher v0.4.4
16102026-06-11T21:47:38.622Z Compiling hkdf v0.12.4
16112026-06-11T21:47:38.765Z Compiling goblin v0.8.2
16122026-06-11T21:47:38.987Z Compiling num-rational v0.4.2
16132026-06-11T21:47:39.131Z Compiling num-iter v0.1.45
16142026-06-11T21:47:39.328Z Compiling typify-macro v0.6.2
16152026-06-11T21:47:39.351Z Compiling thiserror-impl-no-std v2.0.2
16162026-06-11T21:47:39.375Z Compiling universal-hash v0.5.1
16172026-06-11T21:47:39.396Z Compiling crypto-bigint v0.5.5
16182026-06-11T21:47:39.508Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16192026-06-11T21:47:39.764Z Compiling crossbeam-epoch v0.9.18
16202026-06-11T21:47:40.116Z Compiling half v2.7.1
16212026-06-11T21:47:40.185Z Compiling curve25519-dalek-derive v0.1.1
16222026-06-11T21:47:40.392Z Compiling darling_macro v0.21.3
16232026-06-11T21:47:40.413Z Compiling num-complex v0.4.6
16242026-06-11T21:47:40.712Z Compiling opaque-debug v0.3.1
16252026-06-11T21:47:40.781Z Compiling ciborium-io v0.2.2
16262026-06-11T21:47:40.793Z Compiling base64ct v1.8.3
16272026-06-11T21:47:40.869Z Compiling base16ct v0.2.0
16282026-06-11T21:47:40.881Z Compiling ciborium-ll v0.2.2
16292026-06-11T21:47:40.987Z Compiling darling v0.21.3
16302026-06-11T21:47:41.025Z Compiling password-hash v0.5.0
16312026-06-11T21:47:41.068Z Compiling elliptic-curve v0.13.8
16322026-06-11T21:47:41.338Z Compiling poly1305 v0.8.0
16332026-06-11T21:47:41.362Z Compiling typify v0.6.2
16342026-06-11T21:47:41.374Z Compiling num v0.4.3
16352026-06-11T21:47:41.464Z Compiling thiserror-no-std v2.0.2
16362026-06-11T21:47:41.931Z Compiling chacha20 v0.9.1
16372026-06-11T21:47:42.011Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16382026-06-11T21:47:42.046Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16392026-06-11T21:47:42.511Z Compiling blake2 v0.10.6
16402026-06-11T21:47:42.753Z Compiling aead v0.5.2
16412026-06-11T21:47:42.765Z Compiling byte-wrapper v0.1.0
16422026-06-11T21:47:42.912Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16432026-06-11T21:47:42.966Z Compiling proc-macro-error-attr v1.0.4
16442026-06-11T21:47:43.201Z Compiling keccak v0.1.6
16452026-06-11T21:47:43.243Z Compiling heapless v0.8.0
16462026-06-11T21:47:43.340Z Compiling rustix v0.38.44
16472026-06-11T21:47:43.444Z Compiling unsafe-libyaml v0.2.11
16482026-06-11T21:47:43.557Z Compiling prettyplease v0.2.37
16492026-06-11T21:47:44.009Z Compiling serde_yaml v0.9.34+deprecated
16502026-06-11T21:47:44.261Z Compiling sha3 v0.10.9
16512026-06-11T21:47:44.435Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16522026-06-11T21:47:44.835Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16532026-06-11T21:47:45.038Z Compiling chacha20poly1305 v0.10.1
16542026-06-11T21:47:45.170Z Compiling argon2 v0.5.3
16552026-06-11T21:47:45.416Z Compiling vsss-rs v3.3.4
16562026-06-11T21:47:45.501Z Compiling ingot-macros v0.1.1
16572026-06-11T21:47:45.516Z Compiling ciborium v0.2.2
16582026-06-11T21:47:46.009Z Compiling usdt-macro v0.5.0
16592026-06-11T21:47:46.091Z Compiling usdt-attr-macro v0.5.0
16602026-06-11T21:47:47.316Z Compiling serde_spanned v0.6.9
16612026-06-11T21:47:47.464Z Compiling enum-as-inner v0.6.1
16622026-06-11T21:47:47.717Z Compiling hash32 v0.3.1
16632026-06-11T21:47:47.875Z Compiling proc-macro-error v1.0.4
16642026-06-11T21:47:48.019Z Compiling memmap v0.7.0
16652026-06-11T21:47:48.073Z Compiling memoffset v0.9.1
16662026-06-11T21:47:48.123Z Compiling data-encoding v2.11.0
16672026-06-11T21:47:48.210Z Compiling winnow v0.7.15
16682026-06-11T21:47:48.257Z Compiling winnow v0.5.40
16692026-06-11T21:47:48.260Z Compiling smoltcp v0.11.0
16702026-06-11T21:47:48.327Z Compiling cfg_aliases v0.2.1
16712026-06-11T21:47:48.401Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16722026-06-11T21:47:48.623Z Compiling rustls-webpki v0.103.13
16732026-06-11T21:47:48.653Z Compiling indent_write v2.2.0
16742026-06-11T21:47:48.801Z Compiling toml_write v0.1.2
16752026-06-11T21:47:49.006Z Compiling nix v0.31.3
16762026-06-11T21:47:49.046Z Compiling ingot-types v0.1.2
16772026-06-11T21:47:49.110Z Compiling usdt v0.5.0
16782026-06-11T21:47:49.579Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16792026-06-11T21:47:49.722Z Compiling toml_edit v0.19.15
16802026-06-11T21:47:49.733Z Compiling toml_edit v0.22.27
16812026-06-11T21:47:49.753Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16822026-06-11T21:47:49.800Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16832026-06-11T21:47:50.051Z Compiling tabwriter v1.4.1
16842026-06-11T21:47:50.292Z Compiling cobs v0.3.0
16852026-06-11T21:47:50.432Z Compiling serde_repr v0.1.20
16862026-06-11T21:47:50.497Z Compiling pkg-config v0.3.33
16872026-06-11T21:47:50.797Z Compiling managed v0.8.0
16882026-06-11T21:47:50.950Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16892026-06-11T21:47:51.015Z Compiling bitflags v1.3.2
16902026-06-11T21:47:51.032Z Compiling vcpkg v0.2.15
16912026-06-11T21:47:51.205Z Compiling toml v0.8.23
16922026-06-11T21:47:51.594Z Compiling openssl-sys v0.9.116
16932026-06-11T21:47:51.732Z Compiling proc-macro-crate v1.3.1
16942026-06-11T21:47:51.907Z Compiling postcard v1.1.3
16952026-06-11T21:47:52.070Z Compiling tokio-rustls v0.26.4
16962026-06-11T21:47:52.148Z Compiling rustls-platform-verifier v0.7.0
16972026-06-11T21:47:52.345Z Compiling hyper-rustls v0.27.9
16982026-06-11T21:47:52.645Z Compiling reqwest v0.13.4
16992026-06-11T21:47:53.824Z Compiling ingot v0.1.1
17002026-06-11T21:47:53.885Z Compiling progenitor-client v0.14.0
17012026-06-11T21:47:54.197Z Compiling progenitor-extras v0.2.0
17022026-06-11T21:47:55.074Z Compiling hubpack_derive v0.1.1
17032026-06-11T21:47:55.393Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-06-11T21:47:55.613Z Compiling foreign-types-macros v0.2.3
17052026-06-11T21:47:55.628Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17062026-06-11T21:47:55.733Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17072026-06-11T21:47:55.983Z Compiling swrite v0.1.0
17082026-06-11T21:47:56.082Z Compiling foreign-types-shared v0.3.1
17092026-06-11T21:47:56.177Z Compiling resolv-conf v0.7.6
17102026-06-11T21:47:56.281Z Compiling heck v0.4.1
17112026-06-11T21:47:56.491Z Compiling static_assertions v1.1.0
17122026-06-11T21:47:56.566Z Compiling semver v0.1.20
17132026-06-11T21:47:56.569Z Compiling linked-hash-map v0.5.6
17142026-06-11T21:47:56.764Z Compiling unicode-segmentation v1.13.3
17152026-06-11T21:47:56.829Z Compiling colored v3.1.1
17162026-06-11T21:47:56.946Z Compiling rayon-core v1.13.0
17172026-06-11T21:47:57.201Z Compiling newline-converter v0.3.0
17182026-06-11T21:47:57.211Z Compiling rustc_version v0.1.7
17192026-06-11T21:47:57.230Z Compiling lru-cache v0.1.2
17202026-06-11T21:47:57.253Z Compiling foreign-types v0.5.0
17212026-06-11T21:47:57.334Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17222026-06-11T21:47:57.355Z Compiling hubpack v0.1.2
17232026-06-11T21:47:57.558Z Compiling num_enum_derive v0.5.11
17242026-06-11T21:47:57.703Z Compiling atomicwrites v0.4.4
17252026-06-11T21:47:58.028Z Compiling hickory-proto v0.24.4
17262026-06-11T21:47:58.605Z Compiling progenitor-impl v0.13.0
17272026-06-11T21:47:59.118Z Compiling crossbeam-deque v0.8.6
17282026-06-11T21:47:59.248Z Compiling console v0.15.11
17292026-06-11T21:47:59.323Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17302026-06-11T21:47:59.858Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-06-11T21:47:59.908Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17322026-06-11T21:47:59.935Z Compiling camino-tempfile v1.4.1
17332026-06-11T21:47:59.939Z Compiling chacha20 v0.10.0
17342026-06-11T21:48:00.208Z Compiling serde-big-array v0.5.1
17352026-06-11T21:48:00.357Z Compiling pin-project-internal v1.1.13
17362026-06-11T21:48:01.404Z Compiling derive-where v1.6.1
17372026-06-11T21:48:01.485Z Compiling num-derive v0.4.2
17382026-06-11T21:48:01.615Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17392026-06-11T21:48:01.883Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17402026-06-11T21:48:02.289Z Compiling cstr-argument v0.1.2
17412026-06-11T21:48:02.370Z Compiling similar v2.7.0
17422026-06-11T21:48:02.417Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17432026-06-11T21:48:02.446Z Compiling minimal-lexical v0.2.1
17442026-06-11T21:48:02.457Z Compiling siphasher v1.0.3
17452026-06-11T21:48:02.651Z Compiling nom v7.1.3
17462026-06-11T21:48:02.677Z Compiling phf_shared v0.12.1
17472026-06-11T21:48:02.704Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17482026-06-11T21:48:02.855Z Compiling expectorate v1.2.0
17492026-06-11T21:48:02.902Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-06-11T21:48:02.968Z Compiling progenitor-macro v0.13.0
17512026-06-11T21:48:03.003Z Compiling pin-project v1.1.13
17522026-06-11T21:48:03.105Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17532026-06-11T21:48:03.184Z Compiling rand v0.10.1
17542026-06-11T21:48:03.225Z Compiling hickory-resolver v0.24.4
17552026-06-11T21:48:03.321Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17562026-06-11T21:48:03.927Z Compiling num_enum v0.5.11
17572026-06-11T21:48:04.022Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17582026-06-11T21:48:04.046Z Compiling newtype_derive v0.1.6
17592026-06-11T21:48:04.227Z Compiling progenitor-client v0.13.0
17602026-06-11T21:48:04.535Z Compiling progenitor-impl v0.14.0
17612026-06-11T21:48:04.646Z Compiling unicode-normalization v0.1.25
17622026-06-11T21:48:05.138Z Compiling tokio-stream v0.1.18
17632026-06-11T21:48:05.609Z Compiling async-recursion v1.1.1
17642026-06-11T21:48:05.718Z Compiling snafu-derive v0.8.9
17652026-06-11T21:48:05.931Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17662026-06-11T21:48:06.030Z Compiling slog-dtrace v0.3.0
17672026-06-11T21:48:06.245Z Compiling bstr v1.12.1
17682026-06-11T21:48:06.282Z Compiling csv-core v0.1.13
17692026-06-11T21:48:06.308Z Compiling same-file v1.0.6
17702026-06-11T21:48:06.486Z Compiling foldhash v0.1.5
17712026-06-11T21:48:06.547Z Compiling chrono-tz v0.10.4
17722026-06-11T21:48:06.671Z Compiling foreign-types-shared v0.1.1
17732026-06-11T21:48:06.745Z Compiling unicode-xid v0.2.6
17742026-06-11T21:48:06.765Z Compiling unicode-width v0.1.14
17752026-06-11T21:48:06.780Z Compiling highway v1.3.0
17762026-06-11T21:48:06.868Z Compiling openssl v0.10.80
17772026-06-11T21:48:07.038Z Compiling owo-colors v4.3.0
17782026-06-11T21:48:07.154Z Compiling cancel-safe-futures v0.1.5
17792026-06-11T21:48:07.171Z Compiling konst_macro_rules v0.2.19
17802026-06-11T21:48:07.352Z Compiling konst v0.2.20
17812026-06-11T21:48:07.445Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17822026-06-11T21:48:07.461Z Compiling const_format_proc_macros v0.2.34
17832026-06-11T21:48:07.470Z Compiling snafu v0.8.9
17842026-06-11T21:48:07.611Z Compiling foreign-types v0.3.2
17852026-06-11T21:48:07.688Z Compiling hashbrown v0.15.5
17862026-06-11T21:48:07.829Z Compiling globset v0.4.18
17872026-06-11T21:48:07.853Z Compiling csv v1.4.0
17882026-06-11T21:48:08.106Z Compiling progenitor v0.13.0
17892026-06-11T21:48:08.108Z Compiling progenitor-macro v0.14.0
17902026-06-11T21:48:08.211Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17912026-06-11T21:48:08.242Z Compiling walkdir v2.5.0
17922026-06-11T21:48:08.387Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17932026-06-11T21:48:08.422Z Compiling qorb v0.4.1
17942026-06-11T21:48:08.605Z Compiling olpc-cjson v0.1.4
17952026-06-11T21:48:08.775Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17962026-06-11T21:48:10.446Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17972026-06-11T21:48:10.692Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17982026-06-11T21:48:10.703Z Compiling rayon v1.12.0
17992026-06-11T21:48:10.739Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18002026-06-11T21:48:10.926Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-06-11T21:48:11.018Z Compiling phf v0.12.1
18022026-06-11T21:48:11.046Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-11T21:48:11.570Z Compiling zone_cfg_derive v0.3.1
18042026-06-11T21:48:11.961Z Compiling tokio-dtrace v0.1.1
18052026-06-11T21:48:12.227Z Compiling itertools v0.12.1
18062026-06-11T21:48:12.261Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18072026-06-11T21:48:12.452Z Compiling libsw-core v0.3.2
18082026-06-11T21:48:12.463Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-06-11T21:48:12.621Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18102026-06-11T21:48:13.037Z Compiling serde_plain v1.0.2
18112026-06-11T21:48:13.070Z Compiling openssl-macros v0.1.1
18122026-06-11T21:48:13.247Z Compiling pem v3.0.6
18132026-06-11T21:48:13.260Z Compiling cookie v0.18.1
18142026-06-11T21:48:13.446Z Compiling sigpipe v0.1.3
18152026-06-11T21:48:13.461Z Compiling jiff v0.2.28
18162026-06-11T21:48:13.508Z Compiling fixedbitset v0.5.7
18172026-06-11T21:48:13.536Z Compiling fixedbitset v0.4.2
18182026-06-11T21:48:13.580Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-11T21:48:13.621Z Compiling glob v0.3.3
18202026-06-11T21:48:13.639Z Compiling bytecount v0.6.9
18212026-06-11T21:48:13.767Z Compiling typed-path v0.9.3
18222026-06-11T21:48:13.818Z Compiling papergrid v0.11.0
18232026-06-11T21:48:13.860Z Compiling petgraph v0.8.3
18242026-06-11T21:48:13.899Z Compiling petgraph v0.6.5
18252026-06-11T21:48:15.183Z Compiling tough v0.22.0
18262026-06-11T21:48:15.474Z Compiling zone v0.3.1
18272026-06-11T21:48:15.655Z Compiling progenitor v0.14.0
18282026-06-11T21:48:15.690Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18292026-06-11T21:48:15.770Z Compiling libsw v3.5.0
18302026-06-11T21:48:15.786Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-06-11T21:48:15.940Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18322026-06-11T21:48:15.961Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18332026-06-11T21:48:15.980Z Compiling oxide-tokio-rt v0.1.6
18342026-06-11T21:48:16.177Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-06-11T21:48:16.178Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18362026-06-11T21:48:16.267Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-06-11T21:48:17.272Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-06-11T21:48:17.459Z Compiling const_format v0.2.36
18392026-06-11T21:48:17.471Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-11T21:48:17.796Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18412026-06-11T21:48:18.073Z Compiling tabled_derive v0.7.0
18422026-06-11T21:48:18.197Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-06-11T21:48:18.208Z Compiling gethostname v0.5.0
18442026-06-11T21:48:18.328Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-11T21:48:18.340Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18462026-06-11T21:48:18.360Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-11T21:48:18.449Z Compiling bcs v0.1.6
18482026-06-11T21:48:18.479Z Compiling smf v0.2.3
18492026-06-11T21:48:18.768Z Compiling nom v8.0.0
18502026-06-11T21:48:18.779Z Compiling linear-map v1.2.0
18512026-06-11T21:48:18.991Z Compiling lazy_static v1.5.0
18522026-06-11T21:48:19.099Z Compiling whoami v1.6.1
18532026-06-11T21:48:19.128Z Compiling unicode-linebreak v0.1.5
18542026-06-11T21:48:19.178Z Compiling termtree v0.5.1
18552026-06-11T21:48:19.331Z Compiling tagptr v0.2.0
18562026-06-11T21:48:19.382Z Compiling smawk v0.3.2
18572026-06-11T21:48:19.488Z Compiling textwrap v0.16.2
18582026-06-11T21:48:19.523Z Compiling moka v0.12.15
18592026-06-11T21:48:19.707Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-11T21:48:19.799Z Compiling tabled v0.15.0
18612026-06-11T21:48:20.017Z Compiling steno v0.4.1
18622026-06-11T21:48:20.319Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-11T21:48:21.071Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-11T21:48:21.128Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-11T21:48:21.963Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-11T21:48:22.529Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-11T21:48:22.786Z Compiling hickory-proto v0.25.2
18682026-06-11T21:48:23.243Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18692026-06-11T21:48:23.466Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18702026-06-11T21:48:23.961Z Compiling parking_lot_core v0.8.6
18712026-06-11T21:48:24.046Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18722026-06-11T21:48:24.281Z Compiling libscf-sys v1.2.0
18732026-06-11T21:48:24.369Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-11T21:48:24.424Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18752026-06-11T21:48:24.541Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18762026-06-11T21:48:24.574Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18772026-06-11T21:48:24.970Z Compiling hickory-resolver v0.25.2
18782026-06-11T21:48:24.970Z Compiling parking_lot v0.11.2
18792026-06-11T21:48:25.013Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18802026-06-11T21:48:25.243Z Compiling fxhash v0.2.1
18812026-06-11T21:48:25.254Z Compiling internet-checksum v0.2.1
18822026-06-11T21:48:25.381Z Compiling sled v0.34.7
18832026-06-11T21:48:25.391Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18842026-06-11T21:48:26.110Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-11T21:48:28.848Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18862026-06-11T21:48:29.837Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-11T21:48:37.528Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-11T21:48:39.157Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-11T21:48:40.176Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18902026-06-11T21:48:41.120Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18912026-06-11T21:48:41.924Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18922026-06-11T21:49:05.001Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
18932026-06-11T21:49:05.176Z────────────
18942026-06-11T21:49:05.177Z Nextest run ID 6eb88e46-a13f-444a-8ad4-15e938d34568 with nextest profile: default
18952026-06-11T21:49:05.177Z Starting 45 tests across 3 binaries
18962026-06-11T21:49:05.183Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
18972026-06-11T21:49:05.183Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
18982026-06-11T21:49:05.183Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
18992026-06-11T21:49:05.186Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19002026-06-11T21:49:05.190Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19012026-06-11T21:49:05.190Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19022026-06-11T21:49:05.190Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19032026-06-11T21:49:05.190Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
19042026-06-11T21:49:05.194Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19052026-06-11T21:49:05.194Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19062026-06-11T21:49:05.197Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
19072026-06-11T21:49:05.197Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19082026-06-11T21:49:05.239Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
19092026-06-11T21:49:05.239Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
19102026-06-11T21:49:05.242Z PASS [ 0.054s] rdb db::test::test_prefix_host_bit_normalization
19112026-06-11T21:49:05.242Z PASS [ 0.054s] rdb db::test::test_rib
19122026-06-11T21:49:05.246Z PASS [ 0.052s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19132026-06-11T21:49:05.246Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv4_basic
19142026-06-11T21:49:05.250Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19152026-06-11T21:49:05.250Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic
19162026-06-11T21:49:05.258Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19172026-06-11T21:49:05.258Z PASS [ 0.013s] rdb proptest::prop_ipv4_normalized_is_network_address
19182026-06-11T21:49:05.262Z PASS [ 0.014s] rdb proptest::prop_ipv4_subnet_of_self
19192026-06-11T21:49:05.266Z PASS [ 0.013s] rdb proptest::prop_ipv6_default_contains_all
19202026-06-11T21:49:05.272Z PASS [ 0.014s] rdb proptest::prop_ipv6_subnet_of_self
19212026-06-11T21:49:05.272Z PASS [ 0.014s] rdb proptest::prop_ipv6_normalized_is_network_address
19222026-06-11T21:49:05.277Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19232026-06-11T21:49:05.280Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_idempotent
19242026-06-11T21:49:05.291Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19252026-06-11T21:49:05.292Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_length
19262026-06-11T21:49:05.295Z PASS [ 0.056s] rdb db::test::test_static_routing_mixed_address_families
19272026-06-11T21:49:05.295Z PASS [ 0.054s] rdb db::test::test_static_routing_vlan_id_handling
19282026-06-11T21:49:05.298Z PASS [ 0.057s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19292026-06-11T21:49:05.298Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_is_network_address
19302026-06-11T21:49:05.301Z PASS [ 0.009s] rdb types::test::bgp_vs_static_ordering
19312026-06-11T21:49:05.301Z PASS [ 0.009s] rdb types::test::bgp_path_identity
19322026-06-11T21:49:05.305Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19332026-06-11T21:49:05.305Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19342026-06-11T21:49:05.306Z PASS [ 0.008s] rdb types::test::btreeset_remove
19352026-06-11T21:49:05.309Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
19362026-06-11T21:49:05.309Z PASS [ 0.009s] rdb types::test::btreeset_replace
19372026-06-11T21:49:05.309Z PASS [ 0.008s] rdb types::test::ord_contract
19382026-06-11T21:49:05.312Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19392026-06-11T21:49:05.312Z PASS [ 0.008s] rdb types::test::static_path_identity
19402026-06-11T21:49:05.324Z PASS [ 0.083s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19412026-06-11T21:49:05.327Z────────────
19422026-06-11T21:49:05.327Z Summary [ 0.148s] 45 tests run: 45 passed, 0 skipped
19432026-06-11T21:49:05.337Z+ cp ./rib.log /work/
19442026-06-11T21:49:05.340Z+ popd
19452026-06-11T21:49:05.340Z/work/oxidecomputer/maghemite
19462026-06-11T21:49:05.340Zprocess exited: duration 288277 ms, exit code 0
 
19472026-06-11T21:49:05.351Zfound 1 output files
19482026-06-11T21:49:05.351Zuploading: /work/rib.log (874 bytes)
19492026-06-11T21:49:06.362Zuploaded: /work/rib.log