01KW0GE3A3A89BDV8MC82HJ90V: 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: 01KW0GEPXW8GX1WM3EGGVFNARN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T23:06:41.018Zjob assigned to worker 01KW0GF9VE3AG8RBYHHX4EZP5T [factory aws, i-0526fe644c41b241c] (queued for 1 m 53 s)
 
22026-06-25T23:06:48.222Zstarting task 0: "setup"
32026-06-25T23:06:48.225Z++ uname -s
42026-06-25T23:06:48.229Z+ kern=SunOS
52026-06-25T23:06:48.229Z+ build_user=build
62026-06-25T23:06:48.229Z+ build_uid=12345
72026-06-25T23:06:48.229Z+ work_dir=/work
82026-06-25T23:06:48.229Z+ input_dir=/input
92026-06-25T23:06:48.229Z+ [[ 0 == 12345 ]]
102026-06-25T23:06:48.229Z+ case "$kern" in
112026-06-25T23:06:48.229Z+ groupadd -g 12345 build
122026-06-25T23:06:48.229Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T23:06:50.234Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T23:06:50.327Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T23:06:50.330Z+ home_fs=zfs
162026-06-25T23:06:50.331Z+ [[ zfs == autofs ]]
172026-06-25T23:06:50.331Z+ mkdir -p /home/build
182026-06-25T23:06:50.331Z+ chown build:build /home/build /work
192026-06-25T23:06:52.330Z+ chmod 0700 /home/build /work
202026-06-25T23:06:52.332Zprocess exited: duration 4111 ms, exit code 0
 
212026-06-25T23:06:52.338Zstarting task 1: "rust-toolchain"
222026-06-25T23:06:52.342Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T23:06:52.342Z * rust toolchain channel = "stable"
242026-06-25T23:06:52.342Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T23:06:52.342Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T23:06:52.342Z * rust toolchain profile = "default"
272026-06-25T23:06:52.342Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T23:06:52.346Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T23:06:52.346Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T23:06:52.417Zinfo: downloading installer
312026-06-25T23:06:53.805Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T23:06:53.805Zwarn: /opt/ooce/bin
332026-06-25T23:06:53.805Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T23:06:53.805Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T23:06:53.805Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T23:06:53.805Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T23:06:53.805Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T23:06:53.805Zerror: cannot install while Rust is installed
392026-06-25T23:06:53.805Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T23:06:53.808Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T23:06:53.808Zwarn: /home/build/.rustup/settings.toml
422026-06-25T23:06:53.808Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T23:06:53.808Zwarn: instead of the one inferred from the default host triple.
442026-06-25T23:06:53.818Zinfo: profile set to default
452026-06-25T23:06:53.818Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T23:06:53.821Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T23:06:53.969Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T23:06:53.972Zinfo: downloading 6 components
492026-06-25T23:07:09.946Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T23:07:09.946Z
512026-06-25T23:07:09.978Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T23:07:09.978Z
532026-06-25T23:07:09.979Z
542026-06-25T23:07:09.979ZRust is installed now. Great!
552026-06-25T23:07:09.979Z
562026-06-25T23:07:09.979ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T23:07:09.979Zenvironment variable. This has not been done automatically.
582026-06-25T23:07:09.979Z
592026-06-25T23:07:09.979ZTo configure your current shell, you need to source
602026-06-25T23:07:09.979Zthe corresponding env file under $HOME/.cargo.
612026-06-25T23:07:09.979Z
622026-06-25T23:07:09.979ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T23:07:09.979Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T23:07:09.979Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T23:07:09.979Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T23:07:09.979Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T23:07:09.979Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T23:07:09.979Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T23:07:09.982Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T23:07:09.982Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T23:07:10.080Z+ rustup --version
722026-06-25T23:07:10.089Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T23:07:10.092Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T23:07:10.111Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T23:07:10.113Z+ cargo --version
762026-06-25T23:07:10.126Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T23:07:10.129Z+ rustc --version
782026-06-25T23:07:10.148Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T23:07:10.151Zprocess exited: duration 17810 ms, exit code 0
 
802026-06-25T23:07:10.157Zstarting task 2: "authentication"
812026-06-25T23:07:10.173Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T23:07:10.179Zstarting task 3: "clone repository"
832026-06-25T23:07:10.182Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T23:07:10.185Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T23:07:10.216ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T23:07:11.965Z+ cd /work/oxidecomputer/maghemite
872026-06-25T23:07:11.965Z+ git fetch origin 498ce1b8c2247d9261834cd245ed765e85ae5915
882026-06-25T23:07:12.224ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T23:07:12.224Z * branch 498ce1b8c2247d9261834cd245ed765e85ae5915 -> FETCH_HEAD
902026-06-25T23:07:12.230Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-06-25T23:07:12.234Z++ git branch --show-current
922026-06-25T23:07:12.234Z+ current=main
932026-06-25T23:07:12.234Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-06-25T23:07:12.234Z+ git branch -f trey/bgp-peer-config-dedupe 498ce1b8c2247d9261834cd245ed765e85ae5915
952026-06-25T23:07:12.237Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-06-25T23:07:12.255ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-06-25T23:07:12.258Z+ git reset --hard 498ce1b8c2247d9261834cd245ed765e85ae5915
982026-06-25T23:07:12.265ZHEAD is now at 498ce1b bgp: unify numbered and unnumbered peer config
992026-06-25T23:07:12.268Zprocess exited: duration 2085 ms, exit code 0
 
1002026-06-25T23:07:12.274Zstarting task 4: "build"
1012026-06-25T23:07:12.278Z+ set -e
1022026-06-25T23:07:12.278Z+ source .github/buildomat/test-common.sh
1032026-06-25T23:07:12.282Z++ NEXTEST_VERSION=0.9.97
1042026-06-25T23:07:12.282Z++ PLATFORM=illumos
1052026-06-25T23:07:12.282Z++ banner install
1062026-06-25T23:07:12.282Z
1072026-06-25T23:07:12.282Z # # # #### ##### ## # #
1082026-06-25T23:07:12.282Z # ## # # # # # # #
1092026-06-25T23:07:12.282Z # # # # #### # # # # #
1102026-06-25T23:07:12.282Z # # # # # # ###### # #
1112026-06-25T23:07:12.282Z # # ## # # # # # # #
1122026-06-25T23:07:12.282Z # # # #### # # # ###### ######
1132026-06-25T23:07:12.282Z
1142026-06-25T23:07:12.282Z++ set +o errexit
1152026-06-25T23:07:12.282Z++ pkg info clang-15
1162026-06-25T23:07:12.282Z++ grep -qi installed
1172026-06-25T23:07:13.476Zpkg: info: no packages matching the following patterns you specified are
1182026-06-25T23:07:13.476Zinstalled on the system. Try querying remotely instead:
1192026-06-25T23:07:13.477Z
1202026-06-25T23:07:13.477Z clang-15
1212026-06-25T23:07:13.516Z++ [[ 1 != 0 ]]
1222026-06-25T23:07:13.516Z++ set -o errexit
1232026-06-25T23:07:13.519Z++ pfexec pkg install clang-15
1242026-06-25T23:07:20.412Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-25T23:07:28.364Z Startup: Caching catalogs ... Done
1262026-06-25T23:07:35.894ZPlanning: Solver setup ... Done
1272026-06-25T23:07:35.935ZPlanning: Running solver ... Done
1282026-06-25T23:07:36.085ZPlanning: Finding local manifests ... Done
1292026-06-25T23:07:36.105ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-25T23:07:36.198ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-25T23:07:36.228ZPlanning: Package planning ... Done
1322026-06-25T23:07:36.254ZPlanning: Merging actions ... Done
1332026-06-25T23:07:36.366ZPlanning: Checking for conflicting actions ... Done
1342026-06-25T23:07:36.373ZPlanning: Consolidating action changes ... Done
1352026-06-25T23:07:37.148ZPlanning: Evaluating mediators ... Done
1362026-06-25T23:07:37.154ZPlanning: Planning completed in 8.61 seconds
1372026-06-25T23:07:37.165Z Packages to install: 2
1382026-06-25T23:07:37.165Z Mediators to change: 2
1392026-06-25T23:07:37.168Z Services to change: 1
1402026-06-25T23:07:37.168Z Create boot environment: No
1412026-06-25T23:07:37.168ZCreate backup boot environment: No
1422026-06-25T23:07:37.209Z
1432026-06-25T23:07:37.209ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-25T23:07:42.298ZDownload: 2001/3076 items 117.9/211.3MB 55% complete (24.1M/s)
1452026-06-25T23:07:47.003ZDownload: Completed 211.31 MB in 9.79 seconds (21.6M/s)
1462026-06-25T23:07:48.236Z Actions: 1/3418 actions (Installing new actions)
1472026-06-25T23:07:51.446Z Actions: Completed 3418 actions in 3.21 seconds.
1482026-06-25T23:07:52.141Z Done
1492026-06-25T23:07:52.141Z Done
1502026-06-25T23:07:52.890Z Done
1512026-06-25T23:07:56.411Z Done
1522026-06-25T23:07:56.483Z Done
1532026-06-25T23:07:56.486Z Done
1542026-06-25T23:07:56.728Z Done
1552026-06-25T23:07:57.449Z++ set -o errexit
1562026-06-25T23:07:57.449Z++ cargo --version
1572026-06-25T23:07:57.456Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1582026-06-25T23:07:57.610Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1592026-06-25T23:07:57.612Zinfo: downloading 6 components
1602026-06-25T23:08:12.522Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1612026-06-25T23:08:12.527Z++ rustc --version
1622026-06-25T23:08:12.551Zrustc 1.95.0 (59807616e 2026-04-14)
1632026-06-25T23:08:12.556Z++ cargo install cargo-nextest --version 0.9.97
1642026-06-25T23:08:12.601Z Updating crates.io index
1652026-06-25T23:08:12.699Z Downloading crates ...
1662026-06-25T23:08:12.754Z Downloaded cargo-nextest v0.9.97
1672026-06-25T23:08:12.818Z Installing cargo-nextest v0.9.97
1682026-06-25T23:08:12.859Z Updating crates.io index
1692026-06-25T23:08:15.273Z Locking 390 packages to latest compatible versions
1702026-06-25T23:08:15.278Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-06-25T23:08:15.281Z Adding duct v0.13.7 (available: v1.1.1)
1722026-06-25T23:08:15.281Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-06-25T23:08:15.281Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-06-25T23:08:15.283Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1752026-06-25T23:08:15.284Z Adding itertools v0.14.0 (available: v0.15.0)
1762026-06-25T23:08:15.286Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1772026-06-25T23:08:15.286Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-06-25T23:08:15.287Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1792026-06-25T23:08:15.289Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-06-25T23:08:15.317Z Downloading crates ...
1812026-06-25T23:08:15.391Z Downloaded erased-serde v0.4.10
1822026-06-25T23:08:15.395Z Downloaded foreign-types-shared v0.1.1
1832026-06-25T23:08:15.398Z Downloaded adler2 v2.0.1
1842026-06-25T23:08:15.403Z Downloaded cfg_aliases v0.2.1
1852026-06-25T23:08:15.403Z Downloaded addr2line v0.25.1
1862026-06-25T23:08:15.406Z Downloaded clap v4.6.1
1872026-06-25T23:08:15.411Z Downloaded futures-executor v0.3.32
1882026-06-25T23:08:15.414Z Downloaded const-oid v0.9.6
1892026-06-25T23:08:15.416Z Downloaded config v0.15.24
1902026-06-25T23:08:15.419Z Downloaded cargo-platform v0.2.0
1912026-06-25T23:08:15.423Z Downloaded camino-tempfile v1.4.1
1922026-06-25T23:08:15.428Z Downloaded getrandom v0.2.17
1932026-06-25T23:08:15.428Z Downloaded color-spantrace v0.3.0
1942026-06-25T23:08:15.432Z Downloaded backtrace-ext v0.2.1
1952026-06-25T23:08:15.432Z Downloaded anstyle v1.0.14
1962026-06-25T23:08:15.432Z Downloaded console v0.15.11
1972026-06-25T23:08:15.435Z Downloaded quick-junit v0.5.2
1982026-06-25T23:08:15.435Z Downloaded rustls-pki-types v1.14.1
1992026-06-25T23:08:15.438Z Downloaded atomic-waker v1.1.2
2002026-06-25T23:08:15.440Z Downloaded rand v0.9.4
2012026-06-25T23:08:15.443Z Downloaded generic-array v0.14.7
2022026-06-25T23:08:15.443Z Downloaded rustc-demangle v0.1.27
2032026-06-25T23:08:15.447Z Downloaded errno v0.3.14
2042026-06-25T23:08:15.447Z Downloaded camino v1.2.3
2052026-06-25T23:08:15.449Z Downloaded pin-project v1.1.13
2062026-06-25T23:08:15.456Z Downloaded home v0.5.12
2072026-06-25T23:08:15.458Z Downloaded futures-task v0.3.32
2082026-06-25T23:08:15.458Z Downloaded futures-io v0.3.32
2092026-06-25T23:08:15.461Z Downloaded cargo-platform v0.3.3
2102026-06-25T23:08:15.461Z Downloaded block-buffer v0.10.4
2112026-06-25T23:08:15.464Z Downloaded openssl-sys v0.9.117
2122026-06-25T23:08:15.467Z Downloaded pathdiff v0.2.3
2132026-06-25T23:08:15.467Z Downloaded httparse v1.10.1
2142026-06-25T23:08:15.469Z Downloaded guppy-workspace-hack v0.1.0
2152026-06-25T23:08:15.469Z Downloaded crypto-common v0.1.7
2162026-06-25T23:08:15.475Z Downloaded ipnet v2.12.0
2172026-06-25T23:08:15.479Z Downloaded der v0.7.10
2182026-06-25T23:08:15.479Z Downloaded owo-colors v4.3.0
2192026-06-25T23:08:15.480Z Downloaded indenter v0.3.4
2202026-06-25T23:08:15.482Z Downloaded futures-sink v0.3.32
2212026-06-25T23:08:15.482Z Downloaded scopeguard v1.2.0
2222026-06-25T23:08:15.482Z Downloaded quote v1.0.46
2232026-06-25T23:08:15.485Z Downloaded native-tls v0.2.18
2242026-06-25T23:08:15.485Z Downloaded anstyle-query v1.1.5
2252026-06-25T23:08:15.488Z Downloaded fixedbitset v0.5.7
2262026-06-25T23:08:15.488Z Downloaded debug-ignore v1.0.5
2272026-06-25T23:08:15.491Z Downloaded humantime-serde v1.1.1
2282026-06-25T23:08:15.491Z Downloaded atomicwrites v0.4.4
2292026-06-25T23:08:15.491Z Downloaded cfg-if v1.0.4
2302026-06-25T23:08:15.512Z Downloaded async-scoped v0.9.0
2312026-06-25T23:08:15.512Z Downloaded foreign-types v0.3.2
2322026-06-25T23:08:15.512Z Downloaded humantime v2.3.0
2332026-06-25T23:08:15.512Z Downloaded log v0.4.33
2342026-06-25T23:08:15.512Z Downloaded hex v0.4.3
2352026-06-25T23:08:15.512Z Downloaded document-features v0.2.12
2362026-06-25T23:08:15.512Z Downloaded colorchoice v1.0.5
2372026-06-25T23:08:15.512Z Downloaded rustc_version v0.4.1
2382026-06-25T23:08:15.512Z Downloaded number_prefix v0.4.0
2392026-06-25T23:08:15.512Z Downloaded serde-value v0.7.0
2402026-06-25T23:08:15.512Z Downloaded is_terminal_polyfill v1.70.2
2412026-06-25T23:08:15.512Z Downloaded fnv v1.0.7
2422026-06-25T23:08:15.512Z Downloaded os_pipe v1.2.3
2432026-06-25T23:08:15.512Z Downloaded openssl-probe v0.2.1
2442026-06-25T23:08:15.513Z Downloaded is_ci v1.2.0
2452026-06-25T23:08:15.516Z Downloaded nested v0.1.1
2462026-06-25T23:08:15.517Z Downloaded anstyle-parse v1.0.0
2472026-06-25T23:08:15.517Z Downloaded http-body v1.0.1
2482026-06-25T23:08:15.517Z Downloaded enable-ansi-support v0.2.1
2492026-06-25T23:08:15.519Z Downloaded duct v0.13.7
2502026-06-25T23:08:15.519Z Downloaded hyper-tls v0.6.0
2512026-06-25T23:08:15.519Z Downloaded itoa v1.0.18
2522026-06-25T23:08:15.522Z Downloaded cargo-util-schemas v0.2.0
2532026-06-25T23:08:15.522Z Downloaded globset v0.4.18
2542026-06-25T23:08:15.525Z Downloaded pin-project-lite v0.2.17
2552026-06-25T23:08:15.529Z Downloaded futures-macro v0.3.32
2562026-06-25T23:08:15.529Z Downloaded base64ct v1.8.3
2572026-06-25T23:08:15.532Z Downloaded fastrand v2.4.1
2582026-06-25T23:08:15.532Z Downloaded indicatif v0.17.11
2592026-06-25T23:08:15.538Z Downloaded ed25519 v2.2.3
2602026-06-25T23:08:15.538Z Downloaded ahash v0.8.12
2612026-06-25T23:08:15.538Z Downloaded serde_spanned v1.1.1
2622026-06-25T23:08:15.541Z Downloaded borsh v1.7.0
2632026-06-25T23:08:15.546Z Downloaded shell-words v1.1.1
2642026-06-25T23:08:15.546Z Downloaded lru-slab v0.1.2
2652026-06-25T23:08:15.549Z Downloaded serde_urlencoded v0.7.1
2662026-06-25T23:08:15.549Z Downloaded signal-hook-mio v0.2.5
2672026-06-25T23:08:15.549Z Downloaded percent-encoding v2.3.2
2682026-06-25T23:08:15.549Z Downloaded indent_write v2.2.0
2692026-06-25T23:08:15.553Z Downloaded futures-core v0.3.32
2702026-06-25T23:08:15.553Z Downloaded serde_ignored v0.1.14
2712026-06-25T23:08:15.553Z Downloaded clap_lex v1.1.0
2722026-06-25T23:08:15.556Z Downloaded digest v0.10.7
2732026-06-25T23:08:15.556Z Downloaded rustc-hash v2.1.2
2742026-06-25T23:08:15.560Z Downloaded nextest-workspace-hack v0.1.0
2752026-06-25T23:08:15.560Z Downloaded cargo_metadata v0.23.1
2762026-06-25T23:08:15.560Z Downloaded mukti-metadata v0.3.0
2772026-06-25T23:08:15.564Z Downloaded foldhash v0.1.5
2782026-06-25T23:08:15.564Z Downloaded curve25519-dalek-derive v0.1.1
2792026-06-25T23:08:15.564Z Downloaded convert_case v0.10.0
2802026-06-25T23:08:15.567Z Downloaded ordered-float v2.10.1
2812026-06-25T23:08:15.567Z Downloaded autocfg v1.5.1
2822026-06-25T23:08:15.567Z Downloaded signature v2.2.0
2832026-06-25T23:08:15.571Z Downloaded form_urlencoded v1.2.2
2842026-06-25T23:08:15.571Z Downloaded openssl-macros v0.1.1
2852026-06-25T23:08:15.571Z Downloaded idna_adapter v1.0.0
2862026-06-25T23:08:15.571Z Downloaded clap_derive v4.6.1
2872026-06-25T23:08:15.574Z Downloaded either v1.16.0
2882026-06-25T23:08:15.577Z Downloaded rand_core v0.6.4
2892026-06-25T23:08:15.580Z Downloaded self-replace v1.5.0
2902026-06-25T23:08:15.580Z Downloaded future-queue v0.4.0
2912026-06-25T23:08:15.583Z Downloaded pkg-config v0.3.33
2922026-06-25T23:08:15.583Z Downloaded nextest-metadata v0.12.2
2932026-06-25T23:08:15.586Z Downloaded newtype-uuid v1.3.2
2942026-06-25T23:08:15.586Z Downloaded ppv-lite86 v0.2.21
2952026-06-25T23:08:15.586Z Downloaded lazy_static v1.5.0
2962026-06-25T23:08:15.589Z Downloaded serde_path_to_error v0.1.20
2972026-06-25T23:08:15.589Z Downloaded anstream v1.0.0
2982026-06-25T23:08:15.592Z Downloaded subtle v2.6.1
2992026-06-25T23:08:15.592Z Downloaded strip-ansi-escapes v0.2.1
3002026-06-25T23:08:15.592Z Downloaded cargo_metadata v0.20.0
3012026-06-25T23:08:15.595Z Downloaded sync_wrapper v1.0.2
3022026-06-25T23:08:15.595Z Downloaded supports-hyperlinks v3.2.0
3032026-06-25T23:08:15.595Z Downloaded supports-unicode v3.0.0
3042026-06-25T23:08:15.595Z Downloaded simd-adler32 v0.3.9
3052026-06-25T23:08:15.598Z Downloaded find-msvc-tools v0.1.9
3062026-06-25T23:08:15.598Z Downloaded signal-hook-registry v1.4.8
3072026-06-25T23:08:15.598Z Downloaded cpufeatures v0.2.17
3082026-06-25T23:08:15.601Z Downloaded quinn-udp v0.5.14
3092026-06-25T23:08:15.602Z Downloaded hyper-rustls v0.27.9
3102026-06-25T23:08:15.605Z Downloaded tokio-macros v2.7.0
3112026-06-25T23:08:15.605Z Downloaded futures-channel v0.3.32
3122026-06-25T23:08:15.605Z Downloaded eyre v0.6.12
3132026-06-25T23:08:15.608Z Downloaded toml_datetime v0.6.11
3142026-06-25T23:08:15.608Z Downloaded dialoguer v0.11.0
3152026-06-25T23:08:15.611Z Downloaded toml_write v0.1.2
3162026-06-25T23:08:15.611Z Downloaded crc32fast v1.5.0
3172026-06-25T23:08:15.614Z Downloaded http-body-util v0.1.3
3182026-06-25T23:08:15.614Z Downloaded smol_str v0.3.6
3192026-06-25T23:08:15.617Z Downloaded heck v0.5.0
3202026-06-25T23:08:15.617Z Downloaded tinyvec_macros v0.1.1
3212026-06-25T23:08:15.618Z Downloaded terminal_size v0.4.4
3222026-06-25T23:08:15.618Z Downloaded supports-color v3.0.2
3232026-06-25T23:08:15.620Z Downloaded equivalent v1.0.2
3242026-06-25T23:08:15.623Z Downloaded pin-project-internal v1.1.13
3252026-06-25T23:08:15.626Z Downloaded getrandom v0.3.4
3262026-06-25T23:08:15.629Z Downloaded miette-derive v7.6.0
3272026-06-25T23:08:15.629Z Downloaded lock_api v0.4.14
3282026-06-25T23:08:15.629Z Downloaded cfg-expr v0.20.8
3292026-06-25T23:08:15.632Z Downloaded strsim v0.11.1
3302026-06-25T23:08:15.632Z Downloaded derive-where v1.6.1
3312026-06-25T23:08:15.635Z Downloaded sigchld v0.2.4
3322026-06-25T23:08:15.637Z Downloaded serde-untagged v0.1.9
3332026-06-25T23:08:15.637Z Downloaded swrite v0.1.0
3342026-06-25T23:08:15.640Z Downloaded shared_child v1.1.1
3352026-06-25T23:08:15.644Z Downloaded serde_spanned v0.6.9
3362026-06-25T23:08:15.647Z Downloaded tracing-error v0.2.1
3372026-06-25T23:08:15.650Z Downloaded untrusted v0.9.0
3382026-06-25T23:08:15.653Z Downloaded static_assertions v1.1.0
3392026-06-25T23:08:15.653Z Downloaded try-lock v0.2.5
3402026-06-25T23:08:15.655Z Downloaded tower-layer v0.3.3
3412026-06-25T23:08:15.656Z Downloaded unicode-linebreak v0.1.5
3422026-06-25T23:08:15.656Z Downloaded rand_core v0.9.5
3432026-06-25T23:08:15.656Z Downloaded tower-service v0.3.3
3442026-06-25T23:08:15.658Z Downloaded spki v0.7.3
3452026-06-25T23:08:15.658Z Downloaded self_update v0.42.0
3462026-06-25T23:08:15.662Z Downloaded slab v0.4.12
3472026-06-25T23:08:15.662Z Downloaded iana-time-zone v0.1.65
3482026-06-25T23:08:15.665Z Downloaded smallvec v1.15.2
3492026-06-25T23:08:15.665Z Downloaded jobserver v0.1.34
3502026-06-25T23:08:15.665Z Downloaded pkcs8 v0.10.2
3512026-06-25T23:08:15.668Z Downloaded utf8parse v0.2.2
3522026-06-25T23:08:15.668Z Downloaded utf8_iter v1.0.4
3532026-06-25T23:08:15.668Z Downloaded want v0.3.1
3542026-06-25T23:08:15.668Z Downloaded version_check v0.9.5
3552026-06-25T23:08:15.668Z Downloaded num-traits v0.2.19
3562026-06-25T23:08:15.671Z Downloaded unicode-xid v0.2.6
3572026-06-25T23:08:15.671Z Downloaded typeid v1.0.3
3582026-06-25T23:08:15.671Z Downloaded thiserror v2.0.18
3592026-06-25T23:08:15.675Z Downloaded thiserror-impl v2.0.18
3602026-06-25T23:08:15.678Z Downloaded thiserror-impl v1.0.69
3612026-06-25T23:08:15.678Z Downloaded target-spec-miette v0.4.8
3622026-06-25T23:08:15.683Z Downloaded serde_derive v1.0.228
3632026-06-25T23:08:15.684Z Downloaded shlex v2.0.1
3642026-06-25T23:08:15.684Z Downloaded base64 v0.22.1
3652026-06-25T23:08:15.687Z Downloaded serde_core v1.0.228
3662026-06-25T23:08:15.687Z Downloaded thread_local v1.1.9
3672026-06-25T23:08:15.687Z Downloaded nextest-filtering v0.15.0
3682026-06-25T23:08:15.692Z Downloaded futures v0.3.32
3692026-06-25T23:08:15.692Z Downloaded tracing-log v0.2.0
3702026-06-25T23:08:15.696Z Downloaded tokio-native-tls v0.3.1
3712026-06-25T23:08:15.696Z Downloaded urlencoding v2.1.3
3722026-06-25T23:08:15.696Z Downloaded thiserror v1.0.69
3732026-06-25T23:08:15.696Z Downloaded xattr v1.6.1
3742026-06-25T23:08:15.699Z Downloaded parking_lot_core v0.9.12
3752026-06-25T23:08:15.699Z Downloaded target-lexicon v0.13.5
3762026-06-25T23:08:15.699Z Downloaded flate2 v1.1.9
3772026-06-25T23:08:15.703Z Downloaded litrs v1.0.0
3782026-06-25T23:08:15.703Z Downloaded filetime v0.2.29
3792026-06-25T23:08:15.706Z Downloaded bitflags v2.13.0
3802026-06-25T23:08:15.706Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3812026-06-25T23:08:15.710Z Downloaded getrandom v0.4.3
3822026-06-25T23:08:15.714Z Downloaded sharded-slab v0.1.7
3832026-06-25T23:08:15.714Z Downloaded semver v1.0.28
3842026-06-25T23:08:15.714Z Downloaded once_cell v1.21.4
3852026-06-25T23:08:15.717Z Downloaded derive_more v2.1.1
3862026-06-25T23:08:15.720Z Downloaded unicase v2.9.0
3872026-06-25T23:08:15.723Z Downloaded parking_lot v0.12.5
3882026-06-25T23:08:15.727Z Downloaded ryu v1.0.23
3892026-06-25T23:08:15.729Z Downloaded tokio-stream v0.1.18
3902026-06-25T23:08:15.733Z Downloaded bytes v1.12.0
3912026-06-25T23:08:15.735Z Downloaded toml_writer v1.1.1+spec-1.1.0
3922026-06-25T23:08:15.735Z Downloaded sha2 v0.10.9
3932026-06-25T23:08:15.738Z Downloaded tempfile v3.27.0
3942026-06-25T23:08:15.738Z Downloaded toml v0.8.23
3952026-06-25T23:08:15.741Z Downloaded tokio-rustls v0.26.4
3962026-06-25T23:08:15.741Z Downloaded zipsign-api v0.1.5
3972026-06-25T23:08:15.746Z Downloaded xxhash-rust v0.8.15
3982026-06-25T23:08:15.749Z Downloaded toml_parser v1.1.2+spec-1.1.0
3992026-06-25T23:08:15.749Z Downloaded tracing-attributes v0.1.31
4002026-06-25T23:08:15.749Z Downloaded zeroize v1.9.0
4012026-06-25T23:08:15.752Z Downloaded zstd-safe v7.2.4
4022026-06-25T23:08:15.756Z Downloaded zmij v1.0.21
4032026-06-25T23:08:15.762Z Downloaded zstd v0.13.3
4042026-06-25T23:08:15.764Z Downloaded textwrap v0.16.2
4052026-06-25T23:08:15.764Z Downloaded rand_chacha v0.9.0
4062026-06-25T23:08:15.767Z Downloaded target-spec v3.6.0
4072026-06-25T23:08:15.772Z Downloaded signal-hook v0.3.18
4082026-06-25T23:08:15.775Z Downloaded cc v1.2.65
4092026-06-25T23:08:15.784Z Downloaded tinyvec v1.11.0
4102026-06-25T23:08:15.789Z Downloaded tracing-core v0.1.36
4112026-06-25T23:08:15.792Z Downloaded unicode-ident v1.0.24
4122026-06-25T23:08:15.792Z Downloaded derive_more-impl v2.1.1
4132026-06-25T23:08:15.799Z Downloaded backtrace v0.3.76
4142026-06-25T23:08:15.803Z Downloaded ed25519-dalek v2.2.0
4152026-06-25T23:08:15.806Z Downloaded miniz_oxide v0.8.9
4162026-06-25T23:08:15.809Z Downloaded proc-macro2 v1.0.106
4172026-06-25T23:08:15.814Z Downloaded tar v0.4.46
4182026-06-25T23:08:15.825Z Downloaded socket2 v0.6.4
4192026-06-25T23:08:15.830Z Downloaded toml v1.1.2+spec-1.1.0
4202026-06-25T23:08:15.833Z Downloaded uuid v1.23.4
4212026-06-25T23:08:15.836Z Downloaded rustls-webpki v0.103.13
4222026-06-25T23:08:15.838Z Downloaded toml_edit v0.22.27
4232026-06-25T23:08:15.843Z Downloaded vte v0.14.1
4242026-06-25T23:08:15.850Z Downloaded url v2.5.8
4252026-06-25T23:08:15.859Z Downloaded crossterm v0.29.0
4262026-06-25T23:08:15.862Z Downloaded serde v1.0.228
4272026-06-25T23:08:15.865Z Downloaded quinn v0.11.11
4282026-06-25T23:08:15.869Z Downloaded indexmap v2.14.0
4292026-06-25T23:08:15.873Z Downloaded http v1.4.2
4302026-06-25T23:08:15.877Z Downloaded hashbrown v0.15.5
4312026-06-25T23:08:15.890Z Downloaded memchr v2.8.2
4322026-06-25T23:08:15.893Z Downloaded mio v1.2.1
4332026-06-25T23:08:15.896Z Downloaded clap_builder v4.6.0
4342026-06-25T23:08:15.900Z Downloaded unicode-segmentation v1.13.3
4352026-06-25T23:08:15.905Z Downloaded typenum v1.20.1
4362026-06-25T23:08:15.910Z Downloaded serde_json v1.0.150
4372026-06-25T23:08:15.910Z Downloaded unicode-normalization v0.1.25
4382026-06-25T23:08:15.913Z Downloaded hyper v1.10.1
4392026-06-25T23:08:15.916Z Downloaded futures-util v0.3.32
4402026-06-25T23:08:15.920Z Downloaded pulldown-cmark v0.13.4
4412026-06-25T23:08:15.924Z Downloaded hyper-util v0.1.20
4422026-06-25T23:08:15.930Z Downloaded hashbrown v0.17.1
4432026-06-25T23:08:15.933Z Downloaded h2 v0.4.15
4442026-06-25T23:08:15.933Z Downloaded guppy v0.17.26
4452026-06-25T23:08:15.936Z Downloaded aho-corasick v1.1.4
4462026-06-25T23:08:15.946Z Downloaded tower v0.5.3
4472026-06-25T23:08:15.950Z Downloaded miette v7.6.0
4482026-06-25T23:08:15.953Z Downloaded winnow v1.0.3
4492026-06-25T23:08:15.961Z Downloaded winnow v0.7.15
4502026-06-25T23:08:15.970Z Downloaded webpki-roots v1.0.8
4512026-06-25T23:08:15.972Z Downloaded tracing-subscriber v0.3.23
4522026-06-25T23:08:15.977Z Downloaded chrono v0.4.45
4532026-06-25T23:08:15.990Z Downloaded curve25519-dalek v4.1.3
4542026-06-25T23:08:15.994Z Downloaded ron v0.12.2
4552026-06-25T23:08:15.999Z Downloaded unicode-width v0.2.2
4562026-06-25T23:08:16.002Z Downloaded tokio-util v0.7.18
4572026-06-25T23:08:16.009Z Downloaded idna v1.1.0
4582026-06-25T23:08:16.009Z Downloaded unicode-width v0.1.14
4592026-06-25T23:08:16.012Z Downloaded reqwest v0.12.28
4602026-06-25T23:08:16.015Z Downloaded regex v1.12.4
4612026-06-25T23:08:16.017Z Downloaded bstr v1.12.3
4622026-06-25T23:08:16.022Z Downloaded gimli v0.32.3
4632026-06-25T23:08:16.026Z Downloaded color-eyre v0.6.5
4642026-06-25T23:08:16.038Z Downloaded itertools v0.14.0
4652026-06-25T23:08:16.048Z Downloaded tower-http v0.6.11
4662026-06-25T23:08:16.053Z Downloaded quick-xml v0.37.5
4672026-06-25T23:08:16.085Z Downloaded quick-xml v0.38.4
4682026-06-25T23:08:16.112Z Downloaded portable-atomic v1.13.1
4692026-06-25T23:08:16.132Z Downloaded quinn-proto v0.11.15
4702026-06-25T23:08:16.141Z Downloaded nextest-runner v0.80.0
4712026-06-25T23:08:16.167Z Downloaded vcpkg v0.2.15
4722026-06-25T23:08:16.212Z Downloaded nix v0.30.1
4732026-06-25T23:08:16.219Z Downloaded rustix v0.38.44
4742026-06-25T23:08:16.232Z Downloaded zerocopy v0.8.52
4752026-06-25T23:08:16.242Z Downloaded syn v2.0.118
4762026-06-25T23:08:16.249Z Downloaded openssl v0.10.81
4772026-06-25T23:08:16.254Z Downloaded object v0.37.3
4782026-06-25T23:08:16.266Z Downloaded regex-syntax v0.8.11
4792026-06-25T23:08:16.296Z Downloaded rustls v0.23.41
4802026-06-25T23:08:16.304Z Downloaded rustix v1.1.4
4812026-06-25T23:08:16.356Z Downloaded tracing v0.1.44
4822026-06-25T23:08:16.402Z Downloaded regex-automata v0.4.14
4832026-06-25T23:08:16.469Z Downloaded libc v0.2.186
4842026-06-25T23:08:16.487Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4852026-06-25T23:08:16.497Z Downloaded petgraph v0.8.3
4862026-06-25T23:08:16.523Z Downloaded tokio v1.52.3
4872026-06-25T23:08:16.591Z Downloaded recursion v0.5.4
4882026-06-25T23:08:16.596Z Downloaded ring v0.17.14
4892026-06-25T23:08:16.658Z Compiling libc v0.2.186
4902026-06-25T23:08:16.658Z Compiling proc-macro2 v1.0.106
4912026-06-25T23:08:16.660Z Compiling quote v1.0.46
4922026-06-25T23:08:16.660Z Compiling unicode-ident v1.0.24
4932026-06-25T23:08:16.661Z Compiling serde_core v1.0.228
4942026-06-25T23:08:16.661Z Compiling cfg-if v1.0.4
4952026-06-25T23:08:16.661Z Compiling memchr v2.8.2
4962026-06-25T23:08:16.788Z Compiling once_cell v1.21.4
4972026-06-25T23:08:16.891Z Compiling log v0.4.33
4982026-06-25T23:08:16.921Z Compiling pin-project-lite v0.2.17
4992026-06-25T23:08:17.026Z Compiling serde v1.0.228
5002026-06-25T23:08:17.108Z Compiling itoa v1.0.18
5012026-06-25T23:08:17.216Z Compiling smallvec v1.15.2
5022026-06-25T23:08:17.354Z Compiling futures-core v0.3.32
5032026-06-25T23:08:17.409Z Compiling bitflags v2.13.0
5042026-06-25T23:08:17.467Z Compiling equivalent v1.0.2
5052026-06-25T23:08:17.516Z Compiling find-msvc-tools v0.1.9
5062026-06-25T23:08:17.591Z Compiling shlex v2.0.1
5072026-06-25T23:08:17.769Z Compiling errno v0.3.14
5082026-06-25T23:08:17.782Z Compiling hashbrown v0.17.1
5092026-06-25T23:08:17.795Z Compiling bytes v1.12.0
5102026-06-25T23:08:17.822Z Compiling mio v1.2.1
5112026-06-25T23:08:17.955Z Compiling signal-hook-registry v1.4.8
5122026-06-25T23:08:18.001Z Compiling jobserver v0.1.34
5132026-06-25T23:08:18.130Z Compiling syn v2.0.118
5142026-06-25T23:08:18.188Z Compiling futures-sink v0.3.32
5152026-06-25T23:08:18.303Z Compiling cc v1.2.65
5162026-06-25T23:08:18.323Z Compiling rustix v1.1.4
5172026-06-25T23:08:18.466Z Compiling socket2 v0.6.4
5182026-06-25T23:08:18.512Z Compiling zmij v1.0.21
5192026-06-25T23:08:18.535Z Compiling slab v0.4.12
5202026-06-25T23:08:18.682Z Compiling futures-channel v0.3.32
5212026-06-25T23:08:18.750Z Compiling tracing-core v0.1.36
5222026-06-25T23:08:18.873Z Compiling serde_json v1.0.150
5232026-06-25T23:08:18.945Z Compiling version_check v0.9.5
5242026-06-25T23:08:19.175Z Compiling indexmap v2.14.0
5252026-06-25T23:08:19.319Z Compiling futures-task v0.3.32
5262026-06-25T23:08:19.368Z Compiling futures-io v0.3.32
5272026-06-25T23:08:19.507Z Compiling getrandom v0.4.3
5282026-06-25T23:08:19.637Z Compiling unicode-width v0.2.2
5292026-06-25T23:08:19.660Z Compiling camino v1.2.3
5302026-06-25T23:08:19.829Z Compiling percent-encoding v2.3.2
5312026-06-25T23:08:19.973Z Compiling ring v0.17.14
5322026-06-25T23:08:20.067Z Compiling http v1.4.2
5332026-06-25T23:08:20.080Z Compiling simd-adler32 v0.3.9
5342026-06-25T23:08:20.123Z Compiling adler2 v2.0.1
5352026-06-25T23:08:20.149Z Compiling zeroize v1.9.0
5362026-06-25T23:08:20.298Z Compiling autocfg v1.5.1
5372026-06-25T23:08:20.387Z Compiling miniz_oxide v0.8.9
5382026-06-25T23:08:20.675Z Compiling num-traits v0.2.19
5392026-06-25T23:08:20.969Z Compiling object v0.37.3
5402026-06-25T23:08:20.972Z Compiling getrandom v0.3.4
5412026-06-25T23:08:21.286Z Compiling target-lexicon v0.13.5
5422026-06-25T23:08:21.347Z Compiling zerocopy v0.8.52
5432026-06-25T23:08:21.789Z Compiling http-body v1.0.1
5442026-06-25T23:08:21.820Z Compiling rustls-pki-types v1.14.1
5452026-06-25T23:08:21.842Z Compiling form_urlencoded v1.2.2
5462026-06-25T23:08:21.854Z Compiling semver v1.0.28
5472026-06-25T23:08:21.856Z Compiling serde_derive v1.0.228
5482026-06-25T23:08:21.942Z Compiling tokio-macros v2.7.0
5492026-06-25T23:08:22.054Z Compiling futures-macro v0.3.32
5502026-06-25T23:08:22.115Z Compiling tracing-attributes v0.1.31
5512026-06-25T23:08:22.332Z Compiling getrandom v0.2.17
5522026-06-25T23:08:22.534Z Compiling untrusted v0.9.0
5532026-06-25T23:08:22.534Z Compiling fnv v1.0.7
5542026-06-25T23:08:22.655Z Compiling thiserror v2.0.18
5552026-06-25T23:08:22.673Z Compiling guppy-workspace-hack v0.1.0
5562026-06-25T23:08:22.715Z Compiling owo-colors v4.3.0
5572026-06-25T23:08:22.727Z Compiling tokio v1.52.3
5582026-06-25T23:08:22.912Z Compiling signal-hook v0.3.18
5592026-06-25T23:08:22.914Z Compiling futures-util v0.3.32
5602026-06-25T23:08:23.019Z Compiling gimli v0.32.3
5612026-06-25T23:08:23.058Z Compiling httparse v1.10.1
5622026-06-25T23:08:23.141Z Compiling idna_adapter v1.0.0
5632026-06-25T23:08:23.245Z Compiling utf8_iter v1.0.4
5642026-06-25T23:08:23.370Z Compiling tracing v0.1.44
5652026-06-25T23:08:23.414Z Compiling idna v1.1.0
5662026-06-25T23:08:23.730Z Compiling thiserror-impl v2.0.18
5672026-06-25T23:08:24.967Z Compiling addr2line v0.25.1
5682026-06-25T23:08:25.628Z Compiling generic-array v0.14.7
5692026-06-25T23:08:25.655Z Compiling try-lock v0.2.5
5702026-06-25T23:08:25.732Z Compiling target-spec v3.6.0
5712026-06-25T23:08:25.816Z Compiling typeid v1.0.3
5722026-06-25T23:08:25.910Z Compiling rustls v0.23.41
5732026-06-25T23:08:25.914Z Compiling fastrand v2.4.1
5742026-06-25T23:08:26.041Z Compiling rustc-demangle v0.1.27
5752026-06-25T23:08:26.118Z Compiling thiserror v1.0.69
5762026-06-25T23:08:26.131Z Compiling pkg-config v0.3.33
5772026-06-25T23:08:26.265Z Compiling tower-service v0.3.3
5782026-06-25T23:08:26.371Z Compiling atomic-waker v1.1.2
5792026-06-25T23:08:26.556Z Compiling tempfile v3.27.0
5802026-06-25T23:08:26.588Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5812026-06-25T23:08:26.712Z Compiling tokio-util v0.7.18
5822026-06-25T23:08:27.031Z Compiling want v0.3.1
5832026-06-25T23:08:27.210Z Compiling h2 v0.4.15
5842026-06-25T23:08:27.223Z Compiling cfg-expr v0.20.8
5852026-06-25T23:08:27.491Z Compiling url v2.5.8
5862026-06-25T23:08:28.239Z Compiling backtrace v0.3.76
5872026-06-25T23:08:28.435Z Compiling thiserror-impl v1.0.69
5882026-06-25T23:08:28.730Z Compiling terminal_size v0.4.4
5892026-06-25T23:08:28.817Z Compiling aho-corasick v1.1.4
5902026-06-25T23:08:28.889Z Compiling regex-syntax v0.8.11
5912026-06-25T23:08:29.628Z Compiling winnow v0.7.15
5922026-06-25T23:08:30.104Z Compiling rustls-webpki v0.103.13
5932026-06-25T23:08:31.635Z Compiling subtle v2.6.1
5942026-06-25T23:08:31.799Z Compiling erased-serde v0.4.10
5952026-06-25T23:08:32.101Z Compiling typenum v1.20.1
5962026-06-25T23:08:32.898Z Compiling regex-automata v0.4.14
5972026-06-25T23:08:33.214Z Compiling hyper v1.10.1
5982026-06-25T23:08:34.528Z Compiling serde_spanned v0.6.9
5992026-06-25T23:08:34.697Z Compiling toml_datetime v0.6.11
6002026-06-25T23:08:35.090Z Compiling ahash v0.8.12
6012026-06-25T23:08:35.358Z Compiling sync_wrapper v1.0.2
6022026-06-25T23:08:35.480Z Compiling lazy_static v1.5.0
6032026-06-25T23:08:35.595Z Compiling parking_lot_core v0.9.12
6042026-06-25T23:08:35.902Z Compiling unicode-segmentation v1.13.3
6052026-06-25T23:08:36.089Z Compiling unicode-linebreak v0.1.5
6062026-06-25T23:08:36.320Z Compiling toml_write v0.1.2
6072026-06-25T23:08:36.368Z Compiling crc32fast v1.5.0
6082026-06-25T23:08:36.581Z Compiling base64 v0.22.1
6092026-06-25T23:08:36.611Z Compiling either v1.16.0
6102026-06-25T23:08:36.687Z Compiling portable-atomic v1.13.1
6112026-06-25T23:08:36.854Z Compiling tower-layer v0.3.3
6122026-06-25T23:08:37.075Z Compiling foldhash v0.1.5
6132026-06-25T23:08:37.090Z Compiling ipnet v2.12.0
6142026-06-25T23:08:37.100Z Compiling is_ci v1.2.0
6152026-06-25T23:08:37.145Z Compiling nextest-workspace-hack v0.1.0
6162026-06-25T23:08:37.211Z Compiling hashbrown v0.15.5
6172026-06-25T23:08:37.268Z Compiling supports-color v3.0.2
6182026-06-25T23:08:37.303Z Compiling tower v0.5.3
6192026-06-25T23:08:37.407Z Compiling hyper-util v0.1.20
6202026-06-25T23:08:37.556Z Compiling toml_edit v0.22.27
6212026-06-25T23:08:37.891Z Compiling textwrap v0.16.2
6222026-06-25T23:08:37.914Z Compiling convert_case v0.10.0
6232026-06-25T23:08:38.183Z Compiling tokio-rustls v0.26.4
6242026-06-25T23:08:38.356Z Compiling sharded-slab v0.1.7
6252026-06-25T23:08:38.990Z Compiling backtrace-ext v0.2.1
6262026-06-25T23:08:39.152Z Compiling ordered-float v2.10.1
6272026-06-25T23:08:39.265Z Compiling webpki-roots v1.0.8
6282026-06-25T23:08:39.354Z Compiling miette-derive v7.6.0
6292026-06-25T23:08:39.430Z Compiling pathdiff v0.2.3
6302026-06-25T23:08:39.466Z Compiling console v0.15.11
6312026-06-25T23:08:39.560Z Compiling cargo-platform v0.3.3
6322026-06-25T23:08:40.136Z Compiling tracing-log v0.2.0
6332026-06-25T23:08:40.167Z Compiling os_pipe v1.2.3
6342026-06-25T23:08:40.354Z Compiling thread_local v1.1.9
6352026-06-25T23:08:40.495Z Compiling scopeguard v1.2.0
6362026-06-25T23:08:40.509Z Compiling unicode-width v0.1.14
6372026-06-25T23:08:40.605Z Compiling utf8parse v0.2.2
6382026-06-25T23:08:40.713Z Compiling cfg_aliases v0.2.1
6392026-06-25T23:08:40.726Z Compiling pulldown-cmark v0.13.4
6402026-06-25T23:08:40.790Z Compiling fixedbitset v0.5.7
6412026-06-25T23:08:40.813Z Compiling ryu v1.0.23
6422026-06-25T23:08:40.814Z Compiling zstd-safe v7.2.4
6432026-06-25T23:08:41.091Z Compiling debug-ignore v1.0.5
6442026-06-25T23:08:41.115Z Compiling rustix v0.38.44
6452026-06-25T23:08:41.208Z Compiling supports-unicode v3.0.0
6462026-06-25T23:08:41.322Z Compiling supports-hyperlinks v3.2.0
6472026-06-25T23:08:41.335Z Compiling winnow v1.0.3
6482026-06-25T23:08:41.436Z Compiling miette v7.6.0
6492026-06-25T23:08:41.554Z Compiling petgraph v0.8.3
6502026-06-25T23:08:41.654Z Compiling serde_urlencoded v0.7.1
6512026-06-25T23:08:41.943Z Compiling nix v0.30.1
6522026-06-25T23:08:42.356Z Compiling anstyle-parse v1.0.0
6532026-06-25T23:08:42.597Z Compiling toml_parser v1.1.2+spec-1.1.0
6542026-06-25T23:08:42.847Z Compiling lock_api v0.4.14
6552026-06-25T23:08:43.108Z Compiling tracing-subscriber v0.3.23
6562026-06-25T23:08:43.558Z Compiling sigchld v0.2.4
6572026-06-25T23:08:43.776Z Compiling cargo_metadata v0.23.1
6582026-06-25T23:08:44.030Z Compiling serde-value v0.7.0
6592026-06-25T23:08:44.636Z Compiling hyper-rustls v0.27.9
6602026-06-25T23:08:44.809Z Compiling toml v0.8.23
6612026-06-25T23:08:45.331Z Compiling serde-untagged v0.1.9
6622026-06-25T23:08:45.979Z Compiling derive_more-impl v2.1.1
6632026-06-25T23:08:46.156Z Compiling tower-http v0.6.11
6642026-06-25T23:08:46.868Z Compiling itertools v0.14.0
6652026-06-25T23:08:46.893Z Compiling regex v1.12.4
6662026-06-25T23:08:47.380Z Compiling crypto-common v0.1.7
6672026-06-25T23:08:47.522Z Compiling block-buffer v0.10.4
6682026-06-25T23:08:47.583Z Compiling ppv-lite86 v0.2.21
6692026-06-25T23:08:47.687Z Compiling rand_core v0.9.5
6702026-06-25T23:08:47.775Z Compiling futures-executor v0.3.32
6712026-06-25T23:08:47.935Z Compiling http-body-util v0.1.3
6722026-06-25T23:08:47.954Z Compiling pin-project-internal v1.1.13
6732026-06-25T23:08:48.228Z Compiling uuid v1.23.4
6742026-06-25T23:08:48.343Z Compiling toml_datetime v1.1.1+spec-1.1.0
6752026-06-25T23:08:48.379Z Compiling serde_spanned v1.1.1
6762026-06-25T23:08:48.424Z Compiling smol_str v0.3.6
6772026-06-25T23:08:48.533Z Compiling filetime v0.2.29
6782026-06-25T23:08:48.752Z Compiling vte v0.14.1
6792026-06-25T23:08:48.767Z Compiling bstr v1.12.3
6802026-06-25T23:08:48.776Z Compiling eyre v0.6.12
6812026-06-25T23:08:48.788Z Compiling number_prefix v0.4.0
6822026-06-25T23:08:48.944Z Compiling unicase v2.9.0
6832026-06-25T23:08:48.975Z Compiling anstyle-query v1.1.5
6842026-06-25T23:08:49.071Z Compiling colorchoice v1.0.5
6852026-06-25T23:08:49.108Z Compiling xattr v1.6.1
6862026-06-25T23:08:49.140Z Compiling iana-time-zone v0.1.65
6872026-06-25T23:08:49.196Z Compiling static_assertions v1.1.0
6882026-06-25T23:08:49.238Z Compiling unicode-xid v0.2.6
6892026-06-25T23:08:49.272Z Compiling is_terminal_polyfill v1.70.2
6902026-06-25T23:08:49.297Z Compiling self_update v0.42.0
6912026-06-25T23:08:49.368Z Compiling tinyvec_macros v0.1.1
6922026-06-25T23:08:49.381Z Compiling color-spantrace v0.3.0
6932026-06-25T23:08:49.442Z Compiling anstyle v1.0.14
6942026-06-25T23:08:49.460Z Compiling nested v0.1.1
6952026-06-25T23:08:49.556Z Compiling litrs v1.0.0
6962026-06-25T23:08:49.661Z Compiling anstream v1.0.0
6972026-06-25T23:08:49.696Z Compiling guppy v0.17.26
6982026-06-25T23:08:49.738Z Compiling tinyvec v1.11.0
6992026-06-25T23:08:49.752Z Compiling cargo-util-schemas v0.2.0
7002026-06-25T23:08:50.029Z Compiling document-features v0.2.12
7012026-06-25T23:08:50.176Z Compiling chrono v0.4.45
7022026-06-25T23:08:50.189Z Compiling tar v0.4.46
7032026-06-25T23:08:50.623Z Compiling globset v0.4.18
7042026-06-25T23:08:51.152Z Compiling pin-project v1.1.13
7052026-06-25T23:08:51.263Z Compiling strip-ansi-escapes v0.2.1
7062026-06-25T23:08:51.751Z Compiling indicatif v0.17.11
7072026-06-25T23:08:52.249Z Compiling nextest-metadata v0.12.2
7082026-06-25T23:08:52.760Z Compiling toml v1.1.2+spec-1.1.0
7092026-06-25T23:08:53.027Z Compiling newtype-uuid v1.3.2
7102026-06-25T23:08:53.231Z Compiling reqwest v0.12.28
7112026-06-25T23:08:53.691Z Compiling futures v0.3.32
7122026-06-25T23:08:53.783Z Compiling rand_chacha v0.9.0
7132026-06-25T23:08:53.981Z Compiling digest v0.10.7
7142026-06-25T23:08:54.218Z Compiling derive_more v2.1.1
7152026-06-25T23:08:54.329Z Compiling flate2 v1.1.9
7162026-06-25T23:08:54.354Z Compiling parking_lot v0.12.5
7172026-06-25T23:08:54.896Z Compiling tracing-error v0.2.1
7182026-06-25T23:08:55.045Z Compiling shared_child v1.1.1
7192026-06-25T23:08:55.409Z Compiling signal-hook-mio v0.2.5
7202026-06-25T23:08:55.551Z Compiling self-replace v1.5.0
7212026-06-25T23:08:55.663Z Compiling cargo-platform v0.2.0
7222026-06-25T23:08:55.859Z Compiling quick-xml v0.37.5
7232026-06-25T23:08:56.132Z Compiling quick-xml v0.38.4
7242026-06-25T23:08:56.262Z Compiling urlencoding v2.1.3
7252026-06-25T23:08:56.514Z Compiling heck v0.5.0
7262026-06-25T23:08:56.536Z Compiling shell-words v1.1.1
7272026-06-25T23:08:56.806Z Compiling clap_lex v1.1.0
7282026-06-25T23:08:56.953Z Compiling recursion v0.5.4
7292026-06-25T23:08:57.096Z Compiling strsim v0.11.1
7302026-06-25T23:08:57.457Z Compiling cpufeatures v0.2.17
7312026-06-25T23:08:57.481Z Compiling indenter v0.3.4
7322026-06-25T23:08:57.538Z Compiling humantime v2.3.0
7332026-06-25T23:08:57.653Z Compiling sha2 v0.10.9
7342026-06-25T23:08:57.848Z Compiling humantime-serde v1.1.1
7352026-06-25T23:08:57.978Z Compiling clap_builder v4.6.0
7362026-06-25T23:08:57.991Z Compiling nextest-filtering v0.15.0
7372026-06-25T23:08:58.011Z Compiling clap_derive v4.6.1
7382026-06-25T23:08:58.133Z Compiling quick-junit v0.5.2
7392026-06-25T23:08:59.820Z Compiling atomicwrites v0.4.4
7402026-06-25T23:09:00.112Z Compiling cargo_metadata v0.20.0
7412026-06-25T23:09:01.355Z Compiling cargo-nextest v0.9.97
7422026-06-25T23:09:01.697Z Compiling crossterm v0.29.0
7432026-06-25T23:09:02.095Z Compiling duct v0.13.7
7442026-06-25T23:09:04.136Z Compiling zstd v0.13.3
7452026-06-25T23:09:04.409Z Compiling rand v0.9.4
7462026-06-25T23:09:04.574Z Compiling async-scoped v0.9.0
7472026-06-25T23:09:04.773Z Compiling config v0.15.24
7482026-06-25T23:09:04.776Z Compiling unicode-normalization v0.1.25
7492026-06-25T23:09:05.091Z Compiling target-spec-miette v0.4.8
7502026-06-25T23:09:05.183Z Compiling future-queue v0.4.0
7512026-06-25T23:09:05.396Z Compiling mukti-metadata v0.3.0
7522026-06-25T23:09:05.478Z Compiling camino-tempfile v1.4.1
7532026-06-25T23:09:05.492Z Compiling tokio-stream v0.1.18
7542026-06-25T23:09:05.537Z Compiling derive-where v1.6.1
7552026-06-25T23:09:05.661Z Compiling serde_path_to_error v0.1.20
7562026-06-25T23:09:05.905Z Compiling serde_ignored v0.1.14
7572026-06-25T23:09:05.922Z Compiling xxhash-rust v0.8.15
7582026-06-25T23:09:06.112Z Compiling swrite v0.1.0
7592026-06-25T23:09:06.131Z Compiling indent_write v2.2.0
7602026-06-25T23:09:06.157Z Compiling hex v0.4.3
7612026-06-25T23:09:06.169Z Compiling home v0.5.12
7622026-06-25T23:09:06.222Z Compiling color-eyre v0.6.5
7632026-06-25T23:09:06.305Z Compiling clap v4.6.1
7642026-06-25T23:09:06.341Z Compiling dialoguer v0.11.0
7652026-06-25T23:09:06.392Z Compiling enable-ansi-support v0.2.1
7662026-06-25T23:09:06.829Z Compiling nextest-runner v0.80.0
7672026-06-25T23:09:25.732Z Finished `release` profile [optimized] target(s) in 1m 13s
7682026-06-25T23:09:25.923Z Installing /home/build/.cargo/bin/cargo-nextest
7692026-06-25T23:09:25.926Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7702026-06-25T23:09:26.053Z+ pushd rdb
7712026-06-25T23:09:26.056Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7722026-06-25T23:09:26.056Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7732026-06-25T23:09:26.212Z Updating git repository `https://github.com/oxidecomputer/falcon`
7742026-06-25T23:09:26.799ZFrom https://github.com/oxidecomputer/falcon
7752026-06-25T23:09:26.799Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7762026-06-25T23:09:26.877Z Updating crates.io index
7772026-06-25T23:09:26.921Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7782026-06-25T23:09:27.329ZFrom https://github.com/oxidecomputer/dendrite
7792026-06-25T23:09:27.329Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7802026-06-25T23:09:27.381Z Updating git repository `https://github.com/oxidecomputer/ispf`
7812026-06-25T23:09:27.669ZFrom https://github.com/oxidecomputer/ispf
7822026-06-25T23:09:27.669Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7832026-06-25T23:09:27.675Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7842026-06-25T23:09:28.036ZFrom https://github.com/oxidecomputer/netadm-sys
7852026-06-25T23:09:28.037Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7862026-06-25T23:09:28.044Z Updating git repository `https://github.com/oxidecomputer/omicron`
7872026-06-25T23:09:33.926ZFrom https://github.com/oxidecomputer/omicron
7882026-06-25T23:09:33.926Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7892026-06-25T23:09:34.370Z Updating git repository `https://github.com/oxidecomputer/opte`
7902026-06-25T23:09:35.053ZFrom https://github.com/oxidecomputer/opte
7912026-06-25T23:09:35.053Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7922026-06-25T23:09:35.131Z Updating git repository `https://github.com/illumos/smf-rs`
7932026-06-25T23:09:35.391ZFrom https://github.com/illumos/smf-rs
7942026-06-25T23:09:35.391Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7952026-06-25T23:09:35.433Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7962026-06-25T23:09:35.740ZFrom https://github.com/oxidecomputer/network-interface
7972026-06-25T23:09:35.740Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7982026-06-25T23:09:35.747Z Updating git repository `https://github.com/oxidecomputer/zone`
7992026-06-25T23:09:36.027ZFrom https://github.com/oxidecomputer/zone
8002026-06-25T23:09:36.027Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8012026-06-25T23:09:36.081Z Updating git repository `https://github.com/oxidecomputer/propolis`
8022026-06-25T23:09:36.712ZFrom https://github.com/oxidecomputer/propolis
8032026-06-25T23:09:36.712Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8042026-06-25T23:09:36.786Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8052026-06-25T23:09:37.284ZFrom https://github.com/oxidecomputer/transceiver-control
8062026-06-25T23:09:37.284Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8072026-06-25T23:09:37.305Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8082026-06-25T23:09:37.592ZFrom https://github.com/oxidecomputer/dlpi-sys
8092026-06-25T23:09:37.593Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8102026-06-25T23:09:37.598Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8112026-06-25T23:09:37.916ZFrom https://github.com/jmesmon/rust-libzfs
8122026-06-25T23:09:37.916Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8132026-06-25T23:09:37.937Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8142026-06-25T23:09:38.226ZFrom https://github.com/oxidecomputer/rusty-doors
8152026-06-25T23:09:38.226Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8162026-06-25T23:09:38.265Z Updating git repository `https://github.com/oxidecomputer/lldp`
8172026-06-25T23:09:38.596ZFrom https://github.com/oxidecomputer/lldp
8182026-06-25T23:09:38.596Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8192026-06-25T23:09:38.656Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8202026-06-25T23:09:38.964ZFrom https://github.com/oxidecomputer/slog-error-chain
8212026-06-25T23:09:38.964Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8222026-06-25T23:09:38.982Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8232026-06-25T23:09:39.321ZFrom https://github.com/oxidecomputer/tufaceous
8242026-06-25T23:09:39.321Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8252026-06-25T23:09:39.392Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8262026-06-25T23:09:39.866ZFrom https://github.com/oxidecomputer/management-gateway-service
8272026-06-25T23:09:39.866Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8282026-06-25T23:09:39.893Z Updating git repository `https://github.com/oxidecomputer/crucible`
8292026-06-25T23:09:40.732ZFrom https://github.com/oxidecomputer/crucible
8302026-06-25T23:09:40.732Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8312026-06-25T23:09:40.885Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8322026-06-25T23:09:41.195ZFrom https://github.com/oxidecomputer/serde_human_bytes
8332026-06-25T23:09:41.195Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8342026-06-25T23:09:41.511Z Updating git repository `https://github.com/oxidecomputer/propolis`
8352026-06-25T23:09:41.908ZFrom https://github.com/oxidecomputer/propolis
8362026-06-25T23:09:41.908Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8372026-06-25T23:09:42.087Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-06-25T23:09:42.590ZFrom https://github.com/oxidecomputer/crucible
8392026-06-25T23:09:42.590Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8402026-06-25T23:09:42.656Z Updating git repository `https://github.com/oxidecomputer/tofino`
8412026-06-25T23:09:43.008ZFrom https://github.com/oxidecomputer/tofino
8422026-06-25T23:09:43.008Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8432026-06-25T23:09:43.033Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8442026-06-25T23:09:43.717ZFrom https://github.com/oxidecomputer/maghemite
8452026-06-25T23:09:43.717Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8462026-06-25T23:09:43.780Z Updating git repository `https://github.com/oxidecomputer/clickward`
8472026-06-25T23:09:44.074ZFrom https://github.com/oxidecomputer/clickward
8482026-06-25T23:09:44.074Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8492026-06-25T23:09:44.367Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8502026-06-25T23:09:44.834ZFrom https://github.com/oxidecomputer/illumos-devinfo
8512026-06-25T23:09:44.834Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8522026-06-25T23:09:45.942Z Downloading crates ...
8532026-06-25T23:09:46.048Z Downloaded anyhow v1.0.102
8542026-06-25T23:09:46.051Z Downloaded async-trait v0.1.89
8552026-06-25T23:09:46.055Z Downloaded colored v3.1.1
8562026-06-25T23:09:46.058Z Downloaded cobs v0.3.0
8572026-06-25T23:09:46.061Z Downloaded cmake v0.1.58
8582026-06-25T23:09:46.061Z Downloaded daft-derive v0.1.7
8592026-06-25T23:09:46.064Z Downloaded convert_case v0.4.0
8602026-06-25T23:09:46.068Z Downloaded cipher v0.4.4
8612026-06-25T23:09:46.071Z Downloaded byteorder v1.5.0
8622026-06-25T23:09:46.077Z Downloaded cpufeatures v0.3.0
8632026-06-25T23:09:46.080Z Downloaded const-random-macro v0.1.16
8642026-06-25T23:09:46.083Z Downloaded cookie v0.18.1
8652026-06-25T23:09:46.083Z Downloaded arrayref v0.3.9
8662026-06-25T23:09:46.086Z Downloaded csv-core v0.1.13
8672026-06-25T23:09:46.090Z Downloaded constant_time_eq v0.4.2
8682026-06-25T23:09:46.090Z Downloaded bitflags v1.3.2
8692026-06-25T23:09:46.093Z Downloaded camino v1.2.2
8702026-06-25T23:09:46.097Z Downloaded hickory-proto v0.24.4
8712026-06-25T23:09:46.106Z Downloaded log v0.4.32
8722026-06-25T23:09:46.109Z Downloaded dtrace-parser v0.3.0
8732026-06-25T23:09:46.112Z Downloaded darling_macro v0.23.0
8742026-06-25T23:09:46.112Z Downloaded libsw v3.5.0
8752026-06-25T23:09:46.115Z Downloaded foreign-types v0.5.0
8762026-06-25T23:09:46.115Z Downloaded cstr-argument v0.1.2
8772026-06-25T23:09:46.118Z Downloaded bit-set v0.8.0
8782026-06-25T23:09:46.118Z Downloaded digest v0.11.3
8792026-06-25T23:09:46.121Z Downloaded byte-wrapper v0.1.0
8802026-06-25T23:09:46.124Z Downloaded idna_adapter v1.2.2
8812026-06-25T23:09:46.124Z Downloaded arc-swap v1.9.1
8822026-06-25T23:09:46.127Z Downloaded httpdate v1.0.3
8832026-06-25T23:09:46.130Z Downloaded hostname v0.3.1
8842026-06-25T23:09:46.130Z Downloaded elliptic-curve v0.13.8
8852026-06-25T23:09:46.133Z Downloaded async-stream v0.3.6
8862026-06-25T23:09:46.136Z Downloaded ingot-macros v0.1.1
8872026-06-25T23:09:46.136Z Downloaded getrandom v0.4.2
8882026-06-25T23:09:46.139Z Downloaded libm v0.2.16
8892026-06-25T23:09:46.145Z Downloaded match_cfg v0.1.0
8902026-06-25T23:09:46.148Z Downloaded heck v0.4.1
8912026-06-25T23:09:46.148Z Downloaded fixedbitset v0.4.2
8922026-06-25T23:09:46.151Z Downloaded dof v0.3.0
8932026-06-25T23:09:46.151Z Downloaded defmt-parser v1.0.0
8942026-06-25T23:09:46.154Z Downloaded embedded-io v0.4.0
8952026-06-25T23:09:46.154Z Downloaded natord v1.0.9
8962026-06-25T23:09:46.157Z Downloaded foreign-types-macros v0.2.3
8972026-06-25T23:09:46.157Z Downloaded float-ord v0.3.2
8982026-06-25T23:09:46.157Z Downloaded data-encoding v2.11.0
8992026-06-25T23:09:46.160Z Downloaded bs58 v0.5.1
9002026-06-25T23:09:46.163Z Downloaded dunce v1.0.5
9012026-06-25T23:09:46.163Z Downloaded hubpack v0.1.2
9022026-06-25T23:09:46.165Z Downloaded hostname v0.4.2
9032026-06-25T23:09:46.165Z Downloaded enum-as-inner v0.6.1
9042026-06-25T23:09:46.168Z Downloaded block-buffer v0.12.0
9052026-06-25T23:09:46.168Z Downloaded newline-converter v0.3.0
9062026-06-25T23:09:46.171Z Downloaded ciborium-io v0.2.2
9072026-06-25T23:09:46.171Z Downloaded dropshot-api-manager-types v0.7.2
9082026-06-25T23:09:46.171Z Downloaded async-stream-impl v0.3.6
9092026-06-25T23:09:46.174Z Downloaded compression-core v0.4.32
9102026-06-25T23:09:46.174Z Downloaded memoffset v0.9.1
9112026-06-25T23:09:46.177Z Downloaded keccak v0.1.6
9122026-06-25T23:09:46.177Z Downloaded macaddr v1.0.1
9132026-06-25T23:09:46.181Z Downloaded libscf-sys v1.2.0
9142026-06-25T23:09:46.181Z Downloaded console v0.16.3
9152026-06-25T23:09:46.184Z Downloaded instant v0.1.13
9162026-06-25T23:09:46.184Z Downloaded jiff-static v0.2.28
9172026-06-25T23:09:46.188Z Downloaded cargo_toml v0.22.3
9182026-06-25T23:09:46.188Z Downloaded backon v1.6.0
9192026-06-25T23:09:46.193Z Downloaded no-std-compat v0.4.1
9202026-06-25T23:09:46.193Z Downloaded mime v0.3.17
9212026-06-25T23:09:46.193Z Downloaded inout v0.1.4
9222026-06-25T23:09:46.196Z Downloaded hash32 v0.3.1
9232026-06-25T23:09:46.196Z Downloaded dof v0.4.0
9242026-06-25T23:09:46.199Z Downloaded num-derive v0.4.2
9252026-06-25T23:09:46.199Z Downloaded memmap v0.7.0
9262026-06-25T23:09:46.201Z Downloaded lru-cache v0.1.2
9272026-06-25T23:09:46.202Z Downloaded konst_macro_rules v0.2.19
9282026-06-25T23:09:46.204Z Downloaded num-iter v0.1.45
9292026-06-25T23:09:46.204Z Downloaded num-conv v0.2.2
9302026-06-25T23:09:46.208Z Downloaded compression-codecs v0.4.38
9312026-06-25T23:09:46.208Z Downloaded async-recursion v1.1.1
9322026-06-25T23:09:46.211Z Downloaded newtype-uuid-macros v0.1.0
9332026-06-25T23:09:46.211Z Downloaded glob v0.3.3
9342026-06-25T23:09:46.214Z Downloaded num_threads v0.1.7
9352026-06-25T23:09:46.214Z Downloaded critical-section v1.2.0
9362026-06-25T23:09:46.217Z Downloaded bytecount v0.6.9
9372026-06-25T23:09:46.217Z Downloaded num_enum_derive v0.5.11
9382026-06-25T23:09:46.220Z Downloaded hashbrown v0.12.3
9392026-06-25T23:09:46.223Z Downloaded olpc-cjson v0.1.4
9402026-06-25T23:09:46.223Z Downloaded half v2.7.1
9412026-06-25T23:09:46.226Z Downloaded displaydoc v0.2.6
9422026-06-25T23:09:46.226Z Downloaded foreign-types-shared v0.3.1
9432026-06-25T23:09:46.229Z Downloaded deranged v0.5.8
9442026-06-25T23:09:46.229Z Downloaded const_format_proc_macros v0.2.34
9452026-06-25T23:09:46.232Z Downloaded crossbeam-deque v0.8.6
9462026-06-25T23:09:46.232Z Downloaded opaque-debug v0.3.1
9472026-06-25T23:09:46.235Z Downloaded hubpack_derive v0.1.1
9482026-06-25T23:09:46.235Z Downloaded dyn-clone v1.0.20
9492026-06-25T23:09:46.235Z Downloaded daft v0.1.7
9502026-06-25T23:09:46.239Z Downloaded konst v0.2.20
9512026-06-25T23:09:46.242Z Downloaded ipnetwork v0.21.1
9522026-06-25T23:09:46.242Z Downloaded internet-checksum v0.2.1
9532026-06-25T23:09:46.242Z Downloaded highway v1.3.0
9542026-06-25T23:09:46.245Z Downloaded chacha20 v0.9.1
9552026-06-25T23:09:46.248Z Downloaded git-stub v1.0.0
9562026-06-25T23:09:46.248Z Downloaded darling v0.23.0
9572026-06-25T23:09:46.251Z Downloaded plain v0.2.3
9582026-06-25T23:09:46.255Z Downloaded is-terminal v0.4.17
9592026-06-25T23:09:46.255Z Downloaded managed v0.8.0
9602026-06-25T23:09:46.255Z Downloaded phf_shared v0.12.1
9612026-06-25T23:09:46.259Z Downloaded linked-hash-map v0.5.6
9622026-06-25T23:09:46.259Z Downloaded omicron-workspace-hack v0.1.0
9632026-06-25T23:09:46.259Z Downloaded litemap v0.8.2
9642026-06-25T23:09:46.262Z Downloaded parse-display v0.10.0
9652026-06-25T23:09:46.262Z Downloaded hybrid-array v0.4.12
9662026-06-25T23:09:46.265Z Downloaded group v0.13.0
9672026-06-25T23:09:46.265Z Downloaded chacha20poly1305 v0.10.1
9682026-06-25T23:09:46.268Z Downloaded proc-macro-error-attr2 v2.0.0
9692026-06-25T23:09:46.268Z Downloaded powerfmt v0.2.0
9702026-06-25T23:09:46.268Z Downloaded derive-ex v0.1.8
9712026-06-25T23:09:46.271Z Downloaded proc-macro-error-attr v1.0.4
9722026-06-25T23:09:46.271Z Downloaded potential_utf v0.1.5
9732026-06-25T23:09:46.274Z Downloaded num-complex v0.4.6
9742026-06-25T23:09:46.274Z Downloaded num v0.4.3
9752026-06-25T23:09:46.274Z Downloaded libsw-core v0.3.2
9762026-06-25T23:09:46.277Z Downloaded proc-macro-crate v1.3.1
9772026-06-25T23:09:46.277Z Downloaded ingot v0.1.1
9782026-06-25T23:09:46.280Z Downloaded progenitor-client v0.10.0
9792026-06-25T23:09:46.280Z Downloaded diff v0.1.13
9802026-06-25T23:09:46.283Z Downloaded rand_chacha v0.3.1
9812026-06-25T23:09:46.283Z Downloaded proc-macro-crate v3.5.0
9822026-06-25T23:09:46.285Z Downloaded pretty-hex v0.4.2
9832026-06-25T23:09:46.285Z Downloaded git-stub-vcs v0.1.0
9842026-06-25T23:09:46.288Z Downloaded num-integer v0.1.46
9852026-06-25T23:09:46.288Z Downloaded pem v3.0.6
9862026-06-25T23:09:46.291Z Downloaded parking_lot_core v0.8.6
9872026-06-25T23:09:46.291Z Downloaded num_enum_derive v0.7.6
9882026-06-25T23:09:46.294Z Downloaded num_enum v0.7.6
9892026-06-25T23:09:46.297Z Downloaded progenitor-macro v0.10.0
9902026-06-25T23:09:46.297Z Downloaded progenitor v0.13.0
9912026-06-25T23:09:46.300Z Downloaded num_enum v0.5.11
9922026-06-25T23:09:46.304Z Downloaded progenitor-macro v0.14.0
9932026-06-25T23:09:46.304Z Downloaded ref-cast-impl v1.0.25
9942026-06-25T23:09:46.304Z Downloaded ref-cast v1.0.25
9952026-06-25T23:09:46.307Z Downloaded progenitor-macro v0.13.0
9962026-06-25T23:09:46.307Z Downloaded progenitor-client v0.14.0
9972026-06-25T23:09:46.307Z Downloaded chacha20 v0.10.0
9982026-06-25T23:09:46.311Z Downloaded argon2 v0.5.3
9992026-06-25T23:09:46.311Z Downloaded oxide-tokio-rt v0.1.6
10002026-06-25T23:09:46.313Z Downloaded quick-error v1.2.3
10012026-06-25T23:09:46.313Z Downloaded num-rational v0.4.2
10022026-06-25T23:09:46.313Z Downloaded erased-serde v0.3.31
10032026-06-25T23:09:46.317Z Downloaded crossbeam-utils v0.8.21
10042026-06-25T23:09:46.317Z Downloaded bit-vec v0.8.0
10052026-06-25T23:09:46.320Z Downloaded password-hash v0.5.0
10062026-06-25T23:09:46.320Z Downloaded multer v3.1.0
10072026-06-25T23:09:46.323Z Downloaded heapless v0.8.0
10082026-06-25T23:09:46.325Z Downloaded icu_provider v2.2.0
10092026-06-25T23:09:46.326Z Downloaded rand_xorshift v0.4.0
10102026-06-25T23:09:46.328Z Downloaded paste v1.0.15
10112026-06-25T23:09:46.331Z Downloaded scroll_derive v0.13.1
10122026-06-25T23:09:46.331Z Downloaded minimal-lexical v0.2.1
10132026-06-25T23:09:46.334Z Downloaded phf v0.12.1
10142026-06-25T23:09:46.334Z Downloaded cancel-safe-futures v0.1.5
10152026-06-25T23:09:46.337Z Downloaded parking_lot v0.11.2
10162026-06-25T23:09:46.340Z Downloaded omicron-zone-package v0.12.2
10172026-06-25T23:09:46.340Z Downloaded rustc_version v0.1.7
10182026-06-25T23:09:46.343Z Downloaded allocator-api2 v0.2.21
10192026-06-25T23:09:46.343Z Downloaded serde_repr v0.1.20
10202026-06-25T23:09:46.346Z Downloaded serde-big-array v0.5.1
10212026-06-25T23:09:46.346Z Downloaded same-file v1.0.6
10222026-06-25T23:09:46.348Z Downloaded semver v0.1.20
10232026-06-25T23:09:46.348Z Downloaded serial_test_derive v3.5.0
10242026-06-25T23:09:46.348Z Downloaded defmt-macros v1.1.0
10252026-06-25T23:09:46.351Z Downloaded siphasher v1.0.3
10262026-06-25T23:09:46.351Z Downloaded sha1 v0.10.6
10272026-06-25T23:09:46.354Z Downloaded progenitor-extras v0.2.0
10282026-06-25T23:09:46.354Z Downloaded proc-macro-error v1.0.4
10292026-06-25T23:09:46.360Z Downloaded poly1305 v0.8.0
10302026-06-25T23:09:46.360Z Downloaded progenitor-client v0.13.0
10312026-06-25T23:09:46.363Z Downloaded async-compression v0.4.42
10322026-06-25T23:09:46.363Z Downloaded scroll_derive v0.12.1
10332026-06-25T23:09:46.363Z Downloaded proc-macro-error2 v2.0.1
10342026-06-25T23:09:46.365Z Downloaded sha1 v0.11.0
10352026-06-25T23:09:46.368Z Downloaded bitflags v2.12.1
10362026-06-25T23:09:46.368Z Downloaded serial_test v3.5.0
10372026-06-25T23:09:46.371Z Downloaded bcs v0.1.6
10382026-06-25T23:09:46.371Z Downloaded parse-display-derive v0.10.0
10392026-06-25T23:09:46.374Z Downloaded dropshot_endpoint v0.17.1
10402026-06-25T23:09:46.374Z Downloaded rand_core v0.10.1
10412026-06-25T23:09:46.377Z Downloaded quote v1.0.45
10422026-06-25T23:09:46.377Z Downloaded sigpipe v0.1.3
10432026-06-25T23:09:46.380Z Downloaded ff v0.13.1
10442026-06-25T23:09:46.380Z Downloaded smawk v0.3.2
10452026-06-25T23:09:46.383Z Downloaded const-oid v0.10.2
10462026-06-25T23:09:46.383Z Downloaded crossbeam-epoch v0.9.18
10472026-06-25T23:09:46.386Z Downloaded postcard v1.1.3
10482026-06-25T23:09:46.386Z Downloaded drift v0.2.0
10492026-06-25T23:09:46.391Z Downloaded spin v0.5.2
10502026-06-25T23:09:46.394Z Downloaded slog-envlogger v2.2.0
10512026-06-25T23:09:46.394Z Downloaded slog-bunyan v2.5.0
10522026-06-25T23:09:46.397Z Downloaded rustls-pemfile v2.2.0
10532026-06-25T23:09:46.397Z Downloaded stable_deref_trait v1.2.1
10542026-06-25T23:09:46.397Z Downloaded oxnet v0.1.6
10552026-06-25T23:09:46.400Z Downloaded strum v0.26.3
10562026-06-25T23:09:46.400Z Downloaded structmeta-derive v0.3.0
10572026-06-25T23:09:46.400Z Downloaded icu_collections v2.2.0
10582026-06-25T23:09:46.403Z Downloaded structmeta v0.3.0
10592026-06-25T23:09:46.406Z Downloaded ciborium v0.2.2
10602026-06-25T23:09:46.406Z Downloaded pest_generator v2.8.6
10612026-06-25T23:09:46.410Z Downloaded pest_derive v2.8.6
10622026-06-25T23:09:46.410Z Downloaded darling v0.21.3
10632026-06-25T23:09:46.414Z Downloaded strum v0.27.2
10642026-06-25T23:09:46.414Z Downloaded tabwriter v1.4.1
10652026-06-25T23:09:46.414Z Downloaded tabled_derive v0.7.0
10662026-06-25T23:09:46.417Z Downloaded secrecy v0.10.3
10672026-06-25T23:09:46.417Z Downloaded scroll v0.12.0
10682026-06-25T23:09:46.417Z Downloaded serde_plain v1.0.2
10692026-06-25T23:09:46.417Z Downloaded schemars_derive v0.8.22
10702026-06-25T23:09:46.417Z Downloaded rustls-native-certs v0.8.4
10712026-06-25T23:09:46.420Z Downloaded testing_table v0.3.0
10722026-06-25T23:09:46.420Z Downloaded progenitor v0.10.0
10732026-06-25T23:09:46.420Z Downloaded take_mut v0.2.2
10742026-06-25T23:09:46.424Z Downloaded derive_more v0.99.20
10752026-06-25T23:09:46.424Z Downloaded icu_normalizer v2.2.0
10762026-06-25T23:09:46.428Z Downloaded blake2 v0.10.6
10772026-06-25T23:09:46.428Z Downloaded indexmap v1.9.3
10782026-06-25T23:09:46.437Z Downloaded thread-id v5.1.0
10792026-06-25T23:09:46.438Z Downloaded thiserror-impl-no-std v2.0.2
10802026-06-25T23:09:46.441Z Downloaded termtree v0.5.1
10812026-06-25T23:09:46.441Z Downloaded tabled_derive v0.11.0
10822026-06-25T23:09:46.441Z Downloaded progenitor v0.14.0
10832026-06-25T23:09:46.441Z Downloaded tagptr v0.2.0
10842026-06-25T23:09:46.441Z Downloaded serde_tokenstream v0.2.3
10852026-06-25T23:09:46.441Z Downloaded serde_derive_internals v0.29.1
10862026-06-25T23:09:46.441Z Downloaded scroll v0.13.0
10872026-06-25T23:09:46.441Z Downloaded memmap2 v0.9.10
10882026-06-25T23:09:46.442Z Downloaded icu_properties v2.2.0
10892026-06-25T23:09:46.442Z Downloaded resolv-conf v0.7.6
10902026-06-25T23:09:46.444Z Downloaded backoff v0.4.0
10912026-06-25T23:09:46.444Z Downloaded foldhash v0.2.0
10922026-06-25T23:09:46.445Z Downloaded defmt v1.1.0
10932026-06-25T23:09:46.448Z Downloaded time-core v0.1.8
10942026-06-25T23:09:46.449Z Downloaded ingot-types v0.1.2
10952026-06-25T23:09:46.451Z Downloaded fs-err v3.3.0
10962026-06-25T23:09:46.451Z Downloaded gethostname v0.5.0
10972026-06-25T23:09:46.451Z Downloaded fxhash v0.2.1
10982026-06-25T23:09:46.451Z Downloaded crypto-common v0.2.2
10992026-06-25T23:09:46.454Z Downloaded topological-sort v0.2.2
11002026-06-25T23:09:46.454Z Downloaded http v1.4.1
11012026-06-25T23:09:46.457Z Downloaded bytes v1.11.1
11022026-06-25T23:09:46.460Z Downloaded unarray v0.1.4
11032026-06-25T23:09:46.460Z Downloaded slog-scope v4.4.1
11042026-06-25T23:09:46.460Z Downloaded slog-dtrace v0.3.0
11052026-06-25T23:09:46.463Z Downloaded smartstring v1.0.1
11062026-06-25T23:09:46.463Z Downloaded darling_core v0.23.0
11072026-06-25T23:09:46.466Z Downloaded usdt-macro v0.6.0
11082026-06-25T23:09:46.466Z Downloaded usdt-macro v0.5.0
11092026-06-25T23:09:46.466Z Downloaded typify-macro v0.4.3
11102026-06-25T23:09:46.469Z Downloaded smf v0.2.3
11112026-06-25T23:09:46.469Z Downloaded slog-json v2.6.1
11122026-06-25T23:09:46.469Z Downloaded slog-async v2.8.0
11132026-06-25T23:09:46.472Z Downloaded strum_macros v0.26.4
11142026-06-25T23:09:46.472Z Downloaded typify-macro v0.6.2
11152026-06-25T23:09:46.472Z Downloaded icu_normalizer_data v2.2.0
11162026-06-25T23:09:46.475Z Downloaded universal-hash v0.5.1
11172026-06-25T23:09:46.475Z Downloaded unit-prefix v0.5.2
11182026-06-25T23:09:46.475Z Downloaded slog-stdlog v4.1.1
11192026-06-25T23:09:46.475Z Downloaded papergrid v0.18.0
11202026-06-25T23:09:46.478Z Downloaded papergrid v0.11.0
11212026-06-25T23:09:46.481Z Downloaded synstructure v0.13.2
11222026-06-25T23:09:46.484Z Downloaded strum_macros v0.27.2
11232026-06-25T23:09:46.484Z Downloaded utf-8 v0.7.6
11242026-06-25T23:09:46.484Z Downloaded usdt-attr-macro v0.6.0
11252026-06-25T23:09:46.488Z Downloaded usdt-attr-macro v0.5.0
11262026-06-25T23:09:46.488Z Downloaded snafu-derive v0.8.9
11272026-06-25T23:09:46.488Z Downloaded rusty-fork v0.3.1
11282026-06-25T23:09:46.488Z Downloaded rustversion v1.0.22
11292026-06-25T23:09:46.491Z Downloaded usdt v0.5.0
11302026-06-25T23:09:46.491Z Downloaded rhai_codegen v3.2.0
11312026-06-25T23:09:46.494Z Downloaded icu_locale_core v2.2.0
11322026-06-25T23:09:46.497Z Downloaded const_format v0.2.36
11332026-06-25T23:09:46.500Z Downloaded serde_with_macros v3.20.0
11342026-06-25T23:09:46.502Z Downloaded waitgroup v0.1.2
11352026-06-25T23:09:46.503Z Downloaded thiserror-no-std v2.0.2
11362026-06-25T23:09:46.506Z Downloaded wait-timeout v0.2.1
11372026-06-25T23:09:46.506Z Downloaded progenitor-impl v0.10.0
11382026-06-25T23:09:46.506Z Downloaded crc8 v0.1.1
11392026-06-25T23:09:46.509Z Downloaded newtype_derive v0.1.6
11402026-06-25T23:09:46.509Z Downloaded yoke-derive v0.8.2
11412026-06-25T23:09:46.509Z Downloaded hmac v0.12.1
11422026-06-25T23:09:46.509Z Downloaded ident_case v1.0.1
11432026-06-25T23:09:46.512Z Downloaded crunchy v0.2.4
11442026-06-25T23:09:46.512Z Downloaded pest_meta v2.8.6
11452026-06-25T23:09:46.512Z Downloaded crucible-workspace-hack v0.1.0
11462026-06-25T23:09:46.512Z Downloaded const-random v0.1.18
11472026-06-25T23:09:46.515Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-06-25T23:09:46.515Z Downloaded tinystr v0.8.3
11492026-06-25T23:09:46.515Z Downloaded darling_core v0.21.3
11502026-06-25T23:09:46.518Z Downloaded zerofrom-derive v0.1.7
11512026-06-25T23:09:46.518Z Downloaded zerofrom v0.1.8
11522026-06-25T23:09:46.521Z Downloaded progenitor-impl v0.14.0
11532026-06-25T23:09:46.521Z Downloaded progenitor-impl v0.13.0
11542026-06-25T23:09:46.524Z Downloaded crossbeam-channel v0.5.15
11552026-06-25T23:09:46.524Z Downloaded tokio-tungstenite v0.21.0
11562026-06-25T23:09:46.527Z Downloaded tokio-dtrace v0.1.1
11572026-06-25T23:09:46.527Z Downloaded embedded-io v0.6.1
11582026-06-25T23:09:46.527Z Downloaded ciborium-ll v0.2.2
11592026-06-25T23:09:46.530Z Downloaded smallvec v1.15.1
11602026-06-25T23:09:46.530Z Downloaded zeroize_derive v1.4.3
11612026-06-25T23:09:46.530Z Downloaded dropshot-api-manager v0.7.2
11622026-06-25T23:09:46.533Z Downloaded aead v0.5.2
11632026-06-25T23:09:46.535Z Downloaded dtrace-parser v0.2.0
11642026-06-25T23:09:46.535Z Downloaded defmt v0.3.100
11652026-06-25T23:09:46.536Z Downloaded arrayvec v0.7.6
11662026-06-25T23:09:46.536Z Downloaded base16ct v0.2.0
11672026-06-25T23:09:46.538Z Downloaded darling_macro v0.21.3
11682026-06-25T23:09:46.539Z Downloaded spin v0.9.8
11692026-06-25T23:09:46.539Z Downloaded base16ct v1.0.0
11702026-06-25T23:09:46.542Z Downloaded zone_cfg_derive v0.3.1
11712026-06-25T23:09:46.542Z Downloaded crypto-bigint v0.5.5
11722026-06-25T23:09:46.545Z Downloaded cc v1.2.63
11732026-06-25T23:09:46.549Z Downloaded zone v0.3.1
11742026-06-25T23:09:46.549Z Downloaded rustls-platform-verifier v0.7.0
11752026-06-25T23:09:46.549Z Downloaded untrusted v0.7.1
11762026-06-25T23:09:46.552Z Downloaded hkdf v0.12.4
11772026-06-25T23:09:46.552Z Downloaded usdt-impl v0.5.0
11782026-06-25T23:09:46.552Z Downloaded usdt v0.6.0
11792026-06-25T23:09:46.552Z Downloaded slog-term v2.9.2
11802026-06-25T23:09:46.555Z Downloaded vsss-rs v3.3.4
11812026-06-25T23:09:46.555Z Downloaded thread-id v4.2.2
11822026-06-25T23:09:46.558Z Downloaded linear-map v1.2.0
11832026-06-25T23:09:46.558Z Downloaded fs_extra v1.3.0
11842026-06-25T23:09:46.558Z Downloaded usdt-impl v0.6.0
11852026-06-25T23:09:46.561Z Downloaded prettyplease v0.2.37
11862026-06-25T23:09:46.561Z Downloaded similar v2.7.0
11872026-06-25T23:09:46.563Z Downloaded xz2 v0.1.7
11882026-06-25T23:09:46.566Z Downloaded writeable v0.6.3
11892026-06-25T23:09:46.566Z Downloaded thin-vec v0.2.18
11902026-06-25T23:09:46.566Z Downloaded tiny-keccak v2.0.2
11912026-06-25T23:09:46.569Z Downloaded base64 v0.21.7
11922026-06-25T23:09:46.569Z Downloaded whoami v1.6.1
11932026-06-25T23:09:46.572Z Downloaded slog v2.8.2
11942026-06-25T23:09:46.575Z Downloaded time-macros v0.2.27
11952026-06-25T23:09:46.575Z Downloaded hickory-resolver v0.25.2
11962026-06-25T23:09:46.578Z Downloaded zeroize v1.8.2
11972026-06-25T23:09:46.578Z Downloaded indicatif v0.18.4
11982026-06-25T23:09:46.581Z Downloaded openssl-sys v0.9.116
11992026-06-25T23:09:46.584Z Downloaded zerovec-derive v0.11.3
12002026-06-25T23:09:46.584Z Downloaded rayon-core v1.13.0
12012026-06-25T23:09:46.597Z Downloaded ucd-trie v0.1.7
12022026-06-25T23:09:46.601Z Downloaded hickory-resolver v0.24.4
12032026-06-25T23:09:46.603Z Downloaded walkdir v2.5.0
12042026-06-25T23:09:46.604Z Downloaded term v1.2.1
12052026-06-25T23:09:46.608Z Downloaded pretty_assertions v1.4.1
12062026-06-25T23:09:46.608Z Downloaded schemars v0.9.0
12072026-06-25T23:09:46.612Z Downloaded typify v0.4.3
12082026-06-25T23:09:46.616Z Downloaded memchr v2.8.1
12092026-06-25T23:09:46.619Z Downloaded toml v0.7.8
12102026-06-25T23:09:46.621Z Downloaded test-strategy v0.4.5
12112026-06-25T23:09:46.626Z Downloaded serde_yaml v0.9.34+deprecated
12122026-06-25T23:09:46.626Z Downloaded schemars v0.8.22
12132026-06-25T23:09:46.630Z Downloaded yoke v0.8.3
12142026-06-25T23:09:46.633Z Downloaded zerocopy-derive v0.7.35
12152026-06-25T23:09:46.636Z Downloaded typify v0.6.2
12162026-06-25T23:09:46.636Z Downloaded uuid v1.23.2
12172026-06-25T23:09:46.639Z Downloaded toml v0.9.12+spec-1.1.0
12182026-06-25T23:09:46.643Z Downloaded toml_edit v0.25.12+spec-1.1.0
12192026-06-25T23:09:46.645Z Downloaded snafu v0.8.9
12202026-06-25T23:09:46.645Z Downloaded schemars v1.2.1
12212026-06-25T23:09:46.654Z Downloaded expectorate v1.2.0
12222026-06-25T23:09:46.656Z Downloaded nom v7.1.3
12232026-06-25T23:09:46.659Z Downloaded quinn v0.11.9
12242026-06-25T23:09:46.662Z Downloaded yansi v1.0.1
12252026-06-25T23:09:46.662Z Downloaded tungstenite v0.21.0
12262026-06-25T23:09:46.665Z Downloaded rand v0.8.6
12272026-06-25T23:09:46.668Z Downloaded qorb v0.4.1
12282026-06-25T23:09:46.678Z Downloaded unsafe-libyaml v0.2.11
12292026-06-25T23:09:46.680Z Downloaded nom v8.0.0
12302026-06-25T23:09:46.683Z Downloaded steno v0.4.1
12312026-06-25T23:09:46.707Z Downloaded hashbrown v0.16.1
12322026-06-25T23:09:46.710Z Downloaded rand v0.10.1
12332026-06-25T23:09:46.718Z Downloaded typed-path v0.9.3
12342026-06-25T23:09:46.721Z Downloaded pest v2.8.6
12352026-06-25T23:09:46.732Z Downloaded toml_edit v0.19.15
12362026-06-25T23:09:46.741Z Downloaded zerotrie v0.2.4
12372026-06-25T23:09:46.746Z Downloaded ron v0.12.1
12382026-06-25T23:09:46.750Z Downloaded itertools v0.12.1
12392026-06-25T23:09:46.755Z Downloaded blake3 v1.8.5
12402026-06-25T23:09:46.761Z Downloaded h2 v0.4.14
12412026-06-25T23:09:46.764Z Downloaded zerocopy-derive v0.8.50
12422026-06-25T23:09:46.769Z Downloaded reqwest v0.13.4
12432026-06-25T23:09:46.781Z Downloaded goblin v0.8.2
12442026-06-25T23:09:46.786Z Downloaded winnow v0.5.40
12452026-06-25T23:09:46.790Z Downloaded icu_properties_data v2.2.0
12462026-06-25T23:09:46.795Z Downloaded zerocopy v0.7.35
12472026-06-25T23:09:46.804Z Downloaded regex v1.12.3
12482026-06-25T23:09:46.807Z Downloaded iddqd v0.4.2
12492026-06-25T23:09:46.812Z Downloaded rayon v1.12.0
12502026-06-25T23:09:46.817Z Downloaded aws-lc-rs v1.17.0
12512026-06-25T23:09:46.826Z Downloaded zerovec v0.11.6
12522026-06-25T23:09:46.829Z Downloaded tough v0.22.0
12532026-06-25T23:09:46.835Z Downloaded tabled v0.15.0
12542026-06-25T23:09:46.844Z Downloaded quinn-proto v0.11.14
12552026-06-25T23:09:46.847Z Downloaded syn v1.0.109
12562026-06-25T23:09:46.856Z Downloaded proptest v1.11.0
12572026-06-25T23:09:46.859Z Downloaded webpki-roots v1.0.7
12582026-06-25T23:09:46.861Z Downloaded tabled v0.21.0
12592026-06-25T23:09:46.871Z Downloaded time v0.3.47
12602026-06-25T23:09:46.876Z Downloaded moka v0.12.15
12612026-06-25T23:09:46.887Z Downloaded goblin v0.10.7
12622026-06-25T23:09:46.891Z Downloaded openssl v0.10.80
12632026-06-25T23:09:46.896Z Downloaded serde_with v3.20.0
12642026-06-25T23:09:46.903Z Downloaded nix v0.31.3
12652026-06-25T23:09:46.909Z Downloaded bstr v1.12.1
12662026-06-25T23:09:46.914Z Downloaded rhai v1.25.1
12672026-06-25T23:09:46.921Z Downloaded dropshot v0.17.1
12682026-06-25T23:09:46.998Z Downloaded zerocopy v0.8.50
12692026-06-25T23:09:47.008Z Downloaded chrono-tz v0.10.4
12702026-06-25T23:09:47.018Z Downloaded syn v2.0.117
12712026-06-25T23:09:47.024Z Downloaded openapiv3 v2.2.0
12722026-06-25T23:09:47.030Z Downloaded regress v0.11.1
12732026-06-25T23:09:47.036Z Downloaded regex-syntax v0.8.10
12742026-06-25T23:09:47.042Z Downloaded rustls v0.23.40
12752026-06-25T23:09:47.048Z Downloaded csv v1.4.0
12762026-06-25T23:09:47.060Z Downloaded smoltcp v0.11.0
12772026-06-25T23:09:47.068Z Downloaded hickory-proto v0.25.2
12782026-06-25T23:09:47.076Z Downloaded regress v0.10.5
12792026-06-25T23:09:47.104Z Downloaded typify-impl v0.6.2
12802026-06-25T23:09:47.112Z Downloaded sled v0.34.7
12812026-06-25T23:09:47.118Z Downloaded typify-impl v0.4.3
12822026-06-25T23:09:47.179Z Downloaded petgraph v0.6.5
12832026-06-25T23:09:47.190Z Downloaded jiff v0.2.28
12842026-06-25T23:09:47.201Z Downloaded lzma-sys v0.1.20
12852026-06-25T23:09:47.225Z Downloaded sha3 v0.10.9
12862026-06-25T23:09:47.253Z Downloaded encoding_rs v0.8.35
12872026-06-25T23:09:47.765Z Downloaded aws-lc-sys v0.41.0
12882026-06-25T23:09:48.693Z Compiling proc-macro2 v1.0.106
12892026-06-25T23:09:48.693Z Compiling unicode-ident v1.0.24
12902026-06-25T23:09:48.693Z Compiling quote v1.0.45
12912026-06-25T23:09:48.694Z Compiling serde_core v1.0.228
12922026-06-25T23:09:48.694Z Compiling cfg-if v1.0.4
12932026-06-25T23:09:48.697Z Compiling serde v1.0.228
12942026-06-25T23:09:48.697Z Compiling libc v0.2.186
12952026-06-25T23:09:48.697Z Compiling memchr v2.8.1
12962026-06-25T23:09:48.848Z Compiling itoa v1.0.18
12972026-06-25T23:09:49.038Z Compiling smallvec v1.15.1
12982026-06-25T23:09:49.215Z Compiling zmij v1.0.21
12992026-06-25T23:09:49.283Z Compiling autocfg v1.5.1
13002026-06-25T23:09:49.326Z Compiling libm v0.2.16
13012026-06-25T23:09:49.604Z Compiling stable_deref_trait v1.2.1
13022026-06-25T23:09:49.671Z Compiling percent-encoding v2.3.2
13032026-06-25T23:09:49.683Z Compiling writeable v0.6.3
13042026-06-25T23:09:49.780Z Compiling litemap v0.8.2
13052026-06-25T23:09:49.800Z Compiling icu_normalizer_data v2.2.0
13062026-06-25T23:09:49.882Z Compiling icu_properties_data v2.2.0
13072026-06-25T23:09:49.893Z Compiling utf8_iter v1.0.4
13082026-06-25T23:09:49.893Z Compiling iana-time-zone v0.1.65
13092026-06-25T23:09:50.048Z Compiling equivalent v1.0.2
13102026-06-25T23:09:50.137Z Compiling form_urlencoded v1.2.2
13112026-06-25T23:09:50.152Z Compiling serde_json v1.0.150
13122026-06-25T23:09:50.171Z Compiling syn v2.0.117
13132026-06-25T23:09:50.299Z Compiling pin-project-lite v0.2.17
13142026-06-25T23:09:50.329Z Compiling version_check v0.9.5
13152026-06-25T23:09:50.332Z Compiling dyn-clone v1.0.20
13162026-06-25T23:09:50.339Z Compiling scopeguard v1.2.0
13172026-06-25T23:09:50.394Z Compiling parking_lot_core v0.9.12
13182026-06-25T23:09:50.432Z Compiling num-traits v0.2.19
13192026-06-25T23:09:50.462Z Compiling lock_api v0.4.14
13202026-06-25T23:09:50.508Z Compiling thiserror v2.0.18
13212026-06-25T23:09:50.637Z Compiling hashbrown v0.17.1
13222026-06-25T23:09:50.706Z Compiling getrandom v0.4.2
13232026-06-25T23:09:50.737Z Compiling rand_core v0.10.1
13242026-06-25T23:09:50.911Z Compiling errno v0.3.14
13252026-06-25T23:09:50.996Z Compiling log v0.4.32
13262026-06-25T23:09:51.067Z Compiling heck v0.5.0
13272026-06-25T23:09:51.130Z Compiling semver v1.0.28
13282026-06-25T23:09:51.234Z Compiling indexmap v2.14.0
13292026-06-25T23:09:51.269Z Compiling futures-core v0.3.32
13302026-06-25T23:09:51.339Z Compiling uuid v1.23.2
13312026-06-25T23:09:51.432Z Compiling zerocopy v0.8.50
13322026-06-25T23:09:51.504Z Compiling schemars v0.8.22
13332026-06-25T23:09:51.564Z Compiling futures-sink v0.3.32
13342026-06-25T23:09:51.668Z Compiling slab v0.4.12
13352026-06-25T23:09:51.784Z Compiling jobserver v0.1.34
13362026-06-25T23:09:51.795Z Compiling find-msvc-tools v0.1.9
13372026-06-25T23:09:51.860Z Compiling shlex v2.0.1
13382026-06-25T23:09:51.896Z Compiling fnv v1.0.7
13392026-06-25T23:09:51.915Z Compiling rustversion v1.0.22
13402026-06-25T23:09:51.993Z Compiling cc v1.2.63
13412026-06-25T23:09:52.034Z Compiling futures-channel v0.3.32
13422026-06-25T23:09:52.047Z Compiling bitflags v2.12.1
13432026-06-25T23:09:52.119Z Compiling futures-io v0.3.32
13442026-06-25T23:09:52.265Z Compiling futures-task v0.3.32
13452026-06-25T23:09:52.296Z Compiling socket2 v0.6.4
13462026-06-25T23:09:52.394Z Compiling signal-hook-registry v1.4.8
13472026-06-25T23:09:52.441Z Compiling mio v1.2.1
13482026-06-25T23:09:52.529Z Compiling parking_lot v0.12.5
13492026-06-25T23:09:52.604Z Compiling portable-atomic v1.13.1
13502026-06-25T23:09:52.700Z Compiling dunce v1.0.5
13512026-06-25T23:09:52.772Z Compiling cmake v0.1.58
13522026-06-25T23:09:52.793Z Compiling fs_extra v1.3.0
13532026-06-25T23:09:52.928Z Compiling typenum v1.20.1
13542026-06-25T23:09:52.945Z Compiling critical-section v1.2.0
13552026-06-25T23:09:52.958Z Compiling base64 v0.22.1
13562026-06-25T23:09:53.055Z Compiling slog v2.8.2
13572026-06-25T23:09:53.055Z Compiling subtle v2.6.1
13582026-06-25T23:09:53.119Z Compiling synstructure v0.13.2
13592026-06-25T23:09:53.129Z Compiling serde_derive_internals v0.29.1
13602026-06-25T23:09:53.297Z Compiling aws-lc-sys v0.41.0
13612026-06-25T23:09:53.308Z Compiling rustix v1.1.4
13622026-06-25T23:09:53.318Z Compiling byteorder v1.5.0
13632026-06-25T23:09:53.550Z Compiling strsim v0.11.1
13642026-06-25T23:09:53.637Z Compiling once_cell v1.21.4
13652026-06-25T23:09:53.758Z Compiling regex-syntax v0.8.10
13662026-06-25T23:09:53.774Z Compiling atomic-waker v1.1.2
13672026-06-25T23:09:53.852Z Compiling httparse v1.10.1
13682026-06-25T23:09:53.881Z Compiling ipnet v2.12.0
13692026-06-25T23:09:53.892Z Compiling tower-layer v0.3.3
13702026-06-25T23:09:53.896Z Compiling tower-service v0.3.3
13712026-06-25T23:09:53.960Z Compiling getrandom v0.2.17
13722026-06-25T23:09:53.982Z Compiling try-lock v0.2.5
13732026-06-25T23:09:54.126Z Compiling ucd-trie v0.1.7
13742026-06-25T23:09:54.137Z Compiling ryu v1.0.23
13752026-06-25T23:09:54.211Z Compiling untrusted v0.9.0
13762026-06-25T23:09:54.335Z Compiling thiserror v1.0.69
13772026-06-25T23:09:54.338Z Compiling pest v2.8.6
13782026-06-25T23:09:54.429Z Compiling serde_derive v1.0.228
13792026-06-25T23:09:54.457Z Compiling zerofrom-derive v0.1.7
13802026-06-25T23:09:54.466Z Compiling yoke-derive v0.8.2
13812026-06-25T23:09:54.647Z Compiling zerovec-derive v0.11.3
13822026-06-25T23:09:54.674Z Compiling displaydoc v0.2.6
13832026-06-25T23:09:55.555Z Compiling schemars_derive v0.8.22
13842026-06-25T23:09:55.651Z Compiling thiserror-impl v2.0.18
13852026-06-25T23:09:55.731Z Compiling tokio-macros v2.7.0
13862026-06-25T23:09:55.761Z Compiling zerofrom v0.1.8
13872026-06-25T23:09:55.839Z Compiling zerocopy-derive v0.8.50
13882026-06-25T23:09:55.882Z Compiling yoke v0.8.3
13892026-06-25T23:09:56.075Z Compiling zerovec v0.11.6
13902026-06-25T23:09:56.514Z Compiling zerotrie v0.2.4
13912026-06-25T23:09:56.598Z Compiling tinystr v0.8.3
13922026-06-25T23:09:56.623Z Compiling potential_utf v0.1.5
13932026-06-25T23:09:56.793Z Compiling icu_locale_core v2.2.0
13942026-06-25T23:09:56.803Z Compiling icu_collections v2.2.0
13952026-06-25T23:09:56.817Z Compiling zeroize_derive v1.4.3
13962026-06-25T23:09:56.820Z Compiling futures-macro v0.3.32
13972026-06-25T23:09:57.228Z Compiling thiserror-impl v1.0.69
13982026-06-25T23:09:57.329Z Compiling rand_core v0.6.4
13992026-06-25T23:09:57.521Z Compiling icu_provider v2.2.0
14002026-06-25T23:09:57.553Z Compiling zeroize v1.8.2
14012026-06-25T23:09:57.698Z Compiling futures-util v0.3.32
14022026-06-25T23:09:57.760Z Compiling bytes v1.11.1
14032026-06-25T23:09:57.808Z Compiling icu_properties v2.2.0
14042026-06-25T23:09:57.857Z Compiling icu_normalizer v2.2.0
14052026-06-25T23:09:57.900Z Compiling chrono v0.4.45
14062026-06-25T23:09:58.425Z Compiling http v1.4.1
14072026-06-25T23:09:58.442Z Compiling tokio v1.52.3
14082026-06-25T23:09:58.466Z Compiling serde_tokenstream v0.2.3
14092026-06-25T23:09:58.748Z Compiling idna_adapter v1.2.2
14102026-06-25T23:09:58.888Z Compiling idna v1.1.0
14112026-06-25T23:09:59.021Z Compiling erased-serde v0.3.31
14122026-06-25T23:09:59.457Z Compiling url v2.5.8
14132026-06-25T23:09:59.575Z Compiling http-body v1.0.1
14142026-06-25T23:09:59.737Z Compiling want v0.3.1
14152026-06-25T23:09:59.777Z Compiling httpdate v1.0.3
14162026-06-25T23:09:59.927Z Compiling pest_meta v2.8.6
14172026-06-25T23:10:00.036Z Compiling getrandom v0.3.4
14182026-06-25T23:10:00.151Z Compiling pretty-hex v0.4.2
14192026-06-25T23:10:00.294Z Compiling ppv-lite86 v0.2.21
14202026-06-25T23:10:00.394Z Compiling winnow v1.0.3
14212026-06-25T23:10:00.418Z Compiling plain v0.2.3
14222026-06-25T23:10:00.466Z Compiling paste v1.0.15
14232026-06-25T23:10:00.529Z Compiling pest_generator v2.8.6
14242026-06-25T23:10:00.628Z Compiling foldhash v0.2.0
14252026-06-25T23:10:00.779Z Compiling allocator-api2 v0.2.21
14262026-06-25T23:10:00.868Z Compiling ipnetwork v0.21.1
14272026-06-25T23:10:01.106Z Compiling oxnet v0.1.6
14282026-06-25T23:10:01.164Z Compiling hashbrown v0.16.1
14292026-06-25T23:10:01.267Z Compiling pest_derive v2.8.6
14302026-06-25T23:10:01.378Z Compiling tracing-attributes v0.1.31
14312026-06-25T23:10:01.521Z Compiling tracing-core v0.1.36
14322026-06-25T23:10:01.562Z Compiling ident_case v1.0.1
14332026-06-25T23:10:01.596Z Compiling omicron-workspace-hack v0.1.0
14342026-06-25T23:10:01.776Z Compiling http-body-util v0.1.3
14352026-06-25T23:10:01.836Z Compiling serde_urlencoded v0.7.1
14362026-06-25T23:10:01.847Z Compiling aho-corasick v1.1.4
14372026-06-25T23:10:02.084Z Compiling sync_wrapper v1.0.2
14382026-06-25T23:10:02.096Z Compiling daft-derive v0.1.7
14392026-06-25T23:10:02.210Z Compiling fastrand v2.4.1
14402026-06-25T23:10:02.484Z Compiling tokio-util v0.7.18
14412026-06-25T23:10:02.661Z Compiling tracing v0.1.44
14422026-06-25T23:10:02.909Z Compiling regex-automata v0.4.14
14432026-06-25T23:10:02.922Z Compiling scroll_derive v0.13.1
14442026-06-25T23:10:03.258Z Compiling async-trait v0.1.89
14452026-06-25T23:10:03.309Z Compiling anyhow v1.0.102
14462026-06-25T23:10:03.507Z Compiling time-core v0.1.8
14472026-06-25T23:10:03.656Z Compiling powerfmt v0.2.0
14482026-06-25T23:10:03.661Z Compiling num-conv v0.2.2
14492026-06-25T23:10:03.829Z Compiling aws-lc-rs v1.17.0
14502026-06-25T23:10:03.842Z Compiling scroll v0.13.0
14512026-06-25T23:10:03.903Z Compiling time-macros v0.2.27
14522026-06-25T23:10:04.164Z Compiling deranged v0.5.8
14532026-06-25T23:10:04.351Z Compiling rustls-pki-types v1.14.1
14542026-06-25T23:10:04.423Z Compiling openssl-probe v0.2.1
14552026-06-25T23:10:04.617Z Compiling hex v0.4.3
14562026-06-25T23:10:04.849Z Compiling regex v1.12.3
14572026-06-25T23:10:04.883Z Compiling num_threads v0.1.7
14582026-06-25T23:10:04.982Z Compiling goblin v0.10.7
14592026-06-25T23:10:05.179Z Compiling untrusted v0.7.1
14602026-06-25T23:10:05.329Z Compiling camino v1.2.2
14612026-06-25T23:10:05.333Z Compiling usdt-impl v0.6.0
14622026-06-25T23:10:05.357Z Compiling rustls v0.23.40
14632026-06-25T23:10:05.583Z Compiling crc32fast v1.5.0
14642026-06-25T23:10:05.617Z Compiling h2 v0.4.14
14652026-06-25T23:10:05.638Z Compiling dtrace-parser v0.3.0
14662026-06-25T23:10:05.768Z Compiling crossbeam-utils v0.8.21
14672026-06-25T23:10:06.125Z Compiling futures-executor v0.3.32
14682026-06-25T23:10:06.135Z Compiling structmeta-derive v0.3.0
14692026-06-25T23:10:06.297Z Compiling thread-id v5.1.0
14702026-06-25T23:10:06.382Z Compiling adler2 v2.0.1
14712026-06-25T23:10:06.414Z Compiling cpufeatures v0.3.0
14722026-06-25T23:10:06.489Z Compiling simd-adler32 v0.3.9
14732026-06-25T23:10:06.515Z Compiling futures v0.3.32
14742026-06-25T23:10:06.538Z Compiling rand_core v0.9.5
14752026-06-25T23:10:06.696Z Compiling miniz_oxide v0.8.9
14762026-06-25T23:10:06.767Z Compiling darling_core v0.23.0
14772026-06-25T23:10:07.145Z Compiling newtype-uuid-macros v0.1.0
14782026-06-25T23:10:07.256Z Compiling structmeta v0.3.0
14792026-06-25T23:10:07.393Z Compiling hybrid-array v0.4.12
14802026-06-25T23:10:07.625Z Compiling thread_local v1.1.9
14812026-06-25T23:10:07.878Z Compiling dof v0.4.0
14822026-06-25T23:10:07.908Z Compiling hyper v1.10.1
14832026-06-25T23:10:08.011Z Compiling match_cfg v0.1.0
14842026-06-25T23:10:08.081Z Compiling flate2 v1.1.9
14852026-06-25T23:10:08.503Z Compiling newtype-uuid v1.3.2
14862026-06-25T23:10:08.867Z Compiling compression-core v0.4.32
14872026-06-25T23:10:08.957Z Compiling darling_macro v0.23.0
14882026-06-25T23:10:09.031Z Compiling hyper-util v0.1.20
14892026-06-25T23:10:09.299Z Compiling ref-cast v1.0.25
14902026-06-25T23:10:09.643Z Compiling quick-error v1.2.3
14912026-06-25T23:10:09.658Z Compiling slog-async v2.8.0
14922026-06-25T23:10:09.750Z Compiling darling v0.23.0
14932026-06-25T23:10:09.767Z Compiling compression-codecs v0.4.38
14942026-06-25T23:10:09.817Z Compiling daft v0.1.7
14952026-06-25T23:10:09.828Z Compiling crypto-common v0.2.2
14962026-06-25T23:10:09.950Z Compiling block-buffer v0.12.0
14972026-06-25T23:10:10.024Z Compiling rand_chacha v0.9.0
14982026-06-25T23:10:10.100Z Compiling strum_macros v0.26.4
14992026-06-25T23:10:10.115Z Compiling ref-cast-impl v1.0.25
15002026-06-25T23:10:10.193Z Compiling usdt-attr-macro v0.6.0
15012026-06-25T23:10:10.483Z Compiling usdt-macro v0.6.0
15022026-06-25T23:10:10.487Z Compiling serde_spanned v1.1.1
15032026-06-25T23:10:10.648Z Compiling generic-array v0.14.7
15042026-06-25T23:10:10.765Z Compiling multer v3.1.0
15052026-06-25T23:10:10.829Z Compiling const-oid v0.10.2
15062026-06-25T23:10:10.870Z Compiling take_mut v0.2.2
15072026-06-25T23:10:10.897Z Compiling toml_writer v1.1.1+spec-1.1.0
15082026-06-25T23:10:11.012Z Compiling debug-ignore v1.0.5
15092026-06-25T23:10:11.040Z Compiling term v1.2.1
15102026-06-25T23:10:11.114Z Compiling bit-vec v0.8.0
15112026-06-25T23:10:11.165Z Compiling digest v0.11.3
15122026-06-25T23:10:11.332Z Compiling bit-set v0.8.0
15132026-06-25T23:10:11.354Z Compiling rand v0.9.4
15142026-06-25T23:10:11.440Z Compiling serde_with_macros v3.20.0
15152026-06-25T23:10:11.496Z Compiling async-stream-impl v0.3.6
15162026-06-25T23:10:11.695Z Compiling dropshot v0.17.1
15172026-06-25T23:10:11.786Z Compiling encoding_rs v0.8.35
15182026-06-25T23:10:11.834Z Compiling strum v0.26.3
15192026-06-25T23:10:11.940Z Compiling mime v0.3.17
15202026-06-25T23:10:11.965Z Compiling unarray v0.1.4
15212026-06-25T23:10:11.976Z Compiling syn v1.0.109
15222026-06-25T23:10:12.081Z Compiling spin v0.9.8
15232026-06-25T23:10:12.174Z Compiling async-stream v0.3.6
15242026-06-25T23:10:12.229Z Compiling sha1 v0.11.0
15252026-06-25T23:10:12.354Z Compiling derive-ex v0.1.8
15262026-06-25T23:10:12.373Z Compiling tower v0.5.3
15272026-06-25T23:10:12.487Z Compiling dropshot_endpoint v0.17.1
15282026-06-25T23:10:12.499Z Compiling macaddr v1.0.1
15292026-06-25T23:10:12.641Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15302026-06-25T23:10:12.731Z Compiling waitgroup v0.1.2
15312026-06-25T23:10:12.773Z Compiling serde_path_to_error v0.1.20
15322026-06-25T23:10:13.148Z Compiling tower-http v0.6.11
15332026-06-25T23:10:13.176Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15342026-06-25T23:10:13.414Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15352026-06-25T23:10:13.562Z Compiling tempfile v3.27.0
15362026-06-25T23:10:13.590Z Compiling openapiv3 v2.2.0
15372026-06-25T23:10:13.601Z Compiling strum_macros v0.27.2
15382026-06-25T23:10:14.039Z Compiling test-strategy v0.4.5
15392026-06-25T23:10:14.369Z Compiling instant v0.1.13
15402026-06-25T23:10:14.482Z Compiling time v0.3.47
15412026-06-25T23:10:15.074Z Compiling rustls-native-certs v0.8.4
15422026-06-25T23:10:15.352Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15432026-06-25T23:10:15.426Z Compiling crossbeam-channel v0.5.15
15442026-06-25T23:10:15.523Z Compiling crypto-common v0.1.7
15452026-06-25T23:10:15.607Z Compiling strum v0.27.2
15462026-06-25T23:10:15.742Z Compiling parse-display-derive v0.10.0
15472026-06-25T23:10:16.017Z Compiling backon v1.6.0
15482026-06-25T23:10:16.227Z Compiling rand_chacha v0.3.1
15492026-06-25T23:10:16.695Z Compiling rand v0.8.6
15502026-06-25T23:10:16.881Z Compiling slog-json v2.6.1
15512026-06-25T23:10:16.998Z Compiling hostname v0.3.1
15522026-06-25T23:10:17.096Z Compiling toml_parser v1.1.2+spec-1.1.0
15532026-06-25T23:10:17.139Z Compiling toml_datetime v1.1.1+spec-1.1.0
15542026-06-25T23:10:17.382Z Compiling memmap2 v0.9.10
15552026-06-25T23:10:17.467Z Compiling wait-timeout v0.2.1
15562026-06-25T23:10:17.467Z Compiling is-terminal v0.4.17
15572026-06-25T23:10:17.574Z Compiling either v1.16.0
15582026-06-25T23:10:17.616Z Compiling rusty-fork v0.3.1
15592026-06-25T23:10:17.782Z Compiling slog-term v2.9.2
15602026-06-25T23:10:17.785Z Compiling usdt v0.6.0
15612026-06-25T23:10:17.803Z Compiling toml v1.1.2+spec-1.1.0
15622026-06-25T23:10:17.830Z Compiling slog-bunyan v2.5.0
15632026-06-25T23:10:17.962Z Compiling serde_with v3.20.0
15642026-06-25T23:10:17.983Z Compiling async-compression v0.4.42
15652026-06-25T23:10:18.069Z Compiling rand_xorshift v0.4.0
15662026-06-25T23:10:18.224Z Compiling rustls-pemfile v2.2.0
15672026-06-25T23:10:18.312Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15682026-06-25T23:10:18.417Z Compiling regress v0.10.5
15692026-06-25T23:10:18.420Z Compiling hostname v0.4.2
15702026-06-25T23:10:18.441Z Compiling humantime v2.3.0
15712026-06-25T23:10:18.571Z Compiling proptest v1.11.0
15722026-06-25T23:10:19.181Z Compiling iddqd v0.4.2
15732026-06-25T23:10:19.403Z Compiling reqwest v0.12.28
15742026-06-25T23:10:19.572Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15752026-06-25T23:10:19.830Z Compiling block-buffer v0.10.4
15762026-06-25T23:10:19.889Z Compiling utf8parse v0.2.2
15772026-06-25T23:10:20.005Z Compiling anstyle-parse v1.0.0
15782026-06-25T23:10:20.166Z Compiling digest v0.10.7
15792026-06-25T23:10:20.197Z Compiling itertools v0.14.0
15802026-06-25T23:10:20.384Z Compiling progenitor-client v0.10.0
15812026-06-25T23:10:20.574Z Compiling parse-display v0.10.0
15822026-06-25T23:10:20.673Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15832026-06-25T23:10:20.919Z Compiling backoff v0.4.0
15842026-06-25T23:10:21.135Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15852026-06-25T23:10:21.271Z Compiling anstyle-query v1.1.5
15862026-06-25T23:10:21.385Z Compiling colorchoice v1.0.5
15872026-06-25T23:10:21.504Z Compiling is_terminal_polyfill v1.70.2
15882026-06-25T23:10:21.516Z Compiling anstyle v1.0.14
15892026-06-25T23:10:21.756Z Compiling anstream v1.0.0
15902026-06-25T23:10:22.172Z Compiling clap_lex v1.1.0
15912026-06-25T23:10:22.633Z Compiling regress v0.11.1
15922026-06-25T23:10:22.697Z Compiling clap_derive v4.6.1
15932026-06-25T23:10:23.215Z Compiling terminal_size v0.4.4
15942026-06-25T23:10:24.359Z Compiling typify-impl v0.6.2
15952026-06-25T23:10:24.487Z Compiling toml_datetime v0.6.11
15962026-06-25T23:10:24.592Z Compiling zerocopy-derive v0.7.35
15972026-06-25T23:10:24.783Z Compiling convert_case v0.4.0
15982026-06-25T23:10:24.881Z Compiling cpufeatures v0.2.17
15992026-06-25T23:10:24.957Z Compiling clap_builder v4.6.0
16002026-06-25T23:10:25.543Z Compiling zerocopy v0.7.35
16012026-06-25T23:10:25.604Z Compiling derive_more v0.99.20
16022026-06-25T23:10:26.194Z Compiling toml_edit v0.25.12+spec-1.1.0
16032026-06-25T23:10:26.946Z Compiling unicode-width v0.2.2
16042026-06-25T23:10:27.136Z Compiling proc-macro-crate v3.5.0
16052026-06-25T23:10:27.250Z Compiling clap v4.6.1
16062026-06-25T23:10:27.580Z Compiling secrecy v0.10.3
16072026-06-25T23:10:27.743Z Compiling crucible-workspace-hack v0.1.0
16082026-06-25T23:10:27.775Z Compiling float-ord v0.3.2
16092026-06-25T23:10:27.788Z Compiling tinyvec_macros v0.1.1
16102026-06-25T23:10:27.894Z Compiling tinyvec v1.11.0
16112026-06-25T23:10:27.972Z Compiling num_enum_derive v0.7.6
16122026-06-25T23:10:28.493Z Compiling dtrace-parser v0.2.0
16132026-06-25T23:10:28.576Z Compiling scroll_derive v0.12.1
16142026-06-25T23:10:28.597Z Compiling num-integer v0.1.46
16152026-06-25T23:10:28.768Z Compiling rustc_version v0.4.1
16162026-06-25T23:10:28.931Z Compiling usdt-impl v0.5.0
16172026-06-25T23:10:29.076Z Compiling num_enum v0.7.6
16182026-06-25T23:10:29.261Z Compiling curve25519-dalek v4.1.3
16192026-06-25T23:10:29.394Z Compiling scroll v0.12.0
16202026-06-25T23:10:29.583Z Compiling dof v0.3.0
16212026-06-25T23:10:29.650Z Compiling hmac v0.12.1
16222026-06-25T23:10:29.678Z Compiling inout v0.1.4
16232026-06-25T23:10:29.789Z Compiling darling_core v0.21.3
16242026-06-25T23:10:29.826Z Compiling ff v0.13.1
16252026-06-25T23:10:29.951Z Compiling thread-id v4.2.2
16262026-06-25T23:10:29.964Z Compiling group v0.13.0
16272026-06-25T23:10:30.042Z Compiling cipher v0.4.4
16282026-06-25T23:10:30.072Z Compiling hkdf v0.12.4
16292026-06-25T23:10:30.261Z Compiling goblin v0.8.2
16302026-06-25T23:10:30.639Z Compiling num-rational v0.4.2
16312026-06-25T23:10:30.796Z Compiling num-iter v0.1.45
16322026-06-25T23:10:30.922Z Compiling thiserror-impl-no-std v2.0.2
16332026-06-25T23:10:31.065Z Compiling universal-hash v0.5.1
16342026-06-25T23:10:31.076Z Compiling crypto-bigint v0.5.5
16352026-06-25T23:10:31.117Z Compiling typify-macro v0.6.2
16362026-06-25T23:10:31.202Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16372026-06-25T23:10:31.437Z Compiling crossbeam-epoch v0.9.18
16382026-06-25T23:10:31.789Z Compiling half v2.7.1
16392026-06-25T23:10:31.895Z Compiling curve25519-dalek-derive v0.1.1
16402026-06-25T23:10:32.072Z Compiling darling_macro v0.21.3
16412026-06-25T23:10:32.080Z Compiling num-complex v0.4.6
16422026-06-25T23:10:32.466Z Compiling base16ct v0.2.0
16432026-06-25T23:10:32.488Z Compiling ciborium-io v0.2.2
16442026-06-25T23:10:32.515Z Compiling base64ct v1.8.3
16452026-06-25T23:10:32.572Z Compiling opaque-debug v0.3.1
16462026-06-25T23:10:32.623Z Compiling elliptic-curve v0.13.8
16472026-06-25T23:10:32.643Z Compiling poly1305 v0.8.0
16482026-06-25T23:10:32.660Z Compiling darling v0.21.3
16492026-06-25T23:10:32.823Z Compiling password-hash v0.5.0
16502026-06-25T23:10:32.907Z Compiling ciborium-ll v0.2.2
16512026-06-25T23:10:33.293Z Compiling num v0.4.3
16522026-06-25T23:10:33.304Z Compiling typify v0.6.2
16532026-06-25T23:10:33.394Z Compiling thiserror-no-std v2.0.2
16542026-06-25T23:10:33.617Z Compiling chacha20 v0.9.1
16552026-06-25T23:10:33.722Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16562026-06-25T23:10:33.836Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16572026-06-25T23:10:34.430Z Compiling blake2 v0.10.6
16582026-06-25T23:10:34.482Z Compiling aead v0.5.2
16592026-06-25T23:10:34.640Z Compiling byte-wrapper v0.1.0
16602026-06-25T23:10:34.652Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16612026-06-25T23:10:34.884Z Compiling proc-macro-error-attr v1.0.4
16622026-06-25T23:10:35.095Z Compiling keccak v0.1.6
16632026-06-25T23:10:35.123Z Compiling rustix v0.38.44
16642026-06-25T23:10:35.140Z Compiling unsafe-libyaml v0.2.11
16652026-06-25T23:10:35.344Z Compiling heapless v0.8.0
16662026-06-25T23:10:35.505Z Compiling prettyplease v0.2.37
16672026-06-25T23:10:35.777Z Compiling serde_yaml v0.9.34+deprecated
16682026-06-25T23:10:36.025Z Compiling sha3 v0.10.9
16692026-06-25T23:10:36.330Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16702026-06-25T23:10:36.421Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16712026-06-25T23:10:37.066Z Compiling argon2 v0.5.3
16722026-06-25T23:10:37.088Z Compiling chacha20poly1305 v0.10.1
16732026-06-25T23:10:37.358Z Compiling vsss-rs v3.3.4
16742026-06-25T23:10:37.450Z Compiling ciborium v0.2.2
16752026-06-25T23:10:37.511Z Compiling ingot-macros v0.1.1
16762026-06-25T23:10:37.781Z Compiling usdt-attr-macro v0.5.0
16772026-06-25T23:10:38.029Z Compiling usdt-macro v0.5.0
16782026-06-25T23:10:39.481Z Compiling serde_spanned v0.6.9
16792026-06-25T23:10:39.636Z Compiling enum-as-inner v0.6.1
16802026-06-25T23:10:40.038Z Compiling hash32 v0.3.1
16812026-06-25T23:10:40.125Z Compiling proc-macro-error v1.0.4
16822026-06-25T23:10:40.208Z Compiling memmap v0.7.0
16832026-06-25T23:10:40.242Z Compiling memoffset v0.9.1
16842026-06-25T23:10:40.280Z Compiling rustls-webpki v0.103.13
16852026-06-25T23:10:40.405Z Compiling cfg_aliases v0.2.1
16862026-06-25T23:10:40.420Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16872026-06-25T23:10:40.483Z Compiling winnow v0.5.40
16882026-06-25T23:10:40.505Z Compiling winnow v0.7.15
16892026-06-25T23:10:40.680Z Compiling indent_write v2.2.0
16902026-06-25T23:10:40.691Z Compiling data-encoding v2.11.0
16912026-06-25T23:10:40.744Z Compiling smoltcp v0.11.0
16922026-06-25T23:10:41.115Z Compiling toml_write v0.1.2
16932026-06-25T23:10:41.378Z Compiling nix v0.31.3
16942026-06-25T23:10:41.461Z Compiling ingot-types v0.1.2
16952026-06-25T23:10:41.582Z Compiling usdt v0.5.0
16962026-06-25T23:10:41.865Z Compiling toml_edit v0.19.15
16972026-06-25T23:10:41.875Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16982026-06-25T23:10:41.886Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16992026-06-25T23:10:41.959Z Compiling toml_edit v0.22.27
17002026-06-25T23:10:41.989Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17012026-06-25T23:10:42.239Z Compiling tabwriter v1.4.1
17022026-06-25T23:10:42.510Z Compiling cobs v0.3.0
17032026-06-25T23:10:42.630Z Compiling serde_repr v0.1.20
17042026-06-25T23:10:42.720Z Compiling managed v0.8.0
17052026-06-25T23:10:42.943Z Compiling pkg-config v0.3.33
17062026-06-25T23:10:43.057Z Compiling vcpkg v0.2.15
17072026-06-25T23:10:43.274Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17082026-06-25T23:10:43.424Z Compiling bitflags v1.3.2
17092026-06-25T23:10:43.541Z Compiling toml v0.8.23
17102026-06-25T23:10:43.643Z Compiling openssl-sys v0.9.116
17112026-06-25T23:10:43.934Z Compiling tokio-rustls v0.26.4
17122026-06-25T23:10:44.287Z Compiling hyper-rustls v0.27.9
17132026-06-25T23:10:44.291Z Compiling rustls-platform-verifier v0.7.0
17142026-06-25T23:10:44.546Z Compiling reqwest v0.13.4
17152026-06-25T23:10:45.541Z Compiling proc-macro-crate v1.3.1
17162026-06-25T23:10:45.571Z Compiling postcard v1.1.3
17172026-06-25T23:10:45.890Z Compiling progenitor-client v0.14.0
17182026-06-25T23:10:46.210Z Compiling progenitor-extras v0.2.0
17192026-06-25T23:10:46.388Z Compiling ingot v0.1.1
17202026-06-25T23:10:46.569Z Compiling hubpack_derive v0.1.1
17212026-06-25T23:10:47.303Z Compiling foreign-types-macros v0.2.3
17222026-06-25T23:10:47.442Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17232026-06-25T23:10:48.253Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17242026-06-25T23:10:48.355Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17252026-06-25T23:10:48.645Z Compiling heck v0.4.1
17262026-06-25T23:10:48.804Z Compiling semver v0.1.20
17272026-06-25T23:10:48.811Z Compiling static_assertions v1.1.0
17282026-06-25T23:10:48.879Z Compiling colored v3.1.1
17292026-06-25T23:10:48.883Z Compiling rayon-core v1.13.0
17302026-06-25T23:10:49.014Z Compiling swrite v0.1.0
17312026-06-25T23:10:49.181Z Compiling resolv-conf v0.7.6
17322026-06-25T23:10:49.186Z Compiling linked-hash-map v0.5.6
17332026-06-25T23:10:49.349Z Compiling foreign-types-shared v0.3.1
17342026-06-25T23:10:49.394Z Compiling unicode-segmentation v1.13.3
17352026-06-25T23:10:49.444Z Compiling foreign-types v0.5.0
17362026-06-25T23:10:49.540Z Compiling lru-cache v0.1.2
17372026-06-25T23:10:49.619Z Compiling rustc_version v0.1.7
17382026-06-25T23:10:49.735Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17392026-06-25T23:10:49.826Z Compiling newline-converter v0.3.0
17402026-06-25T23:10:49.881Z Compiling hubpack v0.1.2
17412026-06-25T23:10:49.945Z Compiling num_enum_derive v0.5.11
17422026-06-25T23:10:50.438Z Compiling atomicwrites v0.4.4
17432026-06-25T23:10:50.646Z Compiling hickory-proto v0.24.4
17442026-06-25T23:10:51.051Z Compiling progenitor-impl v0.13.0
17452026-06-25T23:10:51.532Z Compiling crossbeam-deque v0.8.6
17462026-06-25T23:10:51.748Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17472026-06-25T23:10:51.808Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17482026-06-25T23:10:52.434Z Compiling console v0.15.11
17492026-06-25T23:10:52.665Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17502026-06-25T23:10:53.446Z Compiling camino-tempfile v1.4.1
17512026-06-25T23:10:53.513Z Compiling chacha20 v0.10.0
17522026-06-25T23:10:53.790Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-25T23:10:54.003Z Compiling serde-big-array v0.5.1
17542026-06-25T23:10:54.142Z Compiling pin-project-internal v1.1.13
17552026-06-25T23:10:54.189Z Compiling derive-where v1.6.1
17562026-06-25T23:10:54.207Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17572026-06-25T23:10:54.787Z Compiling num-derive v0.4.2
17582026-06-25T23:10:54.860Z Compiling cstr-argument v0.1.2
17592026-06-25T23:10:55.076Z Compiling minimal-lexical v0.2.1
17602026-06-25T23:10:55.083Z Compiling siphasher v1.0.3
17612026-06-25T23:10:55.280Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17622026-06-25T23:10:55.290Z Compiling similar v2.7.0
17632026-06-25T23:10:55.339Z Compiling pin-project v1.1.13
17642026-06-25T23:10:55.343Z Compiling nom v7.1.3
17652026-06-25T23:10:55.455Z Compiling phf_shared v0.12.1
17662026-06-25T23:10:55.549Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-06-25T23:10:55.561Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17682026-06-25T23:10:55.635Z Compiling progenitor-macro v0.13.0
17692026-06-25T23:10:55.832Z Compiling expectorate v1.2.0
17702026-06-25T23:10:55.962Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17712026-06-25T23:10:56.285Z Compiling rand v0.10.1
17722026-06-25T23:10:56.350Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17732026-06-25T23:10:56.404Z Compiling hickory-resolver v0.24.4
17742026-06-25T23:10:56.774Z Compiling num_enum v0.5.11
17752026-06-25T23:10:56.882Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17762026-06-25T23:10:56.993Z Compiling newtype_derive v0.1.6
17772026-06-25T23:10:57.092Z Compiling progenitor-client v0.13.0
17782026-06-25T23:10:57.308Z Compiling progenitor-impl v0.14.0
17792026-06-25T23:10:57.410Z Compiling unicode-normalization v0.1.25
17802026-06-25T23:10:57.921Z Compiling tokio-stream v0.1.18
17812026-06-25T23:10:58.413Z Compiling async-recursion v1.1.1
17822026-06-25T23:10:58.739Z Compiling snafu-derive v0.8.9
17832026-06-25T23:10:58.998Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17842026-06-25T23:10:59.163Z Compiling slog-dtrace v0.3.0
17852026-06-25T23:10:59.203Z Compiling bstr v1.12.1
17862026-06-25T23:10:59.364Z Compiling csv-core v0.1.13
17872026-06-25T23:10:59.431Z Compiling foreign-types-shared v0.1.1
17882026-06-25T23:10:59.525Z Compiling openssl v0.10.80
17892026-06-25T23:10:59.664Z Compiling unicode-width v0.1.14
17902026-06-25T23:10:59.725Z Compiling foldhash v0.1.5
17912026-06-25T23:10:59.821Z Compiling konst_macro_rules v0.2.19
17922026-06-25T23:10:59.913Z Compiling chrono-tz v0.10.4
17932026-06-25T23:10:59.953Z Compiling owo-colors v4.3.0
17942026-06-25T23:11:00.011Z Compiling unicode-xid v0.2.6
17952026-06-25T23:11:00.142Z Compiling highway v1.3.0
17962026-06-25T23:11:00.163Z Compiling cancel-safe-futures v0.1.5
17972026-06-25T23:11:00.325Z Compiling same-file v1.0.6
17982026-06-25T23:11:00.452Z Compiling walkdir v2.5.0
17992026-06-25T23:11:00.511Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-06-25T23:11:00.592Z Compiling snafu v0.8.9
18012026-06-25T23:11:00.621Z Compiling const_format_proc_macros v0.2.34
18022026-06-25T23:11:00.836Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-06-25T23:11:01.009Z Compiling konst v0.2.20
18042026-06-25T23:11:01.031Z Compiling progenitor v0.13.0
18052026-06-25T23:11:01.103Z Compiling progenitor-macro v0.14.0
18062026-06-25T23:11:01.111Z Compiling hashbrown v0.15.5
18072026-06-25T23:11:01.193Z Compiling globset v0.4.18
18082026-06-25T23:11:01.250Z Compiling csv v1.4.0
18092026-06-25T23:11:01.494Z Compiling foreign-types v0.3.2
18102026-06-25T23:11:01.659Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-25T23:11:01.671Z Compiling qorb v0.4.1
18122026-06-25T23:11:02.069Z Compiling olpc-cjson v0.1.4
18132026-06-25T23:11:02.249Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-06-25T23:11:03.458Z Compiling rayon v1.12.0
18152026-06-25T23:11:03.622Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18162026-06-25T23:11:04.010Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-06-25T23:11:04.025Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18182026-06-25T23:11:04.063Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-25T23:11:04.132Z Compiling phf v0.12.1
18202026-06-25T23:11:04.291Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-06-25T23:11:09.127Z Compiling zone_cfg_derive v0.3.1
18222026-06-25T23:11:09.176Z Compiling tokio-dtrace v0.1.1
18232026-06-25T23:11:09.176Z Compiling itertools v0.12.1
18242026-06-25T23:11:09.176Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18252026-06-25T23:11:09.176Z Compiling libsw-core v0.3.2
18262026-06-25T23:11:09.176Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-06-25T23:11:09.176Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18282026-06-25T23:11:09.176Z Compiling serde_plain v1.0.2
18292026-06-25T23:11:09.176Z Compiling openssl-macros v0.1.1
18302026-06-25T23:11:09.176Z Compiling pem v3.0.6
18312026-06-25T23:11:09.176Z Compiling cookie v0.18.1
18322026-06-25T23:11:09.176Z Compiling sigpipe v0.1.3
18332026-06-25T23:11:09.176Z Compiling fixedbitset v0.5.7
18342026-06-25T23:11:09.176Z Compiling typed-path v0.9.3
18352026-06-25T23:11:09.176Z Compiling glob v0.3.3
18362026-06-25T23:11:09.176Z Compiling fixedbitset v0.4.2
18372026-06-25T23:11:09.176Z Compiling jiff v0.2.28
18382026-06-25T23:11:09.176Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-06-25T23:11:09.176Z Compiling bytecount v0.6.9
18402026-06-25T23:11:09.176Z Compiling petgraph v0.6.5
18412026-06-25T23:11:09.176Z Compiling papergrid v0.11.0
18422026-06-25T23:11:09.176Z Compiling petgraph v0.8.3
18432026-06-25T23:11:09.176Z Compiling tough v0.22.0
18442026-06-25T23:11:09.181Z Compiling zone v0.3.1
18452026-06-25T23:11:09.181Z Compiling progenitor v0.14.0
18462026-06-25T23:11:09.217Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18472026-06-25T23:11:09.313Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-25T23:11:09.326Z Compiling libsw v3.5.0
18492026-06-25T23:11:09.512Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18502026-06-25T23:11:09.524Z Compiling oxide-tokio-rt v0.1.6
18512026-06-25T23:11:09.635Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18522026-06-25T23:11:09.774Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-25T23:11:09.838Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-06-25T23:11:09.850Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-25T23:11:10.801Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-25T23:11:10.980Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-25T23:11:11.051Z Compiling const_format v0.2.36
18582026-06-25T23:11:11.413Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18592026-06-25T23:11:11.662Z Compiling tabled_derive v0.7.0
18602026-06-25T23:11:11.851Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-25T23:11:11.937Z Compiling gethostname v0.5.0
18622026-06-25T23:11:11.950Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-25T23:11:12.066Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18642026-06-25T23:11:12.079Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-25T23:11:12.130Z Compiling bcs v0.1.6
18662026-06-25T23:11:12.206Z Compiling smf v0.2.3
18672026-06-25T23:11:12.472Z Compiling nom v8.0.0
18682026-06-25T23:11:12.484Z Compiling unicode-linebreak v0.1.5
18692026-06-25T23:11:12.718Z Compiling tagptr v0.2.0
18702026-06-25T23:11:12.749Z Compiling smawk v0.3.2
18712026-06-25T23:11:12.853Z Compiling whoami v1.6.1
18722026-06-25T23:11:12.877Z Compiling lazy_static v1.5.0
18732026-06-25T23:11:12.894Z Compiling linear-map v1.2.0
18742026-06-25T23:11:12.987Z Compiling termtree v0.5.1
18752026-06-25T23:11:13.095Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-25T23:11:13.145Z Compiling steno v0.4.1
18772026-06-25T23:11:13.194Z Compiling textwrap v0.16.2
18782026-06-25T23:11:13.616Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-25T23:11:13.761Z Compiling moka v0.12.15
18802026-06-25T23:11:14.666Z Compiling tabled v0.15.0
18812026-06-25T23:11:15.014Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-25T23:11:15.037Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-25T23:11:15.073Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-25T23:11:15.964Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-25T23:11:16.682Z Compiling hickory-proto v0.25.2
18862026-06-25T23:11:16.980Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18872026-06-25T23:11:17.563Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18882026-06-25T23:11:18.137Z Compiling parking_lot_core v0.8.6
18892026-06-25T23:11:18.149Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18902026-06-25T23:11:18.417Z Compiling libscf-sys v1.2.0
18912026-06-25T23:11:18.458Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-25T23:11:18.564Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18932026-06-25T23:11:18.660Z Compiling hickory-resolver v0.25.2
18942026-06-25T23:11:18.692Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18952026-06-25T23:11:18.830Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18962026-06-25T23:11:19.305Z Compiling parking_lot v0.11.2
18972026-06-25T23:11:19.425Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18982026-06-25T23:11:19.484Z Compiling fxhash v0.2.1
18992026-06-25T23:11:19.631Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-25T23:11:19.687Z Compiling internet-checksum v0.2.1
19012026-06-25T23:11:19.748Z Compiling sled v0.34.7
19022026-06-25T23:11:19.834Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19032026-06-25T23:11:23.184Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19042026-06-25T23:11:24.480Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-25T23:11:32.522Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-06-25T23:11:34.187Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-25T23:11:35.306Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19082026-06-25T23:11:36.289Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19092026-06-25T23:11:37.164Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19102026-06-25T23:12:01.323Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 13s
19112026-06-25T23:12:01.512Z────────────
19122026-06-25T23:12:01.512Z Nextest run ID a31c6e02-e12e-4595-bf91-07148b6c0ed2 with nextest profile: default
19132026-06-25T23:12:01.512Z Starting 45 tests across 3 binaries
19142026-06-25T23:12:01.557Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19152026-06-25T23:12:01.557Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19162026-06-25T23:12:01.557Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19172026-06-25T23:12:01.557Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19182026-06-25T23:12:01.558Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19192026-06-25T23:12:01.558Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
19202026-06-25T23:12:01.558Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19212026-06-25T23:12:01.558Z PASS [ 0.011s] rdb bestpath::test::test_bestpath
19222026-06-25T23:12:01.558Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19232026-06-25T23:12:01.558Z PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization
19242026-06-25T23:12:01.558Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
19252026-06-25T23:12:01.558Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19262026-06-25T23:12:01.577Z PASS [ 0.058s] rdb db::test::test_ipv6_origin_crud
19272026-06-25T23:12:01.577Z PASS [ 0.058s] rdb db::test::test_ipv4_origin_crud
19282026-06-25T23:12:01.581Z PASS [ 0.057s] rdb db::test::test_prefix_host_bit_normalization
19292026-06-25T23:12:01.586Z PASS [ 0.058s] rdb db::test::test_rib
19302026-06-25T23:12:01.586Z PASS [ 0.055s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19312026-06-25T23:12:01.586Z PASS [ 0.056s] rdb db::test::test_static_routing_ipv4_basic
19322026-06-25T23:12:01.589Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19332026-06-25T23:12:01.589Z PASS [ 0.057s] rdb db::test::test_static_routing_ipv6_basic
19342026-06-25T23:12:01.599Z PASS [ 0.015s] rdb proptest::prop_ipv4_default_contains_all
19352026-06-25T23:12:01.605Z PASS [ 0.014s] rdb proptest::prop_ipv4_normalized_is_network_address
19362026-06-25T23:12:01.605Z PASS [ 0.015s] rdb proptest::prop_ipv4_subnet_of_self
19372026-06-25T23:12:01.605Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19382026-06-25T23:12:01.614Z PASS [ 0.015s] rdb proptest::prop_ipv6_subnet_of_self
19392026-06-25T23:12:01.617Z PASS [ 0.015s] rdb proptest::prop_ipv6_normalized_is_network_address
19402026-06-25T23:12:01.621Z PASS [ 0.017s] rdb proptest::prop_static_route_key_deduplication
19412026-06-25T23:12:01.624Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_idempotent
19422026-06-25T23:12:01.634Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_length
19432026-06-25T23:12:01.638Z PASS [ 0.021s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19442026-06-25T23:12:01.638Z PASS [ 0.060s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19452026-06-25T23:12:01.638Z PASS [ 0.060s] rdb db::test::test_static_routing_mixed_address_families
19462026-06-25T23:12:01.641Z PASS [ 0.058s] rdb db::test::test_static_routing_vlan_id_handling
19472026-06-25T23:12:01.641Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalized_is_network_address
19482026-06-25T23:12:01.644Z PASS [ 0.009s] rdb types::test::bgp_vs_static_ordering
19492026-06-25T23:12:01.645Z PASS [ 0.010s] rdb types::test::bgp_path_identity
19502026-06-25T23:12:01.648Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19512026-06-25T23:12:01.648Z PASS [ 0.010s] rdb types::test::btreeset_coexistence
19522026-06-25T23:12:01.648Z PASS [ 0.025s] rdb proptest::prop_static_route_key_ord_consistency
19532026-06-25T23:12:01.651Z PASS [ 0.009s] rdb types::test::btreeset_remove
19542026-06-25T23:12:01.651Z PASS [ 0.009s] rdb types::test::btreeset_replace
19552026-06-25T23:12:01.654Z PASS [ 0.009s] rdb types::test::ord_contract
19562026-06-25T23:12:01.654Z PASS [ 0.009s] rdb types::test::prefix_no_cross_family_within
19572026-06-25T23:12:01.654Z PASS [ 0.008s] rdb types::test::static_path_identity
19582026-06-25T23:12:01.671Z PASS [ 0.091s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19592026-06-25T23:12:01.675Z────────────
19602026-06-25T23:12:01.675Z Summary [ 0.160s] 45 tests run: 45 passed, 0 skipped
19612026-06-25T23:12:01.684Z+ cp ./rib.log /work/
19622026-06-25T23:12:01.688Z+ popd
19632026-06-25T23:12:01.688Z/work/oxidecomputer/maghemite
19642026-06-25T23:12:01.688Zprocess exited: duration 289384 ms, exit code 0
 
19652026-06-25T23:12:01.698Zfound 1 output files
19662026-06-25T23:12:01.698Zuploading: /work/rib.log (1178 bytes)
19672026-06-25T23:12:02.724Zuploaded: /work/rib.log