01KMK9N7VR9MY2EJ2DC406V10P: test-bfd

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: 01KMK9PAM9GNP31GGSWB67GHPR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T20:21:57.226Zjob assigned to worker 01KMKAGVECQT3V8RSWMXHP11PZ [factory aws, i-0ddd06bd6423d9871] (queued for 15 m 20 s)
 
22026-03-25T20:22:04.248Zstarting task 0: "setup"
32026-03-25T20:22:04.253Z++ uname -s
42026-03-25T20:22:04.255Z+ kern=SunOS
52026-03-25T20:22:04.255Z+ build_user=build
62026-03-25T20:22:04.255Z+ build_uid=12345
72026-03-25T20:22:04.255Z+ work_dir=/work
82026-03-25T20:22:04.255Z+ input_dir=/input
92026-03-25T20:22:04.256Z+ [[ 0 == 12345 ]]
102026-03-25T20:22:04.256Z+ case "$kern" in
112026-03-25T20:22:04.256Z+ groupadd -g 12345 build
122026-03-25T20:22:04.259Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T20:22:06.285Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T20:22:06.350Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T20:22:06.373Z+ home_fs=zfs
162026-03-25T20:22:06.373Z+ [[ zfs == autofs ]]
172026-03-25T20:22:06.373Z+ mkdir -p /home/build
182026-03-25T20:22:06.373Z+ chown build:build /home/build /work
192026-03-25T20:22:08.343Z+ chmod 0700 /home/build /work
202026-03-25T20:22:08.346Zprocess exited: duration 4097 ms, exit code 0
 
212026-03-25T20:22:08.352Zstarting task 1: "rust-toolchain"
222026-03-25T20:22:08.357Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-25T20:22:08.357Z * rust toolchain channel = "stable"
242026-03-25T20:22:08.357Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-25T20:22:08.357Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-25T20:22:08.357Z * rust toolchain profile = "default"
272026-03-25T20:22:08.357Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-25T20:22:08.360Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T20:22:08.360Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-25T20:22:08.479Zinfo: downloading installer
312026-03-25T20:22:10.342Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T20:22:10.342Zwarn: /opt/ooce/bin
332026-03-25T20:22:10.342Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T20:22:10.342Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T20:22:10.342Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T20:22:10.342Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T20:22:10.342Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T20:22:10.342Zerror: cannot install while Rust is installed
392026-03-25T20:22:10.342Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T20:22:10.342Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T20:22:10.342Zwarn: /home/build/.rustup/settings.toml
422026-03-25T20:22:10.342Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T20:22:10.342Zwarn: instead of the one inferred from the default host triple.
442026-03-25T20:22:10.369Zinfo: profile set to default
452026-03-25T20:22:10.369Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T20:22:10.378Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-25T20:22:10.542Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T20:22:10.547Zinfo: downloading 6 components
492026-03-25T20:22:29.054Z
502026-03-25T20:22:29.054Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-25T20:22:29.092Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T20:22:29.092Z
532026-03-25T20:22:29.092Z
542026-03-25T20:22:29.092ZRust is installed now. Great!
552026-03-25T20:22:29.092Z
562026-03-25T20:22:29.107ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T20:22:29.107Zenvironment variable. This has not been done automatically.
582026-03-25T20:22:29.107Z
592026-03-25T20:22:29.107ZTo configure your current shell, you need to source
602026-03-25T20:22:29.107Zthe corresponding env file under $HOME/.cargo.
612026-03-25T20:22:29.107Z
622026-03-25T20:22:29.107ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T20:22:29.107Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T20:22:29.107Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T20:22:29.107Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T20:22:29.107Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T20:22:29.107Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T20:22:29.107Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T20:22:29.107Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T20:22:29.107Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T20:22:29.208Z+ rustup --version
722026-03-25T20:22:29.299Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T20:22:29.300Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T20:22:29.300Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T20:22:29.376Z+ cargo --version
762026-03-25T20:22:29.376Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T20:22:29.376Z+ rustc --version
782026-03-25T20:22:29.388Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T20:22:29.388Zprocess exited: duration 20899 ms, exit code 0
 
802026-03-25T20:22:29.427Zstarting task 2: "authentication"
812026-03-25T20:22:29.468Zprocess exited: duration 48 ms, exit code 0
 
822026-03-25T20:22:29.493Zstarting task 3: "clone repository"
832026-03-25T20:22:29.514Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-25T20:22:29.514Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-25T20:22:29.663ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-25T20:22:30.460Z+ cd /work/oxidecomputer/maghemite
872026-03-25T20:22:30.460Z+ git fetch origin 086b615a80659c84d0776ac1f94a5e1795553936
882026-03-25T20:22:30.684ZFrom https://github.com/oxidecomputer/maghemite
892026-03-25T20:22:30.684Z * branch 086b615a80659c84d0776ac1f94a5e1795553936 -> FETCH_HEAD
902026-03-25T20:22:30.691Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
912026-03-25T20:22:30.695Z++ git branch --show-current
922026-03-25T20:22:30.695Z+ current=main
932026-03-25T20:22:30.695Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
942026-03-25T20:22:30.695Z+ git branch -f renovate/oxide-tokio-rt-0.x 086b615a80659c84d0776ac1f94a5e1795553936
952026-03-25T20:22:30.700Z+ git checkout -f renovate/oxide-tokio-rt-0.x
962026-03-25T20:22:30.721ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
972026-03-25T20:22:30.726Z+ git reset --hard 086b615a80659c84d0776ac1f94a5e1795553936
982026-03-25T20:22:30.726ZHEAD is now at 086b615 Update Rust crate oxide-tokio-rt to 0.1.3
992026-03-25T20:22:30.726Zprocess exited: duration 1235 ms, exit code 0
 
1002026-03-25T20:22:30.739Zstarting task 4: "build"
1012026-03-25T20:22:30.743Z+ set -o errexit
1022026-03-25T20:22:30.743Z+ set -o pipefail
1032026-03-25T20:22:30.743Z+ source .github/buildomat/test-common.sh
1042026-03-25T20:22:30.746Z++ NEXTEST_VERSION=0.9.97
1052026-03-25T20:22:30.746Z++ PLATFORM=illumos
1062026-03-25T20:22:30.746Z++ banner install
1072026-03-25T20:22:30.746Z
1082026-03-25T20:22:30.746Z # # # #### ##### ## # #
1092026-03-25T20:22:30.746Z # ## # # # # # # #
1102026-03-25T20:22:30.747Z # # # # #### # # # # #
1112026-03-25T20:22:30.747Z # # # # # # ###### # #
1122026-03-25T20:22:30.747Z # # ## # # # # # # #
1132026-03-25T20:22:30.747Z # # # #### # # # ###### ######
1142026-03-25T20:22:30.747Z
1152026-03-25T20:22:30.747Z++ set +o errexit
1162026-03-25T20:22:30.747Z++ pkg info clang-15
1172026-03-25T20:22:30.747Z++ grep -qi installed
1182026-03-25T20:22:33.046Zpkg: info: no packages matching the following patterns you specified are
1192026-03-25T20:22:33.047Zinstalled on the system. Try querying remotely instead:
1202026-03-25T20:22:33.047Z
1212026-03-25T20:22:33.047Z clang-15
1222026-03-25T20:22:33.077Z++ [[ 1 != 0 ]]
1232026-03-25T20:22:33.077Z++ set -o errexit
1242026-03-25T20:22:33.097Z++ pfexec pkg install clang-15
1252026-03-25T20:22:40.684Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-03-25T20:22:47.127Z Startup: Caching catalogs ... Done
1272026-03-25T20:22:50.767ZPlanning: Solver setup ... Done
1282026-03-25T20:22:50.780ZPlanning: Running solver ... Done
1292026-03-25T20:22:50.893ZPlanning: Finding local manifests ... Done
1302026-03-25T20:22:50.905ZPlanning: Fetching manifests: 0/2 0% complete
1312026-03-25T20:22:50.990ZPlanning: Fetching manifests: 2/2 100% complete
1322026-03-25T20:22:51.016ZPlanning: Package planning ... Done
1332026-03-25T20:22:51.043ZPlanning: Merging actions ... Done
1342026-03-25T20:22:51.211ZPlanning: Checking for conflicting actions ... Done
1352026-03-25T20:22:51.218ZPlanning: Consolidating action changes ... Done
1362026-03-25T20:22:53.314ZPlanning: Evaluating mediators ... Done
1372026-03-25T20:22:53.319ZPlanning: Planning completed in 6.04 seconds
1382026-03-25T20:22:54.046Z Packages to install: 2
1392026-03-25T20:22:54.046Z Mediators to change: 2
1402026-03-25T20:22:54.051Z Services to change: 1
1412026-03-25T20:22:54.051Z Create boot environment: No
1422026-03-25T20:22:54.051ZCreate backup boot environment: No
1432026-03-25T20:22:54.116Z
1442026-03-25T20:22:54.116ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-03-25T20:22:59.341ZDownload: 3028/3076 items 201.6/211.3MB 95% complete (40.5M/s)
1462026-03-25T20:23:01.132ZDownload: Completed 211.31 MB in 7.02 seconds (30.1M/s)
1472026-03-25T20:23:01.350Z Actions: 1/3418 actions (Installing new actions)
1482026-03-25T20:23:04.857Z Actions: Completed 3418 actions in 3.51 seconds.
1492026-03-25T20:23:05.137Z Done
1502026-03-25T20:23:05.137Z Done
1512026-03-25T20:23:05.822Z Done
1522026-03-25T20:23:09.525Z Done
1532026-03-25T20:23:09.604Z Done
1542026-03-25T20:23:09.614Z Done
1552026-03-25T20:23:09.716Z Done
1562026-03-25T20:23:10.364Z++ set -o errexit
1572026-03-25T20:23:10.364Z++ cargo --version
1582026-03-25T20:23:10.378Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1592026-03-25T20:23:10.559Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1602026-03-25T20:23:10.578Zinfo: downloading 6 components
1612026-03-25T20:23:26.205Zcargo 1.94.0 (85eff7c80 2026-01-15)
1622026-03-25T20:23:26.208Z++ rustc --version
1632026-03-25T20:23:26.236Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1642026-03-25T20:23:26.240Z++ cargo install cargo-nextest --version 0.9.97
1652026-03-25T20:23:26.286Z Updating crates.io index
1662026-03-25T20:23:26.378Z Downloading crates ...
1672026-03-25T20:23:26.432Z Downloaded cargo-nextest v0.9.97
1682026-03-25T20:23:26.495Z Installing cargo-nextest v0.9.97
1692026-03-25T20:23:26.535Z Updating crates.io index
1702026-03-25T20:23:28.996Z Locking 408 packages to latest compatible versions
1712026-03-25T20:23:28.999Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-03-25T20:23:28.999Z Adding duct v0.13.7 (available: v1.1.1)
1732026-03-25T20:23:28.999Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-03-25T20:23:28.999Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-03-25T20:23:29.002Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-03-25T20:23:29.005Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1772026-03-25T20:23:29.005Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-03-25T20:23:29.007Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1792026-03-25T20:23:29.010Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-03-25T20:23:29.027Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-03-25T20:23:29.036Z Downloading crates ...
1822026-03-25T20:23:29.104Z Downloaded backtrace-ext v0.2.1
1832026-03-25T20:23:29.111Z Downloaded ahash v0.8.12
1842026-03-25T20:23:29.120Z Downloaded humantime-serde v1.1.1
1852026-03-25T20:23:29.123Z Downloaded humantime v2.3.0
1862026-03-25T20:23:29.123Z Downloaded addr2line v0.25.1
1872026-03-25T20:23:29.126Z Downloaded adler2 v2.0.1
1882026-03-25T20:23:29.126Z Downloaded home v0.5.12
1892026-03-25T20:23:29.129Z Downloaded hyper-rustls v0.27.7
1902026-03-25T20:23:29.138Z Downloaded anstyle-parse v1.0.0
1912026-03-25T20:23:29.138Z Downloaded futures-task v0.3.32
1922026-03-25T20:23:29.138Z Downloaded colorchoice v1.0.5
1932026-03-25T20:23:29.144Z Downloaded nested v0.1.1
1942026-03-25T20:23:29.147Z Downloaded indent_write v2.2.0
1952026-03-25T20:23:29.147Z Downloaded newtype-uuid v1.3.2
1962026-03-25T20:23:29.147Z Downloaded clap_lex v1.1.0
1972026-03-25T20:23:29.150Z Downloaded hyper v1.8.1
1982026-03-25T20:23:29.153Z Downloaded indenter v0.3.4
1992026-03-25T20:23:29.156Z Downloaded iana-time-zone v0.1.65
2002026-03-25T20:23:29.156Z Downloaded heck v0.5.0
2012026-03-25T20:23:29.159Z Downloaded atomic-waker v1.1.2
2022026-03-25T20:23:29.159Z Downloaded guppy-workspace-hack v0.1.0
2032026-03-25T20:23:29.159Z Downloaded errno v0.3.14
2042026-03-25T20:23:29.161Z Downloaded number_prefix v0.4.0
2052026-03-25T20:23:29.161Z Downloaded is_ci v1.2.0
2062026-03-25T20:23:29.161Z Downloaded indexmap v2.13.0
2072026-03-25T20:23:29.164Z Downloaded foreign-types-shared v0.1.1
2082026-03-25T20:23:29.167Z Downloaded ordered-float v2.10.1
2092026-03-25T20:23:29.172Z Downloaded anstyle-query v1.1.5
2102026-03-25T20:23:29.175Z Downloaded openssl-macros v0.1.1
2112026-03-25T20:23:29.175Z Downloaded once_cell v1.21.4
2122026-03-25T20:23:29.179Z Downloaded nextest-workspace-hack v0.1.0
2132026-03-25T20:23:29.183Z Downloaded mukti-metadata v0.3.0
2142026-03-25T20:23:29.183Z Downloaded is_terminal_polyfill v1.70.2
2152026-03-25T20:23:29.187Z Downloaded fnv v1.0.7
2162026-03-25T20:23:29.190Z Downloaded itoa v1.0.18
2172026-03-25T20:23:29.190Z Downloaded rustc-hash v2.1.1
2182026-03-25T20:23:29.192Z Downloaded block-buffer v0.10.4
2192026-03-25T20:23:29.195Z Downloaded pkg-config v0.3.32
2202026-03-25T20:23:29.198Z Downloaded foreign-types v0.3.2
2212026-03-25T20:23:29.198Z Downloaded pin-utils v0.1.0
2222026-03-25T20:23:29.201Z Downloaded find-msvc-tools v0.1.9
2232026-03-25T20:23:29.204Z Downloaded scopeguard v1.2.0
2242026-03-25T20:23:29.204Z Downloaded os_pipe v1.2.3
2252026-03-25T20:23:29.207Z Downloaded lru-slab v0.1.2
2262026-03-25T20:23:29.207Z Downloaded debug-ignore v1.0.5
2272026-03-25T20:23:29.207Z Downloaded atomicwrites v0.4.4
2282026-03-25T20:23:29.211Z Downloaded rustc_version v0.4.1
2292026-03-25T20:23:29.215Z Downloaded generic-array v0.14.7
2302026-03-25T20:23:29.215Z Downloaded futures-core v0.3.32
2312026-03-25T20:23:29.215Z Downloaded form_urlencoded v1.2.2
2322026-03-25T20:23:29.215Z Downloaded crypto-common v0.1.7
2332026-03-25T20:23:29.215Z Downloaded async-scoped v0.9.0
2342026-03-25T20:23:29.218Z Downloaded futures-io v0.3.32
2352026-03-25T20:23:29.218Z Downloaded enable-ansi-support v0.2.1
2362026-03-25T20:23:29.218Z Downloaded lock_api v0.4.14
2372026-03-25T20:23:29.223Z Downloaded color-spantrace v0.3.0
2382026-03-25T20:23:29.225Z Downloaded futures-sink v0.3.32
2392026-03-25T20:23:29.226Z Downloaded document-features v0.2.12
2402026-03-25T20:23:29.226Z Downloaded cargo_metadata v0.23.1
2412026-03-25T20:23:29.231Z Downloaded fixedbitset v0.5.7
2422026-03-25T20:23:29.234Z Downloaded duct v0.13.7
2432026-03-25T20:23:29.234Z Downloaded bytes v1.11.1
2442026-03-25T20:23:29.237Z Downloaded ed25519 v2.2.3
2452026-03-25T20:23:29.241Z Downloaded pathdiff v0.2.3
2462026-03-25T20:23:29.241Z Downloaded autocfg v1.5.0
2472026-03-25T20:23:29.245Z Downloaded openssl-probe v0.2.1
2482026-03-25T20:23:29.245Z Downloaded http-body v1.0.1
2492026-03-25T20:23:29.245Z Downloaded idna_adapter v1.0.0
2502026-03-25T20:23:29.245Z Downloaded lazy_static v1.5.0
2512026-03-25T20:23:29.249Z Downloaded base64ct v1.8.3
2522026-03-25T20:23:29.250Z Downloaded pin-project-internal v1.1.11
2532026-03-25T20:23:29.253Z Downloaded self-replace v1.5.0
2542026-03-25T20:23:29.253Z Downloaded futures-macro v0.3.32
2552026-03-25T20:23:29.255Z Downloaded serde-value v0.7.0
2562026-03-25T20:23:29.256Z Downloaded hex v0.4.3
2572026-03-25T20:23:29.256Z Downloaded cargo-platform v0.2.0
2582026-03-25T20:23:29.259Z Downloaded serde_spanned v1.1.0
2592026-03-25T20:23:29.259Z Downloaded cpufeatures v0.2.17
2602026-03-25T20:23:29.259Z Downloaded shared_child v1.1.1
2612026-03-25T20:23:29.265Z Downloaded serde_spanned v0.6.9
2622026-03-25T20:23:29.265Z Downloaded curve25519-dalek-derive v0.1.1
2632026-03-25T20:23:29.265Z Downloaded percent-encoding v2.3.2
2642026-03-25T20:23:29.269Z Downloaded serde_ignored v0.1.14
2652026-03-25T20:23:29.269Z Downloaded cargo-platform v0.3.2
2662026-03-25T20:23:29.269Z Downloaded equivalent v1.0.2
2672026-03-25T20:23:29.269Z Downloaded cfg-if v1.0.4
2682026-03-25T20:23:29.272Z Downloaded serde_urlencoded v0.7.1
2692026-03-25T20:23:29.277Z Downloaded jobserver v0.1.34
2702026-03-25T20:23:29.277Z Downloaded hyper-tls v0.6.0
2712026-03-25T20:23:29.280Z Downloaded nextest-metadata v0.12.2
2722026-03-25T20:23:29.281Z Downloaded ipnet v2.12.0
2732026-03-25T20:23:29.284Z Downloaded pin-project-lite v0.2.17
2742026-03-25T20:23:29.284Z Downloaded native-tls v0.2.18
2752026-03-25T20:23:29.288Z Downloaded foldhash v0.1.5
2762026-03-25T20:23:29.288Z Downloaded cfg-expr v0.20.7
2772026-03-25T20:23:29.288Z Downloaded futures-channel v0.3.32
2782026-03-25T20:23:29.291Z Downloaded console v0.15.11
2792026-03-25T20:23:29.291Z Downloaded signature v2.2.0
2802026-03-25T20:23:29.292Z Downloaded clap_derive v4.6.0
2812026-03-25T20:23:29.294Z Downloaded strsim v0.11.1
2822026-03-25T20:23:29.294Z Downloaded fastrand v2.3.0
2832026-03-25T20:23:29.297Z Downloaded subtle v2.6.1
2842026-03-25T20:23:29.297Z Downloaded cfg_aliases v0.2.1
2852026-03-25T20:23:29.297Z Downloaded borsh v1.6.1
2862026-03-25T20:23:29.301Z Downloaded swrite v0.1.0
2872026-03-25T20:23:29.302Z Downloaded supports-unicode v3.0.0
2882026-03-25T20:23:29.304Z Downloaded signal-hook-mio v0.2.5
2892026-03-25T20:23:29.305Z Downloaded cargo-util-schemas v0.2.0
2902026-03-25T20:23:29.305Z Downloaded nextest-filtering v0.15.0
2912026-03-25T20:23:29.308Z Downloaded erased-serde v0.4.10
2922026-03-25T20:23:29.308Z Downloaded sigchld v0.2.4
2932026-03-25T20:23:29.308Z Downloaded quote v1.0.45
2942026-03-25T20:23:29.313Z Downloaded supports-hyperlinks v3.2.0
2952026-03-25T20:23:29.313Z Downloaded digest v0.10.7
2962026-03-25T20:23:29.313Z Downloaded sync_wrapper v1.0.2
2972026-03-25T20:23:29.313Z Downloaded rand_core v0.9.5
2982026-03-25T20:23:29.313Z Downloaded terminal_size v0.4.4
2992026-03-25T20:23:29.316Z Downloaded tinyvec_macros v0.1.1
3002026-03-25T20:23:29.321Z Downloaded backtrace v0.3.76
3012026-03-25T20:23:29.326Z Downloaded ppv-lite86 v0.2.21
3022026-03-25T20:23:29.326Z Downloaded convert_case v0.10.0
3032026-03-25T20:23:29.326Z Downloaded anstream v1.0.0
3042026-03-25T20:23:29.329Z Downloaded getrandom v0.2.17
3052026-03-25T20:23:29.329Z Downloaded crc32fast v1.5.0
3062026-03-25T20:23:29.332Z Downloaded either v1.15.0
3072026-03-25T20:23:29.332Z Downloaded cargo_metadata v0.20.0
3082026-03-25T20:23:29.332Z Downloaded hyper-util v0.1.20
3092026-03-25T20:23:29.339Z Downloaded target-spec-miette v0.4.5
3102026-03-25T20:23:29.340Z Downloaded futures-executor v0.3.32
3112026-03-25T20:23:29.340Z Downloaded camino-tempfile v1.4.1
3122026-03-25T20:23:29.343Z Downloaded bitflags v2.11.0
3132026-03-25T20:23:29.343Z Downloaded dialoguer v0.11.0
3142026-03-25T20:23:29.346Z Downloaded filetime v0.2.27
3152026-03-25T20:23:29.346Z Downloaded miette-derive v7.6.0
3162026-03-25T20:23:29.346Z Downloaded serde-untagged v0.1.9
3172026-03-25T20:23:29.350Z Downloaded rustc-demangle v0.1.27
3182026-03-25T20:23:29.351Z Downloaded toml_write v0.1.2
3192026-03-25T20:23:29.355Z Downloaded rand_core v0.6.4
3202026-03-25T20:23:29.355Z Downloaded globset v0.4.18
3212026-03-25T20:23:29.355Z Downloaded tower-layer v0.3.3
3222026-03-25T20:23:29.355Z Downloaded anstyle v1.0.14
3232026-03-25T20:23:29.360Z Downloaded quinn-udp v0.5.14
3242026-03-25T20:23:29.360Z Downloaded slab v0.4.12
3252026-03-25T20:23:29.360Z Downloaded simd-adler32 v0.3.8
3262026-03-25T20:23:29.360Z Downloaded shlex v1.3.0
3272026-03-25T20:23:29.360Z Downloaded shell-words v1.1.1
3282026-03-25T20:23:29.363Z Downloaded http-body-util v0.1.3
3292026-03-25T20:23:29.363Z Downloaded spki v0.7.3
3302026-03-25T20:23:29.363Z Downloaded strip-ansi-escapes v0.2.1
3312026-03-25T20:23:29.363Z Downloaded sha2 v0.10.9
3322026-03-25T20:23:29.367Z Downloaded static_assertions v1.1.0
3332026-03-25T20:23:29.367Z Downloaded smol_str v0.3.6
3342026-03-25T20:23:29.367Z Downloaded typeid v1.0.3
3352026-03-25T20:23:29.371Z Downloaded derive-where v1.6.1
3362026-03-25T20:23:29.371Z Downloaded toml_datetime v0.6.11
3372026-03-25T20:23:29.374Z Downloaded unicode-linebreak v0.1.5
3382026-03-25T20:23:29.374Z Downloaded log v0.4.29
3392026-03-25T20:23:29.377Z Downloaded miette v7.6.0
3402026-03-25T20:23:29.380Z Downloaded signal-hook-registry v1.4.8
3412026-03-25T20:23:29.380Z Downloaded parking_lot v0.12.5
3422026-03-25T20:23:29.383Z Downloaded serde_path_to_error v0.1.20
3432026-03-25T20:23:29.383Z Downloaded owo-colors v4.3.0
3442026-03-25T20:23:29.383Z Downloaded semver v1.0.27
3452026-03-25T20:23:29.386Z Downloaded target-lexicon v0.13.3
3462026-03-25T20:23:29.389Z Downloaded supports-color v3.0.2
3472026-03-25T20:23:29.392Z Downloaded tracing-error v0.2.1
3482026-03-25T20:23:29.392Z Downloaded rand_chacha v0.9.0
3492026-03-25T20:23:29.392Z Downloaded pkcs8 v0.10.2
3502026-03-25T20:23:29.395Z Downloaded try-lock v0.2.5
3512026-03-25T20:23:29.395Z Downloaded urlencoding v2.1.3
3522026-03-25T20:23:29.398Z Downloaded unicode-xid v0.2.6
3532026-03-25T20:23:29.398Z Downloaded rustls-pki-types v1.14.0
3542026-03-25T20:23:29.402Z Downloaded target-spec v3.5.7
3552026-03-25T20:23:29.402Z Downloaded want v0.3.1
3562026-03-25T20:23:29.405Z Downloaded version_check v0.9.5
3572026-03-25T20:23:29.405Z Downloaded eyre v0.6.12
3582026-03-25T20:23:29.405Z Downloaded tokio-macros v2.6.1
3592026-03-25T20:23:29.408Z Downloaded thiserror-impl v2.0.18
3602026-03-25T20:23:29.408Z Downloaded thiserror-impl v1.0.69
3612026-03-25T20:23:29.408Z Downloaded thiserror v2.0.18
3622026-03-25T20:23:29.411Z Downloaded utf8parse v0.2.2
3632026-03-25T20:23:29.411Z Downloaded untrusted v0.9.0
3642026-03-25T20:23:29.414Z Downloaded self_update v0.42.0
3652026-03-25T20:23:29.414Z Downloaded parking_lot_core v0.9.12
3662026-03-25T20:23:29.417Z Downloaded getrandom v0.3.4
3672026-03-25T20:23:29.417Z Downloaded thiserror v1.0.69
3682026-03-25T20:23:29.420Z Downloaded utf8_iter v1.0.4
3692026-03-25T20:23:29.420Z Downloaded const-oid v0.9.6
3702026-03-25T20:23:29.424Z Downloaded thread_local v1.1.9
3712026-03-25T20:23:29.427Z Downloaded xattr v1.6.1
3722026-03-25T20:23:29.430Z Downloaded toml_writer v1.1.0+spec-1.1.0
3732026-03-25T20:23:29.430Z Downloaded litrs v1.0.0
3742026-03-25T20:23:29.435Z Downloaded tower-service v0.3.3
3752026-03-25T20:23:29.443Z Downloaded tokio-native-tls v0.3.1
3762026-03-25T20:23:29.447Z Downloaded quick-junit v0.5.2
3772026-03-25T20:23:29.447Z Downloaded num-traits v0.2.19
3782026-03-25T20:23:29.451Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3792026-03-25T20:23:29.451Z Downloaded pin-project v1.1.11
3802026-03-25T20:23:29.462Z Downloaded future-queue v0.4.0
3812026-03-25T20:23:29.467Z Downloaded proc-macro2 v1.0.106
3822026-03-25T20:23:29.467Z Downloaded indicatif v0.17.11
3832026-03-25T20:23:29.468Z Downloaded tracing-log v0.2.0
3842026-03-25T20:23:29.468Z Downloaded ron v0.12.0
3852026-03-25T20:23:29.468Z Downloaded tempfile v3.27.0
3862026-03-25T20:23:29.471Z Downloaded smallvec v1.15.1
3872026-03-25T20:23:29.471Z Downloaded ryu v1.0.23
3882026-03-25T20:23:29.471Z Downloaded getrandom v0.4.2
3892026-03-25T20:23:29.475Z Downloaded httparse v1.10.1
3902026-03-25T20:23:29.478Z Downloaded clap v4.6.0
3912026-03-25T20:23:29.482Z Downloaded zstd v0.13.3
3922026-03-25T20:23:29.485Z Downloaded serde_derive v1.0.228
3932026-03-25T20:23:29.488Z Downloaded serde_core v1.0.228
3942026-03-25T20:23:29.498Z Downloaded tokio-stream v0.1.18
3952026-03-25T20:23:29.501Z Downloaded miniz_oxide v0.8.9
3962026-03-25T20:23:29.504Z Downloaded zeroize v1.8.2
3972026-03-25T20:23:29.507Z Downloaded openssl-sys v0.9.112
3982026-03-25T20:23:29.510Z Downloaded zipsign-api v0.1.5
3992026-03-25T20:23:29.510Z Downloaded xxhash-rust v0.8.15
4002026-03-25T20:23:29.513Z Downloaded signal-hook v0.3.18
4012026-03-25T20:23:29.513Z Downloaded tokio-rustls v0.26.4
4022026-03-25T20:23:29.516Z Downloaded derive_more v2.1.1
4032026-03-25T20:23:29.520Z Downloaded tracing-attributes v0.1.31
4042026-03-25T20:23:29.523Z Downloaded socket2 v0.6.3
4052026-03-25T20:23:29.523Z Downloaded toml_parser v1.1.0+spec-1.1.0
4062026-03-25T20:23:29.526Z Downloaded toml v0.8.23
4072026-03-25T20:23:29.526Z Downloaded config v0.15.22
4082026-03-25T20:23:29.529Z Downloaded der v0.7.10
4092026-03-25T20:23:29.532Z Downloaded unicase v2.9.0
4102026-03-25T20:23:29.535Z Downloaded tinyvec v1.11.0
4112026-03-25T20:23:29.540Z Downloaded futures v0.3.32
4122026-03-25T20:23:29.545Z Downloaded unicode-ident v1.0.24
4132026-03-25T20:23:29.547Z Downloaded camino v1.2.2
4142026-03-25T20:23:29.550Z Downloaded zstd-safe v7.2.4
4152026-03-25T20:23:29.553Z Downloaded idna v1.1.0
4162026-03-25T20:23:29.556Z Downloaded sharded-slab v0.1.7
4172026-03-25T20:23:29.556Z Downloaded zmij v1.0.21
4182026-03-25T20:23:29.560Z Downloaded toml v1.1.0+spec-1.1.0
4192026-03-25T20:23:29.564Z Downloaded uuid v1.22.0
4202026-03-25T20:23:29.568Z Downloaded tar v0.4.45
4212026-03-25T20:23:29.568Z Downloaded textwrap v0.16.2
4222026-03-25T20:23:29.571Z Downloaded mio v1.1.1
4232026-03-25T20:23:29.571Z Downloaded flate2 v1.1.9
4242026-03-25T20:23:29.574Z Downloaded ed25519-dalek v2.2.0
4252026-03-25T20:23:29.577Z Downloaded derive_more-impl v2.1.1
4262026-03-25T20:23:29.581Z Downloaded cc v1.2.57
4272026-03-25T20:23:29.581Z Downloaded base64 v0.22.1
4282026-03-25T20:23:29.583Z Downloaded serde v1.0.228
4292026-03-25T20:23:29.583Z Downloaded tracing-core v0.1.36
4302026-03-25T20:23:29.586Z Downloaded toml_edit v0.22.27
4312026-03-25T20:23:29.590Z Downloaded iri-string v0.7.11
4322026-03-25T20:23:29.594Z Downloaded typenum v1.19.0
4332026-03-25T20:23:29.596Z Downloaded rand v0.9.2
4342026-03-25T20:23:29.599Z Downloaded vte v0.14.1
4352026-03-25T20:23:29.607Z Downloaded rustls-webpki v0.103.10
4362026-03-25T20:23:29.610Z Downloaded memchr v2.8.0
4372026-03-25T20:23:29.616Z Downloaded http v1.4.0
4382026-03-25T20:23:29.627Z Downloaded url v2.5.8
4392026-03-25T20:23:29.630Z Downloaded quinn v0.11.9
4402026-03-25T20:23:29.642Z Downloaded itertools v0.14.0
4412026-03-25T20:23:29.651Z Downloaded guppy v0.17.25
4422026-03-25T20:23:29.661Z Downloaded hashbrown v0.15.5
4432026-03-25T20:23:29.668Z Downloaded tower v0.5.3
4442026-03-25T20:23:29.673Z Downloaded unicode-segmentation v1.13.1
4452026-03-25T20:23:29.676Z Downloaded crossterm v0.29.0
4462026-03-25T20:23:29.681Z Downloaded aho-corasick v1.1.4
4472026-03-25T20:23:29.691Z Downloaded pulldown-cmark v0.13.3
4482026-03-25T20:23:29.694Z Downloaded hashbrown v0.16.1
4492026-03-25T20:23:29.699Z Downloaded reqwest v0.12.28
4502026-03-25T20:23:29.702Z Downloaded clap_builder v4.6.0
4512026-03-25T20:23:29.706Z Downloaded tower-http v0.6.8
4522026-03-25T20:23:29.710Z Downloaded serde_json v1.0.149
4532026-03-25T20:23:29.714Z Downloaded tokio-util v0.7.18
4542026-03-25T20:23:29.717Z Downloaded unicode-normalization v0.1.25
4552026-03-25T20:23:29.721Z Downloaded h2 v0.4.13
4562026-03-25T20:23:29.724Z Downloaded futures-util v0.3.32
4572026-03-25T20:23:29.729Z Downloaded regex v1.12.3
4582026-03-25T20:23:29.751Z Downloaded portable-atomic v1.13.1
4592026-03-25T20:23:29.756Z Downloaded chrono v0.4.44
4602026-03-25T20:23:29.768Z Downloaded quick-xml v0.37.5
4612026-03-25T20:23:29.777Z Downloaded webpki-roots v1.0.6
4622026-03-25T20:23:29.787Z Downloaded curve25519-dalek v4.1.3
4632026-03-25T20:23:29.790Z Downloaded unicode-width v0.1.14
4642026-03-25T20:23:29.793Z Downloaded bstr v1.12.1
4652026-03-25T20:23:29.798Z Downloaded quick-xml v0.38.4
4662026-03-25T20:23:29.801Z Downloaded gimli v0.32.3
4672026-03-25T20:23:29.816Z Downloaded winnow v1.0.0
4682026-03-25T20:23:29.826Z Downloaded quinn-proto v0.11.14
4692026-03-25T20:23:29.833Z Downloaded winnow v0.7.15
4702026-03-25T20:23:29.842Z Downloaded tracing-subscriber v0.3.23
4712026-03-25T20:23:29.846Z Downloaded color-eyre v0.6.5
4722026-03-25T20:23:29.867Z Downloaded tokio v1.50.0
4732026-03-25T20:23:29.896Z Downloaded vcpkg v0.2.15
4742026-03-25T20:23:29.918Z Downloaded openssl v0.10.76
4752026-03-25T20:23:29.946Z Downloaded zerocopy v0.8.47
4762026-03-25T20:23:29.956Z Downloaded unicode-width v0.2.2
4772026-03-25T20:23:29.960Z Downloaded nextest-runner v0.80.0
4782026-03-25T20:23:29.966Z Downloaded syn v2.0.117
4792026-03-25T20:23:29.981Z Downloaded nix v0.30.1
4802026-03-25T20:23:29.989Z Downloaded regex-syntax v0.8.10
4812026-03-25T20:23:29.992Z Downloaded rustix v0.38.44
4822026-03-25T20:23:30.005Z Downloaded object v0.37.3
4832026-03-25T20:23:30.018Z Downloaded rustls v0.23.37
4842026-03-25T20:23:30.023Z Downloaded rustix v1.1.4
4852026-03-25T20:23:30.057Z Downloaded tracing v0.1.44
4862026-03-25T20:23:30.093Z Downloaded regex-automata v0.4.14
4872026-03-25T20:23:30.149Z Downloaded libc v0.2.183
4882026-03-25T20:23:30.168Z Downloaded petgraph v0.8.3
4892026-03-25T20:23:30.179Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4902026-03-25T20:23:30.246Z Downloaded recursion v0.5.4
4912026-03-25T20:23:30.260Z Downloaded ring v0.17.14
4922026-03-25T20:23:30.319Z Compiling proc-macro2 v1.0.106
4932026-03-25T20:23:30.319Z Compiling libc v0.2.183
4942026-03-25T20:23:30.319Z Compiling quote v1.0.45
4952026-03-25T20:23:30.319Z Compiling unicode-ident v1.0.24
4962026-03-25T20:23:30.324Z Compiling serde_core v1.0.228
4972026-03-25T20:23:30.324Z Compiling cfg-if v1.0.4
4982026-03-25T20:23:30.324Z Compiling memchr v2.8.0
4992026-03-25T20:23:30.447Z Compiling once_cell v1.21.4
5002026-03-25T20:23:30.521Z Compiling log v0.4.29
5012026-03-25T20:23:30.611Z Compiling pin-project-lite v0.2.17
5022026-03-25T20:23:30.688Z Compiling itoa v1.0.18
5032026-03-25T20:23:30.700Z Compiling serde v1.0.228
5042026-03-25T20:23:30.920Z Compiling futures-core v0.3.32
5052026-03-25T20:23:31.076Z Compiling bitflags v2.11.0
5062026-03-25T20:23:31.425Z Compiling smallvec v1.15.1
5072026-03-25T20:23:31.551Z Compiling equivalent v1.0.2
5082026-03-25T20:23:31.583Z Compiling shlex v1.3.0
5092026-03-25T20:23:31.586Z Compiling find-msvc-tools v0.1.9
5102026-03-25T20:23:31.652Z Compiling hashbrown v0.16.1
5112026-03-25T20:23:31.663Z Compiling bytes v1.11.1
5122026-03-25T20:23:31.756Z Compiling rustix v1.1.4
5132026-03-25T20:23:31.810Z Compiling futures-sink v0.3.32
5142026-03-25T20:23:31.916Z Compiling jobserver v0.1.34
5152026-03-25T20:23:31.928Z Compiling slab v0.4.12
5162026-03-25T20:23:32.082Z Compiling errno v0.3.14
5172026-03-25T20:23:32.095Z Compiling mio v1.1.1
5182026-03-25T20:23:32.121Z Compiling cc v1.2.57
5192026-03-25T20:23:32.249Z Compiling signal-hook-registry v1.4.8
5202026-03-25T20:23:32.350Z Compiling socket2 v0.6.3
5212026-03-25T20:23:32.480Z Compiling syn v2.0.117
5222026-03-25T20:23:32.541Z Compiling zmij v1.0.21
5232026-03-25T20:23:32.756Z Compiling futures-channel v0.3.32
5242026-03-25T20:23:32.778Z Compiling tracing-core v0.1.36
5252026-03-25T20:23:32.872Z Compiling version_check v0.9.5
5262026-03-25T20:23:33.012Z Compiling serde_json v1.0.149
5272026-03-25T20:23:33.146Z Compiling futures-task v0.3.32
5282026-03-25T20:23:33.256Z Compiling futures-io v0.3.32
5292026-03-25T20:23:33.363Z Compiling getrandom v0.4.2
5302026-03-25T20:23:33.389Z Compiling camino v1.2.2
5312026-03-25T20:23:33.474Z Compiling indexmap v2.13.0
5322026-03-25T20:23:33.596Z Compiling unicode-width v0.2.2
5332026-03-25T20:23:33.768Z Compiling ring v0.17.14
5342026-03-25T20:23:33.833Z Compiling http v1.4.0
5352026-03-25T20:23:33.907Z Compiling adler2 v2.0.1
5362026-03-25T20:23:33.920Z Compiling simd-adler32 v0.3.8
5372026-03-25T20:23:34.080Z Compiling autocfg v1.5.0
5382026-03-25T20:23:34.316Z Compiling percent-encoding v2.3.2
5392026-03-25T20:23:34.340Z Compiling zeroize v1.8.2
5402026-03-25T20:23:34.444Z Compiling num-traits v0.2.19
5412026-03-25T20:23:34.534Z Compiling miniz_oxide v0.8.9
5422026-03-25T20:23:34.673Z Compiling zerocopy v0.8.47
5432026-03-25T20:23:34.791Z Compiling target-lexicon v0.13.3
5442026-03-25T20:23:35.046Z Compiling object v0.37.3
5452026-03-25T20:23:35.171Z Compiling getrandom v0.3.4
5462026-03-25T20:23:35.366Z Compiling http-body v1.0.1
5472026-03-25T20:23:35.496Z Compiling rustls-pki-types v1.14.0
5482026-03-25T20:23:35.509Z Compiling semver v1.0.27
5492026-03-25T20:23:35.519Z Compiling getrandom v0.2.17
5502026-03-25T20:23:35.657Z Compiling guppy-workspace-hack v0.1.0
5512026-03-25T20:23:35.702Z Compiling fnv v1.0.7
5522026-03-25T20:23:35.808Z Compiling owo-colors v4.3.0
5532026-03-25T20:23:35.863Z Compiling thiserror v2.0.18
5542026-03-25T20:23:35.931Z Compiling gimli v0.32.3
5552026-03-25T20:23:36.017Z Compiling typenum v1.19.0
5562026-03-25T20:23:36.119Z Compiling httparse v1.10.1
5572026-03-25T20:23:36.144Z Compiling untrusted v0.9.0
5582026-03-25T20:23:36.156Z Compiling serde_derive v1.0.228
5592026-03-25T20:23:36.192Z Compiling tokio-macros v2.6.1
5602026-03-25T20:23:36.270Z Compiling futures-macro v0.3.32
5612026-03-25T20:23:36.315Z Compiling tracing-attributes v0.1.31
5622026-03-25T20:23:36.347Z Compiling signal-hook v0.3.18
5632026-03-25T20:23:36.576Z Compiling thiserror-impl v2.0.18
5642026-03-25T20:23:37.005Z Compiling tokio v1.50.0
5652026-03-25T20:23:37.082Z Compiling futures-util v0.3.32
5662026-03-25T20:23:37.531Z Compiling tracing v0.1.44
5672026-03-25T20:23:37.790Z Compiling addr2line v0.25.1
5682026-03-25T20:23:38.633Z Compiling form_urlencoded v1.2.2
5692026-03-25T20:23:38.804Z Compiling generic-array v0.14.7
5702026-03-25T20:23:38.895Z Compiling utf8_iter v1.0.4
5712026-03-25T20:23:39.024Z Compiling try-lock v0.2.5
5722026-03-25T20:23:39.055Z Compiling pkg-config v0.3.32
5732026-03-25T20:23:39.139Z Compiling tower-service v0.3.3
5742026-03-25T20:23:39.237Z Compiling rustls v0.23.37
5752026-03-25T20:23:39.361Z Compiling typeid v1.0.3
5762026-03-25T20:23:39.447Z Compiling atomic-waker v1.1.2
5772026-03-25T20:23:39.495Z Compiling rustc-demangle v0.1.27
5782026-03-25T20:23:39.578Z Compiling thiserror v1.0.69
5792026-03-25T20:23:39.641Z Compiling target-spec v3.5.7
5802026-03-25T20:23:39.704Z Compiling idna_adapter v1.0.0
5812026-03-25T20:23:39.822Z Compiling fastrand v2.3.0
5822026-03-25T20:23:39.943Z Compiling idna v1.1.0
5832026-03-25T20:23:40.084Z Compiling tempfile v3.27.0
5842026-03-25T20:23:40.215Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-03-25T20:23:40.471Z Compiling want v0.3.1
5862026-03-25T20:23:40.618Z Compiling backtrace v0.3.76
5872026-03-25T20:23:40.709Z Compiling cfg-expr v0.20.7
5882026-03-25T20:23:40.884Z Compiling tokio-util v0.7.18
5892026-03-25T20:23:41.535Z Compiling h2 v0.4.13
5902026-03-25T20:23:41.946Z Compiling thiserror-impl v1.0.69
5912026-03-25T20:23:41.984Z Compiling terminal_size v0.4.4
5922026-03-25T20:23:42.114Z Compiling aho-corasick v1.1.4
5932026-03-25T20:23:42.133Z Compiling winnow v0.7.15
5942026-03-25T20:23:42.133Z Compiling subtle v2.6.1
5952026-03-25T20:23:42.288Z Compiling erased-serde v0.4.10
5962026-03-25T20:23:42.568Z Compiling pin-utils v0.1.0
5972026-03-25T20:23:42.643Z Compiling regex-syntax v0.8.10
5982026-03-25T20:23:44.005Z Compiling hyper v1.8.1
5992026-03-25T20:23:45.433Z Compiling rustls-webpki v0.103.10
6002026-03-25T20:23:47.428Z Compiling regex-automata v0.4.14
6012026-03-25T20:23:47.667Z Compiling url v2.5.8
6022026-03-25T20:23:47.757Z Compiling serde_spanned v0.6.9
6032026-03-25T20:23:47.915Z Compiling toml_datetime v0.6.11
6042026-03-25T20:23:47.956Z Compiling ahash v0.8.12
6052026-03-25T20:23:48.198Z Compiling sync_wrapper v1.0.2
6062026-03-25T20:23:48.292Z Compiling is_ci v1.2.0
6072026-03-25T20:23:48.311Z Compiling toml_write v0.1.2
6082026-03-25T20:23:48.459Z Compiling nextest-workspace-hack v0.1.0
6092026-03-25T20:23:48.549Z Compiling portable-atomic v1.13.1
6102026-03-25T20:23:48.672Z Compiling tower-layer v0.3.3
6112026-03-25T20:23:48.881Z Compiling either v1.15.0
6122026-03-25T20:23:48.990Z Compiling unicode-segmentation v1.13.1
6132026-03-25T20:23:49.096Z Compiling crc32fast v1.5.0
6142026-03-25T20:23:49.377Z Compiling parking_lot_core v0.9.12
6152026-03-25T20:23:49.389Z Compiling foldhash v0.1.5
6162026-03-25T20:23:49.614Z Compiling lazy_static v1.5.0
6172026-03-25T20:23:49.645Z Compiling base64 v0.22.1
6182026-03-25T20:23:49.711Z Compiling unicode-linebreak v0.1.5
6192026-03-25T20:23:49.728Z Compiling ipnet v2.12.0
6202026-03-25T20:23:49.842Z Compiling sharded-slab v0.1.7
6212026-03-25T20:23:49.986Z Compiling hyper-util v0.1.20
6222026-03-25T20:23:50.112Z Compiling tokio-rustls v0.26.4
6232026-03-25T20:23:50.147Z Compiling textwrap v0.16.2
6242026-03-25T20:23:51.387Z Compiling hashbrown v0.15.5
6252026-03-25T20:23:51.401Z Compiling convert_case v0.10.0
6262026-03-25T20:23:51.401Z Compiling tower v0.5.3
6272026-03-25T20:23:51.401Z Compiling toml_edit v0.22.27
6282026-03-25T20:23:51.401Z Compiling supports-color v3.0.2
6292026-03-25T20:23:51.401Z Compiling backtrace-ext v0.2.1
6302026-03-25T20:23:51.551Z Compiling ordered-float v2.10.1
6312026-03-25T20:23:51.667Z Compiling miette-derive v7.6.0
6322026-03-25T20:23:51.830Z Compiling webpki-roots v1.0.6
6332026-03-25T20:23:51.939Z Compiling pathdiff v0.2.3
6342026-03-25T20:23:51.944Z Compiling console v0.15.11
6352026-03-25T20:23:52.008Z Compiling cargo-platform v0.3.2
6362026-03-25T20:23:52.568Z Compiling tracing-log v0.2.0
6372026-03-25T20:23:52.621Z Compiling os_pipe v1.2.3
6382026-03-25T20:23:52.698Z Compiling thread_local v1.1.9
6392026-03-25T20:23:52.782Z Compiling supports-hyperlinks v3.2.0
6402026-03-25T20:23:52.934Z Compiling debug-ignore v1.0.5
6412026-03-25T20:23:53.013Z Compiling fixedbitset v0.5.7
6422026-03-25T20:23:53.046Z Compiling scopeguard v1.2.0
6432026-03-25T20:23:53.059Z Compiling winnow v1.0.0
6442026-03-25T20:23:53.155Z Compiling iri-string v0.7.11
6452026-03-25T20:23:53.248Z Compiling unicode-width v0.1.14
6462026-03-25T20:23:53.521Z Compiling utf8parse v0.2.2
6472026-03-25T20:23:53.556Z Compiling rustix v0.38.44
6482026-03-25T20:23:53.634Z Compiling zstd-safe v7.2.4
6492026-03-25T20:23:53.898Z Compiling ryu v1.0.23
6502026-03-25T20:23:54.218Z Compiling supports-unicode v3.0.0
6512026-03-25T20:23:54.223Z Compiling pulldown-cmark v0.13.3
6522026-03-25T20:23:54.374Z Compiling cfg_aliases v0.2.1
6532026-03-25T20:23:54.439Z Compiling miette v7.6.0
6542026-03-25T20:23:54.470Z Compiling nix v0.30.1
6552026-03-25T20:23:54.535Z Compiling toml_parser v1.1.0+spec-1.1.0
6562026-03-25T20:23:54.829Z Compiling tower-http v0.6.8
6572026-03-25T20:23:55.769Z Compiling serde_urlencoded v0.7.1
6582026-03-25T20:23:55.869Z Compiling anstyle-parse v1.0.0
6592026-03-25T20:23:55.872Z Compiling petgraph v0.8.3
6602026-03-25T20:23:56.048Z Compiling lock_api v0.4.14
6612026-03-25T20:23:56.105Z Compiling tracing-subscriber v0.3.23
6622026-03-25T20:23:56.321Z Compiling sigchld v0.2.4
6632026-03-25T20:23:56.489Z Compiling toml v0.8.23
6642026-03-25T20:23:57.787Z Compiling cargo_metadata v0.23.1
6652026-03-25T20:23:59.290Z Compiling hyper-rustls v0.27.7
6662026-03-25T20:23:59.303Z Compiling serde-value v0.7.0
6672026-03-25T20:23:59.303Z Compiling serde-untagged v0.1.9
6682026-03-25T20:23:59.427Z Compiling derive_more-impl v2.1.1
6692026-03-25T20:23:59.787Z Compiling regex v1.12.3
6702026-03-25T20:23:59.958Z Compiling itertools v0.14.0
6712026-03-25T20:24:00.069Z Compiling block-buffer v0.10.4
6722026-03-25T20:24:00.227Z Compiling crypto-common v0.1.7
6732026-03-25T20:24:00.231Z Compiling ppv-lite86 v0.2.21
6742026-03-25T20:24:00.368Z Compiling futures-executor v0.3.32
6752026-03-25T20:24:00.377Z Compiling rand_core v0.9.5
6762026-03-25T20:24:00.563Z Compiling pin-project-internal v1.1.11
6772026-03-25T20:24:00.641Z Compiling http-body-util v0.1.3
6782026-03-25T20:24:00.886Z Compiling uuid v1.22.0
6792026-03-25T20:24:00.890Z Compiling serde_spanned v1.1.0
6802026-03-25T20:24:01.060Z Compiling smol_str v0.3.6
6812026-03-25T20:24:01.271Z Compiling toml_datetime v1.1.0+spec-1.1.0
6822026-03-25T20:24:01.397Z Compiling filetime v0.2.27
6832026-03-25T20:24:01.407Z Compiling bstr v1.12.1
6842026-03-25T20:24:01.446Z Compiling vte v0.14.1
6852026-03-25T20:24:01.586Z Compiling anstyle-query v1.1.5
6862026-03-25T20:24:01.651Z Compiling eyre v0.6.12
6872026-03-25T20:24:01.662Z Compiling unicase v2.9.0
6882026-03-25T20:24:01.704Z Compiling static_assertions v1.1.0
6892026-03-25T20:24:01.777Z Compiling xattr v1.6.1
6902026-03-25T20:24:01.789Z Compiling anstyle v1.0.14
6912026-03-25T20:24:01.843Z Compiling unicode-xid v0.2.6
6922026-03-25T20:24:01.964Z Compiling color-spantrace v0.3.0
6932026-03-25T20:24:01.984Z Compiling iana-time-zone v0.1.65
6942026-03-25T20:24:02.050Z Compiling number_prefix v0.4.0
6952026-03-25T20:24:02.084Z Compiling nested v0.1.1
6962026-03-25T20:24:02.202Z Compiling tinyvec_macros v0.1.1
6972026-03-25T20:24:02.257Z Compiling colorchoice v1.0.5
6982026-03-25T20:24:02.274Z Compiling is_terminal_polyfill v1.70.2
6992026-03-25T20:24:02.290Z Compiling self_update v0.42.0
7002026-03-25T20:24:02.314Z Compiling litrs v1.0.0
7012026-03-25T20:24:02.370Z Compiling anstream v1.0.0
7022026-03-25T20:24:02.530Z Compiling tinyvec v1.11.0
7032026-03-25T20:24:02.544Z Compiling guppy v0.17.25
7042026-03-25T20:24:02.756Z Compiling document-features v0.2.12
7052026-03-25T20:24:02.849Z Compiling indicatif v0.17.11
7062026-03-25T20:24:02.954Z Compiling chrono v0.4.44
7072026-03-25T20:24:03.276Z Compiling cargo-util-schemas v0.2.0
7082026-03-25T20:24:03.304Z Compiling tar v0.4.45
7092026-03-25T20:24:03.536Z Compiling globset v0.4.18
7102026-03-25T20:24:05.681Z Compiling pin-project v1.1.11
7112026-03-25T20:24:05.789Z Compiling strip-ansi-escapes v0.2.1
7122026-03-25T20:24:07.563Z Compiling toml v1.1.0+spec-1.1.0
7132026-03-25T20:24:07.626Z Compiling nextest-metadata v0.12.2
7142026-03-25T20:24:07.626Z Compiling newtype-uuid v1.3.2
7152026-03-25T20:24:07.626Z Compiling reqwest v0.12.28
7162026-03-25T20:24:07.626Z Compiling rand_chacha v0.9.0
7172026-03-25T20:24:07.626Z Compiling futures v0.3.32
7182026-03-25T20:24:07.626Z Compiling digest v0.10.7
7192026-03-25T20:24:07.626Z Compiling derive_more v2.1.1
7202026-03-25T20:24:07.626Z Compiling parking_lot v0.12.5
7212026-03-25T20:24:07.626Z Compiling flate2 v1.1.9
7222026-03-25T20:24:07.626Z Compiling tracing-error v0.2.1
7232026-03-25T20:24:07.626Z Compiling shared_child v1.1.1
7242026-03-25T20:24:07.666Z Compiling signal-hook-mio v0.2.5
7252026-03-25T20:24:07.757Z Compiling self-replace v1.5.0
7262026-03-25T20:24:07.771Z Compiling cargo-platform v0.2.0
7272026-03-25T20:24:08.050Z Compiling quick-xml v0.38.4
7282026-03-25T20:24:08.313Z Compiling quick-xml v0.37.5
7292026-03-25T20:24:08.553Z Compiling shell-words v1.1.1
7302026-03-25T20:24:09.093Z Compiling cpufeatures v0.2.17
7312026-03-25T20:24:09.127Z Compiling heck v0.5.0
7322026-03-25T20:24:09.320Z Compiling humantime v2.3.0
7332026-03-25T20:24:09.367Z Compiling strsim v0.11.1
7342026-03-25T20:24:09.673Z Compiling urlencoding v2.1.3
7352026-03-25T20:24:09.738Z Compiling indenter v0.3.4
7362026-03-25T20:24:09.846Z Compiling recursion v0.5.4
7372026-03-25T20:24:09.870Z Compiling clap_lex v1.1.0
7382026-03-25T20:24:09.988Z Compiling nextest-filtering v0.15.0
7392026-03-25T20:24:10.170Z Compiling clap_builder v4.6.0
7402026-03-25T20:24:10.431Z Compiling humantime-serde v1.1.1
7412026-03-25T20:24:10.585Z Compiling clap_derive v4.6.0
7422026-03-25T20:24:11.036Z Compiling sha2 v0.10.9
7432026-03-25T20:24:12.242Z Compiling quick-junit v0.5.2
7442026-03-25T20:24:12.346Z Compiling cargo_metadata v0.20.0
7452026-03-25T20:24:13.907Z Compiling atomicwrites v0.4.4
7462026-03-25T20:24:14.199Z Compiling cargo-nextest v0.9.97
7472026-03-25T20:24:14.504Z Compiling crossterm v0.29.0
7482026-03-25T20:24:16.114Z Compiling duct v0.13.7
7492026-03-25T20:24:16.444Z Compiling zstd v0.13.3
7502026-03-25T20:24:16.643Z Compiling config v0.15.22
7512026-03-25T20:24:16.774Z Compiling rand v0.9.2
7522026-03-25T20:24:16.853Z Compiling async-scoped v0.9.0
7532026-03-25T20:24:17.056Z Compiling unicode-normalization v0.1.25
7542026-03-25T20:24:17.450Z Compiling target-spec-miette v0.4.5
7552026-03-25T20:24:17.529Z Compiling future-queue v0.4.0
7562026-03-25T20:24:17.629Z Compiling mukti-metadata v0.3.0
7572026-03-25T20:24:17.712Z Compiling tokio-stream v0.1.18
7582026-03-25T20:24:17.815Z Compiling camino-tempfile v1.4.1
7592026-03-25T20:24:17.956Z Compiling derive-where v1.6.1
7602026-03-25T20:24:17.956Z Compiling serde_ignored v0.1.14
7612026-03-25T20:24:18.090Z Compiling serde_path_to_error v0.1.20
7622026-03-25T20:24:18.237Z Compiling swrite v0.1.0
7632026-03-25T20:24:18.249Z Compiling xxhash-rust v0.8.15
7642026-03-25T20:24:18.259Z Compiling home v0.5.12
7652026-03-25T20:24:18.345Z Compiling hex v0.4.3
7662026-03-25T20:24:18.427Z Compiling indent_write v2.2.0
7672026-03-25T20:24:18.427Z Compiling color-eyre v0.6.5
7682026-03-25T20:24:18.559Z Compiling clap v4.6.0
7692026-03-25T20:24:18.580Z Compiling dialoguer v0.11.0
7702026-03-25T20:24:18.636Z Compiling enable-ansi-support v0.2.1
7712026-03-25T20:24:19.058Z Compiling nextest-runner v0.80.0
7722026-03-25T20:24:37.234Z Finished `release` profile [optimized] target(s) in 1m 10s
7732026-03-25T20:24:37.419Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-03-25T20:24:37.424Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-03-25T20:24:37.540Z+ banner bfd
7762026-03-25T20:24:37.542Z
7772026-03-25T20:24:37.542Z ##### ###### #####
7782026-03-25T20:24:37.542Z # # # # #
7792026-03-25T20:24:37.542Z ##### ##### # #
7802026-03-25T20:24:37.542Z # # # # #
7812026-03-25T20:24:37.542Z # # # # #
7822026-03-25T20:24:37.542Z ##### # #####
7832026-03-25T20:24:37.542Z
7842026-03-25T20:24:37.543Z+ cargo nextest run -p bfd --nocapture
7852026-03-25T20:24:37.705Z Updating git repository `https://github.com/oxidecomputer/falcon`
7862026-03-25T20:24:38.321ZFrom https://github.com/oxidecomputer/falcon
7872026-03-25T20:24:38.321Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7882026-03-25T20:24:38.398Z Updating crates.io index
7892026-03-25T20:24:38.432Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7902026-03-25T20:24:39.222ZFrom https://github.com/oxidecomputer/dendrite
7912026-03-25T20:24:39.222Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7922026-03-25T20:24:39.304Z Updating git repository `https://github.com/oxidecomputer/ispf`
7932026-03-25T20:24:39.550ZFrom https://github.com/oxidecomputer/ispf
7942026-03-25T20:24:39.551Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7952026-03-25T20:24:39.556Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7962026-03-25T20:24:39.886ZFrom https://github.com/oxidecomputer/netadm-sys
7972026-03-25T20:24:39.886Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7982026-03-25T20:24:39.893Z Updating git repository `https://github.com/oxidecomputer/omicron`
7992026-03-25T20:24:47.904ZFrom https://github.com/oxidecomputer/omicron
8002026-03-25T20:24:47.904Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
8012026-03-25T20:24:48.357Z Updating git repository `https://github.com/oxidecomputer/opte`
8022026-03-25T20:24:48.952ZFrom https://github.com/oxidecomputer/opte
8032026-03-25T20:24:48.952Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
8042026-03-25T20:24:49.151Z Updating git repository `https://github.com/illumos/smf-rs`
8052026-03-25T20:24:49.452ZFrom https://github.com/illumos/smf-rs
8062026-03-25T20:24:49.452Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8072026-03-25T20:24:49.620Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-03-25T20:24:49.897ZFrom https://github.com/oxidecomputer/network-interface
8092026-03-25T20:24:49.897Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-03-25T20:24:49.920Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-03-25T20:24:50.197ZFrom https://github.com/oxidecomputer/zone
8122026-03-25T20:24:50.197Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-03-25T20:24:50.217Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-03-25T20:24:51.346ZFrom https://github.com/oxidecomputer/propolis
8152026-03-25T20:24:51.347Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-03-25T20:24:51.483Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8172026-03-25T20:24:51.996ZFrom https://github.com/oxidecomputer/transceiver-control
8182026-03-25T20:24:51.996Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8192026-03-25T20:24:52.008Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202026-03-25T20:24:52.297ZFrom https://github.com/oxidecomputer/dlpi-sys
8212026-03-25T20:24:52.297Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8222026-03-25T20:24:52.312Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232026-03-25T20:24:52.580ZFrom https://github.com/jmesmon/rust-libzfs
8242026-03-25T20:24:52.580Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8252026-03-25T20:24:52.587Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262026-03-25T20:24:52.832ZFrom https://github.com/oxidecomputer/rusty-doors
8272026-03-25T20:24:52.832Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8282026-03-25T20:24:52.889Z Updating git repository `https://github.com/oxidecomputer/lldp`
8292026-03-25T20:24:53.224ZFrom https://github.com/oxidecomputer/lldp
8302026-03-25T20:24:53.224Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8312026-03-25T20:24:53.236Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-03-25T20:24:53.515ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-03-25T20:24:53.516Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-03-25T20:24:53.613Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-03-25T20:24:53.924ZFrom https://github.com/oxidecomputer/tufaceous
8362026-03-25T20:24:53.924Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8372026-03-25T20:24:54.027Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-03-25T20:24:55.046ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-03-25T20:24:55.046Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8402026-03-25T20:24:55.061Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-03-25T20:24:56.175ZFrom https://github.com/oxidecomputer/crucible
8422026-03-25T20:24:56.175Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-03-25T20:24:56.229Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8442026-03-25T20:24:56.487ZFrom https://github.com/oxidecomputer/serde_human_bytes
8452026-03-25T20:24:56.487Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8462026-03-25T20:24:56.666Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-03-25T20:24:57.059ZFrom https://github.com/oxidecomputer/propolis
8482026-03-25T20:24:57.059Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8492026-03-25T20:24:57.336Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-03-25T20:24:57.625ZFrom https://github.com/oxidecomputer/tofino
8512026-03-25T20:24:57.625Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8522026-03-25T20:24:57.652Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-03-25T20:24:58.205ZFrom https://github.com/oxidecomputer/maghemite
8542026-03-25T20:24:58.205Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8552026-03-25T20:24:58.263Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-03-25T20:24:58.524ZFrom https://github.com/oxidecomputer/clickward
8572026-03-25T20:24:58.524Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-03-25T20:24:58.661Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8592026-03-25T20:24:59.056ZFrom https://github.com/oxidecomputer/illumos-devinfo
8602026-03-25T20:24:59.056Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8612026-03-25T20:24:59.064Z Updating git repository `https://github.com/oxidecomputer/crucible`
8622026-03-25T20:24:59.391ZFrom https://github.com/oxidecomputer/crucible
8632026-03-25T20:24:59.391Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8642026-03-25T20:25:00.234Z Downloading crates ...
8652026-03-25T20:25:00.334Z Downloaded arrayvec v0.7.6
8662026-03-25T20:25:00.341Z Downloaded base16ct v0.2.0
8672026-03-25T20:25:00.345Z Downloaded async-trait v0.1.89
8682026-03-25T20:25:00.350Z Downloaded drift v0.1.3
8692026-03-25T20:25:00.353Z Downloaded gethostname v0.5.0
8702026-03-25T20:25:00.353Z Downloaded foreign-types-macros v0.2.3
8712026-03-25T20:25:00.353Z Downloaded byte-wrapper v0.1.0
8722026-03-25T20:25:00.357Z Downloaded enum-as-inner v0.6.1
8732026-03-25T20:25:00.357Z Downloaded ciborium v0.2.2
8742026-03-25T20:25:00.357Z Downloaded console v0.16.3
8752026-03-25T20:25:00.357Z Downloaded bit-vec v0.8.0
8762026-03-25T20:25:00.363Z Downloaded darling_macro v0.21.3
8772026-03-25T20:25:00.363Z Downloaded crypto-bigint v0.5.5
8782026-03-25T20:25:00.366Z Downloaded cobs v0.3.0
8792026-03-25T20:25:00.366Z Downloaded async-recursion v1.1.1
8802026-03-25T20:25:00.366Z Downloaded blake2 v0.10.6
8812026-03-25T20:25:00.370Z Downloaded num v0.4.3
8822026-03-25T20:25:00.370Z Downloaded foldhash v0.2.0
8832026-03-25T20:25:00.370Z Downloaded newtype_derive v0.1.6
8842026-03-25T20:25:00.370Z Downloaded bcs v0.1.6
8852026-03-25T20:25:00.374Z Downloaded memmap v0.7.0
8862026-03-25T20:25:00.374Z Downloaded defmt-macros v1.0.1
8872026-03-25T20:25:00.374Z Downloaded convert_case v0.4.0
8882026-03-25T20:25:00.377Z Downloaded foreign-types v0.5.0
8892026-03-25T20:25:00.377Z Downloaded chacha20 v0.9.1
8902026-03-25T20:25:00.377Z Downloaded bit-set v0.8.0
8912026-03-25T20:25:00.377Z Downloaded libsw v3.5.0
8922026-03-25T20:25:00.381Z Downloaded num-conv v0.2.0
8932026-03-25T20:25:00.381Z Downloaded backoff v0.4.0
8942026-03-25T20:25:00.381Z Downloaded darling v0.21.3
8952026-03-25T20:25:00.384Z Downloaded match_cfg v0.1.0
8962026-03-25T20:25:00.384Z Downloaded inout v0.1.4
8972026-03-25T20:25:00.385Z Downloaded num_enum v0.7.6
8982026-03-25T20:25:00.389Z Downloaded defmt-parser v1.0.0
8992026-03-25T20:25:00.392Z Downloaded httpdate v1.0.3
9002026-03-25T20:25:00.396Z Downloaded linear-map v1.2.0
9012026-03-25T20:25:00.396Z Downloaded async-stream-impl v0.3.6
9022026-03-25T20:25:00.396Z Downloaded ingot v0.1.1
9032026-03-25T20:25:00.400Z Downloaded cancel-safe-futures v0.1.5
9042026-03-25T20:25:00.403Z Downloaded dtrace-parser v0.3.0
9052026-03-25T20:25:00.403Z Downloaded num-derive v0.4.2
9062026-03-25T20:25:00.403Z Downloaded natord v1.0.9
9072026-03-25T20:25:00.407Z Downloaded mime v0.3.17
9082026-03-25T20:25:00.407Z Downloaded ciborium-ll v0.2.2
9092026-03-25T20:25:00.410Z Downloaded indicatif v0.18.4
9102026-03-25T20:25:00.410Z Downloaded dyn-clone v1.0.20
9112026-03-25T20:25:00.414Z Downloaded defmt v0.3.100
9122026-03-25T20:25:00.414Z Downloaded cstr-argument v0.1.2
9132026-03-25T20:25:00.414Z Downloaded macaddr v1.0.1
9142026-03-25T20:25:00.414Z Downloaded is-terminal v0.4.17
9152026-03-25T20:25:00.414Z Downloaded idna_adapter v1.2.1
9162026-03-25T20:25:00.414Z Downloaded crc8 v0.1.1
9172026-03-25T20:25:00.418Z Downloaded const-random v0.1.18
9182026-03-25T20:25:00.418Z Downloaded ciborium-io v0.2.2
9192026-03-25T20:25:00.418Z Downloaded ipnetwork v0.21.1
9202026-03-25T20:25:00.421Z Downloaded float-ord v0.3.2
9212026-03-25T20:25:00.421Z Downloaded const-random-macro v0.1.16
9222026-03-25T20:25:00.421Z Downloaded group v0.13.0
9232026-03-25T20:25:00.421Z Downloaded fs_extra v1.3.0
9242026-03-25T20:25:00.425Z Downloaded parse-display v0.10.0
9252026-03-25T20:25:00.425Z Downloaded ingot-types v0.1.2
9262026-03-25T20:25:00.428Z Downloaded aead v0.5.2
9272026-03-25T20:25:00.429Z Downloaded olpc-cjson v0.1.4
9282026-03-25T20:25:00.432Z Downloaded hubpack v0.1.2
9292026-03-25T20:25:00.432Z Downloaded embedded-io v0.6.1
9302026-03-25T20:25:00.432Z Downloaded fxhash v0.2.1
9312026-03-25T20:25:00.432Z Downloaded newline-converter v0.3.0
9322026-03-25T20:25:00.432Z Downloaded linked-hash-map v0.5.6
9332026-03-25T20:25:00.436Z Downloaded dof v0.4.0
9342026-03-25T20:25:00.439Z Downloaded darling_macro v0.23.0
9352026-03-25T20:25:00.439Z Downloaded password-hash v0.5.0
9362026-03-25T20:25:00.439Z Downloaded crunchy v0.2.4
9372026-03-25T20:25:00.443Z Downloaded base16ct v1.0.0
9382026-03-25T20:25:00.450Z Downloaded heck v0.4.1
9392026-03-25T20:25:00.450Z Downloaded dunce v1.0.5
9402026-03-25T20:25:00.454Z Downloaded displaydoc v0.2.5
9412026-03-25T20:25:00.454Z Downloaded cipher v0.4.4
9422026-03-25T20:25:00.454Z Downloaded backon v1.6.0
9432026-03-25T20:25:00.454Z Downloaded byteorder v1.5.0
9442026-03-25T20:25:00.455Z Downloaded bytecount v0.6.9
9452026-03-25T20:25:00.455Z Downloaded num_enum_derive v0.5.11
9462026-03-25T20:25:00.458Z Downloaded dof v0.3.0
9472026-03-25T20:25:00.458Z Downloaded dropshot-api-manager-types v0.5.2
9482026-03-25T20:25:00.458Z Downloaded powerfmt v0.2.0
9492026-03-25T20:25:00.458Z Downloaded memoffset v0.9.1
9502026-03-25T20:25:00.458Z Downloaded crucible-workspace-hack v0.1.0
9512026-03-25T20:25:00.462Z Downloaded libscf-sys v1.1.0
9522026-03-25T20:25:00.462Z Downloaded dtrace-parser v0.2.0
9532026-03-25T20:25:00.465Z Downloaded hostname v0.3.1
9542026-03-25T20:25:00.466Z Downloaded arrayref v0.3.9
9552026-03-25T20:25:00.470Z Downloaded lru-cache v0.1.2
9562026-03-25T20:25:00.470Z Downloaded async-stream v0.3.6
9572026-03-25T20:25:00.474Z Downloaded embedded-io v0.4.0
9582026-03-25T20:25:00.474Z Downloaded newtype-uuid-macros v0.1.0
9592026-03-25T20:25:00.474Z Downloaded num-derive v0.3.3
9602026-03-25T20:25:00.474Z Downloaded instant v0.1.13
9612026-03-25T20:25:00.478Z Downloaded num_threads v0.1.7
9622026-03-25T20:25:00.482Z Downloaded no-std-compat v0.4.1
9632026-03-25T20:25:00.482Z Downloaded internet-checksum v0.2.1
9642026-03-25T20:25:00.482Z Downloaded fixedbitset v0.4.2
9652026-03-25T20:25:00.482Z Downloaded ident_case v1.0.1
9662026-03-25T20:25:00.482Z Downloaded hash32 v0.3.1
9672026-03-25T20:25:00.486Z Downloaded phf_shared v0.12.1
9682026-03-25T20:25:00.489Z Downloaded managed v0.8.0
9692026-03-25T20:25:00.489Z Downloaded hostname v0.4.2
9702026-03-25T20:25:00.489Z Downloaded plain v0.2.3
9712026-03-25T20:25:00.493Z Downloaded proc-macro-crate v1.3.1
9722026-03-25T20:25:00.494Z Downloaded foreign-types-shared v0.3.1
9732026-03-25T20:25:00.494Z Downloaded proc-macro-error-attr v1.0.4
9742026-03-25T20:25:00.497Z Downloaded daft v0.1.5
9752026-03-25T20:25:00.497Z Downloaded pretty-hex v0.4.2
9762026-03-25T20:25:00.501Z Downloaded deranged v0.5.8
9772026-03-25T20:25:00.504Z Downloaded omicron-workspace-hack v0.1.0
9782026-03-25T20:25:00.504Z Downloaded num-iter v0.1.45
9792026-03-25T20:25:00.504Z Downloaded cpufeatures v0.3.0
9802026-03-25T20:25:00.504Z Downloaded libsw-core v0.3.2
9812026-03-25T20:25:00.510Z Downloaded critical-section v1.2.0
9822026-03-25T20:25:00.510Z Downloaded const_format_proc_macros v0.2.34
9832026-03-25T20:25:00.513Z Downloaded darling_core v0.21.3
9842026-03-25T20:25:00.513Z Downloaded defmt v1.0.1
9852026-03-25T20:25:00.518Z Downloaded hubpack_derive v0.1.1
9862026-03-25T20:25:00.518Z Downloaded daft-derive v0.1.5
9872026-03-25T20:25:00.521Z Downloaded proc-macro-crate v3.5.0
9882026-03-25T20:25:00.521Z Downloaded potential_utf v0.1.4
9892026-03-25T20:25:00.521Z Downloaded proc-macro-error-attr2 v2.0.0
9902026-03-25T20:25:00.521Z Downloaded base64 v0.21.7
9912026-03-25T20:25:00.525Z Downloaded progenitor-client v0.11.2
9922026-03-25T20:25:00.525Z Downloaded derive_more v0.99.20
9932026-03-25T20:25:00.525Z Downloaded quick-error v1.2.3
9942026-03-25T20:25:00.530Z Downloaded rand_chacha v0.3.1
9952026-03-25T20:25:00.530Z Downloaded progenitor-macro v0.13.0
9962026-03-25T20:25:00.530Z Downloaded progenitor-macro v0.10.0
9972026-03-25T20:25:00.530Z Downloaded progenitor-client v0.10.0
9982026-03-25T20:25:00.534Z Downloaded argon2 v0.5.3
9992026-03-25T20:25:00.534Z Downloaded csv-core v0.1.13
10002026-03-25T20:25:00.534Z Downloaded constant_time_eq v0.4.2
10012026-03-25T20:25:00.534Z Downloaded ref-cast v1.0.25
10022026-03-25T20:25:00.539Z Downloaded ff v0.13.1
10032026-03-25T20:25:00.543Z Downloaded erased-serde v0.3.31
10042026-03-25T20:25:00.543Z Downloaded oxnet v0.1.4
10052026-03-25T20:25:00.546Z Downloaded derive-ex v0.1.8
10062026-03-25T20:25:00.546Z Downloaded data-encoding v2.10.0
10072026-03-25T20:25:00.547Z Downloaded pem v3.0.6
10082026-03-25T20:25:00.550Z Downloaded paste v1.0.15
10092026-03-25T20:25:00.553Z Downloaded phf v0.12.1
10102026-03-25T20:25:00.553Z Downloaded parking_lot_core v0.8.6
10112026-03-25T20:25:00.553Z Downloaded multer v3.1.0
10122026-03-25T20:25:00.557Z Downloaded fs-err v3.3.0
10132026-03-25T20:25:00.557Z Downloaded keccak v0.1.6
10142026-03-25T20:25:00.557Z Downloaded rand_xorshift v0.4.0
10152026-03-25T20:25:00.557Z Downloaded oxide-tokio-rt v0.1.3
10162026-03-25T20:25:00.561Z Downloaded scroll_derive v0.12.1
10172026-03-25T20:25:00.561Z Downloaded rustc_version v0.1.7
10182026-03-25T20:25:00.564Z Downloaded const_format v0.2.35
10192026-03-25T20:25:00.568Z Downloaded crossbeam-utils v0.8.21
10202026-03-25T20:25:00.568Z Downloaded colored v3.1.1
10212026-03-25T20:25:00.572Z Downloaded crossbeam-deque v0.8.6
10222026-03-25T20:25:00.572Z Downloaded num_enum_derive v0.7.6
10232026-03-25T20:25:00.572Z Downloaded num_enum v0.5.11
10242026-03-25T20:25:00.576Z Downloaded highway v1.3.0
10252026-03-25T20:25:00.576Z Downloaded semver v0.1.20
10262026-03-25T20:25:00.576Z Downloaded scroll_derive v0.13.1
10272026-03-25T20:25:00.576Z Downloaded git-stub-vcs v0.1.0
10282026-03-25T20:25:00.580Z Downloaded serde-big-array v0.5.1
10292026-03-25T20:25:00.580Z Downloaded secrecy v0.10.3
10302026-03-25T20:25:00.580Z Downloaded dropshot_endpoint v0.16.7
10312026-03-25T20:25:00.583Z Downloaded serial_test_derive v3.4.0
10322026-03-25T20:25:00.584Z Downloaded serial_test v3.4.0
10332026-03-25T20:25:00.584Z Downloaded num-rational v0.4.2
10342026-03-25T20:25:00.584Z Downloaded progenitor v0.11.2
10352026-03-25T20:25:00.587Z Downloaded progenitor-extras v0.1.1
10362026-03-25T20:25:00.587Z Downloaded parse-display-derive v0.10.0
10372026-03-25T20:25:00.587Z Downloaded ingot-macros v0.1.1
10382026-03-25T20:25:00.587Z Downloaded serde_repr v0.1.20
10392026-03-25T20:25:00.590Z Downloaded sha1 v0.10.6
10402026-03-25T20:25:00.591Z Downloaded ref-cast-impl v1.0.25
10412026-03-25T20:25:00.591Z Downloaded serde_plain v1.0.2
10422026-03-25T20:25:00.594Z Downloaded chacha20 v0.10.0
10432026-03-25T20:25:00.594Z Downloaded cmake v0.1.57
10442026-03-25T20:25:00.594Z Downloaded crossbeam-epoch v0.9.18
10452026-03-25T20:25:00.598Z Downloaded num-integer v0.1.46
10462026-03-25T20:25:00.598Z Downloaded progenitor-macro v0.11.2
10472026-03-25T20:25:00.598Z Downloaded rand_core v0.10.0
10482026-03-25T20:25:00.601Z Downloaded progenitor-client v0.13.0
10492026-03-25T20:25:00.601Z Downloaded progenitor v0.13.0
10502026-03-25T20:25:00.601Z Downloaded proc-macro-error2 v2.0.1
10512026-03-25T20:25:00.605Z Downloaded cookie v0.18.1
10522026-03-25T20:25:00.605Z Downloaded bitflags v1.3.2
10532026-03-25T20:25:00.605Z Downloaded siphasher v1.0.2
10542026-03-25T20:25:00.608Z Downloaded sigpipe v0.1.3
10552026-03-25T20:25:00.608Z Downloaded progenitor v0.10.0
10562026-03-25T20:25:00.609Z Downloaded diff v0.1.13
10572026-03-25T20:25:00.612Z Downloaded slog-envlogger v2.2.0
10582026-03-25T20:25:00.612Z Downloaded pest_generator v2.8.6
10592026-03-25T20:25:00.612Z Downloaded proc-macro-error v1.0.4
10602026-03-25T20:25:00.615Z Downloaded spin v0.5.2
10612026-03-25T20:25:00.616Z Downloaded slog-bunyan v2.5.0
10622026-03-25T20:25:00.616Z Downloaded poly1305 v0.8.0
10632026-03-25T20:25:00.619Z Downloaded same-file v1.0.6
10642026-03-25T20:25:00.619Z Downloaded git-stub v1.0.0
10652026-03-25T20:25:00.619Z Downloaded smawk v0.3.2
10662026-03-25T20:25:00.623Z Downloaded rusty-fork v0.3.1
10672026-03-25T20:25:00.623Z Downloaded rustversion v1.0.22
10682026-03-25T20:25:00.623Z Downloaded opaque-debug v0.3.1
10692026-03-25T20:25:00.623Z Downloaded darling v0.23.0
10702026-03-25T20:25:00.627Z Downloaded litemap v0.8.1
10712026-03-25T20:25:00.627Z Downloaded num-complex v0.4.6
10722026-03-25T20:25:00.630Z Downloaded glob v0.3.3
10732026-03-25T20:25:00.630Z Downloaded hmac v0.12.1
10742026-03-25T20:25:00.630Z Downloaded cargo_toml v0.22.3
10752026-03-25T20:25:00.634Z Downloaded serde_tokenstream v0.2.3
10762026-03-25T20:25:00.634Z Downloaded omicron-zone-package v0.12.2
10772026-03-25T20:25:00.638Z Downloaded strum v0.27.2
10782026-03-25T20:25:00.638Z Downloaded memmap2 v0.9.10
10792026-03-25T20:25:00.638Z Downloaded stable_deref_trait v1.2.1
10802026-03-25T20:25:00.638Z Downloaded strum v0.26.3
10812026-03-25T20:25:00.638Z Downloaded structmeta v0.3.0
10822026-03-25T20:25:00.641Z Downloaded crossbeam-channel v0.5.15
10832026-03-25T20:25:00.641Z Downloaded scroll v0.13.0
10842026-03-25T20:25:00.641Z Downloaded schemars_derive v0.8.22
10852026-03-25T20:25:00.645Z Downloaded rustls-pemfile v2.2.0
10862026-03-25T20:25:00.649Z Downloaded rustls-native-certs v0.8.3
10872026-03-25T20:25:00.667Z Downloaded slog-dtrace v0.3.0
10882026-03-25T20:25:00.667Z Downloaded tagptr v0.2.0
10892026-03-25T20:25:00.667Z Downloaded tabwriter v1.4.1
10902026-03-25T20:25:00.670Z Downloaded tabled_derive v0.7.0
10912026-03-25T20:25:00.670Z Downloaded rhai_codegen v3.1.0
10922026-03-25T20:25:00.671Z Downloaded thread-id v5.1.0
10932026-03-25T20:25:00.671Z Downloaded termtree v0.5.1
10942026-03-25T20:25:00.671Z Downloaded tabled_derive v0.11.0
10952026-03-25T20:25:00.671Z Downloaded thread-id v4.2.2
10962026-03-25T20:25:00.671Z Downloaded postcard v1.1.3
10972026-03-25T20:25:00.671Z Downloaded elliptic-curve v0.13.8
10982026-03-25T20:25:00.671Z Downloaded slog-stdlog v4.1.1
10992026-03-25T20:25:00.671Z Downloaded slog-async v2.8.0
11002026-03-25T20:25:00.671Z Downloaded anyhow v1.0.102
11012026-03-25T20:25:00.671Z Downloaded testing_table v0.3.0
11022026-03-25T20:25:00.671Z Downloaded allocator-api2 v0.2.21
11032026-03-25T20:25:00.671Z Downloaded pest_derive v2.8.6
11042026-03-25T20:25:00.676Z Downloaded parking_lot v0.11.2
11052026-03-25T20:25:00.676Z Downloaded papergrid v0.11.0
11062026-03-25T20:25:00.680Z Downloaded serde_derive_internals v0.29.1
11072026-03-25T20:25:00.680Z Downloaded sdd v3.0.10
11082026-03-25T20:25:00.680Z Downloaded time-core v0.1.8
11092026-03-25T20:25:00.680Z Downloaded slog-json v2.6.1
11102026-03-25T20:25:00.680Z Downloaded smf v0.2.3
11112026-03-25T20:25:00.683Z Downloaded slog-scope v4.4.1
11122026-03-25T20:25:00.683Z Downloaded thiserror-impl-no-std v2.0.2
11132026-03-25T20:25:00.686Z Downloaded scroll v0.12.0
11142026-03-25T20:25:00.686Z Downloaded darling_core v0.23.0
11152026-03-25T20:25:00.690Z Downloaded typify-macro v0.6.1
11162026-03-25T20:25:00.690Z Downloaded typify-macro v0.4.3
11172026-03-25T20:25:00.690Z Downloaded chacha20poly1305 v0.10.1
11182026-03-25T20:25:00.690Z Downloaded slog-term v2.9.2
11192026-03-25T20:25:00.694Z Downloaded topological-sort v0.2.2
11202026-03-25T20:25:00.694Z Downloaded synstructure v0.13.2
11212026-03-25T20:25:00.694Z Downloaded structmeta-derive v0.3.0
11222026-03-25T20:25:00.697Z Downloaded untrusted v0.7.1
11232026-03-25T20:25:00.701Z Downloaded usdt v0.6.0
11242026-03-25T20:25:00.701Z Downloaded unit-prefix v0.5.2
11252026-03-25T20:25:00.701Z Downloaded icu_properties v2.1.2
11262026-03-25T20:25:00.701Z Downloaded unarray v0.1.4
11272026-03-25T20:25:00.704Z Downloaded waitgroup v0.1.2
11282026-03-25T20:25:00.704Z Downloaded usdt-attr-macro v0.6.0
11292026-03-25T20:25:00.704Z Downloaded usdt v0.5.0
11302026-03-25T20:25:00.705Z Downloaded universal-hash v0.5.1
11312026-03-25T20:25:00.705Z Downloaded usdt-macro v0.6.0
11322026-03-25T20:25:00.709Z Downloaded strum_macros v0.26.4
11332026-03-25T20:25:00.709Z Downloaded serde_with_macros v3.18.0
11342026-03-25T20:25:00.709Z Downloaded indexmap v1.9.3
11352026-03-25T20:25:00.713Z Downloaded progenitor-impl v0.10.0
11362026-03-25T20:25:00.713Z Downloaded strum_macros v0.27.2
11372026-03-25T20:25:00.713Z Downloaded take_mut v0.2.2
11382026-03-25T20:25:00.713Z Downloaded snafu-derive v0.8.9
11392026-03-25T20:25:00.717Z Downloaded utf-8 v0.7.6
11402026-03-25T20:25:00.717Z Downloaded tiny-keccak v2.0.2
11412026-03-25T20:25:00.718Z Downloaded wait-timeout v0.2.1
11422026-03-25T20:25:00.721Z Downloaded usdt-attr-macro v0.5.0
11432026-03-25T20:25:00.721Z Downloaded thiserror-no-std v2.0.2
11442026-03-25T20:25:00.721Z Downloaded zeroize_derive v1.4.3
11452026-03-25T20:25:00.721Z Downloaded yoke-derive v0.8.1
11462026-03-25T20:25:00.721Z Downloaded usdt-macro v0.5.0
11472026-03-25T20:25:00.721Z Downloaded papergrid v0.17.0
11482026-03-25T20:25:00.725Z Downloaded resolv-conf v0.7.6
11492026-03-25T20:25:00.725Z Downloaded icu_locale_core v2.1.1
11502026-03-25T20:25:00.729Z Downloaded time-macros v0.2.27
11512026-03-25T20:25:00.734Z Downloaded smartstring v1.0.1
11522026-03-25T20:25:00.734Z Downloaded schemars v0.8.22
11532026-03-25T20:25:00.737Z Downloaded zone_cfg_derive v0.3.1
11542026-03-25T20:25:00.737Z Downloaded rustls-platform-verifier v0.6.2
11552026-03-25T20:25:00.740Z Downloaded pest_meta v2.8.6
11562026-03-25T20:25:00.744Z Downloaded usdt-impl v0.5.0
11572026-03-25T20:25:00.748Z Downloaded zerofrom v0.1.6
11582026-03-25T20:25:00.749Z Downloaded heapless v0.8.0
11592026-03-25T20:25:00.753Z Downloaded progenitor-impl v0.11.2
11602026-03-25T20:25:00.756Z Downloaded thin-vec v0.2.14
11612026-03-25T20:25:00.756Z Downloaded zerofrom-derive v0.1.6
11622026-03-25T20:25:00.760Z Downloaded zone v0.3.1
11632026-03-25T20:25:00.760Z Downloaded tokio-dtrace v0.1.1
11642026-03-25T20:25:00.765Z Downloaded prettyplease v0.2.37
11652026-03-25T20:25:00.769Z Downloaded progenitor-impl v0.13.0
11662026-03-25T20:25:00.772Z Downloaded expectorate v1.2.0
11672026-03-25T20:25:00.772Z Downloaded arc-swap v1.9.0
11682026-03-25T20:25:00.776Z Downloaded tokio-tungstenite v0.21.0
11692026-03-25T20:25:00.776Z Downloaded tokio-rustls v0.25.0
11702026-03-25T20:25:00.779Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11712026-03-25T20:25:00.780Z Downloaded ucd-trie v0.1.7
11722026-03-25T20:25:00.783Z Downloaded icu_normalizer_data v2.1.1
11732026-03-25T20:25:00.783Z Downloaded icu_normalizer v2.1.1
11742026-03-25T20:25:00.786Z Downloaded rand v0.8.5
11752026-03-25T20:25:00.786Z Downloaded tinystr v0.8.2
11762026-03-25T20:25:00.790Z Downloaded qorb v0.4.1
11772026-03-25T20:25:00.790Z Downloaded icu_provider v2.1.1
11782026-03-25T20:25:00.793Z Downloaded dropshot-api-manager v0.5.2
11792026-03-25T20:25:00.796Z Downloaded usdt-impl v0.6.0
11802026-03-25T20:25:00.797Z Downloaded whoami v1.6.1
11812026-03-25T20:25:00.797Z Downloaded vsss-rs v3.3.4
11822026-03-25T20:25:00.800Z Downloaded jiff-static v0.2.23
11832026-03-25T20:25:00.800Z Downloaded snafu v0.8.9
11842026-03-25T20:25:00.803Z Downloaded toml v0.9.12+spec-1.1.0
11852026-03-25T20:25:00.806Z Downloaded tungstenite v0.21.0
11862026-03-25T20:25:00.810Z Downloaded unsafe-libyaml v0.2.11
11872026-03-25T20:25:00.813Z Downloaded zerocopy-derive v0.7.35
11882026-03-25T20:25:00.816Z Downloaded writeable v0.6.2
11892026-03-25T20:25:00.816Z Downloaded yoke v0.8.1
11902026-03-25T20:25:00.817Z Downloaded walkdir v2.5.0
11912026-03-25T20:25:00.820Z Downloaded xz2 v0.1.7
11922026-03-25T20:25:00.820Z Downloaded schemars v1.2.1
11932026-03-25T20:25:00.826Z Downloaded zerovec-derive v0.11.2
11942026-03-25T20:25:00.829Z Downloaded toml_edit v0.25.8+spec-1.1.0
11952026-03-25T20:25:00.829Z Downloaded term v1.2.1
11962026-03-25T20:25:00.832Z Downloaded serde_yaml v0.9.34+deprecated
11972026-03-25T20:25:00.837Z Downloaded rand v0.10.0
11982026-03-25T20:25:00.843Z Downloaded zerotrie v0.2.3
11992026-03-25T20:25:00.843Z Downloaded steno v0.4.1
12002026-03-25T20:25:00.843Z Downloaded slog v2.8.2
12012026-03-25T20:25:00.848Z Downloaded hickory-resolver v0.25.2
12022026-03-25T20:25:00.848Z Downloaded similar v2.7.0
12032026-03-25T20:25:00.851Z Downloaded half v2.7.1
12042026-03-25T20:25:00.851Z Downloaded icu_collections v2.1.1
12052026-03-25T20:25:00.856Z Downloaded spin v0.9.8
12062026-03-25T20:25:00.856Z Downloaded rayon-core v1.13.0
12072026-03-25T20:25:00.859Z Downloaded pest v2.8.6
12082026-03-25T20:25:00.863Z Downloaded toml_edit v0.19.15
12092026-03-25T20:25:00.870Z Downloaded zerocopy-derive v0.8.47
12102026-03-25T20:25:00.874Z Downloaded hickory-resolver v0.24.4
12112026-03-25T20:25:00.879Z Downloaded test-strategy v0.4.5
12122026-03-25T20:25:00.883Z Downloaded typed-path v0.9.3
12132026-03-25T20:25:00.886Z Downloaded pretty_assertions v1.4.1
12142026-03-25T20:25:00.890Z Downloaded typify v0.4.3
12152026-03-25T20:25:00.890Z Downloaded toml v0.7.8
12162026-03-25T20:25:00.893Z Downloaded hashbrown v0.12.3
12172026-03-25T20:25:00.897Z Downloaded typify v0.6.1
12182026-03-25T20:25:00.905Z Downloaded iddqd v0.3.17
12192026-03-25T20:25:00.926Z Downloaded goblin v0.10.5
12202026-03-25T20:25:00.930Z Downloaded schemars v0.9.0
12212026-03-25T20:25:00.930Z Downloaded tough v0.20.0
12222026-03-25T20:25:00.936Z Downloaded blake3 v1.8.3
12232026-03-25T20:25:00.936Z Downloaded nom v7.1.3
12242026-03-25T20:25:00.940Z Downloaded aws-lc-rs v1.16.2
12252026-03-25T20:25:00.944Z Downloaded minimal-lexical v0.2.1
12262026-03-25T20:25:00.950Z Downloaded proptest v1.11.0
12272026-03-25T20:25:00.955Z Downloaded yansi v1.0.1
12282026-03-25T20:25:00.969Z Downloaded time v0.3.47
12292026-03-25T20:25:00.979Z Downloaded syn v1.0.109
12302026-03-25T20:25:01.007Z Downloaded itertools v0.12.1
12312026-03-25T20:25:01.012Z Downloaded icu_properties_data v2.1.2
12322026-03-25T20:25:01.016Z Downloaded smoltcp v0.11.0
12332026-03-25T20:25:01.021Z Downloaded nom v8.0.0
12342026-03-25T20:25:01.030Z Downloaded regress v0.10.5
12352026-03-25T20:25:01.035Z Downloaded hkdf v0.12.4
12362026-03-25T20:25:01.040Z Downloaded reqwest v0.13.2
12372026-03-25T20:25:01.046Z Downloaded scc v2.4.0
12382026-03-25T20:25:01.049Z Downloaded rhai v1.24.0
12392026-03-25T20:25:01.057Z Downloaded dropshot v0.16.7
12402026-03-25T20:25:01.068Z Downloaded rayon v1.11.0
12412026-03-25T20:25:01.073Z Downloaded goblin v0.8.2
12422026-03-25T20:25:01.076Z Downloaded zerovec v0.11.5
12432026-03-25T20:25:01.080Z Downloaded moka v0.12.15
12442026-03-25T20:25:01.084Z Downloaded libm v0.2.16
12452026-03-25T20:25:01.089Z Downloaded zerocopy v0.7.35
12462026-03-25T20:25:01.098Z Downloaded typify-impl v0.6.1
12472026-03-25T20:25:01.105Z Downloaded winnow v0.5.40
12482026-03-25T20:25:01.109Z Downloaded serde_with v3.18.0
12492026-03-25T20:25:01.125Z Downloaded rustls-webpki v0.102.8
12502026-03-25T20:25:01.142Z Downloaded tabled v0.15.0
12512026-03-25T20:25:01.151Z Downloaded hickory-proto v0.25.2
12522026-03-25T20:25:01.158Z Downloaded tabled v0.20.0
12532026-03-25T20:25:01.168Z Downloaded petgraph v0.6.5
12542026-03-25T20:25:01.178Z Downloaded chrono-tz v0.10.4
12552026-03-25T20:25:01.188Z Downloaded nix v0.31.2
12562026-03-25T20:25:01.195Z Downloaded csv v1.4.0
12572026-03-25T20:25:01.215Z Downloaded rustls v0.22.4
12582026-03-25T20:25:01.229Z Downloaded hickory-proto v0.24.4
12592026-03-25T20:25:01.240Z Downloaded openapiv3 v2.2.0
12602026-03-25T20:25:01.292Z Downloaded encoding_rs v0.8.35
12612026-03-25T20:25:01.295Z Downloaded typify-impl v0.4.3
12622026-03-25T20:25:01.295Z Downloaded sled v0.34.7
12632026-03-25T20:25:01.340Z Downloaded lzma-sys v0.1.20
12642026-03-25T20:25:01.347Z Downloaded jiff v0.2.23
12652026-03-25T20:25:01.359Z Downloaded sha3 v0.10.8
12662026-03-25T20:25:01.803Z Downloaded aws-lc-sys v0.39.0
12672026-03-25T20:25:02.689Z Compiling proc-macro2 v1.0.106
12682026-03-25T20:25:02.690Z Compiling unicode-ident v1.0.24
12692026-03-25T20:25:02.690Z Compiling quote v1.0.45
12702026-03-25T20:25:02.690Z Compiling serde_core v1.0.228
12712026-03-25T20:25:02.690Z Compiling cfg-if v1.0.4
12722026-03-25T20:25:02.690Z Compiling serde v1.0.228
12732026-03-25T20:25:02.693Z Compiling libc v0.2.183
12742026-03-25T20:25:02.693Z Compiling memchr v2.8.0
12752026-03-25T20:25:02.883Z Compiling itoa v1.0.18
12762026-03-25T20:25:03.055Z Compiling smallvec v1.15.1
12772026-03-25T20:25:03.086Z Compiling zmij v1.0.21
12782026-03-25T20:25:03.102Z Compiling serde_json v1.0.149
12792026-03-25T20:25:03.249Z Compiling autocfg v1.5.0
12802026-03-25T20:25:03.413Z Compiling libm v0.2.16
12812026-03-25T20:25:03.478Z Compiling version_check v0.9.5
12822026-03-25T20:25:03.679Z Compiling stable_deref_trait v1.2.1
12832026-03-25T20:25:03.690Z Compiling pin-project-lite v0.2.17
12842026-03-25T20:25:03.691Z Compiling percent-encoding v2.3.2
12852026-03-25T20:25:03.721Z Compiling writeable v0.6.2
12862026-03-25T20:25:03.752Z Compiling litemap v0.8.1
12872026-03-25T20:25:03.762Z Compiling icu_normalizer_data v2.1.1
12882026-03-25T20:25:03.782Z Compiling icu_properties_data v2.1.2
12892026-03-25T20:25:03.913Z Compiling iana-time-zone v0.1.65
12902026-03-25T20:25:03.937Z Compiling scopeguard v1.2.0
12912026-03-25T20:25:04.041Z Compiling equivalent v1.0.2
12922026-03-25T20:25:04.068Z Compiling syn v2.0.117
12932026-03-25T20:25:04.126Z Compiling parking_lot_core v0.9.12
12942026-03-25T20:25:04.162Z Compiling lock_api v0.4.14
12952026-03-25T20:25:04.166Z Compiling form_urlencoded v1.2.2
12962026-03-25T20:25:04.198Z Compiling allocator-api2 v0.2.21
12972026-03-25T20:25:04.253Z Compiling utf8_iter v1.0.4
12982026-03-25T20:25:04.369Z Compiling foldhash v0.2.0
12992026-03-25T20:25:04.400Z Compiling dyn-clone v1.0.20
13002026-03-25T20:25:04.410Z Compiling num-traits v0.2.19
13012026-03-25T20:25:04.421Z Compiling jobserver v0.1.34
13022026-03-25T20:25:04.530Z Compiling hashbrown v0.16.1
13032026-03-25T20:25:04.540Z Compiling find-msvc-tools v0.1.9
13042026-03-25T20:25:04.606Z Compiling shlex v1.3.0
13052026-03-25T20:25:04.751Z Compiling cc v1.2.57
13062026-03-25T20:25:04.800Z Compiling log v0.4.29
13072026-03-25T20:25:04.804Z Compiling errno v0.3.14
13082026-03-25T20:25:04.955Z Compiling semver v1.0.27
13092026-03-25T20:25:04.958Z Compiling futures-core v0.3.32
13102026-03-25T20:25:05.064Z Compiling getrandom v0.4.2
13112026-03-25T20:25:05.113Z Compiling rand_core v0.10.0
13122026-03-25T20:25:05.156Z Compiling thiserror v2.0.18
13132026-03-25T20:25:05.270Z Compiling indexmap v2.13.0
13142026-03-25T20:25:05.295Z Compiling zerocopy v0.8.47
13152026-03-25T20:25:05.430Z Compiling heck v0.5.0
13162026-03-25T20:25:05.516Z Compiling futures-sink v0.3.32
13172026-03-25T20:25:05.609Z Compiling fnv v1.0.7
13182026-03-25T20:25:05.712Z Compiling slab v0.4.12
13192026-03-25T20:25:05.715Z Compiling uuid v1.22.0
13202026-03-25T20:25:05.735Z Compiling futures-channel v0.3.32
13212026-03-25T20:25:05.747Z Compiling rustversion v1.0.22
13222026-03-25T20:25:05.953Z Compiling schemars v0.8.22
13232026-03-25T20:25:05.970Z Compiling typenum v1.19.0
13242026-03-25T20:25:06.020Z Compiling futures-io v0.3.32
13252026-03-25T20:25:06.066Z Compiling futures-task v0.3.32
13262026-03-25T20:25:06.157Z Compiling socket2 v0.6.3
13272026-03-25T20:25:06.176Z Compiling getrandom v0.2.17
13282026-03-25T20:25:06.189Z Compiling portable-atomic v1.13.1
13292026-03-25T20:25:06.233Z Compiling signal-hook-registry v1.4.8
13302026-03-25T20:25:06.347Z Compiling parking_lot v0.12.5
13312026-03-25T20:25:06.444Z Compiling mio v1.1.1
13322026-03-25T20:25:06.524Z Compiling bitflags v2.11.0
13332026-03-25T20:25:06.585Z Compiling subtle v2.6.1
13342026-03-25T20:25:06.701Z Compiling critical-section v1.2.0
13352026-03-25T20:25:06.750Z Compiling untrusted v0.9.0
13362026-03-25T20:25:06.750Z Compiling byteorder v1.5.0
13372026-03-25T20:25:06.769Z Compiling base64 v0.22.1
13382026-03-25T20:25:06.805Z Compiling rand_core v0.6.4
13392026-03-25T20:25:06.867Z Compiling cmake v0.1.57
13402026-03-25T20:25:06.886Z Compiling fs_extra v1.3.0
13412026-03-25T20:25:06.950Z Compiling synstructure v0.13.2
13422026-03-25T20:25:06.976Z Compiling serde_derive_internals v0.29.1
13432026-03-25T20:25:07.027Z Compiling dunce v1.0.5
13442026-03-25T20:25:07.092Z Compiling once_cell v1.21.4
13452026-03-25T20:25:07.117Z Compiling rustix v1.1.4
13462026-03-25T20:25:07.133Z Compiling strsim v0.11.1
13472026-03-25T20:25:07.157Z Compiling regex-syntax v0.8.10
13482026-03-25T20:25:07.198Z Compiling aws-lc-sys v0.39.0
13492026-03-25T20:25:07.297Z Compiling ipnet v2.12.0
13502026-03-25T20:25:07.455Z Compiling atomic-waker v1.1.2
13512026-03-25T20:25:07.465Z Compiling httparse v1.10.1
13522026-03-25T20:25:07.577Z Compiling slog v2.8.2
13532026-03-25T20:25:07.713Z Compiling generic-array v0.14.7
13542026-03-25T20:25:07.734Z Compiling thiserror v1.0.69
13552026-03-25T20:25:07.792Z Compiling ucd-trie v0.1.7
13562026-03-25T20:25:07.848Z Compiling tower-layer v0.3.3
13572026-03-25T20:25:07.852Z Compiling tower-service v0.3.3
13582026-03-25T20:25:07.943Z Compiling pest v2.8.6
13592026-03-25T20:25:07.999Z Compiling try-lock v0.2.5
13602026-03-25T20:25:08.092Z Compiling want v0.3.1
13612026-03-25T20:25:08.102Z Compiling httpdate v1.0.3
13622026-03-25T20:25:08.141Z Compiling serde_derive v1.0.228
13632026-03-25T20:25:08.215Z Compiling zerofrom-derive v0.1.6
13642026-03-25T20:25:08.254Z Compiling yoke-derive v0.8.1
13652026-03-25T20:25:08.278Z Compiling zerovec-derive v0.11.2
13662026-03-25T20:25:08.326Z Compiling displaydoc v0.2.5
13672026-03-25T20:25:09.096Z Compiling tokio-macros v2.6.1
13682026-03-25T20:25:09.220Z Compiling schemars_derive v0.8.22
13692026-03-25T20:25:09.314Z Compiling thiserror-impl v2.0.18
13702026-03-25T20:25:09.384Z Compiling zerocopy-derive v0.8.47
13712026-03-25T20:25:09.454Z Compiling zerofrom v0.1.6
13722026-03-25T20:25:09.573Z Compiling yoke v0.8.1
13732026-03-25T20:25:09.755Z Compiling zerovec v0.11.5
13742026-03-25T20:25:09.854Z Compiling zerotrie v0.2.3
13752026-03-25T20:25:09.886Z Compiling zeroize_derive v1.4.3
13762026-03-25T20:25:10.141Z Compiling futures-macro v0.3.32
13772026-03-25T20:25:10.234Z Compiling tinystr v0.8.2
13782026-03-25T20:25:10.403Z Compiling icu_locale_core v2.1.1
13792026-03-25T20:25:10.427Z Compiling potential_utf v0.1.4
13802026-03-25T20:25:10.518Z Compiling zeroize v1.8.2
13812026-03-25T20:25:10.589Z Compiling icu_collections v2.1.1
13822026-03-25T20:25:10.612Z Compiling thiserror-impl v1.0.69
13832026-03-25T20:25:10.964Z Compiling futures-util v0.3.32
13842026-03-25T20:25:11.075Z Compiling icu_provider v2.1.1
13852026-03-25T20:25:11.184Z Compiling pest_meta v2.8.6
13862026-03-25T20:25:11.333Z Compiling bytes v1.11.1
13872026-03-25T20:25:11.342Z Compiling icu_properties v2.1.2
13882026-03-25T20:25:11.368Z Compiling icu_normalizer v2.1.1
13892026-03-25T20:25:11.747Z Compiling chrono v0.4.44
13902026-03-25T20:25:11.940Z Compiling http v1.4.0
13912026-03-25T20:25:11.956Z Compiling tokio v1.50.0
13922026-03-25T20:25:12.447Z Compiling idna_adapter v1.2.1
13932026-03-25T20:25:12.457Z Compiling serde_tokenstream v0.2.3
13942026-03-25T20:25:12.578Z Compiling idna v1.1.0
13952026-03-25T20:25:12.730Z Compiling http-body v1.0.1
13962026-03-25T20:25:12.879Z Compiling url v2.5.8
13972026-03-25T20:25:12.894Z Compiling erased-serde v0.3.31
13982026-03-25T20:25:13.219Z Compiling pin-utils v0.1.0
13992026-03-25T20:25:13.358Z Compiling getrandom v0.3.4
14002026-03-25T20:25:13.411Z Compiling ryu v1.0.23
14012026-03-25T20:25:13.594Z Compiling ppv-lite86 v0.2.21
14022026-03-25T20:25:13.692Z Compiling pest_generator v2.8.6
14032026-03-25T20:25:13.703Z Compiling pretty-hex v0.4.2
14042026-03-25T20:25:13.706Z Compiling plain v0.2.3
14052026-03-25T20:25:13.779Z Compiling paste v1.0.15
14062026-03-25T20:25:13.808Z Compiling crypto-common v0.1.7
14072026-03-25T20:25:13.827Z Compiling ident_case v1.0.1
14082026-03-25T20:25:13.908Z Compiling omicron-workspace-hack v0.1.0
14092026-03-25T20:25:13.932Z Compiling tracing-attributes v0.1.31
14102026-03-25T20:25:13.944Z Compiling tracing-core v0.1.36
14112026-03-25T20:25:14.189Z Compiling serde_urlencoded v0.7.1
14122026-03-25T20:25:14.298Z Compiling pest_derive v2.8.6
14132026-03-25T20:25:14.433Z Compiling http-body-util v0.1.3
14142026-03-25T20:25:14.543Z Compiling ipnetwork v0.21.1
14152026-03-25T20:25:14.582Z Compiling daft-derive v0.1.5
14162026-03-25T20:25:14.673Z Compiling sync_wrapper v1.0.2
14172026-03-25T20:25:14.780Z Compiling fastrand v2.3.0
14182026-03-25T20:25:14.839Z Compiling aho-corasick v1.1.4
14192026-03-25T20:25:14.892Z Compiling winnow v1.0.0
14202026-03-25T20:25:14.984Z Compiling rustls-pki-types v1.14.0
14212026-03-25T20:25:15.051Z Compiling async-trait v0.1.89
14222026-03-25T20:25:15.148Z Compiling tracing v0.1.44
14232026-03-25T20:25:15.315Z Compiling ring v0.17.14
14242026-03-25T20:25:15.461Z Compiling anyhow v1.0.102
14252026-03-25T20:25:15.602Z Compiling cpufeatures v0.2.17
14262026-03-25T20:25:15.671Z Compiling regex-automata v0.4.14
14272026-03-25T20:25:15.769Z Compiling powerfmt v0.2.0
14282026-03-25T20:25:15.814Z Compiling time-core v0.1.8
14292026-03-25T20:25:15.956Z Compiling iri-string v0.7.11
14302026-03-25T20:25:15.970Z Compiling num-conv v0.2.0
14312026-03-25T20:25:15.976Z Compiling deranged v0.5.8
14322026-03-25T20:25:16.087Z Compiling time-macros v0.2.27
14332026-03-25T20:25:16.593Z Compiling block-buffer v0.10.4
14342026-03-25T20:25:16.736Z Compiling scroll_derive v0.13.1
14352026-03-25T20:25:16.914Z Compiling hex v0.4.3
14362026-03-25T20:25:17.027Z Compiling num_threads v0.1.7
14372026-03-25T20:25:17.119Z Compiling digest v0.10.7
14382026-03-25T20:25:17.326Z Compiling regex v1.12.3
14392026-03-25T20:25:17.547Z Compiling scroll v0.13.0
14402026-03-25T20:25:17.756Z Compiling tokio-util v0.7.18
14412026-03-25T20:25:17.787Z Compiling oxnet v0.1.4
14422026-03-25T20:25:17.972Z Compiling camino v1.2.2
14432026-03-25T20:25:18.198Z Compiling goblin v0.10.5
14442026-03-25T20:25:18.413Z Compiling openssl-probe v0.2.1
14452026-03-25T20:25:18.478Z Compiling usdt-impl v0.6.0
14462026-03-25T20:25:18.594Z Compiling dtrace-parser v0.3.0
14472026-03-25T20:25:18.860Z Compiling crossbeam-utils v0.8.21
14482026-03-25T20:25:19.162Z Compiling h2 v0.4.13
14492026-03-25T20:25:19.360Z Compiling futures-executor v0.3.32
14502026-03-25T20:25:19.454Z Compiling openapiv3 v2.2.0
14512026-03-25T20:25:19.524Z Compiling structmeta-derive v0.3.0
14522026-03-25T20:25:19.643Z Compiling regress v0.10.5
14532026-03-25T20:25:19.654Z Compiling thread-id v5.1.0
14542026-03-25T20:25:19.728Z Compiling syn v1.0.109
14552026-03-25T20:25:20.051Z Compiling rustls v0.22.4
14562026-03-25T20:25:20.306Z Compiling futures v0.3.32
14572026-03-25T20:25:20.381Z Compiling rand_core v0.9.5
14582026-03-25T20:25:20.584Z Compiling structmeta v0.3.0
14592026-03-25T20:25:20.779Z Compiling darling_core v0.23.0
14602026-03-25T20:25:21.034Z Compiling dof v0.4.0
14612026-03-25T20:25:21.262Z Compiling hyper v1.8.1
14622026-03-25T20:25:22.839Z Compiling newtype-uuid-macros v0.1.0
14632026-03-25T20:25:22.910Z Compiling thread_local v1.1.9
14642026-03-25T20:25:22.910Z Compiling aws-lc-rs v1.16.2
14652026-03-25T20:25:22.930Z Compiling match_cfg v0.1.0
14662026-03-25T20:25:22.930Z Compiling winnow v0.7.15
14672026-03-25T20:25:22.942Z Compiling darling_macro v0.23.0
14682026-03-25T20:25:22.965Z Compiling hyper-util v0.1.20
14692026-03-25T20:25:23.117Z Compiling newtype-uuid v1.3.2
14702026-03-25T20:25:23.138Z Compiling quick-error v1.2.3
14712026-03-25T20:25:23.203Z Compiling ref-cast v1.0.25
14722026-03-25T20:25:23.472Z Compiling slog-async v2.8.0
14732026-03-25T20:25:23.485Z Compiling daft v0.1.5
14742026-03-25T20:25:23.555Z Compiling darling v0.23.0
14752026-03-25T20:25:23.599Z Compiling usdt-macro v0.6.0
14762026-03-25T20:25:23.639Z Compiling usdt-attr-macro v0.6.0
14772026-03-25T20:25:23.748Z Compiling rand_chacha v0.9.0
14782026-03-25T20:25:23.785Z Compiling ref-cast-impl v1.0.25
14792026-03-25T20:25:24.187Z Compiling strum_macros v0.26.4
14802026-03-25T20:25:24.391Z Compiling serde_spanned v1.1.0
14812026-03-25T20:25:24.413Z Compiling toml_datetime v0.7.5+spec-1.1.0
14822026-03-25T20:25:24.537Z Compiling multer v3.1.0
14832026-03-25T20:25:24.718Z Compiling term v1.2.1
14842026-03-25T20:25:24.724Z Compiling untrusted v0.7.1
14852026-03-25T20:25:24.750Z Compiling toml_writer v1.1.0+spec-1.1.0
14862026-03-25T20:25:24.787Z Compiling bit-vec v0.8.0
14872026-03-25T20:25:24.850Z Compiling debug-ignore v1.0.5
14882026-03-25T20:25:24.856Z Compiling take_mut v0.2.2
14892026-03-25T20:25:24.940Z Compiling bit-set v0.8.0
14902026-03-25T20:25:24.985Z Compiling rand v0.9.2
14912026-03-25T20:25:24.995Z Compiling serde_with_macros v3.18.0
14922026-03-25T20:25:25.114Z Compiling async-stream-impl v0.3.6
14932026-03-25T20:25:25.407Z Compiling dropshot v0.16.7
14942026-03-25T20:25:25.575Z Compiling encoding_rs v0.8.35
14952026-03-25T20:25:25.631Z Compiling spin v0.9.8
14962026-03-25T20:25:25.711Z Compiling unarray v0.1.4
14972026-03-25T20:25:25.741Z Compiling mime v0.3.17
14982026-03-25T20:25:25.803Z Compiling strum v0.26.3
14992026-03-25T20:25:25.928Z Compiling rustls v0.23.37
15002026-03-25T20:25:26.004Z Compiling async-stream v0.3.6
15012026-03-25T20:25:26.110Z Compiling derive-ex v0.1.8
15022026-03-25T20:25:26.138Z Compiling dropshot_endpoint v0.16.7
15032026-03-25T20:25:26.191Z Compiling macaddr v1.0.1
15042026-03-25T20:25:26.407Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15052026-03-25T20:25:26.412Z Compiling waitgroup v0.1.2
15062026-03-25T20:25:26.758Z Compiling serde_path_to_error v0.1.20
15072026-03-25T20:25:26.896Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15082026-03-25T20:25:26.920Z Compiling tempfile v3.27.0
15092026-03-25T20:25:27.036Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15102026-03-25T20:25:27.045Z Compiling tower v0.5.3
15112026-03-25T20:25:27.178Z Compiling strum_macros v0.27.2
15122026-03-25T20:25:27.249Z Compiling instant v0.1.13
15132026-03-25T20:25:27.323Z Compiling time v0.3.47
15142026-03-25T20:25:27.509Z Compiling tower-http v0.6.8
15152026-03-25T20:25:27.675Z Compiling rustc-hash v2.1.1
15162026-03-25T20:25:27.710Z Compiling test-strategy v0.4.5
15172026-03-25T20:25:27.800Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15182026-03-25T20:25:29.455Z Compiling crossbeam-channel v0.5.15
15192026-03-25T20:25:29.516Z Compiling strum v0.27.2
15202026-03-25T20:25:29.516Z Compiling parse-display-derive v0.10.0
15212026-03-25T20:25:29.516Z Compiling rustls-native-certs v0.8.3
15222026-03-25T20:25:29.516Z Compiling backon v1.6.0
15232026-03-25T20:25:29.565Z Compiling rustls-webpki v0.102.8
15242026-03-25T20:25:29.565Z Compiling rand_chacha v0.3.1
15252026-03-25T20:25:30.307Z Compiling rand v0.8.5
15262026-03-25T20:25:30.328Z Compiling slog-json v2.6.1
15272026-03-25T20:25:30.519Z Compiling hostname v0.3.1
15282026-03-25T20:25:30.533Z Compiling toml_parser v1.1.0+spec-1.1.0
15292026-03-25T20:25:30.655Z Compiling wait-timeout v0.2.1
15302026-03-25T20:25:30.682Z Compiling is-terminal v0.4.17
15312026-03-25T20:25:30.775Z Compiling memmap2 v0.9.10
15322026-03-25T20:25:30.947Z Compiling either v1.15.0
15332026-03-25T20:25:30.988Z Compiling usdt v0.6.0
15342026-03-25T20:25:31.118Z Compiling toml v0.9.12+spec-1.1.0
15352026-03-25T20:25:31.147Z Compiling rusty-fork v0.3.1
15362026-03-25T20:25:31.218Z Compiling slog-term v2.9.2
15372026-03-25T20:25:31.263Z Compiling slog-bunyan v2.5.0
15382026-03-25T20:25:31.827Z Compiling tokio-rustls v0.25.0
15392026-03-25T20:25:31.865Z Compiling serde_with v3.18.0
15402026-03-25T20:25:32.080Z Compiling rand_xorshift v0.4.0
15412026-03-25T20:25:32.087Z Compiling sha1 v0.10.6
15422026-03-25T20:25:32.180Z Compiling rustls-pemfile v2.2.0
15432026-03-25T20:25:32.190Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15442026-03-25T20:25:32.267Z Compiling hostname v0.4.2
15452026-03-25T20:25:32.403Z Compiling proptest v1.11.0
15462026-03-25T20:25:33.317Z Compiling reqwest v0.12.28
15472026-03-25T20:25:33.424Z Compiling itertools v0.14.0
15482026-03-25T20:25:33.621Z Compiling iddqd v0.3.17
15492026-03-25T20:25:33.897Z Compiling utf8parse v0.2.2
15502026-03-25T20:25:34.011Z Compiling anstyle-parse v1.0.0
15512026-03-25T20:25:34.202Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15522026-03-25T20:25:34.458Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15532026-03-25T20:25:34.763Z Compiling toml_datetime v0.6.11
15542026-03-25T20:25:35.045Z Compiling anstyle-query v1.1.5
15552026-03-25T20:25:35.148Z Compiling anstyle v1.0.14
15562026-03-25T20:25:35.274Z Compiling colorchoice v1.0.5
15572026-03-25T20:25:35.331Z Compiling is_terminal_polyfill v1.70.2
15582026-03-25T20:25:35.388Z Compiling progenitor-client v0.10.0
15592026-03-25T20:25:35.423Z Compiling anstream v1.0.0
15602026-03-25T20:25:35.659Z Compiling parse-display v0.10.0
15612026-03-25T20:25:35.877Z Compiling backoff v0.4.0
15622026-03-25T20:25:35.999Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15632026-03-25T20:25:36.172Z Compiling clap_lex v1.1.0
15642026-03-25T20:25:36.415Z Compiling clap_derive v4.6.0
15652026-03-25T20:25:36.459Z Compiling unicode-width v0.2.2
15662026-03-25T20:25:36.900Z Compiling terminal_size v0.4.4
15672026-03-25T20:25:36.983Z Compiling darling_core v0.21.3
15682026-03-25T20:25:36.989Z Compiling zerocopy-derive v0.7.35
15692026-03-25T20:25:37.786Z Compiling crossbeam-epoch v0.9.18
15702026-03-25T20:25:37.832Z Compiling zerocopy v0.7.35
15712026-03-25T20:25:38.635Z Compiling clap_builder v4.6.0
15722026-03-25T20:25:39.062Z Compiling proc-macro-error-attr v1.0.4
15732026-03-25T20:25:39.114Z Compiling toml_datetime v1.1.0+spec-1.1.0
15742026-03-25T20:25:39.130Z Compiling darling_macro v0.21.3
15752026-03-25T20:25:39.336Z Compiling tinyvec_macros v0.1.1
15762026-03-25T20:25:39.347Z Compiling convert_case v0.4.0
15772026-03-25T20:25:39.357Z Compiling heapless v0.8.0
15782026-03-25T20:25:39.404Z Compiling tinyvec v1.11.0
15792026-03-25T20:25:39.646Z Compiling derive_more v0.99.20
15802026-03-25T20:25:39.702Z Compiling darling v0.21.3
15812026-03-25T20:25:39.778Z Compiling ingot-macros v0.1.1
15822026-03-25T20:25:39.805Z Compiling toml_edit v0.25.8+spec-1.1.0
15832026-03-25T20:25:40.549Z Compiling clap v4.6.0
15842026-03-25T20:25:40.957Z Compiling dtrace-parser v0.2.0
15852026-03-25T20:25:41.260Z Compiling secrecy v0.10.3
15862026-03-25T20:25:41.418Z Compiling scroll_derive v0.12.1
15872026-03-25T20:25:41.706Z Compiling hash32 v0.3.1
15882026-03-25T20:25:41.823Z Compiling proc-macro-error v1.0.4
15892026-03-25T20:25:41.833Z Compiling usdt-impl v0.5.0
15902026-03-25T20:25:41.856Z Compiling winnow v0.5.40
15912026-03-25T20:25:42.048Z Compiling crucible-workspace-hack v0.1.0
15922026-03-25T20:25:42.074Z Compiling smoltcp v0.11.0
15932026-03-25T20:25:42.118Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15942026-03-25T20:25:42.137Z Compiling scroll v0.12.0
15952026-03-25T20:25:42.414Z Compiling proc-macro-crate v3.5.0
15962026-03-25T20:25:42.485Z Compiling ingot-types v0.1.2
15972026-03-25T20:25:42.829Z Compiling dof v0.3.0
15982026-03-25T20:25:43.059Z Compiling typify-impl v0.6.1
15992026-03-25T20:25:43.146Z Compiling toml_edit v0.19.15
16002026-03-25T20:25:43.165Z Compiling serde_spanned v0.6.9
16012026-03-25T20:25:43.220Z Compiling cobs v0.3.0
16022026-03-25T20:25:43.230Z Compiling memoffset v0.9.1
16032026-03-25T20:25:43.358Z Compiling thread-id v4.2.2
16042026-03-25T20:25:43.362Z Compiling managed v0.8.0
16052026-03-25T20:25:43.450Z Compiling toml_write v0.1.2
16062026-03-25T20:25:43.460Z Compiling cfg_aliases v0.2.1
16072026-03-25T20:25:43.487Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16082026-03-25T20:25:43.525Z Compiling bitflags v1.3.2
16092026-03-25T20:25:43.596Z Compiling toml_edit v0.22.27
16102026-03-25T20:25:43.645Z Compiling nix v0.31.2
16112026-03-25T20:25:44.016Z Compiling postcard v1.1.3
16122026-03-25T20:25:44.560Z Compiling proc-macro-crate v1.3.1
16132026-03-25T20:25:44.892Z Compiling ingot v0.1.1
16142026-03-25T20:25:45.006Z Compiling num_enum_derive v0.7.6
16152026-03-25T20:25:45.216Z Compiling goblin v0.8.2
16162026-03-25T20:25:45.890Z Compiling tabwriter v1.4.1
16172026-03-25T20:25:46.128Z Compiling foreign-types-macros v0.2.3
16182026-03-25T20:25:46.161Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16192026-03-25T20:25:46.464Z Compiling num-integer v0.1.46
16202026-03-25T20:25:46.724Z Compiling rustc_version v0.4.1
16212026-03-25T20:25:46.778Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16222026-03-25T20:25:46.996Z Compiling heck v0.4.1
16232026-03-25T20:25:47.010Z Compiling cpufeatures v0.3.0
16242026-03-25T20:25:47.011Z Compiling foreign-types-shared v0.3.1
16252026-03-25T20:25:47.079Z Compiling float-ord v0.3.2
16262026-03-25T20:25:47.090Z Compiling rayon-core v1.13.0
16272026-03-25T20:25:47.104Z Compiling foreign-types v0.5.0
16282026-03-25T20:25:47.178Z Compiling chacha20 v0.10.0
16292026-03-25T20:25:47.311Z Compiling curve25519-dalek v4.1.3
16302026-03-25T20:25:47.593Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16312026-03-25T20:25:47.810Z Compiling num_enum v0.7.6
16322026-03-25T20:25:47.950Z Compiling num_enum_derive v0.5.11
16332026-03-25T20:25:48.519Z Compiling toml v0.8.23
16342026-03-25T20:25:49.293Z Compiling typify-macro v0.6.1
16352026-03-25T20:25:49.310Z Compiling crossbeam-deque v0.8.6
16362026-03-25T20:25:49.484Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16372026-03-25T20:25:49.677Z Compiling hmac v0.12.1
16382026-03-25T20:25:49.885Z Compiling inout v0.1.4
16392026-03-25T20:25:49.974Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16402026-03-25T20:25:50.028Z Compiling ff v0.13.1
16412026-03-25T20:25:50.385Z Compiling cstr-argument v0.1.2
16422026-03-25T20:25:50.474Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16432026-03-25T20:25:50.541Z Compiling prettyplease v0.2.37
16442026-03-25T20:25:50.690Z Compiling rustix v0.38.44
16452026-03-25T20:25:50.775Z Compiling rustls-webpki v0.103.10
16462026-03-25T20:25:51.042Z Compiling colored v3.1.1
16472026-03-25T20:25:51.173Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16482026-03-25T20:25:51.904Z Compiling group v0.13.0
16492026-03-25T20:25:51.931Z Compiling cipher v0.4.4
16502026-03-25T20:25:52.035Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16512026-03-25T20:25:52.135Z Compiling hkdf v0.12.4
16522026-03-25T20:25:52.280Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16532026-03-25T20:25:52.470Z Compiling num_enum v0.5.11
16542026-03-25T20:25:52.597Z Compiling rand v0.10.0
16552026-03-25T20:25:52.657Z Compiling num-rational v0.4.2
16562026-03-25T20:25:52.665Z Compiling num-iter v0.1.45
16572026-03-25T20:25:52.780Z Compiling usdt-macro v0.5.0
16582026-03-25T20:25:52.926Z Compiling usdt-attr-macro v0.5.0
16592026-03-25T20:25:53.908Z Compiling camino-tempfile v1.4.1
16602026-03-25T20:25:53.920Z Compiling thiserror-impl-no-std v2.0.2
16612026-03-25T20:25:54.155Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16622026-03-25T20:25:54.424Z Compiling tokio-rustls v0.26.4
16632026-03-25T20:25:54.503Z Compiling rustls-platform-verifier v0.6.2
16642026-03-25T20:25:54.695Z Compiling hyper-rustls v0.27.7
16652026-03-25T20:25:54.994Z Compiling reqwest v0.13.2
16662026-03-25T20:25:55.021Z Compiling universal-hash v0.5.1
16672026-03-25T20:25:55.041Z Compiling half v2.7.1
16682026-03-25T20:25:55.149Z Compiling crypto-bigint v0.5.5
16692026-03-25T20:25:55.342Z Compiling enum-as-inner v0.6.1
16702026-03-25T20:25:55.387Z Compiling curve25519-dalek-derive v0.1.1
16712026-03-25T20:25:55.768Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16722026-03-25T20:25:55.914Z Compiling num-complex v0.4.6
16732026-03-25T20:25:56.053Z Compiling memmap v0.7.0
16742026-03-25T20:25:56.076Z Compiling base16ct v0.2.0
16752026-03-25T20:25:56.234Z Compiling progenitor-client v0.13.0
16762026-03-25T20:25:56.246Z Compiling base64ct v1.8.3
16772026-03-25T20:25:56.291Z Compiling ciborium-io v0.2.2
16782026-03-25T20:25:56.303Z Compiling opaque-debug v0.3.1
16792026-03-25T20:25:56.373Z Compiling data-encoding v2.10.0
16802026-03-25T20:25:56.384Z Compiling ciborium-ll v0.2.2
16812026-03-25T20:25:56.538Z Compiling progenitor-extras v0.1.1
16822026-03-25T20:25:56.600Z Compiling password-hash v0.5.0
16832026-03-25T20:25:56.775Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16842026-03-25T20:25:57.074Z Compiling poly1305 v0.8.0
16852026-03-25T20:25:57.218Z Compiling num v0.4.3
16862026-03-25T20:25:57.287Z Compiling elliptic-curve v0.13.8
16872026-03-25T20:25:57.504Z Compiling usdt v0.5.0
16882026-03-25T20:25:57.624Z Compiling thiserror-no-std v2.0.2
16892026-03-25T20:25:57.785Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16902026-03-25T20:25:58.138Z Compiling rayon v1.11.0
16912026-03-25T20:25:58.441Z Compiling chacha20 v0.9.1
16922026-03-25T20:25:58.671Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16932026-03-25T20:25:58.759Z Compiling typify v0.6.1
16942026-03-25T20:25:59.372Z Compiling zone_cfg_derive v0.3.1
16952026-03-25T20:25:59.566Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16962026-03-25T20:25:59.734Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16972026-03-25T20:25:59.938Z Compiling itertools v0.12.1
16982026-03-25T20:25:59.965Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16992026-03-25T20:26:00.066Z Compiling blake2 v0.10.6
17002026-03-25T20:26:00.150Z Compiling byte-wrapper v0.1.0
17012026-03-25T20:26:00.161Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17022026-03-25T20:26:00.428Z Compiling aead v0.5.2
17032026-03-25T20:26:00.487Z Compiling num-derive v0.4.2
17042026-03-25T20:26:00.511Z Compiling sigpipe v0.1.3
17052026-03-25T20:26:00.514Z Compiling pkg-config v0.3.32
17062026-03-25T20:26:00.587Z Compiling jiff v0.2.23
17072026-03-25T20:26:00.597Z Compiling unsafe-libyaml v0.2.11
17082026-03-25T20:26:00.960Z Compiling vcpkg v0.2.15
17092026-03-25T20:26:01.128Z Compiling keccak v0.1.6
17102026-03-25T20:26:01.268Z Compiling glob v0.3.3
17112026-03-25T20:26:01.371Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17122026-03-25T20:26:01.424Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17132026-03-25T20:26:01.520Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17142026-03-25T20:26:01.719Z Compiling openssl-sys v0.9.112
17152026-03-25T20:26:01.826Z Compiling sha3 v0.10.8
17162026-03-25T20:26:02.044Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17172026-03-25T20:26:02.127Z Compiling serde_yaml v0.9.34+deprecated
17182026-03-25T20:26:02.225Z Compiling zone v0.3.1
17192026-03-25T20:26:02.245Z Compiling chacha20poly1305 v0.10.1
17202026-03-25T20:26:03.378Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17212026-03-25T20:26:03.382Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17222026-03-25T20:26:03.440Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17232026-03-25T20:26:04.026Z Compiling argon2 v0.5.3
17242026-03-25T20:26:04.224Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17252026-03-25T20:26:04.800Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17262026-03-25T20:26:04.822Z Compiling progenitor-impl v0.13.0
17272026-03-25T20:26:04.822Z Compiling vsss-rs v3.3.4
17282026-03-25T20:26:05.133Z Compiling ciborium v0.2.2
17292026-03-25T20:26:05.175Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17302026-03-25T20:26:05.323Z Compiling hubpack_derive v0.1.1
17312026-03-25T20:26:05.398Z Compiling smf v0.2.3
17322026-03-25T20:26:06.171Z Compiling static_assertions v1.1.0
17332026-03-25T20:26:06.241Z Compiling semver v0.1.20
17342026-03-25T20:26:06.241Z Compiling indent_write v2.2.0
17352026-03-25T20:26:06.241Z Compiling linked-hash-map v0.5.6
17362026-03-25T20:26:06.241Z Compiling resolv-conf v0.7.6
17372026-03-25T20:26:06.241Z Compiling whoami v1.6.1
17382026-03-25T20:26:06.241Z Compiling hubpack v0.1.2
17392026-03-25T20:26:06.241Z Compiling lru-cache v0.1.2
17402026-03-25T20:26:06.241Z Compiling rustc_version v0.1.7
17412026-03-25T20:26:06.241Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17422026-03-25T20:26:06.242Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17432026-03-25T20:26:06.260Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17442026-03-25T20:26:06.383Z Compiling hickory-proto v0.24.4
17452026-03-25T20:26:06.811Z Compiling serde-big-array v0.5.1
17462026-03-25T20:26:07.091Z Compiling serde_repr v0.1.20
17472026-03-25T20:26:07.997Z Compiling pin-project-internal v1.1.11
17482026-03-25T20:26:08.022Z Compiling derive-where v1.6.1
17492026-03-25T20:26:08.112Z Compiling progenitor-macro v0.13.0
17502026-03-25T20:26:08.713Z Compiling siphasher v1.0.2
17512026-03-25T20:26:09.330Z Compiling swrite v0.1.0
17522026-03-25T20:26:09.695Z Compiling minimal-lexical v0.2.1
17532026-03-25T20:26:09.695Z Compiling unicode-segmentation v1.13.1
17542026-03-25T20:26:09.695Z Compiling phf_shared v0.12.1
17552026-03-25T20:26:09.695Z Compiling nom v7.1.3
17562026-03-25T20:26:09.709Z Compiling pin-project v1.1.11
17572026-03-25T20:26:09.709Z Compiling newline-converter v0.3.0
17582026-03-25T20:26:09.709Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17592026-03-25T20:26:09.709Z Compiling hickory-resolver v0.24.4
17602026-03-25T20:26:09.737Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17612026-03-25T20:26:10.012Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17622026-03-25T20:26:10.087Z Compiling newtype_derive v0.1.6
17632026-03-25T20:26:10.327Z Compiling atomicwrites v0.4.4
17642026-03-25T20:26:10.997Z Compiling unicode-normalization v0.1.25
17652026-03-25T20:26:11.038Z Compiling console v0.15.11
17662026-03-25T20:26:11.125Z Compiling tokio-stream v0.1.18
17672026-03-25T20:26:11.486Z Compiling async-recursion v1.1.1
17682026-03-25T20:26:11.513Z Compiling snafu-derive v0.8.9
17692026-03-25T20:26:11.539Z Compiling slog-dtrace v0.3.0
17702026-03-25T20:26:11.853Z Compiling bstr v1.12.1
17712026-03-25T20:26:11.917Z Compiling csv-core v0.1.13
17722026-03-25T20:26:12.105Z Compiling unicode-width v0.1.14
17732026-03-25T20:26:12.182Z Compiling foreign-types-shared v0.1.1
17742026-03-25T20:26:12.528Z Compiling cancel-safe-futures v0.1.5
17752026-03-25T20:26:12.538Z Compiling openssl v0.10.76
17762026-03-25T20:26:12.538Z Compiling highway v1.3.0
17772026-03-25T20:26:12.538Z Compiling owo-colors v4.3.0
17782026-03-25T20:26:12.538Z Compiling foldhash v0.1.5
17792026-03-25T20:26:12.538Z Compiling chrono-tz v0.10.4
17802026-03-25T20:26:12.626Z Compiling same-file v1.0.6
17812026-03-25T20:26:12.660Z Compiling similar v2.7.0
17822026-03-25T20:26:13.039Z Compiling unicode-xid v0.2.6
17832026-03-25T20:26:13.121Z Compiling walkdir v2.5.0
17842026-03-25T20:26:13.121Z Compiling const_format_proc_macros v0.2.34
17852026-03-25T20:26:13.121Z Compiling hashbrown v0.15.5
17862026-03-25T20:26:13.121Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17872026-03-25T20:26:13.731Z Compiling expectorate v1.2.0
17882026-03-25T20:26:13.791Z Compiling snafu v0.8.9
17892026-03-25T20:26:13.791Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17902026-03-25T20:26:13.791Z Compiling progenitor v0.13.0
17912026-03-25T20:26:13.792Z Compiling foreign-types v0.3.2
17922026-03-25T20:26:13.792Z Compiling globset v0.4.18
17932026-03-25T20:26:13.792Z Compiling csv v1.4.0
17942026-03-25T20:26:13.792Z Compiling qorb v0.4.1
17952026-03-25T20:26:13.792Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17962026-03-25T20:26:14.031Z Compiling olpc-cjson v0.1.4
17972026-03-25T20:26:14.440Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17982026-03-25T20:26:14.461Z Compiling phf v0.12.1
17992026-03-25T20:26:14.858Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-25T20:26:14.900Z Compiling tokio-dtrace v0.1.1
18012026-03-25T20:26:15.176Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18022026-03-25T20:26:15.208Z Compiling libsw-core v0.3.2
18032026-03-25T20:26:15.269Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18042026-03-25T20:26:15.597Z Compiling serde_plain v1.0.2
18052026-03-25T20:26:15.625Z Compiling openssl-macros v0.1.1
18062026-03-25T20:26:15.625Z Compiling pem v3.0.6
18072026-03-25T20:26:15.625Z Compiling cookie v0.18.1
18082026-03-25T20:26:15.668Z Compiling bytecount v0.6.9
18092026-03-25T20:26:15.981Z Compiling fixedbitset v0.4.2
18102026-03-25T20:26:16.031Z Compiling fixedbitset v0.5.7
18112026-03-25T20:26:16.031Z Compiling typed-path v0.9.3
18122026-03-25T20:26:16.031Z Compiling papergrid v0.11.0
18132026-03-25T20:26:16.031Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18142026-03-25T20:26:16.064Z Compiling petgraph v0.8.3
18152026-03-25T20:26:16.716Z Compiling petgraph v0.6.5
18162026-03-25T20:26:18.186Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18172026-03-25T20:26:19.188Z Compiling tough v0.20.0
18182026-03-25T20:26:19.188Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18192026-03-25T20:26:19.189Z Compiling libsw v3.5.0
18202026-03-25T20:26:19.189Z Compiling oxide-tokio-rt v0.1.3
18212026-03-25T20:26:19.189Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-25T20:26:19.490Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-25T20:26:19.491Z Compiling const_format v0.2.35
18242026-03-25T20:26:19.623Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18252026-03-25T20:26:20.665Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-25T20:26:20.719Z Compiling gethostname v0.5.0
18272026-03-25T20:26:20.799Z Compiling tabled_derive v0.7.0
18282026-03-25T20:26:21.304Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18292026-03-25T20:26:21.387Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18302026-03-25T20:26:21.563Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18312026-03-25T20:26:21.584Z Compiling bcs v0.1.6
18322026-03-25T20:26:21.615Z Compiling tagptr v0.2.0
18332026-03-25T20:26:21.743Z Compiling unicode-linebreak v0.1.5
18342026-03-25T20:26:21.758Z Compiling smawk v0.3.2
18352026-03-25T20:26:21.870Z Compiling lazy_static v1.5.0
18362026-03-25T20:26:21.896Z Compiling termtree v0.5.1
18372026-03-25T20:26:21.913Z Compiling linear-map v1.2.0
18382026-03-25T20:26:21.961Z Compiling steno v0.4.1
18392026-03-25T20:26:21.978Z Compiling textwrap v0.16.2
18402026-03-25T20:26:22.043Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18412026-03-25T20:26:22.084Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-25T20:26:22.156Z Compiling tabled v0.15.0
18432026-03-25T20:26:22.617Z Compiling moka v0.12.15
18442026-03-25T20:26:22.744Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-25T20:26:22.926Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18462026-03-25T20:26:23.133Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-25T20:26:23.437Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-25T20:26:23.752Z Compiling hickory-proto v0.25.2
18492026-03-25T20:26:24.279Z Compiling humantime v2.3.0
18502026-03-25T20:26:24.584Z Compiling num-derive v0.3.3
18512026-03-25T20:26:24.902Z Compiling parking_lot_core v0.8.6
18522026-03-25T20:26:25.179Z Compiling crc32fast v1.5.0
18532026-03-25T20:26:25.200Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18542026-03-25T20:26:25.550Z Compiling libscf-sys v1.1.0
18552026-03-25T20:26:25.660Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18562026-03-25T20:26:25.748Z Compiling parking_lot v0.11.2
18572026-03-25T20:26:25.770Z Compiling hickory-resolver v0.25.2
18582026-03-25T20:26:25.770Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18592026-03-25T20:26:25.970Z Compiling fxhash v0.2.1
18602026-03-25T20:26:26.016Z Compiling internet-checksum v0.2.1
18612026-03-25T20:26:26.073Z Compiling sled v0.34.7
18622026-03-25T20:26:26.099Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18632026-03-25T20:26:26.174Z Compiling yansi v1.0.1
18642026-03-25T20:26:26.227Z Compiling diff v0.1.13
18652026-03-25T20:26:26.486Z Compiling pretty_assertions v1.4.1
18662026-03-25T20:26:26.595Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18672026-03-25T20:26:31.817Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18682026-03-25T20:26:38.911Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18692026-03-25T20:26:40.499Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18702026-03-25T20:26:41.577Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18712026-03-25T20:26:42.688Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18722026-03-25T20:26:43.472Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18732026-03-25T20:26:44.932Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
18742026-03-25T20:27:06.557Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18752026-03-25T20:27:06.727Z────────────
18762026-03-25T20:27:06.727Z Nextest run ID 806be7fd-db5d-4c12-bd93-2dc17807aa6f with nextest profile: default
18772026-03-25T20:27:06.727Z Starting 2 tests across 1 binary
18782026-03-25T20:27:06.731Z START bfd test::test_new_daemon
18792026-03-25T20:27:06.734Z
18802026-03-25T20:27:06.734Zrunning 1 test
18812026-03-25T20:27:06.770Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-03-25T20:27:05.143065822Z","hostname":"w-01KMKAGVECQT3V8RSWMXHP11PZ","pid":4838,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
18822026-03-25T20:27:06.770Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-03-25T20:27:05.143288372Z","hostname":"w-01KMKAGVECQT3V8RSWMXHP11PZ","pid":4838,"error":"test test::test_new_daemon ... channel is empty and sending half is closed","okpeer":"
18832026-03-25T20:27:06.770Z203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
18842026-03-25T20:27:06.770Z
18852026-03-25T20:27:06.770Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.04s
18862026-03-25T20:27:06.770Z
18872026-03-25T20:27:06.775Z PASS [ 0.047s] bfd test::test_new_daemon
18882026-03-25T20:27:06.778Z START bfd test::test_protocol_basics
18892026-03-25T20:27:06.781Z
18902026-03-25T20:27:06.782Zrunning 1 test
18912026-03-25T20:27:06.820Z{{""msgmsg"":":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 4170092235, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 525568444, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":0,"name":"0slog-rs","name":"slog-rs",","levellevel""::1010,"time":","2026-03-25T20:27:05.193023479Z"time":"2026-03-25T20:27:05.193022979Z",,""hostnamehostname""::""w-01KMKAGVECQT3V8RSWMXHP11PZ"w-01KMKAGVECQT3V8RSWMXHP11PZ","pid":4839,"peer":"203.0.113.10",",state"":"pid"Down:","unit":4839"session","module":"state_machine",","componentpeer""::""bfd"203.0.113.20","}state":"
18922026-03-25T20:27:06.820ZDown","unit":"session","module":"state_machine","component":"bfd"}
18932026-03-25T20:27:06.820Z{"msg":"transition -> Init","v":0,"name":"slog-rs","level":30{"msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-03-25T20:27:05.19322832Z","hostname":"w-01KMKAGVECQT3V8RSWMXHP11PZ",","pid":time":4839","peer":"2026-03-25T20:27:05.19323152Z"203.0.113.10,"","hostname"state:"":"Down","unit":"w-01KMKAGVECQT3V8RSWMXHP11PZ"session,"","pid":module"4839:","state_machine"peer,"":"component":"203.0.113.20"bfd,""}
18942026-03-25T20:27:06.820Zstate":"Down","unit":"session","module":"state_machine","component":"bfd"}
18952026-03-25T20:27:07.817Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 4170092235, your_discriminator: 525568444, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-03-25T20:27:06.190528921Z","hostname":"w-01KMKAGVECQT3V8RSWMXHP11PZ","pid":4839,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
18962026-03-25T20:27:07.817Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-03-25T20:27:06.190559371Z","hostname":"w-01KMKAGVECQT3V8RSWMXHP11PZ","pid":4839,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
18972026-03-25T20:27:07.821Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 525568444, your_discriminator: 4170092235, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-03-25T20:27:06.192932122Z","hostname":"w-01KMKAGVECQT3V8RSWMXHP11PZ","pid":4839,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
18982026-03-25T20:27:07.821Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-03-25T20:27:06.192966582Z","hostname":"w-01KMKAGVECQT3V8RSWMXHP11PZ","pid":4839,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
18992026-03-25T20:27:12.818Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 4170092235, your_discriminator: 525568444, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-03-25T20:27:11.190721896Z","hostname":"w-01KMKAGVECQT3V8RSWMXHP11PZ","pid":4839,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19002026-03-25T20:27:12.821Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 525568444, your_discriminator: 4170092235, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-03-25T20:27:11.193030087Z","hostname":"w-01KMKAGVECQT3V8RSWMXHP11PZ","pid":4839,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19012026-03-25T20:27:16.821Z{"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":{40"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,,""timetime"":":"2026-03-25T20:27:15.193028979Z"2026-03-25T20:27:15.19303925Z",","hostname":hostname"":"w-01KMKAGVECQT3V8RSWMXHP11PZ"w-01KMKAGVECQT3V8RSWMXHP11PZ",","pid"pid:":48394839,"peer":","peer":203.0.113.20"","state"203.0.113.10:"","Up",state""unit"::""Upsession"",,""unitmodule":"":"session","state_machine"module":,""component":state_machine"","bfd"}component":"
19022026-03-25T20:27:16.822Zbfd"}
19032026-03-25T20:27:16.826Ztest test::test_protocol_basics ... ok
19042026-03-25T20:27:16.826Z
19052026-03-25T20:27:16.826Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19062026-03-25T20:27:16.826Z
19072026-03-25T20:27:16.830Z PASS [ 10.055s] bfd test::test_protocol_basics
19082026-03-25T20:27:16.830Z────────────
19092026-03-25T20:27:16.830Z Summary [ 10.104s] 2 tests run: 2 passed, 0 skipped
19102026-03-25T20:27:16.845Zprocess exited: duration 286102 ms, exit code 0
 
19112026-03-25T20:27:16.853Zfound 0 output files