01KZDBVRZ6RH5XKVYBBX58R15H: 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: 01KZDBW7K0JPG6WKFJNP9BYZ82

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T05:42:58.586Zjob assigned to worker 01KZDBWPSFQ97TR35J1JXYJ23K [factory aws, i-0604283d5efcfe563] (queued for 58 s)
 
22026-08-07T05:43:04.935Zstarting task 0: "setup"
32026-08-07T05:43:04.940Z++ uname -s
42026-08-07T05:43:04.943Z+ kern=SunOS
52026-08-07T05:43:04.943Z+ build_user=build
62026-08-07T05:43:04.943Z+ build_uid=12345
72026-08-07T05:43:04.943Z+ work_dir=/work
82026-08-07T05:43:04.943Z+ input_dir=/input
92026-08-07T05:43:04.944Z+ [[ 0 == 12345 ]]
102026-08-07T05:43:04.944Z+ case "$kern" in
112026-08-07T05:43:04.944Z+ groupadd -g 12345 build
122026-08-07T05:43:04.944Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T05:43:06.950Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T05:43:07.026Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T05:43:07.030Z+ home_fs=zfs
162026-08-07T05:43:07.030Z+ [[ zfs == autofs ]]
172026-08-07T05:43:07.030Z+ mkdir -p /home/build
182026-08-07T05:43:07.030Z+ chown build:build /home/build /work
192026-08-07T05:43:08.030Z+ chmod 0700 /home/build /work
202026-08-07T05:43:08.033Zprocess exited: duration 3099 ms, exit code 0
 
212026-08-07T05:43:08.041Zstarting task 1: "rust-toolchain"
222026-08-07T05:43:08.045Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T05:43:08.045Z * rust toolchain channel = "stable"
242026-08-07T05:43:08.048Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-07T05:43:08.048Z * rust toolchain profile = "default"
262026-08-07T05:43:08.049Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T05:43:08.049Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T05:43:08.049Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T05:43:08.049Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T05:43:08.143Zinfo: downloading installer
312026-08-07T05:43:09.493Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T05:43:09.494Zwarn: /opt/ooce/bin
332026-08-07T05:43:09.494Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T05:43:09.494Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T05:43:09.494Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T05:43:09.494Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T05:43:09.494Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T05:43:09.494Zerror: cannot install while Rust is installed
392026-08-07T05:43:09.494Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T05:43:09.494Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T05:43:09.494Zwarn: /home/build/.rustup/settings.toml
422026-08-07T05:43:09.494Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T05:43:09.494Zwarn: instead of the one inferred from the default host triple.
442026-08-07T05:43:09.507Zinfo: profile set to default
452026-08-07T05:43:09.507Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T05:43:09.511Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T05:43:09.632Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T05:43:09.636Zinfo: downloading 6 components
492026-08-07T05:43:24.082Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T05:43:24.082Z
512026-08-07T05:43:24.111Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T05:43:24.111Z
532026-08-07T05:43:24.111Z
542026-08-07T05:43:24.111ZRust is installed now. Great!
552026-08-07T05:43:24.111Z
562026-08-07T05:43:24.114ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T05:43:24.114Zenvironment variable. This has not been done automatically.
582026-08-07T05:43:24.114Z
592026-08-07T05:43:24.114ZTo configure your current shell, you need to source
602026-08-07T05:43:24.114Zthe corresponding env file under $HOME/.cargo.
612026-08-07T05:43:24.114Z
622026-08-07T05:43:24.114ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T05:43:24.114Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T05:43:24.114Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T05:43:24.114Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T05:43:24.114Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T05:43:24.114Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T05:43:24.114Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T05:43:24.114Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T05:43:24.114Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T05:43:24.204Z+ rustup --version
722026-08-07T05:43:24.212Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T05:43:24.215Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T05:43:24.233Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T05:43:24.236Z+ cargo --version
762026-08-07T05:43:24.251Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T05:43:24.254Z+ rustc --version
782026-08-07T05:43:24.272Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T05:43:24.275Zprocess exited: duration 16232 ms, exit code 0
 
802026-08-07T05:43:24.281Zstarting task 2: "authentication"
812026-08-07T05:43:24.297Zprocess exited: duration 15 ms, exit code 0
 
822026-08-07T05:43:24.306Zstarting task 3: "clone repository"
832026-08-07T05:43:24.309Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T05:43:24.309Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T05:43:24.345ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T05:43:25.904Z+ cd /work/oxidecomputer/maghemite
872026-08-07T05:43:25.904Z+ git fetch origin f74e74694b2df8c88c862b6e32409898ad85ded5
882026-08-07T05:43:26.302ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T05:43:26.302Z * branch f74e74694b2df8c88c862b6e32409898ad85ded5 -> FETCH_HEAD
902026-08-07T05:43:26.308Z+ [[ -n zl/ddm-mcast ]]
912026-08-07T05:43:26.311Z++ git branch --show-current
922026-08-07T05:43:26.311Z+ current=main
932026-08-07T05:43:26.311Z+ [[ main != zl/ddm-mcast ]]
942026-08-07T05:43:26.311Z+ git branch -f zl/ddm-mcast f74e74694b2df8c88c862b6e32409898ad85ded5
952026-08-07T05:43:26.314Z+ git checkout -f zl/ddm-mcast
962026-08-07T05:43:26.335ZSwitched to branch 'zl/ddm-mcast'
972026-08-07T05:43:26.339Z+ git reset --hard f74e74694b2df8c88c862b6e32409898ad85ded5
982026-08-07T05:43:26.345ZHEAD is now at f74e746 [deps] update dendrite mcast pin to 0d48b5a3
992026-08-07T05:43:26.348Zprocess exited: duration 2041 ms, exit code 0
 
1002026-08-07T05:43:26.355Zstarting task 4: "build"
1012026-08-07T05:43:26.359Z+ set -o errexit
1022026-08-07T05:43:26.359Z+ set -o pipefail
1032026-08-07T05:43:26.359Z+ source .github/buildomat/test-common.sh
1042026-08-07T05:43:26.359Z++ NEXTEST_VERSION=0.9.97
1052026-08-07T05:43:26.359Z++ PLATFORM=illumos
1062026-08-07T05:43:26.359Z++ banner install
1072026-08-07T05:43:26.362Z
1082026-08-07T05:43:26.362Z # # # #### ##### ## # #
1092026-08-07T05:43:26.362Z # ## # # # # # # #
1102026-08-07T05:43:26.362Z # # # # #### # # # # #
1112026-08-07T05:43:26.362Z # # # # # # ###### # #
1122026-08-07T05:43:26.362Z # # ## # # # # # # #
1132026-08-07T05:43:26.362Z # # # #### # # # ###### ######
1142026-08-07T05:43:26.362Z
1152026-08-07T05:43:26.362Z++ set +o errexit
1162026-08-07T05:43:26.362Z++ pkg info clang-15
1172026-08-07T05:43:26.365Z++ grep -qi installed
1182026-08-07T05:43:27.537Zpkg: info: no packages matching the following patterns you specified are
1192026-08-07T05:43:27.537Zinstalled on the system. Try querying remotely instead:
1202026-08-07T05:43:27.537Z
1212026-08-07T05:43:27.537Z clang-15
1222026-08-07T05:43:27.571Z++ [[ 1 != 0 ]]
1232026-08-07T05:43:27.571Z++ set -o errexit
1242026-08-07T05:43:27.574Z++ pfexec pkg install clang-15
1252026-08-07T05:43:38.168Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-08-07T05:43:45.810Z Startup: Caching catalogs ... Done
1272026-08-07T05:43:52.946ZPlanning: Solver setup ... Done
1282026-08-07T05:43:52.987ZPlanning: Running solver ... Done
1292026-08-07T05:43:53.128ZPlanning: Finding local manifests ... Done
1302026-08-07T05:43:53.147ZPlanning: Fetching manifests: 0/2 0% complete
1312026-08-07T05:43:53.242ZPlanning: Fetching manifests: 2/2 100% complete
1322026-08-07T05:43:53.271ZPlanning: Package planning ... Done
1332026-08-07T05:43:53.297ZPlanning: Merging actions ... Done
1342026-08-07T05:43:53.403ZPlanning: Checking for conflicting actions ... Done
1352026-08-07T05:43:53.410ZPlanning: Consolidating action changes ... Done
1362026-08-07T05:43:54.162ZPlanning: Evaluating mediators ... Done
1372026-08-07T05:43:54.168ZPlanning: Planning completed in 8.19 seconds
1382026-08-07T05:43:54.178Z Packages to install: 2
1392026-08-07T05:43:54.179Z Mediators to change: 2
1402026-08-07T05:43:54.182Z Services to change: 1
1412026-08-07T05:43:54.182Z Create boot environment: No
1422026-08-07T05:43:54.182ZCreate backup boot environment: No
1432026-08-07T05:43:54.218Z
1442026-08-07T05:43:54.219ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-08-07T05:44:00.659ZDownload: 979/3076 items 82.2/211.3MB 38% complete (24.1M/s)
1462026-08-07T05:44:22.517ZDownload: 981/3076 items 82.2/211.3MB 38% complete
1472026-08-07T05:44:27.518ZDownload: 1940/3076 items 117.5/211.3MB 55% complete (7.2M/s)
1482026-08-07T05:44:32.941ZDownload: 3072/3076 items 210.7/211.3MB 99% complete (13.8M/s)
1492026-08-07T05:44:32.978ZDownload: Completed 211.31 MB in 38.76 seconds (5.5M/s)
1502026-08-07T05:44:34.215Z Actions: 1/3418 actions (Installing new actions)
1512026-08-07T05:44:37.359Z Actions: Completed 3418 actions in 3.14 seconds.
1522026-08-07T05:44:37.994Z Done
1532026-08-07T05:44:37.994Z Done
1542026-08-07T05:44:38.727Z Done
1552026-08-07T05:44:42.102Z Done
1562026-08-07T05:44:42.171Z Done
1572026-08-07T05:44:42.174Z Done
1582026-08-07T05:44:42.455Z Done
1592026-08-07T05:44:43.119Z++ set -o errexit
1602026-08-07T05:44:43.119Z++ cargo --version
1612026-08-07T05:44:43.125Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1622026-08-07T05:44:43.282Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1632026-08-07T05:44:43.286Zinfo: downloading 6 components
1642026-08-07T05:44:58.689Zcargo 1.97.1 (c980f4866 2026-06-30)
1652026-08-07T05:44:58.692Z++ rustc --version
1662026-08-07T05:44:58.721Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1672026-08-07T05:44:58.725Z++ cargo install cargo-nextest --version 0.9.97
1682026-08-07T05:44:58.769Z Updating crates.io index
1692026-08-07T05:44:58.872Z Downloading crates ...
1702026-08-07T05:44:58.930Z Downloaded cargo-nextest v0.9.97
1712026-08-07T05:44:58.988Z Installing cargo-nextest v0.9.97
1722026-08-07T05:44:58.991Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1732026-08-07T05:44:58.991Z |
1742026-08-07T05:44:58.991Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1752026-08-07T05:44:58.991Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1762026-08-07T05:44:59.030Z Updating crates.io index
1772026-08-07T05:45:01.007Z Locking 396 packages to latest compatible versions
1782026-08-07T05:45:01.022Z Adding dialoguer v0.11.0 (available: v0.12.0)
1792026-08-07T05:45:01.026Z Adding duct v0.13.7 (available: v1.1.1)
1802026-08-07T05:45:01.026Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1812026-08-07T05:45:01.026Z Adding generic-array v0.14.7 (available: v0.14.9)
1822026-08-07T05:45:01.026Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1832026-08-07T05:45:01.026Z Adding itertools v0.14.0 (available: v0.15.0)
1842026-08-07T05:45:01.026Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1852026-08-07T05:45:01.026Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1862026-08-07T05:45:01.026Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1872026-08-07T05:45:01.026Z Adding quick-junit v0.5.2 (available: v0.7.0)
1882026-08-07T05:45:01.047Z Downloading crates ...
1892026-08-07T05:45:01.080Z Downloaded atomicwrites v0.4.4
1902026-08-07T05:45:01.086Z Downloaded adler2 v2.0.1
1912026-08-07T05:45:01.089Z Downloaded futures-macro v0.3.33
1922026-08-07T05:45:01.089Z Downloaded anstyle-query v1.1.5
1932026-08-07T05:45:01.089Z Downloaded document-features v0.2.12
1942026-08-07T05:45:01.089Z Downloaded errno v0.3.14
1952026-08-07T05:45:01.094Z Downloaded cargo-util-schemas v0.2.0
1962026-08-07T05:45:01.099Z Downloaded cargo_metadata v0.23.1
1972026-08-07T05:45:01.103Z Downloaded colorchoice v1.0.5
1982026-08-07T05:45:01.103Z Downloaded enable-ansi-support v0.2.1
1992026-08-07T05:45:01.103Z Downloaded filetime v0.2.29
2002026-08-07T05:45:01.107Z Downloaded addr2line v0.25.1
2012026-08-07T05:45:01.110Z Downloaded atomic-waker v1.1.2
2022026-08-07T05:45:01.110Z Downloaded cfg-if v1.0.4
2032026-08-07T05:45:01.110Z Downloaded ahash v0.8.12
2042026-08-07T05:45:01.114Z Downloaded camino-tempfile v1.4.1
2052026-08-07T05:45:01.117Z Downloaded async-scoped v0.9.0
2062026-08-07T05:45:01.117Z Downloaded cfg_aliases v0.2.2
2072026-08-07T05:45:01.118Z Downloaded ordered-float v2.10.1
2082026-08-07T05:45:01.118Z Downloaded block-buffer v0.10.4
2092026-08-07T05:45:01.121Z Downloaded owo-colors v4.3.0
2102026-08-07T05:45:01.124Z Downloaded futures-channel v0.3.33
2112026-08-07T05:45:01.124Z Downloaded guppy-workspace-hack v0.1.0
2122026-08-07T05:45:01.125Z Downloaded rustc_version v0.4.1
2132026-08-07T05:45:01.128Z Downloaded crc32fast v1.5.0
2142026-08-07T05:45:01.128Z Downloaded pathdiff v0.2.3
2152026-08-07T05:45:01.131Z Downloaded pin-project-lite v0.2.17
2162026-08-07T05:45:01.135Z Downloaded pkg-config v0.3.33
2172026-08-07T05:45:01.135Z Downloaded backtrace-ext v0.2.1
2182026-08-07T05:45:01.138Z Downloaded cargo-platform v0.3.3
2192026-08-07T05:45:01.138Z Downloaded anstream v1.0.0
2202026-08-07T05:45:01.138Z Downloaded clap_lex v1.1.0
2212026-08-07T05:45:01.138Z Downloaded os_pipe v1.2.3
2222026-08-07T05:45:01.138Z Downloaded percent-encoding v2.3.2
2232026-08-07T05:45:01.142Z Downloaded pkcs8 v0.10.2
2242026-08-07T05:45:01.142Z Downloaded base64ct v1.8.3
2252026-08-07T05:45:01.142Z Downloaded cfg-expr v0.20.8
2262026-08-07T05:45:01.148Z Downloaded scopeguard v1.2.0
2272026-08-07T05:45:01.151Z Downloaded cargo-platform v0.2.0
2282026-08-07T05:45:01.152Z Downloaded rand_pcg v0.10.2
2292026-08-07T05:45:01.152Z Downloaded anstyle v1.0.14
2302026-08-07T05:45:01.155Z Downloaded rustc-hash v2.1.3
2312026-08-07T05:45:01.159Z Downloaded curve25519-dalek-derive v0.1.1
2322026-08-07T05:45:01.159Z Downloaded openssl-sys v0.9.117
2332026-08-07T05:45:01.162Z Downloaded autocfg v1.5.1
2342026-08-07T05:45:01.162Z Downloaded cargo_metadata v0.20.0
2352026-08-07T05:45:01.170Z Downloaded self_update v0.42.0
2362026-08-07T05:45:01.174Z Downloaded futures-io v0.3.33
2372026-08-07T05:45:01.178Z Downloaded debug-ignore v1.0.5
2382026-08-07T05:45:01.182Z Downloaded futures-sink v0.3.33
2392026-08-07T05:45:01.182Z Downloaded cpufeatures v0.3.0
2402026-08-07T05:45:01.182Z Downloaded serde_spanned v1.1.1
2412026-08-07T05:45:01.186Z Downloaded anstyle-parse v1.0.0
2422026-08-07T05:45:01.192Z Downloaded quote v1.0.47
2432026-08-07T05:45:01.192Z Downloaded rand_core v0.6.4
2442026-08-07T05:45:01.197Z Downloaded serde-untagged v0.1.9
2452026-08-07T05:45:01.197Z Downloaded foreign-types v0.3.2
2462026-08-07T05:45:01.197Z Downloaded untrusted v0.9.0
2472026-08-07T05:45:01.197Z Downloaded equivalent v1.0.2
2482026-08-07T05:45:01.197Z Downloaded form_urlencoded v1.2.2
2492026-08-07T05:45:01.197Z Downloaded futures-task v0.3.33
2502026-08-07T05:45:01.197Z Downloaded cpufeatures v0.2.17
2512026-08-07T05:45:01.197Z Downloaded rand_core v0.10.1
2522026-08-07T05:45:01.202Z Downloaded serde_ignored v0.1.14
2532026-08-07T05:45:01.202Z Downloaded swrite v0.1.0
2542026-08-07T05:45:01.202Z Downloaded thread_local v1.1.10
2552026-08-07T05:45:01.207Z Downloaded foreign-types-shared v0.1.1
2562026-08-07T05:45:01.215Z Downloaded strip-ansi-escapes v0.2.1
2572026-08-07T05:45:01.215Z Downloaded serde-value v0.7.0
2582026-08-07T05:45:01.215Z Downloaded tracing-error v0.2.1
2592026-08-07T05:45:01.215Z Downloaded generic-array v0.14.7
2602026-08-07T05:45:01.215Z Downloaded crypto-common v0.1.7
2612026-08-07T05:45:01.226Z Downloaded quick-junit v0.5.2
2622026-08-07T05:45:01.235Z Downloaded semver v1.0.28
2632026-08-07T05:45:01.235Z Downloaded pin-project v1.1.13
2642026-08-07T05:45:01.235Z Downloaded tokio-macros v2.7.2
2652026-08-07T05:45:01.235Z Downloaded ed25519 v2.2.3
2662026-08-07T05:45:01.235Z Downloaded shared_child v1.1.1
2672026-08-07T05:45:01.235Z Downloaded supports-color v3.0.2
2682026-08-07T05:45:01.235Z Downloaded signal-hook-mio v0.2.5
2692026-08-07T05:45:01.235Z Downloaded serde_spanned v0.6.9
2702026-08-07T05:45:01.235Z Downloaded flate2 v1.1.9
2712026-08-07T05:45:01.242Z Downloaded subtle v2.6.1
2722026-08-07T05:45:01.246Z Downloaded unicode-linebreak v0.1.5
2732026-08-07T05:45:01.246Z Downloaded sync_wrapper v1.0.2
2742026-08-07T05:45:01.246Z Downloaded supports-hyperlinks v3.2.0
2752026-08-07T05:45:01.249Z Downloaded typeid v1.0.3
2762026-08-07T05:45:01.249Z Downloaded color-spantrace v0.3.0
2772026-08-07T05:45:01.249Z Downloaded hex v0.4.3
2782026-08-07T05:45:01.249Z Downloaded unicode-xid v0.2.6
2792026-08-07T05:45:01.249Z Downloaded home v0.5.12
2802026-08-07T05:45:01.249Z Downloaded number_prefix v0.4.0
2812026-08-07T05:45:01.249Z Downloaded sigchld v0.2.4
2822026-08-07T05:45:01.253Z Downloaded strsim v0.11.1
2832026-08-07T05:45:01.256Z Downloaded openssl-probe v0.2.1
2842026-08-07T05:45:01.256Z Downloaded tower-service v0.3.3
2852026-08-07T05:45:01.256Z Downloaded try-lock v0.2.5
2862026-08-07T05:45:01.256Z Downloaded rand_chacha v0.9.0
2872026-08-07T05:45:01.260Z Downloaded quinn-udp v0.5.15
2882026-08-07T05:45:01.260Z Downloaded signature v2.2.0
2892026-08-07T05:45:01.264Z Downloaded chacha20 v0.10.1
2902026-08-07T05:45:01.268Z Downloaded indenter v0.3.4
2912026-08-07T05:45:01.268Z Downloaded camino v1.2.5
2922026-08-07T05:45:01.271Z Downloaded digest v0.10.7
2932026-08-07T05:45:01.271Z Downloaded convert_case v0.10.0
2942026-08-07T05:45:01.271Z Downloaded fastrand v2.5.0
2952026-08-07T05:45:01.271Z Downloaded fixedbitset v0.5.7
2962026-08-07T05:45:01.276Z Downloaded fnv v1.0.7
2972026-08-07T05:45:01.276Z Downloaded serde_urlencoded v0.7.1
2982026-08-07T05:45:01.276Z Downloaded either v1.17.0
2992026-08-07T05:45:01.276Z Downloaded futures-core v0.3.33
3002026-08-07T05:45:01.276Z Downloaded terminal_size v0.4.4
3012026-08-07T05:45:01.279Z Downloaded globset v0.4.20
3022026-08-07T05:45:01.279Z Downloaded pin-project-internal v1.1.13
3032026-08-07T05:45:01.279Z Downloaded rand_core v0.9.5
3042026-08-07T05:45:01.283Z Downloaded rustc-demangle v0.1.28
3052026-08-07T05:45:01.283Z Downloaded find-msvc-tools v0.1.9
3062026-08-07T05:45:01.283Z Downloaded erased-serde v0.4.10
3072026-08-07T05:45:01.287Z Downloaded tokio-native-tls v0.3.1
3082026-08-07T05:45:01.291Z Downloaded der v0.7.10
3092026-08-07T05:45:01.294Z Downloaded ed25519-dalek v2.2.0
3102026-08-07T05:45:01.294Z Downloaded rustls-pki-types v1.15.1
3112026-08-07T05:45:01.298Z Downloaded shell-words v1.1.1
3122026-08-07T05:45:01.298Z Downloaded tokio-rustls v0.26.4
3132026-08-07T05:45:01.298Z Downloaded thiserror-impl v2.0.19
3142026-08-07T05:45:01.298Z Downloaded urlencoding v2.1.3
3152026-08-07T05:45:01.298Z Downloaded ppv-lite86 v0.2.21
3162026-08-07T05:45:01.302Z Downloaded toml_datetime v0.6.11
3172026-08-07T05:45:01.302Z Downloaded xattr v1.6.1
3182026-08-07T05:45:01.302Z Downloaded hyper-tls v0.6.0
3192026-08-07T05:45:01.305Z Downloaded spki v0.7.3
3202026-08-07T05:45:01.313Z Downloaded version_check v0.9.5
3212026-08-07T05:45:01.314Z Downloaded duct v0.13.7
3222026-08-07T05:45:01.317Z Downloaded toml_write v0.1.2
3232026-08-07T05:45:01.317Z Downloaded lru-slab v0.1.2
3242026-08-07T05:45:01.317Z Downloaded foldhash v0.1.5
3252026-08-07T05:45:01.317Z Downloaded tinyvec_macros v0.1.1
3262026-08-07T05:45:01.317Z Downloaded serde_path_to_error v0.1.20
3272026-08-07T05:45:01.317Z Downloaded supports-unicode v3.0.0
3282026-08-07T05:45:01.317Z Downloaded toml_writer v1.1.2+spec-1.1.0
3292026-08-07T05:45:01.320Z Downloaded futures-executor v0.3.33
3302026-08-07T05:45:01.320Z Downloaded sha2 v0.10.9
3312026-08-07T05:45:01.321Z Downloaded thiserror-impl v1.0.69
3322026-08-07T05:45:01.321Z Downloaded hyper-rustls v0.27.9
3332026-08-07T05:45:01.325Z Downloaded jobserver v0.1.35
3342026-08-07T05:45:01.325Z Downloaded shlex v2.0.1
3352026-08-07T05:45:01.329Z Downloaded signal-hook-registry v1.4.8
3362026-08-07T05:45:01.329Z Downloaded thiserror v1.0.69
3372026-08-07T05:45:01.329Z Downloaded slab v0.4.12
3382026-08-07T05:45:01.329Z Downloaded nextest-metadata v0.12.2
3392026-08-07T05:45:01.332Z Downloaded is_terminal_polyfill v1.70.2
3402026-08-07T05:45:01.332Z Downloaded zeroize v1.9.0
3412026-08-07T05:45:01.332Z Downloaded humantime v2.4.0
3422026-08-07T05:45:01.338Z Downloaded const-oid v0.9.6
3432026-08-07T05:45:01.338Z Downloaded clap v4.6.6
3442026-08-07T05:45:01.341Z Downloaded self-replace v1.5.0
3452026-08-07T05:45:01.341Z Downloaded target-lexicon v0.13.5
3462026-08-07T05:45:01.344Z Downloaded thiserror v2.0.19
3472026-08-07T05:45:01.349Z Downloaded dialoguer v0.11.0
3482026-08-07T05:45:01.349Z Downloaded eyre v0.6.12
3492026-08-07T05:45:01.353Z Downloaded static_assertions v1.1.0
3502026-08-07T05:45:01.353Z Downloaded target-spec-miette v0.4.8
3512026-08-07T05:45:01.353Z Downloaded smol_str v0.3.6
3522026-08-07T05:45:01.353Z Downloaded lock_api v0.4.14
3532026-08-07T05:45:01.356Z Downloaded console v0.15.11
3542026-08-07T05:45:01.356Z Downloaded future-queue v0.4.0
3552026-08-07T05:45:01.356Z Downloaded base64 v0.22.1
3562026-08-07T05:45:01.359Z Downloaded ipnet v2.12.1
3572026-08-07T05:45:01.359Z Downloaded miette-derive v7.6.0
3582026-08-07T05:45:01.359Z Downloaded humantime-serde v1.1.1
3592026-08-07T05:45:01.363Z Downloaded heck v0.5.0
3602026-08-07T05:45:01.364Z Downloaded mukti-metadata v0.3.0
3612026-08-07T05:45:01.364Z Downloaded nested v0.1.1
3622026-08-07T05:45:01.364Z Downloaded getrandom v0.4.3
3632026-08-07T05:45:01.364Z Downloaded utf8_iter v1.0.4
3642026-08-07T05:45:01.368Z Downloaded bitflags v2.13.1
3652026-08-07T05:45:01.368Z Downloaded itoa v1.0.18
3662026-08-07T05:45:01.368Z Downloaded lazy_static v1.5.0
3672026-08-07T05:45:01.368Z Downloaded utf8parse v0.2.2
3682026-08-07T05:45:01.368Z Downloaded target-spec v3.6.0
3692026-08-07T05:45:01.373Z Downloaded xxhash-rust v0.8.18
3702026-08-07T05:45:01.373Z Downloaded http-body v1.1.0
3712026-08-07T05:45:01.373Z Downloaded idna_adapter v1.0.0
3722026-08-07T05:45:01.377Z Downloaded is_ci v1.2.0
3732026-08-07T05:45:01.377Z Downloaded quinn v0.11.11
3742026-08-07T05:45:01.377Z Downloaded nextest-workspace-hack v0.1.0
3752026-08-07T05:45:01.377Z Downloaded openssl-macros v0.1.1
3762026-08-07T05:45:01.377Z Downloaded tempfile v3.27.0
3772026-08-07T05:45:01.382Z Downloaded want v0.3.1
3782026-08-07T05:45:01.388Z Downloaded zmij v1.0.23
3792026-08-07T05:45:01.393Z Downloaded nextest-filtering v0.15.0
3802026-08-07T05:45:01.397Z Downloaded parking_lot v0.12.5
3812026-08-07T05:45:01.397Z Downloaded parking_lot_core v0.9.12
3822026-08-07T05:45:01.397Z Downloaded simd-adler32 v0.3.10
3832026-08-07T05:45:01.397Z Downloaded smallvec v1.15.2
3842026-08-07T05:45:01.400Z Downloaded native-tls v0.2.18
3852026-08-07T05:45:01.400Z Downloaded tower-layer v0.3.3
3862026-08-07T05:45:01.400Z Downloaded bytes v1.12.1
3872026-08-07T05:45:01.405Z Downloaded derive-where v1.6.1
3882026-08-07T05:45:01.408Z Downloaded indent_write v2.2.0
3892026-08-07T05:45:01.408Z Downloaded getrandom v0.2.17
3902026-08-07T05:45:01.408Z Downloaded getrandom v0.3.4
3912026-08-07T05:45:01.412Z Downloaded backtrace v0.3.76
3922026-08-07T05:45:01.415Z Downloaded borsh v1.8.0
3932026-08-07T05:45:01.418Z Downloaded litrs v1.0.0
3942026-08-07T05:45:01.418Z Downloaded zstd v0.13.3
3952026-08-07T05:45:01.421Z Downloaded tracing-attributes v0.1.31
3962026-08-07T05:45:01.426Z Downloaded zstd-safe v7.2.4
3972026-08-07T05:45:01.430Z Downloaded http-body-util v0.1.4
3982026-08-07T05:45:01.430Z Downloaded newtype-uuid v1.4.0
3992026-08-07T05:45:01.431Z Downloaded ryu v1.0.23
4002026-08-07T05:45:01.434Z Downloaded unicase v2.9.0
4012026-08-07T05:45:01.434Z Downloaded proc-macro2 v1.0.107
4022026-08-07T05:45:01.434Z Downloaded httparse v1.10.1
4032026-08-07T05:45:01.437Z Downloaded config v0.15.25
4042026-08-07T05:45:01.437Z Downloaded futures v0.3.33
4052026-08-07T05:45:01.441Z Downloaded clap_derive v4.6.4
4062026-08-07T05:45:01.441Z Downloaded serde_derive v1.0.229
4072026-08-07T05:45:01.444Z Downloaded iana-time-zone v0.1.65
4082026-08-07T05:45:01.444Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4092026-08-07T05:45:01.444Z Downloaded tracing-log v0.2.0
4102026-08-07T05:45:01.451Z Downloaded signal-hook v0.3.18
4112026-08-07T05:45:01.455Z Downloaded tokio-stream v0.1.19
4122026-08-07T05:45:01.458Z Downloaded tinyvec v1.12.0
4132026-08-07T05:45:01.458Z Downloaded num-traits v0.2.19
4142026-08-07T05:45:01.462Z Downloaded vte v0.14.1
4152026-08-07T05:45:01.467Z Downloaded unicode-ident v1.0.24
4162026-08-07T05:45:01.470Z Downloaded toml v0.8.23
4172026-08-07T05:45:01.475Z Downloaded uuid v1.24.0
4182026-08-07T05:45:01.478Z Downloaded sharded-slab v0.1.7
4192026-08-07T05:45:01.478Z Downloaded textwrap v0.16.2
4202026-08-07T05:45:01.481Z Downloaded cc v1.4.0
4212026-08-07T05:45:01.481Z Downloaded derive_more v2.1.1
4222026-08-07T05:45:01.488Z Downloaded zipsign-api v0.1.5
4232026-08-07T05:45:01.491Z Downloaded derive_more-impl v2.1.1
4242026-08-07T05:45:01.491Z Downloaded log v0.4.33
4252026-08-07T05:45:01.494Z Downloaded miniz_oxide v0.8.9
4262026-08-07T05:45:01.494Z Downloaded toml_parser v1.1.3+spec-1.1.0
4272026-08-07T05:45:01.497Z Downloaded serde v1.0.229
4282026-08-07T05:45:01.507Z Downloaded tracing-core v0.1.36
4292026-08-07T05:45:01.511Z Downloaded tar v0.4.46
4302026-08-07T05:45:01.514Z Downloaded socket2 v0.6.5
4312026-08-07T05:45:01.524Z Downloaded serde_core v1.0.229
4322026-08-07T05:45:01.535Z Downloaded url v2.5.8
4332026-08-07T05:45:01.538Z Downloaded rustls-webpki v0.103.13
4342026-08-07T05:45:01.543Z Downloaded rand v0.9.5
4352026-08-07T05:45:01.551Z Downloaded once_cell v1.21.4
4362026-08-07T05:45:01.566Z Downloaded toml_edit v0.22.27
4372026-08-07T05:45:01.570Z Downloaded unicode-segmentation v1.13.3
4382026-08-07T05:45:01.574Z Downloaded toml v1.1.4+spec-1.1.0
4392026-08-07T05:45:01.580Z Downloaded rand v0.10.2
4402026-08-07T05:45:01.584Z Downloaded aho-corasick v1.1.5
4412026-08-07T05:45:01.587Z Downloaded http v1.5.0
4422026-08-07T05:45:01.591Z Downloaded crossterm v0.29.0
4432026-08-07T05:45:01.594Z Downloaded indicatif v0.17.11
4442026-08-07T05:45:01.598Z Downloaded mio v1.2.2
4452026-08-07T05:45:01.614Z Downloaded quick-xml v0.38.4
4462026-08-07T05:45:01.618Z Downloaded quick-xml v0.37.5
4472026-08-07T05:45:01.624Z Downloaded typenum v1.20.1
4482026-08-07T05:45:01.630Z Downloaded idna v1.1.0
4492026-08-07T05:45:01.633Z Downloaded unicode-normalization v0.1.25
4502026-08-07T05:45:01.636Z Downloaded miette v7.6.0
4512026-08-07T05:45:01.636Z Downloaded guppy v0.17.26
4522026-08-07T05:45:01.645Z Downloaded futures-util v0.3.33
4532026-08-07T05:45:01.653Z Downloaded hyper v1.11.0
4542026-08-07T05:45:01.657Z Downloaded memchr v2.8.3
4552026-08-07T05:45:01.661Z Downloaded hashbrown v0.17.1
4562026-08-07T05:45:01.665Z Downloaded clap_builder v4.6.6
4572026-08-07T05:45:01.669Z Downloaded chrono v0.4.45
4582026-08-07T05:45:01.669Z Downloaded hashbrown v0.15.5
4592026-08-07T05:45:01.672Z Downloaded h2 v0.4.15
4602026-08-07T05:45:01.675Z Downloaded winnow v0.7.15
4612026-08-07T05:45:01.680Z Downloaded ron v0.12.2
4622026-08-07T05:45:01.685Z Downloaded tower v0.5.3
4632026-08-07T05:45:01.690Z Downloaded hyper-util v0.1.20
4642026-08-07T05:45:01.694Z Downloaded indexmap v2.14.0
4652026-08-07T05:45:01.697Z Downloaded tracing-subscriber v0.3.23
4662026-08-07T05:45:01.702Z Downloaded webpki-roots v1.0.9
4672026-08-07T05:45:01.705Z Downloaded regex v1.13.1
4682026-08-07T05:45:01.705Z Downloaded pulldown-cmark v0.13.4
4692026-08-07T05:45:01.708Z Downloaded reqwest v0.12.28
4702026-08-07T05:45:01.714Z Downloaded serde_json v1.0.151
4712026-08-07T05:45:01.718Z Downloaded curve25519-dalek v4.1.3
4722026-08-07T05:45:01.722Z Downloaded portable-atomic v1.14.0
4732026-08-07T05:45:01.725Z Downloaded itertools v0.14.0
4742026-08-07T05:45:01.729Z Downloaded bstr v1.13.0
4752026-08-07T05:45:01.733Z Downloaded unicode-width v0.2.2
4762026-08-07T05:45:01.737Z Downloaded zerocopy v0.8.56
4772026-08-07T05:45:01.747Z Downloaded openssl v0.10.81
4782026-08-07T05:45:01.754Z Downloaded unicode-width v0.1.14
4792026-08-07T05:45:01.757Z Downloaded gimli v0.32.3
4802026-08-07T05:45:01.760Z Downloaded nextest-runner v0.80.0
4812026-08-07T05:45:01.767Z Downloaded quinn-proto v0.11.16
4822026-08-07T05:45:01.770Z Downloaded object v0.37.3
4832026-08-07T05:45:01.776Z Downloaded tower-http v0.6.11
4842026-08-07T05:45:01.797Z Downloaded tokio-util v0.7.19
4852026-08-07T05:45:01.800Z Downloaded winnow v1.0.4
4862026-08-07T05:45:01.800Z Downloaded color-eyre v0.6.5
4872026-08-07T05:45:01.804Z Downloaded libc v0.2.189
4882026-08-07T05:45:01.825Z Downloaded vcpkg v0.2.15
4892026-08-07T05:45:01.886Z Downloaded syn v2.0.119
4902026-08-07T05:45:01.899Z Downloaded regex-syntax v0.8.11
4912026-08-07T05:45:01.903Z Downloaded syn v3.0.3
4922026-08-07T05:45:01.920Z Downloaded rustls v0.23.43
4932026-08-07T05:45:01.944Z Downloaded rustix v0.38.44
4942026-08-07T05:45:01.956Z Downloaded nix v0.30.1
4952026-08-07T05:45:01.977Z Downloaded rustix v1.1.4
4962026-08-07T05:45:02.025Z Downloaded tracing v0.1.44
4972026-08-07T05:45:02.087Z Downloaded regex-automata v0.4.18
4982026-08-07T05:45:02.148Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4992026-08-07T05:45:02.158Z Downloaded petgraph v0.8.3
5002026-08-07T05:45:02.188Z Downloaded tokio v1.53.1
5012026-08-07T05:45:02.260Z Downloaded recursion v0.5.4
5022026-08-07T05:45:02.266Z Downloaded ring v0.17.14
5032026-08-07T05:45:02.326Z Compiling proc-macro2 v1.0.107
5042026-08-07T05:45:02.330Z Compiling unicode-ident v1.0.24
5052026-08-07T05:45:02.330Z Compiling libc v0.2.189
5062026-08-07T05:45:02.330Z Compiling quote v1.0.47
5072026-08-07T05:45:02.330Z Compiling serde_core v1.0.229
5082026-08-07T05:45:02.330Z Compiling cfg-if v1.0.4
5092026-08-07T05:45:02.330Z Compiling memchr v2.8.3
5102026-08-07T05:45:02.458Z Compiling once_cell v1.21.4
5112026-08-07T05:45:02.568Z Compiling log v0.4.33
5122026-08-07T05:45:02.585Z Compiling pin-project-lite v0.2.17
5132026-08-07T05:45:02.674Z Compiling itoa v1.0.18
5142026-08-07T05:45:02.730Z Compiling serde v1.0.229
5152026-08-07T05:45:02.855Z Compiling smallvec v1.15.2
5162026-08-07T05:45:02.919Z Compiling futures-core v0.3.33
5172026-08-07T05:45:03.108Z Compiling bitflags v2.13.1
5182026-08-07T05:45:03.130Z Compiling shlex v2.0.1
5192026-08-07T05:45:03.157Z Compiling equivalent v1.0.2
5202026-08-07T05:45:03.245Z Compiling find-msvc-tools v0.1.9
5212026-08-07T05:45:03.317Z Compiling hashbrown v0.17.1
5222026-08-07T05:45:03.477Z Compiling errno v0.3.14
5232026-08-07T05:45:03.545Z Compiling bytes v1.12.1
5242026-08-07T05:45:03.646Z Compiling signal-hook-registry v1.4.8
5252026-08-07T05:45:03.657Z Compiling jobserver v0.1.35
5262026-08-07T05:45:03.687Z Compiling mio v1.2.2
5272026-08-07T05:45:03.690Z Compiling futures-sink v0.3.33
5282026-08-07T05:45:03.773Z Compiling syn v3.0.3
5292026-08-07T05:45:03.804Z Compiling syn v2.0.119
5302026-08-07T05:45:03.984Z Compiling cc v1.4.0
5312026-08-07T05:45:04.031Z Compiling rustix v1.1.4
5322026-08-07T05:45:04.108Z Compiling socket2 v0.6.5
5332026-08-07T05:45:04.371Z Compiling slab v0.4.12
5342026-08-07T05:45:04.473Z Compiling zmij v1.0.23
5352026-08-07T05:45:04.578Z Compiling futures-channel v0.3.33
5362026-08-07T05:45:04.812Z Compiling tracing-core v0.1.36
5372026-08-07T05:45:04.845Z Compiling indexmap v2.14.0
5382026-08-07T05:45:04.889Z Compiling serde_json v1.0.151
5392026-08-07T05:45:05.038Z Compiling version_check v0.9.5
5402026-08-07T05:45:05.311Z Compiling futures-io v0.3.33
5412026-08-07T05:45:05.323Z Compiling futures-task v0.3.33
5422026-08-07T05:45:05.492Z Compiling getrandom v0.4.3
5432026-08-07T05:45:05.524Z Compiling unicode-width v0.2.2
5442026-08-07T05:45:05.698Z Compiling camino v1.2.5
5452026-08-07T05:45:05.773Z Compiling percent-encoding v2.3.2
5462026-08-07T05:45:05.922Z Compiling ring v0.17.14
5472026-08-07T05:45:05.999Z Compiling http v1.5.0
5482026-08-07T05:45:06.054Z Compiling adler2 v2.0.1
5492026-08-07T05:45:06.069Z Compiling zeroize v1.9.0
5502026-08-07T05:45:06.216Z Compiling simd-adler32 v0.3.10
5512026-08-07T05:45:06.265Z Compiling autocfg v1.5.1
5522026-08-07T05:45:06.546Z Compiling miniz_oxide v0.8.9
5532026-08-07T05:45:06.606Z Compiling num-traits v0.2.19
5542026-08-07T05:45:06.705Z Compiling serde_derive v1.0.229
5552026-08-07T05:45:06.828Z Compiling tokio-macros v2.7.2
5562026-08-07T05:45:07.426Z Compiling futures-macro v0.3.33
5572026-08-07T05:45:07.591Z Compiling tokio v1.53.1
5582026-08-07T05:45:07.620Z Compiling tracing-attributes v0.1.31
5592026-08-07T05:45:07.851Z Compiling zerocopy v0.8.56
5602026-08-07T05:45:07.932Z Compiling getrandom v0.3.4
5612026-08-07T05:45:08.063Z Compiling target-lexicon v0.13.5
5622026-08-07T05:45:08.230Z Compiling object v0.37.3
5632026-08-07T05:45:08.252Z Compiling futures-util v0.3.33
5642026-08-07T05:45:08.484Z Compiling http-body v1.1.0
5652026-08-07T05:45:08.544Z Compiling rustls-pki-types v1.15.1
5662026-08-07T05:45:08.558Z Compiling form_urlencoded v1.2.2
5672026-08-07T05:45:08.642Z Compiling semver v1.0.28
5682026-08-07T05:45:08.822Z Compiling getrandom v0.2.17
5692026-08-07T05:45:08.827Z Compiling tracing v0.1.44
5702026-08-07T05:45:09.009Z Compiling gimli v0.32.3
5712026-08-07T05:45:09.184Z Compiling fnv v1.0.7
5722026-08-07T05:45:09.273Z Compiling untrusted v0.9.0
5732026-08-07T05:45:09.287Z Compiling utf8_iter v1.0.4
5742026-08-07T05:45:09.390Z Compiling owo-colors v4.3.0
5752026-08-07T05:45:09.403Z Compiling idna_adapter v1.0.0
5762026-08-07T05:45:09.445Z Compiling guppy-workspace-hack v0.1.0
5772026-08-07T05:45:09.496Z Compiling httparse v1.10.1
5782026-08-07T05:45:09.650Z Compiling thiserror v2.0.19
5792026-08-07T05:45:09.701Z Compiling signal-hook v0.3.18
5802026-08-07T05:45:09.925Z Compiling idna v1.1.0
5812026-08-07T05:45:10.905Z Compiling thiserror-impl v2.0.19
5822026-08-07T05:45:11.049Z Compiling addr2line v0.25.1
5832026-08-07T05:45:11.484Z Compiling generic-array v0.14.7
5842026-08-07T05:45:11.572Z Compiling fastrand v2.5.0
5852026-08-07T05:45:11.693Z Compiling tokio-util v0.7.19
5862026-08-07T05:45:11.705Z Compiling typeid v1.0.3
5872026-08-07T05:45:11.896Z Compiling target-spec v3.6.0
5882026-08-07T05:45:11.978Z Compiling tower-service v0.3.3
5892026-08-07T05:45:12.051Z Compiling atomic-waker v1.1.2
5902026-08-07T05:45:12.075Z Compiling rustc-demangle v0.1.28
5912026-08-07T05:45:12.173Z Compiling try-lock v0.2.5
5922026-08-07T05:45:12.186Z Compiling pkg-config v0.3.33
5932026-08-07T05:45:12.290Z Compiling thiserror v1.0.69
5942026-08-07T05:45:12.590Z Compiling rustls v0.23.43
5952026-08-07T05:45:12.604Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5962026-08-07T05:45:12.774Z Compiling backtrace v0.3.76
5972026-08-07T05:45:12.979Z Compiling want v0.3.1
5982026-08-07T05:45:13.023Z Compiling h2 v0.4.15
5992026-08-07T05:45:13.172Z Compiling tempfile v3.27.0
6002026-08-07T05:45:13.225Z Compiling url v2.5.8
6012026-08-07T05:45:13.245Z Compiling cfg-expr v0.20.8
6022026-08-07T05:45:14.212Z Compiling thiserror-impl v1.0.69
6032026-08-07T05:45:14.485Z Compiling terminal_size v0.4.4
6042026-08-07T05:45:14.639Z Compiling aho-corasick v1.1.5
6052026-08-07T05:45:14.866Z Compiling subtle v2.6.1
6062026-08-07T05:45:15.029Z Compiling rustls-webpki v0.103.13
6072026-08-07T05:45:15.345Z Compiling regex-syntax v0.8.11
6082026-08-07T05:45:15.585Z Compiling typenum v1.20.1
6092026-08-07T05:45:16.265Z Compiling erased-serde v0.4.10
6102026-08-07T05:45:16.546Z Compiling winnow v0.7.15
6112026-08-07T05:45:17.491Z Compiling regex-automata v0.4.18
6122026-08-07T05:45:18.207Z Compiling hyper v1.11.0
6132026-08-07T05:45:20.034Z Compiling serde_spanned v0.6.9
6142026-08-07T05:45:20.198Z Compiling toml_datetime v0.6.11
6152026-08-07T05:45:20.569Z Compiling ahash v0.8.12
6162026-08-07T05:45:20.721Z Compiling sync_wrapper v1.0.2
6172026-08-07T05:45:20.815Z Compiling is_ci v1.2.0
6182026-08-07T05:45:20.833Z Compiling portable-atomic v1.14.0
6192026-08-07T05:45:20.984Z Compiling tower-layer v0.3.3
6202026-08-07T05:45:21.186Z Compiling crc32fast v1.5.0
6212026-08-07T05:45:21.266Z Compiling parking_lot_core v0.9.12
6222026-08-07T05:45:21.473Z Compiling unicode-segmentation v1.13.3
6232026-08-07T05:45:21.533Z Compiling base64 v0.22.1
6242026-08-07T05:45:21.865Z Compiling either v1.17.0
6252026-08-07T05:45:21.919Z Compiling ipnet v2.12.1
6262026-08-07T05:45:22.021Z Compiling nextest-workspace-hack v0.1.0
6272026-08-07T05:45:22.101Z Compiling foldhash v0.1.5
6282026-08-07T05:45:22.143Z Compiling lazy_static v1.5.0
6292026-08-07T05:45:22.248Z Compiling toml_write v0.1.2
6302026-08-07T05:45:22.252Z Compiling unicode-linebreak v0.1.5
6312026-08-07T05:45:22.331Z Compiling hashbrown v0.15.5
6322026-08-07T05:45:22.502Z Compiling textwrap v0.16.2
6332026-08-07T05:45:22.515Z Compiling toml_edit v0.22.27
6342026-08-07T05:45:22.674Z Compiling sharded-slab v0.1.7
6352026-08-07T05:45:22.967Z Compiling hyper-util v0.1.20
6362026-08-07T05:45:23.108Z Compiling convert_case v0.10.0
6372026-08-07T05:45:23.359Z Compiling tower v0.5.3
6382026-08-07T05:45:23.388Z Compiling tokio-rustls v0.26.4
6392026-08-07T05:45:23.666Z Compiling supports-color v3.0.2
6402026-08-07T05:45:23.912Z Compiling backtrace-ext v0.2.1
6412026-08-07T05:45:23.926Z Compiling ordered-float v2.10.1
6422026-08-07T05:45:24.166Z Compiling webpki-roots v1.0.9
6432026-08-07T05:45:24.195Z Compiling miette-derive v7.6.0
6442026-08-07T05:45:24.281Z Compiling pathdiff v0.2.3
6452026-08-07T05:45:24.411Z Compiling console v0.15.11
6462026-08-07T05:45:24.475Z Compiling tracing-log v0.2.0
6472026-08-07T05:45:24.819Z Compiling cargo-platform v0.3.3
6482026-08-07T05:45:25.294Z Compiling os_pipe v1.2.3
6492026-08-07T05:45:25.369Z Compiling thread_local v1.1.10
6502026-08-07T05:45:25.469Z Compiling rustix v0.38.44
6512026-08-07T05:45:25.581Z Compiling winnow v1.0.4
6522026-08-07T05:45:25.706Z Compiling cfg_aliases v0.2.2
6532026-08-07T05:45:25.735Z Compiling ryu v1.0.23
6542026-08-07T05:45:25.776Z Compiling debug-ignore v1.0.5
6552026-08-07T05:45:25.809Z Compiling supports-hyperlinks v3.2.0
6562026-08-07T05:45:25.882Z Compiling utf8parse v0.2.2
6572026-08-07T05:45:25.997Z Compiling scopeguard v1.2.0
6582026-08-07T05:45:26.023Z Compiling unicode-width v0.1.14
6592026-08-07T05:45:26.023Z Compiling pulldown-cmark v0.13.4
6602026-08-07T05:45:26.248Z Compiling fixedbitset v0.5.7
6612026-08-07T05:45:26.342Z Compiling zstd-safe v7.2.4
6622026-08-07T05:45:26.433Z Compiling supports-unicode v3.0.0
6632026-08-07T05:45:26.581Z Compiling miette v7.6.0
6642026-08-07T05:45:26.603Z Compiling petgraph v0.8.3
6652026-08-07T05:45:26.762Z Compiling toml_parser v1.1.3+spec-1.1.0
6662026-08-07T05:45:27.099Z Compiling lock_api v0.4.14
6672026-08-07T05:45:27.341Z Compiling anstyle-parse v1.0.0
6682026-08-07T05:45:27.566Z Compiling serde_urlencoded v0.7.1
6692026-08-07T05:45:27.940Z Compiling nix v0.30.1
6702026-08-07T05:45:28.059Z Compiling tracing-subscriber v0.3.23
6712026-08-07T05:45:28.319Z Compiling sigchld v0.2.4
6722026-08-07T05:45:28.519Z Compiling cargo_metadata v0.23.1
6732026-08-07T05:45:28.539Z Compiling serde-untagged v0.1.9
6742026-08-07T05:45:28.904Z Compiling hyper-rustls v0.27.9
6752026-08-07T05:45:29.078Z Compiling serde-value v0.7.0
6762026-08-07T05:45:29.557Z Compiling toml v0.8.23
6772026-08-07T05:45:29.999Z Compiling tower-http v0.6.11
6782026-08-07T05:45:30.648Z Compiling derive_more-impl v2.1.1
6792026-08-07T05:45:31.435Z Compiling itertools v0.14.0
6802026-08-07T05:45:31.450Z Compiling regex v1.13.1
6812026-08-07T05:45:31.694Z Compiling block-buffer v0.10.4
6822026-08-07T05:45:31.849Z Compiling crypto-common v0.1.7
6832026-08-07T05:45:31.890Z Compiling ppv-lite86 v0.2.21
6842026-08-07T05:45:31.980Z Compiling rand_core v0.9.5
6852026-08-07T05:45:32.211Z Compiling futures-executor v0.3.33
6862026-08-07T05:45:32.227Z Compiling http-body-util v0.1.4
6872026-08-07T05:45:32.241Z Compiling pin-project-internal v1.1.13
6882026-08-07T05:45:32.534Z Compiling uuid v1.24.0
6892026-08-07T05:45:32.703Z Compiling smol_str v0.3.6
6902026-08-07T05:45:32.861Z Compiling toml_datetime v1.1.1+spec-1.1.0
6912026-08-07T05:45:32.930Z Compiling serde_spanned v1.1.1
6922026-08-07T05:45:33.039Z Compiling filetime v0.2.29
6932026-08-07T05:45:33.077Z Compiling bstr v1.13.0
6942026-08-07T05:45:33.089Z Compiling vte v0.14.1
6952026-08-07T05:45:33.245Z Compiling self_update v0.42.0
6962026-08-07T05:45:33.276Z Compiling color-spantrace v0.3.0
6972026-08-07T05:45:33.310Z Compiling number_prefix v0.4.0
6982026-08-07T05:45:33.462Z Compiling eyre v0.6.12
6992026-08-07T05:45:33.474Z Compiling iana-time-zone v0.1.65
7002026-08-07T05:45:33.569Z Compiling static_assertions v1.1.0
7012026-08-07T05:45:33.757Z Compiling unicase v2.9.0
7022026-08-07T05:45:33.761Z Compiling tinyvec_macros v0.1.1
7032026-08-07T05:45:33.761Z Compiling is_terminal_polyfill v1.70.2
7042026-08-07T05:45:33.799Z Compiling nested v0.1.1
7052026-08-07T05:45:33.833Z Compiling anstyle-query v1.1.5
7062026-08-07T05:45:33.845Z Compiling anstyle v1.0.14
7072026-08-07T05:45:33.858Z Compiling litrs v1.0.0
7082026-08-07T05:45:33.869Z Compiling xattr v1.6.1
7092026-08-07T05:45:33.934Z Compiling unicode-xid v0.2.6
7102026-08-07T05:45:33.937Z Compiling colorchoice v1.0.5
7112026-08-07T05:45:33.981Z Compiling tar v0.4.46
7122026-08-07T05:45:34.050Z Compiling anstream v1.0.0
7132026-08-07T05:45:34.062Z Compiling cargo-util-schemas v0.2.0
7142026-08-07T05:45:34.074Z Compiling guppy v0.17.26
7152026-08-07T05:45:34.309Z Compiling document-features v0.2.12
7162026-08-07T05:45:34.563Z Compiling tinyvec v1.12.0
7172026-08-07T05:45:35.000Z Compiling chrono v0.4.45
7182026-08-07T05:45:35.152Z Compiling globset v0.4.20
7192026-08-07T05:45:35.268Z Compiling indicatif v0.17.11
7202026-08-07T05:45:36.500Z Compiling pin-project v1.1.13
7212026-08-07T05:45:36.511Z Compiling strip-ansi-escapes v0.2.1
7222026-08-07T05:45:36.603Z Compiling toml v1.1.4+spec-1.1.0
7232026-08-07T05:45:36.974Z Compiling nextest-metadata v0.12.2
7242026-08-07T05:45:37.008Z Compiling newtype-uuid v1.4.0
7252026-08-07T05:45:37.200Z Compiling reqwest v0.12.28
7262026-08-07T05:45:38.270Z Compiling futures v0.3.33
7272026-08-07T05:45:38.345Z Compiling rand_chacha v0.9.0
7282026-08-07T05:45:38.357Z Compiling digest v0.10.7
7292026-08-07T05:45:38.381Z Compiling parking_lot v0.12.5
7302026-08-07T05:45:38.576Z Compiling derive_more v2.1.1
7312026-08-07T05:45:38.657Z Compiling flate2 v1.1.9
7322026-08-07T05:45:38.891Z Compiling tracing-error v0.2.1
7332026-08-07T05:45:39.130Z Compiling shared_child v1.1.1
7342026-08-07T05:45:39.444Z Compiling signal-hook-mio v0.2.5
7352026-08-07T05:45:39.576Z Compiling self-replace v1.5.0
7362026-08-07T05:45:39.607Z Compiling cargo-platform v0.2.0
7372026-08-07T05:45:39.649Z Compiling quick-xml v0.37.5
7382026-08-07T05:45:39.828Z Compiling quick-xml v0.38.4
7392026-08-07T05:45:40.143Z Compiling urlencoding v2.1.3
7402026-08-07T05:45:40.387Z Compiling clap_lex v1.1.0
7412026-08-07T05:45:40.508Z Compiling heck v0.5.0
7422026-08-07T05:45:40.734Z Compiling cpufeatures v0.2.17
7432026-08-07T05:45:40.808Z Compiling indenter v0.3.4
7442026-08-07T05:45:40.935Z Compiling strsim v0.11.1
7452026-08-07T05:45:40.962Z Compiling recursion v0.5.4
7462026-08-07T05:45:41.176Z Compiling shell-words v1.1.1
7472026-08-07T05:45:41.312Z Compiling humantime v2.4.0
7482026-08-07T05:45:41.403Z Compiling clap_derive v4.6.4
7492026-08-07T05:45:41.415Z Compiling clap_builder v4.6.6
7502026-08-07T05:45:41.730Z Compiling humantime-serde v1.1.1
7512026-08-07T05:45:41.741Z Compiling nextest-filtering v0.15.0
7522026-08-07T05:45:42.166Z Compiling sha2 v0.10.9
7532026-08-07T05:45:42.367Z Compiling quick-junit v0.5.2
7542026-08-07T05:45:43.437Z Compiling atomicwrites v0.4.4
7552026-08-07T05:45:43.724Z Compiling cargo_metadata v0.20.0
7562026-08-07T05:45:45.394Z Compiling cargo-nextest v0.9.97
7572026-08-07T05:45:45.552Z Compiling crossterm v0.29.0
7582026-08-07T05:45:45.705Z Compiling duct v0.13.7
7592026-08-07T05:45:48.034Z Compiling zstd v0.13.3
7602026-08-07T05:45:48.247Z Compiling rand v0.9.5
7612026-08-07T05:45:48.443Z Compiling async-scoped v0.9.0
7622026-08-07T05:45:48.466Z Compiling config v0.15.25
7632026-08-07T05:45:48.600Z Compiling unicode-normalization v0.1.25
7642026-08-07T05:45:48.633Z Compiling target-spec-miette v0.4.8
7652026-08-07T05:45:48.847Z Compiling future-queue v0.4.0
7662026-08-07T05:45:48.965Z Compiling mukti-metadata v0.3.0
7672026-08-07T05:45:49.021Z Compiling camino-tempfile v1.4.1
7682026-08-07T05:45:49.128Z Compiling tokio-stream v0.1.19
7692026-08-07T05:45:49.177Z Compiling derive-where v1.6.1
7702026-08-07T05:45:49.417Z Compiling serde_ignored v0.1.14
7712026-08-07T05:45:49.452Z Compiling serde_path_to_error v0.1.20
7722026-08-07T05:45:49.645Z Compiling hex v0.4.3
7732026-08-07T05:45:49.670Z Compiling swrite v0.1.0
7742026-08-07T05:45:49.775Z Compiling home v0.5.12
7752026-08-07T05:45:49.904Z Compiling indent_write v2.2.0
7762026-08-07T05:45:49.931Z Compiling xxhash-rust v0.8.18
7772026-08-07T05:45:49.943Z Compiling color-eyre v0.6.5
7782026-08-07T05:45:49.995Z Compiling clap v4.6.6
7792026-08-07T05:45:50.052Z Compiling dialoguer v0.11.0
7802026-08-07T05:45:50.074Z Compiling enable-ansi-support v0.2.1
7812026-08-07T05:45:50.398Z Compiling nextest-runner v0.80.0
7822026-08-07T05:46:08.844Z Finished `release` profile [optimized] target(s) in 1m 10s
7832026-08-07T05:46:09.017Z Installing /home/build/.cargo/bin/cargo-nextest
7842026-08-07T05:46:09.020Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7852026-08-07T05:46:09.145Z+ banner bfd
7862026-08-07T05:46:09.156Z
7872026-08-07T05:46:09.156Z ##### ###### #####
7882026-08-07T05:46:09.156Z # # # # #
7892026-08-07T05:46:09.156Z ##### ##### # #
7902026-08-07T05:46:09.156Z # # # # #
7912026-08-07T05:46:09.156Z # # # # #
7922026-08-07T05:46:09.156Z ##### # #####
7932026-08-07T05:46:09.156Z
7942026-08-07T05:46:09.156Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7952026-08-07T05:46:09.299Z Updating crates.io index
7962026-08-07T05:46:09.302Z Updating git repository `https://github.com/oxidecomputer/omicron`
7972026-08-07T05:46:19.333ZFrom https://github.com/oxidecomputer/omicron
7982026-08-07T05:46:19.333Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7992026-08-07T05:46:19.751Z Updating git repository `https://github.com/oxidecomputer/falcon`
8002026-08-07T05:46:20.684ZFrom https://github.com/oxidecomputer/falcon
8012026-08-07T05:46:20.684Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
8022026-08-07T05:46:20.761Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8032026-08-07T05:46:21.163ZFrom https://github.com/oxidecomputer/dendrite
8042026-08-07T05:46:21.163Z * [new ref] 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 -> refs/commit/0d48b5a39dc49d30b228ae01f04b8cc27a161e74
8052026-08-07T05:46:21.198Z Updating git repository `https://github.com/oxidecomputer/ispf`
8062026-08-07T05:46:21.483ZFrom https://github.com/oxidecomputer/ispf
8072026-08-07T05:46:21.484Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8082026-08-07T05:46:21.487Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8092026-08-07T05:46:21.825ZFrom https://github.com/oxidecomputer/netadm-sys
8102026-08-07T05:46:21.825Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8112026-08-07T05:46:21.832Z Updating git repository `https://github.com/oxidecomputer/opte`
8122026-08-07T05:46:22.584ZFrom https://github.com/oxidecomputer/opte
8132026-08-07T05:46:22.584Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8142026-08-07T05:46:22.613Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8152026-08-07T05:46:22.879ZFrom https://github.com/oxidecomputer/slog-error-chain
8162026-08-07T05:46:22.879Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8172026-08-07T05:46:22.888Z Updating git repository `https://github.com/illumos/smf-rs`
8182026-08-07T05:46:23.149ZFrom https://github.com/illumos/smf-rs
8192026-08-07T05:46:23.149Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8202026-08-07T05:46:23.157Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8212026-08-07T05:46:23.571ZFrom https://github.com/oxidecomputer/poptrie
8222026-08-07T05:46:23.571Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8232026-08-07T05:46:23.580Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8242026-08-07T05:46:23.834ZFrom https://github.com/oxidecomputer/network-interface
8252026-08-07T05:46:23.835Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8262026-08-07T05:46:23.841Z Updating git repository `https://github.com/oxidecomputer/zone`
8272026-08-07T05:46:24.094ZFrom https://github.com/oxidecomputer/zone
8282026-08-07T05:46:24.094Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8292026-08-07T05:46:24.101Z Updating git repository `https://github.com/oxidecomputer/lldp`
8302026-08-07T05:46:24.438ZFrom https://github.com/oxidecomputer/lldp
8312026-08-07T05:46:24.438Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8322026-08-07T05:46:24.450Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8332026-08-07T05:46:24.717ZFrom https://github.com/oxidecomputer/tufaceous
8342026-08-07T05:46:24.717Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8352026-08-07T05:46:24.732Z Updating git repository `https://github.com/oxidecomputer/propolis`
8362026-08-07T05:46:25.314ZFrom https://github.com/oxidecomputer/propolis
8372026-08-07T05:46:25.314Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8382026-08-07T05:46:25.357Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8392026-08-07T05:46:25.865ZFrom https://github.com/oxidecomputer/transceiver-control
8402026-08-07T05:46:25.865Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8412026-08-07T05:46:25.875Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8422026-08-07T05:46:26.132ZFrom https://github.com/oxidecomputer/dlpi-sys
8432026-08-07T05:46:26.132Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8442026-08-07T05:46:26.138Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8452026-08-07T05:46:26.433ZFrom https://github.com/jmesmon/rust-libzfs
8462026-08-07T05:46:26.433Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8472026-08-07T05:46:26.442Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8482026-08-07T05:46:26.709ZFrom https://github.com/oxidecomputer/rusty-doors
8492026-08-07T05:46:26.710Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8502026-08-07T05:46:26.725Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8512026-08-07T05:46:27.206ZFrom https://github.com/oxidecomputer/management-gateway-service
8522026-08-07T05:46:27.206Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8532026-08-07T05:46:27.220Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8542026-08-07T05:46:27.481ZFrom https://github.com/oxidecomputer/serde_human_bytes
8552026-08-07T05:46:27.481Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8562026-08-07T05:46:27.489Z Updating git repository `https://github.com/oxidecomputer/crucible`
8572026-08-07T05:46:28.260ZFrom https://github.com/oxidecomputer/crucible
8582026-08-07T05:46:28.260Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8592026-08-07T05:46:28.312Z Updating git repository `https://github.com/oxidecomputer/propolis`
8602026-08-07T05:46:28.743ZFrom https://github.com/oxidecomputer/propolis
8612026-08-07T05:46:28.743Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8622026-08-07T05:46:28.789Z Updating git repository `https://github.com/oxidecomputer/crucible`
8632026-08-07T05:46:29.306ZFrom https://github.com/oxidecomputer/crucible
8642026-08-07T05:46:29.306Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8652026-08-07T05:46:29.370Z Updating git repository `https://github.com/oxidecomputer/tofino`
8662026-08-07T05:46:29.723ZFrom https://github.com/oxidecomputer/tofino
8672026-08-07T05:46:29.723Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8682026-08-07T05:46:29.733Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8692026-08-07T05:46:30.656ZFrom https://github.com/oxidecomputer/maghemite
8702026-08-07T05:46:30.656Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8712026-08-07T05:46:30.687Z Updating git repository `https://github.com/oxidecomputer/clickward`
8722026-08-07T05:46:30.983ZFrom https://github.com/oxidecomputer/clickward
8732026-08-07T05:46:30.983Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8742026-08-07T05:46:30.991Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8752026-08-07T05:46:31.263ZFrom https://github.com/oxidecomputer/illumos-devinfo
8762026-08-07T05:46:31.263Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8772026-08-07T05:46:32.168Z Downloading crates ...
8782026-08-07T05:46:32.214Z Downloaded hubpack_derive v0.1.1
8792026-08-07T05:46:32.222Z Downloaded ingot v0.2.1
8802026-08-07T05:46:32.222Z Downloaded aead v0.5.2
8812026-08-07T05:46:32.234Z Downloaded jobserver v0.1.34
8822026-08-07T05:46:32.240Z Downloaded spin v0.5.2
8832026-08-07T05:46:32.244Z Downloaded instant v0.1.13
8842026-08-07T05:46:32.244Z Downloaded ident_case v1.0.1
8852026-08-07T05:46:32.244Z Downloaded linked-hash-map v0.5.6
8862026-08-07T05:46:32.244Z Downloaded idna_adapter v1.2.2
8872026-08-07T05:46:32.248Z Downloaded libsw v3.5.0
8882026-08-07T05:46:32.251Z Downloaded jiff-static v0.2.28
8892026-08-07T05:46:32.251Z Downloaded humantime v2.3.0
8902026-08-07T05:46:32.251Z Downloaded ipnet v2.12.0
8912026-08-07T05:46:32.254Z Downloaded icu_normalizer v2.2.0
8922026-08-07T05:46:32.257Z Downloaded inout v0.1.4
8932026-08-07T05:46:32.257Z Downloaded usdt-attr-macro v0.5.0
8942026-08-07T05:46:32.262Z Downloaded mime v0.3.17
8952026-08-07T05:46:32.265Z Downloaded opaque-debug v0.3.1
8962026-08-07T05:46:32.265Z Downloaded utf-8 v0.7.6
8972026-08-07T05:46:32.268Z Downloaded macaddr v1.0.1
8982026-08-07T05:46:32.271Z Downloaded memoffset v0.9.1
8992026-08-07T05:46:32.271Z Downloaded toml_parser v1.1.2+spec-1.1.0
9002026-08-07T05:46:32.274Z Downloaded yoke v0.8.3
9012026-08-07T05:46:32.274Z Downloaded internet-checksum v0.2.1
9022026-08-07T05:46:32.274Z Downloaded tabled_derive v0.11.0
9032026-08-07T05:46:32.277Z Downloaded num-integer v0.1.46
9042026-08-07T05:46:32.277Z Downloaded parse-display v0.10.0
9052026-08-07T05:46:32.280Z Downloaded toml_edit v0.19.15
9062026-08-07T05:46:32.285Z Downloaded http-body v1.0.1
9072026-08-07T05:46:32.288Z Downloaded tagptr v0.2.0
9082026-08-07T05:46:32.288Z Downloaded smawk v0.3.2
9092026-08-07T05:46:32.288Z Downloaded topological-sort v0.2.2
9102026-08-07T05:46:32.288Z Downloaded num-derive v0.4.2
9112026-08-07T05:46:32.291Z Downloaded konst_macro_rules v0.2.19
9122026-08-07T05:46:32.291Z Downloaded strum v0.26.3
9132026-08-07T05:46:32.291Z Downloaded termtree v0.5.1
9142026-08-07T05:46:32.294Z Downloaded libscf-sys v1.2.0
9152026-08-07T05:46:32.297Z Downloaded hubpack v0.1.2
9162026-08-07T05:46:32.300Z Downloaded ipnetwork v0.21.1
9172026-08-07T05:46:32.300Z Downloaded litemap v0.8.2
9182026-08-07T05:46:32.303Z Downloaded stable_deref_trait v1.2.1
9192026-08-07T05:46:32.306Z Downloaded no-std-compat v0.4.1
9202026-08-07T05:46:32.306Z Downloaded num_enum_derive v0.5.11
9212026-08-07T05:46:32.306Z Downloaded num-iter v0.1.45
9222026-08-07T05:46:32.309Z Downloaded match_cfg v0.1.0
9232026-08-07T05:46:32.309Z Downloaded testing_table v0.3.0
9242026-08-07T05:46:32.314Z Downloaded tabled_derive v0.7.0
9252026-08-07T05:46:32.316Z Downloaded omicron-workspace-hack v0.1.0
9262026-08-07T05:46:32.316Z Downloaded strum_macros v0.27.2
9272026-08-07T05:46:32.319Z Downloaded keccak v0.1.6
9282026-08-07T05:46:32.319Z Downloaded syn v2.0.117
9292026-08-07T05:46:32.324Z Downloaded structmeta v0.3.0
9302026-08-07T05:46:32.327Z Downloaded usdt v0.6.0
9312026-08-07T05:46:32.327Z Downloaded lru-cache v0.1.2
9322026-08-07T05:46:32.327Z Downloaded newtype-uuid-macros v0.1.0
9332026-08-07T05:46:32.327Z Downloaded structmeta-derive v0.3.0
9342026-08-07T05:46:32.327Z Downloaded take_mut v0.2.2
9352026-08-07T05:46:32.327Z Downloaded thiserror-impl-no-std v2.0.2
9362026-08-07T05:46:32.330Z Downloaded newline-converter v0.3.0
9372026-08-07T05:46:32.330Z Downloaded newtype_derive v0.1.6
9382026-08-07T05:46:32.330Z Downloaded num v0.4.3
9392026-08-07T05:46:32.330Z Downloaded thread-id v5.1.0
9402026-08-07T05:46:32.334Z Downloaded libsw-core v0.3.2
9412026-08-07T05:46:32.334Z Downloaded tokio-macros v2.7.0
9422026-08-07T05:46:32.334Z Downloaded num-rational v0.4.2
9432026-08-07T05:46:32.334Z Downloaded thread-id v4.2.2
9442026-08-07T05:46:32.337Z Downloaded num_enum v0.7.6
9452026-08-07T05:46:32.340Z Downloaded multer v3.1.0
9462026-08-07T05:46:32.342Z Downloaded parking_lot_core v0.8.6
9472026-08-07T05:46:32.342Z Downloaded memmap v0.7.0
9482026-08-07T05:46:32.345Z Downloaded num_threads v0.1.7
9492026-08-07T05:46:32.345Z Downloaded is-terminal v0.4.17
9502026-08-07T05:46:32.345Z Downloaded time-core v0.1.8
9512026-08-07T05:46:32.346Z Downloaded ingot-macros v0.1.1
9522026-08-07T05:46:32.349Z Downloaded unit-prefix v0.5.2
9532026-08-07T05:46:32.352Z Downloaded untrusted v0.7.1
9542026-08-07T05:46:32.352Z Downloaded usdt-attr-macro v0.6.0
9552026-08-07T05:46:32.352Z Downloaded ingot-types v0.2.0
9562026-08-07T05:46:32.355Z Downloaded yoke-derive v0.8.2
9572026-08-07T05:46:32.358Z Downloaded wait-timeout v0.2.1
9582026-08-07T05:46:32.358Z Downloaded num-conv v0.2.2
9592026-08-07T05:46:32.358Z Downloaded universal-hash v0.5.1
9602026-08-07T05:46:32.358Z Downloaded usdt-macro v0.5.0
9612026-08-07T05:46:32.358Z Downloaded foreign-types-shared v0.3.1
9622026-08-07T05:46:32.361Z Downloaded managed v0.8.0
9632026-08-07T05:46:32.361Z Downloaded natord v1.0.9
9642026-08-07T05:46:32.362Z Downloaded fxhash v0.2.1
9652026-08-07T05:46:32.365Z Downloaded httpdate v1.0.3
9662026-08-07T05:46:32.365Z Downloaded futures-macro v0.3.32
9672026-08-07T05:46:32.365Z Downloaded unarray v0.1.4
9682026-08-07T05:46:32.365Z Downloaded pem v3.0.6
9692026-08-07T05:46:32.368Z Downloaded strum v0.27.2
9702026-08-07T05:46:32.371Z Downloaded embedded-io v0.6.1
9712026-08-07T05:46:32.371Z Downloaded tokio-dtrace v0.1.1
9722026-08-07T05:46:32.371Z Downloaded tokio-tungstenite v0.21.0
9732026-08-07T05:46:32.374Z Downloaded slog-term v2.9.2
9742026-08-07T05:46:32.374Z Downloaded smartstring v1.0.1
9752026-08-07T05:46:32.377Z Downloaded hash32 v0.3.1
9762026-08-07T05:46:32.377Z Downloaded smallvec v1.15.1
9772026-08-07T05:46:32.377Z Downloaded tinystr v0.8.3
9782026-08-07T05:46:32.377Z Downloaded password-hash v0.5.0
9792026-08-07T05:46:32.380Z Downloaded newtype-uuid v1.3.2
9802026-08-07T05:46:32.380Z Downloaded spin v0.9.8
9812026-08-07T05:46:32.380Z Downloaded oxnet v0.1.6
9822026-08-07T05:46:32.382Z Downloaded parse-display-derive v0.10.0
9832026-08-07T05:46:32.383Z Downloaded typify-macro v0.4.3
9842026-08-07T05:46:32.383Z Downloaded waitgroup v0.1.2
9852026-08-07T05:46:32.383Z Downloaded num-complex v0.4.6
9862026-08-07T05:46:32.385Z Downloaded digest v0.11.3
9872026-08-07T05:46:32.385Z Downloaded num_enum_derive v0.7.6
9882026-08-07T05:46:32.388Z Downloaded tabwriter v1.4.1
9892026-08-07T05:46:32.388Z Downloaded heck v0.4.1
9902026-08-07T05:46:32.388Z Downloaded typify-macro v0.6.2
9912026-08-07T05:46:32.392Z Downloaded rustc-hash v2.1.2
9922026-08-07T05:46:32.392Z Downloaded dyn-clone v1.0.20
9932026-08-07T05:46:32.395Z Downloaded pretty-hex v0.4.2
9942026-08-07T05:46:32.399Z Downloaded linear-map v1.2.0
9952026-08-07T05:46:32.402Z Downloaded memmap2 v0.9.10
9962026-08-07T05:46:32.402Z Downloaded parking_lot v0.11.2
9972026-08-07T05:46:32.402Z Downloaded oxide-tokio-rt v0.1.6
9982026-08-07T05:46:32.406Z Downloaded ref-cast-impl v1.0.25
9992026-08-07T05:46:32.406Z Downloaded zeroize_derive v1.4.3
10002026-08-07T05:46:32.406Z Downloaded rand_xorshift v0.4.0
10012026-08-07T05:46:32.406Z Downloaded scroll_derive v0.13.1
10022026-08-07T05:46:32.409Z Downloaded indexmap v1.9.3
10032026-08-07T05:46:32.412Z Downloaded synstructure v0.13.2
10042026-08-07T05:46:32.412Z Downloaded tiny-keccak v2.0.2
10052026-08-07T05:46:32.412Z Downloaded usdt-macro v0.6.0
10062026-08-07T05:46:32.412Z Downloaded thiserror-no-std v2.0.2
10072026-08-07T05:46:32.415Z Downloaded xz2 v0.1.7
10082026-08-07T05:46:32.415Z Downloaded slog-stdlog v4.1.1
10092026-08-07T05:46:32.418Z Downloaded zerofrom v0.1.8
10102026-08-07T05:46:32.418Z Downloaded slog-envlogger v2.2.0
10112026-08-07T05:46:32.419Z Downloaded sigpipe v0.1.3
10122026-08-07T05:46:32.419Z Downloaded async-stream-impl v0.3.6
10132026-08-07T05:46:32.419Z Downloaded icu_normalizer_data v2.2.0
10142026-08-07T05:46:32.423Z Downloaded vsss-rs v3.3.4
10152026-08-07T05:46:32.423Z Downloaded ingot v0.1.1
10162026-08-07T05:46:32.423Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10172026-08-07T05:46:32.427Z Downloaded num_enum v0.5.11
10182026-08-07T05:46:32.427Z Downloaded olpc-cjson v0.1.4
10192026-08-07T05:46:32.427Z Downloaded icu_properties_data v2.2.0
10202026-08-07T05:46:32.430Z Downloaded toml_writer v1.1.1+spec-1.1.0
10212026-08-07T05:46:32.433Z Downloaded paste v1.0.15
10222026-08-07T05:46:32.433Z Downloaded serial_test_derive v4.0.1
10232026-08-07T05:46:32.433Z Downloaded smf v0.2.3
10242026-08-07T05:46:32.436Z Downloaded fastrand v2.4.1
10252026-08-07T05:46:32.436Z Downloaded thin-vec v0.2.18
10262026-08-07T05:46:32.436Z Downloaded phf_shared v0.12.1
10272026-08-07T05:46:32.436Z Downloaded writeable v0.6.3
10282026-08-07T05:46:32.439Z Downloaded zone v0.3.1
10292026-08-07T05:46:32.439Z Downloaded block-buffer v0.12.0
10302026-08-07T05:46:32.439Z Downloaded cobs v0.3.0
10312026-08-07T05:46:32.439Z Downloaded crypto-common v0.2.2
10322026-08-07T05:46:32.442Z Downloaded cfg_aliases v0.2.1
10332026-08-07T05:46:32.442Z Downloaded embedded-io v0.4.0
10342026-08-07T05:46:32.442Z Downloaded foreign-types v0.5.0
10352026-08-07T05:46:32.445Z Downloaded foreign-types-macros v0.2.3
10362026-08-07T05:46:32.449Z Downloaded usdt v0.5.0
10372026-08-07T05:46:32.452Z Downloaded usdt-impl v0.5.0
10382026-08-07T05:46:32.454Z Downloaded whoami v1.6.1
10392026-08-07T05:46:32.454Z Downloaded progenitor-extras v0.2.0
10402026-08-07T05:46:32.457Z Downloaded slog-dtrace v0.3.0
10412026-08-07T05:46:32.457Z Downloaded dtrace-parser v0.2.0
10422026-08-07T05:46:32.460Z Downloaded git-stub v1.0.0
10432026-08-07T05:46:32.460Z Downloaded log v0.4.32
10442026-08-07T05:46:32.463Z Downloaded time-macros v0.2.27
10452026-08-07T05:46:32.466Z Downloaded progenitor v0.14.0
10462026-08-07T05:46:32.469Z Downloaded proc-macro-error-attr2 v2.0.0
10472026-08-07T05:46:32.469Z Downloaded schemars_derive v0.8.22
10482026-08-07T05:46:32.472Z Downloaded progenitor-macro v0.10.0
10492026-08-07T05:46:32.472Z Downloaded ingot-types v0.1.2
10502026-08-07T05:46:32.475Z Downloaded rand_chacha v0.3.1
10512026-08-07T05:46:32.478Z Downloaded serde_tokenstream v0.2.3
10522026-08-07T05:46:32.481Z Downloaded term v1.2.1
10532026-08-07T05:46:32.481Z Downloaded serde_derive_internals v0.29.1
10542026-08-07T05:46:32.484Z Downloaded simd-adler32 v0.3.9
10552026-08-07T05:46:32.484Z Downloaded progenitor-client v0.14.0
10562026-08-07T05:46:32.484Z Downloaded zone_cfg_derive v0.3.1
10572026-08-07T05:46:32.488Z Downloaded thread_local v1.1.9
10582026-08-07T05:46:32.488Z Downloaded zerocopy-derive v0.7.35
10592026-08-07T05:46:32.491Z Downloaded snafu-derive v0.8.9
10602026-08-07T05:46:32.491Z Downloaded strum_macros v0.26.4
10612026-08-07T05:46:32.491Z Downloaded ucd-trie v0.1.7
10622026-08-07T05:46:32.491Z Downloaded usdt-impl v0.6.0
10632026-08-07T05:46:32.494Z Downloaded bytecount v0.6.9
10642026-08-07T05:46:32.497Z Downloaded rustc_version v0.1.7
10652026-08-07T05:46:32.497Z Downloaded serial_test v4.0.1
10662026-08-07T05:46:32.497Z Downloaded futures-channel v0.3.32
10672026-08-07T05:46:32.497Z Downloaded hmac v0.12.1
10682026-08-07T05:46:32.497Z Downloaded proc-macro-error2 v2.0.1
10692026-08-07T05:46:32.501Z Downloaded cmake v0.1.58
10702026-08-07T05:46:32.504Z Downloaded critical-section v1.2.0
10712026-08-07T05:46:32.504Z Downloaded data-encoding v2.11.0
10722026-08-07T05:46:32.504Z Downloaded defmt v0.3.100
10732026-08-07T05:46:32.504Z Downloaded crunchy v0.2.4
10742026-08-07T05:46:32.504Z Downloaded backoff v0.4.0
10752026-08-07T05:46:32.507Z Downloaded async-stream v0.3.6
10762026-08-07T05:46:32.510Z Downloaded ciborium-io v0.2.2
10772026-08-07T05:46:32.510Z Downloaded ciborium-ll v0.2.2
10782026-08-07T05:46:32.510Z Downloaded arrayvec v0.7.6
10792026-08-07T05:46:32.510Z Downloaded hybrid-array v0.4.12
10802026-08-07T05:46:32.514Z Downloaded erased-serde v0.3.31
10812026-08-07T05:46:32.514Z Downloaded icu_properties v2.2.0
10822026-08-07T05:46:32.517Z Downloaded ingot-macros v0.2.0
10832026-08-07T05:46:32.517Z Downloaded omicron-zone-package v0.12.3
10842026-08-07T05:46:32.517Z Downloaded daft v0.1.7
10852026-08-07T05:46:32.517Z Downloaded quote v1.0.45
10862026-08-07T05:46:32.520Z Downloaded dunce v1.0.5
10872026-08-07T05:46:32.520Z Downloaded futures-io v0.3.32
10882026-08-07T05:46:32.524Z Downloaded futures-task v0.3.32
10892026-08-07T05:46:32.524Z Downloaded hostname v0.3.1
10902026-08-07T05:46:32.524Z Downloaded progenitor-client v0.10.0
10912026-08-07T05:46:32.527Z Downloaded semver v0.1.20
10922026-08-07T05:46:32.529Z Downloaded sha1 v0.10.6
10932026-08-07T05:46:32.529Z Downloaded indicatif v0.18.4
10942026-08-07T05:46:32.533Z Downloaded sha1 v0.11.0
10952026-08-07T05:46:32.533Z Downloaded papergrid v0.18.0
10962026-08-07T05:46:32.536Z Downloaded constant_time_eq v0.4.2
10972026-08-07T05:46:32.536Z Downloaded port-file v0.1.0
10982026-08-07T05:46:32.540Z Downloaded fs-err v3.3.0
10992026-08-07T05:46:32.543Z Downloaded poly1305 v0.8.0
11002026-08-07T05:46:32.543Z Downloaded same-file v1.0.6
11012026-08-07T05:46:32.543Z Downloaded base16ct v0.2.0
11022026-08-07T05:46:32.546Z Downloaded walkdir v2.5.0
11032026-08-07T05:46:32.549Z Downloaded icu_provider v2.2.0
11042026-08-07T05:46:32.552Z Downloaded konst v0.2.20
11052026-08-07T05:46:32.555Z Downloaded slog-json v2.6.1
11062026-08-07T05:46:32.555Z Downloaded bit-vec v0.8.0
11072026-08-07T05:46:32.558Z Downloaded float-ord v0.3.2
11082026-08-07T05:46:32.558Z Downloaded gethostname v0.5.0
11092026-08-07T05:46:32.561Z Downloaded highway v1.3.0
11102026-08-07T05:46:32.561Z Downloaded dropshot_endpoint v0.17.1
11112026-08-07T05:46:32.565Z Downloaded drift v0.2.0
11122026-08-07T05:46:32.570Z Downloaded papergrid v0.11.0
11132026-08-07T05:46:32.572Z Downloaded tinyvec v1.11.0
11142026-08-07T05:46:32.573Z Downloaded convert_case v0.4.0
11152026-08-07T05:46:32.573Z Downloaded crucible-workspace-hack v0.1.0
11162026-08-07T05:46:32.573Z Downloaded test-strategy v0.4.5
11172026-08-07T05:46:32.576Z Downloaded tokio-stream v0.1.18
11182026-08-07T05:46:32.576Z Downloaded toml v0.7.8
11192026-08-07T05:46:32.579Z Downloaded icu_locale_core v2.2.0
11202026-08-07T05:46:32.583Z Downloaded progenitor-macro v0.13.0
11212026-08-07T05:46:32.583Z Downloaded diff v0.1.13
11222026-08-07T05:46:32.583Z Downloaded openssl-sys v0.9.116
11232026-08-07T05:46:32.588Z Downloaded cstr-argument v0.1.2
11242026-08-07T05:46:32.588Z Downloaded snafu v0.8.9
11252026-08-07T05:46:32.593Z Downloaded progenitor-impl v0.10.0
11262026-08-07T05:46:32.593Z Downloaded defmt-macros v1.1.0
11272026-08-07T05:46:32.593Z Downloaded ff v0.13.1
11282026-08-07T05:46:32.600Z Downloaded fs_extra v1.3.0
11292026-08-07T05:46:32.600Z Downloaded powerfmt v0.2.0
11302026-08-07T05:46:32.600Z Downloaded proc-macro-error v1.0.4
11312026-08-07T05:46:32.600Z Downloaded progenitor v0.13.0
11322026-08-07T05:46:32.600Z Downloaded async-trait v0.1.89
11332026-08-07T05:46:32.600Z Downloaded dof v0.4.0
11342026-08-07T05:46:32.600Z Downloaded dropshot-api-manager-types v0.7.2
11352026-08-07T05:46:32.600Z Downloaded ref-cast v1.0.25
11362026-08-07T05:46:32.609Z Downloaded proc-macro-crate v1.3.1
11372026-08-07T05:46:32.610Z Downloaded serde_plain v1.0.2
11382026-08-07T05:46:32.610Z Downloaded serde_repr v0.1.21
11392026-08-07T05:46:32.610Z Downloaded progenitor-client v0.13.0
11402026-08-07T05:46:32.610Z Downloaded bcs v0.1.6
11412026-08-07T05:46:32.610Z Downloaded cargo_toml v0.22.3
11422026-08-07T05:46:32.610Z Downloaded const_format_proc_macros v0.2.34
11432026-08-07T05:46:32.610Z Downloaded crossbeam-utils v0.8.21
11442026-08-07T05:46:32.610Z Downloaded futures-sink v0.3.32
11452026-08-07T05:46:32.610Z Downloaded postcard v1.1.3
11462026-08-07T05:46:32.610Z Downloaded derive-ex v0.1.8
11472026-08-07T05:46:32.610Z Downloaded rusty-fork v0.3.1
11482026-08-07T05:46:32.613Z Downloaded async-recursion v1.1.1
11492026-08-07T05:46:32.616Z Downloaded icu_collections v2.2.0
11502026-08-07T05:46:32.619Z Downloaded anyhow v1.0.104
11512026-08-07T05:46:32.622Z Downloaded darling_macro v0.21.3
11522026-08-07T05:46:32.626Z Downloaded progenitor-macro v0.14.0
11532026-08-07T05:46:32.629Z Downloaded typify v0.4.3
11542026-08-07T05:46:32.629Z Downloaded typify v0.6.2
11552026-08-07T05:46:32.632Z Downloaded unsafe-libyaml v0.2.11
11562026-08-07T05:46:32.635Z Downloaded toml v1.1.2+spec-1.1.0
11572026-08-07T05:46:32.635Z Downloaded arrayref v0.3.9
11582026-08-07T05:46:32.638Z Downloaded base16ct v1.0.0
11592026-08-07T05:46:32.638Z Downloaded toml v0.9.12+spec-1.1.0
11602026-08-07T05:46:32.638Z Downloaded byteorder v1.5.0
11612026-08-07T05:46:32.641Z Downloaded pest_generator v2.8.6
11622026-08-07T05:46:32.641Z Downloaded rustls-pki-types v1.14.1
11632026-08-07T05:46:32.644Z Downloaded futures-executor v0.3.32
11642026-08-07T05:46:32.646Z Downloaded potential_utf v0.1.5
11652026-08-07T05:46:32.650Z Downloaded const-random-macro v0.1.16
11662026-08-07T05:46:32.670Z Downloaded fixedbitset v0.4.2
11672026-08-07T05:46:32.670Z Downloaded defmt-parser v1.0.0
11682026-08-07T05:46:32.670Z Downloaded slog-bunyan v2.5.0
11692026-08-07T05:46:32.670Z Downloaded scroll v0.12.0
11702026-08-07T05:46:32.670Z Downloaded progenitor v0.10.0
11712026-08-07T05:46:32.670Z Downloaded tungstenite v0.21.0
11722026-08-07T05:46:32.670Z Downloaded dof v0.3.0
11732026-08-07T05:46:32.674Z Downloaded hostname v0.4.2
11742026-08-07T05:46:32.674Z Downloaded plain v0.2.3
11752026-08-07T05:46:32.674Z Downloaded dtrace-parser v0.3.0
11762026-08-07T05:46:32.674Z Downloaded siphasher v1.0.3
11772026-08-07T05:46:32.674Z Downloaded scroll v0.13.0
11782026-08-07T05:46:32.675Z Downloaded bit-set v0.8.0
11792026-08-07T05:46:32.679Z Downloaded toml_edit v0.25.12+spec-1.1.0
11802026-08-07T05:46:32.682Z Downloaded deranged v0.5.8
11812026-08-07T05:46:32.682Z Downloaded scroll_derive v0.12.1
11822026-08-07T05:46:32.685Z Downloaded compression-core v0.4.32
11832026-08-07T05:46:32.685Z Downloaded console v0.16.3
11842026-08-07T05:46:32.685Z Downloaded crc8 v0.1.1
11852026-08-07T05:46:32.686Z Downloaded enum-as-inner v0.6.1
11862026-08-07T05:46:32.686Z Downloaded phf v0.12.1
11872026-08-07T05:46:32.688Z Downloaded rustls-native-certs v0.8.4
11882026-08-07T05:46:32.688Z Downloaded bs58 v0.5.1
11892026-08-07T05:46:32.689Z Downloaded either v1.16.0
11902026-08-07T05:46:32.689Z Downloaded csv-core v0.1.13
11912026-08-07T05:46:32.689Z Downloaded chacha20 v0.10.0
11922026-08-07T05:46:32.692Z Downloaded http v1.4.2
11932026-08-07T05:46:32.701Z Downloaded proc-macro-error-attr v1.0.4
11942026-08-07T05:46:32.705Z Downloaded slog-async v2.8.0
11952026-08-07T05:46:32.707Z Downloaded proc-macro-crate v3.5.0
11962026-08-07T05:46:32.710Z Downloaded futures-core v0.3.32
11972026-08-07T05:46:32.710Z Downloaded resolv-conf v0.7.6
11982026-08-07T05:46:32.713Z Downloaded rustls-pemfile v2.2.0
11992026-08-07T05:46:32.716Z Downloaded minimal-lexical v0.2.1
12002026-08-07T05:46:32.719Z Downloaded group v0.13.0
12012026-08-07T05:46:32.722Z Downloaded hickory-resolver v0.25.2
12022026-08-07T05:46:32.722Z Downloaded rustls-platform-verifier v0.7.0
12032026-08-07T05:46:32.725Z Downloaded const-oid v0.10.2
12042026-08-07T05:46:32.728Z Downloaded darling_core v0.21.3
12052026-08-07T05:46:32.728Z Downloaded secrecy v0.10.3
12062026-08-07T05:46:32.731Z Downloaded quick-error v1.2.3
12072026-08-07T05:46:32.736Z Downloaded serde-big-array v0.5.1
12082026-08-07T05:46:32.736Z Downloaded zerofrom-derive v0.1.7
12092026-08-07T05:46:32.739Z Downloaded chacha20 v0.9.1
12102026-08-07T05:46:32.742Z Downloaded const-random v0.1.18
12112026-08-07T05:46:32.742Z Downloaded byte-wrapper v0.1.0
12122026-08-07T05:46:32.742Z Downloaded foldhash v0.2.0
12132026-08-07T05:46:32.745Z Downloaded zeroize v1.8.2
12142026-08-07T05:46:32.748Z Downloaded serde_yaml v0.9.34+deprecated
12152026-08-07T05:46:32.751Z Downloaded crossbeam-epoch v0.9.18
12162026-08-07T05:46:32.754Z Downloaded darling_macro v0.23.0
12172026-08-07T05:46:32.758Z Downloaded zmij v1.0.21
12182026-08-07T05:46:32.758Z Downloaded mio v1.2.1
12192026-08-07T05:46:32.761Z Downloaded clap v4.6.5
12202026-08-07T05:46:32.766Z Downloaded argon2 v0.5.3
12212026-08-07T05:46:32.771Z Downloaded slog v2.8.2
12222026-08-07T05:46:32.774Z Downloaded backon v1.6.0
12232026-08-07T05:46:32.779Z Downloaded daft-derive v0.1.7
12242026-08-07T05:46:32.779Z Downloaded crossbeam-deque v0.8.6
12252026-08-07T05:46:32.782Z Downloaded zerovec-derive v0.11.3
12262026-08-07T05:46:32.782Z Downloaded globset v0.4.18
12272026-08-07T05:46:32.785Z Downloaded yansi v1.0.1
12282026-08-07T05:46:32.785Z Downloaded rhai_codegen v3.2.0
12292026-08-07T05:46:32.788Z Downloaded expectorate v1.2.0
12302026-08-07T05:46:32.788Z Downloaded steno v0.4.1
12312026-08-07T05:46:32.791Z Downloaded cipher v0.4.4
12322026-08-07T05:46:32.791Z Downloaded pretty_assertions v1.4.1
12332026-08-07T05:46:32.794Z Downloaded qorb v0.4.1
12342026-08-07T05:46:32.800Z Downloaded slog-scope v4.4.1
12352026-08-07T05:46:32.803Z Downloaded memchr v2.8.1
12362026-08-07T05:46:32.806Z Downloaded darling_core v0.23.0
12372026-08-07T05:46:32.809Z Downloaded nom v7.1.3
12382026-08-07T05:46:32.809Z Downloaded glob v0.3.3
12392026-08-07T05:46:32.812Z Downloaded defmt v1.1.0
12402026-08-07T05:46:32.812Z Downloaded bitflags v2.12.1
12412026-08-07T05:46:32.814Z Downloaded compression-codecs v0.4.38
12422026-08-07T05:46:32.818Z Downloaded colored v3.1.1
12432026-08-07T05:46:32.818Z Downloaded getrandom v0.4.2
12442026-08-07T05:46:32.821Z Downloaded typed-path v0.9.3
12452026-08-07T05:46:32.824Z Downloaded chacha20poly1305 v0.10.1
12462026-08-07T05:46:32.824Z Downloaded cc v1.2.63
12472026-08-07T05:46:32.824Z Downloaded base64 v0.21.7
12482026-08-07T05:46:32.828Z Downloaded darling v0.21.3
12492026-08-07T05:46:32.831Z Downloaded rustversion v1.0.22
12502026-08-07T05:46:32.831Z Downloaded cookie v0.18.1
12512026-08-07T05:46:32.834Z Downloaded darling v0.23.0
12522026-08-07T05:46:32.838Z Downloaded pest_derive v2.8.6
12532026-08-07T05:46:32.838Z Downloaded serde_with_macros v3.21.0
12542026-08-07T05:46:32.841Z Downloaded bitflags v1.3.2
12552026-08-07T05:46:32.841Z Downloaded displaydoc v0.2.6
12562026-08-07T05:46:32.841Z Downloaded quinn-udp v0.5.14
12572026-08-07T05:46:32.844Z Downloaded elliptic-curve v0.13.8
12582026-08-07T05:46:32.844Z Downloaded hickory-resolver v0.24.4
12592026-08-07T05:46:32.847Z Downloaded quinn v0.11.9
12602026-08-07T05:46:32.850Z Downloaded crypto-bigint v0.5.5
12612026-08-07T05:46:32.854Z Downloaded progenitor-impl v0.13.0
12622026-08-07T05:46:32.854Z Downloaded cancel-safe-futures v0.1.5
12632026-08-07T05:46:32.857Z Downloaded ciborium v0.2.2
12642026-08-07T05:46:32.857Z Downloaded git-stub-vcs v0.1.0
12652026-08-07T05:46:32.857Z Downloaded similar v2.7.0
12662026-08-07T05:46:32.860Z Downloaded allocator-api2 v0.2.21
12672026-08-07T05:46:32.862Z Downloaded blake2 v0.10.6
12682026-08-07T05:46:32.862Z Downloaded futures v0.3.32
12692026-08-07T05:46:32.865Z Downloaded arc-swap v1.9.1
12702026-08-07T05:46:32.868Z Downloaded itertools v0.12.1
12712026-08-07T05:46:32.871Z Downloaded zerotrie v0.2.4
12722026-08-07T05:46:32.874Z Downloaded schemars v0.9.0
12732026-08-07T05:46:32.880Z Downloaded progenitor-impl v0.14.0
12742026-08-07T05:46:32.883Z Downloaded half v2.7.1
12752026-08-07T05:46:32.887Z Downloaded proc-macro2 v1.0.106
12762026-08-07T05:46:32.890Z Downloaded rand v0.8.6
12772026-08-07T05:46:32.893Z Downloaded derive_more v0.99.20
12782026-08-07T05:46:32.897Z Downloaded schemars v0.8.22
12792026-08-07T05:46:32.901Z Downloaded schemars v1.2.1
12802026-08-07T05:46:32.910Z Downloaded tokio-util v0.7.18
12812026-08-07T05:46:32.913Z Downloaded heapless v0.8.0
12822026-08-07T05:46:32.918Z Downloaded itertools v0.15.0
12832026-08-07T05:46:32.921Z Downloaded bytes v1.11.1
12842026-08-07T05:46:32.923Z Downloaded const_format v0.2.36
12852026-08-07T05:46:32.928Z Downloaded prettyplease v0.2.37
12862026-08-07T05:46:32.928Z Downloaded pest_meta v2.8.6
12872026-08-07T05:46:32.931Z Downloaded nom v8.0.0
12882026-08-07T05:46:32.931Z Downloaded zerocopy-derive v0.8.50
12892026-08-07T05:46:32.945Z Downloaded hashbrown v0.12.3
12902026-08-07T05:46:32.945Z Downloaded libm v0.2.16
12912026-08-07T05:46:32.945Z Downloaded tough v0.22.0
12922026-08-07T05:46:32.950Z Downloaded crossbeam-channel v0.5.15
12932026-08-07T05:46:32.952Z Downloaded rayon-core v1.13.0
12942026-08-07T05:46:32.955Z Downloaded rand v0.9.4
12952026-08-07T05:46:32.958Z Downloaded zerocopy v0.7.35
12962026-08-07T05:46:32.966Z Downloaded tabled v0.15.0
12972026-08-07T05:46:32.975Z Downloaded ron v0.12.1
12982026-08-07T05:46:32.979Z Downloaded regex v1.12.3
12992026-08-07T05:46:32.982Z Downloaded zerovec v0.11.6
13002026-08-07T05:46:32.985Z Downloaded async-compression v0.4.42
13012026-08-07T05:46:32.988Z Downloaded winnow v0.5.40
13022026-08-07T05:46:32.993Z Downloaded dropshot-api-manager v0.7.2
13032026-08-07T05:46:32.996Z Downloaded futures-util v0.3.32
13042026-08-07T05:46:33.002Z Downloaded hashbrown v0.16.1
13052026-08-07T05:46:33.005Z Downloaded iddqd v0.4.6
13062026-08-07T05:46:33.009Z Downloaded clap_builder v4.6.5
13072026-08-07T05:46:33.013Z Downloaded reqwest v0.13.4
13082026-08-07T05:46:33.016Z Downloaded aho-corasick v1.1.4
13092026-08-07T05:46:33.019Z Downloaded portable-atomic v1.13.1
13102026-08-07T05:46:33.029Z Downloaded pest v2.8.6
13112026-08-07T05:46:33.036Z Downloaded hkdf v0.12.4
13122026-08-07T05:46:33.040Z Downloaded h2 v0.4.14
13132026-08-07T05:46:33.044Z Downloaded rayon v1.12.0
13142026-08-07T05:46:33.048Z Downloaded moka v0.12.15
13152026-08-07T05:46:33.052Z Downloaded winnow v1.0.3
13162026-08-07T05:46:33.057Z Downloaded time v0.3.47
13172026-08-07T05:46:33.064Z Downloaded goblin v0.8.2
13182026-08-07T05:46:33.067Z Downloaded blake3 v1.8.5
13192026-08-07T05:46:33.080Z Downloaded webpki-roots v1.0.7
13202026-08-07T05:46:33.085Z Downloaded syn v1.0.109
13212026-08-07T05:46:33.093Z Downloaded tabled v0.21.0
13222026-08-07T05:46:33.102Z Downloaded goblin v0.10.7
13232026-08-07T05:46:33.110Z Downloaded openssl v0.10.80
13242026-08-07T05:46:33.115Z Downloaded proptest v1.11.0
13252026-08-07T05:46:33.123Z Downloaded aws-lc-rs v1.17.0
13262026-08-07T05:46:33.128Z Downloaded smoltcp v0.11.0
13272026-08-07T05:46:33.137Z Downloaded serde_with v3.21.0
13282026-08-07T05:46:33.147Z Downloaded zerocopy v0.8.50
13292026-08-07T05:46:33.162Z Downloaded nix v0.31.3
13302026-08-07T05:46:33.171Z Downloaded openapiv3 v2.2.0
13312026-08-07T05:46:33.188Z Downloaded rhai v1.25.1
13322026-08-07T05:46:33.194Z Downloaded regress v0.10.5
13332026-08-07T05:46:33.199Z Downloaded dropshot v0.17.1
13342026-08-07T05:46:33.211Z Downloaded hickory-proto v0.24.4
13352026-08-07T05:46:33.219Z Downloaded regex-syntax v0.8.10
13362026-08-07T05:46:33.223Z Downloaded bstr v1.12.1
13372026-08-07T05:46:33.227Z Downloaded rustls v0.23.40
13382026-08-07T05:46:33.234Z Downloaded hickory-proto v0.25.2
13392026-08-07T05:46:33.244Z Downloaded regress v0.11.1
13402026-08-07T05:46:33.251Z Downloaded typify-impl v0.6.2
13412026-08-07T05:46:33.258Z Downloaded typify-impl v0.4.3
13422026-08-07T05:46:33.272Z Downloaded sled v0.34.7
13432026-08-07T05:46:33.297Z Downloaded lzma-sys v0.1.20
13442026-08-07T05:46:33.312Z Downloaded regex-automata v0.4.14
13452026-08-07T05:46:33.320Z Downloaded jiff v0.2.28
13462026-08-07T05:46:33.330Z Downloaded chrono-tz v0.10.4
13472026-08-07T05:46:33.339Z Downloaded csv v1.4.0
13482026-08-07T05:46:33.356Z Downloaded petgraph v0.6.5
13492026-08-07T05:46:33.389Z Downloaded sha3 v0.10.9
13502026-08-07T05:46:33.459Z Downloaded encoding_rs v0.8.35
13512026-08-07T05:46:34.054Z Downloaded aws-lc-sys v0.41.0
13522026-08-07T05:46:34.988Z Compiling proc-macro2 v1.0.106
13532026-08-07T05:46:34.988Z Compiling unicode-ident v1.0.24
13542026-08-07T05:46:34.988Z Compiling quote v1.0.45
13552026-08-07T05:46:34.991Z Compiling serde_core v1.0.229
13562026-08-07T05:46:34.991Z Compiling cfg-if v1.0.4
13572026-08-07T05:46:34.991Z Compiling serde v1.0.229
13582026-08-07T05:46:34.991Z Compiling libc v0.2.189
13592026-08-07T05:46:34.991Z Compiling memchr v2.8.1
13602026-08-07T05:46:35.157Z Compiling itoa v1.0.18
13612026-08-07T05:46:35.336Z Compiling smallvec v1.15.1
13622026-08-07T05:46:35.399Z Compiling zmij v1.0.21
13632026-08-07T05:46:35.445Z Compiling autocfg v1.5.1
13642026-08-07T05:46:35.531Z Compiling libm v0.2.16
13652026-08-07T05:46:35.772Z Compiling stable_deref_trait v1.2.1
13662026-08-07T05:46:35.789Z Compiling writeable v0.6.3
13672026-08-07T05:46:35.847Z Compiling percent-encoding v2.3.2
13682026-08-07T05:46:35.915Z Compiling litemap v0.8.2
13692026-08-07T05:46:35.977Z Compiling icu_normalizer_data v2.2.0
13702026-08-07T05:46:35.980Z Compiling icu_properties_data v2.2.0
13712026-08-07T05:46:35.980Z Compiling utf8_iter v1.0.4
13722026-08-07T05:46:36.096Z Compiling iana-time-zone v0.1.65
13732026-08-07T05:46:36.123Z Compiling form_urlencoded v1.2.2
13742026-08-07T05:46:36.205Z Compiling syn v2.0.117
13752026-08-07T05:46:36.215Z Compiling syn v3.0.3
13762026-08-07T05:46:36.318Z Compiling serde_json v1.0.151
13772026-08-07T05:46:36.375Z Compiling equivalent v1.0.2
13782026-08-07T05:46:36.386Z Compiling allocator-api2 v0.2.21
13792026-08-07T05:46:36.453Z Compiling version_check v0.9.5
13802026-08-07T05:46:36.464Z Compiling dyn-clone v1.0.20
13812026-08-07T05:46:36.548Z Compiling pin-project-lite v0.2.17
13822026-08-07T05:46:36.595Z Compiling num-traits v0.2.19
13832026-08-07T05:46:36.636Z Compiling parking_lot_core v0.9.12
13842026-08-07T05:46:36.708Z Compiling scopeguard v1.2.0
13852026-08-07T05:46:36.719Z Compiling thiserror v2.0.19
13862026-08-07T05:46:36.810Z Compiling lock_api v0.4.14
13872026-08-07T05:46:36.911Z Compiling rand_core v0.10.1
13882026-08-07T05:46:37.033Z Compiling getrandom v0.4.2
13892026-08-07T05:46:37.044Z Compiling hashbrown v0.17.1
13902026-08-07T05:46:37.064Z Compiling errno v0.3.14
13912026-08-07T05:46:37.206Z Compiling semver v1.0.28
13922026-08-07T05:46:37.282Z Compiling log v0.4.32
13932026-08-07T05:46:37.471Z Compiling heck v0.5.0
13942026-08-07T05:46:37.474Z Compiling uuid v1.24.0
13952026-08-07T05:46:37.531Z Compiling indexmap v2.14.0
13962026-08-07T05:46:37.577Z Compiling futures-core v0.3.32
13972026-08-07T05:46:37.723Z Compiling zerocopy v0.8.50
13982026-08-07T05:46:37.726Z Compiling schemars v0.8.22
13992026-08-07T05:46:37.900Z Compiling rustversion v1.0.22
14002026-08-07T05:46:37.986Z Compiling futures-sink v0.3.32
14012026-08-07T05:46:38.109Z Compiling fnv v1.0.7
14022026-08-07T05:46:38.202Z Compiling slab v0.4.12
14032026-08-07T05:46:38.214Z Compiling jobserver v0.1.34
14042026-08-07T05:46:38.216Z Compiling find-msvc-tools v0.1.9
14052026-08-07T05:46:38.386Z Compiling shlex v2.0.1
14062026-08-07T05:46:38.419Z Compiling futures-channel v0.3.32
14072026-08-07T05:46:38.454Z Compiling bitflags v2.12.1
14082026-08-07T05:46:38.530Z Compiling cc v1.2.63
14092026-08-07T05:46:38.642Z Compiling socket2 v0.6.5
14102026-08-07T05:46:38.696Z Compiling futures-io v0.3.32
14112026-08-07T05:46:38.813Z Compiling parking_lot v0.12.5
14122026-08-07T05:46:38.850Z Compiling futures-task v0.3.32
14132026-08-07T05:46:38.868Z Compiling signal-hook-registry v1.4.8
14142026-08-07T05:46:38.939Z Compiling mio v1.2.1
14152026-08-07T05:46:39.020Z Compiling synstructure v0.13.2
14162026-08-07T05:46:39.089Z Compiling serde_derive_internals v0.29.1
14172026-08-07T05:46:39.151Z Compiling serde_derive v1.0.229
14182026-08-07T05:46:39.173Z Compiling thiserror-impl v2.0.19
14192026-08-07T05:46:39.236Z Compiling portable-atomic v1.13.1
14202026-08-07T05:46:39.453Z Compiling cmake v0.1.58
14212026-08-07T05:46:39.529Z Compiling dunce v1.0.5
14222026-08-07T05:46:39.624Z Compiling fs_extra v1.3.0
14232026-08-07T05:46:39.786Z Compiling base64 v0.22.1
14242026-08-07T05:46:39.822Z Compiling critical-section v1.2.0
14252026-08-07T05:46:39.832Z Compiling typenum v1.20.1
14262026-08-07T05:46:39.872Z Compiling aws-lc-sys v0.41.0
14272026-08-07T05:46:39.922Z Compiling rustix v1.1.4
14282026-08-07T05:46:40.126Z Compiling byteorder v1.5.0
14292026-08-07T05:46:40.246Z Compiling once_cell v1.21.4
14302026-08-07T05:46:40.283Z Compiling strsim v0.11.1
14312026-08-07T05:46:40.292Z Compiling zerofrom-derive v0.1.7
14322026-08-07T05:46:40.354Z Compiling yoke-derive v0.8.2
14332026-08-07T05:46:40.393Z Compiling zerovec-derive v0.11.3
14342026-08-07T05:46:40.461Z Compiling displaydoc v0.2.6
14352026-08-07T05:46:40.639Z Compiling schemars_derive v0.8.22
14362026-08-07T05:46:40.756Z Compiling tokio-macros v2.7.0
14372026-08-07T05:46:40.790Z Compiling zerocopy-derive v0.8.50
14382026-08-07T05:46:41.304Z Compiling zeroize_derive v1.4.3
14392026-08-07T05:46:41.437Z Compiling futures-macro v0.3.32
14402026-08-07T05:46:41.490Z Compiling zerofrom v0.1.8
14412026-08-07T05:46:41.603Z Compiling yoke v0.8.3
14422026-08-07T05:46:41.684Z Compiling subtle v2.6.1
14432026-08-07T05:46:41.782Z Compiling zerovec v0.11.6
14442026-08-07T05:46:41.831Z Compiling zerotrie v0.2.4
14452026-08-07T05:46:41.842Z Compiling regex-syntax v0.8.10
14462026-08-07T05:46:41.928Z Compiling zeroize v1.8.2
14472026-08-07T05:46:42.115Z Compiling thiserror v1.0.69
14482026-08-07T05:46:42.127Z Compiling httparse v1.10.1
14492026-08-07T05:46:42.251Z Compiling bytes v1.11.1
14502026-08-07T05:46:42.291Z Compiling tinystr v0.8.3
14512026-08-07T05:46:42.302Z Compiling potential_utf v0.1.5
14522026-08-07T05:46:42.408Z Compiling icu_collections v2.2.0
14532026-08-07T05:46:42.453Z Compiling icu_locale_core v2.2.0
14542026-08-07T05:46:42.453Z Compiling chrono v0.4.45
14552026-08-07T05:46:42.481Z Compiling futures-util v0.3.32
14562026-08-07T05:46:42.873Z Compiling http v1.4.2
14572026-08-07T05:46:42.922Z Compiling tokio v1.53.1
14582026-08-07T05:46:43.593Z Compiling icu_provider v2.2.0
14592026-08-07T05:46:43.911Z Compiling icu_properties v2.2.0
14602026-08-07T05:46:43.927Z Compiling icu_normalizer v2.2.0
14612026-08-07T05:46:44.002Z Compiling serde_tokenstream v0.2.3
14622026-08-07T05:46:44.284Z Compiling erased-serde v0.3.31
14632026-08-07T05:46:44.448Z Compiling http-body v1.0.1
14642026-08-07T05:46:44.511Z Compiling atomic-waker v1.1.2
14652026-08-07T05:46:44.591Z Compiling ipnet v2.12.0
14662026-08-07T05:46:44.771Z Compiling thiserror-impl v1.0.69
14672026-08-07T05:46:44.844Z Compiling idna_adapter v1.2.2
14682026-08-07T05:46:44.859Z Compiling tower-service v0.3.3
14692026-08-07T05:46:44.948Z Compiling idna v1.1.0
14702026-08-07T05:46:44.977Z Compiling ppv-lite86 v0.2.21
14712026-08-07T05:46:45.100Z Compiling ucd-trie v0.1.7
14722026-08-07T05:46:45.111Z Compiling tower-layer v0.3.3
14732026-08-07T05:46:45.258Z Compiling url v2.5.8
14742026-08-07T05:46:45.290Z Compiling pest v2.8.6
14752026-08-07T05:46:45.390Z Compiling ryu v1.0.23
14762026-08-07T05:46:45.452Z Compiling try-lock v0.2.5
14772026-08-07T05:46:45.556Z Compiling untrusted v0.9.0
14782026-08-07T05:46:45.567Z Compiling want v0.3.1
14792026-08-07T05:46:45.670Z Compiling getrandom v0.2.17
14802026-08-07T05:46:45.701Z Compiling getrandom v0.3.4
14812026-08-07T05:46:45.851Z Compiling httpdate v1.0.3
14822026-08-07T05:46:46.002Z Compiling rand_core v0.6.4
14832026-08-07T05:46:46.029Z Compiling pretty-hex v0.4.2
14842026-08-07T05:46:46.086Z Compiling plain v0.2.3
14852026-08-07T05:46:46.103Z Compiling slog v2.8.2
14862026-08-07T05:46:46.153Z Compiling foldhash v0.2.0
14872026-08-07T05:46:46.185Z Compiling tracing-core v0.1.36
14882026-08-07T05:46:46.218Z Compiling tracing-attributes v0.1.31
14892026-08-07T05:46:46.316Z Compiling pest_meta v2.8.6
14902026-08-07T05:46:46.399Z Compiling paste v1.0.15
14912026-08-07T05:46:46.528Z Compiling ipnetwork v0.21.1
14922026-08-07T05:46:46.782Z Compiling oxnet v0.1.6
14932026-08-07T05:46:46.958Z Compiling pest_generator v2.8.6
14942026-08-07T05:46:47.117Z Compiling serde_urlencoded v0.7.1
14952026-08-07T05:46:47.172Z Compiling http-body-util v0.1.4
14962026-08-07T05:46:47.236Z Compiling aho-corasick v1.1.4
14972026-08-07T05:46:47.359Z Compiling ident_case v1.0.1
14982026-08-07T05:46:47.405Z Compiling tracing v0.1.44
14992026-08-07T05:46:47.422Z Compiling omicron-workspace-hack v0.1.0
15002026-08-07T05:46:47.470Z Compiling winnow v1.0.3
15012026-08-07T05:46:47.573Z Compiling pest_derive v2.8.6
15022026-08-07T05:46:47.639Z Compiling sync_wrapper v1.0.2
15032026-08-07T05:46:47.813Z Compiling anyhow v1.0.104
15042026-08-07T05:46:48.072Z Compiling regex-automata v0.4.14
15052026-08-07T05:46:48.143Z Compiling powerfmt v0.2.0
15062026-08-07T05:46:48.182Z Compiling time-core v0.1.8
15072026-08-07T05:46:48.326Z Compiling num-conv v0.2.2
15082026-08-07T05:46:48.348Z Compiling deranged v0.5.8
15092026-08-07T05:46:48.475Z Compiling time-macros v0.2.27
15102026-08-07T05:46:48.678Z Compiling hashbrown v0.16.1
15112026-08-07T05:46:48.798Z Compiling daft-derive v0.1.7
15122026-08-07T05:46:48.968Z Compiling scroll_derive v0.13.1
15132026-08-07T05:46:49.320Z Compiling fastrand v2.4.1
15142026-08-07T05:46:49.442Z Compiling num_threads v0.1.7
15152026-08-07T05:46:49.532Z Compiling tokio-util v0.7.18
15162026-08-07T05:46:49.576Z Compiling async-trait v0.1.89
15172026-08-07T05:46:49.790Z Compiling regex v1.12.3
15182026-08-07T05:46:49.821Z Compiling scroll v0.13.0
15192026-08-07T05:46:49.903Z Compiling aws-lc-rs v1.17.0
15202026-08-07T05:46:50.079Z Compiling goblin v0.10.7
15212026-08-07T05:46:50.235Z Compiling rustls-pki-types v1.14.1
15222026-08-07T05:46:50.265Z Compiling openssl-probe v0.2.1
15232026-08-07T05:46:50.446Z Compiling untrusted v0.7.1
15242026-08-07T05:46:50.542Z Compiling usdt-impl v0.6.0
15252026-08-07T05:46:50.564Z Compiling crossbeam-utils v0.8.21
15262026-08-07T05:46:50.610Z Compiling hex v0.4.3
15272026-08-07T05:46:50.705Z Compiling dtrace-parser v0.3.0
15282026-08-07T05:46:50.786Z Compiling camino v1.2.5
15292026-08-07T05:46:50.860Z Compiling rustls v0.23.40
15302026-08-07T05:46:50.937Z Compiling h2 v0.4.14
15312026-08-07T05:46:51.145Z Compiling thread-id v5.1.0
15322026-08-07T05:46:51.223Z Compiling thread_local v1.1.9
15332026-08-07T05:46:51.396Z Compiling crc32fast v1.5.0
15342026-08-07T05:46:51.487Z Compiling rand_core v0.9.5
15352026-08-07T05:46:51.556Z Compiling futures-executor v0.3.32
15362026-08-07T05:46:51.695Z Compiling slog-async v2.8.0
15372026-08-07T05:46:51.714Z Compiling match_cfg v0.1.0
15382026-08-07T05:46:51.831Z Compiling futures v0.3.32
15392026-08-07T05:46:51.922Z Compiling structmeta-derive v0.3.0
15402026-08-07T05:46:51.958Z Compiling adler2 v2.0.1
15412026-08-07T05:46:52.012Z Compiling term v1.2.1
15422026-08-07T05:46:52.040Z Compiling simd-adler32 v0.3.9
15432026-08-07T05:46:52.082Z Compiling take_mut v0.2.2
15442026-08-07T05:46:52.186Z Compiling cpufeatures v0.3.0
15452026-08-07T05:46:52.235Z Compiling miniz_oxide v0.8.9
15462026-08-07T05:46:52.255Z Compiling rand_chacha v0.9.0
15472026-08-07T05:46:52.685Z Compiling darling_core v0.23.0
15482026-08-07T05:46:52.699Z Compiling newtype-uuid-macros v0.1.0
15492026-08-07T05:46:52.889Z Compiling dof v0.4.0
15502026-08-07T05:46:52.932Z Compiling structmeta v0.3.0
15512026-08-07T05:46:53.159Z Compiling hyper v1.11.0
15522026-08-07T05:46:53.569Z Compiling hybrid-array v0.4.12
15532026-08-07T05:46:54.030Z Compiling flate2 v1.1.9
15542026-08-07T05:46:54.072Z Compiling rand v0.9.4
15552026-08-07T05:46:54.304Z Compiling hyper-util v0.1.20
15562026-08-07T05:46:54.449Z Compiling newtype-uuid v1.3.2
15572026-08-07T05:46:54.499Z Compiling compression-core v0.4.32
15582026-08-07T05:46:54.652Z Compiling syn v1.0.109
15592026-08-07T05:46:54.679Z Compiling ref-cast v1.0.25
15602026-08-07T05:46:54.785Z Compiling quick-error v1.2.3
15612026-08-07T05:46:54.841Z Compiling darling_macro v0.23.0
15622026-08-07T05:46:54.883Z Compiling daft v0.1.7
15632026-08-07T05:46:54.936Z Compiling compression-codecs v0.4.38
15642026-08-07T05:46:55.000Z Compiling crypto-common v0.2.2
15652026-08-07T05:46:55.024Z Compiling block-buffer v0.12.0
15662026-08-07T05:46:55.108Z Compiling usdt-attr-macro v0.6.0
15672026-08-07T05:46:55.148Z Compiling usdt-macro v0.6.0
15682026-08-07T05:46:55.185Z Compiling ref-cast-impl v1.0.25
15692026-08-07T05:46:55.426Z Compiling darling v0.23.0
15702026-08-07T05:46:55.503Z Compiling strum_macros v0.26.4
15712026-08-07T05:46:55.785Z Compiling serde_spanned v1.1.1
15722026-08-07T05:46:55.932Z Compiling multer v3.1.0
15732026-08-07T05:46:55.966Z Compiling toml_writer v1.1.1+spec-1.1.0
15742026-08-07T05:46:56.156Z Compiling bit-vec v0.8.0
15752026-08-07T05:46:56.177Z Compiling const-oid v0.10.2
15762026-08-07T05:46:56.266Z Compiling debug-ignore v1.0.5
15772026-08-07T05:46:56.317Z Compiling digest v0.11.3
15782026-08-07T05:46:56.342Z Compiling bit-set v0.8.0
15792026-08-07T05:46:56.378Z Compiling serde_with_macros v3.21.0
15802026-08-07T05:46:56.475Z Compiling time v0.3.47
15812026-08-07T05:46:56.494Z Compiling tower v0.5.3
15822026-08-07T05:46:56.668Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15832026-08-07T05:46:56.880Z Compiling async-stream-impl v0.3.6
15842026-08-07T05:46:56.960Z Compiling dropshot v0.17.1
15852026-08-07T05:46:57.132Z Compiling strum v0.26.3
15862026-08-07T05:46:57.179Z Compiling encoding_rs v0.8.35
15872026-08-07T05:46:57.255Z Compiling spin v0.9.8
15882026-08-07T05:46:57.365Z Compiling unarray v0.1.4
15892026-08-07T05:46:57.470Z Compiling mime v0.3.17
15902026-08-07T05:46:57.506Z Compiling async-stream v0.3.6
15912026-08-07T05:46:57.536Z Compiling tower-http v0.6.11
15922026-08-07T05:46:57.737Z Compiling sha1 v0.11.0
15932026-08-07T05:46:57.989Z Compiling derive-ex v0.1.8
15942026-08-07T05:46:58.144Z Compiling crossbeam-channel v0.5.15
15952026-08-07T05:46:58.865Z Compiling waitgroup v0.1.2
15962026-08-07T05:46:58.919Z Compiling dropshot_endpoint v0.17.1
15972026-08-07T05:46:58.999Z Compiling macaddr v1.0.1
15982026-08-07T05:46:59.143Z Compiling openapiv3 v2.2.0
15992026-08-07T05:46:59.194Z Compiling serde_path_to_error v0.1.20
16002026-08-07T05:46:59.222Z Compiling generic-array v0.14.7
16012026-08-07T05:46:59.588Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
16022026-08-07T05:46:59.601Z Compiling test-strategy v0.4.5
16032026-08-07T05:46:59.649Z Compiling rustls-native-certs v0.8.4
16042026-08-07T05:46:59.761Z Compiling tempfile v3.27.0
16052026-08-07T05:46:59.778Z Compiling strum_macros v0.27.2
16062026-08-07T05:46:59.990Z Compiling instant v0.1.13
16072026-08-07T05:47:00.595Z Compiling is-terminal v0.4.17
16082026-08-07T05:47:00.663Z Compiling either v1.16.0
16092026-08-07T05:47:00.687Z Compiling slog-term v2.9.2
16102026-08-07T05:47:01.224Z Compiling slog-json v2.6.1
16112026-08-07T05:47:01.291Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16122026-08-07T05:47:01.410Z Compiling hostname v0.3.1
16132026-08-07T05:47:01.428Z Compiling memmap2 v0.9.10
16142026-08-07T05:47:01.481Z Compiling parse-display-derive v0.10.0
16152026-08-07T05:47:01.525Z Compiling slog-bunyan v2.5.0
16162026-08-07T05:47:01.543Z Compiling backon v1.6.0
16172026-08-07T05:47:01.573Z Compiling strum v0.27.2
16182026-08-07T05:47:01.640Z Compiling usdt v0.6.0
16192026-08-07T05:47:01.651Z Compiling rand_chacha v0.3.1
16202026-08-07T05:47:01.662Z Compiling toml_parser v1.1.2+spec-1.1.0
16212026-08-07T05:47:01.691Z Compiling toml_datetime v1.1.1+spec-1.1.0
16222026-08-07T05:47:01.740Z Compiling wait-timeout v0.2.1
16232026-08-07T05:47:01.903Z Compiling rand v0.8.6
16242026-08-07T05:47:01.903Z Compiling rusty-fork v0.3.1
16252026-08-07T05:47:01.982Z Compiling crypto-common v0.1.7
16262026-08-07T05:47:02.033Z Compiling toml v1.1.2+spec-1.1.0
16272026-08-07T05:47:02.095Z Compiling serde_with v3.21.0
16282026-08-07T05:47:02.106Z Compiling async-compression v0.4.42
16292026-08-07T05:47:02.254Z Compiling rand_xorshift v0.4.0
16302026-08-07T05:47:02.329Z Compiling rustls-pemfile v2.2.0
16312026-08-07T05:47:02.397Z Compiling regress v0.10.5
16322026-08-07T05:47:02.412Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16332026-08-07T05:47:02.530Z Compiling hostname v0.4.2
16342026-08-07T05:47:02.663Z Compiling humantime v2.3.0
16352026-08-07T05:47:02.871Z Compiling proptest v1.11.0
16362026-08-07T05:47:02.926Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16372026-08-07T05:47:03.385Z Compiling utf8parse v0.2.2
16382026-08-07T05:47:03.494Z Compiling anstyle-parse v1.0.0
16392026-08-07T05:47:03.612Z Compiling itertools v0.14.0
16402026-08-07T05:47:03.675Z Compiling iddqd v0.4.6
16412026-08-07T05:47:04.198Z Compiling is_terminal_polyfill v1.70.2
16422026-08-07T05:47:04.257Z Compiling colorchoice v1.0.5
16432026-08-07T05:47:04.289Z Compiling anstyle-query v1.1.5
16442026-08-07T05:47:04.367Z Compiling anstyle v1.0.14
16452026-08-07T05:47:04.390Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16462026-08-07T05:47:04.589Z Compiling anstream v1.0.0
16472026-08-07T05:47:04.630Z Compiling reqwest v0.12.28
16482026-08-07T05:47:04.860Z Compiling clap_lex v1.1.0
16492026-08-07T05:47:04.900Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16502026-08-07T05:47:04.931Z Compiling parse-display v0.10.0
16512026-08-07T05:47:05.101Z Compiling backoff v0.4.0
16522026-08-07T05:47:05.252Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16532026-08-07T05:47:05.478Z Compiling block-buffer v0.10.4
16542026-08-07T05:47:05.522Z Compiling clap_derive v4.6.4
16552026-08-07T05:47:05.648Z Compiling progenitor-client v0.10.0
16562026-08-07T05:47:06.099Z Compiling digest v0.10.7
16572026-08-07T05:47:06.242Z Compiling terminal_size v0.4.4
16582026-08-07T05:47:06.764Z Compiling unicode-width v0.2.2
16592026-08-07T05:47:06.963Z Compiling clap_builder v4.6.5
16602026-08-07T05:47:06.995Z Compiling regress v0.11.1
16612026-08-07T05:47:08.733Z Compiling clap v4.6.5
16622026-08-07T05:47:08.812Z Compiling typify-impl v0.6.2
16632026-08-07T05:47:09.056Z Compiling toml_datetime v0.6.11
16642026-08-07T05:47:09.325Z Compiling zerocopy-derive v0.7.35
16652026-08-07T05:47:09.491Z Compiling cpufeatures v0.2.17
16662026-08-07T05:47:09.561Z Compiling convert_case v0.4.0
16672026-08-07T05:47:09.856Z Compiling derive_more v0.99.20
16682026-08-07T05:47:10.192Z Compiling zerocopy v0.7.35
16692026-08-07T05:47:10.959Z Compiling toml_edit v0.25.12+spec-1.1.0
16702026-08-07T05:47:11.697Z Compiling proc-macro-crate v3.5.0
16712026-08-07T05:47:11.837Z Compiling secrecy v0.10.3
16722026-08-07T05:47:11.848Z Compiling crucible-workspace-hack v0.1.0
16732026-08-07T05:47:11.916Z Compiling tinyvec_macros v0.1.1
16742026-08-07T05:47:11.995Z Compiling float-ord v0.3.2
16752026-08-07T05:47:12.067Z Compiling tinyvec v1.11.0
16762026-08-07T05:47:12.115Z Compiling num_enum_derive v0.7.6
16772026-08-07T05:47:12.438Z Compiling dtrace-parser v0.2.0
16782026-08-07T05:47:12.530Z Compiling scroll_derive v0.12.1
16792026-08-07T05:47:12.619Z Compiling num-integer v0.1.46
16802026-08-07T05:47:12.923Z Compiling rustc_version v0.4.1
16812026-08-07T05:47:12.934Z Compiling usdt-impl v0.5.0
16822026-08-07T05:47:13.243Z Compiling curve25519-dalek v4.1.3
16832026-08-07T05:47:13.291Z Compiling scroll v0.12.0
16842026-08-07T05:47:13.320Z Compiling num_enum v0.7.6
16852026-08-07T05:47:13.517Z Compiling dof v0.3.0
16862026-08-07T05:47:13.553Z Compiling hmac v0.12.1
16872026-08-07T05:47:13.609Z Compiling inout v0.1.4
16882026-08-07T05:47:13.683Z Compiling darling_core v0.21.3
16892026-08-07T05:47:13.748Z Compiling ff v0.13.1
16902026-08-07T05:47:13.853Z Compiling thread-id v4.2.2
16912026-08-07T05:47:13.886Z Compiling group v0.13.0
16922026-08-07T05:47:13.940Z Compiling cipher v0.4.4
16932026-08-07T05:47:14.178Z Compiling hkdf v0.12.4
16942026-08-07T05:47:14.389Z Compiling goblin v0.8.2
16952026-08-07T05:47:14.536Z Compiling num-rational v0.4.2
16962026-08-07T05:47:14.583Z Compiling num-iter v0.1.45
16972026-08-07T05:47:14.776Z Compiling universal-hash v0.5.1
16982026-08-07T05:47:14.867Z Compiling crypto-bigint v0.5.5
16992026-08-07T05:47:14.899Z Compiling thiserror-impl-no-std v2.0.2
17002026-08-07T05:47:15.143Z Compiling hubpack_derive v0.1.1
17012026-08-07T05:47:15.162Z Compiling typify-macro v0.6.2
17022026-08-07T05:47:15.661Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17032026-08-07T05:47:15.771Z Compiling darling_macro v0.21.3
17042026-08-07T05:47:15.999Z Compiling crossbeam-epoch v0.9.18
17052026-08-07T05:47:16.099Z Compiling half v2.7.1
17062026-08-07T05:47:16.330Z Compiling curve25519-dalek-derive v0.1.1
17072026-08-07T05:47:16.333Z Compiling num-complex v0.4.6
17082026-08-07T05:47:16.607Z Compiling memoffset v0.9.1
17092026-08-07T05:47:16.702Z Compiling base64ct v1.8.3
17102026-08-07T05:47:16.722Z Compiling unsafe-libyaml v0.2.11
17112026-08-07T05:47:16.839Z Compiling opaque-debug v0.3.1
17122026-08-07T05:47:16.908Z Compiling cfg_aliases v0.2.1
17132026-08-07T05:47:16.978Z Compiling base16ct v0.2.0
17142026-08-07T05:47:16.991Z Compiling ciborium-io v0.2.2
17152026-08-07T05:47:17.079Z Compiling elliptic-curve v0.13.8
17162026-08-07T05:47:17.130Z Compiling ciborium-ll v0.2.2
17172026-08-07T05:47:17.283Z Compiling typify v0.6.2
17182026-08-07T05:47:17.351Z Compiling serde_yaml v0.9.34+deprecated
17192026-08-07T05:47:17.372Z Compiling nix v0.31.3
17202026-08-07T05:47:17.391Z Compiling password-hash v0.5.0
17212026-08-07T05:47:17.438Z Compiling poly1305 v0.8.0
17222026-08-07T05:47:17.823Z Compiling num v0.4.3
17232026-08-07T05:47:18.131Z Compiling darling v0.21.3
17242026-08-07T05:47:18.209Z Compiling thiserror-no-std v2.0.2
17252026-08-07T05:47:18.296Z Compiling hubpack v0.1.2
17262026-08-07T05:47:18.568Z Compiling chacha20 v0.9.1
17272026-08-07T05:47:18.659Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17282026-08-07T05:47:18.801Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17292026-08-07T05:47:19.206Z Compiling blake2 v0.10.6
17302026-08-07T05:47:19.380Z Compiling aead v0.5.2
17312026-08-07T05:47:19.391Z Compiling byte-wrapper v0.1.0
17322026-08-07T05:47:19.535Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17332026-08-07T05:47:19.653Z Compiling proc-macro-error-attr v1.0.4
17342026-08-07T05:47:19.850Z Compiling rustix v0.38.44
17352026-08-07T05:47:19.869Z Compiling prettyplease v0.2.37
17362026-08-07T05:47:19.956Z Compiling heapless v0.8.0
17372026-08-07T05:47:20.097Z Compiling static_assertions v1.1.0
17382026-08-07T05:47:20.169Z Compiling keccak v0.1.6
17392026-08-07T05:47:20.324Z Compiling sha3 v0.10.9
17402026-08-07T05:47:20.620Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17412026-08-07T05:47:20.946Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-08-07T05:47:21.037Z Compiling chacha20poly1305 v0.10.1
17432026-08-07T05:47:21.102Z Compiling argon2 v0.5.3
17442026-08-07T05:47:21.354Z Compiling vsss-rs v3.3.4
17452026-08-07T05:47:21.366Z Compiling ingot-macros v0.1.1
17462026-08-07T05:47:21.705Z Compiling ciborium v0.2.2
17472026-08-07T05:47:22.150Z Compiling usdt-attr-macro v0.5.0
17482026-08-07T05:47:22.228Z Compiling usdt-macro v0.5.0
17492026-08-07T05:47:23.120Z Compiling serde_spanned v0.6.9
17502026-08-07T05:47:23.201Z Compiling hash32 v0.3.1
17512026-08-07T05:47:23.260Z Compiling num-derive v0.4.2
17522026-08-07T05:47:23.349Z Compiling enum-as-inner v0.6.1
17532026-08-07T05:47:23.380Z Compiling proc-macro-error v1.0.4
17542026-08-07T05:47:23.605Z Compiling memmap v0.7.0
17552026-08-07T05:47:23.794Z Compiling smoltcp v0.11.0
17562026-08-07T05:47:23.875Z Compiling indent_write v2.2.0
17572026-08-07T05:47:23.908Z Compiling winnow v0.7.15
17582026-08-07T05:47:23.923Z Compiling toml_write v0.1.2
17592026-08-07T05:47:24.005Z Compiling data-encoding v2.11.0
17602026-08-07T05:47:24.121Z Compiling winnow v0.5.40
17612026-08-07T05:47:24.125Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17622026-08-07T05:47:24.142Z Compiling ingot-types v0.1.2
17632026-08-07T05:47:24.216Z Compiling usdt v0.5.0
17642026-08-07T05:47:24.391Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-08-07T05:47:24.540Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17662026-08-07T05:47:24.632Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17672026-08-07T05:47:25.221Z Compiling toml_edit v0.22.27
17682026-08-07T05:47:25.412Z Compiling toml_edit v0.19.15
17692026-08-07T05:47:25.505Z Compiling tabwriter v1.4.1
17702026-08-07T05:47:25.743Z Compiling cobs v0.3.0
17712026-08-07T05:47:25.746Z Compiling serde_repr v0.1.21
17722026-08-07T05:47:25.939Z Compiling rustls-webpki v0.103.13
17732026-08-07T05:47:26.293Z Compiling vcpkg v0.2.15
17742026-08-07T05:47:26.322Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17752026-08-07T05:47:26.534Z Compiling pkg-config v0.3.33
17762026-08-07T05:47:26.968Z Compiling managed v0.8.0
17772026-08-07T05:47:26.980Z Compiling bytecount v0.6.9
17782026-08-07T05:47:27.113Z Compiling bitflags v1.3.2
17792026-08-07T05:47:27.193Z Compiling openssl-sys v0.9.116
17802026-08-07T05:47:27.241Z Compiling toml v0.8.23
17812026-08-07T05:47:27.407Z Compiling proc-macro-crate v1.3.1
17822026-08-07T05:47:27.740Z Compiling postcard v1.1.3
17832026-08-07T05:47:28.022Z Compiling ingot v0.1.1
17842026-08-07T05:47:28.136Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
17852026-08-07T05:47:28.433Z Compiling foreign-types-macros v0.2.3
17862026-08-07T05:47:28.451Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17872026-08-07T05:47:28.551Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17882026-08-07T05:47:28.770Z Compiling foreign-types-shared v0.3.1
17892026-08-07T05:47:28.783Z Compiling linked-hash-map v0.5.6
17902026-08-07T05:47:28.862Z Compiling swrite v0.1.0
17912026-08-07T05:47:28.955Z Compiling semver v0.1.20
17922026-08-07T05:47:28.966Z Compiling unicode-segmentation v1.13.3
17932026-08-07T05:47:29.083Z Compiling rayon-core v1.13.0
17942026-08-07T05:47:29.124Z Compiling heck v0.4.1
17952026-08-07T05:47:29.210Z Compiling colored v3.1.1
17962026-08-07T05:47:29.299Z Compiling resolv-conf v0.7.6
17972026-08-07T05:47:29.339Z Compiling newline-converter v0.3.0
17982026-08-07T05:47:29.389Z Compiling rustc_version v0.1.7
17992026-08-07T05:47:29.452Z Compiling tokio-rustls v0.26.4
18002026-08-07T05:47:29.587Z Compiling rustls-platform-verifier v0.7.0
18012026-08-07T05:47:29.609Z Compiling foreign-types v0.5.0
18022026-08-07T05:47:29.676Z Compiling hyper-rustls v0.27.9
18032026-08-07T05:47:29.715Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18042026-08-07T05:47:29.920Z Compiling reqwest v0.13.4
18052026-08-07T05:47:30.638Z Compiling lru-cache v0.1.2
18062026-08-07T05:47:30.873Z Compiling num_enum_derive v0.5.11
18072026-08-07T05:47:30.984Z Compiling atomicwrites v0.4.4
18082026-08-07T05:47:31.181Z Compiling progenitor-client v0.14.0
18092026-08-07T05:47:31.480Z Compiling progenitor-extras v0.2.0
18102026-08-07T05:47:31.492Z Compiling hickory-proto v0.24.4
18112026-08-07T05:47:32.255Z Compiling progenitor-impl v0.13.0
18122026-08-07T05:47:32.767Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-07T05:47:34.275Z Compiling progenitor-impl v0.14.0
18142026-08-07T05:47:34.751Z Compiling crossbeam-deque v0.8.6
18152026-08-07T05:47:34.862Z Compiling console v0.15.11
18162026-08-07T05:47:34.948Z Compiling camino-tempfile v1.4.1
18172026-08-07T05:47:35.190Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18182026-08-07T05:47:35.523Z Compiling chacha20 v0.10.0
18192026-08-07T05:47:35.702Z Compiling serde-big-array v0.5.1
18202026-08-07T05:47:35.789Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18212026-08-07T05:47:35.844Z Compiling pin-project-internal v1.1.13
18222026-08-07T05:47:35.904Z Compiling derive-where v1.6.1
18232026-08-07T05:47:36.309Z Compiling cstr-argument v0.1.2
18242026-08-07T05:47:36.469Z Compiling similar v2.7.0
18252026-08-07T05:47:36.577Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18262026-08-07T05:47:36.797Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-08-07T05:47:36.939Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-08-07T05:47:37.119Z Compiling minimal-lexical v0.2.1
18292026-08-07T05:47:37.155Z Compiling siphasher v1.0.3
18302026-08-07T05:47:37.379Z Compiling nom v7.1.3
18312026-08-07T05:47:37.406Z Compiling phf_shared v0.12.1
18322026-08-07T05:47:37.582Z Compiling pin-project v1.1.13
18332026-08-07T05:47:37.685Z Compiling expectorate v1.2.0
18342026-08-07T05:47:37.855Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18352026-08-07T05:47:37.870Z Compiling progenitor-macro v0.14.0
18362026-08-07T05:47:38.700Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-08-07T05:47:38.799Z Compiling progenitor-macro v0.13.0
18382026-08-07T05:47:38.909Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18392026-08-07T05:47:38.962Z Compiling rand v0.10.2
18402026-08-07T05:47:39.645Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18412026-08-07T05:47:39.765Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-08-07T05:47:39.909Z Compiling hickory-resolver v0.24.4
18432026-08-07T05:47:40.457Z Compiling num_enum v0.5.11
18442026-08-07T05:47:40.530Z Compiling progenitor-client v0.13.0
18452026-08-07T05:47:40.573Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18462026-08-07T05:47:40.775Z Compiling newtype_derive v0.1.6
18472026-08-07T05:47:41.744Z Compiling unicode-normalization v0.1.25
18482026-08-07T05:47:42.208Z Compiling tokio-stream v0.1.18
18492026-08-07T05:47:42.221Z Compiling async-recursion v1.1.1
18502026-08-07T05:47:42.546Z Compiling snafu-derive v0.8.9
18512026-08-07T05:47:42.668Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18522026-08-07T05:47:42.914Z Compiling slog-dtrace v0.3.0
18532026-08-07T05:47:42.993Z Compiling csv-core v0.1.13
18542026-08-07T05:47:43.181Z Compiling bstr v1.12.1
18552026-08-07T05:47:43.241Z Compiling konst_macro_rules v0.2.19
18562026-08-07T05:47:43.266Z Compiling highway v1.3.0
18572026-08-07T05:47:43.426Z Compiling unicode-width v0.1.14
18582026-08-07T05:47:43.664Z Compiling foreign-types-shared v0.1.1
18592026-08-07T05:47:43.678Z Compiling chrono-tz v0.10.4
18602026-08-07T05:47:43.705Z Compiling unicode-xid v0.2.6
18612026-08-07T05:47:43.753Z Compiling cancel-safe-futures v0.1.5
18622026-08-07T05:47:43.828Z Compiling owo-colors v4.3.0
18632026-08-07T05:47:43.896Z Compiling foldhash v0.1.5
18642026-08-07T05:47:43.991Z Compiling same-file v1.0.6
18652026-08-07T05:47:44.075Z Compiling openssl v0.10.80
18662026-08-07T05:47:44.123Z Compiling progenitor v0.13.0
18672026-08-07T05:47:44.168Z Compiling walkdir v2.5.0
18682026-08-07T05:47:44.199Z Compiling hashbrown v0.15.5
18692026-08-07T05:47:44.296Z Compiling const_format_proc_macros v0.2.34
18702026-08-07T05:47:44.364Z Compiling foreign-types v0.3.2
18712026-08-07T05:47:44.389Z Compiling snafu v0.8.9
18722026-08-07T05:47:44.435Z Compiling globset v0.4.18
18732026-08-07T05:47:44.527Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-08-07T05:47:44.663Z Compiling konst v0.2.20
18752026-08-07T05:47:44.734Z Compiling progenitor v0.14.0
18762026-08-07T05:47:44.762Z Compiling csv v1.4.0
18772026-08-07T05:47:44.923Z Compiling qorb v0.4.1
18782026-08-07T05:47:44.953Z Compiling olpc-cjson v0.1.4
18792026-08-07T05:47:45.119Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-08-07T05:47:45.119Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-08-07T05:47:45.257Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-08-07T05:47:46.377Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18832026-08-07T05:47:46.725Z Compiling rayon v1.12.0
18842026-08-07T05:47:46.762Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-08-07T05:47:46.809Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18862026-08-07T05:47:47.028Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-08-07T05:47:47.290Z Compiling phf v0.12.1
18882026-08-07T05:47:47.339Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-08-07T05:47:47.800Z Compiling zone_cfg_derive v0.3.1
18902026-08-07T05:47:47.842Z Compiling tokio-dtrace v0.1.1
18912026-08-07T05:47:48.198Z Compiling itertools v0.12.1
18922026-08-07T05:47:48.243Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18932026-08-07T05:47:48.310Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-08-07T05:47:48.442Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18952026-08-07T05:47:48.548Z Compiling libsw-core v0.3.2
18962026-08-07T05:47:48.562Z Compiling serde_plain v1.0.2
18972026-08-07T05:47:48.712Z Compiling openssl-macros v0.1.1
18982026-08-07T05:47:48.767Z Compiling pem v3.0.6
18992026-08-07T05:47:48.821Z Compiling cookie v0.18.1
19002026-08-07T05:47:48.902Z Compiling proc-macro-error-attr2 v2.0.0
19012026-08-07T05:47:49.054Z Compiling sigpipe v0.1.3
19022026-08-07T05:47:49.143Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19032026-08-07T05:47:49.154Z Compiling fixedbitset v0.4.2
19042026-08-07T05:47:49.208Z Compiling jiff v0.2.28
19052026-08-07T05:47:49.351Z Compiling fixedbitset v0.5.7
19062026-08-07T05:47:49.365Z Compiling typed-path v0.9.3
19072026-08-07T05:47:49.391Z Compiling glob v0.3.3
19082026-08-07T05:47:49.474Z Compiling proc-macro-error2 v2.0.1
19092026-08-07T05:47:49.698Z Compiling petgraph v0.8.3
19102026-08-07T05:47:49.764Z Compiling zone v0.3.1
19112026-08-07T05:47:49.802Z Compiling petgraph v0.6.5
19122026-08-07T05:47:50.374Z Compiling tough v0.22.0
19132026-08-07T05:47:50.626Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-08-07T05:47:50.732Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19152026-08-07T05:47:50.825Z Compiling libsw v3.5.0
19162026-08-07T05:47:51.000Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19172026-08-07T05:47:51.245Z Compiling oxide-tokio-rt v0.1.6
19182026-08-07T05:47:51.312Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19192026-08-07T05:47:51.489Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-08-07T05:47:52.532Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-08-07T05:47:52.704Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-08-07T05:47:52.734Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-08-07T05:47:53.126Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-08-07T05:47:53.203Z Compiling const_format v0.2.36
19252026-08-07T05:47:53.623Z Compiling papergrid v0.11.0
19262026-08-07T05:47:53.635Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-08-07T05:47:54.017Z Compiling tabled_derive v0.7.0
19282026-08-07T05:47:54.047Z Compiling gethostname v0.5.0
19292026-08-07T05:47:54.167Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19302026-08-07T05:47:54.218Z Compiling libscf-sys v1.2.0
19312026-08-07T05:47:54.265Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19322026-08-07T05:47:54.359Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19332026-08-07T05:47:54.390Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-08-07T05:47:54.510Z Compiling bcs v0.1.6
19352026-08-07T05:47:54.571Z Compiling smf v0.2.3
19362026-08-07T05:47:54.829Z Compiling nom v8.0.0
19372026-08-07T05:47:54.885Z Compiling whoami v1.6.1
19382026-08-07T05:47:54.981Z Compiling lazy_static v1.5.0
19392026-08-07T05:47:55.089Z Compiling tagptr v0.2.0
19402026-08-07T05:47:55.179Z Compiling linear-map v1.2.0
19412026-08-07T05:47:55.205Z Compiling smawk v0.3.2
19422026-08-07T05:47:55.242Z Compiling unicode-linebreak v0.1.5
19432026-08-07T05:47:55.342Z Compiling termtree v0.5.1
19442026-08-07T05:47:55.360Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-08-07T05:47:55.425Z Compiling moka v0.12.15
19462026-08-07T05:47:55.485Z Compiling textwrap v0.16.2
19472026-08-07T05:47:55.488Z Compiling steno v0.4.1
19482026-08-07T05:47:56.180Z Compiling tabled v0.15.0
19492026-08-07T05:47:56.192Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19502026-08-07T05:47:56.205Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19512026-08-07T05:47:56.988Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19522026-08-07T05:47:57.130Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19532026-08-07T05:47:57.933Z Compiling tabled_derive v0.11.0
19542026-08-07T05:47:58.710Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19552026-08-07T05:47:58.886Z Compiling papergrid v0.18.0
19562026-08-07T05:47:59.059Z Compiling hickory-proto v0.25.2
19572026-08-07T05:47:59.112Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19582026-08-07T05:47:59.666Z Compiling testing_table v0.3.0
19592026-08-07T05:47:59.837Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19602026-08-07T05:48:00.017Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
19612026-08-07T05:48:00.112Z Compiling tabled v0.21.0
19622026-08-07T05:48:00.115Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19632026-08-07T05:48:00.741Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19642026-08-07T05:48:00.937Z Compiling hickory-resolver v0.25.2
19652026-08-07T05:48:01.129Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19662026-08-07T05:48:01.574Z Compiling parking_lot_core v0.8.6
19672026-08-07T05:48:01.873Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19682026-08-07T05:48:02.472Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19692026-08-07T05:48:02.601Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
19702026-08-07T05:48:02.666Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-08-07T05:48:02.965Z Compiling crc8 v0.1.1
19722026-08-07T05:48:03.098Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19732026-08-07T05:48:03.255Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19742026-08-07T05:48:03.365Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19752026-08-07T05:48:03.588Z Compiling parking_lot v0.11.2
19762026-08-07T05:48:03.762Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19772026-08-07T05:48:03.923Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
19782026-08-07T05:48:03.996Z Compiling fxhash v0.2.1
19792026-08-07T05:48:04.008Z Compiling internet-checksum v0.2.1
19802026-08-07T05:48:04.018Z Compiling itertools v0.15.0
19812026-08-07T05:48:04.134Z Compiling sled v0.34.7
19822026-08-07T05:48:04.146Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19832026-08-07T05:48:06.243Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19842026-08-07T05:48:06.552Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-08-07T05:48:14.681Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19862026-08-07T05:48:16.280Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-08-07T05:48:17.343Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19882026-08-07T05:48:18.307Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19892026-08-07T05:48:19.128Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19902026-08-07T05:48:20.540Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19912026-08-07T05:48:47.646Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 13s
19922026-08-07T05:48:47.653Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19932026-08-07T05:48:47.653Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19942026-08-07T05:48:47.877Z────────────
19952026-08-07T05:48:47.877Z Nextest run ID cf3863f4-1089-4d0c-a7c4-53c0072b725d with nextest profile: default
19962026-08-07T05:48:47.877Z Starting 49 tests across 3 binaries
19972026-08-07T05:48:47.883Z START bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
19982026-08-07T05:48:47.883Z
19992026-08-07T05:48:47.883Zrunning 1 test
20002026-08-07T05:48:48.279Ztest dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down ... ok
20012026-08-07T05:48:48.279Z
20022026-08-07T05:48:48.279Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.44s
20032026-08-07T05:48:48.279Z
20042026-08-07T05:48:48.287Z PASS [ 0.458s] bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
20052026-08-07T05:48:48.287Z START bfd dispatcher::proptests::state_machine
20062026-08-07T05:48:48.294Z
20072026-08-07T05:48:48.294Zrunning 1 test
20082026-08-07T05:48:48.583Ztest dispatcher::proptests::state_machine ... ok
20092026-08-07T05:48:48.583Z
20102026-08-07T05:48:48.583Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.29s
20112026-08-07T05:48:48.583Z
20122026-08-07T05:48:48.586Z PASS [ 0.298s] bfd dispatcher::proptests::state_machine
20132026-08-07T05:48:48.586Z START bfd dispatcher::proptests::state_machine_with_bind_failures
20142026-08-07T05:48:48.593Z
20152026-08-07T05:48:48.593Zrunning 1 test
20162026-08-07T05:48:48.845Ztest dispatcher::proptests::state_machine_with_bind_failures ... ok
20172026-08-07T05:48:48.845Z
20182026-08-07T05:48:48.845Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.25s
20192026-08-07T05:48:48.845Z
20202026-08-07T05:48:48.848Z PASS [ 0.262s] bfd dispatcher::proptests::state_machine_with_bind_failures
20212026-08-07T05:48:48.848Z START bfd dispatcher::tests::bounded_channel_drops_excess_packets
20222026-08-07T05:48:48.855Z
20232026-08-07T05:48:48.855Zrunning 1 test
20242026-08-07T05:48:48.858Ztest dispatcher::tests::bounded_channel_drops_excess_packets ... ok
20252026-08-07T05:48:48.858Z
20262026-08-07T05:48:48.858Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20272026-08-07T05:48:48.858Z
20282026-08-07T05:48:48.858Z PASS [ 0.011s] bfd dispatcher::tests::bounded_channel_drops_excess_packets
20292026-08-07T05:48:48.858Z START bfd dispatcher::tests::delivers_packet_from_registered_peer
20302026-08-07T05:48:48.864Z
20312026-08-07T05:48:48.864Zrunning 1 test
20322026-08-07T05:48:48.867Ztest dispatcher::tests::delivers_packet_from_registered_peer ... ok
20332026-08-07T05:48:48.867Z
20342026-08-07T05:48:48.867Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20352026-08-07T05:48:48.867Z
20362026-08-07T05:48:48.867Z PASS [ 0.009s] bfd dispatcher::tests::delivers_packet_from_registered_peer
20372026-08-07T05:48:48.867Z START bfd dispatcher::tests::drops_malformed_packet_but_task_survives
20382026-08-07T05:48:48.873Z
20392026-08-07T05:48:48.873Zrunning 1 test
20402026-08-07T05:48:48.876Ztest dispatcher::tests::drops_malformed_packet_but_task_survives ... ok
20412026-08-07T05:48:48.876Z
20422026-08-07T05:48:48.876Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20432026-08-07T05:48:48.876Z
20442026-08-07T05:48:48.876Z PASS [ 0.009s] bfd dispatcher::tests::drops_malformed_packet_but_task_survives
20452026-08-07T05:48:48.876Z START bfd dispatcher::tests::drops_packet_from_unregistered_peer
20462026-08-07T05:48:48.882Z
20472026-08-07T05:48:48.882Zrunning 1 test
20482026-08-07T05:48:49.185Ztest dispatcher::tests::drops_packet_from_unregistered_peer ... ok
20492026-08-07T05:48:49.186Z
20502026-08-07T05:48:49.186Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
20512026-08-07T05:48:49.186Z
20522026-08-07T05:48:49.189Z PASS [ 0.312s] bfd dispatcher::tests::drops_packet_from_unregistered_peer
20532026-08-07T05:48:49.189Z START bfd dispatcher::tests::rx_closed_after_last_peer_removed
20542026-08-07T05:48:49.195Z
20552026-08-07T05:48:49.195Zrunning 1 test
20562026-08-07T05:48:49.198Ztest dispatcher::tests::rx_closed_after_last_peer_removed ... ok
20572026-08-07T05:48:49.198Z
20582026-08-07T05:48:49.198Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20592026-08-07T05:48:49.199Z
20602026-08-07T05:48:49.199Z PASS [ 0.011s] bfd dispatcher::tests::rx_closed_after_last_peer_removed
20612026-08-07T05:48:49.199Z START bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
20622026-08-07T05:48:49.206Z
20632026-08-07T05:48:49.206Zrunning 1 test
20642026-08-07T05:48:49.209Ztest dispatcher::tests::shutdown_waits_for_task_to_be_dropped ... ok
20652026-08-07T05:48:49.209Z
20662026-08-07T05:48:49.209Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20672026-08-07T05:48:49.209Z
20682026-08-07T05:48:49.209Z PASS [ 0.009s] bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
20692026-08-07T05:48:49.209Z START bfd egress::tests::binds_ports_in_expected_range
20702026-08-07T05:48:49.214Z
20712026-08-07T05:48:49.214Zrunning 1 test
20722026-08-07T05:48:49.217Ztest egress::tests::binds_ports_in_expected_range ... ok
20732026-08-07T05:48:49.217Z
20742026-08-07T05:48:49.217Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20752026-08-07T05:48:49.217Z
20762026-08-07T05:48:49.217Z PASS [ 0.009s] bfd egress::tests::binds_ports_in_expected_range
20772026-08-07T05:48:49.217Z START bfd egress::tests::egress_socket_sets_hop_limit_v6
20782026-08-07T05:48:49.223Z
20792026-08-07T05:48:49.223Zrunning 1 test
20802026-08-07T05:48:49.225Ztest egress::tests::egress_socket_sets_hop_limit_v6 ... ok
20812026-08-07T05:48:49.226Z
20822026-08-07T05:48:49.226Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20832026-08-07T05:48:49.226Z
20842026-08-07T05:48:49.226Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_hop_limit_v6
20852026-08-07T05:48:49.226Z START bfd egress::tests::egress_socket_sets_ttl_v4
20862026-08-07T05:48:49.231Z
20872026-08-07T05:48:49.231Zrunning 1 test
20882026-08-07T05:48:49.234Ztest egress::tests::egress_socket_sets_ttl_v4 ... ok
20892026-08-07T05:48:49.234Z
20902026-08-07T05:48:49.234Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20912026-08-07T05:48:49.234Z
20922026-08-07T05:48:49.234Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_ttl_v4
20932026-08-07T05:48:49.234Z START bfd egress::tests::exits_when_channel_closed
20942026-08-07T05:48:49.239Z
20952026-08-07T05:48:49.239Zrunning 1 test
20962026-08-07T05:48:49.241Ztest egress::tests::exits_when_channel_closed ... ok
20972026-08-07T05:48:49.241Z
20982026-08-07T05:48:49.241Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20992026-08-07T05:48:49.241Z
21002026-08-07T05:48:49.242Z PASS [ 0.009s] bfd egress::tests::exits_when_channel_closed
21012026-08-07T05:48:49.242Z START bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
21022026-08-07T05:48:49.247Z
21032026-08-07T05:48:49.247Zrunning 1 test
21042026-08-07T05:48:49.250Ztest egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range ... ok
21052026-08-07T05:48:49.250Z
21062026-08-07T05:48:49.250Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21072026-08-07T05:48:49.250Z
21082026-08-07T05:48:49.250Z PASS [ 0.007s] bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
21092026-08-07T05:48:49.250Z START bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
21102026-08-07T05:48:49.255Z
21112026-08-07T05:48:49.255Zrunning 1 test
21122026-08-07T05:48:49.257Ztest egress_src_port_iter::tests::port_choices_wrap_around_at_end ... ok
21132026-08-07T05:48:49.258Z
21142026-08-07T05:48:49.258Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21152026-08-07T05:48:49.258Z
21162026-08-07T05:48:49.258Z PASS [ 0.007s] bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
21172026-08-07T05:48:49.258Z START bfd egress_src_port_iter::tests::src_port_is_always_in_range
21182026-08-07T05:48:49.262Z
21192026-08-07T05:48:49.262Zrunning 1 test
21202026-08-07T05:48:49.268Ztest egress_src_port_iter::tests::src_port_is_always_in_range ... ok
21212026-08-07T05:48:49.268Z
21222026-08-07T05:48:49.268Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
21232026-08-07T05:48:49.268Z
21242026-08-07T05:48:49.270Z PASS [ 0.012s] bfd egress_src_port_iter::tests::src_port_is_always_in_range
21252026-08-07T05:48:49.270Z START bfd rib::tests::exits_when_state_channel_closed
21262026-08-07T05:48:49.275Z
21272026-08-07T05:48:49.275Zrunning 1 test
21282026-08-07T05:48:49.278Ztest rib::tests::exits_when_state_channel_closed ... ok
21292026-08-07T05:48:49.278Z
21302026-08-07T05:48:49.278Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21312026-08-07T05:48:49.278Z
21322026-08-07T05:48:49.278Z PASS [ 0.009s] bfd rib::tests::exits_when_state_channel_closed
21332026-08-07T05:48:49.278Z START bfd rib::tests::initial_down_state_is_synced
21342026-08-07T05:48:49.283Z
21352026-08-07T05:48:49.284Zrunning 1 test
21362026-08-07T05:48:49.386Ztest rib::tests::initial_down_state_is_synced ... ok
21372026-08-07T05:48:49.386Z
21382026-08-07T05:48:49.386Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21392026-08-07T05:48:49.386Z
21402026-08-07T05:48:49.389Z PASS [ 0.110s] bfd rib::tests::initial_down_state_is_synced
21412026-08-07T05:48:49.390Z START bfd rib::tests::real_transitions_are_synced
21422026-08-07T05:48:49.395Z
21432026-08-07T05:48:49.395Zrunning 1 test
21442026-08-07T05:48:49.700Ztest rib::tests::real_transitions_are_synced ... ok
21452026-08-07T05:48:49.700Z
21462026-08-07T05:48:49.700Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.31s
21472026-08-07T05:48:49.700Z
21482026-08-07T05:48:49.703Z PASS [ 0.314s] bfd rib::tests::real_transitions_are_synced
21492026-08-07T05:48:49.703Z START bfd rib::tests::redundant_shutdown_states_are_not_resynced
21502026-08-07T05:48:49.709Z
21512026-08-07T05:48:49.709Zrunning 1 test
21522026-08-07T05:48:50.064Ztest rib::tests::redundant_shutdown_states_are_not_resynced ... ok
21532026-08-07T05:48:50.064Z
21542026-08-07T05:48:50.064Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.35s
21552026-08-07T05:48:50.064Z
21562026-08-07T05:48:50.067Z PASS [ 0.364s] bfd rib::tests::redundant_shutdown_states_are_not_resynced
21572026-08-07T05:48:50.067Z START bfd session::tests::counts_incoming_packets
21582026-08-07T05:48:50.073Z
21592026-08-07T05:48:50.073Zrunning 1 test
21602026-08-07T05:48:50.176Ztest session::tests::counts_incoming_packets ... ok
21612026-08-07T05:48:50.176Z
21622026-08-07T05:48:50.176Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21632026-08-07T05:48:50.177Z
21642026-08-07T05:48:50.179Z PASS [ 0.112s] bfd session::tests::counts_incoming_packets
21652026-08-07T05:48:50.179Z START bfd session::tests::down_to_up_directly
21662026-08-07T05:48:50.183Z
21672026-08-07T05:48:50.183Zrunning 1 test
21682026-08-07T05:48:50.286Ztest session::tests::down_to_up_directly ... ok
21692026-08-07T05:48:50.286Z
21702026-08-07T05:48:50.286Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21712026-08-07T05:48:50.286Z
21722026-08-07T05:48:50.289Z PASS [ 0.110s] bfd session::tests::down_to_up_directly
21732026-08-07T05:48:50.289Z START bfd session::tests::emits_outgoing_control_packet
21742026-08-07T05:48:50.293Z
21752026-08-07T05:48:50.293Zrunning 1 test
21762026-08-07T05:48:50.296Ztest session::tests::emits_outgoing_control_packet ... ok
21772026-08-07T05:48:50.296Z
21782026-08-07T05:48:50.296Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21792026-08-07T05:48:50.296Z
21802026-08-07T05:48:50.299Z PASS [ 0.010s] bfd session::tests::emits_outgoing_control_packet
21812026-08-07T05:48:50.299Z START bfd session::tests::exits_when_listener_channel_closes
21822026-08-07T05:48:50.303Z
21832026-08-07T05:48:50.303Zrunning 1 test
21842026-08-07T05:48:50.306Ztest session::tests::exits_when_listener_channel_closes ... ok
21852026-08-07T05:48:50.306Z
21862026-08-07T05:48:50.306Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21872026-08-07T05:48:50.306Z
21882026-08-07T05:48:50.306Z PASS [ 0.009s] bfd session::tests::exits_when_listener_channel_closes
21892026-08-07T05:48:50.306Z START bfd session::tests::handshake_down_init_up_publishes_each_state
21902026-08-07T05:48:50.312Z
21912026-08-07T05:48:50.312Zrunning 1 test
21922026-08-07T05:48:50.516Ztest session::tests::handshake_down_init_up_publishes_each_state ... ok
21932026-08-07T05:48:50.516Z
21942026-08-07T05:48:50.516Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21952026-08-07T05:48:50.516Z
21962026-08-07T05:48:50.519Z PASS [ 0.211s] bfd session::tests::handshake_down_init_up_publishes_each_state
21972026-08-07T05:48:50.519Z START bfd session::tests::init_to_down_on_peer_admin_down
21982026-08-07T05:48:50.525Z
21992026-08-07T05:48:50.525Zrunning 1 test
22002026-08-07T05:48:50.729Ztest session::tests::init_to_down_on_peer_admin_down ... ok
22012026-08-07T05:48:50.729Z
22022026-08-07T05:48:50.729Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
22032026-08-07T05:48:50.729Z
22042026-08-07T05:48:50.732Z PASS [ 0.212s] bfd session::tests::init_to_down_on_peer_admin_down
22052026-08-07T05:48:50.732Z START bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
22062026-08-07T05:48:50.737Z
22072026-08-07T05:48:50.737Zrunning 1 test
22082026-08-07T05:48:50.842Ztest session::tests::peer_state_that_does_not_advance_is_a_no_op ... ok
22092026-08-07T05:48:50.842Z
22102026-08-07T05:48:50.842Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
22112026-08-07T05:48:50.842Z
22122026-08-07T05:48:50.845Z PASS [ 0.111s] bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
22132026-08-07T05:48:50.845Z START bfd session::tests::poll_packet_elicits_final_response_on_egress
22142026-08-07T05:48:50.848Z
22152026-08-07T05:48:50.848Zrunning 1 test
22162026-08-07T05:48:50.853Ztest session::tests::poll_packet_elicits_final_response_on_egress ... ok
22172026-08-07T05:48:50.853Z
22182026-08-07T05:48:50.853Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22192026-08-07T05:48:50.853Z
22202026-08-07T05:48:50.853Z PASS [ 0.009s] bfd session::tests::poll_packet_elicits_final_response_on_egress
22212026-08-07T05:48:50.853Z START bfd session::tests::recv_timeout_drives_session_down
22222026-08-07T05:48:50.859Z
22232026-08-07T05:48:50.859Zrunning 1 test
22242026-08-07T05:48:52.375Ztest session::tests::recv_timeout_drives_session_down ... ok
22252026-08-07T05:48:52.375Z
22262026-08-07T05:48:52.375Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 1.52s
22272026-08-07T05:48:52.375Z
22282026-08-07T05:48:52.378Z PASS [ 1.528s] bfd session::tests::recv_timeout_drives_session_down
22292026-08-07T05:48:52.378Z START bfd session::tests::up_to_down_on_peer_admin_down
22302026-08-07T05:48:52.387Z
22312026-08-07T05:48:52.387Zrunning 1 test
22322026-08-07T05:48:52.591Ztest session::tests::up_to_down_on_peer_admin_down ... ok
22332026-08-07T05:48:52.591Z
22342026-08-07T05:48:52.591Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
22352026-08-07T05:48:52.592Z
22362026-08-07T05:48:52.595Z PASS [ 0.215s] bfd session::tests::up_to_down_on_peer_admin_down
22372026-08-07T05:48:52.595Z START bfd session::tests::up_to_down_on_peer_down
22382026-08-07T05:48:52.600Z
22392026-08-07T05:48:52.600Zrunning 1 test
22402026-08-07T05:48:52.804Ztest session::tests::up_to_down_on_peer_down ... ok
22412026-08-07T05:48:52.804Z
22422026-08-07T05:48:52.807Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
22432026-08-07T05:48:52.807Z
22442026-08-07T05:48:52.807Z PASS [ 0.213s] bfd session::tests::up_to_down_on_peer_down
22452026-08-07T05:48:52.807Z START bfd sm::tests::arbitrary_local_config_never_panics
22462026-08-07T05:48:52.814Z
22472026-08-07T05:48:52.814Zrunning 1 test
22482026-08-07T05:48:53.049Ztest sm::tests::arbitrary_local_config_never_panics ... ok
22492026-08-07T05:48:53.049Z
22502026-08-07T05:48:53.049Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.24s
22512026-08-07T05:48:53.049Z
22522026-08-07T05:48:53.052Z PASS [ 0.244s] bfd sm::tests::arbitrary_local_config_never_panics
22532026-08-07T05:48:53.052Z START bfd sm::tests::arbitrary_sequences_uphold_invariants
22542026-08-07T05:48:53.056Z
22552026-08-07T05:48:53.056Zrunning 1 test
22562026-08-07T05:48:53.523Ztest sm::tests::arbitrary_sequences_uphold_invariants ... ok
22572026-08-07T05:48:53.524Z
22582026-08-07T05:48:53.524Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.47s
22592026-08-07T05:48:53.524Z
22602026-08-07T05:48:53.526Z PASS [ 0.475s] bfd sm::tests::arbitrary_sequences_uphold_invariants
22612026-08-07T05:48:53.526Z START bfd sm::tests::bounded_consecutive_loss_keeps_session_up
22622026-08-07T05:48:53.532Z
22632026-08-07T05:48:53.532Zrunning 1 test
22642026-08-07T05:48:53.545Ztest sm::tests::bounded_consecutive_loss_keeps_session_up ... ok
22652026-08-07T05:48:53.545Z
22662026-08-07T05:48:53.545Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
22672026-08-07T05:48:53.545Z
22682026-08-07T05:48:53.548Z PASS [ 0.021s] bfd sm::tests::bounded_consecutive_loss_keeps_session_up
22692026-08-07T05:48:53.548Z START bfd sm::tests::clean_channel_converges_to_up
22702026-08-07T05:48:53.552Z
22712026-08-07T05:48:53.552Zrunning 1 test
22722026-08-07T05:48:53.555Ztest sm::tests::clean_channel_converges_to_up ... ok
22732026-08-07T05:48:53.555Z
22742026-08-07T05:48:53.555Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22752026-08-07T05:48:53.555Z
22762026-08-07T05:48:53.555Z PASS [ 0.008s] bfd sm::tests::clean_channel_converges_to_up
22772026-08-07T05:48:53.555Z START bfd sm::tests::demand_mode_suppresses_unsolicited_sends
22782026-08-07T05:48:53.571Z
22792026-08-07T05:48:53.571Zrunning 1 test
22802026-08-07T05:48:53.571Ztest sm::tests::demand_mode_suppresses_unsolicited_sends ... ok
22812026-08-07T05:48:53.571Z
22822026-08-07T05:48:53.571Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22832026-08-07T05:48:53.571Z
22842026-08-07T05:48:53.571Z PASS [ 0.007s] bfd sm::tests::demand_mode_suppresses_unsolicited_sends
22852026-08-07T05:48:53.571Z START bfd sm::tests::large_local_tx_interval_saturates_on_wire
22862026-08-07T05:48:53.571Z
22872026-08-07T05:48:53.571Zrunning 1 test
22882026-08-07T05:48:53.571Ztest sm::tests::large_local_tx_interval_saturates_on_wire ... ok
22892026-08-07T05:48:53.572Z
22902026-08-07T05:48:53.572Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22912026-08-07T05:48:53.572Z
22922026-08-07T05:48:53.572Z PASS [ 0.007s] bfd sm::tests::large_local_tx_interval_saturates_on_wire
22932026-08-07T05:48:53.572Z START bfd sm::tests::poll_flood_grows_response_queue_unboundedly
22942026-08-07T05:48:53.575Z
22952026-08-07T05:48:53.575Zrunning 1 test
22962026-08-07T05:48:53.575Ztest sm::tests::poll_flood_grows_response_queue_unboundedly ... ok
22972026-08-07T05:48:53.575Z
22982026-08-07T05:48:53.575Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22992026-08-07T05:48:53.575Z
23002026-08-07T05:48:53.578Z PASS [ 0.007s] bfd sm::tests::poll_flood_grows_response_queue_unboundedly
23012026-08-07T05:48:53.578Z START bfd sm::tests::poll_response_remains_queued_past_tx_interval
23022026-08-07T05:48:53.582Z
23032026-08-07T05:48:53.582Zrunning 1 test
23042026-08-07T05:48:53.585Ztest sm::tests::poll_response_remains_queued_past_tx_interval ... ok
23052026-08-07T05:48:53.585Z
23062026-08-07T05:48:53.585Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23072026-08-07T05:48:53.585Z
23082026-08-07T05:48:53.585Z PASS [ 0.007s] bfd sm::tests::poll_response_remains_queued_past_tx_interval
23092026-08-07T05:48:53.585Z START bfd sm::tests::poll_triggers_immediate_final_response
23102026-08-07T05:48:53.589Z
23112026-08-07T05:48:53.589Zrunning 1 test
23122026-08-07T05:48:53.592Ztest sm::tests::poll_triggers_immediate_final_response ... ok
23132026-08-07T05:48:53.592Z
23142026-08-07T05:48:53.592Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23152026-08-07T05:48:53.592Z
23162026-08-07T05:48:53.592Z PASS [ 0.007s] bfd sm::tests::poll_triggers_immediate_final_response
23172026-08-07T05:48:53.592Z START bfd sm::tests::recv_deadline_expiry_reports_was_already_down
23182026-08-07T05:48:53.596Z
23192026-08-07T05:48:53.596Zrunning 1 test
23202026-08-07T05:48:53.599Ztest sm::tests::recv_deadline_expiry_reports_was_already_down ... ok
23212026-08-07T05:48:53.599Z
23222026-08-07T05:48:53.599Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23232026-08-07T05:48:53.599Z
23242026-08-07T05:48:53.599Z PASS [ 0.007s] bfd sm::tests::recv_deadline_expiry_reports_was_already_down
23252026-08-07T05:48:53.599Z START bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
23262026-08-07T05:48:53.604Z
23272026-08-07T05:48:53.604Zrunning 1 test
23282026-08-07T05:48:53.606Ztest sm::tests::remote_required_min_rx_zero_stops_periodic_sends ... ok
23292026-08-07T05:48:53.606Z
23302026-08-07T05:48:53.606Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23312026-08-07T05:48:53.606Z
23322026-08-07T05:48:53.606Z PASS [ 0.007s] bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
23332026-08-07T05:48:53.606Z START bfd sm::tests::total_partition_drives_both_down
23342026-08-07T05:48:53.611Z
23352026-08-07T05:48:53.611Zrunning 1 test
23362026-08-07T05:48:53.614Ztest sm::tests::total_partition_drives_both_down ... ok
23372026-08-07T05:48:53.614Z
23382026-08-07T05:48:53.614Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23392026-08-07T05:48:53.614Z
23402026-08-07T05:48:53.614Z PASS [ 0.007s] bfd sm::tests::total_partition_drives_both_down
23412026-08-07T05:48:53.614Z START bfd sm::tests::transition_table_is_exhaustive_and_correct
23422026-08-07T05:48:53.618Z
23432026-08-07T05:48:53.618Zrunning 1 test
23442026-08-07T05:48:53.621Ztest sm::tests::transition_table_is_exhaustive_and_correct ... ok
23452026-08-07T05:48:53.621Z
23462026-08-07T05:48:53.621Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23472026-08-07T05:48:53.621Z
23482026-08-07T05:48:53.621Z PASS [ 0.007s] bfd sm::tests::transition_table_is_exhaustive_and_correct
23492026-08-07T05:48:53.621Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
23502026-08-07T05:48:53.624Z
23512026-08-07T05:48:53.624Zrunning 1 test
23522026-08-07T05:48:53.624Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
23532026-08-07T05:48:53.624Z
23542026-08-07T05:48:53.624Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
23552026-08-07T05:48:53.624Z
23562026-08-07T05:48:53.624Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
23572026-08-07T05:48:53.624Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
23582026-08-07T05:48:53.628Z
23592026-08-07T05:48:53.628Zrunning 1 test
23602026-08-07T05:48:53.630Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
23612026-08-07T05:48:53.630Z
23622026-08-07T05:48:53.630Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
23632026-08-07T05:48:53.631Z
23642026-08-07T05:48:53.631Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
23652026-08-07T05:48:53.631Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
23662026-08-07T05:48:53.633Z
23672026-08-07T05:48:53.633Zrunning 1 test
23682026-08-07T05:48:53.634Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
23692026-08-07T05:48:53.634Z
23702026-08-07T05:48:53.634Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
23712026-08-07T05:48:53.634Z
23722026-08-07T05:48:53.634Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
23732026-08-07T05:48:53.634Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
23742026-08-07T05:48:53.637Z
23752026-08-07T05:48:53.637Zrunning 1 test
23762026-08-07T05:48:53.639Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
23772026-08-07T05:48:53.639Z
23782026-08-07T05:48:53.639Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
23792026-08-07T05:48:53.640Z
23802026-08-07T05:48:53.640Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
23812026-08-07T05:48:53.640Z START mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources
23822026-08-07T05:48:53.642Z
23832026-08-07T05:48:53.642Zrunning 1 test
23842026-08-07T05:48:53.642Ztest v13::mrib::tests::unicast_rejects_non_routable_sources ... ok
23852026-08-07T05:48:53.643Z
23862026-08-07T05:48:53.643Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
23872026-08-07T05:48:53.643Z
23882026-08-07T05:48:53.643Z PASS [ 0.004s] mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources
23892026-08-07T05:48:53.643Z────────────
23902026-08-07T05:48:53.643Z Summary [ 5.813s] 49 tests run: 49 passed, 0 skipped
23912026-08-07T05:48:53.655Zprocess exited: duration 327265 ms, exit code 0
 
23922026-08-07T05:48:53.661Zfound 0 output files