01KVY1A3M4WWWKMWT30HKDV73E: 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: 01KVY1AS47E624C7BQ73ZFGH01

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:03:20.521Zjob assigned to worker 01KVY1BKNKG5CSZZ9M7MW00CN6 [factory aws, i-092fd15fb2e2055bc] (queued for 1 m 19 s)
 
22026-06-25T00:03:27.273Zstarting task 0: "setup"
32026-06-25T00:03:27.278Z++ uname -s
42026-06-25T00:03:27.284Z+ kern=SunOS
52026-06-25T00:03:27.284Z+ build_user=build
62026-06-25T00:03:27.284Z+ build_uid=12345
72026-06-25T00:03:27.284Z+ work_dir=/work
82026-06-25T00:03:27.284Z+ input_dir=/input
92026-06-25T00:03:27.284Z+ [[ 0 == 12345 ]]
102026-06-25T00:03:27.284Z+ case "$kern" in
112026-06-25T00:03:27.284Z+ groupadd -g 12345 build
122026-06-25T00:03:27.284Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:03:29.287Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:03:29.396Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:03:29.403Z+ home_fs=zfs
162026-06-25T00:03:29.404Z+ [[ zfs == autofs ]]
172026-06-25T00:03:29.404Z+ mkdir -p /home/build
182026-06-25T00:03:29.404Z+ chown build:build /home/build /work
192026-06-25T00:03:31.343Z+ chmod 0700 /home/build /work
202026-06-25T00:03:31.348Zprocess exited: duration 4069 ms, exit code 0
 
212026-06-25T00:03:31.356Zstarting task 1: "rust-toolchain"
222026-06-25T00:03:31.362Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T00:03:31.362Z * rust toolchain channel = "stable"
242026-06-25T00:03:31.362Z * rust toolchain profile = "default"
252026-06-25T00:03:31.362Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T00:03:31.362Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T00:03:31.362Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:03:31.362Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:03:31.362Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T00:03:31.499Zinfo: downloading installer
312026-06-25T00:03:33.111Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T00:03:33.111Zwarn: /opt/ooce/bin
332026-06-25T00:03:33.111Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T00:03:33.111Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T00:03:33.111Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T00:03:33.111Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T00:03:33.111Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T00:03:33.111Zerror: cannot install while Rust is installed
392026-06-25T00:03:33.111Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T00:03:33.111Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T00:03:33.111Zwarn: /home/build/.rustup/settings.toml
422026-06-25T00:03:33.111Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T00:03:33.111Zwarn: instead of the one inferred from the default host triple.
442026-06-25T00:03:33.119Zinfo: profile set to default
452026-06-25T00:03:33.119Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T00:03:33.123Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T00:03:33.275Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T00:03:33.278Zinfo: downloading 6 components
492026-06-25T00:03:49.410Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T00:03:49.410Z
512026-06-25T00:03:49.437Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T00:03:49.438Z
532026-06-25T00:03:49.438Z
542026-06-25T00:03:49.445ZRust is installed now. Great!
552026-06-25T00:03:49.445Z
562026-06-25T00:03:49.446ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T00:03:49.446Zenvironment variable. This has not been done automatically.
582026-06-25T00:03:49.446Z
592026-06-25T00:03:49.446ZTo configure your current shell, you need to source
602026-06-25T00:03:49.446Zthe corresponding env file under $HOME/.cargo.
612026-06-25T00:03:49.446Z
622026-06-25T00:03:49.446ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T00:03:49.446Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T00:03:49.446Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T00:03:49.446Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T00:03:49.446Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T00:03:49.446Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T00:03:49.446Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T00:03:49.446Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T00:03:49.446Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T00:03:49.544Z+ rustup --version
722026-06-25T00:03:49.553Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T00:03:49.555Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T00:03:49.574Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T00:03:49.577Z+ cargo --version
762026-06-25T00:03:49.588Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T00:03:49.593Z+ rustc --version
782026-06-25T00:03:49.611Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T00:03:49.614Zprocess exited: duration 18253 ms, exit code 0
 
802026-06-25T00:03:49.621Zstarting task 2: "authentication"
812026-06-25T00:03:49.666Zprocess exited: duration 20 ms, exit code 0
 
822026-06-25T00:03:49.696Zstarting task 3: "clone repository"
832026-06-25T00:03:49.701Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T00:03:49.704Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T00:03:49.758ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T00:03:50.870Z+ cd /work/oxidecomputer/maghemite
872026-06-25T00:03:50.870Z+ git fetch origin 259f208a5992ccc766de2134939801cc26f9ae0e
882026-06-25T00:03:51.154ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T00:03:51.154Z * branch 259f208a5992ccc766de2134939801cc26f9ae0e -> FETCH_HEAD
902026-06-25T00:03:51.195Z+ [[ -n trey/ndp-demux ]]
912026-06-25T00:03:51.195Z++ git branch --show-current
922026-06-25T00:03:51.195Z+ current=main
932026-06-25T00:03:51.195Z+ [[ main != trey/ndp-demux ]]
942026-06-25T00:03:51.195Z+ git branch -f trey/ndp-demux 259f208a5992ccc766de2134939801cc26f9ae0e
952026-06-25T00:03:51.195Z+ git checkout -f trey/ndp-demux
962026-06-25T00:03:51.248ZSwitched to branch 'trey/ndp-demux'
972026-06-25T00:03:51.249Z+ git reset --hard 259f208a5992ccc766de2134939801cc26f9ae0e
982026-06-25T00:03:51.279ZHEAD is now at 259f208 Merge branch 'main' into trey/ndp-demux
992026-06-25T00:03:51.279Zprocess exited: duration 1505 ms, exit code 0
 
1002026-06-25T00:03:51.299Zstarting task 4: "build"
1012026-06-25T00:03:51.319Z+ set -e
1022026-06-25T00:03:51.319Z+ source .github/buildomat/test-common.sh
1032026-06-25T00:03:51.319Z++ NEXTEST_VERSION=0.9.97
1042026-06-25T00:03:51.319Z++ PLATFORM=illumos
1052026-06-25T00:03:51.319Z++ banner install
1062026-06-25T00:03:51.322Z
1072026-06-25T00:03:51.322Z # # # #### ##### ## # #
1082026-06-25T00:03:51.322Z # ## # # # # # # #
1092026-06-25T00:03:51.322Z # # # # #### # # # # #
1102026-06-25T00:03:51.322Z # # # # # # ###### # #
1112026-06-25T00:03:51.322Z # # ## # # # # # # #
1122026-06-25T00:03:51.322Z # # # #### # # # ###### ######
1132026-06-25T00:03:51.322Z
1142026-06-25T00:03:51.322Z++ set +o errexit
1152026-06-25T00:03:51.322Z++ pkg info clang-15
1162026-06-25T00:03:51.322Z++ grep -qi installed
1172026-06-25T00:03:52.476Zpkg: info: no packages matching the following patterns you specified are
1182026-06-25T00:03:52.476Zinstalled on the system. Try querying remotely instead:
1192026-06-25T00:03:52.476Z
1202026-06-25T00:03:52.476Z clang-15
1212026-06-25T00:03:52.515Z++ [[ 1 != 0 ]]
1222026-06-25T00:03:52.515Z++ set -o errexit
1232026-06-25T00:03:52.518Z++ pfexec pkg install clang-15
1242026-06-25T00:04:00.555Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-25T00:04:08.274Z Startup: Caching catalogs ... Done
1262026-06-25T00:04:15.580ZPlanning: Solver setup ... Done
1272026-06-25T00:04:15.620ZPlanning: Running solver ... Done
1282026-06-25T00:04:15.784ZPlanning: Finding local manifests ... Done
1292026-06-25T00:04:15.886ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-25T00:04:15.894ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-25T00:04:15.914ZPlanning: Package planning ... Done
1322026-06-25T00:04:15.946ZPlanning: Merging actions ... Done
1332026-06-25T00:04:16.043ZPlanning: Checking for conflicting actions ... Done
1342026-06-25T00:04:16.053ZPlanning: Consolidating action changes ... Done
1352026-06-25T00:04:16.720ZPlanning: Evaluating mediators ... Done
1362026-06-25T00:04:16.725ZPlanning: Planning completed in 8.28 seconds
1372026-06-25T00:04:16.737Z Packages to install: 2
1382026-06-25T00:04:16.737Z Mediators to change: 2
1392026-06-25T00:04:16.740Z Services to change: 1
1402026-06-25T00:04:16.741Z Create boot environment: No
1412026-06-25T00:04:16.741ZCreate backup boot environment: No
1422026-06-25T00:04:16.776Z
1432026-06-25T00:04:16.776ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-25T00:04:21.800ZDownload: 970/3076 items 81.7/211.3MB 38% complete (16.9M/s)
1452026-06-25T00:04:26.830ZDownload: 1148/3076 items 114.1/211.3MB 54% complete (11.8M/s)
1462026-06-25T00:04:32.101ZDownload: 1341/3076 items 114.9/211.3MB 54% complete (5.5M/s)
1472026-06-25T00:04:37.103ZDownload: 2075/3076 items 118.3/211.3MB 55% complete (415k/s)
1482026-06-25T00:04:39.302ZDownload: Completed 211.31 MB in 22.52 seconds (9.4M/s)
1492026-06-25T00:04:39.543Z Actions: 1/3418 actions (Installing new actions)
1502026-06-25T00:04:42.834Z Actions: Completed 3418 actions in 3.29 seconds.
1512026-06-25T00:04:43.481Z Done
1522026-06-25T00:04:43.481Z Done
1532026-06-25T00:04:44.225Z Done
1542026-06-25T00:04:47.524Z Done
1552026-06-25T00:04:47.596Z Done
1562026-06-25T00:04:47.598Z Done
1572026-06-25T00:04:47.858Z Done
1582026-06-25T00:04:48.537Z++ set -o errexit
1592026-06-25T00:04:48.537Z++ cargo --version
1602026-06-25T00:04:48.541Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1612026-06-25T00:04:48.712Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1622026-06-25T00:04:48.715Zinfo: downloading 6 components
1632026-06-25T00:05:03.841Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1642026-06-25T00:05:03.844Z++ rustc --version
1652026-06-25T00:05:03.872Zrustc 1.95.0 (59807616e 2026-04-14)
1662026-06-25T00:05:03.876Z++ cargo install cargo-nextest --version 0.9.97
1672026-06-25T00:05:03.917Z Updating crates.io index
1682026-06-25T00:05:04.020Z Downloading crates ...
1692026-06-25T00:05:04.069Z Downloaded cargo-nextest v0.9.97
1702026-06-25T00:05:04.130Z Installing cargo-nextest v0.9.97
1712026-06-25T00:05:04.171Z Updating crates.io index
1722026-06-25T00:05:07.206Z Locking 390 packages to latest compatible versions
1732026-06-25T00:05:07.211Z Adding dialoguer v0.11.0 (available: v0.12.0)
1742026-06-25T00:05:07.216Z Adding duct v0.13.7 (available: v1.1.1)
1752026-06-25T00:05:07.216Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1762026-06-25T00:05:07.216Z Adding generic-array v0.14.7 (available: v0.14.9)
1772026-06-25T00:05:07.216Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1782026-06-25T00:05:07.216Z Adding itertools v0.14.0 (available: v0.15.0)
1792026-06-25T00:05:07.221Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1802026-06-25T00:05:07.221Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-06-25T00:05:07.221Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1822026-06-25T00:05:07.226Z Adding quick-junit v0.5.2 (available: v0.6.0)
1832026-06-25T00:05:07.252Z Downloading crates ...
1842026-06-25T00:05:07.349Z Downloaded find-msvc-tools v0.1.9
1852026-06-25T00:05:07.353Z Downloaded const-oid v0.9.6
1862026-06-25T00:05:07.356Z Downloaded rand_chacha v0.9.0
1872026-06-25T00:05:07.356Z Downloaded guppy-workspace-hack v0.1.0
1882026-06-25T00:05:07.365Z Downloaded aho-corasick v1.1.4
1892026-06-25T00:05:07.369Z Downloaded itoa v1.0.18
1902026-06-25T00:05:07.373Z Downloaded is_terminal_polyfill v1.70.2
1912026-06-25T00:05:07.373Z Downloaded clap_builder v4.6.0
1922026-06-25T00:05:07.378Z Downloaded ordered-float v2.10.1
1932026-06-25T00:05:07.378Z Downloaded quote v1.0.46
1942026-06-25T00:05:07.382Z Downloaded mukti-metadata v0.3.0
1952026-06-25T00:05:07.387Z Downloaded number_prefix v0.4.0
1962026-06-25T00:05:07.387Z Downloaded home v0.5.12
1972026-06-25T00:05:07.391Z Downloaded self-replace v1.5.0
1982026-06-25T00:05:07.391Z Downloaded quinn v0.11.11
1992026-06-25T00:05:07.405Z Downloaded rustc_version v0.4.1
2002026-06-25T00:05:07.410Z Downloaded pin-project v1.1.13
2012026-06-25T00:05:07.416Z Downloaded pkcs8 v0.10.2
2022026-06-25T00:05:07.423Z Downloaded anstream v1.0.0
2032026-06-25T00:05:07.432Z Downloaded ron v0.12.2
2042026-06-25T00:05:07.437Z Downloaded fnv v1.0.7
2052026-06-25T00:05:07.441Z Downloaded async-scoped v0.9.0
2062026-06-25T00:05:07.441Z Downloaded ppv-lite86 v0.2.21
2072026-06-25T00:05:07.447Z Downloaded backtrace v0.3.76
2082026-06-25T00:05:07.447Z Downloaded pathdiff v0.2.3
2092026-06-25T00:05:07.451Z Downloaded openssl-macros v0.1.1
2102026-06-25T00:05:07.451Z Downloaded erased-serde v0.4.10
2112026-06-25T00:05:07.451Z Downloaded indent_write v2.2.0
2122026-06-25T00:05:07.451Z Downloaded futures-io v0.3.32
2132026-06-25T00:05:07.451Z Downloaded future-queue v0.4.0
2142026-06-25T00:05:07.455Z Downloaded atomic-waker v1.1.2
2152026-06-25T00:05:07.455Z Downloaded getrandom v0.2.17
2162026-06-25T00:05:07.458Z Downloaded anstyle v1.0.14
2172026-06-25T00:05:07.458Z Downloaded foldhash v0.1.5
2182026-06-25T00:05:07.458Z Downloaded cfg-expr v0.20.8
2192026-06-25T00:05:07.463Z Downloaded shell-words v1.1.1
2202026-06-25T00:05:07.471Z Downloaded futures-executor v0.3.32
2212026-06-25T00:05:07.471Z Downloaded cfg-if v1.0.4
2222026-06-25T00:05:07.471Z Downloaded borsh v1.7.0
2232026-06-25T00:05:07.476Z Downloaded futures-task v0.3.32
2242026-06-25T00:05:07.476Z Downloaded crc32fast v1.5.0
2252026-06-25T00:05:07.476Z Downloaded hex v0.4.3
2262026-06-25T00:05:07.476Z Downloaded form_urlencoded v1.2.2
2272026-06-25T00:05:07.480Z Downloaded fastrand v2.4.1
2282026-06-25T00:05:07.480Z Downloaded equivalent v1.0.2
2292026-06-25T00:05:07.480Z Downloaded console v0.15.11
2302026-06-25T00:05:07.480Z Downloaded camino v1.2.3
2312026-06-25T00:05:07.484Z Downloaded bytes v1.12.0
2322026-06-25T00:05:07.484Z Downloaded scopeguard v1.2.0
2332026-06-25T00:05:07.487Z Downloaded clap_derive v4.6.1
2342026-06-25T00:05:07.487Z Downloaded autocfg v1.5.1
2352026-06-25T00:05:07.487Z Downloaded getrandom v0.3.4
2362026-06-25T00:05:07.492Z Downloaded subtle v2.6.1
2372026-06-25T00:05:07.495Z Downloaded sha2 v0.10.9
2382026-06-25T00:05:07.495Z Downloaded idna_adapter v1.0.0
2392026-06-25T00:05:07.495Z Downloaded humantime v2.3.0
2402026-06-25T00:05:07.498Z Downloaded futures-channel v0.3.32
2412026-06-25T00:05:07.498Z Downloaded foreign-types-shared v0.1.1
2422026-06-25T00:05:07.498Z Downloaded openssl-probe v0.2.1
2432026-06-25T00:05:07.502Z Downloaded lru-slab v0.1.2
2442026-06-25T00:05:07.502Z Downloaded colorchoice v1.0.5
2452026-06-25T00:05:07.502Z Downloaded errno v0.3.14
2462026-06-25T00:05:07.506Z Downloaded newtype-uuid v1.3.2
2472026-06-25T00:05:07.510Z Downloaded ryu v1.0.23
2482026-06-25T00:05:07.510Z Downloaded bitflags v2.13.0
2492026-06-25T00:05:07.513Z Downloaded shared_child v1.1.1
2502026-06-25T00:05:07.513Z Downloaded futures-core v0.3.32
2512026-06-25T00:05:07.522Z Downloaded crypto-common v0.1.7
2522026-06-25T00:05:07.522Z Downloaded pkg-config v0.3.33
2532026-06-25T00:05:07.522Z Downloaded lazy_static v1.5.0
2542026-06-25T00:05:07.522Z Downloaded supports-hyperlinks v3.2.0
2552026-06-25T00:05:07.527Z Downloaded cargo-platform v0.2.0
2562026-06-25T00:05:07.527Z Downloaded httparse v1.10.1
2572026-06-25T00:05:07.527Z Downloaded anstyle-query v1.1.5
2582026-06-25T00:05:07.527Z Downloaded rand_core v0.6.4
2592026-06-25T00:05:07.527Z Downloaded generic-array v0.14.7
2602026-06-25T00:05:07.527Z Downloaded color-spantrace v0.3.0
2612026-06-25T00:05:07.531Z Downloaded cfg_aliases v0.2.1
2622026-06-25T00:05:07.531Z Downloaded litrs v1.0.0
2632026-06-25T00:05:07.535Z Downloaded rustls-pki-types v1.14.1
2642026-06-25T00:05:07.535Z Downloaded strip-ansi-escapes v0.2.1
2652026-06-25T00:05:07.535Z Downloaded sigchld v0.2.4
2662026-06-25T00:05:07.541Z Downloaded serde_path_to_error v0.1.20
2672026-06-25T00:05:07.542Z Downloaded globset v0.4.18
2682026-06-25T00:05:07.542Z Downloaded debug-ignore v1.0.5
2692026-06-25T00:05:07.542Z Downloaded cargo-util-schemas v0.2.0
2702026-06-25T00:05:07.547Z Downloaded parking_lot_core v0.9.12
2712026-06-25T00:05:07.548Z Downloaded native-tls v0.2.18
2722026-06-25T00:05:07.548Z Downloaded heck v0.5.0
2732026-06-25T00:05:07.548Z Downloaded adler2 v2.0.1
2742026-06-25T00:05:07.548Z Downloaded quinn-udp v0.5.14
2752026-06-25T00:05:07.556Z Downloaded hyper-tls v0.6.0
2762026-06-25T00:05:07.556Z Downloaded self_update v0.42.0
2772026-06-25T00:05:07.556Z Downloaded convert_case v0.10.0
2782026-06-25T00:05:07.562Z Downloaded http v1.4.2
2792026-06-25T00:05:07.562Z Downloaded document-features v0.2.12
2802026-06-25T00:05:07.562Z Downloaded block-buffer v0.10.4
2812026-06-25T00:05:07.562Z Downloaded strsim v0.11.1
2822026-06-25T00:05:07.562Z Downloaded serde-value v0.7.0
2832026-06-25T00:05:07.567Z Downloaded clap_lex v1.1.0
2842026-06-25T00:05:07.567Z Downloaded curve25519-dalek-derive v0.1.1
2852026-06-25T00:05:07.572Z Downloaded os_pipe v1.2.3
2862026-06-25T00:05:07.572Z Downloaded addr2line v0.25.1
2872026-06-25T00:05:07.576Z Downloaded is_ci v1.2.0
2882026-06-25T00:05:07.576Z Downloaded target-spec-miette v0.4.8
2892026-06-25T00:05:07.576Z Downloaded cargo_metadata v0.20.0
2902026-06-25T00:05:07.580Z Downloaded rand_core v0.9.5
2912026-06-25T00:05:07.580Z Downloaded atomicwrites v0.4.4
2922026-06-25T00:05:07.583Z Downloaded serde_ignored v0.1.14
2932026-06-25T00:05:07.583Z Downloaded serde-untagged v0.1.9
2942026-06-25T00:05:07.585Z Downloaded enable-ansi-support v0.2.1
2952026-06-25T00:05:07.586Z Downloaded base64ct v1.8.3
2962026-06-25T00:05:07.624Z Downloaded rustc-hash v2.1.2
2972026-06-25T00:05:07.624Z Downloaded openssl-sys v0.9.117
2982026-06-25T00:05:07.629Z Downloaded backtrace-ext v0.2.1
2992026-06-25T00:05:07.629Z Downloaded static_assertions v1.1.0
3002026-06-25T00:05:07.629Z Downloaded iana-time-zone v0.1.65
3012026-06-25T00:05:07.629Z Downloaded futures-macro v0.3.32
3022026-06-25T00:05:07.629Z Downloaded dialoguer v0.11.0
3032026-06-25T00:05:07.630Z Downloaded duct v0.13.7
3042026-06-25T00:05:07.630Z Downloaded cargo-platform v0.3.3
3052026-06-25T00:05:07.630Z Downloaded sharded-slab v0.1.7
3062026-06-25T00:05:07.630Z Downloaded clap v4.6.1
3072026-06-25T00:05:07.630Z Downloaded lock_api v0.4.14
3082026-06-25T00:05:07.630Z Downloaded futures-sink v0.3.32
3092026-06-25T00:05:07.630Z Downloaded foreign-types v0.3.2
3102026-06-25T00:05:07.630Z Downloaded cpufeatures v0.2.17
3112026-06-25T00:05:07.637Z Downloaded filetime v0.2.29
3122026-06-25T00:05:07.637Z Downloaded cargo_metadata v0.23.1
3132026-06-25T00:05:07.637Z Downloaded cc v1.2.65
3142026-06-25T00:05:07.641Z Downloaded unicode-linebreak v0.1.5
3152026-06-25T00:05:07.641Z Downloaded humantime-serde v1.1.1
3162026-06-25T00:05:07.641Z Downloaded digest v0.10.7
3172026-06-25T00:05:07.646Z Downloaded pin-project-internal v1.1.13
3182026-06-25T00:05:07.650Z Downloaded signature v2.2.0
3192026-06-25T00:05:07.654Z Downloaded http-body v1.0.1
3202026-06-25T00:05:07.660Z Downloaded camino-tempfile v1.4.1
3212026-06-25T00:05:07.665Z Downloaded nextest-metadata v0.12.2
3222026-06-25T00:05:07.665Z Downloaded try-lock v0.2.5
3232026-06-25T00:05:07.665Z Downloaded signal-hook-mio v0.2.5
3242026-06-25T00:05:07.665Z Downloaded terminal_size v0.4.4
3252026-06-25T00:05:07.669Z Downloaded tokio-macros v2.7.0
3262026-06-25T00:05:07.673Z Downloaded nextest-workspace-hack v0.1.0
3272026-06-25T00:05:07.673Z Downloaded nested v0.1.1
3282026-06-25T00:05:07.673Z Downloaded tower-service v0.3.3
3292026-06-25T00:05:07.673Z Downloaded supports-unicode v3.0.0
3302026-06-25T00:05:07.673Z Downloaded utf8_iter v1.0.4
3312026-06-25T00:05:07.676Z Downloaded http-body-util v0.1.3
3322026-06-25T00:05:07.676Z Downloaded typeid v1.0.3
3332026-06-25T00:05:07.676Z Downloaded sync_wrapper v1.0.2
3342026-06-25T00:05:07.676Z Downloaded serde_spanned v0.6.9
3352026-06-25T00:05:07.676Z Downloaded indenter v0.3.4
3362026-06-25T00:05:07.681Z Downloaded percent-encoding v2.3.2
3372026-06-25T00:05:07.681Z Downloaded anstyle-parse v1.0.0
3382026-06-25T00:05:07.681Z Downloaded ahash v0.8.12
3392026-06-25T00:05:07.685Z Downloaded flate2 v1.1.9
3402026-06-25T00:05:07.689Z Downloaded ed25519 v2.2.3
3412026-06-25T00:05:07.693Z Downloaded quick-junit v0.5.2
3422026-06-25T00:05:07.697Z Downloaded jobserver v0.1.34
3432026-06-25T00:05:07.697Z Downloaded getrandom v0.4.3
3442026-06-25T00:05:07.705Z Downloaded either v1.16.0
3452026-06-25T00:05:07.709Z Downloaded xattr v1.6.1
3462026-06-25T00:05:07.709Z Downloaded swrite v0.1.0
3472026-06-25T00:05:07.713Z Downloaded spki v0.7.3
3482026-06-25T00:05:07.713Z Downloaded smol_str v0.3.6
3492026-06-25T00:05:07.713Z Downloaded tower-layer v0.3.3
3502026-06-25T00:05:07.713Z Downloaded toml_writer v1.1.1+spec-1.1.0
3512026-06-25T00:05:07.716Z Downloaded mio v1.2.1
3522026-06-25T00:05:07.724Z Downloaded slab v0.4.12
3532026-06-25T00:05:07.724Z Downloaded thread_local v1.1.9
3542026-06-25T00:05:07.724Z Downloaded miette-derive v7.6.0
3552026-06-25T00:05:07.729Z Downloaded target-lexicon v0.13.5
3562026-06-25T00:05:07.729Z Downloaded indexmap v2.14.0
3572026-06-25T00:05:07.729Z Downloaded hyper-util v0.1.20
3582026-06-25T00:05:07.729Z Downloaded supports-color v3.0.2
3592026-06-25T00:05:07.729Z Downloaded hyper-rustls v0.27.9
3602026-06-25T00:05:07.732Z Downloaded eyre v0.6.12
3612026-06-25T00:05:07.738Z Downloaded serde_urlencoded v0.7.1
3622026-06-25T00:05:07.742Z Downloaded pin-project-lite v0.2.17
3632026-06-25T00:05:07.745Z Downloaded toml_write v0.1.2
3642026-06-25T00:05:07.745Z Downloaded nextest-runner v0.80.0
3652026-06-25T00:05:07.751Z Downloaded toml_datetime v0.6.11
3662026-06-25T00:05:07.755Z Downloaded futures v0.3.32
3672026-06-25T00:05:07.755Z Downloaded serde_spanned v1.1.1
3682026-06-25T00:05:07.758Z Downloaded rustc-demangle v0.1.27
3692026-06-25T00:05:07.758Z Downloaded config v0.15.24
3702026-06-25T00:05:07.761Z Downloaded target-spec v3.6.0
3712026-06-25T00:05:07.761Z Downloaded ipnet v2.12.0
3722026-06-25T00:05:07.761Z Downloaded want v0.3.1
3732026-06-25T00:05:07.766Z Downloaded owo-colors v4.3.0
3742026-06-25T00:05:07.766Z Downloaded fixedbitset v0.5.7
3752026-06-25T00:05:07.766Z Downloaded tinyvec_macros v0.1.1
3762026-06-25T00:05:07.768Z Downloaded version_check v0.9.5
3772026-06-25T00:05:07.769Z Downloaded miniz_oxide v0.8.9
3782026-06-25T00:05:07.769Z Downloaded urlencoding v2.1.3
3792026-06-25T00:05:07.769Z Downloaded thiserror v1.0.69
3802026-06-25T00:05:07.772Z Downloaded derive_more-impl v2.1.1
3812026-06-25T00:05:07.775Z Downloaded unicode-xid v0.2.6
3822026-06-25T00:05:07.775Z Downloaded tempfile v3.27.0
3832026-06-25T00:05:07.781Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3842026-06-25T00:05:07.781Z Downloaded tokio-stream v0.1.18
3852026-06-25T00:05:07.786Z Downloaded tokio-rustls v0.26.4
3862026-06-25T00:05:07.786Z Downloaded toml_parser v1.1.2+spec-1.1.0
3872026-06-25T00:05:07.786Z Downloaded thiserror-impl v2.0.18
3882026-06-25T00:05:07.790Z Downloaded derive-where v1.6.1
3892026-06-25T00:05:07.790Z Downloaded crossterm v0.29.0
3902026-06-25T00:05:07.794Z Downloaded zstd-safe v7.2.4
3912026-06-25T00:05:07.794Z Downloaded simd-adler32 v0.3.9
3922026-06-25T00:05:07.794Z Downloaded thiserror-impl v1.0.69
3932026-06-25T00:05:07.794Z Downloaded shlex v2.0.1
3942026-06-25T00:05:07.794Z Downloaded ed25519-dalek v2.2.0
3952026-06-25T00:05:07.797Z Downloaded serde_derive v1.0.228
3962026-06-25T00:05:07.797Z Downloaded zstd v0.13.3
3972026-06-25T00:05:07.801Z Downloaded tracing-log v0.2.0
3982026-06-25T00:05:07.801Z Downloaded base64 v0.22.1
3992026-06-25T00:05:07.808Z Downloaded tokio-native-tls v0.3.1
4002026-06-25T00:05:07.808Z Downloaded parking_lot v0.12.5
4012026-06-25T00:05:07.808Z Downloaded num-traits v0.2.19
4022026-06-25T00:05:07.812Z Downloaded der v0.7.10
4032026-06-25T00:05:07.812Z Downloaded xxhash-rust v0.8.15
4042026-06-25T00:05:07.812Z Downloaded tinyvec v1.11.0
4052026-06-25T00:05:07.812Z Downloaded socket2 v0.6.4
4062026-06-25T00:05:07.816Z Downloaded once_cell v1.21.4
4072026-06-25T00:05:07.816Z Downloaded untrusted v0.9.0
4082026-06-25T00:05:07.816Z Downloaded textwrap v0.16.2
4092026-06-25T00:05:07.819Z Downloaded zmij v1.0.21
4102026-06-25T00:05:07.820Z Downloaded serde v1.0.228
4112026-06-25T00:05:07.825Z Downloaded zipsign-api v0.1.5
4122026-06-25T00:05:07.825Z Downloaded semver v1.0.28
4132026-06-25T00:05:07.829Z Downloaded serde_core v1.0.228
4142026-06-25T00:05:07.829Z Downloaded thiserror v2.0.18
4152026-06-25T00:05:07.832Z Downloaded rustls-webpki v0.103.13
4162026-06-25T00:05:07.832Z Downloaded unicase v2.9.0
4172026-06-25T00:05:07.835Z Downloaded tracing-attributes v0.1.31
4182026-06-25T00:05:07.838Z Downloaded tar v0.4.46
4192026-06-25T00:05:07.842Z Downloaded nextest-filtering v0.15.0
4202026-06-25T00:05:07.842Z Downloaded derive_more v2.1.1
4212026-06-25T00:05:07.849Z Downloaded tower v0.5.3
4222026-06-25T00:05:07.852Z Downloaded proc-macro2 v1.0.106
4232026-06-25T00:05:07.859Z Downloaded zeroize v1.9.0
4242026-06-25T00:05:07.863Z Downloaded log v0.4.33
4252026-06-25T00:05:07.867Z Downloaded tracing-error v0.2.1
4262026-06-25T00:05:07.870Z Downloaded smallvec v1.15.2
4272026-06-25T00:05:07.873Z Downloaded signal-hook-registry v1.4.8
4282026-06-25T00:05:07.888Z Downloaded typenum v1.20.1
4292026-06-25T00:05:07.893Z Downloaded tracing-core v0.1.36
4302026-06-25T00:05:07.893Z Downloaded vte v0.14.1
4312026-06-25T00:05:07.897Z Downloaded guppy v0.17.26
4322026-06-25T00:05:07.897Z Downloaded unicode-ident v1.0.24
4332026-06-25T00:05:07.900Z Downloaded idna v1.1.0
4342026-06-25T00:05:07.900Z Downloaded toml v0.8.23
4352026-06-25T00:05:07.904Z Downloaded toml_edit v0.22.27
4362026-06-25T00:05:07.907Z Downloaded hashbrown v0.15.5
4372026-06-25T00:05:07.911Z Downloaded unicode-segmentation v1.13.3
4382026-06-25T00:05:07.915Z Downloaded signal-hook v0.3.18
4392026-06-25T00:05:07.915Z Downloaded indicatif v0.17.11
4402026-06-25T00:05:07.915Z Downloaded hashbrown v0.17.1
4412026-06-25T00:05:07.922Z Downloaded miette v7.6.0
4422026-06-25T00:05:07.929Z Downloaded regex v1.12.4
4432026-06-25T00:05:07.936Z Downloaded utf8parse v0.2.2
4442026-06-25T00:05:07.941Z Downloaded unicode-normalization v0.1.25
4452026-06-25T00:05:07.945Z Downloaded toml v1.1.2+spec-1.1.0
4462026-06-25T00:05:07.956Z Downloaded memchr v2.8.2
4472026-06-25T00:05:07.963Z Downloaded futures-util v0.3.32
4482026-06-25T00:05:07.975Z Downloaded tower-http v0.6.11
4492026-06-25T00:05:07.980Z Downloaded uuid v1.23.4
4502026-06-25T00:05:07.980Z Downloaded h2 v0.4.15
4512026-06-25T00:05:07.990Z Downloaded url v2.5.8
4522026-06-25T00:05:07.996Z Downloaded rand v0.9.4
4532026-06-25T00:05:08.001Z Downloaded gimli v0.32.3
4542026-06-25T00:05:08.004Z Downloaded chrono v0.4.45
4552026-06-25T00:05:08.009Z Downloaded webpki-roots v1.0.8
4562026-06-25T00:05:08.012Z Downloaded regex-syntax v0.8.11
4572026-06-25T00:05:08.018Z Downloaded curve25519-dalek v4.1.3
4582026-06-25T00:05:08.037Z Downloaded unicode-width v0.1.14
4592026-06-25T00:05:08.047Z Downloaded rustls v0.23.41
4602026-06-25T00:05:08.052Z Downloaded bstr v1.12.2
4612026-06-25T00:05:08.076Z Downloaded tokio-util v0.7.18
4622026-06-25T00:05:08.079Z Downloaded hyper v1.10.1
4632026-06-25T00:05:08.092Z Downloaded color-eyre v0.6.5
4642026-06-25T00:05:08.096Z Downloaded serde_json v1.0.150
4652026-06-25T00:05:08.101Z Downloaded pulldown-cmark v0.13.4
4662026-06-25T00:05:08.104Z Downloaded itertools v0.14.0
4672026-06-25T00:05:08.109Z Downloaded reqwest v0.12.28
4682026-06-25T00:05:08.122Z Downloaded quick-xml v0.38.4
4692026-06-25T00:05:08.128Z Downloaded quick-xml v0.37.5
4702026-06-25T00:05:08.142Z Downloaded portable-atomic v1.13.1
4712026-06-25T00:05:08.148Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4722026-06-25T00:05:08.155Z Downloaded tokio v1.52.3
4732026-06-25T00:05:08.178Z Downloaded winnow v1.0.3
4742026-06-25T00:05:08.182Z Downloaded winnow v0.7.15
4752026-06-25T00:05:08.186Z Downloaded tracing-subscriber v0.3.23
4762026-06-25T00:05:08.191Z Downloaded quinn-proto v0.11.15
4772026-06-25T00:05:08.202Z Downloaded nix v0.30.1
4782026-06-25T00:05:08.234Z Downloaded vcpkg v0.2.15
4792026-06-25T00:05:08.281Z Downloaded unicode-width v0.2.2
4802026-06-25T00:05:08.283Z Downloaded zerocopy v0.8.52
4812026-06-25T00:05:08.298Z Downloaded syn v2.0.118
4822026-06-25T00:05:08.307Z Downloaded rustix v0.38.44
4832026-06-25T00:05:08.318Z Downloaded openssl v0.10.81
4842026-06-25T00:05:08.323Z Downloaded object v0.37.3
4852026-06-25T00:05:08.378Z Downloaded rustix v1.1.4
4862026-06-25T00:05:08.393Z Downloaded tracing v0.1.44
4872026-06-25T00:05:08.454Z Downloaded regex-automata v0.4.14
4882026-06-25T00:05:08.485Z Downloaded petgraph v0.8.3
4892026-06-25T00:05:08.509Z Downloaded libc v0.2.186
4902026-06-25T00:05:08.554Z Downloaded recursion v0.5.4
4912026-06-25T00:05:08.587Z Downloaded ring v0.17.14
4922026-06-25T00:05:08.644Z Compiling libc v0.2.186
4932026-06-25T00:05:08.644Z Compiling proc-macro2 v1.0.106
4942026-06-25T00:05:08.647Z Compiling quote v1.0.46
4952026-06-25T00:05:08.647Z Compiling unicode-ident v1.0.24
4962026-06-25T00:05:08.647Z Compiling serde_core v1.0.228
4972026-06-25T00:05:08.647Z Compiling cfg-if v1.0.4
4982026-06-25T00:05:08.772Z Compiling memchr v2.8.2
4992026-06-25T00:05:08.778Z Compiling once_cell v1.21.4
5002026-06-25T00:05:08.843Z Compiling log v0.4.33
5012026-06-25T00:05:08.932Z Compiling pin-project-lite v0.2.17
5022026-06-25T00:05:09.015Z Compiling serde v1.0.228
5032026-06-25T00:05:09.028Z Compiling itoa v1.0.18
5042026-06-25T00:05:09.279Z Compiling smallvec v1.15.2
5052026-06-25T00:05:09.535Z Compiling futures-core v0.3.32
5062026-06-25T00:05:09.555Z Compiling bitflags v2.13.0
5072026-06-25T00:05:09.559Z Compiling hashbrown v0.17.1
5082026-06-25T00:05:09.682Z Compiling find-msvc-tools v0.1.9
5092026-06-25T00:05:09.883Z Compiling jobserver v0.1.34
5102026-06-25T00:05:09.903Z Compiling shlex v2.0.1
5112026-06-25T00:05:09.914Z Compiling equivalent v1.0.2
5122026-06-25T00:05:09.949Z Compiling bytes v1.12.0
5132026-06-25T00:05:09.996Z Compiling errno v0.3.14
5142026-06-25T00:05:10.069Z Compiling mio v1.2.1
5152026-06-25T00:05:10.082Z Compiling rustix v1.1.4
5162026-06-25T00:05:10.243Z Compiling signal-hook-registry v1.4.8
5172026-06-25T00:05:10.279Z Compiling cc v1.2.65
5182026-06-25T00:05:10.390Z Compiling syn v2.0.118
5192026-06-25T00:05:10.451Z Compiling futures-sink v0.3.32
5202026-06-25T00:05:10.564Z Compiling socket2 v0.6.4
5212026-06-25T00:05:10.820Z Compiling slab v0.4.12
5222026-06-25T00:05:10.824Z Compiling zmij v1.0.21
5232026-06-25T00:05:10.870Z Compiling futures-channel v0.3.32
5242026-06-25T00:05:11.032Z Compiling tracing-core v0.1.36
5252026-06-25T00:05:11.131Z Compiling version_check v0.9.5
5262026-06-25T00:05:11.186Z Compiling serde_json v1.0.150
5272026-06-25T00:05:11.410Z Compiling getrandom v0.4.3
5282026-06-25T00:05:11.451Z Compiling futures-io v0.3.32
5292026-06-25T00:05:11.591Z Compiling indexmap v2.14.0
5302026-06-25T00:05:11.659Z Compiling futures-task v0.3.32
5312026-06-25T00:05:11.724Z Compiling camino v1.2.3
5322026-06-25T00:05:11.740Z Compiling unicode-width v0.2.2
5332026-06-25T00:05:11.835Z Compiling percent-encoding v2.3.2
5342026-06-25T00:05:12.102Z Compiling ring v0.17.14
5352026-06-25T00:05:12.118Z Compiling http v1.4.2
5362026-06-25T00:05:12.162Z Compiling adler2 v2.0.1
5372026-06-25T00:05:12.238Z Compiling autocfg v1.5.1
5382026-06-25T00:05:12.344Z Compiling zeroize v1.9.0
5392026-06-25T00:05:12.434Z Compiling simd-adler32 v0.3.9
5402026-06-25T00:05:12.582Z Compiling num-traits v0.2.19
5412026-06-25T00:05:12.685Z Compiling miniz_oxide v0.8.9
5422026-06-25T00:05:12.824Z Compiling getrandom v0.3.4
5432026-06-25T00:05:13.110Z Compiling target-lexicon v0.13.5
5442026-06-25T00:05:13.151Z Compiling object v0.37.3
5452026-06-25T00:05:13.263Z Compiling zerocopy v0.8.52
5462026-06-25T00:05:13.505Z Compiling http-body v1.0.1
5472026-06-25T00:05:13.663Z Compiling rustls-pki-types v1.14.1
5482026-06-25T00:05:13.692Z Compiling form_urlencoded v1.2.2
5492026-06-25T00:05:13.773Z Compiling semver v1.0.28
5502026-06-25T00:05:13.955Z Compiling getrandom v0.2.17
5512026-06-25T00:05:14.006Z Compiling httparse v1.10.1
5522026-06-25T00:05:14.018Z Compiling serde_derive v1.0.228
5532026-06-25T00:05:14.084Z Compiling tokio-macros v2.7.0
5542026-06-25T00:05:14.147Z Compiling futures-macro v0.3.32
5552026-06-25T00:05:14.310Z Compiling tracing-attributes v0.1.31
5562026-06-25T00:05:14.365Z Compiling fnv v1.0.7
5572026-06-25T00:05:14.425Z Compiling utf8_iter v1.0.4
5582026-06-25T00:05:14.467Z Compiling untrusted v0.9.0
5592026-06-25T00:05:14.538Z Compiling gimli v0.32.3
5602026-06-25T00:05:14.609Z Compiling thiserror v2.0.18
5612026-06-25T00:05:14.613Z Compiling idna_adapter v1.0.0
5622026-06-25T00:05:14.696Z Compiling signal-hook v0.3.18
5632026-06-25T00:05:14.895Z Compiling tokio v1.52.3
5642026-06-25T00:05:14.925Z Compiling guppy-workspace-hack v0.1.0
5652026-06-25T00:05:14.936Z Compiling owo-colors v4.3.0
5662026-06-25T00:05:14.975Z Compiling futures-util v0.3.32
5672026-06-25T00:05:15.337Z Compiling idna v1.1.0
5682026-06-25T00:05:15.424Z Compiling thiserror-impl v2.0.18
5692026-06-25T00:05:15.530Z Compiling tracing v0.1.44
5702026-06-25T00:05:16.615Z Compiling addr2line v0.25.1
5712026-06-25T00:05:17.237Z Compiling generic-array v0.14.7
5722026-06-25T00:05:17.271Z Compiling thiserror v1.0.69
5732026-06-25T00:05:17.478Z Compiling rustls v0.23.41
5742026-06-25T00:05:17.558Z Compiling fastrand v2.4.1
5752026-06-25T00:05:17.599Z Compiling pkg-config v0.3.33
5762026-06-25T00:05:17.624Z Compiling try-lock v0.2.5
5772026-06-25T00:05:17.701Z Compiling typeid v1.0.3
5782026-06-25T00:05:17.737Z Compiling tower-service v0.3.3
5792026-06-25T00:05:17.836Z Compiling rustc-demangle v0.1.27
5802026-06-25T00:05:17.882Z Compiling target-spec v3.6.0
5812026-06-25T00:05:17.993Z Compiling atomic-waker v1.1.2
5822026-06-25T00:05:18.014Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5832026-06-25T00:05:18.165Z Compiling tempfile v3.27.0
5842026-06-25T00:05:18.192Z Compiling want v0.3.1
5852026-06-25T00:05:18.484Z Compiling cfg-expr v0.20.8
5862026-06-25T00:05:18.674Z Compiling url v2.5.8
5872026-06-25T00:05:18.831Z Compiling tokio-util v0.7.18
5882026-06-25T00:05:19.462Z Compiling h2 v0.4.15
5892026-06-25T00:05:19.977Z Compiling backtrace v0.3.76
5902026-06-25T00:05:20.015Z Compiling thiserror-impl v1.0.69
5912026-06-25T00:05:20.467Z Compiling terminal_size v0.4.4
5922026-06-25T00:05:20.479Z Compiling aho-corasick v1.1.4
5932026-06-25T00:05:20.620Z Compiling subtle v2.6.1
5942026-06-25T00:05:20.778Z Compiling regex-syntax v0.8.11
5952026-06-25T00:05:21.123Z Compiling winnow v0.7.15
5962026-06-25T00:05:21.180Z Compiling typenum v1.20.1
5972026-06-25T00:05:21.845Z Compiling erased-serde v0.4.10
5982026-06-25T00:05:22.191Z Compiling hyper v1.10.1
5992026-06-25T00:05:23.017Z Compiling rustls-webpki v0.103.13
6002026-06-25T00:05:25.199Z Compiling regex-automata v0.4.14
6012026-06-25T00:05:26.060Z Compiling toml_datetime v0.6.11
6022026-06-25T00:05:26.118Z Compiling serde_spanned v0.6.9
6032026-06-25T00:05:26.290Z Compiling ahash v0.8.12
6042026-06-25T00:05:26.430Z Compiling sync_wrapper v1.0.2
6052026-06-25T00:05:26.559Z Compiling base64 v0.22.1
6062026-06-25T00:05:26.579Z Compiling either v1.16.0
6072026-06-25T00:05:26.817Z Compiling crc32fast v1.5.0
6082026-06-25T00:05:27.053Z Compiling nextest-workspace-hack v0.1.0
6092026-06-25T00:05:27.115Z Compiling foldhash v0.1.5
6102026-06-25T00:05:27.303Z Compiling unicode-segmentation v1.13.3
6112026-06-25T00:05:27.332Z Compiling lazy_static v1.5.0
6122026-06-25T00:05:27.446Z Compiling unicode-linebreak v0.1.5
6132026-06-25T00:05:27.671Z Compiling tower-layer v0.3.3
6142026-06-25T00:05:27.703Z Compiling ipnet v2.12.0
6152026-06-25T00:05:27.805Z Compiling is_ci v1.2.0
6162026-06-25T00:05:27.874Z Compiling parking_lot_core v0.9.12
6172026-06-25T00:05:27.974Z Compiling toml_write v0.1.2
6182026-06-25T00:05:28.131Z Compiling portable-atomic v1.13.1
6192026-06-25T00:05:28.191Z Compiling toml_edit v0.22.27
6202026-06-25T00:05:28.226Z Compiling hyper-util v0.1.20
6212026-06-25T00:05:28.630Z Compiling supports-color v3.0.2
6222026-06-25T00:05:28.867Z Compiling tokio-rustls v0.26.4
6232026-06-25T00:05:28.891Z Compiling tower v0.5.3
6242026-06-25T00:05:29.147Z Compiling textwrap v0.16.2
6252026-06-25T00:05:29.285Z Compiling convert_case v0.10.0
6262026-06-25T00:05:29.490Z Compiling sharded-slab v0.1.7
6272026-06-25T00:05:29.559Z Compiling hashbrown v0.15.5
6282026-06-25T00:05:30.186Z Compiling backtrace-ext v0.2.1
6292026-06-25T00:05:30.439Z Compiling ordered-float v2.10.1
6302026-06-25T00:05:30.534Z Compiling miette-derive v7.6.0
6312026-06-25T00:05:30.716Z Compiling webpki-roots v1.0.8
6322026-06-25T00:05:30.746Z Compiling pathdiff v0.2.3
6332026-06-25T00:05:30.831Z Compiling console v0.15.11
6342026-06-25T00:05:30.845Z Compiling cargo-platform v0.3.3
6352026-06-25T00:05:30.868Z Compiling tracing-log v0.2.0
6362026-06-25T00:05:31.219Z Compiling os_pipe v1.2.3
6372026-06-25T00:05:31.391Z Compiling thread_local v1.1.9
6382026-06-25T00:05:31.400Z Compiling utf8parse v0.2.2
6392026-06-25T00:05:31.515Z Compiling scopeguard v1.2.0
6402026-06-25T00:05:31.629Z Compiling unicode-width v0.1.14
6412026-06-25T00:05:31.638Z Compiling debug-ignore v1.0.5
6422026-06-25T00:05:31.736Z Compiling supports-hyperlinks v3.2.0
6432026-06-25T00:05:31.747Z Compiling winnow v1.0.3
6442026-06-25T00:05:31.958Z Compiling supports-unicode v3.0.0
6452026-06-25T00:05:32.126Z Compiling cfg_aliases v0.2.1
6462026-06-25T00:05:32.138Z Compiling pulldown-cmark v0.13.4
6472026-06-25T00:05:32.221Z Compiling zstd-safe v7.2.4
6482026-06-25T00:05:32.275Z Compiling rustix v0.38.44
6492026-06-25T00:05:32.370Z Compiling ryu v1.0.23
6502026-06-25T00:05:32.454Z Compiling fixedbitset v0.5.7
6512026-06-25T00:05:32.674Z Compiling petgraph v0.8.3
6522026-06-25T00:05:32.751Z Compiling serde_urlencoded v0.7.1
6532026-06-25T00:05:32.963Z Compiling toml_parser v1.1.2+spec-1.1.0
6542026-06-25T00:05:33.100Z Compiling nix v0.30.1
6552026-06-25T00:05:33.188Z Compiling miette v7.6.0
6562026-06-25T00:05:33.497Z Compiling lock_api v0.4.14
6572026-06-25T00:05:33.747Z Compiling tracing-subscriber v0.3.23
6582026-06-25T00:05:34.285Z Compiling anstyle-parse v1.0.0
6592026-06-25T00:05:34.509Z Compiling sigchld v0.2.4
6602026-06-25T00:05:34.632Z Compiling cargo_metadata v0.23.1
6612026-06-25T00:05:34.703Z Compiling hyper-rustls v0.27.9
6622026-06-25T00:05:35.404Z Compiling serde-value v0.7.0
6632026-06-25T00:05:36.163Z Compiling serde-untagged v0.1.9
6642026-06-25T00:05:36.652Z Compiling toml v0.8.23
6652026-06-25T00:05:36.862Z Compiling derive_more-impl v2.1.1
6662026-06-25T00:05:37.048Z Compiling tower-http v0.6.11
6672026-06-25T00:05:37.691Z Compiling regex v1.12.4
6682026-06-25T00:05:37.712Z Compiling itertools v0.14.0
6692026-06-25T00:05:37.916Z Compiling block-buffer v0.10.4
6702026-06-25T00:05:37.965Z Compiling crypto-common v0.1.7
6712026-06-25T00:05:38.066Z Compiling ppv-lite86 v0.2.21
6722026-06-25T00:05:38.110Z Compiling futures-executor v0.3.32
6732026-06-25T00:05:38.400Z Compiling rand_core v0.9.5
6742026-06-25T00:05:38.645Z Compiling pin-project-internal v1.1.13
6752026-06-25T00:05:38.656Z Compiling http-body-util v0.1.3
6762026-06-25T00:05:38.939Z Compiling uuid v1.23.4
6772026-06-25T00:05:39.139Z Compiling toml_datetime v1.1.1+spec-1.1.0
6782026-06-25T00:05:39.190Z Compiling serde_spanned v1.1.1
6792026-06-25T00:05:39.336Z Compiling smol_str v0.3.6
6802026-06-25T00:05:39.458Z Compiling filetime v0.2.29
6812026-06-25T00:05:39.487Z Compiling bstr v1.12.2
6822026-06-25T00:05:39.541Z Compiling vte v0.14.1
6832026-06-25T00:05:39.665Z Compiling is_terminal_polyfill v1.70.2
6842026-06-25T00:05:39.675Z Compiling nested v0.1.1
6852026-06-25T00:05:39.694Z Compiling colorchoice v1.0.5
6862026-06-25T00:05:39.756Z Compiling color-spantrace v0.3.0
6872026-06-25T00:05:39.768Z Compiling anstyle v1.0.14
6882026-06-25T00:05:39.814Z Compiling number_prefix v0.4.0
6892026-06-25T00:05:39.837Z Compiling eyre v0.6.12
6902026-06-25T00:05:39.863Z Compiling iana-time-zone v0.1.65
6912026-06-25T00:05:40.028Z Compiling tinyvec_macros v0.1.1
6922026-06-25T00:05:40.066Z Compiling anstyle-query v1.1.5
6932026-06-25T00:05:40.153Z Compiling self_update v0.42.0
6942026-06-25T00:05:40.157Z Compiling unicase v2.9.0
6952026-06-25T00:05:40.176Z Compiling xattr v1.6.1
6962026-06-25T00:05:40.186Z Compiling unicode-xid v0.2.6
6972026-06-25T00:05:40.207Z Compiling static_assertions v1.1.0
6982026-06-25T00:05:40.280Z Compiling litrs v1.0.0
6992026-06-25T00:05:40.316Z Compiling tar v0.4.46
7002026-06-25T00:05:40.339Z Compiling guppy v0.17.26
7012026-06-25T00:05:40.354Z Compiling cargo-util-schemas v0.2.0
7022026-06-25T00:05:40.683Z Compiling anstream v1.0.0
7032026-06-25T00:05:40.715Z Compiling document-features v0.2.12
7042026-06-25T00:05:41.211Z Compiling tinyvec v1.11.0
7052026-06-25T00:05:41.354Z Compiling chrono v0.4.45
7062026-06-25T00:05:41.638Z Compiling indicatif v0.17.11
7072026-06-25T00:05:41.796Z Compiling globset v0.4.18
7082026-06-25T00:05:42.777Z Compiling strip-ansi-escapes v0.2.1
7092026-06-25T00:05:42.838Z Compiling pin-project v1.1.13
7102026-06-25T00:05:42.945Z Compiling nextest-metadata v0.12.2
7112026-06-25T00:05:43.269Z Compiling toml v1.1.2+spec-1.1.0
7122026-06-25T00:05:44.147Z Compiling newtype-uuid v1.3.2
7132026-06-25T00:05:44.342Z Compiling reqwest v0.12.28
7142026-06-25T00:05:44.714Z Compiling rand_chacha v0.9.0
7152026-06-25T00:05:44.731Z Compiling futures v0.3.32
7162026-06-25T00:05:44.813Z Compiling digest v0.10.7
7172026-06-25T00:05:44.974Z Compiling parking_lot v0.12.5
7182026-06-25T00:05:45.040Z Compiling derive_more v2.1.1
7192026-06-25T00:05:45.124Z Compiling flate2 v1.1.9
7202026-06-25T00:05:45.279Z Compiling tracing-error v0.2.1
7212026-06-25T00:05:45.514Z Compiling shared_child v1.1.1
7222026-06-25T00:05:45.876Z Compiling signal-hook-mio v0.2.5
7232026-06-25T00:05:46.004Z Compiling self-replace v1.5.0
7242026-06-25T00:05:46.017Z Compiling cargo-platform v0.2.0
7252026-06-25T00:05:46.297Z Compiling quick-xml v0.37.5
7262026-06-25T00:05:46.464Z Compiling quick-xml v0.38.4
7272026-06-25T00:05:46.587Z Compiling indenter v0.3.4
7282026-06-25T00:05:46.944Z Compiling recursion v0.5.4
7292026-06-25T00:05:47.083Z Compiling heck v0.5.0
7302026-06-25T00:05:47.285Z Compiling humantime v2.3.0
7312026-06-25T00:05:47.422Z Compiling urlencoding v2.1.3
7322026-06-25T00:05:47.664Z Compiling clap_lex v1.1.0
7332026-06-25T00:05:47.705Z Compiling cpufeatures v0.2.17
7342026-06-25T00:05:47.781Z Compiling strsim v0.11.1
7352026-06-25T00:05:47.825Z Compiling shell-words v1.1.1
7362026-06-25T00:05:48.084Z Compiling clap_builder v4.6.0
7372026-06-25T00:05:48.094Z Compiling sha2 v0.10.9
7382026-06-25T00:05:48.105Z Compiling humantime-serde v1.1.1
7392026-06-25T00:05:48.254Z Compiling clap_derive v4.6.1
7402026-06-25T00:05:48.598Z Compiling quick-junit v0.5.2
7412026-06-25T00:05:49.276Z Compiling nextest-filtering v0.15.0
7422026-06-25T00:05:50.527Z Compiling atomicwrites v0.4.4
7432026-06-25T00:05:50.818Z Compiling cargo_metadata v0.20.0
7442026-06-25T00:05:51.728Z Compiling cargo-nextest v0.9.97
7452026-06-25T00:05:52.065Z Compiling crossterm v0.29.0
7462026-06-25T00:05:53.964Z Compiling duct v0.13.7
7472026-06-25T00:05:54.513Z Compiling rand v0.9.4
7482026-06-25T00:05:54.566Z Compiling async-scoped v0.9.0
7492026-06-25T00:05:54.757Z Compiling config v0.15.24
7502026-06-25T00:05:55.259Z Compiling zstd v0.13.3
7512026-06-25T00:05:55.262Z Compiling unicode-normalization v0.1.25
7522026-06-25T00:05:55.283Z Compiling target-spec-miette v0.4.8
7532026-06-25T00:05:55.678Z Compiling future-queue v0.4.0
7542026-06-25T00:05:55.691Z Compiling mukti-metadata v0.3.0
7552026-06-25T00:05:55.710Z Compiling tokio-stream v0.1.18
7562026-06-25T00:05:55.865Z Compiling camino-tempfile v1.4.1
7572026-06-25T00:05:55.959Z Compiling derive-where v1.6.1
7582026-06-25T00:05:56.002Z Compiling serde_ignored v0.1.14
7592026-06-25T00:05:56.180Z Compiling serde_path_to_error v0.1.20
7602026-06-25T00:05:56.224Z Compiling xxhash-rust v0.8.15
7612026-06-25T00:05:56.297Z Compiling swrite v0.1.0
7622026-06-25T00:05:56.366Z Compiling home v0.5.12
7632026-06-25T00:05:56.402Z Compiling indent_write v2.2.0
7642026-06-25T00:05:56.402Z Compiling hex v0.4.3
7652026-06-25T00:05:56.535Z Compiling color-eyre v0.6.5
7662026-06-25T00:05:56.573Z Compiling clap v4.6.1
7672026-06-25T00:05:56.626Z Compiling dialoguer v0.11.0
7682026-06-25T00:05:56.661Z Compiling enable-ansi-support v0.2.1
7692026-06-25T00:05:57.202Z Compiling nextest-runner v0.80.0
7702026-06-25T00:06:15.223Z Finished `release` profile [optimized] target(s) in 1m 11s
7712026-06-25T00:06:15.407Z Installing /home/build/.cargo/bin/cargo-nextest
7722026-06-25T00:06:15.410Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7732026-06-25T00:06:15.526Z+ pushd rdb
7742026-06-25T00:06:15.529Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7752026-06-25T00:06:15.529Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7762026-06-25T00:06:15.682Z Updating git repository `https://github.com/oxidecomputer/falcon`
7772026-06-25T00:06:16.550ZFrom https://github.com/oxidecomputer/falcon
7782026-06-25T00:06:16.550Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7792026-06-25T00:06:16.626Z Updating crates.io index
7802026-06-25T00:06:16.677Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7812026-06-25T00:06:17.048ZFrom https://github.com/oxidecomputer/dendrite
7822026-06-25T00:06:17.048Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7832026-06-25T00:06:17.082Z Updating git repository `https://github.com/oxidecomputer/ispf`
7842026-06-25T00:06:17.385ZFrom https://github.com/oxidecomputer/ispf
7852026-06-25T00:06:17.385Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7862026-06-25T00:06:17.415Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7872026-06-25T00:06:17.773ZFrom https://github.com/oxidecomputer/netadm-sys
7882026-06-25T00:06:17.773Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7892026-06-25T00:06:17.780Z Updating git repository `https://github.com/oxidecomputer/omicron`
7902026-06-25T00:06:24.418ZFrom https://github.com/oxidecomputer/omicron
7912026-06-25T00:06:24.418Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7922026-06-25T00:06:24.835Z Updating git repository `https://github.com/oxidecomputer/opte`
7932026-06-25T00:06:25.746ZFrom https://github.com/oxidecomputer/opte
7942026-06-25T00:06:25.746Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7952026-06-25T00:06:25.835Z Updating git repository `https://github.com/illumos/smf-rs`
7962026-06-25T00:06:26.080ZFrom https://github.com/illumos/smf-rs
7972026-06-25T00:06:26.080Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7982026-06-25T00:06:26.090Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7992026-06-25T00:06:26.369ZFrom https://github.com/oxidecomputer/network-interface
8002026-06-25T00:06:26.369Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8012026-06-25T00:06:26.418Z Updating git repository `https://github.com/oxidecomputer/zone`
8022026-06-25T00:06:26.702ZFrom https://github.com/oxidecomputer/zone
8032026-06-25T00:06:26.702Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8042026-06-25T00:06:26.749Z Updating git repository `https://github.com/oxidecomputer/propolis`
8052026-06-25T00:06:27.415ZFrom https://github.com/oxidecomputer/propolis
8062026-06-25T00:06:27.415Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8072026-06-25T00:06:27.462Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8082026-06-25T00:06:27.937ZFrom https://github.com/oxidecomputer/transceiver-control
8092026-06-25T00:06:27.937Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8102026-06-25T00:06:27.989Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8112026-06-25T00:06:28.249ZFrom https://github.com/oxidecomputer/dlpi-sys
8122026-06-25T00:06:28.249Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8132026-06-25T00:06:28.255Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8142026-06-25T00:06:28.518ZFrom https://github.com/jmesmon/rust-libzfs
8152026-06-25T00:06:28.518Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8162026-06-25T00:06:28.524Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8172026-06-25T00:06:28.780ZFrom https://github.com/oxidecomputer/rusty-doors
8182026-06-25T00:06:28.780Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8192026-06-25T00:06:28.798Z Updating git repository `https://github.com/oxidecomputer/lldp`
8202026-06-25T00:06:29.114ZFrom https://github.com/oxidecomputer/lldp
8212026-06-25T00:06:29.114Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8222026-06-25T00:06:29.125Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8232026-06-25T00:06:29.411ZFrom https://github.com/oxidecomputer/slog-error-chain
8242026-06-25T00:06:29.411Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8252026-06-25T00:06:29.462Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8262026-06-25T00:06:29.747ZFrom https://github.com/oxidecomputer/tufaceous
8272026-06-25T00:06:29.747Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8282026-06-25T00:06:29.788Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8292026-06-25T00:06:30.236ZFrom https://github.com/oxidecomputer/management-gateway-service
8302026-06-25T00:06:30.236Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8312026-06-25T00:06:30.264Z Updating git repository `https://github.com/oxidecomputer/crucible`
8322026-06-25T00:06:31.048ZFrom https://github.com/oxidecomputer/crucible
8332026-06-25T00:06:31.048Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8342026-06-25T00:06:31.097Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8352026-06-25T00:06:31.341ZFrom https://github.com/oxidecomputer/serde_human_bytes
8362026-06-25T00:06:31.341Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8372026-06-25T00:06:31.390Z Updating git repository `https://github.com/oxidecomputer/propolis`
8382026-06-25T00:06:31.838ZFrom https://github.com/oxidecomputer/propolis
8392026-06-25T00:06:31.838Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8402026-06-25T00:06:31.987Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-06-25T00:06:32.526ZFrom https://github.com/oxidecomputer/crucible
8422026-06-25T00:06:32.526Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8432026-06-25T00:06:32.618Z Updating git repository `https://github.com/oxidecomputer/tofino`
8442026-06-25T00:06:32.957ZFrom https://github.com/oxidecomputer/tofino
8452026-06-25T00:06:32.957Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8462026-06-25T00:06:32.968Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8472026-06-25T00:06:33.689ZFrom https://github.com/oxidecomputer/maghemite
8482026-06-25T00:06:33.689Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8492026-06-25T00:06:33.734Z Updating git repository `https://github.com/oxidecomputer/clickward`
8502026-06-25T00:06:34.004ZFrom https://github.com/oxidecomputer/clickward
8512026-06-25T00:06:34.004Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8522026-06-25T00:06:34.034Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8532026-06-25T00:06:34.311ZFrom https://github.com/oxidecomputer/illumos-devinfo
8542026-06-25T00:06:34.311Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8552026-06-25T00:06:35.415Z Downloading crates ...
8562026-06-25T00:06:35.517Z Downloaded base16ct v1.0.0
8572026-06-25T00:06:35.526Z Downloaded backon v1.6.0
8582026-06-25T00:06:35.530Z Downloaded aead v0.5.2
8592026-06-25T00:06:35.535Z Downloaded base16ct v0.2.0
8602026-06-25T00:06:35.535Z Downloaded dunce v1.0.5
8612026-06-25T00:06:35.538Z Downloaded enum-as-inner v0.6.1
8622026-06-25T00:06:35.538Z Downloaded cipher v0.4.4
8632026-06-25T00:06:35.538Z Downloaded dyn-clone v1.0.20
8642026-06-25T00:06:35.538Z Downloaded foreign-types-macros v0.2.3
8652026-06-25T00:06:35.541Z Downloaded foreign-types-shared v0.3.1
8662026-06-25T00:06:35.541Z Downloaded idna_adapter v1.2.2
8672026-06-25T00:06:35.545Z Downloaded heck v0.4.1
8682026-06-25T00:06:35.545Z Downloaded crossbeam-deque v0.8.6
8692026-06-25T00:06:35.548Z Downloaded lru-cache v0.1.2
8702026-06-25T00:06:35.548Z Downloaded critical-section v1.2.0
8712026-06-25T00:06:35.551Z Downloaded libscf-sys v1.2.0
8722026-06-25T00:06:35.551Z Downloaded compression-core v0.4.32
8732026-06-25T00:06:35.552Z Downloaded byteorder v1.5.0
8742026-06-25T00:06:35.556Z Downloaded is-terminal v0.4.17
8752026-06-25T00:06:35.556Z Downloaded displaydoc v0.2.6
8762026-06-25T00:06:35.559Z Downloaded hubpack v0.1.2
8772026-06-25T00:06:35.559Z Downloaded git-stub-vcs v0.1.0
8782026-06-25T00:06:35.559Z Downloaded crypto-common v0.2.2
8792026-06-25T00:06:35.562Z Downloaded async-stream v0.3.6
8802026-06-25T00:06:35.566Z Downloaded fs-err v3.3.0
8812026-06-25T00:06:35.566Z Downloaded multer v3.1.0
8822026-06-25T00:06:35.568Z Downloaded bitflags v1.3.2
8832026-06-25T00:06:35.571Z Downloaded hybrid-array v0.4.12
8842026-06-25T00:06:35.571Z Downloaded bit-set v0.8.0
8852026-06-25T00:06:35.574Z Downloaded icu_provider v2.2.0
8862026-06-25T00:06:35.577Z Downloaded compression-codecs v0.4.38
8872026-06-25T00:06:35.580Z Downloaded instant v0.1.13
8882026-06-25T00:06:35.580Z Downloaded bytecount v0.6.9
8892026-06-25T00:06:35.583Z Downloaded konst v0.2.20
8902026-06-25T00:06:35.586Z Downloaded hashbrown v0.12.3
8912026-06-25T00:06:35.588Z Downloaded konst_macro_rules v0.2.19
8922026-06-25T00:06:35.591Z Downloaded deranged v0.5.8
8932026-06-25T00:06:35.591Z Downloaded darling_core v0.21.3
8942026-06-25T00:06:35.595Z Downloaded git-stub v1.0.0
8952026-06-25T00:06:35.598Z Downloaded libsw-core v0.3.2
8962026-06-25T00:06:35.601Z Downloaded inout v0.1.4
8972026-06-25T00:06:35.601Z Downloaded ciborium-ll v0.2.2
8982026-06-25T00:06:35.601Z Downloaded memoffset v0.9.1
8992026-06-25T00:06:35.606Z Downloaded const-random-macro v0.1.16
9002026-06-25T00:06:35.606Z Downloaded httpdate v1.0.3
9012026-06-25T00:06:35.609Z Downloaded async-recursion v1.1.1
9022026-06-25T00:06:35.609Z Downloaded keccak v0.1.6
9032026-06-25T00:06:35.609Z Downloaded gethostname v0.5.0
9042026-06-25T00:06:35.612Z Downloaded fxhash v0.2.1
9052026-06-25T00:06:35.612Z Downloaded darling_macro v0.23.0
9062026-06-25T00:06:35.612Z Downloaded const-random v0.1.18
9072026-06-25T00:06:35.615Z Downloaded float-ord v0.3.2
9082026-06-25T00:06:35.616Z Downloaded linked-hash-map v0.5.6
9092026-06-25T00:06:35.618Z Downloaded newtype-uuid-macros v0.1.0
9102026-06-25T00:06:35.618Z Downloaded hickory-resolver v0.24.4
9112026-06-25T00:06:35.621Z Downloaded mime v0.3.17
9122026-06-25T00:06:35.621Z Downloaded dof v0.3.0
9132026-06-25T00:06:35.625Z Downloaded glob v0.3.3
9142026-06-25T00:06:35.625Z Downloaded hostname v0.4.2
9152026-06-25T00:06:35.628Z Downloaded defmt-parser v1.0.0
9162026-06-25T00:06:35.628Z Downloaded chacha20 v0.9.1
9172026-06-25T00:06:35.631Z Downloaded embedded-io v0.6.1
9182026-06-25T00:06:35.631Z Downloaded bytes v1.11.1
9192026-06-25T00:06:35.633Z Downloaded bcs v0.1.6
9202026-06-25T00:06:35.636Z Downloaded num v0.4.3
9212026-06-25T00:06:35.636Z Downloaded newtype_derive v0.1.6
9222026-06-25T00:06:35.636Z Downloaded cstr-argument v0.1.2
9232026-06-25T00:06:35.640Z Downloaded match_cfg v0.1.0
9242026-06-25T00:06:35.640Z Downloaded crc8 v0.1.1
9252026-06-25T00:06:35.643Z Downloaded ciborium-io v0.2.2
9262026-06-25T00:06:35.643Z Downloaded macaddr v1.0.1
9272026-06-25T00:06:35.643Z Downloaded ident_case v1.0.1
9282026-06-25T00:06:35.643Z Downloaded hostname v0.3.1
9292026-06-25T00:06:35.647Z Downloaded num-conv v0.2.2
9302026-06-25T00:06:35.647Z Downloaded dtrace-parser v0.2.0
9312026-06-25T00:06:35.647Z Downloaded defmt v0.3.100
9322026-06-25T00:06:35.650Z Downloaded async-stream-impl v0.3.6
9332026-06-25T00:06:35.650Z Downloaded num_enum_derive v0.5.11
9342026-06-25T00:06:35.650Z Downloaded omicron-workspace-hack v0.1.0
9352026-06-25T00:06:35.654Z Downloaded managed v0.8.0
9362026-06-25T00:06:35.654Z Downloaded hash32 v0.3.1
9372026-06-25T00:06:35.654Z Downloaded cobs v0.3.0
9382026-06-25T00:06:35.660Z Downloaded dropshot-api-manager-types v0.7.2
9392026-06-25T00:06:35.660Z Downloaded hubpack_derive v0.1.1
9402026-06-25T00:06:35.660Z Downloaded internet-checksum v0.2.1
9412026-06-25T00:06:35.664Z Downloaded opaque-debug v0.3.1
9422026-06-25T00:06:35.664Z Downloaded newline-converter v0.3.0
9432026-06-25T00:06:35.664Z Downloaded num-iter v0.1.45
9442026-06-25T00:06:35.664Z Downloaded no-std-compat v0.4.1
9452026-06-25T00:06:35.664Z Downloaded olpc-cjson v0.1.4
9462026-06-25T00:06:35.667Z Downloaded crucible-workspace-hack v0.1.0
9472026-06-25T00:06:35.667Z Downloaded darling_macro v0.21.3
9482026-06-25T00:06:35.667Z Downloaded embedded-io v0.4.0
9492026-06-25T00:06:35.667Z Downloaded num-derive v0.4.2
9502026-06-25T00:06:35.670Z Downloaded argon2 v0.5.3
9512026-06-25T00:06:35.670Z Downloaded parse-display v0.10.0
9522026-06-25T00:06:35.670Z Downloaded num_threads v0.1.7
9532026-06-25T00:06:35.673Z Downloaded backoff v0.4.0
9542026-06-25T00:06:35.673Z Downloaded cmake v0.1.58
9552026-06-25T00:06:35.676Z Downloaded const_format v0.2.36
9562026-06-25T00:06:35.678Z Downloaded linear-map v1.2.0
9572026-06-25T00:06:35.682Z Downloaded fixedbitset v0.4.2
9582026-06-25T00:06:35.682Z Downloaded fs_extra v1.3.0
9592026-06-25T00:06:35.687Z Downloaded arrayvec v0.7.6
9602026-06-25T00:06:35.687Z Downloaded constant_time_eq v0.4.2
9612026-06-25T00:06:35.692Z Downloaded byte-wrapper v0.1.0
9622026-06-25T00:06:35.692Z Downloaded bs58 v0.5.1
9632026-06-25T00:06:35.697Z Downloaded libsw v3.5.0
9642026-06-25T00:06:35.697Z Downloaded ipnetwork v0.21.1
9652026-06-25T00:06:35.697Z Downloaded defmt-macros v1.1.0
9662026-06-25T00:06:35.700Z Downloaded potential_utf v0.1.5
9672026-06-25T00:06:35.700Z Downloaded plain v0.2.3
9682026-06-25T00:06:35.700Z Downloaded phf_shared v0.12.1
9692026-06-25T00:06:35.700Z Downloaded litemap v0.8.2
9702026-06-25T00:06:35.703Z Downloaded proc-macro-error-attr v1.0.4
9712026-06-25T00:06:35.703Z Downloaded pretty-hex v0.4.2
9722026-06-25T00:06:35.706Z Downloaded proc-macro-error-attr2 v2.0.0
9732026-06-25T00:06:35.706Z Downloaded proc-macro-crate v1.3.1
9742026-06-25T00:06:35.709Z Downloaded progenitor-macro v0.14.0
9752026-06-25T00:06:35.709Z Downloaded proc-macro-crate v3.5.0
9762026-06-25T00:06:35.709Z Downloaded progenitor-client v0.14.0
9772026-06-25T00:06:35.712Z Downloaded quick-error v1.2.3
9782026-06-25T00:06:35.712Z Downloaded derive-ex v0.1.8
9792026-06-25T00:06:35.715Z Downloaded progenitor-macro v0.13.0
9802026-06-25T00:06:35.715Z Downloaded powerfmt v0.2.0
9812026-06-25T00:06:35.715Z Downloaded cc v1.2.63
9822026-06-25T00:06:35.718Z Downloaded const_format_proc_macros v0.2.34
9832026-06-25T00:06:35.721Z Downloaded group v0.13.0
9842026-06-25T00:06:35.721Z Downloaded natord v1.0.9
9852026-06-25T00:06:35.725Z Downloaded dof v0.4.0
9862026-06-25T00:06:35.725Z Downloaded digest v0.11.3
9872026-06-25T00:06:35.728Z Downloaded daft-derive v0.1.7
9882026-06-25T00:06:35.731Z Downloaded num_enum v0.5.11
9892026-06-25T00:06:35.733Z Downloaded num-rational v0.4.2
9902026-06-25T00:06:35.736Z Downloaded progenitor-client v0.10.0
9912026-06-25T00:06:35.737Z Downloaded paste v1.0.15
9922026-06-25T00:06:35.739Z Downloaded foldhash v0.2.0
9932026-06-25T00:06:35.739Z Downloaded num_enum v0.7.6
9942026-06-25T00:06:35.743Z Downloaded rand_chacha v0.3.1
9952026-06-25T00:06:35.745Z Downloaded parse-display-derive v0.10.0
9962026-06-25T00:06:35.745Z Downloaded hmac v0.12.1
9972026-06-25T00:06:35.748Z Downloaded crossbeam-epoch v0.9.18
9982026-06-25T00:06:35.751Z Downloaded crossbeam-utils v0.8.21
9992026-06-25T00:06:35.751Z Downloaded crossbeam-channel v0.5.15
10002026-06-25T00:06:35.754Z Downloaded password-hash v0.5.0
10012026-06-25T00:06:35.758Z Downloaded chacha20 v0.10.0
10022026-06-25T00:06:35.765Z Downloaded ref-cast-impl v1.0.25
10032026-06-25T00:06:35.765Z Downloaded allocator-api2 v0.2.21
10042026-06-25T00:06:35.766Z Downloaded rand_xorshift v0.4.0
10052026-06-25T00:06:35.841Z Downloaded pem v3.0.6
10062026-06-25T00:06:35.841Z Downloaded ingot-macros v0.1.1
10072026-06-25T00:06:35.841Z Downloaded rustc_version v0.1.7
10082026-06-25T00:06:35.842Z Downloaded same-file v1.0.6
10092026-06-25T00:06:35.842Z Downloaded indexmap v1.9.3
10102026-06-25T00:06:35.842Z Downloaded poly1305 v0.8.0
10112026-06-25T00:06:35.842Z Downloaded dropshot_endpoint v0.17.1
10122026-06-25T00:06:35.842Z Downloaded progenitor-extras v0.2.0
10132026-06-25T00:06:35.842Z Downloaded progenitor-client v0.13.0
10142026-06-25T00:06:35.842Z Downloaded progenitor v0.14.0
10152026-06-25T00:06:35.842Z Downloaded phf v0.12.1
10162026-06-25T00:06:35.842Z Downloaded serde-big-array v0.5.1
10172026-06-25T00:06:35.842Z Downloaded serial_test_derive v3.5.0
10182026-06-25T00:06:35.842Z Downloaded diff v0.1.13
10192026-06-25T00:06:35.842Z Downloaded secrecy v0.10.3
10202026-06-25T00:06:35.842Z Downloaded serde_plain v1.0.2
10212026-06-25T00:06:35.842Z Downloaded serial_test v3.5.0
10222026-06-25T00:06:35.842Z Downloaded progenitor-macro v0.10.0
10232026-06-25T00:06:35.842Z Downloaded sha1 v0.11.0
10242026-06-25T00:06:35.842Z Downloaded sha1 v0.10.6
10252026-06-25T00:06:35.842Z Downloaded anyhow v1.0.102
10262026-06-25T00:06:35.842Z Downloaded camino v1.2.2
10272026-06-25T00:06:35.842Z Downloaded quote v1.0.45
10282026-06-25T00:06:35.842Z Downloaded ingot v0.1.1
10292026-06-25T00:06:35.842Z Downloaded progenitor v0.13.0
10302026-06-25T00:06:35.842Z Downloaded progenitor v0.10.0
10312026-06-25T00:06:35.842Z Downloaded darling v0.21.3
10322026-06-25T00:06:35.842Z Downloaded sigpipe v0.1.3
10332026-06-25T00:06:35.843Z Downloaded rand_core v0.10.1
10342026-06-25T00:06:35.843Z Downloaded num_enum_derive v0.7.6
10352026-06-25T00:06:35.843Z Downloaded cookie v0.18.1
10362026-06-25T00:06:35.843Z Downloaded memmap2 v0.9.10
10372026-06-25T00:06:35.843Z Downloaded scroll_derive v0.12.1
10382026-06-25T00:06:35.843Z Downloaded colored v3.1.1
10392026-06-25T00:06:35.843Z Downloaded cancel-safe-futures v0.1.5
10402026-06-25T00:06:35.843Z Downloaded const-oid v0.10.2
10412026-06-25T00:06:35.843Z Downloaded pest_generator v2.8.6
10422026-06-25T00:06:35.843Z Downloaded parking_lot v0.11.2
10432026-06-25T00:06:35.843Z Downloaded proc-macro-error2 v2.0.1
10442026-06-25T00:06:35.843Z Downloaded ingot-types v0.1.2
10452026-06-25T00:06:35.843Z Downloaded siphasher v1.0.3
10462026-06-25T00:06:35.843Z Downloaded highway v1.3.0
10472026-06-25T00:06:35.843Z Downloaded resolv-conf v0.7.6
10482026-06-25T00:06:35.843Z Downloaded icu_properties v2.2.0
10492026-06-25T00:06:35.850Z Downloaded half v2.7.1
10502026-06-25T00:06:35.850Z Downloaded slog-envlogger v2.2.0
10512026-06-25T00:06:35.850Z Downloaded arc-swap v1.9.1
10522026-06-25T00:06:35.850Z Downloaded smawk v0.3.2
10532026-06-25T00:06:35.850Z Downloaded slog-bunyan v2.5.0
10542026-06-25T00:06:35.850Z Downloaded structmeta-derive v0.3.0
10552026-06-25T00:06:35.850Z Downloaded spin v0.5.2
10562026-06-25T00:06:35.850Z Downloaded stable_deref_trait v1.2.1
10572026-06-25T00:06:35.850Z Downloaded scroll_derive v0.13.1
10582026-06-25T00:06:35.850Z Downloaded scroll v0.13.0
10592026-06-25T00:06:35.850Z Downloaded proc-macro-error v1.0.4
10602026-06-25T00:06:35.850Z Downloaded rustls-native-certs v0.8.4
10612026-06-25T00:06:35.850Z Downloaded thiserror-impl-no-std v2.0.2
10622026-06-25T00:06:35.850Z Downloaded rustls-pemfile v2.2.0
10632026-06-25T00:06:35.854Z Downloaded testing_table v0.3.0
10642026-06-25T00:06:35.854Z Downloaded structmeta v0.3.0
10652026-06-25T00:06:35.854Z Downloaded darling v0.23.0
10662026-06-25T00:06:35.854Z Downloaded strum v0.27.2
10672026-06-25T00:06:35.854Z Downloaded serde_derive_internals v0.29.1
10682026-06-25T00:06:35.857Z Downloaded postcard v1.1.3
10692026-06-25T00:06:35.857Z Downloaded schemars_derive v0.8.22
10702026-06-25T00:06:35.857Z Downloaded num-complex v0.4.6
10712026-06-25T00:06:35.857Z Downloaded rusty-fork v0.3.1
10722026-06-25T00:06:35.860Z Downloaded ref-cast v1.0.25
10732026-06-25T00:06:35.863Z Downloaded rustversion v1.0.22
10742026-06-25T00:06:35.863Z Downloaded drift v0.2.0
10752026-06-25T00:06:35.871Z Downloaded termtree v0.5.1
10762026-06-25T00:06:35.874Z Downloaded take_mut v0.2.2
10772026-06-25T00:06:35.874Z Downloaded tagptr v0.2.0
10782026-06-25T00:06:35.874Z Downloaded tabwriter v1.4.1
10792026-06-25T00:06:35.874Z Downloaded tabled_derive v0.11.0
10802026-06-25T00:06:35.874Z Downloaded tabled_derive v0.7.0
10812026-06-25T00:06:35.878Z Downloaded time-core v0.1.8
10822026-06-25T00:06:35.878Z Downloaded derive_more v0.99.20
10832026-06-25T00:06:35.883Z Downloaded ciborium v0.2.2
10842026-06-25T00:06:35.883Z Downloaded chacha20poly1305 v0.10.1
10852026-06-25T00:06:35.883Z Downloaded thread-id v5.1.0
10862026-06-25T00:06:35.886Z Downloaded log v0.4.32
10872026-06-25T00:06:35.886Z Downloaded slog-term v2.9.2
10882026-06-25T00:06:35.887Z Downloaded slog-stdlog v4.1.1
10892026-06-25T00:06:35.891Z Downloaded slog-scope v4.4.1
10902026-06-25T00:06:35.891Z Downloaded slog-dtrace v0.3.0
10912026-06-25T00:06:35.891Z Downloaded unarray v0.1.4
10922026-06-25T00:06:35.891Z Downloaded elliptic-curve v0.13.8
10932026-06-25T00:06:35.894Z Downloaded slog-json v2.6.1
10942026-06-25T00:06:35.894Z Downloaded snafu-derive v0.8.9
10952026-06-25T00:06:35.894Z Downloaded smf v0.2.3
10962026-06-25T00:06:35.899Z Downloaded rhai_codegen v3.2.0
10972026-06-25T00:06:35.902Z Downloaded usdt v0.5.0
10982026-06-25T00:06:35.903Z Downloaded bitflags v2.12.1
10992026-06-25T00:06:35.906Z Downloaded slog-async v2.8.0
11002026-06-25T00:06:35.906Z Downloaded icu_normalizer_data v2.2.0
11012026-06-25T00:06:35.906Z Downloaded heapless v0.8.0
11022026-06-25T00:06:35.909Z Downloaded pest_derive v2.8.6
11032026-06-25T00:06:35.909Z Downloaded serde_tokenstream v0.2.3
11042026-06-25T00:06:35.912Z Downloaded serde_repr v0.1.20
11052026-06-25T00:06:35.912Z Downloaded universal-hash v0.5.1
11062026-06-25T00:06:35.912Z Downloaded strum_macros v0.27.2
11072026-06-25T00:06:35.915Z Downloaded untrusted v0.7.1
11082026-06-25T00:06:35.915Z Downloaded usdt-attr-macro v0.5.0
11092026-06-25T00:06:35.915Z Downloaded usdt v0.6.0
11102026-06-25T00:06:35.915Z Downloaded icu_collections v2.2.0
11112026-06-25T00:06:35.919Z Downloaded waitgroup v0.1.2
11122026-06-25T00:06:35.921Z Downloaded wait-timeout v0.2.1
11132026-06-25T00:06:35.921Z Downloaded progenitor-impl v0.14.0
11142026-06-25T00:06:35.925Z Downloaded usdt-attr-macro v0.6.0
11152026-06-25T00:06:35.925Z Downloaded strum v0.26.3
11162026-06-25T00:06:35.925Z Downloaded usdt-macro v0.6.0
11172026-06-25T00:06:35.925Z Downloaded usdt-macro v0.5.0
11182026-06-25T00:06:35.929Z Downloaded smartstring v1.0.1
11192026-06-25T00:06:35.929Z Downloaded utf-8 v0.7.6
11202026-06-25T00:06:35.929Z Downloaded typify-macro v0.6.2
11212026-06-25T00:06:35.929Z Downloaded strum_macros v0.26.4
11222026-06-25T00:06:35.933Z Downloaded typify-macro v0.4.3
11232026-06-25T00:06:35.933Z Downloaded topological-sort v0.2.2
11242026-06-25T00:06:35.933Z Downloaded synstructure v0.13.2
11252026-06-25T00:06:35.933Z Downloaded progenitor-impl v0.10.0
11262026-06-25T00:06:35.936Z Downloaded papergrid v0.11.0
11272026-06-25T00:06:35.936Z Downloaded semver v0.1.20
11282026-06-25T00:06:35.936Z Downloaded scroll v0.12.0
11292026-06-25T00:06:35.940Z Downloaded omicron-zone-package v0.12.2
11302026-06-25T00:06:35.940Z Downloaded getrandom v0.4.2
11312026-06-25T00:06:35.945Z Downloaded thread-id v4.2.2
11322026-06-25T00:06:35.945Z Downloaded zerofrom v0.1.8
11332026-06-25T00:06:35.945Z Downloaded tokio-dtrace v0.1.1
11342026-06-25T00:06:35.949Z Downloaded cargo_toml v0.22.3
11352026-06-25T00:06:35.949Z Downloaded zerofrom-derive v0.1.7
11362026-06-25T00:06:35.949Z Downloaded parking_lot_core v0.8.6
11372026-06-25T00:06:35.949Z Downloaded oxnet v0.1.6
11382026-06-25T00:06:35.949Z Downloaded zeroize_derive v1.4.3
11392026-06-25T00:06:35.949Z Downloaded yoke-derive v0.8.2
11402026-06-25T00:06:35.952Z Downloaded serde_with_macros v3.20.0
11412026-06-25T00:06:35.952Z Downloaded time-macros v0.2.27
11422026-06-25T00:06:35.952Z Downloaded thiserror-no-std v2.0.2
11432026-06-25T00:06:35.955Z Downloaded pest_meta v2.8.6
11442026-06-25T00:06:35.958Z Downloaded smallvec v1.15.1
11452026-06-25T00:06:35.958Z Downloaded icu_locale_core v2.2.0
11462026-06-25T00:06:35.961Z Downloaded indicatif v0.18.4
11472026-06-25T00:06:35.966Z Downloaded crypto-bigint v0.5.5
11482026-06-25T00:06:35.969Z Downloaded icu_normalizer v2.2.0
11492026-06-25T00:06:35.969Z Downloaded tiny-keccak v2.0.2
11502026-06-25T00:06:35.969Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11512026-06-25T00:06:35.972Z Downloaded papergrid v0.18.0
11522026-06-25T00:06:35.975Z Downloaded progenitor-impl v0.13.0
11532026-06-25T00:06:35.975Z Downloaded oxide-tokio-rt v0.1.6
11542026-06-25T00:06:35.980Z Downloaded num-integer v0.1.46
11552026-06-25T00:06:35.980Z Downloaded defmt v1.1.0
11562026-06-25T00:06:35.983Z Downloaded spin v0.9.8
11572026-06-25T00:06:35.983Z Downloaded unit-prefix v0.5.2
11582026-06-25T00:06:35.983Z Downloaded schemars v0.8.22
11592026-06-25T00:06:35.986Z Downloaded usdt-impl v0.6.0
11602026-06-25T00:06:35.990Z Downloaded vsss-rs v3.3.4
11612026-06-25T00:06:35.990Z Downloaded walkdir v2.5.0
11622026-06-25T00:06:35.993Z Downloaded memchr v2.8.1
11632026-06-25T00:06:35.993Z Downloaded prettyplease v0.2.37
11642026-06-25T00:06:35.996Z Downloaded serde_yaml v0.9.34+deprecated
11652026-06-25T00:06:35.999Z Downloaded tinystr v0.8.3
11662026-06-25T00:06:35.999Z Downloaded term v1.2.1
11672026-06-25T00:06:36.003Z Downloaded usdt-impl v0.5.0
11682026-06-25T00:06:36.003Z Downloaded console v0.16.3
11692026-06-25T00:06:36.003Z Downloaded memmap v0.7.0
11702026-06-25T00:06:36.005Z Downloaded zone_cfg_derive v0.3.1
11712026-06-25T00:06:36.006Z Downloaded zeroize v1.8.2
11722026-06-25T00:06:36.006Z Downloaded csv-core v0.1.13
11732026-06-25T00:06:36.006Z Downloaded blake2 v0.10.6
11742026-06-25T00:06:36.006Z Downloaded hickory-resolver v0.25.2
11752026-06-25T00:06:36.009Z Downloaded thin-vec v0.2.18
11762026-06-25T00:06:36.011Z Downloaded whoami v1.6.1
11772026-06-25T00:06:36.011Z Downloaded minimal-lexical v0.2.1
11782026-06-25T00:06:36.014Z Downloaded jiff-static v0.2.28
11792026-06-25T00:06:36.014Z Downloaded data-encoding v2.11.0
11802026-06-25T00:06:36.018Z Downloaded daft v0.1.7
11812026-06-25T00:06:36.018Z Downloaded async-trait v0.1.89
11822026-06-25T00:06:36.018Z Downloaded similar v2.7.0
11832026-06-25T00:06:36.020Z Downloaded zone v0.3.1
11842026-06-25T00:06:36.023Z Downloaded tokio-tungstenite v0.21.0
11852026-06-25T00:06:36.023Z Downloaded convert_case v0.4.0
11862026-06-25T00:06:36.023Z Downloaded arrayref v0.3.9
11872026-06-25T00:06:36.030Z Downloaded zerovec-derive v0.11.3
11882026-06-25T00:06:36.030Z Downloaded xz2 v0.1.7
11892026-06-25T00:06:36.030Z Downloaded crunchy v0.2.4
11902026-06-25T00:06:36.030Z Downloaded cpufeatures v0.3.0
11912026-06-25T00:06:36.033Z Downloaded ff v0.13.1
11922026-06-25T00:06:36.033Z Downloaded dtrace-parser v0.3.0
11932026-06-25T00:06:36.033Z Downloaded foreign-types v0.5.0
11942026-06-25T00:06:36.033Z Downloaded erased-serde v0.3.31
11952026-06-25T00:06:36.033Z Downloaded block-buffer v0.12.0
11962026-06-25T00:06:36.033Z Downloaded bit-vec v0.8.0
11972026-06-25T00:06:36.033Z Downloaded rayon-core v1.13.0
11982026-06-25T00:06:36.037Z Downloaded base64 v0.21.7
11992026-06-25T00:06:36.037Z Downloaded async-compression v0.4.42
12002026-06-25T00:06:36.040Z Downloaded schemars v0.9.0
12012026-06-25T00:06:36.045Z Downloaded zerocopy-derive v0.7.35
12022026-06-25T00:06:36.048Z Downloaded yoke v0.8.3
12032026-06-25T00:06:36.051Z Downloaded writeable v0.6.3
12042026-06-25T00:06:36.051Z Downloaded rustls-platform-verifier v0.7.0
12052026-06-25T00:06:36.054Z Downloaded quinn v0.11.9
12062026-06-25T00:06:36.058Z Downloaded qorb v0.4.1
12072026-06-25T00:06:36.058Z Downloaded rand v0.8.6
12082026-06-25T00:06:36.061Z Downloaded expectorate v1.2.0
12092026-06-25T00:06:36.062Z Downloaded openssl-sys v0.9.116
12102026-06-25T00:06:36.064Z Downloaded pretty_assertions v1.4.1
12112026-06-25T00:06:36.065Z Downloaded darling_core v0.23.0
12122026-06-25T00:06:36.067Z Downloaded slog v2.8.2
12132026-06-25T00:06:36.072Z Downloaded ucd-trie v0.1.7
12142026-06-25T00:06:36.072Z Downloaded toml v0.9.12+spec-1.1.0
12152026-06-25T00:06:36.075Z Downloaded snafu v0.8.9
12162026-06-25T00:06:36.075Z Downloaded typify v0.6.2
12172026-06-25T00:06:36.078Z Downloaded toml v0.7.8
12182026-06-25T00:06:36.078Z Downloaded unsafe-libyaml v0.2.11
12192026-06-25T00:06:36.081Z Downloaded typify v0.4.3
12202026-06-25T00:06:36.084Z Downloaded http v1.4.1
12212026-06-25T00:06:36.084Z Downloaded test-strategy v0.4.5
12222026-06-25T00:06:36.088Z Downloaded nom v7.1.3
12232026-06-25T00:06:36.091Z Downloaded tungstenite v0.21.0
12242026-06-25T00:06:36.094Z Downloaded toml_edit v0.25.12+spec-1.1.0
12252026-06-25T00:06:36.100Z Downloaded yansi v1.0.1
12262026-06-25T00:06:36.113Z Downloaded steno v0.4.1
12272026-06-25T00:06:36.117Z Downloaded uuid v1.23.2
12282026-06-25T00:06:36.134Z Downloaded pest v2.8.6
12292026-06-25T00:06:36.139Z Downloaded itertools v0.12.1
12302026-06-25T00:06:36.141Z Downloaded rand v0.10.1
12312026-06-25T00:06:36.145Z Downloaded toml_edit v0.19.15
12322026-06-25T00:06:36.153Z Downloaded schemars v1.2.1
12332026-06-25T00:06:36.160Z Downloaded nom v8.0.0
12342026-06-25T00:06:36.164Z Downloaded hashbrown v0.16.1
12352026-06-25T00:06:36.171Z Downloaded zerocopy-derive v0.8.50
12362026-06-25T00:06:36.174Z Downloaded zerotrie v0.2.4
12372026-06-25T00:06:36.174Z Downloaded dropshot-api-manager v0.7.2
12382026-06-25T00:06:36.182Z Downloaded ron v0.12.1
12392026-06-25T00:06:36.188Z Downloaded libm v0.2.16
12402026-06-25T00:06:36.192Z Downloaded icu_properties_data v2.2.0
12412026-06-25T00:06:36.198Z Downloaded tough v0.22.0
12422026-06-25T00:06:36.202Z Downloaded iddqd v0.4.2
12432026-06-25T00:06:36.206Z Downloaded goblin v0.10.7
12442026-06-25T00:06:36.211Z Downloaded h2 v0.4.14
12452026-06-25T00:06:36.215Z Downloaded goblin v0.8.2
12462026-06-25T00:06:36.219Z Downloaded regex v1.12.3
12472026-06-25T00:06:36.222Z Downloaded reqwest v0.13.4
12482026-06-25T00:06:36.225Z Downloaded hkdf v0.12.4
12492026-06-25T00:06:36.231Z Downloaded typed-path v0.9.3
12502026-06-25T00:06:36.244Z Downloaded winnow v0.5.40
12512026-06-25T00:06:36.257Z Downloaded zerovec v0.11.6
12522026-06-25T00:06:36.271Z Downloaded moka v0.12.15
12532026-06-25T00:06:36.275Z Downloaded rayon v1.12.0
12542026-06-25T00:06:36.284Z Downloaded blake3 v1.8.5
12552026-06-25T00:06:36.298Z Downloaded zerocopy v0.7.35
12562026-06-25T00:06:36.330Z Downloaded serde_with v3.20.0
12572026-06-25T00:06:36.336Z Downloaded proptest v1.11.0
12582026-06-25T00:06:36.342Z Downloaded aws-lc-rs v1.17.0
12592026-06-25T00:06:36.347Z Downloaded quinn-proto v0.11.14
12602026-06-25T00:06:36.351Z Downloaded tabled v0.15.0
12612026-06-25T00:06:36.359Z Downloaded openssl v0.10.80
12622026-06-25T00:06:36.368Z Downloaded webpki-roots v1.0.7
12632026-06-25T00:06:36.370Z Downloaded time v0.3.47
12642026-06-25T00:06:36.377Z Downloaded zerocopy v0.8.50
12652026-06-25T00:06:36.386Z Downloaded regex-syntax v0.8.10
12662026-06-25T00:06:36.390Z Downloaded regress v0.10.5
12672026-06-25T00:06:36.395Z Downloaded regress v0.11.1
12682026-06-25T00:06:36.399Z Downloaded hickory-proto v0.24.4
12692026-06-25T00:06:36.408Z Downloaded rustls v0.23.40
12702026-06-25T00:06:36.413Z Downloaded hickory-proto v0.25.2
12712026-06-25T00:06:36.421Z Downloaded syn v2.0.117
12722026-06-25T00:06:36.427Z Downloaded nix v0.31.3
12732026-06-25T00:06:36.433Z Downloaded dropshot v0.17.1
12742026-06-25T00:06:36.448Z Downloaded bstr v1.12.1
12752026-06-25T00:06:36.451Z Downloaded rhai v1.25.1
12762026-06-25T00:06:36.457Z Downloaded openapiv3 v2.2.0
12772026-06-25T00:06:36.464Z Downloaded syn v1.0.109
12782026-06-25T00:06:36.467Z Downloaded tabled v0.21.0
12792026-06-25T00:06:36.476Z Downloaded smoltcp v0.11.0
12802026-06-25T00:06:36.499Z Downloaded typify-impl v0.6.2
12812026-06-25T00:06:36.508Z Downloaded sled v0.34.7
12822026-06-25T00:06:36.514Z Downloaded petgraph v0.6.5
12832026-06-25T00:06:36.524Z Downloaded typify-impl v0.4.3
12842026-06-25T00:06:36.532Z Downloaded jiff v0.2.28
12852026-06-25T00:06:36.541Z Downloaded lzma-sys v0.1.20
12862026-06-25T00:06:36.585Z Downloaded encoding_rs v0.8.35
12872026-06-25T00:06:36.614Z Downloaded chrono-tz v0.10.4
12882026-06-25T00:06:36.635Z Downloaded sha3 v0.10.9
12892026-06-25T00:06:36.641Z Downloaded csv v1.4.0
12902026-06-25T00:06:37.253Z Downloaded aws-lc-sys v0.41.0
12912026-06-25T00:06:38.112Z Compiling proc-macro2 v1.0.106
12922026-06-25T00:06:38.112Z Compiling unicode-ident v1.0.24
12932026-06-25T00:06:38.112Z Compiling quote v1.0.45
12942026-06-25T00:06:38.112Z Compiling serde_core v1.0.228
12952026-06-25T00:06:38.112Z Compiling cfg-if v1.0.4
12962026-06-25T00:06:38.112Z Compiling serde v1.0.228
12972026-06-25T00:06:38.116Z Compiling libc v0.2.186
12982026-06-25T00:06:38.116Z Compiling memchr v2.8.1
12992026-06-25T00:06:38.267Z Compiling itoa v1.0.18
13002026-06-25T00:06:38.438Z Compiling smallvec v1.15.1
13012026-06-25T00:06:38.556Z Compiling zmij v1.0.21
13022026-06-25T00:06:38.578Z Compiling autocfg v1.5.1
13032026-06-25T00:06:38.640Z Compiling libm v0.2.16
13042026-06-25T00:06:38.876Z Compiling stable_deref_trait v1.2.1
13052026-06-25T00:06:38.912Z Compiling litemap v0.8.2
13062026-06-25T00:06:38.941Z Compiling writeable v0.6.3
13072026-06-25T00:06:39.040Z Compiling percent-encoding v2.3.2
13082026-06-25T00:06:39.093Z Compiling icu_normalizer_data v2.2.0
13092026-06-25T00:06:39.123Z Compiling utf8_iter v1.0.4
13102026-06-25T00:06:39.136Z Compiling icu_properties_data v2.2.0
13112026-06-25T00:06:39.164Z Compiling iana-time-zone v0.1.65
13122026-06-25T00:06:39.262Z Compiling equivalent v1.0.2
13132026-06-25T00:06:39.347Z Compiling form_urlencoded v1.2.2
13142026-06-25T00:06:39.381Z Compiling serde_json v1.0.150
13152026-06-25T00:06:39.404Z Compiling syn v2.0.117
13162026-06-25T00:06:39.515Z Compiling pin-project-lite v0.2.17
13172026-06-25T00:06:39.525Z Compiling version_check v0.9.5
13182026-06-25T00:06:39.536Z Compiling dyn-clone v1.0.20
13192026-06-25T00:06:39.566Z Compiling scopeguard v1.2.0
13202026-06-25T00:06:39.605Z Compiling parking_lot_core v0.9.12
13212026-06-25T00:06:39.629Z Compiling num-traits v0.2.19
13222026-06-25T00:06:39.662Z Compiling lock_api v0.4.14
13232026-06-25T00:06:39.673Z Compiling thiserror v2.0.18
13242026-06-25T00:06:39.792Z Compiling getrandom v0.4.2
13252026-06-25T00:06:39.890Z Compiling rand_core v0.10.1
13262026-06-25T00:06:39.903Z Compiling hashbrown v0.17.1
13272026-06-25T00:06:40.044Z Compiling errno v0.3.14
13282026-06-25T00:06:40.222Z Compiling log v0.4.32
13292026-06-25T00:06:40.307Z Compiling heck v0.5.0
13302026-06-25T00:06:40.312Z Compiling futures-core v0.3.32
13312026-06-25T00:06:40.352Z Compiling semver v1.0.28
13322026-06-25T00:06:40.424Z Compiling indexmap v2.14.0
13332026-06-25T00:06:40.496Z Compiling uuid v1.23.2
13342026-06-25T00:06:40.524Z Compiling zerocopy v0.8.50
13352026-06-25T00:06:40.698Z Compiling futures-sink v0.3.32
13362026-06-25T00:06:40.751Z Compiling schemars v0.8.22
13372026-06-25T00:06:40.796Z Compiling slab v0.4.12
13382026-06-25T00:06:40.925Z Compiling jobserver v0.1.34
13392026-06-25T00:06:40.978Z Compiling fnv v1.0.7
13402026-06-25T00:06:40.998Z Compiling rustversion v1.0.22
13412026-06-25T00:06:41.026Z Compiling shlex v2.0.1
13422026-06-25T00:06:41.068Z Compiling find-msvc-tools v0.1.9
13432026-06-25T00:06:41.078Z Compiling futures-channel v0.3.32
13442026-06-25T00:06:41.216Z Compiling cc v1.2.63
13452026-06-25T00:06:41.288Z Compiling bitflags v2.12.1
13462026-06-25T00:06:41.303Z Compiling futures-task v0.3.32
13472026-06-25T00:06:41.312Z Compiling futures-io v0.3.32
13482026-06-25T00:06:41.469Z Compiling socket2 v0.6.4
13492026-06-25T00:06:41.532Z Compiling signal-hook-registry v1.4.8
13502026-06-25T00:06:41.590Z Compiling mio v1.2.1
13512026-06-25T00:06:41.692Z Compiling parking_lot v0.12.5
13522026-06-25T00:06:41.789Z Compiling portable-atomic v1.13.1
13532026-06-25T00:06:41.840Z Compiling typenum v1.20.1
13542026-06-25T00:06:41.945Z Compiling dunce v1.0.5
13552026-06-25T00:06:42.015Z Compiling cmake v0.1.58
13562026-06-25T00:06:42.040Z Compiling fs_extra v1.3.0
13572026-06-25T00:06:42.108Z Compiling critical-section v1.2.0
13582026-06-25T00:06:42.108Z Compiling base64 v0.22.1
13592026-06-25T00:06:42.219Z Compiling slog v2.8.2
13602026-06-25T00:06:42.262Z Compiling synstructure v0.13.2
13612026-06-25T00:06:42.301Z Compiling serde_derive_internals v0.29.1
13622026-06-25T00:06:42.467Z Compiling strsim v0.11.1
13632026-06-25T00:06:42.474Z Compiling rustix v1.1.4
13642026-06-25T00:06:42.533Z Compiling aws-lc-sys v0.41.0
13652026-06-25T00:06:42.664Z Compiling subtle v2.6.1
13662026-06-25T00:06:42.777Z Compiling byteorder v1.5.0
13672026-06-25T00:06:42.832Z Compiling once_cell v1.21.4
13682026-06-25T00:06:42.890Z Compiling regex-syntax v0.8.10
13692026-06-25T00:06:42.924Z Compiling ipnet v2.12.0
13702026-06-25T00:06:43.005Z Compiling atomic-waker v1.1.2
13712026-06-25T00:06:43.039Z Compiling httparse v1.10.1
13722026-06-25T00:06:43.049Z Compiling tower-layer v0.3.3
13732026-06-25T00:06:43.071Z Compiling tower-service v0.3.3
13742026-06-25T00:06:43.130Z Compiling getrandom v0.2.17
13752026-06-25T00:06:43.162Z Compiling untrusted v0.9.0
13762026-06-25T00:06:43.207Z Compiling thiserror v1.0.69
13772026-06-25T00:06:43.278Z Compiling try-lock v0.2.5
13782026-06-25T00:06:43.311Z Compiling ucd-trie v0.1.7
13792026-06-25T00:06:43.382Z Compiling ryu v1.0.23
13802026-06-25T00:06:43.462Z Compiling pest v2.8.6
13812026-06-25T00:06:43.474Z Compiling serde_derive v1.0.228
13822026-06-25T00:06:43.529Z Compiling zerofrom-derive v0.1.7
13832026-06-25T00:06:43.557Z Compiling yoke-derive v0.8.2
13842026-06-25T00:06:43.612Z Compiling zerovec-derive v0.11.3
13852026-06-25T00:06:43.751Z Compiling displaydoc v0.2.6
13862026-06-25T00:06:44.544Z Compiling schemars_derive v0.8.22
13872026-06-25T00:06:44.647Z Compiling thiserror-impl v2.0.18
13882026-06-25T00:06:44.696Z Compiling tokio-macros v2.7.0
13892026-06-25T00:06:44.718Z Compiling zerocopy-derive v0.8.50
13902026-06-25T00:06:44.729Z Compiling zerofrom v0.1.8
13912026-06-25T00:06:44.843Z Compiling yoke v0.8.3
13922026-06-25T00:06:45.026Z Compiling zerovec v0.11.6
13932026-06-25T00:06:45.454Z Compiling zerotrie v0.2.4
13942026-06-25T00:06:45.550Z Compiling tinystr v0.8.3
13952026-06-25T00:06:45.589Z Compiling potential_utf v0.1.5
13962026-06-25T00:06:45.750Z Compiling icu_locale_core v2.2.0
13972026-06-25T00:06:45.750Z Compiling icu_collections v2.2.0
13982026-06-25T00:06:45.750Z Compiling zeroize_derive v1.4.3
13992026-06-25T00:06:45.791Z Compiling futures-macro v0.3.32
14002026-06-25T00:06:46.202Z Compiling thiserror-impl v1.0.69
14012026-06-25T00:06:46.271Z Compiling want v0.3.1
14022026-06-25T00:06:46.432Z Compiling rand_core v0.6.4
14032026-06-25T00:06:46.444Z Compiling icu_provider v2.2.0
14042026-06-25T00:06:46.626Z Compiling bytes v1.11.1
14052026-06-25T00:06:46.649Z Compiling chrono v0.4.45
14062026-06-25T00:06:46.692Z Compiling icu_properties v2.2.0
14072026-06-25T00:06:46.762Z Compiling icu_normalizer v2.2.0
14082026-06-25T00:06:46.831Z Compiling zeroize v1.8.2
14092026-06-25T00:06:47.029Z Compiling futures-util v0.3.32
14102026-06-25T00:06:47.248Z Compiling http v1.4.1
14112026-06-25T00:06:47.351Z Compiling tokio v1.52.3
14122026-06-25T00:06:47.358Z Compiling serde_tokenstream v0.2.3
14132026-06-25T00:06:47.632Z Compiling idna_adapter v1.2.2
14142026-06-25T00:06:47.770Z Compiling idna v1.1.0
14152026-06-25T00:06:47.856Z Compiling erased-serde v0.3.31
14162026-06-25T00:06:48.121Z Compiling url v2.5.8
14172026-06-25T00:06:48.227Z Compiling http-body v1.0.1
14182026-06-25T00:06:48.376Z Compiling httpdate v1.0.3
14192026-06-25T00:06:48.649Z Compiling pest_meta v2.8.6
14202026-06-25T00:06:48.732Z Compiling getrandom v0.3.4
14212026-06-25T00:06:48.973Z Compiling ppv-lite86 v0.2.21
14222026-06-25T00:06:49.077Z Compiling pretty-hex v0.4.2
14232026-06-25T00:06:49.089Z Compiling plain v0.2.3
14242026-06-25T00:06:49.194Z Compiling winnow v1.0.3
14252026-06-25T00:06:49.204Z Compiling pest_generator v2.8.6
14262026-06-25T00:06:49.279Z Compiling foldhash v0.2.0
14272026-06-25T00:06:49.291Z Compiling paste v1.0.15
14282026-06-25T00:06:49.509Z Compiling ipnetwork v0.21.1
14292026-06-25T00:06:49.589Z Compiling allocator-api2 v0.2.21
14302026-06-25T00:06:49.797Z Compiling oxnet v0.1.6
14312026-06-25T00:06:49.903Z Compiling pest_derive v2.8.6
14322026-06-25T00:06:49.906Z Compiling hashbrown v0.16.1
14332026-06-25T00:06:49.981Z Compiling tracing-attributes v0.1.31
14342026-06-25T00:06:50.071Z Compiling tracing-core v0.1.36
14352026-06-25T00:06:50.324Z Compiling omicron-workspace-hack v0.1.0
14362026-06-25T00:06:50.333Z Compiling ident_case v1.0.1
14372026-06-25T00:06:50.524Z Compiling http-body-util v0.1.3
14382026-06-25T00:06:50.535Z Compiling serde_urlencoded v0.7.1
14392026-06-25T00:06:50.560Z Compiling aho-corasick v1.1.4
14402026-06-25T00:06:50.761Z Compiling sync_wrapper v1.0.2
14412026-06-25T00:06:50.776Z Compiling daft-derive v0.1.7
14422026-06-25T00:06:50.962Z Compiling fastrand v2.4.1
14432026-06-25T00:06:51.220Z Compiling tracing v0.1.44
14442026-06-25T00:06:51.230Z Compiling tokio-util v0.7.18
14452026-06-25T00:06:51.460Z Compiling regex-automata v0.4.14
14462026-06-25T00:06:51.557Z Compiling async-trait v0.1.89
14472026-06-25T00:06:51.883Z Compiling scroll_derive v0.13.1
14482026-06-25T00:06:51.981Z Compiling anyhow v1.0.102
14492026-06-25T00:06:52.077Z Compiling powerfmt v0.2.0
14502026-06-25T00:06:52.268Z Compiling time-core v0.1.8
14512026-06-25T00:06:52.308Z Compiling aws-lc-rs v1.17.0
14522026-06-25T00:06:52.410Z Compiling num-conv v0.2.2
14532026-06-25T00:06:52.556Z Compiling time-macros v0.2.27
14542026-06-25T00:06:52.618Z Compiling deranged v0.5.8
14552026-06-25T00:06:52.710Z Compiling scroll v0.13.0
14562026-06-25T00:06:52.737Z Compiling rustls-pki-types v1.14.1
14572026-06-25T00:06:52.974Z Compiling openssl-probe v0.2.1
14582026-06-25T00:06:53.167Z Compiling regex v1.12.3
14592026-06-25T00:06:53.219Z Compiling hex v0.4.3
14602026-06-25T00:06:53.479Z Compiling num_threads v0.1.7
14612026-06-25T00:06:53.533Z Compiling goblin v0.10.7
14622026-06-25T00:06:53.572Z Compiling untrusted v0.7.1
14632026-06-25T00:06:53.700Z Compiling camino v1.2.2
14642026-06-25T00:06:53.830Z Compiling crc32fast v1.5.0
14652026-06-25T00:06:53.921Z Compiling usdt-impl v0.6.0
14662026-06-25T00:06:53.962Z Compiling rustls v0.23.40
14672026-06-25T00:06:54.124Z Compiling h2 v0.4.14
14682026-06-25T00:06:54.174Z Compiling dtrace-parser v0.3.0
14692026-06-25T00:06:54.185Z Compiling crossbeam-utils v0.8.21
14702026-06-25T00:06:54.478Z Compiling futures-executor v0.3.32
14712026-06-25T00:06:54.520Z Compiling structmeta-derive v0.3.0
14722026-06-25T00:06:54.564Z Compiling thread-id v5.1.0
14732026-06-25T00:06:54.645Z Compiling simd-adler32 v0.3.9
14742026-06-25T00:06:54.760Z Compiling adler2 v2.0.1
14752026-06-25T00:06:54.847Z Compiling cpufeatures v0.3.0
14762026-06-25T00:06:54.893Z Compiling miniz_oxide v0.8.9
14772026-06-25T00:06:54.920Z Compiling futures v0.3.32
14782026-06-25T00:06:55.037Z Compiling rand_core v0.9.5
14792026-06-25T00:06:55.299Z Compiling darling_core v0.23.0
14802026-06-25T00:06:55.579Z Compiling newtype-uuid-macros v0.1.0
14812026-06-25T00:06:55.616Z Compiling hybrid-array v0.4.12
14822026-06-25T00:06:55.628Z Compiling structmeta v0.3.0
14832026-06-25T00:06:55.986Z Compiling thread_local v1.1.9
14842026-06-25T00:06:56.078Z Compiling match_cfg v0.1.0
14852026-06-25T00:06:56.153Z Compiling flate2 v1.1.9
14862026-06-25T00:06:56.260Z Compiling hyper v1.10.1
14872026-06-25T00:06:56.408Z Compiling dof v0.4.0
14882026-06-25T00:06:56.573Z Compiling newtype-uuid v1.3.2
14892026-06-25T00:06:56.917Z Compiling compression-core v0.4.32
14902026-06-25T00:06:57.326Z Compiling hyper-util v0.1.20
14912026-06-25T00:06:57.392Z Compiling darling_macro v0.23.0
14922026-06-25T00:06:57.737Z Compiling ref-cast v1.0.25
14932026-06-25T00:06:57.926Z Compiling slog-async v2.8.0
14942026-06-25T00:06:57.937Z Compiling quick-error v1.2.3
14952026-06-25T00:06:57.989Z Compiling darling v0.23.0
14962026-06-25T00:06:58.016Z Compiling compression-codecs v0.4.38
14972026-06-25T00:06:58.033Z Compiling daft v0.1.7
14982026-06-25T00:06:58.061Z Compiling block-buffer v0.12.0
14992026-06-25T00:06:58.105Z Compiling crypto-common v0.2.2
15002026-06-25T00:06:58.221Z Compiling rand_chacha v0.9.0
15012026-06-25T00:06:58.275Z Compiling strum_macros v0.26.4
15022026-06-25T00:06:58.292Z Compiling ref-cast-impl v1.0.25
15032026-06-25T00:06:58.552Z Compiling usdt-attr-macro v0.6.0
15042026-06-25T00:06:58.650Z Compiling usdt-macro v0.6.0
15052026-06-25T00:06:58.687Z Compiling serde_spanned v1.1.1
15062026-06-25T00:06:58.835Z Compiling multer v3.1.0
15072026-06-25T00:06:58.898Z Compiling generic-array v0.14.7
15082026-06-25T00:06:59.081Z Compiling toml_writer v1.1.1+spec-1.1.0
15092026-06-25T00:06:59.090Z Compiling take_mut v0.2.2
15102026-06-25T00:06:59.133Z Compiling bit-vec v0.8.0
15112026-06-25T00:06:59.172Z Compiling debug-ignore v1.0.5
15122026-06-25T00:06:59.207Z Compiling term v1.2.1
15132026-06-25T00:06:59.248Z Compiling const-oid v0.10.2
15142026-06-25T00:06:59.314Z Compiling bit-set v0.8.0
15152026-06-25T00:06:59.406Z Compiling digest v0.11.3
15162026-06-25T00:06:59.553Z Compiling rand v0.9.4
15172026-06-25T00:06:59.568Z Compiling serde_with_macros v3.20.0
15182026-06-25T00:06:59.746Z Compiling async-stream-impl v0.3.6
15192026-06-25T00:06:59.780Z Compiling dropshot v0.17.1
15202026-06-25T00:06:59.900Z Compiling encoding_rs v0.8.35
15212026-06-25T00:06:59.904Z Compiling strum v0.26.3
15222026-06-25T00:07:00.017Z Compiling syn v1.0.109
15232026-06-25T00:07:00.035Z Compiling mime v0.3.17
15242026-06-25T00:07:00.219Z Compiling spin v0.9.8
15252026-06-25T00:07:00.334Z Compiling unarray v0.1.4
15262026-06-25T00:07:00.399Z Compiling async-stream v0.3.6
15272026-06-25T00:07:00.422Z Compiling sha1 v0.11.0
15282026-06-25T00:07:00.442Z Compiling derive-ex v0.1.8
15292026-06-25T00:07:00.571Z Compiling tower v0.5.3
15302026-06-25T00:07:00.623Z Compiling dropshot_endpoint v0.17.1
15312026-06-25T00:07:00.664Z Compiling macaddr v1.0.1
15322026-06-25T00:07:00.764Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15332026-06-25T00:07:00.883Z Compiling waitgroup v0.1.2
15342026-06-25T00:07:01.019Z Compiling serde_path_to_error v0.1.20
15352026-06-25T00:07:01.257Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15362026-06-25T00:07:01.372Z Compiling tower-http v0.6.11
15372026-06-25T00:07:01.437Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15382026-06-25T00:07:01.612Z Compiling tempfile v3.27.0
15392026-06-25T00:07:01.638Z Compiling openapiv3 v2.2.0
15402026-06-25T00:07:01.797Z Compiling strum_macros v0.27.2
15412026-06-25T00:07:02.030Z Compiling test-strategy v0.4.5
15422026-06-25T00:07:02.299Z Compiling instant v0.1.13
15432026-06-25T00:07:02.407Z Compiling time v0.3.47
15442026-06-25T00:07:03.081Z Compiling rustls-native-certs v0.8.4
15452026-06-25T00:07:03.242Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15462026-06-25T00:07:03.386Z Compiling crossbeam-channel v0.5.15
15472026-06-25T00:07:03.421Z Compiling crypto-common v0.1.7
15482026-06-25T00:07:03.598Z Compiling strum v0.27.2
15492026-06-25T00:07:03.858Z Compiling parse-display-derive v0.10.0
15502026-06-25T00:07:03.860Z Compiling backon v1.6.0
15512026-06-25T00:07:04.062Z Compiling rand_chacha v0.3.1
15522026-06-25T00:07:04.507Z Compiling rand v0.8.6
15532026-06-25T00:07:04.651Z Compiling slog-json v2.6.1
15542026-06-25T00:07:04.767Z Compiling hostname v0.3.1
15552026-06-25T00:07:04.881Z Compiling toml_parser v1.1.2+spec-1.1.0
15562026-06-25T00:07:04.901Z Compiling toml_datetime v1.1.1+spec-1.1.0
15572026-06-25T00:07:04.982Z Compiling is-terminal v0.4.17
15582026-06-25T00:07:05.078Z Compiling memmap2 v0.9.10
15592026-06-25T00:07:05.198Z Compiling wait-timeout v0.2.1
15602026-06-25T00:07:05.337Z Compiling either v1.16.0
15612026-06-25T00:07:05.442Z Compiling rusty-fork v0.3.1
15622026-06-25T00:07:05.508Z Compiling toml v1.1.2+spec-1.1.0
15632026-06-25T00:07:05.527Z Compiling usdt v0.6.0
15642026-06-25T00:07:05.627Z Compiling slog-term v2.9.2
15652026-06-25T00:07:05.715Z Compiling slog-bunyan v2.5.0
15662026-06-25T00:07:05.810Z Compiling serde_with v3.20.0
15672026-06-25T00:07:05.821Z Compiling async-compression v0.4.42
15682026-06-25T00:07:05.845Z Compiling rand_xorshift v0.4.0
15692026-06-25T00:07:05.989Z Compiling rustls-pemfile v2.2.0
15702026-06-25T00:07:06.130Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15712026-06-25T00:07:06.189Z Compiling regress v0.10.5
15722026-06-25T00:07:06.236Z Compiling hostname v0.4.2
15732026-06-25T00:07:06.277Z Compiling humantime v2.3.0
15742026-06-25T00:07:06.373Z Compiling proptest v1.11.0
15752026-06-25T00:07:06.879Z Compiling iddqd v0.4.2
15762026-06-25T00:07:07.098Z Compiling reqwest v0.12.28
15772026-06-25T00:07:07.237Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15782026-06-25T00:07:07.514Z Compiling block-buffer v0.10.4
15792026-06-25T00:07:07.555Z Compiling utf8parse v0.2.2
15802026-06-25T00:07:07.665Z Compiling anstyle-parse v1.0.0
15812026-06-25T00:07:07.784Z Compiling digest v0.10.7
15822026-06-25T00:07:07.848Z Compiling parse-display v0.10.0
15832026-06-25T00:07:08.000Z Compiling itertools v0.14.0
15842026-06-25T00:07:08.161Z Compiling progenitor-client v0.10.0
15852026-06-25T00:07:08.185Z Compiling backoff v0.4.0
15862026-06-25T00:07:08.391Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15872026-06-25T00:07:08.426Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15882026-06-25T00:07:08.967Z Compiling colorchoice v1.0.5
15892026-06-25T00:07:09.082Z Compiling anstyle-query v1.1.5
15902026-06-25T00:07:09.232Z Compiling is_terminal_polyfill v1.70.2
15912026-06-25T00:07:09.325Z Compiling anstyle v1.0.14
15922026-06-25T00:07:09.511Z Compiling anstream v1.0.0
15932026-06-25T00:07:09.839Z Compiling clap_lex v1.1.0
15942026-06-25T00:07:10.193Z Compiling regress v0.11.1
15952026-06-25T00:07:10.211Z Compiling clap_derive v4.6.1
15962026-06-25T00:07:10.704Z Compiling terminal_size v0.4.4
15972026-06-25T00:07:11.754Z Compiling typify-impl v0.6.2
15982026-06-25T00:07:11.908Z Compiling toml_datetime v0.6.11
15992026-06-25T00:07:12.054Z Compiling zerocopy-derive v0.7.35
16002026-06-25T00:07:12.181Z Compiling cpufeatures v0.2.17
16012026-06-25T00:07:12.241Z Compiling convert_case v0.4.0
16022026-06-25T00:07:12.262Z Compiling clap_builder v4.6.0
16032026-06-25T00:07:12.914Z Compiling derive_more v0.99.20
16042026-06-25T00:07:12.929Z Compiling zerocopy v0.7.35
16052026-06-25T00:07:13.519Z Compiling toml_edit v0.25.12+spec-1.1.0
16062026-06-25T00:07:14.276Z Compiling unicode-width v0.2.2
16072026-06-25T00:07:14.409Z Compiling proc-macro-crate v3.5.0
16082026-06-25T00:07:14.566Z Compiling clap v4.6.1
16092026-06-25T00:07:14.831Z Compiling secrecy v0.10.3
16102026-06-25T00:07:14.977Z Compiling crucible-workspace-hack v0.1.0
16112026-06-25T00:07:15.071Z Compiling float-ord v0.3.2
16122026-06-25T00:07:15.139Z Compiling tinyvec_macros v0.1.1
16132026-06-25T00:07:15.242Z Compiling tinyvec v1.11.0
16142026-06-25T00:07:15.254Z Compiling num_enum_derive v0.7.6
16152026-06-25T00:07:15.693Z Compiling dtrace-parser v0.2.0
16162026-06-25T00:07:15.708Z Compiling scroll_derive v0.12.1
16172026-06-25T00:07:15.872Z Compiling num-integer v0.1.46
16182026-06-25T00:07:15.901Z Compiling rustc_version v0.4.1
16192026-06-25T00:07:16.178Z Compiling usdt-impl v0.5.0
16202026-06-25T00:07:16.320Z Compiling num_enum v0.7.6
16212026-06-25T00:07:16.433Z Compiling curve25519-dalek v4.1.3
16222026-06-25T00:07:16.436Z Compiling scroll v0.12.0
16232026-06-25T00:07:16.668Z Compiling dof v0.3.0
16242026-06-25T00:07:16.743Z Compiling hmac v0.12.1
16252026-06-25T00:07:16.800Z Compiling inout v0.1.4
16262026-06-25T00:07:16.873Z Compiling darling_core v0.21.3
16272026-06-25T00:07:16.943Z Compiling ff v0.13.1
16282026-06-25T00:07:17.005Z Compiling thread-id v4.2.2
16292026-06-25T00:07:17.068Z Compiling group v0.13.0
16302026-06-25T00:07:17.091Z Compiling cipher v0.4.4
16312026-06-25T00:07:17.308Z Compiling hkdf v0.12.4
16322026-06-25T00:07:17.529Z Compiling goblin v0.8.2
16332026-06-25T00:07:17.592Z Compiling num-rational v0.4.2
16342026-06-25T00:07:17.783Z Compiling num-iter v0.1.45
16352026-06-25T00:07:17.922Z Compiling thiserror-impl-no-std v2.0.2
16362026-06-25T00:07:18.001Z Compiling universal-hash v0.5.1
16372026-06-25T00:07:18.043Z Compiling crypto-bigint v0.5.5
16382026-06-25T00:07:18.077Z Compiling typify-macro v0.6.2
16392026-06-25T00:07:18.127Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16402026-06-25T00:07:18.337Z Compiling crossbeam-epoch v0.9.18
16412026-06-25T00:07:18.672Z Compiling half v2.7.1
16422026-06-25T00:07:18.782Z Compiling curve25519-dalek-derive v0.1.1
16432026-06-25T00:07:18.916Z Compiling darling_macro v0.21.3
16442026-06-25T00:07:18.966Z Compiling num-complex v0.4.6
16452026-06-25T00:07:19.341Z Compiling base16ct v0.2.0
16462026-06-25T00:07:19.363Z Compiling ciborium-io v0.2.2
16472026-06-25T00:07:19.389Z Compiling base64ct v1.8.3
16482026-06-25T00:07:19.453Z Compiling opaque-debug v0.3.1
16492026-06-25T00:07:19.495Z Compiling elliptic-curve v0.13.8
16502026-06-25T00:07:19.515Z Compiling darling v0.21.3
16512026-06-25T00:07:19.525Z Compiling poly1305 v0.8.0
16522026-06-25T00:07:19.596Z Compiling ciborium-ll v0.2.2
16532026-06-25T00:07:19.691Z Compiling password-hash v0.5.0
16542026-06-25T00:07:20.124Z Compiling num v0.4.3
16552026-06-25T00:07:20.163Z Compiling typify v0.6.2
16562026-06-25T00:07:20.252Z Compiling thiserror-no-std v2.0.2
16572026-06-25T00:07:20.463Z Compiling chacha20 v0.9.1
16582026-06-25T00:07:20.650Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16592026-06-25T00:07:20.685Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16602026-06-25T00:07:21.181Z Compiling blake2 v0.10.6
16612026-06-25T00:07:21.405Z Compiling aead v0.5.2
16622026-06-25T00:07:21.550Z Compiling byte-wrapper v0.1.0
16632026-06-25T00:07:21.565Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16642026-06-25T00:07:21.641Z Compiling proc-macro-error-attr v1.0.4
16652026-06-25T00:07:21.906Z Compiling keccak v0.1.6
16662026-06-25T00:07:21.959Z Compiling heapless v0.8.0
16672026-06-25T00:07:22.024Z Compiling rustix v0.38.44
16682026-06-25T00:07:22.153Z Compiling prettyplease v0.2.37
16692026-06-25T00:07:22.270Z Compiling unsafe-libyaml v0.2.11
16702026-06-25T00:07:22.734Z Compiling sha3 v0.10.9
16712026-06-25T00:07:22.848Z Compiling serde_yaml v0.9.34+deprecated
16722026-06-25T00:07:23.007Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16732026-06-25T00:07:23.033Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16742026-06-25T00:07:23.901Z Compiling chacha20poly1305 v0.10.1
16752026-06-25T00:07:23.987Z Compiling argon2 v0.5.3
16762026-06-25T00:07:24.086Z Compiling vsss-rs v3.3.4
16772026-06-25T00:07:24.121Z Compiling ciborium v0.2.2
16782026-06-25T00:07:24.201Z Compiling ingot-macros v0.1.1
16792026-06-25T00:07:24.491Z Compiling usdt-macro v0.5.0
16802026-06-25T00:07:24.747Z Compiling usdt-attr-macro v0.5.0
16812026-06-25T00:07:25.899Z Compiling serde_spanned v0.6.9
16822026-06-25T00:07:26.082Z Compiling enum-as-inner v0.6.1
16832026-06-25T00:07:26.096Z Compiling hash32 v0.3.1
16842026-06-25T00:07:26.261Z Compiling proc-macro-error v1.0.4
16852026-06-25T00:07:26.586Z Compiling memmap v0.7.0
16862026-06-25T00:07:26.589Z Compiling memoffset v0.9.1
16872026-06-25T00:07:26.681Z Compiling cfg_aliases v0.2.1
16882026-06-25T00:07:26.751Z Compiling indent_write v2.2.0
16892026-06-25T00:07:26.770Z Compiling smoltcp v0.11.0
16902026-06-25T00:07:26.827Z Compiling toml_write v0.1.2
16912026-06-25T00:07:26.843Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16922026-06-25T00:07:26.882Z Compiling winnow v0.5.40
16932026-06-25T00:07:26.960Z Compiling winnow v0.7.15
16942026-06-25T00:07:27.018Z Compiling data-encoding v2.11.0
16952026-06-25T00:07:27.115Z Compiling ingot-types v0.1.2
16962026-06-25T00:07:27.196Z Compiling nix v0.31.3
16972026-06-25T00:07:27.234Z Compiling usdt v0.5.0
16982026-06-25T00:07:27.499Z Compiling rustls-webpki v0.103.13
16992026-06-25T00:07:27.845Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17002026-06-25T00:07:27.857Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17012026-06-25T00:07:27.949Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-06-25T00:07:28.197Z Compiling toml_edit v0.19.15
17032026-06-25T00:07:28.255Z Compiling toml_edit v0.22.27
17042026-06-25T00:07:28.536Z Compiling tabwriter v1.4.1
17052026-06-25T00:07:28.888Z Compiling cobs v0.3.0
17062026-06-25T00:07:28.911Z Compiling serde_repr v0.1.20
17072026-06-25T00:07:29.080Z Compiling managed v0.8.0
17082026-06-25T00:07:29.292Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17092026-06-25T00:07:29.425Z Compiling vcpkg v0.2.15
17102026-06-25T00:07:29.515Z Compiling pkg-config v0.3.33
17112026-06-25T00:07:29.527Z Compiling bitflags v1.3.2
17122026-06-25T00:07:29.971Z Compiling toml v0.8.23
17132026-06-25T00:07:29.993Z Compiling openssl-sys v0.9.116
17142026-06-25T00:07:30.258Z Compiling proc-macro-crate v1.3.1
17152026-06-25T00:07:30.578Z Compiling postcard v1.1.3
17162026-06-25T00:07:30.909Z Compiling tokio-rustls v0.26.4
17172026-06-25T00:07:30.921Z Compiling rustls-platform-verifier v0.7.0
17182026-06-25T00:07:31.161Z Compiling hyper-rustls v0.27.9
17192026-06-25T00:07:31.464Z Compiling reqwest v0.13.4
17202026-06-25T00:07:31.958Z Compiling ingot v0.1.1
17212026-06-25T00:07:32.706Z Compiling progenitor-client v0.14.0
17222026-06-25T00:07:33.008Z Compiling progenitor-extras v0.2.0
17232026-06-25T00:07:33.229Z Compiling hubpack_derive v0.1.1
17242026-06-25T00:07:33.249Z Compiling foreign-types-macros v0.2.3
17252026-06-25T00:07:33.805Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17262026-06-25T00:07:33.921Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17272026-06-25T00:07:34.078Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-06-25T00:07:34.165Z Compiling unicode-segmentation v1.13.3
17292026-06-25T00:07:34.189Z Compiling semver v0.1.20
17302026-06-25T00:07:34.355Z Compiling linked-hash-map v0.5.6
17312026-06-25T00:07:34.450Z Compiling heck v0.4.1
17322026-06-25T00:07:34.541Z Compiling resolv-conf v0.7.6
17332026-06-25T00:07:34.593Z Compiling static_assertions v1.1.0
17342026-06-25T00:07:34.657Z Compiling swrite v0.1.0
17352026-06-25T00:07:34.754Z Compiling colored v3.1.1
17362026-06-25T00:07:34.924Z Compiling rayon-core v1.13.0
17372026-06-25T00:07:35.172Z Compiling foreign-types-shared v0.3.1
17382026-06-25T00:07:35.223Z Compiling lru-cache v0.1.2
17392026-06-25T00:07:35.269Z Compiling foreign-types v0.5.0
17402026-06-25T00:07:35.349Z Compiling newline-converter v0.3.0
17412026-06-25T00:07:35.361Z Compiling rustc_version v0.1.7
17422026-06-25T00:07:35.520Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17432026-06-25T00:07:35.567Z Compiling hubpack v0.1.2
17442026-06-25T00:07:35.960Z Compiling num_enum_derive v0.5.11
17452026-06-25T00:07:36.504Z Compiling atomicwrites v0.4.4
17462026-06-25T00:07:36.704Z Compiling hickory-proto v0.24.4
17472026-06-25T00:07:37.012Z Compiling progenitor-impl v0.13.0
17482026-06-25T00:07:37.547Z Compiling crossbeam-deque v0.8.6
17492026-06-25T00:07:37.749Z Compiling console v0.15.11
17502026-06-25T00:07:38.021Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17512026-06-25T00:07:38.217Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17522026-06-25T00:07:38.425Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17532026-06-25T00:07:38.548Z Compiling camino-tempfile v1.4.1
17542026-06-25T00:07:38.793Z Compiling chacha20 v0.10.0
17552026-06-25T00:07:39.058Z Compiling serde-big-array v0.5.1
17562026-06-25T00:07:39.206Z Compiling derive-where v1.6.1
17572026-06-25T00:07:39.992Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17582026-06-25T00:07:40.246Z Compiling num-derive v0.4.2
17592026-06-25T00:07:40.281Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17602026-06-25T00:07:40.597Z Compiling pin-project-internal v1.1.13
17612026-06-25T00:07:40.805Z Compiling cstr-argument v0.1.2
17622026-06-25T00:07:40.817Z Compiling minimal-lexical v0.2.1
17632026-06-25T00:07:40.828Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17642026-06-25T00:07:40.962Z Compiling similar v2.7.0
17652026-06-25T00:07:41.069Z Compiling siphasher v1.0.3
17662026-06-25T00:07:41.095Z Compiling nom v7.1.3
17672026-06-25T00:07:41.238Z Compiling phf_shared v0.12.1
17682026-06-25T00:07:41.268Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17692026-06-25T00:07:41.416Z Compiling expectorate v1.2.0
17702026-06-25T00:07:41.537Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17712026-06-25T00:07:41.569Z Compiling progenitor-macro v0.13.0
17722026-06-25T00:07:41.728Z Compiling pin-project v1.1.13
17732026-06-25T00:07:41.827Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17742026-06-25T00:07:41.842Z Compiling rand v0.10.1
17752026-06-25T00:07:41.849Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17762026-06-25T00:07:41.938Z Compiling hickory-resolver v0.24.4
17772026-06-25T00:07:42.467Z Compiling num_enum v0.5.11
17782026-06-25T00:07:42.502Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17792026-06-25T00:07:42.584Z Compiling newtype_derive v0.1.6
17802026-06-25T00:07:42.700Z Compiling progenitor-client v0.13.0
17812026-06-25T00:07:42.997Z Compiling progenitor-impl v0.14.0
17822026-06-25T00:07:43.185Z Compiling unicode-normalization v0.1.25
17832026-06-25T00:07:43.656Z Compiling tokio-stream v0.1.18
17842026-06-25T00:07:44.136Z Compiling snafu-derive v0.8.9
17852026-06-25T00:07:44.230Z Compiling async-recursion v1.1.1
17862026-06-25T00:07:44.553Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17872026-06-25T00:07:44.747Z Compiling slog-dtrace v0.3.0
17882026-06-25T00:07:44.866Z Compiling bstr v1.12.1
17892026-06-25T00:07:44.938Z Compiling csv-core v0.1.13
17902026-06-25T00:07:44.949Z Compiling owo-colors v4.3.0
17912026-06-25T00:07:45.256Z Compiling cancel-safe-futures v0.1.5
17922026-06-25T00:07:45.350Z Compiling openssl v0.10.80
17932026-06-25T00:07:45.413Z Compiling unicode-xid v0.2.6
17942026-06-25T00:07:45.519Z Compiling foreign-types-shared v0.1.1
17952026-06-25T00:07:45.538Z Compiling unicode-width v0.1.14
17962026-06-25T00:07:45.610Z Compiling konst_macro_rules v0.2.19
17972026-06-25T00:07:45.637Z Compiling same-file v1.0.6
17982026-06-25T00:07:45.795Z Compiling chrono-tz v0.10.4
17992026-06-25T00:07:45.817Z Compiling foldhash v0.1.5
18002026-06-25T00:07:45.828Z Compiling highway v1.3.0
18012026-06-25T00:07:45.910Z Compiling snafu v0.8.9
18022026-06-25T00:07:45.998Z Compiling hashbrown v0.15.5
18032026-06-25T00:07:46.046Z Compiling walkdir v2.5.0
18042026-06-25T00:07:46.226Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-06-25T00:07:46.264Z Compiling konst v0.2.20
18062026-06-25T00:07:46.322Z Compiling foreign-types v0.3.2
18072026-06-25T00:07:46.396Z Compiling const_format_proc_macros v0.2.34
18082026-06-25T00:07:46.477Z Compiling globset v0.4.18
18092026-06-25T00:07:46.508Z Compiling csv v1.4.0
18102026-06-25T00:07:46.592Z Compiling progenitor-macro v0.14.0
18112026-06-25T00:07:46.658Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-06-25T00:07:46.724Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-25T00:07:47.068Z Compiling progenitor v0.13.0
18142026-06-25T00:07:47.209Z Compiling qorb v0.4.1
18152026-06-25T00:07:47.221Z Compiling olpc-cjson v0.1.4
18162026-06-25T00:07:47.423Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18172026-06-25T00:07:48.882Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18182026-06-25T00:07:48.979Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-25T00:07:49.209Z Compiling rayon v1.12.0
18202026-06-25T00:07:49.235Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18212026-06-25T00:07:49.407Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-25T00:07:49.538Z Compiling phf v0.12.1
18232026-06-25T00:07:49.639Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-25T00:07:50.086Z Compiling zone_cfg_derive v0.3.1
18252026-06-25T00:07:50.638Z Compiling tokio-dtrace v0.1.1
18262026-06-25T00:07:50.819Z Compiling itertools v0.12.1
18272026-06-25T00:07:50.912Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18282026-06-25T00:07:51.037Z Compiling libsw-core v0.3.2
18292026-06-25T00:07:51.114Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-06-25T00:07:51.207Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18312026-06-25T00:07:51.589Z Compiling serde_plain v1.0.2
18322026-06-25T00:07:51.687Z Compiling openssl-macros v0.1.1
18332026-06-25T00:07:51.726Z Compiling pem v3.0.6
18342026-06-25T00:07:51.810Z Compiling cookie v0.18.1
18352026-06-25T00:07:52.001Z Compiling sigpipe v0.1.3
18362026-06-25T00:07:52.050Z Compiling fixedbitset v0.4.2
18372026-06-25T00:07:52.064Z Compiling jiff v0.2.28
18382026-06-25T00:07:52.091Z Compiling bytecount v0.6.9
18392026-06-25T00:07:52.121Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-25T00:07:52.195Z Compiling fixedbitset v0.5.7
18412026-06-25T00:07:52.205Z Compiling glob v0.3.3
18422026-06-25T00:07:52.231Z Compiling typed-path v0.9.3
18432026-06-25T00:07:52.373Z Compiling petgraph v0.6.5
18442026-06-25T00:07:52.525Z Compiling petgraph v0.8.3
18452026-06-25T00:07:52.643Z Compiling papergrid v0.11.0
18462026-06-25T00:07:53.561Z Compiling tough v0.22.0
18472026-06-25T00:07:53.949Z Compiling zone v0.3.1
18482026-06-25T00:07:54.283Z Compiling progenitor v0.14.0
18492026-06-25T00:07:54.318Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18502026-06-25T00:07:54.392Z Compiling libsw v3.5.0
18512026-06-25T00:07:54.415Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-06-25T00:07:54.562Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18532026-06-25T00:07:54.584Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-06-25T00:07:54.605Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-25T00:07:54.754Z Compiling oxide-tokio-rt v0.1.6
18562026-06-25T00:07:54.800Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18572026-06-25T00:07:54.818Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-25T00:07:55.652Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-25T00:07:55.835Z Compiling const_format v0.2.36
18602026-06-25T00:07:55.918Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-25T00:07:56.438Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18622026-06-25T00:07:56.502Z Compiling tabled_derive v0.7.0
18632026-06-25T00:07:56.833Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-25T00:07:56.852Z Compiling gethostname v0.5.0
18652026-06-25T00:07:56.874Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-25T00:07:56.971Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18672026-06-25T00:07:56.974Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-25T00:07:56.994Z Compiling smf v0.2.3
18692026-06-25T00:07:57.101Z Compiling bcs v0.1.6
18702026-06-25T00:07:57.420Z Compiling nom v8.0.0
18712026-06-25T00:07:57.432Z Compiling tagptr v0.2.0
18722026-06-25T00:07:57.494Z Compiling whoami v1.6.1
18732026-06-25T00:07:57.584Z Compiling unicode-linebreak v0.1.5
18742026-06-25T00:07:57.607Z Compiling lazy_static v1.5.0
18752026-06-25T00:07:57.713Z Compiling termtree v0.5.1
18762026-06-25T00:07:57.820Z Compiling linear-map v1.2.0
18772026-06-25T00:07:57.835Z Compiling smawk v0.3.2
18782026-06-25T00:07:57.861Z Compiling steno v0.4.1
18792026-06-25T00:07:57.976Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-25T00:07:58.001Z Compiling textwrap v0.16.2
18812026-06-25T00:07:58.418Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-25T00:07:58.530Z Compiling moka v0.12.15
18832026-06-25T00:07:59.626Z Compiling tabled v0.15.0
18842026-06-25T00:07:59.629Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-25T00:07:59.690Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-06-25T00:07:59.716Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-25T00:08:00.570Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-25T00:08:01.145Z Compiling hickory-proto v0.25.2
18892026-06-25T00:08:01.530Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18902026-06-25T00:08:02.384Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18912026-06-25T00:08:02.620Z Compiling parking_lot_core v0.8.6
18922026-06-25T00:08:02.659Z Compiling libscf-sys v1.2.0
18932026-06-25T00:08:02.806Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-25T00:08:02.935Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18952026-06-25T00:08:03.066Z Compiling hickory-resolver v0.25.2
18962026-06-25T00:08:03.406Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18972026-06-25T00:08:03.460Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18982026-06-25T00:08:03.664Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18992026-06-25T00:08:03.885Z Compiling parking_lot v0.11.2
19002026-06-25T00:08:03.996Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-06-25T00:08:04.054Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19022026-06-25T00:08:04.296Z Compiling fxhash v0.2.1
19032026-06-25T00:08:04.296Z Compiling internet-checksum v0.2.1
19042026-06-25T00:08:04.440Z Compiling sled v0.34.7
19052026-06-25T00:08:04.451Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19062026-06-25T00:08:07.164Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19072026-06-25T00:08:08.415Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-06-25T00:08:16.178Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-06-25T00:08:17.771Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-06-25T00:08:18.798Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19112026-06-25T00:08:19.734Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19122026-06-25T00:08:20.561Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19132026-06-25T00:08:43.482Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19142026-06-25T00:08:43.665Z────────────
19152026-06-25T00:08:43.665Z Nextest run ID 7acfb3c1-1193-409f-81da-bc0681b5c3b3 with nextest profile: default
19162026-06-25T00:08:43.665Z Starting 45 tests across 3 binaries
19172026-06-25T00:08:43.670Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19182026-06-25T00:08:43.670Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19192026-06-25T00:08:43.674Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19202026-06-25T00:08:43.674Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19212026-06-25T00:08:43.677Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19222026-06-25T00:08:43.677Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19232026-06-25T00:08:43.677Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19242026-06-25T00:08:43.678Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
19252026-06-25T00:08:43.681Z PASS [ 0.008s] rdb db::test::test_prefix4_db_key_serialization
19262026-06-25T00:08:43.681Z PASS [ 0.008s] rdb db::test::test_prefix4_from_str
19272026-06-25T00:08:43.685Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
19282026-06-25T00:08:43.685Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
19292026-06-25T00:08:43.725Z PASS [ 0.055s] rdb db::test::test_ipv6_origin_crud
19302026-06-25T00:08:43.726Z PASS [ 0.055s] rdb db::test::test_ipv4_origin_crud
19312026-06-25T00:08:43.729Z PASS [ 0.054s] rdb db::test::test_prefix_host_bit_normalization
19322026-06-25T00:08:43.729Z PASS [ 0.054s] rdb db::test::test_rib
19332026-06-25T00:08:43.732Z PASS [ 0.052s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19342026-06-25T00:08:43.732Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv4_basic
19352026-06-25T00:08:43.797Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_basic
19362026-06-25T00:08:43.797Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19372026-06-25T00:08:43.798Z PASS [ 0.014s] rdb proptest::prop_ipv4_normalized_is_network_address
19382026-06-25T00:08:43.798Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19392026-06-25T00:08:43.798Z PASS [ 0.013s] rdb proptest::prop_ipv4_subnet_of_self
19402026-06-25T00:08:43.798Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19412026-06-25T00:08:43.798Z PASS [ 0.014s] rdb proptest::prop_ipv6_normalized_is_network_address
19422026-06-25T00:08:43.798Z PASS [ 0.014s] rdb proptest::prop_ipv6_subnet_of_self
19432026-06-25T00:08:43.798Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19442026-06-25T00:08:43.798Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19452026-06-25T00:08:43.798Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19462026-06-25T00:08:43.798Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
19472026-06-25T00:08:43.798Z PASS [ 0.056s] rdb db::test::test_static_routing_mixed_address_families
19482026-06-25T00:08:43.798Z PASS [ 0.056s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19492026-06-25T00:08:43.798Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_is_network_address
19502026-06-25T00:08:43.798Z PASS [ 0.054s] rdb db::test::test_static_routing_vlan_id_handling
19512026-06-25T00:08:43.798Z PASS [ 0.009s] rdb types::test::bgp_vs_static_ordering
19522026-06-25T00:08:43.798Z PASS [ 0.009s] rdb types::test::bgp_path_identity
19532026-06-25T00:08:43.799Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19542026-06-25T00:08:43.799Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19552026-06-25T00:08:43.799Z PASS [ 0.008s] rdb types::test::btreeset_remove
19562026-06-25T00:08:43.799Z PASS [ 0.023s] rdb proptest::prop_static_route_key_ord_consistency
19572026-06-25T00:08:43.799Z PASS [ 0.009s] rdb types::test::btreeset_replace
19582026-06-25T00:08:43.803Z PASS [ 0.008s] rdb types::test::ord_contract
19592026-06-25T00:08:43.803Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19602026-06-25T00:08:43.803Z PASS [ 0.007s] rdb types::test::static_path_identity
19612026-06-25T00:08:43.813Z PASS [ 0.083s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19622026-06-25T00:08:43.816Z────────────
19632026-06-25T00:08:43.816Z Summary [ 0.149s] 45 tests run: 45 passed, 0 skipped
19642026-06-25T00:08:43.825Z+ cp ./rib.log /work/
19652026-06-25T00:08:43.828Z+ popd
19662026-06-25T00:08:43.828Z/work/oxidecomputer/maghemite
19672026-06-25T00:08:43.828Zprocess exited: duration 292498 ms, exit code 0
 
19682026-06-25T00:08:43.838Zfound 1 output files
19692026-06-25T00:08:43.838Zuploading: /work/rib.log (1177 bytes)
19702026-06-25T00:08:44.851Zuploaded: /work/rib.log