01M0B3MBBEGGR5H9A7NCKA19ZM: 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: 01M0B3MZM65Y0MQX3XPFEDM1EG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T18:56:43.323Zjob assigned to worker 01M0B3NPBK2R5Y7HK20NE1DWYM [factory aws, i-08f96bb733d851485] (queued for 1 m 15 s)
 
22026-08-18T18:56:50.064Zstarting task 0: "setup"
32026-08-18T18:56:50.075Z++ uname -s
42026-08-18T18:56:50.079Z+ kern=SunOS
52026-08-18T18:56:50.079Z+ build_user=build
62026-08-18T18:56:50.079Z+ build_uid=12345
72026-08-18T18:56:50.079Z+ work_dir=/work
82026-08-18T18:56:50.079Z+ input_dir=/input
92026-08-18T18:56:50.079Z+ [[ 0 == 12345 ]]
102026-08-18T18:56:50.079Z+ case "$kern" in
112026-08-18T18:56:50.079Z+ groupadd -g 12345 build
122026-08-18T18:56:50.084Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T18:56:52.085Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T18:56:52.196Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T18:56:52.199Z+ home_fs=zfs
162026-08-18T18:56:52.199Z+ [[ zfs == autofs ]]
172026-08-18T18:56:52.199Z+ mkdir -p /home/build
182026-08-18T18:56:52.199Z+ chown build:build /home/build /work
192026-08-18T18:56:54.201Z+ chmod 0700 /home/build /work
202026-08-18T18:56:54.204Zprocess exited: duration 4138 ms, exit code 0
 
212026-08-18T18:56:54.210Zstarting task 1: "rust-toolchain"
222026-08-18T18:56:54.214Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T18:56:54.214Z * rust toolchain channel = "stable"
242026-08-18T18:56:54.214Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-18T18:56:54.214Z * rust toolchain profile = "default"
262026-08-18T18:56:54.214Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T18:56:54.214Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T18:56:54.216Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T18:56:54.216Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T18:56:54.312Zinfo: downloading installer
312026-08-18T18:56:55.848Zwarn: It looks like you have an existing installation of Rust at:
322026-08-18T18:56:55.848Zwarn: /opt/ooce/bin
332026-08-18T18:56:55.848Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-18T18:56:55.848Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-18T18:56:55.848Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-18T18:56:55.848Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-18T18:56:55.848Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-18T18:56:55.848Zerror: cannot install while Rust is installed
392026-08-18T18:56:55.848Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-18T18:56:55.851Zwarn: It looks like you have an existing rustup settings file at:
412026-08-18T18:56:55.851Zwarn: /home/build/.rustup/settings.toml
422026-08-18T18:56:55.851Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-18T18:56:55.851Zwarn: instead of the one inferred from the default host triple.
442026-08-18T18:56:55.861Zinfo: profile set to default
452026-08-18T18:56:55.861Zinfo: default host triple is x86_64-unknown-illumos
462026-08-18T18:56:55.864Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-18T18:56:55.992Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-18T18:56:55.995Zinfo: downloading 6 components
492026-08-18T18:57:10.326Z
502026-08-18T18:57:10.326Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-18T18:57:10.356Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-18T18:57:10.356Z
532026-08-18T18:57:10.356Z
542026-08-18T18:57:10.356ZRust is installed now. Great!
552026-08-18T18:57:10.356Z
562026-08-18T18:57:10.356ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-18T18:57:10.356Zenvironment variable. This has not been done automatically.
582026-08-18T18:57:10.356Z
592026-08-18T18:57:10.356ZTo configure your current shell, you need to source
602026-08-18T18:57:10.356Zthe corresponding env file under $HOME/.cargo.
612026-08-18T18:57:10.356Z
622026-08-18T18:57:10.356ZThis is usually done by running one of the following (note the leading DOT):
632026-08-18T18:57:10.356Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-18T18:57:10.356Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-18T18:57:10.356Zsource "~/.cargo/env.nu" # For nushell
662026-08-18T18:57:10.356Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-18T18:57:10.356Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-18T18:57:10.356Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-18T18:57:10.360Zwarn: no default linker (`cc`) was found in your PATH
702026-08-18T18:57:10.360Zwarn: many Rust crates require a system C toolchain to build
712026-08-18T18:57:10.453Z+ rustup --version
722026-08-18T18:57:10.462Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-18T18:57:10.466Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-18T18:57:10.485Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-18T18:57:10.488Z+ cargo --version
762026-08-18T18:57:10.502Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-18T18:57:10.506Z+ rustc --version
782026-08-18T18:57:10.524Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-18T18:57:10.526Zprocess exited: duration 16315 ms, exit code 0
 
802026-08-18T18:57:10.532Zstarting task 2: "authentication"
812026-08-18T18:57:10.549Zprocess exited: duration 16 ms, exit code 0
 
822026-08-18T18:57:10.555Zstarting task 3: "clone repository"
832026-08-18T18:57:10.558Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-18T18:57:10.561Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-18T18:57:10.588ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-18T18:57:12.805Z+ cd /work/oxidecomputer/maghemite
872026-08-18T18:57:12.805Z+ git fetch origin bf831acede9b125a854bfda5615ae9248d1e2fa8
882026-08-18T18:57:13.083ZFrom https://github.com/oxidecomputer/maghemite
892026-08-18T18:57:13.083Z * branch bf831acede9b125a854bfda5615ae9248d1e2fa8 -> FETCH_HEAD
902026-08-18T18:57:13.088Z+ [[ -n trey/unnumbered-cleanup ]]
912026-08-18T18:57:13.091Z++ git branch --show-current
922026-08-18T18:57:13.091Z+ current=main
932026-08-18T18:57:13.091Z+ [[ main != trey/unnumbered-cleanup ]]
942026-08-18T18:57:13.091Z+ git branch -f trey/unnumbered-cleanup bf831acede9b125a854bfda5615ae9248d1e2fa8
952026-08-18T18:57:13.094Z+ git checkout -f trey/unnumbered-cleanup
962026-08-18T18:57:13.113ZSwitched to branch 'trey/unnumbered-cleanup'
972026-08-18T18:57:13.115Z+ git reset --hard bf831acede9b125a854bfda5615ae9248d1e2fa8
982026-08-18T18:57:13.132ZHEAD is now at bf831ac review feedback
992026-08-18T18:57:13.134Zprocess exited: duration 2577 ms, exit code 0
 
1002026-08-18T18:57:13.141Zstarting task 4: "build"
1012026-08-18T18:57:13.144Z+ set -e
1022026-08-18T18:57:13.144Z+ source .github/buildomat/test-common.sh
1032026-08-18T18:57:13.144Z++ NEXTEST_VERSION=0.9.97
1042026-08-18T18:57:13.144Z++ PLATFORM=illumos
1052026-08-18T18:57:13.144Z++ banner install
1062026-08-18T18:57:13.147Z
1072026-08-18T18:57:13.147Z # # # #### ##### ## # #
1082026-08-18T18:57:13.147Z # ## # # # # # # #
1092026-08-18T18:57:13.147Z # # # # #### # # # # #
1102026-08-18T18:57:13.147Z # # # # # # ###### # #
1112026-08-18T18:57:13.147Z # # ## # # # # # # #
1122026-08-18T18:57:13.147Z # # # #### # # # ###### ######
1132026-08-18T18:57:13.147Z
1142026-08-18T18:57:13.147Z++ set +o errexit
1152026-08-18T18:57:13.147Z++ pkg info clang-15
1162026-08-18T18:57:13.150Z++ grep -qi installed
1172026-08-18T18:57:14.334Zpkg: info: no packages matching the following patterns you specified are
1182026-08-18T18:57:14.334Zinstalled on the system. Try querying remotely instead:
1192026-08-18T18:57:14.334Z
1202026-08-18T18:57:14.334Z clang-15
1212026-08-18T18:57:14.372Z++ [[ 1 != 0 ]]
1222026-08-18T18:57:14.372Z++ set -o errexit
1232026-08-18T18:57:14.375Z++ pfexec pkg install clang-15
1242026-08-18T18:57:21.800Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-08-18T18:57:29.597Z Startup: Caching catalogs ... Done
1262026-08-18T18:57:36.929ZPlanning: Solver setup ... Done
1272026-08-18T18:57:36.971ZPlanning: Running solver ... Done
1282026-08-18T18:57:37.108ZPlanning: Finding local manifests ... Done
1292026-08-18T18:57:38.354ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-18T18:57:38.446ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-18T18:57:38.475ZPlanning: Package planning ... Done
1322026-08-18T18:57:38.501ZPlanning: Merging actions ... Done
1332026-08-18T18:57:38.610ZPlanning: Checking for conflicting actions ... Done
1342026-08-18T18:57:38.617ZPlanning: Consolidating action changes ... Done
1352026-08-18T18:57:39.395ZPlanning: Evaluating mediators ... Done
1362026-08-18T18:57:39.400ZPlanning: Planning completed in 9.63 seconds
1372026-08-18T18:57:39.411Z Packages to install: 2
1382026-08-18T18:57:39.411Z Mediators to change: 2
1392026-08-18T18:57:39.414Z Services to change: 1
1402026-08-18T18:57:39.414Z Create boot environment: No
1412026-08-18T18:57:39.414ZCreate backup boot environment: No
1422026-08-18T18:57:39.454Z
1432026-08-18T18:57:39.454ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-08-18T18:57:44.843ZDownload: 981/3076 items 82.2/211.3MB 38% complete (18.5M/s)
1452026-08-18T18:57:49.845ZDownload: 1797/3076 items 116.6/211.3MB 55% complete (10.2M/s)
1462026-08-18T18:57:58.279ZDownload: 2008/3076 items 117.7/211.3MB 55% complete (9.9M/s)
1472026-08-18T18:58:11.185ZDownload: 2010/3076 items 117.8/211.3MB 55% complete
1482026-08-18T18:58:17.369ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (22.8M/s)
1492026-08-18T18:58:23.822ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (21.2M/s)
1502026-08-18T18:58:26.849ZDownload: Completed 211.31 MB in 47.40 seconds (4.5M/s)
1512026-08-18T18:58:26.982Z Actions: 1/3418 actions (Installing new actions)
1522026-08-18T18:58:30.129Z Actions: Completed 3418 actions in 3.15 seconds.
1532026-08-18T18:58:30.779Z Done
1542026-08-18T18:58:30.779Z Done
1552026-08-18T18:58:31.521Z Done
1562026-08-18T18:58:34.957Z Done
1572026-08-18T18:58:35.028Z Done
1582026-08-18T18:58:35.031Z Done
1592026-08-18T18:58:35.306Z Done
1602026-08-18T18:58:35.985Z++ set -o errexit
1612026-08-18T18:58:35.985Z++ cargo --version
1622026-08-18T18:58:35.991Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1632026-08-18T18:58:36.160Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1642026-08-18T18:58:36.163Zinfo: downloading 6 components
1652026-08-18T18:58:51.747Zcargo 1.97.1 (c980f4866 2026-06-30)
1662026-08-18T18:58:51.749Z++ rustc --version
1672026-08-18T18:58:51.776Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1682026-08-18T18:58:51.780Z++ cargo install cargo-nextest --version 0.9.97
1692026-08-18T18:58:51.825Z Updating crates.io index
1702026-08-18T18:58:51.928Z Downloading crates ...
1712026-08-18T18:58:51.979Z Downloaded cargo-nextest v0.9.97
1722026-08-18T18:58:52.042Z Installing cargo-nextest v0.9.97
1732026-08-18T18:58:52.045Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1742026-08-18T18:58:52.045Z |
1752026-08-18T18:58:52.045Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1762026-08-18T18:58:52.045Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1772026-08-18T18:58:52.084Z Updating crates.io index
1782026-08-18T18:58:54.275Z Locking 396 packages to latest compatible versions
1792026-08-18T18:58:54.279Z Adding dialoguer v0.11.0 (available: v0.12.0)
1802026-08-18T18:58:54.282Z Adding duct v0.13.7 (available: v1.1.1)
1812026-08-18T18:58:54.282Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1822026-08-18T18:58:54.282Z Adding generic-array v0.14.7 (available: v0.14.9)
1832026-08-18T18:58:54.284Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1842026-08-18T18:58:54.284Z Adding itertools v0.14.0 (available: v0.15.0)
1852026-08-18T18:58:54.284Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1862026-08-18T18:58:54.284Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1872026-08-18T18:58:54.287Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1882026-08-18T18:58:54.290Z Adding quick-junit v0.5.2 (available: v0.7.0)
1892026-08-18T18:58:54.315Z Downloading crates ...
1902026-08-18T18:58:54.337Z Downloaded adler2 v2.0.1
1912026-08-18T18:58:54.339Z Downloaded owo-colors v4.3.0
1922026-08-18T18:58:54.342Z Downloaded addr2line v0.25.1
1932026-08-18T18:58:54.345Z Downloaded cpufeatures v0.3.0
1942026-08-18T18:58:54.347Z Downloaded foreign-types v0.3.2
1952026-08-18T18:58:54.347Z Downloaded ordered-float v2.10.1
1962026-08-18T18:58:54.352Z Downloaded cfg-expr v0.20.8
1972026-08-18T18:58:54.354Z Downloaded base64ct v1.8.3
1982026-08-18T18:58:54.356Z Downloaded cargo-util-schemas v0.2.0
1992026-08-18T18:58:54.359Z Downloaded getrandom v0.3.4
2002026-08-18T18:58:54.362Z Downloaded openssl-sys v0.9.117
2012026-08-18T18:58:54.366Z Downloaded parking_lot v0.12.5
2022026-08-18T18:58:54.366Z Downloaded anstyle v1.0.14
2032026-08-18T18:58:54.369Z Downloaded borsh v1.8.0
2042026-08-18T18:58:54.372Z Downloaded ahash v0.8.12
2052026-08-18T18:58:54.372Z Downloaded anstream v1.0.0
2062026-08-18T18:58:54.375Z Downloaded camino v1.2.5
2072026-08-18T18:58:54.375Z Downloaded cargo-platform v0.2.0
2082026-08-18T18:58:54.375Z Downloaded os_pipe v1.2.3
2092026-08-18T18:58:54.378Z Downloaded serde_ignored v0.1.14
2102026-08-18T18:58:54.378Z Downloaded backtrace-ext v0.2.1
2112026-08-18T18:58:54.378Z Downloaded anstyle-parse v1.0.0
2122026-08-18T18:58:54.378Z Downloaded cargo_metadata v0.23.1
2132026-08-18T18:58:54.381Z Downloaded rand_core v0.6.4
2142026-08-18T18:58:54.381Z Downloaded sha2 v0.10.9
2152026-08-18T18:58:54.381Z Downloaded bytes v1.12.1
2162026-08-18T18:58:54.384Z Downloaded pathdiff v0.2.3
2172026-08-18T18:58:54.386Z Downloaded cargo-platform v0.3.3
2182026-08-18T18:58:54.386Z Downloaded cfg_aliases v0.2.2
2192026-08-18T18:58:54.390Z Downloaded tokio-macros v2.7.2
2202026-08-18T18:58:54.390Z Downloaded atomic-waker v1.1.2
2212026-08-18T18:58:54.390Z Downloaded block-buffer v0.10.4
2222026-08-18T18:58:54.390Z Downloaded cfg-if v1.0.4
2232026-08-18T18:58:54.395Z Downloaded parking_lot_core v0.9.12
2242026-08-18T18:58:54.395Z Downloaded anstyle-query v1.1.5
2252026-08-18T18:58:54.395Z Downloaded async-scoped v0.9.0
2262026-08-18T18:58:54.397Z Downloaded curve25519-dalek-derive v0.1.1
2272026-08-18T18:58:54.401Z Downloaded atomicwrites v0.4.4
2282026-08-18T18:58:54.405Z Downloaded shared_child v1.1.1
2292026-08-18T18:58:54.405Z Downloaded enable-ansi-support v0.2.1
2302026-08-18T18:58:54.405Z Downloaded serde_spanned v0.6.9
2312026-08-18T18:58:54.405Z Downloaded foreign-types-shared v0.1.1
2322026-08-18T18:58:54.410Z Downloaded fnv v1.0.7
2332026-08-18T18:58:54.410Z Downloaded rustc_version v0.4.1
2342026-08-18T18:58:54.413Z Downloaded serde_spanned v1.1.1
2352026-08-18T18:58:54.413Z Downloaded scopeguard v1.2.0
2362026-08-18T18:58:54.413Z Downloaded errno v0.3.14
2372026-08-18T18:58:54.413Z Downloaded colorchoice v1.0.5
2382026-08-18T18:58:54.413Z Downloaded document-features v0.2.12
2392026-08-18T18:58:54.413Z Downloaded futures-io v0.3.34
2402026-08-18T18:58:54.416Z Downloaded futures-macro v0.3.34
2412026-08-18T18:58:54.422Z Downloaded signal-hook-mio v0.2.5
2422026-08-18T18:58:54.425Z Downloaded serde_path_to_error v0.1.20
2432026-08-18T18:58:54.425Z Downloaded camino-tempfile v1.4.1
2442026-08-18T18:58:54.425Z Downloaded digest v0.10.7
2452026-08-18T18:58:54.428Z Downloaded rand_pcg v0.10.2
2462026-08-18T18:58:54.432Z Downloaded rustc-hash v2.1.3
2472026-08-18T18:58:54.435Z Downloaded cpufeatures v0.2.17
2482026-08-18T18:58:54.438Z Downloaded shell-words v1.1.1
2492026-08-18T18:58:54.438Z Downloaded sigchld v0.2.4
2502026-08-18T18:58:54.441Z Downloaded futures-task v0.3.34
2512026-08-18T18:58:54.441Z Downloaded supports-color v3.0.2
2522026-08-18T18:58:54.441Z Downloaded generic-array v0.14.7
2532026-08-18T18:58:54.445Z Downloaded color-spantrace v0.3.0
2542026-08-18T18:58:54.454Z Downloaded signature v2.2.0
2552026-08-18T18:58:54.458Z Downloaded rand_chacha v0.9.0
2562026-08-18T18:58:54.462Z Downloaded clap_lex v1.1.0
2572026-08-18T18:58:54.462Z Downloaded crypto-common v0.1.7
2582026-08-18T18:58:54.462Z Downloaded quinn-udp v0.5.15
2592026-08-18T18:58:54.465Z Downloaded form_urlencoded v1.2.2
2602026-08-18T18:58:54.470Z Downloaded rand_core v0.9.5
2612026-08-18T18:58:54.474Z Downloaded dialoguer v0.11.0
2622026-08-18T18:58:54.478Z Downloaded foldhash v0.1.5
2632026-08-18T18:58:54.479Z Downloaded futures-executor v0.3.34
2642026-08-18T18:58:54.479Z Downloaded serde-value v0.7.0
2652026-08-18T18:58:54.479Z Downloaded console v0.15.11
2662026-08-18T18:58:54.483Z Downloaded subtle v2.6.1
2672026-08-18T18:58:54.483Z Downloaded swrite v0.1.0
2682026-08-18T18:58:54.483Z Downloaded bitflags v2.13.1
2692026-08-18T18:58:54.483Z Downloaded equivalent v1.0.2
2702026-08-18T18:58:54.488Z Downloaded strip-ansi-escapes v0.2.1
2712026-08-18T18:58:54.488Z Downloaded quote v1.0.47
2722026-08-18T18:58:54.492Z Downloaded try-lock v0.2.5
2732026-08-18T18:58:54.492Z Downloaded http-body v1.1.0
2742026-08-18T18:58:54.497Z Downloaded urlencoding v2.1.3
2752026-08-18T18:58:54.502Z Downloaded toml_write v0.1.2
2762026-08-18T18:58:54.502Z Downloaded nested v0.1.1
2772026-08-18T18:58:54.507Z Downloaded terminal_size v0.4.4
2782026-08-18T18:58:54.507Z Downloaded futures-sink v0.3.34
2792026-08-18T18:58:54.512Z Downloaded home v0.5.12
2802026-08-18T18:58:54.518Z Downloaded either v1.17.0
2812026-08-18T18:58:54.518Z Downloaded supports-hyperlinks v3.2.0
2822026-08-18T18:58:54.518Z Downloaded cargo_metadata v0.20.0
2832026-08-18T18:58:54.518Z Downloaded find-msvc-tools v0.1.11
2842026-08-18T18:58:54.518Z Downloaded futures-core v0.3.34
2852026-08-18T18:58:54.522Z Downloaded sync_wrapper v1.0.2
2862026-08-18T18:58:54.522Z Downloaded ed25519 v2.2.3
2872026-08-18T18:58:54.522Z Downloaded erased-serde v0.4.10
2882026-08-18T18:58:54.522Z Downloaded strsim v0.11.1
2892026-08-18T18:58:54.522Z Downloaded lazy_static v1.5.0
2902026-08-18T18:58:54.522Z Downloaded fixedbitset v0.5.7
2912026-08-18T18:58:54.523Z Downloaded future-queue v0.4.0
2922026-08-18T18:58:54.527Z Downloaded thread_local v1.1.10
2932026-08-18T18:58:54.527Z Downloaded autocfg v1.5.1
2942026-08-18T18:58:54.527Z Downloaded convert_case v0.10.0
2952026-08-18T18:58:54.527Z Downloaded fastrand v2.5.0
2962026-08-18T18:58:54.532Z Downloaded toml_datetime v0.6.11
2972026-08-18T18:58:54.532Z Downloaded supports-unicode v3.0.0
2982026-08-18T18:58:54.532Z Downloaded rustc-demangle v0.1.28
2992026-08-18T18:58:54.535Z Downloaded smol_str v0.3.6
3002026-08-18T18:58:54.536Z Downloaded debug-ignore v1.0.5
3012026-08-18T18:58:54.540Z Downloaded shlex v2.0.1
3022026-08-18T18:58:54.540Z Downloaded toml_writer v1.1.2+spec-1.1.0
3032026-08-18T18:58:54.540Z Downloaded thiserror-impl v2.0.20
3042026-08-18T18:58:54.540Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3052026-08-18T18:58:54.540Z Downloaded rand_core v0.10.1
3062026-08-18T18:58:54.540Z Downloaded simd-adler32 v0.3.10
3072026-08-18T18:58:54.544Z Downloaded clap_derive v4.6.4
3082026-08-18T18:58:54.544Z Downloaded eyre v0.6.14
3092026-08-18T18:58:54.544Z Downloaded filetime v0.2.29
3102026-08-18T18:58:54.549Z Downloaded futures-channel v0.3.34
3112026-08-18T18:58:54.549Z Downloaded tinyvec_macros v0.1.1
3122026-08-18T18:58:54.549Z Downloaded guppy-workspace-hack v0.1.0
3132026-08-18T18:58:54.549Z Downloaded indenter v0.3.4
3142026-08-18T18:58:54.549Z Downloaded tower-layer v0.3.3
3152026-08-18T18:58:54.549Z Downloaded semver v1.0.28
3162026-08-18T18:58:54.556Z Downloaded duct v0.13.7
3172026-08-18T18:58:54.556Z Downloaded xattr v1.6.1
3182026-08-18T18:58:54.560Z Downloaded slab v0.4.12
3192026-08-18T18:58:54.560Z Downloaded pkg-config v0.3.34
3202026-08-18T18:58:54.560Z Downloaded zeroize v1.9.0
3212026-08-18T18:58:54.564Z Downloaded zipsign-api v0.1.5
3222026-08-18T18:58:54.572Z Downloaded unicase v2.9.0
3232026-08-18T18:58:54.572Z Downloaded pin-project-lite v0.2.17
3242026-08-18T18:58:54.577Z Downloaded spki v0.7.3
3252026-08-18T18:58:54.577Z Downloaded serde_urlencoded v0.7.1
3262026-08-18T18:58:54.577Z Downloaded signal-hook-registry v1.4.8
3272026-08-18T18:58:54.577Z Downloaded tokio-native-tls v0.3.1
3282026-08-18T18:58:54.577Z Downloaded native-tls v0.2.18
3292026-08-18T18:58:54.577Z Downloaded miette-derive v7.6.0
3302026-08-18T18:58:54.577Z Downloaded unicode-linebreak v0.1.5
3312026-08-18T18:58:54.582Z Downloaded openssl-macros v0.1.1
3322026-08-18T18:58:54.582Z Downloaded openssl-probe v0.2.1
3332026-08-18T18:58:54.582Z Downloaded ryu v1.0.23
3342026-08-18T18:58:54.582Z Downloaded untrusted v0.9.0
3352026-08-18T18:58:54.582Z Downloaded idna_adapter v1.0.0
3362026-08-18T18:58:54.582Z Downloaded percent-encoding v2.3.2
3372026-08-18T18:58:54.587Z Downloaded nextest-workspace-hack v0.1.0
3382026-08-18T18:58:54.587Z Downloaded tracing-error v0.2.1
3392026-08-18T18:58:54.591Z Downloaded utf8parse v0.2.2
3402026-08-18T18:58:54.591Z Downloaded pin-project-internal v1.1.13
3412026-08-18T18:58:54.591Z Downloaded crc32fast v1.5.0
3422026-08-18T18:58:54.597Z Downloaded thiserror-impl v1.0.69
3432026-08-18T18:58:54.597Z Downloaded target-spec-miette v0.4.8
3442026-08-18T18:58:54.602Z Downloaded thiserror v1.0.69
3452026-08-18T18:58:54.602Z Downloaded thiserror v2.0.20
3462026-08-18T18:58:54.607Z Downloaded getrandom v0.2.17
3472026-08-18T18:58:54.607Z Downloaded hyper-rustls v0.27.9
3482026-08-18T18:58:54.607Z Downloaded globset v0.4.20
3492026-08-18T18:58:54.607Z Downloaded humantime v2.4.0
3502026-08-18T18:58:54.613Z Downloaded indent_write v2.2.0
3512026-08-18T18:58:54.635Z Downloaded toml v0.8.23
3522026-08-18T18:58:54.635Z Downloaded toml_parser v1.1.3+spec-1.1.0
3532026-08-18T18:58:54.635Z Downloaded chacha20 v0.10.1
3542026-08-18T18:58:54.635Z Downloaded target-lexicon v0.13.5
3552026-08-18T18:58:54.640Z Downloaded typeid v1.0.3
3562026-08-18T18:58:54.640Z Downloaded tempfile v3.27.0
3572026-08-18T18:58:54.640Z Downloaded is_terminal_polyfill v1.70.2
3582026-08-18T18:58:54.640Z Downloaded self-replace v1.5.0
3592026-08-18T18:58:54.640Z Downloaded humantime-serde v1.1.1
3602026-08-18T18:58:54.640Z Downloaded mukti-metadata v0.3.0
3612026-08-18T18:58:54.640Z Downloaded heck v0.5.0
3622026-08-18T18:58:54.640Z Downloaded lru-slab v0.1.2
3632026-08-18T18:58:54.640Z Downloaded pkcs8 v0.10.2
3642026-08-18T18:58:54.640Z Downloaded signal-hook v0.3.18
3652026-08-18T18:58:54.640Z Downloaded self_update v0.42.0
3662026-08-18T18:58:54.640Z Downloaded tokio-stream v0.1.19
3672026-08-18T18:58:54.640Z Downloaded hex v0.4.3
3682026-08-18T18:58:54.640Z Downloaded want v0.3.1
3692026-08-18T18:58:54.640Z Downloaded utf8_iter v1.0.4
3702026-08-18T18:58:54.645Z Downloaded lock_api v0.4.14
3712026-08-18T18:58:54.651Z Downloaded tracing-attributes v0.1.31
3722026-08-18T18:58:54.651Z Downloaded number_prefix v0.4.0
3732026-08-18T18:58:54.651Z Downloaded tower-service v0.3.3
3742026-08-18T18:58:54.651Z Downloaded newtype-uuid v1.4.0
3752026-08-18T18:58:54.656Z Downloaded itoa v1.0.18
3762026-08-18T18:58:54.659Z Downloaded xxhash-rust v0.8.18
3772026-08-18T18:58:54.659Z Downloaded version_check v0.9.5
3782026-08-18T18:58:54.659Z Downloaded derive-where v1.6.1
3792026-08-18T18:58:54.660Z Downloaded is_ci v1.2.0
3802026-08-18T18:58:54.664Z Downloaded zstd-safe v7.2.4
3812026-08-18T18:58:54.665Z Downloaded unicode-xid v0.2.6
3822026-08-18T18:58:54.665Z Downloaded zmij v1.0.23
3832026-08-18T18:58:54.670Z Downloaded clap v4.6.6
3842026-08-18T18:58:54.674Z Downloaded getrandom v0.4.3
3852026-08-18T18:58:54.674Z Downloaded pin-project v1.1.13
3862026-08-18T18:58:54.679Z Downloaded vte v0.14.1
3872026-08-18T18:58:54.679Z Downloaded tokio-rustls v0.26.4
3882026-08-18T18:58:54.684Z Downloaded futures v0.3.34
3892026-08-18T18:58:54.684Z Downloaded http-body-util v0.1.5
3902026-08-18T18:58:54.684Z Downloaded serde-untagged v0.1.9
3912026-08-18T18:58:54.684Z Downloaded static_assertions v1.1.0
3922026-08-18T18:58:54.689Z Downloaded target-spec v3.6.0
3932026-08-18T18:58:54.689Z Downloaded smallvec v1.15.2
3942026-08-18T18:58:54.689Z Downloaded backtrace v0.3.76
3952026-08-18T18:58:54.689Z Downloaded ed25519-dalek v2.2.0
3962026-08-18T18:58:54.693Z Downloaded quick-junit v0.5.2
3972026-08-18T18:58:54.693Z Downloaded jobserver v0.1.35
3982026-08-18T18:58:54.698Z Downloaded tracing-log v0.2.0
3992026-08-18T18:58:54.698Z Downloaded ipnet v2.12.1
4002026-08-18T18:58:54.698Z Downloaded config v0.15.25
4012026-08-18T18:58:54.698Z Downloaded sharded-slab v0.1.7
4022026-08-18T18:58:54.702Z Downloaded serde_derive v1.0.229
4032026-08-18T18:58:54.708Z Downloaded tracing-core v0.1.36
4042026-08-18T18:58:54.716Z Downloaded serde_core v1.0.229
4052026-08-18T18:58:54.721Z Downloaded const-oid v0.9.6
4062026-08-18T18:58:54.726Z Downloaded quinn v0.11.11
4072026-08-18T18:58:54.731Z Downloaded zstd v0.13.3
4082026-08-18T18:58:54.736Z Downloaded hyper-tls v0.6.0
4092026-08-18T18:58:54.736Z Downloaded der v0.7.10
4102026-08-18T18:58:54.740Z Downloaded nextest-metadata v0.12.2
4112026-08-18T18:58:54.740Z Downloaded litrs v1.0.0
4122026-08-18T18:58:54.740Z Downloaded cc v1.4.3
4132026-08-18T18:58:54.740Z Downloaded textwrap v0.16.2
4142026-08-18T18:58:54.745Z Downloaded tinyvec v1.12.0
4152026-08-18T18:58:54.745Z Downloaded toml v1.1.4+spec-1.1.0
4162026-08-18T18:58:54.749Z Downloaded log v0.4.33
4172026-08-18T18:58:54.749Z Downloaded iana-time-zone v0.1.65
4182026-08-18T18:58:54.757Z Downloaded indicatif v0.17.11
4192026-08-18T18:58:54.757Z Downloaded rustls-pki-types v1.15.1
4202026-08-18T18:58:54.761Z Downloaded socket2 v0.6.5
4212026-08-18T18:58:54.761Z Downloaded flate2 v1.1.9
4222026-08-18T18:58:54.765Z Downloaded derive_more v2.1.1
4232026-08-18T18:58:54.769Z Downloaded base64 v0.22.1
4242026-08-18T18:58:54.773Z Downloaded ppv-lite86 v0.2.21
4252026-08-18T18:58:54.774Z Downloaded once_cell v1.21.4
4262026-08-18T18:58:54.778Z Downloaded rand v0.9.5
4272026-08-18T18:58:54.787Z Downloaded nextest-filtering v0.15.0
4282026-08-18T18:58:54.787Z Downloaded httparse v1.10.1
4292026-08-18T18:58:54.791Z Downloaded tar v0.4.46
4302026-08-18T18:58:54.797Z Downloaded serde v1.0.229
4312026-08-18T18:58:54.803Z Downloaded unicode-ident v1.0.24
4322026-08-18T18:58:54.803Z Downloaded derive_more-impl v2.1.1
4332026-08-18T18:58:54.808Z Downloaded miniz_oxide v0.8.9
4342026-08-18T18:58:54.808Z Downloaded rustls-webpki v0.103.14
4352026-08-18T18:58:54.812Z Downloaded toml_edit v0.22.27
4362026-08-18T18:58:54.821Z Downloaded rand v0.10.2
4372026-08-18T18:58:54.826Z Downloaded proc-macro2 v1.0.107
4382026-08-18T18:58:54.830Z Downloaded num-traits v0.2.19
4392026-08-18T18:58:54.835Z Downloaded uuid v1.24.1
4402026-08-18T18:58:54.849Z Downloaded unicode-segmentation v1.13.3
4412026-08-18T18:58:54.853Z Downloaded indexmap v2.14.0
4422026-08-18T18:58:54.858Z Downloaded url v2.5.8
4432026-08-18T18:58:54.858Z Downloaded mio v1.2.2
4442026-08-18T18:58:54.866Z Downloaded miette v7.6.0
4452026-08-18T18:58:54.875Z Downloaded typenum v1.20.1
4462026-08-18T18:58:54.883Z Downloaded ron v0.12.2
4472026-08-18T18:58:54.889Z Downloaded aho-corasick v1.1.5
4482026-08-18T18:58:54.895Z Downloaded tower v0.5.3
4492026-08-18T18:58:54.901Z Downloaded http v1.5.0
4502026-08-18T18:58:54.903Z Downloaded memchr v2.8.3
4512026-08-18T18:58:54.908Z Downloaded idna v1.1.0
4522026-08-18T18:58:54.915Z Downloaded crossterm v0.29.0
4532026-08-18T18:58:54.918Z Downloaded guppy v0.17.26
4542026-08-18T18:58:54.923Z Downloaded hashbrown v0.15.5
4552026-08-18T18:58:54.926Z Downloaded hashbrown v0.17.1
4562026-08-18T18:58:54.933Z Downloaded serde_json v1.0.151
4572026-08-18T18:58:54.937Z Downloaded hyper-util v0.1.20
4582026-08-18T18:58:54.940Z Downloaded futures-util v0.3.34
4592026-08-18T18:58:54.945Z Downloaded pulldown-cmark v0.13.4
4602026-08-18T18:58:54.947Z Downloaded regex v1.13.1
4612026-08-18T18:58:54.954Z Downloaded itertools v0.14.0
4622026-08-18T18:58:54.957Z Downloaded clap_builder v4.6.6
4632026-08-18T18:58:54.961Z Downloaded tokio-util v0.7.19
4642026-08-18T18:58:54.966Z Downloaded winnow v1.0.4
4652026-08-18T18:58:54.975Z Downloaded reqwest v0.12.28
4662026-08-18T18:58:54.979Z Downloaded h2 v0.4.16
4672026-08-18T18:58:54.979Z Downloaded quick-xml v0.37.5
4682026-08-18T18:58:54.979Z Downloaded unicode-normalization v0.1.25
4692026-08-18T18:58:54.984Z Downloaded quick-xml v0.38.4
4702026-08-18T18:58:54.988Z Downloaded tracing-subscriber v0.3.23
4712026-08-18T18:58:54.994Z Downloaded portable-atomic v1.15.0
4722026-08-18T18:58:54.998Z Downloaded webpki-roots v1.0.9
4732026-08-18T18:58:54.998Z Downloaded vcpkg v0.2.15
4742026-08-18T18:58:55.016Z Downloaded chrono v0.4.45
4752026-08-18T18:58:55.019Z Downloaded tower-http v0.6.11
4762026-08-18T18:58:55.027Z Downloaded unicode-width v0.2.2
4772026-08-18T18:58:55.035Z Downloaded curve25519-dalek v4.1.3
4782026-08-18T18:58:55.039Z Downloaded unicode-width v0.1.14
4792026-08-18T18:58:55.039Z Downloaded winnow v0.7.15
4802026-08-18T18:58:55.042Z Downloaded zerocopy v0.8.56
4812026-08-18T18:58:55.051Z Downloaded bstr v1.13.1
4822026-08-18T18:58:55.054Z Downloaded nix v0.30.1
4832026-08-18T18:58:55.060Z Downloaded hyper v1.11.0
4842026-08-18T18:58:55.080Z Downloaded quinn-proto v0.11.17
4852026-08-18T18:58:55.083Z Downloaded color-eyre v0.6.5
4862026-08-18T18:58:55.092Z Downloaded petgraph v0.8.3
4872026-08-18T18:58:55.106Z Downloaded rustls v0.23.43
4882026-08-18T18:58:55.134Z Downloaded gimli v0.32.3
4892026-08-18T18:58:55.181Z Downloaded syn v3.0.3
4902026-08-18T18:58:55.197Z Downloaded nextest-runner v0.80.0
4912026-08-18T18:58:55.205Z Downloaded syn v2.0.119
4922026-08-18T18:58:55.222Z Downloaded openssl v0.10.81
4932026-08-18T18:58:55.230Z Downloaded regex-syntax v0.8.11
4942026-08-18T18:58:55.240Z Downloaded rustix v0.38.44
4952026-08-18T18:58:55.255Z Downloaded object v0.37.3
4962026-08-18T18:58:55.297Z Downloaded rustix v1.1.4
4972026-08-18T18:58:55.341Z Downloaded tracing v0.1.44
4982026-08-18T18:58:55.393Z Downloaded regex-automata v0.4.18
4992026-08-18T18:58:55.461Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5002026-08-18T18:58:55.495Z Downloaded libc v0.2.189
5012026-08-18T18:58:55.516Z Downloaded tokio v1.53.1
5022026-08-18T18:58:55.574Z Downloaded recursion v0.5.4
5032026-08-18T18:58:55.583Z Downloaded ring v0.17.14
5042026-08-18T18:58:55.644Z Compiling proc-macro2 v1.0.107
5052026-08-18T18:58:55.648Z Compiling quote v1.0.47
5062026-08-18T18:58:55.648Z Compiling unicode-ident v1.0.24
5072026-08-18T18:58:55.648Z Compiling libc v0.2.189
5082026-08-18T18:58:55.648Z Compiling serde_core v1.0.229
5092026-08-18T18:58:55.648Z Compiling cfg-if v1.0.4
5102026-08-18T18:58:55.648Z Compiling memchr v2.8.3
5112026-08-18T18:58:55.649Z Compiling once_cell v1.21.4
5122026-08-18T18:58:55.894Z Compiling log v0.4.33
5132026-08-18T18:58:55.909Z Compiling pin-project-lite v0.2.17
5142026-08-18T18:58:56.006Z Compiling serde v1.0.229
5152026-08-18T18:58:56.062Z Compiling itoa v1.0.18
5162026-08-18T18:58:56.192Z Compiling futures-core v0.3.34
5172026-08-18T18:58:56.310Z Compiling smallvec v1.15.2
5182026-08-18T18:58:56.348Z Compiling bitflags v2.13.1
5192026-08-18T18:58:56.364Z Compiling hashbrown v0.17.1
5202026-08-18T18:58:56.583Z Compiling find-msvc-tools v0.1.11
5212026-08-18T18:58:56.780Z Compiling errno v0.3.14
5222026-08-18T18:58:56.810Z Compiling shlex v2.0.1
5232026-08-18T18:58:56.821Z Compiling equivalent v1.0.2
5242026-08-18T18:58:56.934Z Compiling signal-hook-registry v1.4.8
5252026-08-18T18:58:56.945Z Compiling jobserver v0.1.35
5262026-08-18T18:58:56.959Z Compiling bytes v1.12.1
5272026-08-18T18:58:56.997Z Compiling mio v1.2.2
5282026-08-18T18:58:57.037Z Compiling futures-sink v0.3.34
5292026-08-18T18:58:57.118Z Compiling syn v3.0.3
5302026-08-18T18:58:57.155Z Compiling syn v2.0.119
5312026-08-18T18:58:57.167Z Compiling cc v1.4.3
5322026-08-18T18:58:57.270Z Compiling rustix v1.1.4
5332026-08-18T18:58:57.396Z Compiling socket2 v0.6.5
5342026-08-18T18:58:57.689Z Compiling zmij v1.0.23
5352026-08-18T18:58:57.871Z Compiling autocfg v1.5.1
5362026-08-18T18:58:58.002Z Compiling slab v0.4.12
5372026-08-18T18:58:58.201Z Compiling indexmap v2.14.0
5382026-08-18T18:58:58.256Z Compiling futures-channel v0.3.34
5392026-08-18T18:58:58.289Z Compiling tracing-core v0.1.36
5402026-08-18T18:58:58.373Z Compiling version_check v0.9.5
5412026-08-18T18:58:58.520Z Compiling serde_json v1.0.151
5422026-08-18T18:58:58.643Z Compiling futures-task v0.3.34
5432026-08-18T18:58:58.769Z Compiling futures-io v0.3.34
5442026-08-18T18:58:58.818Z Compiling getrandom v0.4.3
5452026-08-18T18:58:58.968Z Compiling camino v1.2.5
5462026-08-18T18:58:59.032Z Compiling unicode-width v0.2.2
5472026-08-18T18:58:59.109Z Compiling percent-encoding v2.3.2
5482026-08-18T18:58:59.349Z Compiling ring v0.17.14
5492026-08-18T18:58:59.354Z Compiling http v1.5.0
5502026-08-18T18:58:59.381Z Compiling zeroize v1.9.0
5512026-08-18T18:58:59.516Z Compiling simd-adler32 v0.3.10
5522026-08-18T18:58:59.595Z Compiling adler2 v2.0.1
5532026-08-18T18:58:59.766Z Compiling miniz_oxide v0.8.9
5542026-08-18T18:59:00.070Z Compiling serde_derive v1.0.229
5552026-08-18T18:59:00.368Z Compiling tokio-macros v2.7.2
5562026-08-18T18:59:00.396Z Compiling futures-macro v0.3.34
5572026-08-18T18:59:00.801Z Compiling tracing-attributes v0.1.31
5582026-08-18T18:59:01.113Z Compiling tokio v1.53.1
5592026-08-18T18:59:01.178Z Compiling num-traits v0.2.19
5602026-08-18T18:59:01.227Z Compiling futures-util v0.3.34
5612026-08-18T18:59:01.241Z Compiling target-lexicon v0.13.5
5622026-08-18T18:59:01.408Z Compiling getrandom v0.3.4
5632026-08-18T18:59:01.479Z Compiling zerocopy v0.8.56
5642026-08-18T18:59:01.692Z Compiling object v0.37.3
5652026-08-18T18:59:01.907Z Compiling http-body v1.1.0
5662026-08-18T18:59:01.962Z Compiling rustls-pki-types v1.15.1
5672026-08-18T18:59:01.988Z Compiling tracing v0.1.44
5682026-08-18T18:59:02.016Z Compiling form_urlencoded v1.2.2
5692026-08-18T18:59:02.067Z Compiling semver v1.0.28
5702026-08-18T18:59:02.295Z Compiling getrandom v0.2.17
5712026-08-18T18:59:02.343Z Compiling httparse v1.10.1
5722026-08-18T18:59:02.494Z Compiling signal-hook v0.3.18
5732026-08-18T18:59:02.686Z Compiling utf8_iter v1.0.4
5742026-08-18T18:59:02.705Z Compiling idna_adapter v1.0.0
5752026-08-18T18:59:02.717Z Compiling gimli v0.32.3
5762026-08-18T18:59:02.809Z Compiling owo-colors v4.3.0
5772026-08-18T18:59:02.812Z Compiling untrusted v0.9.0
5782026-08-18T18:59:02.851Z Compiling thiserror v2.0.20
5792026-08-18T18:59:02.953Z Compiling guppy-workspace-hack v0.1.0
5802026-08-18T18:59:03.145Z Compiling fnv v1.0.7
5812026-08-18T18:59:03.249Z Compiling idna v1.1.0
5822026-08-18T18:59:04.252Z Compiling thiserror-impl v2.0.20
5832026-08-18T18:59:04.442Z Compiling generic-array v0.14.7
5842026-08-18T18:59:04.676Z Compiling addr2line v0.25.1
5852026-08-18T18:59:04.909Z Compiling tower-service v0.3.3
5862026-08-18T18:59:05.015Z Compiling rustls v0.23.43
5872026-08-18T18:59:05.117Z Compiling tokio-util v0.7.19
5882026-08-18T18:59:05.226Z Compiling target-spec v3.6.0
5892026-08-18T18:59:05.415Z Compiling typeid v1.0.3
5902026-08-18T18:59:05.433Z Compiling fastrand v2.5.0
5912026-08-18T18:59:05.513Z Compiling rustc-demangle v0.1.28
5922026-08-18T18:59:05.711Z Compiling atomic-waker v1.1.2
5932026-08-18T18:59:05.769Z Compiling try-lock v0.2.5
5942026-08-18T18:59:05.844Z Compiling thiserror v1.0.69
5952026-08-18T18:59:05.887Z Compiling pkg-config v0.3.34
5962026-08-18T18:59:06.228Z Compiling backtrace v0.3.76
5972026-08-18T18:59:06.320Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5982026-08-18T18:59:06.335Z Compiling want v0.3.1
5992026-08-18T18:59:06.413Z Compiling h2 v0.4.16
6002026-08-18T18:59:06.513Z Compiling tempfile v3.27.0
6012026-08-18T18:59:06.614Z Compiling cfg-expr v0.20.8
6022026-08-18T18:59:06.659Z Compiling url v2.5.8
6032026-08-18T18:59:07.662Z Compiling thiserror-impl v1.0.69
6042026-08-18T18:59:07.675Z Compiling terminal_size v0.4.4
6052026-08-18T18:59:07.833Z Compiling aho-corasick v1.1.5
6062026-08-18T18:59:08.217Z Compiling subtle v2.6.1
6072026-08-18T18:59:08.386Z Compiling rustls-webpki v0.103.14
6082026-08-18T18:59:08.803Z Compiling typenum v1.20.1
6092026-08-18T18:59:09.077Z Compiling winnow v0.7.15
6102026-08-18T18:59:09.501Z Compiling erased-serde v0.4.10
6112026-08-18T18:59:09.800Z Compiling regex-syntax v0.8.11
6122026-08-18T18:59:11.161Z Compiling hyper v1.11.0
6132026-08-18T18:59:11.566Z Compiling regex-automata v0.4.18
6142026-08-18T18:59:13.457Z Compiling toml_datetime v0.6.11
6152026-08-18T18:59:13.853Z Compiling serde_spanned v0.6.9
6162026-08-18T18:59:14.018Z Compiling ahash v0.8.12
6172026-08-18T18:59:14.273Z Compiling sync_wrapper v1.0.2
6182026-08-18T18:59:14.314Z Compiling ipnet v2.12.1
6192026-08-18T18:59:14.389Z Compiling crc32fast v1.5.0
6202026-08-18T18:59:14.713Z Compiling base64 v0.22.1
6212026-08-18T18:59:14.943Z Compiling unicode-linebreak v0.1.5
6222026-08-18T18:59:15.008Z Compiling unicode-segmentation v1.13.3
6232026-08-18T18:59:15.211Z Compiling either v1.17.0
6242026-08-18T18:59:15.211Z Compiling lazy_static v1.5.0
6252026-08-18T18:59:15.334Z Compiling tower-layer v0.3.3
6262026-08-18T18:59:15.404Z Compiling foldhash v0.1.5
6272026-08-18T18:59:15.446Z Compiling nextest-workspace-hack v0.1.0
6282026-08-18T18:59:15.516Z Compiling portable-atomic v1.15.0
6292026-08-18T18:59:15.543Z Compiling is_ci v1.2.0
6302026-08-18T18:59:15.636Z Compiling toml_write v0.1.2
6312026-08-18T18:59:15.664Z Compiling parking_lot_core v0.9.12
6322026-08-18T18:59:15.731Z Compiling supports-color v3.0.2
6332026-08-18T18:59:15.897Z Compiling toml_edit v0.22.27
6342026-08-18T18:59:15.959Z Compiling hashbrown v0.15.5
6352026-08-18T18:59:15.982Z Compiling tower v0.5.3
6362026-08-18T18:59:16.018Z Compiling convert_case v0.10.0
6372026-08-18T18:59:16.282Z Compiling sharded-slab v0.1.7
6382026-08-18T18:59:16.567Z Compiling textwrap v0.16.2
6392026-08-18T18:59:16.620Z Compiling hyper-util v0.1.20
6402026-08-18T18:59:17.006Z Compiling tokio-rustls v0.26.4
6412026-08-18T18:59:17.348Z Compiling backtrace-ext v0.2.1
6422026-08-18T18:59:17.614Z Compiling ordered-float v2.10.1
6432026-08-18T18:59:17.878Z Compiling webpki-roots v1.0.9
6442026-08-18T18:59:17.899Z Compiling miette-derive v7.6.0
6452026-08-18T18:59:17.946Z Compiling pathdiff v0.2.3
6462026-08-18T18:59:17.997Z Compiling console v0.15.11
6472026-08-18T18:59:18.079Z Compiling tracing-log v0.2.0
6482026-08-18T18:59:18.425Z Compiling cargo-platform v0.3.3
6492026-08-18T18:59:18.978Z Compiling os_pipe v1.2.3
6502026-08-18T18:59:19.007Z Compiling thread_local v1.1.10
6512026-08-18T18:59:19.152Z Compiling ryu v1.0.23
6522026-08-18T18:59:19.298Z Compiling supports-hyperlinks v3.2.0
6532026-08-18T18:59:19.319Z Compiling winnow v1.0.4
6542026-08-18T18:59:19.340Z Compiling fixedbitset v0.5.7
6552026-08-18T18:59:19.445Z Compiling utf8parse v0.2.2
6562026-08-18T18:59:19.516Z Compiling unicode-width v0.1.14
6572026-08-18T18:59:19.566Z Compiling debug-ignore v1.0.5
6582026-08-18T18:59:19.681Z Compiling zstd-safe v7.2.4
6592026-08-18T18:59:19.823Z Compiling pulldown-cmark v0.13.4
6602026-08-18T18:59:19.867Z Compiling supports-unicode v3.0.0
6612026-08-18T18:59:19.924Z Compiling rustix v0.38.44
6622026-08-18T18:59:20.042Z Compiling cfg_aliases v0.2.2
6632026-08-18T18:59:20.130Z Compiling scopeguard v1.2.0
6642026-08-18T18:59:20.239Z Compiling lock_api v0.4.14
6652026-08-18T18:59:20.363Z Compiling nix v0.30.1
6662026-08-18T18:59:20.424Z Compiling toml_parser v1.1.3+spec-1.1.0
6672026-08-18T18:59:20.502Z Compiling miette v7.6.0
6682026-08-18T18:59:20.741Z Compiling petgraph v0.8.3
6692026-08-18T18:59:20.793Z Compiling anstyle-parse v1.0.0
6702026-08-18T18:59:21.020Z Compiling serde_urlencoded v0.7.1
6712026-08-18T18:59:21.304Z Compiling tracing-subscriber v0.3.23
6722026-08-18T18:59:21.729Z Compiling sigchld v0.2.4
6732026-08-18T18:59:21.932Z Compiling cargo_metadata v0.23.1
6742026-08-18T18:59:22.680Z Compiling hyper-rustls v0.27.9
6752026-08-18T18:59:23.242Z Compiling serde-value v0.7.0
6762026-08-18T18:59:23.352Z Compiling serde-untagged v0.1.9
6772026-08-18T18:59:23.724Z Compiling toml v0.8.23
6782026-08-18T18:59:24.293Z Compiling tower-http v0.6.11
6792026-08-18T18:59:24.458Z Compiling derive_more-impl v2.1.1
6802026-08-18T18:59:25.322Z Compiling itertools v0.14.0
6812026-08-18T18:59:25.342Z Compiling regex v1.13.1
6822026-08-18T18:59:25.366Z Compiling block-buffer v0.10.4
6832026-08-18T18:59:25.378Z Compiling crypto-common v0.1.7
6842026-08-18T18:59:25.509Z Compiling ppv-lite86 v0.2.21
6852026-08-18T18:59:25.522Z Compiling rand_core v0.9.5
6862026-08-18T18:59:25.782Z Compiling futures-executor v0.3.34
6872026-08-18T18:59:25.847Z Compiling http-body-util v0.1.5
6882026-08-18T18:59:26.151Z Compiling pin-project-internal v1.1.13
6892026-08-18T18:59:26.288Z Compiling uuid v1.24.1
6902026-08-18T18:59:26.450Z Compiling eyre v0.6.14
6912026-08-18T18:59:26.715Z Compiling smol_str v0.3.6
6922026-08-18T18:59:26.781Z Compiling serde_spanned v1.1.1
6932026-08-18T18:59:26.838Z Compiling toml_datetime v1.1.1+spec-1.1.0
6942026-08-18T18:59:26.852Z Compiling filetime v0.2.29
6952026-08-18T18:59:26.934Z Compiling vte v0.14.1
6962026-08-18T18:59:27.065Z Compiling bstr v1.13.1
6972026-08-18T18:59:27.068Z Compiling iana-time-zone v0.1.65
6982026-08-18T18:59:27.218Z Compiling color-spantrace v0.3.0
6992026-08-18T18:59:27.264Z Compiling litrs v1.0.0
7002026-08-18T18:59:27.280Z Compiling number_prefix v0.4.0
7012026-08-18T18:59:27.388Z Compiling tinyvec_macros v0.1.1
7022026-08-18T18:59:27.438Z Compiling nested v0.1.1
7032026-08-18T18:59:27.461Z Compiling colorchoice v1.0.5
7042026-08-18T18:59:27.518Z Compiling anstyle v1.0.14
7052026-08-18T18:59:27.585Z Compiling unicase v2.9.0
7062026-08-18T18:59:27.637Z Compiling static_assertions v1.1.0
7072026-08-18T18:59:27.714Z Compiling is_terminal_polyfill v1.70.2
7082026-08-18T18:59:27.727Z Compiling anstyle-query v1.1.5
7092026-08-18T18:59:27.743Z Compiling unicode-xid v0.2.6
7102026-08-18T18:59:27.759Z Compiling self_update v0.42.0
7112026-08-18T18:59:27.773Z Compiling xattr v1.6.1
7122026-08-18T18:59:27.807Z Compiling anstream v1.0.0
7132026-08-18T18:59:27.835Z Compiling cargo-util-schemas v0.2.0
7142026-08-18T18:59:27.869Z Compiling document-features v0.2.12
7152026-08-18T18:59:27.976Z Compiling tar v0.4.46
7162026-08-18T18:59:28.005Z Compiling guppy v0.17.26
7172026-08-18T18:59:28.353Z Compiling globset v0.4.20
7182026-08-18T18:59:28.409Z Compiling tinyvec v1.12.0
7192026-08-18T18:59:28.855Z Compiling indicatif v0.17.11
7202026-08-18T18:59:29.115Z Compiling pin-project v1.1.13
7212026-08-18T18:59:29.226Z Compiling chrono v0.4.45
7222026-08-18T18:59:30.296Z Compiling strip-ansi-escapes v0.2.1
7232026-08-18T18:59:30.525Z Compiling toml v1.1.4+spec-1.1.0
7242026-08-18T18:59:30.538Z Compiling nextest-metadata v0.12.2
7252026-08-18T18:59:31.121Z Compiling newtype-uuid v1.4.0
7262026-08-18T18:59:31.312Z Compiling reqwest v0.12.28
7272026-08-18T18:59:31.660Z Compiling futures v0.3.34
7282026-08-18T18:59:31.749Z Compiling rand_chacha v0.9.0
7292026-08-18T18:59:31.990Z Compiling digest v0.10.7
7302026-08-18T18:59:32.223Z Compiling derive_more v2.1.1
7312026-08-18T18:59:32.311Z Compiling parking_lot v0.12.5
7322026-08-18T18:59:32.324Z Compiling flate2 v1.1.9
7332026-08-18T18:59:32.573Z Compiling tracing-error v0.2.1
7342026-08-18T18:59:32.808Z Compiling shared_child v1.1.1
7352026-08-18T18:59:33.219Z Compiling signal-hook-mio v0.2.5
7362026-08-18T18:59:33.219Z Compiling self-replace v1.5.0
7372026-08-18T18:59:33.357Z Compiling cargo-platform v0.2.0
7382026-08-18T18:59:33.498Z Compiling quick-xml v0.38.4
7392026-08-18T18:59:33.601Z Compiling quick-xml v0.37.5
7402026-08-18T18:59:33.916Z Compiling heck v0.5.0
7412026-08-18T18:59:34.115Z Compiling urlencoding v2.1.3
7422026-08-18T18:59:34.372Z Compiling shell-words v1.1.1
7432026-08-18T18:59:34.438Z Compiling humantime v2.4.0
7442026-08-18T18:59:34.877Z Compiling clap_lex v1.1.0
7452026-08-18T18:59:34.895Z Compiling recursion v0.5.4
7462026-08-18T18:59:35.034Z Compiling cpufeatures v0.2.17
7472026-08-18T18:59:35.110Z Compiling strsim v0.11.1
7482026-08-18T18:59:35.148Z Compiling indenter v0.3.4
7492026-08-18T18:59:35.232Z Compiling sha2 v0.10.9
7502026-08-18T18:59:35.304Z Compiling clap_derive v4.6.4
7512026-08-18T18:59:35.741Z Compiling clap_builder v4.6.6
7522026-08-18T18:59:35.783Z Compiling nextest-filtering v0.15.0
7532026-08-18T18:59:35.938Z Compiling humantime-serde v1.1.1
7542026-08-18T18:59:36.526Z Compiling quick-junit v0.5.2
7552026-08-18T18:59:37.063Z Compiling atomicwrites v0.4.4
7562026-08-18T18:59:37.364Z Compiling cargo_metadata v0.20.0
7572026-08-18T18:59:39.606Z Compiling crossterm v0.29.0
7582026-08-18T18:59:39.690Z Compiling cargo-nextest v0.9.97
7592026-08-18T18:59:40.025Z Compiling duct v0.13.7
7602026-08-18T18:59:42.425Z Compiling zstd v0.13.3
7612026-08-18T18:59:42.559Z Compiling rand v0.9.5
7622026-08-18T18:59:42.578Z Compiling async-scoped v0.9.0
7632026-08-18T18:59:42.631Z Compiling config v0.15.25
7642026-08-18T18:59:42.701Z Compiling unicode-normalization v0.1.25
7652026-08-18T18:59:42.771Z Compiling target-spec-miette v0.4.8
7662026-08-18T18:59:42.849Z Compiling future-queue v0.4.0
7672026-08-18T18:59:42.878Z Compiling mukti-metadata v0.3.0
7682026-08-18T18:59:43.135Z Compiling camino-tempfile v1.4.1
7692026-08-18T18:59:43.167Z Compiling tokio-stream v0.1.19
7702026-08-18T18:59:43.275Z Compiling derive-where v1.6.1
7712026-08-18T18:59:43.287Z Compiling serde_ignored v0.1.14
7722026-08-18T18:59:43.373Z Compiling serde_path_to_error v0.1.20
7732026-08-18T18:59:43.511Z Compiling swrite v0.1.0
7742026-08-18T18:59:43.537Z Compiling hex v0.4.3
7752026-08-18T18:59:43.619Z Compiling indent_write v2.2.0
7762026-08-18T18:59:43.770Z Compiling xxhash-rust v0.8.18
7772026-08-18T18:59:43.827Z Compiling home v0.5.12
7782026-08-18T18:59:43.831Z Compiling color-eyre v0.6.5
7792026-08-18T18:59:43.868Z Compiling clap v4.6.6
7802026-08-18T18:59:43.951Z Compiling dialoguer v0.11.0
7812026-08-18T18:59:43.963Z Compiling enable-ansi-support v0.2.1
7822026-08-18T18:59:44.520Z Compiling nextest-runner v0.80.0
7832026-08-18T19:00:03.464Z Finished `release` profile [optimized] target(s) in 1m 11s
7842026-08-18T19:00:03.642Z Installing /home/build/.cargo/bin/cargo-nextest
7852026-08-18T19:00:03.645Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7862026-08-18T19:00:03.774Z+ pushd rdb
7872026-08-18T19:00:03.777Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7882026-08-18T19:00:03.777Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7892026-08-18T19:00:03.934Z Updating git repository `https://github.com/oxidecomputer/falcon`
7902026-08-18T19:00:04.898ZFrom https://github.com/oxidecomputer/falcon
7912026-08-18T19:00:04.898Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7922026-08-18T19:00:04.974Z Updating crates.io index
7932026-08-18T19:00:04.977Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7942026-08-18T19:00:05.563ZFrom https://github.com/oxidecomputer/dendrite
7952026-08-18T19:00:05.563Z * [new ref] 9645288adc19b352aaa9a675be9953fe4e0b6e1b -> refs/commit/9645288adc19b352aaa9a675be9953fe4e0b6e1b
7962026-08-18T19:00:05.598Z Updating git repository `https://github.com/oxidecomputer/ispf`
7972026-08-18T19:00:05.908ZFrom https://github.com/oxidecomputer/ispf
7982026-08-18T19:00:05.908Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7992026-08-18T19:00:05.914Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8002026-08-18T19:00:06.425ZFrom https://github.com/oxidecomputer/netadm-sys
8012026-08-18T19:00:06.425Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
8022026-08-18T19:00:06.433Z Updating git repository `https://github.com/oxidecomputer/omicron`
8032026-08-18T19:00:17.123ZFrom https://github.com/oxidecomputer/omicron
8042026-08-18T19:00:17.123Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8052026-08-18T19:00:17.542Z Updating git repository `https://github.com/oxidecomputer/opte`
8062026-08-18T19:00:18.677ZFrom https://github.com/oxidecomputer/opte
8072026-08-18T19:00:18.677Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8082026-08-18T19:00:18.708Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8092026-08-18T19:00:19.013ZFrom https://github.com/oxidecomputer/slog-error-chain
8102026-08-18T19:00:19.013Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8112026-08-18T19:00:19.023Z Updating git repository `https://github.com/illumos/smf-rs`
8122026-08-18T19:00:19.640ZFrom https://github.com/illumos/smf-rs
8132026-08-18T19:00:19.640Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8142026-08-18T19:00:19.647Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8152026-08-18T19:00:19.963ZFrom https://github.com/oxidecomputer/network-interface
8162026-08-18T19:00:19.963Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8172026-08-18T19:00:19.970Z Updating git repository `https://github.com/oxidecomputer/zone`
8182026-08-18T19:00:20.300ZFrom https://github.com/oxidecomputer/zone
8192026-08-18T19:00:20.300Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8202026-08-18T19:00:20.306Z Updating git repository `https://github.com/oxidecomputer/propolis`
8212026-08-18T19:00:21.229ZFrom https://github.com/oxidecomputer/propolis
8222026-08-18T19:00:21.229Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8232026-08-18T19:00:21.275Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8242026-08-18T19:00:21.889ZFrom https://github.com/oxidecomputer/transceiver-control
8252026-08-18T19:00:21.889Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
8262026-08-18T19:00:21.900Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8272026-08-18T19:00:22.222ZFrom https://github.com/oxidecomputer/dlpi-sys
8282026-08-18T19:00:22.222Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
8292026-08-18T19:00:22.228Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8302026-08-18T19:00:22.555ZFrom https://github.com/jmesmon/rust-libzfs
8312026-08-18T19:00:22.555Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8322026-08-18T19:00:22.562Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8332026-08-18T19:00:22.859ZFrom https://github.com/oxidecomputer/rusty-doors
8342026-08-18T19:00:22.859Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8352026-08-18T19:00:22.866Z Updating git repository `https://github.com/oxidecomputer/lldp`
8362026-08-18T19:00:23.258ZFrom https://github.com/oxidecomputer/lldp
8372026-08-18T19:00:23.258Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8382026-08-18T19:00:23.269Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8392026-08-18T19:00:23.731ZFrom https://github.com/oxidecomputer/tufaceous
8402026-08-18T19:00:23.731Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8412026-08-18T19:00:23.750Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8422026-08-18T19:00:24.346ZFrom https://github.com/oxidecomputer/management-gateway-service
8432026-08-18T19:00:24.346Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8442026-08-18T19:00:24.361Z Updating git repository `https://github.com/oxidecomputer/crucible`
8452026-08-18T19:00:25.522ZFrom https://github.com/oxidecomputer/crucible
8462026-08-18T19:00:25.522Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8472026-08-18T19:00:25.571Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8482026-08-18T19:00:25.851ZFrom https://github.com/oxidecomputer/serde_human_bytes
8492026-08-18T19:00:25.851Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8502026-08-18T19:00:25.865Z Updating git repository `https://github.com/oxidecomputer/propolis`
8512026-08-18T19:00:26.289ZFrom https://github.com/oxidecomputer/propolis
8522026-08-18T19:00:26.289Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8532026-08-18T19:00:26.336Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-08-18T19:00:26.845ZFrom https://github.com/oxidecomputer/crucible
8552026-08-18T19:00:26.845Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8562026-08-18T19:00:26.911Z Updating git repository `https://github.com/oxidecomputer/tofino`
8572026-08-18T19:00:27.319ZFrom https://github.com/oxidecomputer/tofino
8582026-08-18T19:00:27.319Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8592026-08-18T19:00:27.330Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8602026-08-18T19:00:28.182ZFrom https://github.com/oxidecomputer/maghemite
8612026-08-18T19:00:28.182Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8622026-08-18T19:00:28.216Z Updating git repository `https://github.com/oxidecomputer/clickward`
8632026-08-18T19:00:28.524ZFrom https://github.com/oxidecomputer/clickward
8642026-08-18T19:00:28.524Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8652026-08-18T19:00:28.531Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8662026-08-18T19:00:28.832ZFrom https://github.com/oxidecomputer/illumos-devinfo
8672026-08-18T19:00:28.832Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8682026-08-18T19:00:29.521Z Downloading crates ...
8692026-08-18T19:00:29.575Z Downloaded memoffset v0.9.1
8702026-08-18T19:00:29.578Z Downloaded natord v1.0.9
8712026-08-18T19:00:29.578Z Downloaded omicron-workspace-hack v0.1.0
8722026-08-18T19:00:29.584Z Downloaded newtype_derive v0.1.6
8732026-08-18T19:00:29.587Z Downloaded macaddr v1.0.1
8742026-08-18T19:00:29.587Z Downloaded match_cfg v0.1.0
8752026-08-18T19:00:29.590Z Downloaded foreign-types v0.5.0
8762026-08-18T19:00:29.590Z Downloaded progenitor-client v0.14.0
8772026-08-18T19:00:29.593Z Downloaded progenitor-macro v0.13.0
8782026-08-18T19:00:29.595Z Downloaded foreign-types-macros v0.2.4
8792026-08-18T19:00:29.595Z Downloaded proc-macro-crate v3.5.0
8802026-08-18T19:00:29.596Z Downloaded foreign-types-shared v0.3.1
8812026-08-18T19:00:29.596Z Downloaded managed v0.8.0
8822026-08-18T19:00:29.598Z Downloaded fixedbitset v0.4.2
8832026-08-18T19:00:29.598Z Downloaded keccak v0.1.6
8842026-08-18T19:00:29.598Z Downloaded parse-display v0.10.0
8852026-08-18T19:00:29.602Z Downloaded libsw-core v0.3.2
8862026-08-18T19:00:29.605Z Downloaded num-integer v0.1.47
8872026-08-18T19:00:29.605Z Downloaded num_enum v0.5.11
8882026-08-18T19:00:29.608Z Downloaded oxnet v0.1.6
8892026-08-18T19:00:29.608Z Downloaded num-derive v0.4.2
8902026-08-18T19:00:29.610Z Downloaded rustc_version v0.1.7
8912026-08-18T19:00:29.610Z Downloaded enum-as-inner v0.6.1
8922026-08-18T19:00:29.613Z Downloaded aead v0.5.2
8932026-08-18T19:00:29.616Z Downloaded num-iter v0.1.46
8942026-08-18T19:00:29.616Z Downloaded num_threads v0.1.7
8952026-08-18T19:00:29.616Z Downloaded hubpack v0.1.2
8962026-08-18T19:00:29.619Z Downloaded memmap v0.7.0
8972026-08-18T19:00:29.619Z Downloaded mime v0.3.17
8982026-08-18T19:00:29.621Z Downloaded linked-hash-map v0.5.6
8992026-08-18T19:00:29.624Z Downloaded find-msvc-tools v0.1.10
9002026-08-18T19:00:29.624Z Downloaded embedded-io v0.6.1
9012026-08-18T19:00:29.627Z Downloaded lru-cache v0.1.2
9022026-08-18T19:00:29.627Z Downloaded no-std-compat v0.4.1
9032026-08-18T19:00:29.627Z Downloaded rand_xorshift v0.4.0
9042026-08-18T19:00:29.627Z Downloaded newtype-uuid-macros v0.1.1
9052026-08-18T19:00:29.630Z Downloaded num_enum_derive v0.5.11
9062026-08-18T19:00:29.630Z Downloaded glob v0.3.4
9072026-08-18T19:00:29.633Z Downloaded group v0.13.0
9082026-08-18T19:00:29.633Z Downloaded heck v0.4.1
9092026-08-18T19:00:29.636Z Downloaded libscf-sys v1.2.0
9102026-08-18T19:00:29.636Z Downloaded num v0.4.3
9112026-08-18T19:00:29.636Z Downloaded num-conv v0.2.2
9122026-08-18T19:00:29.637Z Downloaded embedded-io v0.4.0
9132026-08-18T19:00:29.639Z Downloaded olpc-cjson v0.1.4
9142026-08-18T19:00:29.639Z Downloaded hostname v0.3.1
9152026-08-18T19:00:29.639Z Downloaded ff v0.13.1
9162026-08-18T19:00:29.642Z Downloaded opaque-debug v0.3.1
9172026-08-18T19:00:29.642Z Downloaded num_enum_derive v0.7.6
9182026-08-18T19:00:29.645Z Downloaded phf_shared v0.12.1
9192026-08-18T19:00:29.645Z Downloaded newline-converter v0.3.0
9202026-08-18T19:00:29.648Z Downloaded pest_derive v2.8.8
9212026-08-18T19:00:29.648Z Downloaded hostname v0.4.2
9222026-08-18T19:00:29.651Z Downloaded powerfmt v0.2.0
9232026-08-18T19:00:29.656Z Downloaded proc-macro-crate v1.3.1
9242026-08-18T19:00:29.659Z Downloaded num-complex v0.4.6
9252026-08-18T19:00:29.659Z Downloaded num-rational v0.4.2
9262026-08-18T19:00:29.659Z Downloaded ref-cast-impl v1.0.26
9272026-08-18T19:00:29.662Z Downloaded fxhash v0.2.1
9282026-08-18T19:00:29.662Z Downloaded httpdate v1.0.3
9292026-08-18T19:00:29.665Z Downloaded hash32 v0.3.1
9302026-08-18T19:00:29.668Z Downloaded proc-macro-error-attr v1.0.4
9312026-08-18T19:00:29.668Z Downloaded progenitor-macro v0.14.0
9322026-08-18T19:00:29.668Z Downloaded pretty-hex v0.4.2
9332026-08-18T19:00:29.668Z Downloaded quick-error v1.2.3
9342026-08-18T19:00:29.671Z Downloaded git-stub v1.0.0
9352026-08-18T19:00:29.674Z Downloaded progenitor-client v0.10.0
9362026-08-18T19:00:29.674Z Downloaded same-file v1.0.6
9372026-08-18T19:00:29.677Z Downloaded hubpack_derive v0.1.1
9382026-08-18T19:00:29.677Z Downloaded internet-checksum v0.2.1
9392026-08-18T19:00:29.677Z Downloaded jiff-static v0.2.35
9402026-08-18T19:00:29.677Z Downloaded progenitor-macro v0.10.0
9412026-08-18T19:00:29.680Z Downloaded rand_chacha v0.3.1
9422026-08-18T19:00:29.680Z Downloaded hmac v0.12.1
9432026-08-18T19:00:29.683Z Downloaded icu_properties v2.2.0
9442026-08-18T19:00:29.686Z Downloaded idna_adapter v1.2.2
9452026-08-18T19:00:29.689Z Downloaded zone_cfg_derive v0.3.1
9462026-08-18T19:00:29.692Z Downloaded float-ord v0.3.2
9472026-08-18T19:00:29.696Z Downloaded libsw v3.5.0
9482026-08-18T19:00:29.698Z Downloaded potential_utf v0.1.5
9492026-08-18T19:00:29.698Z Downloaded progenitor v0.10.0
9502026-08-18T19:00:29.698Z Downloaded scroll_derive v0.13.1
9512026-08-18T19:00:29.701Z Downloaded serde-big-array v0.5.1
9522026-08-18T19:00:29.701Z Downloaded konst_macro_rules v0.2.19
9532026-08-18T19:00:29.701Z Downloaded scroll_derive v0.12.1
9542026-08-18T19:00:29.701Z Downloaded inout v0.1.4
9552026-08-18T19:00:29.705Z Downloaded multer v3.1.0
9562026-08-18T19:00:29.707Z Downloaded num_enum v0.7.6
9572026-08-18T19:00:29.711Z Downloaded base16ct v0.2.0
9582026-08-18T19:00:29.711Z Downloaded bit-set v0.8.0
9592026-08-18T19:00:29.714Z Downloaded memmap2 v0.9.11
9602026-08-18T19:00:29.714Z Downloaded semver v0.1.20
9612026-08-18T19:00:29.714Z Downloaded is-terminal v0.4.17
9622026-08-18T19:00:29.714Z Downloaded async-recursion v1.1.1
9632026-08-18T19:00:29.717Z Downloaded linear-map v1.2.0
9642026-08-18T19:00:29.718Z Downloaded pest_generator v2.8.8
9652026-08-18T19:00:29.718Z Downloaded const-random-macro v0.1.16
9662026-08-18T19:00:29.720Z Downloaded ref-cast v1.0.26
9672026-08-18T19:00:29.723Z Downloaded secrecy v0.10.3
9682026-08-18T19:00:29.723Z Downloaded parking_lot_core v0.8.6
9692026-08-18T19:00:29.726Z Downloaded phf v0.12.1
9702026-08-18T19:00:29.726Z Downloaded progenitor-client v0.13.0
9712026-08-18T19:00:29.726Z Downloaded ident_case v1.0.1
9722026-08-18T19:00:29.728Z Downloaded cobs v0.3.0
9732026-08-18T19:00:29.731Z Downloaded cstr-argument v0.1.2
9742026-08-18T19:00:29.731Z Downloaded defmt v0.3.100
9752026-08-18T19:00:29.731Z Downloaded defmt-parser v1.0.0
9762026-08-18T19:00:29.734Z Downloaded dtrace-parser v0.2.0
9772026-08-18T19:00:29.734Z Downloaded serde_repr v0.1.21
9782026-08-18T19:00:29.734Z Downloaded gethostname v0.5.0
9792026-08-18T19:00:29.734Z Downloaded hybrid-array v0.4.14
9802026-08-18T19:00:29.737Z Downloaded foldhash v0.2.0
9812026-08-18T19:00:29.737Z Downloaded ingot v0.2.1
9822026-08-18T19:00:29.740Z Downloaded siphasher v1.0.3
9832026-08-18T19:00:29.740Z Downloaded highway v1.3.0
9842026-08-18T19:00:29.743Z Downloaded paste v1.0.15
9852026-08-18T19:00:29.743Z Downloaded pkg-config v0.3.33
9862026-08-18T19:00:29.743Z Downloaded plain v0.2.3
9872026-08-18T19:00:29.746Z Downloaded progenitor-extras v0.2.0
9882026-08-18T19:00:29.746Z Downloaded rustversion v1.0.23
9892026-08-18T19:00:29.747Z Downloaded git-stub-vcs v0.1.0
9902026-08-18T19:00:29.749Z Downloaded proc-macro-error v1.0.4
9912026-08-18T19:00:29.749Z Downloaded fs_extra v1.3.0
9922026-08-18T19:00:29.752Z Downloaded scroll v0.13.0
9932026-08-18T19:00:29.752Z Downloaded erased-serde v0.3.31
9942026-08-18T19:00:29.752Z Downloaded sha1 v0.10.7
9952026-08-18T19:00:29.752Z Downloaded parse-display-derive v0.10.0
9962026-08-18T19:00:29.755Z Downloaded pem v3.0.6
9972026-08-18T19:00:29.755Z Downloaded port-file v0.1.0
9982026-08-18T19:00:29.755Z Downloaded stable_deref_trait v1.2.1
9992026-08-18T19:00:29.758Z Downloaded tabwriter v1.4.1
10002026-08-18T19:00:29.758Z Downloaded fs-err v3.3.1
10012026-08-18T19:00:29.758Z Downloaded tabled_derive v0.7.0
10022026-08-18T19:00:29.758Z Downloaded untrusted v0.7.1
10032026-08-18T19:00:29.763Z Downloaded poly1305 v0.8.0
10042026-08-18T19:00:29.766Z Downloaded thread-id v5.1.0
10052026-08-18T19:00:29.766Z Downloaded usdt-macro v0.6.0
10062026-08-18T19:00:29.769Z Downloaded litemap v0.8.2
10072026-08-18T19:00:29.772Z Downloaded compression-core v0.4.32
10082026-08-18T19:00:29.772Z Downloaded oxide-tokio-rt v0.1.6
10092026-08-18T19:00:29.775Z Downloaded dof v0.3.0
10102026-08-18T19:00:29.775Z Downloaded rustls-pemfile v2.2.0
10112026-08-18T19:00:29.779Z Downloaded usdt v0.5.0
10122026-08-18T19:00:29.779Z Downloaded wait-timeout v0.2.1
10132026-08-18T19:00:29.782Z Downloaded rusty-fork v0.3.1
10142026-08-18T19:00:29.782Z Downloaded cmake v0.1.58
10152026-08-18T19:00:29.782Z Downloaded progenitor v0.13.0
10162026-08-18T19:00:29.782Z Downloaded instant v0.1.13
10172026-08-18T19:00:29.784Z Downloaded scroll v0.12.0
10182026-08-18T19:00:29.785Z Downloaded yoke-derive v0.8.2
10192026-08-18T19:00:29.785Z Downloaded zeroize_derive v1.5.0
10202026-08-18T19:00:29.787Z Downloaded resolv-conf v0.7.6
10212026-08-18T19:00:29.790Z Downloaded ipnetwork v0.21.1
10222026-08-18T19:00:29.790Z Downloaded schemars_derive v0.8.22
10232026-08-18T19:00:29.791Z Downloaded convert_case v0.4.0
10242026-08-18T19:00:29.794Z Downloaded byte-wrapper v0.1.0
10252026-08-18T19:00:29.798Z Downloaded constant_time_eq v0.4.2
10262026-08-18T19:00:29.798Z Downloaded ingot-types v0.2.0
10272026-08-18T19:00:29.800Z Downloaded daft-derive v0.1.8
10282026-08-18T19:00:29.803Z Downloaded bit-vec v0.8.0
10292026-08-18T19:00:29.803Z Downloaded bytecount v0.6.9
10302026-08-18T19:00:29.803Z Downloaded rustls-native-certs v0.8.4
10312026-08-18T19:00:29.806Z Downloaded serial_test_derive v4.0.1
10322026-08-18T19:00:29.806Z Downloaded progenitor-impl v0.13.0
10332026-08-18T19:00:29.806Z Downloaded slog-json v2.6.1
10342026-08-18T19:00:29.809Z Downloaded thread-id v4.2.2
10352026-08-18T19:00:29.809Z Downloaded ciborium v0.2.2
10362026-08-18T19:00:29.809Z Downloaded ingot-macros v0.2.0
10372026-08-18T19:00:29.814Z Downloaded slog-bunyan v2.5.0
10382026-08-18T19:00:29.817Z Downloaded parking_lot v0.11.2
10392026-08-18T19:00:29.817Z Downloaded tagptr v0.2.0
10402026-08-18T19:00:29.817Z Downloaded universal-hash v0.5.1
10412026-08-18T19:00:29.822Z Downloaded usdt-attr-macro v0.5.0
10422026-08-18T19:00:29.822Z Downloaded writeable v0.6.3
10432026-08-18T19:00:29.822Z Downloaded password-hash v0.5.0
10442026-08-18T19:00:29.822Z Downloaded progenitor v0.14.0
10452026-08-18T19:00:29.825Z Downloaded rhai_codegen v3.2.0
10462026-08-18T19:00:29.825Z Downloaded pest_meta v2.8.8
10472026-08-18T19:00:29.828Z Downloaded utf-8 v0.7.6
10482026-08-18T19:00:29.828Z Downloaded async-stream-impl v0.3.6
10492026-08-18T19:00:29.835Z Downloaded bcs v0.1.6
10502026-08-18T19:00:29.838Z Downloaded csv-core v0.1.13
10512026-08-18T19:00:29.838Z Downloaded daft v0.1.8
10522026-08-18T19:00:29.838Z Downloaded dropshot-api-manager-types v0.7.2
10532026-08-18T19:00:29.841Z Downloaded papergrid v0.18.0
10542026-08-18T19:00:29.844Z Downloaded topological-sort v0.2.2
10552026-08-18T19:00:29.844Z Downloaded unit-prefix v0.5.2
10562026-08-18T19:00:29.848Z Downloaded waitgroup v0.1.2
10572026-08-18T19:00:29.851Z Downloaded typify-macro v0.6.2
10582026-08-18T19:00:29.854Z Downloaded ingot v0.1.1
10592026-08-18T19:00:29.859Z Downloaded crunchy v0.2.4
10602026-08-18T19:00:29.864Z Downloaded omicron-zone-package v0.12.3
10612026-08-18T19:00:29.867Z Downloaded xz2 v0.1.7
10622026-08-18T19:00:29.870Z Downloaded base16ct v1.0.0
10632026-08-18T19:00:29.870Z Downloaded ingot-macros v0.1.1
10642026-08-18T19:00:29.870Z Downloaded ingot-types v0.1.2
10652026-08-18T19:00:29.873Z Downloaded crypto-common v0.2.2
10662026-08-18T19:00:29.873Z Downloaded structmeta-derive v0.3.0
10672026-08-18T19:00:29.873Z Downloaded serde_derive_internals v0.29.1
10682026-08-18T19:00:29.873Z Downloaded structmeta v0.3.0
10692026-08-18T19:00:29.873Z Downloaded strum v0.26.3
10702026-08-18T19:00:29.876Z Downloaded arrayref v0.3.9
10712026-08-18T19:00:29.876Z Downloaded strum v0.27.2
10722026-08-18T19:00:29.878Z Downloaded half v2.7.1
10732026-08-18T19:00:29.881Z Downloaded ciborium-io v0.2.2
10742026-08-18T19:00:29.881Z Downloaded const_format_proc_macros v0.2.34
10752026-08-18T19:00:29.881Z Downloaded deranged v0.5.8
10762026-08-18T19:00:29.884Z Downloaded chacha20 v0.9.1
10772026-08-18T19:00:29.884Z Downloaded slog-dtrace v0.3.0
10782026-08-18T19:00:29.884Z Downloaded termtree v0.5.1
10792026-08-18T19:00:29.887Z Downloaded sigpipe v0.1.3
10802026-08-18T19:00:29.887Z Downloaded take_mut v0.2.2
10812026-08-18T19:00:29.890Z Downloaded pretty_assertions v1.4.1
10822026-08-18T19:00:29.890Z Downloaded rustls-platform-verifier v0.7.0
10832026-08-18T19:00:29.893Z Downloaded hickory-resolver v0.25.2
10842026-08-18T19:00:29.896Z Downloaded slog-term v2.9.2
10852026-08-18T19:00:29.896Z Downloaded serde_tokenstream v0.3.0
10862026-08-18T19:00:29.900Z Downloaded slog-async v2.8.0
10872026-08-18T19:00:29.900Z Downloaded argon2 v0.5.3
10882026-08-18T19:00:29.900Z Downloaded heapless v0.8.0
10892026-08-18T19:00:29.903Z Downloaded const-random v0.1.18
10902026-08-18T19:00:29.903Z Downloaded postcard v1.1.3
10912026-08-18T19:00:29.903Z Downloaded strum_macros v0.27.2
10922026-08-18T19:00:29.903Z Downloaded thiserror-impl-no-std v2.0.2
10932026-08-18T19:00:29.906Z Downloaded progenitor-impl v0.14.0
10942026-08-18T19:00:29.906Z Downloaded tiny-keccak v2.0.2
10952026-08-18T19:00:29.909Z Downloaded arrayvec v0.7.8
10962026-08-18T19:00:29.909Z Downloaded async-trait v0.1.92
10972026-08-18T19:00:29.912Z Downloaded cipher v0.4.4
10982026-08-18T19:00:29.912Z Downloaded crossbeam-utils v0.8.22
10992026-08-18T19:00:29.912Z Downloaded progenitor-impl v0.10.0
11002026-08-18T19:00:29.915Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-08-18T19:00:29.915Z Downloaded smf v0.2.3
11022026-08-18T19:00:29.915Z Downloaded strum_macros v0.26.4
11032026-08-18T19:00:29.917Z Downloaded typify-macro v0.4.3
11042026-08-18T19:00:29.917Z Downloaded async-stream v0.3.6
11052026-08-18T19:00:29.917Z Downloaded darling_macro v0.23.0
11062026-08-18T19:00:29.917Z Downloaded papergrid v0.11.0
11072026-08-18T19:00:29.921Z Downloaded usdt-attr-macro v0.6.0
11082026-08-18T19:00:29.921Z Downloaded walkdir v2.5.0
11092026-08-18T19:00:29.923Z Downloaded whoami v1.6.1
11102026-08-18T19:00:29.923Z Downloaded allocator-api2 v0.2.21
11112026-08-18T19:00:29.926Z Downloaded dunce v1.0.5
11122026-08-18T19:00:29.926Z Downloaded time-core v0.1.9
11132026-08-18T19:00:29.926Z Downloaded dtrace-parser v0.3.0
11142026-08-18T19:00:29.935Z Downloaded indexmap v1.9.3
11152026-08-18T19:00:29.937Z Downloaded byteorder v1.5.0
11162026-08-18T19:00:29.938Z Downloaded bs58 v0.5.1
11172026-08-18T19:00:29.940Z Downloaded critical-section v1.2.0
11182026-08-18T19:00:29.940Z Downloaded icu_provider v2.2.0
11192026-08-18T19:00:29.943Z Downloaded konst v0.2.20
11202026-08-18T19:00:29.943Z Downloaded testing_table v0.3.0
11212026-08-18T19:00:29.946Z Downloaded usdt-macro v0.5.0
11222026-08-18T19:00:29.946Z Downloaded vsss-rs v3.3.4
11232026-08-18T19:00:29.949Z Downloaded slog-stdlog v4.1.1
11242026-08-18T19:00:29.949Z Downloaded compression-codecs v0.4.38
11252026-08-18T19:00:29.952Z Downloaded block-buffer v0.12.1
11262026-08-18T19:00:29.952Z Downloaded digest v0.11.3
11272026-08-18T19:00:29.952Z Downloaded displaydoc v0.2.7
11282026-08-18T19:00:29.955Z Downloaded crc8 v0.1.1
11292026-08-18T19:00:29.955Z Downloaded zerovec-derive v0.11.3
11302026-08-18T19:00:29.955Z Downloaded dyn-clone v1.0.20
11312026-08-18T19:00:29.958Z Downloaded serde_with_macros v3.22.0
11322026-08-18T19:00:29.964Z Downloaded spin v0.9.9
11332026-08-18T19:00:29.966Z Downloaded zerofrom-derive v0.1.7
11342026-08-18T19:00:29.966Z Downloaded drift v0.2.0
11352026-08-18T19:00:29.969Z Downloaded crossbeam-deque v0.8.7
11362026-08-18T19:00:29.969Z Downloaded dropshot_endpoint v0.17.1
11372026-08-18T19:00:29.972Z Downloaded similar v2.7.0
11382026-08-18T19:00:29.976Z Downloaded diff v0.1.13
11392026-08-18T19:00:29.976Z Downloaded usdt v0.6.0
11402026-08-18T19:00:29.979Z Downloaded goblin v0.8.2
11412026-08-18T19:00:29.979Z Downloaded serial_test v4.0.1
11422026-08-18T19:00:29.979Z Downloaded rayon v1.12.0
11432026-08-18T19:00:29.983Z Downloaded crucible-workspace-hack v0.1.0
11442026-08-18T19:00:29.986Z Downloaded toml v0.7.8
11452026-08-18T19:00:29.986Z Downloaded anyhow v1.0.104
11462026-08-18T19:00:29.989Z Downloaded prettyplease v0.2.37
11472026-08-18T19:00:29.989Z Downloaded thin-vec v0.2.19
11482026-08-18T19:00:29.992Z Downloaded smawk v0.3.3
11492026-08-18T19:00:29.992Z Downloaded thiserror-no-std v2.0.2
11502026-08-18T19:00:29.995Z Downloaded dof v0.4.0
11512026-08-18T19:00:29.995Z Downloaded backoff v0.4.0
11522026-08-18T19:00:29.995Z Downloaded bitflags v1.3.2
11532026-08-18T19:00:29.999Z Downloaded synstructure v0.13.2
11542026-08-18T19:00:29.999Z Downloaded zerofrom v0.1.8
11552026-08-18T19:00:29.999Z Downloaded darling_macro v0.21.3
11562026-08-18T19:00:29.999Z Downloaded unarray v0.1.4
11572026-08-18T19:00:29.999Z Downloaded slog-envlogger v2.2.0
11582026-08-18T19:00:30.004Z Downloaded rand v0.8.7
11592026-08-18T19:00:30.004Z Downloaded derive-ex v0.1.8
11602026-08-18T19:00:30.008Z Downloaded icu_normalizer v2.2.0
11612026-08-18T19:00:30.008Z Downloaded schemars v0.9.0
11622026-08-18T19:00:30.012Z Downloaded schemars v0.8.22
11632026-08-18T19:00:30.018Z Downloaded indicatif v0.18.6
11642026-08-18T19:00:30.022Z Downloaded backon v1.6.0
11652026-08-18T19:00:30.025Z Downloaded icu_normalizer_data v2.2.0
11662026-08-18T19:00:30.025Z Downloaded cancel-safe-futures v0.1.5
11672026-08-18T19:00:30.025Z Downloaded darling_core v0.23.0
11682026-08-18T19:00:30.027Z Downloaded ciborium-ll v0.2.2
11692026-08-18T19:00:30.027Z Downloaded sha1 v0.11.0
11702026-08-18T19:00:30.030Z Downloaded data-encoding v2.11.1
11712026-08-18T19:00:30.030Z Downloaded icu_locale_core v2.2.0
11722026-08-18T19:00:30.033Z Downloaded rayon-core v1.13.0
11732026-08-18T19:00:30.036Z Downloaded yoke v0.8.3
11742026-08-18T19:00:30.036Z Downloaded darling v0.21.3
11752026-08-18T19:00:30.039Z Downloaded icu_collections v2.2.0
11762026-08-18T19:00:30.042Z Downloaded console v0.16.4
11772026-08-18T19:00:30.042Z Downloaded spin v0.5.2
11782026-08-18T19:00:30.042Z Downloaded toml_edit v0.25.13+spec-1.1.0
11792026-08-18T19:00:30.045Z Downloaded term v1.2.1
11802026-08-18T19:00:30.047Z Downloaded cargo_toml v0.22.3
11812026-08-18T19:00:30.047Z Downloaded cookie v0.18.2
11822026-08-18T19:00:30.048Z Downloaded tinystr v0.8.3
11832026-08-18T19:00:30.050Z Downloaded snafu v0.8.9
11842026-08-18T19:00:30.053Z Downloaded crossbeam-epoch v0.9.20
11852026-08-18T19:00:30.053Z Downloaded defmt v1.1.1
11862026-08-18T19:00:30.056Z Downloaded usdt-impl v0.5.0
11872026-08-18T19:00:30.056Z Downloaded serde_plain v1.0.2
11882026-08-18T19:00:30.059Z Downloaded serde_tokenstream v0.2.3
11892026-08-18T19:00:30.059Z Downloaded zone v0.3.1
11902026-08-18T19:00:30.059Z Downloaded slog v2.8.2
11912026-08-18T19:00:30.063Z Downloaded slog-scope v4.4.1
11922026-08-18T19:00:30.063Z Downloaded tokio-dtrace v0.1.1
11932026-08-18T19:00:30.063Z Downloaded ucd-trie v0.1.7
11942026-08-18T19:00:30.063Z Downloaded tokio-tungstenite v0.21.0
11952026-08-18T19:00:30.070Z Downloaded hickory-resolver v0.24.4
11962026-08-18T19:00:30.073Z Downloaded snafu-derive v0.8.9
11972026-08-18T19:00:30.073Z Downloaded zerotrie v0.2.4
11982026-08-18T19:00:30.073Z Downloaded defmt-macros v1.1.1
11992026-08-18T19:00:30.073Z Downloaded expectorate v1.2.0
12002026-08-18T19:00:30.073Z Downloaded minimal-lexical v0.2.1
12012026-08-18T19:00:30.076Z Downloaded const-oid v0.10.2
12022026-08-18T19:00:30.079Z Downloaded smartstring v1.0.1
12032026-08-18T19:00:30.083Z Downloaded time-macros v0.2.32
12042026-08-18T19:00:30.086Z Downloaded typify v0.6.2
12052026-08-18T19:00:30.087Z Downloaded chacha20poly1305 v0.10.1
12062026-08-18T19:00:30.089Z Downloaded unsafe-libyaml v0.2.11
12072026-08-18T19:00:30.089Z Downloaded zerocopy-derive v0.7.35
12082026-08-18T19:00:30.093Z Downloaded libm v0.2.16
12092026-08-18T19:00:30.096Z Downloaded hashbrown v0.12.3
12102026-08-18T19:00:30.099Z Downloaded const_format v0.2.36
12112026-08-18T19:00:30.102Z Downloaded schemars v1.2.2
12122026-08-18T19:00:30.107Z Downloaded hkdf v0.12.4
12132026-08-18T19:00:30.110Z Downloaded tungstenite v0.21.0
12142026-08-18T19:00:30.113Z Downloaded usdt-impl v0.6.0
12152026-08-18T19:00:30.113Z Downloaded yansi v1.0.1
12162026-08-18T19:00:30.113Z Downloaded crossbeam-channel v0.5.16
12172026-08-18T19:00:30.116Z Downloaded qorb v0.4.1
12182026-08-18T19:00:30.118Z Downloaded colored v3.1.1
12192026-08-18T19:00:30.118Z Downloaded darling v0.23.0
12202026-08-18T19:00:30.121Z Downloaded derive_more v0.99.20
12212026-08-18T19:00:30.124Z Downloaded toml v0.9.12+spec-1.1.0
12222026-08-18T19:00:30.127Z Downloaded typify v0.4.3
12232026-08-18T19:00:30.127Z Downloaded arc-swap v1.9.2
12242026-08-18T19:00:30.130Z Downloaded uuid v1.24.0
12252026-08-18T19:00:30.133Z Downloaded blake2 v0.10.6
12262026-08-18T19:00:30.133Z Downloaded base64 v0.21.7
12272026-08-18T19:00:30.136Z Downloaded test-strategy v0.4.5
12282026-08-18T19:00:30.136Z Downloaded zerocopy-derive v0.8.56
12292026-08-18T19:00:30.140Z Downloaded steno v0.4.1
12302026-08-18T19:00:30.144Z Downloaded typed-path v0.9.3
12312026-08-18T19:00:30.148Z Downloaded elliptic-curve v0.13.8
12322026-08-18T19:00:30.150Z Downloaded nom v7.1.3
12332026-08-18T19:00:30.150Z Downloaded jiff-core v0.1.0
12342026-08-18T19:00:30.153Z Downloaded crypto-bigint v0.5.5
12352026-08-18T19:00:30.156Z Downloaded darling_core v0.21.3
12362026-08-18T19:00:30.158Z Downloaded cc v1.4.2
12372026-08-18T19:00:30.161Z Downloaded toml_edit v0.19.15
12382026-08-18T19:00:30.175Z Downloaded serde_yaml v0.9.34+deprecated
12392026-08-18T19:00:30.175Z Downloaded nom v8.0.0
12402026-08-18T19:00:30.175Z Downloaded pest v2.8.8
12412026-08-18T19:00:30.179Z Downloaded hashbrown v0.16.1
12422026-08-18T19:00:30.183Z Downloaded icu_properties_data v2.2.0
12432026-08-18T19:00:30.190Z Downloaded itertools v0.15.0
12442026-08-18T19:00:30.194Z Downloaded reqwest v0.13.4
12452026-08-18T19:00:30.197Z Downloaded h2 v0.4.15
12462026-08-18T19:00:30.200Z Downloaded itertools v0.12.1
12472026-08-18T19:00:30.204Z Downloaded zerovec v0.11.6
12482026-08-18T19:00:30.207Z Downloaded dropshot-api-manager v0.7.2
12492026-08-18T19:00:30.209Z Downloaded async-compression v0.4.43
12502026-08-18T19:00:30.213Z Downloaded winnow v0.5.40
12512026-08-18T19:00:30.233Z Downloaded tough v0.22.0
12522026-08-18T19:00:30.243Z Downloaded iddqd v0.4.6
12532026-08-18T19:00:30.259Z Downloaded proptest v1.11.0
12542026-08-18T19:00:30.263Z Downloaded zerocopy v0.7.35
12552026-08-18T19:00:30.282Z Downloaded moka v0.12.16
12562026-08-18T19:00:30.289Z Downloaded goblin v0.10.7
12572026-08-18T19:00:30.293Z Downloaded syn v1.0.109
12582026-08-18T19:00:30.299Z Downloaded quinn-proto v0.11.16
12592026-08-18T19:00:30.302Z Downloaded serde_with v3.22.0
12602026-08-18T19:00:30.309Z Downloaded aws-lc-rs v1.18.0
12612026-08-18T19:00:30.314Z Downloaded tabled v0.15.0
12622026-08-18T19:00:30.323Z Downloaded blake3 v1.8.6
12632026-08-18T19:00:30.327Z Downloaded tabled v0.21.0
12642026-08-18T19:00:30.335Z Downloaded time v0.3.55
12652026-08-18T19:00:30.352Z Downloaded nix v0.31.3
12662026-08-18T19:00:30.369Z Downloaded openapiv3 v2.2.0
12672026-08-18T19:00:30.387Z Downloaded regress v0.11.1
12682026-08-18T19:00:30.391Z Downloaded regress v0.10.5
12692026-08-18T19:00:30.395Z Downloaded rhai v1.25.1
12702026-08-18T19:00:30.406Z Downloaded smoltcp v0.11.0
12712026-08-18T19:00:30.412Z Downloaded dropshot v0.17.1
12722026-08-18T19:00:30.424Z Downloaded hickory-proto v0.25.2
12732026-08-18T19:00:30.431Z Downloaded hickory-proto v0.24.4
12742026-08-18T19:00:30.439Z Downloaded typify-impl v0.4.3
12752026-08-18T19:00:30.446Z Downloaded typify-impl v0.6.2
12762026-08-18T19:00:30.452Z Downloaded sled v0.34.7
12772026-08-18T19:00:30.477Z Downloaded petgraph v0.6.5
12782026-08-18T19:00:30.486Z Downloaded lzma-sys v0.1.20
12792026-08-18T19:00:30.502Z Downloaded csv v1.4.0
12802026-08-18T19:00:30.512Z Downloaded jiff v0.2.35
12812026-08-18T19:00:30.550Z Downloaded chrono-tz v0.10.4
12822026-08-18T19:00:30.563Z Downloaded sha3 v0.10.9
12832026-08-18T19:00:30.606Z Downloaded encoding_rs v0.8.35
12842026-08-18T19:00:31.157Z Downloaded aws-lc-sys v0.44.0
12852026-08-18T19:00:32.130Z Compiling proc-macro2 v1.0.107
12862026-08-18T19:00:32.138Z Compiling unicode-ident v1.0.24
12872026-08-18T19:00:32.138Z Compiling quote v1.0.47
12882026-08-18T19:00:32.138Z Compiling serde_core v1.0.229
12892026-08-18T19:00:32.138Z Compiling cfg-if v1.0.4
12902026-08-18T19:00:32.139Z Compiling serde v1.0.229
12912026-08-18T19:00:32.139Z Compiling libc v0.2.189
12922026-08-18T19:00:32.139Z Compiling memchr v2.8.3
12932026-08-18T19:00:32.299Z Compiling itoa v1.0.18
12942026-08-18T19:00:32.486Z Compiling smallvec v1.15.2
12952026-08-18T19:00:32.604Z Compiling zmij v1.0.23
12962026-08-18T19:00:32.630Z Compiling autocfg v1.5.1
12972026-08-18T19:00:32.714Z Compiling libm v0.2.16
12982026-08-18T19:00:32.952Z Compiling stable_deref_trait v1.2.1
12992026-08-18T19:00:32.964Z Compiling percent-encoding v2.3.2
13002026-08-18T19:00:33.028Z Compiling writeable v0.6.3
13012026-08-18T19:00:33.073Z Compiling litemap v0.8.2
13022026-08-18T19:00:33.153Z Compiling icu_normalizer_data v2.2.0
13032026-08-18T19:00:33.163Z Compiling icu_properties_data v2.2.0
13042026-08-18T19:00:33.176Z Compiling utf8_iter v1.0.4
13052026-08-18T19:00:33.265Z Compiling iana-time-zone v0.1.65
13062026-08-18T19:00:33.322Z Compiling equivalent v1.0.2
13072026-08-18T19:00:33.389Z Compiling syn v2.0.119
13082026-08-18T19:00:33.398Z Compiling syn v3.0.3
13092026-08-18T19:00:33.510Z Compiling form_urlencoded v1.2.2
13102026-08-18T19:00:33.537Z Compiling allocator-api2 v0.2.21
13112026-08-18T19:00:33.547Z Compiling serde_json v1.0.151
13122026-08-18T19:00:33.589Z Compiling pin-project-lite v0.2.17
13132026-08-18T19:00:33.681Z Compiling dyn-clone v1.0.20
13142026-08-18T19:00:33.685Z Compiling version_check v0.9.5
13152026-08-18T19:00:33.821Z Compiling parking_lot_core v0.9.12
13162026-08-18T19:00:33.833Z Compiling scopeguard v1.2.0
13172026-08-18T19:00:33.890Z Compiling hashbrown v0.17.1
13182026-08-18T19:00:33.935Z Compiling lock_api v0.4.14
13192026-08-18T19:00:33.957Z Compiling num-traits v0.2.19
13202026-08-18T19:00:34.098Z Compiling rand_core v0.10.1
13212026-08-18T19:00:34.168Z Compiling thiserror v2.0.20
13222026-08-18T19:00:34.195Z Compiling getrandom v0.4.3
13232026-08-18T19:00:34.253Z Compiling errno v0.3.14
13242026-08-18T19:00:34.337Z Compiling semver v1.0.28
13252026-08-18T19:00:34.473Z Compiling indexmap v2.14.0
13262026-08-18T19:00:34.664Z Compiling log v0.4.33
13272026-08-18T19:00:34.683Z Compiling heck v0.5.0
13282026-08-18T19:00:34.701Z Compiling futures-core v0.3.34
13292026-08-18T19:00:34.849Z Compiling uuid v1.24.0
13302026-08-18T19:00:34.935Z Compiling zerocopy v0.8.56
13312026-08-18T19:00:35.070Z Compiling schemars v0.8.22
13322026-08-18T19:00:35.111Z Compiling futures-sink v0.3.34
13332026-08-18T19:00:35.212Z Compiling slab v0.4.12
13342026-08-18T19:00:35.294Z Compiling jobserver v0.1.35
13352026-08-18T19:00:35.330Z Compiling rustversion v1.0.23
13362026-08-18T19:00:35.359Z Compiling fnv v1.0.7
13372026-08-18T19:00:35.385Z Compiling shlex v2.0.1
13382026-08-18T19:00:35.453Z Compiling find-msvc-tools v0.1.10
13392026-08-18T19:00:35.541Z Compiling futures-channel v0.3.34
13402026-08-18T19:00:35.567Z Compiling bitflags v2.13.1
13412026-08-18T19:00:35.605Z Compiling cc v1.4.2
13422026-08-18T19:00:35.686Z Compiling futures-io v0.3.34
13432026-08-18T19:00:35.792Z Compiling pkg-config v0.3.33
13442026-08-18T19:00:35.868Z Compiling futures-task v0.3.34
13452026-08-18T19:00:36.044Z Compiling socket2 v0.6.5
13462026-08-18T19:00:36.086Z Compiling parking_lot v0.12.5
13472026-08-18T19:00:36.190Z Compiling signal-hook-registry v1.4.8
13482026-08-18T19:00:36.241Z Compiling synstructure v0.13.2
13492026-08-18T19:00:36.316Z Compiling serde_derive_internals v0.29.1
13502026-08-18T19:00:36.501Z Compiling mio v1.2.2
13512026-08-18T19:00:36.511Z Compiling portable-atomic v1.15.0
13522026-08-18T19:00:36.514Z Compiling cmake v0.1.58
13532026-08-18T19:00:36.622Z Compiling serde_derive v1.0.229
13542026-08-18T19:00:36.746Z Compiling displaydoc v0.2.7
13552026-08-18T19:00:36.847Z Compiling thiserror-impl v2.0.20
13562026-08-18T19:00:36.961Z Compiling tokio-macros v2.7.2
13572026-08-18T19:00:36.972Z Compiling futures-macro v0.3.34
13582026-08-18T19:00:37.088Z Compiling typenum v1.20.1
13592026-08-18T19:00:37.449Z Compiling zerofrom-derive v0.1.7
13602026-08-18T19:00:37.549Z Compiling yoke-derive v0.8.2
13612026-08-18T19:00:37.606Z Compiling zerovec-derive v0.11.3
13622026-08-18T19:00:37.717Z Compiling schemars_derive v0.8.22
13632026-08-18T19:00:37.807Z Compiling zerocopy-derive v0.8.56
13642026-08-18T19:00:37.898Z Compiling zeroize_derive v1.5.0
13652026-08-18T19:00:38.188Z Compiling futures-util v0.3.34
13662026-08-18T19:00:38.578Z Compiling zeroize v1.9.0
13672026-08-18T19:00:38.643Z Compiling fs_extra v1.3.0
13682026-08-18T19:00:38.685Z Compiling zerofrom v0.1.8
13692026-08-18T19:00:38.706Z Compiling dunce v1.0.5
13702026-08-18T19:00:38.793Z Compiling yoke v0.8.3
13712026-08-18T19:00:38.805Z Compiling base64 v0.22.1
13722026-08-18T19:00:38.808Z Compiling critical-section v1.2.0
13732026-08-18T19:00:38.897Z Compiling aws-lc-sys v0.44.0
13742026-08-18T19:00:38.909Z Compiling once_cell v1.21.4
13752026-08-18T19:00:38.923Z Compiling slog v2.8.2
13762026-08-18T19:00:38.975Z Compiling zerovec v0.11.6
13772026-08-18T19:00:39.119Z Compiling zerotrie v0.2.4
13782026-08-18T19:00:39.143Z Compiling strsim v0.11.1
13792026-08-18T19:00:39.146Z Compiling byteorder v1.5.0
13802026-08-18T19:00:39.373Z Compiling subtle v2.6.1
13812026-08-18T19:00:39.414Z Compiling rustix v1.1.4
13822026-08-18T19:00:39.504Z Compiling tinystr v0.8.3
13832026-08-18T19:00:39.535Z Compiling potential_utf v0.1.5
13842026-08-18T19:00:39.560Z Compiling regex-syntax v0.8.11
13852026-08-18T19:00:39.703Z Compiling bytes v1.12.1
13862026-08-18T19:00:39.703Z Compiling icu_locale_core v2.2.0
13872026-08-18T19:00:39.766Z Compiling icu_collections v2.2.0
13882026-08-18T19:00:39.793Z Compiling chrono v0.4.45
13892026-08-18T19:00:40.327Z Compiling http v1.5.0
13902026-08-18T19:00:40.396Z Compiling tokio v1.53.1
13912026-08-18T19:00:40.552Z Compiling icu_provider v2.2.0
13922026-08-18T19:00:40.843Z Compiling icu_normalizer v2.2.0
13932026-08-18T19:00:40.888Z Compiling icu_properties v2.2.0
13942026-08-18T19:00:41.412Z Compiling erased-serde v0.3.31
13952026-08-18T19:00:41.442Z Compiling serde_tokenstream v0.2.3
13962026-08-18T19:00:41.559Z Compiling http-body v1.1.0
13972026-08-18T19:00:41.721Z Compiling httparse v1.10.1
13982026-08-18T19:00:41.734Z Compiling atomic-waker v1.1.2
13992026-08-18T19:00:41.859Z Compiling idna_adapter v1.2.2
14002026-08-18T19:00:41.997Z Compiling idna v1.1.0
14012026-08-18T19:00:42.066Z Compiling ipnet v2.12.1
14022026-08-18T19:00:42.169Z Compiling ppv-lite86 v0.2.21
14032026-08-18T19:00:42.329Z Compiling url v2.5.8
14042026-08-18T19:00:42.340Z Compiling tower-service v0.3.3
14052026-08-18T19:00:42.344Z Compiling tower-layer v0.3.3
14062026-08-18T19:00:42.491Z Compiling getrandom v0.2.17
14072026-08-18T19:00:42.505Z Compiling try-lock v0.2.5
14082026-08-18T19:00:42.592Z Compiling untrusted v0.9.0
14092026-08-18T19:00:42.612Z Compiling ryu v1.0.23
14102026-08-18T19:00:42.675Z Compiling thiserror v1.0.69
14112026-08-18T19:00:42.711Z Compiling ucd-trie v0.1.7
14122026-08-18T19:00:42.734Z Compiling rand_core v0.6.4
14132026-08-18T19:00:42.764Z Compiling want v0.3.1
14142026-08-18T19:00:42.790Z Compiling thiserror-impl v1.0.69
14152026-08-18T19:00:42.956Z Compiling pest v2.8.8
14162026-08-18T19:00:43.003Z Compiling httpdate v1.0.3
14172026-08-18T19:00:43.149Z Compiling getrandom v0.3.4
14182026-08-18T19:00:43.193Z Compiling pretty-hex v0.4.2
14192026-08-18T19:00:43.246Z Compiling winnow v1.0.4
14202026-08-18T19:00:43.324Z Compiling plain v0.2.3
14212026-08-18T19:00:43.431Z Compiling paste v1.0.15
14222026-08-18T19:00:43.482Z Compiling foldhash v0.2.0
14232026-08-18T19:00:43.712Z Compiling ipnetwork v0.21.1
14242026-08-18T19:00:43.767Z Compiling tracing-core v0.1.36
14252026-08-18T19:00:44.029Z Compiling pest_meta v2.8.8
14262026-08-18T19:00:44.148Z Compiling oxnet v0.1.6
14272026-08-18T19:00:44.201Z Compiling tracing-attributes v0.1.31
14282026-08-18T19:00:44.317Z Compiling omicron-workspace-hack v0.1.0
14292026-08-18T19:00:44.374Z Compiling ident_case v1.0.1
14302026-08-18T19:00:44.494Z Compiling serde_urlencoded v0.7.1
14312026-08-18T19:00:44.537Z Compiling http-body-util v0.1.5
14322026-08-18T19:00:44.614Z Compiling pest_generator v2.8.8
14332026-08-18T19:00:44.740Z Compiling aho-corasick v1.1.5
14342026-08-18T19:00:44.865Z Compiling sync_wrapper v1.0.2
14352026-08-18T19:00:44.972Z Compiling daft-derive v0.1.8
14362026-08-18T19:00:45.300Z Compiling pest_derive v2.8.8
14372026-08-18T19:00:45.391Z Compiling tracing v0.1.44
14382026-08-18T19:00:45.438Z Compiling fastrand v2.5.0
14392026-08-18T19:00:45.628Z Compiling regex-automata v0.4.18
14402026-08-18T19:00:45.697Z Compiling hashbrown v0.16.1
14412026-08-18T19:00:45.915Z Compiling tokio-util v0.7.19
14422026-08-18T19:00:46.182Z Compiling scroll_derive v0.13.1
14432026-08-18T19:00:46.212Z Compiling async-trait v0.1.92
14442026-08-18T19:00:46.499Z Compiling num-conv v0.2.2
14452026-08-18T19:00:46.657Z Compiling time-core v0.1.9
14462026-08-18T19:00:46.684Z Compiling aws-lc-rs v1.18.0
14472026-08-18T19:00:46.842Z Compiling anyhow v1.0.104
14482026-08-18T19:00:46.987Z Compiling time-macros v0.2.32
14492026-08-18T19:00:47.010Z Compiling scroll v0.13.0
14502026-08-18T19:00:47.109Z Compiling rustls-pki-types v1.15.1
14512026-08-18T19:00:47.187Z Compiling num_threads v0.1.7
14522026-08-18T19:00:47.278Z Compiling hex v0.4.3
14532026-08-18T19:00:47.288Z Compiling openssl-probe v0.2.1
14542026-08-18T19:00:47.367Z Compiling deranged v0.5.8
14552026-08-18T19:00:47.469Z Compiling regex v1.13.1
14562026-08-18T19:00:47.531Z Compiling powerfmt v0.2.0
14572026-08-18T19:00:47.745Z Compiling goblin v0.10.7
14582026-08-18T19:00:47.928Z Compiling camino v1.2.5
14592026-08-18T19:00:47.972Z Compiling untrusted v0.7.1
14602026-08-18T19:00:48.153Z Compiling crc32fast v1.5.0
14612026-08-18T19:00:48.288Z Compiling rustls v0.23.43
14622026-08-18T19:00:48.300Z Compiling usdt-impl v0.6.0
14632026-08-18T19:00:48.480Z Compiling h2 v0.4.15
14642026-08-18T19:00:48.492Z Compiling dtrace-parser v0.3.0
14652026-08-18T19:00:48.507Z Compiling crossbeam-utils v0.8.22
14662026-08-18T19:00:48.729Z Compiling futures-executor v0.3.34
14672026-08-18T19:00:48.815Z Compiling serde_tokenstream v0.3.0
14682026-08-18T19:00:48.914Z Compiling structmeta-derive v0.3.0
14692026-08-18T19:00:49.014Z Compiling thread-id v5.1.0
14702026-08-18T19:00:49.095Z Compiling adler2 v2.0.1
14712026-08-18T19:00:49.107Z Compiling cpufeatures v0.3.0
14722026-08-18T19:00:49.176Z Compiling simd-adler32 v0.3.10
14732026-08-18T19:00:49.230Z Compiling newtype-uuid-macros v0.1.1
14742026-08-18T19:00:49.351Z Compiling miniz_oxide v0.8.9
14752026-08-18T19:00:49.380Z Compiling futures v0.3.34
14762026-08-18T19:00:49.454Z Compiling rand_core v0.9.5
14772026-08-18T19:00:49.949Z Compiling structmeta v0.3.0
14782026-08-18T19:00:50.013Z Compiling darling_core v0.23.0
14792026-08-18T19:00:50.024Z Compiling hybrid-array v0.4.14
14802026-08-18T19:00:50.185Z Compiling thread_local v1.1.10
14812026-08-18T19:00:50.299Z Compiling match_cfg v0.1.0
14822026-08-18T19:00:50.369Z Compiling flate2 v1.1.9
14832026-08-18T19:00:50.475Z Compiling newtype-uuid v1.4.0
14842026-08-18T19:00:50.813Z Compiling hyper v1.11.0
14852026-08-18T19:00:50.892Z Compiling dof v0.4.0
14862026-08-18T19:00:50.953Z Compiling compression-core v0.4.32
14872026-08-18T19:00:51.114Z Compiling slog-async v2.8.0
14882026-08-18T19:00:51.404Z Compiling quick-error v1.2.3
14892026-08-18T19:00:51.513Z Compiling ref-cast v1.0.26
14902026-08-18T19:00:52.042Z Compiling hyper-util v0.1.20
14912026-08-18T19:00:52.164Z Compiling darling_macro v0.23.0
14922026-08-18T19:00:52.177Z Compiling compression-codecs v0.4.38
14932026-08-18T19:00:52.278Z Compiling daft v0.1.8
14942026-08-18T19:00:52.368Z Compiling block-buffer v0.12.1
14952026-08-18T19:00:52.430Z Compiling crypto-common v0.2.2
14962026-08-18T19:00:52.527Z Compiling rand_chacha v0.9.0
14972026-08-18T19:00:52.616Z Compiling strum_macros v0.26.4
14982026-08-18T19:00:52.761Z Compiling darling v0.23.0
14992026-08-18T19:00:52.819Z Compiling usdt-macro v0.6.0
15002026-08-18T19:00:52.852Z Compiling usdt-attr-macro v0.6.0
15012026-08-18T19:00:52.960Z Compiling ref-cast-impl v1.0.26
15022026-08-18T19:00:52.976Z Compiling serde_spanned v1.1.1
15032026-08-18T19:00:53.121Z Compiling multer v3.1.0
15042026-08-18T19:00:53.339Z Compiling generic-array v0.14.7
15052026-08-18T19:00:53.392Z Compiling debug-ignore v1.0.5
15062026-08-18T19:00:53.497Z Compiling term v1.2.1
15072026-08-18T19:00:53.534Z Compiling take_mut v0.2.2
15082026-08-18T19:00:53.562Z Compiling toml_writer v1.1.2+spec-1.1.0
15092026-08-18T19:00:53.642Z Compiling bit-vec v0.8.0
15102026-08-18T19:00:53.777Z Compiling const-oid v0.10.2
15112026-08-18T19:00:53.883Z Compiling bit-set v0.8.0
15122026-08-18T19:00:53.915Z Compiling digest v0.11.3
15132026-08-18T19:00:54.009Z Compiling serde_with_macros v3.22.0
15142026-08-18T19:00:54.045Z Compiling rand v0.9.5
15152026-08-18T19:00:54.077Z Compiling async-stream-impl v0.3.6
15162026-08-18T19:00:54.077Z Compiling dropshot v0.17.1
15172026-08-18T19:00:54.220Z Compiling encoding_rs v0.8.35
15182026-08-18T19:00:54.229Z Compiling strum v0.26.3
15192026-08-18T19:00:54.299Z Compiling mime v0.3.17
15202026-08-18T19:00:54.351Z Compiling unarray v0.1.4
15212026-08-18T19:00:54.457Z Compiling syn v1.0.109
15222026-08-18T19:00:54.565Z Compiling spin v0.9.9
15232026-08-18T19:00:54.678Z Compiling sha1 v0.11.0
15242026-08-18T19:00:54.721Z Compiling async-stream v0.3.6
15252026-08-18T19:00:54.813Z Compiling derive-ex v0.1.8
15262026-08-18T19:00:54.895Z Compiling tower v0.5.3
15272026-08-18T19:00:54.917Z Compiling waitgroup v0.1.2
15282026-08-18T19:00:55.054Z Compiling dropshot_endpoint v0.17.1
15292026-08-18T19:00:55.133Z Compiling macaddr v1.0.1
15302026-08-18T19:00:55.136Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15312026-08-18T19:00:55.351Z Compiling serde_path_to_error v0.1.20
15322026-08-18T19:00:55.626Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15332026-08-18T19:00:55.693Z Compiling tower-http v0.6.11
15342026-08-18T19:00:55.834Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15352026-08-18T19:00:55.923Z Compiling tempfile v3.27.0
15362026-08-18T19:00:56.012Z Compiling openapiv3 v2.2.0
15372026-08-18T19:00:56.142Z Compiling strum_macros v0.27.2
15382026-08-18T19:00:56.423Z Compiling test-strategy v0.4.5
15392026-08-18T19:00:56.804Z Compiling instant v0.1.13
15402026-08-18T19:00:56.914Z Compiling time v0.3.55
15412026-08-18T19:00:57.519Z Compiling rustls-native-certs v0.8.4
15422026-08-18T19:00:57.649Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15432026-08-18T19:00:57.775Z Compiling crossbeam-channel v0.5.16
15442026-08-18T19:00:57.856Z Compiling crypto-common v0.1.7
15452026-08-18T19:00:57.986Z Compiling strum v0.27.2
15462026-08-18T19:00:58.256Z Compiling parse-display-derive v0.10.0
15472026-08-18T19:00:58.268Z Compiling backon v1.6.0
15482026-08-18T19:00:58.472Z Compiling rand_chacha v0.3.1
15492026-08-18T19:00:58.934Z Compiling either v1.17.0
15502026-08-18T19:00:59.128Z Compiling rand v0.8.7
15512026-08-18T19:00:59.146Z Compiling slog-json v2.6.1
15522026-08-18T19:00:59.354Z Compiling hostname v0.3.1
15532026-08-18T19:00:59.427Z Compiling toml_parser v1.1.3+spec-1.1.0
15542026-08-18T19:00:59.493Z Compiling toml_datetime v1.1.1+spec-1.1.0
15552026-08-18T19:00:59.672Z Compiling wait-timeout v0.2.1
15562026-08-18T19:00:59.702Z Compiling is-terminal v0.4.17
15572026-08-18T19:00:59.800Z Compiling memmap2 v0.9.11
15582026-08-18T19:00:59.917Z Compiling rusty-fork v0.3.1
15592026-08-18T19:00:59.933Z Compiling toml v1.1.4+spec-1.1.0
15602026-08-18T19:00:59.976Z Compiling usdt v0.6.0
15612026-08-18T19:01:00.025Z Compiling slog-term v2.9.2
15622026-08-18T19:01:00.253Z Compiling slog-bunyan v2.5.0
15632026-08-18T19:01:00.275Z Compiling serde_with v3.22.0
15642026-08-18T19:01:00.312Z Compiling async-compression v0.4.43
15652026-08-18T19:01:00.385Z Compiling rand_xorshift v0.4.0
15662026-08-18T19:01:00.531Z Compiling rustls-pemfile v2.2.0
15672026-08-18T19:01:00.624Z Compiling regress v0.10.5
15682026-08-18T19:01:00.724Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15692026-08-18T19:01:00.799Z Compiling hostname v0.4.2
15702026-08-18T19:01:00.873Z Compiling humantime v2.4.0
15712026-08-18T19:01:00.941Z Compiling proptest v1.11.0
15722026-08-18T19:01:01.494Z Compiling iddqd v0.4.6
15732026-08-18T19:01:01.706Z Compiling reqwest v0.12.28
15742026-08-18T19:01:01.723Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15752026-08-18T19:01:01.969Z Compiling block-buffer v0.10.4
15762026-08-18T19:01:02.135Z Compiling utf8parse v0.2.2
15772026-08-18T19:01:02.243Z Compiling anstyle-parse v1.0.0
15782026-08-18T19:01:02.293Z Compiling digest v0.10.7
15792026-08-18T19:01:02.429Z Compiling parse-display v0.10.0
15802026-08-18T19:01:02.507Z Compiling backoff v0.4.0
15812026-08-18T19:01:02.728Z Compiling progenitor-client v0.10.0
15822026-08-18T19:01:02.766Z Compiling itertools v0.14.0
15832026-08-18T19:01:02.777Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15842026-08-18T19:01:02.999Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15852026-08-18T19:01:03.586Z Compiling colorchoice v1.0.5
15862026-08-18T19:01:03.754Z Compiling anstyle-query v1.1.5
15872026-08-18T19:01:03.887Z Compiling anstyle v1.0.14
15882026-08-18T19:01:04.060Z Compiling is_terminal_polyfill v1.70.2
15892026-08-18T19:01:04.144Z Compiling anstream v1.0.0
15902026-08-18T19:01:04.467Z Compiling clap_lex v1.1.0
15912026-08-18T19:01:04.792Z Compiling regress v0.11.1
15922026-08-18T19:01:04.804Z Compiling clap_derive v4.6.4
15932026-08-18T19:01:05.186Z Compiling terminal_size v0.4.4
15942026-08-18T19:01:06.387Z Compiling typify-impl v0.6.2
15952026-08-18T19:01:06.686Z Compiling toml_datetime v0.6.11
15962026-08-18T19:01:06.766Z Compiling zerocopy-derive v0.7.35
15972026-08-18T19:01:06.925Z Compiling cpufeatures v0.2.17
15982026-08-18T19:01:06.958Z Compiling convert_case v0.4.0
15992026-08-18T19:01:06.996Z Compiling clap_builder v4.6.6
16002026-08-18T19:01:07.627Z Compiling derive_more v0.99.20
16012026-08-18T19:01:07.630Z Compiling zerocopy v0.7.35
16022026-08-18T19:01:08.289Z Compiling toml_edit v0.25.13+spec-1.1.0
16032026-08-18T19:01:09.003Z Compiling unicode-width v0.2.2
16042026-08-18T19:01:09.172Z Compiling proc-macro-crate v3.5.0
16052026-08-18T19:01:09.288Z Compiling clap v4.6.6
16062026-08-18T19:01:09.592Z Compiling secrecy v0.10.3
16072026-08-18T19:01:09.661Z Compiling crucible-workspace-hack v0.1.0
16082026-08-18T19:01:09.748Z Compiling tinyvec_macros v0.1.1
16092026-08-18T19:01:09.795Z Compiling float-ord v0.3.2
16102026-08-18T19:01:09.874Z Compiling tinyvec v1.12.0
16112026-08-18T19:01:09.897Z Compiling num_enum_derive v0.7.6
16122026-08-18T19:01:10.368Z Compiling dtrace-parser v0.2.0
16132026-08-18T19:01:10.481Z Compiling scroll_derive v0.12.1
16142026-08-18T19:01:10.547Z Compiling num-integer v0.1.47
16152026-08-18T19:01:10.648Z Compiling rustc_version v0.4.1
16162026-08-18T19:01:10.920Z Compiling usdt-impl v0.5.0
16172026-08-18T19:01:10.984Z Compiling crossbeam-epoch v0.9.20
16182026-08-18T19:01:11.227Z Compiling scroll v0.12.0
16192026-08-18T19:01:11.272Z Compiling num_enum v0.7.6
16202026-08-18T19:01:11.282Z Compiling curve25519-dalek v4.1.3
16212026-08-18T19:01:11.500Z Compiling dof v0.3.0
16222026-08-18T19:01:11.568Z Compiling hmac v0.12.1
16232026-08-18T19:01:11.710Z Compiling inout v0.1.4
16242026-08-18T19:01:11.848Z Compiling darling_core v0.21.3
16252026-08-18T19:01:11.851Z Compiling ff v0.13.1
16262026-08-18T19:01:11.851Z Compiling thread-id v4.2.2
16272026-08-18T19:01:11.911Z Compiling cipher v0.4.4
16282026-08-18T19:01:11.969Z Compiling group v0.13.0
16292026-08-18T19:01:12.173Z Compiling hkdf v0.12.4
16302026-08-18T19:01:12.403Z Compiling goblin v0.8.2
16312026-08-18T19:01:12.478Z Compiling num-rational v0.4.2
16322026-08-18T19:01:12.793Z Compiling num-iter v0.1.46
16332026-08-18T19:01:12.796Z Compiling typify-macro v0.6.2
16342026-08-18T19:01:12.911Z Compiling thiserror-impl-no-std v2.0.2
16352026-08-18T19:01:12.923Z Compiling universal-hash v0.5.1
16362026-08-18T19:01:13.043Z Compiling crypto-bigint v0.5.5
16372026-08-18T19:01:13.046Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16382026-08-18T19:01:13.389Z Compiling half v2.7.1
16392026-08-18T19:01:13.552Z Compiling curve25519-dalek-derive v0.1.1
16402026-08-18T19:01:13.692Z Compiling num-complex v0.4.6
16412026-08-18T19:01:13.938Z Compiling darling_macro v0.21.3
16422026-08-18T19:01:14.246Z Compiling opaque-debug v0.3.1
16432026-08-18T19:01:14.256Z Compiling base64ct v1.8.3
16442026-08-18T19:01:14.286Z Compiling ciborium-io v0.2.2
16452026-08-18T19:01:14.298Z Compiling base16ct v0.2.0
16462026-08-18T19:01:14.375Z Compiling ciborium-ll v0.2.2
16472026-08-18T19:01:14.455Z Compiling password-hash v0.5.0
16482026-08-18T19:01:14.524Z Compiling elliptic-curve v0.13.8
16492026-08-18T19:01:14.544Z Compiling darling v0.21.3
16502026-08-18T19:01:14.592Z Compiling poly1305 v0.8.0
16512026-08-18T19:01:14.949Z Compiling typify v0.6.2
16522026-08-18T19:01:15.004Z Compiling num v0.4.3
16532026-08-18T19:01:15.034Z Compiling thiserror-no-std v2.0.2
16542026-08-18T19:01:15.197Z Compiling chacha20 v0.9.1
16552026-08-18T19:01:15.418Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16562026-08-18T19:01:15.671Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16572026-08-18T19:01:16.173Z Compiling blake2 v0.10.6
16582026-08-18T19:01:16.441Z Compiling aead v0.5.2
16592026-08-18T19:01:16.457Z Compiling byte-wrapper v0.1.0
16602026-08-18T19:01:16.610Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16612026-08-18T19:01:16.641Z Compiling proc-macro-error-attr v1.0.4
16622026-08-18T19:01:16.909Z Compiling keccak v0.1.6
16632026-08-18T19:01:16.937Z Compiling unsafe-libyaml v0.2.11
16642026-08-18T19:01:17.013Z Compiling rustix v0.38.44
16652026-08-18T19:01:17.157Z Compiling prettyplease v0.2.37
16662026-08-18T19:01:17.371Z Compiling heapless v0.8.0
16672026-08-18T19:01:17.523Z Compiling serde_yaml v0.9.34+deprecated
16682026-08-18T19:01:17.813Z Compiling sha3 v0.10.9
16692026-08-18T19:01:18.166Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16702026-08-18T19:01:18.259Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16712026-08-18T19:01:18.556Z Compiling chacha20poly1305 v0.10.1
16722026-08-18T19:01:18.771Z Compiling argon2 v0.5.3
16732026-08-18T19:01:18.971Z Compiling vsss-rs v3.3.4
16742026-08-18T19:01:19.056Z Compiling ingot-macros v0.1.1
16752026-08-18T19:01:19.213Z Compiling ciborium v0.2.2
16762026-08-18T19:01:19.580Z Compiling usdt-macro v0.5.0
16772026-08-18T19:01:19.782Z Compiling usdt-attr-macro v0.5.0
16782026-08-18T19:01:20.967Z Compiling serde_spanned v0.6.9
16792026-08-18T19:01:21.116Z Compiling hash32 v0.3.1
16802026-08-18T19:01:21.140Z Compiling enum-as-inner v0.6.1
16812026-08-18T19:01:21.262Z Compiling proc-macro-error v1.0.4
16822026-08-18T19:01:21.272Z Compiling memmap v0.7.0
16832026-08-18T19:01:21.459Z Compiling memoffset v0.9.1
16842026-08-18T19:01:21.491Z Compiling winnow v0.5.40
16852026-08-18T19:01:21.701Z Compiling data-encoding v2.11.1
16862026-08-18T19:01:21.717Z Compiling cfg_aliases v0.2.2
16872026-08-18T19:01:21.788Z Compiling winnow v0.7.15
16882026-08-18T19:01:21.801Z Compiling indent_write v2.2.0
16892026-08-18T19:01:21.850Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16902026-08-18T19:01:21.912Z Compiling toml_write v0.1.2
16912026-08-18T19:01:21.928Z Compiling smoltcp v0.11.0
16922026-08-18T19:01:22.104Z Compiling ingot-types v0.1.2
16932026-08-18T19:01:22.115Z Compiling nix v0.31.3
16942026-08-18T19:01:22.267Z Compiling usdt v0.5.0
16952026-08-18T19:01:22.500Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16962026-08-18T19:01:22.535Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16972026-08-18T19:01:22.547Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16982026-08-18T19:01:22.749Z Compiling tabwriter v1.4.1
16992026-08-18T19:01:22.794Z Compiling toml_edit v0.19.15
17002026-08-18T19:01:22.989Z Compiling cobs v0.3.0
17012026-08-18T19:01:23.001Z Compiling serde_repr v0.1.21
17022026-08-18T19:01:23.038Z Compiling crossbeam-deque v0.8.7
17032026-08-18T19:01:23.185Z Compiling toml_edit v0.22.27
17042026-08-18T19:01:23.294Z Compiling vcpkg v0.2.15
17052026-08-18T19:01:23.305Z Compiling bitflags v1.3.2
17062026-08-18T19:01:23.377Z Compiling managed v0.8.0
17072026-08-18T19:01:23.562Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17082026-08-18T19:01:23.608Z Compiling postcard v1.1.3
17092026-08-18T19:01:23.838Z Compiling openssl-sys v0.9.117
17102026-08-18T19:01:23.943Z Compiling proc-macro-crate v1.3.1
17112026-08-18T19:01:24.424Z Compiling ingot v0.1.1
17122026-08-18T19:01:24.713Z Compiling toml v0.8.23
17132026-08-18T19:01:24.824Z Compiling hubpack_derive v0.1.1
17142026-08-18T19:01:25.404Z Compiling foreign-types-macros v0.2.4
17152026-08-18T19:01:25.475Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17162026-08-18T19:01:25.860Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17172026-08-18T19:01:26.088Z Compiling rayon-core v1.13.0
17182026-08-18T19:01:26.100Z Compiling semver v0.1.20
17192026-08-18T19:01:26.310Z Compiling rustls-webpki v0.103.14
17202026-08-18T19:01:26.366Z Compiling linked-hash-map v0.5.6
17212026-08-18T19:01:26.394Z Compiling colored v3.1.1
17222026-08-18T19:01:26.406Z Compiling swrite v0.1.0
17232026-08-18T19:01:26.548Z Compiling unicode-segmentation v1.13.3
17242026-08-18T19:01:26.553Z Compiling heck v0.4.1
17252026-08-18T19:01:26.560Z Compiling static_assertions v1.1.0
17262026-08-18T19:01:26.645Z Compiling resolv-conf v0.7.6
17272026-08-18T19:01:26.765Z Compiling foreign-types-shared v0.3.1
17282026-08-18T19:01:26.779Z Compiling lru-cache v0.1.2
17292026-08-18T19:01:26.858Z Compiling foreign-types v0.5.0
17302026-08-18T19:01:26.896Z Compiling newline-converter v0.3.0
17312026-08-18T19:01:26.919Z Compiling rustc_version v0.1.7
17322026-08-18T19:01:26.937Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17332026-08-18T19:01:27.065Z Compiling hubpack v0.1.2
17342026-08-18T19:01:27.112Z Compiling num_enum_derive v0.5.11
17352026-08-18T19:01:27.482Z Compiling atomicwrites v0.4.4
17362026-08-18T19:01:27.584Z Compiling hickory-proto v0.24.4
17372026-08-18T19:01:27.679Z Compiling progenitor-impl v0.13.0
17382026-08-18T19:01:28.117Z Compiling console v0.15.11
17392026-08-18T19:01:28.158Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17402026-08-18T19:01:28.677Z Compiling camino-tempfile v1.4.1
17412026-08-18T19:01:28.775Z Compiling chacha20 v0.10.1
17422026-08-18T19:01:28.874Z Compiling serde-big-array v0.5.1
17432026-08-18T19:01:28.926Z Compiling num-derive v0.4.2
17442026-08-18T19:01:29.020Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17452026-08-18T19:01:29.044Z Compiling pin-project-internal v1.1.13
17462026-08-18T19:01:29.070Z Compiling derive-where v1.6.1
17472026-08-18T19:01:29.548Z Compiling cstr-argument v0.1.2
17482026-08-18T19:01:29.707Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17492026-08-18T19:01:29.886Z Compiling tokio-rustls v0.26.4
17502026-08-18T19:01:29.927Z Compiling rustls-platform-verifier v0.7.0
17512026-08-18T19:01:30.136Z Compiling hyper-rustls v0.27.9
17522026-08-18T19:01:30.341Z Compiling reqwest v0.13.4
17532026-08-18T19:01:30.924Z Compiling minimal-lexical v0.2.1
17542026-08-18T19:01:31.200Z Compiling similar v2.7.0
17552026-08-18T19:01:31.343Z Compiling siphasher v1.0.3
17562026-08-18T19:01:31.548Z Compiling phf_shared v0.12.1
17572026-08-18T19:01:31.595Z Compiling progenitor-macro v0.13.0
17582026-08-18T19:01:31.731Z Compiling progenitor-client v0.14.0
17592026-08-18T19:01:32.043Z Compiling progenitor-extras v0.2.0
17602026-08-18T19:01:32.294Z Compiling progenitor-client v0.13.0
17612026-08-18T19:01:32.596Z Compiling expectorate v1.2.0
17622026-08-18T19:01:32.720Z Compiling nom v7.1.3
17632026-08-18T19:01:32.753Z Compiling pin-project v1.1.13
17642026-08-18T19:01:32.876Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17652026-08-18T19:01:33.163Z Compiling hickory-resolver v0.24.4
17662026-08-18T19:01:33.667Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-08-18T19:01:34.782Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17682026-08-18T19:01:35.113Z Compiling rand v0.10.2
17692026-08-18T19:01:35.836Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17702026-08-18T19:01:35.857Z Compiling num_enum v0.5.11
17712026-08-18T19:01:35.984Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17722026-08-18T19:01:36.202Z Compiling newtype_derive v0.1.6
17732026-08-18T19:01:37.024Z Compiling progenitor-impl v0.14.0
17742026-08-18T19:01:37.307Z Compiling unicode-normalization v0.1.25
17752026-08-18T19:01:37.739Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17762026-08-18T19:01:37.792Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17772026-08-18T19:01:37.804Z Compiling tokio-stream v0.1.19
17782026-08-18T19:01:38.293Z Compiling async-recursion v1.1.1
17792026-08-18T19:01:38.994Z Compiling snafu-derive v0.8.9
17802026-08-18T19:01:39.890Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17812026-08-18T19:01:40.162Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17822026-08-18T19:01:40.343Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17832026-08-18T19:01:40.370Z Compiling slog-dtrace v0.3.0
17842026-08-18T19:01:40.462Z Compiling csv-core v0.1.13
17852026-08-18T19:01:40.612Z Compiling bstr v1.13.1
17862026-08-18T19:01:40.685Z Compiling foreign-types-shared v0.1.1
17872026-08-18T19:01:40.751Z Compiling jiff-core v0.1.0
17882026-08-18T19:01:40.798Z Compiling foldhash v0.1.5
17892026-08-18T19:01:40.826Z Compiling chrono-tz v0.10.4
17902026-08-18T19:01:40.888Z Compiling cancel-safe-futures v0.1.5
17912026-08-18T19:01:40.980Z Compiling highway v1.3.0
17922026-08-18T19:01:41.045Z Compiling unicode-width v0.1.14
17932026-08-18T19:01:41.143Z Compiling owo-colors v4.3.0
17942026-08-18T19:01:41.205Z Compiling same-file v1.0.6
17952026-08-18T19:01:41.317Z Compiling konst_macro_rules v0.2.19
17962026-08-18T19:01:41.329Z Compiling openssl v0.10.81
17972026-08-18T19:01:41.385Z Compiling unicode-xid v0.2.6
17982026-08-18T19:01:41.396Z Compiling walkdir v2.5.0
17992026-08-18T19:01:41.492Z Compiling konst v0.2.20
18002026-08-18T19:01:41.508Z Compiling const_format_proc_macros v0.2.34
18012026-08-18T19:01:41.522Z Compiling jiff v0.2.35
18022026-08-18T19:01:41.610Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-08-18T19:01:41.753Z Compiling globset v0.4.20
18042026-08-18T19:01:41.786Z Compiling hashbrown v0.15.5
18052026-08-18T19:01:41.961Z Compiling foreign-types v0.3.2
18062026-08-18T19:01:42.038Z Compiling snafu v0.8.9
18072026-08-18T19:01:42.128Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-08-18T19:01:42.322Z Compiling progenitor-macro v0.14.0
18092026-08-18T19:01:42.342Z Compiling csv v1.4.0
18102026-08-18T19:01:42.615Z Compiling qorb v0.4.1
18112026-08-18T19:01:42.917Z Compiling olpc-cjson v0.1.4
18122026-08-18T19:01:43.087Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-18T19:01:43.519Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-08-18T19:01:44.036Z Compiling progenitor v0.13.0
18152026-08-18T19:01:44.188Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-08-18T19:01:44.293Z Compiling rayon v1.12.0
18172026-08-18T19:01:45.584Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18182026-08-18T19:01:45.976Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-08-18T19:01:46.132Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-08-18T19:01:46.243Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18212026-08-18T19:01:46.264Z Compiling phf v0.12.1
18222026-08-18T19:01:46.479Z Compiling zone_cfg_derive v0.3.1
18232026-08-18T19:01:46.531Z Compiling tokio-dtrace v0.1.1
18242026-08-18T19:01:46.845Z Compiling itertools v0.12.1
18252026-08-18T19:01:47.210Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18262026-08-18T19:01:47.424Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-08-18T19:01:47.695Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18282026-08-18T19:01:47.746Z Compiling libsw-core v0.3.2
18292026-08-18T19:01:47.921Z Compiling serde_plain v1.0.2
18302026-08-18T19:01:48.035Z Compiling pem v3.0.6
18312026-08-18T19:01:48.079Z Compiling openssl-macros v0.1.1
18322026-08-18T19:01:48.082Z Compiling cookie v0.18.2
18332026-08-18T19:01:48.136Z Compiling sigpipe v0.1.3
18342026-08-18T19:01:48.227Z Compiling glob v0.3.4
18352026-08-18T19:01:48.321Z Compiling bytecount v0.6.9
18362026-08-18T19:01:48.422Z Compiling fixedbitset v0.4.2
18372026-08-18T19:01:48.469Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-08-18T19:01:48.571Z Compiling fixedbitset v0.5.7
18392026-08-18T19:01:48.684Z Compiling typed-path v0.9.3
18402026-08-18T19:01:48.746Z Compiling petgraph v0.6.5
18412026-08-18T19:01:48.789Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-08-18T19:01:48.930Z Compiling petgraph v0.8.3
18432026-08-18T19:01:49.317Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-08-18T19:01:49.543Z Compiling papergrid v0.11.0
18452026-08-18T19:01:49.612Z Compiling tough v0.22.0
18462026-08-18T19:01:50.052Z Compiling progenitor v0.14.0
18472026-08-18T19:01:50.198Z Compiling zone v0.3.1
18482026-08-18T19:01:50.292Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18492026-08-18T19:01:50.471Z Compiling libsw v3.5.0
18502026-08-18T19:01:50.651Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18512026-08-18T19:01:50.747Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18522026-08-18T19:01:51.088Z Compiling oxide-tokio-rt v0.1.6
18532026-08-18T19:01:51.390Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-08-18T19:01:51.478Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-08-18T19:01:51.638Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-08-18T19:01:51.678Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-08-18T19:01:51.999Z Compiling const_format v0.2.36
18582026-08-18T19:01:52.346Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-08-18T19:01:52.384Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18602026-08-18T19:01:52.584Z Compiling tabled_derive v0.7.0
18612026-08-18T19:01:52.806Z Compiling gethostname v0.5.0
18622026-08-18T19:01:52.881Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-08-18T19:01:52.915Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18642026-08-18T19:01:52.931Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-08-18T19:01:52.945Z Compiling bcs v0.1.6
18662026-08-18T19:01:53.001Z Compiling smf v0.2.3
18672026-08-18T19:01:53.052Z Compiling nom v8.0.0
18682026-08-18T19:01:53.274Z Compiling linear-map v1.2.0
18692026-08-18T19:01:53.470Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18702026-08-18T19:01:53.566Z Compiling whoami v1.6.1
18712026-08-18T19:01:53.620Z Compiling lazy_static v1.5.0
18722026-08-18T19:01:53.640Z Compiling termtree v0.5.1
18732026-08-18T19:01:53.725Z Compiling tagptr v0.2.0
18742026-08-18T19:01:53.797Z Compiling unicode-linebreak v0.1.5
18752026-08-18T19:01:53.879Z Compiling smawk v0.3.3
18762026-08-18T19:01:53.890Z Compiling moka v0.12.16
18772026-08-18T19:01:54.013Z Compiling textwrap v0.16.2
18782026-08-18T19:01:54.224Z Compiling steno v0.4.1
18792026-08-18T19:01:54.347Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-08-18T19:01:54.539Z Compiling tabled v0.15.0
18812026-08-18T19:01:54.692Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-08-18T19:01:55.698Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-08-18T19:01:55.755Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-08-18T19:01:56.425Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-08-18T19:01:57.378Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-08-18T19:01:57.547Z Compiling hickory-proto v0.25.2
18872026-08-18T19:01:57.571Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18882026-08-18T19:01:58.356Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18892026-08-18T19:01:58.677Z Compiling parking_lot_core v0.8.6
18902026-08-18T19:01:58.759Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-08-18T19:01:58.956Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18922026-08-18T19:01:59.100Z Compiling libscf-sys v1.2.0
18932026-08-18T19:01:59.247Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18942026-08-18T19:01:59.385Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18952026-08-18T19:01:59.471Z Compiling hickory-resolver v0.25.2
18962026-08-18T19:01:59.506Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18972026-08-18T19:01:59.828Z Compiling parking_lot v0.11.2
18982026-08-18T19:01:59.893Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18992026-08-18T19:01:59.965Z Compiling fxhash v0.2.1
19002026-08-18T19:02:00.109Z Compiling internet-checksum v0.2.1
19012026-08-18T19:02:00.142Z Compiling sled v0.34.7
19022026-08-18T19:02:00.251Z Compiling itertools v0.15.0
19032026-08-18T19:02:01.164Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-08-18T19:02:03.434Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19052026-08-18T19:02:04.571Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-08-18T19:02:12.429Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-08-18T19:02:14.048Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-08-18T19:02:15.094Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19092026-08-18T19:02:16.071Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19102026-08-18T19:02:16.901Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19112026-08-18T19:02:41.797Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s
19122026-08-18T19:02:41.986Z────────────
19132026-08-18T19:02:41.986Z Nextest run ID 2f5e1959-6cd9-4ecc-9af2-f3b0886454b7 with nextest profile: default
19142026-08-18T19:02:41.986Z Starting 48 tests across 3 binaries
19152026-08-18T19:02:41.992Z PASS [ 0.005s] mg-api-types-versions v13::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape
19162026-08-18T19:02:41.992Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19172026-08-18T19:02:41.992Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19182026-08-18T19:02:41.992Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19192026-08-18T19:02:41.995Z PASS [ 0.006s] mg-api-types-versions v13::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer
19202026-08-18T19:02:41.995Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19212026-08-18T19:02:41.995Z PASS [ 0.006s] mg-api-types-versions v13::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape
19222026-08-18T19:02:41.998Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19232026-08-18T19:02:42.002Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19242026-08-18T19:02:42.005Z PASS [ 0.010s] rdb db::test::test_prefix4_from_str
19252026-08-18T19:02:42.005Z PASS [ 0.011s] rdb db::test::test_prefix4_db_key_serialization
19262026-08-18T19:02:42.005Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19272026-08-18T19:02:42.005Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
19282026-08-18T19:02:42.008Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
19292026-08-18T19:02:42.011Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
19302026-08-18T19:02:42.049Z PASS [ 0.057s] rdb db::test::test_ipv6_origin_crud
19312026-08-18T19:02:42.052Z PASS [ 0.058s] rdb db::test::test_ipv4_origin_crud
19322026-08-18T19:02:42.058Z PASS [ 0.055s] rdb db::test::test_prefix_host_bit_normalization
19332026-08-18T19:02:42.062Z PASS [ 0.055s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19342026-08-18T19:02:42.062Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv4_basic
19352026-08-18T19:02:42.062Z PASS [ 0.056s] rdb db::test::test_rib
19362026-08-18T19:02:42.062Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic
19372026-08-18T19:02:42.064Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19382026-08-18T19:02:42.075Z PASS [ 0.016s] rdb proptest::prop_ipv4_normalized_is_network_address
19392026-08-18T19:02:42.075Z PASS [ 0.016s] rdb proptest::prop_ipv4_default_contains_all
19402026-08-18T19:02:42.075Z PASS [ 0.016s] rdb proptest::prop_ipv4_subnet_of_self
19412026-08-18T19:02:42.078Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19422026-08-18T19:02:42.091Z PASS [ 0.016s] rdb proptest::prop_ipv6_subnet_of_self
19432026-08-18T19:02:42.091Z PASS [ 0.016s] rdb proptest::prop_ipv6_normalized_is_network_address
19442026-08-18T19:02:42.094Z PASS [ 0.018s] rdb proptest::prop_static_route_key_deduplication
19452026-08-18T19:02:42.097Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19462026-08-18T19:02:42.108Z PASS [ 0.057s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19472026-08-18T19:02:42.108Z PASS [ 0.058s] rdb db::test::test_static_routing_mixed_address_families
19482026-08-18T19:02:42.112Z PASS [ 0.021s] rdb proptest::prop_static_route_key_normalization_preserves_length
19492026-08-18T19:02:42.115Z PASS [ 0.021s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19502026-08-18T19:02:42.115Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalized_is_network_address
19512026-08-18T19:02:42.115Z PASS [ 0.056s] rdb db::test::test_static_routing_vlan_id_handling
19522026-08-18T19:02:42.118Z PASS [ 0.010s] rdb types::test::bgp_path_identity
19532026-08-18T19:02:42.118Z PASS [ 0.010s] rdb types::test::bgp_vs_static_ordering
19542026-08-18T19:02:42.121Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
19552026-08-18T19:02:42.121Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19562026-08-18T19:02:42.121Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19572026-08-18T19:02:42.124Z PASS [ 0.009s] rdb types::test::btreeset_remove
19582026-08-18T19:02:42.124Z PASS [ 0.008s] rdb types::test::btreeset_replace
19592026-08-18T19:02:42.126Z PASS [ 0.008s] rdb types::test::ord_contract
19602026-08-18T19:02:42.126Z PASS [ 0.009s] rdb types::test::prefix_no_cross_family_within
19612026-08-18T19:02:42.129Z PASS [ 0.008s] rdb types::test::static_path_identity
19622026-08-18T19:02:42.146Z PASS [ 0.087s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19632026-08-18T19:02:42.149Z────────────
19642026-08-18T19:02:42.149Z Summary [ 0.160s] 48 tests run: 48 passed, 0 skipped
19652026-08-18T19:02:42.158Z+ cp ./rib.log /work/
19662026-08-18T19:02:42.161Z+ popd
19672026-08-18T19:02:42.161Z/work/oxidecomputer/maghemite
19682026-08-18T19:02:42.161Zprocess exited: duration 329024 ms, exit code 0
 
19692026-08-18T19:02:42.173Zfound 1 output files
19702026-08-18T19:02:42.173Zuploading: /work/rib.log (1178 bytes)
19712026-08-18T19:02:43.183Zuploaded: /work/rib.log