01KVTYSPZG7PD734AVNDZSZ7Y3: 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: 01KVTYTF44N72T6ZXFYKB2E844

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T19:21:35.158Zjob assigned to worker 01KVTYV1EGZCSC3P8D3Q0RVNES [factory aws, i-04426f208db14e2ba] (queued for 1 m 9 s)
 
22026-06-23T19:21:41.907Zstarting task 0: "setup"
32026-06-23T19:21:41.913Z++ uname -s
42026-06-23T19:21:41.916Z+ kern=SunOS
52026-06-23T19:21:41.917Z+ build_user=build
62026-06-23T19:21:41.917Z+ build_uid=12345
72026-06-23T19:21:41.917Z+ work_dir=/work
82026-06-23T19:21:41.917Z+ input_dir=/input
92026-06-23T19:21:41.917Z+ [[ 0 == 12345 ]]
102026-06-23T19:21:41.917Z+ case "$kern" in
112026-06-23T19:21:41.917Z+ groupadd -g 12345 build
122026-06-23T19:21:41.917Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T19:21:43.923Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T19:21:44.004Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T19:21:44.008Z+ home_fs=zfs
162026-06-23T19:21:44.008Z+ [[ zfs == autofs ]]
172026-06-23T19:21:44.008Z+ mkdir -p /home/build
182026-06-23T19:21:44.008Z+ chown build:build /home/build /work
192026-06-23T19:21:46.008Z+ chmod 0700 /home/build /work
202026-06-23T19:21:46.011Zprocess exited: duration 4101 ms, exit code 0
 
212026-06-23T19:21:46.017Zstarting task 1: "rust-toolchain"
222026-06-23T19:21:46.021Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-23T19:21:46.021Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-23T19:21:46.021Z * rust toolchain channel = "stable"
252026-06-23T19:21:46.021Z * rust toolchain profile = "default"
262026-06-23T19:21:46.021Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-23T19:21:46.021Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-23T19:21:46.025Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T19:21:46.025Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-23T19:21:46.094Zinfo: downloading installer
312026-06-23T19:21:47.780Zwarn: It looks like you have an existing installation of Rust at:
322026-06-23T19:21:47.780Zwarn: /opt/ooce/bin
332026-06-23T19:21:47.780Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-23T19:21:47.780Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-23T19:21:47.780Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-23T19:21:47.780Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-23T19:21:47.780Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-23T19:21:47.780Zerror: cannot install while Rust is installed
392026-06-23T19:21:47.780Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-23T19:21:47.780Zwarn: It looks like you have an existing rustup settings file at:
412026-06-23T19:21:47.780Zwarn: /home/build/.rustup/settings.toml
422026-06-23T19:21:47.780Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-23T19:21:47.780Zwarn: instead of the one inferred from the default host triple.
442026-06-23T19:21:47.793Zinfo: profile set to default
452026-06-23T19:21:47.793Zinfo: default host triple is x86_64-unknown-illumos
462026-06-23T19:21:47.796Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-23T19:21:47.930Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-23T19:21:47.934Zinfo: downloading 6 components
492026-06-23T19:22:02.665Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-23T19:22:02.666Z
512026-06-23T19:22:02.706Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-23T19:22:02.706Z
532026-06-23T19:22:02.706Z
542026-06-23T19:22:02.706ZRust is installed now. Great!
552026-06-23T19:22:02.706Z
562026-06-23T19:22:02.709ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-23T19:22:02.709Zenvironment variable. This has not been done automatically.
582026-06-23T19:22:02.709Z
592026-06-23T19:22:02.709ZTo configure your current shell, you need to source
602026-06-23T19:22:02.709Zthe corresponding env file under $HOME/.cargo.
612026-06-23T19:22:02.709Z
622026-06-23T19:22:02.709ZThis is usually done by running one of the following (note the leading DOT):
632026-06-23T19:22:02.709Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-23T19:22:02.709Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-23T19:22:02.709Zsource "~/.cargo/env.nu" # For nushell
662026-06-23T19:22:02.709Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-23T19:22:02.709Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-23T19:22:02.709Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-23T19:22:02.709Zwarn: no default linker (`cc`) was found in your PATH
702026-06-23T19:22:02.710Zwarn: many Rust crates require a system C toolchain to build
712026-06-23T19:22:02.804Z+ rustup --version
722026-06-23T19:22:02.813Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-23T19:22:02.816Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-23T19:22:02.834Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-23T19:22:02.837Z+ cargo --version
762026-06-23T19:22:02.850Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-23T19:22:02.853Z+ rustc --version
782026-06-23T19:22:02.872Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-23T19:22:02.876Zprocess exited: duration 16857 ms, exit code 0
 
802026-06-23T19:22:02.883Zstarting task 2: "authentication"
812026-06-23T19:22:02.899Zprocess exited: duration 16 ms, exit code 0
 
822026-06-23T19:22:02.907Zstarting task 3: "clone repository"
832026-06-23T19:22:02.910Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-23T19:22:02.913Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-23T19:22:02.947ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-23T19:22:04.346Z+ cd /work/oxidecomputer/maghemite
872026-06-23T19:22:04.346Z+ git fetch origin 2128258d782b0a574096a4d622bb4c795193ccbc
882026-06-23T19:22:04.711ZFrom https://github.com/oxidecomputer/maghemite
892026-06-23T19:22:04.712Z * branch 2128258d782b0a574096a4d622bb4c795193ccbc -> FETCH_HEAD
902026-06-23T19:22:04.717Z+ [[ -n john/bfd-async ]]
912026-06-23T19:22:04.720Z++ git branch --show-current
922026-06-23T19:22:04.720Z+ current=main
932026-06-23T19:22:04.720Z+ [[ main != john/bfd-async ]]
942026-06-23T19:22:04.720Z+ git branch -f john/bfd-async 2128258d782b0a574096a4d622bb4c795193ccbc
952026-06-23T19:22:04.723Z+ git checkout -f john/bfd-async
962026-06-23T19:22:04.741ZSwitched to branch 'john/bfd-async'
972026-06-23T19:22:04.744Z+ git reset --hard 2128258d782b0a574096a4d622bb4c795193ccbc
982026-06-23T19:22:04.747ZHEAD is now at 2128258 send our local detection multiplier
992026-06-23T19:22:04.750Zprocess exited: duration 1841 ms, exit code 0
 
1002026-06-23T19:22:04.757Zstarting task 4: "build"
1012026-06-23T19:22:04.760Z+ set -e
1022026-06-23T19:22:04.760Z+ source .github/buildomat/test-common.sh
1032026-06-23T19:22:04.760Z++ NEXTEST_VERSION=0.9.97
1042026-06-23T19:22:04.760Z++ PLATFORM=illumos
1052026-06-23T19:22:04.760Z++ banner install
1062026-06-23T19:22:04.763Z
1072026-06-23T19:22:04.763Z # # # #### ##### ## # #
1082026-06-23T19:22:04.763Z # ## # # # # # # #
1092026-06-23T19:22:04.763Z # # # # #### # # # # #
1102026-06-23T19:22:04.763Z # # # # # # ###### # #
1112026-06-23T19:22:04.763Z # # ## # # # # # # #
1122026-06-23T19:22:04.763Z # # # #### # # # ###### ######
1132026-06-23T19:22:04.763Z
1142026-06-23T19:22:04.763Z++ set +o errexit
1152026-06-23T19:22:04.763Z++ pkg info clang-15
1162026-06-23T19:22:04.763Z++ grep -qi installed
1172026-06-23T19:22:06.042Zpkg: info: no packages matching the following patterns you specified are
1182026-06-23T19:22:06.042Zinstalled on the system. Try querying remotely instead:
1192026-06-23T19:22:06.042Z
1202026-06-23T19:22:06.042Z clang-15
1212026-06-23T19:22:06.083Z++ [[ 1 != 0 ]]
1222026-06-23T19:22:06.083Z++ set -o errexit
1232026-06-23T19:22:06.086Z++ pfexec pkg install clang-15
1242026-06-23T19:22:14.179Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-23T19:22:22.300Z Startup: Caching catalogs ... Done
1262026-06-23T19:22:29.262ZPlanning: Solver setup ... Done
1272026-06-23T19:22:29.303ZPlanning: Running solver ... Done
1282026-06-23T19:22:29.444ZPlanning: Finding local manifests ... Done
1292026-06-23T19:22:29.458ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-23T19:22:29.966ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-23T19:22:29.994ZPlanning: Package planning ... Done
1322026-06-23T19:22:30.020ZPlanning: Merging actions ... Done
1332026-06-23T19:22:30.127ZPlanning: Checking for conflicting actions ... Done
1342026-06-23T19:22:30.134ZPlanning: Consolidating action changes ... Done
1352026-06-23T19:22:30.912ZPlanning: Evaluating mediators ... Done
1362026-06-23T19:22:30.917ZPlanning: Planning completed in 8.72 seconds
1372026-06-23T19:22:30.929Z Packages to install: 2
1382026-06-23T19:22:30.932Z Mediators to change: 2
1392026-06-23T19:22:30.932Z Services to change: 1
1402026-06-23T19:22:30.932Z Create boot environment: No
1412026-06-23T19:22:30.932ZCreate backup boot environment: No
1422026-06-23T19:22:30.972Z
1432026-06-23T19:22:30.972ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-23T19:22:36.010ZDownload: 316/3076 items 16.1/211.3MB 7% complete (4.0M/s)
1452026-06-23T19:22:41.013ZDownload: 795/3076 items 18.2/211.3MB 8% complete (1.9M/s)
1462026-06-23T19:22:46.015ZDownload: 1182/3076 items 114.7/211.3MB 54% complete (9.9M/s)
1472026-06-23T19:22:53.477ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (10.0M/s)
1482026-06-23T19:22:58.475ZDownload: 2654/3076 items 119.6/211.3MB 56% complete (174k/s)
1492026-06-23T19:23:03.476ZDownload: 3027/3076 items 201.5/211.3MB 95% complete (10.7M/s)
1502026-06-23T19:23:12.463ZDownload: 3034/3076 items 201.6/211.3MB 95% complete (9.8M/s)
1512026-06-23T19:23:15.502ZDownload: Completed 211.31 MB in 44.53 seconds (4.8M/s)
1522026-06-23T19:23:15.672Z Actions: 1/3418 actions (Installing new actions)
1532026-06-23T19:23:18.821Z Actions: Completed 3418 actions in 3.15 seconds.
1542026-06-23T19:23:19.484Z Done
1552026-06-23T19:23:19.484Z Done
1562026-06-23T19:23:20.248Z Done
1572026-06-23T19:23:23.711Z Done
1582026-06-23T19:23:23.783Z Done
1592026-06-23T19:23:23.786Z Done
1602026-06-23T19:23:24.045Z Done
1612026-06-23T19:23:24.734Z++ set -o errexit
1622026-06-23T19:23:24.734Z++ cargo --version
1632026-06-23T19:23:24.741Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1642026-06-23T19:23:24.897Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1652026-06-23T19:23:24.900Zinfo: downloading 6 components
1662026-06-23T19:23:40.218Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1672026-06-23T19:23:40.221Z++ rustc --version
1682026-06-23T19:23:40.249Zrustc 1.95.0 (59807616e 2026-04-14)
1692026-06-23T19:23:40.252Z++ cargo install cargo-nextest --version 0.9.97
1702026-06-23T19:23:40.294Z Updating crates.io index
1712026-06-23T19:23:40.388Z Downloading crates ...
1722026-06-23T19:23:40.444Z Downloaded cargo-nextest v0.9.97
1732026-06-23T19:23:40.505Z Installing cargo-nextest v0.9.97
1742026-06-23T19:23:40.545Z Updating crates.io index
1752026-06-23T19:23:43.120Z Locking 390 packages to latest compatible versions
1762026-06-23T19:23:43.124Z Adding dialoguer v0.11.0 (available: v0.12.0)
1772026-06-23T19:23:43.128Z Adding duct v0.13.7 (available: v1.1.1)
1782026-06-23T19:23:43.128Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1792026-06-23T19:23:43.128Z Adding generic-array v0.14.7 (available: v0.14.9)
1802026-06-23T19:23:43.132Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1812026-06-23T19:23:43.132Z Adding itertools v0.14.0 (available: v0.15.0)
1822026-06-23T19:23:43.132Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1832026-06-23T19:23:43.132Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1842026-06-23T19:23:43.135Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1852026-06-23T19:23:43.138Z Adding quick-junit v0.5.2 (available: v0.6.0)
1862026-06-23T19:23:43.162Z Downloading crates ...
1872026-06-23T19:23:43.235Z Downloaded addr2line v0.25.1
1882026-06-23T19:23:43.239Z Downloaded adler2 v2.0.1
1892026-06-23T19:23:43.244Z Downloaded anstyle-query v1.1.5
1902026-06-23T19:23:43.263Z Downloaded ahash v0.8.12
1912026-06-23T19:23:43.263Z Downloaded atomic-waker v1.1.2
1922026-06-23T19:23:43.264Z Downloaded async-scoped v0.9.0
1932026-06-23T19:23:43.264Z Downloaded anstream v1.0.0
1942026-06-23T19:23:43.264Z Downloaded getrandom v0.3.4
1952026-06-23T19:23:43.264Z Downloaded anstyle v1.0.14
1962026-06-23T19:23:43.264Z Downloaded anstyle-parse v1.0.0
1972026-06-23T19:23:43.268Z Downloaded aho-corasick v1.1.4
1982026-06-23T19:23:43.272Z Downloaded futures v0.3.32
1992026-06-23T19:23:43.277Z Downloaded is_terminal_polyfill v1.70.2
2002026-06-23T19:23:43.280Z Downloaded futures-io v0.3.32
2012026-06-23T19:23:43.280Z Downloaded backtrace-ext v0.2.1
2022026-06-23T19:23:43.280Z Downloaded fixedbitset v0.5.7
2032026-06-23T19:23:43.284Z Downloaded errno v0.3.14
2042026-06-23T19:23:43.287Z Downloaded httparse v1.10.1
2052026-06-23T19:23:43.287Z Downloaded future-queue v0.4.0
2062026-06-23T19:23:43.290Z Downloaded percent-encoding v2.3.2
2072026-06-23T19:23:43.290Z Downloaded hyper-rustls v0.27.9
2082026-06-23T19:23:43.294Z Downloaded itoa v1.0.18
2092026-06-23T19:23:43.294Z Downloaded block-buffer v0.10.4
2102026-06-23T19:23:43.294Z Downloaded parking_lot v0.12.5
2112026-06-23T19:23:43.299Z Downloaded native-tls v0.2.18
2122026-06-23T19:23:43.299Z Downloaded eyre v0.6.12
2132026-06-23T19:23:43.302Z Downloaded pin-project-lite v0.2.17
2142026-06-23T19:23:43.305Z Downloaded once_cell v1.21.4
2152026-06-23T19:23:43.305Z Downloaded crc32fast v1.5.0
2162026-06-23T19:23:43.308Z Downloaded duct v0.13.7
2172026-06-23T19:23:43.308Z Downloaded heck v0.5.0
2182026-06-23T19:23:43.313Z Downloaded ed25519-dalek v2.2.0
2192026-06-23T19:23:43.313Z Downloaded humantime v2.3.0
2202026-06-23T19:23:43.316Z Downloaded crypto-common v0.1.7
2212026-06-23T19:23:43.316Z Downloaded futures-macro v0.3.32
2222026-06-23T19:23:43.316Z Downloaded rustc-demangle v0.1.27
2232026-06-23T19:23:43.316Z Downloaded cpufeatures v0.2.17
2242026-06-23T19:23:43.320Z Downloaded rand_core v0.6.4
2252026-06-23T19:23:43.320Z Downloaded rand_chacha v0.9.0
2262026-06-23T19:23:43.324Z Downloaded generic-array v0.14.7
2272026-06-23T19:23:43.324Z Downloaded nextest-filtering v0.15.0
2282026-06-23T19:23:43.324Z Downloaded base64ct v1.8.3
2292026-06-23T19:23:43.327Z Downloaded is_ci v1.2.0
2302026-06-23T19:23:43.327Z Downloaded cargo-platform v0.3.3
2312026-06-23T19:23:43.330Z Downloaded bitflags v2.13.0
2322026-06-23T19:23:43.333Z Downloaded color-spantrace v0.3.0
2332026-06-23T19:23:43.333Z Downloaded indent_write v2.2.0
2342026-06-23T19:23:43.333Z Downloaded clap_lex v1.1.0
2352026-06-23T19:23:43.336Z Downloaded cargo-platform v0.2.0
2362026-06-23T19:23:43.336Z Downloaded openssl-probe v0.2.1
2372026-06-23T19:23:43.342Z Downloaded mukti-metadata v0.3.0
2382026-06-23T19:23:43.342Z Downloaded document-features v0.2.12
2392026-06-23T19:23:43.342Z Downloaded either v1.16.0
2402026-06-23T19:23:43.345Z Downloaded scopeguard v1.2.0
2412026-06-23T19:23:43.345Z Downloaded cfg-if v1.0.4
2422026-06-23T19:23:43.346Z Downloaded futures-task v0.3.32
2432026-06-23T19:23:43.346Z Downloaded equivalent v1.0.2
2442026-06-23T19:23:43.346Z Downloaded enable-ansi-support v0.2.1
2452026-06-23T19:23:43.346Z Downloaded nextest-metadata v0.12.2
2462026-06-23T19:23:43.350Z Downloaded curve25519-dalek-derive v0.1.1
2472026-06-23T19:23:43.350Z Downloaded digest v0.10.7
2482026-06-23T19:23:43.350Z Downloaded getrandom v0.2.17
2492026-06-23T19:23:43.353Z Downloaded home v0.5.12
2502026-06-23T19:23:43.353Z Downloaded erased-serde v0.4.10
2512026-06-23T19:23:43.353Z Downloaded cargo-util-schemas v0.2.0
2522026-06-23T19:23:43.358Z Downloaded indenter v0.3.4
2532026-06-23T19:23:43.358Z Downloaded number_prefix v0.4.0
2542026-06-23T19:23:43.358Z Downloaded cfg_aliases v0.2.1
2552026-06-23T19:23:43.362Z Downloaded lru-slab v0.1.2
2562026-06-23T19:23:43.362Z Downloaded foreign-types v0.3.2
2572026-06-23T19:23:43.362Z Downloaded atomicwrites v0.4.4
2582026-06-23T19:23:43.362Z Downloaded pathdiff v0.2.3
2592026-06-23T19:23:43.368Z Downloaded futures-core v0.3.32
2602026-06-23T19:23:43.368Z Downloaded rustc_version v0.4.1
2612026-06-23T19:23:43.375Z Downloaded futures-sink v0.3.32
2622026-06-23T19:23:43.375Z Downloaded serde_urlencoded v0.7.1
2632026-06-23T19:23:43.375Z Downloaded hex v0.4.3
2642026-06-23T19:23:43.375Z Downloaded form_urlencoded v1.2.2
2652026-06-23T19:23:43.382Z Downloaded guppy-workspace-hack v0.1.0
2662026-06-23T19:23:43.382Z Downloaded semver v1.0.28
2672026-06-23T19:23:43.382Z Downloaded debug-ignore v1.0.5
2682026-06-23T19:23:43.382Z Downloaded serde_ignored v0.1.14
2692026-06-23T19:23:43.388Z Downloaded serde-value v0.7.0
2702026-06-23T19:23:43.388Z Downloaded nextest-workspace-hack v0.1.0
2712026-06-23T19:23:43.388Z Downloaded colorchoice v1.0.5
2722026-06-23T19:23:43.388Z Downloaded fnv v1.0.7
2732026-06-23T19:23:43.392Z Downloaded lazy_static v1.5.0
2742026-06-23T19:23:43.392Z Downloaded shell-words v1.1.1
2752026-06-23T19:23:43.392Z Downloaded sigchld v0.2.4
2762026-06-23T19:23:43.392Z Downloaded signal-hook-mio v0.2.5
2772026-06-23T19:23:43.395Z Downloaded futures-executor v0.3.32
2782026-06-23T19:23:43.395Z Downloaded ed25519 v2.2.3
2792026-06-23T19:23:43.395Z Downloaded idna_adapter v1.0.0
2802026-06-23T19:23:43.399Z Downloaded borsh v1.7.0
2812026-06-23T19:23:43.402Z Downloaded serde-untagged v0.1.9
2822026-06-23T19:23:43.402Z Downloaded foreign-types-shared v0.1.1
2832026-06-23T19:23:43.402Z Downloaded camino-tempfile v1.4.1
2842026-06-23T19:23:43.405Z Downloaded ordered-float v2.10.1
2852026-06-23T19:23:43.405Z Downloaded humantime-serde v1.1.1
2862026-06-23T19:23:43.406Z Downloaded os_pipe v1.2.3
2872026-06-23T19:23:43.409Z Downloaded http-body v1.0.1
2882026-06-23T19:23:43.409Z Downloaded cfg-expr v0.20.8
2892026-06-23T19:23:43.414Z Downloaded nested v0.1.1
2902026-06-23T19:23:43.417Z Downloaded subtle v2.6.1
2912026-06-23T19:23:43.417Z Downloaded serde_spanned v0.6.9
2922026-06-23T19:23:43.418Z Downloaded strip-ansi-escapes v0.2.1
2932026-06-23T19:23:43.418Z Downloaded owo-colors v4.3.0
2942026-06-23T19:23:43.422Z Downloaded openssl-macros v0.1.1
2952026-06-23T19:23:43.422Z Downloaded supports-hyperlinks v3.2.0
2962026-06-23T19:23:43.422Z Downloaded pkcs8 v0.10.2
2972026-06-23T19:23:43.425Z Downloaded jobserver v0.1.34
2982026-06-23T19:23:43.425Z Downloaded supports-color v3.0.2
2992026-06-23T19:23:43.425Z Downloaded shared_child v1.1.1
3002026-06-23T19:23:43.425Z Downloaded hyper-tls v0.6.0
3012026-06-23T19:23:43.429Z Downloaded signature v2.2.0
3022026-06-23T19:23:43.432Z Downloaded filetime v0.2.29
3032026-06-23T19:23:43.435Z Downloaded sync_wrapper v1.0.2
3042026-06-23T19:23:43.438Z Downloaded strsim v0.11.1
3052026-06-23T19:23:43.438Z Downloaded serde_spanned v1.1.1
3062026-06-23T19:23:43.438Z Downloaded cargo_metadata v0.23.1
3072026-06-23T19:23:43.438Z Downloaded proc-macro2 v1.0.106
3082026-06-23T19:23:43.441Z Downloaded find-msvc-tools v0.1.9
3092026-06-23T19:23:43.441Z Downloaded swrite v0.1.0
3102026-06-23T19:23:43.444Z Downloaded http-body-util v0.1.3
3112026-06-23T19:23:43.444Z Downloaded foldhash v0.1.5
3122026-06-23T19:23:43.448Z Downloaded ryu v1.0.23
3132026-06-23T19:23:43.448Z Downloaded serde_path_to_error v0.1.20
3142026-06-23T19:23:43.451Z Downloaded dialoguer v0.11.0
3152026-06-23T19:23:43.458Z Downloaded tinyvec_macros v0.1.1
3162026-06-23T19:23:43.461Z Downloaded sha2 v0.10.9
3172026-06-23T19:23:43.461Z Downloaded toml_datetime v0.6.11
3182026-06-23T19:23:43.461Z Downloaded terminal_size v0.4.4
3192026-06-23T19:23:43.461Z Downloaded toml_write v0.1.2
3202026-06-23T19:23:43.461Z Downloaded tokio-macros v2.7.0
3212026-06-23T19:23:43.465Z Downloaded supports-unicode v3.0.0
3222026-06-23T19:23:43.468Z Downloaded ipnet v2.12.0
3232026-06-23T19:23:43.468Z Downloaded quote v1.0.46
3242026-06-23T19:23:43.472Z Downloaded fastrand v2.4.1
3252026-06-23T19:23:43.472Z Downloaded convert_case v0.10.0
3262026-06-23T19:23:43.475Z Downloaded rand_core v0.9.5
3272026-06-23T19:23:43.475Z Downloaded const-oid v0.9.6
3282026-06-23T19:23:43.475Z Downloaded backtrace v0.3.76
3292026-06-23T19:23:43.478Z Downloaded tower-layer v0.3.3
3302026-06-23T19:23:43.478Z Downloaded pin-project-internal v1.1.13
3312026-06-23T19:23:43.481Z Downloaded ppv-lite86 v0.2.21
3322026-06-23T19:23:43.481Z Downloaded tracing-error v0.2.1
3332026-06-23T19:23:43.481Z Downloaded try-lock v0.2.5
3342026-06-23T19:23:43.481Z Downloaded futures-channel v0.3.32
3352026-06-23T19:23:43.484Z Downloaded console v0.15.11
3362026-06-23T19:23:43.484Z Downloaded camino v1.2.3
3372026-06-23T19:23:43.484Z Downloaded miette-derive v7.6.0
3382026-06-23T19:23:43.487Z Downloaded smol_str v0.3.6
3392026-06-23T19:23:43.487Z Downloaded shlex v2.0.1
3402026-06-23T19:23:43.490Z Downloaded target-lexicon v0.13.5
3412026-06-23T19:23:43.491Z Downloaded newtype-uuid v1.3.2
3422026-06-23T19:23:43.494Z Downloaded tower-service v0.3.3
3432026-06-23T19:23:43.494Z Downloaded target-spec-miette v0.4.8
3442026-06-23T19:23:43.497Z Downloaded unicode-xid v0.2.6
3452026-06-23T19:23:43.497Z Downloaded unicode-linebreak v0.1.5
3462026-06-23T19:23:43.497Z Downloaded thread_local v1.1.9
3472026-06-23T19:23:43.500Z Downloaded thiserror-impl v2.0.18
3482026-06-23T19:23:43.500Z Downloaded thiserror-impl v1.0.69
3492026-06-23T19:23:43.500Z Downloaded static_assertions v1.1.0
3502026-06-23T19:23:43.503Z Downloaded utf8_iter v1.0.4
3512026-06-23T19:23:43.506Z Downloaded rustc-hash v2.1.2
3522026-06-23T19:23:43.506Z Downloaded clap_derive v4.6.1
3532026-06-23T19:23:43.509Z Downloaded lock_api v0.4.14
3542026-06-23T19:23:43.509Z Downloaded autocfg v1.5.1
3552026-06-23T19:23:43.512Z Downloaded untrusted v0.9.0
3562026-06-23T19:23:43.515Z Downloaded simd-adler32 v0.3.9
3572026-06-23T19:23:43.515Z Downloaded self-replace v1.5.0
3582026-06-23T19:23:43.515Z Downloaded globset v0.4.18
3592026-06-23T19:23:43.518Z Downloaded cargo_metadata v0.20.0
3602026-06-23T19:23:43.518Z Downloaded openssl-sys v0.9.117
3612026-06-23T19:23:43.521Z Downloaded utf8parse v0.2.2
3622026-06-23T19:23:43.521Z Downloaded rustls-pki-types v1.14.1
3632026-06-23T19:23:43.526Z Downloaded want v0.3.1
3642026-06-23T19:23:43.526Z Downloaded version_check v0.9.5
3652026-06-23T19:23:43.526Z Downloaded signal-hook-registry v1.4.8
3662026-06-23T19:23:43.529Z Downloaded quinn-udp v0.5.14
3672026-06-23T19:23:43.529Z Downloaded spki v0.7.3
3682026-06-23T19:23:43.529Z Downloaded pkg-config v0.3.33
3692026-06-23T19:23:43.529Z Downloaded thiserror v2.0.18
3702026-06-23T19:23:43.532Z Downloaded tokio-native-tls v0.3.1
3712026-06-23T19:23:43.536Z Downloaded clap v4.6.1
3722026-06-23T19:23:43.539Z Downloaded xattr v1.6.1
3732026-06-23T19:23:43.544Z Downloaded typeid v1.0.3
3742026-06-23T19:23:43.547Z Downloaded tracing-log v0.2.0
3752026-06-23T19:23:43.547Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3762026-06-23T19:23:43.550Z Downloaded iana-time-zone v0.1.65
3772026-06-23T19:23:43.551Z Downloaded target-spec v3.6.0
3782026-06-23T19:23:43.554Z Downloaded unicase v2.9.0
3792026-06-23T19:23:43.554Z Downloaded urlencoding v2.1.3
3802026-06-23T19:23:43.557Z Downloaded derive-where v1.6.1
3812026-06-23T19:23:43.560Z Downloaded tokio-stream v0.1.18
3822026-06-23T19:23:43.568Z Downloaded slab v0.4.12
3832026-06-23T19:23:43.568Z Downloaded parking_lot_core v0.9.12
3842026-06-23T19:23:43.571Z Downloaded getrandom v0.4.3
3852026-06-23T19:23:43.571Z Downloaded toml_writer v1.1.1+spec-1.1.0
3862026-06-23T19:23:43.571Z Downloaded config v0.15.24
3872026-06-23T19:23:43.571Z Downloaded sharded-slab v0.1.7
3882026-06-23T19:23:43.576Z Downloaded litrs v1.0.0
3892026-06-23T19:23:43.579Z Downloaded toml_parser v1.1.2+spec-1.1.0
3902026-06-23T19:23:43.582Z Downloaded bytes v1.12.0
3912026-06-23T19:23:43.582Z Downloaded base64 v0.22.1
3922026-06-23T19:23:43.585Z Downloaded toml v0.8.23
3932026-06-23T19:23:43.589Z Downloaded flate2 v1.1.9
3942026-06-23T19:23:43.593Z Downloaded zipsign-api v0.1.5
3952026-06-23T19:23:43.593Z Downloaded tracing-attributes v0.1.31
3962026-06-23T19:23:43.593Z Downloaded self_update v0.42.0
3972026-06-23T19:23:43.593Z Downloaded indexmap v2.14.0
3982026-06-23T19:23:43.598Z Downloaded serde_derive v1.0.228
3992026-06-23T19:23:43.601Z Downloaded textwrap v0.16.2
4002026-06-23T19:23:43.601Z Downloaded zstd v0.13.3
4012026-06-23T19:23:43.601Z Downloaded xxhash-rust v0.8.15
4022026-06-23T19:23:43.601Z Downloaded zstd-safe v7.2.4
4032026-06-23T19:23:43.604Z Downloaded zeroize v1.9.0
4042026-06-23T19:23:43.604Z Downloaded thiserror v1.0.69
4052026-06-23T19:23:43.607Z Downloaded tokio-rustls v0.26.4
4062026-06-23T19:23:43.612Z Downloaded quick-junit v0.5.2
4072026-06-23T19:23:43.615Z Downloaded pin-project v1.1.13
4082026-06-23T19:23:43.621Z Downloaded log v0.4.33
4092026-06-23T19:23:43.624Z Downloaded cc v1.2.65
4102026-06-23T19:23:43.627Z Downloaded smallvec v1.15.2
4112026-06-23T19:23:43.627Z Downloaded zmij v1.0.21
4122026-06-23T19:23:43.635Z Downloaded serde_core v1.0.228
4132026-06-23T19:23:43.638Z Downloaded socket2 v0.6.4
4142026-06-23T19:23:43.645Z Downloaded uuid v1.23.3
4152026-06-23T19:23:43.651Z Downloaded signal-hook v0.3.18
4162026-06-23T19:23:43.654Z Downloaded tempfile v3.27.0
4172026-06-23T19:23:43.657Z Downloaded tinyvec v1.11.0
4182026-06-23T19:23:43.657Z Downloaded toml v1.1.2+spec-1.1.0
4192026-06-23T19:23:43.660Z Downloaded derive_more v2.1.1
4202026-06-23T19:23:43.669Z Downloaded der v0.7.10
4212026-06-23T19:23:43.673Z Downloaded tar v0.4.46
4222026-06-23T19:23:43.673Z Downloaded miniz_oxide v0.8.9
4232026-06-23T19:23:43.678Z Downloaded indicatif v0.17.11
4242026-06-23T19:23:43.684Z Downloaded serde v1.0.228
4252026-06-23T19:23:43.688Z Downloaded unicode-ident v1.0.24
4262026-06-23T19:23:43.696Z Downloaded mio v1.2.1
4272026-06-23T19:23:43.696Z Downloaded derive_more-impl v2.1.1
4282026-06-23T19:23:43.699Z Downloaded toml_edit v0.22.27
4292026-06-23T19:23:43.699Z Downloaded http v1.4.2
4302026-06-23T19:23:43.702Z Downloaded url v2.5.8
4312026-06-23T19:23:43.708Z Downloaded num-traits v0.2.19
4322026-06-23T19:23:43.714Z Downloaded typenum v1.20.1
4332026-06-23T19:23:43.724Z Downloaded tracing-core v0.1.36
4342026-06-23T19:23:43.742Z Downloaded vte v0.14.1
4352026-06-23T19:23:43.746Z Downloaded unicode-segmentation v1.13.3
4362026-06-23T19:23:43.749Z Downloaded clap_builder v4.6.0
4372026-06-23T19:23:43.755Z Downloaded crossterm v0.29.0
4382026-06-23T19:23:43.760Z Downloaded hyper-util v0.1.20
4392026-06-23T19:23:43.763Z Downloaded rustls-webpki v0.103.13
4402026-06-23T19:23:43.763Z Downloaded hyper v1.10.1
4412026-06-23T19:23:43.766Z Downloaded hashbrown v0.17.1
4422026-06-23T19:23:43.769Z Downloaded regex v1.12.4
4432026-06-23T19:23:43.772Z Downloaded hashbrown v0.15.5
4442026-06-23T19:23:43.776Z Downloaded tower v0.5.3
4452026-06-23T19:23:43.780Z Downloaded rand v0.9.4
4462026-06-23T19:23:43.784Z Downloaded serde_json v1.0.150
4472026-06-23T19:23:43.787Z Downloaded unicode-normalization v0.1.25
4482026-06-23T19:23:43.792Z Downloaded tokio-util v0.7.18
4492026-06-23T19:23:43.795Z Downloaded reqwest v0.12.28
4502026-06-23T19:23:43.795Z Downloaded guppy v0.17.26
4512026-06-23T19:23:43.799Z Downloaded futures-util v0.3.32
4522026-06-23T19:23:43.806Z Downloaded miette v7.6.0
4532026-06-23T19:23:43.809Z Downloaded h2 v0.4.15
4542026-06-23T19:23:43.812Z Downloaded ron v0.12.2
4552026-06-23T19:23:43.817Z Downloaded quinn v0.11.11
4562026-06-23T19:23:43.820Z Downloaded idna v1.1.0
4572026-06-23T19:23:43.822Z Downloaded memchr v2.8.2
4582026-06-23T19:23:43.837Z Downloaded winnow v0.7.15
4592026-06-23T19:23:43.850Z Downloaded chrono v0.4.45
4602026-06-23T19:23:43.856Z Downloaded itertools v0.14.0
4612026-06-23T19:23:43.859Z Downloaded webpki-roots v1.0.8
4622026-06-23T19:23:43.864Z Downloaded vcpkg v0.2.15
4632026-06-23T19:23:43.886Z Downloaded pulldown-cmark v0.13.4
4642026-06-23T19:23:43.890Z Downloaded gimli v0.32.3
4652026-06-23T19:23:43.894Z Downloaded tower-http v0.6.11
4662026-06-23T19:23:43.904Z Downloaded zerocopy v0.8.52
4672026-06-23T19:23:43.916Z Downloaded unicode-width v0.2.2
4682026-06-23T19:23:43.919Z Downloaded portable-atomic v1.13.1
4692026-06-23T19:23:43.923Z Downloaded curve25519-dalek v4.1.3
4702026-06-23T19:23:43.928Z Downloaded syn v2.0.118
4712026-06-23T19:23:43.934Z Downloaded quick-xml v0.37.5
4722026-06-23T19:23:43.938Z Downloaded bstr v1.12.1
4732026-06-23T19:23:43.942Z Downloaded winnow v1.0.3
4742026-06-23T19:23:43.948Z Downloaded quick-xml v0.38.4
4752026-06-23T19:23:43.952Z Downloaded tracing v0.1.44
4762026-06-23T19:23:43.962Z Downloaded quinn-proto v0.11.15
4772026-06-23T19:23:43.974Z Downloaded tracing-subscriber v0.3.23
4782026-06-23T19:23:43.979Z Downloaded color-eyre v0.6.5
4792026-06-23T19:23:43.989Z Downloaded tokio v1.52.3
4802026-06-23T19:23:44.027Z Downloaded openssl v0.10.81
4812026-06-23T19:23:44.033Z Downloaded nextest-runner v0.80.0
4822026-06-23T19:23:44.042Z Downloaded unicode-width v0.1.14
4832026-06-23T19:23:44.049Z Downloaded nix v0.30.1
4842026-06-23T19:23:44.064Z Downloaded object v0.37.3
4852026-06-23T19:23:44.072Z Downloaded regex-syntax v0.8.11
4862026-06-23T19:23:44.084Z Downloaded rustls v0.23.41
4872026-06-23T19:23:44.092Z Downloaded rustix v0.38.44
4882026-06-23T19:23:44.104Z Downloaded rustix v1.1.4
4892026-06-23T19:23:44.199Z Downloaded regex-automata v0.4.14
4902026-06-23T19:23:44.262Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4912026-06-23T19:23:44.272Z Downloaded libc v0.2.186
4922026-06-23T19:23:44.294Z Downloaded petgraph v0.8.3
4932026-06-23T19:23:44.363Z Downloaded recursion v0.5.4
4942026-06-23T19:23:44.368Z Downloaded ring v0.17.14
4952026-06-23T19:23:44.433Z Compiling libc v0.2.186
4962026-06-23T19:23:44.433Z Compiling proc-macro2 v1.0.106
4972026-06-23T19:23:44.433Z Compiling unicode-ident v1.0.24
4982026-06-23T19:23:44.436Z Compiling quote v1.0.46
4992026-06-23T19:23:44.436Z Compiling serde_core v1.0.228
5002026-06-23T19:23:44.436Z Compiling cfg-if v1.0.4
5012026-06-23T19:23:44.569Z Compiling memchr v2.8.2
5022026-06-23T19:23:44.574Z Compiling once_cell v1.21.4
5032026-06-23T19:23:44.671Z Compiling log v0.4.33
5042026-06-23T19:23:44.727Z Compiling pin-project-lite v0.2.17
5052026-06-23T19:23:44.824Z Compiling serde v1.0.228
5062026-06-23T19:23:44.830Z Compiling itoa v1.0.18
5072026-06-23T19:23:45.015Z Compiling futures-core v0.3.32
5082026-06-23T19:23:45.090Z Compiling smallvec v1.15.2
5092026-06-23T19:23:45.174Z Compiling bitflags v2.13.0
5102026-06-23T19:23:45.199Z Compiling find-msvc-tools v0.1.9
5112026-06-23T19:23:45.350Z Compiling shlex v2.0.1
5122026-06-23T19:23:45.430Z Compiling equivalent v1.0.2
5132026-06-23T19:23:45.524Z Compiling errno v0.3.14
5142026-06-23T19:23:45.539Z Compiling hashbrown v0.17.1
5152026-06-23T19:23:45.569Z Compiling bytes v1.12.0
5162026-06-23T19:23:45.582Z Compiling mio v1.2.1
5172026-06-23T19:23:45.714Z Compiling signal-hook-registry v1.4.8
5182026-06-23T19:23:45.788Z Compiling jobserver v0.1.34
5192026-06-23T19:23:45.877Z Compiling rustix v1.1.4
5202026-06-23T19:23:45.991Z Compiling syn v2.0.118
5212026-06-23T19:23:46.146Z Compiling cc v1.2.65
5222026-06-23T19:23:46.229Z Compiling futures-sink v0.3.32
5232026-06-23T19:23:46.288Z Compiling socket2 v0.6.4
5242026-06-23T19:23:46.328Z Compiling zmij v1.0.21
5252026-06-23T19:23:46.373Z Compiling slab v0.4.12
5262026-06-23T19:23:46.537Z Compiling futures-channel v0.3.32
5272026-06-23T19:23:46.599Z Compiling tracing-core v0.1.36
5282026-06-23T19:23:46.743Z Compiling version_check v0.9.5
5292026-06-23T19:23:46.820Z Compiling serde_json v1.0.150
5302026-06-23T19:23:47.046Z Compiling indexmap v2.14.0
5312026-06-23T19:23:47.166Z Compiling getrandom v0.4.3
5322026-06-23T19:23:47.209Z Compiling futures-task v0.3.32
5332026-06-23T19:23:47.409Z Compiling futures-io v0.3.32
5342026-06-23T19:23:47.611Z Compiling camino v1.2.3
5352026-06-23T19:23:47.623Z Compiling unicode-width v0.2.2
5362026-06-23T19:23:47.681Z Compiling percent-encoding v2.3.2
5372026-06-23T19:23:47.857Z Compiling ring v0.17.14
5382026-06-23T19:23:47.987Z Compiling http v1.4.2
5392026-06-23T19:23:48.018Z Compiling simd-adler32 v0.3.9
5402026-06-23T19:23:48.038Z Compiling autocfg v1.5.1
5412026-06-23T19:23:48.127Z Compiling zeroize v1.9.0
5422026-06-23T19:23:48.337Z Compiling adler2 v2.0.1
5432026-06-23T19:23:48.397Z Compiling num-traits v0.2.19
5442026-06-23T19:23:48.507Z Compiling miniz_oxide v0.8.9
5452026-06-23T19:23:48.671Z Compiling target-lexicon v0.13.5
5462026-06-23T19:23:48.902Z Compiling getrandom v0.3.4
5472026-06-23T19:23:49.174Z Compiling object v0.37.3
5482026-06-23T19:23:49.242Z Compiling zerocopy v0.8.52
5492026-06-23T19:23:49.319Z Compiling http-body v1.0.1
5502026-06-23T19:23:49.536Z Compiling rustls-pki-types v1.14.1
5512026-06-23T19:23:49.660Z Compiling form_urlencoded v1.2.2
5522026-06-23T19:23:49.694Z Compiling semver v1.0.28
5532026-06-23T19:23:49.844Z Compiling serde_derive v1.0.228
5542026-06-23T19:23:49.941Z Compiling tokio-macros v2.7.0
5552026-06-23T19:23:49.987Z Compiling futures-macro v0.3.32
5562026-06-23T19:23:49.987Z Compiling tracing-attributes v0.1.31
5572026-06-23T19:23:50.341Z Compiling getrandom v0.2.17
5582026-06-23T19:23:50.414Z Compiling thiserror v2.0.18
5592026-06-23T19:23:50.488Z Compiling gimli v0.32.3
5602026-06-23T19:23:50.549Z Compiling idna_adapter v1.0.0
5612026-06-23T19:23:50.658Z Compiling untrusted v0.9.0
5622026-06-23T19:23:50.779Z Compiling tokio v1.52.3
5632026-06-23T19:23:50.843Z Compiling guppy-workspace-hack v0.1.0
5642026-06-23T19:23:50.843Z Compiling fnv v1.0.7
5652026-06-23T19:23:50.888Z Compiling signal-hook v0.3.18
5662026-06-23T19:23:50.909Z Compiling futures-util v0.3.32
5672026-06-23T19:23:50.981Z Compiling utf8_iter v1.0.4
5682026-06-23T19:23:51.154Z Compiling httparse v1.10.1
5692026-06-23T19:23:51.202Z Compiling owo-colors v4.3.0
5702026-06-23T19:23:51.279Z Compiling tracing v0.1.44
5712026-06-23T19:23:51.546Z Compiling idna v1.1.0
5722026-06-23T19:23:51.608Z Compiling thiserror-impl v2.0.18
5732026-06-23T19:23:52.923Z Compiling addr2line v0.25.1
5742026-06-23T19:23:53.582Z Compiling generic-array v0.14.7
5752026-06-23T19:23:53.727Z Compiling atomic-waker v1.1.2
5762026-06-23T19:23:53.851Z Compiling try-lock v0.2.5
5772026-06-23T19:23:53.874Z Compiling thiserror v1.0.69
5782026-06-23T19:23:53.949Z Compiling rustc-demangle v0.1.27
5792026-06-23T19:23:53.975Z Compiling pkg-config v0.3.33
5802026-06-23T19:23:54.057Z Compiling rustls v0.23.41
5812026-06-23T19:23:54.201Z Compiling target-spec v3.6.0
5822026-06-23T19:23:54.296Z Compiling fastrand v2.4.1
5832026-06-23T19:23:54.427Z Compiling typeid v1.0.3
5842026-06-23T19:23:54.506Z Compiling tower-service v0.3.3
5852026-06-23T19:23:54.626Z Compiling tempfile v3.27.0
5862026-06-23T19:23:54.638Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5872026-06-23T19:23:54.938Z Compiling tokio-util v0.7.18
5882026-06-23T19:23:54.966Z Compiling want v0.3.1
5892026-06-23T19:23:55.021Z Compiling cfg-expr v0.20.8
5902026-06-23T19:23:55.153Z Compiling url v2.5.8
5912026-06-23T19:23:55.548Z Compiling h2 v0.4.15
5922026-06-23T19:23:56.137Z Compiling backtrace v0.3.76
5932026-06-23T19:23:56.522Z Compiling thiserror-impl v1.0.69
5942026-06-23T19:23:56.533Z Compiling terminal_size v0.4.4
5952026-06-23T19:23:56.661Z Compiling aho-corasick v1.1.4
5962026-06-23T19:23:56.693Z Compiling regex-syntax v0.8.11
5972026-06-23T19:23:57.699Z Compiling rustls-webpki v0.103.13
5982026-06-23T19:23:57.723Z Compiling erased-serde v0.4.10
5992026-06-23T19:23:58.038Z Compiling winnow v0.7.15
6002026-06-23T19:24:00.038Z Compiling typenum v1.20.1
6012026-06-23T19:24:00.386Z Compiling subtle v2.6.1
6022026-06-23T19:24:00.779Z Compiling regex-automata v0.4.14
6032026-06-23T19:24:01.244Z Compiling hyper v1.10.1
6042026-06-23T19:24:02.443Z Compiling serde_spanned v0.6.9
6052026-06-23T19:24:02.608Z Compiling toml_datetime v0.6.11
6062026-06-23T19:24:03.006Z Compiling ahash v0.8.12
6072026-06-23T19:24:03.265Z Compiling sync_wrapper v1.0.2
6082026-06-23T19:24:03.391Z Compiling is_ci v1.2.0
6092026-06-23T19:24:03.570Z Compiling unicode-segmentation v1.13.3
6102026-06-23T19:24:03.984Z Compiling parking_lot_core v0.9.12
6112026-06-23T19:24:04.255Z Compiling unicode-linebreak v0.1.5
6122026-06-23T19:24:04.288Z Compiling portable-atomic v1.13.1
6132026-06-23T19:24:04.473Z Compiling lazy_static v1.5.0
6142026-06-23T19:24:04.536Z Compiling foldhash v0.1.5
6152026-06-23T19:24:04.582Z Compiling ipnet v2.12.0
6162026-06-23T19:24:04.757Z Compiling either v1.16.0
6172026-06-23T19:24:04.757Z Compiling base64 v0.22.1
6182026-06-23T19:24:05.003Z Compiling nextest-workspace-hack v0.1.0
6192026-06-23T19:24:05.080Z Compiling tower-layer v0.3.3
6202026-06-23T19:24:05.132Z Compiling crc32fast v1.5.0
6212026-06-23T19:24:05.237Z Compiling toml_write v0.1.2
6222026-06-23T19:24:05.251Z Compiling tower v0.5.3
6232026-06-23T19:24:05.300Z Compiling hyper-util v0.1.20
6242026-06-23T19:24:05.472Z Compiling toml_edit v0.22.27
6252026-06-23T19:24:05.532Z Compiling hashbrown v0.15.5
6262026-06-23T19:24:05.830Z Compiling sharded-slab v0.1.7
6272026-06-23T19:24:05.874Z Compiling textwrap v0.16.2
6282026-06-23T19:24:06.217Z Compiling convert_case v0.10.0
6292026-06-23T19:24:06.440Z Compiling tokio-rustls v0.26.4
6302026-06-23T19:24:06.479Z Compiling supports-color v3.0.2
6312026-06-23T19:24:06.778Z Compiling backtrace-ext v0.2.1
6322026-06-23T19:24:07.048Z Compiling ordered-float v2.10.1
6332026-06-23T19:24:07.329Z Compiling webpki-roots v1.0.8
6342026-06-23T19:24:07.342Z Compiling miette-derive v7.6.0
6352026-06-23T19:24:07.353Z Compiling pathdiff v0.2.3
6362026-06-23T19:24:07.451Z Compiling console v0.15.11
6372026-06-23T19:24:07.486Z Compiling tracing-log v0.2.0
6382026-06-23T19:24:07.860Z Compiling cargo-platform v0.3.3
6392026-06-23T19:24:08.027Z Compiling os_pipe v1.2.3
6402026-06-23T19:24:08.203Z Compiling thread_local v1.1.9
6412026-06-23T19:24:08.430Z Compiling supports-unicode v3.0.0
6422026-06-23T19:24:08.477Z Compiling scopeguard v1.2.0
6432026-06-23T19:24:08.566Z Compiling debug-ignore v1.0.5
6442026-06-23T19:24:08.580Z Compiling winnow v1.0.3
6452026-06-23T19:24:08.598Z Compiling rustix v0.38.44
6462026-06-23T19:24:08.679Z Compiling supports-hyperlinks v3.2.0
6472026-06-23T19:24:08.806Z Compiling pulldown-cmark v0.13.4
6482026-06-23T19:24:08.909Z Compiling fixedbitset v0.5.7
6492026-06-23T19:24:08.972Z Compiling zstd-safe v7.2.4
6502026-06-23T19:24:09.052Z Compiling cfg_aliases v0.2.1
6512026-06-23T19:24:09.132Z Compiling ryu v1.0.23
6522026-06-23T19:24:09.250Z Compiling utf8parse v0.2.2
6532026-06-23T19:24:09.378Z Compiling unicode-width v0.1.14
6542026-06-23T19:24:09.464Z Compiling anstyle-parse v1.0.0
6552026-06-23T19:24:09.688Z Compiling toml_parser v1.1.2+spec-1.1.0
6562026-06-23T19:24:09.703Z Compiling miette v7.6.0
6572026-06-23T19:24:09.860Z Compiling serde_urlencoded v0.7.1
6582026-06-23T19:24:10.126Z Compiling nix v0.30.1
6592026-06-23T19:24:10.143Z Compiling petgraph v0.8.3
6602026-06-23T19:24:10.634Z Compiling lock_api v0.4.14
6612026-06-23T19:24:10.892Z Compiling tracing-subscriber v0.3.23
6622026-06-23T19:24:11.026Z Compiling sigchld v0.2.4
6632026-06-23T19:24:11.227Z Compiling cargo_metadata v0.23.1
6642026-06-23T19:24:12.165Z Compiling hyper-rustls v0.27.9
6652026-06-23T19:24:12.435Z Compiling serde-value v0.7.0
6662026-06-23T19:24:12.844Z Compiling serde-untagged v0.1.9
6672026-06-23T19:24:13.212Z Compiling toml v0.8.23
6682026-06-23T19:24:13.476Z Compiling derive_more-impl v2.1.1
6692026-06-23T19:24:14.222Z Compiling tower-http v0.6.11
6702026-06-23T19:24:14.667Z Compiling itertools v0.14.0
6712026-06-23T19:24:14.902Z Compiling regex v1.12.4
6722026-06-23T19:24:15.001Z Compiling crypto-common v0.1.7
6732026-06-23T19:24:15.139Z Compiling block-buffer v0.10.4
6742026-06-23T19:24:15.149Z Compiling ppv-lite86 v0.2.21
6752026-06-23T19:24:15.293Z Compiling rand_core v0.9.5
6762026-06-23T19:24:15.484Z Compiling futures-executor v0.3.32
6772026-06-23T19:24:15.558Z Compiling pin-project-internal v1.1.13
6782026-06-23T19:24:16.023Z Compiling http-body-util v0.1.3
6792026-06-23T19:24:16.140Z Compiling uuid v1.23.3
6802026-06-23T19:24:16.217Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-06-23T19:24:16.307Z Compiling smol_str v0.3.6
6822026-06-23T19:24:16.358Z Compiling serde_spanned v1.1.1
6832026-06-23T19:24:16.513Z Compiling filetime v0.2.29
6842026-06-23T19:24:16.568Z Compiling vte v0.14.1
6852026-06-23T19:24:16.634Z Compiling bstr v1.12.1
6862026-06-23T19:24:16.656Z Compiling anstyle-query v1.1.5
6872026-06-23T19:24:16.668Z Compiling color-spantrace v0.3.0
6882026-06-23T19:24:16.722Z Compiling is_terminal_polyfill v1.70.2
6892026-06-23T19:24:16.725Z Compiling unicode-xid v0.2.6
6902026-06-23T19:24:16.761Z Compiling colorchoice v1.0.5
6912026-06-23T19:24:17.192Z Compiling anstyle v1.0.14
6922026-06-23T19:24:17.196Z Compiling unicase v2.9.0
6932026-06-23T19:24:17.196Z Compiling self_update v0.42.0
6942026-06-23T19:24:17.196Z Compiling eyre v0.6.12
6952026-06-23T19:24:17.196Z Compiling tinyvec_macros v0.1.1
6962026-06-23T19:24:17.196Z Compiling iana-time-zone v0.1.65
6972026-06-23T19:24:17.196Z Compiling litrs v1.0.0
6982026-06-23T19:24:17.196Z Compiling nested v0.1.1
6992026-06-23T19:24:17.311Z Compiling static_assertions v1.1.0
7002026-06-23T19:24:17.322Z Compiling number_prefix v0.4.0
7012026-06-23T19:24:17.335Z Compiling xattr v1.6.1
7022026-06-23T19:24:17.380Z Compiling guppy v0.17.26
7032026-06-23T19:24:17.514Z Compiling tar v0.4.46
7042026-06-23T19:24:17.531Z Compiling document-features v0.2.12
7052026-06-23T19:24:17.599Z Compiling indicatif v0.17.11
7062026-06-23T19:24:17.655Z Compiling chrono v0.4.45
7072026-06-23T19:24:18.124Z Compiling globset v0.4.18
7082026-06-23T19:24:18.657Z Compiling tinyvec v1.11.0
7092026-06-23T19:24:19.112Z Compiling anstream v1.0.0
7102026-06-23T19:24:19.635Z Compiling cargo-util-schemas v0.2.0
7112026-06-23T19:24:20.026Z Compiling strip-ansi-escapes v0.2.1
7122026-06-23T19:24:20.407Z Compiling pin-project v1.1.13
7132026-06-23T19:24:20.515Z Compiling nextest-metadata v0.12.2
7142026-06-23T19:24:20.521Z Compiling toml v1.1.2+spec-1.1.0
7152026-06-23T19:24:20.752Z Compiling newtype-uuid v1.3.2
7162026-06-23T19:24:20.938Z Compiling reqwest v0.12.28
7172026-06-23T19:24:21.052Z Compiling futures v0.3.32
7182026-06-23T19:24:21.151Z Compiling rand_chacha v0.9.0
7192026-06-23T19:24:21.371Z Compiling digest v0.10.7
7202026-06-23T19:24:21.603Z Compiling flate2 v1.1.9
7212026-06-23T19:24:21.709Z Compiling derive_more v2.1.1
7222026-06-23T19:24:21.790Z Compiling parking_lot v0.12.5
7232026-06-23T19:24:22.121Z Compiling tracing-error v0.2.1
7242026-06-23T19:24:22.139Z Compiling shared_child v1.1.1
7252026-06-23T19:24:22.742Z Compiling signal-hook-mio v0.2.5
7262026-06-23T19:24:22.835Z Compiling self-replace v1.5.0
7272026-06-23T19:24:22.872Z Compiling cargo-platform v0.2.0
7282026-06-23T19:24:23.138Z Compiling quick-xml v0.37.5
7292026-06-23T19:24:23.404Z Compiling quick-xml v0.38.4
7302026-06-23T19:24:23.703Z Compiling indenter v0.3.4
7312026-06-23T19:24:23.734Z Compiling heck v0.5.0
7322026-06-23T19:24:23.839Z Compiling recursion v0.5.4
7332026-06-23T19:24:23.928Z Compiling cpufeatures v0.2.17
7342026-06-23T19:24:23.973Z Compiling strsim v0.11.1
7352026-06-23T19:24:24.267Z Compiling humantime v2.3.0
7362026-06-23T19:24:24.702Z Compiling shell-words v1.1.1
7372026-06-23T19:24:24.806Z Compiling urlencoding v2.1.3
7382026-06-23T19:24:24.914Z Compiling clap_lex v1.1.0
7392026-06-23T19:24:25.059Z Compiling clap_derive v4.6.1
7402026-06-23T19:24:25.074Z Compiling humantime-serde v1.1.1
7412026-06-23T19:24:25.226Z Compiling clap_builder v4.6.0
7422026-06-23T19:24:25.292Z Compiling sha2 v0.10.9
7432026-06-23T19:24:25.709Z Compiling quick-junit v0.5.2
7442026-06-23T19:24:26.563Z Compiling nextest-filtering v0.15.0
7452026-06-23T19:24:27.410Z Compiling atomicwrites v0.4.4
7462026-06-23T19:24:27.690Z Compiling cargo_metadata v0.20.0
7472026-06-23T19:24:28.888Z Compiling cargo-nextest v0.9.97
7482026-06-23T19:24:29.219Z Compiling crossterm v0.29.0
7492026-06-23T19:24:31.274Z Compiling duct v0.13.7
7502026-06-23T19:24:31.611Z Compiling rand v0.9.4
7512026-06-23T19:24:31.907Z Compiling config v0.15.24
7522026-06-23T19:24:32.217Z Compiling zstd v0.13.3
7532026-06-23T19:24:32.395Z Compiling async-scoped v0.9.0
7542026-06-23T19:24:32.517Z Compiling unicode-normalization v0.1.25
7552026-06-23T19:24:32.593Z Compiling target-spec-miette v0.4.8
7562026-06-23T19:24:32.647Z Compiling future-queue v0.4.0
7572026-06-23T19:24:32.934Z Compiling mukti-metadata v0.3.0
7582026-06-23T19:24:32.950Z Compiling camino-tempfile v1.4.1
7592026-06-23T19:24:33.046Z Compiling tokio-stream v0.1.18
7602026-06-23T19:24:33.054Z Compiling derive-where v1.6.1
7612026-06-23T19:24:33.106Z Compiling serde_ignored v0.1.14
7622026-06-23T19:24:33.331Z Compiling serde_path_to_error v0.1.20
7632026-06-23T19:24:33.382Z Compiling swrite v0.1.0
7642026-06-23T19:24:33.418Z Compiling home v0.5.12
7652026-06-23T19:24:33.492Z Compiling hex v0.4.3
7662026-06-23T19:24:33.562Z Compiling indent_write v2.2.0
7672026-06-23T19:24:33.585Z Compiling xxhash-rust v0.8.15
7682026-06-23T19:24:33.795Z Compiling color-eyre v0.6.5
7692026-06-23T19:24:33.810Z Compiling clap v4.6.1
7702026-06-23T19:24:33.823Z Compiling dialoguer v0.11.0
7712026-06-23T19:24:33.839Z Compiling enable-ansi-support v0.2.1
7722026-06-23T19:24:34.326Z Compiling nextest-runner v0.80.0
7732026-06-23T19:24:52.768Z Finished `release` profile [optimized] target(s) in 1m 12s
7742026-06-23T19:24:52.957Z Installing /home/build/.cargo/bin/cargo-nextest
7752026-06-23T19:24:52.960Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7762026-06-23T19:24:53.075Z+ pushd rdb
7772026-06-23T19:24:53.079Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7782026-06-23T19:24:53.079Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7792026-06-23T19:24:53.234Z Updating git repository `https://github.com/oxidecomputer/falcon`
7802026-06-23T19:24:53.851ZFrom https://github.com/oxidecomputer/falcon
7812026-06-23T19:24:53.851Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7822026-06-23T19:24:53.928Z Updating crates.io index
7832026-06-23T19:24:53.983Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7842026-06-23T19:24:54.340ZFrom https://github.com/oxidecomputer/dendrite
7852026-06-23T19:24:54.341Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7862026-06-23T19:24:54.374Z Updating git repository `https://github.com/oxidecomputer/ispf`
7872026-06-23T19:24:54.622ZFrom https://github.com/oxidecomputer/ispf
7882026-06-23T19:24:54.622Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7892026-06-23T19:24:54.653Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7902026-06-23T19:24:54.998ZFrom https://github.com/oxidecomputer/netadm-sys
7912026-06-23T19:24:54.999Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7922026-06-23T19:24:55.007Z Updating git repository `https://github.com/oxidecomputer/omicron`
7932026-06-23T19:25:01.807ZFrom https://github.com/oxidecomputer/omicron
7942026-06-23T19:25:01.807Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7952026-06-23T19:25:02.237Z Updating git repository `https://github.com/oxidecomputer/opte`
7962026-06-23T19:25:02.918ZFrom https://github.com/oxidecomputer/opte
7972026-06-23T19:25:02.918Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7982026-06-23T19:25:02.951Z Updating git repository `https://github.com/illumos/smf-rs`
7992026-06-23T19:25:03.214ZFrom https://github.com/illumos/smf-rs
8002026-06-23T19:25:03.214Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8012026-06-23T19:25:03.310Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8022026-06-23T19:25:03.566ZFrom https://github.com/oxidecomputer/network-interface
8032026-06-23T19:25:03.566Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8042026-06-23T19:25:03.625Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8052026-06-23T19:25:03.888ZFrom https://github.com/oxidecomputer/slog-error-chain
8062026-06-23T19:25:03.888Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8072026-06-23T19:25:03.892Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-06-23T19:25:04.176ZFrom https://github.com/oxidecomputer/zone
8092026-06-23T19:25:04.177Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-06-23T19:25:04.197Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-06-23T19:25:05.028ZFrom https://github.com/oxidecomputer/propolis
8122026-06-23T19:25:05.028Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-06-23T19:25:05.123Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8142026-06-23T19:25:05.702ZFrom https://github.com/oxidecomputer/transceiver-control
8152026-06-23T19:25:05.702Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8162026-06-23T19:25:05.773Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8172026-06-23T19:25:06.032ZFrom https://github.com/oxidecomputer/dlpi-sys
8182026-06-23T19:25:06.032Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8192026-06-23T19:25:06.063Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8202026-06-23T19:25:06.357ZFrom https://github.com/jmesmon/rust-libzfs
8212026-06-23T19:25:06.357Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8222026-06-23T19:25:06.376Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232026-06-23T19:25:06.644ZFrom https://github.com/oxidecomputer/rusty-doors
8242026-06-23T19:25:06.644Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8252026-06-23T19:25:06.662Z Updating git repository `https://github.com/oxidecomputer/lldp`
8262026-06-23T19:25:07.021ZFrom https://github.com/oxidecomputer/lldp
8272026-06-23T19:25:07.021Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8282026-06-23T19:25:07.061Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8292026-06-23T19:25:07.409ZFrom https://github.com/oxidecomputer/tufaceous
8302026-06-23T19:25:07.409Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8312026-06-23T19:25:07.503Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8322026-06-23T19:25:08.085ZFrom https://github.com/oxidecomputer/management-gateway-service
8332026-06-23T19:25:08.085Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8342026-06-23T19:25:08.155Z Updating git repository `https://github.com/oxidecomputer/crucible`
8352026-06-23T19:25:08.958ZFrom https://github.com/oxidecomputer/crucible
8362026-06-23T19:25:08.958Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8372026-06-23T19:25:09.016Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8382026-06-23T19:25:09.296ZFrom https://github.com/oxidecomputer/serde_human_bytes
8392026-06-23T19:25:09.296Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8402026-06-23T19:25:09.422Z Updating git repository `https://github.com/oxidecomputer/propolis`
8412026-06-23T19:25:09.795ZFrom https://github.com/oxidecomputer/propolis
8422026-06-23T19:25:09.795Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8432026-06-23T19:25:10.143Z Updating git repository `https://github.com/oxidecomputer/crucible`
8442026-06-23T19:25:10.492ZFrom https://github.com/oxidecomputer/crucible
8452026-06-23T19:25:10.492Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8462026-06-23T19:25:10.602Z Updating git repository `https://github.com/oxidecomputer/tofino`
8472026-06-23T19:25:10.988ZFrom https://github.com/oxidecomputer/tofino
8482026-06-23T19:25:10.988Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8492026-06-23T19:25:10.996Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8502026-06-23T19:25:11.726ZFrom https://github.com/oxidecomputer/maghemite
8512026-06-23T19:25:11.726Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8522026-06-23T19:25:11.769Z Updating git repository `https://github.com/oxidecomputer/clickward`
8532026-06-23T19:25:12.041ZFrom https://github.com/oxidecomputer/clickward
8542026-06-23T19:25:12.041Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8552026-06-23T19:25:12.088Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8562026-06-23T19:25:12.366ZFrom https://github.com/oxidecomputer/illumos-devinfo
8572026-06-23T19:25:12.366Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8582026-06-23T19:25:13.633Z Downloading crates ...
8592026-06-23T19:25:13.739Z Downloaded crc8 v0.1.1
8602026-06-23T19:25:13.760Z Downloaded dtrace-parser v0.3.0
8612026-06-23T19:25:13.765Z Downloaded async-compression v0.4.42
8622026-06-23T19:25:13.768Z Downloaded displaydoc v0.2.6
8632026-06-23T19:25:13.771Z Downloaded block-buffer v0.12.0
8642026-06-23T19:25:13.771Z Downloaded darling_core v0.23.0
8652026-06-23T19:25:13.774Z Downloaded blake2 v0.10.6
8662026-06-23T19:25:13.777Z Downloaded bit-set v0.8.0
8672026-06-23T19:25:13.781Z Downloaded arrayref v0.3.9
8682026-06-23T19:25:13.781Z Downloaded is-terminal v0.4.17
8692026-06-23T19:25:13.785Z Downloaded camino v1.2.2
8702026-06-23T19:25:13.788Z Downloaded libscf-sys v1.2.0
8712026-06-23T19:25:13.788Z Downloaded enum-as-inner v0.6.1
8722026-06-23T19:25:13.788Z Downloaded icu_collections v2.2.0
8732026-06-23T19:25:13.793Z Downloaded fs-err v3.3.0
8742026-06-23T19:25:13.797Z Downloaded bs58 v0.5.1
8752026-06-23T19:25:13.797Z Downloaded foreign-types v0.5.0
8762026-06-23T19:25:13.801Z Downloaded float-ord v0.3.2
8772026-06-23T19:25:13.801Z Downloaded bit-vec v0.8.0
8782026-06-23T19:25:13.805Z Downloaded byteorder v1.5.0
8792026-06-23T19:25:13.805Z Downloaded byte-wrapper v0.1.0
8802026-06-23T19:25:13.805Z Downloaded hashbrown v0.16.1
8812026-06-23T19:25:13.810Z Downloaded konst_macro_rules v0.2.19
8822026-06-23T19:25:13.815Z Downloaded backon v1.6.0
8832026-06-23T19:25:13.815Z Downloaded httpdate v1.0.3
8842026-06-23T19:25:13.815Z Downloaded glob v0.3.3
8852026-06-23T19:25:13.819Z Downloaded heck v0.4.1
8862026-06-23T19:25:13.819Z Downloaded hmac v0.12.1
8872026-06-23T19:25:13.820Z Downloaded embedded-io v0.6.1
8882026-06-23T19:25:13.826Z Downloaded const_format v0.2.36
8892026-06-23T19:25:13.826Z Downloaded chacha20 v0.10.0
8902026-06-23T19:25:13.831Z Downloaded cancel-safe-futures v0.1.5
8912026-06-23T19:25:13.831Z Downloaded daft v0.1.7
8922026-06-23T19:25:13.832Z Downloaded ingot-macros v0.1.1
8932026-06-23T19:25:13.838Z Downloaded hubpack v0.1.2
8942026-06-23T19:25:13.838Z Downloaded backoff v0.4.0
8952026-06-23T19:25:13.838Z Downloaded aead v0.5.2
8962026-06-23T19:25:13.838Z Downloaded base16ct v0.2.0
8972026-06-23T19:25:13.842Z Downloaded const-oid v0.10.2
8982026-06-23T19:25:13.842Z Downloaded memoffset v0.9.1
8992026-06-23T19:25:13.842Z Downloaded match_cfg v0.1.0
9002026-06-23T19:25:13.842Z Downloaded dunce v1.0.5
9012026-06-23T19:25:13.847Z Downloaded crunchy v0.2.4
9022026-06-23T19:25:13.847Z Downloaded internet-checksum v0.2.1
9032026-06-23T19:25:13.847Z Downloaded instant v0.1.13
9042026-06-23T19:25:13.852Z Downloaded gethostname v0.5.0
9052026-06-23T19:25:13.852Z Downloaded darling_macro v0.21.3
9062026-06-23T19:25:13.853Z Downloaded convert_case v0.4.0
9072026-06-23T19:25:13.853Z Downloaded const-random v0.1.18
9082026-06-23T19:25:13.857Z Downloaded async-stream-impl v0.3.6
9092026-06-23T19:25:13.857Z Downloaded bitflags v2.12.1
9102026-06-23T19:25:13.857Z Downloaded async-recursion v1.1.1
9112026-06-23T19:25:13.866Z Downloaded hash32 v0.3.1
9122026-06-23T19:25:13.866Z Downloaded dof v0.4.0
9132026-06-23T19:25:13.866Z Downloaded defmt-parser v1.0.0
9142026-06-23T19:25:13.866Z Downloaded keccak v0.1.6
9152026-06-23T19:25:13.869Z Downloaded newtype_derive v0.1.6
9162026-06-23T19:25:13.869Z Downloaded macaddr v1.0.1
9172026-06-23T19:25:13.870Z Downloaded darling_macro v0.23.0
9182026-06-23T19:25:13.870Z Downloaded ciborium-ll v0.2.2
9192026-06-23T19:25:13.873Z Downloaded dtrace-parser v0.2.0
9202026-06-23T19:25:13.875Z Downloaded cstr-argument v0.1.2
9212026-06-23T19:25:13.879Z Downloaded compression-codecs v0.4.38
9222026-06-23T19:25:13.886Z Downloaded hostname v0.4.2
9232026-06-23T19:25:13.886Z Downloaded managed v0.8.0
9242026-06-23T19:25:13.886Z Downloaded fxhash v0.2.1
9252026-06-23T19:25:13.886Z Downloaded hubpack_derive v0.1.1
9262026-06-23T19:25:13.886Z Downloaded hostname v0.3.1
9272026-06-23T19:25:13.895Z Downloaded dyn-clone v1.0.20
9282026-06-23T19:25:13.895Z Downloaded memmap v0.7.0
9292026-06-23T19:25:13.895Z Downloaded ident_case v1.0.1
9302026-06-23T19:25:13.902Z Downloaded dropshot-api-manager-types v0.7.2
9312026-06-23T19:25:13.902Z Downloaded foreign-types-shared v0.3.1
9322026-06-23T19:25:13.902Z Downloaded fixedbitset v0.4.2
9332026-06-23T19:25:13.902Z Downloaded defmt v0.3.100
9342026-06-23T19:25:13.902Z Downloaded newtype-uuid-macros v0.1.0
9352026-06-23T19:25:13.902Z Downloaded num-conv v0.2.2
9362026-06-23T19:25:13.905Z Downloaded const_format_proc_macros v0.2.34
9372026-06-23T19:25:13.905Z Downloaded argon2 v0.5.3
9382026-06-23T19:25:13.905Z Downloaded mime v0.3.17
9392026-06-23T19:25:13.905Z Downloaded foreign-types-macros v0.2.3
9402026-06-23T19:25:13.905Z Downloaded no-std-compat v0.4.1
9412026-06-23T19:25:13.909Z Downloaded newline-converter v0.3.0
9422026-06-23T19:25:13.909Z Downloaded cmake v0.1.58
9432026-06-23T19:25:13.909Z Downloaded chacha20 v0.9.1
9442026-06-23T19:25:13.911Z Downloaded libsw v3.5.0
9452026-06-23T19:25:13.912Z Downloaded inout v0.1.4
9462026-06-23T19:25:13.912Z Downloaded libsw-core v0.3.2
9472026-06-23T19:25:13.916Z Downloaded natord v1.0.9
9482026-06-23T19:25:13.916Z Downloaded daft-derive v0.1.7
9492026-06-23T19:25:13.920Z Downloaded num_enum_derive v0.5.11
9502026-06-23T19:25:13.920Z Downloaded icu_locale_core v2.2.0
9512026-06-23T19:25:13.923Z Downloaded group v0.13.0
9522026-06-23T19:25:13.925Z Downloaded ingot v0.1.1
9532026-06-23T19:25:13.925Z Downloaded crypto-common v0.2.2
9542026-06-23T19:25:13.928Z Downloaded foldhash v0.2.0
9552026-06-23T19:25:13.928Z Downloaded critical-section v1.2.0
9562026-06-23T19:25:13.931Z Downloaded num-iter v0.1.45
9572026-06-23T19:25:13.931Z Downloaded console v0.16.3
9582026-06-23T19:25:13.935Z Downloaded omicron-workspace-hack v0.1.0
9592026-06-23T19:25:13.935Z Downloaded olpc-cjson v0.1.4
9602026-06-23T19:25:13.935Z Downloaded cargo_toml v0.22.3
9612026-06-23T19:25:13.938Z Downloaded bytecount v0.6.9
9622026-06-23T19:25:13.938Z Downloaded arrayvec v0.7.6
9632026-06-23T19:25:13.940Z Downloaded constant_time_eq v0.4.2
9642026-06-23T19:25:13.940Z Downloaded num_threads v0.1.7
9652026-06-23T19:25:13.946Z Downloaded crossbeam-deque v0.8.6
9662026-06-23T19:25:13.946Z Downloaded proc-macro-crate v1.3.1
9672026-06-23T19:25:13.946Z Downloaded pretty-hex v0.4.2
9682026-06-23T19:25:13.950Z Downloaded bitflags v1.3.2
9692026-06-23T19:25:13.950Z Downloaded parse-display v0.10.0
9702026-06-23T19:25:13.950Z Downloaded linked-hash-map v0.5.6
9712026-06-23T19:25:13.950Z Downloaded crucible-workspace-hack v0.1.0
9722026-06-23T19:25:13.953Z Downloaded highway v1.3.0
9732026-06-23T19:25:13.953Z Downloaded lru-cache v0.1.2
9742026-06-23T19:25:13.953Z Downloaded ingot-types v0.1.2
9752026-06-23T19:25:13.960Z Downloaded ff v0.13.1
9762026-06-23T19:25:13.960Z Downloaded erased-serde v0.3.31
9772026-06-23T19:25:13.963Z Downloaded digest v0.11.3
9782026-06-23T19:25:13.963Z Downloaded cpufeatures v0.3.0
9792026-06-23T19:25:13.963Z Downloaded fs_extra v1.3.0
9802026-06-23T19:25:13.963Z Downloaded idna_adapter v1.2.2
9812026-06-23T19:25:13.963Z Downloaded embedded-io v0.4.0
9822026-06-23T19:25:13.997Z Downloaded cobs v0.3.0
9832026-06-23T19:25:13.997Z Downloaded deranged v0.5.8
9842026-06-23T19:25:13.997Z Downloaded async-stream v0.3.6
9852026-06-23T19:25:13.997Z Downloaded num-complex v0.4.6
9862026-06-23T19:25:13.997Z Downloaded ipnetwork v0.21.1
9872026-06-23T19:25:13.997Z Downloaded powerfmt v0.2.0
9882026-06-23T19:25:13.997Z Downloaded git-stub v1.0.0
9892026-06-23T19:25:13.997Z Downloaded compression-core v0.4.32
9902026-06-23T19:25:13.997Z Downloaded multer v3.1.0
9912026-06-23T19:25:13.997Z Downloaded git-stub-vcs v0.1.0
9922026-06-23T19:25:13.997Z Downloaded num-rational v0.4.2
9932026-06-23T19:25:13.997Z Downloaded bytes v1.11.1
9942026-06-23T19:25:13.997Z Downloaded base16ct v1.0.0
9952026-06-23T19:25:13.997Z Downloaded phf_shared v0.12.1
9962026-06-23T19:25:13.997Z Downloaded const-random-macro v0.1.16
9972026-06-23T19:25:13.997Z Downloaded dof v0.3.0
9982026-06-23T19:25:13.997Z Downloaded ciborium-io v0.2.2
9992026-06-23T19:25:13.997Z Downloaded potential_utf v0.1.5
10002026-06-23T19:25:13.998Z Downloaded heapless v0.8.0
10012026-06-23T19:25:14.001Z Downloaded num_enum_derive v0.7.6
10022026-06-23T19:25:14.001Z Downloaded num_enum v0.7.6
10032026-06-23T19:25:14.002Z Downloaded num_enum v0.5.11
10042026-06-23T19:25:14.006Z Downloaded quick-error v1.2.3
10052026-06-23T19:25:14.006Z Downloaded num-integer v0.1.46
10062026-06-23T19:25:14.006Z Downloaded cookie v0.18.1
10072026-06-23T19:25:14.013Z Downloaded progenitor-macro v0.13.0
10082026-06-23T19:25:14.013Z Downloaded phf v0.12.1
10092026-06-23T19:25:14.013Z Downloaded password-hash v0.5.0
10102026-06-23T19:25:14.013Z Downloaded pem v3.0.6
10112026-06-23T19:25:14.019Z Downloaded oxnet v0.1.6
10122026-06-23T19:25:14.019Z Downloaded opaque-debug v0.3.1
10132026-06-23T19:25:14.019Z Downloaded cipher v0.4.4
10142026-06-23T19:25:14.019Z Downloaded paste v1.0.15
10152026-06-23T19:25:14.019Z Downloaded memmap2 v0.9.10
10162026-06-23T19:25:14.026Z Downloaded litemap v0.8.2
10172026-06-23T19:25:14.026Z Downloaded proc-macro-error-attr2 v2.0.0
10182026-06-23T19:25:14.026Z Downloaded proc-macro-crate v3.5.0
10192026-06-23T19:25:14.026Z Downloaded proc-macro-error-attr v1.0.4
10202026-06-23T19:25:14.026Z Downloaded plain v0.2.3
10212026-06-23T19:25:14.026Z Downloaded linear-map v1.2.0
10222026-06-23T19:25:14.029Z Downloaded oxide-tokio-rt v0.1.6
10232026-06-23T19:25:14.029Z Downloaded hybrid-array v0.4.12
10242026-06-23T19:25:14.029Z Downloaded parse-display-derive v0.10.0
10252026-06-23T19:25:14.030Z Downloaded darling v0.21.3
10262026-06-23T19:25:14.032Z Downloaded derive_more v0.99.20
10272026-06-23T19:25:14.036Z Downloaded anyhow v1.0.102
10282026-06-23T19:25:14.039Z Downloaded bcs v0.1.6
10292026-06-23T19:25:14.039Z Downloaded async-trait v0.1.89
10302026-06-23T19:25:14.042Z Downloaded rand_xorshift v0.4.0
10312026-06-23T19:25:14.042Z Downloaded same-file v1.0.6
10322026-06-23T19:25:14.042Z Downloaded progenitor v0.13.0
10332026-06-23T19:25:14.045Z Downloaded proc-macro-error v1.0.4
10342026-06-23T19:25:14.049Z Downloaded rustc_version v0.1.7
10352026-06-23T19:25:14.049Z Downloaded icu_properties v2.2.0
10362026-06-23T19:25:14.052Z Downloaded log v0.4.32
10372026-06-23T19:25:14.052Z Downloaded progenitor-client v0.14.0
10382026-06-23T19:25:14.052Z Downloaded defmt v1.1.0
10392026-06-23T19:25:14.055Z Downloaded serde-big-array v0.5.1
10402026-06-23T19:25:14.058Z Downloaded secrecy v0.10.3
10412026-06-23T19:25:14.058Z Downloaded num-derive v0.4.2
10422026-06-23T19:25:14.058Z Downloaded defmt-macros v1.1.0
10432026-06-23T19:25:14.061Z Downloaded data-encoding v2.11.0
10442026-06-23T19:25:14.061Z Downloaded ciborium v0.2.2
10452026-06-23T19:25:14.065Z Downloaded ref-cast v1.0.25
10462026-06-23T19:25:14.065Z Downloaded progenitor v0.14.0
10472026-06-23T19:25:14.071Z Downloaded proc-macro-error2 v2.0.1
10482026-06-23T19:25:14.071Z Downloaded semver v0.1.20
10492026-06-23T19:25:14.071Z Downloaded progenitor-client v0.10.0
10502026-06-23T19:25:14.071Z Downloaded num v0.4.3
10512026-06-23T19:25:14.075Z Downloaded omicron-zone-package v0.12.2
10522026-06-23T19:25:14.075Z Downloaded progenitor-macro v0.14.0
10532026-06-23T19:25:14.075Z Downloaded darling v0.23.0
10542026-06-23T19:25:14.080Z Downloaded csv-core v0.1.13
10552026-06-23T19:25:14.080Z Downloaded siphasher v1.0.3
10562026-06-23T19:25:14.083Z Downloaded sigpipe v0.1.3
10572026-06-23T19:25:14.083Z Downloaded progenitor-macro v0.10.0
10582026-06-23T19:25:14.086Z Downloaded slog-bunyan v2.5.0
10592026-06-23T19:25:14.086Z Downloaded scroll_derive v0.12.1
10602026-06-23T19:25:14.090Z Downloaded sha1 v0.10.6
10612026-06-23T19:25:14.090Z Downloaded serde_plain v1.0.2
10622026-06-23T19:25:14.094Z Downloaded quote v1.0.45
10632026-06-23T19:25:14.100Z Downloaded progenitor-extras v0.2.0
10642026-06-23T19:25:14.100Z Downloaded crossbeam-utils v0.8.21
10652026-06-23T19:25:14.100Z Downloaded diff v0.1.13
10662026-06-23T19:25:14.103Z Downloaded poly1305 v0.8.0
10672026-06-23T19:25:14.103Z Downloaded colored v3.1.1
10682026-06-23T19:25:14.103Z Downloaded derive-ex v0.1.8
10692026-06-23T19:25:14.106Z Downloaded serial_test_derive v3.5.0
10702026-06-23T19:25:14.107Z Downloaded parking_lot_core v0.8.6
10712026-06-23T19:25:14.110Z Downloaded progenitor-client v0.13.0
10722026-06-23T19:25:14.110Z Downloaded progenitor v0.10.0
10732026-06-23T19:25:14.114Z Downloaded sha1 v0.11.0
10742026-06-23T19:25:14.114Z Downloaded postcard v1.1.3
10752026-06-23T19:25:14.114Z Downloaded icu_provider v2.2.0
10762026-06-23T19:25:14.117Z Downloaded rustversion v1.0.22
10772026-06-23T19:25:14.117Z Downloaded resolv-conf v0.7.6
10782026-06-23T19:25:14.125Z Downloaded crossbeam-epoch v0.9.18
10792026-06-23T19:25:14.125Z Downloaded rustls-native-certs v0.8.4
10802026-06-23T19:25:14.125Z Downloaded ref-cast-impl v1.0.25
10812026-06-23T19:25:14.129Z Downloaded rustls-pemfile v2.2.0
10822026-06-23T19:25:14.129Z Downloaded rand_chacha v0.3.1
10832026-06-23T19:25:14.129Z Downloaded rusty-fork v0.3.1
10842026-06-23T19:25:14.134Z Downloaded smawk v0.3.2
10852026-06-23T19:25:14.146Z Downloaded serde_repr v0.1.20
10862026-06-23T19:25:14.152Z Downloaded schemars_derive v0.8.22
10872026-06-23T19:25:14.156Z Downloaded slog-envlogger v2.2.0
10882026-06-23T19:25:14.159Z Downloaded tabwriter v1.4.1
10892026-06-23T19:25:14.159Z Downloaded tabled_derive v0.11.0
10902026-06-23T19:25:14.159Z Downloaded crypto-bigint v0.5.5
10912026-06-23T19:25:14.163Z Downloaded termtree v0.5.1
10922026-06-23T19:25:14.166Z Downloaded parking_lot v0.11.2
10932026-06-23T19:25:14.166Z Downloaded papergrid v0.18.0
10942026-06-23T19:25:14.174Z Downloaded serde_derive_internals v0.29.1
10952026-06-23T19:25:14.174Z Downloaded tabled_derive v0.7.0
10962026-06-23T19:25:14.174Z Downloaded structmeta v0.3.0
10972026-06-23T19:25:14.177Z Downloaded spin v0.5.2
10982026-06-23T19:25:14.177Z Downloaded half v2.7.1
10992026-06-23T19:25:14.177Z Downloaded testing_table v0.3.0
11002026-06-23T19:25:14.177Z Downloaded slog-scope v4.4.1
11012026-06-23T19:25:14.177Z Downloaded crossbeam-channel v0.5.15
11022026-06-23T19:25:14.177Z Downloaded strum v0.27.2
11032026-06-23T19:25:14.180Z Downloaded thiserror-impl-no-std v2.0.2
11042026-06-23T19:25:14.183Z Downloaded icu_normalizer v2.2.0
11052026-06-23T19:25:14.183Z Downloaded pest_derive v2.8.6
11062026-06-23T19:25:14.186Z Downloaded structmeta-derive v0.3.0
11072026-06-23T19:25:14.186Z Downloaded take_mut v0.2.2
11082026-06-23T19:25:14.186Z Downloaded serde_tokenstream v0.2.3
11092026-06-23T19:25:14.190Z Downloaded icu_normalizer_data v2.2.0
11102026-06-23T19:25:14.190Z Downloaded dropshot_endpoint v0.17.1
11112026-06-23T19:25:14.193Z Downloaded elliptic-curve v0.13.8
11122026-06-23T19:25:14.196Z Downloaded scroll_derive v0.13.1
11132026-06-23T19:25:14.199Z Downloaded getrandom v0.4.2
11142026-06-23T19:25:14.202Z Downloaded slog-dtrace v0.3.0
11152026-06-23T19:25:14.205Z Downloaded time-core v0.1.8
11162026-06-23T19:25:14.205Z Downloaded tagptr v0.2.0
11172026-06-23T19:25:14.208Z Downloaded rhai_codegen v3.2.0
11182026-06-23T19:25:14.211Z Downloaded slog-json v2.6.1
11192026-06-23T19:25:14.214Z Downloaded thread-id v4.2.2
11202026-06-23T19:25:14.215Z Downloaded scroll v0.13.0
11212026-06-23T19:25:14.215Z Downloaded scroll v0.12.0
11222026-06-23T19:25:14.219Z Downloaded smf v0.2.3
11232026-06-23T19:25:14.222Z Downloaded openssl-sys v0.9.116
11242026-06-23T19:25:14.225Z Downloaded typify-macro v0.4.3
11252026-06-23T19:25:14.229Z Downloaded pest_generator v2.8.6
11262026-06-23T19:25:14.232Z Downloaded universal-hash v0.5.1
11272026-06-23T19:25:14.232Z Downloaded typify-macro v0.6.2
11282026-06-23T19:25:14.232Z Downloaded strum v0.26.3
11292026-06-23T19:25:14.235Z Downloaded untrusted v0.7.1
11302026-06-23T19:25:14.235Z Downloaded usdt v0.5.0
11312026-06-23T19:25:14.238Z Downloaded darling_core v0.21.3
11322026-06-23T19:25:14.243Z Downloaded slog-async v2.8.0
11332026-06-23T19:25:14.243Z Downloaded serde_with_macros v3.20.0
11342026-06-23T19:25:14.243Z Downloaded base64 v0.21.7
11352026-06-23T19:25:14.246Z Downloaded usdt-attr-macro v0.5.0
11362026-06-23T19:25:14.246Z Downloaded slog-term v2.9.2
11372026-06-23T19:25:14.246Z Downloaded progenitor-impl v0.10.0
11382026-06-23T19:25:14.249Z Downloaded rand_core v0.10.1
11392026-06-23T19:25:14.249Z Downloaded strum_macros v0.26.4
11402026-06-23T19:25:14.249Z Downloaded strum_macros v0.27.2
11412026-06-23T19:25:14.253Z Downloaded snafu-derive v0.8.9
11422026-06-23T19:25:14.253Z Downloaded icu_properties_data v2.2.0
11432026-06-23T19:25:14.256Z Downloaded usdt-macro v0.6.0
11442026-06-23T19:25:14.259Z Downloaded unit-prefix v0.5.2
11452026-06-23T19:25:14.259Z Downloaded usdt-attr-macro v0.6.0
11462026-06-23T19:25:14.259Z Downloaded stable_deref_trait v1.2.1
11472026-06-23T19:25:14.259Z Downloaded smartstring v1.0.1
11482026-06-23T19:25:14.262Z Downloaded slog-stdlog v4.1.1
11492026-06-23T19:25:14.262Z Downloaded progenitor-impl v0.14.0
11502026-06-23T19:25:14.262Z Downloaded http v1.4.1
11512026-06-23T19:25:14.267Z Downloaded time-macros v0.2.27
11522026-06-23T19:25:14.269Z Downloaded thiserror-no-std v2.0.2
11532026-06-23T19:25:14.269Z Downloaded pest_meta v2.8.6
11542026-06-23T19:25:14.269Z Downloaded progenitor-impl v0.13.0
11552026-06-23T19:25:14.272Z Downloaded allocator-api2 v0.2.21
11562026-06-23T19:25:14.272Z Downloaded tokio-tungstenite v0.21.0
11572026-06-23T19:25:14.275Z Downloaded yoke-derive v0.8.2
11582026-06-23T19:25:14.275Z Downloaded tokio-dtrace v0.1.1
11592026-06-23T19:25:14.275Z Downloaded serial_test v3.5.0
11602026-06-23T19:25:14.278Z Downloaded wait-timeout v0.2.1
11612026-06-23T19:25:14.278Z Downloaded drift v0.2.0
11622026-06-23T19:25:14.287Z Downloaded zerofrom v0.1.8
11632026-06-23T19:25:14.290Z Downloaded unarray v0.1.4
11642026-06-23T19:25:14.290Z Downloaded indicatif v0.18.4
11652026-06-23T19:25:14.290Z Downloaded tiny-keccak v2.0.2
11662026-06-23T19:25:14.290Z Downloaded hickory-resolver v0.24.4
11672026-06-23T19:25:14.290Z Downloaded usdt v0.6.0
11682026-06-23T19:25:14.293Z Downloaded cc v1.2.63
11692026-06-23T19:25:14.293Z Downloaded pretty_assertions v1.4.1
11702026-06-23T19:25:14.297Z Downloaded chacha20poly1305 v0.10.1
11712026-06-23T19:25:14.299Z Downloaded topological-sort v0.2.2
11722026-06-23T19:25:14.302Z Downloaded schemars v0.8.22
11732026-06-23T19:25:14.308Z Downloaded zone_cfg_derive v0.3.1
11742026-06-23T19:25:14.314Z Downloaded zeroize_derive v1.4.3
11752026-06-23T19:25:14.315Z Downloaded zerofrom-derive v0.1.7
11762026-06-23T19:25:14.315Z Downloaded utf-8 v0.7.6
11772026-06-23T19:25:14.315Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11782026-06-23T19:25:14.315Z Downloaded usdt-macro v0.5.0
11792026-06-23T19:25:14.315Z Downloaded tinystr v0.8.3
11802026-06-23T19:25:14.315Z Downloaded thread-id v5.1.0
11812026-06-23T19:25:14.315Z Downloaded papergrid v0.11.0
11822026-06-23T19:25:14.318Z Downloaded konst v0.2.20
11832026-06-23T19:25:14.318Z Downloaded term v1.2.1
11842026-06-23T19:25:14.321Z Downloaded writeable v0.6.3
11852026-06-23T19:25:14.325Z Downloaded waitgroup v0.1.2
11862026-06-23T19:25:14.325Z Downloaded zone v0.3.1
11872026-06-23T19:25:14.325Z Downloaded walkdir v2.5.0
11882026-06-23T19:25:14.328Z Downloaded usdt-impl v0.6.0
11892026-06-23T19:25:14.334Z Downloaded usdt-impl v0.5.0
11902026-06-23T19:25:14.343Z Downloaded thin-vec v0.2.18
11912026-06-23T19:25:14.348Z Downloaded serde_yaml v0.9.34+deprecated
11922026-06-23T19:25:14.348Z Downloaded synstructure v0.13.2
11932026-06-23T19:25:14.351Z Downloaded xz2 v0.1.7
11942026-06-23T19:25:14.351Z Downloaded smallvec v1.15.1
11952026-06-23T19:25:14.351Z Downloaded similar v2.7.0
11962026-06-23T19:25:14.356Z Downloaded hickory-resolver v0.25.2
11972026-06-23T19:25:14.356Z Downloaded indexmap v1.9.3
11982026-06-23T19:25:14.361Z Downloaded minimal-lexical v0.2.1
11992026-06-23T19:25:14.364Z Downloaded rayon-core v1.13.0
12002026-06-23T19:25:14.364Z Downloaded memchr v2.8.1
12012026-06-23T19:25:14.368Z Downloaded zeroize v1.8.2
12022026-06-23T19:25:14.368Z Downloaded jiff-static v0.2.28
12032026-06-23T19:25:14.371Z Downloaded expectorate v1.2.0
12042026-06-23T19:25:14.376Z Downloaded whoami v1.6.1
12052026-06-23T19:25:14.376Z Downloaded vsss-rs v3.3.4
12062026-06-23T19:25:14.379Z Downloaded spin v0.9.8
12072026-06-23T19:25:14.379Z Downloaded arc-swap v1.9.1
12082026-06-23T19:25:14.383Z Downloaded rustls-platform-verifier v0.7.0
12092026-06-23T19:25:14.387Z Downloaded ucd-trie v0.1.7
12102026-06-23T19:25:14.387Z Downloaded zerovec-derive v0.11.3
12112026-06-23T19:25:14.387Z Downloaded zerocopy-derive v0.7.35
12122026-06-23T19:25:14.400Z Downloaded qorb v0.4.1
12132026-06-23T19:25:14.403Z Downloaded toml v0.7.8
12142026-06-23T19:25:14.404Z Downloaded test-strategy v0.4.5
12152026-06-23T19:25:14.407Z Downloaded slog v2.8.2
12162026-06-23T19:25:14.407Z Downloaded hashbrown v0.12.3
12172026-06-23T19:25:14.410Z Downloaded yoke v0.8.3
12182026-06-23T19:25:14.410Z Downloaded rand v0.8.6
12192026-06-23T19:25:14.413Z Downloaded blake3 v1.8.5
12202026-06-23T19:25:14.417Z Downloaded uuid v1.23.2
12212026-06-23T19:25:14.420Z Downloaded snafu v0.8.9
12222026-06-23T19:25:14.423Z Downloaded quinn v0.11.9
12232026-06-23T19:25:14.427Z Downloaded typify v0.6.2
12242026-06-23T19:25:14.427Z Downloaded tungstenite v0.21.0
12252026-06-23T19:25:14.430Z Downloaded rand v0.10.1
12262026-06-23T19:25:14.430Z Downloaded nom v8.0.0
12272026-06-23T19:25:14.434Z Downloaded schemars v0.9.0
12282026-06-23T19:25:14.440Z Downloaded nom v7.1.3
12292026-06-23T19:25:14.445Z Downloaded toml v0.9.12+spec-1.1.0
12302026-06-23T19:25:14.450Z Downloaded yansi v1.0.1
12312026-06-23T19:25:14.457Z Downloaded schemars v1.2.1
12322026-06-23T19:25:14.463Z Downloaded dropshot-api-manager v0.7.2
12332026-06-23T19:25:14.466Z Downloaded unsafe-libyaml v0.2.11
12342026-06-23T19:25:14.475Z Downloaded aws-lc-rs v1.17.0
12352026-06-23T19:25:14.481Z Downloaded typify v0.4.3
12362026-06-23T19:25:14.484Z Downloaded steno v0.4.1
12372026-06-23T19:25:14.488Z Downloaded itertools v0.12.1
12382026-06-23T19:25:14.518Z Downloaded toml_edit v0.19.15
12392026-06-23T19:25:14.527Z Downloaded typed-path v0.9.3
12402026-06-23T19:25:14.532Z Downloaded toml_edit v0.25.12+spec-1.1.0
12412026-06-23T19:25:14.535Z Downloaded libm v0.2.16
12422026-06-23T19:25:14.539Z Downloaded zerotrie v0.2.4
12432026-06-23T19:25:14.542Z Downloaded regex v1.12.3
12442026-06-23T19:25:14.547Z Downloaded prettyplease v0.2.37
12452026-06-23T19:25:14.550Z Downloaded ron v0.12.1
12462026-06-23T19:25:14.550Z Downloaded zerocopy-derive v0.8.50
12472026-06-23T19:25:14.555Z Downloaded hkdf v0.12.4
12482026-06-23T19:25:14.558Z Downloaded pest v2.8.6
12492026-06-23T19:25:14.561Z Downloaded iddqd v0.4.2
12502026-06-23T19:25:14.566Z Downloaded goblin v0.10.7
12512026-06-23T19:25:14.574Z Downloaded tough v0.22.0
12522026-06-23T19:25:14.579Z Downloaded h2 v0.4.14
12532026-06-23T19:25:14.583Z Downloaded goblin v0.8.2
12542026-06-23T19:25:14.586Z Downloaded reqwest v0.13.4
12552026-06-23T19:25:14.604Z Downloaded rayon v1.12.0
12562026-06-23T19:25:14.615Z Downloaded winnow v0.5.40
12572026-06-23T19:25:14.620Z Downloaded zerocopy v0.7.35
12582026-06-23T19:25:14.636Z Downloaded zerovec v0.11.6
12592026-06-23T19:25:14.639Z Downloaded serde_with v3.20.0
12602026-06-23T19:25:14.656Z Downloaded proptest v1.11.0
12612026-06-23T19:25:14.667Z Downloaded moka v0.12.15
12622026-06-23T19:25:14.680Z Downloaded tabled v0.21.0
12632026-06-23T19:25:14.689Z Downloaded tabled v0.15.0
12642026-06-23T19:25:14.698Z Downloaded quinn-proto v0.11.14
12652026-06-23T19:25:14.730Z Downloaded webpki-roots v1.0.7
12662026-06-23T19:25:14.733Z Downloaded syn v1.0.109
12672026-06-23T19:25:14.737Z Downloaded time v0.3.47
12682026-06-23T19:25:14.745Z Downloaded openssl v0.10.80
12692026-06-23T19:25:14.759Z Downloaded hickory-proto v0.24.4
12702026-06-23T19:25:14.767Z Downloaded dropshot v0.17.1
12712026-06-23T19:25:14.779Z Downloaded smoltcp v0.11.0
12722026-06-23T19:25:14.785Z Downloaded openapiv3 v2.2.0
12732026-06-23T19:25:14.792Z Downloaded syn v2.0.117
12742026-06-23T19:25:14.798Z Downloaded zerocopy v0.8.50
12752026-06-23T19:25:14.810Z Downloaded rhai v1.25.1
12762026-06-23T19:25:14.815Z Downloaded rustls v0.23.40
12772026-06-23T19:25:14.821Z Downloaded regress v0.10.5
12782026-06-23T19:25:14.825Z Downloaded hickory-proto v0.25.2
12792026-06-23T19:25:14.841Z Downloaded regress v0.11.1
12802026-06-23T19:25:14.845Z Downloaded regex-syntax v0.8.10
12812026-06-23T19:25:14.845Z Downloaded nix v0.31.3
12822026-06-23T19:25:14.888Z Downloaded typify-impl v0.4.3
12832026-06-23T19:25:14.896Z Downloaded typify-impl v0.6.2
12842026-06-23T19:25:14.902Z Downloaded sled v0.34.7
12852026-06-23T19:25:14.930Z Downloaded petgraph v0.6.5
12862026-06-23T19:25:14.940Z Downloaded lzma-sys v0.1.20
12872026-06-23T19:25:14.956Z Downloaded jiff v0.2.28
12882026-06-23T19:25:14.967Z Downloaded chrono-tz v0.10.4
12892026-06-23T19:25:14.976Z Downloaded csv v1.4.0
12902026-06-23T19:25:14.987Z Downloaded sha3 v0.10.9
12912026-06-23T19:25:15.023Z Downloaded encoding_rs v0.8.35
12922026-06-23T19:25:15.701Z Downloaded aws-lc-sys v0.41.0
12932026-06-23T19:25:16.649Z Compiling proc-macro2 v1.0.106
12942026-06-23T19:25:16.649Z Compiling quote v1.0.45
12952026-06-23T19:25:16.649Z Compiling unicode-ident v1.0.24
12962026-06-23T19:25:16.657Z Compiling serde_core v1.0.228
12972026-06-23T19:25:16.658Z Compiling cfg-if v1.0.4
12982026-06-23T19:25:16.658Z Compiling serde v1.0.228
12992026-06-23T19:25:16.658Z Compiling libc v0.2.186
13002026-06-23T19:25:16.658Z Compiling memchr v2.8.1
13012026-06-23T19:25:16.816Z Compiling itoa v1.0.18
13022026-06-23T19:25:17.002Z Compiling smallvec v1.15.1
13032026-06-23T19:25:17.093Z Compiling zmij v1.0.21
13042026-06-23T19:25:17.144Z Compiling autocfg v1.5.1
13052026-06-23T19:25:17.225Z Compiling libm v0.2.16
13062026-06-23T19:25:17.461Z Compiling stable_deref_trait v1.2.1
13072026-06-23T19:25:17.497Z Compiling litemap v0.8.2
13082026-06-23T19:25:17.533Z Compiling writeable v0.6.3
13092026-06-23T19:25:17.632Z Compiling percent-encoding v2.3.2
13102026-06-23T19:25:17.693Z Compiling icu_normalizer_data v2.2.0
13112026-06-23T19:25:17.715Z Compiling utf8_iter v1.0.4
13122026-06-23T19:25:17.737Z Compiling icu_properties_data v2.2.0
13132026-06-23T19:25:17.753Z Compiling iana-time-zone v0.1.65
13142026-06-23T19:25:17.865Z Compiling equivalent v1.0.2
13152026-06-23T19:25:17.950Z Compiling form_urlencoded v1.2.2
13162026-06-23T19:25:18.008Z Compiling serde_json v1.0.150
13172026-06-23T19:25:18.028Z Compiling syn v2.0.117
13182026-06-23T19:25:18.133Z Compiling version_check v0.9.5
13192026-06-23T19:25:18.144Z Compiling pin-project-lite v0.2.17
13202026-06-23T19:25:18.147Z Compiling dyn-clone v1.0.20
13212026-06-23T19:25:18.164Z Compiling scopeguard v1.2.0
13222026-06-23T19:25:18.251Z Compiling parking_lot_core v0.9.12
13232026-06-23T19:25:18.262Z Compiling lock_api v0.4.14
13242026-06-23T19:25:18.272Z Compiling num-traits v0.2.19
13252026-06-23T19:25:18.281Z Compiling getrandom v0.4.2
13262026-06-23T19:25:18.420Z Compiling rand_core v0.10.1
13272026-06-23T19:25:18.507Z Compiling hashbrown v0.17.1
13282026-06-23T19:25:18.567Z Compiling thiserror v2.0.18
13292026-06-23T19:25:18.595Z Compiling errno v0.3.14
13302026-06-23T19:25:18.749Z Compiling log v0.4.32
13312026-06-23T19:25:18.796Z Compiling heck v0.5.0
13322026-06-23T19:25:18.825Z Compiling futures-core v0.3.32
13332026-06-23T19:25:18.952Z Compiling semver v1.0.28
13342026-06-23T19:25:19.072Z Compiling indexmap v2.14.0
13352026-06-23T19:25:19.134Z Compiling uuid v1.23.2
13362026-06-23T19:25:19.138Z Compiling zerocopy v0.8.50
13372026-06-23T19:25:19.295Z Compiling futures-sink v0.3.32
13382026-06-23T19:25:19.337Z Compiling schemars v0.8.22
13392026-06-23T19:25:19.394Z Compiling slab v0.4.12
13402026-06-23T19:25:19.564Z Compiling jobserver v0.1.34
13412026-06-23T19:25:19.568Z Compiling fnv v1.0.7
13422026-06-23T19:25:19.587Z Compiling shlex v2.0.1
13432026-06-23T19:25:19.607Z Compiling find-msvc-tools v0.1.9
13442026-06-23T19:25:19.662Z Compiling rustversion v1.0.22
13452026-06-23T19:25:19.712Z Compiling futures-channel v0.3.32
13462026-06-23T19:25:19.779Z Compiling cc v1.2.63
13472026-06-23T19:25:19.840Z Compiling bitflags v2.12.1
13482026-06-23T19:25:19.883Z Compiling futures-task v0.3.32
13492026-06-23T19:25:19.935Z Compiling futures-io v0.3.32
13502026-06-23T19:25:20.080Z Compiling socket2 v0.6.4
13512026-06-23T19:25:20.090Z Compiling signal-hook-registry v1.4.8
13522026-06-23T19:25:20.134Z Compiling mio v1.2.1
13532026-06-23T19:25:20.299Z Compiling parking_lot v0.12.5
13542026-06-23T19:25:20.357Z Compiling portable-atomic v1.13.1
13552026-06-23T19:25:20.386Z Compiling dunce v1.0.5
13562026-06-23T19:25:20.480Z Compiling fs_extra v1.3.0
13572026-06-23T19:25:20.530Z Compiling cmake v0.1.58
13582026-06-23T19:25:20.641Z Compiling typenum v1.20.1
13592026-06-23T19:25:20.660Z Compiling critical-section v1.2.0
13602026-06-23T19:25:20.746Z Compiling base64 v0.22.1
13612026-06-23T19:25:20.803Z Compiling slog v2.8.2
13622026-06-23T19:25:20.823Z Compiling rustix v1.1.4
13632026-06-23T19:25:20.883Z Compiling synstructure v0.13.2
13642026-06-23T19:25:20.948Z Compiling serde_derive_internals v0.29.1
13652026-06-23T19:25:21.055Z Compiling aws-lc-sys v0.41.0
13662026-06-23T19:25:21.084Z Compiling subtle v2.6.1
13672026-06-23T19:25:21.198Z Compiling byteorder v1.5.0
13682026-06-23T19:25:21.252Z Compiling strsim v0.11.1
13692026-06-23T19:25:21.517Z Compiling regex-syntax v0.8.10
13702026-06-23T19:25:21.552Z Compiling once_cell v1.21.4
13712026-06-23T19:25:21.627Z Compiling ipnet v2.12.0
13722026-06-23T19:25:21.644Z Compiling httparse v1.10.1
13732026-06-23T19:25:21.673Z Compiling atomic-waker v1.1.2
13742026-06-23T19:25:21.731Z Compiling tower-layer v0.3.3
13752026-06-23T19:25:21.774Z Compiling tower-service v0.3.3
13762026-06-23T19:25:21.793Z Compiling getrandom v0.2.17
13772026-06-23T19:25:21.866Z Compiling try-lock v0.2.5
13782026-06-23T19:25:21.891Z Compiling ucd-trie v0.1.7
13792026-06-23T19:25:21.975Z Compiling ryu v1.0.23
13802026-06-23T19:25:21.984Z Compiling thiserror v1.0.69
13812026-06-23T19:25:22.160Z Compiling untrusted v0.9.0
13822026-06-23T19:25:22.182Z Compiling serde_derive v1.0.228
13832026-06-23T19:25:22.182Z Compiling zerofrom-derive v0.1.7
13842026-06-23T19:25:22.213Z Compiling yoke-derive v0.8.2
13852026-06-23T19:25:22.277Z Compiling zerovec-derive v0.11.3
13862026-06-23T19:25:22.311Z Compiling displaydoc v0.2.6
13872026-06-23T19:25:22.375Z Compiling schemars_derive v0.8.22
13882026-06-23T19:25:23.140Z Compiling thiserror-impl v2.0.18
13892026-06-23T19:25:23.303Z Compiling tokio-macros v2.7.0
13902026-06-23T19:25:23.398Z Compiling zerocopy-derive v0.8.50
13912026-06-23T19:25:23.417Z Compiling zerofrom v0.1.8
13922026-06-23T19:25:23.539Z Compiling yoke v0.8.3
13932026-06-23T19:25:23.610Z Compiling zeroize_derive v1.4.3
13942026-06-23T19:25:23.724Z Compiling zerovec v0.11.6
13952026-06-23T19:25:24.074Z Compiling zerotrie v0.2.4
13962026-06-23T19:25:24.207Z Compiling tinystr v0.8.3
13972026-06-23T19:25:24.267Z Compiling potential_utf v0.1.5
13982026-06-23T19:25:24.308Z Compiling zeroize v1.8.2
13992026-06-23T19:25:24.370Z Compiling icu_locale_core v2.2.0
14002026-06-23T19:25:24.393Z Compiling icu_collections v2.2.0
14012026-06-23T19:25:24.426Z Compiling futures-macro v0.3.32
14022026-06-23T19:25:24.507Z Compiling thiserror-impl v1.0.69
14032026-06-23T19:25:24.687Z Compiling pest v2.8.6
14042026-06-23T19:25:24.922Z Compiling want v0.3.1
14052026-06-23T19:25:25.090Z Compiling icu_provider v2.2.0
14062026-06-23T19:25:25.290Z Compiling futures-util v0.3.32
14072026-06-23T19:25:25.407Z Compiling bytes v1.11.1
14082026-06-23T19:25:25.420Z Compiling icu_normalizer v2.2.0
14092026-06-23T19:25:25.476Z Compiling icu_properties v2.2.0
14102026-06-23T19:25:25.714Z Compiling chrono v0.4.45
14112026-06-23T19:25:25.976Z Compiling http v1.4.1
14122026-06-23T19:25:26.011Z Compiling tokio v1.52.3
14132026-06-23T19:25:26.046Z Compiling serde_tokenstream v0.2.3
14142026-06-23T19:25:26.334Z Compiling erased-serde v0.3.31
14152026-06-23T19:25:26.760Z Compiling idna_adapter v1.2.2
14162026-06-23T19:25:26.876Z Compiling idna v1.1.0
14172026-06-23T19:25:26.997Z Compiling http-body v1.0.1
14182026-06-23T19:25:27.151Z Compiling url v2.5.8
14192026-06-23T19:25:27.289Z Compiling rand_core v0.6.4
14202026-06-23T19:25:27.305Z Compiling httpdate v1.0.3
14212026-06-23T19:25:27.514Z Compiling pest_meta v2.8.6
14222026-06-23T19:25:27.667Z Compiling getrandom v0.3.4
14232026-06-23T19:25:27.695Z Compiling pretty-hex v0.4.2
14242026-06-23T19:25:27.834Z Compiling ppv-lite86 v0.2.21
14252026-06-23T19:25:27.894Z Compiling winnow v1.0.3
14262026-06-23T19:25:28.046Z Compiling plain v0.2.3
14272026-06-23T19:25:28.062Z Compiling foldhash v0.2.0
14282026-06-23T19:25:28.154Z Compiling pest_generator v2.8.6
14292026-06-23T19:25:28.184Z Compiling allocator-api2 v0.2.21
14302026-06-23T19:25:28.301Z Compiling paste v1.0.15
14312026-06-23T19:25:28.489Z Compiling ipnetwork v0.21.1
14322026-06-23T19:25:28.654Z Compiling hashbrown v0.16.1
14332026-06-23T19:25:28.765Z Compiling oxnet v0.1.6
14342026-06-23T19:25:28.837Z Compiling pest_derive v2.8.6
14352026-06-23T19:25:28.939Z Compiling tracing-attributes v0.1.31
14362026-06-23T19:25:28.996Z Compiling tracing-core v0.1.36
14372026-06-23T19:25:29.159Z Compiling omicron-workspace-hack v0.1.0
14382026-06-23T19:25:29.240Z Compiling ident_case v1.0.1
14392026-06-23T19:25:29.361Z Compiling http-body-util v0.1.3
14402026-06-23T19:25:29.409Z Compiling serde_urlencoded v0.7.1
14412026-06-23T19:25:29.415Z Compiling aho-corasick v1.1.4
14422026-06-23T19:25:29.619Z Compiling sync_wrapper v1.0.2
14432026-06-23T19:25:29.653Z Compiling daft-derive v0.1.7
14442026-06-23T19:25:29.778Z Compiling fastrand v2.4.1
14452026-06-23T19:25:30.042Z Compiling tokio-util v0.7.18
14462026-06-23T19:25:30.195Z Compiling tracing v0.1.44
14472026-06-23T19:25:30.432Z Compiling regex-automata v0.4.14
14482026-06-23T19:25:30.432Z Compiling async-trait v0.1.89
14492026-06-23T19:25:30.732Z Compiling scroll_derive v0.13.1
14502026-06-23T19:25:30.814Z Compiling aws-lc-rs v1.17.0
14512026-06-23T19:25:30.959Z Compiling powerfmt v0.2.0
14522026-06-23T19:25:31.135Z Compiling num-conv v0.2.2
14532026-06-23T19:25:31.177Z Compiling time-core v0.1.8
14542026-06-23T19:25:31.285Z Compiling anyhow v1.0.102
14552026-06-23T19:25:31.378Z Compiling time-macros v0.2.27
14562026-06-23T19:25:31.425Z Compiling deranged v0.5.8
14572026-06-23T19:25:31.618Z Compiling scroll v0.13.0
14582026-06-23T19:25:31.879Z Compiling rustls-pki-types v1.14.1
14592026-06-23T19:25:31.893Z Compiling num_threads v0.1.7
14602026-06-23T19:25:31.989Z Compiling openssl-probe v0.2.1
14612026-06-23T19:25:32.177Z Compiling regex v1.12.3
14622026-06-23T19:25:32.375Z Compiling hex v0.4.3
14632026-06-23T19:25:32.408Z Compiling goblin v0.10.7
14642026-06-23T19:25:32.649Z Compiling camino v1.2.2
14652026-06-23T19:25:32.778Z Compiling untrusted v0.7.1
14662026-06-23T19:25:32.790Z Compiling rustls v0.23.40
14672026-06-23T19:25:32.902Z Compiling usdt-impl v0.6.0
14682026-06-23T19:25:32.935Z Compiling crc32fast v1.5.0
14692026-06-23T19:25:33.030Z Compiling h2 v0.4.14
14702026-06-23T19:25:33.157Z Compiling dtrace-parser v0.3.0
14712026-06-23T19:25:33.183Z Compiling crossbeam-utils v0.8.21
14722026-06-23T19:25:33.466Z Compiling futures-executor v0.3.32
14732026-06-23T19:25:33.512Z Compiling structmeta-derive v0.3.0
14742026-06-23T19:25:33.620Z Compiling thread-id v5.1.0
14752026-06-23T19:25:33.702Z Compiling cpufeatures v0.3.0
14762026-06-23T19:25:33.748Z Compiling simd-adler32 v0.3.9
14772026-06-23T19:25:33.772Z Compiling adler2 v2.0.1
14782026-06-23T19:25:33.902Z Compiling miniz_oxide v0.8.9
14792026-06-23T19:25:33.946Z Compiling futures v0.3.32
14802026-06-23T19:25:34.022Z Compiling rand_core v0.9.5
14812026-06-23T19:25:34.234Z Compiling darling_core v0.23.0
14822026-06-23T19:25:34.542Z Compiling newtype-uuid-macros v0.1.0
14832026-06-23T19:25:34.557Z Compiling hybrid-array v0.4.12
14842026-06-23T19:25:34.579Z Compiling structmeta v0.3.0
14852026-06-23T19:25:34.927Z Compiling thread_local v1.1.9
14862026-06-23T19:25:35.018Z Compiling match_cfg v0.1.0
14872026-06-23T19:25:35.087Z Compiling hyper v1.10.1
14882026-06-23T19:25:35.196Z Compiling dof v0.4.0
14892026-06-23T19:25:35.363Z Compiling flate2 v1.1.9
14902026-06-23T19:25:35.784Z Compiling newtype-uuid v1.3.2
14912026-06-23T19:25:36.124Z Compiling quick-error v1.2.3
14922026-06-23T19:25:36.229Z Compiling hyper-util v0.1.20
14932026-06-23T19:25:36.324Z Compiling darling_macro v0.23.0
14942026-06-23T19:25:36.612Z Compiling ref-cast v1.0.25
14952026-06-23T19:25:36.855Z Compiling compression-core v0.4.32
14962026-06-23T19:25:36.948Z Compiling slog-async v2.8.0
14972026-06-23T19:25:36.969Z Compiling darling v0.23.0
14982026-06-23T19:25:36.983Z Compiling compression-codecs v0.4.38
14992026-06-23T19:25:37.038Z Compiling daft v0.1.7
15002026-06-23T19:25:37.051Z Compiling block-buffer v0.12.0
15012026-06-23T19:25:37.164Z Compiling crypto-common v0.2.2
15022026-06-23T19:25:37.208Z Compiling rand_chacha v0.9.0
15032026-06-23T19:25:37.293Z Compiling ref-cast-impl v1.0.25
15042026-06-23T19:25:37.306Z Compiling strum_macros v0.26.4
15052026-06-23T19:25:37.460Z Compiling usdt-attr-macro v0.6.0
15062026-06-23T19:25:37.645Z Compiling usdt-macro v0.6.0
15072026-06-23T19:25:37.668Z Compiling serde_spanned v1.1.1
15082026-06-23T19:25:37.815Z Compiling generic-array v0.14.7
15092026-06-23T19:25:37.926Z Compiling multer v3.1.0
15102026-06-23T19:25:37.998Z Compiling take_mut v0.2.2
15112026-06-23T19:25:38.058Z Compiling debug-ignore v1.0.5
15122026-06-23T19:25:38.106Z Compiling toml_writer v1.1.1+spec-1.1.0
15132026-06-23T19:25:38.126Z Compiling const-oid v0.10.2
15142026-06-23T19:25:38.155Z Compiling bit-vec v0.8.0
15152026-06-23T19:25:38.311Z Compiling term v1.2.1
15162026-06-23T19:25:38.328Z Compiling digest v0.11.3
15172026-06-23T19:25:38.365Z Compiling bit-set v0.8.0
15182026-06-23T19:25:38.524Z Compiling rand v0.9.4
15192026-06-23T19:25:38.567Z Compiling serde_with_macros v3.20.0
15202026-06-23T19:25:38.639Z Compiling async-stream-impl v0.3.6
15212026-06-23T19:25:38.804Z Compiling dropshot v0.17.1
15222026-06-23T19:25:38.962Z Compiling strum v0.26.3
15232026-06-23T19:25:39.024Z Compiling encoding_rs v0.8.35
15242026-06-23T19:25:39.041Z Compiling spin v0.9.8
15252026-06-23T19:25:39.086Z Compiling syn v1.0.109
15262026-06-23T19:25:39.133Z Compiling mime v0.3.17
15272026-06-23T19:25:39.150Z Compiling unarray v0.1.4
15282026-06-23T19:25:39.292Z Compiling async-stream v0.3.6
15292026-06-23T19:25:39.410Z Compiling sha1 v0.11.0
15302026-06-23T19:25:39.489Z Compiling derive-ex v0.1.8
15312026-06-23T19:25:39.502Z Compiling tower v0.5.3
15322026-06-23T19:25:39.593Z Compiling dropshot_endpoint v0.17.1
15332026-06-23T19:25:39.656Z Compiling macaddr v1.0.1
15342026-06-23T19:25:39.712Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15352026-06-23T19:25:39.800Z Compiling waitgroup v0.1.2
15362026-06-23T19:25:39.877Z Compiling serde_path_to_error v0.1.20
15372026-06-23T19:25:39.948Z Compiling tower-http v0.6.11
15382026-06-23T19:25:40.226Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15392026-06-23T19:25:40.376Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15402026-06-23T19:25:40.561Z Compiling tempfile v3.27.0
15412026-06-23T19:25:40.713Z Compiling openapiv3 v2.2.0
15422026-06-23T19:25:40.730Z Compiling strum_macros v0.27.2
15432026-06-23T19:25:41.076Z Compiling test-strategy v0.4.5
15442026-06-23T19:25:41.295Z Compiling instant v0.1.13
15452026-06-23T19:25:41.482Z Compiling time v0.3.47
15462026-06-23T19:25:42.121Z Compiling rustls-native-certs v0.8.4
15472026-06-23T19:25:42.450Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15482026-06-23T19:25:42.474Z Compiling crossbeam-channel v0.5.15
15492026-06-23T19:25:42.570Z Compiling crypto-common v0.1.7
15502026-06-23T19:25:42.735Z Compiling strum v0.27.2
15512026-06-23T19:25:42.980Z Compiling parse-display-derive v0.10.0
15522026-06-23T19:25:43.106Z Compiling backon v1.6.0
15532026-06-23T19:25:43.253Z Compiling rand_chacha v0.3.1
15542026-06-23T19:25:43.714Z Compiling rand v0.8.6
15552026-06-23T19:25:43.817Z Compiling slog-json v2.6.1
15562026-06-23T19:25:44.029Z Compiling hostname v0.3.1
15572026-06-23T19:25:44.083Z Compiling toml_parser v1.1.2+spec-1.1.0
15582026-06-23T19:25:44.164Z Compiling toml_datetime v1.1.1+spec-1.1.0
15592026-06-23T19:25:44.167Z Compiling memmap2 v0.9.10
15602026-06-23T19:25:44.339Z Compiling is-terminal v0.4.17
15612026-06-23T19:25:44.371Z Compiling wait-timeout v0.2.1
15622026-06-23T19:25:44.477Z Compiling either v1.16.0
15632026-06-23T19:25:44.575Z Compiling rusty-fork v0.3.1
15642026-06-23T19:25:44.635Z Compiling toml v1.1.2+spec-1.1.0
15652026-06-23T19:25:44.675Z Compiling slog-term v2.9.2
15662026-06-23T19:25:44.686Z Compiling usdt v0.6.0
15672026-06-23T19:25:44.852Z Compiling slog-bunyan v2.5.0
15682026-06-23T19:25:44.939Z Compiling serde_with v3.20.0
15692026-06-23T19:25:44.962Z Compiling async-compression v0.4.42
15702026-06-23T19:25:44.983Z Compiling rand_xorshift v0.4.0
15712026-06-23T19:25:45.129Z Compiling rustls-pemfile v2.2.0
15722026-06-23T19:25:45.272Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15732026-06-23T19:25:45.282Z Compiling regress v0.10.5
15742026-06-23T19:25:45.326Z Compiling hostname v0.4.2
15752026-06-23T19:25:45.463Z Compiling humantime v2.3.0
15762026-06-23T19:25:45.492Z Compiling proptest v1.11.0
15772026-06-23T19:25:46.021Z Compiling iddqd v0.4.2
15782026-06-23T19:25:46.286Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15792026-06-23T19:25:46.441Z Compiling reqwest v0.12.28
15802026-06-23T19:25:46.570Z Compiling block-buffer v0.10.4
15812026-06-23T19:25:46.731Z Compiling utf8parse v0.2.2
15822026-06-23T19:25:46.841Z Compiling anstyle-parse v1.0.0
15832026-06-23T19:25:46.947Z Compiling digest v0.10.7
15842026-06-23T19:25:47.037Z Compiling itertools v0.14.0
15852026-06-23T19:25:47.174Z Compiling parse-display v0.10.0
15862026-06-23T19:25:47.420Z Compiling backoff v0.4.0
15872026-06-23T19:25:47.520Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15882026-06-23T19:25:47.630Z Compiling progenitor-client v0.10.0
15892026-06-23T19:25:47.901Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15902026-06-23T19:25:48.098Z Compiling colorchoice v1.0.5
15912026-06-23T19:25:48.216Z Compiling anstyle-query v1.1.5
15922026-06-23T19:25:48.328Z Compiling is_terminal_polyfill v1.70.2
15932026-06-23T19:25:48.422Z Compiling anstyle v1.0.14
15942026-06-23T19:25:48.618Z Compiling anstream v1.0.0
15952026-06-23T19:25:48.941Z Compiling clap_lex v1.1.0
15962026-06-23T19:25:49.189Z Compiling regress v0.11.1
15972026-06-23T19:25:49.522Z Compiling clap_derive v4.6.1
15982026-06-23T19:25:49.939Z Compiling terminal_size v0.4.4
15992026-06-23T19:25:50.784Z Compiling typify-impl v0.6.2
16002026-06-23T19:25:51.320Z Compiling toml_datetime v0.6.11
16012026-06-23T19:25:51.361Z Compiling zerocopy-derive v0.7.35
16022026-06-23T19:25:51.556Z Compiling convert_case v0.4.0
16032026-06-23T19:25:51.631Z Compiling cpufeatures v0.2.17
16042026-06-23T19:25:51.875Z Compiling derive_more v0.99.20
16052026-06-23T19:25:52.262Z Compiling zerocopy v0.7.35
16062026-06-23T19:25:52.486Z Compiling clap_builder v4.6.0
16072026-06-23T19:25:53.231Z Compiling toml_edit v0.25.12+spec-1.1.0
16082026-06-23T19:25:53.448Z Compiling unicode-width v0.2.2
16092026-06-23T19:25:54.125Z Compiling clap v4.6.1
16102026-06-23T19:25:54.138Z Compiling proc-macro-crate v3.5.0
16112026-06-23T19:25:54.148Z Compiling secrecy v0.10.3
16122026-06-23T19:25:54.203Z Compiling tinyvec_macros v0.1.1
16132026-06-23T19:25:54.274Z Compiling float-ord v0.3.2
16142026-06-23T19:25:54.301Z Compiling crucible-workspace-hack v0.1.0
16152026-06-23T19:25:54.392Z Compiling tinyvec v1.11.0
16162026-06-23T19:25:54.560Z Compiling num_enum_derive v0.7.6
16172026-06-23T19:25:54.864Z Compiling dtrace-parser v0.2.0
16182026-06-23T19:25:54.886Z Compiling scroll_derive v0.12.1
16192026-06-23T19:25:54.958Z Compiling num-integer v0.1.46
16202026-06-23T19:25:55.291Z Compiling rustc_version v0.4.1
16212026-06-23T19:25:55.577Z Compiling usdt-impl v0.5.0
16222026-06-23T19:25:55.643Z Compiling num_enum v0.7.6
16232026-06-23T19:25:55.747Z Compiling scroll v0.12.0
16242026-06-23T19:25:55.759Z Compiling curve25519-dalek v4.1.3
16252026-06-23T19:25:56.020Z Compiling dof v0.3.0
16262026-06-23T19:25:56.075Z Compiling hmac v0.12.1
16272026-06-23T19:25:56.131Z Compiling inout v0.1.4
16282026-06-23T19:25:56.202Z Compiling darling_core v0.21.3
16292026-06-23T19:25:56.279Z Compiling ff v0.13.1
16302026-06-23T19:25:56.429Z Compiling thread-id v4.2.2
16312026-06-23T19:25:56.485Z Compiling group v0.13.0
16322026-06-23T19:25:56.603Z Compiling cipher v0.4.4
16332026-06-23T19:25:56.829Z Compiling hkdf v0.12.4
16342026-06-23T19:25:56.979Z Compiling goblin v0.8.2
16352026-06-23T19:25:57.046Z Compiling num-iter v0.1.45
16362026-06-23T19:25:57.168Z Compiling num-rational v0.4.2
16372026-06-23T19:25:57.278Z Compiling typify-macro v0.6.2
16382026-06-23T19:25:57.321Z Compiling thiserror-impl-no-std v2.0.2
16392026-06-23T19:25:57.354Z Compiling universal-hash v0.5.1
16402026-06-23T19:25:57.456Z Compiling crypto-bigint v0.5.5
16412026-06-23T19:25:57.488Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16422026-06-23T19:25:57.855Z Compiling crossbeam-epoch v0.9.18
16432026-06-23T19:25:58.212Z Compiling half v2.7.1
16442026-06-23T19:25:58.279Z Compiling curve25519-dalek-derive v0.1.1
16452026-06-23T19:25:58.386Z Compiling darling_macro v0.21.3
16462026-06-23T19:25:58.445Z Compiling num-complex v0.4.6
16472026-06-23T19:25:58.783Z Compiling base64ct v1.8.3
16482026-06-23T19:25:58.827Z Compiling opaque-debug v0.3.1
16492026-06-23T19:25:58.898Z Compiling ciborium-io v0.2.2
16502026-06-23T19:25:58.951Z Compiling base16ct v0.2.0
16512026-06-23T19:25:58.990Z Compiling ciborium-ll v0.2.2
16522026-06-23T19:25:59.001Z Compiling darling v0.21.3
16532026-06-23T19:25:59.077Z Compiling elliptic-curve v0.13.8
16542026-06-23T19:25:59.088Z Compiling password-hash v0.5.0
16552026-06-23T19:25:59.110Z Compiling poly1305 v0.8.0
16562026-06-23T19:25:59.400Z Compiling typify v0.6.2
16572026-06-23T19:25:59.527Z Compiling num v0.4.3
16582026-06-23T19:25:59.595Z Compiling thiserror-no-std v2.0.2
16592026-06-23T19:26:00.064Z Compiling chacha20 v0.9.1
16602026-06-23T19:26:00.116Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16612026-06-23T19:26:00.153Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16622026-06-23T19:26:00.555Z Compiling blake2 v0.10.6
16632026-06-23T19:26:00.835Z Compiling aead v0.5.2
16642026-06-23T19:26:01.009Z Compiling byte-wrapper v0.1.0
16652026-06-23T19:26:01.025Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16662026-06-23T19:26:01.051Z Compiling proc-macro-error-attr v1.0.4
16672026-06-23T19:26:01.417Z Compiling prettyplease v0.2.37
16682026-06-23T19:26:01.434Z Compiling heapless v0.8.0
16692026-06-23T19:26:01.515Z Compiling rustix v0.38.44
16702026-06-23T19:26:01.665Z Compiling keccak v0.1.6
16712026-06-23T19:26:01.737Z Compiling unsafe-libyaml v0.2.11
16722026-06-23T19:26:01.899Z Compiling sha3 v0.10.9
16732026-06-23T19:26:02.267Z Compiling serde_yaml v0.9.34+deprecated
16742026-06-23T19:26:02.439Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16752026-06-23T19:26:02.783Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16762026-06-23T19:26:03.349Z Compiling chacha20poly1305 v0.10.1
16772026-06-23T19:26:03.482Z Compiling argon2 v0.5.3
16782026-06-23T19:26:03.506Z Compiling vsss-rs v3.3.4
16792026-06-23T19:26:03.679Z Compiling ciborium v0.2.2
16802026-06-23T19:26:03.700Z Compiling ingot-macros v0.1.1
16812026-06-23T19:26:04.079Z Compiling usdt-attr-macro v0.5.0
16822026-06-23T19:26:04.254Z Compiling usdt-macro v0.5.0
16832026-06-23T19:26:05.377Z Compiling serde_spanned v0.6.9
16842026-06-23T19:26:05.525Z Compiling enum-as-inner v0.6.1
16852026-06-23T19:26:05.679Z Compiling hash32 v0.3.1
16862026-06-23T19:26:05.839Z Compiling proc-macro-error v1.0.4
16872026-06-23T19:26:06.139Z Compiling memmap v0.7.0
16882026-06-23T19:26:06.142Z Compiling memoffset v0.9.1
16892026-06-23T19:26:06.199Z Compiling winnow v0.7.15
16902026-06-23T19:26:06.314Z Compiling indent_write v2.2.0
16912026-06-23T19:26:06.393Z Compiling smoltcp v0.11.0
16922026-06-23T19:26:06.434Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16932026-06-23T19:26:06.514Z Compiling data-encoding v2.11.0
16942026-06-23T19:26:06.525Z Compiling cfg_aliases v0.2.1
16952026-06-23T19:26:06.599Z Compiling toml_write v0.1.2
16962026-06-23T19:26:06.607Z Compiling winnow v0.5.40
16972026-06-23T19:26:06.702Z Compiling nix v0.31.3
16982026-06-23T19:26:06.769Z Compiling ingot-types v0.1.2
16992026-06-23T19:26:06.894Z Compiling usdt v0.5.0
17002026-06-23T19:26:07.102Z Compiling rustls-webpki v0.103.13
17012026-06-23T19:26:07.373Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-06-23T19:26:07.424Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17032026-06-23T19:26:07.522Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-06-23T19:26:07.784Z Compiling toml_edit v0.22.27
17052026-06-23T19:26:08.023Z Compiling toml_edit v0.19.15
17062026-06-23T19:26:08.221Z Compiling tabwriter v1.4.1
17072026-06-23T19:26:08.395Z Compiling cobs v0.3.0
17082026-06-23T19:26:08.464Z Compiling serde_repr v0.1.20
17092026-06-23T19:26:08.594Z Compiling managed v0.8.0
17102026-06-23T19:26:08.818Z Compiling bitflags v1.3.2
17112026-06-23T19:26:08.894Z Compiling vcpkg v0.2.15
17122026-06-23T19:26:09.073Z Compiling pkg-config v0.3.33
17132026-06-23T19:26:09.085Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17142026-06-23T19:26:09.341Z Compiling toml v0.8.23
17152026-06-23T19:26:09.446Z Compiling proc-macro-crate v1.3.1
17162026-06-23T19:26:09.528Z Compiling openssl-sys v0.9.116
17172026-06-23T19:26:10.008Z Compiling postcard v1.1.3
17182026-06-23T19:26:10.350Z Compiling ingot v0.1.1
17192026-06-23T19:26:10.481Z Compiling hubpack_derive v0.1.1
17202026-06-23T19:26:11.036Z Compiling tokio-rustls v0.26.4
17212026-06-23T19:26:11.039Z Compiling rustls-platform-verifier v0.7.0
17222026-06-23T19:26:11.293Z Compiling hyper-rustls v0.27.9
17232026-06-23T19:26:11.607Z Compiling reqwest v0.13.4
17242026-06-23T19:26:12.315Z Compiling foreign-types-macros v0.2.3
17252026-06-23T19:26:12.399Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17262026-06-23T19:26:12.679Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17272026-06-23T19:26:12.732Z Compiling resolv-conf v0.7.6
17282026-06-23T19:26:12.933Z Compiling progenitor-client v0.14.0
17292026-06-23T19:26:13.008Z Compiling foreign-types-shared v0.3.1
17302026-06-23T19:26:13.105Z Compiling swrite v0.1.0
17312026-06-23T19:26:13.118Z Compiling rayon-core v1.13.0
17322026-06-23T19:26:13.204Z Compiling progenitor-extras v0.2.0
17332026-06-23T19:26:13.359Z Compiling heck v0.4.1
17342026-06-23T19:26:13.446Z Compiling semver v0.1.20
17352026-06-23T19:26:13.565Z Compiling static_assertions v1.1.0
17362026-06-23T19:26:13.643Z Compiling colored v3.1.1
17372026-06-23T19:26:13.712Z Compiling linked-hash-map v0.5.6
17382026-06-23T19:26:13.780Z Compiling unicode-segmentation v1.13.3
17392026-06-23T19:26:13.943Z Compiling lru-cache v0.1.2
17402026-06-23T19:26:13.996Z Compiling rustc_version v0.1.7
17412026-06-23T19:26:14.046Z Compiling foreign-types v0.5.0
17422026-06-23T19:26:14.103Z Compiling newline-converter v0.3.0
17432026-06-23T19:26:14.129Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17442026-06-23T19:26:14.214Z Compiling hubpack v0.1.2
17452026-06-23T19:26:14.342Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17462026-06-23T19:26:14.449Z Compiling num_enum_derive v0.5.11
17472026-06-23T19:26:15.633Z Compiling atomicwrites v0.4.4
17482026-06-23T19:26:15.844Z Compiling hickory-proto v0.24.4
17492026-06-23T19:26:16.076Z Compiling progenitor-impl v0.13.0
17502026-06-23T19:26:16.288Z Compiling crossbeam-deque v0.8.6
17512026-06-23T19:26:16.544Z Compiling console v0.15.11
17522026-06-23T19:26:17.256Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17532026-06-23T19:26:17.462Z Compiling camino-tempfile v1.4.1
17542026-06-23T19:26:17.722Z Compiling chacha20 v0.10.0
17552026-06-23T19:26:17.816Z Compiling serde-big-array v0.5.1
17562026-06-23T19:26:17.972Z Compiling derive-where v1.6.1
17572026-06-23T19:26:18.000Z Compiling num-derive v0.4.2
17582026-06-23T19:26:18.423Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-06-23T19:26:19.018Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17602026-06-23T19:26:19.099Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17612026-06-23T19:26:19.310Z Compiling pin-project-internal v1.1.13
17622026-06-23T19:26:19.323Z Compiling cstr-argument v0.1.2
17632026-06-23T19:26:19.673Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17642026-06-23T19:26:19.843Z Compiling similar v2.7.0
17652026-06-23T19:26:19.930Z Compiling siphasher v1.0.3
17662026-06-23T19:26:20.144Z Compiling minimal-lexical v0.2.1
17672026-06-23T19:26:20.423Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17682026-06-23T19:26:20.484Z Compiling pin-project v1.1.13
17692026-06-23T19:26:20.598Z Compiling nom v7.1.3
17702026-06-23T19:26:20.669Z Compiling expectorate v1.2.0
17712026-06-23T19:26:20.699Z Compiling phf_shared v0.12.1
17722026-06-23T19:26:20.844Z Compiling progenitor-macro v0.13.0
17732026-06-23T19:26:20.889Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17742026-06-23T19:26:21.167Z Compiling rand v0.10.1
17752026-06-23T19:26:21.659Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17762026-06-23T19:26:21.722Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17772026-06-23T19:26:21.751Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17782026-06-23T19:26:21.881Z Compiling hickory-resolver v0.24.4
17792026-06-23T19:26:22.066Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17802026-06-23T19:26:22.289Z Compiling num_enum v0.5.11
17812026-06-23T19:26:22.418Z Compiling newtype_derive v0.1.6
17822026-06-23T19:26:22.692Z Compiling progenitor-client v0.13.0
17832026-06-23T19:26:23.017Z Compiling progenitor-impl v0.14.0
17842026-06-23T19:26:23.455Z Compiling unicode-normalization v0.1.25
17852026-06-23T19:26:23.975Z Compiling tokio-stream v0.1.18
17862026-06-23T19:26:24.275Z Compiling async-recursion v1.1.1
17872026-06-23T19:26:24.481Z Compiling snafu-derive v0.8.9
17882026-06-23T19:26:24.720Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17892026-06-23T19:26:24.816Z Compiling slog-dtrace v0.3.0
17902026-06-23T19:26:25.171Z Compiling csv-core v0.1.13
17912026-06-23T19:26:25.191Z Compiling bstr v1.12.1
17922026-06-23T19:26:25.192Z Compiling chrono-tz v0.10.4
17932026-06-23T19:26:25.319Z Compiling highway v1.3.0
17942026-06-23T19:26:25.338Z Compiling openssl v0.10.80
17952026-06-23T19:26:25.577Z Compiling cancel-safe-futures v0.1.5
17962026-06-23T19:26:25.650Z Compiling foreign-types-shared v0.1.1
17972026-06-23T19:26:25.735Z Compiling konst_macro_rules v0.2.19
17982026-06-23T19:26:25.747Z Compiling unicode-xid v0.2.6
17992026-06-23T19:26:25.866Z Compiling unicode-width v0.1.14
18002026-06-23T19:26:25.920Z Compiling same-file v1.0.6
18012026-06-23T19:26:25.925Z Compiling owo-colors v4.3.0
18022026-06-23T19:26:26.061Z Compiling foldhash v0.1.5
18032026-06-23T19:26:26.161Z Compiling walkdir v2.5.0
18042026-06-23T19:26:26.252Z Compiling hashbrown v0.15.5
18052026-06-23T19:26:26.305Z Compiling progenitor v0.13.0
18062026-06-23T19:26:26.341Z Compiling konst v0.2.20
18072026-06-23T19:26:26.432Z Compiling snafu v0.8.9
18082026-06-23T19:26:26.495Z Compiling const_format_proc_macros v0.2.34
18092026-06-23T19:26:26.613Z Compiling foreign-types v0.3.2
18102026-06-23T19:26:26.640Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-06-23T19:26:26.655Z Compiling globset v0.4.18
18122026-06-23T19:26:26.705Z Compiling csv v1.4.0
18132026-06-23T19:26:26.880Z Compiling progenitor-macro v0.14.0
18142026-06-23T19:26:26.899Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18152026-06-23T19:26:26.926Z Compiling qorb v0.4.1
18162026-06-23T19:26:27.343Z Compiling olpc-cjson v0.1.4
18172026-06-23T19:26:27.404Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-23T19:26:27.631Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18192026-06-23T19:26:28.018Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18202026-06-23T19:26:28.726Z Compiling rayon v1.12.0
18212026-06-23T19:26:29.338Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-06-23T19:26:29.350Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18232026-06-23T19:26:29.936Z Compiling phf v0.12.1
18242026-06-23T19:26:30.104Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-23T19:26:30.651Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-06-23T19:26:30.838Z Compiling zone_cfg_derive v0.3.1
18272026-06-23T19:26:30.887Z Compiling tokio-dtrace v0.1.1
18282026-06-23T19:26:31.169Z Compiling itertools v0.12.1
18292026-06-23T19:26:31.649Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18302026-06-23T19:26:31.664Z Compiling libsw-core v0.3.2
18312026-06-23T19:26:31.848Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-06-23T19:26:31.860Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18332026-06-23T19:26:32.277Z Compiling serde_plain v1.0.2
18342026-06-23T19:26:32.362Z Compiling openssl-macros v0.1.1
18352026-06-23T19:26:32.497Z Compiling pem v3.0.6
18362026-06-23T19:26:32.501Z Compiling cookie v0.18.1
18372026-06-23T19:26:32.519Z Compiling sigpipe v0.1.3
18382026-06-23T19:26:32.610Z Compiling fixedbitset v0.5.7
18392026-06-23T19:26:32.767Z Compiling glob v0.3.3
18402026-06-23T19:26:32.894Z Compiling typed-path v0.9.3
18412026-06-23T19:26:32.915Z Compiling bytecount v0.6.9
18422026-06-23T19:26:32.969Z Compiling jiff v0.2.28
18432026-06-23T19:26:33.036Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-23T19:26:33.051Z Compiling fixedbitset v0.4.2
18452026-06-23T19:26:33.263Z Compiling petgraph v0.6.5
18462026-06-23T19:26:33.297Z Compiling papergrid v0.11.0
18472026-06-23T19:26:33.440Z Compiling petgraph v0.8.3
18482026-06-23T19:26:34.296Z Compiling tough v0.22.0
18492026-06-23T19:26:34.843Z Compiling progenitor v0.14.0
18502026-06-23T19:26:34.933Z Compiling zone v0.3.1
18512026-06-23T19:26:34.981Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18522026-06-23T19:26:35.041Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-23T19:26:35.156Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-06-23T19:26:35.269Z Compiling libsw v3.5.0
18552026-06-23T19:26:35.306Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18562026-06-23T19:26:35.352Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18572026-06-23T19:26:35.448Z Compiling oxide-tokio-rt v0.1.6
18582026-06-23T19:26:35.561Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18592026-06-23T19:26:35.763Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-06-23T19:26:36.619Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-06-23T19:26:36.845Z Compiling const_format v0.2.36
18622026-06-23T19:26:36.857Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-23T19:26:37.205Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18642026-06-23T19:26:37.388Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-23T19:26:37.645Z Compiling tabled_derive v0.7.0
18662026-06-23T19:26:37.806Z Compiling gethostname v0.5.0
18672026-06-23T19:26:37.926Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-06-23T19:26:37.940Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-23T19:26:38.022Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18702026-06-23T19:26:38.050Z Compiling bcs v0.1.6
18712026-06-23T19:26:38.063Z Compiling smf v0.2.3
18722026-06-23T19:26:38.072Z Compiling nom v8.0.0
18732026-06-23T19:26:38.382Z Compiling termtree v0.5.1
18742026-06-23T19:26:38.550Z Compiling whoami v1.6.1
18752026-06-23T19:26:38.692Z Compiling lazy_static v1.5.0
18762026-06-23T19:26:38.707Z Compiling linear-map v1.2.0
18772026-06-23T19:26:38.804Z Compiling unicode-linebreak v0.1.5
18782026-06-23T19:26:38.898Z Compiling tagptr v0.2.0
18792026-06-23T19:26:38.911Z Compiling smawk v0.3.2
18802026-06-23T19:26:39.052Z Compiling moka v0.12.15
18812026-06-23T19:26:39.052Z Compiling textwrap v0.16.2
18822026-06-23T19:26:39.056Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-23T19:26:39.126Z Compiling steno v0.4.1
18842026-06-23T19:26:39.553Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-23T19:26:39.871Z Compiling tabled v0.15.0
18862026-06-23T19:26:40.724Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-06-23T19:26:40.756Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-06-23T19:26:40.779Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-23T19:26:41.682Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-23T19:26:42.525Z Compiling hickory-proto v0.25.2
18912026-06-23T19:26:42.709Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18922026-06-23T19:26:42.789Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18932026-06-23T19:26:43.851Z Compiling parking_lot_core v0.8.6
18942026-06-23T19:26:43.862Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18952026-06-23T19:26:43.892Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-23T19:26:44.181Z Compiling libscf-sys v1.2.0
18972026-06-23T19:26:44.338Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18982026-06-23T19:26:44.413Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18992026-06-23T19:26:44.591Z Compiling hickory-resolver v0.25.2
19002026-06-23T19:26:44.791Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19012026-06-23T19:26:44.901Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19022026-06-23T19:26:45.143Z Compiling parking_lot v0.11.2
19032026-06-23T19:26:45.144Z Compiling fxhash v0.2.1
19042026-06-23T19:26:45.194Z Compiling internet-checksum v0.2.1
19052026-06-23T19:26:45.289Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19062026-06-23T19:26:45.371Z Compiling sled v0.34.7
19072026-06-23T19:26:45.591Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19082026-06-23T19:26:48.537Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19092026-06-23T19:26:50.116Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-06-23T19:26:57.859Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-06-23T19:26:59.468Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-06-23T19:27:00.531Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19132026-06-23T19:27:01.535Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19142026-06-23T19:27:02.366Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19152026-06-23T19:27:25.786Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s
19162026-06-23T19:27:25.965Z────────────
19172026-06-23T19:27:25.965Z Nextest run ID 2c74abc6-88a3-4eb0-9171-2c2aa14aa42b with nextest profile: default
19182026-06-23T19:27:25.965Z Starting 45 tests across 3 binaries
19192026-06-23T19:27:25.971Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19202026-06-23T19:27:25.971Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19212026-06-23T19:27:25.971Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19222026-06-23T19:27:25.972Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19232026-06-23T19:27:25.976Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19242026-06-23T19:27:25.976Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19252026-06-23T19:27:25.976Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_shutdown_preference
19262026-06-23T19:27:25.979Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19272026-06-23T19:27:25.983Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19282026-06-23T19:27:25.983Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19292026-06-23T19:27:25.983Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
19302026-06-23T19:27:25.986Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
19312026-06-23T19:27:26.028Z PASS [ 0.057s] rdb db::test::test_ipv6_origin_crud
19322026-06-23T19:27:26.033Z PASS [ 0.057s] rdb db::test::test_ipv4_origin_crud
19332026-06-23T19:27:26.033Z PASS [ 0.055s] rdb db::test::test_prefix_host_bit_normalization
19342026-06-23T19:27:26.033Z PASS [ 0.055s] rdb db::test::test_rib
19352026-06-23T19:27:26.036Z PASS [ 0.054s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19362026-06-23T19:27:26.037Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv4_basic
19372026-06-23T19:27:26.040Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic
19382026-06-23T19:27:26.040Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19392026-06-23T19:27:26.049Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19402026-06-23T19:27:26.049Z PASS [ 0.014s] rdb proptest::prop_ipv4_normalized_is_network_address
19412026-06-23T19:27:26.052Z PASS [ 0.014s] rdb proptest::prop_ipv4_subnet_of_self
19422026-06-23T19:27:26.052Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19432026-06-23T19:27:26.065Z PASS [ 0.015s] rdb proptest::prop_ipv6_normalized_is_network_address
19442026-06-23T19:27:26.065Z PASS [ 0.015s] rdb proptest::prop_ipv6_subnet_of_self
19452026-06-23T19:27:26.068Z PASS [ 0.017s] rdb proptest::prop_static_route_key_deduplication
19462026-06-23T19:27:26.070Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19472026-06-23T19:27:26.097Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19482026-06-23T19:27:26.097Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalization_preserves_length
19492026-06-23T19:27:26.159Z PASS [ 0.057s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19502026-06-23T19:27:26.159Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_is_network_address
19512026-06-23T19:27:26.159Z PASS [ 0.058s] rdb db::test::test_static_routing_mixed_address_families
19522026-06-23T19:27:26.159Z PASS [ 0.056s] rdb db::test::test_static_routing_vlan_id_handling
19532026-06-23T19:27:26.159Z PASS [ 0.023s] rdb proptest::prop_static_route_key_ord_consistency
19542026-06-23T19:27:26.159Z PASS [ 0.009s] rdb types::test::bgp_vs_static_ordering
19552026-06-23T19:27:26.159Z PASS [ 0.010s] rdb types::test::bgp_path_identity
19562026-06-23T19:27:26.159Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19572026-06-23T19:27:26.159Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
19582026-06-23T19:27:26.159Z PASS [ 0.009s] rdb types::test::btreeset_remove
19592026-06-23T19:27:26.159Z PASS [ 0.009s] rdb types::test::btreeset_replace
19602026-06-23T19:27:26.159Z PASS [ 0.008s] rdb types::test::ord_contract
19612026-06-23T19:27:26.159Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19622026-06-23T19:27:26.160Z PASS [ 0.008s] rdb types::test::static_path_identity
19632026-06-23T19:27:26.160Z PASS [ 0.084s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19642026-06-23T19:27:26.160Z────────────
19652026-06-23T19:27:26.160Z Summary [ 0.150s] 45 tests run: 45 passed, 0 skipped
19662026-06-23T19:27:26.172Z+ cp ./rib.log /work/
19672026-06-23T19:27:26.173Z+ popd
19682026-06-23T19:27:26.173Z/work/oxidecomputer/maghemite
19692026-06-23T19:27:26.173Zprocess exited: duration 321371 ms, exit code 0
 
19702026-06-23T19:27:26.195Zfound 1 output files
19712026-06-23T19:27:26.195Zuploading: /work/rib.log (876 bytes)
19722026-06-23T19:27:27.221Zuploaded: /work/rib.log