01KTAYTRAAH9YVBEFV42JVF0K5: 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: 01KTAYWD4ZEJNN2VSAFY45MRYK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:59:12.280Zjob assigned to worker 01KTAYXDY087B13MQ4T66PXW2A [factory aws, i-0f0e76f0a59908de3] (queued for 1 m 15 s)
 
22026-06-05T03:59:18.997Zstarting task 0: "setup"
32026-06-05T03:59:19.004Z++ uname -s
42026-06-05T03:59:19.007Z+ kern=SunOS
52026-06-05T03:59:19.007Z+ build_user=build
62026-06-05T03:59:19.007Z+ build_uid=12345
72026-06-05T03:59:19.007Z+ work_dir=/work
82026-06-05T03:59:19.007Z+ input_dir=/input
92026-06-05T03:59:19.007Z+ [[ 0 == 12345 ]]
102026-06-05T03:59:19.008Z+ case "$kern" in
112026-06-05T03:59:19.008Z+ groupadd -g 12345 build
122026-06-05T03:59:19.008Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:59:21.011Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:59:21.113Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:59:21.115Z+ home_fs=zfs
162026-06-05T03:59:21.115Z+ [[ zfs == autofs ]]
172026-06-05T03:59:21.115Z+ mkdir -p /home/build
182026-06-05T03:59:21.115Z+ chown build:build /home/build /work
192026-06-05T03:59:23.132Z+ chmod 0700 /home/build /work
202026-06-05T03:59:23.139Zprocess exited: duration 4120 ms, exit code 0
 
212026-06-05T03:59:23.157Zstarting task 1: "rust-toolchain"
222026-06-05T03:59:23.167Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:59:23.167Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T03:59:23.167Z * rust toolchain channel = "stable"
252026-06-05T03:59:23.167Z * rust toolchain profile = "default"
262026-06-05T03:59:23.167Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:59:23.167Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:59:23.167Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:59:23.167Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:59:23.281Zinfo: downloading installer
312026-06-05T03:59:24.507Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:59:24.507Zwarn: /opt/ooce/bin
332026-06-05T03:59:24.507Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:59:24.507Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:59:24.507Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:59:24.507Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:59:24.507Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:59:24.507Zerror: cannot install while Rust is installed
392026-06-05T03:59:24.507Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:59:24.507Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:59:24.513Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:59:24.513Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:59:24.514Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:59:24.518Zinfo: profile set to default
452026-06-05T03:59:24.519Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:59:24.524Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:59:24.662Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:59:24.669Zinfo: downloading 6 components
492026-06-05T03:59:38.693Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:59:38.693Z
512026-06-05T03:59:38.722Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:59:38.722Z
532026-06-05T03:59:38.722Z
542026-06-05T03:59:38.722ZRust is installed now. Great!
552026-06-05T03:59:38.722Z
562026-06-05T03:59:38.722ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:59:38.722Zenvironment variable. This has not been done automatically.
582026-06-05T03:59:38.722Z
592026-06-05T03:59:38.722ZTo configure your current shell, you need to source
602026-06-05T03:59:38.722Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:59:38.722Z
622026-06-05T03:59:38.722ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:59:38.722Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:59:38.722Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:59:38.722Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:59:38.722Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:59:38.722Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:59:38.722Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:59:38.725Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:59:38.725Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:59:38.815Z+ rustup --version
722026-06-05T03:59:38.820Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:59:38.823Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:59:38.843Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:59:38.846Z+ cargo --version
762026-06-05T03:59:38.857Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:59:38.862Z+ rustc --version
782026-06-05T03:59:38.878Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:59:38.881Zprocess exited: duration 15722 ms, exit code 0
 
802026-06-05T03:59:38.887Zstarting task 2: "authentication"
812026-06-05T03:59:38.899ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:59:58.940Zprocess exited: duration 20048 ms, exit code 0
 
832026-06-05T03:59:58.946Zstarting task 3: "clone repository"
842026-06-05T03:59:58.953Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:59:58.956Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:59:58.986ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T04:00:00.314Z+ cd /work/oxidecomputer/maghemite
882026-06-05T04:00:00.314Z+ git fetch origin 67477e44dade6575731375fc4a3ddc8a728e6b47
892026-06-05T04:00:00.706ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T04:00:00.707Z * branch 67477e44dade6575731375fc4a3ddc8a728e6b47 -> FETCH_HEAD
912026-06-05T04:00:00.728Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
922026-06-05T04:00:00.728Z++ git branch --show-current
932026-06-05T04:00:00.728Z+ current=main
942026-06-05T04:00:00.728Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
952026-06-05T04:00:00.728Z+ git branch -f renovate/oxide-tokio-rt-0.x 67477e44dade6575731375fc4a3ddc8a728e6b47
962026-06-05T04:00:00.728Z+ git checkout -f renovate/oxide-tokio-rt-0.x
972026-06-05T04:00:00.760ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
982026-06-05T04:00:00.760Z+ git reset --hard 67477e44dade6575731375fc4a3ddc8a728e6b47
992026-06-05T04:00:00.760ZHEAD is now at 67477e4 Update Rust crate oxide-tokio-rt to 0.1.6
1002026-06-05T04:00:00.760Zprocess exited: duration 1786 ms, exit code 0
 
1012026-06-05T04:00:00.772Zstarting task 4: "build"
1022026-06-05T04:00:00.775Z+ set -e
1032026-06-05T04:00:00.775Z+ source .github/buildomat/test-common.sh
1042026-06-05T04:00:00.775Z++ NEXTEST_VERSION=0.9.97
1052026-06-05T04:00:00.775Z++ PLATFORM=illumos
1062026-06-05T04:00:00.775Z++ banner install
1072026-06-05T04:00:00.778Z
1082026-06-05T04:00:00.778Z # # # #### ##### ## # #
1092026-06-05T04:00:00.778Z # ## # # # # # # #
1102026-06-05T04:00:00.778Z # # # # #### # # # # #
1112026-06-05T04:00:00.778Z # # # # # # ###### # #
1122026-06-05T04:00:00.778Z # # ## # # # # # # #
1132026-06-05T04:00:00.778Z # # # #### # # # ###### ######
1142026-06-05T04:00:00.778Z
1152026-06-05T04:00:00.778Z++ set +o errexit
1162026-06-05T04:00:00.778Z++ pkg info clang-15
1172026-06-05T04:00:00.778Z++ grep -qi installed
1182026-06-05T04:00:01.986Zpkg: info: no packages matching the following patterns you specified are
1192026-06-05T04:00:01.986Zinstalled on the system. Try querying remotely instead:
1202026-06-05T04:00:01.987Z
1212026-06-05T04:00:01.987Z clang-15
1222026-06-05T04:00:02.029Z++ [[ 1 != 0 ]]
1232026-06-05T04:00:02.029Z++ set -o errexit
1242026-06-05T04:00:02.029Z++ pfexec pkg install clang-15
1252026-06-05T04:00:09.833Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-05T04:00:17.493Z Startup: Caching catalogs ... Done
1272026-06-05T04:00:24.732ZPlanning: Solver setup ... Done
1282026-06-05T04:00:24.773ZPlanning: Running solver ... Done
1292026-06-05T04:00:24.909ZPlanning: Finding local manifests ... Done
1302026-06-05T04:00:24.930ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-05T04:00:25.031ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-05T04:00:25.061ZPlanning: Package planning ... Done
1332026-06-05T04:00:25.091ZPlanning: Merging actions ... Done
1342026-06-05T04:00:25.196ZPlanning: Checking for conflicting actions ... Done
1352026-06-05T04:00:25.202ZPlanning: Consolidating action changes ... Done
1362026-06-05T04:00:25.976ZPlanning: Evaluating mediators ... Done
1372026-06-05T04:00:25.981ZPlanning: Planning completed in 8.33 seconds
1382026-06-05T04:00:25.992Z Packages to install: 2
1392026-06-05T04:00:25.993Z Mediators to change: 2
1402026-06-05T04:00:25.993Z Services to change: 1
1412026-06-05T04:00:25.998Z Create boot environment: No
1422026-06-05T04:00:25.998ZCreate backup boot environment: No
1432026-06-05T04:00:26.034Z
1442026-06-05T04:00:26.034ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-05T04:00:31.064ZDownload: 122/3076 items 15.0/211.3MB 7% complete (4.2M/s)
1462026-06-05T04:00:36.300ZDownload: 211/3076 items 15.4/211.3MB 7% complete (2.0M/s)
1472026-06-05T04:00:41.310ZDownload: 277/3076 items 15.6/211.3MB 7% complete (221k/s)
1482026-06-05T04:00:46.475ZDownload: 312/3076 items 15.9/211.3MB 7% complete (86.7k/s)
1492026-06-05T04:00:51.482ZDownload: 476/3076 items 16.6/211.3MB 7% complete (95.4k/s)
1502026-06-05T04:00:56.534ZDownload: 626/3076 items 17.3/211.3MB 8% complete (135k/s)
1512026-06-05T04:01:01.734ZDownload: 838/3076 items 18.1/211.3MB 8% complete (159k/s)
1522026-06-05T04:01:07.072ZDownload: 967/3076 items 81.9/211.3MB 38% complete (6.4M/s)
1532026-06-05T04:01:13.026ZDownload: 975/3076 items 82.0/211.3MB 38% complete (6.4M/s)
1542026-06-05T04:01:19.003ZDownload: 979/3076 items 82.0/211.3MB 38% complete (5.8M/s)
1552026-06-05T04:01:24.009ZDownload: 1092/3076 items 113.0/211.3MB 53% complete (4.3M/s)
1562026-06-05T04:01:29.077ZDownload: 1303/3076 items 115.4/211.3MB 54% complete (3.6M/s)
1572026-06-05T04:01:34.080ZDownload: 1559/3076 items 116.9/211.3MB 55% complete (1.2M/s)
1582026-06-05T04:01:39.087ZDownload: 1834/3076 items 117.2/211.3MB 55% complete (202k/s)
1592026-06-05T04:01:44.468ZDownload: 2004/3076 items 117.7/211.3MB 55% complete (213k/s)
1602026-06-05T04:01:49.470ZDownload: 2133/3076 items 118.6/211.3MB 56% complete (120k/s)
1612026-06-05T04:01:54.484ZDownload: 2949/3076 items 143.0/211.3MB 67% complete (2.5M/s)
1622026-06-05T04:02:13.822ZDownload: 3033/3076 items 201.8/211.3MB 95% complete
1632026-06-05T04:02:16.818ZDownload: Completed 211.31 MB in 110.76 seconds (1.9M/s)
1642026-06-05T04:02:16.956Z Actions: 1/3418 actions (Installing new actions)
1652026-06-05T04:02:20.107Z Actions: Completed 3418 actions in 3.15 seconds.
1662026-06-05T04:02:20.740Z Done
1672026-06-05T04:02:20.740Z Done
1682026-06-05T04:02:21.475Z Done
1692026-06-05T04:02:24.852Z Done
1702026-06-05T04:02:24.915Z Done
1712026-06-05T04:02:24.922Z Done
1722026-06-05T04:02:25.215Z Done
1732026-06-05T04:02:25.882Z++ set -o errexit
1742026-06-05T04:02:25.882Z++ cargo --version
1752026-06-05T04:02:25.888Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1762026-06-05T04:02:26.039Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1772026-06-05T04:02:26.041Zinfo: downloading 6 components
1782026-06-05T04:02:42.634Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1792026-06-05T04:02:42.637Z++ rustc --version
1802026-06-05T04:02:42.663Zrustc 1.95.0 (59807616e 2026-04-14)
1812026-06-05T04:02:42.666Z++ cargo install cargo-nextest --version 0.9.97
1822026-06-05T04:02:42.706Z Updating crates.io index
1832026-06-05T04:02:42.798Z Downloading crates ...
1842026-06-05T04:02:42.856Z Downloaded cargo-nextest v0.9.97
1852026-06-05T04:02:42.917Z Installing cargo-nextest v0.9.97
1862026-06-05T04:02:42.953Z Updating crates.io index
1872026-06-05T04:02:45.527Z Locking 404 packages to latest compatible versions
1882026-06-05T04:02:45.532Z Adding dialoguer v0.11.0 (available: v0.12.0)
1892026-06-05T04:02:45.535Z Adding duct v0.13.7 (available: v1.1.1)
1902026-06-05T04:02:45.535Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1912026-06-05T04:02:45.535Z Adding generic-array v0.14.7 (available: v0.14.9)
1922026-06-05T04:02:45.539Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1932026-06-05T04:02:45.541Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1942026-06-05T04:02:45.541Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1952026-06-05T04:02:45.541Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1962026-06-05T04:02:45.544Z Adding quick-junit v0.5.2 (available: v0.6.0)
1972026-06-05T04:02:45.571Z Downloading crates ...
1982026-06-05T04:02:45.645Z Downloaded clap_lex v1.1.0
1992026-06-05T04:02:45.649Z Downloaded addr2line v0.25.1
2002026-06-05T04:02:45.656Z Downloaded futures-task v0.3.32
2012026-06-05T04:02:45.658Z Downloaded cfg-if v1.0.4
2022026-06-05T04:02:45.658Z Downloaded digest v0.10.7
2032026-06-05T04:02:45.661Z Downloaded form_urlencoded v1.2.2
2042026-06-05T04:02:45.661Z Downloaded filetime v0.2.29
2052026-06-05T04:02:45.664Z Downloaded cargo-util-schemas v0.2.0
2062026-06-05T04:02:45.664Z Downloaded colorchoice v1.0.5
2072026-06-05T04:02:45.667Z Downloaded cc v1.2.63
2082026-06-05T04:02:45.679Z Downloaded aho-corasick v1.1.4
2092026-06-05T04:02:45.682Z Downloaded h2 v0.4.14
2102026-06-05T04:02:45.686Z Downloaded bitflags v2.12.1
2112026-06-05T04:02:45.689Z Downloaded ahash v0.8.12
2122026-06-05T04:02:45.691Z Downloaded anstyle v1.0.14
2132026-06-05T04:02:45.694Z Downloaded atomic-waker v1.1.2
2142026-06-05T04:02:45.697Z Downloaded anstream v1.0.0
2152026-06-05T04:02:45.697Z Downloaded rustc-demangle v0.1.27
2162026-06-05T04:02:45.699Z Downloaded autocfg v1.5.1
2172026-06-05T04:02:45.704Z Downloaded http-body v1.0.1
2182026-06-05T04:02:45.704Z Downloaded getrandom v0.2.17
2192026-06-05T04:02:45.707Z Downloaded ed25519 v2.2.3
2202026-06-05T04:02:45.707Z Downloaded home v0.5.12
2212026-06-05T04:02:45.707Z Downloaded openssl-macros v0.1.1
2222026-06-05T04:02:45.707Z Downloaded serde_json v1.0.150
2232026-06-05T04:02:45.711Z Downloaded scopeguard v1.2.0
2242026-06-05T04:02:45.713Z Downloaded pathdiff v0.2.3
2252026-06-05T04:02:45.713Z Downloaded cpufeatures v0.2.17
2262026-06-05T04:02:45.716Z Downloaded camino-tempfile v1.4.1
2272026-06-05T04:02:45.716Z Downloaded ordered-float v2.10.1
2282026-06-05T04:02:45.719Z Downloaded nested v0.1.1
2292026-06-05T04:02:45.719Z Downloaded const-oid v0.9.6
2302026-06-05T04:02:45.719Z Downloaded errno v0.3.14
2312026-06-05T04:02:45.722Z Downloaded camino v1.2.2
2322026-06-05T04:02:45.722Z Downloaded humantime v2.3.0
2332026-06-05T04:02:45.724Z Downloaded rustls-webpki v0.103.13
2342026-06-05T04:02:45.727Z Downloaded fnv v1.0.7
2352026-06-05T04:02:45.727Z Downloaded is_ci v1.2.0
2362026-06-05T04:02:45.727Z Downloaded globset v0.4.18
2372026-06-05T04:02:45.730Z Downloaded document-features v0.2.12
2382026-06-05T04:02:45.730Z Downloaded debug-ignore v1.0.5
2392026-06-05T04:02:45.733Z Downloaded pin-project-lite v0.2.17
2402026-06-05T04:02:45.737Z Downloaded parking_lot v0.12.5
2412026-06-05T04:02:45.737Z Downloaded hyper-rustls v0.27.9
2422026-06-05T04:02:45.740Z Downloaded rand v0.9.4
2432026-06-05T04:02:45.740Z Downloaded indent_write v2.2.0
2442026-06-05T04:02:45.744Z Downloaded pulldown-cmark v0.13.4
2452026-06-05T04:02:45.747Z Downloaded nextest-workspace-hack v0.1.0
2462026-06-05T04:02:45.747Z Downloaded indicatif v0.17.11
2472026-06-05T04:02:45.750Z Downloaded serde_ignored v0.1.14
2482026-06-05T04:02:45.750Z Downloaded http v1.4.1
2492026-06-05T04:02:45.752Z Downloaded futures-macro v0.3.32
2502026-06-05T04:02:45.752Z Downloaded hex v0.4.3
2512026-06-05T04:02:45.756Z Downloaded fixedbitset v0.5.7
2522026-06-05T04:02:45.756Z Downloaded clap_derive v4.6.1
2532026-06-05T04:02:45.759Z Downloaded cargo_metadata v0.23.1
2542026-06-05T04:02:45.759Z Downloaded futures-core v0.3.32
2552026-06-05T04:02:45.762Z Downloaded curve25519-dalek v4.1.3
2562026-06-05T04:02:45.764Z Downloaded bytes v1.11.1
2572026-06-05T04:02:45.767Z Downloaded openssl-probe v0.2.1
2582026-06-05T04:02:45.770Z Downloaded number_prefix v0.4.0
2592026-06-05T04:02:45.770Z Downloaded miette v7.6.0
2602026-06-05T04:02:45.772Z Downloaded strsim v0.11.1
2612026-06-05T04:02:45.775Z Downloaded backtrace-ext v0.2.1
2622026-06-05T04:02:45.775Z Downloaded os_pipe v1.2.3
2632026-06-05T04:02:45.775Z Downloaded http-body-util v0.1.3
2642026-06-05T04:02:45.777Z Downloaded smallvec v1.15.1
2652026-06-05T04:02:45.777Z Downloaded duct v0.13.7
2662026-06-05T04:02:45.780Z Downloaded guppy-workspace-hack v0.1.0
2672026-06-05T04:02:45.780Z Downloaded serde_core v1.0.228
2682026-06-05T04:02:45.783Z Downloaded anstyle-query v1.1.5
2692026-06-05T04:02:45.783Z Downloaded shell-words v1.1.1
2702026-06-05T04:02:45.785Z Downloaded config v0.15.23
2712026-06-05T04:02:45.785Z Downloaded shlex v2.0.1
2722026-06-05T04:02:45.788Z Downloaded anstyle-parse v1.0.0
2732026-06-05T04:02:45.788Z Downloaded async-scoped v0.9.0
2742026-06-05T04:02:45.791Z Downloaded foreign-types-shared v0.1.1
2752026-06-05T04:02:45.791Z Downloaded once_cell v1.21.4
2762026-06-05T04:02:45.791Z Downloaded serde v1.0.228
2772026-06-05T04:02:45.794Z Downloaded sharded-slab v0.1.7
2782026-06-05T04:02:45.796Z Downloaded percent-encoding v2.3.2
2792026-06-05T04:02:45.796Z Downloaded pkg-config v0.3.33
2802026-06-05T04:02:45.799Z Downloaded sigchld v0.2.4
2812026-06-05T04:02:45.799Z Downloaded signature v2.2.0
2822026-06-05T04:02:45.801Z Downloaded futures-sink v0.3.32
2832026-06-05T04:02:45.801Z Downloaded target-spec-miette v0.4.8
2842026-06-05T04:02:45.806Z Downloaded rustc_version v0.4.1
2852026-06-05T04:02:45.806Z Downloaded signal-hook-registry v1.4.8
2862026-06-05T04:02:45.809Z Downloaded is_terminal_polyfill v1.70.2
2872026-06-05T04:02:45.809Z Downloaded indenter v0.3.4
2882026-06-05T04:02:45.809Z Downloaded foreign-types v0.3.2
2892026-06-05T04:02:45.809Z Downloaded enable-ansi-support v0.2.1
2902026-06-05T04:02:45.809Z Downloaded hyper-tls v0.6.0
2912026-06-05T04:02:45.812Z Downloaded rand_core v0.6.4
2922026-06-05T04:02:45.812Z Downloaded quote v1.0.45
2932026-06-05T04:02:45.815Z Downloaded ppv-lite86 v0.2.21
2942026-06-05T04:02:45.815Z Downloaded crypto-common v0.1.7
2952026-06-05T04:02:45.817Z Downloaded lock_api v0.4.14
2962026-06-05T04:02:45.817Z Downloaded futures-executor v0.3.32
2972026-06-05T04:02:45.817Z Downloaded cargo-platform v0.3.3
2982026-06-05T04:02:45.820Z Downloaded spki v0.7.3
2992026-06-05T04:02:45.820Z Downloaded convert_case v0.10.0
3002026-06-05T04:02:45.823Z Downloaded generic-array v0.14.7
3012026-06-05T04:02:45.823Z Downloaded curve25519-dalek-derive v0.1.1
3022026-06-05T04:02:45.825Z Downloaded litrs v1.0.0
3032026-06-05T04:02:45.825Z Downloaded pkcs8 v0.10.2
3042026-06-05T04:02:45.828Z Downloaded signal-hook-mio v0.2.5
3052026-06-05T04:02:45.828Z Downloaded serde-value v0.7.0
3062026-06-05T04:02:45.831Z Downloaded atomicwrites v0.4.4
3072026-06-05T04:02:45.831Z Downloaded crc32fast v1.5.0
3082026-06-05T04:02:45.833Z Downloaded itoa v1.0.18
3092026-06-05T04:02:45.833Z Downloaded supports-hyperlinks v3.2.0
3102026-06-05T04:02:45.833Z Downloaded color-spantrace v0.3.0
3112026-06-05T04:02:45.836Z Downloaded equivalent v1.0.2
3122026-06-05T04:02:45.836Z Downloaded adler2 v2.0.1
3132026-06-05T04:02:45.836Z Downloaded terminal_size v0.4.4
3142026-06-05T04:02:45.845Z Downloaded heck v0.5.0
3152026-06-05T04:02:45.848Z Downloaded simd-adler32 v0.3.9
3162026-06-05T04:02:45.848Z Downloaded find-msvc-tools v0.1.9
3172026-06-05T04:02:45.851Z Downloaded lru-slab v0.1.2
3182026-06-05T04:02:45.851Z Downloaded dialoguer v0.11.0
3192026-06-05T04:02:45.854Z Downloaded future-queue v0.4.0
3202026-06-05T04:02:45.856Z Downloaded lazy_static v1.5.0
3212026-06-05T04:02:45.860Z Downloaded self-replace v1.5.0
3222026-06-05T04:02:45.863Z Downloaded cfg_aliases v0.2.1
3232026-06-05T04:02:45.863Z Downloaded cargo-platform v0.2.0
3242026-06-05T04:02:45.863Z Downloaded supports-color v3.0.2
3252026-06-05T04:02:45.866Z Downloaded quick-junit v0.5.2
3262026-06-05T04:02:45.868Z Downloaded toml_datetime v0.6.11
3272026-06-05T04:02:45.868Z Downloaded sha2 v0.10.9
3282026-06-05T04:02:45.868Z Downloaded serde_path_to_error v0.1.20
3292026-06-05T04:02:45.871Z Downloaded nextest-filtering v0.15.0
3302026-06-05T04:02:45.871Z Downloaded fastrand v2.4.1
3312026-06-05T04:02:45.873Z Downloaded erased-serde v0.4.10
3322026-06-05T04:02:45.874Z Downloaded sync_wrapper v1.0.2
3332026-06-05T04:02:45.874Z Downloaded humantime-serde v1.1.1
3342026-06-05T04:02:45.877Z Downloaded smol_str v0.3.6
3352026-06-05T04:02:45.877Z Downloaded foldhash v0.1.5
3362026-06-05T04:02:45.877Z Downloaded console v0.15.11
3372026-06-05T04:02:45.880Z Downloaded cfg-expr v0.20.8
3382026-06-05T04:02:45.882Z Downloaded derive-where v1.6.1
3392026-06-05T04:02:45.885Z Downloaded owo-colors v4.3.0
3402026-06-05T04:02:45.887Z Downloaded jobserver v0.1.34
3412026-06-05T04:02:45.890Z Downloaded supports-unicode v3.0.0
3422026-06-05T04:02:45.890Z Downloaded newtype-uuid v1.3.2
3432026-06-05T04:02:45.890Z Downloaded hashbrown v0.15.5
3442026-06-05T04:02:45.893Z Downloaded idna_adapter v1.0.0
3452026-06-05T04:02:45.898Z Downloaded futures-io v0.3.32
3462026-06-05T04:02:45.901Z Downloaded block-buffer v0.10.4
3472026-06-05T04:02:45.901Z Downloaded semver v1.0.28
3482026-06-05T04:02:45.903Z Downloaded native-tls v0.2.18
3492026-06-05T04:02:45.903Z Downloaded base64ct v1.8.3
3502026-06-05T04:02:45.906Z Downloaded rand_core v0.9.5
3512026-06-05T04:02:45.906Z Downloaded getrandom v0.3.4
3522026-06-05T04:02:45.909Z Downloaded thiserror-impl v1.0.69
3532026-06-05T04:02:45.909Z Downloaded thiserror v2.0.18
3542026-06-05T04:02:45.912Z Downloaded subtle v2.6.1
3552026-06-05T04:02:45.915Z Downloaded clap v4.6.1
3562026-06-05T04:02:45.917Z Downloaded tower-layer v0.3.3
3572026-06-05T04:02:45.920Z Downloaded backtrace v0.3.76
3582026-06-05T04:02:45.923Z Downloaded shared_child v1.1.1
3592026-06-05T04:02:45.923Z Downloaded httparse v1.10.1
3602026-06-05T04:02:45.929Z Downloaded swrite v0.1.0
3612026-06-05T04:02:45.929Z Downloaded self_update v0.42.0
3622026-06-05T04:02:45.929Z Downloaded strip-ansi-escapes v0.2.1
3632026-06-05T04:02:45.932Z Downloaded socket2 v0.6.4
3642026-06-05T04:02:45.932Z Downloaded serde_spanned v1.1.1
3652026-06-05T04:02:45.932Z Downloaded getrandom v0.4.2
3662026-06-05T04:02:45.938Z Downloaded unicode-linebreak v0.1.5
3672026-06-05T04:02:45.938Z Downloaded tokio-macros v2.7.0
3682026-06-05T04:02:45.938Z Downloaded quinn-udp v0.5.14
3692026-06-05T04:02:45.938Z Downloaded serde_spanned v0.6.9
3702026-06-05T04:02:45.938Z Downloaded mukti-metadata v0.3.0
3712026-06-05T04:02:45.942Z Downloaded target-spec v3.6.0
3722026-06-05T04:02:45.944Z Downloaded serde-untagged v0.1.9
3732026-06-05T04:02:45.944Z Downloaded tinyvec v1.11.0
3742026-06-05T04:02:45.947Z Downloaded serde_urlencoded v0.7.1
3752026-06-05T04:02:45.947Z Downloaded rand_chacha v0.9.0
3762026-06-05T04:02:45.950Z Downloaded tokio-native-tls v0.3.1
3772026-06-05T04:02:45.950Z Downloaded thread_local v1.1.9
3782026-06-05T04:02:45.952Z Downloaded tinyvec_macros v0.1.1
3792026-06-05T04:02:45.952Z Downloaded cargo_metadata v0.20.0
3802026-06-05T04:02:45.955Z Downloaded tempfile v3.27.0
3812026-06-05T04:02:45.955Z Downloaded nextest-metadata v0.12.2
3822026-06-05T04:02:45.958Z Downloaded miette-derive v7.6.0
3832026-06-05T04:02:45.961Z Downloaded parking_lot_core v0.9.12
3842026-06-05T04:02:45.961Z Downloaded pin-project-internal v1.1.13
3852026-06-05T04:02:45.964Z Downloaded derive_more v2.1.1
3862026-06-05T04:02:45.970Z Downloaded toml_writer v1.1.1+spec-1.1.0
3872026-06-05T04:02:45.973Z Downloaded thiserror v1.0.69
3882026-06-05T04:02:45.977Z Downloaded mio v1.2.1
3892026-06-05T04:02:45.980Z Downloaded thiserror-impl v2.0.18
3902026-06-05T04:02:45.980Z Downloaded serde_derive v1.0.228
3912026-06-05T04:02:45.985Z Downloaded borsh v1.6.1
3922026-06-05T04:02:45.988Z Downloaded either v1.16.0
3932026-06-05T04:02:45.988Z Downloaded ed25519-dalek v2.2.0
3942026-06-05T04:02:45.988Z Downloaded tokio-rustls v0.26.4
3952026-06-05T04:02:45.990Z Downloaded version_check v0.9.5
3962026-06-05T04:02:45.991Z Downloaded toml_write v0.1.2
3972026-06-05T04:02:45.991Z Downloaded futures-channel v0.3.32
3982026-06-05T04:02:45.993Z Downloaded xattr v1.6.1
3992026-06-05T04:02:45.993Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4002026-06-05T04:02:45.993Z Downloaded zipsign-api v0.1.5
4012026-06-05T04:02:45.996Z Downloaded toml_parser v1.1.2+spec-1.1.0
4022026-06-05T04:02:45.996Z Downloaded ipnet v2.12.0
4032026-06-05T04:02:45.999Z Downloaded toml v0.8.23
4042026-06-05T04:02:45.999Z Downloaded untrusted v0.9.0
4052026-06-05T04:02:46.002Z Downloaded pin-project v1.1.13
4062026-06-05T04:02:46.005Z Downloaded derive_more-impl v2.1.1
4072026-06-05T04:02:46.008Z Downloaded slab v0.4.12
4082026-06-05T04:02:46.015Z Downloaded futures v0.3.32
4092026-06-05T04:02:46.023Z Downloaded unicase v2.9.0
4102026-06-05T04:02:46.023Z Downloaded toml_edit v0.22.27
4112026-06-05T04:02:46.023Z Downloaded tokio-stream v0.1.18
4122026-06-05T04:02:46.023Z Downloaded iana-time-zone v0.1.65
4132026-06-05T04:02:46.026Z Downloaded flate2 v1.1.9
4142026-06-05T04:02:46.026Z Downloaded static_assertions v1.1.0
4152026-06-05T04:02:46.026Z Downloaded rustls-pki-types v1.14.1
4162026-06-05T04:02:46.026Z Downloaded eyre v0.6.12
4172026-06-05T04:02:46.026Z Downloaded proc-macro2 v1.0.106
4182026-06-05T04:02:46.029Z Downloaded num-traits v0.2.19
4192026-06-05T04:02:46.033Z Downloaded toml v1.1.2+spec-1.1.0
4202026-06-05T04:02:46.037Z Downloaded zstd-safe v7.2.4
4212026-06-05T04:02:46.037Z Downloaded der v0.7.10
4222026-06-05T04:02:46.040Z Downloaded base64 v0.22.1
4232026-06-05T04:02:46.040Z Downloaded signal-hook v0.3.18
4242026-06-05T04:02:46.040Z Downloaded chrono v0.4.45
4252026-06-05T04:02:46.044Z Downloaded xxhash-rust v0.8.15
4262026-06-05T04:02:46.046Z Downloaded unicode-normalization v0.1.25
4272026-06-05T04:02:46.049Z Downloaded log v0.4.32
4282026-06-05T04:02:46.049Z Downloaded uuid v1.23.2
4292026-06-05T04:02:46.054Z Downloaded hyper-util v0.1.20
4302026-06-05T04:02:46.057Z Downloaded crossterm v0.29.0
4312026-06-05T04:02:46.062Z Downloaded futures-util v0.3.32
4322026-06-05T04:02:46.069Z Downloaded typenum v1.20.1
4332026-06-05T04:02:46.071Z Downloaded guppy v0.17.26
4342026-06-05T04:02:46.075Z Downloaded miniz_oxide v0.8.9
4352026-06-05T04:02:46.079Z Downloaded clap_builder v4.6.0
4362026-06-05T04:02:46.082Z Downloaded ryu v1.0.23
4372026-06-05T04:02:46.084Z Downloaded hashbrown v0.17.1
4382026-06-05T04:02:46.088Z Downloaded openssl-sys v0.9.116
4392026-06-05T04:02:46.093Z Downloaded urlencoding v2.1.3
4402026-06-05T04:02:46.096Z Downloaded memchr v2.8.1
4412026-06-05T04:02:46.098Z Downloaded utf8parse v0.2.2
4422026-06-05T04:02:46.098Z Downloaded utf8_iter v1.0.4
4432026-06-05T04:02:46.098Z Downloaded textwrap v0.16.2
4442026-06-05T04:02:46.101Z Downloaded rustc-hash v2.1.2
4452026-06-05T04:02:46.110Z Downloaded zstd v0.13.3
4462026-06-05T04:02:46.112Z Downloaded zeroize v1.8.2
4472026-06-05T04:02:46.112Z Downloaded quinn v0.11.9
4482026-06-05T04:02:46.119Z Downloaded gimli v0.32.3
4492026-06-05T04:02:46.124Z Downloaded webpki-roots v1.0.7
4502026-06-05T04:02:46.135Z Downloaded syn v2.0.117
4512026-06-05T04:02:46.141Z Downloaded tar v0.4.46
4522026-06-05T04:02:46.144Z Downloaded bstr v1.12.1
4532026-06-05T04:02:46.154Z Downloaded indexmap v2.14.0
4542026-06-05T04:02:46.157Z Downloaded tracing v0.1.44
4552026-06-05T04:02:46.172Z Downloaded regex v1.12.3
4562026-06-05T04:02:46.183Z Downloaded color-eyre v0.6.5
4572026-06-05T04:02:46.187Z Downloaded itertools v0.14.0
4582026-06-05T04:02:46.198Z Downloaded unicode-width v0.2.2
4592026-06-05T04:02:46.201Z Downloaded vte v0.14.1
4602026-06-05T04:02:46.206Z Downloaded ron v0.12.1
4612026-06-05T04:02:46.211Z Downloaded unicode-segmentation v1.13.3
4622026-06-05T04:02:46.214Z Downloaded tower v0.5.3
4632026-06-05T04:02:46.218Z Downloaded portable-atomic v1.13.1
4642026-06-05T04:02:46.223Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4652026-06-05T04:02:46.234Z Downloaded tracing-attributes v0.1.31
4662026-06-05T04:02:46.237Z Downloaded reqwest v0.12.28
4672026-06-05T04:02:46.240Z Downloaded quick-xml v0.38.4
4682026-06-05T04:02:46.242Z Downloaded hyper v1.10.1
4692026-06-05T04:02:46.245Z Downloaded tracing-subscriber v0.3.23
4702026-06-05T04:02:46.250Z Downloaded typeid v1.0.3
4712026-06-05T04:02:46.252Z Downloaded try-lock v0.2.5
4722026-06-05T04:02:46.252Z Downloaded tracing-log v0.2.0
4732026-06-05T04:02:46.252Z Downloaded idna v1.1.0
4742026-06-05T04:02:46.255Z Downloaded tower-service v0.3.3
4752026-06-05T04:02:46.255Z Downloaded tracing-core v0.1.36
4762026-06-05T04:02:46.258Z Downloaded tracing-error v0.2.1
4772026-06-05T04:02:46.260Z Downloaded tower-http v0.6.11
4782026-06-05T04:02:46.263Z Downloaded want v0.3.1
4792026-06-05T04:02:46.266Z Downloaded url v2.5.8
4802026-06-05T04:02:46.266Z Downloaded unicode-ident v1.0.24
4812026-06-05T04:02:46.268Z Downloaded unicode-xid v0.2.6
4822026-06-05T04:02:46.271Z Downloaded tokio-util v0.7.18
4832026-06-05T04:02:46.305Z Downloaded quick-xml v0.37.5
4842026-06-05T04:02:46.321Z Downloaded winnow v0.7.15
4852026-06-05T04:02:46.348Z Downloaded quinn-proto v0.11.14
4862026-06-05T04:02:46.352Z Downloaded zmij v1.0.21
4872026-06-05T04:02:46.369Z Downloaded vcpkg v0.2.15
4882026-06-05T04:02:46.391Z Downloaded winnow v1.0.3
4892026-06-05T04:02:46.400Z Downloaded unicode-width v0.1.14
4902026-06-05T04:02:46.419Z Downloaded nextest-runner v0.80.0
4912026-06-05T04:02:46.425Z Downloaded openssl v0.10.80
4922026-06-05T04:02:46.430Z Downloaded zerocopy v0.8.50
4932026-06-05T04:02:46.441Z Downloaded nix v0.30.1
4942026-06-05T04:02:46.448Z Downloaded rustix v0.38.44
4952026-06-05T04:02:46.460Z Downloaded object v0.37.3
4962026-06-05T04:02:46.466Z Downloaded rustls v0.23.40
4972026-06-05T04:02:46.472Z Downloaded regex-syntax v0.8.10
4982026-06-05T04:02:46.477Z Downloaded regex-automata v0.4.14
4992026-06-05T04:02:46.489Z Downloaded rustix v1.1.4
5002026-06-05T04:02:46.503Z Downloaded target-lexicon v0.13.5
5012026-06-05T04:02:46.577Z Downloaded petgraph v0.8.3
5022026-06-05T04:02:46.589Z Downloaded libc v0.2.186
5032026-06-05T04:02:46.621Z Downloaded tokio v1.52.3
5042026-06-05T04:02:46.685Z Downloaded recursion v0.5.4
5052026-06-05T04:02:46.691Z Downloaded ring v0.17.14
5062026-06-05T04:02:46.753Z Compiling libc v0.2.186
5072026-06-05T04:02:46.753Z Compiling proc-macro2 v1.0.106
5082026-06-05T04:02:46.753Z Compiling unicode-ident v1.0.24
5092026-06-05T04:02:46.753Z Compiling quote v1.0.45
5102026-06-05T04:02:46.753Z Compiling serde_core v1.0.228
5112026-06-05T04:02:46.757Z Compiling cfg-if v1.0.4
5122026-06-05T04:02:46.757Z Compiling memchr v2.8.1
5132026-06-05T04:02:46.757Z Compiling once_cell v1.21.4
5142026-06-05T04:02:46.975Z Compiling log v0.4.32
5152026-06-05T04:02:47.001Z Compiling pin-project-lite v0.2.17
5162026-06-05T04:02:47.090Z Compiling itoa v1.0.18
5172026-06-05T04:02:47.166Z Compiling serde v1.0.228
5182026-06-05T04:02:47.303Z Compiling futures-core v0.3.32
5192026-06-05T04:02:47.326Z Compiling smallvec v1.15.1
5202026-06-05T04:02:47.459Z Compiling bitflags v2.12.1
5212026-06-05T04:02:47.525Z Compiling shlex v2.0.1
5222026-06-05T04:02:47.566Z Compiling equivalent v1.0.2
5232026-06-05T04:02:47.660Z Compiling find-msvc-tools v0.1.9
5242026-06-05T04:02:47.709Z Compiling hashbrown v0.17.1
5252026-06-05T04:02:47.834Z Compiling errno v0.3.14
5262026-06-05T04:02:47.847Z Compiling bytes v1.11.1
5272026-06-05T04:02:47.892Z Compiling mio v1.2.1
5282026-06-05T04:02:47.998Z Compiling signal-hook-registry v1.4.8
5292026-06-05T04:02:48.041Z Compiling jobserver v0.1.34
5302026-06-05T04:02:48.106Z Compiling futures-sink v0.3.32
5312026-06-05T04:02:48.209Z Compiling syn v2.0.117
5322026-06-05T04:02:48.232Z Compiling rustix v1.1.4
5332026-06-05T04:02:48.360Z Compiling cc v1.2.63
5342026-06-05T04:02:48.387Z Compiling socket2 v0.6.4
5352026-06-05T04:02:48.544Z Compiling zmij v1.0.21
5362026-06-05T04:02:48.580Z Compiling slab v0.4.12
5372026-06-05T04:02:48.766Z Compiling futures-channel v0.3.32
5382026-06-05T04:02:48.830Z Compiling tracing-core v0.1.36
5392026-06-05T04:02:48.948Z Compiling version_check v0.9.5
5402026-06-05T04:02:49.027Z Compiling serde_json v1.0.150
5412026-06-05T04:02:49.225Z Compiling indexmap v2.14.0
5422026-06-05T04:02:49.299Z Compiling getrandom v0.4.2
5432026-06-05T04:02:49.331Z Compiling futures-task v0.3.32
5442026-06-05T04:02:49.514Z Compiling futures-io v0.3.32
5452026-06-05T04:02:49.618Z Compiling camino v1.2.2
5462026-06-05T04:02:49.671Z Compiling percent-encoding v2.3.2
5472026-06-05T04:02:49.749Z Compiling unicode-width v0.2.2
5482026-06-05T04:02:49.956Z Compiling ring v0.17.14
5492026-06-05T04:02:50.012Z Compiling http v1.4.1
5502026-06-05T04:02:50.076Z Compiling simd-adler32 v0.3.9
5512026-06-05T04:02:50.079Z Compiling zeroize v1.8.2
5522026-06-05T04:02:50.144Z Compiling adler2 v2.0.1
5532026-06-05T04:02:50.273Z Compiling autocfg v1.5.1
5542026-06-05T04:02:50.315Z Compiling miniz_oxide v0.8.9
5552026-06-05T04:02:50.630Z Compiling num-traits v0.2.19
5562026-06-05T04:02:50.871Z Compiling target-lexicon v0.13.5
5572026-06-05T04:02:50.948Z Compiling getrandom v0.3.4
5582026-06-05T04:02:51.303Z Compiling object v0.37.3
5592026-06-05T04:02:51.375Z Compiling zerocopy v0.8.50
5602026-06-05T04:02:51.633Z Compiling http-body v1.0.1
5612026-06-05T04:02:51.666Z Compiling rustls-pki-types v1.14.1
5622026-06-05T04:02:51.748Z Compiling form_urlencoded v1.2.2
5632026-06-05T04:02:51.796Z Compiling semver v1.0.28
5642026-06-05T04:02:51.819Z Compiling getrandom v0.2.17
5652026-06-05T04:02:51.889Z Compiling serde_derive v1.0.228
5662026-06-05T04:02:51.931Z Compiling tokio-macros v2.7.0
5672026-06-05T04:02:52.005Z Compiling futures-macro v0.3.32
5682026-06-05T04:02:52.028Z Compiling tracing-attributes v0.1.31
5692026-06-05T04:02:52.307Z Compiling fnv v1.0.7
5702026-06-05T04:02:52.404Z Compiling thiserror v2.0.18
5712026-06-05T04:02:52.440Z Compiling guppy-workspace-hack v0.1.0
5722026-06-05T04:02:52.508Z Compiling signal-hook v0.3.18
5732026-06-05T04:02:52.656Z Compiling tokio v1.52.3
5742026-06-05T04:02:52.667Z Compiling utf8_iter v1.0.4
5752026-06-05T04:02:52.734Z Compiling idna_adapter v1.0.0
5762026-06-05T04:02:52.746Z Compiling owo-colors v4.3.0
5772026-06-05T04:02:52.794Z Compiling futures-util v0.3.32
5782026-06-05T04:02:52.827Z Compiling httparse v1.10.1
5792026-06-05T04:02:52.838Z Compiling untrusted v0.9.0
5802026-06-05T04:02:52.965Z Compiling gimli v0.32.3
5812026-06-05T04:02:53.119Z Compiling idna v1.1.0
5822026-06-05T04:02:53.211Z Compiling tracing v0.1.44
5832026-06-05T04:02:53.443Z Compiling thiserror-impl v2.0.18
5842026-06-05T04:02:55.098Z Compiling addr2line v0.25.1
5852026-06-05T04:02:55.527Z Compiling generic-array v0.14.7
5862026-06-05T04:02:55.579Z Compiling typeid v1.0.3
5872026-06-05T04:02:55.595Z Compiling fastrand v2.4.1
5882026-06-05T04:02:55.766Z Compiling rustls v0.23.40
5892026-06-05T04:02:55.870Z Compiling try-lock v0.2.5
5902026-06-05T04:02:55.917Z Compiling tower-service v0.3.3
5912026-06-05T04:02:55.982Z Compiling rustc-demangle v0.1.27
5922026-06-05T04:02:55.994Z Compiling thiserror v1.0.69
5932026-06-05T04:02:55.998Z Compiling pkg-config v0.3.33
5942026-06-05T04:02:56.016Z Compiling atomic-waker v1.1.2
5952026-06-05T04:02:56.144Z Compiling target-spec v3.6.0
5962026-06-05T04:02:56.424Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5972026-06-05T04:02:56.450Z Compiling want v0.3.1
5982026-06-05T04:02:56.498Z Compiling tokio-util v0.7.18
5992026-06-05T04:02:56.549Z Compiling tempfile v3.27.0
6002026-06-05T04:02:56.668Z Compiling cfg-expr v0.20.8
6012026-06-05T04:02:56.970Z Compiling h2 v0.4.14
6022026-06-05T04:02:57.443Z Compiling url v2.5.8
6032026-06-05T04:02:57.562Z Compiling backtrace v0.3.76
6042026-06-05T04:02:57.965Z Compiling thiserror-impl v1.0.69
6052026-06-05T04:02:58.082Z Compiling terminal_size v0.4.4
6062026-06-05T04:02:58.237Z Compiling aho-corasick v1.1.4
6072026-06-05T04:02:58.512Z Compiling winnow v0.7.15
6082026-06-05T04:02:59.136Z Compiling rustls-webpki v0.103.13
6092026-06-05T04:02:59.914Z Compiling erased-serde v0.4.10
6102026-06-05T04:03:00.208Z Compiling regex-syntax v0.8.10
6112026-06-05T04:03:00.416Z Compiling typenum v1.20.1
6122026-06-05T04:03:01.097Z Compiling subtle v2.6.1
6132026-06-05T04:03:01.925Z Compiling regex-automata v0.4.14
6142026-06-05T04:03:02.282Z Compiling hyper v1.10.1
6152026-06-05T04:03:03.768Z Compiling serde_spanned v0.6.9
6162026-06-05T04:03:03.937Z Compiling toml_datetime v0.6.11
6172026-06-05T04:03:04.318Z Compiling ahash v0.8.12
6182026-06-05T04:03:04.569Z Compiling sync_wrapper v1.0.2
6192026-06-05T04:03:04.686Z Compiling portable-atomic v1.13.1
6202026-06-05T04:03:05.142Z Compiling is_ci v1.2.0
6212026-06-05T04:03:05.317Z Compiling ipnet v2.12.0
6222026-06-05T04:03:05.438Z Compiling nextest-workspace-hack v0.1.0
6232026-06-05T04:03:05.674Z Compiling lazy_static v1.5.0
6242026-06-05T04:03:05.782Z Compiling unicode-segmentation v1.13.3
6252026-06-05T04:03:05.988Z Compiling either v1.16.0
6262026-06-05T04:03:05.997Z Compiling crc32fast v1.5.0
6272026-06-05T04:03:06.182Z Compiling base64 v0.22.1
6282026-06-05T04:03:06.182Z Compiling tower-layer v0.3.3
6292026-06-05T04:03:06.293Z Compiling parking_lot_core v0.9.12
6302026-06-05T04:03:06.393Z Compiling unicode-linebreak v0.1.5
6312026-06-05T04:03:06.503Z Compiling toml_write v0.1.2
6322026-06-05T04:03:06.578Z Compiling foldhash v0.1.5
6332026-06-05T04:03:06.663Z Compiling textwrap v0.16.2
6342026-06-05T04:03:06.687Z Compiling toml_edit v0.22.27
6352026-06-05T04:03:06.765Z Compiling hashbrown v0.15.5
6362026-06-05T04:03:06.821Z Compiling hyper-util v0.1.20
6372026-06-05T04:03:07.375Z Compiling tower v0.5.3
6382026-06-05T04:03:07.459Z Compiling convert_case v0.10.0
6392026-06-05T04:03:07.716Z Compiling sharded-slab v0.1.7
6402026-06-05T04:03:07.981Z Compiling supports-color v3.0.2
6412026-06-05T04:03:08.156Z Compiling tokio-rustls v0.26.4
6422026-06-05T04:03:08.313Z Compiling backtrace-ext v0.2.1
6432026-06-05T04:03:08.445Z Compiling ordered-float v2.10.1
6442026-06-05T04:03:08.570Z Compiling webpki-roots v1.0.7
6452026-06-05T04:03:08.688Z Compiling miette-derive v7.6.0
6462026-06-05T04:03:08.726Z Compiling pathdiff v0.2.3
6472026-06-05T04:03:08.806Z Compiling console v0.15.11
6482026-06-05T04:03:08.875Z Compiling tracing-log v0.2.0
6492026-06-05T04:03:09.208Z Compiling cargo-platform v0.3.3
6502026-06-05T04:03:09.426Z Compiling os_pipe v1.2.3
6512026-06-05T04:03:09.601Z Compiling thread_local v1.1.9
6522026-06-05T04:03:09.767Z Compiling cfg_aliases v0.2.1
6532026-06-05T04:03:09.786Z Compiling scopeguard v1.2.0
6542026-06-05T04:03:09.833Z Compiling unicode-width v0.1.14
6552026-06-05T04:03:09.889Z Compiling ryu v1.0.23
6562026-06-05T04:03:09.961Z Compiling pulldown-cmark v0.13.4
6572026-06-05T04:03:10.115Z Compiling zstd-safe v7.2.4
6582026-06-05T04:03:10.131Z Compiling debug-ignore v1.0.5
6592026-06-05T04:03:10.183Z Compiling utf8parse v0.2.2
6602026-06-05T04:03:10.251Z Compiling winnow v1.0.3
6612026-06-05T04:03:10.299Z Compiling fixedbitset v0.5.7
6622026-06-05T04:03:10.367Z Compiling supports-hyperlinks v3.2.0
6632026-06-05T04:03:10.527Z Compiling supports-unicode v3.0.0
6642026-06-05T04:03:10.584Z Compiling rustix v0.38.44
6652026-06-05T04:03:10.697Z Compiling miette v7.6.0
6662026-06-05T04:03:10.847Z Compiling petgraph v0.8.3
6672026-06-05T04:03:11.026Z Compiling anstyle-parse v1.0.0
6682026-06-05T04:03:11.281Z Compiling toml_parser v1.1.2+spec-1.1.0
6692026-06-05T04:03:11.668Z Compiling serde_urlencoded v0.7.1
6702026-06-05T04:03:11.958Z Compiling lock_api v0.4.14
6712026-06-05T04:03:12.202Z Compiling nix v0.30.1
6722026-06-05T04:03:12.571Z Compiling tracing-subscriber v0.3.23
6732026-06-05T04:03:12.618Z Compiling sigchld v0.2.4
6742026-06-05T04:03:12.769Z Compiling cargo_metadata v0.23.1
6752026-06-05T04:03:12.827Z Compiling serde-value v0.7.0
6762026-06-05T04:03:13.042Z Compiling hyper-rustls v0.27.9
6772026-06-05T04:03:13.586Z Compiling serde-untagged v0.1.9
6782026-06-05T04:03:13.726Z Compiling toml v0.8.23
6792026-06-05T04:03:14.839Z Compiling tower-http v0.6.11
6802026-06-05T04:03:14.933Z Compiling derive_more-impl v2.1.1
6812026-06-05T04:03:15.764Z Compiling itertools v0.14.0
6822026-06-05T04:03:15.856Z Compiling regex v1.12.3
6832026-06-05T04:03:16.007Z Compiling crypto-common v0.1.7
6842026-06-05T04:03:16.132Z Compiling block-buffer v0.10.4
6852026-06-05T04:03:16.144Z Compiling ppv-lite86 v0.2.21
6862026-06-05T04:03:16.283Z Compiling rand_core v0.9.5
6872026-06-05T04:03:16.468Z Compiling futures-executor v0.3.32
6882026-06-05T04:03:16.529Z Compiling pin-project-internal v1.1.13
6892026-06-05T04:03:16.550Z Compiling http-body-util v0.1.3
6902026-06-05T04:03:16.821Z Compiling uuid v1.23.2
6912026-06-05T04:03:17.003Z Compiling smol_str v0.3.6
6922026-06-05T04:03:17.228Z Compiling serde_spanned v1.1.1
6932026-06-05T04:03:17.262Z Compiling toml_datetime v1.1.1+spec-1.1.0
6942026-06-05T04:03:17.342Z Compiling filetime v0.2.29
6952026-06-05T04:03:17.377Z Compiling bstr v1.12.1
6962026-06-05T04:03:17.393Z Compiling vte v0.14.1
6972026-06-05T04:03:17.545Z Compiling unicase v2.9.0
6982026-06-05T04:03:17.582Z Compiling is_terminal_polyfill v1.70.2
6992026-06-05T04:03:17.676Z Compiling color-spantrace v0.3.0
7002026-06-05T04:03:17.676Z Compiling self_update v0.42.0
7012026-06-05T04:03:17.726Z Compiling nested v0.1.1
7022026-06-05T04:03:17.918Z Compiling tinyvec_macros v0.1.1
7032026-06-05T04:03:17.942Z Compiling iana-time-zone v0.1.65
7042026-06-05T04:03:17.984Z Compiling anstyle-query v1.1.5
7052026-06-05T04:03:17.987Z Compiling litrs v1.0.0
7062026-06-05T04:03:18.056Z Compiling number_prefix v0.4.0
7072026-06-05T04:03:18.089Z Compiling static_assertions v1.1.0
7082026-06-05T04:03:18.125Z Compiling eyre v0.6.12
7092026-06-05T04:03:18.140Z Compiling colorchoice v1.0.5
7102026-06-05T04:03:18.158Z Compiling unicode-xid v0.2.6
7112026-06-05T04:03:18.201Z Compiling xattr v1.6.1
7122026-06-05T04:03:18.248Z Compiling anstyle v1.0.14
7132026-06-05T04:03:18.270Z Compiling cargo-util-schemas v0.2.0
7142026-06-05T04:03:18.289Z Compiling indicatif v0.17.11
7152026-06-05T04:03:18.382Z Compiling tar v0.4.46
7162026-06-05T04:03:18.422Z Compiling document-features v0.2.12
7172026-06-05T04:03:18.514Z Compiling anstream v1.0.0
7182026-06-05T04:03:18.705Z Compiling guppy v0.17.26
7192026-06-05T04:03:19.022Z Compiling chrono v0.4.45
7202026-06-05T04:03:20.210Z Compiling tinyvec v1.11.0
7212026-06-05T04:03:20.450Z Compiling globset v0.4.18
7222026-06-05T04:03:20.643Z Compiling pin-project v1.1.13
7232026-06-05T04:03:20.705Z Compiling strip-ansi-escapes v0.2.1
7242026-06-05T04:03:20.762Z Compiling toml v1.1.2+spec-1.1.0
7252026-06-05T04:03:20.891Z Compiling nextest-metadata v0.12.2
7262026-06-05T04:03:21.193Z Compiling newtype-uuid v1.3.2
7272026-06-05T04:03:21.388Z Compiling reqwest v0.12.28
7282026-06-05T04:03:21.414Z Compiling futures v0.3.32
7292026-06-05T04:03:21.512Z Compiling rand_chacha v0.9.0
7302026-06-05T04:03:22.061Z Compiling digest v0.10.7
7312026-06-05T04:03:22.280Z Compiling parking_lot v0.12.5
7322026-06-05T04:03:22.414Z Compiling derive_more v2.1.1
7332026-06-05T04:03:22.493Z Compiling flate2 v1.1.9
7342026-06-05T04:03:23.043Z Compiling tracing-error v0.2.1
7352026-06-05T04:03:23.174Z Compiling shared_child v1.1.1
7362026-06-05T04:03:23.686Z Compiling signal-hook-mio v0.2.5
7372026-06-05T04:03:23.819Z Compiling self-replace v1.5.0
7382026-06-05T04:03:23.851Z Compiling cargo-platform v0.2.0
7392026-06-05T04:03:23.940Z Compiling quick-xml v0.38.4
7402026-06-05T04:03:24.102Z Compiling quick-xml v0.37.5
7412026-06-05T04:03:24.404Z Compiling cpufeatures v0.2.17
7422026-06-05T04:03:24.621Z Compiling strsim v0.11.1
7432026-06-05T04:03:24.971Z Compiling humantime v2.3.0
7442026-06-05T04:03:25.384Z Compiling recursion v0.5.4
7452026-06-05T04:03:25.857Z Compiling urlencoding v2.1.3
7462026-06-05T04:03:25.861Z Compiling shell-words v1.1.1
7472026-06-05T04:03:25.861Z Compiling indenter v0.3.4
7482026-06-05T04:03:25.861Z Compiling clap_lex v1.1.0
7492026-06-05T04:03:25.861Z Compiling heck v0.5.0
7502026-06-05T04:03:25.861Z Compiling clap_builder v4.6.0
7512026-06-05T04:03:25.890Z Compiling clap_derive v4.6.1
7522026-06-05T04:03:26.015Z Compiling nextest-filtering v0.15.0
7532026-06-05T04:03:26.210Z Compiling humantime-serde v1.1.1
7542026-06-05T04:03:26.376Z Compiling quick-junit v0.5.2
7552026-06-05T04:03:27.662Z Compiling sha2 v0.10.9
7562026-06-05T04:03:28.880Z Compiling cargo_metadata v0.20.0
7572026-06-05T04:03:29.479Z Compiling atomicwrites v0.4.4
7582026-06-05T04:03:29.766Z Compiling cargo-nextest v0.9.97
7592026-06-05T04:03:29.938Z Compiling crossterm v0.29.0
7602026-06-05T04:03:30.097Z Compiling duct v0.13.7
7612026-06-05T04:03:32.281Z Compiling zstd v0.13.3
7622026-06-05T04:03:32.515Z Compiling rand v0.9.4
7632026-06-05T04:03:32.689Z Compiling async-scoped v0.9.0
7642026-06-05T04:03:32.712Z Compiling config v0.15.23
7652026-06-05T04:03:32.879Z Compiling unicode-normalization v0.1.25
7662026-06-05T04:03:32.879Z Compiling target-spec-miette v0.4.8
7672026-06-05T04:03:33.183Z Compiling future-queue v0.4.0
7682026-06-05T04:03:33.263Z Compiling mukti-metadata v0.3.0
7692026-06-05T04:03:33.728Z Compiling camino-tempfile v1.4.1
7702026-06-05T04:03:33.734Z Compiling tokio-stream v0.1.18
7712026-06-05T04:03:33.735Z Compiling derive-where v1.6.1
7722026-06-05T04:03:33.751Z Compiling serde_path_to_error v0.1.20
7732026-06-05T04:03:33.765Z Compiling serde_ignored v0.1.14
7742026-06-05T04:03:33.989Z Compiling indent_write v2.2.0
7752026-06-05T04:03:34.005Z Compiling xxhash-rust v0.8.15
7762026-06-05T04:03:34.028Z Compiling swrite v0.1.0
7772026-06-05T04:03:34.132Z Compiling home v0.5.12
7782026-06-05T04:03:34.144Z Compiling hex v0.4.3
7792026-06-05T04:03:34.206Z Compiling color-eyre v0.6.5
7802026-06-05T04:03:34.308Z Compiling clap v4.6.1
7812026-06-05T04:03:34.328Z Compiling dialoguer v0.11.0
7822026-06-05T04:03:34.392Z Compiling enable-ansi-support v0.2.1
7832026-06-05T04:03:34.718Z Compiling nextest-runner v0.80.0
7842026-06-05T04:03:52.906Z Finished `release` profile [optimized] target(s) in 1m 10s
7852026-06-05T04:03:53.092Z Installing /home/build/.cargo/bin/cargo-nextest
7862026-06-05T04:03:53.106Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7872026-06-05T04:03:53.201Z+ pushd rdb
7882026-06-05T04:03:53.204Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7892026-06-05T04:03:53.204Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7902026-06-05T04:03:53.366Z Updating git repository `https://github.com/oxidecomputer/falcon`
7912026-06-05T04:03:53.945ZFrom https://github.com/oxidecomputer/falcon
7922026-06-05T04:03:53.945Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7932026-06-05T04:03:54.015Z Updating crates.io index
7942026-06-05T04:03:54.072Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7952026-06-05T04:03:54.927ZFrom https://github.com/oxidecomputer/dendrite
7962026-06-05T04:03:54.927Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7972026-06-05T04:03:55.396Z Updating git repository `https://github.com/oxidecomputer/ispf`
7982026-06-05T04:03:55.399ZFrom https://github.com/oxidecomputer/ispf
7992026-06-05T04:03:55.399Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8002026-06-05T04:03:55.399Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8012026-06-05T04:03:55.633ZFrom https://github.com/oxidecomputer/netadm-sys
8022026-06-05T04:03:55.633Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8032026-06-05T04:03:55.640Z Updating git repository `https://github.com/oxidecomputer/omicron`
8042026-06-05T04:04:03.499ZFrom https://github.com/oxidecomputer/omicron
8052026-06-05T04:04:03.499Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8062026-06-05T04:04:03.527Z Updating git repository `https://github.com/oxidecomputer/opte`
8072026-06-05T04:04:04.441ZFrom https://github.com/oxidecomputer/opte
8082026-06-05T04:04:04.441Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8092026-06-05T04:04:04.519Z Updating git repository `https://github.com/illumos/smf-rs`
8102026-06-05T04:04:04.757ZFrom https://github.com/illumos/smf-rs
8112026-06-05T04:04:04.757Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8122026-06-05T04:04:04.787Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8132026-06-05T04:04:05.060ZFrom https://github.com/oxidecomputer/network-interface
8142026-06-05T04:04:05.060Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8152026-06-05T04:04:05.077Z Updating git repository `https://github.com/oxidecomputer/zone`
8162026-06-05T04:04:05.346ZFrom https://github.com/oxidecomputer/zone
8172026-06-05T04:04:05.346Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8182026-06-05T04:04:05.387Z Updating git repository `https://github.com/oxidecomputer/propolis`
8192026-06-05T04:04:05.963ZFrom https://github.com/oxidecomputer/propolis
8202026-06-05T04:04:05.964Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8212026-06-05T04:04:06.034Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8222026-06-05T04:04:06.556ZFrom https://github.com/oxidecomputer/transceiver-control
8232026-06-05T04:04:06.556Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8242026-06-05T04:04:06.576Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8252026-06-05T04:04:06.846ZFrom https://github.com/oxidecomputer/dlpi-sys
8262026-06-05T04:04:06.846Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8272026-06-05T04:04:06.852Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8282026-06-05T04:04:07.144ZFrom https://github.com/jmesmon/rust-libzfs
8292026-06-05T04:04:07.144Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8302026-06-05T04:04:07.152Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8312026-06-05T04:04:07.402ZFrom https://github.com/oxidecomputer/rusty-doors
8322026-06-05T04:04:07.402Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8332026-06-05T04:04:07.827Z Updating git repository `https://github.com/oxidecomputer/lldp`
8342026-06-05T04:04:07.830ZFrom https://github.com/oxidecomputer/lldp
8352026-06-05T04:04:07.830Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8362026-06-05T04:04:07.830Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8372026-06-05T04:04:08.025ZFrom https://github.com/oxidecomputer/slog-error-chain
8382026-06-05T04:04:08.025Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8392026-06-05T04:04:08.446Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8402026-06-05T04:04:08.449ZFrom https://github.com/oxidecomputer/tufaceous
8412026-06-05T04:04:08.449Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8422026-06-05T04:04:08.449Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8432026-06-05T04:04:08.847ZFrom https://github.com/oxidecomputer/management-gateway-service
8442026-06-05T04:04:08.847Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8452026-06-05T04:04:08.882Z Updating git repository `https://github.com/oxidecomputer/crucible`
8462026-06-05T04:04:09.675ZFrom https://github.com/oxidecomputer/crucible
8472026-06-05T04:04:09.675Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8482026-06-05T04:04:09.780Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8492026-06-05T04:04:10.033ZFrom https://github.com/oxidecomputer/serde_human_bytes
8502026-06-05T04:04:10.033Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8512026-06-05T04:04:10.208Z Updating git repository `https://github.com/oxidecomputer/propolis`
8522026-06-05T04:04:10.633ZFrom https://github.com/oxidecomputer/propolis
8532026-06-05T04:04:10.633Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8542026-06-05T04:04:10.726Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-06-05T04:04:11.244ZFrom https://github.com/oxidecomputer/crucible
8562026-06-05T04:04:11.244Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8572026-06-05T04:04:11.308Z Updating git repository `https://github.com/oxidecomputer/tofino`
8582026-06-05T04:04:11.652ZFrom https://github.com/oxidecomputer/tofino
8592026-06-05T04:04:11.652Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8602026-06-05T04:04:11.675Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8612026-06-05T04:04:12.318ZFrom https://github.com/oxidecomputer/maghemite
8622026-06-05T04:04:12.318Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8632026-06-05T04:04:12.370Z Updating git repository `https://github.com/oxidecomputer/clickward`
8642026-06-05T04:04:12.676ZFrom https://github.com/oxidecomputer/clickward
8652026-06-05T04:04:12.676Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8662026-06-05T04:04:12.849Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8672026-06-05T04:04:13.089ZFrom https://github.com/oxidecomputer/illumos-devinfo
8682026-06-05T04:04:13.090Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8692026-06-05T04:04:13.819Z Downloading crates ...
8702026-06-05T04:04:13.921Z Downloaded async-trait v0.1.89
8712026-06-05T04:04:13.924Z Downloaded crc8 v0.1.1
8722026-06-05T04:04:13.927Z Downloaded arrayref v0.3.9
8732026-06-05T04:04:13.955Z Downloaded darling_macro v0.23.0
8742026-06-05T04:04:13.962Z Downloaded dunce v1.0.5
8752026-06-05T04:04:13.962Z Downloaded cstr-argument v0.1.2
8762026-06-05T04:04:13.966Z Downloaded base16ct v1.0.0
8772026-06-05T04:04:13.966Z Downloaded heck v0.4.1
8782026-06-05T04:04:13.969Z Downloaded natord v1.0.9
8792026-06-05T04:04:13.972Z Downloaded inout v0.1.4
8802026-06-05T04:04:13.975Z Downloaded ff v0.13.1
8812026-06-05T04:04:13.975Z Downloaded ciborium v0.2.2
8822026-06-05T04:04:13.980Z Downloaded fs_extra v1.3.0
8832026-06-05T04:04:13.980Z Downloaded num-complex v0.4.6
8842026-06-05T04:04:13.983Z Downloaded darling v0.21.3
8852026-06-05T04:04:13.987Z Downloaded num_enum v0.7.6
8862026-06-05T04:04:13.990Z Downloaded icu_provider v2.2.0
8872026-06-05T04:04:14.395Z Downloaded nom v7.1.3
8882026-06-05T04:04:14.399Z Downloaded hubpack v0.1.2
8892026-06-05T04:04:14.399Z Downloaded papergrid v0.18.0
8902026-06-05T04:04:14.399Z Downloaded opaque-debug v0.3.1
8912026-06-05T04:04:14.399Z Downloaded httpdate v1.0.3
8922026-06-05T04:04:14.399Z Downloaded crypto-bigint v0.5.5
8932026-06-05T04:04:14.399Z Downloaded pest_generator v2.8.6
8942026-06-05T04:04:14.399Z Downloaded omicron-workspace-hack v0.1.0
8952026-06-05T04:04:14.399Z Downloaded minimal-lexical v0.2.1
8962026-06-05T04:04:14.399Z Downloaded ingot-macros v0.1.1
8972026-06-05T04:04:14.399Z Downloaded poly1305 v0.8.0
8982026-06-05T04:04:14.399Z Downloaded hostname v0.3.1
8992026-06-05T04:04:14.399Z Downloaded crossbeam-utils v0.8.21
9002026-06-05T04:04:14.399Z Downloaded ident_case v1.0.1
9012026-06-05T04:04:14.399Z Downloaded highway v1.3.0
9022026-06-05T04:04:14.399Z Downloaded internet-checksum v0.2.1
9032026-06-05T04:04:14.399Z Downloaded hashbrown v0.12.3
9042026-06-05T04:04:14.399Z Downloaded is-terminal v0.4.17
9052026-06-05T04:04:14.399Z Downloaded fxhash v0.2.1
9062026-06-05T04:04:14.399Z Downloaded diff v0.1.13
9072026-06-05T04:04:14.399Z Downloaded erased-serde v0.3.31
9082026-06-05T04:04:14.399Z Downloaded hostname v0.4.2
9092026-06-05T04:04:14.399Z Downloaded hmac v0.12.1
9102026-06-05T04:04:14.399Z Downloaded gethostname v0.5.0
9112026-06-05T04:04:14.399Z Downloaded proc-macro-error-attr2 v2.0.0
9122026-06-05T04:04:14.399Z Downloaded embedded-io v0.6.1
9132026-06-05T04:04:14.400Z Downloaded hash32 v0.3.1
9142026-06-05T04:04:14.400Z Downloaded bcs v0.1.6
9152026-06-05T04:04:14.400Z Downloaded fixedbitset v0.4.2
9162026-06-05T04:04:14.400Z Downloaded bit-vec v0.8.0
9172026-06-05T04:04:14.400Z Downloaded match_cfg v0.1.0
9182026-06-05T04:04:14.400Z Downloaded linear-map v1.2.0
9192026-06-05T04:04:14.400Z Downloaded keccak v0.1.6
9202026-06-05T04:04:14.400Z Downloaded foreign-types v0.5.0
9212026-06-05T04:04:14.400Z Downloaded git-stub v1.0.0
9222026-06-05T04:04:14.400Z Downloaded cmake v0.1.58
9232026-06-05T04:04:14.400Z Downloaded pretty-hex v0.4.2
9242026-06-05T04:04:14.400Z Downloaded ipnetwork v0.21.1
9252026-06-05T04:04:14.400Z Downloaded idna_adapter v1.2.2
9262026-06-05T04:04:14.400Z Downloaded ciborium-ll v0.2.2
9272026-06-05T04:04:14.400Z Downloaded float-ord v0.3.2
9282026-06-05T04:04:14.400Z Downloaded const-oid v0.10.2
9292026-06-05T04:04:14.400Z Downloaded newtype_derive v0.1.6
9302026-06-05T04:04:14.400Z Downloaded newline-converter v0.3.0
9312026-06-05T04:04:14.400Z Downloaded phf_shared v0.12.1
9322026-06-05T04:04:14.400Z Downloaded darling v0.23.0
9332026-06-05T04:04:14.400Z Downloaded bitflags v1.3.2
9342026-06-05T04:04:14.400Z Downloaded enum-as-inner v0.6.1
9352026-06-05T04:04:14.400Z Downloaded bs58 v0.5.1
9362026-06-05T04:04:14.400Z Downloaded dropshot-api-manager-types v0.7.2
9372026-06-05T04:04:14.400Z Downloaded hickory-resolver v0.25.2
9382026-06-05T04:04:14.400Z Downloaded bit-set v0.8.0
9392026-06-05T04:04:14.400Z Downloaded deranged v0.5.8
9402026-06-05T04:04:14.400Z Downloaded anyhow v1.0.102
9412026-06-05T04:04:14.400Z Downloaded crossbeam-deque v0.8.6
9422026-06-05T04:04:14.400Z Downloaded ref-cast-impl v1.0.25
9432026-06-05T04:04:14.400Z Downloaded crypto-common v0.2.2
9442026-06-05T04:04:14.400Z Downloaded ingot-types v0.1.2
9452026-06-05T04:04:14.400Z Downloaded cpufeatures v0.3.0
9462026-06-05T04:04:14.400Z Downloaded console v0.16.3
9472026-06-05T04:04:14.400Z Downloaded cobs v0.3.0
9482026-06-05T04:04:14.400Z Downloaded num-derive v0.4.2
9492026-06-05T04:04:14.400Z Downloaded libsw-core v0.3.2
9502026-06-05T04:04:14.400Z Downloaded dtrace-parser v0.3.0
9512026-06-05T04:04:14.400Z Downloaded mime v0.3.17
9522026-06-05T04:04:14.400Z Downloaded postcard v1.1.3
9532026-06-05T04:04:14.401Z Downloaded arc-swap v1.9.1
9542026-06-05T04:04:14.401Z Downloaded group v0.13.0
9552026-06-05T04:04:14.401Z Downloaded schemars v0.8.22
9562026-06-05T04:04:14.401Z Downloaded rustls-platform-verifier v0.7.0
9572026-06-05T04:04:14.401Z Downloaded schemars_derive v0.8.22
9582026-06-05T04:04:14.401Z Downloaded rustc_version v0.1.7
9592026-06-05T04:04:14.401Z Downloaded serial_test v3.5.0
9602026-06-05T04:04:14.401Z Downloaded no-std-compat v0.4.1
9612026-06-05T04:04:14.401Z Downloaded num-iter v0.1.45
9622026-06-05T04:04:14.401Z Downloaded olpc-cjson v0.1.4
9632026-06-05T04:04:14.401Z Downloaded pest v2.8.6
9642026-06-05T04:04:14.401Z Downloaded num_enum_derive v0.7.6
9652026-06-05T04:04:14.401Z Downloaded memmap2 v0.9.10
9662026-06-05T04:04:14.401Z Downloaded num-conv v0.2.2
9672026-06-05T04:04:14.401Z Downloaded icu_collections v2.2.0
9682026-06-05T04:04:14.401Z Downloaded indexmap v1.9.3
9692026-06-05T04:04:14.401Z Downloaded slog-envlogger v2.2.0
9702026-06-05T04:04:14.401Z Downloaded newtype-uuid-macros v0.1.0
9712026-06-05T04:04:14.401Z Downloaded byte-wrapper v0.1.0
9722026-06-05T04:04:14.401Z Downloaded litemap v0.8.2
9732026-06-05T04:04:14.401Z Downloaded memmap v0.7.0
9742026-06-05T04:04:14.401Z Downloaded libscf-sys v1.2.0
9752026-06-05T04:04:14.401Z Downloaded konst_macro_rules v0.2.19
9762026-06-05T04:04:14.401Z Downloaded progenitor-macro v0.10.0
9772026-06-05T04:04:14.401Z Downloaded lru-cache v0.1.2
9782026-06-05T04:04:14.401Z Downloaded instant v0.1.13
9792026-06-05T04:04:14.401Z Downloaded proptest v1.11.0
9802026-06-05T04:04:14.401Z Downloaded progenitor-client v0.13.0
9812026-06-05T04:04:14.401Z Downloaded proc-macro-error-attr v1.0.4
9822026-06-05T04:04:14.401Z Downloaded plain v0.2.3
9832026-06-05T04:04:14.401Z Downloaded fs-err v3.3.0
9842026-06-05T04:04:14.401Z Downloaded ref-cast v1.0.25
9852026-06-05T04:04:14.401Z Downloaded defmt v1.1.0
9862026-06-05T04:04:14.401Z Downloaded const_format_proc_macros v0.2.34
9872026-06-05T04:04:14.401Z Downloaded managed v0.8.0
9882026-06-05T04:04:14.405Z Downloaded pest_meta v2.8.6
9892026-06-05T04:04:14.405Z Downloaded elliptic-curve v0.13.8
9902026-06-05T04:04:14.405Z Downloaded proc-macro-crate v3.5.0
9912026-06-05T04:04:14.405Z Downloaded argon2 v0.5.3
9922026-06-05T04:04:14.405Z Downloaded progenitor-client v0.14.0
9932026-06-05T04:04:14.405Z Downloaded derive_more v0.99.20
9942026-06-05T04:04:14.405Z Downloaded async-recursion v1.1.1
9952026-06-05T04:04:14.405Z Downloaded paste v1.0.15
9962026-06-05T04:04:14.405Z Downloaded icu_locale_core v2.2.0
9972026-06-05T04:04:14.405Z Downloaded same-file v1.0.6
9982026-06-05T04:04:14.405Z Downloaded potential_utf v0.1.5
9992026-06-05T04:04:14.405Z Downloaded compression-core v0.4.32
10002026-06-05T04:04:14.405Z Downloaded allocator-api2 v0.2.21
10012026-06-05T04:04:14.405Z Downloaded progenitor-macro v0.13.0
10022026-06-05T04:04:14.405Z Downloaded aead v0.5.2
10032026-06-05T04:04:14.405Z Downloaded scroll_derive v0.12.1
10042026-06-05T04:04:14.405Z Downloaded dof v0.3.0
10052026-06-05T04:04:14.405Z Downloaded git-stub-vcs v0.1.0
10062026-06-05T04:04:14.405Z Downloaded chacha20 v0.9.1
10072026-06-05T04:04:14.405Z Downloaded memoffset v0.9.1
10082026-06-05T04:04:14.405Z Downloaded cipher v0.4.4
10092026-06-05T04:04:14.405Z Downloaded multer v3.1.0
10102026-06-05T04:04:14.405Z Downloaded daft v0.1.7
10112026-06-05T04:04:14.405Z Downloaded block-buffer v0.12.0
10122026-06-05T04:04:14.405Z Downloaded dropshot-api-manager v0.7.2
10132026-06-05T04:04:14.406Z Downloaded serde_repr v0.1.20
10142026-06-05T04:04:14.406Z Downloaded serde_plain v1.0.2
10152026-06-05T04:04:14.406Z Downloaded oxide-tokio-rt v0.1.6
10162026-06-05T04:04:14.406Z Downloaded progenitor-client v0.10.0
10172026-06-05T04:04:14.406Z Downloaded proc-macro-crate v1.3.1
10182026-06-05T04:04:14.406Z Downloaded sha1 v0.11.0
10192026-06-05T04:04:14.406Z Downloaded rand_xorshift v0.4.0
10202026-06-05T04:04:14.406Z Downloaded pem v3.0.6
10212026-06-05T04:04:14.406Z Downloaded rand_chacha v0.3.1
10222026-06-05T04:04:14.406Z Downloaded hybrid-array v0.4.12
10232026-06-05T04:04:14.406Z Downloaded bytecount v0.6.9
10242026-06-05T04:04:14.406Z Downloaded hubpack_derive v0.1.1
10252026-06-05T04:04:14.406Z Downloaded foreign-types-shared v0.3.1
10262026-06-05T04:04:14.406Z Downloaded foreign-types-macros v0.2.3
10272026-06-05T04:04:14.406Z Downloaded parse-display-derive v0.10.0
10282026-06-05T04:04:14.406Z Downloaded foldhash v0.2.0
10292026-06-05T04:04:14.406Z Downloaded num v0.4.3
10302026-06-05T04:04:14.406Z Downloaded tabwriter v1.4.1
10312026-06-05T04:04:14.406Z Downloaded macaddr v1.0.1
10322026-06-05T04:04:14.406Z Downloaded async-stream-impl v0.3.6
10332026-06-05T04:04:14.406Z Downloaded icu_normalizer_data v2.2.0
10342026-06-05T04:04:14.406Z Downloaded crossbeam-channel v0.5.15
10352026-06-05T04:04:14.406Z Downloaded spin v0.5.2
10362026-06-05T04:04:14.406Z Downloaded rustversion v1.0.22
10372026-06-05T04:04:14.406Z Downloaded num_enum_derive v0.5.11
10382026-06-05T04:04:14.406Z Downloaded scroll v0.13.0
10392026-06-05T04:04:14.406Z Downloaded rusty-fork v0.3.1
10402026-06-05T04:04:14.406Z Downloaded progenitor v0.14.0
10412026-06-05T04:04:14.406Z Downloaded serde-big-array v0.5.1
10422026-06-05T04:04:14.406Z Downloaded scroll_derive v0.13.1
10432026-06-05T04:04:14.406Z Downloaded defmt-parser v1.0.0
10442026-06-05T04:04:14.406Z Downloaded crunchy v0.2.4
10452026-06-05T04:04:14.406Z Downloaded prettyplease v0.2.37
10462026-06-05T04:04:14.406Z Downloaded icu_properties v2.2.0
10472026-06-05T04:04:14.406Z Downloaded heapless v0.8.0
10482026-06-05T04:04:14.406Z Downloaded structmeta v0.3.0
10492026-06-05T04:04:14.406Z Downloaded powerfmt v0.2.0
10502026-06-05T04:04:14.406Z Downloaded progenitor v0.10.0
10512026-06-05T04:04:14.406Z Downloaded structmeta-derive v0.3.0
10522026-06-05T04:04:14.407Z Downloaded siphasher v1.0.3
10532026-06-05T04:04:14.407Z Downloaded colored v3.1.1
10542026-06-05T04:04:14.407Z Downloaded half v2.7.1
10552026-06-05T04:04:14.407Z Downloaded progenitor-extras v0.2.0
10562026-06-05T04:04:14.407Z Downloaded parse-display v0.10.0
10572026-06-05T04:04:14.407Z Downloaded proc-macro-error v1.0.4
10582026-06-05T04:04:14.407Z Downloaded crossbeam-epoch v0.9.18
10592026-06-05T04:04:14.407Z Downloaded progenitor-macro v0.14.0
10602026-06-05T04:04:14.407Z Downloaded num-integer v0.1.46
10612026-06-05T04:04:14.407Z Downloaded expectorate v1.2.0
10622026-06-05T04:04:14.407Z Downloaded byteorder v1.5.0
10632026-06-05T04:04:14.407Z Downloaded backon v1.6.0
10642026-06-05T04:04:14.407Z Downloaded tagptr v0.2.0
10652026-06-05T04:04:14.407Z Downloaded phf v0.12.1
10662026-06-05T04:04:14.407Z Downloaded termtree v0.5.1
10672026-06-05T04:04:14.407Z Downloaded take_mut v0.2.2
10682026-06-05T04:04:14.407Z Downloaded strum v0.27.2
10692026-06-05T04:04:14.407Z Downloaded semver v0.1.20
10702026-06-05T04:04:14.407Z Downloaded data-encoding v2.11.0
10712026-06-05T04:04:14.407Z Downloaded dof v0.4.0
10722026-06-05T04:04:14.407Z Downloaded testing_table v0.3.0
10732026-06-05T04:04:14.407Z Downloaded backoff v0.4.0
10742026-06-05T04:04:14.407Z Downloaded progenitor-impl v0.13.0
10752026-06-05T04:04:14.407Z Downloaded snafu-derive v0.8.9
10762026-06-05T04:04:14.407Z Downloaded slog-async v2.8.0
10772026-06-05T04:04:14.407Z Downloaded chacha20poly1305 v0.10.1
10782026-06-05T04:04:14.407Z Downloaded cargo_toml v0.22.3
10792026-06-05T04:04:14.407Z Downloaded strum v0.26.3
10802026-06-05T04:04:14.407Z Downloaded smartstring v1.0.1
10812026-06-05T04:04:14.407Z Downloaded slog-term v2.9.2
10822026-06-05T04:04:14.407Z Downloaded num-rational v0.4.2
10832026-06-05T04:04:14.407Z Downloaded thread-id v4.2.2
10842026-06-05T04:04:14.407Z Downloaded progenitor v0.13.0
10852026-06-05T04:04:14.407Z Downloaded csv-core v0.1.13
10862026-06-05T04:04:14.407Z Downloaded rand_core v0.10.1
10872026-06-05T04:04:14.407Z Downloaded tabled_derive v0.11.0
10882026-06-05T04:04:14.411Z Downloaded base64 v0.21.7
10892026-06-05T04:04:14.411Z Downloaded rustls-pemfile v2.2.0
10902026-06-05T04:04:14.411Z Downloaded num_enum v0.5.11
10912026-06-05T04:04:14.411Z Downloaded slog-bunyan v2.5.0
10922026-06-05T04:04:14.411Z Downloaded proc-macro-error2 v2.0.1
10932026-06-05T04:04:14.411Z Downloaded quick-error v1.2.3
10942026-06-05T04:04:14.411Z Downloaded blake2 v0.10.6
10952026-06-05T04:04:14.411Z Downloaded strum_macros v0.26.4
10962026-06-05T04:04:14.411Z Downloaded hickory-resolver v0.24.4
10972026-06-05T04:04:14.411Z Downloaded hashbrown v0.16.1
10982026-06-05T04:04:14.411Z Downloaded scroll v0.12.0
10992026-06-05T04:04:14.411Z Downloaded time-core v0.1.8
11002026-06-05T04:04:14.411Z Downloaded const-random-macro v0.1.16
11012026-06-05T04:04:14.411Z Downloaded serial_test_derive v3.5.0
11022026-06-05T04:04:14.411Z Downloaded password-hash v0.5.0
11032026-06-05T04:04:14.411Z Downloaded schemars v1.2.1
11042026-06-05T04:04:14.411Z Downloaded tabled_derive v0.7.0
11052026-06-05T04:04:14.411Z Downloaded strum_macros v0.27.2
11062026-06-05T04:04:14.411Z Downloaded usdt-attr-macro v0.6.0
11072026-06-05T04:04:14.411Z Downloaded smf v0.2.3
11082026-06-05T04:04:14.411Z Downloaded serde_with_macros v3.20.0
11092026-06-05T04:04:14.411Z Downloaded serde_tokenstream v0.2.3
11102026-06-05T04:04:14.412Z Downloaded serde_yaml v0.9.34+deprecated
11112026-06-05T04:04:14.412Z Downloaded slog-stdlog v4.1.1
11122026-06-05T04:04:14.412Z Downloaded parking_lot v0.11.2
11132026-06-05T04:04:14.412Z Downloaded unarray v0.1.4
11142026-06-05T04:04:14.412Z Downloaded tiny-keccak v2.0.2
11152026-06-05T04:04:14.412Z Downloaded slog-dtrace v0.3.0
11162026-06-05T04:04:14.412Z Downloaded konst v0.2.20
11172026-06-05T04:04:14.412Z Downloaded synstructure v0.13.2
11182026-06-05T04:04:14.412Z Downloaded defmt-macros v1.1.0
11192026-06-05T04:04:14.412Z Downloaded usdt v0.6.0
11202026-06-05T04:04:14.412Z Downloaded digest v0.11.3
11212026-06-05T04:04:14.412Z Downloaded jiff-static v0.2.28
11222026-06-05T04:04:14.412Z Downloaded sled v0.34.7
11232026-06-05T04:04:14.412Z Downloaded utf-8 v0.7.6
11242026-06-05T04:04:14.412Z Downloaded rhai_codegen v3.2.0
11252026-06-05T04:04:14.412Z Downloaded usdt-attr-macro v0.5.0
11262026-06-05T04:04:14.412Z Downloaded typify-macro v0.6.2
11272026-06-05T04:04:14.412Z Downloaded topological-sort v0.2.2
11282026-06-05T04:04:14.412Z Downloaded zerofrom-derive v0.1.7
11292026-06-05T04:04:14.412Z Downloaded wait-timeout v0.2.1
11302026-06-05T04:04:14.412Z Downloaded universal-hash v0.5.1
11312026-06-05T04:04:14.412Z Downloaded thin-vec v0.2.18
11322026-06-05T04:04:14.412Z Downloaded waitgroup v0.1.2
11332026-06-05T04:04:14.412Z Downloaded test-strategy v0.4.5
11342026-06-05T04:04:14.412Z Downloaded ciborium-io v0.2.2
11352026-06-05T04:04:14.412Z Downloaded omicron-zone-package v0.12.2
11362026-06-05T04:04:14.412Z Downloaded tokio-dtrace v0.1.1
11372026-06-05T04:04:14.412Z Downloaded indicatif v0.18.4
11382026-06-05T04:04:14.412Z Downloaded time-macros v0.2.27
11392026-06-05T04:04:14.412Z Downloaded usdt-impl v0.6.0
11402026-06-05T04:04:14.412Z Downloaded zeroize_derive v1.4.3
11412026-06-05T04:04:14.412Z Downloaded thread-id v5.1.0
11422026-06-05T04:04:14.412Z Downloaded icu_normalizer v2.2.0
11432026-06-05T04:04:14.412Z Downloaded zerofrom v0.1.8
11442026-06-05T04:04:14.412Z Downloaded usdt-macro v0.5.0
11452026-06-05T04:04:14.412Z Downloaded untrusted v0.7.1
11462026-06-05T04:04:14.412Z Downloaded unit-prefix v0.5.2
11472026-06-05T04:04:14.413Z Downloaded typify-macro v0.4.3
11482026-06-05T04:04:14.413Z Downloaded steno v0.4.1
11492026-06-05T04:04:14.413Z Downloaded convert_case v0.4.0
11502026-06-05T04:04:14.413Z Downloaded serde_derive_internals v0.29.1
11512026-06-05T04:04:14.413Z Downloaded derive-ex v0.1.8
11522026-06-05T04:04:14.413Z Downloaded async-stream v0.3.6
11532026-06-05T04:04:14.413Z Downloaded rustls-native-certs v0.8.4
11542026-06-05T04:04:14.413Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11552026-06-05T04:04:14.413Z Downloaded tokio-tungstenite v0.21.0
11562026-06-05T04:04:14.413Z Downloaded tinystr v0.8.3
11572026-06-05T04:04:14.413Z Downloaded term v1.2.1
11582026-06-05T04:04:14.413Z Downloaded progenitor-impl v0.10.0
11592026-06-05T04:04:14.413Z Downloaded parking_lot_core v0.8.6
11602026-06-05T04:04:14.413Z Downloaded displaydoc v0.2.6
11612026-06-05T04:04:14.413Z Downloaded dtrace-parser v0.2.0
11622026-06-05T04:04:14.413Z Downloaded dyn-clone v1.0.20
11632026-06-05T04:04:14.413Z Downloaded async-compression v0.4.42
11642026-06-05T04:04:14.413Z Downloaded zerocopy-derive v0.8.50
11652026-06-05T04:04:14.413Z Downloaded schemars v0.9.0
11662026-06-05T04:04:14.413Z Downloaded compression-codecs v0.4.38
11672026-06-05T04:04:14.413Z Downloaded base16ct v0.2.0
11682026-06-05T04:04:14.413Z Downloaded similar v2.7.0
11692026-06-05T04:04:14.413Z Downloaded blake3 v1.8.5
11702026-06-05T04:04:14.413Z Downloaded constant_time_eq v0.4.2
11712026-06-05T04:04:14.418Z Downloaded arrayvec v0.7.6
11722026-06-05T04:04:14.418Z Downloaded resolv-conf v0.7.6
11732026-06-05T04:04:14.418Z Downloaded xz2 v0.1.7
11742026-06-05T04:04:14.418Z Downloaded reqwest v0.13.4
11752026-06-05T04:04:14.423Z Downloaded whoami v1.6.1
11762026-06-05T04:04:14.423Z Downloaded embedded-io v0.4.0
11772026-06-05T04:04:14.423Z Downloaded defmt v0.3.100
11782026-06-05T04:04:14.423Z Downloaded const_format v0.2.36
11792026-06-05T04:04:14.427Z Downloaded linked-hash-map v0.5.6
11802026-06-05T04:04:14.427Z Downloaded libsw v3.5.0
11812026-06-05T04:04:14.427Z Downloaded dropshot_endpoint v0.17.1
11822026-06-05T04:04:14.432Z Downloaded yoke-derive v0.8.2
11832026-06-05T04:04:14.432Z Downloaded writeable v0.6.3
11842026-06-05T04:04:14.432Z Downloaded usdt v0.5.0
11852026-06-05T04:04:14.432Z Downloaded darling_core v0.23.0
11862026-06-05T04:04:14.438Z Downloaded chacha20 v0.10.0
11872026-06-05T04:04:14.438Z Downloaded cancel-safe-futures v0.1.5
11882026-06-05T04:04:14.444Z Downloaded zerocopy-derive v0.7.35
11892026-06-05T04:04:14.444Z Downloaded tungstenite v0.21.0
11902026-06-05T04:04:14.444Z Downloaded toml v0.9.12+spec-1.1.0
11912026-06-05T04:04:14.444Z Downloaded zone v0.3.1
11922026-06-05T04:04:14.448Z Downloaded yoke v0.8.3
11932026-06-05T04:04:14.448Z Downloaded zerovec-derive v0.11.3
11942026-06-05T04:04:14.448Z Downloaded aws-lc-rs v1.17.0
11952026-06-05T04:04:14.451Z Downloaded toml v0.7.8
11962026-06-05T04:04:14.452Z Downloaded typify v0.6.2
11972026-06-05T04:04:14.461Z Downloaded typify v0.4.3
11982026-06-05T04:04:14.469Z Downloaded progenitor-impl v0.14.0
11992026-06-05T04:04:14.469Z Downloaded unsafe-libyaml v0.2.11
12002026-06-05T04:04:14.469Z Downloaded ucd-trie v0.1.7
12012026-06-05T04:04:14.469Z Downloaded snafu v0.8.9
12022026-06-05T04:04:14.469Z Downloaded slog v2.8.2
12032026-06-05T04:04:14.472Z Downloaded rand v0.8.6
12042026-06-05T04:04:14.473Z Downloaded toml_edit v0.25.12+spec-1.1.0
12052026-06-05T04:04:14.473Z Downloaded yansi v1.0.1
12062026-06-05T04:04:14.473Z Downloaded rand v0.10.1
12072026-06-05T04:04:14.473Z Downloaded critical-section v1.2.0
12082026-06-05T04:04:14.477Z Downloaded zerovec v0.11.6
12092026-06-05T04:04:14.480Z Downloaded tabled v0.21.0
12102026-06-05T04:04:14.487Z Downloaded sha3 v0.10.9
12112026-06-05T04:04:14.493Z Downloaded qorb v0.4.1
12122026-06-05T04:04:14.493Z Downloaded const-random v0.1.18
12132026-06-05T04:04:14.496Z Downloaded cookie v0.18.1
12142026-06-05T04:04:14.496Z Downloaded drift v0.2.0
12152026-06-05T04:04:14.501Z Downloaded daft-derive v0.1.7
12162026-06-05T04:04:14.508Z Downloaded crucible-workspace-hack v0.1.0
12172026-06-05T04:04:14.508Z Downloaded darling_macro v0.21.3
12182026-06-05T04:04:14.508Z Downloaded libm v0.2.16
12192026-06-05T04:04:14.508Z Downloaded vsss-rs v3.3.4
12202026-06-05T04:04:14.508Z Downloaded darling_core v0.21.3
12212026-06-05T04:04:14.511Z Downloaded walkdir v2.5.0
12222026-06-05T04:04:14.515Z Downloaded ingot v0.1.1
12232026-06-05T04:04:14.515Z Downloaded glob v0.3.3
12242026-06-05T04:04:14.521Z Downloaded zerotrie v0.2.4
12252026-06-05T04:04:14.525Z Downloaded nom v8.0.0
12262026-06-05T04:04:14.528Z Downloaded itertools v0.12.1
12272026-06-05T04:04:14.532Z Downloaded toml_edit v0.19.15
12282026-06-05T04:04:14.547Z Downloaded sigpipe v0.1.3
12292026-06-05T04:04:14.955Z Downloaded typed-path v0.9.3
12302026-06-05T04:04:14.959Z Downloaded num_threads v0.1.7
12312026-06-05T04:04:14.959Z Downloaded hkdf v0.12.4
12322026-06-05T04:04:14.959Z Downloaded icu_properties_data v2.2.0
12332026-06-05T04:04:14.959Z Downloaded dropshot v0.17.1
12342026-06-05T04:04:14.959Z Downloaded goblin v0.8.2
12352026-06-05T04:04:14.959Z Downloaded iddqd v0.4.2
12362026-06-05T04:04:14.959Z Downloaded tough v0.22.0
12372026-06-05T04:04:14.960Z Downloaded csv v1.4.0
12382026-06-05T04:04:14.960Z Downloaded thiserror-impl-no-std v2.0.2
12392026-06-05T04:04:14.960Z Downloaded rayon v1.12.0
12402026-06-05T04:04:14.960Z Downloaded hickory-proto v0.25.2
12412026-06-05T04:04:14.960Z Downloaded chrono-tz v0.10.4
12422026-06-05T04:04:14.960Z Downloaded moka v0.12.15
12432026-06-05T04:04:14.960Z Downloaded serde_with v3.20.0
12442026-06-05T04:04:14.960Z Downloaded goblin v0.10.7
12452026-06-05T04:04:14.960Z Downloaded pest_derive v2.8.6
12462026-06-05T04:04:14.960Z Downloaded tabled v0.15.0
12472026-06-05T04:04:14.960Z Downloaded syn v1.0.109
12482026-06-05T04:04:14.960Z Downloaded slog-scope v4.4.1
12492026-06-05T04:04:14.960Z Downloaded rayon-core v1.13.0
12502026-06-05T04:04:14.960Z Downloaded nix v0.31.3
12512026-06-05T04:04:14.960Z Downloaded sha1 v0.10.6
12522026-06-05T04:04:14.960Z Downloaded pretty_assertions v1.4.1
12532026-06-05T04:04:14.960Z Downloaded regress v0.10.5
12542026-06-05T04:04:14.960Z Downloaded slog-json v2.6.1
12552026-06-05T04:04:14.960Z Downloaded papergrid v0.11.0
12562026-06-05T04:04:14.960Z Downloaded hickory-proto v0.24.4
12572026-06-05T04:04:14.960Z Downloaded zerocopy v0.7.35
12582026-06-05T04:04:14.960Z Downloaded winnow v0.5.40
12592026-06-05T04:04:14.960Z Downloaded rhai v1.25.1
12602026-06-05T04:04:14.960Z Downloaded thiserror-no-std v2.0.2
12612026-06-05T04:04:14.960Z Downloaded spin v0.9.8
12622026-06-05T04:04:14.960Z Downloaded regress v0.11.1
12632026-06-05T04:04:14.960Z Downloaded openapiv3 v2.2.0
12642026-06-05T04:04:14.960Z Downloaded stable_deref_trait v1.2.1
12652026-06-05T04:04:14.960Z Downloaded smoltcp v0.11.0
12662026-06-05T04:04:14.960Z Downloaded usdt-macro v0.6.0
12672026-06-05T04:04:14.960Z Downloaded secrecy v0.10.3
12682026-06-05T04:04:14.960Z Downloaded oxnet v0.1.6
12692026-06-05T04:04:14.960Z Downloaded typify-impl v0.6.2
12702026-06-05T04:04:14.960Z Downloaded time v0.3.47
12712026-06-05T04:04:14.960Z Downloaded usdt-impl v0.5.0
12722026-06-05T04:04:14.960Z Downloaded smawk v0.3.2
12732026-06-05T04:04:14.960Z Downloaded petgraph v0.6.5
12742026-06-05T04:04:14.960Z Downloaded typify-impl v0.4.3
12752026-06-05T04:04:14.961Z Downloaded lzma-sys v0.1.20
12762026-06-05T04:04:14.961Z Downloaded jiff v0.2.28
12772026-06-05T04:04:14.961Z Downloaded zone_cfg_derive v0.3.1
12782026-06-05T04:04:14.961Z Downloaded encoding_rs v0.8.35
12792026-06-05T04:04:15.239Z Downloaded aws-lc-sys v0.41.0
12802026-06-05T04:04:16.137Z Compiling proc-macro2 v1.0.106
12812026-06-05T04:04:16.137Z Compiling unicode-ident v1.0.24
12822026-06-05T04:04:16.137Z Compiling quote v1.0.45
12832026-06-05T04:04:16.137Z Compiling serde_core v1.0.228
12842026-06-05T04:04:16.137Z Compiling cfg-if v1.0.4
12852026-06-05T04:04:16.140Z Compiling serde v1.0.228
12862026-06-05T04:04:16.140Z Compiling libc v0.2.186
12872026-06-05T04:04:16.140Z Compiling memchr v2.8.1
12882026-06-05T04:04:16.295Z Compiling itoa v1.0.18
12892026-06-05T04:04:16.464Z Compiling smallvec v1.15.1
12902026-06-05T04:04:16.557Z Compiling zmij v1.0.21
12912026-06-05T04:04:16.604Z Compiling autocfg v1.5.1
12922026-06-05T04:04:16.663Z Compiling libm v0.2.16
12932026-06-05T04:04:16.905Z Compiling stable_deref_trait v1.2.1
12942026-06-05T04:04:16.947Z Compiling writeable v0.6.3
12952026-06-05T04:04:16.992Z Compiling percent-encoding v2.3.2
12962026-06-05T04:04:17.486Z Compiling litemap v0.8.2
12972026-06-05T04:04:17.490Z Compiling icu_normalizer_data v2.2.0
12982026-06-05T04:04:17.490Z Compiling icu_properties_data v2.2.0
12992026-06-05T04:04:17.490Z Compiling utf8_iter v1.0.4
13002026-06-05T04:04:17.490Z Compiling iana-time-zone v0.1.65
13012026-06-05T04:04:17.490Z Compiling equivalent v1.0.2
13022026-06-05T04:04:17.490Z Compiling form_urlencoded v1.2.2
13032026-06-05T04:04:17.490Z Compiling serde_json v1.0.150
13042026-06-05T04:04:17.490Z Compiling syn v2.0.117
13052026-06-05T04:04:17.525Z Compiling dyn-clone v1.0.20
13062026-06-05T04:04:17.539Z Compiling pin-project-lite v0.2.17
13072026-06-05T04:04:17.574Z Compiling version_check v0.9.5
13082026-06-05T04:04:17.629Z Compiling parking_lot_core v0.9.12
13092026-06-05T04:04:17.641Z Compiling scopeguard v1.2.0
13102026-06-05T04:04:17.658Z Compiling num-traits v0.2.19
13112026-06-05T04:04:17.670Z Compiling thiserror v2.0.18
13122026-06-05T04:04:17.738Z Compiling lock_api v0.4.14
13132026-06-05T04:04:17.868Z Compiling getrandom v0.4.2
13142026-06-05T04:04:17.917Z Compiling rand_core v0.10.1
13152026-06-05T04:04:17.962Z Compiling hashbrown v0.17.1
13162026-06-05T04:04:18.063Z Compiling errno v0.3.14
13172026-06-05T04:04:18.162Z Compiling log v0.4.32
13182026-06-05T04:04:18.202Z Compiling heck v0.5.0
13192026-06-05T04:04:18.211Z Compiling futures-core v0.3.32
13202026-06-05T04:04:18.321Z Compiling semver v1.0.28
13212026-06-05T04:04:18.445Z Compiling uuid v1.23.2
13222026-06-05T04:04:18.456Z Compiling indexmap v2.14.0
13232026-06-05T04:04:18.923Z Compiling zerocopy v0.8.50
13242026-06-05T04:04:18.956Z Compiling futures-sink v0.3.32
13252026-06-05T04:04:18.956Z Compiling schemars v0.8.22
13262026-06-05T04:04:18.956Z Compiling slab v0.4.12
13272026-06-05T04:04:18.956Z Compiling jobserver v0.1.34
13282026-06-05T04:04:18.994Z Compiling rustversion v1.0.22
13292026-06-05T04:04:19.019Z Compiling find-msvc-tools v0.1.9
13302026-06-05T04:04:19.025Z Compiling fnv v1.0.7
13312026-06-05T04:04:19.124Z Compiling shlex v2.0.1
13322026-06-05T04:04:19.144Z Compiling futures-channel v0.3.32
13332026-06-05T04:04:19.658Z Compiling bitflags v2.12.1
13342026-06-05T04:04:19.676Z Compiling cc v1.2.63
13352026-06-05T04:04:19.676Z Compiling futures-task v0.3.32
13362026-06-05T04:04:19.676Z Compiling futures-io v0.3.32
13372026-06-05T04:04:19.676Z Compiling socket2 v0.6.4
13382026-06-05T04:04:19.676Z Compiling signal-hook-registry v1.4.8
13392026-06-05T04:04:19.677Z Compiling mio v1.2.1
13402026-06-05T04:04:19.677Z Compiling portable-atomic v1.13.1
13412026-06-05T04:04:20.177Z Compiling parking_lot v0.12.5
13422026-06-05T04:04:20.180Z Compiling dunce v1.0.5
13432026-06-05T04:04:20.180Z Compiling fs_extra v1.3.0
13442026-06-05T04:04:20.180Z Compiling typenum v1.20.1
13452026-06-05T04:04:20.180Z Compiling cmake v0.1.58
13462026-06-05T04:04:20.180Z Compiling critical-section v1.2.0
13472026-06-05T04:04:20.180Z Compiling base64 v0.22.1
13482026-06-05T04:04:20.194Z Compiling slog v2.8.2
13492026-06-05T04:04:20.211Z Compiling synstructure v0.13.2
13502026-06-05T04:04:20.341Z Compiling serde_derive_internals v0.29.1
13512026-06-05T04:04:20.487Z Compiling subtle v2.6.1
13522026-06-05T04:04:20.526Z Compiling byteorder v1.5.0
13532026-06-05T04:04:20.538Z Compiling aws-lc-sys v0.41.0
13542026-06-05T04:04:20.600Z Compiling once_cell v1.21.4
13552026-06-05T04:04:20.687Z Compiling strsim v0.11.1
13562026-06-05T04:04:20.727Z Compiling rustix v1.1.4
13572026-06-05T04:04:21.148Z Compiling regex-syntax v0.8.10
13582026-06-05T04:04:21.166Z Compiling httparse v1.10.1
13592026-06-05T04:04:21.166Z Compiling ipnet v2.12.0
13602026-06-05T04:04:21.166Z Compiling atomic-waker v1.1.2
13612026-06-05T04:04:21.166Z Compiling tower-layer v0.3.3
13622026-06-05T04:04:21.171Z Compiling tower-service v0.3.3
13632026-06-05T04:04:21.251Z Compiling getrandom v0.2.17
13642026-06-05T04:04:21.251Z Compiling ryu v1.0.23
13652026-06-05T04:04:21.292Z Compiling ucd-trie v0.1.7
13662026-06-05T04:04:21.375Z Compiling try-lock v0.2.5
13672026-06-05T04:04:21.440Z Compiling thiserror v1.0.69
13682026-06-05T04:04:21.443Z Compiling untrusted v0.9.0
13692026-06-05T04:04:21.474Z Compiling want v0.3.1
13702026-06-05T04:04:21.487Z Compiling serde_derive v1.0.228
13712026-06-05T04:04:21.543Z Compiling zerofrom-derive v0.1.7
13722026-06-05T04:04:21.632Z Compiling yoke-derive v0.8.2
13732026-06-05T04:04:21.637Z Compiling zerovec-derive v0.11.3
13742026-06-05T04:04:21.668Z Compiling displaydoc v0.2.6
13752026-06-05T04:04:21.759Z Compiling schemars_derive v0.8.22
13762026-06-05T04:04:22.434Z Compiling thiserror-impl v2.0.18
13772026-06-05T04:04:22.619Z Compiling tokio-macros v2.7.0
13782026-06-05T04:04:22.697Z Compiling zerocopy-derive v0.8.50
13792026-06-05T04:04:22.716Z Compiling zerofrom v0.1.8
13802026-06-05T04:04:22.895Z Compiling yoke v0.8.3
13812026-06-05T04:04:22.956Z Compiling zeroize_derive v1.4.3
13822026-06-05T04:04:23.434Z Compiling zerovec v0.11.6
13832026-06-05T04:04:23.461Z Compiling zerotrie v0.2.4
13842026-06-05T04:04:23.461Z Compiling futures-macro v0.3.32
13852026-06-05T04:04:23.543Z Compiling tinystr v0.8.3
13862026-06-05T04:04:23.643Z Compiling potential_utf v0.1.5
13872026-06-05T04:04:23.703Z Compiling zeroize v1.8.2
13882026-06-05T04:04:24.155Z Compiling icu_locale_core v2.2.0
13892026-06-05T04:04:24.159Z Compiling icu_collections v2.2.0
13902026-06-05T04:04:24.159Z Compiling thiserror-impl v1.0.69
13912026-06-05T04:04:24.159Z Compiling pest v2.8.6
13922026-06-05T04:04:24.282Z Compiling futures-util v0.3.32
13932026-06-05T04:04:24.309Z Compiling rand_core v0.6.4
13942026-06-05T04:04:24.529Z Compiling icu_provider v2.2.0
13952026-06-05T04:04:24.703Z Compiling bytes v1.11.1
13962026-06-05T04:04:24.834Z Compiling icu_normalizer v2.2.0
13972026-06-05T04:04:25.272Z Compiling icu_properties v2.2.0
13982026-06-05T04:04:25.284Z Compiling chrono v0.4.45
13992026-06-05T04:04:25.284Z Compiling http v1.4.1
14002026-06-05T04:04:25.344Z Compiling tokio v1.52.3
14012026-06-05T04:04:25.438Z Compiling serde_tokenstream v0.2.3
14022026-06-05T04:04:25.691Z Compiling erased-serde v0.3.31
14032026-06-05T04:04:26.027Z Compiling idna_adapter v1.2.2
14042026-06-05T04:04:26.164Z Compiling idna v1.1.0
14052026-06-05T04:04:26.230Z Compiling http-body v1.0.1
14062026-06-05T04:04:26.382Z Compiling httpdate v1.0.3
14072026-06-05T04:04:26.582Z Compiling url v2.5.8
14082026-06-05T04:04:26.611Z Compiling pest_meta v2.8.6
14092026-06-05T04:04:26.634Z Compiling getrandom v0.3.4
14102026-06-05T04:04:26.682Z Compiling pretty-hex v0.4.2
14112026-06-05T04:04:26.792Z Compiling plain v0.2.3
14122026-06-05T04:04:26.921Z Compiling ppv-lite86 v0.2.21
14132026-06-05T04:04:26.986Z Compiling winnow v1.0.3
14142026-06-05T04:04:27.083Z Compiling allocator-api2 v0.2.21
14152026-06-05T04:04:27.216Z Compiling pest_generator v2.8.6
14162026-06-05T04:04:27.288Z Compiling foldhash v0.2.0
14172026-06-05T04:04:27.427Z Compiling paste v1.0.15
14182026-06-05T04:04:27.536Z Compiling hashbrown v0.16.1
14192026-06-05T04:04:27.770Z Compiling tracing-attributes v0.1.31
14202026-06-05T04:04:27.907Z Compiling tracing-core v0.1.36
14212026-06-05T04:04:27.965Z Compiling ipnetwork v0.21.1
14222026-06-05T04:04:28.021Z Compiling pest_derive v2.8.6
14232026-06-05T04:04:28.092Z Compiling oxnet v0.1.6
14242026-06-05T04:04:28.298Z Compiling omicron-workspace-hack v0.1.0
14252026-06-05T04:04:28.404Z Compiling ident_case v1.0.1
14262026-06-05T04:04:28.557Z Compiling http-body-util v0.1.3
14272026-06-05T04:04:28.602Z Compiling serde_urlencoded v0.7.1
14282026-06-05T04:04:28.602Z Compiling aho-corasick v1.1.4
14292026-06-05T04:04:28.714Z Compiling sync_wrapper v1.0.2
14302026-06-05T04:04:28.766Z Compiling daft-derive v0.1.7
14312026-06-05T04:04:28.989Z Compiling tracing v0.1.44
14322026-06-05T04:04:29.069Z Compiling fastrand v2.4.1
14332026-06-05T04:04:29.214Z Compiling tokio-util v0.7.18
14342026-06-05T04:04:29.306Z Compiling async-trait v0.1.89
14352026-06-05T04:04:29.537Z Compiling regex-automata v0.4.14
14362026-06-05T04:04:29.822Z Compiling scroll_derive v0.13.1
14372026-06-05T04:04:29.990Z Compiling powerfmt v0.2.0
14382026-06-05T04:04:30.056Z Compiling aws-lc-rs v1.17.0
14392026-06-05T04:04:30.188Z Compiling num-conv v0.2.2
14402026-06-05T04:04:30.290Z Compiling time-core v0.1.8
14412026-06-05T04:04:30.340Z Compiling anyhow v1.0.102
14422026-06-05T04:04:30.374Z Compiling deranged v0.5.8
14432026-06-05T04:04:30.428Z Compiling time-macros v0.2.27
14442026-06-05T04:04:30.662Z Compiling scroll v0.13.0
14452026-06-05T04:04:30.902Z Compiling rustls-pki-types v1.14.1
14462026-06-05T04:04:30.919Z Compiling openssl-probe v0.2.1
14472026-06-05T04:04:31.105Z Compiling hex v0.4.3
14482026-06-05T04:04:31.316Z Compiling regex v1.12.3
14492026-06-05T04:04:31.348Z Compiling num_threads v0.1.7
14502026-06-05T04:04:31.402Z Compiling goblin v0.10.7
14512026-06-05T04:04:31.436Z Compiling untrusted v0.7.1
14522026-06-05T04:04:31.560Z Compiling camino v1.2.2
14532026-06-05T04:04:31.776Z Compiling usdt-impl v0.6.0
14542026-06-05T04:04:31.825Z Compiling rustls v0.23.40
14552026-06-05T04:04:31.936Z Compiling crc32fast v1.5.0
14562026-06-05T04:04:32.054Z Compiling h2 v0.4.14
14572026-06-05T04:04:32.063Z Compiling dtrace-parser v0.3.0
14582026-06-05T04:04:32.154Z Compiling crossbeam-utils v0.8.21
14592026-06-05T04:04:32.459Z Compiling futures-executor v0.3.32
14602026-06-05T04:04:32.481Z Compiling structmeta-derive v0.3.0
14612026-06-05T04:04:32.619Z Compiling thread-id v5.1.0
14622026-06-05T04:04:32.700Z Compiling simd-adler32 v0.3.9
14632026-06-05T04:04:32.731Z Compiling adler2 v2.0.1
14642026-06-05T04:04:32.860Z Compiling cpufeatures v0.3.0
14652026-06-05T04:04:32.910Z Compiling miniz_oxide v0.8.9
14662026-06-05T04:04:32.922Z Compiling futures v0.3.32
14672026-06-05T04:04:32.932Z Compiling rand_core v0.9.5
14682026-06-05T04:04:33.138Z Compiling darling_core v0.23.0
14692026-06-05T04:04:33.504Z Compiling newtype-uuid-macros v0.1.0
14702026-06-05T04:04:33.537Z Compiling structmeta v0.3.0
14712026-06-05T04:04:33.547Z Compiling hybrid-array v0.4.12
14722026-06-05T04:04:33.943Z Compiling thread_local v1.1.9
14732026-06-05T04:04:34.033Z Compiling match_cfg v0.1.0
14742026-06-05T04:04:34.103Z Compiling hyper v1.10.1
14752026-06-05T04:04:34.205Z Compiling dof v0.4.0
14762026-06-05T04:04:34.785Z Compiling flate2 v1.1.9
14772026-06-05T04:04:34.802Z Compiling newtype-uuid v1.3.2
14782026-06-05T04:04:35.153Z Compiling compression-core v0.4.32
14792026-06-05T04:04:35.271Z Compiling hyper-util v0.1.20
14802026-06-05T04:04:35.310Z Compiling darling_macro v0.23.0
14812026-06-05T04:04:35.555Z Compiling quick-error v1.2.3
14822026-06-05T04:04:35.659Z Compiling ref-cast v1.0.25
14832026-06-05T04:04:35.855Z Compiling slog-async v2.8.0
14842026-06-05T04:04:35.895Z Compiling darling v0.23.0
14852026-06-05T04:04:35.974Z Compiling compression-codecs v0.4.38
14862026-06-05T04:04:36.001Z Compiling daft v0.1.7
14872026-06-05T04:04:36.029Z Compiling crypto-common v0.2.2
14882026-06-05T04:04:36.536Z Compiling block-buffer v0.12.0
14892026-06-05T04:04:36.549Z Compiling rand_chacha v0.9.0
14902026-06-05T04:04:36.549Z Compiling strum_macros v0.26.4
14912026-06-05T04:04:36.549Z Compiling ref-cast-impl v1.0.25
14922026-06-05T04:04:36.549Z Compiling usdt-attr-macro v0.6.0
14932026-06-05T04:04:36.602Z Compiling usdt-macro v0.6.0
14942026-06-05T04:04:36.643Z Compiling serde_spanned v1.1.1
14952026-06-05T04:04:36.824Z Compiling generic-array v0.14.7
14962026-06-05T04:04:36.917Z Compiling multer v3.1.0
14972026-06-05T04:04:36.980Z Compiling term v1.2.1
14982026-06-05T04:04:37.063Z Compiling debug-ignore v1.0.5
14992026-06-05T04:04:37.132Z Compiling toml_writer v1.1.1+spec-1.1.0
15002026-06-05T04:04:37.155Z Compiling const-oid v0.10.2
15012026-06-05T04:04:37.170Z Compiling take_mut v0.2.2
15022026-06-05T04:04:37.252Z Compiling bit-vec v0.8.0
15032026-06-05T04:04:37.316Z Compiling digest v0.11.3
15042026-06-05T04:04:37.425Z Compiling bit-set v0.8.0
15052026-06-05T04:04:37.586Z Compiling rand v0.9.4
15062026-06-05T04:04:37.594Z Compiling serde_with_macros v3.20.0
15072026-06-05T04:04:37.602Z Compiling async-stream-impl v0.3.6
15082026-06-05T04:04:37.654Z Compiling dropshot v0.17.1
15092026-06-05T04:04:37.754Z Compiling encoding_rs v0.8.35
15102026-06-05T04:04:37.897Z Compiling strum v0.26.3
15112026-06-05T04:04:37.942Z Compiling syn v1.0.109
15122026-06-05T04:04:38.013Z Compiling spin v0.9.8
15132026-06-05T04:04:38.112Z Compiling unarray v0.1.4
15142026-06-05T04:04:38.167Z Compiling mime v0.3.17
15152026-06-05T04:04:38.230Z Compiling async-stream v0.3.6
15162026-06-05T04:04:38.251Z Compiling sha1 v0.11.0
15172026-06-05T04:04:38.399Z Compiling derive-ex v0.1.8
15182026-06-05T04:04:38.431Z Compiling tower v0.5.3
15192026-06-05T04:04:38.488Z Compiling dropshot_endpoint v0.17.1
15202026-06-05T04:04:38.576Z Compiling macaddr v1.0.1
15212026-06-05T04:04:38.839Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15222026-06-05T04:04:38.858Z Compiling waitgroup v0.1.2
15232026-06-05T04:04:38.990Z Compiling serde_path_to_error v0.1.20
15242026-06-05T04:04:39.245Z Compiling tower-http v0.6.11
15252026-06-05T04:04:39.315Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15262026-06-05T04:04:39.442Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15272026-06-05T04:04:39.464Z Compiling tempfile v3.27.0
15282026-06-05T04:04:40.032Z Compiling openapiv3 v2.2.0
15292026-06-05T04:04:40.037Z Compiling strum_macros v0.27.2
15302026-06-05T04:04:40.037Z Compiling test-strategy v0.4.5
15312026-06-05T04:04:40.229Z Compiling instant v0.1.13
15322026-06-05T04:04:40.324Z Compiling time v0.3.47
15332026-06-05T04:04:41.034Z Compiling rustls-native-certs v0.8.4
15342026-06-05T04:04:41.254Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15352026-06-05T04:04:41.380Z Compiling crossbeam-channel v0.5.15
15362026-06-05T04:04:41.394Z Compiling crypto-common v0.1.7
15372026-06-05T04:04:41.514Z Compiling strum v0.27.2
15382026-06-05T04:04:41.856Z Compiling parse-display-derive v0.10.0
15392026-06-05T04:04:41.863Z Compiling backon v1.6.0
15402026-06-05T04:04:42.012Z Compiling rand_chacha v0.3.1
15412026-06-05T04:04:42.178Z Compiling slog-json v2.6.1
15422026-06-05T04:04:42.392Z Compiling rand v0.8.6
15432026-06-05T04:04:42.642Z Compiling hostname v0.3.1
15442026-06-05T04:04:42.776Z Compiling toml_parser v1.1.2+spec-1.1.0
15452026-06-05T04:04:42.850Z Compiling toml_datetime v1.1.1+spec-1.1.0
15462026-06-05T04:04:43.031Z Compiling is-terminal v0.4.17
15472026-06-05T04:04:43.054Z Compiling wait-timeout v0.2.1
15482026-06-05T04:04:43.118Z Compiling memmap2 v0.9.10
15492026-06-05T04:04:43.315Z Compiling either v1.16.0
15502026-06-05T04:04:43.332Z Compiling usdt v0.6.0
15512026-06-05T04:04:43.351Z Compiling rusty-fork v0.3.1
15522026-06-05T04:04:43.469Z Compiling toml v1.1.2+spec-1.1.0
15532026-06-05T04:04:43.521Z Compiling slog-term v2.9.2
15542026-06-05T04:04:43.649Z Compiling slog-bunyan v2.5.0
15552026-06-05T04:04:43.721Z Compiling serde_with v3.20.0
15562026-06-05T04:04:43.735Z Compiling async-compression v0.4.42
15572026-06-05T04:04:43.753Z Compiling rand_xorshift v0.4.0
15582026-06-05T04:04:43.884Z Compiling rustls-pemfile v2.2.0
15592026-06-05T04:04:44.039Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15602026-06-05T04:04:44.089Z Compiling regress v0.10.5
15612026-06-05T04:04:44.166Z Compiling hostname v0.4.2
15622026-06-05T04:04:44.208Z Compiling humantime v2.3.0
15632026-06-05T04:04:44.299Z Compiling proptest v1.11.0
15642026-06-05T04:04:44.798Z Compiling iddqd v0.4.2
15652026-06-05T04:04:45.063Z Compiling reqwest v0.12.28
15662026-06-05T04:04:45.249Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15672026-06-05T04:04:45.476Z Compiling block-buffer v0.10.4
15682026-06-05T04:04:45.491Z Compiling utf8parse v0.2.2
15692026-06-05T04:04:45.626Z Compiling digest v0.10.7
15702026-06-05T04:04:45.783Z Compiling anstyle-parse v1.0.0
15712026-06-05T04:04:45.836Z Compiling itertools v0.14.0
15722026-06-05T04:04:45.968Z Compiling parse-display v0.10.0
15732026-06-05T04:04:46.098Z Compiling progenitor-client v0.10.0
15742026-06-05T04:04:46.281Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15752026-06-05T04:04:46.385Z Compiling backoff v0.4.0
15762026-06-05T04:04:46.605Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15772026-06-05T04:04:46.890Z Compiling anstyle-query v1.1.5
15782026-06-05T04:04:47.082Z Compiling colorchoice v1.0.5
15792026-06-05T04:04:47.194Z Compiling anstyle v1.0.14
15802026-06-05T04:04:47.273Z Compiling is_terminal_polyfill v1.70.2
15812026-06-05T04:04:47.433Z Compiling anstream v1.0.0
15822026-06-05T04:04:47.680Z Compiling clap_lex v1.1.0
15832026-06-05T04:04:48.112Z Compiling regress v0.11.1
15842026-06-05T04:04:48.207Z Compiling clap_derive v4.6.1
15852026-06-05T04:04:48.505Z Compiling terminal_size v0.4.4
15862026-06-05T04:04:50.302Z Compiling typify-impl v0.6.2
15872026-06-05T04:04:50.407Z Compiling toml_datetime v0.6.11
15882026-06-05T04:04:50.407Z Compiling zerocopy-derive v0.7.35
15892026-06-05T04:04:50.407Z Compiling cpufeatures v0.2.17
15902026-06-05T04:04:50.407Z Compiling convert_case v0.4.0
15912026-06-05T04:04:50.407Z Compiling clap_builder v4.6.0
15922026-06-05T04:04:50.841Z Compiling derive_more v0.99.20
15932026-06-05T04:04:50.944Z Compiling zerocopy v0.7.35
15942026-06-05T04:04:51.912Z Compiling toml_edit v0.25.12+spec-1.1.0
15952026-06-05T04:04:52.229Z Compiling unicode-width v0.2.2
15962026-06-05T04:04:52.446Z Compiling proc-macro-crate v3.5.0
15972026-06-05T04:04:52.796Z Compiling clap v4.6.1
15982026-06-05T04:04:52.879Z Compiling secrecy v0.10.3
15992026-06-05T04:04:52.942Z Compiling float-ord v0.3.2
16002026-06-05T04:04:53.021Z Compiling tinyvec_macros v0.1.1
16012026-06-05T04:04:53.057Z Compiling crucible-workspace-hack v0.1.0
16022026-06-05T04:04:53.090Z Compiling tinyvec v1.11.0
16032026-06-05T04:04:53.279Z Compiling num_enum_derive v0.7.6
16042026-06-05T04:04:53.990Z Compiling dtrace-parser v0.2.0
16052026-06-05T04:04:54.006Z Compiling scroll_derive v0.12.1
16062026-06-05T04:04:54.006Z Compiling num-integer v0.1.46
16072026-06-05T04:04:54.007Z Compiling rustc_version v0.4.1
16082026-06-05T04:04:54.019Z Compiling usdt-impl v0.5.0
16092026-06-05T04:04:54.400Z Compiling curve25519-dalek v4.1.3
16102026-06-05T04:04:54.446Z Compiling num_enum v0.7.6
16112026-06-05T04:04:54.446Z Compiling scroll v0.12.0
16122026-06-05T04:04:54.550Z Compiling dof v0.3.0
16132026-06-05T04:04:54.669Z Compiling hmac v0.12.1
16142026-06-05T04:04:54.687Z Compiling inout v0.1.4
16152026-06-05T04:04:54.802Z Compiling darling_core v0.21.3
16162026-06-05T04:04:54.833Z Compiling ff v0.13.1
16172026-06-05T04:04:54.895Z Compiling thread-id v4.2.2
16182026-06-05T04:04:54.926Z Compiling group v0.13.0
16192026-06-05T04:04:55.032Z Compiling cipher v0.4.4
16202026-06-05T04:04:55.225Z Compiling hkdf v0.12.4
16212026-06-05T04:04:55.357Z Compiling goblin v0.8.2
16222026-06-05T04:04:55.470Z Compiling num-iter v0.1.45
16232026-06-05T04:04:55.676Z Compiling num-rational v0.4.2
16242026-06-05T04:04:55.813Z Compiling thiserror-impl-no-std v2.0.2
16252026-06-05T04:04:55.893Z Compiling universal-hash v0.5.1
16262026-06-05T04:04:56.019Z Compiling crypto-bigint v0.5.5
16272026-06-05T04:04:56.044Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16282026-06-05T04:04:56.228Z Compiling typify-macro v0.6.2
16292026-06-05T04:04:56.326Z Compiling crossbeam-epoch v0.9.18
16302026-06-05T04:04:56.645Z Compiling half v2.7.1
16312026-06-05T04:04:56.663Z Compiling curve25519-dalek-derive v0.1.1
16322026-06-05T04:04:56.901Z Compiling darling_macro v0.21.3
16332026-06-05T04:04:57.151Z Compiling num-complex v0.4.6
16342026-06-05T04:04:57.360Z Compiling opaque-debug v0.3.1
16352026-06-05T04:04:57.514Z Compiling base64ct v1.8.3
16362026-06-05T04:04:57.514Z Compiling ciborium-io v0.2.2
16372026-06-05T04:04:57.514Z Compiling base16ct v0.2.0
16382026-06-05T04:04:57.514Z Compiling ciborium-ll v0.2.2
16392026-06-05T04:04:57.687Z Compiling darling v0.21.3
16402026-06-05T04:04:57.687Z Compiling elliptic-curve v0.13.8
16412026-06-05T04:04:57.802Z Compiling password-hash v0.5.0
16422026-06-05T04:04:57.802Z Compiling poly1305 v0.8.0
16432026-06-05T04:04:59.194Z Compiling num v0.4.3
16442026-06-05T04:04:59.543Z Compiling thiserror-no-std v2.0.2
16452026-06-05T04:04:59.543Z Compiling typify v0.6.2
16462026-06-05T04:04:59.543Z Compiling chacha20 v0.9.1
16472026-06-05T04:04:59.543Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16482026-06-05T04:04:59.544Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16492026-06-05T04:04:59.712Z Compiling blake2 v0.10.6
16502026-06-05T04:04:59.712Z Compiling aead v0.5.2
16512026-06-05T04:04:59.712Z Compiling byte-wrapper v0.1.0
16522026-06-05T04:04:59.712Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16532026-06-05T04:04:59.712Z Compiling proc-macro-error-attr v1.0.4
16542026-06-05T04:05:01.712Z Compiling rustix v0.38.44
16552026-06-05T04:05:01.829Z Compiling prettyplease v0.2.37
16562026-06-05T04:05:01.829Z Compiling keccak v0.1.6
16572026-06-05T04:05:01.829Z Compiling heapless v0.8.0
16582026-06-05T04:05:01.834Z Compiling unsafe-libyaml v0.2.11
16592026-06-05T04:05:01.834Z Compiling sha3 v0.10.9
16602026-06-05T04:05:01.834Z Compiling serde_yaml v0.9.34+deprecated
16612026-06-05T04:05:01.834Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16622026-06-05T04:05:01.834Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16632026-06-05T04:05:01.834Z Compiling chacha20poly1305 v0.10.1
16642026-06-05T04:05:01.973Z Compiling argon2 v0.5.3
16652026-06-05T04:05:02.037Z Compiling vsss-rs v3.3.4
16662026-06-05T04:05:02.214Z Compiling ingot-macros v0.1.1
16672026-06-05T04:05:02.675Z Compiling ciborium v0.2.2
16682026-06-05T04:05:02.818Z Compiling usdt-macro v0.5.0
16692026-06-05T04:05:02.877Z Compiling usdt-attr-macro v0.5.0
16702026-06-05T04:05:03.819Z Compiling serde_spanned v0.6.9
16712026-06-05T04:05:04.040Z Compiling enum-as-inner v0.6.1
16722026-06-05T04:05:04.077Z Compiling hash32 v0.3.1
16732026-06-05T04:05:04.226Z Compiling proc-macro-error v1.0.4
16742026-06-05T04:05:04.911Z Compiling memmap v0.7.0
16752026-06-05T04:05:05.095Z Compiling memoffset v0.9.1
16762026-06-05T04:05:05.095Z Compiling cfg_aliases v0.2.1
16772026-06-05T04:05:05.095Z Compiling winnow v0.5.40
16782026-06-05T04:05:05.095Z Compiling smoltcp v0.11.0
16792026-06-05T04:05:05.095Z Compiling data-encoding v2.11.0
16802026-06-05T04:05:05.095Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16812026-06-05T04:05:05.095Z Compiling winnow v0.7.15
16822026-06-05T04:05:05.195Z Compiling toml_write v0.1.2
16832026-06-05T04:05:05.195Z Compiling indent_write v2.2.0
16842026-06-05T04:05:05.271Z Compiling ingot-types v0.1.2
16852026-06-05T04:05:05.339Z Compiling nix v0.31.3
16862026-06-05T04:05:05.395Z Compiling usdt v0.5.0
16872026-06-05T04:05:05.632Z Compiling rustls-webpki v0.103.13
16882026-06-05T04:05:05.751Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16892026-06-05T04:05:05.786Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16902026-06-05T04:05:05.841Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16912026-06-05T04:05:05.948Z Compiling toml_edit v0.19.15
16922026-06-05T04:05:06.378Z Compiling toml_edit v0.22.27
16932026-06-05T04:05:06.652Z Compiling tabwriter v1.4.1
16942026-06-05T04:05:06.779Z Compiling cobs v0.3.0
16952026-06-05T04:05:06.852Z Compiling serde_repr v0.1.20
16962026-06-05T04:05:06.952Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16972026-06-05T04:05:07.274Z Compiling bitflags v1.3.2
16982026-06-05T04:05:07.483Z Compiling managed v0.8.0
16992026-06-05T04:05:07.592Z Compiling vcpkg v0.2.15
17002026-06-05T04:05:07.592Z Compiling pkg-config v0.3.33
17012026-06-05T04:05:07.998Z Compiling toml v0.8.23
17022026-06-05T04:05:08.047Z Compiling proc-macro-crate v1.3.1
17032026-06-05T04:05:08.047Z Compiling openssl-sys v0.9.116
17042026-06-05T04:05:08.286Z Compiling postcard v1.1.3
17052026-06-05T04:05:08.721Z Compiling ingot v0.1.1
17062026-06-05T04:05:08.957Z Compiling tokio-rustls v0.26.4
17072026-06-05T04:05:09.246Z Compiling hyper-rustls v0.27.9
17082026-06-05T04:05:09.638Z Compiling rustls-platform-verifier v0.7.0
17092026-06-05T04:05:10.024Z Compiling reqwest v0.13.4
17102026-06-05T04:05:10.700Z Compiling hubpack_derive v0.1.1
17112026-06-05T04:05:10.776Z Compiling foreign-types-macros v0.2.3
17122026-06-05T04:05:11.167Z Compiling progenitor-client v0.14.0
17132026-06-05T04:05:11.230Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17142026-06-05T04:05:11.308Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17152026-06-05T04:05:11.440Z Compiling progenitor-extras v0.2.0
17162026-06-05T04:05:11.570Z Compiling semver v0.1.20
17172026-06-05T04:05:11.706Z Compiling colored v3.1.1
17182026-06-05T04:05:11.808Z Compiling foreign-types-shared v0.3.1
17192026-06-05T04:05:11.940Z Compiling unicode-segmentation v1.13.3
17202026-06-05T04:05:12.025Z Compiling static_assertions v1.1.0
17212026-06-05T04:05:12.078Z Compiling linked-hash-map v0.5.6
17222026-06-05T04:05:12.133Z Compiling swrite v0.1.0
17232026-06-05T04:05:12.189Z Compiling rayon-core v1.13.0
17242026-06-05T04:05:12.260Z Compiling heck v0.4.1
17252026-06-05T04:05:12.466Z Compiling resolv-conf v0.7.6
17262026-06-05T04:05:12.521Z Compiling newline-converter v0.3.0
17272026-06-05T04:05:12.521Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-06-05T04:05:12.521Z Compiling lru-cache v0.1.2
17292026-06-05T04:05:12.521Z Compiling foreign-types v0.5.0
17302026-06-05T04:05:12.553Z Compiling rustc_version v0.1.7
17312026-06-05T04:05:12.680Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17322026-06-05T04:05:12.752Z Compiling hubpack v0.1.2
17332026-06-05T04:05:14.002Z Compiling num_enum_derive v0.5.11
17342026-06-05T04:05:14.193Z Compiling atomicwrites v0.4.4
17352026-06-05T04:05:14.456Z Compiling hickory-proto v0.24.4
17362026-06-05T04:05:14.554Z Compiling progenitor-impl v0.13.0
17372026-06-05T04:05:15.059Z Compiling crossbeam-deque v0.8.6
17382026-06-05T04:05:15.312Z Compiling console v0.15.11
17392026-06-05T04:05:15.897Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17402026-06-05T04:05:15.943Z Compiling camino-tempfile v1.4.1
17412026-06-05T04:05:16.321Z Compiling chacha20 v0.10.0
17422026-06-05T04:05:16.456Z Compiling serde-big-array v0.5.1
17432026-06-05T04:05:16.500Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17442026-06-05T04:05:16.500Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17452026-06-05T04:05:16.570Z Compiling num-derive v0.4.2
17462026-06-05T04:05:18.643Z Compiling derive-where v1.6.1
17472026-06-05T04:05:18.906Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17482026-06-05T04:05:18.906Z Compiling pin-project-internal v1.1.13
17492026-06-05T04:05:18.906Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-06-05T04:05:18.906Z Compiling cstr-argument v0.1.2
17512026-06-05T04:05:19.033Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17522026-06-05T04:05:19.033Z Compiling siphasher v1.0.3
17532026-06-05T04:05:19.033Z Compiling similar v2.7.0
17542026-06-05T04:05:19.139Z Compiling minimal-lexical v0.2.1
17552026-06-05T04:05:19.139Z Compiling phf_shared v0.12.1
17562026-06-05T04:05:19.284Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-06-05T04:05:19.348Z Compiling nom v7.1.3
17582026-06-05T04:05:19.348Z Compiling expectorate v1.2.0
17592026-06-05T04:05:19.348Z Compiling pin-project v1.1.13
17602026-06-05T04:05:19.392Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17612026-06-05T04:05:20.712Z Compiling progenitor-macro v0.13.0
17622026-06-05T04:05:20.749Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-06-05T04:05:20.749Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17642026-06-05T04:05:20.749Z Compiling rand v0.10.1
17652026-06-05T04:05:20.749Z Compiling hickory-resolver v0.24.4
17662026-06-05T04:05:20.749Z Compiling num_enum v0.5.11
17672026-06-05T04:05:20.749Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17682026-06-05T04:05:20.749Z Compiling newtype_derive v0.1.6
17692026-06-05T04:05:20.749Z Compiling progenitor-client v0.13.0
17702026-06-05T04:05:21.056Z Compiling progenitor-impl v0.14.0
17712026-06-05T04:05:21.189Z Compiling unicode-normalization v0.1.25
17722026-06-05T04:05:21.672Z Compiling tokio-stream v0.1.18
17732026-06-05T04:05:22.009Z Compiling snafu-derive v0.8.9
17742026-06-05T04:05:22.231Z Compiling async-recursion v1.1.1
17752026-06-05T04:05:22.612Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17762026-06-05T04:05:22.728Z Compiling slog-dtrace v0.3.0
17772026-06-05T04:05:22.800Z Compiling bstr v1.12.1
17782026-06-05T04:05:22.868Z Compiling csv-core v0.1.13
17792026-06-05T04:05:22.925Z Compiling owo-colors v4.3.0
17802026-06-05T04:05:23.094Z Compiling unicode-width v0.1.14
17812026-06-05T04:05:23.270Z Compiling konst_macro_rules v0.2.19
17822026-06-05T04:05:23.331Z Compiling chrono-tz v0.10.4
17832026-06-05T04:05:23.421Z Compiling unicode-xid v0.2.6
17842026-06-05T04:05:23.453Z Compiling openssl v0.10.80
17852026-06-05T04:05:23.540Z Compiling cancel-safe-futures v0.1.5
17862026-06-05T04:05:23.612Z Compiling foldhash v0.1.5
17872026-06-05T04:05:23.761Z Compiling foreign-types-shared v0.1.1
17882026-06-05T04:05:23.786Z Compiling highway v1.3.0
17892026-06-05T04:05:23.787Z Compiling same-file v1.0.6
17902026-06-05T04:05:23.804Z Compiling foreign-types v0.3.2
17912026-06-05T04:05:23.819Z Compiling snafu v0.8.9
17922026-06-05T04:05:23.875Z Compiling walkdir v2.5.0
17932026-06-05T04:05:23.965Z Compiling hashbrown v0.15.5
17942026-06-05T04:05:24.161Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17952026-06-05T04:05:24.244Z Compiling const_format_proc_macros v0.2.34
17962026-06-05T04:05:24.244Z Compiling konst v0.2.20
17972026-06-05T04:05:24.459Z Compiling globset v0.4.18
17982026-06-05T04:05:24.523Z Compiling csv v1.4.0
17992026-06-05T04:05:24.523Z Compiling progenitor-macro v0.14.0
18002026-06-05T04:05:24.600Z Compiling progenitor v0.13.0
18012026-06-05T04:05:24.631Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-06-05T04:05:24.731Z Compiling qorb v0.4.1
18032026-06-05T04:05:25.054Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-06-05T04:05:25.311Z Compiling olpc-cjson v0.1.4
18052026-06-05T04:05:25.591Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-05T04:05:26.732Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18072026-06-05T04:05:26.869Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-06-05T04:05:26.998Z Compiling rayon v1.12.0
18092026-06-05T04:05:27.108Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18102026-06-05T04:05:27.767Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-05T04:05:28.104Z Compiling phf v0.12.1
18122026-06-05T04:05:28.104Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-05T04:05:28.239Z Compiling zone_cfg_derive v0.3.1
18142026-06-05T04:05:28.487Z Compiling tokio-dtrace v0.1.1
18152026-06-05T04:05:30.150Z Compiling itertools v0.12.1
18162026-06-05T04:05:30.261Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18172026-06-05T04:05:30.261Z Compiling libsw-core v0.3.2
18182026-06-05T04:05:30.261Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-05T04:05:30.261Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18202026-06-05T04:05:30.330Z Compiling serde_plain v1.0.2
18212026-06-05T04:05:30.330Z Compiling openssl-macros v0.1.1
18222026-06-05T04:05:30.330Z Compiling pem v3.0.6
18232026-06-05T04:05:30.330Z Compiling cookie v0.18.1
18242026-06-05T04:05:30.331Z Compiling sigpipe v0.1.3
18252026-06-05T04:05:30.331Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-05T04:05:30.331Z Compiling glob v0.3.3
18272026-06-05T04:05:30.331Z Compiling fixedbitset v0.5.7
18282026-06-05T04:05:30.331Z Compiling bytecount v0.6.9
18292026-06-05T04:05:30.331Z Compiling typed-path v0.9.3
18302026-06-05T04:05:30.331Z Compiling fixedbitset v0.4.2
18312026-06-05T04:05:30.331Z Compiling jiff v0.2.28
18322026-06-05T04:05:30.331Z Compiling petgraph v0.8.3
18332026-06-05T04:05:30.358Z Compiling petgraph v0.6.5
18342026-06-05T04:05:30.421Z Compiling papergrid v0.11.0
18352026-06-05T04:05:31.389Z Compiling tough v0.22.0
18362026-06-05T04:05:31.818Z Compiling zone v0.3.1
18372026-06-05T04:05:32.023Z Compiling progenitor v0.14.0
18382026-06-05T04:05:32.109Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18392026-06-05T04:05:32.164Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-05T04:05:32.199Z Compiling libsw v3.5.0
18412026-06-05T04:05:32.378Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18422026-06-05T04:05:32.404Z Compiling oxide-tokio-rt v0.1.6
18432026-06-05T04:05:32.589Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18442026-06-05T04:05:32.670Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-05T04:05:32.735Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-05T04:05:32.906Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-05T04:05:33.756Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-05T04:05:33.915Z Compiling const_format v0.2.36
18492026-06-05T04:05:33.977Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-06-05T04:05:34.302Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18512026-06-05T04:05:34.829Z Compiling tabled_derive v0.7.0
18522026-06-05T04:05:34.964Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-05T04:05:34.964Z Compiling gethostname v0.5.0
18542026-06-05T04:05:34.964Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-05T04:05:35.303Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18562026-06-05T04:05:35.303Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-05T04:05:35.303Z Compiling bcs v0.1.6
18582026-06-05T04:05:35.404Z Compiling smf v0.2.3
18592026-06-05T04:05:35.404Z Compiling nom v8.0.0
18602026-06-05T04:05:35.404Z Compiling whoami v1.6.1
18612026-06-05T04:05:36.735Z Compiling linear-map v1.2.0
18622026-06-05T04:05:36.767Z Compiling unicode-linebreak v0.1.5
18632026-06-05T04:05:36.767Z Compiling lazy_static v1.5.0
18642026-06-05T04:05:36.767Z Compiling smawk v0.3.2
18652026-06-05T04:05:36.768Z Compiling tagptr v0.2.0
18662026-06-05T04:05:36.768Z Compiling termtree v0.5.1
18672026-06-05T04:05:36.768Z Compiling textwrap v0.16.2
18682026-06-05T04:05:36.768Z Compiling steno v0.4.1
18692026-06-05T04:05:36.768Z Compiling moka v0.12.15
18702026-06-05T04:05:36.768Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-05T04:05:36.768Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-05T04:05:36.768Z Compiling tabled v0.15.0
18732026-06-05T04:05:37.567Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-05T04:05:37.588Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-05T04:05:37.683Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-05T04:05:38.904Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-06-05T04:05:39.353Z Compiling hickory-proto v0.25.2
18782026-06-05T04:05:40.812Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18792026-06-05T04:05:40.952Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18802026-06-05T04:05:40.952Z Compiling parking_lot_core v0.8.6
18812026-06-05T04:05:40.952Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18822026-06-05T04:05:40.952Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-05T04:05:40.952Z Compiling libscf-sys v1.2.0
18842026-06-05T04:05:41.050Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18852026-06-05T04:05:41.137Z Compiling hickory-resolver v0.25.2
18862026-06-05T04:05:41.240Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18872026-06-05T04:05:41.382Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18882026-06-05T04:05:41.722Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18892026-06-05T04:05:41.808Z Compiling parking_lot v0.11.2
18902026-06-05T04:05:41.925Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-05T04:05:41.999Z Compiling fxhash v0.2.1
18922026-06-05T04:05:42.071Z Compiling internet-checksum v0.2.1
18932026-06-05T04:05:42.231Z Compiling sled v0.34.7
18942026-06-05T04:05:42.241Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18952026-06-05T04:05:43.798Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18962026-06-05T04:05:46.457Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-05T04:05:54.191Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-05T04:05:56.063Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-05T04:05:56.796Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19002026-06-05T04:05:57.720Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19012026-06-05T04:05:58.577Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19022026-06-05T04:06:21.633Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19032026-06-05T04:06:21.820Z────────────
19042026-06-05T04:06:21.820Z Nextest run ID e67c6cf6-e530-4408-8fd6-b00f662630b0 with nextest profile: default
19052026-06-05T04:06:21.820Z Starting 47 tests across 3 binaries
19062026-06-05T04:06:21.879Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19072026-06-05T04:06:21.879Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19082026-06-05T04:06:21.879Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19092026-06-05T04:06:21.880Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19102026-06-05T04:06:21.880Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19112026-06-05T04:06:21.880Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19122026-06-05T04:06:21.880Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19132026-06-05T04:06:21.880Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
19142026-06-05T04:06:21.880Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19152026-06-05T04:06:21.880Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19162026-06-05T04:06:21.880Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
19172026-06-05T04:06:21.880Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
19182026-06-05T04:06:21.880Z PASS [ 0.055s] rdb db::test::test_ipv4_origin_crud
19192026-06-05T04:06:21.880Z PASS [ 0.055s] rdb db::test::test_ipv6_origin_crud
19202026-06-05T04:06:21.880Z PASS [ 0.053s] rdb db::test::test_prefix_host_bit_normalization
19212026-06-05T04:06:21.880Z PASS [ 0.053s] rdb db::test::test_rib
19222026-06-05T04:06:21.880Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv4_basic
19232026-06-05T04:06:21.880Z PASS [ 0.053s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19242026-06-05T04:06:21.880Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_basic
19252026-06-05T04:06:21.880Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19262026-06-05T04:06:21.945Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19272026-06-05T04:06:21.945Z PASS [ 0.013s] rdb proptest::prop_ipv4_host_bits_always_unset
19282026-06-05T04:06:21.945Z PASS [ 0.014s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19292026-06-05T04:06:21.945Z PASS [ 0.014s] rdb proptest::prop_ipv4_within_self
19302026-06-05T04:06:21.945Z PASS [ 0.014s] rdb proptest::prop_ipv6_host_bits_always_unset
19312026-06-05T04:06:21.946Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19322026-06-05T04:06:21.946Z PASS [ 0.013s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19332026-06-05T04:06:21.946Z PASS [ 0.013s] rdb proptest::prop_ipv6_within_self
19342026-06-05T04:06:21.946Z PASS [ 0.017s] rdb proptest::prop_static_route_key_deduplication
19352026-06-05T04:06:21.946Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19362026-06-05T04:06:21.946Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19372026-06-05T04:06:21.946Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
19382026-06-05T04:06:21.946Z PASS [ 0.055s] rdb db::test::test_static_routing_mixed_address_families
19392026-06-05T04:06:21.946Z PASS [ 0.054s] rdb db::test::test_static_routing_vlan_id_handling
19402026-06-05T04:06:21.946Z PASS [ 0.055s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19412026-06-05T04:06:21.946Z PASS [ 0.009s] rdb types::test::bgp_path_identity
19422026-06-05T04:06:21.946Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19432026-06-05T04:06:21.946Z PASS [ 0.009s] rdb types::test::btreeset_remove
19442026-06-05T04:06:21.946Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19452026-06-05T04:06:21.946Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19462026-06-05T04:06:21.946Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19472026-06-05T04:06:21.946Z PASS [ 0.008s] rdb types::test::btreeset_replace
19482026-06-05T04:06:21.947Z PASS [ 0.008s] rdb types::test::ord_contract
19492026-06-05T04:06:21.947Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19502026-06-05T04:06:21.947Z PASS [ 0.008s] rdb types::test::static_path_identity
19512026-06-05T04:06:21.967Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
19522026-06-05T04:06:21.967Z PASS [ 0.084s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19532026-06-05T04:06:21.967Z────────────
19542026-06-05T04:06:21.967Z Summary [ 0.148s] 47 tests run: 47 passed, 0 skipped
19552026-06-05T04:06:21.967Z+ cp ./rib.log /work/
19562026-06-05T04:06:21.967Z+ popd
19572026-06-05T04:06:21.967Z/work/oxidecomputer/maghemite
19582026-06-05T04:06:21.967Zprocess exited: duration 381062 ms, exit code 0
 
19592026-06-05T04:06:22.044Zfound 1 output files
19602026-06-05T04:06:22.044Zuploading: /work/rib.log (888 bytes)
19612026-06-05T04:06:24.189Zuploaded: /work/rib.log