01KW2M42KQ5KSDZRYRWB92Z19F: 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: 01KW2M4J6R4WNDSD2DNS6C0V0Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T18:48:43.044Zjob assigned to worker 01KW2M4YED8A01AYVDX7K6ZSYN [factory aws, i-0deccf99ba15c0358] (queued for 1 m 5 s)
 
22026-06-26T18:48:49.138Zstarting task 0: "setup"
32026-06-26T18:48:49.143Z++ uname -s
42026-06-26T18:48:49.146Z+ kern=SunOS
52026-06-26T18:48:49.146Z+ build_user=build
62026-06-26T18:48:49.146Z+ build_uid=12345
72026-06-26T18:48:49.146Z+ work_dir=/work
82026-06-26T18:48:49.146Z+ input_dir=/input
92026-06-26T18:48:49.146Z+ [[ 0 == 12345 ]]
102026-06-26T18:48:49.146Z+ case "$kern" in
112026-06-26T18:48:49.146Z+ groupadd -g 12345 build
122026-06-26T18:48:49.149Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T18:48:51.152Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T18:48:51.240Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T18:48:51.243Z+ home_fs=zfs
162026-06-26T18:48:51.243Z+ [[ zfs == autofs ]]
172026-06-26T18:48:51.243Z+ mkdir -p /home/build
182026-06-26T18:48:51.243Z+ chown build:build /home/build /work
192026-06-26T18:48:53.246Z+ chmod 0700 /home/build /work
202026-06-26T18:48:53.249Zprocess exited: duration 4107 ms, exit code 0
 
212026-06-26T18:48:53.256Zstarting task 1: "rust-toolchain"
222026-06-26T18:48:53.260Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-26T18:48:53.260Z * rust toolchain channel = "stable"
242026-06-26T18:48:53.260Z * rust toolchain profile = "default"
252026-06-26T18:48:53.260Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T18:48:53.262Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T18:48:53.262Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T18:48:53.262Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T18:48:53.262Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-26T18:48:53.333Zinfo: downloading installer
312026-06-26T18:48:55.184Zwarn: It looks like you have an existing installation of Rust at:
322026-06-26T18:48:55.184Zwarn: /opt/ooce/bin
332026-06-26T18:48:55.184Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-26T18:48:55.184Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-26T18:48:55.184Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-26T18:48:55.184Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-26T18:48:55.184Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-26T18:48:55.184Zerror: cannot install while Rust is installed
392026-06-26T18:48:55.184Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-26T18:48:55.184Zwarn: It looks like you have an existing rustup settings file at:
412026-06-26T18:48:55.184Zwarn: /home/build/.rustup/settings.toml
422026-06-26T18:48:55.184Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-26T18:48:55.185Zwarn: instead of the one inferred from the default host triple.
442026-06-26T18:48:55.219Zinfo: profile set to default
452026-06-26T18:48:55.219Zinfo: default host triple is x86_64-unknown-illumos
462026-06-26T18:48:55.222Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-26T18:48:55.355Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-26T18:48:55.357Zinfo: downloading 6 components
492026-06-26T18:49:10.061Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-26T18:49:10.061Z
512026-06-26T18:49:10.087Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-26T18:49:10.087Z
532026-06-26T18:49:10.088Z
542026-06-26T18:49:10.088ZRust is installed now. Great!
552026-06-26T18:49:10.088Z
562026-06-26T18:49:10.091ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-26T18:49:10.091Zenvironment variable. This has not been done automatically.
582026-06-26T18:49:10.091Z
592026-06-26T18:49:10.091ZTo configure your current shell, you need to source
602026-06-26T18:49:10.091Zthe corresponding env file under $HOME/.cargo.
612026-06-26T18:49:10.091Z
622026-06-26T18:49:10.091ZThis is usually done by running one of the following (note the leading DOT):
632026-06-26T18:49:10.091Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-26T18:49:10.091Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-26T18:49:10.091Zsource "~/.cargo/env.nu" # For nushell
662026-06-26T18:49:10.091Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-26T18:49:10.091Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-26T18:49:10.091Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-26T18:49:10.091Zwarn: no default linker (`cc`) was found in your PATH
702026-06-26T18:49:10.091Zwarn: many Rust crates require a system C toolchain to build
712026-06-26T18:49:10.188Z+ rustup --version
722026-06-26T18:49:10.197Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-26T18:49:10.200Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-26T18:49:10.218Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-26T18:49:10.221Z+ cargo --version
762026-06-26T18:49:10.234Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-26T18:49:10.238Z+ rustc --version
782026-06-26T18:49:10.257Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-26T18:49:10.260Zprocess exited: duration 17002 ms, exit code 0
 
802026-06-26T18:49:10.267Zstarting task 2: "authentication"
812026-06-26T18:49:10.283Zprocess exited: duration 16 ms, exit code 0
 
822026-06-26T18:49:10.289Zstarting task 3: "clone repository"
832026-06-26T18:49:10.293Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-26T18:49:10.296Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-26T18:49:10.347ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-26T18:49:11.493Z+ cd /work/oxidecomputer/maghemite
872026-06-26T18:49:11.493Z+ git fetch origin ec78e31353553c5b99747c7416890b16981df11a
882026-06-26T18:49:11.743ZFrom https://github.com/oxidecomputer/maghemite
892026-06-26T18:49:11.743Z * branch ec78e31353553c5b99747c7416890b16981df11a -> FETCH_HEAD
902026-06-26T18:49:11.748Z+ [[ -n trey/unnumbered-cleanup ]]
912026-06-26T18:49:11.751Z++ git branch --show-current
922026-06-26T18:49:11.751Z+ current=main
932026-06-26T18:49:11.751Z+ [[ main != trey/unnumbered-cleanup ]]
942026-06-26T18:49:11.751Z+ git branch -f trey/unnumbered-cleanup ec78e31353553c5b99747c7416890b16981df11a
952026-06-26T18:49:11.754Z+ git checkout -f trey/unnumbered-cleanup
962026-06-26T18:49:11.773ZSwitched to branch 'trey/unnumbered-cleanup'
972026-06-26T18:49:11.776Z+ git reset --hard ec78e31353553c5b99747c7416890b16981df11a
982026-06-26T18:49:11.784ZHEAD is now at ec78e31 Merge branch 'main' into trey/unnumbered-cleanup
992026-06-26T18:49:11.787Zprocess exited: duration 1494 ms, exit code 0
 
1002026-06-26T18:49:11.794Zstarting task 4: "build"
1012026-06-26T18:49:11.797Z+ set -e
1022026-06-26T18:49:11.797Z+ source .github/buildomat/test-common.sh
1032026-06-26T18:49:11.797Z++ NEXTEST_VERSION=0.9.97
1042026-06-26T18:49:11.797Z++ PLATFORM=illumos
1052026-06-26T18:49:11.797Z++ banner install
1062026-06-26T18:49:11.801Z
1072026-06-26T18:49:11.801Z # # # #### ##### ## # #
1082026-06-26T18:49:11.801Z # ## # # # # # # #
1092026-06-26T18:49:11.801Z # # # # #### # # # # #
1102026-06-26T18:49:11.801Z # # # # # # ###### # #
1112026-06-26T18:49:11.801Z # # ## # # # # # # #
1122026-06-26T18:49:11.801Z # # # #### # # # ###### ######
1132026-06-26T18:49:11.801Z
1142026-06-26T18:49:11.801Z++ set +o errexit
1152026-06-26T18:49:11.801Z++ pkg info clang-15
1162026-06-26T18:49:11.801Z++ grep -qi installed
1172026-06-26T18:49:12.950Zpkg: info: no packages matching the following patterns you specified are
1182026-06-26T18:49:12.950Zinstalled on the system. Try querying remotely instead:
1192026-06-26T18:49:12.950Z
1202026-06-26T18:49:12.950Z clang-15
1212026-06-26T18:49:12.988Z++ [[ 1 != 0 ]]
1222026-06-26T18:49:12.988Z++ set -o errexit
1232026-06-26T18:49:12.991Z++ pfexec pkg install clang-15
1242026-06-26T18:49:21.353Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-26T18:49:29.134Z Startup: Caching catalogs ... Done
1262026-06-26T18:49:36.525ZPlanning: Solver setup ... Done
1272026-06-26T18:49:36.568ZPlanning: Running solver ... Done
1282026-06-26T18:49:36.708ZPlanning: Finding local manifests ... Done
1292026-06-26T18:49:36.728ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-26T18:49:36.821ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-26T18:49:36.850ZPlanning: Package planning ... Done
1322026-06-26T18:49:36.876ZPlanning: Merging actions ... Done
1332026-06-26T18:49:36.984ZPlanning: Checking for conflicting actions ... Done
1342026-06-26T18:49:36.989ZPlanning: Consolidating action changes ... Done
1352026-06-26T18:49:37.699ZPlanning: Evaluating mediators ... Done
1362026-06-26T18:49:37.704ZPlanning: Planning completed in 8.40 seconds
1372026-06-26T18:49:37.715Z Packages to install: 2
1382026-06-26T18:49:37.715Z Mediators to change: 2
1392026-06-26T18:49:37.718Z Services to change: 1
1402026-06-26T18:49:37.718Z Create boot environment: No
1412026-06-26T18:49:37.718ZCreate backup boot environment: No
1422026-06-26T18:49:37.763Z
1432026-06-26T18:49:37.763ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-26T18:49:43.271ZDownload: 981/3076 items 82.2/211.3MB 38% complete (19.6M/s)
1452026-06-26T18:49:48.271ZDownload: 1157/3076 items 114.0/211.3MB 53% complete (9.9M/s)
1462026-06-26T18:49:54.842ZDownload: 2006/3076 items 117.1/211.3MB 55% complete (4.5M/s)
1472026-06-26T18:50:11.967ZDownload: 2007/3076 items 117.3/211.3MB 55% complete
1482026-06-26T18:50:16.969ZDownload: 3035/3076 items 201.8/211.3MB 95% complete (17.1M/s)
1492026-06-26T18:50:33.827ZDownload: 3075/3076 items 211.1/211.3MB 99% complete
1502026-06-26T18:50:33.847ZDownload: Completed 211.31 MB in 56.08 seconds (3.8M/s)
1512026-06-26T18:50:33.963Z Actions: 1/3418 actions (Installing new actions)
1522026-06-26T18:50:37.088Z Actions: Completed 3418 actions in 3.12 seconds.
1532026-06-26T18:50:37.734Z Done
1542026-06-26T18:50:37.734Z Done
1552026-06-26T18:50:38.466Z Done
1562026-06-26T18:50:41.790Z Done
1572026-06-26T18:50:41.862Z Done
1582026-06-26T18:50:41.865Z Done
1592026-06-26T18:50:42.165Z Done
1602026-06-26T18:50:42.837Z++ set -o errexit
1612026-06-26T18:50:42.837Z++ cargo --version
1622026-06-26T18:50:42.843Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-06-26T18:50:42.987Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-06-26T18:50:42.990Zinfo: downloading 6 components
1652026-06-26T18:50:57.867Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-06-26T18:50:57.870Z++ rustc --version
1672026-06-26T18:50:57.896Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-06-26T18:50:57.901Z++ cargo install cargo-nextest --version 0.9.97
1692026-06-26T18:50:57.943Z Updating crates.io index
1702026-06-26T18:50:58.040Z Downloading crates ...
1712026-06-26T18:50:58.092Z Downloaded cargo-nextest v0.9.97
1722026-06-26T18:50:58.153Z Installing cargo-nextest v0.9.97
1732026-06-26T18:50:58.192Z Updating crates.io index
1742026-06-26T18:51:00.665Z Locking 390 packages to latest compatible versions
1752026-06-26T18:51:00.669Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-06-26T18:51:00.673Z Adding duct v0.13.7 (available: v1.1.1)
1772026-06-26T18:51:00.673Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-06-26T18:51:00.673Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-06-26T18:51:00.677Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-06-26T18:51:00.677Z Adding itertools v0.14.0 (available: v0.15.0)
1812026-06-26T18:51:00.677Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1822026-06-26T18:51:00.677Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1832026-06-26T18:51:00.680Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1842026-06-26T18:51:00.680Z Adding quick-junit v0.5.2 (available: v0.6.0)
1852026-06-26T18:51:00.706Z Downloading crates ...
1862026-06-26T18:51:00.784Z Downloaded ahash v0.8.12
1872026-06-26T18:51:00.788Z Downloaded anstyle-parse v1.0.0
1882026-06-26T18:51:00.792Z Downloaded bitflags v2.13.0
1892026-06-26T18:51:00.795Z Downloaded block-buffer v0.10.4
1902026-06-26T18:51:00.797Z Downloaded adler2 v2.0.1
1912026-06-26T18:51:00.798Z Downloaded addr2line v0.25.1
1922026-06-26T18:51:00.800Z Downloaded atomic-waker v1.1.2
1932026-06-26T18:51:00.803Z Downloaded async-scoped v0.9.0
1942026-06-26T18:51:00.803Z Downloaded is_ci v1.2.0
1952026-06-26T18:51:00.803Z Downloaded itoa v1.0.18
1962026-06-26T18:51:00.806Z Downloaded home v0.5.12
1972026-06-26T18:51:00.809Z Downloaded atomicwrites v0.4.4
1982026-06-26T18:51:00.811Z Downloaded anstyle-query v1.1.5
1992026-06-26T18:51:00.814Z Downloaded backtrace-ext v0.2.1
2002026-06-26T18:51:00.814Z Downloaded mukti-metadata v0.3.0
2012026-06-26T18:51:00.814Z Downloaded http-body-util v0.1.3
2022026-06-26T18:51:00.817Z Downloaded autocfg v1.5.1
2032026-06-26T18:51:00.819Z Downloaded foreign-types-shared v0.1.1
2042026-06-26T18:51:00.820Z Downloaded anstyle v1.0.14
2052026-06-26T18:51:00.823Z Downloaded cargo-platform v0.2.0
2062026-06-26T18:51:00.823Z Downloaded lazy_static v1.5.0
2072026-06-26T18:51:00.825Z Downloaded anstream v1.0.0
2082026-06-26T18:51:00.825Z Downloaded color-spantrace v0.3.0
2092026-06-26T18:51:00.828Z Downloaded nextest-workspace-hack v0.1.0
2102026-06-26T18:51:00.828Z Downloaded form_urlencoded v1.2.2
2112026-06-26T18:51:00.828Z Downloaded is_terminal_polyfill v1.70.2
2122026-06-26T18:51:00.832Z Downloaded clap_lex v1.1.0
2132026-06-26T18:51:00.832Z Downloaded scopeguard v1.2.0
2142026-06-26T18:51:00.832Z Downloaded rustc_version v0.4.1
2152026-06-26T18:51:00.835Z Downloaded cfg-if v1.0.4
2162026-06-26T18:51:00.835Z Downloaded base64 v0.22.1
2172026-06-26T18:51:00.848Z Downloaded debug-ignore v1.0.5
2182026-06-26T18:51:00.851Z Downloaded cargo-platform v0.3.3
2192026-06-26T18:51:00.851Z Downloaded lru-slab v0.1.2
2202026-06-26T18:51:00.853Z Downloaded futures-macro v0.3.32
2212026-06-26T18:51:00.856Z Downloaded miette-derive v7.6.0
2222026-06-26T18:51:00.856Z Downloaded camino-tempfile v1.4.1
2232026-06-26T18:51:00.859Z Downloaded either v1.16.0
2242026-06-26T18:51:00.859Z Downloaded convert_case v0.10.0
2252026-06-26T18:51:00.864Z Downloaded foreign-types v0.3.2
2262026-06-26T18:51:00.867Z Downloaded document-features v0.2.12
2272026-06-26T18:51:00.867Z Downloaded cfg_aliases v0.2.1
2282026-06-26T18:51:00.870Z Downloaded futures-task v0.3.32
2292026-06-26T18:51:00.870Z Downloaded rustc-hash v2.1.2
2302026-06-26T18:51:00.873Z Downloaded openssl-macros v0.1.1
2312026-06-26T18:51:00.873Z Downloaded futures-sink v0.3.32
2322026-06-26T18:51:00.873Z Downloaded ordered-float v2.10.1
2332026-06-26T18:51:00.876Z Downloaded indent_write v2.2.0
2342026-06-26T18:51:00.876Z Downloaded humantime-serde v1.1.1
2352026-06-26T18:51:00.876Z Downloaded colorchoice v1.0.5
2362026-06-26T18:51:00.876Z Downloaded newtype-uuid v1.3.2
2372026-06-26T18:51:00.879Z Downloaded hex v0.4.3
2382026-06-26T18:51:00.879Z Downloaded enable-ansi-support v0.2.1
2392026-06-26T18:51:00.882Z Downloaded nextest-metadata v0.12.2
2402026-06-26T18:51:00.882Z Downloaded nested v0.1.1
2412026-06-26T18:51:00.882Z Downloaded fnv v1.0.7
2422026-06-26T18:51:00.885Z Downloaded cpufeatures v0.2.17
2432026-06-26T18:51:00.887Z Downloaded lock_api v0.4.14
2442026-06-26T18:51:00.887Z Downloaded futures-io v0.3.32
2452026-06-26T18:51:00.887Z Downloaded futures-core v0.3.32
2462026-06-26T18:51:00.890Z Downloaded jobserver v0.1.34
2472026-06-26T18:51:00.890Z Downloaded curve25519-dalek-derive v0.1.1
2482026-06-26T18:51:00.893Z Downloaded native-tls v0.2.18
2492026-06-26T18:51:00.896Z Downloaded errno v0.3.14
2502026-06-26T18:51:00.898Z Downloaded generic-array v0.14.7
2512026-06-26T18:51:00.898Z Downloaded crypto-common v0.1.7
2522026-06-26T18:51:00.898Z Downloaded guppy-workspace-hack v0.1.0
2532026-06-26T18:51:00.901Z Downloaded equivalent v1.0.2
2542026-06-26T18:51:00.904Z Downloaded openssl-probe v0.2.1
2552026-06-26T18:51:00.904Z Downloaded serde-value v0.7.0
2562026-06-26T18:51:00.906Z Downloaded percent-encoding v2.3.2
2572026-06-26T18:51:00.906Z Downloaded cargo_metadata v0.20.0
2582026-06-26T18:51:00.909Z Downloaded cargo_metadata v0.23.1
2592026-06-26T18:51:00.909Z Downloaded hyper-tls v0.6.0
2602026-06-26T18:51:00.912Z Downloaded owo-colors v4.3.0
2612026-06-26T18:51:00.914Z Downloaded semver v1.0.28
2622026-06-26T18:51:00.917Z Downloaded future-queue v0.4.0
2632026-06-26T18:51:00.917Z Downloaded digest v0.10.7
2642026-06-26T18:51:00.919Z Downloaded memchr v2.8.2
2652026-06-26T18:51:00.924Z Downloaded eyre v0.6.12
2662026-06-26T18:51:00.927Z Downloaded backtrace v0.3.76
2672026-06-26T18:51:00.930Z Downloaded cargo-util-schemas v0.2.0
2682026-06-26T18:51:00.933Z Downloaded serde_ignored v0.1.14
2692026-06-26T18:51:00.935Z Downloaded shell-words v1.1.1
2702026-06-26T18:51:00.935Z Downloaded serde_urlencoded v0.7.1
2712026-06-26T18:51:00.938Z Downloaded shared_child v1.1.1
2722026-06-26T18:51:00.938Z Downloaded http-body v1.0.1
2732026-06-26T18:51:00.941Z Downloaded pin-project-lite v0.2.17
2742026-06-26T18:51:00.944Z Downloaded signature v2.2.0
2752026-06-26T18:51:00.944Z Downloaded sigchld v0.2.4
2762026-06-26T18:51:00.944Z Downloaded number_prefix v0.4.0
2772026-06-26T18:51:00.946Z Downloaded idna_adapter v1.0.0
2782026-06-26T18:51:00.946Z Downloaded pathdiff v0.2.3
2792026-06-26T18:51:00.949Z Downloaded sync_wrapper v1.0.2
2802026-06-26T18:51:00.949Z Downloaded swrite v0.1.0
2812026-06-26T18:51:00.952Z Downloaded supports-color v3.0.2
2822026-06-26T18:51:00.952Z Downloaded heck v0.5.0
2832026-06-26T18:51:00.955Z Downloaded fastrand v2.4.1
2842026-06-26T18:51:00.957Z Downloaded base64ct v1.8.3
2852026-06-26T18:51:00.960Z Downloaded foldhash v0.1.5
2862026-06-26T18:51:00.963Z Downloaded serde_spanned v0.6.9
2872026-06-26T18:51:00.963Z Downloaded fixedbitset v0.5.7
2882026-06-26T18:51:00.963Z Downloaded find-msvc-tools v0.1.9
2892026-06-26T18:51:00.966Z Downloaded ed25519 v2.2.3
2902026-06-26T18:51:00.966Z Downloaded dialoguer v0.11.0
2912026-06-26T18:51:00.968Z Downloaded serde_spanned v1.1.1
2922026-06-26T18:51:00.971Z Downloaded strip-ansi-escapes v0.2.1
2932026-06-26T18:51:00.971Z Downloaded supports-unicode v3.0.0
2942026-06-26T18:51:00.974Z Downloaded strsim v0.11.1
2952026-06-26T18:51:00.977Z Downloaded supports-hyperlinks v3.2.0
2962026-06-26T18:51:00.980Z Downloaded rand_chacha v0.9.0
2972026-06-26T18:51:00.980Z Downloaded self_update v0.42.0
2982026-06-26T18:51:00.983Z Downloaded litrs v1.0.0
2992026-06-26T18:51:00.983Z Downloaded once_cell v1.21.4
3002026-06-26T18:51:00.985Z Downloaded hyper-rustls v0.27.9
3012026-06-26T18:51:00.985Z Downloaded getrandom v0.2.17
3022026-06-26T18:51:00.988Z Downloaded cfg-expr v0.20.8
3032026-06-26T18:51:00.991Z Downloaded os_pipe v1.2.3
3042026-06-26T18:51:00.991Z Downloaded filetime v0.2.29
3052026-06-26T18:51:00.991Z Downloaded console v0.15.11
3062026-06-26T18:51:00.994Z Downloaded futures-executor v0.3.32
3072026-06-26T18:51:00.994Z Downloaded borsh v1.7.0
3082026-06-26T18:51:00.997Z Downloaded terminal_size v0.4.4
3092026-06-26T18:51:01.001Z Downloaded serde-untagged v0.1.9
3102026-06-26T18:51:01.001Z Downloaded pin-project v1.1.13
3112026-06-26T18:51:01.005Z Downloaded toml_write v0.1.2
3122026-06-26T18:51:01.009Z Downloaded toml_datetime v0.6.11
3132026-06-26T18:51:01.009Z Downloaded tokio-macros v2.7.0
3142026-06-26T18:51:01.009Z Downloaded pkg-config v0.3.33
3152026-06-26T18:51:01.009Z Downloaded sha2 v0.10.9
3162026-06-26T18:51:01.012Z Downloaded subtle v2.6.1
3172026-06-26T18:51:01.012Z Downloaded static_assertions v1.1.0
3182026-06-26T18:51:01.012Z Downloaded spki v0.7.3
3192026-06-26T18:51:01.016Z Downloaded slab v0.4.12
3202026-06-26T18:51:01.016Z Downloaded tinyvec_macros v0.1.1
3212026-06-26T18:51:01.016Z Downloaded signal-hook-registry v1.4.8
3222026-06-26T18:51:01.016Z Downloaded rand_core v0.6.4
3232026-06-26T18:51:01.016Z Downloaded smol_str v0.3.6
3242026-06-26T18:51:01.019Z Downloaded tracing-error v0.2.1
3252026-06-26T18:51:01.019Z Downloaded tower-layer v0.3.3
3262026-06-26T18:51:01.019Z Downloaded signal-hook-mio v0.2.5
3272026-06-26T18:51:01.019Z Downloaded serde_path_to_error v0.1.20
3282026-06-26T18:51:01.022Z Downloaded try-lock v0.2.5
3292026-06-26T18:51:01.022Z Downloaded clap_derive v4.6.1
3302026-06-26T18:51:01.022Z Downloaded tower-service v0.3.3
3312026-06-26T18:51:01.036Z Downloaded indenter v0.3.4
3322026-06-26T18:51:01.036Z Downloaded camino v1.2.3
3332026-06-26T18:51:01.036Z Downloaded futures-channel v0.3.32
3342026-06-26T18:51:01.036Z Downloaded humantime v2.3.0
3352026-06-26T18:51:01.036Z Downloaded const-oid v0.9.6
3362026-06-26T18:51:01.036Z Downloaded erased-serde v0.4.10
3372026-06-26T18:51:01.036Z Downloaded duct v0.13.7
3382026-06-26T18:51:01.039Z Downloaded rustc-demangle v0.1.27
3392026-06-26T18:51:01.039Z Downloaded unicode-linebreak v0.1.5
3402026-06-26T18:51:01.042Z Downloaded globset v0.4.18
3412026-06-26T18:51:01.044Z Downloaded self-replace v1.5.0
3422026-06-26T18:51:01.047Z Downloaded thiserror-impl v1.0.69
3432026-06-26T18:51:01.047Z Downloaded target-spec-miette v0.4.8
3442026-06-26T18:51:01.050Z Downloaded shlex v2.0.1
3452026-06-26T18:51:01.050Z Downloaded crc32fast v1.5.0
3462026-06-26T18:51:01.053Z Downloaded thread_local v1.1.9
3472026-06-26T18:51:01.053Z Downloaded thiserror-impl v2.0.18
3482026-06-26T18:51:01.053Z Downloaded target-lexicon v0.13.5
3492026-06-26T18:51:01.057Z Downloaded unicode-xid v0.2.6
3502026-06-26T18:51:01.060Z Downloaded typeid v1.0.3
3512026-06-26T18:51:01.060Z Downloaded tokio-native-tls v0.3.1
3522026-06-26T18:51:01.060Z Downloaded log v0.4.33
3532026-06-26T18:51:01.063Z Downloaded utf8parse v0.2.2
3542026-06-26T18:51:01.066Z Downloaded want v0.3.1
3552026-06-26T18:51:01.069Z Downloaded pkcs8 v0.10.2
3562026-06-26T18:51:01.072Z Downloaded toml_writer v1.1.1+spec-1.1.0
3572026-06-26T18:51:01.072Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3582026-06-26T18:51:01.075Z Downloaded quinn-udp v0.5.14
3592026-06-26T18:51:01.075Z Downloaded untrusted v0.9.0
3602026-06-26T18:51:01.078Z Downloaded version_check v0.9.5
3612026-06-26T18:51:01.078Z Downloaded urlencoding v2.1.3
3622026-06-26T18:51:01.080Z Downloaded openssl-sys v0.9.117
3632026-06-26T18:51:01.084Z Downloaded nextest-filtering v0.15.0
3642026-06-26T18:51:01.084Z Downloaded utf8_iter v1.0.4
3652026-06-26T18:51:01.086Z Downloaded derive-where v1.6.1
3662026-06-26T18:51:01.090Z Downloaded rand_core v0.9.5
3672026-06-26T18:51:01.092Z Downloaded quote v1.0.46
3682026-06-26T18:51:01.092Z Downloaded ppv-lite86 v0.2.21
3692026-06-26T18:51:01.095Z Downloaded quick-junit v0.5.2
3702026-06-26T18:51:01.098Z Downloaded thiserror v2.0.18
3712026-06-26T18:51:01.100Z Downloaded parking_lot_core v0.9.12
3722026-06-26T18:51:01.103Z Downloaded getrandom v0.3.4
3732026-06-26T18:51:01.103Z Downloaded parking_lot v0.12.5
3742026-06-26T18:51:01.106Z Downloaded target-spec v3.6.0
3752026-06-26T18:51:01.110Z Downloaded bytes v1.12.0
3762026-06-26T18:51:01.113Z Downloaded getrandom v0.4.3
3772026-06-26T18:51:01.116Z Downloaded serde_derive v1.0.228
3782026-06-26T18:51:01.118Z Downloaded serde_core v1.0.228
3792026-06-26T18:51:01.121Z Downloaded config v0.15.25
3802026-06-26T18:51:01.124Z Downloaded rustls-pki-types v1.14.1
3812026-06-26T18:51:01.126Z Downloaded ipnet v2.12.0
3822026-06-26T18:51:01.126Z Downloaded tokio-stream v0.1.18
3832026-06-26T18:51:01.129Z Downloaded iana-time-zone v0.1.65
3842026-06-26T18:51:01.132Z Downloaded signal-hook v0.3.18
3852026-06-26T18:51:01.132Z Downloaded httparse v1.10.1
3862026-06-26T18:51:01.134Z Downloaded pin-project-internal v1.1.13
3872026-06-26T18:51:01.134Z Downloaded xattr v1.6.1
3882026-06-26T18:51:01.137Z Downloaded smallvec v1.15.2
3892026-06-26T18:51:01.142Z Downloaded zeroize v1.9.0
3902026-06-26T18:51:01.142Z Downloaded tracing-log v0.2.0
3912026-06-26T18:51:01.146Z Downloaded zipsign-api v0.1.5
3922026-06-26T18:51:01.146Z Downloaded xxhash-rust v0.8.15
3932026-06-26T18:51:01.146Z Downloaded unicase v2.9.0
3942026-06-26T18:51:01.146Z Downloaded clap v4.6.1
3952026-06-26T18:51:01.149Z Downloaded indicatif v0.17.11
3962026-06-26T18:51:01.151Z Downloaded simd-adler32 v0.3.9
3972026-06-26T18:51:01.154Z Downloaded miniz_oxide v0.8.9
3982026-06-26T18:51:01.157Z Downloaded num-traits v0.2.19
3992026-06-26T18:51:01.160Z Downloaded futures v0.3.32
4002026-06-26T18:51:01.163Z Downloaded der v0.7.10
4012026-06-26T18:51:01.166Z Downloaded toml v1.1.2+spec-1.1.0
4022026-06-26T18:51:01.168Z Downloaded mio v1.2.1
4032026-06-26T18:51:01.171Z Downloaded sharded-slab v0.1.7
4042026-06-26T18:51:01.174Z Downloaded thiserror v1.0.69
4052026-06-26T18:51:01.178Z Downloaded zstd v0.13.3
4062026-06-26T18:51:01.181Z Downloaded tracing-core v0.1.36
4072026-06-26T18:51:01.181Z Downloaded zstd-safe v7.2.4
4082026-06-26T18:51:01.181Z Downloaded zmij v1.0.21
4092026-06-26T18:51:01.181Z Downloaded toml_parser v1.1.2+spec-1.1.0
4102026-06-26T18:51:01.183Z Downloaded toml v0.8.23
4112026-06-26T18:51:01.186Z Downloaded ed25519-dalek v2.2.0
4122026-06-26T18:51:01.189Z Downloaded proc-macro2 v1.0.106
4132026-06-26T18:51:01.192Z Downloaded flate2 v1.1.9
4142026-06-26T18:51:01.195Z Downloaded ryu v1.0.23
4152026-06-26T18:51:01.198Z Downloaded tar v0.4.46
4162026-06-26T18:51:01.198Z Downloaded unicode-ident v1.0.24
4172026-06-26T18:51:01.201Z Downloaded tempfile v3.27.0
4182026-06-26T18:51:01.204Z Downloaded socket2 v0.6.4
4192026-06-26T18:51:01.208Z Downloaded uuid v1.23.4
4202026-06-26T18:51:01.214Z Downloaded vte v0.14.1
4212026-06-26T18:51:01.221Z Downloaded derive_more-impl v2.1.1
4222026-06-26T18:51:01.224Z Downloaded indexmap v2.14.0
4232026-06-26T18:51:01.228Z Downloaded serde v1.0.228
4242026-06-26T18:51:01.231Z Downloaded derive_more v2.1.1
4252026-06-26T18:51:01.236Z Downloaded tokio-rustls v0.26.4
4262026-06-26T18:51:01.239Z Downloaded aho-corasick v1.1.4
4272026-06-26T18:51:01.241Z Downloaded tracing-attributes v0.1.31
4282026-06-26T18:51:01.244Z Downloaded tinyvec v1.11.0
4292026-06-26T18:51:01.245Z Downloaded crossterm v0.29.0
4302026-06-26T18:51:01.251Z Downloaded cc v1.2.65
4312026-06-26T18:51:01.262Z Downloaded url v2.5.8
4322026-06-26T18:51:01.281Z Downloaded toml_edit v0.22.27
4332026-06-26T18:51:01.283Z Downloaded textwrap v0.16.2
4342026-06-26T18:51:01.286Z Downloaded tower v0.5.3
4352026-06-26T18:51:01.290Z Downloaded quinn v0.11.11
4362026-06-26T18:51:01.293Z Downloaded hashbrown v0.17.1
4372026-06-26T18:51:01.296Z Downloaded hashbrown v0.15.5
4382026-06-26T18:51:01.299Z Downloaded typenum v1.20.1
4392026-06-26T18:51:01.303Z Downloaded unicode-segmentation v1.13.3
4402026-06-26T18:51:01.314Z Downloaded miette v7.6.0
4412026-06-26T18:51:01.320Z Downloaded tokio-util v0.7.18
4422026-06-26T18:51:01.324Z Downloaded rustls-webpki v0.103.13
4432026-06-26T18:51:01.326Z Downloaded rand v0.9.4
4442026-06-26T18:51:01.329Z Downloaded guppy v0.17.26
4452026-06-26T18:51:01.332Z Downloaded futures-util v0.3.32
4462026-06-26T18:51:01.338Z Downloaded unicode-normalization v0.1.25
4472026-06-26T18:51:01.340Z Downloaded http v1.4.2
4482026-06-26T18:51:01.343Z Downloaded tower-http v0.6.11
4492026-06-26T18:51:01.346Z Downloaded h2 v0.4.15
4502026-06-26T18:51:01.350Z Downloaded clap_builder v4.6.0
4512026-06-26T18:51:01.353Z Downloaded serde_json v1.0.150
4522026-06-26T18:51:01.367Z Downloaded winnow v0.7.15
4532026-06-26T18:51:01.372Z Downloaded winnow v1.0.3
4542026-06-26T18:51:01.377Z Downloaded hyper-util v0.1.20
4552026-06-26T18:51:01.380Z Downloaded chrono v0.4.45
4562026-06-26T18:51:01.385Z Downloaded webpki-roots v1.0.8
4572026-06-26T18:51:01.393Z Downloaded ron v0.12.2
4582026-06-26T18:51:01.408Z Downloaded gimli v0.32.3
4592026-06-26T18:51:01.412Z Downloaded zerocopy v0.8.52
4602026-06-26T18:51:01.423Z Downloaded curve25519-dalek v4.1.3
4612026-06-26T18:51:01.428Z Downloaded bstr v1.12.3
4622026-06-26T18:51:01.441Z Downloaded tracing v0.1.44
4632026-06-26T18:51:01.451Z Downloaded pulldown-cmark v0.13.4
4642026-06-26T18:51:01.454Z Downloaded regex v1.12.4
4652026-06-26T18:51:01.457Z Downloaded color-eyre v0.6.5
4662026-06-26T18:51:01.461Z Downloaded idna v1.1.0
4672026-06-26T18:51:01.464Z Downloaded itertools v0.14.0
4682026-06-26T18:51:01.479Z Downloaded hyper v1.10.1
4692026-06-26T18:51:01.510Z Downloaded quick-xml v0.37.5
4702026-06-26T18:51:01.513Z Downloaded portable-atomic v1.13.1
4712026-06-26T18:51:01.521Z Downloaded reqwest v0.12.28
4722026-06-26T18:51:01.558Z Downloaded quick-xml v0.38.4
4732026-06-26T18:51:01.626Z Downloaded tracing-subscriber v0.3.23
4742026-06-26T18:51:01.649Z Downloaded vcpkg v0.2.15
4752026-06-26T18:51:01.672Z Downloaded quinn-proto v0.11.15
4762026-06-26T18:51:01.679Z Downloaded nextest-runner v0.80.0
4772026-06-26T18:51:01.696Z Downloaded nix v0.30.1
4782026-06-26T18:51:01.705Z Downloaded unicode-width v0.2.2
4792026-06-26T18:51:01.708Z Downloaded unicode-width v0.1.14
4802026-06-26T18:51:01.715Z Downloaded openssl v0.10.81
4812026-06-26T18:51:01.730Z Downloaded syn v2.0.118
4822026-06-26T18:51:01.740Z Downloaded object v0.37.3
4832026-06-26T18:51:01.756Z Downloaded regex-syntax v0.8.11
4842026-06-26T18:51:01.761Z Downloaded rustls v0.23.41
4852026-06-26T18:51:01.766Z Downloaded rustix v0.38.44
4862026-06-26T18:51:01.783Z Downloaded rustix v1.1.4
4872026-06-26T18:51:01.895Z Downloaded regex-automata v0.4.14
4882026-06-26T18:51:01.986Z Downloaded petgraph v0.8.3
4892026-06-26T18:51:01.998Z Downloaded libc v0.2.186
4902026-06-26T18:51:02.016Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4912026-06-26T18:51:02.034Z Downloaded tokio v1.52.3
4922026-06-26T18:51:02.100Z Downloaded recursion v0.5.4
4932026-06-26T18:51:02.107Z Downloaded ring v0.17.14
4942026-06-26T18:51:02.168Z Compiling libc v0.2.186
4952026-06-26T18:51:02.168Z Compiling proc-macro2 v1.0.106
4962026-06-26T18:51:02.168Z Compiling quote v1.0.46
4972026-06-26T18:51:02.171Z Compiling unicode-ident v1.0.24
4982026-06-26T18:51:02.171Z Compiling serde_core v1.0.228
4992026-06-26T18:51:02.171Z Compiling cfg-if v1.0.4
5002026-06-26T18:51:02.171Z Compiling memchr v2.8.2
5012026-06-26T18:51:02.171Z Compiling once_cell v1.21.4
5022026-06-26T18:51:02.370Z Compiling log v0.4.33
5032026-06-26T18:51:02.438Z Compiling pin-project-lite v0.2.17
5042026-06-26T18:51:02.538Z Compiling itoa v1.0.18
5052026-06-26T18:51:02.598Z Compiling serde v1.0.228
5062026-06-26T18:51:02.729Z Compiling futures-core v0.3.32
5072026-06-26T18:51:02.778Z Compiling smallvec v1.15.2
5082026-06-26T18:51:02.880Z Compiling bitflags v2.13.0
5092026-06-26T18:51:02.948Z Compiling find-msvc-tools v0.1.9
5102026-06-26T18:51:03.020Z Compiling shlex v2.0.1
5112026-06-26T18:51:03.177Z Compiling errno v0.3.14
5122026-06-26T18:51:03.198Z Compiling equivalent v1.0.2
5132026-06-26T18:51:03.261Z Compiling hashbrown v0.17.1
5142026-06-26T18:51:03.274Z Compiling bytes v1.12.0
5152026-06-26T18:51:03.285Z Compiling mio v1.2.1
5162026-06-26T18:51:03.341Z Compiling signal-hook-registry v1.4.8
5172026-06-26T18:51:03.440Z Compiling jobserver v0.1.34
5182026-06-26T18:51:03.527Z Compiling futures-sink v0.3.32
5192026-06-26T18:51:03.636Z Compiling syn v2.0.118
5202026-06-26T18:51:03.639Z Compiling cc v1.2.65
5212026-06-26T18:51:03.748Z Compiling rustix v1.1.4
5222026-06-26T18:51:03.880Z Compiling socket2 v0.6.4
5232026-06-26T18:51:03.919Z Compiling zmij v1.0.21
5242026-06-26T18:51:03.980Z Compiling slab v0.4.12
5252026-06-26T18:51:04.134Z Compiling futures-channel v0.3.32
5262026-06-26T18:51:04.182Z Compiling tracing-core v0.1.36
5272026-06-26T18:51:04.267Z Compiling serde_json v1.0.150
5282026-06-26T18:51:04.386Z Compiling version_check v0.9.5
5292026-06-26T18:51:04.510Z Compiling indexmap v2.14.0
5302026-06-26T18:51:04.721Z Compiling futures-io v0.3.32
5312026-06-26T18:51:04.742Z Compiling getrandom v0.4.3
5322026-06-26T18:51:04.920Z Compiling futures-task v0.3.32
5332026-06-26T18:51:05.050Z Compiling percent-encoding v2.3.2
5342026-06-26T18:51:05.063Z Compiling camino v1.2.3
5352026-06-26T18:51:05.102Z Compiling unicode-width v0.2.2
5362026-06-26T18:51:05.354Z Compiling ring v0.17.14
5372026-06-26T18:51:05.397Z Compiling http v1.4.2
5382026-06-26T18:51:05.424Z Compiling zeroize v1.9.0
5392026-06-26T18:51:05.453Z Compiling adler2 v2.0.1
5402026-06-26T18:51:05.526Z Compiling simd-adler32 v0.3.9
5412026-06-26T18:51:05.639Z Compiling autocfg v1.5.1
5422026-06-26T18:51:06.035Z Compiling num-traits v0.2.19
5432026-06-26T18:51:06.235Z Compiling miniz_oxide v0.8.9
5442026-06-26T18:51:06.278Z Compiling object v0.37.3
5452026-06-26T18:51:06.325Z Compiling target-lexicon v0.13.5
5462026-06-26T18:51:06.390Z Compiling getrandom v0.3.4
5472026-06-26T18:51:06.578Z Compiling zerocopy v0.8.52
5482026-06-26T18:51:06.847Z Compiling http-body v1.0.1
5492026-06-26T18:51:07.003Z Compiling rustls-pki-types v1.14.1
5502026-06-26T18:51:07.006Z Compiling form_urlencoded v1.2.2
5512026-06-26T18:51:07.029Z Compiling semver v1.0.28
5522026-06-26T18:51:07.237Z Compiling serde_derive v1.0.228
5532026-06-26T18:51:07.275Z Compiling tokio-macros v2.7.0
5542026-06-26T18:51:07.330Z Compiling futures-macro v0.3.32
5552026-06-26T18:51:07.604Z Compiling tracing-attributes v0.1.31
5562026-06-26T18:51:07.668Z Compiling getrandom v0.2.17
5572026-06-26T18:51:07.683Z Compiling guppy-workspace-hack v0.1.0
5582026-06-26T18:51:07.861Z Compiling gimli v0.32.3
5592026-06-26T18:51:07.874Z Compiling signal-hook v0.3.18
5602026-06-26T18:51:07.906Z Compiling idna_adapter v1.0.0
5612026-06-26T18:51:08.007Z Compiling fnv v1.0.7
5622026-06-26T18:51:08.023Z Compiling tokio v1.52.3
5632026-06-26T18:51:08.097Z Compiling httparse v1.10.1
5642026-06-26T18:51:08.113Z Compiling utf8_iter v1.0.4
5652026-06-26T18:51:08.173Z Compiling futures-util v0.3.32
5662026-06-26T18:51:08.279Z Compiling thiserror v2.0.18
5672026-06-26T18:51:08.454Z Compiling owo-colors v4.3.0
5682026-06-26T18:51:08.631Z Compiling untrusted v0.9.0
5692026-06-26T18:51:08.799Z Compiling tracing v0.1.44
5702026-06-26T18:51:08.874Z Compiling idna v1.1.0
5712026-06-26T18:51:08.989Z Compiling thiserror-impl v2.0.18
5722026-06-26T18:51:10.195Z Compiling addr2line v0.25.1
5732026-06-26T18:51:10.801Z Compiling generic-array v0.14.7
5742026-06-26T18:51:10.847Z Compiling tower-service v0.3.3
5752026-06-26T18:51:10.950Z Compiling rustls v0.23.41
5762026-06-26T18:51:11.054Z Compiling pkg-config v0.3.33
5772026-06-26T18:51:11.065Z Compiling typeid v1.0.3
5782026-06-26T18:51:11.175Z Compiling fastrand v2.4.1
5792026-06-26T18:51:11.223Z Compiling thiserror v1.0.69
5802026-06-26T18:51:11.362Z Compiling rustc-demangle v0.1.27
5812026-06-26T18:51:11.483Z Compiling try-lock v0.2.5
5822026-06-26T18:51:11.502Z Compiling atomic-waker v1.1.2
5832026-06-26T18:51:11.552Z Compiling target-spec v3.6.0
5842026-06-26T18:51:11.602Z Compiling want v0.3.1
5852026-06-26T18:51:11.787Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-06-26T18:51:11.858Z Compiling tempfile v3.27.0
5872026-06-26T18:51:11.872Z Compiling tokio-util v0.7.18
5882026-06-26T18:51:12.134Z Compiling cfg-expr v0.20.8
5892026-06-26T18:51:12.310Z Compiling url v2.5.8
5902026-06-26T18:51:12.353Z Compiling h2 v0.4.15
5912026-06-26T18:51:13.282Z Compiling backtrace v0.3.76
5922026-06-26T18:51:13.429Z Compiling thiserror-impl v1.0.69
5932026-06-26T18:51:13.809Z Compiling terminal_size v0.4.4
5942026-06-26T18:51:13.968Z Compiling aho-corasick v1.1.4
5952026-06-26T18:51:14.033Z Compiling erased-serde v0.4.10
5962026-06-26T18:51:14.343Z Compiling winnow v0.7.15
5972026-06-26T18:51:14.584Z Compiling rustls-webpki v0.103.13
5982026-06-26T18:51:14.770Z Compiling subtle v2.6.1
5992026-06-26T18:51:14.934Z Compiling typenum v1.20.1
6002026-06-26T18:51:15.647Z Compiling regex-syntax v0.8.11
6012026-06-26T18:51:17.152Z Compiling hyper v1.10.1
6022026-06-26T18:51:17.318Z Compiling regex-automata v0.4.14
6032026-06-26T18:51:19.463Z Compiling serde_spanned v0.6.9
6042026-06-26T18:51:19.629Z Compiling toml_datetime v0.6.11
6052026-06-26T18:51:19.998Z Compiling ahash v0.8.12
6062026-06-26T18:51:20.267Z Compiling sync_wrapper v1.0.2
6072026-06-26T18:51:20.390Z Compiling is_ci v1.2.0
6082026-06-26T18:51:20.568Z Compiling ipnet v2.12.0
6092026-06-26T18:51:20.825Z Compiling crc32fast v1.5.0
6102026-06-26T18:51:20.847Z Compiling parking_lot_core v0.9.12
6112026-06-26T18:51:21.127Z Compiling toml_write v0.1.2
6122026-06-26T18:51:21.130Z Compiling base64 v0.22.1
6132026-06-26T18:51:21.389Z Compiling lazy_static v1.5.0
6142026-06-26T18:51:21.505Z Compiling nextest-workspace-hack v0.1.0
6152026-06-26T18:51:21.605Z Compiling unicode-linebreak v0.1.5
6162026-06-26T18:51:21.700Z Compiling foldhash v0.1.5
6172026-06-26T18:51:21.741Z Compiling tower-layer v0.3.3
6182026-06-26T18:51:21.753Z Compiling either v1.16.0
6192026-06-26T18:51:21.873Z Compiling unicode-segmentation v1.13.3
6202026-06-26T18:51:21.921Z Compiling portable-atomic v1.13.1
6212026-06-26T18:51:21.944Z Compiling tower v0.5.3
6222026-06-26T18:51:21.980Z Compiling hashbrown v0.15.5
6232026-06-26T18:51:22.260Z Compiling convert_case v0.10.0
6242026-06-26T18:51:22.422Z Compiling textwrap v0.16.2
6252026-06-26T18:51:22.528Z Compiling sharded-slab v0.1.7
6262026-06-26T18:51:22.541Z Compiling hyper-util v0.1.20
6272026-06-26T18:51:22.602Z Compiling toml_edit v0.22.27
6282026-06-26T18:51:23.026Z Compiling supports-color v3.0.2
6292026-06-26T18:51:23.190Z Compiling tokio-rustls v0.26.4
6302026-06-26T18:51:23.476Z Compiling backtrace-ext v0.2.1
6312026-06-26T18:51:23.754Z Compiling ordered-float v2.10.1
6322026-06-26T18:51:23.825Z Compiling webpki-roots v1.0.8
6332026-06-26T18:51:23.841Z Compiling miette-derive v7.6.0
6342026-06-26T18:51:23.943Z Compiling pathdiff v0.2.3
6352026-06-26T18:51:24.024Z Compiling console v0.15.11
6362026-06-26T18:51:24.069Z Compiling tracing-log v0.2.0
6372026-06-26T18:51:24.427Z Compiling cargo-platform v0.3.3
6382026-06-26T18:51:24.950Z Compiling os_pipe v1.2.3
6392026-06-26T18:51:24.990Z Compiling thread_local v1.1.9
6402026-06-26T18:51:25.144Z Compiling rustix v0.38.44
6412026-06-26T18:51:25.175Z Compiling fixedbitset v0.5.7
6422026-06-26T18:51:25.322Z Compiling scopeguard v1.2.0
6432026-06-26T18:51:25.363Z Compiling debug-ignore v1.0.5
6442026-06-26T18:51:25.429Z Compiling cfg_aliases v0.2.1
6452026-06-26T18:51:25.502Z Compiling supports-hyperlinks v3.2.0
6462026-06-26T18:51:25.514Z Compiling zstd-safe v7.2.4
6472026-06-26T18:51:25.682Z Compiling ryu v1.0.23
6482026-06-26T18:51:25.722Z Compiling supports-unicode v3.0.0
6492026-06-26T18:51:25.766Z Compiling pulldown-cmark v0.13.4
6502026-06-26T18:51:25.814Z Compiling unicode-width v0.1.14
6512026-06-26T18:51:25.889Z Compiling utf8parse v0.2.2
6522026-06-26T18:51:25.972Z Compiling winnow v1.0.3
6532026-06-26T18:51:26.010Z Compiling anstyle-parse v1.0.0
6542026-06-26T18:51:26.070Z Compiling miette v7.6.0
6552026-06-26T18:51:26.115Z Compiling serde_urlencoded v0.7.1
6562026-06-26T18:51:26.315Z Compiling nix v0.30.1
6572026-06-26T18:51:26.388Z Compiling lock_api v0.4.14
6582026-06-26T18:51:26.625Z Compiling petgraph v0.8.3
6592026-06-26T18:51:26.706Z Compiling tracing-subscriber v0.3.23
6602026-06-26T18:51:27.403Z Compiling toml_parser v1.1.2+spec-1.1.0
6612026-06-26T18:51:28.429Z Compiling sigchld v0.2.4
6622026-06-26T18:51:28.564Z Compiling cargo_metadata v0.23.1
6632026-06-26T18:51:28.634Z Compiling toml v0.8.23
6642026-06-26T18:51:28.729Z Compiling serde-value v0.7.0
6652026-06-26T18:51:29.486Z Compiling hyper-rustls v0.27.9
6662026-06-26T18:51:29.994Z Compiling serde-untagged v0.1.9
6672026-06-26T18:51:30.392Z Compiling derive_more-impl v2.1.1
6682026-06-26T18:51:30.763Z Compiling tower-http v0.6.11
6692026-06-26T18:51:31.153Z Compiling itertools v0.14.0
6702026-06-26T18:51:31.201Z Compiling regex v1.12.4
6712026-06-26T18:51:31.410Z Compiling block-buffer v0.10.4
6722026-06-26T18:51:31.454Z Compiling crypto-common v0.1.7
6732026-06-26T18:51:31.561Z Compiling ppv-lite86 v0.2.21
6742026-06-26T18:51:31.587Z Compiling rand_core v0.9.5
6752026-06-26T18:51:31.835Z Compiling futures-executor v0.3.32
6762026-06-26T18:51:31.884Z Compiling pin-project-internal v1.1.13
6772026-06-26T18:51:31.913Z Compiling http-body-util v0.1.3
6782026-06-26T18:51:32.180Z Compiling uuid v1.23.4
6792026-06-26T18:51:32.372Z Compiling serde_spanned v1.1.1
6802026-06-26T18:51:32.527Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-06-26T18:51:32.620Z Compiling smol_str v0.3.6
6822026-06-26T18:51:32.631Z Compiling filetime v0.2.29
6832026-06-26T18:51:32.724Z Compiling vte v0.14.1
6842026-06-26T18:51:32.831Z Compiling bstr v1.12.3
6852026-06-26T18:51:32.934Z Compiling is_terminal_polyfill v1.70.2
6862026-06-26T18:51:32.946Z Compiling colorchoice v1.0.5
6872026-06-26T18:51:32.950Z Compiling anstyle v1.0.14
6882026-06-26T18:51:32.971Z Compiling xattr v1.6.1
6892026-06-26T18:51:33.026Z Compiling iana-time-zone v0.1.65
6902026-06-26T18:51:33.062Z Compiling self_update v0.42.0
6912026-06-26T18:51:33.150Z Compiling number_prefix v0.4.0
6922026-06-26T18:51:33.217Z Compiling tinyvec_macros v0.1.1
6932026-06-26T18:51:33.290Z Compiling color-spantrace v0.3.0
6942026-06-26T18:51:33.321Z Compiling anstyle-query v1.1.5
6952026-06-26T18:51:33.422Z Compiling nested v0.1.1
6962026-06-26T18:51:33.504Z Compiling litrs v1.0.0
6972026-06-26T18:51:33.555Z Compiling eyre v0.6.12
6982026-06-26T18:51:33.593Z Compiling unicode-xid v0.2.6
6992026-06-26T18:51:33.613Z Compiling static_assertions v1.1.0
7002026-06-26T18:51:33.687Z Compiling unicase v2.9.0
7012026-06-26T18:51:33.728Z Compiling cargo-util-schemas v0.2.0
7022026-06-26T18:51:33.758Z Compiling guppy v0.17.26
7032026-06-26T18:51:33.911Z Compiling anstream v1.0.0
7042026-06-26T18:51:33.932Z Compiling document-features v0.2.12
7052026-06-26T18:51:34.161Z Compiling tinyvec v1.11.0
7062026-06-26T18:51:34.417Z Compiling indicatif v0.17.11
7072026-06-26T18:51:34.491Z Compiling globset v0.4.18
7082026-06-26T18:51:34.585Z Compiling chrono v0.4.45
7092026-06-26T18:51:34.962Z Compiling tar v0.4.46
7102026-06-26T18:51:35.976Z Compiling pin-project v1.1.13
7112026-06-26T18:51:36.082Z Compiling strip-ansi-escapes v0.2.1
7122026-06-26T18:51:36.119Z Compiling nextest-metadata v0.12.2
7132026-06-26T18:51:36.566Z Compiling toml v1.1.2+spec-1.1.0
7142026-06-26T18:51:37.439Z Compiling newtype-uuid v1.3.2
7152026-06-26T18:51:37.514Z Compiling reqwest v0.12.28
7162026-06-26T18:51:37.635Z Compiling futures v0.3.32
7172026-06-26T18:51:37.692Z Compiling rand_chacha v0.9.0
7182026-06-26T18:51:37.720Z Compiling digest v0.10.7
7192026-06-26T18:51:37.920Z Compiling derive_more v2.1.1
7202026-06-26T18:51:37.945Z Compiling parking_lot v0.12.5
7212026-06-26T18:51:38.001Z Compiling flate2 v1.1.9
7222026-06-26T18:51:38.250Z Compiling shared_child v1.1.1
7232026-06-26T18:51:38.536Z Compiling tracing-error v0.2.1
7242026-06-26T18:51:38.847Z Compiling signal-hook-mio v0.2.5
7252026-06-26T18:51:38.982Z Compiling self-replace v1.5.0
7262026-06-26T18:51:39.104Z Compiling cargo-platform v0.2.0
7272026-06-26T18:51:39.272Z Compiling quick-xml v0.38.4
7282026-06-26T18:51:39.655Z Compiling quick-xml v0.37.5
7292026-06-26T18:51:39.757Z Compiling humantime v2.3.0
7302026-06-26T18:51:39.908Z Compiling recursion v0.5.4
7312026-06-26T18:51:40.056Z Compiling urlencoding v2.1.3
7322026-06-26T18:51:40.183Z Compiling shell-words v1.1.1
7332026-06-26T18:51:40.329Z Compiling indenter v0.3.4
7342026-06-26T18:51:40.432Z Compiling cpufeatures v0.2.17
7352026-06-26T18:51:40.459Z Compiling strsim v0.11.1
7362026-06-26T18:51:40.509Z Compiling clap_lex v1.1.0
7372026-06-26T18:51:41.128Z Compiling heck v0.5.0
7382026-06-26T18:51:41.167Z Compiling clap_builder v4.6.0
7392026-06-26T18:51:41.179Z Compiling sha2 v0.10.9
7402026-06-26T18:51:41.327Z Compiling clap_derive v4.6.1
7412026-06-26T18:51:41.797Z Compiling nextest-filtering v0.15.0
7422026-06-26T18:51:42.384Z Compiling humantime-serde v1.1.1
7432026-06-26T18:51:42.549Z Compiling quick-junit v0.5.2
7442026-06-26T18:51:43.071Z Compiling cargo_metadata v0.20.0
7452026-06-26T18:51:45.633Z Compiling atomicwrites v0.4.4
7462026-06-26T18:51:45.721Z Compiling cargo-nextest v0.9.97
7472026-06-26T18:51:45.923Z Compiling crossterm v0.29.0
7482026-06-26T18:51:47.329Z Compiling duct v0.13.7
7492026-06-26T18:51:47.344Z Compiling rand v0.9.4
7502026-06-26T18:51:47.574Z Compiling zstd v0.13.3
7512026-06-26T18:51:47.777Z Compiling async-scoped v0.9.0
7522026-06-26T18:51:47.976Z Compiling config v0.15.25
7532026-06-26T18:51:47.997Z Compiling unicode-normalization v0.1.25
7542026-06-26T18:51:48.090Z Compiling target-spec-miette v0.4.8
7552026-06-26T18:51:48.187Z Compiling future-queue v0.4.0
7562026-06-26T18:51:48.463Z Compiling mukti-metadata v0.3.0
7572026-06-26T18:51:48.517Z Compiling camino-tempfile v1.4.1
7582026-06-26T18:51:48.563Z Compiling tokio-stream v0.1.18
7592026-06-26T18:51:48.943Z Compiling derive-where v1.6.1
7602026-06-26T18:51:48.963Z Compiling serde_ignored v0.1.14
7612026-06-26T18:51:49.056Z Compiling serde_path_to_error v0.1.20
7622026-06-26T18:51:49.085Z Compiling swrite v0.1.0
7632026-06-26T18:51:49.181Z Compiling indent_write v2.2.0
7642026-06-26T18:51:49.184Z Compiling hex v0.4.3
7652026-06-26T18:51:49.204Z Compiling xxhash-rust v0.8.15
7662026-06-26T18:51:49.384Z Compiling home v0.5.12
7672026-06-26T18:51:49.452Z Compiling color-eyre v0.6.5
7682026-06-26T18:51:49.492Z Compiling clap v4.6.1
7692026-06-26T18:51:49.506Z Compiling dialoguer v0.11.0
7702026-06-26T18:51:49.560Z Compiling enable-ansi-support v0.2.1
7712026-06-26T18:51:50.190Z Compiling nextest-runner v0.80.0
7722026-06-26T18:52:08.093Z Finished `release` profile [optimized] target(s) in 1m 10s
7732026-06-26T18:52:08.277Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-06-26T18:52:08.280Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-06-26T18:52:08.397Z+ pushd rdb
7762026-06-26T18:52:08.400Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7772026-06-26T18:52:08.400Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7782026-06-26T18:52:08.555Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-06-26T18:52:09.145ZFrom https://github.com/oxidecomputer/falcon
7802026-06-26T18:52:09.145Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7812026-06-26T18:52:09.221Z Updating crates.io index
7822026-06-26T18:52:09.224Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-06-26T18:52:09.637ZFrom https://github.com/oxidecomputer/dendrite
7842026-06-26T18:52:09.637Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7852026-06-26T18:52:09.714Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-06-26T18:52:10.018ZFrom https://github.com/oxidecomputer/ispf
7872026-06-26T18:52:10.018Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7882026-06-26T18:52:10.042Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-06-26T18:52:10.438ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-06-26T18:52:10.438Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7912026-06-26T18:52:10.445Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-06-26T18:52:16.351ZFrom https://github.com/oxidecomputer/omicron
7932026-06-26T18:52:16.351Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7942026-06-26T18:52:16.766Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-06-26T18:52:17.425ZFrom https://github.com/oxidecomputer/opte
7962026-06-26T18:52:17.425Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7972026-06-26T18:52:17.457Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-06-26T18:52:17.740ZFrom https://github.com/illumos/smf-rs
7992026-06-26T18:52:17.740Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-06-26T18:52:17.797Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-06-26T18:52:18.079ZFrom https://github.com/oxidecomputer/network-interface
8022026-06-26T18:52:18.079Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-06-26T18:52:18.115Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-06-26T18:52:18.403ZFrom https://github.com/oxidecomputer/zone
8052026-06-26T18:52:18.403Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-06-26T18:52:18.421Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-06-26T18:52:19.120ZFrom https://github.com/oxidecomputer/propolis
8082026-06-26T18:52:19.120Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-06-26T18:52:19.200Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-06-26T18:52:19.723ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-06-26T18:52:19.723Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8122026-06-26T18:52:19.839Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-06-26T18:52:20.149ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-06-26T18:52:20.149Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8152026-06-26T18:52:20.165Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-06-26T18:52:20.490ZFrom https://github.com/jmesmon/rust-libzfs
8172026-06-26T18:52:20.490Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-06-26T18:52:20.498Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-06-26T18:52:20.809ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-06-26T18:52:20.809Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-06-26T18:52:20.817Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-06-26T18:52:21.156ZFrom https://github.com/oxidecomputer/lldp
8232026-06-26T18:52:21.156Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8242026-06-26T18:52:21.180Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-06-26T18:52:21.497ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-06-26T18:52:21.497Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-06-26T18:52:21.534Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-06-26T18:52:21.873ZFrom https://github.com/oxidecomputer/tufaceous
8292026-06-26T18:52:21.873Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8302026-06-26T18:52:21.899Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-06-26T18:52:22.409ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-06-26T18:52:22.409Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8332026-06-26T18:52:22.445Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-06-26T18:52:23.274ZFrom https://github.com/oxidecomputer/crucible
8352026-06-26T18:52:23.274Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-06-26T18:52:23.331Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-06-26T18:52:23.603ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-06-26T18:52:23.603Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-06-26T18:52:23.664Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-06-26T18:52:24.119ZFrom https://github.com/oxidecomputer/propolis
8412026-06-26T18:52:24.119Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8422026-06-26T18:52:24.308Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-06-26T18:52:24.844ZFrom https://github.com/oxidecomputer/crucible
8442026-06-26T18:52:24.844Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8452026-06-26T18:52:24.936Z Updating git repository `https://github.com/oxidecomputer/tofino`
8462026-06-26T18:52:25.321ZFrom https://github.com/oxidecomputer/tofino
8472026-06-26T18:52:25.321Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8482026-06-26T18:52:25.330Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8492026-06-26T18:52:25.989ZFrom https://github.com/oxidecomputer/maghemite
8502026-06-26T18:52:25.989Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8512026-06-26T18:52:26.051Z Updating git repository `https://github.com/oxidecomputer/clickward`
8522026-06-26T18:52:26.327ZFrom https://github.com/oxidecomputer/clickward
8532026-06-26T18:52:26.327Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8542026-06-26T18:52:26.341Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-06-26T18:52:26.769ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-06-26T18:52:26.769Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-06-26T18:52:28.015Z Downloading crates ...
8582026-06-26T18:52:28.115Z Downloaded cobs v0.3.0
8592026-06-26T18:52:28.120Z Downloaded const-random-macro v0.1.16
8602026-06-26T18:52:28.123Z Downloaded aead v0.5.2
8612026-06-26T18:52:28.126Z Downloaded console v0.16.3
8622026-06-26T18:52:28.129Z Downloaded const-random v0.1.18
8632026-06-26T18:52:28.131Z Downloaded dtrace-parser v0.3.0
8642026-06-26T18:52:28.131Z Downloaded compression-core v0.4.32
8652026-06-26T18:52:28.134Z Downloaded compression-codecs v0.4.38
8662026-06-26T18:52:28.137Z Downloaded const-oid v0.10.2
8672026-06-26T18:52:28.137Z Downloaded colored v3.1.1
8682026-06-26T18:52:28.141Z Downloaded erased-serde v0.3.31
8692026-06-26T18:52:28.143Z Downloaded darling v0.21.3
8702026-06-26T18:52:28.146Z Downloaded hash32 v0.3.1
8712026-06-26T18:52:28.151Z Downloaded enum-as-inner v0.6.1
8722026-06-26T18:52:28.151Z Downloaded ingot-types v0.1.2
8732026-06-26T18:52:28.154Z Downloaded expectorate v1.2.0
8742026-06-26T18:52:28.154Z Downloaded defmt-parser v1.0.0
8752026-06-26T18:52:28.154Z Downloaded is-terminal v0.4.17
8762026-06-26T18:52:28.157Z Downloaded ident_case v1.0.1
8772026-06-26T18:52:28.157Z Downloaded float-ord v0.3.2
8782026-06-26T18:52:28.157Z Downloaded crucible-workspace-hack v0.1.0
8792026-06-26T18:52:28.159Z Downloaded ciborium-io v0.2.2
8802026-06-26T18:52:28.159Z Downloaded bytecount v0.6.9
8812026-06-26T18:52:28.162Z Downloaded diff v0.1.13
8822026-06-26T18:52:28.165Z Downloaded dtrace-parser v0.2.0
8832026-06-26T18:52:28.165Z Downloaded libsw-core v0.3.2
8842026-06-26T18:52:28.168Z Downloaded base16ct v1.0.0
8852026-06-26T18:52:28.168Z Downloaded dropshot-api-manager-types v0.7.2
8862026-06-26T18:52:28.171Z Downloaded glob v0.3.3
8872026-06-26T18:52:28.171Z Downloaded memmap2 v0.9.10
8882026-06-26T18:52:28.173Z Downloaded const_format v0.2.36
8892026-06-26T18:52:28.176Z Downloaded bitflags v2.12.1
8902026-06-26T18:52:28.179Z Downloaded match_cfg v0.1.0
8912026-06-26T18:52:28.182Z Downloaded libscf-sys v1.2.0
8922026-06-26T18:52:28.182Z Downloaded anyhow v1.0.102
8932026-06-26T18:52:28.185Z Downloaded heck v0.4.1
8942026-06-26T18:52:28.188Z Downloaded hostname v0.4.2
8952026-06-26T18:52:28.188Z Downloaded icu_provider v2.2.0
8962026-06-26T18:52:28.191Z Downloaded embedded-io v0.6.1
8972026-06-26T18:52:28.191Z Downloaded crunchy v0.2.4
8982026-06-26T18:52:28.193Z Downloaded constant_time_eq v0.4.2
8992026-06-26T18:52:28.196Z Downloaded memoffset v0.9.1
9002026-06-26T18:52:28.196Z Downloaded linear-map v1.2.0
9012026-06-26T18:52:28.199Z Downloaded highway v1.3.0
9022026-06-26T18:52:28.199Z Downloaded httpdate v1.0.3
9032026-06-26T18:52:28.201Z Downloaded icu_locale_core v2.2.0
9042026-06-26T18:52:28.204Z Downloaded linked-hash-map v0.5.6
9052026-06-26T18:52:28.206Z Downloaded darling_macro v0.21.3
9062026-06-26T18:52:28.206Z Downloaded num v0.4.3
9072026-06-26T18:52:28.209Z Downloaded newtype_derive v0.1.6
9082026-06-26T18:52:28.209Z Downloaded num-iter v0.1.45
9092026-06-26T18:52:28.212Z Downloaded natord v1.0.9
9102026-06-26T18:52:28.212Z Downloaded konst_macro_rules v0.2.19
9112026-06-26T18:52:28.214Z Downloaded lru-cache v0.1.2
9122026-06-26T18:52:28.214Z Downloaded foreign-types-shared v0.3.1
9132026-06-26T18:52:28.217Z Downloaded daft v0.1.7
9142026-06-26T18:52:28.217Z Downloaded libsw v3.5.0
9152026-06-26T18:52:28.221Z Downloaded heapless v0.8.0
9162026-06-26T18:52:28.226Z Downloaded fixedbitset v0.4.2
9172026-06-26T18:52:28.226Z Downloaded async-stream v0.3.6
9182026-06-26T18:52:28.229Z Downloaded chacha20 v0.9.1
9192026-06-26T18:52:28.229Z Downloaded inout v0.1.4
9202026-06-26T18:52:28.229Z Downloaded convert_case v0.4.0
9212026-06-26T18:52:28.229Z Downloaded foreign-types v0.5.0
9222026-06-26T18:52:28.232Z Downloaded dof v0.4.0
9232026-06-26T18:52:28.232Z Downloaded crypto-common v0.2.2
9242026-06-26T18:52:28.232Z Downloaded keccak v0.1.6
9252026-06-26T18:52:28.265Z Downloaded newline-converter v0.3.0
9262026-06-26T18:52:28.265Z Downloaded idna_adapter v1.2.2
9272026-06-26T18:52:28.269Z Downloaded base16ct v0.2.0
9282026-06-26T18:52:28.269Z Downloaded instant v0.1.13
9292026-06-26T18:52:28.269Z Downloaded gethostname v0.5.0
9302026-06-26T18:52:28.269Z Downloaded cpufeatures v0.3.0
9312026-06-26T18:52:28.269Z Downloaded hostname v0.3.1
9322026-06-26T18:52:28.269Z Downloaded foreign-types-macros v0.2.3
9332026-06-26T18:52:28.269Z Downloaded dunce v1.0.5
9342026-06-26T18:52:28.269Z Downloaded dof v0.3.0
9352026-06-26T18:52:28.269Z Downloaded cipher v0.4.4
9362026-06-26T18:52:28.269Z Downloaded byteorder v1.5.0
9372026-06-26T18:52:28.269Z Downloaded managed v0.8.0
9382026-06-26T18:52:28.269Z Downloaded memmap v0.7.0
9392026-06-26T18:52:28.269Z Downloaded daft-derive v0.1.7
9402026-06-26T18:52:28.269Z Downloaded macaddr v1.0.1
9412026-06-26T18:52:28.269Z Downloaded arrayvec v0.7.6
9422026-06-26T18:52:28.269Z Downloaded foldhash v0.2.0
9432026-06-26T18:52:28.269Z Downloaded ff v0.13.1
9442026-06-26T18:52:28.269Z Downloaded crypto-bigint v0.5.5
9452026-06-26T18:52:28.269Z Downloaded ingot-macros v0.1.1
9462026-06-26T18:52:28.269Z Downloaded hickory-resolver v0.25.2
9472026-06-26T18:52:28.273Z Downloaded mime v0.3.17
9482026-06-26T18:52:28.273Z Downloaded omicron-workspace-hack v0.1.0
9492026-06-26T18:52:28.273Z Downloaded ciborium-ll v0.2.2
9502026-06-26T18:52:28.273Z Downloaded num_threads v0.1.7
9512026-06-26T18:52:28.276Z Downloaded num-conv v0.2.2
9522026-06-26T18:52:28.276Z Downloaded git-stub v1.0.0
9532026-06-26T18:52:28.276Z Downloaded internet-checksum v0.2.1
9542026-06-26T18:52:28.279Z Downloaded fxhash v0.2.1
9552026-06-26T18:52:28.279Z Downloaded opaque-debug v0.3.1
9562026-06-26T18:52:28.279Z Downloaded data-encoding v2.11.0
9572026-06-26T18:52:28.279Z Downloaded no-std-compat v0.4.1
9582026-06-26T18:52:28.282Z Downloaded indexmap v1.9.3
9592026-06-26T18:52:28.285Z Downloaded async-stream-impl v0.3.6
9602026-06-26T18:52:28.285Z Downloaded num-derive v0.4.2
9612026-06-26T18:52:28.285Z Downloaded blake2 v0.10.6
9622026-06-26T18:52:28.289Z Downloaded parse-display v0.10.0
9632026-06-26T18:52:28.289Z Downloaded olpc-cjson v0.1.4
9642026-06-26T18:52:28.289Z Downloaded num_enum_derive v0.5.11
9652026-06-26T18:52:28.292Z Downloaded base64 v0.21.7
9662026-06-26T18:52:28.294Z Downloaded darling v0.23.0
9672026-06-26T18:52:28.297Z Downloaded powerfmt v0.2.0
9682026-06-26T18:52:28.297Z Downloaded derive-ex v0.1.8
9692026-06-26T18:52:28.300Z Downloaded proc-macro-error-attr v1.0.4
9702026-06-26T18:52:28.300Z Downloaded proc-macro-crate v3.5.0
9712026-06-26T18:52:28.300Z Downloaded ingot v0.1.1
9722026-06-26T18:52:28.303Z Downloaded crossbeam-deque v0.8.6
9732026-06-26T18:52:28.303Z Downloaded digest v0.11.3
9742026-06-26T18:52:28.306Z Downloaded backoff v0.4.0
9752026-06-26T18:52:28.308Z Downloaded argon2 v0.5.3
9762026-06-26T18:52:28.308Z Downloaded num_enum_derive v0.7.6
9772026-06-26T18:52:28.311Z Downloaded num-integer v0.1.46
9782026-06-26T18:52:28.311Z Downloaded deranged v0.5.8
9792026-06-26T18:52:28.314Z Downloaded group v0.13.0
9802026-06-26T18:52:28.314Z Downloaded fs-err v3.3.0
9812026-06-26T18:52:28.316Z Downloaded async-recursion v1.1.1
9822026-06-26T18:52:28.319Z Downloaded pretty-hex v0.4.2
9832026-06-26T18:52:28.319Z Downloaded progenitor-macro v0.13.0
9842026-06-26T18:52:28.319Z Downloaded num_enum v0.7.6
9852026-06-26T18:52:28.322Z Downloaded quick-error v1.2.3
9862026-06-26T18:52:28.325Z Downloaded progenitor-client v0.14.0
9872026-06-26T18:52:28.325Z Downloaded litemap v0.8.2
9882026-06-26T18:52:28.328Z Downloaded proc-macro-error-attr2 v2.0.0
9892026-06-26T18:52:28.328Z Downloaded proc-macro-crate v1.3.1
9902026-06-26T18:52:28.328Z Downloaded displaydoc v0.2.6
9912026-06-26T18:52:28.331Z Downloaded crossbeam-channel v0.5.15
9922026-06-26T18:52:28.333Z Downloaded newtype-uuid-macros v0.1.0
9932026-06-26T18:52:28.333Z Downloaded pem v3.0.6
9942026-06-26T18:52:28.336Z Downloaded fs_extra v1.3.0
9952026-06-26T18:52:28.336Z Downloaded defmt-macros v1.1.0
9962026-06-26T18:52:28.340Z Downloaded csv-core v0.1.13
9972026-06-26T18:52:28.342Z Downloaded progenitor-macro v0.14.0
9982026-06-26T18:52:28.342Z Downloaded progenitor-macro v0.10.0
9992026-06-26T18:52:28.342Z Downloaded rand_xorshift v0.4.0
10002026-06-26T18:52:28.342Z Downloaded oxide-tokio-rt v0.1.6
10012026-06-26T18:52:28.345Z Downloaded rand_chacha v0.3.1
10022026-06-26T18:52:28.345Z Downloaded ref-cast v1.0.25
10032026-06-26T18:52:28.348Z Downloaded num-rational v0.4.2
10042026-06-26T18:52:28.348Z Downloaded byte-wrapper v0.1.0
10052026-06-26T18:52:28.351Z Downloaded num_enum v0.5.11
10062026-06-26T18:52:28.354Z Downloaded phf v0.12.1
10072026-06-26T18:52:28.354Z Downloaded parking_lot_core v0.8.6
10082026-06-26T18:52:28.356Z Downloaded paste v1.0.15
10092026-06-26T18:52:28.356Z Downloaded poly1305 v0.8.0
10102026-06-26T18:52:28.359Z Downloaded phf_shared v0.12.1
10112026-06-26T18:52:28.359Z Downloaded konst v0.2.20
10122026-06-26T18:52:28.362Z Downloaded ref-cast-impl v1.0.25
10132026-06-26T18:52:28.365Z Downloaded git-stub-vcs v0.1.0
10142026-06-26T18:52:28.365Z Downloaded bitflags v1.3.2
10152026-06-26T18:52:28.368Z Downloaded bytes v1.11.1
10162026-06-26T18:52:28.371Z Downloaded same-file v1.0.6
10172026-06-26T18:52:28.371Z Downloaded camino v1.2.2
10182026-06-26T18:52:28.374Z Downloaded defmt v1.1.0
10192026-06-26T18:52:28.374Z Downloaded crossbeam-utils v0.8.21
10202026-06-26T18:52:28.377Z Downloaded bcs v0.1.6
10212026-06-26T18:52:28.377Z Downloaded ciborium v0.2.2
10222026-06-26T18:52:28.379Z Downloaded progenitor-extras v0.2.0
10232026-06-26T18:52:28.379Z Downloaded scroll_derive v0.13.1
10242026-06-26T18:52:28.382Z Downloaded progenitor-client v0.13.0
10252026-06-26T18:52:28.382Z Downloaded serde_plain v1.0.2
10262026-06-26T18:52:28.382Z Downloaded cargo_toml v0.22.3
10272026-06-26T18:52:28.385Z Downloaded backon v1.6.0
10282026-06-26T18:52:28.385Z Downloaded serde_repr v0.1.20
10292026-06-26T18:52:28.389Z Downloaded rustc_version v0.1.7
10302026-06-26T18:52:28.389Z Downloaded serial_test v3.5.0
10312026-06-26T18:52:28.392Z Downloaded sha1 v0.10.6
10322026-06-26T18:52:28.392Z Downloaded proc-macro-error v1.0.4
10332026-06-26T18:52:28.392Z Downloaded siphasher v1.0.3
10342026-06-26T18:52:28.395Z Downloaded serde-big-array v0.5.1
10352026-06-26T18:52:28.395Z Downloaded scroll_derive v0.12.1
10362026-06-26T18:52:28.395Z Downloaded drift v0.2.0
10372026-06-26T18:52:28.400Z Downloaded sigpipe v0.1.3
10382026-06-26T18:52:28.405Z Downloaded serial_test_derive v3.5.0
10392026-06-26T18:52:28.405Z Downloaded semver v0.1.20
10402026-06-26T18:52:28.405Z Downloaded secrecy v0.10.3
10412026-06-26T18:52:28.407Z Downloaded sha1 v0.11.0
10422026-06-26T18:52:28.408Z Downloaded progenitor v0.13.0
10432026-06-26T18:52:28.408Z Downloaded progenitor v0.10.0
10442026-06-26T18:52:28.408Z Downloaded proc-macro-error2 v2.0.1
10452026-06-26T18:52:28.413Z Downloaded ipnetwork v0.21.1
10462026-06-26T18:52:28.413Z Downloaded log v0.4.32
10472026-06-26T18:52:28.416Z Downloaded slog-bunyan v2.5.0
10482026-06-26T18:52:28.416Z Downloaded getrandom v0.4.2
10492026-06-26T18:52:28.416Z Downloaded slog-envlogger v2.2.0
10502026-06-26T18:52:28.419Z Downloaded spin v0.5.2
10512026-06-26T18:52:28.419Z Downloaded smawk v0.3.2
10522026-06-26T18:52:28.419Z Downloaded crossbeam-epoch v0.9.18
10532026-06-26T18:52:28.423Z Downloaded parse-display-derive v0.10.0
10542026-06-26T18:52:28.423Z Downloaded oxnet v0.1.6
10552026-06-26T18:52:28.427Z Downloaded chacha20 v0.10.0
10562026-06-26T18:52:28.427Z Downloaded progenitor v0.14.0
10572026-06-26T18:52:28.427Z Downloaded hybrid-array v0.4.12
10582026-06-26T18:52:28.430Z Downloaded resolv-conf v0.7.6
10592026-06-26T18:52:28.430Z Downloaded password-hash v0.5.0
10602026-06-26T18:52:28.430Z Downloaded rustls-pemfile v2.2.0
10612026-06-26T18:52:28.430Z Downloaded omicron-zone-package v0.12.2
10622026-06-26T18:52:28.433Z Downloaded postcard v1.1.3
10632026-06-26T18:52:28.436Z Downloaded parking_lot v0.11.2
10642026-06-26T18:52:28.436Z Downloaded strum v0.26.3
10652026-06-26T18:52:28.436Z Downloaded tabwriter v1.4.1
10662026-06-26T18:52:28.439Z Downloaded structmeta-derive v0.3.0
10672026-06-26T18:52:28.439Z Downloaded structmeta v0.3.0
10682026-06-26T18:52:28.439Z Downloaded strum v0.27.2
10692026-06-26T18:52:28.439Z Downloaded tabled_derive v0.11.0
10702026-06-26T18:52:28.442Z Downloaded stable_deref_trait v1.2.1
10712026-06-26T18:52:28.442Z Downloaded pest_generator v2.8.6
10722026-06-26T18:52:28.442Z Downloaded cookie v0.18.1
10732026-06-26T18:52:28.444Z Downloaded time-core v0.1.8
10742026-06-26T18:52:28.444Z Downloaded thread-id v5.1.0
10752026-06-26T18:52:28.447Z Downloaded num-complex v0.4.6
10762026-06-26T18:52:28.447Z Downloaded multer v3.1.0
10772026-06-26T18:52:28.451Z Downloaded potential_utf v0.1.5
10782026-06-26T18:52:28.451Z Downloaded plain v0.2.3
10792026-06-26T18:52:28.451Z Downloaded progenitor-client v0.10.0
10802026-06-26T18:52:28.452Z Downloaded cancel-safe-futures v0.1.5
10812026-06-26T18:52:28.454Z Downloaded serde_derive_internals v0.29.1
10822026-06-26T18:52:28.454Z Downloaded rustls-native-certs v0.8.4
10832026-06-26T18:52:28.454Z Downloaded icu_properties v2.2.0
10842026-06-26T18:52:28.457Z Downloaded bit-vec v0.8.0
10852026-06-26T18:52:28.457Z Downloaded block-buffer v0.12.0
10862026-06-26T18:52:28.460Z Downloaded dyn-clone v1.0.20
10872026-06-26T18:52:28.460Z Downloaded darling_macro v0.23.0
10882026-06-26T18:52:28.460Z Downloaded thread-id v4.2.2
10892026-06-26T18:52:28.460Z Downloaded papergrid v0.11.0
10902026-06-26T18:52:28.463Z Downloaded rusty-fork v0.3.1
10912026-06-26T18:52:28.465Z Downloaded dropshot_endpoint v0.17.1
10922026-06-26T18:52:28.465Z Downloaded testing_table v0.3.0
10932026-06-26T18:52:28.468Z Downloaded termtree v0.5.1
10942026-06-26T18:52:28.468Z Downloaded take_mut v0.2.2
10952026-06-26T18:52:28.468Z Downloaded cmake v0.1.58
10962026-06-26T18:52:28.471Z Downloaded hubpack v0.1.2
10972026-06-26T18:52:28.471Z Downloaded derive_more v0.99.20
10982026-06-26T18:52:28.474Z Downloaded thiserror-impl-no-std v2.0.2
10992026-06-26T18:52:28.474Z Downloaded scroll v0.13.0
11002026-06-26T18:52:28.474Z Downloaded scroll v0.12.0
11012026-06-26T18:52:28.477Z Downloaded topological-sort v0.2.2
11022026-06-26T18:52:28.477Z Downloaded schemars_derive v0.8.22
11032026-06-26T18:52:28.477Z Downloaded async-trait v0.1.89
11042026-06-26T18:52:28.479Z Downloaded rand_core v0.10.1
11052026-06-26T18:52:28.479Z Downloaded smf v0.2.3
11062026-06-26T18:52:28.482Z Downloaded smartstring v1.0.1
11072026-06-26T18:52:28.482Z Downloaded slog-json v2.6.1
11082026-06-26T18:52:28.485Z Downloaded slog-term v2.9.2
11092026-06-26T18:52:28.485Z Downloaded serde_tokenstream v0.2.3
11102026-06-26T18:52:28.485Z Downloaded slog-async v2.8.0
11112026-06-26T18:52:28.487Z Downloaded arrayref v0.3.9
11122026-06-26T18:52:28.488Z Downloaded typify-macro v0.6.2
11132026-06-26T18:52:28.488Z Downloaded typify-macro v0.4.3
11142026-06-26T18:52:28.490Z Downloaded cstr-argument v0.1.2
11152026-06-26T18:52:28.490Z Downloaded slog-stdlog v4.1.1
11162026-06-26T18:52:28.490Z Downloaded usdt-attr-macro v0.5.0
11172026-06-26T18:52:28.490Z Downloaded unit-prefix v0.5.2
11182026-06-26T18:52:28.493Z Downloaded unarray v0.1.4
11192026-06-26T18:52:28.493Z Downloaded hmac v0.12.1
11202026-06-26T18:52:28.493Z Downloaded elliptic-curve v0.13.8
11212026-06-26T18:52:28.496Z Downloaded pest_derive v2.8.6
11222026-06-26T18:52:28.496Z Downloaded bit-set v0.8.0
11232026-06-26T18:52:28.499Z Downloaded bs58 v0.5.1
11242026-06-26T18:52:28.499Z Downloaded critical-section v1.2.0
11252026-06-26T18:52:28.502Z Downloaded papergrid v0.18.0
11262026-06-26T18:52:28.505Z Downloaded snafu-derive v0.8.9
11272026-06-26T18:52:28.505Z Downloaded rustversion v1.0.22
11282026-06-26T18:52:28.505Z Downloaded strum_macros v0.26.4
11292026-06-26T18:52:28.508Z Downloaded quote v1.0.45
11302026-06-26T18:52:28.508Z Downloaded synstructure v0.13.2
11312026-06-26T18:52:28.508Z Downloaded usdt-attr-macro v0.6.0
11322026-06-26T18:52:28.511Z Downloaded untrusted v0.7.1
11332026-06-26T18:52:28.511Z Downloaded tabled_derive v0.7.0
11342026-06-26T18:52:28.511Z Downloaded utf-8 v0.7.6
11352026-06-26T18:52:28.511Z Downloaded usdt-macro v0.6.0
11362026-06-26T18:52:28.514Z Downloaded waitgroup v0.1.2
11372026-06-26T18:52:28.514Z Downloaded usdt v0.5.0
11382026-06-26T18:52:28.514Z Downloaded strum_macros v0.27.2
11392026-06-26T18:52:28.514Z Downloaded rhai_codegen v3.2.0
11402026-06-26T18:52:28.518Z Downloaded wait-timeout v0.2.1
11412026-06-26T18:52:28.521Z Downloaded arc-swap v1.9.1
11422026-06-26T18:52:28.524Z Downloaded hashbrown v0.16.1
11432026-06-26T18:52:28.528Z Downloaded progenitor-impl v0.10.0
11442026-06-26T18:52:28.528Z Downloaded half v2.7.1
11452026-06-26T18:52:28.531Z Downloaded usdt-macro v0.5.0
11462026-06-26T18:52:28.531Z Downloaded darling_core v0.23.0
11472026-06-26T18:52:28.531Z Downloaded tiny-keccak v2.0.2
11482026-06-26T18:52:28.534Z Downloaded thiserror-no-std v2.0.2
11492026-06-26T18:52:28.536Z Downloaded darling_core v0.21.3
11502026-06-26T18:52:28.539Z Downloaded serde_with_macros v3.20.0
11512026-06-26T18:52:28.539Z Downloaded hubpack_derive v0.1.1
11522026-06-26T18:52:28.539Z Downloaded embedded-io v0.4.0
11532026-06-26T18:52:28.542Z Downloaded time-macros v0.2.27
11542026-06-26T18:52:28.542Z Downloaded defmt v0.3.100
11552026-06-26T18:52:28.542Z Downloaded crc8 v0.1.1
11562026-06-26T18:52:28.542Z Downloaded const_format_proc_macros v0.2.34
11572026-06-26T18:52:28.545Z Downloaded yoke-derive v0.8.2
11582026-06-26T18:52:28.545Z Downloaded zerofrom-derive v0.1.7
11592026-06-26T18:52:28.548Z Downloaded tinystr v0.8.3
11602026-06-26T18:52:28.548Z Downloaded tokio-dtrace v0.1.1
11612026-06-26T18:52:28.548Z Downloaded zerofrom v0.1.8
11622026-06-26T18:52:28.550Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11632026-06-26T18:52:28.550Z Downloaded slog-scope v4.4.1
11642026-06-26T18:52:28.550Z Downloaded allocator-api2 v0.2.21
11652026-06-26T18:52:28.554Z Downloaded icu_normalizer v2.2.0
11662026-06-26T18:52:28.556Z Downloaded indicatif v0.18.4
11672026-06-26T18:52:28.556Z Downloaded icu_normalizer_data v2.2.0
11682026-06-26T18:52:28.561Z Downloaded progenitor-impl v0.14.0
11692026-06-26T18:52:28.561Z Downloaded progenitor-impl v0.13.0
11702026-06-26T18:52:28.564Z Downloaded zone v0.3.1
11712026-06-26T18:52:28.564Z Downloaded tokio-tungstenite v0.21.0
11722026-06-26T18:52:28.564Z Downloaded zone_cfg_derive v0.3.1
11732026-06-26T18:52:28.567Z Downloaded slog-dtrace v0.3.0
11742026-06-26T18:52:28.567Z Downloaded openssl-sys v0.9.116
11752026-06-26T18:52:28.570Z Downloaded spin v0.9.8
11762026-06-26T18:52:28.570Z Downloaded smallvec v1.15.1
11772026-06-26T18:52:28.572Z Downloaded hickory-resolver v0.24.4
11782026-06-26T18:52:28.575Z Downloaded tagptr v0.2.0
11792026-06-26T18:52:28.575Z Downloaded rustls-platform-verifier v0.7.0
11802026-06-26T18:52:28.578Z Downloaded universal-hash v0.5.1
11812026-06-26T18:52:28.578Z Downloaded pest_meta v2.8.6
11822026-06-26T18:52:28.578Z Downloaded usdt v0.6.0
11832026-06-26T18:52:28.580Z Downloaded usdt-impl v0.5.0
11842026-06-26T18:52:28.580Z Downloaded cc v1.2.63
11852026-06-26T18:52:28.583Z Downloaded walkdir v2.5.0
11862026-06-26T18:52:28.583Z Downloaded whoami v1.6.1
11872026-06-26T18:52:28.585Z Downloaded usdt-impl v0.6.0
11882026-06-26T18:52:28.586Z Downloaded prettyplease v0.2.37
11892026-06-26T18:52:28.588Z Downloaded serde_yaml v0.9.34+deprecated
11902026-06-26T18:52:28.588Z Downloaded icu_collections v2.2.0
11912026-06-26T18:52:28.591Z Downloaded minimal-lexical v0.2.1
11922026-06-26T18:52:28.594Z Downloaded term v1.2.1
11932026-06-26T18:52:28.597Z Downloaded jiff-static v0.2.28
11942026-06-26T18:52:28.600Z Downloaded thin-vec v0.2.18
11952026-06-26T18:52:28.600Z Downloaded chacha20poly1305 v0.10.1
11962026-06-26T18:52:28.600Z Downloaded xz2 v0.1.7
11972026-06-26T18:52:28.602Z Downloaded vsss-rs v3.3.4
11982026-06-26T18:52:28.605Z Downloaded zeroize_derive v1.4.3
11992026-06-26T18:52:28.608Z Downloaded zeroize v1.8.2
12002026-06-26T18:52:28.618Z Downloaded rayon-core v1.13.0
12012026-06-26T18:52:28.631Z Downloaded ucd-trie v0.1.7
12022026-06-26T18:52:28.634Z Downloaded test-strategy v0.4.5
12032026-06-26T18:52:28.637Z Downloaded schemars v0.9.0
12042026-06-26T18:52:28.641Z Downloaded quinn v0.11.9
12052026-06-26T18:52:28.644Z Downloaded zerocopy-derive v0.7.35
12062026-06-26T18:52:28.647Z Downloaded zerovec-derive v0.11.3
12072026-06-26T18:52:28.647Z Downloaded slog v2.8.2
12082026-06-26T18:52:28.650Z Downloaded http v1.4.1
12092026-06-26T18:52:28.653Z Downloaded yoke v0.8.3
12102026-06-26T18:52:28.653Z Downloaded rand v0.8.6
12112026-06-26T18:52:28.656Z Downloaded toml v0.9.12+spec-1.1.0
12122026-06-26T18:52:28.656Z Downloaded snafu v0.8.9
12132026-06-26T18:52:28.659Z Downloaded uuid v1.23.2
12142026-06-26T18:52:28.662Z Downloaded writeable v0.6.3
12152026-06-26T18:52:28.664Z Downloaded typify v0.6.2
12162026-06-26T18:52:28.664Z Downloaded typify v0.4.3
12172026-06-26T18:52:28.667Z Downloaded tungstenite v0.21.0
12182026-06-26T18:52:28.670Z Downloaded similar v2.7.0
12192026-06-26T18:52:28.672Z Downloaded schemars v0.8.22
12202026-06-26T18:52:28.677Z Downloaded unsafe-libyaml v0.2.11
12212026-06-26T18:52:28.680Z Downloaded qorb v0.4.1
12222026-06-26T18:52:28.682Z Downloaded async-compression v0.4.42
12232026-06-26T18:52:28.685Z Downloaded schemars v1.2.1
12242026-06-26T18:52:28.692Z Downloaded nom v7.1.3
12252026-06-26T18:52:28.695Z Downloaded toml v0.7.8
12262026-06-26T18:52:28.698Z Downloaded hashbrown v0.12.3
12272026-06-26T18:52:28.702Z Downloaded pretty_assertions v1.4.1
12282026-06-26T18:52:28.702Z Downloaded memchr v2.8.1
12292026-06-26T18:52:28.705Z Downloaded yansi v1.0.1
12302026-06-26T18:52:28.705Z Downloaded toml_edit v0.25.12+spec-1.1.0
12312026-06-26T18:52:28.708Z Downloaded steno v0.4.1
12322026-06-26T18:52:28.712Z Downloaded rand v0.10.1
12332026-06-26T18:52:28.716Z Downloaded dropshot-api-manager v0.7.2
12342026-06-26T18:52:28.728Z Downloaded toml_edit v0.19.15
12352026-06-26T18:52:28.737Z Downloaded pest v2.8.6
12362026-06-26T18:52:28.744Z Downloaded libm v0.2.16
12372026-06-26T18:52:28.750Z Downloaded itertools v0.12.1
12382026-06-26T18:52:28.754Z Downloaded typed-path v0.9.3
12392026-06-26T18:52:28.757Z Downloaded zerotrie v0.2.4
12402026-06-26T18:52:28.760Z Downloaded zerocopy-derive v0.8.50
12412026-06-26T18:52:28.764Z Downloaded nom v8.0.0
12422026-06-26T18:52:28.767Z Downloaded icu_properties_data v2.2.0
12432026-06-26T18:52:28.776Z Downloaded hkdf v0.12.4
12442026-06-26T18:52:28.786Z Downloaded regex v1.12.3
12452026-06-26T18:52:28.789Z Downloaded goblin v0.8.2
12462026-06-26T18:52:28.792Z Downloaded ron v0.12.1
12472026-06-26T18:52:28.796Z Downloaded iddqd v0.4.2
12482026-06-26T18:52:28.801Z Downloaded h2 v0.4.14
12492026-06-26T18:52:28.819Z Downloaded rayon v1.12.0
12502026-06-26T18:52:28.824Z Downloaded reqwest v0.13.4
12512026-06-26T18:52:28.840Z Downloaded tough v0.22.0
12522026-06-26T18:52:28.845Z Downloaded zerovec v0.11.6
12532026-06-26T18:52:28.848Z Downloaded moka v0.12.15
12542026-06-26T18:52:28.852Z Downloaded proptest v1.11.0
12552026-06-26T18:52:28.885Z Downloaded winnow v0.5.40
12562026-06-26T18:52:28.891Z Downloaded time v0.3.47
12572026-06-26T18:52:28.897Z Downloaded zerocopy v0.7.35
12582026-06-26T18:52:28.905Z Downloaded serde_with v3.20.0
12592026-06-26T18:52:28.912Z Downloaded goblin v0.10.7
12602026-06-26T18:52:28.916Z Downloaded quinn-proto v0.11.14
12612026-06-26T18:52:28.920Z Downloaded aws-lc-rs v1.17.0
12622026-06-26T18:52:28.925Z Downloaded syn v1.0.109
12632026-06-26T18:52:28.930Z Downloaded openssl v0.10.80
12642026-06-26T18:52:28.935Z Downloaded blake3 v1.8.5
12652026-06-26T18:52:28.940Z Downloaded zerocopy v0.8.50
12662026-06-26T18:52:28.952Z Downloaded tabled v0.15.0
12672026-06-26T18:52:28.958Z Downloaded hickory-proto v0.24.4
12682026-06-26T18:52:28.967Z Downloaded regress v0.11.1
12692026-06-26T18:52:28.971Z Downloaded regress v0.10.5
12702026-06-26T18:52:28.975Z Downloaded rustls v0.23.40
12712026-06-26T18:52:28.982Z Downloaded webpki-roots v1.0.7
12722026-06-26T18:52:28.985Z Downloaded tabled v0.21.0
12732026-06-26T18:52:28.994Z Downloaded hickory-proto v0.25.2
12742026-06-26T18:52:29.023Z Downloaded dropshot v0.17.1
12752026-06-26T18:52:29.044Z Downloaded smoltcp v0.11.0
12762026-06-26T18:52:29.051Z Downloaded lzma-sys v0.1.20
12772026-06-26T18:52:29.067Z Downloaded syn v2.0.117
12782026-06-26T18:52:29.073Z Downloaded rhai v1.25.1
12792026-06-26T18:52:29.080Z Downloaded openapiv3 v2.2.0
12802026-06-26T18:52:29.087Z Downloaded regex-syntax v0.8.10
12812026-06-26T18:52:29.091Z Downloaded nix v0.31.3
12822026-06-26T18:52:29.098Z Downloaded bstr v1.12.1
12832026-06-26T18:52:29.103Z Downloaded jiff v0.2.28
12842026-06-26T18:52:29.139Z Downloaded encoding_rs v0.8.35
12852026-06-26T18:52:29.149Z Downloaded typify-impl v0.6.2
12862026-06-26T18:52:29.158Z Downloaded typify-impl v0.4.3
12872026-06-26T18:52:29.166Z Downloaded sled v0.34.7
12882026-06-26T18:52:29.225Z Downloaded petgraph v0.6.5
12892026-06-26T18:52:29.244Z Downloaded chrono-tz v0.10.4
12902026-06-26T18:52:29.255Z Downloaded csv v1.4.0
12912026-06-26T18:52:29.267Z Downloaded sha3 v0.10.9
12922026-06-26T18:52:29.816Z Downloaded aws-lc-sys v0.41.0
12932026-06-26T18:52:30.734Z Compiling proc-macro2 v1.0.106
12942026-06-26T18:52:30.734Z Compiling unicode-ident v1.0.24
12952026-06-26T18:52:30.735Z Compiling quote v1.0.45
12962026-06-26T18:52:30.735Z Compiling serde_core v1.0.228
12972026-06-26T18:52:30.737Z Compiling cfg-if v1.0.4
12982026-06-26T18:52:30.737Z Compiling serde v1.0.228
12992026-06-26T18:52:30.738Z Compiling libc v0.2.186
13002026-06-26T18:52:30.738Z Compiling memchr v2.8.1
13012026-06-26T18:52:30.896Z Compiling itoa v1.0.18
13022026-06-26T18:52:31.094Z Compiling smallvec v1.15.1
13032026-06-26T18:52:31.171Z Compiling zmij v1.0.21
13042026-06-26T18:52:31.242Z Compiling autocfg v1.5.1
13052026-06-26T18:52:31.301Z Compiling libm v0.2.16
13062026-06-26T18:52:31.547Z Compiling stable_deref_trait v1.2.1
13072026-06-26T18:52:31.596Z Compiling percent-encoding v2.3.2
13082026-06-26T18:52:31.616Z Compiling writeable v0.6.3
13092026-06-26T18:52:31.695Z Compiling litemap v0.8.2
13102026-06-26T18:52:31.761Z Compiling utf8_iter v1.0.4
13112026-06-26T18:52:31.784Z Compiling icu_properties_data v2.2.0
13122026-06-26T18:52:31.824Z Compiling icu_normalizer_data v2.2.0
13132026-06-26T18:52:31.881Z Compiling iana-time-zone v0.1.65
13142026-06-26T18:52:31.900Z Compiling equivalent v1.0.2
13152026-06-26T18:52:31.982Z Compiling syn v2.0.117
13162026-06-26T18:52:32.096Z Compiling form_urlencoded v1.2.2
13172026-06-26T18:52:32.099Z Compiling serde_json v1.0.150
13182026-06-26T18:52:32.141Z Compiling pin-project-lite v0.2.17
13192026-06-26T18:52:32.159Z Compiling dyn-clone v1.0.20
13202026-06-26T18:52:32.182Z Compiling version_check v0.9.5
13212026-06-26T18:52:32.229Z Compiling parking_lot_core v0.9.12
13222026-06-26T18:52:32.279Z Compiling scopeguard v1.2.0
13232026-06-26T18:52:32.291Z Compiling num-traits v0.2.19
13242026-06-26T18:52:32.347Z Compiling getrandom v0.4.2
13252026-06-26T18:52:32.382Z Compiling lock_api v0.4.14
13262026-06-26T18:52:32.455Z Compiling rand_core v0.10.1
13272026-06-26T18:52:32.518Z Compiling thiserror v2.0.18
13282026-06-26T18:52:32.605Z Compiling hashbrown v0.17.1
13292026-06-26T18:52:32.609Z Compiling errno v0.3.14
13302026-06-26T18:52:32.760Z Compiling log v0.4.32
13312026-06-26T18:52:32.808Z Compiling heck v0.5.0
13322026-06-26T18:52:32.820Z Compiling futures-core v0.3.32
13332026-06-26T18:52:32.964Z Compiling semver v1.0.28
13342026-06-26T18:52:33.068Z Compiling uuid v1.23.2
13352026-06-26T18:52:33.135Z Compiling indexmap v2.14.0
13362026-06-26T18:52:33.155Z Compiling zerocopy v0.8.50
13372026-06-26T18:52:33.281Z Compiling futures-sink v0.3.32
13382026-06-26T18:52:33.299Z Compiling schemars v0.8.22
13392026-06-26T18:52:33.380Z Compiling slab v0.4.12
13402026-06-26T18:52:33.490Z Compiling jobserver v0.1.34
13412026-06-26T18:52:33.563Z Compiling rustversion v1.0.22
13422026-06-26T18:52:33.572Z Compiling find-msvc-tools v0.1.9
13432026-06-26T18:52:33.594Z Compiling shlex v2.0.1
13442026-06-26T18:52:33.761Z Compiling fnv v1.0.7
13452026-06-26T18:52:33.774Z Compiling cc v1.2.63
13462026-06-26T18:52:33.794Z Compiling futures-channel v0.3.32
13472026-06-26T18:52:33.794Z Compiling bitflags v2.12.1
13482026-06-26T18:52:33.852Z Compiling futures-io v0.3.32
13492026-06-26T18:52:34.005Z Compiling futures-task v0.3.32
13502026-06-26T18:52:34.030Z Compiling socket2 v0.6.4
13512026-06-26T18:52:34.095Z Compiling signal-hook-registry v1.4.8
13522026-06-26T18:52:34.197Z Compiling mio v1.2.1
13532026-06-26T18:52:34.233Z Compiling portable-atomic v1.13.1
13542026-06-26T18:52:34.361Z Compiling parking_lot v0.12.5
13552026-06-26T18:52:34.438Z Compiling fs_extra v1.3.0
13562026-06-26T18:52:34.519Z Compiling cmake v0.1.58
13572026-06-26T18:52:34.568Z Compiling typenum v1.20.1
13582026-06-26T18:52:34.738Z Compiling dunce v1.0.5
13592026-06-26T18:52:34.771Z Compiling synstructure v0.13.2
13602026-06-26T18:52:34.791Z Compiling serde_derive_internals v0.29.1
13612026-06-26T18:52:34.829Z Compiling critical-section v1.2.0
13622026-06-26T18:52:34.905Z Compiling base64 v0.22.1
13632026-06-26T18:52:34.933Z Compiling slog v2.8.2
13642026-06-26T18:52:35.108Z Compiling aws-lc-sys v0.41.0
13652026-06-26T18:52:35.173Z Compiling byteorder v1.5.0
13662026-06-26T18:52:35.232Z Compiling once_cell v1.21.4
13672026-06-26T18:52:35.260Z Compiling subtle v2.6.1
13682026-06-26T18:52:35.306Z Compiling rustix v1.1.4
13692026-06-26T18:52:35.374Z Compiling strsim v0.11.1
13702026-06-26T18:52:35.419Z Compiling regex-syntax v0.8.10
13712026-06-26T18:52:35.429Z Compiling ipnet v2.12.0
13722026-06-26T18:52:35.442Z Compiling httparse v1.10.1
13732026-06-26T18:52:35.518Z Compiling atomic-waker v1.1.2
13742026-06-26T18:52:35.644Z Compiling tower-service v0.3.3
13752026-06-26T18:52:35.734Z Compiling tower-layer v0.3.3
13762026-06-26T18:52:35.771Z Compiling getrandom v0.2.17
13772026-06-26T18:52:35.863Z Compiling thiserror v1.0.69
13782026-06-26T18:52:35.890Z Compiling untrusted v0.9.0
13792026-06-26T18:52:35.957Z Compiling try-lock v0.2.5
13802026-06-26T18:52:35.974Z Compiling ryu v1.0.23
13812026-06-26T18:52:36.008Z Compiling ucd-trie v0.1.7
13822026-06-26T18:52:36.020Z Compiling serde_derive v1.0.228
13832026-06-26T18:52:36.060Z Compiling zerofrom-derive v0.1.7
13842026-06-26T18:52:36.156Z Compiling yoke-derive v0.8.2
13852026-06-26T18:52:36.166Z Compiling zerovec-derive v0.11.3
13862026-06-26T18:52:36.196Z Compiling displaydoc v0.2.6
13872026-06-26T18:52:36.314Z Compiling schemars_derive v0.8.22
13882026-06-26T18:52:36.986Z Compiling thiserror-impl v2.0.18
13892026-06-26T18:52:37.217Z Compiling tokio-macros v2.7.0
13902026-06-26T18:52:37.246Z Compiling zerocopy-derive v0.8.50
13912026-06-26T18:52:37.257Z Compiling zerofrom v0.1.8
13922026-06-26T18:52:37.373Z Compiling yoke v0.8.3
13932026-06-26T18:52:37.506Z Compiling zeroize_derive v1.4.3
13942026-06-26T18:52:37.553Z Compiling zerovec v0.11.6
13952026-06-26T18:52:37.965Z Compiling zerotrie v0.2.4
13962026-06-26T18:52:38.051Z Compiling tinystr v0.8.3
13972026-06-26T18:52:38.071Z Compiling potential_utf v0.1.5
13982026-06-26T18:52:38.177Z Compiling icu_collections v2.2.0
13992026-06-26T18:52:38.196Z Compiling icu_locale_core v2.2.0
14002026-06-26T18:52:38.244Z Compiling zeroize v1.8.2
14012026-06-26T18:52:38.255Z Compiling futures-macro v0.3.32
14022026-06-26T18:52:38.438Z Compiling pest v2.8.6
14032026-06-26T18:52:38.490Z Compiling want v0.3.1
14042026-06-26T18:52:38.651Z Compiling thiserror-impl v1.0.69
14052026-06-26T18:52:38.682Z Compiling rand_core v0.6.4
14062026-06-26T18:52:38.900Z Compiling icu_provider v2.2.0
14072026-06-26T18:52:39.078Z Compiling bytes v1.11.1
14082026-06-26T18:52:39.156Z Compiling icu_normalizer v2.2.0
14092026-06-26T18:52:39.217Z Compiling icu_properties v2.2.0
14102026-06-26T18:52:39.250Z Compiling chrono v0.4.45
14112026-06-26T18:52:39.746Z Compiling futures-util v0.3.32
14122026-06-26T18:52:39.758Z Compiling http v1.4.1
14132026-06-26T18:52:39.799Z Compiling tokio v1.52.3
14142026-06-26T18:52:39.867Z Compiling serde_tokenstream v0.2.3
14152026-06-26T18:52:40.147Z Compiling idna_adapter v1.2.2
14162026-06-26T18:52:40.285Z Compiling idna v1.1.0
14172026-06-26T18:52:40.423Z Compiling erased-serde v0.3.31
14182026-06-26T18:52:40.730Z Compiling url v2.5.8
14192026-06-26T18:52:40.765Z Compiling http-body v1.0.1
14202026-06-26T18:52:40.914Z Compiling httpdate v1.0.3
14212026-06-26T18:52:41.152Z Compiling pest_meta v2.8.6
14222026-06-26T18:52:41.163Z Compiling getrandom v0.3.4
14232026-06-26T18:52:41.493Z Compiling ppv-lite86 v0.2.21
14242026-06-26T18:52:41.557Z Compiling pretty-hex v0.4.2
14252026-06-26T18:52:41.580Z Compiling plain v0.2.3
14262026-06-26T18:52:41.682Z Compiling winnow v1.0.3
14272026-06-26T18:52:41.682Z Compiling allocator-api2 v0.2.21
14282026-06-26T18:52:41.798Z Compiling pest_generator v2.8.6
14292026-06-26T18:52:42.006Z Compiling foldhash v0.2.0
14302026-06-26T18:52:42.023Z Compiling paste v1.0.15
14312026-06-26T18:52:42.240Z Compiling ipnetwork v0.21.1
14322026-06-26T18:52:42.361Z Compiling hashbrown v0.16.1
14332026-06-26T18:52:42.387Z Compiling tracing-attributes v0.1.31
14342026-06-26T18:52:42.409Z Compiling pest_derive v2.8.6
14352026-06-26T18:52:42.676Z Compiling oxnet v0.1.6
14362026-06-26T18:52:42.749Z Compiling tracing-core v0.1.36
14372026-06-26T18:52:42.763Z Compiling omicron-workspace-hack v0.1.0
14382026-06-26T18:52:42.928Z Compiling ident_case v1.0.1
14392026-06-26T18:52:42.994Z Compiling http-body-util v0.1.3
14402026-06-26T18:52:43.044Z Compiling serde_urlencoded v0.7.1
14412026-06-26T18:52:43.138Z Compiling aho-corasick v1.1.4
14422026-06-26T18:52:43.282Z Compiling sync_wrapper v1.0.2
14432026-06-26T18:52:43.294Z Compiling daft-derive v0.1.7
14442026-06-26T18:52:43.464Z Compiling fastrand v2.4.1
14452026-06-26T18:52:43.602Z Compiling tracing v0.1.44
14462026-06-26T18:52:43.721Z Compiling tokio-util v0.7.18
14472026-06-26T18:52:43.834Z Compiling scroll_derive v0.13.1
14482026-06-26T18:52:44.050Z Compiling regex-automata v0.4.14
14492026-06-26T18:52:44.368Z Compiling async-trait v0.1.89
14502026-06-26T18:52:44.505Z Compiling time-core v0.1.8
14512026-06-26T18:52:44.599Z Compiling powerfmt v0.2.0
14522026-06-26T18:52:44.655Z Compiling anyhow v1.0.102
14532026-06-26T18:52:44.667Z Compiling num-conv v0.2.2
14542026-06-26T18:52:44.814Z Compiling aws-lc-rs v1.17.0
14552026-06-26T18:52:44.836Z Compiling time-macros v0.2.27
14562026-06-26T18:52:45.126Z Compiling deranged v0.5.8
14572026-06-26T18:52:45.189Z Compiling scroll v0.13.0
14582026-06-26T18:52:45.402Z Compiling rustls-pki-types v1.14.1
14592026-06-26T18:52:45.459Z Compiling openssl-probe v0.2.1
14602026-06-26T18:52:45.648Z Compiling hex v0.4.3
14612026-06-26T18:52:45.833Z Compiling regex v1.12.3
14622026-06-26T18:52:45.895Z Compiling num_threads v0.1.7
14632026-06-26T18:52:45.907Z Compiling goblin v0.10.7
14642026-06-26T18:52:46.273Z Compiling camino v1.2.2
14652026-06-26T18:52:46.296Z Compiling untrusted v0.7.1
14662026-06-26T18:52:46.367Z Compiling crc32fast v1.5.0
14672026-06-26T18:52:46.393Z Compiling usdt-impl v0.6.0
14682026-06-26T18:52:46.413Z Compiling rustls v0.23.40
14692026-06-26T18:52:46.681Z Compiling h2 v0.4.14
14702026-06-26T18:52:46.688Z Compiling dtrace-parser v0.3.0
14712026-06-26T18:52:46.703Z Compiling crossbeam-utils v0.8.21
14722026-06-26T18:52:46.958Z Compiling futures-executor v0.3.32
14732026-06-26T18:52:47.051Z Compiling structmeta-derive v0.3.0
14742026-06-26T18:52:47.214Z Compiling thread-id v5.1.0
14752026-06-26T18:52:47.228Z Compiling cpufeatures v0.3.0
14762026-06-26T18:52:47.279Z Compiling adler2 v2.0.1
14772026-06-26T18:52:47.306Z Compiling simd-adler32 v0.3.9
14782026-06-26T18:52:47.418Z Compiling rand_core v0.9.5
14792026-06-26T18:52:47.496Z Compiling miniz_oxide v0.8.9
14802026-06-26T18:52:47.553Z Compiling futures v0.3.32
14812026-06-26T18:52:47.620Z Compiling darling_core v0.23.0
14822026-06-26T18:52:48.098Z Compiling structmeta v0.3.0
14832026-06-26T18:52:48.138Z Compiling newtype-uuid-macros v0.1.0
14842026-06-26T18:52:48.165Z Compiling hybrid-array v0.4.12
14852026-06-26T18:52:48.446Z Compiling thread_local v1.1.9
14862026-06-26T18:52:48.620Z Compiling match_cfg v0.1.0
14872026-06-26T18:52:48.685Z Compiling hyper v1.10.1
14882026-06-26T18:52:48.707Z Compiling dof v0.4.0
14892026-06-26T18:52:48.933Z Compiling flate2 v1.1.9
14902026-06-26T18:52:49.342Z Compiling newtype-uuid v1.3.2
14912026-06-26T18:52:49.744Z Compiling darling_macro v0.23.0
14922026-06-26T18:52:49.747Z Compiling ref-cast v1.0.25
14932026-06-26T18:52:50.076Z Compiling hyper-util v0.1.20
14942026-06-26T18:52:50.340Z Compiling slog-async v2.8.0
14952026-06-26T18:52:50.348Z Compiling quick-error v1.2.3
14962026-06-26T18:52:50.438Z Compiling compression-core v0.4.32
14972026-06-26T18:52:50.450Z Compiling darling v0.23.0
14982026-06-26T18:52:50.524Z Compiling daft v0.1.7
14992026-06-26T18:52:50.557Z Compiling compression-codecs v0.4.38
15002026-06-26T18:52:50.581Z Compiling crypto-common v0.2.2
15012026-06-26T18:52:50.592Z Compiling block-buffer v0.12.0
15022026-06-26T18:52:50.686Z Compiling rand_chacha v0.9.0
15032026-06-26T18:52:50.781Z Compiling ref-cast-impl v1.0.25
15042026-06-26T18:52:50.809Z Compiling strum_macros v0.26.4
15052026-06-26T18:52:50.888Z Compiling usdt-attr-macro v0.6.0
15062026-06-26T18:52:51.116Z Compiling usdt-macro v0.6.0
15072026-06-26T18:52:51.160Z Compiling serde_spanned v1.1.1
15082026-06-26T18:52:51.302Z Compiling generic-array v0.14.7
15092026-06-26T18:52:51.388Z Compiling multer v3.1.0
15102026-06-26T18:52:51.516Z Compiling toml_writer v1.1.1+spec-1.1.0
15112026-06-26T18:52:51.540Z Compiling take_mut v0.2.2
15122026-06-26T18:52:51.623Z Compiling const-oid v0.10.2
15132026-06-26T18:52:51.644Z Compiling term v1.2.1
15142026-06-26T18:52:51.720Z Compiling bit-vec v0.8.0
15152026-06-26T18:52:51.771Z Compiling debug-ignore v1.0.5
15162026-06-26T18:52:51.870Z Compiling digest v0.11.3
15172026-06-26T18:52:51.949Z Compiling bit-set v0.8.0
15182026-06-26T18:52:52.086Z Compiling rand v0.9.4
15192026-06-26T18:52:52.101Z Compiling serde_with_macros v3.20.0
15202026-06-26T18:52:52.160Z Compiling async-stream-impl v0.3.6
15212026-06-26T18:52:52.237Z Compiling dropshot v0.17.1
15222026-06-26T18:52:52.352Z Compiling encoding_rs v0.8.35
15232026-06-26T18:52:52.432Z Compiling strum v0.26.3
15242026-06-26T18:52:52.471Z Compiling syn v1.0.109
15252026-06-26T18:52:52.554Z Compiling spin v0.9.8
15262026-06-26T18:52:52.664Z Compiling mime v0.3.17
15272026-06-26T18:52:52.674Z Compiling unarray v0.1.4
15282026-06-26T18:52:52.806Z Compiling async-stream v0.3.6
15292026-06-26T18:52:52.839Z Compiling sha1 v0.11.0
15302026-06-26T18:52:52.930Z Compiling derive-ex v0.1.8
15312026-06-26T18:52:52.974Z Compiling tower v0.5.3
15322026-06-26T18:52:53.077Z Compiling dropshot_endpoint v0.17.1
15332026-06-26T18:52:53.161Z Compiling macaddr v1.0.1
15342026-06-26T18:52:53.220Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15352026-06-26T18:52:53.377Z Compiling waitgroup v0.1.2
15362026-06-26T18:52:53.435Z Compiling serde_path_to_error v0.1.20
15372026-06-26T18:52:53.723Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15382026-06-26T18:52:53.783Z Compiling tower-http v0.6.11
15392026-06-26T18:52:53.830Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15402026-06-26T18:52:53.992Z Compiling tempfile v3.27.0
15412026-06-26T18:52:54.004Z Compiling openapiv3 v2.2.0
15422026-06-26T18:52:54.194Z Compiling strum_macros v0.27.2
15432026-06-26T18:52:54.491Z Compiling test-strategy v0.4.5
15442026-06-26T18:52:54.728Z Compiling instant v0.1.13
15452026-06-26T18:52:54.837Z Compiling time v0.3.47
15462026-06-26T18:52:55.640Z Compiling rustls-native-certs v0.8.4
15472026-06-26T18:52:55.721Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15482026-06-26T18:52:55.933Z Compiling crossbeam-channel v0.5.15
15492026-06-26T18:52:55.986Z Compiling crypto-common v0.1.7
15502026-06-26T18:52:56.094Z Compiling strum v0.27.2
15512026-06-26T18:52:56.343Z Compiling parse-display-derive v0.10.0
15522026-06-26T18:52:56.414Z Compiling backon v1.6.0
15532026-06-26T18:52:56.560Z Compiling rand_chacha v0.3.1
15542026-06-26T18:52:56.691Z Compiling slog-json v2.6.1
15552026-06-26T18:52:56.898Z Compiling rand v0.8.6
15562026-06-26T18:52:57.186Z Compiling hostname v0.3.1
15572026-06-26T18:52:57.321Z Compiling toml_parser v1.1.2+spec-1.1.0
15582026-06-26T18:52:57.523Z Compiling toml_datetime v1.1.1+spec-1.1.0
15592026-06-26T18:52:57.555Z Compiling wait-timeout v0.2.1
15602026-06-26T18:52:57.578Z Compiling memmap2 v0.9.10
15612026-06-26T18:52:57.705Z Compiling is-terminal v0.4.17
15622026-06-26T18:52:57.826Z Compiling either v1.16.0
15632026-06-26T18:52:57.849Z Compiling slog-term v2.9.2
15642026-06-26T18:52:57.855Z Compiling usdt v0.6.0
15652026-06-26T18:52:57.957Z Compiling toml v1.1.2+spec-1.1.0
15662026-06-26T18:52:58.020Z Compiling rusty-fork v0.3.1
15672026-06-26T18:52:58.020Z Compiling slog-bunyan v2.5.0
15682026-06-26T18:52:58.222Z Compiling serde_with v3.20.0
15692026-06-26T18:52:58.288Z Compiling async-compression v0.4.42
15702026-06-26T18:52:58.380Z Compiling rand_xorshift v0.4.0
15712026-06-26T18:52:58.453Z Compiling rustls-pemfile v2.2.0
15722026-06-26T18:52:58.520Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15732026-06-26T18:52:58.598Z Compiling regress v0.10.5
15742026-06-26T18:52:58.643Z Compiling hostname v0.4.2
15752026-06-26T18:52:58.690Z Compiling humantime v2.3.0
15762026-06-26T18:52:58.776Z Compiling proptest v1.11.0
15772026-06-26T18:52:59.264Z Compiling iddqd v0.4.2
15782026-06-26T18:52:59.495Z Compiling reqwest v0.12.28
15792026-06-26T18:52:59.750Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15802026-06-26T18:52:59.989Z Compiling block-buffer v0.10.4
15812026-06-26T18:53:00.138Z Compiling utf8parse v0.2.2
15822026-06-26T18:53:00.166Z Compiling digest v0.10.7
15832026-06-26T18:53:00.246Z Compiling anstyle-parse v1.0.0
15842026-06-26T18:53:00.382Z Compiling itertools v0.14.0
15852026-06-26T18:53:00.433Z Compiling parse-display v0.10.0
15862026-06-26T18:53:00.587Z Compiling progenitor-client v0.10.0
15872026-06-26T18:53:00.772Z Compiling backoff v0.4.0
15882026-06-26T18:53:00.853Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15892026-06-26T18:53:00.991Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15902026-06-26T18:53:01.432Z Compiling anstyle v1.0.14
15912026-06-26T18:53:01.636Z Compiling is_terminal_polyfill v1.70.2
15922026-06-26T18:53:01.727Z Compiling colorchoice v1.0.5
15932026-06-26T18:53:01.841Z Compiling anstyle-query v1.1.5
15942026-06-26T18:53:01.949Z Compiling anstream v1.0.0
15952026-06-26T18:53:02.267Z Compiling clap_lex v1.1.0
15962026-06-26T18:53:02.572Z Compiling regress v0.11.1
15972026-06-26T18:53:02.651Z Compiling clap_derive v4.6.1
15982026-06-26T18:53:02.997Z Compiling terminal_size v0.4.4
15992026-06-26T18:53:04.092Z Compiling typify-impl v0.6.2
16002026-06-26T18:53:04.345Z Compiling toml_datetime v0.6.11
16012026-06-26T18:53:04.516Z Compiling zerocopy-derive v0.7.35
16022026-06-26T18:53:04.617Z Compiling cpufeatures v0.2.17
16032026-06-26T18:53:04.642Z Compiling convert_case v0.4.0
16042026-06-26T18:53:04.895Z Compiling clap_builder v4.6.0
16052026-06-26T18:53:05.367Z Compiling derive_more v0.99.20
16062026-06-26T18:53:05.419Z Compiling zerocopy v0.7.35
16072026-06-26T18:53:05.972Z Compiling toml_edit v0.25.12+spec-1.1.0
16082026-06-26T18:53:06.707Z Compiling unicode-width v0.2.2
16092026-06-26T18:53:06.850Z Compiling proc-macro-crate v3.5.0
16102026-06-26T18:53:06.963Z Compiling clap v4.6.1
16112026-06-26T18:53:07.267Z Compiling secrecy v0.10.3
16122026-06-26T18:53:07.391Z Compiling float-ord v0.3.2
16132026-06-26T18:53:07.425Z Compiling crucible-workspace-hack v0.1.0
16142026-06-26T18:53:07.504Z Compiling tinyvec_macros v0.1.1
16152026-06-26T18:53:07.570Z Compiling tinyvec v1.11.0
16162026-06-26T18:53:07.602Z Compiling num_enum_derive v0.7.6
16172026-06-26T18:53:08.109Z Compiling dtrace-parser v0.2.0
16182026-06-26T18:53:08.131Z Compiling scroll_derive v0.12.1
16192026-06-26T18:53:08.224Z Compiling num-integer v0.1.46
16202026-06-26T18:53:08.500Z Compiling rustc_version v0.4.1
16212026-06-26T18:53:08.546Z Compiling usdt-impl v0.5.0
16222026-06-26T18:53:08.775Z Compiling curve25519-dalek v4.1.3
16232026-06-26T18:53:08.845Z Compiling scroll v0.12.0
16242026-06-26T18:53:08.904Z Compiling num_enum v0.7.6
16252026-06-26T18:53:09.095Z Compiling dof v0.3.0
16262026-06-26T18:53:09.107Z Compiling hmac v0.12.1
16272026-06-26T18:53:09.232Z Compiling inout v0.1.4
16282026-06-26T18:53:09.245Z Compiling darling_core v0.21.3
16292026-06-26T18:53:09.374Z Compiling ff v0.13.1
16302026-06-26T18:53:09.436Z Compiling thread-id v4.2.2
16312026-06-26T18:53:09.488Z Compiling group v0.13.0
16322026-06-26T18:53:09.512Z Compiling cipher v0.4.4
16332026-06-26T18:53:09.826Z Compiling hkdf v0.12.4
16342026-06-26T18:53:10.022Z Compiling goblin v0.8.2
16352026-06-26T18:53:10.181Z Compiling num-rational v0.4.2
16362026-06-26T18:53:10.225Z Compiling num-iter v0.1.45
16372026-06-26T18:53:10.340Z Compiling thiserror-impl-no-std v2.0.2
16382026-06-26T18:53:10.410Z Compiling universal-hash v0.5.1
16392026-06-26T18:53:10.434Z Compiling typify-macro v0.6.2
16402026-06-26T18:53:10.497Z Compiling crypto-bigint v0.5.5
16412026-06-26T18:53:10.541Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16422026-06-26T18:53:10.883Z Compiling crossbeam-epoch v0.9.18
16432026-06-26T18:53:11.222Z Compiling half v2.7.1
16442026-06-26T18:53:11.254Z Compiling curve25519-dalek-derive v0.1.1
16452026-06-26T18:53:11.358Z Compiling darling_macro v0.21.3
16462026-06-26T18:53:11.434Z Compiling num-complex v0.4.6
16472026-06-26T18:53:11.806Z Compiling opaque-debug v0.3.1
16482026-06-26T18:53:11.848Z Compiling base16ct v0.2.0
16492026-06-26T18:53:11.860Z Compiling ciborium-io v0.2.2
16502026-06-26T18:53:11.873Z Compiling base64ct v1.8.3
16512026-06-26T18:53:11.947Z Compiling elliptic-curve v0.13.8
16522026-06-26T18:53:11.959Z Compiling darling v0.21.3
16532026-06-26T18:53:12.003Z Compiling ciborium-ll v0.2.2
16542026-06-26T18:53:12.034Z Compiling poly1305 v0.8.0
16552026-06-26T18:53:12.164Z Compiling password-hash v0.5.0
16562026-06-26T18:53:12.487Z Compiling typify v0.6.2
16572026-06-26T18:53:12.602Z Compiling num v0.4.3
16582026-06-26T18:53:12.670Z Compiling thiserror-no-std v2.0.2
16592026-06-26T18:53:12.825Z Compiling chacha20 v0.9.1
16602026-06-26T18:53:13.035Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16612026-06-26T18:53:13.055Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16622026-06-26T18:53:13.577Z Compiling blake2 v0.10.6
16632026-06-26T18:53:13.755Z Compiling aead v0.5.2
16642026-06-26T18:53:13.913Z Compiling byte-wrapper v0.1.0
16652026-06-26T18:53:13.962Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16662026-06-26T18:53:14.024Z Compiling proc-macro-error-attr v1.0.4
16672026-06-26T18:53:14.278Z Compiling prettyplease v0.2.37
16682026-06-26T18:53:14.337Z Compiling keccak v0.1.6
16692026-06-26T18:53:14.401Z Compiling rustix v0.38.44
16702026-06-26T18:53:14.522Z Compiling unsafe-libyaml v0.2.11
16712026-06-26T18:53:14.570Z Compiling heapless v0.8.0
16722026-06-26T18:53:15.073Z Compiling serde_yaml v0.9.34+deprecated
16732026-06-26T18:53:15.262Z Compiling sha3 v0.10.9
16742026-06-26T18:53:15.516Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16752026-06-26T18:53:15.558Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16762026-06-26T18:53:16.290Z Compiling chacha20poly1305 v0.10.1
16772026-06-26T18:53:16.324Z Compiling argon2 v0.5.3
16782026-06-26T18:53:16.414Z Compiling vsss-rs v3.3.4
16792026-06-26T18:53:16.562Z Compiling ciborium v0.2.2
16802026-06-26T18:53:16.602Z Compiling ingot-macros v0.1.1
16812026-06-26T18:53:16.940Z Compiling usdt-macro v0.5.0
16822026-06-26T18:53:17.125Z Compiling usdt-attr-macro v0.5.0
16832026-06-26T18:53:18.268Z Compiling serde_spanned v0.6.9
16842026-06-26T18:53:18.499Z Compiling enum-as-inner v0.6.1
16852026-06-26T18:53:18.595Z Compiling hash32 v0.3.1
16862026-06-26T18:53:18.654Z Compiling proc-macro-error v1.0.4
16872026-06-26T18:53:18.745Z Compiling memmap v0.7.0
16882026-06-26T18:53:18.971Z Compiling memoffset v0.9.1
16892026-06-26T18:53:19.088Z Compiling smoltcp v0.11.0
16902026-06-26T18:53:19.098Z Compiling winnow v0.7.15
16912026-06-26T18:53:19.175Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16922026-06-26T18:53:19.220Z Compiling winnow v0.5.40
16932026-06-26T18:53:19.311Z Compiling data-encoding v2.11.0
16942026-06-26T18:53:19.425Z Compiling cfg_aliases v0.2.1
16952026-06-26T18:53:19.437Z Compiling indent_write v2.2.0
16962026-06-26T18:53:19.496Z Compiling toml_write v0.1.2
16972026-06-26T18:53:19.566Z Compiling nix v0.31.3
16982026-06-26T18:53:19.673Z Compiling ingot-types v0.1.2
16992026-06-26T18:53:19.933Z Compiling rustls-webpki v0.103.13
17002026-06-26T18:53:20.074Z Compiling usdt v0.5.0
17012026-06-26T18:53:20.266Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-06-26T18:53:20.344Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17032026-06-26T18:53:20.469Z Compiling toml_edit v0.22.27
17042026-06-26T18:53:20.649Z Compiling toml_edit v0.19.15
17052026-06-26T18:53:20.674Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17062026-06-26T18:53:21.077Z Compiling tabwriter v1.4.1
17072026-06-26T18:53:21.386Z Compiling cobs v0.3.0
17082026-06-26T18:53:21.453Z Compiling serde_repr v0.1.20
17092026-06-26T18:53:21.577Z Compiling managed v0.8.0
17102026-06-26T18:53:21.791Z Compiling pkg-config v0.3.33
17112026-06-26T18:53:21.884Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17122026-06-26T18:53:22.057Z Compiling bitflags v1.3.2
17132026-06-26T18:53:22.115Z Compiling vcpkg v0.2.15
17142026-06-26T18:53:22.233Z Compiling toml v0.8.23
17152026-06-26T18:53:22.642Z Compiling proc-macro-crate v1.3.1
17162026-06-26T18:53:22.681Z Compiling openssl-sys v0.9.116
17172026-06-26T18:53:22.941Z Compiling postcard v1.1.3
17182026-06-26T18:53:23.270Z Compiling tokio-rustls v0.26.4
17192026-06-26T18:53:23.489Z Compiling hyper-rustls v0.27.9
17202026-06-26T18:53:23.543Z Compiling rustls-platform-verifier v0.7.0
17212026-06-26T18:53:23.699Z Compiling reqwest v0.13.4
17222026-06-26T18:53:24.351Z Compiling ingot v0.1.1
17232026-06-26T18:53:25.078Z Compiling progenitor-client v0.14.0
17242026-06-26T18:53:25.387Z Compiling progenitor-extras v0.2.0
17252026-06-26T18:53:25.720Z Compiling hubpack_derive v0.1.1
17262026-06-26T18:53:26.052Z Compiling foreign-types-macros v0.2.3
17272026-06-26T18:53:26.263Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17282026-06-26T18:53:26.275Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17292026-06-26T18:53:26.519Z Compiling foreign-types-shared v0.3.1
17302026-06-26T18:53:26.579Z Compiling colored v3.1.1
17312026-06-26T18:53:26.612Z Compiling rayon-core v1.13.0
17322026-06-26T18:53:26.624Z Compiling swrite v0.1.0
17332026-06-26T18:53:26.715Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17342026-06-26T18:53:26.727Z Compiling linked-hash-map v0.5.6
17352026-06-26T18:53:26.845Z Compiling static_assertions v1.1.0
17362026-06-26T18:53:26.911Z Compiling resolv-conf v0.7.6
17372026-06-26T18:53:26.922Z Compiling heck v0.4.1
17382026-06-26T18:53:26.975Z Compiling semver v0.1.20
17392026-06-26T18:53:27.123Z Compiling unicode-segmentation v1.13.3
17402026-06-26T18:53:27.292Z Compiling rustc_version v0.1.7
17412026-06-26T18:53:27.496Z Compiling newline-converter v0.3.0
17422026-06-26T18:53:27.553Z Compiling lru-cache v0.1.2
17432026-06-26T18:53:27.632Z Compiling foreign-types v0.5.0
17442026-06-26T18:53:27.713Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17452026-06-26T18:53:27.726Z Compiling hubpack v0.1.2
17462026-06-26T18:53:28.185Z Compiling num_enum_derive v0.5.11
17472026-06-26T18:53:28.585Z Compiling atomicwrites v0.4.4
17482026-06-26T18:53:28.861Z Compiling hickory-proto v0.24.4
17492026-06-26T18:53:29.223Z Compiling progenitor-impl v0.13.0
17502026-06-26T18:53:29.711Z Compiling crossbeam-deque v0.8.6
17512026-06-26T18:53:29.911Z Compiling console v0.15.11
17522026-06-26T18:53:30.368Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17532026-06-26T18:53:30.600Z Compiling camino-tempfile v1.4.1
17542026-06-26T18:53:30.701Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17552026-06-26T18:53:30.845Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17562026-06-26T18:53:30.904Z Compiling chacha20 v0.10.0
17572026-06-26T18:53:31.175Z Compiling serde-big-array v0.5.1
17582026-06-26T18:53:31.189Z Compiling num-derive v0.4.2
17592026-06-26T18:53:32.180Z Compiling pin-project-internal v1.1.13
17602026-06-26T18:53:32.238Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17612026-06-26T18:53:32.790Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17622026-06-26T18:53:32.839Z Compiling derive-where v1.6.1
17632026-06-26T18:53:32.856Z Compiling cstr-argument v0.1.2
17642026-06-26T18:53:33.044Z Compiling siphasher v1.0.3
17652026-06-26T18:53:33.243Z Compiling similar v2.7.0
17662026-06-26T18:53:33.263Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17672026-06-26T18:53:33.295Z Compiling minimal-lexical v0.2.1
17682026-06-26T18:53:33.341Z Compiling pin-project v1.1.13
17692026-06-26T18:53:33.442Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-06-26T18:53:33.506Z Compiling nom v7.1.3
17712026-06-26T18:53:33.545Z Compiling phf_shared v0.12.1
17722026-06-26T18:53:33.724Z Compiling expectorate v1.2.0
17732026-06-26T18:53:33.751Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17742026-06-26T18:53:33.871Z Compiling progenitor-macro v0.13.0
17752026-06-26T18:53:34.115Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17762026-06-26T18:53:34.187Z Compiling rand v0.10.1
17772026-06-26T18:53:34.332Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17782026-06-26T18:53:34.454Z Compiling hickory-resolver v0.24.4
17792026-06-26T18:53:34.908Z Compiling num_enum v0.5.11
17802026-06-26T18:53:34.920Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17812026-06-26T18:53:35.026Z Compiling newtype_derive v0.1.6
17822026-06-26T18:53:35.111Z Compiling progenitor-client v0.13.0
17832026-06-26T18:53:35.303Z Compiling progenitor-impl v0.14.0
17842026-06-26T18:53:35.408Z Compiling unicode-normalization v0.1.25
17852026-06-26T18:53:35.893Z Compiling tokio-stream v0.1.18
17862026-06-26T18:53:36.360Z Compiling async-recursion v1.1.1
17872026-06-26T18:53:36.654Z Compiling snafu-derive v0.8.9
17882026-06-26T18:53:37.013Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17892026-06-26T18:53:37.056Z Compiling slog-dtrace v0.3.0
17902026-06-26T18:53:37.133Z Compiling bstr v1.12.1
17912026-06-26T18:53:37.309Z Compiling csv-core v0.1.13
17922026-06-26T18:53:37.317Z Compiling konst_macro_rules v0.2.19
17932026-06-26T18:53:37.497Z Compiling highway v1.3.0
17942026-06-26T18:53:37.561Z Compiling unicode-width v0.1.14
17952026-06-26T18:53:37.626Z Compiling same-file v1.0.6
17962026-06-26T18:53:37.803Z Compiling unicode-xid v0.2.6
17972026-06-26T18:53:37.841Z Compiling openssl v0.10.80
17982026-06-26T18:53:37.881Z Compiling foldhash v0.1.5
17992026-06-26T18:53:37.924Z Compiling cancel-safe-futures v0.1.5
18002026-06-26T18:53:38.056Z Compiling chrono-tz v0.10.4
18012026-06-26T18:53:38.126Z Compiling owo-colors v4.3.0
18022026-06-26T18:53:38.182Z Compiling foreign-types-shared v0.1.1
18032026-06-26T18:53:38.273Z Compiling foreign-types v0.3.2
18042026-06-26T18:53:38.337Z Compiling hashbrown v0.15.5
18052026-06-26T18:53:38.345Z Compiling const_format_proc_macros v0.2.34
18062026-06-26T18:53:38.382Z Compiling snafu v0.8.9
18072026-06-26T18:53:38.521Z Compiling walkdir v2.5.0
18082026-06-26T18:53:38.692Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-06-26T18:53:38.766Z Compiling globset v0.4.18
18102026-06-26T18:53:38.857Z Compiling csv v1.4.0
18112026-06-26T18:53:38.868Z Compiling progenitor-macro v0.14.0
18122026-06-26T18:53:38.881Z Compiling konst v0.2.20
18132026-06-26T18:53:39.008Z Compiling progenitor v0.13.0
18142026-06-26T18:53:39.111Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-26T18:53:39.187Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-26T18:53:39.208Z Compiling qorb v0.4.1
18172026-06-26T18:53:39.591Z Compiling olpc-cjson v0.1.4
18182026-06-26T18:53:39.827Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-26T18:53:41.144Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18202026-06-26T18:53:41.476Z Compiling rayon v1.12.0
18212026-06-26T18:53:41.490Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-26T18:53:41.535Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18232026-06-26T18:53:41.651Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18242026-06-26T18:53:42.042Z Compiling phf v0.12.1
18252026-06-26T18:53:42.129Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-26T18:53:42.578Z Compiling zone_cfg_derive v0.3.1
18272026-06-26T18:53:42.920Z Compiling tokio-dtrace v0.1.1
18282026-06-26T18:53:43.187Z Compiling itertools v0.12.1
18292026-06-26T18:53:43.225Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18302026-06-26T18:53:43.270Z Compiling libsw-core v0.3.2
18312026-06-26T18:53:43.423Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-06-26T18:53:43.436Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18332026-06-26T18:53:43.821Z Compiling serde_plain v1.0.2
18342026-06-26T18:53:43.969Z Compiling openssl-macros v0.1.1
18352026-06-26T18:53:44.025Z Compiling pem v3.0.6
18362026-06-26T18:53:44.028Z Compiling cookie v0.18.1
18372026-06-26T18:53:44.284Z Compiling sigpipe v0.1.3
18382026-06-26T18:53:44.296Z Compiling typed-path v0.9.3
18392026-06-26T18:53:44.346Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-06-26T18:53:44.370Z Compiling fixedbitset v0.4.2
18412026-06-26T18:53:44.402Z Compiling jiff v0.2.28
18422026-06-26T18:53:44.413Z Compiling fixedbitset v0.5.7
18432026-06-26T18:53:44.467Z Compiling bytecount v0.6.9
18442026-06-26T18:53:44.640Z Compiling glob v0.3.3
18452026-06-26T18:53:44.668Z Compiling petgraph v0.8.3
18462026-06-26T18:53:44.680Z Compiling papergrid v0.11.0
18472026-06-26T18:53:44.795Z Compiling petgraph v0.6.5
18482026-06-26T18:53:45.691Z Compiling tough v0.22.0
18492026-06-26T18:53:46.333Z Compiling zone v0.3.1
18502026-06-26T18:53:46.483Z Compiling progenitor v0.14.0
18512026-06-26T18:53:46.496Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18522026-06-26T18:53:46.620Z Compiling libsw v3.5.0
18532026-06-26T18:53:46.671Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18542026-06-26T18:53:46.792Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-06-26T18:53:46.911Z Compiling oxide-tokio-rt v0.1.6
18562026-06-26T18:53:46.988Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-26T18:53:47.002Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-26T18:53:47.116Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-06-26T18:53:47.220Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18602026-06-26T18:53:48.183Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-26T18:53:48.284Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-06-26T18:53:48.362Z Compiling const_format v0.2.36
18632026-06-26T18:53:48.693Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18642026-06-26T18:53:48.960Z Compiling tabled_derive v0.7.0
18652026-06-26T18:53:49.097Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-26T18:53:49.138Z Compiling gethostname v0.5.0
18672026-06-26T18:53:49.177Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-26T18:53:49.233Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18692026-06-26T18:53:49.257Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-26T18:53:49.296Z Compiling bcs v0.1.6
18712026-06-26T18:53:49.375Z Compiling smf v0.2.3
18722026-06-26T18:53:49.630Z Compiling nom v8.0.0
18732026-06-26T18:53:49.719Z Compiling tagptr v0.2.0
18742026-06-26T18:53:49.873Z Compiling whoami v1.6.1
18752026-06-26T18:53:50.014Z Compiling unicode-linebreak v0.1.5
18762026-06-26T18:53:50.071Z Compiling linear-map v1.2.0
18772026-06-26T18:53:50.139Z Compiling termtree v0.5.1
18782026-06-26T18:53:50.189Z Compiling lazy_static v1.5.0
18792026-06-26T18:53:50.254Z Compiling smawk v0.3.2
18802026-06-26T18:53:50.258Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-06-26T18:53:50.286Z Compiling steno v0.4.1
18822026-06-26T18:53:50.390Z Compiling textwrap v0.16.2
18832026-06-26T18:53:50.764Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-06-26T18:53:50.925Z Compiling tabled v0.15.0
18852026-06-26T18:53:51.901Z Compiling moka v0.12.15
18862026-06-26T18:53:51.904Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-26T18:53:51.942Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-26T18:53:52.675Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-26T18:53:53.486Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-26T18:53:53.505Z Compiling hickory-proto v0.25.2
18912026-06-26T18:53:53.607Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18922026-06-26T18:53:54.417Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18932026-06-26T18:53:54.837Z Compiling parking_lot_core v0.8.6
18942026-06-26T18:53:54.855Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-26T18:53:55.150Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18962026-06-26T18:53:55.201Z Compiling libscf-sys v1.2.0
18972026-06-26T18:53:55.346Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18982026-06-26T18:53:55.498Z Compiling hickory-resolver v0.25.2
18992026-06-26T18:53:55.604Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19002026-06-26T18:53:55.683Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19012026-06-26T18:53:56.028Z Compiling parking_lot v0.11.2
19022026-06-26T18:53:56.065Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19032026-06-26T18:53:56.076Z Compiling fxhash v0.2.1
19042026-06-26T18:53:56.209Z Compiling internet-checksum v0.2.1
19052026-06-26T18:53:56.308Z Compiling sled v0.34.7
19062026-06-26T18:53:56.346Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-26T18:53:56.442Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19082026-06-26T18:53:59.377Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19092026-06-26T18:54:00.790Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-06-26T18:54:08.436Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-06-26T18:54:10.042Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-06-26T18:54:11.058Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19132026-06-26T18:54:11.976Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19142026-06-26T18:54:12.790Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19152026-06-26T18:54:35.460Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19162026-06-26T18:54:35.641Z────────────
19172026-06-26T18:54:35.641Z Nextest run ID d94d15d9-6f59-4b13-b67a-a987d4f7a7b6 with nextest profile: default
19182026-06-26T18:54:35.641Z Starting 48 tests across 3 binaries
19192026-06-26T18:54:35.647Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19202026-06-26T18:54:35.650Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19212026-06-26T18:54:35.650Z PASS [ 0.005s] mg-api-types-versions v12::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape
19222026-06-26T18:54:35.650Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19232026-06-26T18:54:35.650Z PASS [ 0.005s] mg-api-types-versions v12::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape
19242026-06-26T18:54:35.650Z PASS [ 0.006s] mg-api-types-versions v12::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer
19252026-06-26T18:54:35.650Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19262026-06-26T18:54:35.653Z PASS [ 0.009s] rdb bestpath::test::test_bestpath
19272026-06-26T18:54:35.656Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19282026-06-26T18:54:35.656Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_shutdown_preference
19292026-06-26T18:54:35.659Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19302026-06-26T18:54:35.659Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19312026-06-26T18:54:35.659Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19322026-06-26T18:54:35.662Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
19332026-06-26T18:54:35.665Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
19342026-06-26T18:54:35.703Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
19352026-06-26T18:54:35.703Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
19362026-06-26T18:54:35.709Z PASS [ 0.052s] rdb db::test::test_prefix_host_bit_normalization
19372026-06-26T18:54:35.711Z PASS [ 0.054s] rdb db::test::test_rib
19382026-06-26T18:54:35.711Z PASS [ 0.054s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19392026-06-26T18:54:35.712Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv4_basic
19402026-06-26T18:54:35.715Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_basic
19412026-06-26T18:54:35.718Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19422026-06-26T18:54:35.725Z PASS [ 0.014s] rdb proptest::prop_ipv4_normalized_is_network_address
19432026-06-26T18:54:35.725Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19442026-06-26T18:54:35.729Z PASS [ 0.013s] rdb proptest::prop_ipv4_subnet_of_self
19452026-06-26T18:54:35.734Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19462026-06-26T18:54:35.740Z PASS [ 0.014s] rdb proptest::prop_ipv6_normalized_is_network_address
19472026-06-26T18:54:35.743Z PASS [ 0.014s] rdb proptest::prop_ipv6_subnet_of_self
19482026-06-26T18:54:35.747Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19492026-06-26T18:54:35.750Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19502026-06-26T18:54:35.759Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19512026-06-26T18:54:35.760Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_length
19522026-06-26T18:54:35.764Z PASS [ 0.057s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19532026-06-26T18:54:35.764Z PASS [ 0.057s] rdb db::test::test_static_routing_mixed_address_families
19542026-06-26T18:54:35.764Z PASS [ 0.053s] rdb db::test::test_static_routing_vlan_id_handling
19552026-06-26T18:54:35.764Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_is_network_address
19562026-06-26T18:54:35.769Z PASS [ 0.010s] rdb types::test::bgp_vs_static_ordering
19572026-06-26T18:54:35.772Z PASS [ 0.010s] rdb types::test::bgp_path_identity
19582026-06-26T18:54:35.772Z PASS [ 0.010s] rdb types::test::btreeset_insert_is_noop
19592026-06-26T18:54:35.772Z PASS [ 0.010s] rdb types::test::btreeset_coexistence
19602026-06-26T18:54:35.772Z PASS [ 0.009s] rdb types::test::btreeset_remove
19612026-06-26T18:54:35.772Z PASS [ 0.009s] rdb types::test::btreeset_replace
19622026-06-26T18:54:35.775Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
19632026-06-26T18:54:35.778Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19642026-06-26T18:54:35.778Z PASS [ 0.009s] rdb types::test::static_path_identity
19652026-06-26T18:54:35.778Z PASS [ 0.009s] rdb types::test::ord_contract
19662026-06-26T18:54:35.794Z PASS [ 0.083s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19672026-06-26T18:54:35.797Z────────────
19682026-06-26T18:54:35.797Z Summary [ 0.153s] 48 tests run: 48 passed, 0 skipped
19692026-06-26T18:54:35.806Z+ cp ./rib.log /work/
19702026-06-26T18:54:35.809Z+ popd
19712026-06-26T18:54:35.809Z/work/oxidecomputer/maghemite
19722026-06-26T18:54:35.809Zprocess exited: duration 323998 ms, exit code 0
 
19732026-06-26T18:54:35.815Zfound 1 output files
19742026-06-26T18:54:35.816Zuploading: /work/rib.log (1178 bytes)
19752026-06-26T18:54:36.832Zuploaded: /work/rib.log