01KTCTAH3CY1A0A592NMSZYBTJ: 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: 01KTCTB4D3GAVK4HJDNPR72AAS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T21:17:56.908Zjob assigned to worker 01KTCTBDBNFVFBE2KN6G0CD1MY [factory aws, i-0bd97045e09d98de6] (queued for 51 s)
 
22026-06-05T21:18:03.803Zstarting task 0: "setup"
32026-06-05T21:18:03.807Z++ uname -s
42026-06-05T21:18:03.810Z+ kern=SunOS
52026-06-05T21:18:03.810Z+ build_user=build
62026-06-05T21:18:03.810Z+ build_uid=12345
72026-06-05T21:18:03.810Z+ work_dir=/work
82026-06-05T21:18:03.810Z+ input_dir=/input
92026-06-05T21:18:03.810Z+ [[ 0 == 12345 ]]
102026-06-05T21:18:03.810Z+ case "$kern" in
112026-06-05T21:18:03.810Z+ groupadd -g 12345 build
122026-06-05T21:18:03.813Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T21:18:05.816Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T21:18:05.893Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T21:18:05.896Z+ home_fs=zfs
162026-06-05T21:18:05.896Z+ [[ zfs == autofs ]]
172026-06-05T21:18:05.896Z+ mkdir -p /home/build
182026-06-05T21:18:05.896Z+ chown build:build /home/build /work
192026-06-05T21:18:07.897Z+ chmod 0700 /home/build /work
202026-06-05T21:18:07.901Zprocess exited: duration 4096 ms, exit code 0
 
212026-06-05T21:18:07.911Zstarting task 1: "rust-toolchain"
222026-06-05T21:18:07.914Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T21:18:07.914Z * rust toolchain channel = "stable"
242026-06-05T21:18:07.914Z * rust toolchain profile = "default"
252026-06-05T21:18:07.914Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T21:18:07.914Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T21:18:07.914Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T21:18:07.920Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T21:18:07.920Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T21:18:08.038Zinfo: downloading installer
312026-06-05T21:18:09.358Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T21:18:09.358Zwarn: /opt/ooce/bin
332026-06-05T21:18:09.358Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T21:18:09.358Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T21:18:09.358Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T21:18:09.358Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T21:18:09.358Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T21:18:09.358Zerror: cannot install while Rust is installed
392026-06-05T21:18:09.359Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T21:18:09.362Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T21:18:09.362Zwarn: /home/build/.rustup/settings.toml
422026-06-05T21:18:09.362Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T21:18:09.362Zwarn: instead of the one inferred from the default host triple.
442026-06-05T21:18:09.372Zinfo: profile set to default
452026-06-05T21:18:09.372Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T21:18:09.375Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T21:18:09.505Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T21:18:09.509Zinfo: downloading 6 components
492026-06-05T21:18:23.767Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T21:18:23.767Z
512026-06-05T21:18:23.793Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T21:18:23.793Z
532026-06-05T21:18:23.793Z
542026-06-05T21:18:23.793ZRust is installed now. Great!
552026-06-05T21:18:23.793Z
562026-06-05T21:18:23.797ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T21:18:23.797Zenvironment variable. This has not been done automatically.
582026-06-05T21:18:23.797Z
592026-06-05T21:18:23.797ZTo configure your current shell, you need to source
602026-06-05T21:18:23.797Zthe corresponding env file under $HOME/.cargo.
612026-06-05T21:18:23.797Z
622026-06-05T21:18:23.797ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T21:18:23.797Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T21:18:23.797Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T21:18:23.797Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T21:18:23.797Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T21:18:23.797Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T21:18:23.797Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T21:18:23.798Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T21:18:23.798Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T21:18:23.879Z+ rustup --version
722026-06-05T21:18:23.886Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T21:18:23.890Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T21:18:23.908Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T21:18:23.911Z+ cargo --version
762026-06-05T21:18:23.924Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T21:18:23.927Z+ rustc --version
782026-06-05T21:18:23.945Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T21:18:23.949Zprocess exited: duration 16034 ms, exit code 0
 
802026-06-05T21:18:23.957Zstarting task 2: "authentication"
812026-06-05T21:18:23.971Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T21:18:23.981Zstarting task 3: "clone repository"
832026-06-05T21:18:23.984Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T21:18:23.984Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T21:18:24.085ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T21:18:25.157Z+ cd /work/oxidecomputer/maghemite
872026-06-05T21:18:25.157Z+ git fetch origin 28cc72cd5873adf4359355c13a325e524897aa25
882026-06-05T21:18:25.405ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T21:18:25.405Z * branch 28cc72cd5873adf4359355c13a325e524897aa25 -> FETCH_HEAD
902026-06-05T21:18:25.410Z+ [[ -n trey/ndp-demux ]]
912026-06-05T21:18:25.412Z++ git branch --show-current
922026-06-05T21:18:25.412Z+ current=main
932026-06-05T21:18:25.412Z+ [[ main != trey/ndp-demux ]]
942026-06-05T21:18:25.412Z+ git branch -f trey/ndp-demux 28cc72cd5873adf4359355c13a325e524897aa25
952026-06-05T21:18:25.415Z+ git checkout -f trey/ndp-demux
962026-06-05T21:18:25.433ZSwitched to branch 'trey/ndp-demux'
972026-06-05T21:18:25.436Z+ git reset --hard 28cc72cd5873adf4359355c13a325e524897aa25
982026-06-05T21:18:25.440ZHEAD is now at 28cc72c bump ispf dependency
992026-06-05T21:18:25.443Zprocess exited: duration 1461 ms, exit code 0
 
1002026-06-05T21:18:25.449Zstarting task 4: "build"
1012026-06-05T21:18:25.453Z+ set -o errexit
1022026-06-05T21:18:25.453Z+ set -o pipefail
1032026-06-05T21:18:25.456Z+ source .github/buildomat/test-common.sh
1042026-06-05T21:18:25.456Z++ NEXTEST_VERSION=0.9.97
1052026-06-05T21:18:25.456Z++ PLATFORM=illumos
1062026-06-05T21:18:25.456Z++ banner install
1072026-06-05T21:18:25.459Z
1082026-06-05T21:18:25.459Z # # # #### ##### ## # #
1092026-06-05T21:18:25.459Z # ## # # # # # # #
1102026-06-05T21:18:25.459Z # # # # #### # # # # #
1112026-06-05T21:18:25.459Z # # # # # # ###### # #
1122026-06-05T21:18:25.461Z # # ## # # # # # # #
1132026-06-05T21:18:25.461Z # # # #### # # # ###### ######
1142026-06-05T21:18:25.461Z
1152026-06-05T21:18:25.461Z++ set +o errexit
1162026-06-05T21:18:25.461Z++ pkg info clang-15
1172026-06-05T21:18:25.461Z++ grep -qi installed
1182026-06-05T21:18:27.162Zpkg: info: no packages matching the following patterns you specified are
1192026-06-05T21:18:27.163Zinstalled on the system. Try querying remotely instead:
1202026-06-05T21:18:27.163Z
1212026-06-05T21:18:27.163Z clang-15
1222026-06-05T21:18:27.212Z++ [[ 1 != 0 ]]
1232026-06-05T21:18:27.212Z++ set -o errexit
1242026-06-05T21:18:27.212Z++ pfexec pkg install clang-15
1252026-06-05T21:18:33.995Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-05T21:18:41.698Z Startup: Caching catalogs ... Done
1272026-06-05T21:18:48.934ZPlanning: Solver setup ... Done
1282026-06-05T21:18:48.976ZPlanning: Running solver ... Done
1292026-06-05T21:18:49.118ZPlanning: Finding local manifests ... Done
1302026-06-05T21:18:49.137ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-05T21:18:49.235ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-05T21:18:49.264ZPlanning: Package planning ... Done
1332026-06-05T21:18:49.290ZPlanning: Merging actions ... Done
1342026-06-05T21:18:49.401ZPlanning: Checking for conflicting actions ... Done
1352026-06-05T21:18:49.407ZPlanning: Consolidating action changes ... Done
1362026-06-05T21:18:50.171ZPlanning: Evaluating mediators ... Done
1372026-06-05T21:18:50.178ZPlanning: Planning completed in 8.31 seconds
1382026-06-05T21:18:50.188Z Packages to install: 2
1392026-06-05T21:18:50.190Z Mediators to change: 2
1402026-06-05T21:18:50.190Z Services to change: 1
1412026-06-05T21:18:50.191Z Create boot environment: No
1422026-06-05T21:18:50.191ZCreate backup boot environment: No
1432026-06-05T21:18:50.231Z
1442026-06-05T21:18:50.231ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-05T21:18:55.387ZDownload: 1131/3076 items 114.0/211.3MB 53% complete (24.5M/s)
1462026-06-05T21:19:00.389ZDownload: 1522/3076 items 115.2/211.3MB 54% complete (11.4M/s)
1472026-06-05T21:19:05.642ZDownload: 1999/3076 items 116.3/211.3MB 55% complete (3.1M/s)
1482026-06-05T21:19:18.352ZDownload: 2006/3076 items 117.1/211.3MB 55% complete
1492026-06-05T21:19:24.515ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (47.4M/s)
1502026-06-05T21:19:30.879ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
1512026-06-05T21:19:33.873ZDownload: Completed 211.31 MB in 43.64 seconds (4.8M/s)
1522026-06-05T21:19:33.994Z Actions: 1/3418 actions (Installing new actions)
1532026-06-05T21:19:37.139Z Actions: Completed 3418 actions in 3.14 seconds.
1542026-06-05T21:19:37.812Z Done
1552026-06-05T21:19:37.812Z Done
1562026-06-05T21:19:38.553Z Done
1572026-06-05T21:19:41.936Z Done
1582026-06-05T21:19:42.012Z Done
1592026-06-05T21:19:42.019Z Done
1602026-06-05T21:19:42.268Z Done
1612026-06-05T21:19:42.946Z++ set -o errexit
1622026-06-05T21:19:42.946Z++ cargo --version
1632026-06-05T21:19:42.952Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1642026-06-05T21:19:43.101Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1652026-06-05T21:19:43.105Zinfo: downloading 6 components
1662026-06-05T21:19:58.584Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1672026-06-05T21:19:58.587Z++ rustc --version
1682026-06-05T21:19:58.613Zrustc 1.95.0 (59807616e 2026-04-14)
1692026-06-05T21:19:58.616Z++ cargo install cargo-nextest --version 0.9.97
1702026-06-05T21:19:58.660Z Updating crates.io index
1712026-06-05T21:19:58.758Z Downloading crates ...
1722026-06-05T21:19:58.810Z Downloaded cargo-nextest v0.9.97
1732026-06-05T21:19:58.871Z Installing cargo-nextest v0.9.97
1742026-06-05T21:19:58.912Z Updating crates.io index
1752026-06-05T21:20:01.604Z Locking 404 packages to latest compatible versions
1762026-06-05T21:20:01.608Z Adding dialoguer v0.11.0 (available: v0.12.0)
1772026-06-05T21:20:01.611Z Adding duct v0.13.7 (available: v1.1.1)
1782026-06-05T21:20:01.611Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1792026-06-05T21:20:01.611Z Adding generic-array v0.14.7 (available: v0.14.9)
1802026-06-05T21:20:01.615Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1812026-06-05T21:20:01.615Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1822026-06-05T21:20:01.616Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1832026-06-05T21:20:01.619Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1842026-06-05T21:20:01.619Z Adding quick-junit v0.5.2 (available: v0.6.0)
1852026-06-05T21:20:01.647Z Downloading crates ...
1862026-06-05T21:20:01.721Z Downloaded erased-serde v0.4.10
1872026-06-05T21:20:01.731Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1882026-06-05T21:20:01.734Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1892026-06-05T21:20:01.734Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1902026-06-05T21:20:01.734Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1912026-06-05T21:20:01.734Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1922026-06-05T21:20:01.734Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1932026-06-05T21:20:01.734Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1942026-06-05T21:20:01.734Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1952026-06-05T21:20:01.737Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1962026-06-05T21:20:01.737Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1972026-06-05T21:20:01.737Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1982026-06-05T21:20:01.737Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
1992026-06-05T21:20:01.737Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2002026-06-05T21:20:01.737Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2012026-06-05T21:20:01.737Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2022026-06-05T21:20:01.737Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2032026-06-05T21:20:01.740Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2042026-06-05T21:20:01.740Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2052026-06-05T21:20:01.740Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2062026-06-05T21:20:01.740Z Downloaded addr2line v0.25.1
2072026-06-05T21:20:01.740Z Downloaded cargo-platform v0.3.3
2082026-06-05T21:20:01.745Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2092026-06-05T21:20:01.749Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2102026-06-05T21:20:01.749Z Downloaded clap v4.6.1
2112026-06-05T21:20:01.752Z Downloaded foldhash v0.1.5
2122026-06-05T21:20:01.754Z Downloaded cargo-util-schemas v0.2.0
2132026-06-05T21:20:01.755Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2142026-06-05T21:20:01.757Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2152026-06-05T21:20:01.758Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2162026-06-05T21:20:01.758Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2172026-06-05T21:20:01.758Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2182026-06-05T21:20:01.758Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2192026-06-05T21:20:01.758Z Downloaded block-buffer v0.10.4
2202026-06-05T21:20:01.762Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2212026-06-05T21:20:01.762Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2222026-06-05T21:20:01.762Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2232026-06-05T21:20:01.762Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2242026-06-05T21:20:01.762Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2252026-06-05T21:20:01.762Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2262026-06-05T21:20:01.762Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2272026-06-05T21:20:01.762Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2282026-06-05T21:20:01.762Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2292026-06-05T21:20:01.762Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2302026-06-05T21:20:01.762Z Downloaded adler2 v2.0.1
2312026-06-05T21:20:01.762Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2322026-06-05T21:20:01.763Z Downloaded cpufeatures v0.2.17
2332026-06-05T21:20:01.768Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2342026-06-05T21:20:01.768Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2352026-06-05T21:20:01.768Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2362026-06-05T21:20:01.768Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2372026-06-05T21:20:01.768Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2382026-06-05T21:20:01.768Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2392026-06-05T21:20:01.768Z Downloaded hex v0.4.3
2402026-06-05T21:20:01.768Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2412026-06-05T21:20:01.768Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2422026-06-05T21:20:01.768Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2432026-06-05T21:20:01.768Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2442026-06-05T21:20:01.772Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2452026-06-05T21:20:01.772Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2462026-06-05T21:20:01.772Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2472026-06-05T21:20:01.772Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2482026-06-05T21:20:01.772Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2492026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2502026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2512026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2522026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2532026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2542026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2552026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2562026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2572026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2582026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2592026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2602026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2612026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2622026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2632026-06-05T21:20:01.773Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2642026-06-05T21:20:01.776Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2652026-06-05T21:20:01.776Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2662026-06-05T21:20:01.776Z Downloaded fnv v1.0.7
2672026-06-05T21:20:01.776Z Downloaded color-spantrace v0.3.0
2682026-06-05T21:20:01.777Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2692026-06-05T21:20:01.777Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2702026-06-05T21:20:01.777Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2712026-06-05T21:20:01.777Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2722026-06-05T21:20:01.777Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2732026-06-05T21:20:01.777Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2742026-06-05T21:20:01.777Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2752026-06-05T21:20:01.777Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2762026-06-05T21:20:01.778Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2772026-06-05T21:20:01.778Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2782026-06-05T21:20:01.778Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2792026-06-05T21:20:01.778Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2802026-06-05T21:20:01.779Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2812026-06-05T21:20:01.779Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2822026-06-05T21:20:01.785Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2832026-06-05T21:20:01.785Z Downloaded futures-task v0.3.32
2842026-06-05T21:20:01.785Z Downloaded digest v0.10.7
2852026-06-05T21:20:01.785Z Downloaded future-queue v0.4.0
2862026-06-05T21:20:01.785Z Downloaded anstyle v1.0.14
2872026-06-05T21:20:01.785Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2882026-06-05T21:20:01.785Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2892026-06-05T21:20:01.789Z Downloaded futures-io v0.3.32
2902026-06-05T21:20:01.789Zwarning: spurious network error (3 tries remaining): [55] Failed sending data to the peer (Send failure: Broken pipe)
2912026-06-05T21:20:01.789Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer (Send failure: Broken pipe)
2922026-06-05T21:20:01.789Z Downloaded guppy-workspace-hack v0.1.0
2932026-06-05T21:20:01.789Z Downloaded futures-executor v0.3.32
2942026-06-05T21:20:01.796Z Downloaded fastrand v2.4.1
2952026-06-05T21:20:01.796Z Downloaded crc32fast v1.5.0
2962026-06-05T21:20:01.798Z Downloaded filetime v0.2.29
2972026-06-05T21:20:01.804Z Downloaded serde_core v1.0.228
2982026-06-05T21:20:01.804Z Downloaded thiserror v2.0.18
2992026-06-05T21:20:01.806Z Downloaded derive-where v1.6.1
3002026-06-05T21:20:01.810Z Downloaded getrandom v0.2.17
3012026-06-05T21:20:01.810Z Downloaded cfg-expr v0.20.8
3022026-06-05T21:20:01.812Z Downloaded tower-http v0.6.11
3032026-06-05T21:20:01.817Z Downloaded generic-array v0.14.7
3042026-06-05T21:20:01.820Z Downloaded foreign-types-shared v0.1.1
3052026-06-05T21:20:01.820Z Downloaded atomicwrites v0.4.4
3062026-06-05T21:20:01.820Z Downloaded signature v2.2.0
3072026-06-05T21:20:01.824Z Downloaded foreign-types v0.3.2
3082026-06-05T21:20:01.826Z Downloaded supports-color v3.0.2
3092026-06-05T21:20:01.826Z Downloaded scopeguard v1.2.0
3102026-06-05T21:20:01.829Z Downloaded heck v0.5.0
3112026-06-05T21:20:01.829Z Downloaded cfg_aliases v0.2.1
3122026-06-05T21:20:01.829Z Downloaded async-scoped v0.9.0
3132026-06-05T21:20:01.834Z Downloaded toml_datetime v0.6.11
3142026-06-05T21:20:01.837Z Downloaded supports-unicode v3.0.0
3152026-06-05T21:20:01.837Z Downloaded terminal_size v0.4.4
3162026-06-05T21:20:01.837Z Downloaded serde-value v0.7.0
3172026-06-05T21:20:01.839Z Downloaded enable-ansi-support v0.2.1
3182026-06-05T21:20:01.839Z Downloaded anstyle-parse v1.0.0
3192026-06-05T21:20:01.839Z Downloaded serde_ignored v0.1.14
3202026-06-05T21:20:01.842Z Downloaded tower-layer v0.3.3
3212026-06-05T21:20:01.842Z Downloaded tracing-error v0.2.1
3222026-06-05T21:20:01.847Z Downloaded serde_urlencoded v0.7.1
3232026-06-05T21:20:01.847Z Downloaded serde_path_to_error v0.1.20
3242026-06-05T21:20:01.847Z Downloaded serde-untagged v0.1.9
3252026-06-05T21:20:01.847Z Downloaded serde_derive v1.0.228
3262026-06-05T21:20:01.852Z Downloaded form_urlencoded v1.2.2
3272026-06-05T21:20:01.852Z Downloaded equivalent v1.0.2
3282026-06-05T21:20:01.852Z Downloaded cfg-if v1.0.4
3292026-06-05T21:20:01.856Z Downloaded semver v1.0.28
3302026-06-05T21:20:01.856Z Downloaded futures-sink v0.3.32
3312026-06-05T21:20:01.856Z Downloaded atomic-waker v1.1.2
3322026-06-05T21:20:01.856Z Downloaded typeid v1.0.3
3332026-06-05T21:20:01.856Z Downloaded sigchld v0.2.4
3342026-06-05T21:20:01.856Z Downloaded curve25519-dalek-derive v0.1.1
3352026-06-05T21:20:01.859Z Downloaded anstyle-query v1.1.5
3362026-06-05T21:20:01.859Z Downloaded thiserror-impl v1.0.69
3372026-06-05T21:20:01.859Z Downloaded document-features v0.2.12
3382026-06-05T21:20:01.862Z Downloaded target-spec v3.6.0
3392026-06-05T21:20:01.863Z Downloaded swrite v0.1.0
3402026-06-05T21:20:01.863Z Downloaded utf8parse v0.2.2
3412026-06-05T21:20:01.863Z Downloaded debug-ignore v1.0.5
3422026-06-05T21:20:01.868Z Downloaded strsim v0.11.1
3432026-06-05T21:20:01.868Z Downloaded clap_lex v1.1.0
3442026-06-05T21:20:01.868Z Downloaded crypto-common v0.1.7
3452026-06-05T21:20:01.868Z Downloaded colorchoice v1.0.5
3462026-06-05T21:20:01.868Z Downloaded sync_wrapper v1.0.2
3472026-06-05T21:20:01.868Z Downloaded shell-words v1.1.1
3482026-06-05T21:20:01.871Z Downloaded rustc_version v0.4.1
3492026-06-05T21:20:01.871Z Downloaded urlencoding v2.1.3
3502026-06-05T21:20:01.871Z Downloaded self-replace v1.5.0
3512026-06-05T21:20:01.871Z Downloaded untrusted v0.9.0
3522026-06-05T21:20:01.871Z Downloaded signal-hook-mio v0.2.5
3532026-06-05T21:20:01.874Z Downloaded subtle v2.6.1
3542026-06-05T21:20:01.874Z Downloaded ed25519 v2.2.3
3552026-06-05T21:20:01.874Z Downloaded dialoguer v0.11.0
3562026-06-05T21:20:01.877Z Downloaded toml_write v0.1.2
3572026-06-05T21:20:01.877Z Downloaded console v0.15.11
3582026-06-05T21:20:01.880Z Downloaded cargo_metadata v0.23.1
3592026-06-05T21:20:01.880Z Downloaded tinyvec_macros v0.1.1
3602026-06-05T21:20:01.885Z Downloaded want v0.3.1
3612026-06-05T21:20:01.891Z Downloaded convert_case v0.10.0
3622026-06-05T21:20:01.894Z Downloaded version_check v0.9.5
3632026-06-05T21:20:01.897Z Downloaded errno v0.3.14
3642026-06-05T21:20:01.897Z Downloaded try-lock v0.2.5
3652026-06-05T21:20:01.897Z Downloaded base64ct v1.8.3
3662026-06-05T21:20:01.900Z Downloaded autocfg v1.5.1
3672026-06-05T21:20:01.900Z Downloaded fixedbitset v0.5.7
3682026-06-05T21:20:01.904Z Downloaded serde_spanned v1.1.1
3692026-06-05T21:20:01.909Z Downloaded duct v0.13.7
3702026-06-05T21:20:01.909Z Downloaded xattr v1.6.1
3712026-06-05T21:20:01.909Z Downloaded ahash v0.8.12
3722026-06-05T21:20:01.911Z Downloaded clap_derive v4.6.1
3732026-06-05T21:20:01.911Z Downloaded utf8_iter v1.0.4
3742026-06-05T21:20:01.913Z Downloaded serde_spanned v0.6.9
3752026-06-05T21:20:01.916Z Downloaded tokio-macros v2.7.0
3762026-06-05T21:20:01.920Z Downloaded supports-hyperlinks v3.2.0
3772026-06-05T21:20:01.923Z Downloaded cargo-platform v0.2.0
3782026-06-05T21:20:01.923Z Downloaded backtrace-ext v0.2.1
3792026-06-05T21:20:01.927Z Downloaded unicode-xid v0.2.6
3802026-06-05T21:20:01.930Z Downloaded find-msvc-tools v0.1.9
3812026-06-05T21:20:01.930Z Downloaded unicode-linebreak v0.1.5
3822026-06-05T21:20:01.930Z Downloaded strip-ansi-escapes v0.2.1
3832026-06-05T21:20:01.930Z Downloaded cargo_metadata v0.20.0
3842026-06-05T21:20:01.930Z Downloaded futures-macro v0.3.32
3852026-06-05T21:20:01.934Z Downloaded globset v0.4.18
3862026-06-05T21:20:01.937Z Downloaded anstream v1.0.0
3872026-06-05T21:20:01.937Z Downloaded camino-tempfile v1.4.1
3882026-06-05T21:20:01.942Z Downloaded tower-service v0.3.3
3892026-06-05T21:20:01.945Z Downloaded shared_child v1.1.1
3902026-06-05T21:20:01.945Z Downloaded futures-core v0.3.32
3912026-06-05T21:20:01.951Z Downloaded tokio-native-tls v0.3.1
3922026-06-05T21:20:01.954Z Downloaded thiserror v1.0.69
3932026-06-05T21:20:01.956Z Downloaded xxhash-rust v0.8.15
3942026-06-05T21:20:01.956Z Downloaded slab v0.4.12
3952026-06-05T21:20:01.956Z Downloaded shlex v2.0.1
3962026-06-05T21:20:01.960Z Downloaded futures-channel v0.3.32
3972026-06-05T21:20:01.963Z Downloaded thiserror-impl v2.0.18
3982026-06-05T21:20:01.963Z Downloaded tracing-log v0.2.0
3992026-06-05T21:20:01.963Z Downloaded sha2 v0.10.9
4002026-06-05T21:20:01.969Z Downloaded zipsign-api v0.1.5
4012026-06-05T21:20:01.972Z Downloaded derive_more v2.1.1
4022026-06-05T21:20:01.975Z Downloaded zstd-safe v7.2.4
4032026-06-05T21:20:01.978Z Downloaded zstd v0.13.3
4042026-06-05T21:20:01.978Z Downloaded zeroize v1.8.2
4052026-06-05T21:20:01.978Z Downloaded target-spec-miette v0.4.8
4062026-06-05T21:20:01.981Z Downloaded spki v0.7.3
4072026-06-05T21:20:01.981Z Downloaded simd-adler32 v0.3.9
4082026-06-05T21:20:01.983Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4092026-06-05T21:20:01.983Z Downloaded either v1.16.0
4102026-06-05T21:20:01.984Z Downloaded const-oid v0.9.6
4112026-06-05T21:20:01.987Z Downloaded camino v1.2.2
4122026-06-05T21:20:01.987Z Downloaded smol_str v0.3.6
4132026-06-05T21:20:01.987Z Downloaded unicase v2.9.0
4142026-06-05T21:20:01.991Z Downloaded toml_writer v1.1.1+spec-1.1.0
4152026-06-05T21:20:02.003Z Downloaded rustls-pki-types v1.14.1
4162026-06-05T21:20:02.008Z Downloaded thread_local v1.1.9
4172026-06-05T21:20:02.011Z Downloaded signal-hook-registry v1.4.8
4182026-06-05T21:20:02.011Z Downloaded getrandom v0.4.2
4192026-06-05T21:20:02.014Z Downloaded eyre v0.6.12
4202026-06-05T21:20:02.014Z Downloaded toml_parser v1.1.2+spec-1.1.0
4212026-06-05T21:20:02.017Z Downloaded target-lexicon v0.13.5
4222026-06-05T21:20:02.017Z Downloaded tokio-stream v0.1.18
4232026-06-05T21:20:02.020Z Downloaded zmij v1.0.21
4242026-06-05T21:20:02.020Z Downloaded getrandom v0.3.4
4252026-06-05T21:20:02.023Z Downloaded tracing-attributes v0.1.31
4262026-06-05T21:20:02.026Z Downloaded tokio-rustls v0.26.4
4272026-06-05T21:20:02.026Z Downloaded static_assertions v1.1.0
4282026-06-05T21:20:02.026Z Downloaded flate2 v1.1.9
4292026-06-05T21:20:02.028Z Downloaded bitflags v2.12.1
4302026-06-05T21:20:02.032Z Downloaded tempfile v3.27.0
4312026-06-05T21:20:02.036Z Downloaded config v0.15.23
4322026-06-05T21:20:02.036Z Downloaded smallvec v1.15.1
4332026-06-05T21:20:02.040Z Downloaded futures v0.3.32
4342026-06-05T21:20:02.043Z Downloaded cc v1.2.63
4352026-06-05T21:20:02.043Z Downloaded ryu v1.0.23
4362026-06-05T21:20:02.044Z Downloaded vte v0.14.1
4372026-06-05T21:20:02.046Z Downloaded unicode-ident v1.0.24
4382026-06-05T21:20:02.046Z Downloaded borsh v1.6.1
4392026-06-05T21:20:02.050Z Downloaded bytes v1.11.1
4402026-06-05T21:20:02.053Z Downloaded toml v0.8.23
4412026-06-05T21:20:02.057Z Downloaded tinyvec v1.11.0
4422026-06-05T21:20:02.057Z Downloaded uuid v1.23.2
4432026-06-05T21:20:02.061Z Downloaded tracing-core v0.1.36
4442026-06-05T21:20:02.061Z Downloaded textwrap v0.16.2
4452026-06-05T21:20:02.065Z Downloaded signal-hook v0.3.18
4462026-06-05T21:20:02.065Z Downloaded self_update v0.42.0
4472026-06-05T21:20:02.068Z Downloaded vcpkg v0.2.15
4482026-06-05T21:20:02.086Z Downloaded url v2.5.8
4492026-06-05T21:20:02.089Z Downloaded tar v0.4.46
4502026-06-05T21:20:02.092Z Downloaded toml_edit v0.22.27
4512026-06-05T21:20:02.092Z Downloaded socket2 v0.6.4
4522026-06-05T21:20:02.097Z Downloaded sharded-slab v0.1.7
4532026-06-05T21:20:02.097Z Downloaded rustls-webpki v0.103.13
4542026-06-05T21:20:02.101Z Downloaded base64 v0.22.1
4552026-06-05T21:20:02.101Z Downloaded futures-util v0.3.32
4562026-06-05T21:20:02.105Z Downloaded derive_more-impl v2.1.1
4572026-06-05T21:20:02.108Z Downloaded backtrace v0.3.76
4582026-06-05T21:20:02.111Z Downloaded ed25519-dalek v2.2.0
4592026-06-05T21:20:02.114Z Downloaded serde v1.0.228
4602026-06-05T21:20:02.120Z Downloaded typenum v1.20.1
4612026-06-05T21:20:02.120Z Downloaded tower v0.5.3
4622026-06-05T21:20:02.124Z Downloaded der v0.7.10
4632026-06-05T21:20:02.126Z Downloaded unicode-segmentation v1.13.3
4642026-06-05T21:20:02.126Z Downloaded crossterm v0.29.0
4652026-06-05T21:20:02.130Z Downloaded toml v1.1.2+spec-1.1.0
4662026-06-05T21:20:02.132Z Downloaded aho-corasick v1.1.4
4672026-06-05T21:20:02.135Z Downloaded unicode-normalization v0.1.25
4682026-06-05T21:20:02.141Z Downloaded tokio-util v0.7.18
4692026-06-05T21:20:02.159Z Downloaded serde_json v1.0.150
4702026-06-05T21:20:02.164Z Downloaded hashbrown v0.15.5
4712026-06-05T21:20:02.170Z Downloaded guppy v0.17.26
4722026-06-05T21:20:02.178Z Downloaded tracing-subscriber v0.3.23
4732026-06-05T21:20:02.182Z Downloaded hashbrown v0.17.1
4742026-06-05T21:20:02.186Z Downloaded clap_builder v4.6.0
4752026-06-05T21:20:02.190Z Downloaded unicode-width v0.2.2
4762026-06-05T21:20:02.195Z Downloaded syn v2.0.117
4772026-06-05T21:20:02.201Z Downloaded unicode-width v0.1.14
4782026-06-05T21:20:02.205Z Downloaded winnow v1.0.3
4792026-06-05T21:20:02.210Z Downloaded winnow v0.7.15
4802026-06-05T21:20:02.217Z Downloaded h2 v0.4.14
4812026-06-05T21:20:02.225Z Downloaded tracing v0.1.44
4822026-06-05T21:20:02.239Z Downloaded webpki-roots v1.0.7
4832026-06-05T21:20:02.242Z Downloaded chrono v0.4.45
4842026-06-05T21:20:02.260Z Downloaded tokio v1.52.3
4852026-06-05T21:20:02.284Z Downloaded curve25519-dalek v4.1.3
4862026-06-05T21:20:02.290Z Downloaded gimli v0.32.3
4872026-06-05T21:20:02.298Z Downloaded zerocopy v0.8.50
4882026-06-05T21:20:02.309Z Downloaded bstr v1.12.1
4892026-06-05T21:20:02.320Z Downloaded rustix v0.38.44
4902026-06-05T21:20:02.333Z Downloaded rustc-demangle v0.1.27
4912026-06-05T21:20:02.336Z Downloaded rustls v0.23.40
4922026-06-05T21:20:02.387Z Downloaded rustix v1.1.4
4932026-06-05T21:20:02.391Z Downloaded pin-project-internal v1.1.13
4942026-06-05T21:20:02.391Z Downloaded num-traits v0.2.19
4952026-06-05T21:20:02.391Z Downloaded proc-macro2 v1.0.106
4962026-06-05T21:20:02.391Z Downloaded quick-junit v0.5.2
4972026-06-05T21:20:02.391Z Downloaded miette-derive v7.6.0
4982026-06-05T21:20:02.400Z Downloaded nested v0.1.1
4992026-06-05T21:20:02.403Z Downloaded color-eyre v0.6.5
5002026-06-05T21:20:02.405Z Downloaded rand_core v0.6.4
5012026-06-05T21:20:02.408Z Downloaded miniz_oxide v0.8.9
5022026-06-05T21:20:02.411Z Downloaded percent-encoding v2.3.2
5032026-06-05T21:20:02.427Z Downloaded miette v7.6.0
5042026-06-05T21:20:02.431Z Downloaded httparse v1.10.1
5052026-06-05T21:20:02.434Z Downloaded rustc-hash v2.1.2
5062026-06-05T21:20:02.440Z Downloaded rand_core v0.9.5
5072026-06-05T21:20:02.443Z Downloaded indicatif v0.17.11
5082026-06-05T21:20:02.457Z Downloaded http-body v1.0.1
5092026-06-05T21:20:02.459Z Downloaded pin-project v1.1.13
5102026-06-05T21:20:02.464Z Downloaded openssl-sys v0.9.116
5112026-06-05T21:20:02.470Z Downloaded regex-syntax v0.8.10
5122026-06-05T21:20:02.475Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5132026-06-05T21:20:02.484Z Downloaded quote v1.0.45
5142026-06-05T21:20:02.486Z Downloaded idna v1.1.0
5152026-06-05T21:20:02.494Z Downloaded pulldown-cmark v0.13.4
5162026-06-05T21:20:02.497Z Downloaded regex v1.12.3
5172026-06-05T21:20:02.500Z Downloaded home v0.5.12
5182026-06-05T21:20:02.504Z Downloaded mio v1.2.1
5192026-06-05T21:20:02.509Z Downloaded pkcs8 v0.10.2
5202026-06-05T21:20:02.509Z Downloaded itertools v0.14.0
5212026-06-05T21:20:02.513Z Downloaded lazy_static v1.5.0
5222026-06-05T21:20:02.514Z Downloaded indexmap v2.14.0
5232026-06-05T21:20:02.520Z Downloaded quick-xml v0.37.5
5242026-06-05T21:20:02.569Z Downloaded nextest-runner v0.80.0
5252026-06-05T21:20:02.575Z Downloaded is_ci v1.2.0
5262026-06-05T21:20:02.578Z Downloaded lru-slab v0.1.2
5272026-06-05T21:20:02.583Z Downloaded ordered-float v2.10.1
5282026-06-05T21:20:02.612Z Downloaded http v1.4.1
5292026-06-05T21:20:02.634Z Downloaded petgraph v0.8.3
5302026-06-05T21:20:02.646Z Downloaded humantime-serde v1.1.1
5312026-06-05T21:20:02.649Z Downloaded log v0.4.32
5322026-06-05T21:20:02.649Z Downloaded iana-time-zone v0.1.65
5332026-06-05T21:20:02.694Z Downloaded nextest-workspace-hack v0.1.0
5342026-06-05T21:20:02.698Z Downloaded openssl-macros v0.1.1
5352026-06-05T21:20:02.709Z Downloaded nextest-metadata v0.12.2
5362026-06-05T21:20:02.713Z Downloaded parking_lot v0.12.5
5372026-06-05T21:20:02.742Z Downloaded itoa v1.0.18
5382026-06-05T21:20:02.755Z Downloaded recursion v0.5.4
5392026-06-05T21:20:02.782Z Downloaded rand_chacha v0.9.0
5402026-06-05T21:20:02.791Z Downloaded pathdiff v0.2.3
5412026-06-05T21:20:02.808Z Downloaded rand v0.9.4
5422026-06-05T21:20:02.811Z Downloaded hyper-tls v0.6.0
5432026-06-05T21:20:02.818Z Downloaded litrs v1.0.0
5442026-06-05T21:20:02.864Z Downloaded native-tls v0.2.18
5452026-06-05T21:20:02.870Z Downloaded lock_api v0.4.14
5462026-06-05T21:20:02.873Z Downloaded humantime v2.3.0
5472026-06-05T21:20:02.876Z Downloaded memchr v2.8.1
5482026-06-05T21:20:02.877Z Downloaded nix v0.30.1
5492026-06-05T21:20:02.882Z Downloaded ppv-lite86 v0.2.21
5502026-06-05T21:20:02.909Z Downloaded newtype-uuid v1.3.2
5512026-06-05T21:20:02.912Z Downloaded portable-atomic v1.13.1
5522026-06-05T21:20:02.919Z Downloaded nextest-filtering v0.15.0
5532026-06-05T21:20:02.922Z Downloaded idna_adapter v1.0.0
5542026-06-05T21:20:02.925Z Downloaded pin-project-lite v0.2.17
5552026-06-05T21:20:02.931Z Downloaded is_terminal_polyfill v1.70.2
5562026-06-05T21:20:02.953Z Downloaded owo-colors v4.3.0
5572026-06-05T21:20:02.959Z Downloaded object v0.37.3
5582026-06-05T21:20:02.974Z Downloaded ipnet v2.12.0
5592026-06-05T21:20:03.005Z Downloaded number_prefix v0.4.0
5602026-06-05T21:20:03.008Z Downloaded pkg-config v0.3.33
5612026-06-05T21:20:03.011Z Downloaded openssl v0.10.80
5622026-06-05T21:20:03.020Z Downloaded indent_write v2.2.0
5632026-06-05T21:20:03.035Z Downloaded hyper-rustls v0.27.9
5642026-06-05T21:20:03.038Z Downloaded parking_lot_core v0.9.12
5652026-06-05T21:20:03.041Z Downloaded libc v0.2.186
5662026-06-05T21:20:03.058Z Downloaded quick-xml v0.38.4
5672026-06-05T21:20:03.062Z Downloaded indenter v0.3.4
5682026-06-05T21:20:03.065Z Downloaded ring v0.17.14
5692026-06-05T21:20:03.084Z Downloaded quinn v0.11.9
5702026-06-05T21:20:03.087Z Downloaded quinn-udp v0.5.14
5712026-06-05T21:20:03.087Z Downloaded http-body-util v0.1.3
5722026-06-05T21:20:03.090Z Downloaded ron v0.12.1
5732026-06-05T21:20:03.094Z Downloaded hyper v1.10.1
5742026-06-05T21:20:03.099Z Downloaded once_cell v1.21.4
5752026-06-05T21:20:03.148Z Downloaded reqwest v0.12.28
5762026-06-05T21:20:03.197Z Downloaded hyper-util v0.1.20
5772026-06-05T21:20:03.216Z Downloaded os_pipe v1.2.3
5782026-06-05T21:20:03.250Z Downloaded regex-automata v0.4.14
5792026-06-05T21:20:03.259Z Downloaded mukti-metadata v0.3.0
5802026-06-05T21:20:03.261Z Downloaded jobserver v0.1.34
5812026-06-05T21:20:03.261Z Downloaded openssl-probe v0.2.1
5822026-06-05T21:20:03.275Z Downloaded quinn-proto v0.11.14
5832026-06-05T21:20:03.322Z Compiling libc v0.2.186
5842026-06-05T21:20:03.322Z Compiling proc-macro2 v1.0.106
5852026-06-05T21:20:03.325Z Compiling unicode-ident v1.0.24
5862026-06-05T21:20:03.325Z Compiling quote v1.0.45
5872026-06-05T21:20:03.325Z Compiling serde_core v1.0.228
5882026-06-05T21:20:03.325Z Compiling cfg-if v1.0.4
5892026-06-05T21:20:03.325Z Compiling memchr v2.8.1
5902026-06-05T21:20:03.325Z Compiling once_cell v1.21.4
5912026-06-05T21:20:03.578Z Compiling log v0.4.32
5922026-06-05T21:20:03.590Z Compiling pin-project-lite v0.2.17
5932026-06-05T21:20:03.678Z Compiling serde v1.0.228
5942026-06-05T21:20:03.747Z Compiling itoa v1.0.18
5952026-06-05T21:20:03.893Z Compiling smallvec v1.15.1
5962026-06-05T21:20:03.985Z Compiling futures-core v0.3.32
5972026-06-05T21:20:04.047Z Compiling bitflags v2.12.1
5982026-06-05T21:20:04.137Z Compiling equivalent v1.0.2
5992026-06-05T21:20:04.141Z Compiling shlex v2.0.1
6002026-06-05T21:20:04.222Z Compiling find-msvc-tools v0.1.9
6012026-06-05T21:20:04.317Z Compiling hashbrown v0.17.1
6022026-06-05T21:20:04.429Z Compiling errno v0.3.14
6032026-06-05T21:20:04.452Z Compiling bytes v1.11.1
6042026-06-05T21:20:04.452Z Compiling mio v1.2.1
6052026-06-05T21:20:04.591Z Compiling signal-hook-registry v1.4.8
6062026-06-05T21:20:04.638Z Compiling jobserver v0.1.34
6072026-06-05T21:20:04.721Z Compiling rustix v1.1.4
6082026-06-05T21:20:04.810Z Compiling syn v2.0.117
6092026-06-05T21:20:05.014Z Compiling cc v1.2.63
6102026-06-05T21:20:05.070Z Compiling futures-sink v0.3.32
6112026-06-05T21:20:05.156Z Compiling socket2 v0.6.4
6122026-06-05T21:20:05.167Z Compiling zmij v1.0.21
6132026-06-05T21:20:05.227Z Compiling slab v0.4.12
6142026-06-05T21:20:05.372Z Compiling futures-channel v0.3.32
6152026-06-05T21:20:05.441Z Compiling tracing-core v0.1.36
6162026-06-05T21:20:05.524Z Compiling serde_json v1.0.150
6172026-06-05T21:20:05.648Z Compiling version_check v0.9.5
6182026-06-05T21:20:05.798Z Compiling indexmap v2.14.0
6192026-06-05T21:20:05.972Z Compiling futures-io v0.3.32
6202026-06-05T21:20:05.988Z Compiling futures-task v0.3.32
6212026-06-05T21:20:06.166Z Compiling getrandom v0.4.2
6222026-06-05T21:20:06.275Z Compiling camino v1.2.2
6232026-06-05T21:20:06.340Z Compiling percent-encoding v2.3.2
6242026-06-05T21:20:06.484Z Compiling unicode-width v0.2.2
6252026-06-05T21:20:06.622Z Compiling ring v0.17.14
6262026-06-05T21:20:06.646Z Compiling http v1.4.1
6272026-06-05T21:20:06.666Z Compiling adler2 v2.0.1
6282026-06-05T21:20:06.733Z Compiling zeroize v1.8.2
6292026-06-05T21:20:06.804Z Compiling autocfg v1.5.1
6302026-06-05T21:20:06.847Z Compiling simd-adler32 v0.3.9
6312026-06-05T21:20:07.153Z Compiling num-traits v0.2.19
6322026-06-05T21:20:07.317Z Compiling miniz_oxide v0.8.9
6332026-06-05T21:20:07.401Z Compiling getrandom v0.3.4
6342026-06-05T21:20:07.515Z Compiling zerocopy v0.8.50
6352026-06-05T21:20:07.685Z Compiling target-lexicon v0.13.5
6362026-06-05T21:20:07.752Z Compiling object v0.37.3
6372026-06-05T21:20:08.094Z Compiling http-body v1.0.1
6382026-06-05T21:20:08.156Z Compiling rustls-pki-types v1.14.1
6392026-06-05T21:20:08.211Z Compiling form_urlencoded v1.2.2
6402026-06-05T21:20:08.254Z Compiling semver v1.0.28
6412026-06-05T21:20:08.367Z Compiling serde_derive v1.0.228
6422026-06-05T21:20:08.480Z Compiling tokio-macros v2.7.0
6432026-06-05T21:20:08.544Z Compiling futures-macro v0.3.32
6442026-06-05T21:20:08.750Z Compiling tracing-attributes v0.1.31
6452026-06-05T21:20:08.822Z Compiling getrandom v0.2.17
6462026-06-05T21:20:08.899Z Compiling idna_adapter v1.0.0
6472026-06-05T21:20:09.004Z Compiling gimli v0.32.3
6482026-06-05T21:20:09.004Z Compiling fnv v1.0.7
6492026-06-05T21:20:09.028Z Compiling guppy-workspace-hack v0.1.0
6502026-06-05T21:20:09.108Z Compiling httparse v1.10.1
6512026-06-05T21:20:09.223Z Compiling tokio v1.52.3
6522026-06-05T21:20:09.252Z Compiling signal-hook v0.3.18
6532026-06-05T21:20:09.373Z Compiling futures-util v0.3.32
6542026-06-05T21:20:09.472Z Compiling thiserror v2.0.18
6552026-06-05T21:20:09.485Z Compiling utf8_iter v1.0.4
6562026-06-05T21:20:09.646Z Compiling untrusted v0.9.0
6572026-06-05T21:20:09.779Z Compiling owo-colors v4.3.0
6582026-06-05T21:20:09.950Z Compiling tracing v0.1.44
6592026-06-05T21:20:10.015Z Compiling idna v1.1.0
6602026-06-05T21:20:10.228Z Compiling thiserror-impl v2.0.18
6612026-06-05T21:20:11.423Z Compiling addr2line v0.25.1
6622026-06-05T21:20:11.662Z Compiling generic-array v0.14.7
6632026-06-05T21:20:11.842Z Compiling tower-service v0.3.3
6642026-06-05T21:20:11.859Z Compiling rustc-demangle v0.1.27
6652026-06-05T21:20:11.900Z Compiling thiserror v1.0.69
6662026-06-05T21:20:11.938Z Compiling target-spec v3.6.0
6672026-06-05T21:20:12.033Z Compiling rustls v0.23.40
6682026-06-05T21:20:12.220Z Compiling pkg-config v0.3.33
6692026-06-05T21:20:12.231Z Compiling atomic-waker v1.1.2
6702026-06-05T21:20:12.258Z Compiling try-lock v0.2.5
6712026-06-05T21:20:12.358Z Compiling typeid v1.0.3
6722026-06-05T21:20:12.375Z Compiling fastrand v2.4.1
6732026-06-05T21:20:12.647Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6742026-06-05T21:20:12.700Z Compiling tempfile v3.27.0
6752026-06-05T21:20:12.703Z Compiling want v0.3.1
6762026-06-05T21:20:13.043Z Compiling cfg-expr v0.20.8
6772026-06-05T21:20:13.065Z Compiling tokio-util v0.7.18
6782026-06-05T21:20:13.078Z Compiling url v2.5.8
6792026-06-05T21:20:13.610Z Compiling h2 v0.4.14
6802026-06-05T21:20:14.563Z Compiling backtrace v0.3.76
6812026-06-05T21:20:14.621Z Compiling thiserror-impl v1.0.69
6822026-06-05T21:20:14.873Z Compiling terminal_size v0.4.4
6832026-06-05T21:20:15.033Z Compiling aho-corasick v1.1.4
6842026-06-05T21:20:15.477Z Compiling regex-syntax v0.8.10
6852026-06-05T21:20:15.544Z Compiling subtle v2.6.1
6862026-06-05T21:20:15.705Z Compiling rustls-webpki v0.103.13
6872026-06-05T21:20:15.761Z Compiling winnow v0.7.15
6882026-06-05T21:20:17.694Z Compiling typenum v1.20.1
6892026-06-05T21:20:18.277Z Compiling erased-serde v0.4.10
6902026-06-05T21:20:18.627Z Compiling regex-automata v0.4.14
6912026-06-05T21:20:18.901Z Compiling hyper v1.10.1
6922026-06-05T21:20:20.539Z Compiling toml_datetime v0.6.11
6932026-06-05T21:20:20.908Z Compiling serde_spanned v0.6.9
6942026-06-05T21:20:21.075Z Compiling ahash v0.8.12
6952026-06-05T21:20:21.356Z Compiling sync_wrapper v1.0.2
6962026-06-05T21:20:21.474Z Compiling foldhash v0.1.5
6972026-06-05T21:20:21.698Z Compiling either v1.16.0
6982026-06-05T21:20:21.930Z Compiling unicode-linebreak v0.1.5
6992026-06-05T21:20:22.077Z Compiling nextest-workspace-hack v0.1.0
7002026-06-05T21:20:22.206Z Compiling ipnet v2.12.0
7012026-06-05T21:20:22.310Z Compiling toml_write v0.1.2
7022026-06-05T21:20:22.560Z Compiling lazy_static v1.5.0
7032026-06-05T21:20:22.640Z Compiling portable-atomic v1.13.1
7042026-06-05T21:20:22.674Z Compiling base64 v0.22.1
7052026-06-05T21:20:22.727Z Compiling crc32fast v1.5.0
7062026-06-05T21:20:22.999Z Compiling tower-layer v0.3.3
7072026-06-05T21:20:23.028Z Compiling parking_lot_core v0.9.12
7082026-06-05T21:20:23.094Z Compiling unicode-segmentation v1.13.3
7092026-06-05T21:20:23.152Z Compiling is_ci v1.2.0
7102026-06-05T21:20:23.200Z Compiling tower v0.5.3
7112026-06-05T21:20:23.322Z Compiling supports-color v3.0.2
7122026-06-05T21:20:23.410Z Compiling hyper-util v0.1.20
7132026-06-05T21:20:23.428Z Compiling convert_case v0.10.0
7142026-06-05T21:20:23.486Z Compiling sharded-slab v0.1.7
7152026-06-05T21:20:23.553Z Compiling toml_edit v0.22.27
7162026-06-05T21:20:23.696Z Compiling textwrap v0.16.2
7172026-06-05T21:20:23.787Z Compiling tokio-rustls v0.26.4
7182026-06-05T21:20:24.075Z Compiling hashbrown v0.15.5
7192026-06-05T21:20:24.700Z Compiling backtrace-ext v0.2.1
7202026-06-05T21:20:24.714Z Compiling ordered-float v2.10.1
7212026-06-05T21:20:24.967Z Compiling webpki-roots v1.0.7
7222026-06-05T21:20:24.996Z Compiling miette-derive v7.6.0
7232026-06-05T21:20:25.085Z Compiling pathdiff v0.2.3
7242026-06-05T21:20:25.102Z Compiling console v0.15.11
7252026-06-05T21:20:25.215Z Compiling tracing-log v0.2.0
7262026-06-05T21:20:25.574Z Compiling cargo-platform v0.3.3
7272026-06-05T21:20:26.027Z Compiling os_pipe v1.2.3
7282026-06-05T21:20:26.104Z Compiling thread_local v1.1.9
7292026-06-05T21:20:26.133Z Compiling pulldown-cmark v0.13.4
7302026-06-05T21:20:26.191Z Compiling rustix v0.38.44
7312026-06-05T21:20:26.365Z Compiling debug-ignore v1.0.5
7322026-06-05T21:20:26.456Z Compiling utf8parse v0.2.2
7332026-06-05T21:20:26.475Z Compiling scopeguard v1.2.0
7342026-06-05T21:20:26.551Z Compiling cfg_aliases v0.2.1
7352026-06-05T21:20:26.572Z Compiling supports-unicode v3.0.0
7362026-06-05T21:20:26.582Z Compiling zstd-safe v7.2.4
7372026-06-05T21:20:26.624Z Compiling fixedbitset v0.5.7
7382026-06-05T21:20:26.736Z Compiling ryu v1.0.23
7392026-06-05T21:20:26.759Z Compiling unicode-width v0.1.14
7402026-06-05T21:20:26.831Z Compiling supports-hyperlinks v3.2.0
7412026-06-05T21:20:27.041Z Compiling winnow v1.0.3
7422026-06-05T21:20:27.067Z Compiling miette v7.6.0
7432026-06-05T21:20:27.099Z Compiling serde_urlencoded v0.7.1
7442026-06-05T21:20:27.132Z Compiling petgraph v0.8.3
7452026-06-05T21:20:27.423Z Compiling nix v0.30.1
7462026-06-05T21:20:27.818Z Compiling lock_api v0.4.14
7472026-06-05T21:20:28.159Z Compiling toml_parser v1.1.2+spec-1.1.0
7482026-06-05T21:20:28.491Z Compiling anstyle-parse v1.0.0
7492026-06-05T21:20:28.747Z Compiling tracing-subscriber v0.3.23
7502026-06-05T21:20:29.066Z Compiling sigchld v0.2.4
7512026-06-05T21:20:29.271Z Compiling cargo_metadata v0.23.1
7522026-06-05T21:20:29.502Z Compiling toml v0.8.23
7532026-06-05T21:20:29.805Z Compiling hyper-rustls v0.27.9
7542026-06-05T21:20:30.489Z Compiling serde-value v0.7.0
7552026-06-05T21:20:31.152Z Compiling serde-untagged v0.1.9
7562026-06-05T21:20:31.534Z Compiling derive_more-impl v2.1.1
7572026-06-05T21:20:31.596Z Compiling tower-http v0.6.11
7582026-06-05T21:20:32.328Z Compiling itertools v0.14.0
7592026-06-05T21:20:32.360Z Compiling regex v1.12.3
7602026-06-05T21:20:32.669Z Compiling crypto-common v0.1.7
7612026-06-05T21:20:32.802Z Compiling block-buffer v0.10.4
7622026-06-05T21:20:32.831Z Compiling ppv-lite86 v0.2.21
7632026-06-05T21:20:32.946Z Compiling rand_core v0.9.5
7642026-06-05T21:20:32.959Z Compiling futures-executor v0.3.32
7652026-06-05T21:20:33.156Z Compiling pin-project-internal v1.1.13
7662026-06-05T21:20:33.193Z Compiling http-body-util v0.1.3
7672026-06-05T21:20:33.461Z Compiling uuid v1.23.2
7682026-06-05T21:20:33.486Z Compiling serde_spanned v1.1.1
7692026-06-05T21:20:33.636Z Compiling smol_str v0.3.6
7702026-06-05T21:20:33.785Z Compiling toml_datetime v1.1.1+spec-1.1.0
7712026-06-05T21:20:33.834Z Compiling filetime v0.2.29
7722026-06-05T21:20:33.977Z Compiling bstr v1.12.1
7732026-06-05T21:20:34.002Z Compiling vte v0.14.1
7742026-06-05T21:20:34.043Z Compiling nested v0.1.1
7752026-06-05T21:20:34.198Z Compiling static_assertions v1.1.0
7762026-06-05T21:20:34.214Z Compiling anstyle-query v1.1.5
7772026-06-05T21:20:34.239Z Compiling iana-time-zone v0.1.65
7782026-06-05T21:20:34.269Z Compiling is_terminal_polyfill v1.70.2
7792026-06-05T21:20:34.364Z Compiling tinyvec_macros v0.1.1
7802026-06-05T21:20:34.441Z Compiling litrs v1.0.0
7812026-06-05T21:20:34.458Z Compiling eyre v0.6.12
7822026-06-05T21:20:34.514Z Compiling xattr v1.6.1
7832026-06-05T21:20:34.577Z Compiling anstyle v1.0.14
7842026-06-05T21:20:34.687Z Compiling self_update v0.42.0
7852026-06-05T21:20:34.709Z Compiling colorchoice v1.0.5
7862026-06-05T21:20:34.771Z Compiling number_prefix v0.4.0
7872026-06-05T21:20:34.787Z Compiling unicode-xid v0.2.6
7882026-06-05T21:20:34.823Z Compiling color-spantrace v0.3.0
7892026-06-05T21:20:34.859Z Compiling unicase v2.9.0
7902026-06-05T21:20:34.878Z Compiling document-features v0.2.12
7912026-06-05T21:20:34.915Z Compiling indicatif v0.17.11
7922026-06-05T21:20:34.915Z Compiling cargo-util-schemas v0.2.0
7932026-06-05T21:20:34.955Z Compiling anstream v1.0.0
7942026-06-05T21:20:35.441Z Compiling tar v0.4.46
7952026-06-05T21:20:35.453Z Compiling tinyvec v1.11.0
7962026-06-05T21:20:35.465Z Compiling globset v0.4.18
7972026-06-05T21:20:35.872Z Compiling chrono v0.4.45
7982026-06-05T21:20:36.176Z Compiling guppy v0.17.26
7992026-06-05T21:20:37.307Z Compiling pin-project v1.1.13
8002026-06-05T21:20:37.416Z Compiling strip-ansi-escapes v0.2.1
8012026-06-05T21:20:37.908Z Compiling toml v1.1.2+spec-1.1.0
8022026-06-05T21:20:37.939Z Compiling nextest-metadata v0.12.2
8032026-06-05T21:20:37.975Z Compiling newtype-uuid v1.3.2
8042026-06-05T21:20:38.031Z Compiling reqwest v0.12.28
8052026-06-05T21:20:38.166Z Compiling rand_chacha v0.9.0
8062026-06-05T21:20:38.690Z Compiling futures v0.3.32
8072026-06-05T21:20:38.719Z Compiling digest v0.10.7
8082026-06-05T21:20:38.776Z Compiling parking_lot v0.12.5
8092026-06-05T21:20:38.946Z Compiling derive_more v2.1.1
8102026-06-05T21:20:39.029Z Compiling flate2 v1.1.9
8112026-06-05T21:20:39.345Z Compiling tracing-error v0.2.1
8122026-06-05T21:20:39.514Z Compiling shared_child v1.1.1
8132026-06-05T21:20:39.858Z Compiling signal-hook-mio v0.2.5
8142026-06-05T21:20:39.994Z Compiling self-replace v1.5.0
8152026-06-05T21:20:40.030Z Compiling cargo-platform v0.2.0
8162026-06-05T21:20:40.281Z Compiling quick-xml v0.38.4
8172026-06-05T21:20:40.581Z Compiling quick-xml v0.37.5
8182026-06-05T21:20:40.890Z Compiling recursion v0.5.4
8192026-06-05T21:20:41.028Z Compiling heck v0.5.0
8202026-06-05T21:20:41.097Z Compiling cpufeatures v0.2.17
8212026-06-05T21:20:41.175Z Compiling indenter v0.3.4
8222026-06-05T21:20:41.230Z Compiling urlencoding v2.1.3
8232026-06-05T21:20:41.310Z Compiling humantime v2.3.0
8242026-06-05T21:20:41.473Z Compiling clap_lex v1.1.0
8252026-06-05T21:20:41.733Z Compiling strsim v0.11.1
8262026-06-05T21:20:41.926Z Compiling shell-words v1.1.1
8272026-06-05T21:20:42.100Z Compiling clap_builder v4.6.0
8282026-06-05T21:20:42.177Z Compiling humantime-serde v1.1.1
8292026-06-05T21:20:42.318Z Compiling clap_derive v4.6.1
8302026-06-05T21:20:43.091Z Compiling sha2 v0.10.9
8312026-06-05T21:20:43.103Z Compiling nextest-filtering v0.15.0
8322026-06-05T21:20:44.101Z Compiling quick-junit v0.5.2
8332026-06-05T21:20:44.304Z Compiling atomicwrites v0.4.4
8342026-06-05T21:20:44.595Z Compiling cargo_metadata v0.20.0
8352026-06-05T21:20:47.064Z Compiling cargo-nextest v0.9.97
8362026-06-05T21:20:47.214Z Compiling crossterm v0.29.0
8372026-06-05T21:20:48.285Z Compiling zstd v0.13.3
8382026-06-05T21:20:48.355Z Compiling duct v0.13.7
8392026-06-05T21:20:48.827Z Compiling async-scoped v0.9.0
8402026-06-05T21:20:49.029Z Compiling config v0.15.23
8412026-06-05T21:20:49.160Z Compiling rand v0.9.4
8422026-06-05T21:20:49.755Z Compiling unicode-normalization v0.1.25
8432026-06-05T21:20:49.913Z Compiling target-spec-miette v0.4.8
8442026-06-05T21:20:50.057Z Compiling future-queue v0.4.0
8452026-06-05T21:20:50.093Z Compiling mukti-metadata v0.3.0
8462026-06-05T21:20:50.339Z Compiling tokio-stream v0.1.18
8472026-06-05T21:20:50.351Z Compiling camino-tempfile v1.4.1
8482026-06-05T21:20:50.351Z Compiling derive-where v1.6.1
8492026-06-05T21:20:50.436Z Compiling serde_ignored v0.1.14
8502026-06-05T21:20:50.582Z Compiling serde_path_to_error v0.1.20
8512026-06-05T21:20:50.661Z Compiling hex v0.4.3
8522026-06-05T21:20:50.854Z Compiling swrite v0.1.0
8532026-06-05T21:20:50.911Z Compiling xxhash-rust v0.8.15
8542026-06-05T21:20:50.946Z Compiling indent_write v2.2.0
8552026-06-05T21:20:50.960Z Compiling home v0.5.12
8562026-06-05T21:20:51.039Z Compiling color-eyre v0.6.5
8572026-06-05T21:20:51.089Z Compiling clap v4.6.1
8582026-06-05T21:20:51.151Z Compiling dialoguer v0.11.0
8592026-06-05T21:20:51.151Z Compiling enable-ansi-support v0.2.1
8602026-06-05T21:20:51.588Z Compiling nextest-runner v0.80.0
8612026-06-05T21:21:09.586Z Finished `release` profile [optimized] target(s) in 1m 10s
8622026-06-05T21:21:09.771Z Installing /home/build/.cargo/bin/cargo-nextest
8632026-06-05T21:21:09.776Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
8642026-06-05T21:21:09.896Z+ banner bfd
8652026-06-05T21:21:09.899Z
8662026-06-05T21:21:09.899Z ##### ###### #####
8672026-06-05T21:21:09.899Z # # # # #
8682026-06-05T21:21:09.900Z ##### ##### # #
8692026-06-05T21:21:09.900Z # # # # #
8702026-06-05T21:21:09.900Z # # # # #
8712026-06-05T21:21:09.900Z ##### # #####
8722026-06-05T21:21:09.900Z
8732026-06-05T21:21:09.900Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
8742026-06-05T21:21:10.057Z Updating git repository `https://github.com/oxidecomputer/falcon`
8752026-06-05T21:21:10.657ZFrom https://github.com/oxidecomputer/falcon
8762026-06-05T21:21:10.657Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
8772026-06-05T21:21:10.734Z Updating crates.io index
8782026-06-05T21:21:10.781Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8792026-06-05T21:21:11.901ZFrom https://github.com/oxidecomputer/dendrite
8802026-06-05T21:21:11.902Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
8812026-06-05T21:21:11.934Z Updating git repository `https://github.com/oxidecomputer/ispf`
8822026-06-05T21:21:12.223ZFrom https://github.com/oxidecomputer/ispf
8832026-06-05T21:21:12.223Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8842026-06-05T21:21:12.293Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8852026-06-05T21:21:12.628ZFrom https://github.com/oxidecomputer/netadm-sys
8862026-06-05T21:21:12.629Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8872026-06-05T21:21:12.637Z Updating git repository `https://github.com/oxidecomputer/omicron`
8882026-06-05T21:21:21.188ZFrom https://github.com/oxidecomputer/omicron
8892026-06-05T21:21:21.188Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8902026-06-05T21:21:21.601Z Updating git repository `https://github.com/oxidecomputer/opte`
8912026-06-05T21:21:22.261ZFrom https://github.com/oxidecomputer/opte
8922026-06-05T21:21:22.261Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8932026-06-05T21:21:22.292Z Updating git repository `https://github.com/illumos/smf-rs`
8942026-06-05T21:21:22.559ZFrom https://github.com/illumos/smf-rs
8952026-06-05T21:21:22.559Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8962026-06-05T21:21:22.702Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8972026-06-05T21:21:22.986ZFrom https://github.com/oxidecomputer/network-interface
8982026-06-05T21:21:22.986Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8992026-06-05T21:21:23.061Z Updating git repository `https://github.com/oxidecomputer/zone`
9002026-06-05T21:21:23.356ZFrom https://github.com/oxidecomputer/zone
9012026-06-05T21:21:23.356Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9022026-06-05T21:21:23.462Z Updating git repository `https://github.com/oxidecomputer/propolis`
9032026-06-05T21:21:24.081ZFrom https://github.com/oxidecomputer/propolis
9042026-06-05T21:21:24.081Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9052026-06-05T21:21:24.177Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9062026-06-05T21:21:24.679ZFrom https://github.com/oxidecomputer/transceiver-control
9072026-06-05T21:21:24.679Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9082026-06-05T21:21:24.699Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9092026-06-05T21:21:25.119ZFrom https://github.com/oxidecomputer/dlpi-sys
9102026-06-05T21:21:25.119Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9112026-06-05T21:21:25.125Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9122026-06-05T21:21:25.401ZFrom https://github.com/jmesmon/rust-libzfs
9132026-06-05T21:21:25.401Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9142026-06-05T21:21:25.410Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9152026-06-05T21:21:25.674ZFrom https://github.com/oxidecomputer/rusty-doors
9162026-06-05T21:21:25.674Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9172026-06-05T21:21:25.708Z Updating git repository `https://github.com/oxidecomputer/lldp`
9182026-06-05T21:21:26.030ZFrom https://github.com/oxidecomputer/lldp
9192026-06-05T21:21:26.030Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9202026-06-05T21:21:26.132Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9212026-06-05T21:21:26.412ZFrom https://github.com/oxidecomputer/slog-error-chain
9222026-06-05T21:21:26.412Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9232026-06-05T21:21:26.420Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9242026-06-05T21:21:26.717ZFrom https://github.com/oxidecomputer/tufaceous
9252026-06-05T21:21:26.717Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9262026-06-05T21:21:26.747Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9272026-06-05T21:21:27.192ZFrom https://github.com/oxidecomputer/management-gateway-service
9282026-06-05T21:21:27.192Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9292026-06-05T21:21:27.258Z Updating git repository `https://github.com/oxidecomputer/crucible`
9302026-06-05T21:21:28.075ZFrom https://github.com/oxidecomputer/crucible
9312026-06-05T21:21:28.075Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9322026-06-05T21:21:28.210Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9332026-06-05T21:21:28.472ZFrom https://github.com/oxidecomputer/serde_human_bytes
9342026-06-05T21:21:28.472Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9352026-06-05T21:21:28.489Z Updating git repository `https://github.com/oxidecomputer/propolis`
9362026-06-05T21:21:28.936ZFrom https://github.com/oxidecomputer/propolis
9372026-06-05T21:21:28.936Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9382026-06-05T21:21:29.232Z Updating git repository `https://github.com/oxidecomputer/crucible`
9392026-06-05T21:21:29.714ZFrom https://github.com/oxidecomputer/crucible
9402026-06-05T21:21:29.715Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9412026-06-05T21:21:29.836Z Updating git repository `https://github.com/oxidecomputer/tofino`
9422026-06-05T21:21:30.180ZFrom https://github.com/oxidecomputer/tofino
9432026-06-05T21:21:30.180Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9442026-06-05T21:21:30.192Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9452026-06-05T21:21:31.064ZFrom https://github.com/oxidecomputer/maghemite
9462026-06-05T21:21:31.064Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9472026-06-05T21:21:31.150Z Updating git repository `https://github.com/oxidecomputer/clickward`
9482026-06-05T21:21:31.424ZFrom https://github.com/oxidecomputer/clickward
9492026-06-05T21:21:31.424Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9502026-06-05T21:21:31.438Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
9512026-06-05T21:21:31.721ZFrom https://github.com/oxidecomputer/illumos-devinfo
9522026-06-05T21:21:31.721Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
9532026-06-05T21:21:32.810Z Downloading crates ...
9542026-06-05T21:21:32.913Z Downloaded allocator-api2 v0.2.21
9552026-06-05T21:21:32.917Z Downloaded async-recursion v1.1.1
9562026-06-05T21:21:32.920Z Downloaded async-stream-impl v0.3.6
9572026-06-05T21:21:32.924Z Downloaded async-trait v0.1.89
9582026-06-05T21:21:32.927Z Downloaded aead v0.5.2
9592026-06-05T21:21:32.927Z Downloaded foreign-types v0.5.0
9602026-06-05T21:21:32.930Z Downloaded foreign-types-shared v0.3.1
9612026-06-05T21:21:32.930Z Downloaded async-compression v0.4.42
9622026-06-05T21:21:32.934Z Downloaded ciborium-io v0.2.2
9632026-06-05T21:21:32.937Z Downloaded cancel-safe-futures v0.1.5
9642026-06-05T21:21:32.941Z Downloaded hubpack v0.1.2
9652026-06-05T21:21:32.947Z Downloaded foldhash v0.2.0
9662026-06-05T21:21:32.952Z Downloaded compression-core v0.4.32
9672026-06-05T21:21:32.955Z Downloaded bit-set v0.8.0
9682026-06-05T21:21:32.958Z Downloaded aws-lc-rs v1.17.0
9692026-06-05T21:21:32.961Z Downloaded gethostname v0.5.0
9702026-06-05T21:21:32.967Z Downloaded cargo_toml v0.22.3
9712026-06-05T21:21:32.970Z Downloaded arrayref v0.3.9
9722026-06-05T21:21:32.970Z Downloaded hostname v0.3.1
9732026-06-05T21:21:32.970Z Downloaded cpufeatures v0.3.0
9742026-06-05T21:21:32.970Z Downloaded inout v0.1.4
9752026-06-05T21:21:32.973Z Downloaded convert_case v0.4.0
9762026-06-05T21:21:32.973Z Downloaded constant_time_eq v0.4.2
9772026-06-05T21:21:32.976Z Downloaded group v0.13.0
9782026-06-05T21:21:32.976Z Downloaded fs_extra v1.3.0
9792026-06-05T21:21:32.979Z Downloaded diff v0.1.13
9802026-06-05T21:21:32.979Z Downloaded defmt-parser v1.0.0
9812026-06-05T21:21:32.983Z Downloaded embedded-io v0.6.1
9822026-06-05T21:21:32.987Z Downloaded natord v1.0.9
9832026-06-05T21:21:32.987Z Downloaded num v0.4.3
9842026-06-05T21:21:32.987Z Downloaded hubpack_derive v0.1.1
9852026-06-05T21:21:32.987Z Downloaded cobs v0.3.0
9862026-06-05T21:21:32.993Z Downloaded glob v0.3.3
9872026-06-05T21:21:32.993Z Downloaded ipnetwork v0.21.1
9882026-06-05T21:21:32.993Z Downloaded highway v1.3.0
9892026-06-05T21:21:32.998Z Downloaded hickory-resolver v0.24.4
9902026-06-05T21:21:32.998Z Downloaded managed v0.8.0
9912026-06-05T21:21:33.004Z Downloaded num-conv v0.2.2
9922026-06-05T21:21:33.004Z Downloaded linked-hash-map v0.5.6
9932026-06-05T21:21:33.004Z Downloaded hostname v0.4.2
9942026-06-05T21:21:33.004Z Downloaded num-iter v0.1.45
9952026-06-05T21:21:33.008Z Downloaded defmt v0.3.100
9962026-06-05T21:21:33.008Z Downloaded crunchy v0.2.4
9972026-06-05T21:21:33.008Z Downloaded block-buffer v0.12.0
9982026-06-05T21:21:33.008Z Downloaded heck v0.4.1
9992026-06-05T21:21:33.008Z Downloaded dunce v1.0.5
10002026-06-05T21:21:33.013Z Downloaded crucible-workspace-hack v0.1.0
10012026-06-05T21:21:33.013Z Downloaded cipher v0.4.4
10022026-06-05T21:21:33.013Z Downloaded git-stub-vcs v0.1.0
10032026-06-05T21:21:33.013Z Downloaded fs-err v3.3.0
10042026-06-05T21:21:33.017Z Downloaded no-std-compat v0.4.1
10052026-06-05T21:21:33.017Z Downloaded memmap v0.7.0
10062026-06-05T21:21:33.017Z Downloaded hmac v0.12.1
10072026-06-05T21:21:33.022Z Downloaded newtype_derive v0.1.6
10082026-06-05T21:21:33.023Z Downloaded lru-cache v0.1.2
10092026-06-05T21:21:33.023Z Downloaded base16ct v0.2.0
10102026-06-05T21:21:33.028Z Downloaded is-terminal v0.4.17
10112026-06-05T21:21:33.028Z Downloaded dtrace-parser v0.3.0
10122026-06-05T21:21:33.028Z Downloaded crypto-common v0.2.2
10132026-06-05T21:21:33.028Z Downloaded internet-checksum v0.2.1
10142026-06-05T21:21:33.028Z Downloaded embedded-io v0.4.0
10152026-06-05T21:21:33.032Z Downloaded macaddr v1.0.1
10162026-06-05T21:21:33.032Z Downloaded cstr-argument v0.1.2
10172026-06-05T21:21:33.032Z Downloaded enum-as-inner v0.6.1
10182026-06-05T21:21:33.032Z Downloaded async-stream v0.3.6
10192026-06-05T21:21:33.036Z Downloaded base16ct v1.0.0
10202026-06-05T21:21:33.036Z Downloaded dof v0.4.0
10212026-06-05T21:21:33.036Z Downloaded darling_macro v0.23.0
10222026-06-05T21:21:33.040Z Downloaded ciborium-ll v0.2.2
10232026-06-05T21:21:33.040Z Downloaded crc8 v0.1.1
10242026-06-05T21:21:33.040Z Downloaded git-stub v1.0.0
10252026-06-05T21:21:33.040Z Downloaded dyn-clone v1.0.20
10262026-06-05T21:21:33.043Z Downloaded omicron-workspace-hack v0.1.0
10272026-06-05T21:21:33.043Z Downloaded darling_macro v0.21.3
10282026-06-05T21:21:33.043Z Downloaded match_cfg v0.1.0
10292026-06-05T21:21:33.043Z Downloaded float-ord v0.3.2
10302026-06-05T21:21:33.046Z Downloaded opaque-debug v0.3.1
10312026-06-05T21:21:33.046Z Downloaded memoffset v0.9.1
10322026-06-05T21:21:33.049Z Downloaded num_threads v0.1.7
10332026-06-05T21:21:33.049Z Downloaded libsw-core v0.3.2
10342026-06-05T21:21:33.052Z Downloaded instant v0.1.13
10352026-06-05T21:21:33.052Z Downloaded linear-map v1.2.0
10362026-06-05T21:21:33.054Z Downloaded ingot v0.1.1
10372026-06-05T21:21:33.055Z Downloaded hashbrown v0.12.3
10382026-06-05T21:21:33.059Z Downloaded dropshot-api-manager-types v0.7.2
10392026-06-05T21:21:33.059Z Downloaded byte-wrapper v0.1.0
10402026-06-05T21:21:33.059Z Downloaded num-derive v0.4.2
10412026-06-05T21:21:33.063Z Downloaded bytecount v0.6.9
10422026-06-05T21:21:33.063Z Downloaded mime v0.3.17
10432026-06-05T21:21:33.066Z Downloaded bs58 v0.5.1
10442026-06-05T21:21:33.066Z Downloaded darling_core v0.21.3
10452026-06-05T21:21:33.069Z Downloaded newtype-uuid-macros v0.1.0
10462026-06-05T21:21:33.072Z Downloaded libscf-sys v1.2.0
10472026-06-05T21:21:33.072Z Downloaded displaydoc v0.2.6
10482026-06-05T21:21:33.074Z Downloaded dtrace-parser v0.2.0
10492026-06-05T21:21:33.075Z Downloaded parse-display v0.10.0
10502026-06-05T21:21:33.075Z Downloaded defmt-macros v1.1.0
10512026-06-05T21:21:33.078Z Downloaded newline-converter v0.3.0
10522026-06-05T21:21:33.078Z Downloaded proc-macro-crate v3.5.0
10532026-06-05T21:21:33.080Z Downloaded darling v0.23.0
10542026-06-05T21:21:33.083Z Downloaded base64 v0.21.7
10552026-06-05T21:21:33.086Z Downloaded powerfmt v0.2.0
10562026-06-05T21:21:33.086Z Downloaded multer v3.1.0
10572026-06-05T21:21:33.089Z Downloaded daft-derive v0.1.7
10582026-06-05T21:21:33.092Z Downloaded proc-macro-crate v1.3.1
10592026-06-05T21:21:33.092Z Downloaded plain v0.2.3
10602026-06-05T21:21:33.092Z Downloaded ff v0.13.1
10612026-06-05T21:21:33.095Z Downloaded csv-core v0.1.13
10622026-06-05T21:21:33.095Z Downloaded const-random-macro v0.1.16
10632026-06-05T21:21:33.095Z Downloaded digest v0.11.3
10642026-06-05T21:21:33.098Z Downloaded fixedbitset v0.4.2
10652026-06-05T21:21:33.098Z Downloaded bit-vec v0.8.0
10662026-06-05T21:21:33.101Z Downloaded erased-serde v0.3.31
10672026-06-05T21:21:33.101Z Downloaded phf_shared v0.12.1
10682026-06-05T21:21:33.104Z Downloaded arrayvec v0.7.6
10692026-06-05T21:21:33.104Z Downloaded data-encoding v2.11.0
10702026-06-05T21:21:33.107Z Downloaded num-rational v0.4.2
10712026-06-05T21:21:33.107Z Downloaded progenitor-client v0.10.0
10722026-06-05T21:21:33.107Z Downloaded compression-codecs v0.4.38
10732026-06-05T21:21:33.110Z Downloaded proc-macro-error-attr v1.0.4
10742026-06-05T21:21:33.115Z Downloaded crossbeam-deque v0.8.6
10752026-06-05T21:21:33.115Z Downloaded proc-macro-error-attr2 v2.0.0
10762026-06-05T21:21:33.115Z Downloaded progenitor-macro v0.14.0
10772026-06-05T21:21:33.119Z Downloaded potential_utf v0.1.5
10782026-06-05T21:21:33.120Z Downloaded num_enum_derive v0.7.6
10792026-06-05T21:21:33.120Z Downloaded num_enum v0.5.11
10802026-06-05T21:21:33.120Z Downloaded quick-error v1.2.3
10812026-06-05T21:21:33.123Z Downloaded progenitor-macro v0.10.0
10822026-06-05T21:21:33.123Z Downloaded progenitor-macro v0.13.0
10832026-06-05T21:21:33.123Z Downloaded progenitor-client v0.14.0
10842026-06-05T21:21:33.123Z Downloaded libsw v3.5.0
10852026-06-05T21:21:33.126Z Downloaded pretty-hex v0.4.2
10862026-06-05T21:21:33.126Z Downloaded critical-section v1.2.0
10872026-06-05T21:21:33.126Z Downloaded ref-cast v1.0.25
10882026-06-05T21:21:33.129Z Downloaded rand_xorshift v0.4.0
10892026-06-05T21:21:33.129Z Downloaded rand_chacha v0.3.1
10902026-06-05T21:21:33.132Z Downloaded derive-ex v0.1.8
10912026-06-05T21:21:33.132Z Downloaded daft v0.1.7
10922026-06-05T21:21:33.138Z Downloaded ref-cast-impl v1.0.25
10932026-06-05T21:21:33.138Z Downloaded rustc_version v0.1.7
10942026-06-05T21:21:33.138Z Downloaded defmt v1.1.0
10952026-06-05T21:21:33.142Z Downloaded blake2 v0.10.6
10962026-06-05T21:21:33.142Z Downloaded parse-display-derive v0.10.0
10972026-06-05T21:21:33.142Z Downloaded num-complex v0.4.6
10982026-06-05T21:21:33.142Z Downloaded num_enum_derive v0.5.11
10992026-06-05T21:21:33.145Z Downloaded ciborium v0.2.2
11002026-06-05T21:21:33.145Z Downloaded olpc-cjson v0.1.4
11012026-06-05T21:21:33.145Z Downloaded deranged v0.5.8
11022026-06-05T21:21:33.148Z Downloaded crossbeam-utils v0.8.21
11032026-06-05T21:21:33.148Z Downloaded bcs v0.1.6
11042026-06-05T21:21:33.153Z Downloaded oxide-tokio-rt v0.1.6
11052026-06-05T21:21:33.154Z Downloaded oxnet v0.1.6
11062026-06-05T21:21:33.154Z Downloaded cmake v0.1.58
11072026-06-05T21:21:33.154Z Downloaded argon2 v0.5.3
11082026-06-05T21:21:33.156Z Downloaded poly1305 v0.8.0
11092026-06-05T21:21:33.156Z Downloaded idna_adapter v1.2.2
11102026-06-05T21:21:33.156Z Downloaded ident_case v1.0.1
11112026-06-05T21:21:33.157Z Downloaded dof v0.3.0
11122026-06-05T21:21:33.159Z Downloaded same-file v1.0.6
11132026-06-05T21:21:33.159Z Downloaded pem v3.0.6
11142026-06-05T21:21:33.162Z Downloaded semver v0.1.20
11152026-06-05T21:21:33.162Z Downloaded keccak v0.1.6
11162026-06-05T21:21:33.162Z Downloaded konst_macro_rules v0.2.19
11172026-06-05T21:21:33.163Z Downloaded const-random v0.1.18
11182026-06-05T21:21:33.165Z Downloaded serde-big-array v0.5.1
11192026-06-05T21:21:33.165Z Downloaded serde_repr v0.1.20
11202026-06-05T21:21:33.168Z Downloaded serial_test v3.5.0
11212026-06-05T21:21:33.168Z Downloaded paste v1.0.15
11222026-06-05T21:21:33.171Z Downloaded darling v0.21.3
11232026-06-05T21:21:33.174Z Downloaded memmap2 v0.9.10
11242026-06-05T21:21:33.174Z Downloaded num_enum v0.7.6
11252026-06-05T21:21:33.177Z Downloaded colored v3.1.1
11262026-06-05T21:21:33.180Z Downloaded progenitor v0.13.0
11272026-06-05T21:21:33.180Z Downloaded num-integer v0.1.46
11282026-06-05T21:21:33.183Z Downloaded proc-macro-error2 v2.0.1
11292026-06-05T21:21:33.184Z Downloaded serial_test_derive v3.5.0
11302026-06-05T21:21:33.188Z Downloaded phf v0.12.1
11312026-06-05T21:21:33.188Z Downloaded sha1 v0.10.6
11322026-06-05T21:21:33.188Z Downloaded serde_plain v1.0.2
11332026-06-05T21:21:33.188Z Downloaded scroll_derive v0.13.1
11342026-06-05T21:21:33.191Z Downloaded bitflags v1.3.2
11352026-06-05T21:21:33.191Z Downloaded half v2.7.1
11362026-06-05T21:21:33.191Z Downloaded const_format_proc_macros v0.2.34
11372026-06-05T21:21:33.195Z Downloaded rustls-native-certs v0.8.4
11382026-06-05T21:21:33.195Z Downloaded progenitor v0.14.0
11392026-06-05T21:21:33.198Z Downloaded proc-macro-error v1.0.4
11402026-06-05T21:21:33.198Z Downloaded const-oid v0.10.2
11412026-06-05T21:21:33.199Z Downloaded derive_more v0.99.20
11422026-06-05T21:21:33.204Z Downloaded slog-envlogger v2.2.0
11432026-06-05T21:21:33.204Z Downloaded chacha20 v0.10.0
11442026-06-05T21:21:33.208Z Downloaded crossbeam-epoch v0.9.18
11452026-06-05T21:21:33.208Z Downloaded slog-bunyan v2.5.0
11462026-06-05T21:21:33.208Z Downloaded siphasher v1.0.3
11472026-06-05T21:21:33.212Z Downloaded sigpipe v0.1.3
11482026-06-05T21:21:33.212Z Downloaded progenitor-extras v0.2.0
11492026-06-05T21:21:33.212Z Downloaded progenitor v0.10.0
11502026-06-05T21:21:33.212Z Downloaded password-hash v0.5.0
11512026-06-05T21:21:33.212Z Downloaded elliptic-curve v0.13.8
11522026-06-05T21:21:33.217Z Downloaded ingot-types v0.1.2
11532026-06-05T21:21:33.217Z Downloaded structmeta v0.3.0
11542026-06-05T21:21:33.217Z Downloaded spin v0.5.2
11552026-06-05T21:21:33.225Z Downloaded drift v0.2.0
11562026-06-05T21:21:33.230Z Downloaded scroll v0.12.0
11572026-06-05T21:21:33.230Z Downloaded rusty-fork v0.3.1
11582026-06-05T21:21:33.230Z Downloaded strum v0.26.3
11592026-06-05T21:21:33.230Z Downloaded rustls-pemfile v2.2.0
11602026-06-05T21:21:33.230Z Downloaded serde_tokenstream v0.2.3
11612026-06-05T21:21:33.230Z Downloaded litemap v0.8.2
11622026-06-05T21:21:33.230Z Downloaded parking_lot_core v0.8.6
11632026-06-05T21:21:33.235Z Downloaded parking_lot v0.11.2
11642026-06-05T21:21:33.235Z Downloaded pest_derive v2.8.6
11652026-06-05T21:21:33.235Z Downloaded dropshot_endpoint v0.17.1
11662026-06-05T21:21:33.242Z Downloaded postcard v1.1.3
11672026-06-05T21:21:33.242Z Downloaded resolv-conf v0.7.6
11682026-06-05T21:21:33.242Z Downloaded omicron-zone-package v0.12.2
11692026-06-05T21:21:33.247Z Downloaded strum v0.27.2
11702026-06-05T21:21:33.247Z Downloaded stable_deref_trait v1.2.1
11712026-06-05T21:21:33.247Z Downloaded console v0.16.3
11722026-06-05T21:21:33.247Z Downloaded sha1 v0.11.0
11732026-06-05T21:21:33.247Z Downloaded termtree v0.5.1
11742026-06-05T21:21:33.247Z Downloaded rand_core v0.10.1
11752026-06-05T21:21:33.247Z Downloaded tabled_derive v0.11.0
11762026-06-05T21:21:33.247Z Downloaded schemars_derive v0.8.22
11772026-06-05T21:21:33.253Z Downloaded tabwriter v1.4.1
11782026-06-05T21:21:33.253Z Downloaded rustversion v1.0.22
11792026-06-05T21:21:33.253Z Downloaded take_mut v0.2.2
11802026-06-05T21:21:33.253Z Downloaded backoff v0.4.0
11812026-06-05T21:21:33.253Z Downloaded ingot-macros v0.1.1
11822026-06-05T21:21:33.258Z Downloaded thread-id v5.1.0
11832026-06-05T21:21:33.258Z Downloaded thiserror-impl-no-std v2.0.2
11842026-06-05T21:21:33.258Z Downloaded tabled_derive v0.7.0
11852026-06-05T21:21:33.258Z Downloaded cookie v0.18.1
11862026-06-05T21:21:33.258Z Downloaded indexmap v1.9.3
11872026-06-05T21:21:33.263Z Downloaded slog-dtrace v0.3.0
11882026-06-05T21:21:33.263Z Downloaded icu_provider v2.2.0
11892026-06-05T21:21:33.263Z Downloaded slog-json v2.6.1
11902026-06-05T21:21:33.263Z Downloaded const_format v0.2.36
11912026-06-05T21:21:33.267Z Downloaded chacha20poly1305 v0.10.1
11922026-06-05T21:21:33.267Z Downloaded backon v1.6.0
11932026-06-05T21:21:33.267Z Downloaded thread-id v4.2.2
11942026-06-05T21:21:33.273Z Downloaded snafu-derive v0.8.9
11952026-06-05T21:21:33.273Z Downloaded smf v0.2.3
11962026-06-05T21:21:33.273Z Downloaded smartstring v1.0.1
11972026-06-05T21:21:33.273Z Downloaded anyhow v1.0.102
11982026-06-05T21:21:33.279Z Downloaded smawk v0.3.2
11992026-06-05T21:21:33.280Z Downloaded papergrid v0.11.0
12002026-06-05T21:21:33.280Z Downloaded progenitor-client v0.13.0
12012026-06-05T21:21:33.280Z Downloaded heapless v0.8.0
12022026-06-05T21:21:33.285Z Downloaded hybrid-array v0.4.12
12032026-06-05T21:21:33.285Z Downloaded usdt-attr-macro v0.5.0
12042026-06-05T21:21:33.285Z Downloaded secrecy v0.10.3
12052026-06-05T21:21:33.285Z Downloaded scroll_derive v0.12.1
12062026-06-05T21:21:33.285Z Downloaded httpdate v1.0.3
12072026-06-05T21:21:33.285Z Downloaded wait-timeout v0.2.1
12082026-06-05T21:21:33.289Z Downloaded utf-8 v0.7.6
12092026-06-05T21:21:33.289Z Downloaded usdt v0.6.0
12102026-06-05T21:21:33.289Z Downloaded hash32 v0.3.1
12112026-06-05T21:21:33.289Z Downloaded usdt-macro v0.5.0
12122026-06-05T21:21:33.289Z Downloaded structmeta-derive v0.3.0
12132026-06-05T21:21:33.289Z Downloaded fxhash v0.2.1
12142026-06-05T21:21:33.289Z Downloaded foreign-types-macros v0.2.3
12152026-06-05T21:21:33.289Z Downloaded slog-scope v4.4.1
12162026-06-05T21:21:33.295Z Downloaded chacha20 v0.9.1
12172026-06-05T21:21:33.295Z Downloaded byteorder v1.5.0
12182026-06-05T21:21:33.295Z Downloaded usdt v0.5.0
12192026-06-05T21:21:33.295Z Downloaded unarray v0.1.4
12202026-06-05T21:21:33.295Z Downloaded typify-macro v0.4.3
12212026-06-05T21:21:33.300Z Downloaded usdt-macro v0.6.0
12222026-06-05T21:21:33.300Z Downloaded slog-term v2.9.2
12232026-06-05T21:21:33.300Z Downloaded slog-stdlog v4.1.1
12242026-06-05T21:21:33.300Z Downloaded unit-prefix v0.5.2
12252026-06-05T21:21:33.300Z Downloaded usdt-attr-macro v0.6.0
12262026-06-05T21:21:33.300Z Downloaded typify-macro v0.6.2
12272026-06-05T21:21:33.300Z Downloaded arc-swap v1.9.1
12282026-06-05T21:21:33.304Z Downloaded waitgroup v0.1.2
12292026-06-05T21:21:33.304Z Downloaded tagptr v0.2.0
12302026-06-05T21:21:33.309Z Downloaded progenitor-impl v0.10.0
12312026-06-05T21:21:33.312Z Downloaded time-core v0.1.8
12322026-06-05T21:21:33.312Z Downloaded time-macros v0.2.27
12332026-06-05T21:21:33.312Z Downloaded pest_generator v2.8.6
12342026-06-05T21:21:33.316Z Downloaded thiserror-no-std v2.0.2
12352026-06-05T21:21:33.317Z Downloaded strum_macros v0.26.4
12362026-06-05T21:21:33.322Z Downloaded rhai_codegen v3.2.0
12372026-06-05T21:21:33.322Z Downloaded darling_core v0.23.0
12382026-06-05T21:21:33.326Z Downloaded zeroize_derive v1.4.3
12392026-06-05T21:21:33.326Z Downloaded yoke-derive v0.8.2
12402026-06-05T21:21:33.330Z Downloaded tiny-keccak v2.0.2
12412026-06-05T21:21:33.330Z Downloaded scroll v0.13.0
12422026-06-05T21:21:33.337Z Downloaded untrusted v0.7.1
12432026-06-05T21:21:33.337Z Downloaded universal-hash v0.5.1
12442026-06-05T21:21:33.337Z Downloaded testing_table v0.3.0
12452026-06-05T21:21:33.341Z Downloaded konst v0.2.20
12462026-06-05T21:21:33.341Z Downloaded zone_cfg_derive v0.3.1
12472026-06-05T21:21:33.341Z Downloaded indicatif v0.18.4
12482026-06-05T21:21:33.341Z Downloaded zone v0.3.1
12492026-06-05T21:21:33.341Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12502026-06-05T21:21:33.346Z Downloaded papergrid v0.18.0
12512026-06-05T21:21:33.346Z Downloaded tokio-dtrace v0.1.1
12522026-06-05T21:21:33.346Z Downloaded serde_with_macros v3.20.0
12532026-06-05T21:21:33.350Z Downloaded serde_derive_internals v0.29.1
12542026-06-05T21:21:33.350Z Downloaded icu_properties v2.2.0
12552026-06-05T21:21:33.351Z Downloaded icu_locale_core v2.2.0
12562026-06-05T21:21:33.355Z Downloaded xz2 v0.1.7
12572026-06-05T21:21:33.355Z Downloaded zerofrom v0.1.8
12582026-06-05T21:21:33.355Z Downloaded walkdir v2.5.0
12592026-06-05T21:21:33.360Z Downloaded tinystr v0.8.3
12602026-06-05T21:21:33.360Z Downloaded slog-async v2.8.0
12612026-06-05T21:21:33.360Z Downloaded icu_normalizer_data v2.2.0
12622026-06-05T21:21:33.360Z Downloaded hickory-resolver v0.25.2
12632026-06-05T21:21:33.365Z Downloaded icu_normalizer v2.2.0
12642026-06-05T21:21:33.365Z Downloaded crossbeam-channel v0.5.15
12652026-06-05T21:21:33.369Z Downloaded writeable v0.6.3
12662026-06-05T21:21:33.369Z Downloaded usdt-impl v0.5.0
12672026-06-05T21:21:33.369Z Downloaded strum_macros v0.27.2
12682026-06-05T21:21:33.369Z Downloaded term v1.2.1
12692026-06-05T21:21:33.374Z Downloaded similar v2.7.0
12702026-06-05T21:21:33.374Z Downloaded tokio-tungstenite v0.21.0
12712026-06-05T21:21:33.428Z Downloaded zerofrom-derive v0.1.7
12722026-06-05T21:21:33.428Z Downloaded whoami v1.6.1
12732026-06-05T21:21:33.428Z Downloaded zerovec-derive v0.11.3
12742026-06-05T21:21:33.428Z Downloaded rustls-platform-verifier v0.7.0
12752026-06-05T21:21:33.439Z Downloaded rayon-core v1.13.0
12762026-06-05T21:21:33.439Z Downloaded thin-vec v0.2.18
12772026-06-05T21:21:33.439Z Downloaded synstructure v0.13.2
12782026-06-05T21:21:33.439Z Downloaded pest_meta v2.8.6
12792026-06-05T21:21:33.439Z Downloaded vsss-rs v3.3.4
12802026-06-05T21:21:33.440Z Downloaded minimal-lexical v0.2.1
12812026-06-05T21:21:33.440Z Downloaded prettyplease v0.2.37
12822026-06-05T21:21:33.440Z Downloaded serde_yaml v0.9.34+deprecated
12832026-06-05T21:21:33.440Z Downloaded progenitor-impl v0.13.0
12842026-06-05T21:21:33.440Z Downloaded ucd-trie v0.1.7
12852026-06-05T21:21:33.440Z Downloaded schemars v0.9.0
12862026-06-05T21:21:33.440Z Downloaded usdt-impl v0.6.0
12872026-06-05T21:21:33.440Z Downloaded test-strategy v0.4.5
12882026-06-05T21:21:33.440Z Downloaded progenitor-impl v0.14.0
12892026-06-05T21:21:33.440Z Downloaded zerocopy-derive v0.7.35
12902026-06-05T21:21:33.440Z Downloaded tungstenite v0.21.0
12912026-06-05T21:21:33.440Z Downloaded topological-sort v0.2.2
12922026-06-05T21:21:33.440Z Downloaded slog v2.8.2
12932026-06-05T21:21:33.440Z Downloaded jiff-static v0.2.28
12942026-06-05T21:21:33.440Z Downloaded crypto-bigint v0.5.5
12952026-06-05T21:21:33.440Z Downloaded spin v0.9.8
12962026-06-05T21:21:33.440Z Downloaded icu_collections v2.2.0
12972026-06-05T21:21:33.440Z Downloaded typify v0.4.3
12982026-06-05T21:21:33.441Z Downloaded snafu v0.8.9
12992026-06-05T21:21:33.441Z Downloaded schemars v0.8.22
13002026-06-05T21:21:33.451Z Downloaded toml v0.9.12+spec-1.1.0
13012026-06-05T21:21:33.451Z Downloaded pretty_assertions v1.4.1
13022026-06-05T21:21:33.451Z Downloaded qorb v0.4.1
13032026-06-05T21:21:33.451Z Downloaded typify v0.6.2
13042026-06-05T21:21:33.460Z Downloaded rand v0.8.6
13052026-06-05T21:21:33.460Z Downloaded yoke v0.8.3
13062026-06-05T21:21:33.460Z Downloaded expectorate v1.2.0
13072026-06-05T21:21:33.465Z Downloaded rand v0.10.1
13082026-06-05T21:21:33.470Z Downloaded unsafe-libyaml v0.2.11
13092026-06-05T21:21:33.474Z Downloaded pest v2.8.6
13102026-06-05T21:21:33.474Z Downloaded toml_edit v0.25.12+spec-1.1.0
13112026-06-05T21:21:33.479Z Downloaded toml_edit v0.19.15
13122026-06-05T21:21:33.488Z Downloaded zerocopy-derive v0.8.50
13132026-06-05T21:21:33.493Z Downloaded yansi v1.0.1
13142026-06-05T21:21:33.493Z Downloaded toml v0.7.8
13152026-06-05T21:21:33.497Z Downloaded nom v7.1.3
13162026-06-05T21:21:33.497Z Downloaded dropshot-api-manager v0.7.2
13172026-06-05T21:21:33.501Z Downloaded schemars v1.2.1
13182026-06-05T21:21:33.512Z Downloaded itertools v0.12.1
13192026-06-05T21:21:33.516Z Downloaded reqwest v0.13.4
13202026-06-05T21:21:33.519Z Downloaded steno v0.4.1
13212026-06-05T21:21:33.527Z Downloaded zerotrie v0.2.4
13222026-06-05T21:21:33.531Z Downloaded hashbrown v0.16.1
13232026-06-05T21:21:33.538Z Downloaded goblin v0.8.2
13242026-06-05T21:21:33.542Z Downloaded typed-path v0.9.3
13252026-06-05T21:21:33.551Z Downloaded icu_properties_data v2.2.0
13262026-06-05T21:21:33.559Z Downloaded zerocopy v0.7.35
13272026-06-05T21:21:33.571Z Downloaded nom v8.0.0
13282026-06-05T21:21:33.575Z Downloaded blake3 v1.8.5
13292026-06-05T21:21:33.579Z Downloaded libm v0.2.16
13302026-06-05T21:21:33.583Z Downloaded hkdf v0.12.4
13312026-06-05T21:21:33.587Z Downloaded tough v0.22.0
13322026-06-05T21:21:33.598Z Downloaded zerovec v0.11.6
13332026-06-05T21:21:33.603Z Downloaded iddqd v0.4.2
13342026-06-05T21:21:33.607Z Downloaded rayon v1.12.0
13352026-06-05T21:21:33.611Z Downloaded tabled v0.21.0
13362026-06-05T21:21:33.620Z Downloaded winnow v0.5.40
13372026-06-05T21:21:33.626Z Downloaded syn v1.0.109
13382026-06-05T21:21:33.629Z Downloaded time v0.3.47
13392026-06-05T21:21:33.637Z Downloaded proptest v1.11.0
13402026-06-05T21:21:33.643Z Downloaded tabled v0.15.0
13412026-06-05T21:21:33.656Z Downloaded dropshot v0.17.1
13422026-06-05T21:21:33.667Z Downloaded smoltcp v0.11.0
13432026-06-05T21:21:33.674Z Downloaded moka v0.12.15
13442026-06-05T21:21:33.678Z Downloaded serde_with v3.20.0
13452026-06-05T21:21:33.686Z Downloaded goblin v0.10.7
13462026-06-05T21:21:33.745Z Downloaded sled v0.34.7
13472026-06-05T21:21:33.750Z Downloaded typify-impl v0.4.3
13482026-06-05T21:21:33.758Z Downloaded rhai v1.25.1
13492026-06-05T21:21:33.765Z Downloaded nix v0.31.3
13502026-06-05T21:21:33.769Z Downloaded regress v0.10.5
13512026-06-05T21:21:33.773Z Downloaded hickory-proto v0.25.2
13522026-06-05T21:21:33.782Z Downloaded regress v0.11.1
13532026-06-05T21:21:33.786Z Downloaded openapiv3 v2.2.0
13542026-06-05T21:21:33.791Z Downloaded hickory-proto v0.24.4
13552026-06-05T21:21:33.811Z Downloaded chrono-tz v0.10.4
13562026-06-05T21:21:33.824Z Downloaded typify-impl v0.6.2
13572026-06-05T21:21:33.835Z Downloaded csv v1.4.0
13582026-06-05T21:21:33.849Z Downloaded sha3 v0.10.9
13592026-06-05T21:21:33.887Z Downloaded petgraph v0.6.5
13602026-06-05T21:21:33.897Z Downloaded lzma-sys v0.1.20
13612026-06-05T21:21:33.912Z Downloaded jiff v0.2.28
13622026-06-05T21:21:33.944Z Downloaded encoding_rs v0.8.35
13632026-06-05T21:21:34.457Z Downloaded aws-lc-sys v0.41.0
13642026-06-05T21:21:35.403Z Compiling proc-macro2 v1.0.106
13652026-06-05T21:21:35.403Z Compiling unicode-ident v1.0.24
13662026-06-05T21:21:35.403Z Compiling quote v1.0.45
13672026-06-05T21:21:35.403Z Compiling serde_core v1.0.228
13682026-06-05T21:21:35.403Z Compiling cfg-if v1.0.4
13692026-06-05T21:21:35.406Z Compiling serde v1.0.228
13702026-06-05T21:21:35.407Z Compiling libc v0.2.186
13712026-06-05T21:21:35.407Z Compiling memchr v2.8.1
13722026-06-05T21:21:35.604Z Compiling itoa v1.0.18
13732026-06-05T21:21:35.786Z Compiling smallvec v1.15.1
13742026-06-05T21:21:35.840Z Compiling zmij v1.0.21
13752026-06-05T21:21:35.886Z Compiling autocfg v1.5.1
13762026-06-05T21:21:35.993Z Compiling libm v0.2.16
13772026-06-05T21:21:36.233Z Compiling stable_deref_trait v1.2.1
13782026-06-05T21:21:36.237Z Compiling litemap v0.8.2
13792026-06-05T21:21:36.308Z Compiling writeable v0.6.3
13802026-06-05T21:21:36.399Z Compiling percent-encoding v2.3.2
13812026-06-05T21:21:36.423Z Compiling icu_normalizer_data v2.2.0
13822026-06-05T21:21:36.434Z Compiling utf8_iter v1.0.4
13832026-06-05T21:21:36.463Z Compiling icu_properties_data v2.2.0
13842026-06-05T21:21:36.573Z Compiling iana-time-zone v0.1.65
13852026-06-05T21:21:36.592Z Compiling equivalent v1.0.2
13862026-06-05T21:21:36.678Z Compiling syn v2.0.117
13872026-06-05T21:21:36.756Z Compiling form_urlencoded v1.2.2
13882026-06-05T21:21:36.797Z Compiling serde_json v1.0.150
13892026-06-05T21:21:36.798Z Compiling dyn-clone v1.0.20
13902026-06-05T21:21:36.847Z Compiling version_check v0.9.5
13912026-06-05T21:21:36.892Z Compiling pin-project-lite v0.2.17
13922026-06-05T21:21:36.940Z Compiling scopeguard v1.2.0
13932026-06-05T21:21:36.950Z Compiling parking_lot_core v0.9.12
13942026-06-05T21:21:36.986Z Compiling num-traits v0.2.19
13952026-06-05T21:21:37.041Z Compiling lock_api v0.4.14
13962026-06-05T21:21:37.070Z Compiling rand_core v0.10.1
13972026-06-05T21:21:37.146Z Compiling hashbrown v0.17.1
13982026-06-05T21:21:37.215Z Compiling getrandom v0.4.2
13992026-06-05T21:21:37.248Z Compiling thiserror v2.0.18
14002026-06-05T21:21:37.266Z Compiling errno v0.3.14
14012026-06-05T21:21:37.404Z Compiling log v0.4.32
14022026-06-05T21:21:37.535Z Compiling heck v0.5.0
14032026-06-05T21:21:37.595Z Compiling futures-core v0.3.32
14042026-06-05T21:21:37.673Z Compiling semver v1.0.28
14052026-06-05T21:21:37.737Z Compiling indexmap v2.14.0
14062026-06-05T21:21:37.782Z Compiling uuid v1.23.2
14072026-06-05T21:21:37.792Z Compiling zerocopy v0.8.50
14082026-06-05T21:21:37.990Z Compiling futures-sink v0.3.32
14092026-06-05T21:21:38.016Z Compiling schemars v0.8.22
14102026-06-05T21:21:38.085Z Compiling slab v0.4.12
14112026-06-05T21:21:38.204Z Compiling jobserver v0.1.34
14122026-06-05T21:21:38.218Z Compiling fnv v1.0.7
14132026-06-05T21:21:38.255Z Compiling shlex v2.0.1
14142026-06-05T21:21:38.280Z Compiling rustversion v1.0.22
14152026-06-05T21:21:38.304Z Compiling find-msvc-tools v0.1.9
14162026-06-05T21:21:38.345Z Compiling futures-channel v0.3.32
14172026-06-05T21:21:38.497Z Compiling bitflags v2.12.1
14182026-06-05T21:21:38.514Z Compiling cc v1.2.63
14192026-06-05T21:21:38.533Z Compiling futures-io v0.3.32
14202026-06-05T21:21:38.567Z Compiling futures-task v0.3.32
14212026-06-05T21:21:38.685Z Compiling socket2 v0.6.4
14222026-06-05T21:21:38.733Z Compiling signal-hook-registry v1.4.8
14232026-06-05T21:21:38.815Z Compiling mio v1.2.1
14242026-06-05T21:21:38.926Z Compiling parking_lot v0.12.5
14252026-06-05T21:21:38.966Z Compiling portable-atomic v1.13.1
14262026-06-05T21:21:39.021Z Compiling typenum v1.20.1
14272026-06-05T21:21:39.120Z Compiling dunce v1.0.5
14282026-06-05T21:21:39.211Z Compiling cmake v0.1.58
14292026-06-05T21:21:39.232Z Compiling fs_extra v1.3.0
14302026-06-05T21:21:39.318Z Compiling critical-section v1.2.0
14312026-06-05T21:21:39.328Z Compiling base64 v0.22.1
14322026-06-05T21:21:39.410Z Compiling synstructure v0.13.2
14332026-06-05T21:21:39.421Z Compiling serde_derive_internals v0.29.1
14342026-06-05T21:21:39.551Z Compiling slog v2.8.2
14352026-06-05T21:21:39.659Z Compiling strsim v0.11.1
14362026-06-05T21:21:39.756Z Compiling aws-lc-sys v0.41.0
14372026-06-05T21:21:39.787Z Compiling byteorder v1.5.0
14382026-06-05T21:21:39.797Z Compiling rustix v1.1.4
14392026-06-05T21:21:39.925Z Compiling subtle v2.6.1
14402026-06-05T21:21:40.035Z Compiling once_cell v1.21.4
14412026-06-05T21:21:40.069Z Compiling regex-syntax v0.8.10
14422026-06-05T21:21:40.086Z Compiling httparse v1.10.1
14432026-06-05T21:21:40.097Z Compiling atomic-waker v1.1.2
14442026-06-05T21:21:40.202Z Compiling ipnet v2.12.0
14452026-06-05T21:21:40.215Z Compiling tower-service v0.3.3
14462026-06-05T21:21:40.243Z Compiling tower-layer v0.3.3
14472026-06-05T21:21:40.302Z Compiling getrandom v0.2.17
14482026-06-05T21:21:40.361Z Compiling untrusted v0.9.0
14492026-06-05T21:21:40.409Z Compiling ucd-trie v0.1.7
14502026-06-05T21:21:40.475Z Compiling thiserror v1.0.69
14512026-06-05T21:21:40.489Z Compiling try-lock v0.2.5
14522026-06-05T21:21:40.601Z Compiling ryu v1.0.23
14532026-06-05T21:21:40.682Z Compiling serde_derive v1.0.228
14542026-06-05T21:21:40.711Z Compiling zerofrom-derive v0.1.7
14552026-06-05T21:21:40.714Z Compiling yoke-derive v0.8.2
14562026-06-05T21:21:40.740Z Compiling zerovec-derive v0.11.3
14572026-06-05T21:21:40.785Z Compiling displaydoc v0.2.6
14582026-06-05T21:21:40.798Z Compiling schemars_derive v0.8.22
14592026-06-05T21:21:40.802Z Compiling thiserror-impl v2.0.18
14602026-06-05T21:21:41.607Z Compiling tokio-macros v2.7.0
14612026-06-05T21:21:41.810Z Compiling zerocopy-derive v0.8.50
14622026-06-05T21:21:41.844Z Compiling zeroize_derive v1.4.3
14632026-06-05T21:21:41.922Z Compiling zerofrom v0.1.8
14642026-06-05T21:21:42.006Z Compiling futures-macro v0.3.32
14652026-06-05T21:21:42.041Z Compiling yoke v0.8.3
14662026-06-05T21:21:42.222Z Compiling zerovec v0.11.6
14672026-06-05T21:21:42.372Z Compiling zerotrie v0.2.4
14682026-06-05T21:21:42.533Z Compiling zeroize v1.8.2
14692026-06-05T21:21:42.731Z Compiling tinystr v0.8.3
14702026-06-05T21:21:42.734Z Compiling potential_utf v0.1.5
14712026-06-05T21:21:42.752Z Compiling thiserror-impl v1.0.69
14722026-06-05T21:21:42.825Z Compiling futures-util v0.3.32
14732026-06-05T21:21:42.835Z Compiling icu_collections v2.2.0
14742026-06-05T21:21:42.890Z Compiling icu_locale_core v2.2.0
14752026-06-05T21:21:42.934Z Compiling want v0.3.1
14762026-06-05T21:21:43.095Z Compiling pest v2.8.6
14772026-06-05T21:21:43.344Z Compiling rand_core v0.6.4
14782026-06-05T21:21:43.559Z Compiling icu_provider v2.2.0
14792026-06-05T21:21:43.876Z Compiling bytes v1.11.1
14802026-06-05T21:21:43.887Z Compiling icu_normalizer v2.2.0
14812026-06-05T21:21:43.902Z Compiling icu_properties v2.2.0
14822026-06-05T21:21:43.951Z Compiling chrono v0.4.45
14832026-06-05T21:21:44.344Z Compiling http v1.4.1
14842026-06-05T21:21:44.452Z Compiling tokio v1.52.3
14852026-06-05T21:21:44.498Z Compiling serde_tokenstream v0.2.3
14862026-06-05T21:21:44.769Z Compiling idna_adapter v1.2.2
14872026-06-05T21:21:44.935Z Compiling idna v1.1.0
14882026-06-05T21:21:45.114Z Compiling erased-serde v0.3.31
14892026-06-05T21:21:45.139Z Compiling http-body v1.0.1
14902026-06-05T21:21:45.288Z Compiling url v2.5.8
14912026-06-05T21:21:45.371Z Compiling httpdate v1.0.3
14922026-06-05T21:21:45.457Z Compiling pest_meta v2.8.6
14932026-06-05T21:21:45.713Z Compiling getrandom v0.3.4
14942026-06-05T21:21:45.716Z Compiling pretty-hex v0.4.2
14952026-06-05T21:21:46.013Z Compiling ppv-lite86 v0.2.21
14962026-06-05T21:21:46.064Z Compiling pest_generator v2.8.6
14972026-06-05T21:21:46.135Z Compiling winnow v1.0.3
14982026-06-05T21:21:46.148Z Compiling plain v0.2.3
14992026-06-05T21:21:46.253Z Compiling paste v1.0.15
15002026-06-05T21:21:46.324Z Compiling allocator-api2 v0.2.21
15012026-06-05T21:21:46.547Z Compiling foldhash v0.2.0
15022026-06-05T21:21:46.632Z Compiling ipnetwork v0.21.1
15032026-06-05T21:21:46.702Z Compiling hashbrown v0.16.1
15042026-06-05T21:21:46.747Z Compiling pest_derive v2.8.6
15052026-06-05T21:21:46.770Z Compiling tracing-attributes v0.1.31
15062026-06-05T21:21:47.053Z Compiling oxnet v0.1.6
15072026-06-05T21:21:47.195Z Compiling tracing-core v0.1.36
15082026-06-05T21:21:47.269Z Compiling omicron-workspace-hack v0.1.0
15092026-06-05T21:21:47.287Z Compiling ident_case v1.0.1
15102026-06-05T21:21:47.402Z Compiling http-body-util v0.1.3
15112026-06-05T21:21:47.501Z Compiling serde_urlencoded v0.7.1
15122026-06-05T21:21:47.513Z Compiling aho-corasick v1.1.4
15132026-06-05T21:21:47.702Z Compiling sync_wrapper v1.0.2
15142026-06-05T21:21:47.736Z Compiling daft-derive v0.1.7
15152026-06-05T21:21:47.820Z Compiling fastrand v2.4.1
15162026-06-05T21:21:47.973Z Compiling tracing v0.1.44
15172026-06-05T21:21:48.072Z Compiling scroll_derive v0.13.1
15182026-06-05T21:21:48.206Z Compiling tokio-util v0.7.18
15192026-06-05T21:21:48.491Z Compiling regex-automata v0.4.14
15202026-06-05T21:21:48.794Z Compiling async-trait v0.1.89
15212026-06-05T21:21:48.920Z Compiling powerfmt v0.2.0
15222026-06-05T21:21:48.949Z Compiling aws-lc-rs v1.17.0
15232026-06-05T21:21:49.048Z Compiling num-conv v0.2.2
15242026-06-05T21:21:49.120Z Compiling time-core v0.1.8
15252026-06-05T21:21:49.194Z Compiling anyhow v1.0.102
15262026-06-05T21:21:49.259Z Compiling time-macros v0.2.27
15272026-06-05T21:21:49.262Z Compiling deranged v0.5.8
15282026-06-05T21:21:49.724Z Compiling scroll v0.13.0
15292026-06-05T21:21:49.771Z Compiling rustls-pki-types v1.14.1
15302026-06-05T21:21:50.015Z Compiling openssl-probe v0.2.1
15312026-06-05T21:21:50.201Z Compiling regex v1.12.3
15322026-06-05T21:21:50.250Z Compiling num_threads v0.1.7
15332026-06-05T21:21:50.310Z Compiling hex v0.4.3
15342026-06-05T21:21:50.320Z Compiling goblin v0.10.7
15352026-06-05T21:21:50.559Z Compiling camino v1.2.2
15362026-06-05T21:21:50.727Z Compiling untrusted v0.7.1
15372026-06-05T21:21:50.849Z Compiling usdt-impl v0.6.0
15382026-06-05T21:21:50.943Z Compiling crc32fast v1.5.0
15392026-06-05T21:21:50.970Z Compiling rustls v0.23.40
15402026-06-05T21:21:51.116Z Compiling h2 v0.4.14
15412026-06-05T21:21:51.173Z Compiling dtrace-parser v0.3.0
15422026-06-05T21:21:51.191Z Compiling crossbeam-utils v0.8.21
15432026-06-05T21:21:51.469Z Compiling futures-executor v0.3.32
15442026-06-05T21:21:51.516Z Compiling structmeta-derive v0.3.0
15452026-06-05T21:21:51.633Z Compiling thread-id v5.1.0
15462026-06-05T21:21:51.712Z Compiling adler2 v2.0.1
15472026-06-05T21:21:51.741Z Compiling cpufeatures v0.3.0
15482026-06-05T21:21:51.811Z Compiling simd-adler32 v0.3.9
15492026-06-05T21:21:51.840Z Compiling futures v0.3.32
15502026-06-05T21:21:51.915Z Compiling rand_core v0.9.5
15512026-06-05T21:21:52.007Z Compiling miniz_oxide v0.8.9
15522026-06-05T21:21:52.127Z Compiling darling_core v0.23.0
15532026-06-05T21:21:52.536Z Compiling newtype-uuid-macros v0.1.0
15542026-06-05T21:21:52.558Z Compiling structmeta v0.3.0
15552026-06-05T21:21:52.663Z Compiling hybrid-array v0.4.12
15562026-06-05T21:21:52.899Z Compiling thread_local v1.1.9
15572026-06-05T21:21:53.116Z Compiling hyper v1.10.1
15582026-06-05T21:21:53.162Z Compiling dof v0.4.0
15592026-06-05T21:21:53.340Z Compiling match_cfg v0.1.0
15602026-06-05T21:21:53.411Z Compiling flate2 v1.1.9
15612026-06-05T21:21:53.849Z Compiling newtype-uuid v1.3.2
15622026-06-05T21:21:54.166Z Compiling slog-async v2.8.0
15632026-06-05T21:21:54.178Z Compiling hyper-util v0.1.20
15642026-06-05T21:21:54.462Z Compiling darling_macro v0.23.0
15652026-06-05T21:21:54.499Z Compiling quick-error v1.2.3
15662026-06-05T21:21:54.876Z Compiling compression-core v0.4.32
15672026-06-05T21:21:54.876Z Compiling ref-cast v1.0.25
15682026-06-05T21:21:54.953Z Compiling daft v0.1.7
15692026-06-05T21:21:55.012Z Compiling compression-codecs v0.4.38
15702026-06-05T21:21:55.035Z Compiling block-buffer v0.12.0
15712026-06-05T21:21:55.076Z Compiling darling v0.23.0
15722026-06-05T21:21:55.153Z Compiling crypto-common v0.2.2
15732026-06-05T21:21:55.187Z Compiling rand_chacha v0.9.0
15742026-06-05T21:21:55.237Z Compiling strum_macros v0.26.4
15752026-06-05T21:21:55.265Z Compiling ref-cast-impl v1.0.25
15762026-06-05T21:21:55.308Z Compiling usdt-attr-macro v0.6.0
15772026-06-05T21:21:55.617Z Compiling usdt-macro v0.6.0
15782026-06-05T21:21:55.632Z Compiling serde_spanned v1.1.1
15792026-06-05T21:21:55.774Z Compiling multer v3.1.0
15802026-06-05T21:21:55.890Z Compiling generic-array v0.14.7
15812026-06-05T21:21:55.929Z Compiling term v1.2.1
15822026-06-05T21:21:56.012Z Compiling const-oid v0.10.2
15832026-06-05T21:21:56.103Z Compiling bit-vec v0.8.0
15842026-06-05T21:21:56.126Z Compiling toml_writer v1.1.1+spec-1.1.0
15852026-06-05T21:21:56.224Z Compiling debug-ignore v1.0.5
15862026-06-05T21:21:56.333Z Compiling take_mut v0.2.2
15872026-06-05T21:21:56.333Z Compiling bit-set v0.8.0
15882026-06-05T21:21:56.435Z Compiling digest v0.11.3
15892026-06-05T21:21:56.546Z Compiling rand v0.9.4
15902026-06-05T21:21:56.596Z Compiling serde_with_macros v3.20.0
15912026-06-05T21:21:56.613Z Compiling async-stream-impl v0.3.6
15922026-06-05T21:21:56.630Z Compiling dropshot v0.17.1
15932026-06-05T21:21:56.752Z Compiling encoding_rs v0.8.35
15942026-06-05T21:21:56.863Z Compiling mime v0.3.17
15952026-06-05T21:21:56.891Z Compiling strum v0.26.3
15962026-06-05T21:21:57.013Z Compiling unarray v0.1.4
15972026-06-05T21:21:57.119Z Compiling syn v1.0.109
15982026-06-05T21:21:57.129Z Compiling spin v0.9.8
15992026-06-05T21:21:57.180Z Compiling sha1 v0.11.0
16002026-06-05T21:21:57.256Z Compiling async-stream v0.3.6
16012026-06-05T21:21:57.421Z Compiling derive-ex v0.1.8
16022026-06-05T21:21:57.432Z Compiling tower v0.5.3
16032026-06-05T21:21:57.485Z Compiling dropshot_endpoint v0.17.1
16042026-06-05T21:21:57.626Z Compiling macaddr v1.0.1
16052026-06-05T21:21:57.728Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16062026-06-05T21:21:57.841Z Compiling waitgroup v0.1.2
16072026-06-05T21:21:57.897Z Compiling serde_path_to_error v0.1.20
16082026-06-05T21:21:58.203Z Compiling tower-http v0.6.11
16092026-06-05T21:21:58.214Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16102026-06-05T21:21:58.334Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
16112026-06-05T21:21:58.407Z Compiling tempfile v3.27.0
16122026-06-05T21:21:58.510Z Compiling openapiv3 v2.2.0
16132026-06-05T21:21:58.617Z Compiling strum_macros v0.27.2
16142026-06-05T21:21:58.983Z Compiling test-strategy v0.4.5
16152026-06-05T21:21:59.127Z Compiling instant v0.1.13
16162026-06-05T21:21:59.232Z Compiling time v0.3.47
16172026-06-05T21:22:00.015Z Compiling rustls-native-certs v0.8.4
16182026-06-05T21:22:00.115Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16192026-06-05T21:22:00.354Z Compiling crossbeam-channel v0.5.15
16202026-06-05T21:22:00.419Z Compiling crypto-common v0.1.7
16212026-06-05T21:22:00.508Z Compiling strum v0.27.2
16222026-06-05T21:22:00.743Z Compiling parse-display-derive v0.10.0
16232026-06-05T21:22:00.837Z Compiling backon v1.6.0
16242026-06-05T21:22:01.021Z Compiling rand_chacha v0.3.1
16252026-06-05T21:22:01.121Z Compiling slog-json v2.6.1
16262026-06-05T21:22:01.329Z Compiling rand v0.8.6
16272026-06-05T21:22:01.626Z Compiling hostname v0.3.1
16282026-06-05T21:22:01.762Z Compiling toml_parser v1.1.2+spec-1.1.0
16292026-06-05T21:22:01.998Z Compiling toml_datetime v1.1.1+spec-1.1.0
16302026-06-05T21:22:02.187Z Compiling is-terminal v0.4.17
16312026-06-05T21:22:02.281Z Compiling memmap2 v0.9.10
16322026-06-05T21:22:02.301Z Compiling wait-timeout v0.2.1
16332026-06-05T21:22:02.343Z Compiling either v1.16.0
16342026-06-05T21:22:02.458Z Compiling rusty-fork v0.3.1
16352026-06-05T21:22:02.492Z Compiling usdt v0.6.0
16362026-06-05T21:22:02.495Z Compiling slog-term v2.9.2
16372026-06-05T21:22:02.513Z Compiling toml v1.1.2+spec-1.1.0
16382026-06-05T21:22:02.547Z Compiling slog-bunyan v2.5.0
16392026-06-05T21:22:02.673Z Compiling serde_with v3.20.0
16402026-06-05T21:22:02.763Z Compiling async-compression v0.4.42
16412026-06-05T21:22:02.806Z Compiling rand_xorshift v0.4.0
16422026-06-05T21:22:02.951Z Compiling rustls-pemfile v2.2.0
16432026-06-05T21:22:03.069Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16442026-06-05T21:22:03.092Z Compiling regress v0.10.5
16452026-06-05T21:22:03.138Z Compiling hostname v0.4.2
16462026-06-05T21:22:03.139Z Compiling humantime v2.3.0
16472026-06-05T21:22:03.274Z Compiling proptest v1.11.0
16482026-06-05T21:22:03.817Z Compiling iddqd v0.4.2
16492026-06-05T21:22:04.039Z Compiling reqwest v0.12.28
16502026-06-05T21:22:04.164Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16512026-06-05T21:22:04.403Z Compiling block-buffer v0.10.4
16522026-06-05T21:22:04.408Z Compiling utf8parse v0.2.2
16532026-06-05T21:22:04.550Z Compiling digest v0.10.7
16542026-06-05T21:22:04.685Z Compiling anstyle-parse v1.0.0
16552026-06-05T21:22:04.755Z Compiling itertools v0.14.0
16562026-06-05T21:22:04.929Z Compiling parse-display v0.10.0
16572026-06-05T21:22:05.167Z Compiling progenitor-client v0.10.0
16582026-06-05T21:22:05.267Z Compiling backoff v0.4.0
16592026-06-05T21:22:05.441Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16602026-06-05T21:22:05.474Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16612026-06-05T21:22:06.030Z Compiling anstyle-query v1.1.5
16622026-06-05T21:22:06.057Z Compiling is_terminal_polyfill v1.70.2
16632026-06-05T21:22:06.149Z Compiling anstyle v1.0.14
16642026-06-05T21:22:06.372Z Compiling colorchoice v1.0.5
16652026-06-05T21:22:06.457Z Compiling anstream v1.0.0
16662026-06-05T21:22:06.818Z Compiling clap_lex v1.1.0
16672026-06-05T21:22:07.101Z Compiling regress v0.11.1
16682026-06-05T21:22:07.158Z Compiling clap_derive v4.6.1
16692026-06-05T21:22:07.591Z Compiling terminal_size v0.4.4
16702026-06-05T21:22:08.607Z Compiling typify-impl v0.6.2
16712026-06-05T21:22:08.828Z Compiling toml_datetime v0.6.11
16722026-06-05T21:22:08.929Z Compiling zerocopy-derive v0.7.35
16732026-06-05T21:22:09.097Z Compiling cpufeatures v0.2.17
16742026-06-05T21:22:09.127Z Compiling convert_case v0.4.0
16752026-06-05T21:22:09.332Z Compiling clap_builder v4.6.0
16762026-06-05T21:22:09.419Z Compiling derive_more v0.99.20
16772026-06-05T21:22:09.834Z Compiling zerocopy v0.7.35
16782026-06-05T21:22:10.546Z Compiling toml_edit v0.25.12+spec-1.1.0
16792026-06-05T21:22:11.084Z Compiling unicode-width v0.2.2
16802026-06-05T21:22:11.363Z Compiling proc-macro-crate v3.5.0
16812026-06-05T21:22:11.606Z Compiling clap v4.6.1
16822026-06-05T21:22:11.716Z Compiling secrecy v0.10.3
16832026-06-05T21:22:11.866Z Compiling float-ord v0.3.2
16842026-06-05T21:22:11.981Z Compiling tinyvec_macros v0.1.1
16852026-06-05T21:22:12.051Z Compiling crucible-workspace-hack v0.1.0
16862026-06-05T21:22:12.067Z Compiling tinyvec v1.11.0
16872026-06-05T21:22:12.125Z Compiling num_enum_derive v0.7.6
16882026-06-05T21:22:12.625Z Compiling dtrace-parser v0.2.0
16892026-06-05T21:22:12.727Z Compiling scroll_derive v0.12.1
16902026-06-05T21:22:12.748Z Compiling num-integer v0.1.46
16912026-06-05T21:22:12.993Z Compiling rustc_version v0.4.1
16922026-06-05T21:22:13.068Z Compiling usdt-impl v0.5.0
16932026-06-05T21:22:13.264Z Compiling curve25519-dalek v4.1.3
16942026-06-05T21:22:13.433Z Compiling num_enum v0.7.6
16952026-06-05T21:22:13.450Z Compiling scroll v0.12.0
16962026-06-05T21:22:13.582Z Compiling dof v0.3.0
16972026-06-05T21:22:13.714Z Compiling hmac v0.12.1
16982026-06-05T21:22:13.739Z Compiling inout v0.1.4
16992026-06-05T21:22:13.848Z Compiling darling_core v0.21.3
17002026-06-05T21:22:13.882Z Compiling ff v0.13.1
17012026-06-05T21:22:13.998Z Compiling thread-id v4.2.2
17022026-06-05T21:22:14.009Z Compiling group v0.13.0
17032026-06-05T21:22:14.028Z Compiling cipher v0.4.4
17042026-06-05T21:22:14.216Z Compiling hkdf v0.12.4
17052026-06-05T21:22:14.359Z Compiling goblin v0.8.2
17062026-06-05T21:22:14.589Z Compiling num-iter v0.1.45
17072026-06-05T21:22:14.705Z Compiling num-rational v0.4.2
17082026-06-05T21:22:14.840Z Compiling thiserror-impl-no-std v2.0.2
17092026-06-05T21:22:14.922Z Compiling universal-hash v0.5.1
17102026-06-05T21:22:14.960Z Compiling typify-macro v0.6.2
17112026-06-05T21:22:14.986Z Compiling crypto-bigint v0.5.5
17122026-06-05T21:22:15.048Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17132026-06-05T21:22:15.398Z Compiling crossbeam-epoch v0.9.18
17142026-06-05T21:22:15.765Z Compiling half v2.7.1
17152026-06-05T21:22:15.848Z Compiling curve25519-dalek-derive v0.1.1
17162026-06-05T21:22:15.980Z Compiling darling_macro v0.21.3
17172026-06-05T21:22:15.996Z Compiling num-complex v0.4.6
17182026-06-05T21:22:16.345Z Compiling base16ct v0.2.0
17192026-06-05T21:22:16.378Z Compiling ciborium-io v0.2.2
17202026-06-05T21:22:16.471Z Compiling opaque-debug v0.3.1
17212026-06-05T21:22:16.494Z Compiling base64ct v1.8.3
17222026-06-05T21:22:16.505Z Compiling elliptic-curve v0.13.8
17232026-06-05T21:22:16.537Z Compiling poly1305 v0.8.0
17242026-06-05T21:22:16.579Z Compiling darling v0.21.3
17252026-06-05T21:22:16.767Z Compiling password-hash v0.5.0
17262026-06-05T21:22:16.788Z Compiling ciborium-ll v0.2.2
17272026-06-05T21:22:17.034Z Compiling typify v0.6.2
17282026-06-05T21:22:17.100Z Compiling num v0.4.3
17292026-06-05T21:22:17.195Z Compiling thiserror-no-std v2.0.2
17302026-06-05T21:22:17.515Z Compiling chacha20 v0.9.1
17312026-06-05T21:22:17.674Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17322026-06-05T21:22:17.729Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17332026-06-05T21:22:18.133Z Compiling blake2 v0.10.6
17342026-06-05T21:22:18.401Z Compiling aead v0.5.2
17352026-06-05T21:22:18.413Z Compiling byte-wrapper v0.1.0
17362026-06-05T21:22:18.564Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17372026-06-05T21:22:18.594Z Compiling proc-macro-error-attr v1.0.4
17382026-06-05T21:22:18.885Z Compiling unsafe-libyaml v0.2.11
17392026-06-05T21:22:18.917Z Compiling heapless v0.8.0
17402026-06-05T21:22:18.921Z Compiling prettyplease v0.2.37
17412026-06-05T21:22:19.176Z Compiling keccak v0.1.6
17422026-06-05T21:22:19.233Z Compiling rustix v0.38.44
17432026-06-05T21:22:19.411Z Compiling serde_yaml v0.9.34+deprecated
17442026-06-05T21:22:19.646Z Compiling sha3 v0.10.9
17452026-06-05T21:22:20.040Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17462026-06-05T21:22:20.643Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17472026-06-05T21:22:20.694Z Compiling chacha20poly1305 v0.10.1
17482026-06-05T21:22:20.724Z Compiling argon2 v0.5.3
17492026-06-05T21:22:21.040Z Compiling vsss-rs v3.3.4
17502026-06-05T21:22:21.081Z Compiling ciborium v0.2.2
17512026-06-05T21:22:21.125Z Compiling ingot-macros v0.1.1
17522026-06-05T21:22:21.660Z Compiling usdt-macro v0.5.0
17532026-06-05T21:22:21.816Z Compiling usdt-attr-macro v0.5.0
17542026-06-05T21:22:22.955Z Compiling serde_spanned v0.6.9
17552026-06-05T21:22:23.100Z Compiling enum-as-inner v0.6.1
17562026-06-05T21:22:23.250Z Compiling hash32 v0.3.1
17572026-06-05T21:22:23.273Z Compiling proc-macro-error v1.0.4
17582026-06-05T21:22:23.403Z Compiling memmap v0.7.0
17592026-06-05T21:22:23.517Z Compiling memoffset v0.9.1
17602026-06-05T21:22:23.590Z Compiling data-encoding v2.11.0
17612026-06-05T21:22:23.622Z Compiling cfg_aliases v0.2.1
17622026-06-05T21:22:23.682Z Compiling toml_write v0.1.2
17632026-06-05T21:22:23.693Z Compiling winnow v0.5.40
17642026-06-05T21:22:23.763Z Compiling winnow v0.7.15
17652026-06-05T21:22:23.839Z Compiling smoltcp v0.11.0
17662026-06-05T21:22:23.852Z Compiling indent_write v2.2.0
17672026-06-05T21:22:23.877Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17682026-06-05T21:22:24.021Z Compiling ingot-types v0.1.2
17692026-06-05T21:22:24.159Z Compiling nix v0.31.3
17702026-06-05T21:22:24.242Z Compiling usdt v0.5.0
17712026-06-05T21:22:24.430Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17722026-06-05T21:22:24.460Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17732026-06-05T21:22:24.515Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17742026-06-05T21:22:24.780Z Compiling tabwriter v1.4.1
17752026-06-05T21:22:24.973Z Compiling cobs v0.3.0
17762026-06-05T21:22:25.061Z Compiling toml_edit v0.19.15
17772026-06-05T21:22:25.071Z Compiling serde_repr v0.1.20
17782026-06-05T21:22:25.116Z Compiling pkg-config v0.3.33
17792026-06-05T21:22:25.175Z Compiling toml_edit v0.22.27
17802026-06-05T21:22:25.539Z Compiling managed v0.8.0
17812026-06-05T21:22:25.569Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17822026-06-05T21:22:25.692Z Compiling bitflags v1.3.2
17832026-06-05T21:22:25.757Z Compiling vcpkg v0.2.15
17842026-06-05T21:22:25.817Z Compiling postcard v1.1.3
17852026-06-05T21:22:26.329Z Compiling rustls-webpki v0.103.13
17862026-06-05T21:22:26.559Z Compiling openssl-sys v0.9.116
17872026-06-05T21:22:27.114Z Compiling toml v0.8.23
17882026-06-05T21:22:27.360Z Compiling proc-macro-crate v1.3.1
17892026-06-05T21:22:27.688Z Compiling ingot v0.1.1
17902026-06-05T21:22:27.785Z Compiling hubpack_derive v0.1.1
17912026-06-05T21:22:27.870Z Compiling foreign-types-macros v0.2.3
17922026-06-05T21:22:28.339Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17932026-06-05T21:22:28.444Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17942026-06-05T21:22:28.455Z Compiling rayon-core v1.13.0
17952026-06-05T21:22:28.487Z Compiling linked-hash-map v0.5.6
17962026-06-05T21:22:28.647Z Compiling semver v0.1.20
17972026-06-05T21:22:28.668Z Compiling unicode-segmentation v1.13.3
17982026-06-05T21:22:28.679Z Compiling heck v0.4.1
17992026-06-05T21:22:28.683Z Compiling static_assertions v1.1.0
18002026-06-05T21:22:28.758Z Compiling swrite v0.1.0
18012026-06-05T21:22:28.852Z Compiling resolv-conf v0.7.6
18022026-06-05T21:22:28.875Z Compiling foreign-types-shared v0.3.1
18032026-06-05T21:22:28.904Z Compiling colored v3.1.1
18042026-06-05T21:22:28.966Z Compiling foreign-types v0.5.0
18052026-06-05T21:22:29.046Z Compiling newline-converter v0.3.0
18062026-06-05T21:22:29.159Z Compiling rustc_version v0.1.7
18072026-06-05T21:22:29.230Z Compiling lru-cache v0.1.2
18082026-06-05T21:22:29.241Z Compiling hubpack v0.1.2
18092026-06-05T21:22:29.352Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18102026-06-05T21:22:29.355Z Compiling num_enum_derive v0.5.11
18112026-06-05T21:22:29.562Z Compiling atomicwrites v0.4.4
18122026-06-05T21:22:29.644Z Compiling tokio-rustls v0.26.4
18132026-06-05T21:22:29.759Z Compiling rustls-platform-verifier v0.7.0
18142026-06-05T21:22:29.955Z Compiling hyper-rustls v0.27.9
18152026-06-05T21:22:30.253Z Compiling reqwest v0.13.4
18162026-06-05T21:22:30.795Z Compiling hickory-proto v0.24.4
18172026-06-05T21:22:31.614Z Compiling progenitor-client v0.14.0
18182026-06-05T21:22:31.916Z Compiling progenitor-extras v0.2.0
18192026-06-05T21:22:32.493Z Compiling progenitor-impl v0.13.0
18202026-06-05T21:22:32.695Z Compiling crossbeam-deque v0.8.6
18212026-06-05T21:22:32.896Z Compiling console v0.15.11
18222026-06-05T21:22:33.045Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-06-05T21:22:34.107Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18242026-06-05T21:22:34.520Z Compiling camino-tempfile v1.4.1
18252026-06-05T21:22:34.635Z Compiling chacha20 v0.10.0
18262026-06-05T21:22:34.770Z Compiling serde-big-array v0.5.1
18272026-06-05T21:22:34.838Z Compiling num-derive v0.4.2
18282026-06-05T21:22:34.945Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18292026-06-05T21:22:34.956Z Compiling pin-project-internal v1.1.13
18302026-06-05T21:22:35.495Z Compiling derive-where v1.6.1
18312026-06-05T21:22:35.863Z Compiling cstr-argument v0.1.2
18322026-06-05T21:22:36.033Z Compiling similar v2.7.0
18332026-06-05T21:22:36.098Z Compiling minimal-lexical v0.2.1
18342026-06-05T21:22:36.101Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18352026-06-05T21:22:36.337Z Compiling siphasher v1.0.3
18362026-06-05T21:22:36.388Z Compiling nom v7.1.3
18372026-06-05T21:22:36.539Z Compiling phf_shared v0.12.1
18382026-06-05T21:22:36.721Z Compiling expectorate v1.2.0
18392026-06-05T21:22:36.784Z Compiling progenitor-macro v0.13.0
18402026-06-05T21:22:36.876Z Compiling pin-project v1.1.13
18412026-06-05T21:22:36.951Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18422026-06-05T21:22:36.975Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18432026-06-05T21:22:37.217Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-05T21:22:37.385Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-05T21:22:37.456Z Compiling rand v0.10.1
18462026-06-05T21:22:38.135Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18472026-06-05T21:22:39.031Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-05T21:22:39.225Z Compiling hickory-resolver v0.24.4
18492026-06-05T21:22:39.292Z Compiling progenitor-client v0.13.0
18502026-06-05T21:22:39.720Z Compiling num_enum v0.5.11
18512026-06-05T21:22:39.884Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-06-05T21:22:39.906Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18532026-06-05T21:22:39.918Z Compiling newtype_derive v0.1.6
18542026-06-05T21:22:40.279Z Compiling progenitor-impl v0.14.0
18552026-06-05T21:22:40.788Z Compiling unicode-normalization v0.1.25
18562026-06-05T21:22:41.281Z Compiling tokio-stream v0.1.18
18572026-06-05T21:22:41.540Z Compiling async-recursion v1.1.1
18582026-06-05T21:22:41.589Z Compiling snafu-derive v0.8.9
18592026-06-05T21:22:41.756Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18602026-06-05T21:22:41.885Z Compiling slog-dtrace v0.3.0
18612026-06-05T21:22:41.919Z Compiling bstr v1.12.1
18622026-06-05T21:22:42.061Z Compiling csv-core v0.1.13
18632026-06-05T21:22:42.133Z Compiling unicode-width v0.1.14
18642026-06-05T21:22:42.246Z Compiling chrono-tz v0.10.4
18652026-06-05T21:22:42.328Z Compiling highway v1.3.0
18662026-06-05T21:22:42.411Z Compiling foreign-types-shared v0.1.1
18672026-06-05T21:22:42.423Z Compiling foldhash v0.1.5
18682026-06-05T21:22:42.481Z Compiling owo-colors v4.3.0
18692026-06-05T21:22:42.502Z Compiling same-file v1.0.6
18702026-06-05T21:22:42.603Z Compiling cancel-safe-futures v0.1.5
18712026-06-05T21:22:42.681Z Compiling unicode-xid v0.2.6
18722026-06-05T21:22:42.723Z Compiling openssl v0.10.80
18732026-06-05T21:22:42.804Z Compiling konst_macro_rules v0.2.19
18742026-06-05T21:22:42.881Z Compiling const_format_proc_macros v0.2.34
18752026-06-05T21:22:42.890Z Compiling walkdir v2.5.0
18762026-06-05T21:22:42.986Z Compiling konst v0.2.20
18772026-06-05T21:22:43.027Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-05T21:22:43.225Z Compiling hashbrown v0.15.5
18792026-06-05T21:22:43.263Z Compiling foreign-types v0.3.2
18802026-06-05T21:22:43.314Z Compiling snafu v0.8.9
18812026-06-05T21:22:43.336Z Compiling globset v0.4.18
18822026-06-05T21:22:43.695Z Compiling csv v1.4.0
18832026-06-05T21:22:43.761Z Compiling progenitor v0.13.0
18842026-06-05T21:22:43.771Z Compiling qorb v0.4.1
18852026-06-05T21:22:43.808Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-06-05T21:22:43.878Z Compiling progenitor-macro v0.14.0
18872026-06-05T21:22:43.894Z Compiling olpc-cjson v0.1.4
18882026-06-05T21:22:44.249Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18892026-06-05T21:22:44.600Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-06-05T21:22:44.972Z Compiling rayon v1.12.0
18912026-06-05T21:22:45.765Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-05T21:22:45.777Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-06-05T21:22:45.997Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18942026-06-05T21:22:46.334Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-05T21:22:46.776Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-05T21:22:46.963Z Compiling phf v0.12.1
18972026-06-05T21:22:47.381Z Compiling zone_cfg_derive v0.3.1
18982026-06-05T21:22:47.520Z Compiling tokio-dtrace v0.1.1
18992026-06-05T21:22:47.788Z Compiling itertools v0.12.1
19002026-06-05T21:22:48.089Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19012026-06-05T21:22:48.274Z Compiling libsw-core v0.3.2
19022026-06-05T21:22:48.296Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-06-05T21:22:48.452Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19042026-06-05T21:22:48.848Z Compiling serde_plain v1.0.2
19052026-06-05T21:22:48.911Z Compiling openssl-macros v0.1.1
19062026-06-05T21:22:49.030Z Compiling pem v3.0.6
19072026-06-05T21:22:49.040Z Compiling cookie v0.18.1
19082026-06-05T21:22:49.053Z Compiling sigpipe v0.1.3
19092026-06-05T21:22:49.073Z Compiling glob v0.3.3
19102026-06-05T21:22:49.139Z Compiling fixedbitset v0.5.7
19112026-06-05T21:22:49.279Z Compiling typed-path v0.9.3
19122026-06-05T21:22:49.410Z Compiling jiff v0.2.28
19132026-06-05T21:22:49.420Z Compiling bytecount v0.6.9
19142026-06-05T21:22:49.481Z Compiling fixedbitset v0.4.2
19152026-06-05T21:22:49.520Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-05T21:22:49.562Z Compiling papergrid v0.11.0
19172026-06-05T21:22:49.718Z Compiling petgraph v0.6.5
19182026-06-05T21:22:50.659Z Compiling tough v0.22.0
19192026-06-05T21:22:50.945Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-06-05T21:22:50.997Z Compiling petgraph v0.8.3
19212026-06-05T21:22:51.211Z Compiling progenitor v0.14.0
19222026-06-05T21:22:51.305Z Compiling zone v0.3.1
19232026-06-05T21:22:51.347Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19242026-06-05T21:22:51.398Z Compiling libsw v3.5.0
19252026-06-05T21:22:51.408Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19262026-06-05T21:22:51.564Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-06-05T21:22:51.645Z Compiling oxide-tokio-rt v0.1.6
19282026-06-05T21:22:51.755Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19292026-06-05T21:22:51.953Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19302026-06-05T21:22:52.093Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-06-05T21:22:52.870Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19322026-06-05T21:22:53.113Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19332026-06-05T21:22:53.148Z Compiling const_format v0.2.36
19342026-06-05T21:22:53.478Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19352026-06-05T21:22:53.582Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-06-05T21:22:53.889Z Compiling tabled_derive v0.7.0
19372026-06-05T21:22:53.997Z Compiling gethostname v0.5.0
19382026-06-05T21:22:54.123Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19392026-06-05T21:22:54.163Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19402026-06-05T21:22:54.173Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19412026-06-05T21:22:54.240Z Compiling bcs v0.1.6
19422026-06-05T21:22:54.283Z Compiling smf v0.2.3
19432026-06-05T21:22:54.295Z Compiling nom v8.0.0
19442026-06-05T21:22:54.560Z Compiling unicode-linebreak v0.1.5
19452026-06-05T21:22:54.811Z Compiling linear-map v1.2.0
19462026-06-05T21:22:54.890Z Compiling tagptr v0.2.0
19472026-06-05T21:22:54.981Z Compiling smawk v0.3.2
19482026-06-05T21:22:55.047Z Compiling lazy_static v1.5.0
19492026-06-05T21:22:55.059Z Compiling termtree v0.5.1
19502026-06-05T21:22:55.121Z Compiling whoami v1.6.1
19512026-06-05T21:22:55.149Z Compiling steno v0.4.1
19522026-06-05T21:22:55.160Z Compiling textwrap v0.16.2
19532026-06-05T21:22:55.212Z Compiling moka v0.12.15
19542026-06-05T21:22:55.439Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19552026-06-05T21:22:55.700Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19562026-06-05T21:22:56.019Z Compiling tabled v0.15.0
19572026-06-05T21:22:56.669Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19582026-06-05T21:22:56.795Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19592026-06-05T21:22:57.464Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19602026-06-05T21:22:58.300Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19612026-06-05T21:22:58.441Z Compiling hickory-proto v0.25.2
19622026-06-05T21:22:58.743Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19632026-06-05T21:22:59.235Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19642026-06-05T21:22:59.569Z Compiling parking_lot_core v0.8.6
19652026-06-05T21:22:59.734Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19662026-06-05T21:22:59.915Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19672026-06-05T21:23:00.313Z Compiling libscf-sys v1.2.0
19682026-06-05T21:23:00.449Z Compiling hickory-resolver v0.25.2
19692026-06-05T21:23:00.463Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19702026-06-05T21:23:00.614Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19712026-06-05T21:23:00.653Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19722026-06-05T21:23:01.010Z Compiling parking_lot v0.11.2
19732026-06-05T21:23:01.045Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19742026-06-05T21:23:01.100Z Compiling fxhash v0.2.1
19752026-06-05T21:23:01.242Z Compiling internet-checksum v0.2.1
19762026-06-05T21:23:01.291Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19772026-06-05T21:23:01.384Z Compiling sled v0.34.7
19782026-06-05T21:23:01.426Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19792026-06-05T21:23:01.506Z Compiling diff v0.1.13
19802026-06-05T21:23:01.810Z Compiling yansi v1.0.1
19812026-06-05T21:23:02.139Z Compiling pretty_assertions v1.4.1
19822026-06-05T21:23:03.520Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19832026-06-05T21:23:05.501Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-06-05T21:23:13.152Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-06-05T21:23:14.748Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-06-05T21:23:15.780Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19872026-06-05T21:23:16.732Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19882026-06-05T21:23:17.558Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19892026-06-05T21:23:18.686Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19902026-06-05T21:23:40.351Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19912026-06-05T21:23:40.532Z────────────
19922026-06-05T21:23:40.532Z Nextest run ID c883ba7a-1357-4b09-abde-40c4cafffe90 with nextest profile: default
19932026-06-05T21:23:40.532Z Starting 6 tests across 3 binaries
19942026-06-05T21:23:40.535Z START bfd test::test_new_daemon
19952026-06-05T21:23:40.538Z
19962026-06-05T21:23:40.538Zrunning 1 test
19972026-06-05T21:23:40.575Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40,"time":"2026-06-05T21:23:39.117713616Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4782,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19982026-06-05T21:23:40.575Z{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok,
19992026-06-05T21:23:40.575Z"time":"2026-06-05T21:23:39.11794341Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4782,"peer":
20002026-06-05T21:23:40.576Ztest result: "2001:db8::10"ok,"state":"Down","unit":"session","module":"state_machine","component":"bfd". 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out}
20012026-06-05T21:23:40.578Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50; finished in 0.04s,"
20022026-06-05T21:23:40.578Z
20032026-06-05T21:23:40.578Ztime":"2026-06-05T21:23:39.117973666Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4782,"error":"channel is empty and sending half is closed","peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
20042026-06-05T21:23:40.581Z PASS [ 0.048s] bfd test::test_new_daemon
20052026-06-05T21:23:40.581Z START bfd test::test_protocol_basics
20062026-06-05T21:23:40.587Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-06-05T21:23:39.118047208Z","hostname":"
20072026-06-05T21:23:40.587Zrunning 1 test
20082026-06-05T21:23:40.628Z{{""msg"msg"::""recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3022365771, 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: 1424743230, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":0,"name":"slog-rs"0,"name":"slog-rs","level","level"::1010,","time"time"::""2026-06-05T21:23:39.170182633Z"2026-06-05T21:23:39.170182603Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY",,""pidpid""::47834783,,""peerpeer"":":"2001:db8::10"2001:db8::20",","state":state"":"Down"Down",,""unit"unit"::""sessionsession"",,""module"module:"":"state_machine"state_machine",","component":component"":"bfd"bfd"}
20092026-06-05T21:23:40.628Z}
20102026-06-05T21:23:40.628Z{"msg":"{"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3242567429, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3853071792, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }level"":,"v"10:0,"name":"slog-rs","level":10,"time":"2026-06-05T21:23:39.170414806Z",","hostname"time:":""w-01KTCTBDBNFVFBE2KN6G0CD1MY"2026-06-05T21:23:39.170416166Z,""pid":,"4783hostname",:""peer":"203.0.113.10"w-01KTCTBDBNFVFBE2KN6G0CD1MY",","state"pid:"":Down"4783,"unit":","sessionpeer"",:""module":"203.0.113.20","state_machine"state",":"Downcomponent"",:""bfd"unit"}:
20112026-06-05T21:23:40.628Z"session","{module":""msg":"state_machine","transition -> Init"component":,""vbfd"":0},"
20122026-06-05T21:23:40.631Zname":"slog-rs","{level":"30msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-06-05T21:23:39.170436944Z","hostname":","time":w-01KTCTBDBNFVFBE2KN6G0CD1MY"","pid":4783,"2026-06-05T21:23:39.170438953Z"peer,":""hostname"203.0.113.10":","state":"Down","w-01KTCTBDBNFVFBE2KN6G0CD1MY"unit",:""pid"session:"4783,"module",:""peer":"state_machine","203.0.113.20","component":"bfdstate"":"}
20132026-06-05T21:23:40.631ZDown","unit":"{session"","msg":"module":"transition -> Init"state_machine,"",v"":0,"component":"name"bfd:""}
20142026-06-05T21:23:40.631Zslog-rs","level":{30"msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-06-05T21:23:39.170457031Z","hostname":","w-01KTCTBDBNFVFBE2KN6G0CD1MY"time,"":"pid":4783,"peer":"2026-06-05T21:23:39.170459081Z","2001:db8::10","hostname":"state":"Down","unit":"w-01KTCTBDBNFVFBE2KN6G0CD1MY"session",,""pid":module":"4783state_machine",,""peer":"component":"bfd"}2001:db8::20
20152026-06-05T21:23:40.631Z","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
20162026-06-05T21:23:41.626Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3853071792, your_discriminator: 3242567429, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-05T21:23:40.167665707Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
20172026-06-05T21:23:41.626Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3022365771, your_discriminator: 1424743230, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-05T21:23:40.167720621Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
20182026-06-05T21:23:41.627Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-05T21:23:40.167733119Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
20192026-06-05T21:23:41.627Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-05T21:23:40.167745178Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
20202026-06-05T21:23:41.630Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3242567429, your_discriminator: 3853071792, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-05T21:23:40.170020116Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
20212026-06-05T21:23:41.631Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-05T21:23:40.170040064Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
20222026-06-05T21:23:41.631Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1424743230, your_discriminator: 3022365771, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-05T21:23:40.170058552Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
20232026-06-05T21:23:41.631Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-05T21:23:40.170070901Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
20242026-06-05T21:23:46.627Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3853071792, your_discriminator: 3242567429, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-05T21:23:45.167741623Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
20252026-06-05T21:23:46.627Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3022365771, your_discriminator: 1424743230, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-05T21:23:45.167801987Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
20262026-06-05T21:23:46.630Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3242567429, your_discriminator: 3853071792, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-05T21:23:45.170064506Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
20272026-06-05T21:23:46.630Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1424743230, your_discriminator: 3022365771, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-05T21:23:45.170092443Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
20282026-06-05T21:23:50.629Z{"msg":"dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":40,"time":"2026-06-05T21:23:49.17012078Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
20292026-06-05T21:23:50.629Z{"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40,"time":"2026-06-05T21:23:49.170177323Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
20302026-06-05T21:23:50.632Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-06-05T21:23:49.170242946Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
20312026-06-05T21:23:50.632Z{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,"time":"2026-06-05T21:23:49.170271563Z","hostname":"w-01KTCTBDBNFVFBE2KN6G0CD1MY","pid":4783,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
20322026-06-05T21:23:50.632Ztest test::test_protocol_basics ... ok
20332026-06-05T21:23:50.632Z
20342026-06-05T21:23:50.632Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
20352026-06-05T21:23:50.632Z
20362026-06-05T21:23:50.638Z PASS [ 10.056s] bfd test::test_protocol_basics
20372026-06-05T21:23:50.638Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20382026-06-05T21:23:50.643Z
20392026-06-05T21:23:50.643Zrunning 1 test
20402026-06-05T21:23:50.645Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
20412026-06-05T21:23:50.645Z
20422026-06-05T21:23:50.645Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
20432026-06-05T21:23:50.645Z
20442026-06-05T21:23:50.645Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20452026-06-05T21:23:50.645Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20462026-06-05T21:23:50.650Z
20472026-06-05T21:23:50.650Zrunning 1 test
20482026-06-05T21:23:50.650Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
20492026-06-05T21:23:50.650Z
20502026-06-05T21:23:50.650Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
20512026-06-05T21:23:50.651Z
20522026-06-05T21:23:50.651Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20532026-06-05T21:23:50.651Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20542026-06-05T21:23:50.658Z
20552026-06-05T21:23:50.658Zrunning 1 test
20562026-06-05T21:23:50.658Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
20572026-06-05T21:23:50.658Z
20582026-06-05T21:23:50.658Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
20592026-06-05T21:23:50.658Z
20602026-06-05T21:23:50.658Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20612026-06-05T21:23:50.658Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20622026-06-05T21:23:50.662Z
20632026-06-05T21:23:50.662Zrunning 1 test
20642026-06-05T21:23:50.663Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
20652026-06-05T21:23:50.663Z
20662026-06-05T21:23:50.663Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s
20672026-06-05T21:23:50.663Z
20682026-06-05T21:23:50.663Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20692026-06-05T21:23:50.663Z────────────
20702026-06-05T21:23:50.663Z Summary [ 10.125s] 6 tests run: 6 passed, 0 skipped
20712026-06-05T21:23:50.670Zprocess exited: duration 325180 ms, exit code 0
 
20722026-06-05T21:23:50.676Zfound 0 output files