01KR6PGBB74NPG2902EPXNJN78: 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: 01KR6PGQNHSMNR6TSRKBJ08A5X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-09T15:44:33.433Zjob assigned to worker 01KR6PH7SWBDR974K52M4T73QG [factory aws, i-053e41c70a2dff957] (queued for 1 m 9 s)
 
22026-05-09T15:44:39.924Zstarting task 0: "setup"
32026-05-09T15:44:39.928Z++ uname -s
42026-05-09T15:44:39.931Z+ kern=SunOS
52026-05-09T15:44:39.931Z+ build_user=build
62026-05-09T15:44:39.931Z+ build_uid=12345
72026-05-09T15:44:39.931Z+ work_dir=/work
82026-05-09T15:44:39.931Z+ input_dir=/input
92026-05-09T15:44:39.931Z+ [[ 0 == 12345 ]]
102026-05-09T15:44:39.931Z+ case "$kern" in
112026-05-09T15:44:39.931Z+ groupadd -g 12345 build
122026-05-09T15:44:39.934Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-09T15:44:41.939Z+ zfs create -o mountpoint=/work rpool/work
142026-05-09T15:44:42.056Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-09T15:44:42.060Z+ home_fs=zfs
162026-05-09T15:44:42.060Z+ [[ zfs == autofs ]]
172026-05-09T15:44:42.060Z+ mkdir -p /home/build
182026-05-09T15:44:42.060Z+ chown build:build /home/build /work
192026-05-09T15:44:44.061Z+ chmod 0700 /home/build /work
202026-05-09T15:44:44.065Zprocess exited: duration 4142 ms, exit code 0
 
212026-05-09T15:44:44.071Zstarting task 1: "rust-toolchain"
222026-05-09T15:44:44.076Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-09T15:44:44.076Z * rust toolchain channel = "stable"
242026-05-09T15:44:44.076Z * rust toolchain profile = "default"
252026-05-09T15:44:44.076Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-09T15:44:44.076Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-09T15:44:44.076Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-09T15:44:44.079Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-09T15:44:44.079Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-09T15:44:44.229Zinfo: downloading installer
312026-05-09T15:44:45.693Zwarn: It looks like you have an existing installation of Rust at:
322026-05-09T15:44:45.693Zwarn: /opt/ooce/bin
332026-05-09T15:44:45.693Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-09T15:44:45.693Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-09T15:44:45.693Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-09T15:44:45.693Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-09T15:44:45.693Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-09T15:44:45.693Zerror: cannot install while Rust is installed
392026-05-09T15:44:45.693Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-09T15:44:45.693Zwarn: It looks like you have an existing rustup settings file at:
412026-05-09T15:44:45.693Zwarn: /home/build/.rustup/settings.toml
422026-05-09T15:44:45.693Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-09T15:44:45.693Zwarn: instead of the one inferred from the default host triple.
442026-05-09T15:44:45.706Zinfo: profile set to default
452026-05-09T15:44:45.706Zinfo: default host triple is x86_64-unknown-illumos
462026-05-09T15:44:45.709Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-09T15:44:45.835Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-09T15:44:45.838Zinfo: downloading 6 components
492026-05-09T15:45:00.248Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-09T15:45:00.248Z
512026-05-09T15:45:00.285Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-09T15:45:00.285Z
532026-05-09T15:45:00.285Z
542026-05-09T15:45:00.285ZRust is installed now. Great!
552026-05-09T15:45:00.285Z
562026-05-09T15:45:00.285ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-09T15:45:00.286Zenvironment variable. This has not been done automatically.
582026-05-09T15:45:00.286Z
592026-05-09T15:45:00.286ZTo configure your current shell, you need to source
602026-05-09T15:45:00.286Zthe corresponding env file under $HOME/.cargo.
612026-05-09T15:45:00.286Z
622026-05-09T15:45:00.286ZThis is usually done by running one of the following (note the leading DOT):
632026-05-09T15:45:00.286Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-09T15:45:00.286Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-09T15:45:00.286Zsource "~/.cargo/env.nu" # For nushell
662026-05-09T15:45:00.286Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-09T15:45:00.286Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-09T15:45:00.286Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-09T15:45:00.289Zwarn: no default linker (`cc`) was found in your PATH
702026-05-09T15:45:00.289Zwarn: many Rust crates require a system C toolchain to build
712026-05-09T15:45:00.381Z+ rustup --version
722026-05-09T15:45:00.390Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-09T15:45:00.394Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-09T15:45:00.411Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-09T15:45:00.416Z+ cargo --version
762026-05-09T15:45:00.427Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-09T15:45:00.431Z+ rustc --version
782026-05-09T15:45:00.451Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-09T15:45:00.454Zprocess exited: duration 16379 ms, exit code 0
 
802026-05-09T15:45:00.460Zstarting task 2: "authentication"
812026-05-09T15:45:00.477Zprocess exited: duration 16 ms, exit code 0
 
822026-05-09T15:45:00.483Zstarting task 3: "clone repository"
832026-05-09T15:45:00.486Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-09T15:45:00.489Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-09T15:45:00.521ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-09T15:45:01.462Z+ cd /work/oxidecomputer/maghemite
872026-05-09T15:45:01.462Z+ git fetch origin c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
882026-05-09T15:45:01.708ZFrom https://github.com/oxidecomputer/maghemite
892026-05-09T15:45:01.708Z * branch c59c854a70a7d9f9b0f69a48ce0cb78997bb699b -> FETCH_HEAD
902026-05-09T15:45:01.713Z+ [[ -n trey/rfd_619_wrapup ]]
912026-05-09T15:45:01.716Z++ git branch --show-current
922026-05-09T15:45:01.716Z+ current=main
932026-05-09T15:45:01.716Z+ [[ main != trey/rfd_619_wrapup ]]
942026-05-09T15:45:01.716Z+ git branch -f trey/rfd_619_wrapup c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
952026-05-09T15:45:01.719Z+ git checkout -f trey/rfd_619_wrapup
962026-05-09T15:45:01.737ZSwitched to branch 'trey/rfd_619_wrapup'
972026-05-09T15:45:01.740Z+ git reset --hard c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
982026-05-09T15:45:01.751ZHEAD is now at c59c854 move PeerId and ImportExportPolicy to mg_api_types::bgp; route consumers through it
992026-05-09T15:45:01.754Zprocess exited: duration 1267 ms, exit code 0
 
1002026-05-09T15:45:01.760Zstarting task 4: "build"
1012026-05-09T15:45:01.763Z+ set -e
1022026-05-09T15:45:01.763Z+ source .github/buildomat/test-common.sh
1032026-05-09T15:45:01.767Z++ NEXTEST_VERSION=0.9.97
1042026-05-09T15:45:01.767Z++ PLATFORM=illumos
1052026-05-09T15:45:01.767Z++ banner install
1062026-05-09T15:45:01.767Z
1072026-05-09T15:45:01.767Z # # # #### ##### ## # #
1082026-05-09T15:45:01.767Z # ## # # # # # # #
1092026-05-09T15:45:01.767Z # # # # #### # # # # #
1102026-05-09T15:45:01.767Z # # # # # # ###### # #
1112026-05-09T15:45:01.767Z # # ## # # # # # # #
1122026-05-09T15:45:01.767Z # # # #### # # # ###### ######
1132026-05-09T15:45:01.767Z
1142026-05-09T15:45:01.767Z++ set +o errexit
1152026-05-09T15:45:01.767Z++ pkg info clang-15
1162026-05-09T15:45:01.770Z++ grep -qi installed
1172026-05-09T15:45:02.967Zpkg: info: no packages matching the following patterns you specified are
1182026-05-09T15:45:02.967Zinstalled on the system. Try querying remotely instead:
1192026-05-09T15:45:02.970Z
1202026-05-09T15:45:02.970Z clang-15
1212026-05-09T15:45:03.005Z++ [[ 1 != 0 ]]
1222026-05-09T15:45:03.005Z++ set -o errexit
1232026-05-09T15:45:03.009Z++ pfexec pkg install clang-15
1242026-05-09T15:45:11.409Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-09T15:45:19.144Z Startup: Caching catalogs ... Done
1262026-05-09T15:45:26.585ZPlanning: Solver setup ... Done
1272026-05-09T15:45:26.627ZPlanning: Running solver ... Done
1282026-05-09T15:45:26.766ZPlanning: Finding local manifests ... Done
1292026-05-09T15:45:26.787ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-09T15:45:26.880ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-09T15:45:26.910ZPlanning: Package planning ... Done
1322026-05-09T15:45:26.936ZPlanning: Merging actions ... Done
1332026-05-09T15:45:27.042ZPlanning: Checking for conflicting actions ... Done
1342026-05-09T15:45:27.049ZPlanning: Consolidating action changes ... Done
1352026-05-09T15:45:27.821ZPlanning: Evaluating mediators ... Done
1362026-05-09T15:45:27.826ZPlanning: Planning completed in 8.52 seconds
1372026-05-09T15:45:27.838Z Packages to install: 2
1382026-05-09T15:45:27.838Z Mediators to change: 2
1392026-05-09T15:45:27.841Z Services to change: 1
1402026-05-09T15:45:27.841Z Create boot environment: No
1412026-05-09T15:45:27.841ZCreate backup boot environment: No
1422026-05-09T15:45:27.881Z
1432026-05-09T15:45:27.881ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-09T15:45:32.883ZDownload: 1329/3076 items 114.7/211.3MB 54% complete (23.1M/s)
1452026-05-09T15:45:44.036ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (13.3M/s)
1462026-05-09T15:45:56.751ZDownload: 3032/3076 items 201.8/211.3MB 95% complete
1472026-05-09T15:45:57.345ZDownload: Completed 211.31 MB in 29.46 seconds (7.2M/s)
1482026-05-09T15:45:57.481Z Actions: 1/3418 actions (Installing new actions)
1492026-05-09T15:46:00.611Z Actions: Completed 3418 actions in 3.13 seconds.
1502026-05-09T15:46:01.249Z Done
1512026-05-09T15:46:01.249Z Done
1522026-05-09T15:46:02.007Z Done
1532026-05-09T15:46:05.377Z Done
1542026-05-09T15:46:05.448Z Done
1552026-05-09T15:46:05.451Z Done
1562026-05-09T15:46:05.728Z Done
1572026-05-09T15:46:06.395Z++ set -o errexit
1582026-05-09T15:46:06.395Z++ cargo --version
1592026-05-09T15:46:06.403Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1602026-05-09T15:46:06.560Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1612026-05-09T15:46:06.565Zinfo: downloading 6 components
1622026-05-09T15:46:21.647Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1632026-05-09T15:46:21.650Z++ rustc --version
1642026-05-09T15:46:21.677Zrustc 1.95.0 (59807616e 2026-04-14)
1652026-05-09T15:46:21.680Z++ cargo install cargo-nextest --version 0.9.97
1662026-05-09T15:46:21.724Z Updating crates.io index
1672026-05-09T15:46:21.838Z Downloading crates ...
1682026-05-09T15:46:21.886Z Downloaded cargo-nextest v0.9.97
1692026-05-09T15:46:21.947Z Installing cargo-nextest v0.9.97
1702026-05-09T15:46:21.989Z Updating crates.io index
1712026-05-09T15:46:24.554Z Locking 404 packages to latest compatible versions
1722026-05-09T15:46:24.559Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-05-09T15:46:24.562Z Adding duct v0.13.7 (available: v1.1.1)
1742026-05-09T15:46:24.562Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-05-09T15:46:24.562Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-05-09T15:46:24.565Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1772026-05-09T15:46:24.565Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1782026-05-09T15:46:24.568Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1792026-05-09T15:46:24.568Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1802026-05-09T15:46:24.571Z Adding quick-junit v0.5.2 (available: v0.6.0)
1812026-05-09T15:46:24.590Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1822026-05-09T15:46:24.601Z Downloading crates ...
1832026-05-09T15:46:24.661Z Downloaded atomic-waker v1.1.2
1842026-05-09T15:46:24.669Z Downloaded addr2line v0.25.1
1852026-05-09T15:46:24.673Z Downloaded fnv v1.0.7
1862026-05-09T15:46:24.677Z Downloaded document-features v0.2.12
1872026-05-09T15:46:24.686Z Downloaded clap_builder v4.6.0
1882026-05-09T15:46:24.690Z Downloaded rustc-hash v2.1.2
1892026-05-09T15:46:24.693Z Downloaded ed25519-dalek v2.2.0
1902026-05-09T15:46:24.696Z Downloaded futures-core v0.3.32
1912026-05-09T15:46:24.696Z Downloaded number_prefix v0.4.0
1922026-05-09T15:46:24.699Z Downloaded foreign-types-shared v0.1.1
1932026-05-09T15:46:24.699Z Downloaded either v1.15.0
1942026-05-09T15:46:24.699Z Downloaded anstream v1.0.0
1952026-05-09T15:46:24.702Z Downloaded enable-ansi-support v0.2.1
1962026-05-09T15:46:24.702Z Downloaded ipnet v2.12.0
1972026-05-09T15:46:24.705Z Downloaded pin-project-lite v0.2.17
1982026-05-09T15:46:24.707Z Downloaded quinn-udp v0.5.14
1992026-05-09T15:46:24.710Z Downloaded nextest-filtering v0.15.0
2002026-05-09T15:46:24.713Z Downloaded filetime v0.2.28
2012026-05-09T15:46:24.713Z Downloaded anstyle-parse v1.0.0
2022026-05-09T15:46:24.717Z Downloaded lock_api v0.4.14
2032026-05-09T15:46:24.717Z Downloaded home v0.5.12
2042026-05-09T15:46:24.720Z Downloaded derive-where v1.6.1
2052026-05-09T15:46:24.720Z Downloaded lazy_static v1.5.0
2062026-05-09T15:46:24.723Z Downloaded is_ci v1.2.0
2072026-05-09T15:46:24.726Z Downloaded owo-colors v4.3.0
2082026-05-09T15:46:24.726Z Downloaded getrandom v0.4.2
2092026-05-09T15:46:24.728Z Downloaded debug-ignore v1.0.5
2102026-05-09T15:46:24.729Z Downloaded indent_write v2.2.0
2112026-05-09T15:46:24.731Z Downloaded indenter v0.3.4
2122026-05-09T15:46:24.731Z Downloaded ryu v1.0.23
2132026-05-09T15:46:24.734Z Downloaded itoa v1.0.18
2142026-05-09T15:46:24.734Z Downloaded cargo-platform v0.2.0
2152026-05-09T15:46:24.737Z Downloaded cfg_aliases v0.2.1
2162026-05-09T15:46:24.737Z Downloaded humantime-serde v1.1.1
2172026-05-09T15:46:24.740Z Downloaded fixedbitset v0.5.7
2182026-05-09T15:46:24.740Z Downloaded colorchoice v1.0.5
2192026-05-09T15:46:24.740Z Downloaded idna v1.1.0
2202026-05-09T15:46:24.745Z Downloaded hex v0.4.3
2212026-05-09T15:46:24.745Z Downloaded is_terminal_polyfill v1.70.2
2222026-05-09T15:46:24.748Z Downloaded pathdiff v0.2.3
2232026-05-09T15:46:24.748Z Downloaded hyper-tls v0.6.0
2242026-05-09T15:46:24.748Z Downloaded generic-array v0.14.7
2252026-05-09T15:46:24.748Z Downloaded litrs v1.0.0
2262026-05-09T15:46:24.750Z Downloaded cpufeatures v0.2.17
2272026-05-09T15:46:24.750Z Downloaded atomicwrites v0.4.4
2282026-05-09T15:46:24.753Z Downloaded nested v0.1.1
2292026-05-09T15:46:24.753Z Downloaded equivalent v1.0.2
2302026-05-09T15:46:24.756Z Downloaded adler2 v2.0.1
2312026-05-09T15:46:24.756Z Downloaded curve25519-dalek-derive v0.1.1
2322026-05-09T15:46:24.756Z Downloaded const-oid v0.9.6
2332026-05-09T15:46:24.760Z Downloaded lru-slab v0.1.2
2342026-05-09T15:46:24.760Z Downloaded dialoguer v0.11.0
2352026-05-09T15:46:24.763Z Downloaded bytes v1.11.1
2362026-05-09T15:46:24.778Z Downloaded serde_spanned v0.6.9
2372026-05-09T15:46:24.778Z Downloaded scopeguard v1.2.0
2382026-05-09T15:46:24.778Z Downloaded openssl-probe v0.2.1
2392026-05-09T15:46:24.779Z Downloaded eyre v0.6.12
2402026-05-09T15:46:24.779Z Downloaded autocfg v1.5.0
2412026-05-09T15:46:24.779Z Downloaded form_urlencoded v1.2.2
2422026-05-09T15:46:24.779Z Downloaded rustc_version v0.4.1
2432026-05-09T15:46:24.782Z Downloaded errno v0.3.14
2442026-05-09T15:46:24.782Z Downloaded rustc-demangle v0.1.27
2452026-05-09T15:46:24.782Z Downloaded indicatif v0.17.11
2462026-05-09T15:46:24.786Z Downloaded nextest-workspace-hack v0.1.0
2472026-05-09T15:46:24.786Z Downloaded heck v0.5.0
2482026-05-09T15:46:24.786Z Downloaded serde-value v0.7.0
2492026-05-09T15:46:24.786Z Downloaded color-spantrace v0.3.0
2502026-05-09T15:46:24.789Z Downloaded idna_adapter v1.0.0
2512026-05-09T15:46:24.789Z Downloaded futures-task v0.3.32
2522026-05-09T15:46:24.789Z Downloaded percent-encoding v2.3.2
2532026-05-09T15:46:24.792Z Downloaded futures-io v0.3.32
2542026-05-09T15:46:24.792Z Downloaded guppy-workspace-hack v0.1.0
2552026-05-09T15:46:24.792Z Downloaded clap_lex v1.1.0
2562026-05-09T15:46:24.792Z Downloaded cfg-if v1.0.4
2572026-05-09T15:46:24.795Z Downloaded anstyle-query v1.1.5
2582026-05-09T15:46:24.795Z Downloaded crypto-common v0.1.7
2592026-05-09T15:46:24.798Z Downloaded mukti-metadata v0.3.0
2602026-05-09T15:46:24.799Z Downloaded futures-macro v0.3.32
2612026-05-09T15:46:24.799Z Downloaded serde_ignored v0.1.14
2622026-05-09T15:46:24.799Z Downloaded foreign-types v0.3.2
2632026-05-09T15:46:24.802Z Downloaded ordered-float v2.10.1
2642026-05-09T15:46:24.804Z Downloaded futures-sink v0.3.32
2652026-05-09T15:46:24.804Z Downloaded block-buffer v0.10.4
2662026-05-09T15:46:24.808Z Downloaded http-body v1.0.1
2672026-05-09T15:46:24.811Z Downloaded convert_case v0.10.0
2682026-05-09T15:46:24.814Z Downloaded duct v0.13.7
2692026-05-09T15:46:24.814Z Downloaded erased-serde v0.4.10
2702026-05-09T15:46:24.817Z Downloaded signal-hook-mio v0.2.5
2712026-05-09T15:46:24.817Z Downloaded ppv-lite86 v0.2.21
2722026-05-09T15:46:24.820Z Downloaded pkg-config v0.3.33
2732026-05-09T15:46:24.820Z Downloaded os_pipe v1.2.3
2742026-05-09T15:46:24.820Z Downloaded sigchld v0.2.4
2752026-05-09T15:46:24.823Z Downloaded openssl-macros v0.1.1
2762026-05-09T15:46:24.823Z Downloaded ahash v0.8.12
2772026-05-09T15:46:24.823Z Downloaded serde_spanned v1.1.1
2782026-05-09T15:46:24.826Z Downloaded pkcs8 v0.10.2
2792026-05-09T15:46:24.826Z Downloaded jobserver v0.1.34
2802026-05-09T15:46:24.830Z Downloaded shell-words v1.1.1
2812026-05-09T15:46:24.833Z Downloaded async-scoped v0.9.0
2822026-05-09T15:46:24.833Z Downloaded cargo-platform v0.3.3
2832026-05-09T15:46:24.837Z Downloaded shared_child v1.1.1
2842026-05-09T15:46:24.840Z Downloaded serde_urlencoded v0.7.1
2852026-05-09T15:46:24.840Z Downloaded strsim v0.11.1
2862026-05-09T15:46:24.843Z Downloaded strip-ansi-escapes v0.2.1
2872026-05-09T15:46:24.843Z Downloaded sync_wrapper v1.0.2
2882026-05-09T15:46:24.843Z Downloaded supports-unicode v3.0.0
2892026-05-09T15:46:24.846Z Downloaded log v0.4.29
2902026-05-09T15:46:24.846Z Downloaded subtle v2.6.1
2912026-05-09T15:46:24.849Z Downloaded quote v1.0.45
2922026-05-09T15:46:24.852Z Downloaded rand_core v0.9.5
2932026-05-09T15:46:24.852Z Downloaded digest v0.10.7
2942026-05-09T15:46:24.855Z Downloaded backtrace-ext v0.2.1
2952026-05-09T15:46:24.855Z Downloaded swrite v0.1.0
2962026-05-09T15:46:24.855Z Downloaded supports-hyperlinks v3.2.0
2972026-05-09T15:46:24.858Z Downloaded supports-color v3.0.2
2982026-05-09T15:46:24.858Z Downloaded futures-executor v0.3.32
2992026-05-09T15:46:24.858Z Downloaded foldhash v0.1.5
3002026-05-09T15:46:24.861Z Downloaded tinyvec_macros v0.1.1
3012026-05-09T15:46:24.861Z Downloaded cargo_metadata v0.23.1
3022026-05-09T15:46:24.861Z Downloaded terminal_size v0.4.4
3032026-05-09T15:46:24.863Z Downloaded ed25519 v2.2.3
3042026-05-09T15:46:24.863Z Downloaded base64ct v1.8.3
3052026-05-09T15:46:24.866Z Downloaded cargo-util-schemas v0.2.0
3062026-05-09T15:46:24.866Z Downloaded fastrand v2.4.1
3072026-05-09T15:46:24.872Z Downloaded rand_chacha v0.9.0
3082026-05-09T15:46:24.875Z Downloaded camino-tempfile v1.4.1
3092026-05-09T15:46:24.875Z Downloaded nextest-metadata v0.12.2
3102026-05-09T15:46:24.875Z Downloaded http-body-util v0.1.3
3112026-05-09T15:46:24.876Z Downloaded native-tls v0.2.18
3122026-05-09T15:46:24.876Z Downloaded miette-derive v7.6.0
3132026-05-09T15:46:24.878Z Downloaded hyper-rustls v0.27.9
3142026-05-09T15:46:24.878Z Downloaded tokio-macros v2.7.0
3152026-05-09T15:46:24.881Z Downloaded serde_path_to_error v0.1.20
3162026-05-09T15:46:24.884Z Downloaded rand_core v0.6.4
3172026-05-09T15:46:24.887Z Downloaded crc32fast v1.5.0
3182026-05-09T15:46:24.890Z Downloaded signature v2.2.0
3192026-05-09T15:46:24.892Z Downloaded toml_write v0.1.2
3202026-05-09T15:46:24.895Z Downloaded toml_datetime v0.6.11
3212026-05-09T15:46:24.898Z Downloaded try-lock v0.2.5
3222026-05-09T15:46:24.898Z Downloaded tower-service v0.3.3
3232026-05-09T15:46:24.901Z Downloaded tracing-error v0.2.1
3242026-05-09T15:46:24.901Z Downloaded once_cell v1.21.4
3252026-05-09T15:46:24.904Z Downloaded pin-project-internal v1.1.12
3262026-05-09T15:46:24.904Z Downloaded quick-junit v0.5.2
3272026-05-09T15:46:24.907Z Downloaded tower-layer v0.3.3
3282026-05-09T15:46:24.907Z Downloaded globset v0.4.18
3292026-05-09T15:46:24.910Z Downloaded signal-hook-registry v1.4.8
3302026-05-09T15:46:24.910Z Downloaded find-msvc-tools v0.1.9
3312026-05-09T15:46:24.914Z Downloaded anstyle v1.0.14
3322026-05-09T15:46:24.917Z Downloaded shlex v1.3.0
3332026-05-09T15:46:24.920Z Downloaded newtype-uuid v1.3.2
3342026-05-09T15:46:24.920Z Downloaded target-lexicon v0.13.3
3352026-05-09T15:46:24.920Z Downloaded cargo_metadata v0.20.0
3362026-05-09T15:46:24.923Z Downloaded static_assertions v1.1.0
3372026-05-09T15:46:24.923Z Downloaded spki v0.7.3
3382026-05-09T15:46:24.923Z Downloaded simd-adler32 v0.3.9
3392026-05-09T15:46:24.926Z Downloaded sha2 v0.10.9
3402026-05-09T15:46:24.926Z Downloaded unicode-linebreak v0.1.5
3412026-05-09T15:46:24.932Z Downloaded typeid v1.0.3
3422026-05-09T15:46:24.932Z Downloaded target-spec-miette v0.4.6
3432026-05-09T15:46:24.932Z Downloaded version_check v0.9.5
3442026-05-09T15:46:24.932Z Downloaded smol_str v0.3.6
3452026-05-09T15:46:24.932Z Downloaded serde-untagged v0.1.9
3462026-05-09T15:46:24.935Z Downloaded slab v0.4.12
3472026-05-09T15:46:24.935Z Downloaded clap_derive v4.6.1
3482026-05-09T15:46:24.935Z Downloaded thiserror-impl v2.0.18
3492026-05-09T15:46:24.938Z Downloaded futures-channel v0.3.32
3502026-05-09T15:46:24.938Z Downloaded camino v1.2.2
3512026-05-09T15:46:24.938Z Downloaded utf8_iter v1.0.4
3522026-05-09T15:46:24.941Z Downloaded urlencoding v2.1.3
3532026-05-09T15:46:24.941Z Downloaded thiserror v1.0.69
3542026-05-09T15:46:24.943Z Downloaded want v0.3.1
3552026-05-09T15:46:24.943Z Downloaded future-queue v0.4.0
3562026-05-09T15:46:24.946Z Downloaded httparse v1.10.1
3572026-05-09T15:46:24.946Z Downloaded thiserror-impl v1.0.69
3582026-05-09T15:46:24.949Z Downloaded thiserror v2.0.18
3592026-05-09T15:46:24.952Z Downloaded untrusted v0.9.0
3602026-05-09T15:46:24.952Z Downloaded unicode-xid v0.2.6
3612026-05-09T15:46:24.952Z Downloaded iana-time-zone v0.1.65
3622026-05-09T15:46:24.955Z Downloaded semver v1.0.28
3632026-05-09T15:46:24.958Z Downloaded humantime v2.3.0
3642026-05-09T15:46:24.958Z Downloaded xattr v1.6.1
3652026-05-09T15:46:24.958Z Downloaded self-replace v1.5.0
3662026-05-09T15:46:24.960Z Downloaded parking_lot v0.12.5
3672026-05-09T15:46:24.960Z Downloaded cfg-expr v0.20.7
3682026-05-09T15:46:24.965Z Downloaded getrandom v0.2.17
3692026-05-09T15:46:24.965Z Downloaded tokio-native-tls v0.3.1
3702026-05-09T15:46:24.968Z Downloaded base64 v0.22.1
3712026-05-09T15:46:24.970Z Downloaded self_update v0.42.0
3722026-05-09T15:46:24.970Z Downloaded rustls-pki-types v1.14.1
3732026-05-09T15:46:24.973Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3742026-05-09T15:46:24.976Z Downloaded proc-macro2 v1.0.106
3752026-05-09T15:46:24.979Z Downloaded indexmap v2.14.0
3762026-05-09T15:46:24.982Z Downloaded tracing-log v0.2.0
3772026-05-09T15:46:24.985Z Downloaded unicase v2.9.0
3782026-05-09T15:46:24.988Z Downloaded smallvec v1.15.1
3792026-05-09T15:46:24.992Z Downloaded target-spec v3.6.0
3802026-05-09T15:46:24.994Z Downloaded num-traits v0.2.19
3812026-05-09T15:46:24.997Z Downloaded thread_local v1.1.9
3822026-05-09T15:46:25.000Z Downloaded toml v0.8.23
3832026-05-09T15:46:25.004Z Downloaded tempfile v3.27.0
3842026-05-09T15:46:25.004Z Downloaded utf8parse v0.2.2
3852026-05-09T15:46:25.006Z Downloaded serde_derive v1.0.228
3862026-05-09T15:46:25.006Z Downloaded serde_core v1.0.228
3872026-05-09T15:46:25.009Z Downloaded parking_lot_core v0.9.12
3882026-05-09T15:46:25.009Z Downloaded zstd-safe v7.2.4
3892026-05-09T15:46:25.014Z Downloaded bitflags v2.11.1
3902026-05-09T15:46:25.017Z Downloaded signal-hook v0.3.18
3912026-05-09T15:46:25.020Z Downloaded pin-project v1.1.12
3922026-05-09T15:46:25.025Z Downloaded zipsign-api v0.1.5
3932026-05-09T15:46:25.027Z Downloaded zeroize v1.8.2
3942026-05-09T15:46:25.027Z Downloaded xxhash-rust v0.8.15
3952026-05-09T15:46:25.030Z Downloaded tokio-stream v0.1.18
3962026-05-09T15:46:25.030Z Downloaded toml_writer v1.1.1+spec-1.1.0
3972026-05-09T15:46:25.033Z Downloaded toml_parser v1.1.2+spec-1.1.0
3982026-05-09T15:46:25.033Z Downloaded zstd v0.13.3
3992026-05-09T15:46:25.036Z Downloaded tracing-attributes v0.1.31
4002026-05-09T15:46:25.036Z Downloaded getrandom v0.3.4
4012026-05-09T15:46:25.039Z Downloaded tokio-rustls v0.26.4
4022026-05-09T15:46:25.039Z Downloaded derive_more-impl v2.1.1
4032026-05-09T15:46:25.042Z Downloaded futures v0.3.32
4042026-05-09T15:46:25.045Z Downloaded clap v4.6.1
4052026-05-09T15:46:25.049Z Downloaded socket2 v0.6.3
4062026-05-09T15:46:25.052Z Downloaded sharded-slab v0.1.7
4072026-05-09T15:46:25.058Z Downloaded tinyvec v1.11.0
4082026-05-09T15:46:25.061Z Downloaded console v0.15.11
4092026-05-09T15:46:25.064Z Downloaded openssl-sys v0.9.115
4102026-05-09T15:46:25.067Z Downloaded der v0.7.10
4112026-05-09T15:46:25.070Z Downloaded toml v1.1.2+spec-1.1.0
4122026-05-09T15:46:25.072Z Downloaded zmij v1.0.21
4132026-05-09T15:46:25.075Z Downloaded unicode-ident v1.0.24
4142026-05-09T15:46:25.079Z Downloaded quinn v0.11.9
4152026-05-09T15:46:25.083Z Downloaded miniz_oxide v0.8.9
4162026-05-09T15:46:25.084Z Downloaded tar v0.4.45
4172026-05-09T15:46:25.084Z Downloaded config v0.15.22
4182026-05-09T15:46:25.086Z Downloaded rustls-webpki v0.103.13
4192026-05-09T15:46:25.090Z Downloaded tracing-core v0.1.36
4202026-05-09T15:46:25.092Z Downloaded borsh v1.6.1
4212026-05-09T15:46:25.095Z Downloaded http v1.4.0
4222026-05-09T15:46:25.098Z Downloaded vte v0.14.1
4232026-05-09T15:46:25.098Z Downloaded textwrap v0.16.2
4242026-05-09T15:46:25.101Z Downloaded flate2 v1.1.9
4252026-05-09T15:46:25.104Z Downloaded backtrace v0.3.76
4262026-05-09T15:46:25.107Z Downloaded uuid v1.23.1
4272026-05-09T15:46:25.119Z Downloaded serde v1.0.228
4282026-05-09T15:46:25.123Z Downloaded memchr v2.8.0
4292026-05-09T15:46:25.126Z Downloaded derive_more v2.1.1
4302026-05-09T15:46:25.130Z Downloaded toml_edit v0.22.27
4312026-05-09T15:46:25.133Z Downloaded cc v1.2.62
4322026-05-09T15:46:25.152Z Downloaded miette v7.6.0
4332026-05-09T15:46:25.154Z Downloaded aho-corasick v1.1.4
4342026-05-09T15:46:25.157Z Downloaded rand v0.9.4
4352026-05-09T15:46:25.160Z Downloaded tower v0.5.3
4362026-05-09T15:46:25.165Z Downloaded itertools v0.14.0
4372026-05-09T15:46:25.169Z Downloaded mio v1.2.0
4382026-05-09T15:46:25.172Z Downloaded url v2.5.8
4392026-05-09T15:46:25.175Z Downloaded typenum v1.20.0
4402026-05-09T15:46:25.181Z Downloaded unicode-segmentation v1.13.2
4412026-05-09T15:46:25.181Z Downloaded crossterm v0.29.0
4422026-05-09T15:46:25.185Z Downloaded hyper-util v0.1.20
4432026-05-09T15:46:25.189Z Downloaded hashbrown v0.15.5
4442026-05-09T15:46:25.192Z Downloaded unicode-normalization v0.1.25
4452026-05-09T15:46:25.201Z Downloaded hashbrown v0.17.1
4462026-05-09T15:46:25.206Z Downloaded guppy v0.17.25
4472026-05-09T15:46:25.216Z Downloaded futures-util v0.3.32
4482026-05-09T15:46:25.234Z Downloaded h2 v0.4.14
4492026-05-09T15:46:25.238Z Downloaded ron v0.12.1
4502026-05-09T15:46:25.243Z Downloaded winnow v1.0.2
4512026-05-09T15:46:25.248Z Downloaded winnow v0.7.15
4522026-05-09T15:46:25.253Z Downloaded tracing-subscriber v0.3.23
4532026-05-09T15:46:25.259Z Downloaded gimli v0.32.3
4542026-05-09T15:46:25.263Z Downloaded hyper v1.9.0
4552026-05-09T15:46:25.267Z Downloaded pulldown-cmark v0.13.3
4562026-05-09T15:46:25.270Z Downloaded tokio-util v0.7.18
4572026-05-09T15:46:25.274Z Downloaded chrono v0.4.44
4582026-05-09T15:46:25.280Z Downloaded reqwest v0.12.28
4592026-05-09T15:46:25.284Z Downloaded unicode-width v0.2.2
4602026-05-09T15:46:25.287Z Downloaded serde_json v1.0.149
4612026-05-09T15:46:25.291Z Downloaded curve25519-dalek v4.1.3
4622026-05-09T15:46:25.295Z Downloaded zerocopy v0.8.48
4632026-05-09T15:46:25.306Z Downloaded regex v1.12.3
4642026-05-09T15:46:25.309Z Downloaded tower-http v0.6.10
4652026-05-09T15:46:25.313Z Downloaded bstr v1.12.1
4662026-05-09T15:46:25.318Z Downloaded quick-xml v0.37.5
4672026-05-09T15:46:25.328Z Downloaded portable-atomic v1.13.1
4682026-05-09T15:46:25.332Z Downloaded quick-xml v0.38.4
4692026-05-09T15:46:25.340Z Downloaded color-eyre v0.6.5
4702026-05-09T15:46:25.355Z Downloaded tokio v1.52.3
4712026-05-09T15:46:25.406Z Downloaded webpki-roots v1.0.7
4722026-05-09T15:46:25.414Z Downloaded quinn-proto v0.11.14
4732026-05-09T15:46:25.421Z Downloaded vcpkg v0.2.15
4742026-05-09T15:46:25.471Z Downloaded nextest-runner v0.80.0
4752026-05-09T15:46:25.478Z Downloaded unicode-width v0.1.14
4762026-05-09T15:46:25.481Z Downloaded openssl v0.10.79
4772026-05-09T15:46:25.507Z Downloaded syn v2.0.117
4782026-05-09T15:46:25.514Z Downloaded nix v0.30.1
4792026-05-09T15:46:25.527Z Downloaded object v0.37.3
4802026-05-09T15:46:25.533Z Downloaded regex-syntax v0.8.10
4812026-05-09T15:46:25.539Z Downloaded rustix v0.38.44
4822026-05-09T15:46:25.551Z Downloaded rustls v0.23.40
4832026-05-09T15:46:25.571Z Downloaded rustix v1.1.4
4842026-05-09T15:46:25.592Z Downloaded tracing v0.1.44
4852026-05-09T15:46:25.654Z Downloaded regex-automata v0.4.14
4862026-05-09T15:46:25.691Z Downloaded libc v0.2.186
4872026-05-09T15:46:25.709Z Downloaded petgraph v0.8.3
4882026-05-09T15:46:25.722Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4892026-05-09T15:46:25.781Z Downloaded ring v0.17.14
4902026-05-09T15:46:25.804Z Downloaded recursion v0.5.4
4912026-05-09T15:46:25.847Z Compiling libc v0.2.186
4922026-05-09T15:46:25.847Z Compiling proc-macro2 v1.0.106
4932026-05-09T15:46:25.850Z Compiling unicode-ident v1.0.24
4942026-05-09T15:46:25.850Z Compiling quote v1.0.45
4952026-05-09T15:46:25.850Z Compiling serde_core v1.0.228
4962026-05-09T15:46:25.850Z Compiling cfg-if v1.0.4
4972026-05-09T15:46:25.850Z Compiling memchr v2.8.0
4982026-05-09T15:46:25.978Z Compiling once_cell v1.21.4
4992026-05-09T15:46:26.060Z Compiling log v0.4.29
5002026-05-09T15:46:26.100Z Compiling pin-project-lite v0.2.17
5012026-05-09T15:46:26.197Z Compiling itoa v1.0.18
5022026-05-09T15:46:26.270Z Compiling serde v1.0.228
5032026-05-09T15:46:26.402Z Compiling futures-core v0.3.32
5042026-05-09T15:46:26.434Z Compiling smallvec v1.15.1
5052026-05-09T15:46:26.555Z Compiling bitflags v2.11.1
5062026-05-09T15:46:26.624Z Compiling shlex v1.3.0
5072026-05-09T15:46:26.674Z Compiling equivalent v1.0.2
5082026-05-09T15:46:26.761Z Compiling hashbrown v0.17.1
5092026-05-09T15:46:26.809Z Compiling find-msvc-tools v0.1.9
5102026-05-09T15:46:26.937Z Compiling errno v0.3.14
5112026-05-09T15:46:26.949Z Compiling bytes v1.11.1
5122026-05-09T15:46:27.058Z Compiling signal-hook-registry v1.4.8
5132026-05-09T15:46:27.101Z Compiling jobserver v0.1.34
5142026-05-09T15:46:27.126Z Compiling mio v1.2.0
5152026-05-09T15:46:27.224Z Compiling syn v2.0.117
5162026-05-09T15:46:27.299Z Compiling futures-sink v0.3.32
5172026-05-09T15:46:27.408Z Compiling cc v1.2.62
5182026-05-09T15:46:27.421Z Compiling rustix v1.1.4
5192026-05-09T15:46:27.434Z Compiling socket2 v0.6.3
5202026-05-09T15:46:27.618Z Compiling slab v0.4.12
5212026-05-09T15:46:27.824Z Compiling zmij v1.0.21
5222026-05-09T15:46:27.835Z Compiling futures-channel v0.3.32
5232026-05-09T15:46:27.846Z Compiling tracing-core v0.1.36
5242026-05-09T15:46:28.120Z Compiling version_check v0.9.5
5252026-05-09T15:46:28.223Z Compiling serde_json v1.0.149
5262026-05-09T15:46:28.292Z Compiling indexmap v2.14.0
5272026-05-09T15:46:28.441Z Compiling getrandom v0.4.2
5282026-05-09T15:46:28.507Z Compiling futures-io v0.3.32
5292026-05-09T15:46:28.712Z Compiling futures-task v0.3.32
5302026-05-09T15:46:28.743Z Compiling camino v1.2.2
5312026-05-09T15:46:28.783Z Compiling unicode-width v0.2.2
5322026-05-09T15:46:28.892Z Compiling percent-encoding v2.3.2
5332026-05-09T15:46:29.097Z Compiling ring v0.17.14
5342026-05-09T15:46:29.154Z Compiling http v1.4.0
5352026-05-09T15:46:29.167Z Compiling adler2 v2.0.1
5362026-05-09T15:46:29.179Z Compiling zeroize v1.8.2
5372026-05-09T15:46:29.199Z Compiling simd-adler32 v0.3.9
5382026-05-09T15:46:29.331Z Compiling autocfg v1.5.0
5392026-05-09T15:46:29.375Z Compiling miniz_oxide v0.8.9
5402026-05-09T15:46:29.686Z Compiling num-traits v0.2.19
5412026-05-09T15:46:29.933Z Compiling zerocopy v0.8.48
5422026-05-09T15:46:30.056Z Compiling getrandom v0.3.4
5432026-05-09T15:46:30.329Z Compiling object v0.37.3
5442026-05-09T15:46:30.404Z Compiling target-lexicon v0.13.3
5452026-05-09T15:46:30.675Z Compiling http-body v1.0.1
5462026-05-09T15:46:30.707Z Compiling rustls-pki-types v1.14.1
5472026-05-09T15:46:30.818Z Compiling form_urlencoded v1.2.2
5482026-05-09T15:46:30.838Z Compiling semver v1.0.28
5492026-05-09T15:46:30.873Z Compiling serde_derive v1.0.228
5502026-05-09T15:46:30.886Z Compiling tokio-macros v2.7.0
5512026-05-09T15:46:31.070Z Compiling futures-macro v0.3.32
5522026-05-09T15:46:31.087Z Compiling tracing-attributes v0.1.31
5532026-05-09T15:46:31.433Z Compiling getrandom v0.2.17
5542026-05-09T15:46:31.497Z Compiling fnv v1.0.7
5552026-05-09T15:46:31.588Z Compiling signal-hook v0.3.18
5562026-05-09T15:46:31.604Z Compiling thiserror v2.0.18
5572026-05-09T15:46:31.625Z Compiling tokio v1.52.3
5582026-05-09T15:46:31.625Z Compiling untrusted v0.9.0
5592026-05-09T15:46:31.759Z Compiling utf8_iter v1.0.4
5602026-05-09T15:46:31.816Z Compiling gimli v0.32.3
5612026-05-09T15:46:31.893Z Compiling futures-util v0.3.32
5622026-05-09T15:46:31.921Z Compiling httparse v1.10.1
5632026-05-09T15:46:31.947Z Compiling guppy-workspace-hack v0.1.0
5642026-05-09T15:46:32.176Z Compiling idna_adapter v1.0.0
5652026-05-09T15:46:32.270Z Compiling owo-colors v4.3.0
5662026-05-09T15:46:32.302Z Compiling tracing v0.1.44
5672026-05-09T15:46:32.322Z Compiling idna v1.1.0
5682026-05-09T15:46:32.843Z Compiling thiserror-impl v2.0.18
5692026-05-09T15:46:33.960Z Compiling addr2line v0.25.1
5702026-05-09T15:46:34.300Z Compiling generic-array v0.14.7
5712026-05-09T15:46:34.393Z Compiling rustc-demangle v0.1.27
5722026-05-09T15:46:34.444Z Compiling rustls v0.23.40
5732026-05-09T15:46:34.541Z Compiling tower-service v0.3.3
5742026-05-09T15:46:34.555Z Compiling try-lock v0.2.5
5752026-05-09T15:46:34.643Z Compiling typeid v1.0.3
5762026-05-09T15:46:34.668Z Compiling pkg-config v0.3.33
5772026-05-09T15:46:34.680Z Compiling atomic-waker v1.1.2
5782026-05-09T15:46:34.812Z Compiling target-spec v3.6.0
5792026-05-09T15:46:34.935Z Compiling fastrand v2.4.1
5802026-05-09T15:46:35.099Z Compiling thiserror v1.0.69
5812026-05-09T15:46:35.111Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5822026-05-09T15:46:35.266Z Compiling tempfile v3.27.0
5832026-05-09T15:46:35.447Z Compiling want v0.3.1
5842026-05-09T15:46:35.579Z Compiling tokio-util v0.7.18
5852026-05-09T15:46:35.624Z Compiling cfg-expr v0.20.7
5862026-05-09T15:46:36.155Z Compiling h2 v0.4.14
5872026-05-09T15:46:36.574Z Compiling url v2.5.8
5882026-05-09T15:46:37.075Z Compiling backtrace v0.3.76
5892026-05-09T15:46:37.130Z Compiling thiserror-impl v1.0.69
5902026-05-09T15:46:37.143Z Compiling terminal_size v0.4.4
5912026-05-09T15:46:37.299Z Compiling aho-corasick v1.1.4
5922026-05-09T15:46:37.326Z Compiling regex-syntax v0.8.10
5932026-05-09T15:46:38.273Z Compiling rustls-webpki v0.103.13
5942026-05-09T15:46:39.044Z Compiling subtle v2.6.1
5952026-05-09T15:46:39.223Z Compiling typenum v1.20.0
5962026-05-09T15:46:39.891Z Compiling erased-serde v0.4.10
5972026-05-09T15:46:40.193Z Compiling winnow v0.7.15
5982026-05-09T15:46:41.503Z Compiling regex-automata v0.4.14
5992026-05-09T15:46:41.845Z Compiling hyper v1.9.0
6002026-05-09T15:46:42.796Z Compiling serde_spanned v0.6.9
6012026-05-09T15:46:42.962Z Compiling toml_datetime v0.6.11
6022026-05-09T15:46:43.330Z Compiling ahash v0.8.12
6032026-05-09T15:46:43.596Z Compiling sync_wrapper v1.0.2
6042026-05-09T15:46:43.714Z Compiling base64 v0.22.1
6052026-05-09T15:46:44.213Z Compiling toml_write v0.1.2
6062026-05-09T15:46:44.464Z Compiling parking_lot_core v0.9.12
6072026-05-09T15:46:44.476Z Compiling ipnet v2.12.0
6082026-05-09T15:46:44.531Z Compiling foldhash v0.1.5
6092026-05-09T15:46:44.748Z Compiling nextest-workspace-hack v0.1.0
6102026-05-09T15:46:44.751Z Compiling is_ci v1.2.0
6112026-05-09T15:46:44.923Z Compiling lazy_static v1.5.0
6122026-05-09T15:46:44.987Z Compiling unicode-linebreak v0.1.5
6132026-05-09T15:46:45.031Z Compiling crc32fast v1.5.0
6142026-05-09T15:46:45.254Z Compiling unicode-segmentation v1.13.2
6152026-05-09T15:46:45.334Z Compiling portable-atomic v1.13.1
6162026-05-09T15:46:45.475Z Compiling either v1.15.0
6172026-05-09T15:46:45.649Z Compiling tower-layer v0.3.3
6182026-05-09T15:46:45.662Z Compiling convert_case v0.10.0
6192026-05-09T15:46:45.705Z Compiling textwrap v0.16.2
6202026-05-09T15:46:45.715Z Compiling sharded-slab v0.1.7
6212026-05-09T15:46:45.841Z Compiling tower v0.5.3
6222026-05-09T15:46:45.872Z Compiling supports-color v3.0.2
6232026-05-09T15:46:45.929Z Compiling hyper-util v0.1.20
6242026-05-09T15:46:46.101Z Compiling hashbrown v0.15.5
6252026-05-09T15:46:46.302Z Compiling toml_edit v0.22.27
6262026-05-09T15:46:46.426Z Compiling tokio-rustls v0.26.4
6272026-05-09T15:46:46.763Z Compiling backtrace-ext v0.2.1
6282026-05-09T15:46:47.026Z Compiling ordered-float v2.10.1
6292026-05-09T15:46:47.106Z Compiling webpki-roots v1.0.7
6302026-05-09T15:46:47.225Z Compiling miette-derive v7.6.0
6312026-05-09T15:46:47.298Z Compiling pathdiff v0.2.3
6322026-05-09T15:46:47.302Z Compiling console v0.15.11
6332026-05-09T15:46:47.426Z Compiling tracing-log v0.2.0
6342026-05-09T15:46:47.799Z Compiling cargo-platform v0.3.3
6352026-05-09T15:46:48.355Z Compiling os_pipe v1.2.3
6362026-05-09T15:46:48.368Z Compiling thread_local v1.1.9
6372026-05-09T15:46:48.526Z Compiling winnow v1.0.2
6382026-05-09T15:46:48.559Z Compiling unicode-width v0.1.14
6392026-05-09T15:46:48.624Z Compiling pulldown-cmark v0.13.3
6402026-05-09T15:46:48.718Z Compiling debug-ignore v1.0.5
6412026-05-09T15:46:48.831Z Compiling scopeguard v1.2.0
6422026-05-09T15:46:48.857Z Compiling utf8parse v0.2.2
6432026-05-09T15:46:48.935Z Compiling ryu v1.0.23
6442026-05-09T15:46:48.980Z Compiling zstd-safe v7.2.4
6452026-05-09T15:46:49.197Z Compiling fixedbitset v0.5.7
6462026-05-09T15:46:49.226Z Compiling supports-hyperlinks v3.2.0
6472026-05-09T15:46:49.239Z Compiling rustix v0.38.44
6482026-05-09T15:46:49.450Z Compiling cfg_aliases v0.2.1
6492026-05-09T15:46:49.527Z Compiling supports-unicode v3.0.0
6502026-05-09T15:46:49.692Z Compiling miette v7.6.0
6512026-05-09T15:46:49.712Z Compiling toml_parser v1.1.2+spec-1.1.0
6522026-05-09T15:46:49.726Z Compiling nix v0.30.1
6532026-05-09T15:46:49.954Z Compiling petgraph v0.8.3
6542026-05-09T15:46:50.161Z Compiling serde_urlencoded v0.7.1
6552026-05-09T15:46:50.448Z Compiling anstyle-parse v1.0.0
6562026-05-09T15:46:50.673Z Compiling lock_api v0.4.14
6572026-05-09T15:46:50.941Z Compiling tracing-subscriber v0.3.23
6582026-05-09T15:46:51.011Z Compiling sigchld v0.2.4
6592026-05-09T15:46:51.207Z Compiling cargo_metadata v0.23.1
6602026-05-09T15:46:51.903Z Compiling toml v0.8.23
6612026-05-09T15:46:52.674Z Compiling serde-value v0.7.0
6622026-05-09T15:46:53.445Z Compiling hyper-rustls v0.27.9
6632026-05-09T15:46:53.750Z Compiling serde-untagged v0.1.9
6642026-05-09T15:46:54.137Z Compiling tower-http v0.6.10
6652026-05-09T15:46:54.372Z Compiling derive_more-impl v2.1.1
6662026-05-09T15:46:54.779Z Compiling itertools v0.14.0
6672026-05-09T15:46:55.004Z Compiling regex v1.12.3
6682026-05-09T15:46:55.215Z Compiling block-buffer v0.10.4
6692026-05-09T15:46:55.369Z Compiling crypto-common v0.1.7
6702026-05-09T15:46:55.434Z Compiling ppv-lite86 v0.2.21
6712026-05-09T15:46:55.505Z Compiling rand_core v0.9.5
6722026-05-09T15:46:55.680Z Compiling futures-executor v0.3.32
6732026-05-09T15:46:55.755Z Compiling pin-project-internal v1.1.12
6742026-05-09T15:46:55.767Z Compiling http-body-util v0.1.3
6752026-05-09T15:46:56.035Z Compiling uuid v1.23.1
6762026-05-09T15:46:56.221Z Compiling serde_spanned v1.1.1
6772026-05-09T15:46:56.245Z Compiling toml_datetime v1.1.1+spec-1.1.0
6782026-05-09T15:46:56.371Z Compiling smol_str v0.3.6
6792026-05-09T15:46:56.417Z Compiling filetime v0.2.28
6802026-05-09T15:46:56.430Z Compiling vte v0.14.1
6812026-05-09T15:46:56.583Z Compiling bstr v1.12.1
6822026-05-09T15:46:56.619Z Compiling nested v0.1.1
6832026-05-09T15:46:56.641Z Compiling anstyle-query v1.1.5
6842026-05-09T15:46:56.664Z Compiling iana-time-zone v0.1.65
6852026-05-09T15:46:56.699Z Compiling anstyle v1.0.14
6862026-05-09T15:46:56.745Z Compiling is_terminal_polyfill v1.70.2
6872026-05-09T15:46:56.814Z Compiling litrs v1.0.0
6882026-05-09T15:46:56.828Z Compiling unicode-xid v0.2.6
6892026-05-09T15:46:56.841Z Compiling xattr v1.6.1
6902026-05-09T15:46:56.964Z Compiling tinyvec_macros v0.1.1
6912026-05-09T15:46:56.964Z Compiling self_update v0.42.0
6922026-05-09T15:46:57.007Z Compiling eyre v0.6.12
6932026-05-09T15:46:57.023Z Compiling colorchoice v1.0.5
6942026-05-09T15:46:57.036Z Compiling number_prefix v0.4.0
6952026-05-09T15:46:57.187Z Compiling color-spantrace v0.3.0
6962026-05-09T15:46:57.254Z Compiling unicase v2.9.0
6972026-05-09T15:46:57.267Z Compiling static_assertions v1.1.0
6982026-05-09T15:46:57.332Z Compiling guppy v0.17.25
6992026-05-09T15:46:57.344Z Compiling document-features v0.2.12
7002026-05-09T15:46:57.446Z Compiling indicatif v0.17.11
7012026-05-09T15:46:57.531Z Compiling anstream v1.0.0
7022026-05-09T15:46:57.574Z Compiling tinyvec v1.11.0
7032026-05-09T15:46:57.910Z Compiling globset v0.4.18
7042026-05-09T15:46:57.996Z Compiling tar v0.4.45
7052026-05-09T15:46:58.042Z Compiling cargo-util-schemas v0.2.0
7062026-05-09T15:46:58.904Z Compiling pin-project v1.1.12
7072026-05-09T15:46:59.013Z Compiling chrono v0.4.44
7082026-05-09T15:47:00.355Z Compiling nextest-metadata v0.12.2
7092026-05-09T15:47:00.457Z Compiling strip-ansi-escapes v0.2.1
7102026-05-09T15:47:00.490Z Compiling toml v1.1.2+spec-1.1.0
7112026-05-09T15:47:00.561Z Compiling newtype-uuid v1.3.2
7122026-05-09T15:47:00.754Z Compiling reqwest v0.12.28
7132026-05-09T15:47:00.941Z Compiling futures v0.3.32
7142026-05-09T15:47:01.026Z Compiling rand_chacha v0.9.0
7152026-05-09T15:47:01.115Z Compiling digest v0.10.7
7162026-05-09T15:47:01.344Z Compiling derive_more v2.1.1
7172026-05-09T15:47:01.429Z Compiling flate2 v1.1.9
7182026-05-09T15:47:01.576Z Compiling parking_lot v0.12.5
7192026-05-09T15:47:01.961Z Compiling tracing-error v0.2.1
7202026-05-09T15:47:02.199Z Compiling shared_child v1.1.1
7212026-05-09T15:47:02.542Z Compiling signal-hook-mio v0.2.5
7222026-05-09T15:47:02.677Z Compiling self-replace v1.5.0
7232026-05-09T15:47:02.755Z Compiling cargo-platform v0.2.0
7242026-05-09T15:47:02.992Z Compiling quick-xml v0.38.4
7252026-05-09T15:47:03.310Z Compiling quick-xml v0.37.5
7262026-05-09T15:47:03.654Z Compiling shell-words v1.1.1
7272026-05-09T15:47:03.806Z Compiling indenter v0.3.4
7282026-05-09T15:47:03.910Z Compiling strsim v0.11.1
7292026-05-09T15:47:03.936Z Compiling recursion v0.5.4
7302026-05-09T15:47:04.074Z Compiling cpufeatures v0.2.17
7312026-05-09T15:47:04.153Z Compiling urlencoding v2.1.3
7322026-05-09T15:47:04.403Z Compiling heck v0.5.0
7332026-05-09T15:47:04.620Z Compiling clap_lex v1.1.0
7342026-05-09T15:47:04.730Z Compiling humantime v2.3.0
7352026-05-09T15:47:04.845Z Compiling clap_derive v4.6.1
7362026-05-09T15:47:04.981Z Compiling clap_builder v4.6.0
7372026-05-09T15:47:05.081Z Compiling humantime-serde v1.1.1
7382026-05-09T15:47:05.240Z Compiling sha2 v0.10.9
7392026-05-09T15:47:05.494Z Compiling nextest-filtering v0.15.0
7402026-05-09T15:47:06.653Z Compiling quick-junit v0.5.2
7412026-05-09T15:47:06.982Z Compiling atomicwrites v0.4.4
7422026-05-09T15:47:07.264Z Compiling cargo_metadata v0.20.0
7432026-05-09T15:47:09.412Z Compiling cargo-nextest v0.9.97
7442026-05-09T15:47:09.743Z Compiling crossterm v0.29.0
7452026-05-09T15:47:10.621Z Compiling duct v0.13.7
7462026-05-09T15:47:11.362Z Compiling zstd v0.13.3
7472026-05-09T15:47:11.549Z Compiling rand v0.9.4
7482026-05-09T15:47:11.660Z Compiling config v0.15.22
7492026-05-09T15:47:11.805Z Compiling async-scoped v0.9.0
7502026-05-09T15:47:12.009Z Compiling unicode-normalization v0.1.25
7512026-05-09T15:47:12.301Z Compiling target-spec-miette v0.4.6
7522026-05-09T15:47:12.334Z Compiling future-queue v0.4.0
7532026-05-09T15:47:12.392Z Compiling mukti-metadata v0.3.0
7542026-05-09T15:47:12.602Z Compiling tokio-stream v0.1.18
7552026-05-09T15:47:12.615Z Compiling camino-tempfile v1.4.1
7562026-05-09T15:47:12.713Z Compiling derive-where v1.6.1
7572026-05-09T15:47:12.885Z Compiling serde_ignored v0.1.14
7582026-05-09T15:47:12.970Z Compiling serde_path_to_error v0.1.20
7592026-05-09T15:47:13.047Z Compiling indent_write v2.2.0
7602026-05-09T15:47:13.116Z Compiling home v0.5.12
7612026-05-09T15:47:13.128Z Compiling hex v0.4.3
7622026-05-09T15:47:13.196Z Compiling xxhash-rust v0.8.15
7632026-05-09T15:47:13.282Z Compiling swrite v0.1.0
7642026-05-09T15:47:13.390Z Compiling color-eyre v0.6.5
7652026-05-09T15:47:13.422Z Compiling clap v4.6.1
7662026-05-09T15:47:13.437Z Compiling dialoguer v0.11.0
7672026-05-09T15:47:13.497Z Compiling enable-ansi-support v0.2.1
7682026-05-09T15:47:13.975Z Compiling nextest-runner v0.80.0
7692026-05-09T15:47:31.984Z Finished `release` profile [optimized] target(s) in 1m 10s
7702026-05-09T15:47:32.176Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-05-09T15:47:32.180Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-05-09T15:47:32.294Z+ pushd rdb
7732026-05-09T15:47:32.297Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7742026-05-09T15:47:32.297Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7752026-05-09T15:47:32.455Z Updating git repository `https://github.com/oxidecomputer/falcon`
7762026-05-09T15:47:33.040ZFrom https://github.com/oxidecomputer/falcon
7772026-05-09T15:47:33.040Z * [new ref] d9ae0618bac92b01623d0c3119d831d2ea8cefa2 -> refs/commit/d9ae0618bac92b01623d0c3119d831d2ea8cefa2
7782026-05-09T15:47:33.117Z Updating crates.io index
7792026-05-09T15:47:33.120Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7802026-05-09T15:47:33.884ZFrom https://github.com/oxidecomputer/dendrite
7812026-05-09T15:47:33.884Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7822026-05-09T15:47:33.945Z Updating git repository `https://github.com/oxidecomputer/ispf`
7832026-05-09T15:47:34.215ZFrom https://github.com/oxidecomputer/ispf
7842026-05-09T15:47:34.215Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7852026-05-09T15:47:34.267Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7862026-05-09T15:47:34.615ZFrom https://github.com/oxidecomputer/netadm-sys
7872026-05-09T15:47:34.615Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7882026-05-09T15:47:34.623Z Updating git repository `https://github.com/oxidecomputer/omicron`
7892026-05-09T15:47:41.484ZFrom https://github.com/oxidecomputer/omicron
7902026-05-09T15:47:41.484Z * [new ref] fa779b29af7a8656657ccca6ec531446188d916c -> refs/commit/fa779b29af7a8656657ccca6ec531446188d916c
7912026-05-09T15:47:41.892Z Updating git repository `https://github.com/oxidecomputer/opte`
7922026-05-09T15:47:42.473ZFrom https://github.com/oxidecomputer/opte
7932026-05-09T15:47:42.473Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7942026-05-09T15:47:42.629Z Updating git repository `https://github.com/illumos/smf-rs`
7952026-05-09T15:47:42.883ZFrom https://github.com/illumos/smf-rs
7962026-05-09T15:47:42.883Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7972026-05-09T15:47:42.891Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7982026-05-09T15:47:43.157ZFrom https://github.com/oxidecomputer/network-interface
7992026-05-09T15:47:43.157Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8002026-05-09T15:47:43.319Z Updating git repository `https://github.com/oxidecomputer/zone`
8012026-05-09T15:47:43.551ZFrom https://github.com/oxidecomputer/zone
8022026-05-09T15:47:43.551Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8032026-05-09T15:47:43.570Z Updating git repository `https://github.com/oxidecomputer/propolis`
8042026-05-09T15:47:44.157ZFrom https://github.com/oxidecomputer/propolis
8052026-05-09T15:47:44.157Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8062026-05-09T15:47:44.264Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8072026-05-09T15:47:44.733ZFrom https://github.com/oxidecomputer/transceiver-control
8082026-05-09T15:47:44.733Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8092026-05-09T15:47:44.752Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8102026-05-09T15:47:45.031ZFrom https://github.com/oxidecomputer/dlpi-sys
8112026-05-09T15:47:45.031Z * [new ref] 0805292e45f48300a51c635d79ea10f332f85d0d -> refs/commit/0805292e45f48300a51c635d79ea10f332f85d0d
8122026-05-09T15:47:45.037Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8132026-05-09T15:47:45.308ZFrom https://github.com/jmesmon/rust-libzfs
8142026-05-09T15:47:45.308Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8152026-05-09T15:47:45.316Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8162026-05-09T15:47:45.540ZFrom https://github.com/oxidecomputer/rusty-doors
8172026-05-09T15:47:45.540Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8182026-05-09T15:47:45.577Z Updating git repository `https://github.com/oxidecomputer/lldp`
8192026-05-09T15:47:45.868ZFrom https://github.com/oxidecomputer/lldp
8202026-05-09T15:47:45.868Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8212026-05-09T15:47:45.938Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8222026-05-09T15:47:46.191ZFrom https://github.com/oxidecomputer/slog-error-chain
8232026-05-09T15:47:46.191Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8242026-05-09T15:47:46.209Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8252026-05-09T15:47:46.492ZFrom https://github.com/oxidecomputer/tufaceous
8262026-05-09T15:47:46.492Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8272026-05-09T15:47:46.561Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8282026-05-09T15:47:46.993ZFrom https://github.com/oxidecomputer/management-gateway-service
8292026-05-09T15:47:46.993Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8302026-05-09T15:47:47.018Z Updating git repository `https://github.com/oxidecomputer/crucible`
8312026-05-09T15:47:48.191ZFrom https://github.com/oxidecomputer/crucible
8322026-05-09T15:47:48.191Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8332026-05-09T15:47:48.332Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8342026-05-09T15:47:48.575ZFrom https://github.com/oxidecomputer/serde_human_bytes
8352026-05-09T15:47:48.575Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8362026-05-09T15:47:48.876Z Updating git repository `https://github.com/oxidecomputer/propolis`
8372026-05-09T15:47:49.197ZFrom https://github.com/oxidecomputer/propolis
8382026-05-09T15:47:49.197Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8392026-05-09T15:47:49.315Z Updating git repository `https://github.com/oxidecomputer/tofino`
8402026-05-09T15:47:49.619ZFrom https://github.com/oxidecomputer/tofino
8412026-05-09T15:47:49.619Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8422026-05-09T15:47:49.642Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8432026-05-09T15:47:50.254ZFrom https://github.com/oxidecomputer/maghemite
8442026-05-09T15:47:50.254Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8452026-05-09T15:47:50.310Z Updating git repository `https://github.com/oxidecomputer/clickward`
8462026-05-09T15:47:50.559ZFrom https://github.com/oxidecomputer/clickward
8472026-05-09T15:47:50.559Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8482026-05-09T15:47:50.645Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-05-09T15:47:51.209ZFrom https://github.com/oxidecomputer/crucible
8502026-05-09T15:47:51.209Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8512026-05-09T15:47:51.332Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-05-09T15:47:51.724ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-05-09T15:47:51.724Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-05-09T15:47:52.337Z Downloading crates ...
8552026-05-09T15:47:52.447Z Downloaded allocator-api2 v0.2.21
8562026-05-09T15:47:52.450Z Downloaded bytecount v0.6.9
8572026-05-09T15:47:52.453Z Downloaded arrayref v0.3.9
8582026-05-09T15:47:52.456Z Downloaded chacha20 v0.9.1
8592026-05-09T15:47:52.456Z Downloaded gethostname v0.5.0
8602026-05-09T15:47:52.459Z Downloaded git-stub v1.0.0
8612026-05-09T15:47:52.459Z Downloaded base16ct v0.2.0
8622026-05-09T15:47:52.462Z Downloaded async-recursion v1.1.1
8632026-05-09T15:47:52.465Z Downloaded ff v0.13.1
8642026-05-09T15:47:52.465Z Downloaded arrayvec v0.7.6
8652026-05-09T15:47:52.468Z Downloaded chacha20 v0.10.0
8662026-05-09T15:47:52.471Z Downloaded cancel-safe-futures v0.1.5
8672026-05-09T15:47:52.475Z Downloaded diff v0.1.13
8682026-05-09T15:47:52.478Z Downloaded aead v0.5.2
8692026-05-09T15:47:52.483Z Downloaded byte-wrapper v0.1.0
8702026-05-09T15:47:52.485Z Downloaded byteorder v1.5.0
8712026-05-09T15:47:52.485Z Downloaded defmt-parser v1.0.0
8722026-05-09T15:47:52.488Z Downloaded memmap v0.7.0
8732026-05-09T15:47:52.491Z Downloaded base16ct v1.0.0
8742026-05-09T15:47:52.491Z Downloaded lru-cache v0.1.2
8752026-05-09T15:47:52.494Z Downloaded bit-set v0.8.0
8762026-05-09T15:47:52.494Z Downloaded bitflags v1.3.2
8772026-05-09T15:47:52.497Z Downloaded match_cfg v0.1.0
8782026-05-09T15:47:52.500Z Downloaded hash32 v0.3.1
8792026-05-09T15:47:52.500Z Downloaded idna_adapter v1.2.2
8802026-05-09T15:47:52.503Z Downloaded highway v1.3.0
8812026-05-09T15:47:52.503Z Downloaded num-integer v0.1.46
8822026-05-09T15:47:52.506Z Downloaded daft v0.1.5
8832026-05-09T15:47:52.509Z Downloaded enum-as-inner v0.6.1
8842026-05-09T15:47:52.509Z Downloaded chacha20poly1305 v0.10.1
8852026-05-09T15:47:52.512Z Downloaded indexmap v1.9.3
8862026-05-09T15:47:52.515Z Downloaded dunce v1.0.5
8872026-05-09T15:47:52.515Z Downloaded dof v0.3.0
8882026-05-09T15:47:52.519Z Downloaded memoffset v0.9.1
8892026-05-09T15:47:52.522Z Downloaded heck v0.4.1
8902026-05-09T15:47:52.522Z Downloaded darling_macro v0.21.3
8912026-05-09T15:47:52.522Z Downloaded crc8 v0.1.1
8922026-05-09T15:47:52.522Z Downloaded async-stream v0.3.6
8932026-05-09T15:47:52.525Z Downloaded inout v0.1.4
8942026-05-09T15:47:52.528Z Downloaded hostname v0.3.1
8952026-05-09T15:47:52.528Z Downloaded compression-core v0.4.32
8962026-05-09T15:47:52.531Z Downloaded defmt v0.3.100
8972026-05-09T15:47:52.531Z Downloaded foreign-types-shared v0.3.1
8982026-05-09T15:47:52.534Z Downloaded crunchy v0.2.4
8992026-05-09T15:47:52.534Z Downloaded num_enum_derive v0.5.11
9002026-05-09T15:47:52.534Z Downloaded cstr-argument v0.1.2
9012026-05-09T15:47:52.537Z Downloaded httpdate v1.0.3
9022026-05-09T15:47:52.537Z Downloaded cobs v0.3.0
9032026-05-09T15:47:52.542Z Downloaded instant v0.1.13
9042026-05-09T15:47:52.542Z Downloaded hubpack v0.1.2
9052026-05-09T15:47:52.545Z Downloaded num_threads v0.1.7
9062026-05-09T15:47:52.545Z Downloaded linked-hash-map v0.5.6
9072026-05-09T15:47:52.545Z Downloaded konst_macro_rules v0.2.19
9082026-05-09T15:47:52.548Z Downloaded is-terminal v0.4.17
9092026-05-09T15:47:52.548Z Downloaded hostname v0.4.2
9102026-05-09T15:47:52.550Z Downloaded const-random-macro v0.1.16
9112026-05-09T15:47:52.550Z Downloaded const-random v0.1.18
9122026-05-09T15:47:52.553Z Downloaded async-stream-impl v0.3.6
9132026-05-09T15:47:52.553Z Downloaded num-complex v0.4.6
9142026-05-09T15:47:52.553Z Downloaded multer v3.1.0
9152026-05-09T15:47:52.556Z Downloaded darling_macro v0.23.0
9162026-05-09T15:47:52.559Z Downloaded dtrace-parser v0.3.0
9172026-05-09T15:47:52.559Z Downloaded foreign-types v0.5.0
9182026-05-09T15:47:52.562Z Downloaded convert_case v0.4.0
9192026-05-09T15:47:52.562Z Downloaded icu_normalizer_data v2.2.0
9202026-05-09T15:47:52.564Z Downloaded dof v0.4.0
9212026-05-09T15:47:52.565Z Downloaded blake2 v0.10.6
9222026-05-09T15:47:52.567Z Downloaded fixedbitset v0.4.2
9232026-05-09T15:47:52.570Z Downloaded newline-converter v0.3.0
9242026-05-09T15:47:52.570Z Downloaded foreign-types-macros v0.2.3
9252026-05-09T15:47:52.574Z Downloaded natord v1.0.9
9262026-05-09T15:47:52.574Z Downloaded cpufeatures v0.3.0
9272026-05-09T15:47:52.574Z Downloaded embedded-io v0.4.0
9282026-05-09T15:47:52.576Z Downloaded keccak v0.1.6
9292026-05-09T15:47:52.576Z Downloaded no-std-compat v0.4.1
9302026-05-09T15:47:52.579Z Downloaded num-conv v0.2.1
9312026-05-09T15:47:52.579Z Downloaded ident_case v1.0.1
9322026-05-09T15:47:52.579Z Downloaded fxhash v0.2.1
9332026-05-09T15:47:52.582Z Downloaded num v0.4.3
9342026-05-09T15:47:52.583Z Downloaded libscf-sys v1.2.0
9352026-05-09T15:47:52.585Z Downloaded newtype_derive v0.1.6
9362026-05-09T15:47:52.585Z Downloaded omicron-workspace-hack v0.1.0
9372026-05-09T15:47:52.588Z Downloaded opaque-debug v0.3.1
9382026-05-09T15:47:52.588Z Downloaded dyn-clone v1.0.20
9392026-05-09T15:47:52.588Z Downloaded olpc-cjson v0.1.4
9402026-05-09T15:47:52.591Z Downloaded hubpack_derive v0.1.1
9412026-05-09T15:47:52.591Z Downloaded managed v0.8.0
9422026-05-09T15:47:52.594Z Downloaded parse-display v0.10.0
9432026-05-09T15:47:52.594Z Downloaded num-iter v0.1.45
9442026-05-09T15:47:52.594Z Downloaded internet-checksum v0.2.1
9452026-05-09T15:47:52.597Z Downloaded newtype-uuid-macros v0.1.0
9462026-05-09T15:47:52.597Z Downloaded num-rational v0.4.2
9472026-05-09T15:47:52.600Z Downloaded mime v0.3.17
9482026-05-09T15:47:52.600Z Downloaded libsw v3.5.0
9492026-05-09T15:47:52.605Z Downloaded num-derive v0.4.2
9502026-05-09T15:47:52.605Z Downloaded ingot-types v0.1.2
9512026-05-09T15:47:52.610Z Downloaded macaddr v1.0.1
9522026-05-09T15:47:52.610Z Downloaded powerfmt v0.2.0
9532026-05-09T15:47:52.610Z Downloaded proc-macro-error-attr2 v2.0.0
9542026-05-09T15:47:52.610Z Downloaded proc-macro-crate v3.5.0
9552026-05-09T15:47:52.613Z Downloaded proc-macro-error-attr v1.0.4
9562026-05-09T15:47:52.613Z Downloaded proc-macro-crate v1.3.1
9572026-05-09T15:47:52.613Z Downloaded critical-section v1.2.0
9582026-05-09T15:47:52.613Z Downloaded derive-ex v0.1.8
9592026-05-09T15:47:52.616Z Downloaded csv-core v0.1.13
9602026-05-09T15:47:52.616Z Downloaded async-trait v0.1.89
9612026-05-09T15:47:52.618Z Downloaded daft-derive v0.1.5
9622026-05-09T15:47:52.621Z Downloaded progenitor-client v0.11.2
9632026-05-09T15:47:52.624Z Downloaded embedded-io v0.6.1
9642026-05-09T15:47:52.624Z Downloaded progenitor-client v0.10.0
9652026-05-09T15:47:52.628Z Downloaded progenitor-client v0.14.0
9662026-05-09T15:47:52.628Z Downloaded dropshot-api-manager-types v0.7.1
9672026-05-09T15:47:52.630Z Downloaded defmt v1.0.1
9682026-05-09T15:47:52.630Z Downloaded deranged v0.5.8
9692026-05-09T15:47:52.633Z Downloaded progenitor-macro v0.14.0
9702026-05-09T15:47:52.633Z Downloaded rand_chacha v0.3.1
9712026-05-09T15:47:52.636Z Downloaded float-ord v0.3.2
9722026-05-09T15:47:52.636Z Downloaded filetime v0.2.27
9732026-05-09T15:47:52.639Z Downloaded compression-codecs v0.4.38
9742026-05-09T15:47:52.642Z Downloaded libsw-core v0.3.2
9752026-05-09T15:47:52.642Z Downloaded cmake v0.1.58
9762026-05-09T15:47:52.645Z Downloaded fs_extra v1.3.0
9772026-05-09T15:47:52.645Z Downloaded oxide-tokio-rt v0.1.5
9782026-05-09T15:47:52.648Z Downloaded ipnetwork v0.21.1
9792026-05-09T15:47:52.648Z Downloaded fs-err v3.3.0
9802026-05-09T15:47:52.652Z Downloaded ingot v0.1.1
9812026-05-09T15:47:52.652Z Downloaded rand_xorshift v0.4.0
9822026-05-09T15:47:52.655Z Downloaded cipher v0.4.4
9832026-05-09T15:47:52.655Z Downloaded ref-cast-impl v1.0.25
9842026-05-09T15:47:52.655Z Downloaded progenitor-macro v0.11.2
9852026-05-09T15:47:52.658Z Downloaded num_enum v0.5.11
9862026-05-09T15:47:52.658Z Downloaded progenitor-macro v0.10.0
9872026-05-09T15:47:52.661Z Downloaded ref-cast v1.0.25
9882026-05-09T15:47:52.661Z Downloaded memmap2 v0.9.10
9892026-05-09T15:47:52.664Z Downloaded linear-map v1.2.0
9902026-05-09T15:47:52.664Z Downloaded base64 v0.21.7
9912026-05-09T15:47:52.667Z Downloaded num_enum_derive v0.7.6
9922026-05-09T15:47:52.667Z Downloaded password-hash v0.5.0
9932026-05-09T15:47:52.670Z Downloaded paste v1.0.15
9942026-05-09T15:47:52.670Z Downloaded pem v3.0.6
9952026-05-09T15:47:52.673Z Downloaded parse-display-derive v0.10.0
9962026-05-09T15:47:52.673Z Downloaded poly1305 v0.8.0
9972026-05-09T15:47:52.676Z Downloaded proc-macro-error v1.0.4
9982026-05-09T15:47:52.678Z Downloaded phf v0.12.1
9992026-05-09T15:47:52.678Z Downloaded proc-macro-error2 v2.0.1
10002026-05-09T15:47:52.681Z Downloaded parking_lot_core v0.8.6
10012026-05-09T15:47:52.681Z Downloaded icu_properties v2.2.0
10022026-05-09T15:47:52.684Z Downloaded rustc_version v0.1.7
10032026-05-09T15:47:52.684Z Downloaded progenitor-extras v0.2.0
10042026-05-09T15:47:52.684Z Downloaded darling v0.21.3
10052026-05-09T15:47:52.687Z Downloaded same-file v1.0.6
10062026-05-09T15:47:52.690Z Downloaded argon2 v0.5.3
10072026-05-09T15:47:52.690Z Downloaded quick-error v1.2.3
10082026-05-09T15:47:52.693Z Downloaded semver v0.1.20
10092026-05-09T15:47:52.693Z Downloaded ingot-macros v0.1.1
10102026-05-09T15:47:52.693Z Downloaded serde_plain v1.0.2
10112026-05-09T15:47:52.696Z Downloaded litemap v0.8.2
10122026-05-09T15:47:52.696Z Downloaded progenitor-client v0.13.0
10132026-05-09T15:47:52.698Z Downloaded crossbeam-utils v0.8.21
10142026-05-09T15:47:52.698Z Downloaded cookie v0.18.1
10152026-05-09T15:47:52.701Z Downloaded glob v0.3.3
10162026-05-09T15:47:52.701Z Downloaded num_enum v0.7.6
10172026-05-09T15:47:52.704Z Downloaded scroll_derive v0.13.1
10182026-05-09T15:47:52.707Z Downloaded serial_test_derive v3.4.0
10192026-05-09T15:47:52.707Z Downloaded serde-big-array v0.5.1
10202026-05-09T15:47:52.707Z Downloaded serde_repr v0.1.20
10212026-05-09T15:47:52.710Z Downloaded secrecy v0.10.3
10222026-05-09T15:47:52.710Z Downloaded scroll_derive v0.12.1
10232026-05-09T15:47:52.710Z Downloaded backon v1.6.0
10242026-05-09T15:47:52.713Z Downloaded rand_core v0.10.1
10252026-05-09T15:47:52.713Z Downloaded displaydoc v0.2.5
10262026-05-09T15:47:52.716Z Downloaded darling v0.23.0
10272026-05-09T15:47:52.719Z Downloaded progenitor v0.13.0
10282026-05-09T15:47:52.721Z Downloaded progenitor v0.11.2
10292026-05-09T15:47:52.724Z Downloaded data-encoding v2.11.0
10302026-05-09T15:47:52.724Z Downloaded colored v3.1.1
10312026-05-09T15:47:52.727Z Downloaded sigpipe v0.1.3
10322026-05-09T15:47:52.727Z Downloaded serial_test v3.4.0
10332026-05-09T15:47:52.727Z Downloaded siphasher v1.0.3
10342026-05-09T15:47:52.730Z Downloaded pest_derive v2.8.6
10352026-05-09T15:47:52.730Z Downloaded cargo_toml v0.22.3
10362026-05-09T15:47:52.733Z Downloaded progenitor-macro v0.13.0
10372026-05-09T15:47:52.733Z Downloaded erased-serde v0.3.31
10382026-05-09T15:47:52.733Z Downloaded slog-envlogger v2.2.0
10392026-05-09T15:47:52.736Z Downloaded crossbeam-deque v0.8.6
10402026-05-09T15:47:52.736Z Downloaded backoff v0.4.0
10412026-05-09T15:47:52.739Z Downloaded slog-bunyan v2.5.0
10422026-05-09T15:47:52.739Z Downloaded strum v0.26.3
10432026-05-09T15:47:52.739Z Downloaded structmeta-derive v0.3.0
10442026-05-09T15:47:52.739Z Downloaded plain v0.2.3
10452026-05-09T15:47:52.742Z Downloaded pretty-hex v0.4.2
10462026-05-09T15:47:52.742Z Downloaded stable_deref_trait v1.2.1
10472026-05-09T15:47:52.742Z Downloaded spin v0.5.2
10482026-05-09T15:47:52.745Z Downloaded pest_generator v2.8.6
10492026-05-09T15:47:52.745Z Downloaded structmeta v0.3.0
10502026-05-09T15:47:52.745Z Downloaded rustls-native-certs v0.8.3
10512026-05-09T15:47:52.747Z Downloaded tagptr v0.2.0
10522026-05-09T15:47:52.747Z Downloaded strum v0.27.2
10532026-05-09T15:47:52.747Z Downloaded smawk v0.3.2
10542026-05-09T15:47:52.750Z Downloaded potential_utf v0.1.5
10552026-05-09T15:47:52.750Z Downloaded phf_shared v0.12.1
10562026-05-09T15:47:52.750Z Downloaded constant_time_eq v0.4.2
10572026-05-09T15:47:52.753Z Downloaded omicron-zone-package v0.12.2
10582026-05-09T15:47:52.753Z Downloaded bcs v0.1.6
10592026-05-09T15:47:52.756Z Downloaded take_mut v0.2.2
10602026-05-09T15:47:52.756Z Downloaded tabwriter v1.4.1
10612026-05-09T15:47:52.756Z Downloaded parking_lot v0.11.2
10622026-05-09T15:47:52.759Z Downloaded const_format_proc_macros v0.2.34
10632026-05-09T15:47:52.759Z Downloaded postcard v1.1.3
10642026-05-09T15:47:52.762Z Downloaded crucible-workspace-hack v0.1.0
10652026-05-09T15:47:52.762Z Downloaded ciborium-io v0.2.2
10662026-05-09T15:47:52.762Z Downloaded sdd v3.0.10
10672026-05-09T15:47:52.765Z Downloaded scroll v0.13.0
10682026-05-09T15:47:52.765Z Downloaded serde_tokenstream v0.2.3
10692026-05-09T15:47:52.765Z Downloaded serde_derive_internals v0.29.1
10702026-05-09T15:47:52.768Z Downloaded rustversion v1.0.22
10712026-05-09T15:47:52.768Z Downloaded schemars_derive v0.8.22
10722026-05-09T15:47:52.771Z Downloaded resolv-conf v0.7.6
10732026-05-09T15:47:52.771Z Downloaded rustls-pemfile v2.2.0
10742026-05-09T15:47:52.771Z Downloaded dtrace-parser v0.2.0
10752026-05-09T15:47:52.774Z Downloaded time-core v0.1.8
10762026-05-09T15:47:52.774Z Downloaded thread-id v5.1.0
10772026-05-09T15:47:52.774Z Downloaded testing_table v0.3.0
10782026-05-09T15:47:52.774Z Downloaded sha1 v0.10.6
10792026-05-09T15:47:52.777Z Downloaded drift v0.1.4
10802026-05-09T15:47:52.780Z Downloaded dropshot_endpoint v0.17.0
10812026-05-09T15:47:52.783Z Downloaded derive_more v0.99.20
10822026-05-09T15:47:52.786Z Downloaded papergrid v0.17.0
10832026-05-09T15:47:52.789Z Downloaded progenitor v0.10.0
10842026-05-09T15:47:52.789Z Downloaded indicatif v0.18.4
10852026-05-09T15:47:52.792Z Downloaded crossbeam-epoch v0.9.18
10862026-05-09T15:47:52.792Z Downloaded anyhow v1.0.102
10872026-05-09T15:47:52.795Z Downloaded console v0.16.3
10882026-05-09T15:47:52.798Z Downloaded topological-sort v0.2.2
10892026-05-09T15:47:52.798Z Downloaded thiserror-impl-no-std v2.0.2
10902026-05-09T15:47:52.798Z Downloaded termtree v0.5.1
10912026-05-09T15:47:52.801Z Downloaded tabled_derive v0.7.0
10922026-05-09T15:47:52.801Z Downloaded scroll v0.12.0
10932026-05-09T15:47:52.801Z Downloaded group v0.13.0
10942026-05-09T15:47:52.801Z Downloaded konst v0.2.20
10952026-05-09T15:47:52.804Z Downloaded git-stub-vcs v0.1.0
10962026-05-09T15:47:52.806Z Downloaded foldhash v0.2.0
10972026-05-09T15:47:52.806Z Downloaded defmt-macros v1.0.1
10982026-05-09T15:47:52.809Z Downloaded slog-async v2.8.0
10992026-05-09T15:47:52.810Z Downloaded rhai_codegen v3.1.0
11002026-05-09T15:47:52.824Z Downloaded unit-prefix v0.5.2
11012026-05-09T15:47:52.824Z Downloaded typify-macro v0.6.2
11022026-05-09T15:47:52.824Z Downloaded slog-term v2.9.2
11032026-05-09T15:47:52.824Z Downloaded progenitor-impl v0.11.2
11042026-05-09T15:47:52.824Z Downloaded smartstring v1.0.1
11052026-05-09T15:47:52.824Z Downloaded progenitor-impl v0.14.0
11062026-05-09T15:47:52.824Z Downloaded slog-stdlog v4.1.1
11072026-05-09T15:47:52.824Z Downloaded snafu-derive v0.8.9
11082026-05-09T15:47:52.824Z Downloaded strum_macros v0.27.2
11092026-05-09T15:47:52.824Z Downloaded universal-hash v0.5.1
11102026-05-09T15:47:52.824Z Downloaded unarray v0.1.4
11112026-05-09T15:47:52.827Z Downloaded typify-macro v0.4.3
11122026-05-09T15:47:52.827Z Downloaded usdt v0.6.0
11132026-05-09T15:47:52.827Z Downloaded tabled_derive v0.11.0
11142026-05-09T15:47:52.827Z Downloaded synstructure v0.13.2
11152026-05-09T15:47:52.827Z Downloaded waitgroup v0.1.2
11162026-05-09T15:47:52.827Z Downloaded usdt v0.5.0
11172026-05-09T15:47:52.832Z Downloaded wait-timeout v0.2.1
11182026-05-09T15:47:52.832Z Downloaded usdt-attr-macro v0.5.0
11192026-05-09T15:47:52.832Z Downloaded untrusted v0.7.1
11202026-05-09T15:47:52.832Z Downloaded smf v0.2.3
11212026-05-09T15:47:52.832Z Downloaded utf-8 v0.7.6
11222026-05-09T15:47:52.836Z Downloaded usdt-macro v0.6.0
11232026-05-09T15:47:52.836Z Downloaded usdt-attr-macro v0.6.0
11242026-05-09T15:47:52.836Z Downloaded oxnet v0.1.5
11252026-05-09T15:47:52.836Z Downloaded rusty-fork v0.3.1
11262026-05-09T15:47:52.836Z Downloaded slog-scope v4.4.1
11272026-05-09T15:47:52.836Z Downloaded papergrid v0.11.0
11282026-05-09T15:47:52.839Z Downloaded slog-json v2.6.1
11292026-05-09T15:47:52.839Z Downloaded slog-dtrace v0.3.0
11302026-05-09T15:47:52.839Z Downloaded ciborium v0.2.2
11312026-05-09T15:47:52.842Z Downloaded bit-vec v0.8.0
11322026-05-09T15:47:52.842Z Downloaded icu_provider v2.2.0
11332026-05-09T15:47:52.845Z Downloaded progenitor v0.14.0
11342026-05-09T15:47:52.845Z Downloaded hmac v0.12.1
11352026-05-09T15:47:52.848Z Downloaded thread-id v4.2.2
11362026-05-09T15:47:52.848Z Downloaded ciborium-ll v0.2.2
11372026-05-09T15:47:52.848Z Downloaded thiserror-no-std v2.0.2
11382026-05-09T15:47:52.851Z Downloaded usdt-macro v0.5.0
11392026-05-09T15:47:52.851Z Downloaded tiny-keccak v2.0.2
11402026-05-09T15:47:52.855Z Downloaded time-macros v0.2.27
11412026-05-09T15:47:52.855Z Downloaded zeroize_derive v1.4.3
11422026-05-09T15:47:52.855Z Downloaded darling_core v0.21.3
11432026-05-09T15:47:52.858Z Downloaded const_format v0.2.36
11442026-05-09T15:47:52.861Z Downloaded tokio-dtrace v0.1.1
11452026-05-09T15:47:52.861Z Downloaded icu_normalizer v2.2.0
11462026-05-09T15:47:52.865Z Downloaded icu_collections v2.2.0
11472026-05-09T15:47:52.868Z Downloaded zone_cfg_derive v0.3.1
11482026-05-09T15:47:52.868Z Downloaded zerofrom-derive v0.1.7
11492026-05-09T15:47:52.868Z Downloaded zerofrom v0.1.7
11502026-05-09T15:47:52.868Z Downloaded tokio-rustls v0.25.0
11512026-05-09T15:47:52.871Z Downloaded yoke-derive v0.8.2
11522026-05-09T15:47:52.871Z Downloaded zone v0.3.1
11532026-05-09T15:47:52.871Z Downloaded tokio-tungstenite v0.21.0
11542026-05-09T15:47:52.873Z Downloaded tinystr v0.8.3
11552026-05-09T15:47:52.874Z Downloaded crossbeam-channel v0.5.15
11562026-05-09T15:47:52.876Z Downloaded jiff-static v0.2.24
11572026-05-09T15:47:52.876Z Downloaded serde_with_macros v3.19.0
11582026-05-09T15:47:52.879Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-05-09T15:47:52.879Z Downloaded elliptic-curve v0.13.8
11602026-05-09T15:47:52.883Z Downloaded rustls-platform-verifier v0.7.0
11612026-05-09T15:47:52.886Z Downloaded strum_macros v0.26.4
11622026-05-09T15:47:52.891Z Downloaded progenitor-impl v0.13.0
11632026-05-09T15:47:52.891Z Downloaded progenitor-impl v0.10.0
11642026-05-09T15:47:52.893Z Downloaded usdt-impl v0.5.0
11652026-05-09T15:47:52.893Z Downloaded icu_locale_core v2.2.0
11662026-05-09T15:47:52.896Z Downloaded term v1.2.1
11672026-05-09T15:47:52.899Z Downloaded heapless v0.8.0
11682026-05-09T15:47:52.903Z Downloaded hickory-resolver v0.25.2
11692026-05-09T15:47:52.903Z Downloaded pest_meta v2.8.6
11702026-05-09T15:47:52.906Z Downloaded half v2.7.1
11712026-05-09T15:47:52.906Z Downloaded writeable v0.6.3
11722026-05-09T15:47:52.909Z Downloaded whoami v1.6.1
11732026-05-09T15:47:52.909Z Downloaded thin-vec v0.2.18
11742026-05-09T15:47:52.909Z Downloaded hickory-resolver v0.24.4
11752026-05-09T15:47:52.913Z Downloaded vsss-rs v3.3.4
11762026-05-09T15:47:52.919Z Downloaded darling_core v0.23.0
11772026-05-09T15:47:52.922Z Downloaded prettyplease v0.2.37
11782026-05-09T15:47:52.925Z Downloaded crypto-bigint v0.5.5
11792026-05-09T15:47:52.928Z Downloaded zerovec-derive v0.11.3
11802026-05-09T15:47:52.931Z Downloaded arc-swap v1.9.1
11812026-05-09T15:47:52.934Z Downloaded pretty_assertions v1.4.1
11822026-05-09T15:47:52.936Z Downloaded schemars v0.8.22
11832026-05-09T15:47:52.940Z Downloaded usdt-impl v0.6.0
11842026-05-09T15:47:52.943Z Downloaded hashbrown v0.12.3
11852026-05-09T15:47:52.951Z Downloaded rayon-core v1.13.0
11862026-05-09T15:47:52.955Z Downloaded yoke v0.8.2
11872026-05-09T15:47:52.955Z Downloaded walkdir v2.5.0
11882026-05-09T15:47:52.955Z Downloaded nom v7.1.3
11892026-05-09T15:47:52.959Z Downloaded zerocopy-derive v0.7.35
11902026-05-09T15:47:52.962Z Downloaded similar v2.7.0
11912026-05-09T15:47:52.965Z Downloaded minimal-lexical v0.2.1
11922026-05-09T15:47:52.968Z Downloaded goblin v0.8.2
11932026-05-09T15:47:52.971Z Downloaded snafu v0.8.9
11942026-05-09T15:47:52.973Z Downloaded ucd-trie v0.1.7
11952026-05-09T15:47:52.976Z Downloaded toml v0.9.12+spec-1.1.0
11962026-05-09T15:47:52.976Z Downloaded toml v0.7.8
11972026-05-09T15:47:52.979Z Downloaded typify v0.4.3
11982026-05-09T15:47:52.982Z Downloaded qorb v0.4.1
11992026-05-09T15:47:52.985Z Downloaded tungstenite v0.21.0
12002026-05-09T15:47:52.987Z Downloaded expectorate v1.2.0
12012026-05-09T15:47:52.987Z Downloaded unsafe-libyaml v0.2.11
12022026-05-09T15:47:52.993Z Downloaded xz2 v0.1.7
12032026-05-09T15:47:52.993Z Downloaded test-strategy v0.4.5
12042026-05-09T15:47:52.997Z Downloaded spin v0.9.8
12052026-05-09T15:47:52.997Z Downloaded slog v2.8.2
12062026-05-09T15:47:52.997Z Downloaded rand v0.8.6
12072026-05-09T15:47:53.000Z Downloaded schemars v0.9.0
12082026-05-09T15:47:53.003Z Downloaded schemars v1.2.1
12092026-05-09T15:47:53.011Z Downloaded serde_yaml v0.9.34+deprecated
12102026-05-09T15:47:53.014Z Downloaded typify v0.6.2
12112026-05-09T15:47:53.018Z Downloaded pest v2.8.6
12122026-05-09T15:47:53.021Z Downloaded steno v0.4.1
12132026-05-09T15:47:53.021Z Downloaded hashbrown v0.17.0
12142026-05-09T15:47:53.024Z Downloaded iddqd v0.3.18
12152026-05-09T15:47:53.028Z Downloaded nom v8.0.0
12162026-05-09T15:47:53.031Z Downloaded libm v0.2.16
12172026-05-09T15:47:53.036Z Downloaded zerotrie v0.2.4
12182026-05-09T15:47:53.039Z Downloaded toml_edit v0.25.11+spec-1.1.0
12192026-05-09T15:47:53.042Z Downloaded itertools v0.12.1
12202026-05-09T15:47:53.044Z Downloaded async-compression v0.4.42
12212026-05-09T15:47:53.048Z Downloaded rand v0.10.1
12222026-05-09T15:47:53.051Z Downloaded icu_properties_data v2.2.0
12232026-05-09T15:47:53.056Z Downloaded yansi v1.0.1
12242026-05-09T15:47:53.059Z Downloaded hkdf v0.12.4
12252026-05-09T15:47:53.059Z Downloaded hashbrown v0.16.1
12262026-05-09T15:47:53.061Z Downloaded dropshot-api-manager v0.7.1
12272026-05-09T15:47:53.064Z Downloaded zerocopy-derive v0.8.48
12282026-05-09T15:47:53.078Z Downloaded toml_edit v0.19.15
12292026-05-09T15:47:53.096Z Downloaded typed-path v0.9.3
12302026-05-09T15:47:53.099Z Downloaded scc v2.4.0
12312026-05-09T15:47:53.124Z Downloaded zerocopy v0.7.35
12322026-05-09T15:47:53.132Z Downloaded zerovec v0.11.6
12332026-05-09T15:47:53.135Z Downloaded tough v0.20.0
12342026-05-09T15:47:53.140Z Downloaded reqwest v0.13.3
12352026-05-09T15:47:53.143Z Downloaded rayon v1.12.0
12362026-05-09T15:47:53.148Z Downloaded tabled v0.15.0
12372026-05-09T15:47:53.157Z Downloaded tabled v0.20.0
12382026-05-09T15:47:53.168Z Downloaded winnow v0.5.40
12392026-05-09T15:47:53.173Z Downloaded time v0.3.47
12402026-05-09T15:47:53.180Z Downloaded serde_with v3.19.0
12412026-05-09T15:47:53.186Z Downloaded proptest v1.11.0
12422026-05-09T15:47:53.192Z Downloaded aws-lc-rs v1.16.3
12432026-05-09T15:47:53.198Z Downloaded nix v0.31.2
12442026-05-09T15:47:53.204Z Downloaded moka v0.12.15
12452026-05-09T15:47:53.208Z Downloaded goblin v0.10.5
12462026-05-09T15:47:53.212Z Downloaded rustls-webpki v0.102.8
12472026-05-09T15:47:53.222Z Downloaded blake3 v1.8.5
12482026-05-09T15:47:53.226Z Downloaded hickory-proto v0.24.4
12492026-05-09T15:47:53.234Z Downloaded syn v1.0.109
12502026-05-09T15:47:53.241Z Downloaded openapiv3 v2.2.0
12512026-05-09T15:47:53.246Z Downloaded hickory-proto v0.25.2
12522026-05-09T15:47:53.254Z Downloaded smoltcp v0.11.0
12532026-05-09T15:47:53.260Z Downloaded regress v0.11.1
12542026-05-09T15:47:53.264Z Downloaded regress v0.10.5
12552026-05-09T15:47:53.270Z Downloaded typify-impl v0.6.2
12562026-05-09T15:47:53.276Z Downloaded rhai v1.24.0
12572026-05-09T15:47:53.285Z Downloaded rustls v0.22.4
12582026-05-09T15:47:53.294Z Downloaded dropshot v0.17.0
12592026-05-09T15:47:53.312Z Downloaded jiff v0.2.24
12602026-05-09T15:47:53.322Z Downloaded lzma-sys v0.1.20
12612026-05-09T15:47:53.341Z Downloaded sha3 v0.10.9
12622026-05-09T15:47:53.367Z Downloaded sled v0.34.7
12632026-05-09T15:47:53.379Z Downloaded typify-impl v0.4.3
12642026-05-09T15:47:53.432Z Downloaded petgraph v0.6.5
12652026-05-09T15:47:53.451Z Downloaded chrono-tz v0.10.4
12662026-05-09T15:47:53.471Z Downloaded csv v1.4.0
12672026-05-09T15:47:53.558Z Downloaded encoding_rs v0.8.35
12682026-05-09T15:47:54.171Z Downloaded aws-lc-sys v0.40.0
12692026-05-09T15:47:55.066Z Compiling proc-macro2 v1.0.106
12702026-05-09T15:47:55.066Z Compiling quote v1.0.45
12712026-05-09T15:47:55.067Z Compiling unicode-ident v1.0.24
12722026-05-09T15:47:55.067Z Compiling serde_core v1.0.228
12732026-05-09T15:47:55.067Z Compiling cfg-if v1.0.4
12742026-05-09T15:47:55.067Z Compiling serde v1.0.228
12752026-05-09T15:47:55.070Z Compiling libc v0.2.186
12762026-05-09T15:47:55.070Z Compiling memchr v2.8.0
12772026-05-09T15:47:55.264Z Compiling itoa v1.0.18
12782026-05-09T15:47:55.439Z Compiling smallvec v1.15.1
12792026-05-09T15:47:55.493Z Compiling zmij v1.0.21
12802026-05-09T15:47:55.540Z Compiling serde_json v1.0.149
12812026-05-09T15:47:55.634Z Compiling autocfg v1.5.0
12822026-05-09T15:47:55.861Z Compiling libm v0.2.16
12832026-05-09T15:47:55.870Z Compiling stable_deref_trait v1.2.1
12842026-05-09T15:47:55.939Z Compiling writeable v0.6.3
12852026-05-09T15:47:55.979Z Compiling percent-encoding v2.3.2
12862026-05-09T15:47:56.022Z Compiling litemap v0.8.2
12872026-05-09T15:47:56.096Z Compiling icu_properties_data v2.2.0
12882026-05-09T15:47:56.128Z Compiling version_check v0.9.5
12892026-05-09T15:47:56.158Z Compiling icu_normalizer_data v2.2.0
12902026-05-09T15:47:56.169Z Compiling utf8_iter v1.0.4
12912026-05-09T15:47:56.304Z Compiling equivalent v1.0.2
12922026-05-09T15:47:56.341Z Compiling syn v2.0.117
12932026-05-09T15:47:56.396Z Compiling iana-time-zone v0.1.65
12942026-05-09T15:47:56.459Z Compiling form_urlencoded v1.2.2
12952026-05-09T15:47:56.489Z Compiling pin-project-lite v0.2.17
12962026-05-09T15:47:56.514Z Compiling dyn-clone v1.0.20
12972026-05-09T15:47:56.559Z Compiling scopeguard v1.2.0
12982026-05-09T15:47:56.576Z Compiling parking_lot_core v0.9.12
12992026-05-09T15:47:56.615Z Compiling num-traits v0.2.19
13002026-05-09T15:47:56.631Z Compiling hashbrown v0.17.0
13012026-05-09T15:47:56.645Z Compiling lock_api v0.4.14
13022026-05-09T15:47:56.659Z Compiling thiserror v2.0.18
13032026-05-09T15:47:56.867Z Compiling rand_core v0.10.1
13042026-05-09T15:47:56.879Z Compiling getrandom v0.4.2
13052026-05-09T15:47:57.023Z Compiling errno v0.3.14
13062026-05-09T15:47:57.163Z Compiling log v0.4.29
13072026-05-09T15:47:57.183Z Compiling jobserver v0.1.34
13082026-05-09T15:47:57.193Z Compiling heck v0.5.0
13092026-05-09T15:47:57.344Z Compiling semver v1.0.28
13102026-05-09T15:47:57.382Z Compiling indexmap v2.14.0
13112026-05-09T15:47:57.382Z Compiling shlex v1.3.0
13122026-05-09T15:47:57.441Z Compiling find-msvc-tools v0.1.9
13132026-05-09T15:47:57.490Z Compiling futures-core v0.3.32
13142026-05-09T15:47:57.569Z Compiling uuid v1.23.1
13152026-05-09T15:47:57.623Z Compiling cc v1.2.62
13162026-05-09T15:47:57.636Z Compiling zerocopy v0.8.48
13172026-05-09T15:47:57.664Z Compiling futures-sink v0.3.32
13182026-05-09T15:47:57.681Z Compiling schemars v0.8.22
13192026-05-09T15:47:57.764Z Compiling fnv v1.0.7
13202026-05-09T15:47:57.856Z Compiling slab v0.4.12
13212026-05-09T15:47:57.939Z Compiling rustversion v1.0.22
13222026-05-09T15:47:57.985Z Compiling futures-channel v0.3.32
13232026-05-09T15:47:58.044Z Compiling bitflags v2.11.1
13242026-05-09T15:47:58.112Z Compiling socket2 v0.6.3
13252026-05-09T15:47:58.255Z Compiling futures-task v0.3.32
13262026-05-09T15:47:58.286Z Compiling futures-io v0.3.32
13272026-05-09T15:47:58.370Z Compiling parking_lot v0.12.5
13282026-05-09T15:47:58.431Z Compiling signal-hook-registry v1.4.8
13292026-05-09T15:47:58.444Z Compiling mio v1.2.0
13302026-05-09T15:47:58.556Z Compiling portable-atomic v1.13.1
13312026-05-09T15:47:58.572Z Compiling getrandom v0.2.17
13322026-05-09T15:47:58.729Z Compiling typenum v1.20.0
13332026-05-09T15:47:58.760Z Compiling subtle v2.6.1
13342026-05-09T15:47:58.778Z Compiling base64 v0.22.1
13352026-05-09T15:47:58.925Z Compiling critical-section v1.2.0
13362026-05-09T15:47:58.970Z Compiling untrusted v0.9.0
13372026-05-09T15:47:58.990Z Compiling byteorder v1.5.0
13382026-05-09T15:47:59.001Z Compiling slog v2.8.2
13392026-05-09T15:47:59.036Z Compiling strsim v0.11.1
13402026-05-09T15:47:59.088Z Compiling rustix v1.1.4
13412026-05-09T15:47:59.121Z Compiling rand_core v0.6.4
13422026-05-09T15:47:59.215Z Compiling synstructure v0.13.2
13432026-05-09T15:47:59.235Z Compiling serde_derive_internals v0.29.1
13442026-05-09T15:47:59.363Z Compiling regex-syntax v0.8.10
13452026-05-09T15:47:59.396Z Compiling cmake v0.1.58
13462026-05-09T15:47:59.427Z Compiling dunce v1.0.5
13472026-05-09T15:47:59.520Z Compiling once_cell v1.21.4
13482026-05-09T15:47:59.579Z Compiling fs_extra v1.3.0
13492026-05-09T15:47:59.644Z Compiling ipnet v2.12.0
13502026-05-09T15:47:59.720Z Compiling atomic-waker v1.1.2
13512026-05-09T15:47:59.732Z Compiling httparse v1.10.1
13522026-05-09T15:47:59.742Z Compiling tower-service v0.3.3
13532026-05-09T15:47:59.829Z Compiling tower-layer v0.3.3
13542026-05-09T15:47:59.840Z Compiling ryu v1.0.23
13552026-05-09T15:47:59.843Z Compiling aws-lc-sys v0.40.0
13562026-05-09T15:47:59.985Z Compiling try-lock v0.2.5
13572026-05-09T15:48:00.008Z Compiling generic-array v0.14.7
13582026-05-09T15:48:00.020Z Compiling thiserror v1.0.69
13592026-05-09T15:48:00.094Z Compiling want v0.3.1
13602026-05-09T15:48:00.193Z Compiling ucd-trie v0.1.7
13612026-05-09T15:48:00.226Z Compiling httpdate v1.0.3
13622026-05-09T15:48:00.316Z Compiling getrandom v0.3.4
13632026-05-09T15:48:00.398Z Compiling serde_derive v1.0.228
13642026-05-09T15:48:00.451Z Compiling zerofrom-derive v0.1.7
13652026-05-09T15:48:00.471Z Compiling yoke-derive v0.8.2
13662026-05-09T15:48:00.491Z Compiling zerovec-derive v0.11.3
13672026-05-09T15:48:00.519Z Compiling displaydoc v0.2.5
13682026-05-09T15:48:00.658Z Compiling schemars_derive v0.8.22
13692026-05-09T15:48:00.739Z Compiling tokio-macros v2.7.0
13702026-05-09T15:48:01.290Z Compiling thiserror-impl v2.0.18
13712026-05-09T15:48:01.495Z Compiling zerocopy-derive v0.8.48
13722026-05-09T15:48:01.556Z Compiling zeroize_derive v1.4.3
13732026-05-09T15:48:01.593Z Compiling futures-macro v0.3.32
13742026-05-09T15:48:01.669Z Compiling zerofrom v0.1.7
13752026-05-09T15:48:01.791Z Compiling yoke v0.8.2
13762026-05-09T15:48:01.976Z Compiling zerovec v0.11.6
13772026-05-09T15:48:02.039Z Compiling zerotrie v0.2.4
13782026-05-09T15:48:02.233Z Compiling zeroize v1.8.2
13792026-05-09T15:48:02.328Z Compiling thiserror-impl v1.0.69
13802026-05-09T15:48:02.428Z Compiling tinystr v0.8.3
13812026-05-09T15:48:02.440Z Compiling potential_utf v0.1.5
13822026-05-09T15:48:02.495Z Compiling futures-util v0.3.32
13832026-05-09T15:48:02.591Z Compiling icu_locale_core v2.2.0
13842026-05-09T15:48:02.614Z Compiling icu_collections v2.2.0
13852026-05-09T15:48:02.625Z Compiling pest v2.8.6
13862026-05-09T15:48:03.526Z Compiling icu_provider v2.2.0
13872026-05-09T15:48:03.677Z Compiling bytes v1.11.1
13882026-05-09T15:48:03.691Z Compiling chrono v0.4.44
13892026-05-09T15:48:03.736Z Compiling serde_tokenstream v0.2.3
13902026-05-09T15:48:03.851Z Compiling icu_normalizer v2.2.0
13912026-05-09T15:48:03.944Z Compiling icu_properties v2.2.0
13922026-05-09T15:48:04.010Z Compiling erased-serde v0.3.31
13932026-05-09T15:48:04.314Z Compiling http v1.4.0
13942026-05-09T15:48:04.443Z Compiling tokio v1.52.3
13952026-05-09T15:48:04.788Z Compiling pest_meta v2.8.6
13962026-05-09T15:48:04.912Z Compiling idna_adapter v1.2.2
13972026-05-09T15:48:05.048Z Compiling idna v1.1.0
13982026-05-09T15:48:05.121Z Compiling http-body v1.0.1
13992026-05-09T15:48:05.283Z Compiling pretty-hex v0.4.2
14002026-05-09T15:48:05.294Z Compiling winnow v1.0.2
14012026-05-09T15:48:05.297Z Compiling tracing-attributes v0.1.31
14022026-05-09T15:48:05.411Z Compiling url v2.5.8
14032026-05-09T15:48:05.805Z Compiling ppv-lite86 v0.2.21
14042026-05-09T15:48:05.873Z Compiling pest_generator v2.8.6
14052026-05-09T15:48:06.107Z Compiling tracing-core v0.1.36
14062026-05-09T15:48:06.273Z Compiling paste v1.0.15
14072026-05-09T15:48:06.362Z Compiling foldhash v0.2.0
14082026-05-09T15:48:06.473Z Compiling pest_derive v2.8.6
14092026-05-09T15:48:06.510Z Compiling allocator-api2 v0.2.21
14102026-05-09T15:48:06.565Z Compiling plain v0.2.3
14112026-05-09T15:48:06.627Z Compiling tracing v0.1.44
14122026-05-09T15:48:06.670Z Compiling http-body-util v0.1.3
14132026-05-09T15:48:06.707Z Compiling crypto-common v0.1.7
14142026-05-09T15:48:06.820Z Compiling ipnetwork v0.21.1
14152026-05-09T15:48:06.831Z Compiling hashbrown v0.16.1
14162026-05-09T15:48:06.860Z Compiling serde_urlencoded v0.7.1
14172026-05-09T15:48:06.899Z Compiling omicron-workspace-hack v0.1.0
14182026-05-09T15:48:07.028Z Compiling oxnet v0.1.5
14192026-05-09T15:48:07.096Z Compiling ident_case v1.0.1
14202026-05-09T15:48:07.212Z Compiling sync_wrapper v1.0.2
14212026-05-09T15:48:07.246Z Compiling aho-corasick v1.1.4
14222026-05-09T15:48:07.380Z Compiling rustls-pki-types v1.14.1
14232026-05-09T15:48:07.404Z Compiling daft-derive v0.1.5
14242026-05-09T15:48:07.621Z Compiling fastrand v2.4.1
14252026-05-09T15:48:07.850Z Compiling async-trait v0.1.89
14262026-05-09T15:48:07.879Z Compiling ring v0.17.14
14272026-05-09T15:48:08.199Z Compiling regex-automata v0.4.14
14282026-05-09T15:48:08.426Z Compiling tokio-util v0.7.18
14292026-05-09T15:48:08.657Z Compiling time-core v0.1.8
14302026-05-09T15:48:08.688Z Compiling num-conv v0.2.1
14312026-05-09T15:48:08.800Z Compiling powerfmt v0.2.0
14322026-05-09T15:48:08.833Z Compiling anyhow v1.0.102
14332026-05-09T15:48:08.874Z Compiling cpufeatures v0.2.17
14342026-05-09T15:48:08.943Z Compiling deranged v0.5.8
14352026-05-09T15:48:09.004Z Compiling time-macros v0.2.27
14362026-05-09T15:48:09.362Z Compiling block-buffer v0.10.4
14372026-05-09T15:48:09.506Z Compiling openapiv3 v2.2.0
14382026-05-09T15:48:09.898Z Compiling regex v1.12.3
14392026-05-09T15:48:09.977Z Compiling scroll_derive v0.13.1
14402026-05-09T15:48:10.352Z Compiling hex v0.4.3
14412026-05-09T15:48:10.601Z Compiling openssl-probe v0.2.1
14422026-05-09T15:48:10.701Z Compiling num_threads v0.1.7
14432026-05-09T15:48:10.787Z Compiling digest v0.10.7
14442026-05-09T15:48:10.797Z Compiling scroll v0.13.0
14452026-05-09T15:48:10.957Z Compiling camino v1.2.2
14462026-05-09T15:48:11.061Z Compiling goblin v0.10.5
14472026-05-09T15:48:11.095Z Compiling h2 v0.4.14
14482026-05-09T15:48:11.167Z Compiling crc32fast v1.5.0
14492026-05-09T15:48:11.278Z Compiling usdt-impl v0.6.0
14502026-05-09T15:48:11.538Z Compiling dtrace-parser v0.3.0
14512026-05-09T15:48:11.636Z Compiling crossbeam-utils v0.8.21
14522026-05-09T15:48:11.727Z Compiling aws-lc-rs v1.16.3
14532026-05-09T15:48:12.136Z Compiling futures-executor v0.3.32
14542026-05-09T15:48:12.208Z Compiling structmeta-derive v0.3.0
14552026-05-09T15:48:12.409Z Compiling thread-id v5.1.0
14562026-05-09T15:48:12.487Z Compiling simd-adler32 v0.3.9
14572026-05-09T15:48:12.529Z Compiling rustls v0.22.4
14582026-05-09T15:48:12.678Z Compiling adler2 v2.0.1
14592026-05-09T15:48:12.747Z Compiling futures v0.3.32
14602026-05-09T15:48:12.807Z Compiling miniz_oxide v0.8.9
14612026-05-09T15:48:12.832Z Compiling rand_core v0.9.5
14622026-05-09T15:48:12.932Z Compiling darling_core v0.23.0
14632026-05-09T15:48:13.092Z Compiling hyper v1.9.0
14642026-05-09T15:48:13.292Z Compiling structmeta v0.3.0
14652026-05-09T15:48:13.371Z Compiling newtype-uuid-macros v0.1.0
14662026-05-09T15:48:13.489Z Compiling thread_local v1.1.9
14672026-05-09T15:48:13.522Z Compiling match_cfg v0.1.0
14682026-05-09T15:48:13.590Z Compiling untrusted v0.7.1
14692026-05-09T15:48:13.718Z Compiling dof v0.4.0
14702026-05-09T15:48:13.756Z Compiling flate2 v1.1.9
14712026-05-09T15:48:14.167Z Compiling hyper-util v0.1.20
14722026-05-09T15:48:14.192Z Compiling newtype-uuid v1.3.2
14732026-05-09T15:48:14.830Z Compiling slog-async v2.8.0
14742026-05-09T15:48:15.061Z Compiling rustls v0.23.40
14752026-05-09T15:48:15.076Z Compiling darling_macro v0.23.0
14762026-05-09T15:48:15.234Z Compiling ref-cast v1.0.25
14772026-05-09T15:48:15.280Z Compiling compression-core v0.4.32
14782026-05-09T15:48:15.380Z Compiling quick-error v1.2.3
14792026-05-09T15:48:15.433Z Compiling compression-codecs v0.4.38
14802026-05-09T15:48:15.540Z Compiling daft v0.1.5
14812026-05-09T15:48:15.599Z Compiling rand_chacha v0.9.0
14822026-05-09T15:48:15.664Z Compiling darling v0.23.0
14832026-05-09T15:48:15.685Z Compiling strum_macros v0.26.4
14842026-05-09T15:48:15.740Z Compiling ref-cast-impl v1.0.25
14852026-05-09T15:48:15.804Z Compiling serde_spanned v1.1.1
14862026-05-09T15:48:15.834Z Compiling multer v3.1.0
14872026-05-09T15:48:15.899Z Compiling usdt-attr-macro v0.6.0
14882026-05-09T15:48:15.944Z Compiling usdt-macro v0.6.0
14892026-05-09T15:48:16.023Z Compiling bit-vec v0.8.0
14902026-05-09T15:48:16.047Z Compiling debug-ignore v1.0.5
14912026-05-09T15:48:16.144Z Compiling toml_writer v1.1.1+spec-1.1.0
14922026-05-09T15:48:16.249Z Compiling take_mut v0.2.2
14932026-05-09T15:48:16.260Z Compiling term v1.2.1
14942026-05-09T15:48:16.347Z Compiling bit-set v0.8.0
14952026-05-09T15:48:16.448Z Compiling rand v0.9.4
14962026-05-09T15:48:16.503Z Compiling serde_with_macros v3.19.0
14972026-05-09T15:48:16.958Z Compiling tower v0.5.3
14982026-05-09T15:48:17.043Z Compiling async-stream-impl v0.3.6
14992026-05-09T15:48:17.082Z Compiling dropshot v0.17.0
15002026-05-09T15:48:17.086Z Compiling encoding_rs v0.8.35
15012026-05-09T15:48:17.308Z Compiling strum v0.26.3
15022026-05-09T15:48:17.319Z Compiling unarray v0.1.4
15032026-05-09T15:48:17.423Z Compiling spin v0.9.8
15042026-05-09T15:48:17.433Z Compiling syn v1.0.109
15052026-05-09T15:48:17.436Z Compiling mime v0.3.17
15062026-05-09T15:48:17.486Z Compiling tower-http v0.6.10
15072026-05-09T15:48:17.572Z Compiling derive-ex v0.1.8
15082026-05-09T15:48:17.626Z Compiling dropshot_endpoint v0.17.0
15092026-05-09T15:48:17.677Z Compiling async-stream v0.3.6
15102026-05-09T15:48:17.702Z Compiling macaddr v1.0.1
15112026-05-09T15:48:17.796Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15122026-05-09T15:48:17.845Z Compiling waitgroup v0.1.2
15132026-05-09T15:48:17.891Z Compiling serde_path_to_error v0.1.20
15142026-05-09T15:48:18.331Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15152026-05-09T15:48:18.458Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15162026-05-09T15:48:18.640Z Compiling tempfile v3.27.0
15172026-05-09T15:48:18.812Z Compiling strum_macros v0.27.2
15182026-05-09T15:48:19.070Z Compiling instant v0.1.13
15192026-05-09T15:48:19.174Z Compiling time v0.3.47
15202026-05-09T15:48:19.184Z Compiling test-strategy v0.4.5
15212026-05-09T15:48:19.348Z Compiling rustls-native-certs v0.8.3
15222026-05-09T15:48:19.688Z Compiling rustc-hash v2.1.2
15232026-05-09T15:48:19.811Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15242026-05-09T15:48:20.021Z Compiling crossbeam-channel v0.5.15
15252026-05-09T15:48:20.630Z Compiling strum v0.27.2
15262026-05-09T15:48:20.799Z Compiling parse-display-derive v0.10.0
15272026-05-09T15:48:21.023Z Compiling backon v1.6.0
15282026-05-09T15:48:21.150Z Compiling rand_chacha v0.3.1
15292026-05-09T15:48:21.388Z Compiling rand v0.8.6
15302026-05-09T15:48:21.601Z Compiling rustls-webpki v0.102.8
15312026-05-09T15:48:22.250Z Compiling slog-json v2.6.1
15322026-05-09T15:48:22.419Z Compiling hostname v0.3.1
15332026-05-09T15:48:22.429Z Compiling toml_parser v1.1.2+spec-1.1.0
15342026-05-09T15:48:22.440Z Compiling toml_datetime v1.1.1+spec-1.1.0
15352026-05-09T15:48:22.451Z Compiling memmap2 v0.9.10
15362026-05-09T15:48:22.475Z Compiling is-terminal v0.4.17
15372026-05-09T15:48:22.544Z Compiling wait-timeout v0.2.1
15382026-05-09T15:48:22.564Z Compiling either v1.15.0
15392026-05-09T15:48:22.656Z Compiling usdt v0.6.0
15402026-05-09T15:48:22.734Z Compiling rusty-fork v0.3.1
15412026-05-09T15:48:22.760Z Compiling slog-term v2.9.2
15422026-05-09T15:48:22.841Z Compiling toml v1.1.2+spec-1.1.0
15432026-05-09T15:48:22.925Z Compiling slog-bunyan v2.5.0
15442026-05-09T15:48:23.125Z Compiling serde_with v3.19.0
15452026-05-09T15:48:23.138Z Compiling async-compression v0.4.42
15462026-05-09T15:48:23.414Z Compiling rand_xorshift v0.4.0
15472026-05-09T15:48:23.446Z Compiling sha1 v0.10.6
15482026-05-09T15:48:23.559Z Compiling rustls-pemfile v2.2.0
15492026-05-09T15:48:23.643Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15502026-05-09T15:48:23.668Z Compiling regress v0.10.5
15512026-05-09T15:48:23.755Z Compiling hostname v0.4.2
15522026-05-09T15:48:23.898Z Compiling tokio-rustls v0.25.0
15532026-05-09T15:48:24.136Z Compiling proptest v1.11.0
15542026-05-09T15:48:25.158Z Compiling iddqd v0.3.18
15552026-05-09T15:48:25.625Z Compiling reqwest v0.12.28
15562026-05-09T15:48:26.285Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15572026-05-09T15:48:26.296Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15582026-05-09T15:48:26.541Z Compiling utf8parse v0.2.2
15592026-05-09T15:48:26.653Z Compiling anstyle-parse v1.0.0
15602026-05-09T15:48:26.838Z Compiling progenitor-client v0.10.0
15612026-05-09T15:48:26.868Z Compiling itertools v0.14.0
15622026-05-09T15:48:27.109Z Compiling parse-display v0.10.0
15632026-05-09T15:48:27.442Z Compiling backoff v0.4.0
15642026-05-09T15:48:27.504Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15652026-05-09T15:48:27.651Z Compiling anstyle-query v1.1.5
15662026-05-09T15:48:27.759Z Compiling anstyle v1.0.14
15672026-05-09T15:48:27.961Z Compiling is_terminal_polyfill v1.70.2
15682026-05-09T15:48:28.024Z Compiling colorchoice v1.0.5
15692026-05-09T15:48:28.120Z Compiling anstream v1.0.0
15702026-05-09T15:48:28.190Z Compiling clap_lex v1.1.0
15712026-05-09T15:48:28.515Z Compiling regress v0.11.1
15722026-05-09T15:48:28.612Z Compiling clap_derive v4.6.1
15732026-05-09T15:48:28.852Z Compiling terminal_size v0.4.4
15742026-05-09T15:48:29.772Z Compiling toml_datetime v0.6.11
15752026-05-09T15:48:30.042Z Compiling typify-impl v0.6.2
15762026-05-09T15:48:30.158Z Compiling zerocopy-derive v0.7.35
15772026-05-09T15:48:30.295Z Compiling convert_case v0.4.0
15782026-05-09T15:48:30.595Z Compiling derive_more v0.99.20
15792026-05-09T15:48:30.807Z Compiling clap_builder v4.6.0
15802026-05-09T15:48:31.195Z Compiling zerocopy v0.7.35
15812026-05-09T15:48:31.957Z Compiling toml_edit v0.25.11+spec-1.1.0
15822026-05-09T15:48:32.694Z Compiling unicode-width v0.2.2
15832026-05-09T15:48:32.827Z Compiling proc-macro-crate v3.5.0
15842026-05-09T15:48:32.838Z Compiling clap v4.6.1
15852026-05-09T15:48:33.275Z Compiling secrecy v0.10.3
15862026-05-09T15:48:33.434Z Compiling tinyvec_macros v0.1.1
15872026-05-09T15:48:33.462Z Compiling float-ord v0.3.2
15882026-05-09T15:48:33.497Z Compiling crucible-workspace-hack v0.1.0
15892026-05-09T15:48:33.508Z Compiling tinyvec v1.11.0
15902026-05-09T15:48:33.571Z Compiling num_enum_derive v0.7.6
15912026-05-09T15:48:34.192Z Compiling dtrace-parser v0.2.0
15922026-05-09T15:48:34.323Z Compiling scroll_derive v0.12.1
15932026-05-09T15:48:34.476Z Compiling rustc_version v0.4.1
15942026-05-09T15:48:34.631Z Compiling num-integer v0.1.46
15952026-05-09T15:48:34.747Z Compiling usdt-impl v0.5.0
15962026-05-09T15:48:35.035Z Compiling scroll v0.12.0
15972026-05-09T15:48:35.055Z Compiling curve25519-dalek v4.1.3
15982026-05-09T15:48:35.099Z Compiling num_enum v0.7.6
15992026-05-09T15:48:35.413Z Compiling dof v0.3.0
16002026-05-09T15:48:35.754Z Compiling hmac v0.12.1
16012026-05-09T15:48:35.766Z Compiling darling_core v0.21.3
16022026-05-09T15:48:35.800Z Compiling inout v0.1.4
16032026-05-09T15:48:35.811Z Compiling ff v0.13.1
16042026-05-09T15:48:35.884Z Compiling thread-id v4.2.2
16052026-05-09T15:48:35.932Z Compiling cipher v0.4.4
16062026-05-09T15:48:35.943Z Compiling group v0.13.0
16072026-05-09T15:48:36.137Z Compiling hkdf v0.12.4
16082026-05-09T15:48:36.366Z Compiling typify-macro v0.6.2
16092026-05-09T15:48:36.498Z Compiling goblin v0.8.2
16102026-05-09T15:48:36.672Z Compiling num-iter v0.1.45
16112026-05-09T15:48:36.787Z Compiling num-rational v0.4.2
16122026-05-09T15:48:36.874Z Compiling thiserror-impl-no-std v2.0.2
16132026-05-09T15:48:36.936Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16142026-05-09T15:48:37.388Z Compiling crossbeam-epoch v0.9.18
16152026-05-09T15:48:37.721Z Compiling universal-hash v0.5.1
16162026-05-09T15:48:37.721Z Compiling half v2.7.1
16172026-05-09T15:48:37.815Z Compiling darling_macro v0.21.3
16182026-05-09T15:48:37.856Z Compiling crypto-bigint v0.5.5
16192026-05-09T15:48:37.955Z Compiling curve25519-dalek-derive v0.1.1
16202026-05-09T15:48:38.053Z Compiling num-complex v0.4.6
16212026-05-09T15:48:38.501Z Compiling typify v0.6.2
16222026-05-09T15:48:38.664Z Compiling opaque-debug v0.3.1
16232026-05-09T15:48:38.683Z Compiling base16ct v0.2.0
16242026-05-09T15:48:38.693Z Compiling ciborium-io v0.2.2
16252026-05-09T15:48:38.702Z Compiling base64ct v1.8.3
16262026-05-09T15:48:39.730Z Compiling poly1305 v0.8.0
16272026-05-09T15:48:39.733Z Compiling ciborium-ll v0.2.2
16282026-05-09T15:48:39.733Z Compiling elliptic-curve v0.13.8
16292026-05-09T15:48:39.733Z Compiling password-hash v0.5.0
16302026-05-09T15:48:39.733Z Compiling darling v0.21.3
16312026-05-09T15:48:39.733Z Compiling num v0.4.3
16322026-05-09T15:48:39.733Z Compiling thiserror-no-std v2.0.2
16332026-05-09T15:48:39.946Z Compiling chacha20 v0.9.1
16342026-05-09T15:48:40.162Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16352026-05-09T15:48:40.278Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16362026-05-09T15:48:40.662Z Compiling blake2 v0.10.6
16372026-05-09T15:48:40.676Z Compiling byte-wrapper v0.1.0
16382026-05-09T15:48:40.794Z Compiling aead v0.5.2
16392026-05-09T15:48:40.952Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16402026-05-09T15:48:41.028Z Compiling proc-macro-error-attr v1.0.4
16412026-05-09T15:48:41.265Z Compiling prettyplease v0.2.37
16422026-05-09T15:48:41.275Z Compiling heapless v0.8.0
16432026-05-09T15:48:41.321Z Compiling keccak v0.1.6
16442026-05-09T15:48:41.518Z Compiling unsafe-libyaml v0.2.11
16452026-05-09T15:48:41.556Z Compiling rustix v0.38.44
16462026-05-09T15:48:42.013Z Compiling serde_yaml v0.9.34+deprecated
16472026-05-09T15:48:42.179Z Compiling sha3 v0.10.9
16482026-05-09T15:48:42.352Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16492026-05-09T15:48:43.307Z Compiling chacha20poly1305 v0.10.1
16502026-05-09T15:48:43.438Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16512026-05-09T15:48:43.503Z Compiling argon2 v0.5.3
16522026-05-09T15:48:43.555Z Compiling vsss-rs v3.3.4
16532026-05-09T15:48:43.725Z Compiling ingot-macros v0.1.1
16542026-05-09T15:48:44.029Z Compiling ciborium v0.2.2
16552026-05-09T15:48:44.917Z Compiling usdt-macro v0.5.0
16562026-05-09T15:48:45.053Z Compiling usdt-attr-macro v0.5.0
16572026-05-09T15:48:45.726Z Compiling rustls-webpki v0.103.13
16582026-05-09T15:48:46.888Z Compiling serde_spanned v0.6.9
16592026-05-09T15:48:47.025Z Compiling enum-as-inner v0.6.1
16602026-05-09T15:48:47.037Z Compiling hash32 v0.3.1
16612026-05-09T15:48:47.155Z Compiling proc-macro-error v1.0.4
16622026-05-09T15:48:47.186Z Compiling memmap v0.7.0
16632026-05-09T15:48:47.375Z Compiling winnow v0.5.40
16642026-05-09T15:48:47.395Z Compiling winnow v0.7.15
16652026-05-09T15:48:47.618Z Compiling smoltcp v0.11.0
16662026-05-09T15:48:47.711Z Compiling data-encoding v2.11.0
16672026-05-09T15:48:47.724Z Compiling toml_write v0.1.2
16682026-05-09T15:48:47.921Z Compiling indent_write v2.2.0
16692026-05-09T15:48:47.973Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16702026-05-09T15:48:48.240Z Compiling usdt v0.5.0
16712026-05-09T15:48:48.584Z Compiling ingot-types v0.1.2
16722026-05-09T15:48:48.594Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16732026-05-09T15:48:48.743Z Compiling toml_edit v0.19.15
16742026-05-09T15:48:48.838Z Compiling toml_edit v0.22.27
16752026-05-09T15:48:48.962Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16762026-05-09T15:48:48.990Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16772026-05-09T15:48:49.246Z Compiling tokio-rustls v0.26.4
16782026-05-09T15:48:49.451Z Compiling rustls-platform-verifier v0.7.0
16792026-05-09T15:48:49.516Z Compiling hyper-rustls v0.27.9
16802026-05-09T15:48:49.810Z Compiling reqwest v0.13.3
16812026-05-09T15:48:50.224Z Compiling tabwriter v1.4.1
16822026-05-09T15:48:50.615Z Compiling cobs v0.3.0
16832026-05-09T15:48:50.757Z Compiling serde_repr v0.1.20
16842026-05-09T15:48:50.820Z Compiling memoffset v0.9.1
16852026-05-09T15:48:50.823Z Compiling managed v0.8.0
16862026-05-09T15:48:51.044Z Compiling progenitor-client v0.14.0
16872026-05-09T15:48:51.071Z Compiling bitflags v1.3.2
16882026-05-09T15:48:51.148Z Compiling vcpkg v0.2.15
16892026-05-09T15:48:51.346Z Compiling progenitor-extras v0.2.0
16902026-05-09T15:48:51.586Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16912026-05-09T15:48:51.707Z Compiling cfg_aliases v0.2.1
16922026-05-09T15:48:51.783Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
16932026-05-09T15:48:52.016Z Compiling pkg-config v0.3.33
16942026-05-09T15:48:52.110Z Compiling nix v0.31.2
16952026-05-09T15:48:52.478Z Compiling openssl-sys v0.9.115
16962026-05-09T15:48:52.602Z Compiling postcard v1.1.3
16972026-05-09T15:48:52.952Z Compiling toml v0.8.23
16982026-05-09T15:48:53.061Z Compiling proc-macro-crate v1.3.1
16992026-05-09T15:48:53.672Z Compiling ingot v0.1.1
17002026-05-09T15:48:53.675Z Compiling hubpack_derive v0.1.1
17012026-05-09T15:48:54.108Z Compiling foreign-types-macros v0.2.3
17022026-05-09T15:48:54.238Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17032026-05-09T15:48:54.463Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17042026-05-09T15:48:54.475Z Compiling semver v0.1.20
17052026-05-09T15:48:54.532Z Compiling static_assertions v1.1.0
17062026-05-09T15:48:54.607Z Compiling cpufeatures v0.3.0
17072026-05-09T15:48:54.685Z Compiling heck v0.4.1
17082026-05-09T15:48:54.711Z Compiling resolv-conf v0.7.6
17092026-05-09T15:48:54.733Z Compiling linked-hash-map v0.5.6
17102026-05-09T15:48:54.779Z Compiling rayon-core v1.13.0
17112026-05-09T15:48:54.887Z Compiling swrite v0.1.0
17122026-05-09T15:48:54.911Z Compiling colored v3.1.1
17132026-05-09T15:48:54.982Z Compiling foreign-types-shared v0.3.1
17142026-05-09T15:48:55.013Z Compiling unicode-segmentation v1.13.2
17152026-05-09T15:48:55.072Z Compiling foreign-types v0.5.0
17162026-05-09T15:48:55.106Z Compiling lru-cache v0.1.2
17172026-05-09T15:48:55.196Z Compiling chacha20 v0.10.0
17182026-05-09T15:48:55.229Z Compiling rustc_version v0.1.7
17192026-05-09T15:48:55.315Z Compiling hubpack v0.1.2
17202026-05-09T15:48:55.327Z Compiling newline-converter v0.3.0
17212026-05-09T15:48:55.426Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17222026-05-09T15:48:55.426Z Compiling num_enum_derive v0.5.11
17232026-05-09T15:48:55.536Z Compiling atomicwrites v0.4.4
17242026-05-09T15:48:55.557Z Compiling hickory-proto v0.24.4
17252026-05-09T15:48:55.629Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17262026-05-09T15:48:55.645Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17272026-05-09T15:48:56.592Z Compiling progenitor-impl v0.13.0
17282026-05-09T15:48:57.126Z Compiling crossbeam-deque v0.8.6
17292026-05-09T15:48:57.325Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17302026-05-09T15:48:57.527Z Compiling console v0.15.11
17312026-05-09T15:48:57.766Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17322026-05-09T15:48:58.042Z Compiling camino-tempfile v1.4.1
17332026-05-09T15:48:58.294Z Compiling serde-big-array v0.5.1
17342026-05-09T15:48:58.328Z Compiling num-derive v0.4.2
17352026-05-09T15:48:58.434Z Compiling derive-where v1.6.1
17362026-05-09T15:48:58.437Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17372026-05-09T15:48:58.705Z Compiling pin-project-internal v1.1.12
17382026-05-09T15:48:58.919Z Compiling cstr-argument v0.1.2
17392026-05-09T15:48:58.991Z Compiling siphasher v1.0.3
17402026-05-09T15:48:59.075Z Compiling minimal-lexical v0.2.1
17412026-05-09T15:48:59.192Z Compiling similar v2.7.0
17422026-05-09T15:48:59.318Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17432026-05-09T15:48:59.337Z Compiling nom v7.1.3
17442026-05-09T15:48:59.514Z Compiling phf_shared v0.12.1
17452026-05-09T15:48:59.567Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17462026-05-09T15:48:59.689Z Compiling expectorate v1.2.0
17472026-05-09T15:48:59.829Z Compiling pin-project v1.1.12
17482026-05-09T15:48:59.833Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17492026-05-09T15:48:59.850Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17502026-05-09T15:48:59.928Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17512026-05-09T15:49:00.050Z Compiling hickory-resolver v0.24.4
17522026-05-09T15:49:00.215Z Compiling num_enum v0.5.11
17532026-05-09T15:49:00.233Z Compiling progenitor-macro v0.13.0
17542026-05-09T15:49:00.329Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
17552026-05-09T15:49:00.676Z Compiling newtype_derive v0.1.6
17562026-05-09T15:49:00.897Z Compiling rand v0.10.1
17572026-05-09T15:49:00.919Z Compiling progenitor-client v0.13.0
17582026-05-09T15:49:01.553Z Compiling progenitor-impl v0.14.0
17592026-05-09T15:49:02.015Z Compiling unicode-normalization v0.1.25
17602026-05-09T15:49:02.489Z Compiling tokio-stream v0.1.18
17612026-05-09T15:49:02.664Z Compiling async-recursion v1.1.1
17622026-05-09T15:49:02.705Z Compiling snafu-derive v0.8.9
17632026-05-09T15:49:02.922Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17642026-05-09T15:49:02.956Z Compiling slog-dtrace v0.3.0
17652026-05-09T15:49:03.268Z Compiling bstr v1.12.1
17662026-05-09T15:49:03.278Z Compiling csv-core v0.1.13
17672026-05-09T15:49:03.435Z Compiling owo-colors v4.3.0
17682026-05-09T15:49:03.547Z Compiling openssl v0.10.79
17692026-05-09T15:49:03.775Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17702026-05-09T15:49:03.795Z Compiling foreign-types-shared v0.1.1
17712026-05-09T15:49:03.842Z Compiling chrono-tz v0.10.4
17722026-05-09T15:49:03.887Z Compiling cancel-safe-futures v0.1.5
17732026-05-09T15:49:04.076Z Compiling same-file v1.0.6
17742026-05-09T15:49:04.143Z Compiling unicode-xid v0.2.6
17752026-05-09T15:49:04.252Z Compiling unicode-width v0.1.14
17762026-05-09T15:49:04.268Z Compiling highway v1.3.0
17772026-05-09T15:49:04.500Z Compiling konst_macro_rules v0.2.19
17782026-05-09T15:49:04.531Z Compiling foldhash v0.1.5
17792026-05-09T15:49:04.653Z Compiling hashbrown v0.15.5
17802026-05-09T15:49:04.676Z Compiling konst v0.2.20
17812026-05-09T15:49:04.712Z Compiling snafu v0.8.9
17822026-05-09T15:49:04.783Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17832026-05-09T15:49:04.914Z Compiling const_format_proc_macros v0.2.34
17842026-05-09T15:49:05.105Z Compiling walkdir v2.5.0
17852026-05-09T15:49:05.175Z Compiling progenitor-macro v0.14.0
17862026-05-09T15:49:05.226Z Compiling foreign-types v0.3.2
17872026-05-09T15:49:05.362Z Compiling globset v0.4.18
17882026-05-09T15:49:05.423Z Compiling progenitor v0.13.0
17892026-05-09T15:49:05.465Z Compiling csv v1.4.0
17902026-05-09T15:49:05.667Z Compiling qorb v0.4.1
17912026-05-09T15:49:05.728Z Compiling olpc-cjson v0.1.4
17922026-05-09T15:49:05.897Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17932026-05-09T15:49:06.194Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17942026-05-09T15:49:06.736Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17952026-05-09T15:49:07.294Z Compiling rayon v1.12.0
17962026-05-09T15:49:07.723Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17972026-05-09T15:49:07.733Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17982026-05-09T15:49:07.857Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17992026-05-09T15:49:08.100Z Compiling phf v0.12.1
18002026-05-09T15:49:08.196Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18012026-05-09T15:49:08.645Z Compiling zone_cfg_derive v0.3.1
18022026-05-09T15:49:08.959Z Compiling tokio-dtrace v0.1.1
18032026-05-09T15:49:09.128Z Compiling itertools v0.12.1
18042026-05-09T15:49:09.225Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18052026-05-09T15:49:09.236Z Compiling libsw-core v0.3.2
18062026-05-09T15:49:09.359Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18072026-05-09T15:49:09.401Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18082026-05-09T15:49:09.425Z Compiling serde_plain v1.0.2
18092026-05-09T15:49:09.636Z Compiling openssl-macros v0.1.1
18102026-05-09T15:49:09.779Z Compiling pem v3.0.6
18112026-05-09T15:49:09.966Z Compiling cookie v0.18.1
18122026-05-09T15:49:10.135Z Compiling sigpipe v0.1.3
18132026-05-09T15:49:10.154Z Compiling glob v0.3.3
18142026-05-09T15:49:10.165Z Compiling typed-path v0.9.3
18152026-05-09T15:49:10.206Z Compiling bytecount v0.6.9
18162026-05-09T15:49:10.217Z Compiling fixedbitset v0.5.7
18172026-05-09T15:49:10.279Z Compiling fixedbitset v0.4.2
18182026-05-09T15:49:10.340Z Compiling jiff v0.2.24
18192026-05-09T15:49:10.351Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18202026-05-09T15:49:10.508Z Compiling petgraph v0.6.5
18212026-05-09T15:49:10.543Z Compiling petgraph v0.8.3
18222026-05-09T15:49:10.588Z Compiling papergrid v0.11.0
18232026-05-09T15:49:10.614Z Compiling progenitor v0.14.0
18242026-05-09T15:49:10.751Z Compiling zone v0.3.1
18252026-05-09T15:49:11.503Z Compiling tough v0.20.0
18262026-05-09T15:49:12.028Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18272026-05-09T15:49:12.347Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18282026-05-09T15:49:12.359Z Compiling libsw v3.5.0
18292026-05-09T15:49:12.531Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18302026-05-09T15:49:12.595Z Compiling oxide-tokio-rt v0.1.5
18312026-05-09T15:49:12.717Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18322026-05-09T15:49:12.731Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18332026-05-09T15:49:12.901Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18342026-05-09T15:49:14.028Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18352026-05-09T15:49:14.074Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18362026-05-09T15:49:14.251Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18372026-05-09T15:49:14.285Z Compiling const_format v0.2.36
18382026-05-09T15:49:14.910Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18392026-05-09T15:49:14.940Z Compiling tabled_derive v0.7.0
18402026-05-09T15:49:15.162Z Compiling gethostname v0.5.0
18412026-05-09T15:49:15.197Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18422026-05-09T15:49:15.282Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18432026-05-09T15:49:15.311Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18442026-05-09T15:49:15.323Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18452026-05-09T15:49:15.337Z Compiling bcs v0.1.6
18462026-05-09T15:49:15.396Z Compiling smf v0.2.3
18472026-05-09T15:49:15.649Z Compiling nom v8.0.0
18482026-05-09T15:49:15.881Z Compiling smawk v0.3.2
18492026-05-09T15:49:15.917Z Compiling unicode-linebreak v0.1.5
18502026-05-09T15:49:16.003Z Compiling linear-map v1.2.0
18512026-05-09T15:49:16.022Z Compiling tagptr v0.2.0
18522026-05-09T15:49:16.166Z Compiling lazy_static v1.5.0
18532026-05-09T15:49:16.176Z Compiling termtree v0.5.1
18542026-05-09T15:49:16.187Z Compiling whoami v1.6.1
18552026-05-09T15:49:16.190Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18562026-05-09T15:49:16.265Z Compiling steno v0.4.1
18572026-05-09T15:49:16.323Z Compiling moka v0.12.15
18582026-05-09T15:49:16.733Z Compiling textwrap v0.16.2
18592026-05-09T15:49:17.100Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18602026-05-09T15:49:17.262Z Compiling tabled v0.15.0
18612026-05-09T15:49:17.501Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18622026-05-09T15:49:17.817Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18632026-05-09T15:49:18.341Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18642026-05-09T15:49:19.168Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18652026-05-09T15:49:19.660Z Compiling hickory-proto v0.25.2
18662026-05-09T15:49:20.020Z Compiling humantime v2.3.0
18672026-05-09T15:49:20.154Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18682026-05-09T15:49:20.307Z Compiling parking_lot_core v0.8.6
18692026-05-09T15:49:21.690Z Compiling libscf-sys v1.2.0
18702026-05-09T15:49:21.695Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18712026-05-09T15:49:21.695Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18722026-05-09T15:49:21.695Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18732026-05-09T15:49:21.695Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18742026-05-09T15:49:21.695Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18752026-05-09T15:49:21.695Z Compiling hickory-resolver v0.25.2
18762026-05-09T15:49:21.695Z Compiling parking_lot v0.11.2
18772026-05-09T15:49:21.707Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18782026-05-09T15:49:21.821Z Compiling fxhash v0.2.1
18792026-05-09T15:49:21.937Z Compiling internet-checksum v0.2.1
18802026-05-09T15:49:21.956Z Compiling sled v0.34.7
18812026-05-09T15:49:22.371Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18822026-05-09T15:49:25.087Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18832026-05-09T15:49:27.465Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18842026-05-09T15:49:34.601Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18852026-05-09T15:49:36.197Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18862026-05-09T15:49:37.204Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18872026-05-09T15:49:38.288Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18882026-05-09T15:49:39.081Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18892026-05-09T15:50:02.783Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
18902026-05-09T15:50:02.962Z────────────
18912026-05-09T15:50:02.962Z Nextest run ID 79a20c3a-5695-470d-ae32-7878339a8399 with nextest profile: default
18922026-05-09T15:50:02.962Z Starting 43 tests across 3 binaries
18932026-05-09T15:50:02.985Z PASS [ 0.017s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18942026-05-09T15:50:02.985Z PASS [ 0.023s] rdb bestpath::test::test_bestpath_shutdown_preference
18952026-05-09T15:50:02.985Z PASS [ 0.019s] rdb bestpath::test::test_bestpath
18962026-05-09T15:50:02.993Z PASS [ 0.021s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18972026-05-09T15:50:02.993Z PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization
18982026-05-09T15:50:03.000Z PASS [ 0.015s] rdb db::test::test_prefix6_db_key_serialization
18992026-05-09T15:50:03.009Z PASS [ 0.026s] rdb db::test::test_prefix4_from_str
19002026-05-09T15:50:03.016Z PASS [ 0.014s] rdb db::test::test_prefix6_from_str
19012026-05-09T15:50:03.076Z PASS [ 0.083s] rdb db::test::test_prefix_host_bit_normalization
19022026-05-09T15:50:03.090Z PASS [ 0.112s] rdb db::test::test_ipv6_origin_crud
19032026-05-09T15:50:03.097Z PASS [ 0.097s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19042026-05-09T15:50:03.128Z PASS [ 0.149s] rdb db::test::test_ipv4_origin_crud
19052026-05-09T15:50:03.132Z PASS [ 0.138s] rdb db::test::test_rib
19062026-05-09T15:50:03.135Z PASS [ 0.123s] rdb db::test::test_static_routing_ipv6_basic
19072026-05-09T15:50:03.135Z PASS [ 0.057s] rdb db::test::test_static_routing_mixed_address_families
19082026-05-09T15:50:03.135Z PASS [ 0.120s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19092026-05-09T15:50:03.135Z PASS [ 0.135s] rdb db::test::test_static_routing_ipv4_basic
19102026-05-09T15:50:03.146Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19112026-05-09T15:50:03.153Z PASS [ 0.014s] rdb proptest::prop_ipv4_host_bits_always_unset
19122026-05-09T15:50:03.153Z PASS [ 0.059s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19132026-05-09T15:50:03.153Z PASS [ 0.014s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19142026-05-09T15:50:03.153Z PASS [ 0.014s] rdb proptest::prop_ipv4_within_self
19152026-05-09T15:50:03.153Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
19162026-05-09T15:50:03.157Z PASS [ 0.058s] rdb db::test::test_static_routing_vlan_id_handling
19172026-05-09T15:50:03.160Z PASS [ 0.014s] rdb proptest::prop_ipv6_within_self
19182026-05-09T15:50:03.163Z PASS [ 0.014s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19192026-05-09T15:50:03.163Z PASS [ 0.015s] rdb proptest::prop_ipv6_host_bits_always_unset
19202026-05-09T15:50:03.167Z PASS [ 0.017s] rdb proptest::prop_static_route_key_deduplication
19212026-05-09T15:50:03.170Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19222026-05-09T15:50:03.170Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19232026-05-09T15:50:03.170Z PASS [ 0.009s] rdb types::test::bgp_path_identity
19242026-05-09T15:50:03.173Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19252026-05-09T15:50:03.176Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
19262026-05-09T15:50:03.176Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19272026-05-09T15:50:03.179Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19282026-05-09T15:50:03.179Z PASS [ 0.009s] rdb types::test::btreeset_remove
19292026-05-09T15:50:03.182Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19302026-05-09T15:50:03.182Z PASS [ 0.008s] rdb types::test::btreeset_replace
19312026-05-09T15:50:03.185Z PASS [ 0.008s] rdb types::test::ord_contract
19322026-05-09T15:50:03.185Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19332026-05-09T15:50:03.185Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
19342026-05-09T15:50:03.185Z PASS [ 0.008s] rdb types::test::static_path_identity
19352026-05-09T15:50:03.215Z PASS [ 0.086s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19362026-05-09T15:50:03.218Z────────────
19372026-05-09T15:50:03.218Z Summary [ 0.254s] 43 tests run: 43 passed, 0 skipped
19382026-05-09T15:50:03.227Z+ cp rib.log /work/
19392026-05-09T15:50:03.231Z+ popd
19402026-05-09T15:50:03.231Z/work/oxidecomputer/maghemite
19412026-05-09T15:50:03.231Zprocess exited: duration 301459 ms, exit code 0
 
19422026-05-09T15:50:03.237Zfound 1 output files
19432026-05-09T15:50:03.237Zuploading: /work/rib.log (888 bytes)
19442026-05-09T15:50:04.250Zuploaded: /work/rib.log