01KW2M42JZ1PHDVMT7DY788800: 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: 01KW2M4H06PWK2DFJHP67PRCED

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T18:48:29.981Zjob assigned to worker 01KW2M4W2Y3GQ99BN7TFF5ETZG [factory aws, i-019b89779e437303d] (queued for 53 s)
 
22026-06-26T18:48:37.067Zstarting task 0: "setup"
32026-06-26T18:48:37.075Z++ uname -s
42026-06-26T18:48:37.078Z+ kern=SunOS
52026-06-26T18:48:37.078Z+ build_user=build
62026-06-26T18:48:37.078Z+ build_uid=12345
72026-06-26T18:48:37.078Z+ work_dir=/work
82026-06-26T18:48:37.078Z+ input_dir=/input
92026-06-26T18:48:37.078Z+ [[ 0 == 12345 ]]
102026-06-26T18:48:37.078Z+ case "$kern" in
112026-06-26T18:48:37.078Z+ groupadd -g 12345 build
122026-06-26T18:48:37.081Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T18:48:39.088Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T18:48:39.212Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T18:48:39.215Z+ home_fs=zfs
162026-06-26T18:48:39.215Z+ [[ zfs == autofs ]]
172026-06-26T18:48:39.215Z+ mkdir -p /home/build
182026-06-26T18:48:39.215Z+ chown build:build /home/build /work
192026-06-26T18:48:40.216Z+ chmod 0700 /home/build /work
202026-06-26T18:48:40.219Zprocess exited: duration 3154 ms, exit code 0
 
212026-06-26T18:48:40.226Zstarting task 1: "rust-toolchain"
222026-06-26T18:48:40.230Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-26T18:48:40.230Z * rust toolchain channel = "stable"
242026-06-26T18:48:40.230Z * rust toolchain profile = "default"
252026-06-26T18:48:40.230Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T18:48:40.230Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T18:48:40.230Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T18:48:40.233Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T18:48:40.233Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-26T18:48:40.308Zinfo: downloading installer
312026-06-26T18:48:41.737Zwarn: It looks like you have an existing installation of Rust at:
322026-06-26T18:48:41.737Zwarn: /opt/ooce/bin
332026-06-26T18:48:41.737Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-26T18:48:41.737Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-26T18:48:41.737Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-26T18:48:41.737Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-26T18:48:41.737Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-26T18:48:41.737Zerror: cannot install while Rust is installed
392026-06-26T18:48:41.737Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-26T18:48:41.737Zwarn: It looks like you have an existing rustup settings file at:
412026-06-26T18:48:41.737Zwarn: /home/build/.rustup/settings.toml
422026-06-26T18:48:41.737Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-26T18:48:41.737Zwarn: instead of the one inferred from the default host triple.
442026-06-26T18:48:41.751Zinfo: profile set to default
452026-06-26T18:48:41.751Zinfo: default host triple is x86_64-unknown-illumos
462026-06-26T18:48:41.754Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-26T18:48:41.886Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-26T18:48:41.889Zinfo: downloading 6 components
492026-06-26T18:48:57.405Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-26T18:48:57.405Z
512026-06-26T18:48:57.437Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-26T18:48:57.437Z
532026-06-26T18:48:57.437Z
542026-06-26T18:48:57.437ZRust is installed now. Great!
552026-06-26T18:48:57.437Z
562026-06-26T18:48:57.437ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-26T18:48:57.437Zenvironment variable. This has not been done automatically.
582026-06-26T18:48:57.437Z
592026-06-26T18:48:57.437ZTo configure your current shell, you need to source
602026-06-26T18:48:57.437Zthe corresponding env file under $HOME/.cargo.
612026-06-26T18:48:57.437Z
622026-06-26T18:48:57.437ZThis is usually done by running one of the following (note the leading DOT):
632026-06-26T18:48:57.437Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-26T18:48:57.437Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-26T18:48:57.437Zsource "~/.cargo/env.nu" # For nushell
662026-06-26T18:48:57.437Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-26T18:48:57.437Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-26T18:48:57.437Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-26T18:48:57.441Zwarn: no default linker (`cc`) was found in your PATH
702026-06-26T18:48:57.441Zwarn: many Rust crates require a system C toolchain to build
712026-06-26T18:48:57.526Z+ rustup --version
722026-06-26T18:48:57.534Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-26T18:48:57.537Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-26T18:48:57.555Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-26T18:48:57.558Z+ cargo --version
762026-06-26T18:48:57.570Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-26T18:48:57.573Z+ rustc --version
782026-06-26T18:48:57.592Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-26T18:48:57.595Zprocess exited: duration 17367 ms, exit code 0
 
802026-06-26T18:48:57.600Zstarting task 2: "authentication"
812026-06-26T18:48:57.616Zprocess exited: duration 15 ms, exit code 0
 
822026-06-26T18:48:57.622Zstarting task 3: "clone repository"
832026-06-26T18:48:57.626Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-26T18:48:57.630Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-26T18:48:57.656ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-26T18:48:58.890Z+ cd /work/oxidecomputer/maghemite
872026-06-26T18:48:58.890Z+ git fetch origin ec78e31353553c5b99747c7416890b16981df11a
882026-06-26T18:48:59.153ZFrom https://github.com/oxidecomputer/maghemite
892026-06-26T18:48:59.153Z * branch ec78e31353553c5b99747c7416890b16981df11a -> FETCH_HEAD
902026-06-26T18:48:59.157Z+ [[ -n trey/unnumbered-cleanup ]]
912026-06-26T18:48:59.161Z++ git branch --show-current
922026-06-26T18:48:59.161Z+ current=main
932026-06-26T18:48:59.161Z+ [[ main != trey/unnumbered-cleanup ]]
942026-06-26T18:48:59.161Z+ git branch -f trey/unnumbered-cleanup ec78e31353553c5b99747c7416890b16981df11a
952026-06-26T18:48:59.165Z+ git checkout -f trey/unnumbered-cleanup
962026-06-26T18:48:59.182ZSwitched to branch 'trey/unnumbered-cleanup'
972026-06-26T18:48:59.185Z+ git reset --hard ec78e31353553c5b99747c7416890b16981df11a
982026-06-26T18:48:59.192ZHEAD is now at ec78e31 Merge branch 'main' into trey/unnumbered-cleanup
992026-06-26T18:48:59.195Zprocess exited: duration 1570 ms, exit code 0
 
1002026-06-26T18:48:59.201Zstarting task 4: "build"
1012026-06-26T18:48:59.205Z+ set -o errexit
1022026-06-26T18:48:59.205Z+ set -o pipefail
1032026-06-26T18:48:59.206Z+ source .github/buildomat/test-common.sh
1042026-06-26T18:48:59.209Z++ NEXTEST_VERSION=0.9.97
1052026-06-26T18:48:59.209Z++ PLATFORM=illumos
1062026-06-26T18:48:59.209Z++ banner install
1072026-06-26T18:48:59.209Z
1082026-06-26T18:48:59.209Z # # # #### ##### ## # #
1092026-06-26T18:48:59.209Z # ## # # # # # # #
1102026-06-26T18:48:59.209Z # # # # #### # # # # #
1112026-06-26T18:48:59.209Z # # # # # # ###### # #
1122026-06-26T18:48:59.209Z # # ## # # # # # # #
1132026-06-26T18:48:59.209Z # # # #### # # # ###### ######
1142026-06-26T18:48:59.209Z
1152026-06-26T18:48:59.209Z++ set +o errexit
1162026-06-26T18:48:59.209Z++ pkg info clang-15
1172026-06-26T18:48:59.212Z++ grep -qi installed
1182026-06-26T18:49:00.443Zpkg: info: no packages matching the following patterns you specified are
1192026-06-26T18:49:00.443Zinstalled on the system. Try querying remotely instead:
1202026-06-26T18:49:00.443Z
1212026-06-26T18:49:00.443Z clang-15
1222026-06-26T18:49:00.483Z++ [[ 1 != 0 ]]
1232026-06-26T18:49:00.483Z++ set -o errexit
1242026-06-26T18:49:00.487Z++ pfexec pkg install clang-15
1252026-06-26T18:49:07.978Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-06-26T18:49:15.553Z Startup: Caching catalogs ... Done
1272026-06-26T18:49:22.620ZPlanning: Solver setup ... Done
1282026-06-26T18:49:22.660ZPlanning: Running solver ... Done
1292026-06-26T18:49:22.805ZPlanning: Finding local manifests ... Done
1302026-06-26T18:49:22.825ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-26T18:49:22.912ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-26T18:49:22.941ZPlanning: Package planning ... Done
1332026-06-26T18:49:22.967ZPlanning: Merging actions ... Done
1342026-06-26T18:49:23.074ZPlanning: Checking for conflicting actions ... Done
1352026-06-26T18:49:23.080ZPlanning: Consolidating action changes ... Done
1362026-06-26T18:49:23.813ZPlanning: Evaluating mediators ... Done
1372026-06-26T18:49:23.818ZPlanning: Planning completed in 8.10 seconds
1382026-06-26T18:49:23.830Z Packages to install: 2
1392026-06-26T18:49:23.830Z Mediators to change: 2
1402026-06-26T18:49:23.833Z Services to change: 1
1412026-06-26T18:49:23.833Z Create boot environment: No
1422026-06-26T18:49:23.833ZCreate backup boot environment: No
1432026-06-26T18:49:23.871Z
1442026-06-26T18:49:23.871ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-06-26T18:49:28.876ZDownload: 1244/3076 items 115.8/211.3MB 54% complete (23.9M/s)
1462026-06-26T18:49:33.878ZDownload: 1966/3076 items 117.6/211.3MB 55% complete (12.0M/s)
1472026-06-26T18:49:39.196ZDownload: 2008/3076 items 117.9/211.3MB 55% complete (8.6M/s)
1482026-06-26T18:49:53.714ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
1492026-06-26T18:50:00.917ZDownload: 3029/3076 items 201.0/211.3MB 95% complete (18.6M/s)
1502026-06-26T18:50:09.653ZDownload: 3067/3076 items 209.5/211.3MB 99% complete (10.0M/s)
1512026-06-26T18:50:18.604ZDownload: 3071/3076 items 210.4/211.3MB 99% complete (4.2M/s)
1522026-06-26T18:50:26.789ZDownload: 3074/3076 items 211.3/211.3MB 99% complete (1.6M/s)
1532026-06-26T18:50:26.805ZDownload: Completed 211.31 MB in 62.93 seconds (3.4M/s)
1542026-06-26T18:50:26.924Z Actions: 1/3418 actions (Installing new actions)
1552026-06-26T18:50:30.050Z Actions: Completed 3418 actions in 3.13 seconds.
1562026-06-26T18:50:30.696Z Done
1572026-06-26T18:50:30.696Z Done
1582026-06-26T18:50:31.425Z Done
1592026-06-26T18:50:34.758Z Done
1602026-06-26T18:50:34.828Z Done
1612026-06-26T18:50:34.831Z Done
1622026-06-26T18:50:35.115Z Done
1632026-06-26T18:50:35.787Z++ set -o errexit
1642026-06-26T18:50:35.787Z++ cargo --version
1652026-06-26T18:50:35.794Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1662026-06-26T18:50:35.950Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1672026-06-26T18:50:35.954Zinfo: downloading 6 components
1682026-06-26T18:50:52.770Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1692026-06-26T18:50:52.773Z++ rustc --version
1702026-06-26T18:50:52.802Zrustc 1.95.0 (59807616e 2026-04-14)
1712026-06-26T18:50:52.806Z++ cargo install cargo-nextest --version 0.9.97
1722026-06-26T18:50:52.850Z Updating crates.io index
1732026-06-26T18:50:52.945Z Downloading crates ...
1742026-06-26T18:50:53.001Z Downloaded cargo-nextest v0.9.97
1752026-06-26T18:50:53.064Z Installing cargo-nextest v0.9.97
1762026-06-26T18:50:53.106Z Updating crates.io index
1772026-06-26T18:50:55.743Z Locking 390 packages to latest compatible versions
1782026-06-26T18:50:55.747Z Adding dialoguer v0.11.0 (available: v0.12.0)
1792026-06-26T18:50:55.749Z Adding duct v0.13.7 (available: v1.1.1)
1802026-06-26T18:50:55.749Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1812026-06-26T18:50:55.749Z Adding generic-array v0.14.7 (available: v0.14.9)
1822026-06-26T18:50:55.752Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1832026-06-26T18:50:55.752Z Adding itertools v0.14.0 (available: v0.15.0)
1842026-06-26T18:50:55.753Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1852026-06-26T18:50:55.753Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1862026-06-26T18:50:55.755Z Adding nextest-runner v0.80.0 (available: v0.119.0)
1872026-06-26T18:50:55.758Z Adding quick-junit v0.5.2 (available: v0.6.0)
1882026-06-26T18:50:55.784Z Downloading crates ...
1892026-06-26T18:50:55.858Z Downloaded foreign-types v0.3.2
1902026-06-26T18:50:55.861Z Downloaded cfg_aliases v0.2.1
1912026-06-26T18:50:55.866Z Downloaded camino-tempfile v1.4.1
1922026-06-26T18:50:55.874Z Downloaded ahash v0.8.12
1932026-06-26T18:50:55.877Z Downloaded cargo-platform v0.3.3
1942026-06-26T18:50:55.879Z Downloaded anstream v1.0.0
1952026-06-26T18:50:55.879Z Downloaded addr2line v0.25.1
1962026-06-26T18:50:55.882Z Downloaded owo-colors v4.3.0
1972026-06-26T18:50:55.886Z Downloaded futures-io v0.3.32
1982026-06-26T18:50:55.889Z Downloaded cpufeatures v0.2.17
1992026-06-26T18:50:55.889Z Downloaded adler2 v2.0.1
2002026-06-26T18:50:55.889Z Downloaded errno v0.3.14
2012026-06-26T18:50:55.892Z Downloaded equivalent v1.0.2
2022026-06-26T18:50:55.894Z Downloaded indexmap v2.14.0
2032026-06-26T18:50:55.897Z Downloaded indent_write v2.2.0
2042026-06-26T18:50:55.897Z Downloaded anstyle v1.0.14
2052026-06-26T18:50:55.900Z Downloaded http-body v1.0.1
2062026-06-26T18:50:55.900Z Downloaded debug-ignore v1.0.5
2072026-06-26T18:50:55.903Z Downloaded indicatif v0.17.11
2082026-06-26T18:50:55.906Z Downloaded newtype-uuid v1.3.2
2092026-06-26T18:50:55.906Z Downloaded cargo_metadata v0.20.0
2102026-06-26T18:50:55.906Z Downloaded hyper-tls v0.6.0
2112026-06-26T18:50:55.908Z Downloaded document-features v0.2.12
2122026-06-26T18:50:55.908Z Downloaded pkcs8 v0.10.2
2132026-06-26T18:50:55.911Z Downloaded quote v1.0.46
2142026-06-26T18:50:55.914Z Downloaded humantime-serde v1.1.1
2152026-06-26T18:50:55.914Z Downloaded nextest-filtering v0.15.0
2162026-06-26T18:50:55.917Z Downloaded cargo-platform v0.2.0
2172026-06-26T18:50:55.917Z Downloaded camino v1.2.3
2182026-06-26T18:50:55.919Z Downloaded curve25519-dalek-derive v0.1.1
2192026-06-26T18:50:55.919Z Downloaded heck v0.5.0
2202026-06-26T18:50:55.922Z Downloaded nextest-metadata v0.12.2
2212026-06-26T18:50:55.922Z Downloaded ipnet v2.12.0
2222026-06-26T18:50:55.925Z Downloaded cargo_metadata v0.23.1
2232026-06-26T18:50:55.925Z Downloaded future-queue v0.4.0
2242026-06-26T18:50:55.928Z Downloaded duct v0.13.7
2252026-06-26T18:50:55.928Z Downloaded clap_lex v1.1.0
2262026-06-26T18:50:55.930Z Downloaded indenter v0.3.4
2272026-06-26T18:50:55.931Z Downloaded home v0.5.12
2282026-06-26T18:50:55.931Z Downloaded jobserver v0.1.34
2292026-06-26T18:50:55.933Z Downloaded atomicwrites v0.4.4
2302026-06-26T18:50:55.933Z Downloaded cfg-if v1.0.4
2312026-06-26T18:50:55.936Z Downloaded anstyle-query v1.1.5
2322026-06-26T18:50:55.939Z Downloaded hex v0.4.3
2332026-06-26T18:50:55.942Z Downloaded http v1.4.2
2342026-06-26T18:50:55.945Z Downloaded self_update v0.42.0
2352026-06-26T18:50:55.945Z Downloaded filetime v0.2.29
2362026-06-26T18:50:55.945Z Downloaded digest v0.10.7
2372026-06-26T18:50:55.948Z Downloaded cfg-expr v0.20.8
2382026-06-26T18:50:55.948Z Downloaded futures-core v0.3.32
2392026-06-26T18:50:55.951Z Downloaded foreign-types-shared v0.1.1
2402026-06-26T18:50:55.951Z Downloaded generic-array v0.14.7
2412026-06-26T18:50:55.954Z Downloaded block-buffer v0.10.4
2422026-06-26T18:50:55.954Z Downloaded os_pipe v1.2.3
2432026-06-26T18:50:55.954Z Downloaded is_ci v1.2.0
2442026-06-26T18:50:55.957Z Downloaded base64ct v1.8.3
2452026-06-26T18:50:55.957Z Downloaded mukti-metadata v0.3.0
2462026-06-26T18:50:55.959Z Downloaded nested v0.1.1
2472026-06-26T18:50:55.960Z Downloaded backtrace-ext v0.2.1
2482026-06-26T18:50:55.960Z Downloaded openssl-probe v0.2.1
2492026-06-26T18:50:55.962Z Downloaded lazy_static v1.5.0
2502026-06-26T18:50:55.962Z Downloaded async-scoped v0.9.0
2512026-06-26T18:50:55.965Z Downloaded futures-macro v0.3.32
2522026-06-26T18:50:55.965Z Downloaded form_urlencoded v1.2.2
2532026-06-26T18:50:55.965Z Downloaded number_prefix v0.4.0
2542026-06-26T18:50:55.968Z Downloaded rand_core v0.9.5
2552026-06-26T18:50:55.971Z Downloaded colorchoice v1.0.5
2562026-06-26T18:50:55.973Z Downloaded serde-value v0.7.0
2572026-06-26T18:50:55.973Z Downloaded rustc-hash v2.1.2
2582026-06-26T18:50:55.976Z Downloaded futures-sink v0.3.32
2592026-06-26T18:50:55.979Z Downloaded guppy-workspace-hack v0.1.0
2602026-06-26T18:50:55.979Z Downloaded itoa v1.0.18
2612026-06-26T18:50:55.982Z Downloaded atomic-waker v1.1.2
2622026-06-26T18:50:55.982Z Downloaded lru-slab v0.1.2
2632026-06-26T18:50:55.985Z Downloaded fnv v1.0.7
2642026-06-26T18:50:55.985Z Downloaded crypto-common v0.1.7
2652026-06-26T18:50:55.985Z Downloaded ordered-float v2.10.1
2662026-06-26T18:50:55.988Z Downloaded is_terminal_polyfill v1.70.2
2672026-06-26T18:50:55.990Z Downloaded rustc_version v0.4.1
2682026-06-26T18:50:55.993Z Downloaded enable-ansi-support v0.2.1
2692026-06-26T18:50:55.993Z Downloaded serde_ignored v0.1.14
2702026-06-26T18:50:55.998Z Downloaded color-spantrace v0.3.0
2712026-06-26T18:50:56.001Z Downloaded globset v0.4.18
2722026-06-26T18:50:56.004Z Downloaded futures-executor v0.3.32
2732026-06-26T18:50:56.005Z Downloaded openssl-macros v0.1.1
2742026-06-26T18:50:56.007Z Downloaded foldhash v0.1.5
2752026-06-26T18:50:56.007Z Downloaded idna_adapter v1.0.0
2762026-06-26T18:50:56.010Z Downloaded scopeguard v1.2.0
2772026-06-26T18:50:56.013Z Downloaded futures-task v0.3.32
2782026-06-26T18:50:56.015Z Downloaded rand_core v0.6.4
2792026-06-26T18:50:56.015Z Downloaded humantime v2.3.0
2802026-06-26T18:50:56.018Z Downloaded shell-words v1.1.1
2812026-06-26T18:50:56.018Z Downloaded pkg-config v0.3.33
2822026-06-26T18:50:56.018Z Downloaded percent-encoding v2.3.2
2832026-06-26T18:50:56.022Z Downloaded bytes v1.12.0
2842026-06-26T18:50:56.025Z Downloaded sigchld v0.2.4
2852026-06-26T18:50:56.027Z Downloaded serde_spanned v1.1.1
2862026-06-26T18:50:56.030Z Downloaded serde_urlencoded v0.7.1
2872026-06-26T18:50:56.030Z Downloaded swrite v0.1.0
2882026-06-26T18:50:56.033Z Downloaded strsim v0.11.1
2892026-06-26T18:50:56.033Z Downloaded supports-unicode v3.0.0
2902026-06-26T18:50:56.033Z Downloaded shared_child v1.1.1
2912026-06-26T18:50:56.035Z Downloaded pathdiff v0.2.3
2922026-06-26T18:50:56.038Z Downloaded find-msvc-tools v0.1.9
2932026-06-26T18:50:56.043Z Downloaded anstyle-parse v1.0.0
2942026-06-26T18:50:56.046Z Downloaded supports-hyperlinks v3.2.0
2952026-06-26T18:50:56.046Z Downloaded http-body-util v0.1.3
2962026-06-26T18:50:56.046Z Downloaded supports-color v3.0.2
2972026-06-26T18:50:56.049Z Downloaded fastrand v2.4.1
2982026-06-26T18:50:56.049Z Downloaded cargo-util-schemas v0.2.0
2992026-06-26T18:50:56.049Z Downloaded signature v2.2.0
3002026-06-26T18:50:56.049Z Downloaded signal-hook-mio v0.2.5
3012026-06-26T18:50:56.052Z Downloaded nextest-workspace-hack v0.1.0
3022026-06-26T18:50:56.052Z Downloaded quinn v0.11.11
3032026-06-26T18:50:56.054Z Downloaded ed25519 v2.2.3
3042026-06-26T18:50:56.061Z Downloaded serde_spanned v0.6.9
3052026-06-26T18:50:56.064Z Downloaded autocfg v1.5.1
3062026-06-26T18:50:56.064Z Downloaded dialoguer v0.11.0
3072026-06-26T18:50:56.067Z Downloaded ppv-lite86 v0.2.21
3082026-06-26T18:50:56.067Z Downloaded lock_api v0.4.14
3092026-06-26T18:50:56.070Z Downloaded terminal_size v0.4.4
3102026-06-26T18:50:56.070Z Downloaded native-tls v0.2.18
3112026-06-26T18:50:56.070Z Downloaded fixedbitset v0.5.7
3122026-06-26T18:50:56.075Z Downloaded clap_derive v4.6.1
3132026-06-26T18:50:56.078Z Downloaded sync_wrapper v1.0.2
3142026-06-26T18:50:56.078Z Downloaded subtle v2.6.1
3152026-06-26T18:50:56.078Z Downloaded erased-serde v0.4.10
3162026-06-26T18:50:56.081Z Downloaded strip-ansi-escapes v0.2.1
3172026-06-26T18:50:56.084Z Downloaded tokio-macros v2.7.0
3182026-06-26T18:50:56.086Z Downloaded shlex v2.0.1
3192026-06-26T18:50:56.089Z Downloaded pin-project-internal v1.1.13
3202026-06-26T18:50:56.092Z Downloaded convert_case v0.10.0
3212026-06-26T18:50:56.094Z Downloaded tinyvec_macros v0.1.1
3222026-06-26T18:50:56.100Z Downloaded toml_write v0.1.2
3232026-06-26T18:50:56.103Z Downloaded toml_datetime v0.6.11
3242026-06-26T18:50:56.105Z Downloaded tower-service v0.3.3
3252026-06-26T18:50:56.111Z Downloaded smol_str v0.3.6
3262026-06-26T18:50:56.114Z Downloaded static_assertions v1.1.0
3272026-06-26T18:50:56.114Z Downloaded slab v0.4.12
3282026-06-26T18:50:56.116Z Downloaded serde-untagged v0.1.9
3292026-06-26T18:50:56.119Z Downloaded tower-layer v0.3.3
3302026-06-26T18:50:56.122Z Downloaded typeid v1.0.3
3312026-06-26T18:50:56.122Z Downloaded serde_path_to_error v0.1.20
3322026-06-26T18:50:56.122Z Downloaded self-replace v1.5.0
3332026-06-26T18:50:56.131Z Downloaded try-lock v0.2.5
3342026-06-26T18:50:56.131Z Downloaded tracing-error v0.2.1
3352026-06-26T18:50:56.131Z Downloaded utf8parse v0.2.2
3362026-06-26T18:50:56.131Z Downloaded unicode-linebreak v0.1.5
3372026-06-26T18:50:56.131Z Downloaded untrusted v0.9.0
3382026-06-26T18:50:56.131Z Downloaded unicode-xid v0.2.6
3392026-06-26T18:50:56.131Z Downloaded utf8_iter v1.0.4
3402026-06-26T18:50:56.131Z Downloaded hyper-rustls v0.27.9
3412026-06-26T18:50:56.135Z Downloaded thiserror v1.0.69
3422026-06-26T18:50:56.135Z Downloaded spki v0.7.3
3432026-06-26T18:50:56.138Z Downloaded semver v1.0.28
3442026-06-26T18:50:56.138Z Downloaded const-oid v0.9.6
3452026-06-26T18:50:56.138Z Downloaded futures-channel v0.3.32
3462026-06-26T18:50:56.141Z Downloaded rand_chacha v0.9.0
3472026-06-26T18:50:56.141Z Downloaded console v0.15.11
3482026-06-26T18:50:56.143Z Downloaded quinn-udp v0.5.14
3492026-06-26T18:50:56.143Z Downloaded litrs v1.0.0
3502026-06-26T18:50:56.146Z Downloaded pin-project-lite v0.2.17
3512026-06-26T18:50:56.149Z Downloaded httparse v1.10.1
3522026-06-26T18:50:56.152Z Downloaded rustls-pki-types v1.14.1
3532026-06-26T18:50:56.155Z Downloaded tokio-native-tls v0.3.1
3542026-06-26T18:50:56.155Z Downloaded version_check v0.9.5
3552026-06-26T18:50:56.158Z Downloaded miette-derive v7.6.0
3562026-06-26T18:50:56.158Z Downloaded getrandom v0.2.17
3572026-06-26T18:50:56.158Z Downloaded either v1.16.0
3582026-06-26T18:50:56.161Z Downloaded signal-hook-registry v1.4.8
3592026-06-26T18:50:56.161Z Downloaded target-spec-miette v0.4.8
3602026-06-26T18:50:56.164Z Downloaded parking_lot_core v0.9.12
3612026-06-26T18:50:56.164Z Downloaded once_cell v1.21.4
3622026-06-26T18:50:56.168Z Downloaded want v0.3.1
3632026-06-26T18:50:56.168Z Downloaded clap v4.6.1
3642026-06-26T18:50:56.171Z Downloaded futures v0.3.32
3652026-06-26T18:50:56.174Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3662026-06-26T18:50:56.177Z Downloaded xattr v1.6.1
3672026-06-26T18:50:56.177Z Downloaded thread_local v1.1.9
3682026-06-26T18:50:56.177Z Downloaded thiserror-impl v2.0.18
3692026-06-26T18:50:56.180Z Downloaded thiserror-impl v1.0.69
3702026-06-26T18:50:56.180Z Downloaded iana-time-zone v0.1.65
3712026-06-26T18:50:56.181Z Downloaded simd-adler32 v0.3.9
3722026-06-26T18:50:56.184Z Downloaded tracing-log v0.2.0
3732026-06-26T18:50:56.184Z Downloaded toml_writer v1.1.1+spec-1.1.0
3742026-06-26T18:50:56.184Z Downloaded rustc-demangle v0.1.27
3752026-06-26T18:50:56.187Z Downloaded sha2 v0.10.9
3762026-06-26T18:50:56.197Z Downloaded unicase v2.9.0
3772026-06-26T18:50:56.200Z Downloaded eyre v0.6.12
3782026-06-26T18:50:56.203Z Downloaded num-traits v0.2.19
3792026-06-26T18:50:56.207Z Downloaded ryu v1.0.23
3802026-06-26T18:50:56.209Z Downloaded target-spec v3.6.0
3812026-06-26T18:50:56.212Z Downloaded parking_lot v0.12.5
3822026-06-26T18:50:56.212Z Downloaded target-lexicon v0.13.5
3832026-06-26T18:50:56.212Z Downloaded smallvec v1.15.2
3842026-06-26T18:50:56.217Z Downloaded toml v0.8.23
3852026-06-26T18:50:56.220Z Downloaded zeroize v1.9.0
3862026-06-26T18:50:56.220Z Downloaded tokio-rustls v0.26.4
3872026-06-26T18:50:56.222Z Downloaded thiserror v2.0.18
3882026-06-26T18:50:56.227Z Downloaded getrandom v0.3.4
3892026-06-26T18:50:56.230Z Downloaded derive-where v1.6.1
3902026-06-26T18:50:56.230Z Downloaded crc32fast v1.5.0
3912026-06-26T18:50:56.230Z Downloaded config v0.15.25
3922026-06-26T18:50:56.232Z Downloaded bitflags v2.13.0
3932026-06-26T18:50:56.235Z Downloaded zstd v0.13.3
3942026-06-26T18:50:56.235Z Downloaded tempfile v3.27.0
3952026-06-26T18:50:56.238Z Downloaded zstd-safe v7.2.4
3962026-06-26T18:50:56.238Z Downloaded log v0.4.33
3972026-06-26T18:50:56.241Z Downloaded urlencoding v2.1.3
3982026-06-26T18:50:56.241Z Downloaded signal-hook v0.3.18
3992026-06-26T18:50:56.244Z Downloaded cc v1.2.65
4002026-06-26T18:50:56.255Z Downloaded proc-macro2 v1.0.106
4012026-06-26T18:50:56.258Z Downloaded xxhash-rust v0.8.15
4022026-06-26T18:50:56.261Z Downloaded tokio-stream v0.1.18
4032026-06-26T18:50:56.264Z Downloaded pin-project v1.1.13
4042026-06-26T18:50:56.268Z Downloaded zmij v1.0.21
4052026-06-26T18:50:56.271Z Downloaded zipsign-api v0.1.5
4062026-06-26T18:50:56.271Z Downloaded toml_parser v1.1.2+spec-1.1.0
4072026-06-26T18:50:56.274Z Downloaded getrandom v0.4.3
4082026-06-26T18:50:56.274Z Downloaded sharded-slab v0.1.7
4092026-06-26T18:50:56.278Z Downloaded miniz_oxide v0.8.9
4102026-06-26T18:50:56.281Z Downloaded tracing-attributes v0.1.31
4112026-06-26T18:50:56.284Z Downloaded base64 v0.22.1
4122026-06-26T18:50:56.289Z Downloaded quick-junit v0.5.2
4132026-06-26T18:50:56.297Z Downloaded textwrap v0.16.2
4142026-06-26T18:50:56.299Z Downloaded serde_derive v1.0.228
4152026-06-26T18:50:56.304Z Downloaded borsh v1.7.0
4162026-06-26T18:50:56.313Z Downloaded toml v1.1.2+spec-1.1.0
4172026-06-26T18:50:56.315Z Downloaded tar v0.4.46
4182026-06-26T18:50:56.318Z Downloaded socket2 v0.6.4
4192026-06-26T18:50:56.321Z Downloaded memchr v2.8.2
4202026-06-26T18:50:56.321Z Downloaded rand v0.9.4
4212026-06-26T18:50:56.324Z Downloaded idna v1.1.0
4222026-06-26T18:50:56.329Z Downloaded serde_core v1.0.228
4232026-06-26T18:50:56.332Z Downloaded unicode-ident v1.0.24
4242026-06-26T18:50:56.335Z Downloaded tracing-core v0.1.36
4252026-06-26T18:50:56.338Z Downloaded backtrace v0.3.76
4262026-06-26T18:50:56.341Z Downloaded flate2 v1.1.9
4272026-06-26T18:50:56.344Z Downloaded derive_more v2.1.1
4282026-06-26T18:50:56.348Z Downloaded uuid v1.23.4
4292026-06-26T18:50:56.352Z Downloaded der v0.7.10
4302026-06-26T18:50:56.354Z Downloaded vte v0.14.1
4312026-06-26T18:50:56.355Z Downloaded tinyvec v1.11.0
4322026-06-26T18:50:56.357Z Downloaded openssl-sys v0.9.117
4332026-06-26T18:50:56.360Z Downloaded mio v1.2.1
4342026-06-26T18:50:56.363Z Downloaded hyper-util v0.1.20
4352026-06-26T18:50:56.371Z Downloaded url v2.5.8
4362026-06-26T18:50:56.378Z Downloaded rustls-webpki v0.103.13
4372026-06-26T18:50:56.381Z Downloaded serde v1.0.228
4382026-06-26T18:50:56.387Z Downloaded ed25519-dalek v2.2.0
4392026-06-26T18:50:56.391Z Downloaded toml_edit v0.22.27
4402026-06-26T18:50:56.400Z Downloaded derive_more-impl v2.1.1
4412026-06-26T18:50:56.404Z Downloaded miette v7.6.0
4422026-06-26T18:50:56.414Z Downloaded tower v0.5.3
4432026-06-26T18:50:56.420Z Downloaded ron v0.12.2
4442026-06-26T18:50:56.424Z Downloaded typenum v1.20.1
4452026-06-26T18:50:56.427Z Downloaded hashbrown v0.17.1
4462026-06-26T18:50:56.434Z Downloaded portable-atomic v1.13.1
4472026-06-26T18:50:56.438Z Downloaded itertools v0.14.0
4482026-06-26T18:50:56.445Z Downloaded crossterm v0.29.0
4492026-06-26T18:50:56.455Z Downloaded reqwest v0.12.28
4502026-06-26T18:50:56.458Z Downloaded pulldown-cmark v0.13.4
4512026-06-26T18:50:56.463Z Downloaded unicode-segmentation v1.13.3
4522026-06-26T18:50:56.466Z Downloaded hyper v1.10.1
4532026-06-26T18:50:56.469Z Downloaded tokio-util v0.7.18
4542026-06-26T18:50:56.472Z Downloaded hashbrown v0.15.5
4552026-06-26T18:50:56.476Z Downloaded regex v1.12.4
4562026-06-26T18:50:56.492Z Downloaded clap_builder v4.6.0
4572026-06-26T18:50:56.495Z Downloaded futures-util v0.3.32
4582026-06-26T18:50:56.503Z Downloaded aho-corasick v1.1.4
4592026-06-26T18:50:56.508Z Downloaded unicode-normalization v0.1.25
4602026-06-26T18:50:56.516Z Downloaded serde_json v1.0.150
4612026-06-26T18:50:56.524Z Downloaded tower-http v0.6.11
4622026-06-26T18:50:56.539Z Downloaded h2 v0.4.15
4632026-06-26T18:50:56.543Z Downloaded quick-xml v0.37.5
4642026-06-26T18:50:56.547Z Downloaded guppy v0.17.26
4652026-06-26T18:50:56.551Z Downloaded quinn-proto v0.11.15
4662026-06-26T18:50:56.554Z Downloaded quick-xml v0.38.4
4672026-06-26T18:50:56.578Z Downloaded openssl v0.10.81
4682026-06-26T18:50:56.583Z Downloaded winnow v1.0.3
4692026-06-26T18:50:56.589Z Downloaded winnow v0.7.15
4702026-06-26T18:50:56.593Z Downloaded tracing-subscriber v0.3.23
4712026-06-26T18:50:56.598Z Downloaded chrono v0.4.45
4722026-06-26T18:50:56.609Z Downloaded vcpkg v0.2.15
4732026-06-26T18:50:56.630Z Downloaded webpki-roots v1.0.8
4742026-06-26T18:50:56.640Z Downloaded nextest-runner v0.80.0
4752026-06-26T18:50:56.650Z Downloaded unicode-width v0.2.2
4762026-06-26T18:50:56.653Z Downloaded curve25519-dalek v4.1.3
4772026-06-26T18:50:56.657Z Downloaded gimli v0.32.3
4782026-06-26T18:50:56.662Z Downloaded object v0.37.3
4792026-06-26T18:50:56.668Z Downloaded zerocopy v0.8.52
4802026-06-26T18:50:56.678Z Downloaded bstr v1.12.3
4812026-06-26T18:50:56.682Z Downloaded nix v0.30.1
4822026-06-26T18:50:56.689Z Downloaded unicode-width v0.1.14
4832026-06-26T18:50:56.692Z Downloaded rustix v0.38.44
4842026-06-26T18:50:56.704Z Downloaded rustls v0.23.41
4852026-06-26T18:50:56.710Z Downloaded regex-syntax v0.8.11
4862026-06-26T18:50:56.714Z Downloaded syn v2.0.118
4872026-06-26T18:50:56.719Z Downloaded rustix v1.1.4
4882026-06-26T18:50:56.738Z Downloaded tracing v0.1.44
4892026-06-26T18:50:56.748Z Downloaded color-eyre v0.6.5
4902026-06-26T18:50:56.771Z Downloaded tokio v1.52.3
4912026-06-26T18:50:56.800Z Downloaded regex-automata v0.4.14
4922026-06-26T18:50:56.837Z Downloaded libc v0.2.186
4932026-06-26T18:50:56.855Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4942026-06-26T18:50:56.864Z Downloaded petgraph v0.8.3
4952026-06-26T18:50:56.943Z Downloaded recursion v0.5.4
4962026-06-26T18:50:56.957Z Downloaded ring v0.17.14
4972026-06-26T18:50:57.016Z Compiling proc-macro2 v1.0.106
4982026-06-26T18:50:57.016Z Compiling libc v0.2.186
4992026-06-26T18:50:57.016Z Compiling unicode-ident v1.0.24
5002026-06-26T18:50:57.016Z Compiling quote v1.0.46
5012026-06-26T18:50:57.020Z Compiling serde_core v1.0.228
5022026-06-26T18:50:57.020Z Compiling cfg-if v1.0.4
5032026-06-26T18:50:57.020Z Compiling memchr v2.8.2
5042026-06-26T18:50:57.020Z Compiling once_cell v1.21.4
5052026-06-26T18:50:57.217Z Compiling log v0.4.33
5062026-06-26T18:50:57.267Z Compiling pin-project-lite v0.2.17
5072026-06-26T18:50:57.357Z Compiling itoa v1.0.18
5082026-06-26T18:50:57.412Z Compiling serde v1.0.228
5092026-06-26T18:50:57.570Z Compiling smallvec v1.15.2
5102026-06-26T18:50:57.611Z Compiling futures-core v0.3.32
5112026-06-26T18:50:57.772Z Compiling bitflags v2.13.0
5122026-06-26T18:50:57.797Z Compiling hashbrown v0.17.1
5132026-06-26T18:50:57.821Z Compiling shlex v2.0.1
5142026-06-26T18:50:58.004Z Compiling equivalent v1.0.2
5152026-06-26T18:50:58.096Z Compiling errno v0.3.14
5162026-06-26T18:50:58.140Z Compiling find-msvc-tools v0.1.9
5172026-06-26T18:50:58.171Z Compiling bytes v1.12.0
5182026-06-26T18:50:58.273Z Compiling signal-hook-registry v1.4.8
5192026-06-26T18:50:58.391Z Compiling jobserver v0.1.34
5202026-06-26T18:50:58.403Z Compiling mio v1.2.1
5212026-06-26T18:50:58.451Z Compiling syn v2.0.118
5222026-06-26T18:50:58.498Z Compiling futures-sink v0.3.32
5232026-06-26T18:50:58.516Z Compiling rustix v1.1.4
5242026-06-26T18:50:58.609Z Compiling cc v1.2.65
5252026-06-26T18:50:58.716Z Compiling socket2 v0.6.4
5262026-06-26T18:50:58.848Z Compiling slab v0.4.12
5272026-06-26T18:50:59.056Z Compiling zmij v1.0.21
5282026-06-26T18:50:59.067Z Compiling futures-channel v0.3.32
5292026-06-26T18:50:59.124Z Compiling tracing-core v0.1.36
5302026-06-26T18:50:59.318Z Compiling serde_json v1.0.150
5312026-06-26T18:50:59.399Z Compiling version_check v0.9.5
5322026-06-26T18:50:59.552Z Compiling indexmap v2.14.0
5332026-06-26T18:50:59.645Z Compiling futures-io v0.3.32
5342026-06-26T18:50:59.660Z Compiling futures-task v0.3.32
5352026-06-26T18:50:59.829Z Compiling getrandom v0.4.3
5362026-06-26T18:50:59.889Z Compiling unicode-width v0.2.2
5372026-06-26T18:50:59.905Z Compiling percent-encoding v2.3.2
5382026-06-26T18:51:00.121Z Compiling camino v1.2.3
5392026-06-26T18:51:00.194Z Compiling ring v0.17.14
5402026-06-26T18:51:00.206Z Compiling http v1.4.2
5412026-06-26T18:51:00.335Z Compiling autocfg v1.5.1
5422026-06-26T18:51:00.356Z Compiling simd-adler32 v0.3.9
5432026-06-26T18:51:00.492Z Compiling zeroize v1.9.0
5442026-06-26T18:51:00.678Z Compiling adler2 v2.0.1
5452026-06-26T18:51:00.689Z Compiling num-traits v0.2.19
5462026-06-26T18:51:00.837Z Compiling miniz_oxide v0.8.9
5472026-06-26T18:51:00.999Z Compiling object v0.37.3
5482026-06-26T18:51:01.191Z Compiling target-lexicon v0.13.5
5492026-06-26T18:51:01.297Z Compiling getrandom v0.3.4
5502026-06-26T18:51:01.519Z Compiling zerocopy v0.8.52
5512026-06-26T18:51:01.713Z Compiling http-body v1.0.1
5522026-06-26T18:51:01.855Z Compiling rustls-pki-types v1.14.1
5532026-06-26T18:51:01.869Z Compiling form_urlencoded v1.2.2
5542026-06-26T18:51:01.920Z Compiling serde_derive v1.0.228
5552026-06-26T18:51:01.949Z Compiling tokio-macros v2.7.0
5562026-06-26T18:51:02.079Z Compiling futures-macro v0.3.32
5572026-06-26T18:51:02.124Z Compiling tracing-attributes v0.1.31
5582026-06-26T18:51:02.259Z Compiling semver v1.0.28
5592026-06-26T18:51:02.431Z Compiling getrandom v0.2.17
5602026-06-26T18:51:02.623Z Compiling signal-hook v0.3.18
5612026-06-26T18:51:02.689Z Compiling tokio v1.52.3
5622026-06-26T18:51:02.719Z Compiling owo-colors v4.3.0
5632026-06-26T18:51:02.850Z Compiling utf8_iter v1.0.4
5642026-06-26T18:51:02.895Z Compiling futures-util v0.3.32
5652026-06-26T18:51:02.921Z Compiling httparse v1.10.1
5662026-06-26T18:51:03.009Z Compiling gimli v0.32.3
5672026-06-26T18:51:03.044Z Compiling thiserror v2.0.18
5682026-06-26T18:51:03.268Z Compiling fnv v1.0.7
5692026-06-26T18:51:03.327Z Compiling tracing v0.1.44
5702026-06-26T18:51:03.366Z Compiling guppy-workspace-hack v0.1.0
5712026-06-26T18:51:03.387Z Compiling idna_adapter v1.0.0
5722026-06-26T18:51:03.482Z Compiling untrusted v0.9.0
5732026-06-26T18:51:03.598Z Compiling idna v1.1.0
5742026-06-26T18:51:03.799Z Compiling thiserror-impl v2.0.18
5752026-06-26T18:51:04.983Z Compiling addr2line v0.25.1
5762026-06-26T18:51:05.594Z Compiling generic-array v0.14.7
5772026-06-26T18:51:05.695Z Compiling target-spec v3.6.0
5782026-06-26T18:51:05.809Z Compiling thiserror v1.0.69
5792026-06-26T18:51:05.832Z Compiling try-lock v0.2.5
5802026-06-26T18:51:05.874Z Compiling atomic-waker v1.1.2
5812026-06-26T18:51:05.942Z Compiling tower-service v0.3.3
5822026-06-26T18:51:05.980Z Compiling pkg-config v0.3.33
5832026-06-26T18:51:05.997Z Compiling rustls v0.23.41
5842026-06-26T18:51:06.032Z Compiling rustc-demangle v0.1.27
5852026-06-26T18:51:06.117Z Compiling fastrand v2.4.1
5862026-06-26T18:51:06.215Z Compiling typeid v1.0.3
5872026-06-26T18:51:06.409Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5882026-06-26T18:51:06.446Z Compiling tempfile v3.27.0
5892026-06-26T18:51:06.510Z Compiling tokio-util v0.7.18
5902026-06-26T18:51:06.829Z Compiling want v0.3.1
5912026-06-26T18:51:06.962Z Compiling cfg-expr v0.20.8
5922026-06-26T18:51:07.005Z Compiling h2 v0.4.15
5932026-06-26T18:51:07.123Z Compiling url v2.5.8
5942026-06-26T18:51:08.009Z Compiling thiserror-impl v1.0.69
5952026-06-26T18:51:08.260Z Compiling backtrace v0.3.76
5962026-06-26T18:51:08.462Z Compiling terminal_size v0.4.4
5972026-06-26T18:51:08.615Z Compiling aho-corasick v1.1.4
5982026-06-26T18:51:08.750Z Compiling regex-syntax v0.8.11
5992026-06-26T18:51:09.153Z Compiling subtle v2.6.1
6002026-06-26T18:51:09.311Z Compiling rustls-webpki v0.103.13
6012026-06-26T18:51:09.578Z Compiling typenum v1.20.1
6022026-06-26T18:51:10.230Z Compiling erased-serde v0.4.10
6032026-06-26T18:51:10.538Z Compiling winnow v0.7.15
6042026-06-26T18:51:11.992Z Compiling regex-automata v0.4.14
6052026-06-26T18:51:12.612Z Compiling hyper v1.10.1
6062026-06-26T18:51:14.058Z Compiling serde_spanned v0.6.9
6072026-06-26T18:51:14.214Z Compiling toml_datetime v0.6.11
6082026-06-26T18:51:14.580Z Compiling ahash v0.8.12
6092026-06-26T18:51:14.867Z Compiling sync_wrapper v1.0.2
6102026-06-26T18:51:14.979Z Compiling crc32fast v1.5.0
6112026-06-26T18:51:15.283Z Compiling foldhash v0.1.5
6122026-06-26T18:51:15.438Z Compiling either v1.16.0
6132026-06-26T18:51:15.499Z Compiling toml_write v0.1.2
6142026-06-26T18:51:15.664Z Compiling base64 v0.22.1
6152026-06-26T18:51:15.747Z Compiling tower-layer v0.3.3
6162026-06-26T18:51:15.944Z Compiling nextest-workspace-hack v0.1.0
6172026-06-26T18:51:16.079Z Compiling lazy_static v1.5.0
6182026-06-26T18:51:16.138Z Compiling unicode-segmentation v1.13.3
6192026-06-26T18:51:16.172Z Compiling portable-atomic v1.13.1
6202026-06-26T18:51:16.184Z Compiling ipnet v2.12.0
6212026-06-26T18:51:16.289Z Compiling unicode-linebreak v0.1.5
6222026-06-26T18:51:16.524Z Compiling is_ci v1.2.0
6232026-06-26T18:51:16.557Z Compiling parking_lot_core v0.9.12
6242026-06-26T18:51:16.568Z Compiling textwrap v0.16.2
6252026-06-26T18:51:16.670Z Compiling supports-color v3.0.2
6262026-06-26T18:51:16.684Z Compiling convert_case v0.10.0
6272026-06-26T18:51:16.854Z Compiling hyper-util v0.1.20
6282026-06-26T18:51:16.915Z Compiling sharded-slab v0.1.7
6292026-06-26T18:51:16.931Z Compiling tower v0.5.3
6302026-06-26T18:51:17.367Z Compiling toml_edit v0.22.27
6312026-06-26T18:51:17.507Z Compiling tokio-rustls v0.26.4
6322026-06-26T18:51:17.510Z Compiling hashbrown v0.15.5
6332026-06-26T18:51:17.971Z Compiling backtrace-ext v0.2.1
6342026-06-26T18:51:18.131Z Compiling ordered-float v2.10.1
6352026-06-26T18:51:18.226Z Compiling webpki-roots v1.0.8
6362026-06-26T18:51:18.342Z Compiling miette-derive v7.6.0
6372026-06-26T18:51:18.397Z Compiling pathdiff v0.2.3
6382026-06-26T18:51:18.520Z Compiling console v0.15.11
6392026-06-26T18:51:18.534Z Compiling tracing-log v0.2.0
6402026-06-26T18:51:18.881Z Compiling cargo-platform v0.3.3
6412026-06-26T18:51:19.430Z Compiling os_pipe v1.2.3
6422026-06-26T18:51:19.452Z Compiling thread_local v1.1.9
6432026-06-26T18:51:19.469Z Compiling scopeguard v1.2.0
6442026-06-26T18:51:19.570Z Compiling zstd-safe v7.2.4
6452026-06-26T18:51:19.588Z Compiling cfg_aliases v0.2.1
6462026-06-26T18:51:19.658Z Compiling debug-ignore v1.0.5
6472026-06-26T18:51:19.768Z Compiling pulldown-cmark v0.13.4
6482026-06-26T18:51:19.795Z Compiling ryu v1.0.23
6492026-06-26T18:51:19.813Z Compiling supports-unicode v3.0.0
6502026-06-26T18:51:19.816Z Compiling supports-hyperlinks v3.2.0
6512026-06-26T18:51:19.979Z Compiling unicode-width v0.1.14
6522026-06-26T18:51:19.992Z Compiling utf8parse v0.2.2
6532026-06-26T18:51:20.031Z Compiling rustix v0.38.44
6542026-06-26T18:51:20.075Z Compiling winnow v1.0.3
6552026-06-26T18:51:20.097Z Compiling fixedbitset v0.5.7
6562026-06-26T18:51:20.463Z Compiling petgraph v0.8.3
6572026-06-26T18:51:20.611Z Compiling miette v7.6.0
6582026-06-26T18:51:20.665Z Compiling anstyle-parse v1.0.0
6592026-06-26T18:51:20.895Z Compiling serde_urlencoded v0.7.1
6602026-06-26T18:51:21.167Z Compiling toml_parser v1.1.2+spec-1.1.0
6612026-06-26T18:51:21.503Z Compiling nix v0.30.1
6622026-06-26T18:51:21.890Z Compiling tracing-subscriber v0.3.23
6632026-06-26T18:51:22.371Z Compiling lock_api v0.4.14
6642026-06-26T18:51:22.509Z Compiling sigchld v0.2.4
6652026-06-26T18:51:22.639Z Compiling cargo_metadata v0.23.1
6662026-06-26T18:51:22.699Z Compiling toml v0.8.23
6672026-06-26T18:51:23.138Z Compiling serde-untagged v0.1.9
6682026-06-26T18:51:23.498Z Compiling serde-value v0.7.0
6692026-06-26T18:51:24.249Z Compiling hyper-rustls v0.27.9
6702026-06-26T18:51:24.928Z Compiling tower-http v0.6.11
6712026-06-26T18:51:25.138Z Compiling derive_more-impl v2.1.1
6722026-06-26T18:51:25.585Z Compiling itertools v0.14.0
6732026-06-26T18:51:25.640Z Compiling regex v1.12.4
6742026-06-26T18:51:25.936Z Compiling crypto-common v0.1.7
6752026-06-26T18:51:26.067Z Compiling block-buffer v0.10.4
6762026-06-26T18:51:26.219Z Compiling ppv-lite86 v0.2.21
6772026-06-26T18:51:26.233Z Compiling rand_core v0.9.5
6782026-06-26T18:51:26.478Z Compiling futures-executor v0.3.32
6792026-06-26T18:51:26.536Z Compiling pin-project-internal v1.1.13
6802026-06-26T18:51:26.640Z Compiling http-body-util v0.1.3
6812026-06-26T18:51:26.913Z Compiling uuid v1.23.4
6822026-06-26T18:51:27.011Z Compiling toml_datetime v1.1.1+spec-1.1.0
6832026-06-26T18:51:27.027Z Compiling smol_str v0.3.6
6842026-06-26T18:51:27.047Z Compiling serde_spanned v1.1.1
6852026-06-26T18:51:27.191Z Compiling filetime v0.2.29
6862026-06-26T18:51:27.365Z Compiling vte v0.14.1
6872026-06-26T18:51:27.399Z Compiling bstr v1.12.3
6882026-06-26T18:51:27.415Z Compiling nested v0.1.1
6892026-06-26T18:51:27.442Z Compiling anstyle-query v1.1.5
6902026-06-26T18:51:27.547Z Compiling litrs v1.0.0
6912026-06-26T18:51:27.579Z Compiling color-spantrace v0.3.0
6922026-06-26T18:51:27.607Z Compiling number_prefix v0.4.0
6932026-06-26T18:51:27.756Z Compiling iana-time-zone v0.1.65
6942026-06-26T18:51:27.769Z Compiling anstyle v1.0.14
6952026-06-26T18:51:27.895Z Compiling unicase v2.9.0
6962026-06-26T18:51:27.982Z Compiling unicode-xid v0.2.6
6972026-06-26T18:51:28.050Z Compiling is_terminal_polyfill v1.70.2
6982026-06-26T18:51:28.075Z Compiling xattr v1.6.1
6992026-06-26T18:51:28.078Z Compiling eyre v0.6.12
7002026-06-26T18:51:28.098Z Compiling tinyvec_macros v0.1.1
7012026-06-26T18:51:28.119Z Compiling self_update v0.42.0
7022026-06-26T18:51:28.130Z Compiling static_assertions v1.1.0
7032026-06-26T18:51:28.161Z Compiling colorchoice v1.0.5
7042026-06-26T18:51:28.199Z Compiling tar v0.4.46
7052026-06-26T18:51:28.250Z Compiling anstream v1.0.0
7062026-06-26T18:51:28.275Z Compiling guppy v0.17.26
7072026-06-26T18:51:28.371Z Compiling tinyvec v1.11.0
7082026-06-26T18:51:28.685Z Compiling cargo-util-schemas v0.2.0
7092026-06-26T18:51:28.779Z Compiling document-features v0.2.12
7102026-06-26T18:51:28.875Z Compiling chrono v0.4.45
7112026-06-26T18:51:29.339Z Compiling globset v0.4.18
7122026-06-26T18:51:29.453Z Compiling indicatif v0.17.11
7132026-06-26T18:51:30.708Z Compiling pin-project v1.1.13
7142026-06-26T18:51:30.809Z Compiling strip-ansi-escapes v0.2.1
7152026-06-26T18:51:31.072Z Compiling nextest-metadata v0.12.2
7162026-06-26T18:51:31.296Z Compiling toml v1.1.2+spec-1.1.0
7172026-06-26T18:51:31.611Z Compiling newtype-uuid v1.3.2
7182026-06-26T18:51:31.795Z Compiling reqwest v0.12.28
7192026-06-26T18:51:32.207Z Compiling futures v0.3.32
7202026-06-26T18:51:32.290Z Compiling rand_chacha v0.9.0
7212026-06-26T18:51:32.537Z Compiling digest v0.10.7
7222026-06-26T18:51:32.558Z Compiling derive_more v2.1.1
7232026-06-26T18:51:32.636Z Compiling parking_lot v0.12.5
7242026-06-26T18:51:32.759Z Compiling flate2 v1.1.9
7252026-06-26T18:51:32.841Z Compiling tracing-error v0.2.1
7262026-06-26T18:51:33.074Z Compiling shared_child v1.1.1
7272026-06-26T18:51:33.529Z Compiling signal-hook-mio v0.2.5
7282026-06-26T18:51:33.642Z Compiling self-replace v1.5.0
7292026-06-26T18:51:33.657Z Compiling cargo-platform v0.2.0
7302026-06-26T18:51:33.929Z Compiling quick-xml v0.38.4
7312026-06-26T18:51:34.211Z Compiling quick-xml v0.37.5
7322026-06-26T18:51:34.470Z Compiling clap_lex v1.1.0
7332026-06-26T18:51:34.725Z Compiling heck v0.5.0
7342026-06-26T18:51:34.821Z Compiling cpufeatures v0.2.17
7352026-06-26T18:51:34.927Z Compiling strsim v0.11.1
7362026-06-26T18:51:35.148Z Compiling humantime v2.3.0
7372026-06-26T18:51:35.577Z Compiling urlencoding v2.1.3
7382026-06-26T18:51:35.719Z Compiling indenter v0.3.4
7392026-06-26T18:51:35.740Z Compiling shell-words v1.1.1
7402026-06-26T18:51:35.751Z Compiling recursion v0.5.4
7412026-06-26T18:51:35.845Z Compiling clap_derive v4.6.1
7422026-06-26T18:51:35.880Z Compiling nextest-filtering v0.15.0
7432026-06-26T18:51:36.195Z Compiling humantime-serde v1.1.1
7442026-06-26T18:51:36.314Z Compiling clap_builder v4.6.0
7452026-06-26T18:51:36.350Z Compiling sha2 v0.10.9
7462026-06-26T18:51:37.559Z Compiling quick-junit v0.5.2
7472026-06-26T18:51:37.592Z Compiling atomicwrites v0.4.4
7482026-06-26T18:51:37.855Z Compiling cargo_metadata v0.20.0
7492026-06-26T18:51:39.779Z Compiling cargo-nextest v0.9.97
7502026-06-26T18:51:40.105Z Compiling crossterm v0.29.0
7512026-06-26T18:51:41.519Z Compiling duct v0.13.7
7522026-06-26T18:51:41.801Z Compiling zstd v0.13.3
7532026-06-26T18:51:42.222Z Compiling rand v0.9.4
7542026-06-26T18:51:42.359Z Compiling async-scoped v0.9.0
7552026-06-26T18:51:42.410Z Compiling config v0.15.25
7562026-06-26T18:51:42.553Z Compiling unicode-normalization v0.1.25
7572026-06-26T18:51:42.990Z Compiling target-spec-miette v0.4.8
7582026-06-26T18:51:43.048Z Compiling future-queue v0.4.0
7592026-06-26T18:51:43.115Z Compiling mukti-metadata v0.3.0
7602026-06-26T18:51:43.237Z Compiling camino-tempfile v1.4.1
7612026-06-26T18:51:43.284Z Compiling tokio-stream v0.1.18
7622026-06-26T18:51:43.321Z Compiling derive-where v1.6.1
7632026-06-26T18:51:43.431Z Compiling serde_path_to_error v0.1.20
7642026-06-26T18:51:43.601Z Compiling serde_ignored v0.1.14
7652026-06-26T18:51:43.661Z Compiling xxhash-rust v0.8.15
7662026-06-26T18:51:43.834Z Compiling hex v0.4.3
7672026-06-26T18:51:43.841Z Compiling home v0.5.12
7682026-06-26T18:51:43.870Z Compiling indent_write v2.2.0
7692026-06-26T18:51:43.923Z Compiling swrite v0.1.0
7702026-06-26T18:51:43.998Z Compiling color-eyre v0.6.5
7712026-06-26T18:51:44.030Z Compiling clap v4.6.1
7722026-06-26T18:51:44.043Z Compiling dialoguer v0.11.0
7732026-06-26T18:51:44.109Z Compiling enable-ansi-support v0.2.1
7742026-06-26T18:51:44.532Z Compiling nextest-runner v0.80.0
7752026-06-26T18:52:02.343Z Finished `release` profile [optimized] target(s) in 1m 09s
7762026-06-26T18:52:02.527Z Installing /home/build/.cargo/bin/cargo-nextest
7772026-06-26T18:52:02.530Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7782026-06-26T18:52:02.643Z+ banner bfd
7792026-06-26T18:52:02.646Z
7802026-06-26T18:52:02.646Z ##### ###### #####
7812026-06-26T18:52:02.646Z # # # # #
7822026-06-26T18:52:02.646Z ##### ##### # #
7832026-06-26T18:52:02.646Z # # # # #
7842026-06-26T18:52:02.646Z # # # # #
7852026-06-26T18:52:02.646Z ##### # #####
7862026-06-26T18:52:02.646Z
7872026-06-26T18:52:02.646Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7882026-06-26T18:52:02.799Z Updating git repository `https://github.com/oxidecomputer/falcon`
7892026-06-26T18:52:03.409ZFrom https://github.com/oxidecomputer/falcon
7902026-06-26T18:52:03.409Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7912026-06-26T18:52:03.486Z Updating crates.io index
7922026-06-26T18:52:03.489Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7932026-06-26T18:52:03.915ZFrom https://github.com/oxidecomputer/dendrite
7942026-06-26T18:52:03.915Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7952026-06-26T18:52:03.993Z Updating git repository `https://github.com/oxidecomputer/ispf`
7962026-06-26T18:52:04.297ZFrom https://github.com/oxidecomputer/ispf
7972026-06-26T18:52:04.297Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7982026-06-26T18:52:04.321Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7992026-06-26T18:52:04.706ZFrom https://github.com/oxidecomputer/netadm-sys
8002026-06-26T18:52:04.706Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8012026-06-26T18:52:04.713Z Updating git repository `https://github.com/oxidecomputer/omicron`
8022026-06-26T18:52:10.682ZFrom https://github.com/oxidecomputer/omicron
8032026-06-26T18:52:10.682Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8042026-06-26T18:52:11.099Z Updating git repository `https://github.com/oxidecomputer/opte`
8052026-06-26T18:52:11.897ZFrom https://github.com/oxidecomputer/opte
8062026-06-26T18:52:11.897Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8072026-06-26T18:52:11.928Z Updating git repository `https://github.com/illumos/smf-rs`
8082026-06-26T18:52:12.224ZFrom https://github.com/illumos/smf-rs
8092026-06-26T18:52:12.224Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8102026-06-26T18:52:12.281Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8112026-06-26T18:52:12.560ZFrom https://github.com/oxidecomputer/network-interface
8122026-06-26T18:52:12.560Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8132026-06-26T18:52:12.594Z Updating git repository `https://github.com/oxidecomputer/zone`
8142026-06-26T18:52:12.888ZFrom https://github.com/oxidecomputer/zone
8152026-06-26T18:52:12.888Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8162026-06-26T18:52:12.908Z Updating git repository `https://github.com/oxidecomputer/propolis`
8172026-06-26T18:52:13.571ZFrom https://github.com/oxidecomputer/propolis
8182026-06-26T18:52:13.571Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8192026-06-26T18:52:13.651Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8202026-06-26T18:52:14.181ZFrom https://github.com/oxidecomputer/transceiver-control
8212026-06-26T18:52:14.182Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8222026-06-26T18:52:14.226Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8232026-06-26T18:52:14.499ZFrom https://github.com/oxidecomputer/dlpi-sys
8242026-06-26T18:52:14.500Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8252026-06-26T18:52:14.515Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8262026-06-26T18:52:14.814ZFrom https://github.com/jmesmon/rust-libzfs
8272026-06-26T18:52:14.814Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8282026-06-26T18:52:14.822Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8292026-06-26T18:52:15.104ZFrom https://github.com/oxidecomputer/rusty-doors
8302026-06-26T18:52:15.104Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8312026-06-26T18:52:15.112Z Updating git repository `https://github.com/oxidecomputer/lldp`
8322026-06-26T18:52:15.474ZFrom https://github.com/oxidecomputer/lldp
8332026-06-26T18:52:15.474Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8342026-06-26T18:52:15.502Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8352026-06-26T18:52:15.784ZFrom https://github.com/oxidecomputer/slog-error-chain
8362026-06-26T18:52:15.784Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8372026-06-26T18:52:15.850Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8382026-06-26T18:52:16.187ZFrom https://github.com/oxidecomputer/tufaceous
8392026-06-26T18:52:16.187Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8402026-06-26T18:52:16.254Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8412026-06-26T18:52:16.799ZFrom https://github.com/oxidecomputer/management-gateway-service
8422026-06-26T18:52:16.799Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8432026-06-26T18:52:16.813Z Updating git repository `https://github.com/oxidecomputer/crucible`
8442026-06-26T18:52:17.646ZFrom https://github.com/oxidecomputer/crucible
8452026-06-26T18:52:17.646Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8462026-06-26T18:52:17.760Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8472026-06-26T18:52:18.049ZFrom https://github.com/oxidecomputer/serde_human_bytes
8482026-06-26T18:52:18.049Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8492026-06-26T18:52:18.066Z Updating git repository `https://github.com/oxidecomputer/propolis`
8502026-06-26T18:52:18.529ZFrom https://github.com/oxidecomputer/propolis
8512026-06-26T18:52:18.529Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8522026-06-26T18:52:18.809Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-06-26T18:52:19.157ZFrom https://github.com/oxidecomputer/crucible
8542026-06-26T18:52:19.157Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8552026-06-26T18:52:19.269Z Updating git repository `https://github.com/oxidecomputer/tofino`
8562026-06-26T18:52:19.655ZFrom https://github.com/oxidecomputer/tofino
8572026-06-26T18:52:19.655Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8582026-06-26T18:52:19.681Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8592026-06-26T18:52:20.384ZFrom https://github.com/oxidecomputer/maghemite
8602026-06-26T18:52:20.384Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8612026-06-26T18:52:20.463Z Updating git repository `https://github.com/oxidecomputer/clickward`
8622026-06-26T18:52:20.912ZFrom https://github.com/oxidecomputer/clickward
8632026-06-26T18:52:20.912Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8642026-06-26T18:52:21.270Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8652026-06-26T18:52:21.533ZFrom https://github.com/oxidecomputer/illumos-devinfo
8662026-06-26T18:52:21.533Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8672026-06-26T18:52:22.494Z Downloading crates ...
8682026-06-26T18:52:22.592Z Downloaded const-random-macro v0.1.16
8692026-06-26T18:52:22.595Z Downloaded byteorder v1.5.0
8702026-06-26T18:52:22.601Z Downloaded crossbeam-deque v0.8.6
8712026-06-26T18:52:22.605Z Downloaded critical-section v1.2.0
8722026-06-26T18:52:22.608Z Downloaded crunchy v0.2.4
8732026-06-26T18:52:22.611Z Downloaded ciborium-ll v0.2.2
8742026-06-26T18:52:22.613Z Downloaded dunce v1.0.5
8752026-06-26T18:52:22.613Z Downloaded enum-as-inner v0.6.1
8762026-06-26T18:52:22.617Z Downloaded dtrace-parser v0.3.0
8772026-06-26T18:52:22.620Z Downloaded derive_more v0.99.20
8782026-06-26T18:52:22.623Z Downloaded crossbeam-channel v0.5.15
8792026-06-26T18:52:22.625Z Downloaded foreign-types-macros v0.2.3
8802026-06-26T18:52:22.628Z Downloaded dyn-clone v1.0.20
8812026-06-26T18:52:22.628Z Downloaded arrayref v0.3.9
8822026-06-26T18:52:22.631Z Downloaded match_cfg v0.1.0
8832026-06-26T18:52:22.631Z Downloaded foreign-types-shared v0.3.1
8842026-06-26T18:52:22.634Z Downloaded foldhash v0.2.0
8852026-06-26T18:52:22.634Z Downloaded fs-err v3.3.0
8862026-06-26T18:52:22.637Z Downloaded glob v0.3.3
8872026-06-26T18:52:22.640Z Downloaded cancel-safe-futures v0.1.5
8882026-06-26T18:52:22.640Z Downloaded ff v0.13.1
8892026-06-26T18:52:22.643Z Downloaded const-oid v0.10.2
8902026-06-26T18:52:22.646Z Downloaded hubpack v0.1.2
8912026-06-26T18:52:22.646Z Downloaded arrayvec v0.7.6
8922026-06-26T18:52:22.650Z Downloaded displaydoc v0.2.6
8932026-06-26T18:52:22.650Z Downloaded dtrace-parser v0.2.0
8942026-06-26T18:52:22.653Z Downloaded block-buffer v0.12.0
8952026-06-26T18:52:22.653Z Downloaded ingot-types v0.1.2
8962026-06-26T18:52:22.656Z Downloaded idna_adapter v1.2.2
8972026-06-26T18:52:22.656Z Downloaded ident_case v1.0.1
8982026-06-26T18:52:22.659Z Downloaded hubpack_derive v0.1.1
8992026-06-26T18:52:22.659Z Downloaded defmt v0.3.100
9002026-06-26T18:52:22.659Z Downloaded convert_case v0.4.0
9012026-06-26T18:52:22.659Z Downloaded indicatif v0.18.4
9022026-06-26T18:52:22.662Z Downloaded dropshot-api-manager-types v0.7.2
9032026-06-26T18:52:22.664Z Downloaded defmt-parser v1.0.0
9042026-06-26T18:52:22.667Z Downloaded highway v1.3.0
9052026-06-26T18:52:22.667Z Downloaded half v2.7.1
9062026-06-26T18:52:22.670Z Downloaded linked-hash-map v0.5.6
9072026-06-26T18:52:22.674Z Downloaded anyhow v1.0.102
9082026-06-26T18:52:22.676Z Downloaded heck v0.4.1
9092026-06-26T18:52:22.677Z Downloaded fxhash v0.2.1
9102026-06-26T18:52:22.679Z Downloaded deranged v0.5.8
9112026-06-26T18:52:22.679Z Downloaded float-ord v0.3.2
9122026-06-26T18:52:22.683Z Downloaded base16ct v1.0.0
9132026-06-26T18:52:22.683Z Downloaded ciborium-io v0.2.2
9142026-06-26T18:52:22.686Z Downloaded defmt-macros v1.1.0
9152026-06-26T18:52:22.686Z Downloaded crc8 v0.1.1
9162026-06-26T18:52:22.689Z Downloaded bit-set v0.8.0
9172026-06-26T18:52:22.689Z Downloaded lru-cache v0.1.2
9182026-06-26T18:52:22.692Z Downloaded bcs v0.1.6
9192026-06-26T18:52:22.694Z Downloaded darling_macro v0.21.3
9202026-06-26T18:52:22.694Z Downloaded daft-derive v0.1.7
9212026-06-26T18:52:22.697Z Downloaded newline-converter v0.3.0
9222026-06-26T18:52:22.700Z Downloaded httpdate v1.0.3
9232026-06-26T18:52:22.700Z Downloaded dof v0.3.0
9242026-06-26T18:52:22.702Z Downloaded gethostname v0.5.0
9252026-06-26T18:52:22.702Z Downloaded const-random v0.1.18
9262026-06-26T18:52:22.705Z Downloaded compression-core v0.4.32
9272026-06-26T18:52:22.705Z Downloaded mime v0.3.17
9282026-06-26T18:52:22.708Z Downloaded internet-checksum v0.2.1
9292026-06-26T18:52:22.708Z Downloaded instant v0.1.13
9302026-06-26T18:52:22.711Z Downloaded memoffset v0.9.1
9312026-06-26T18:52:22.711Z Downloaded git-stub v1.0.0
9322026-06-26T18:52:22.714Z Downloaded dof v0.4.0
9332026-06-26T18:52:22.714Z Downloaded bs58 v0.5.1
9342026-06-26T18:52:22.717Z Downloaded compression-codecs v0.4.38
9352026-06-26T18:52:22.719Z Downloaded linear-map v1.2.0
9362026-06-26T18:52:22.719Z Downloaded embedded-io v0.6.1
9372026-06-26T18:52:22.722Z Downloaded no-std-compat v0.4.1
9382026-06-26T18:52:22.722Z Downloaded crypto-common v0.2.2
9392026-06-26T18:52:22.722Z Downloaded fs_extra v1.3.0
9402026-06-26T18:52:22.725Z Downloaded darling_core v0.23.0
9412026-06-26T18:52:22.728Z Downloaded macaddr v1.0.1
9422026-06-26T18:52:22.731Z Downloaded embedded-io v0.4.0
9432026-06-26T18:52:22.731Z Downloaded konst_macro_rules v0.2.19
9442026-06-26T18:52:22.734Z Downloaded darling_macro v0.23.0
9452026-06-26T18:52:22.734Z Downloaded cpufeatures v0.3.0
9462026-06-26T18:52:22.734Z Downloaded cmake v0.1.58
9472026-06-26T18:52:22.737Z Downloaded async-recursion v1.1.1
9482026-06-26T18:52:22.739Z Downloaded num-iter v0.1.45
9492026-06-26T18:52:22.739Z Downloaded git-stub-vcs v0.1.0
9502026-06-26T18:52:22.742Z Downloaded num_enum_derive v0.5.11
9512026-06-26T18:52:22.742Z Downloaded num-conv v0.2.2
9522026-06-26T18:52:22.745Z Downloaded opaque-debug v0.3.1
9532026-06-26T18:52:22.745Z Downloaded num v0.4.3
9542026-06-26T18:52:22.745Z Downloaded num-derive v0.4.2
9552026-06-26T18:52:22.748Z Downloaded natord v1.0.9
9562026-06-26T18:52:22.748Z Downloaded fixedbitset v0.4.2
9572026-06-26T18:52:22.751Z Downloaded managed v0.8.0
9582026-06-26T18:52:22.751Z Downloaded derive-ex v0.1.8
9592026-06-26T18:52:22.753Z Downloaded daft v0.1.7
9602026-06-26T18:52:22.753Z Downloaded bitflags v1.3.2
9612026-06-26T18:52:22.758Z Downloaded omicron-workspace-hack v0.1.0
9622026-06-26T18:52:22.758Z Downloaded olpc-cjson v0.1.4
9632026-06-26T18:52:22.760Z Downloaded libsw v3.5.0
9642026-06-26T18:52:22.760Z Downloaded keccak v0.1.6
9652026-06-26T18:52:22.760Z Downloaded newtype_derive v0.1.6
9662026-06-26T18:52:22.760Z Downloaded memmap v0.7.0
9672026-06-26T18:52:22.781Z Downloaded inout v0.1.4
9682026-06-26T18:52:22.781Z Downloaded hostname v0.3.1
9692026-06-26T18:52:22.789Z Downloaded libscf-sys v1.2.0
9702026-06-26T18:52:22.789Z Downloaded crucible-workspace-hack v0.1.0
9712026-06-26T18:52:22.789Z Downloaded csv-core v0.1.13
9722026-06-26T18:52:22.789Z Downloaded num_threads v0.1.7
9732026-06-26T18:52:22.789Z Downloaded byte-wrapper v0.1.0
9742026-06-26T18:52:22.789Z Downloaded is-terminal v0.4.17
9752026-06-26T18:52:22.789Z Downloaded hash32 v0.3.1
9762026-06-26T18:52:22.789Z Downloaded cstr-argument v0.1.2
9772026-06-26T18:52:22.789Z Downloaded plain v0.2.3
9782026-06-26T18:52:22.789Z Downloaded backoff v0.4.0
9792026-06-26T18:52:22.789Z Downloaded async-stream-impl v0.3.6
9802026-06-26T18:52:22.789Z Downloaded data-encoding v2.11.0
9812026-06-26T18:52:22.789Z Downloaded phf_shared v0.12.1
9822026-06-26T18:52:22.789Z Downloaded aead v0.5.2
9832026-06-26T18:52:22.789Z Downloaded async-trait v0.1.89
9842026-06-26T18:52:22.789Z Downloaded foreign-types v0.5.0
9852026-06-26T18:52:22.789Z Downloaded base16ct v0.2.0
9862026-06-26T18:52:22.792Z Downloaded cobs v0.3.0
9872026-06-26T18:52:22.793Z Downloaded async-stream v0.3.6
9882026-06-26T18:52:22.793Z Downloaded group v0.13.0
9892026-06-26T18:52:22.793Z Downloaded powerfmt v0.2.0
9902026-06-26T18:52:22.793Z Downloaded parse-display v0.10.0
9912026-06-26T18:52:22.793Z Downloaded proc-macro-crate v1.3.1
9922026-06-26T18:52:22.796Z Downloaded pretty-hex v0.4.2
9932026-06-26T18:52:22.796Z Downloaded potential_utf v0.1.5
9942026-06-26T18:52:22.798Z Downloaded itertools v0.12.1
9952026-06-26T18:52:22.801Z Downloaded num_enum_derive v0.7.6
9962026-06-26T18:52:22.804Z Downloaded const_format_proc_macros v0.2.34
9972026-06-26T18:52:22.804Z Downloaded hmac v0.12.1
9982026-06-26T18:52:22.807Z Downloaded newtype-uuid-macros v0.1.0
9992026-06-26T18:52:22.807Z Downloaded libsw-core v0.3.2
10002026-06-26T18:52:22.809Z Downloaded ipnetwork v0.21.1
10012026-06-26T18:52:22.809Z Downloaded chacha20 v0.9.1
10022026-06-26T18:52:22.812Z Downloaded proc-macro-crate v3.5.0
10032026-06-26T18:52:22.812Z Downloaded num_enum v0.7.6
10042026-06-26T18:52:22.815Z Downloaded num_enum v0.5.11
10052026-06-26T18:52:22.818Z Downloaded proc-macro-error-attr2 v2.0.0
10062026-06-26T18:52:22.821Z Downloaded argon2 v0.5.3
10072026-06-26T18:52:22.821Z Downloaded darling v0.21.3
10082026-06-26T18:52:22.824Z Downloaded proc-macro-error-attr v1.0.4
10092026-06-26T18:52:22.826Z Downloaded quick-error v1.2.3
10102026-06-26T18:52:22.826Z Downloaded progenitor-macro v0.13.0
10112026-06-26T18:52:22.829Z Downloaded parse-display-derive v0.10.0
10122026-06-26T18:52:22.829Z Downloaded progenitor-client v0.14.0
10132026-06-26T18:52:22.829Z Downloaded bit-vec v0.8.0
10142026-06-26T18:52:22.832Z Downloaded cargo_toml v0.22.3
10152026-06-26T18:52:22.832Z Downloaded progenitor-macro v0.14.0
10162026-06-26T18:52:22.835Z Downloaded digest v0.11.3
10172026-06-26T18:52:22.835Z Downloaded multer v3.1.0
10182026-06-26T18:52:22.838Z Downloaded drift v0.2.0
10192026-06-26T18:52:22.841Z Downloaded hostname v0.4.2
10202026-06-26T18:52:22.844Z Downloaded erased-serde v0.3.31
10212026-06-26T18:52:22.847Z Downloaded arc-swap v1.9.1
10222026-06-26T18:52:22.850Z Downloaded ref-cast-impl v1.0.25
10232026-06-26T18:52:22.850Z Downloaded oxnet v0.1.6
10242026-06-26T18:52:22.850Z Downloaded crossbeam-utils v0.8.21
10252026-06-26T18:52:22.853Z Downloaded crossbeam-epoch v0.9.18
10262026-06-26T18:52:22.853Z Downloaded rand_chacha v0.3.1
10272026-06-26T18:52:22.855Z Downloaded defmt v1.1.0
10282026-06-26T18:52:22.859Z Downloaded ciborium v0.2.2
10292026-06-26T18:52:22.859Z Downloaded cookie v0.18.1
10302026-06-26T18:52:22.862Z Downloaded parking_lot_core v0.8.6
10312026-06-26T18:52:22.862Z Downloaded darling v0.23.0
10322026-06-26T18:52:22.864Z Downloaded oxide-tokio-rt v0.1.6
10332026-06-26T18:52:22.867Z Downloaded same-file v1.0.6
10342026-06-26T18:52:22.867Z Downloaded ingot v0.1.1
10352026-06-26T18:52:22.871Z Downloaded ref-cast v1.0.25
10362026-06-26T18:52:22.871Z Downloaded progenitor-client v0.10.0
10372026-06-26T18:52:22.871Z Downloaded litemap v0.8.2
10382026-06-26T18:52:22.873Z Downloaded hybrid-array v0.4.12
10392026-06-26T18:52:22.876Z Downloaded rustc_version v0.1.7
10402026-06-26T18:52:22.876Z Downloaded secrecy v0.10.3
10412026-06-26T18:52:22.876Z Downloaded cipher v0.4.4
10422026-06-26T18:52:22.879Z Downloaded bytecount v0.6.9
10432026-06-26T18:52:22.879Z Downloaded parking_lot v0.11.2
10442026-06-26T18:52:22.882Z Downloaded dropshot_endpoint v0.17.1
10452026-06-26T18:52:22.882Z Downloaded constant_time_eq v0.4.2
10462026-06-26T18:52:22.884Z Downloaded num-rational v0.4.2
10472026-06-26T18:52:22.884Z Downloaded num-complex v0.4.6
10482026-06-26T18:52:22.887Z Downloaded scroll_derive v0.13.1
10492026-06-26T18:52:22.887Z Downloaded scroll_derive v0.12.1
10502026-06-26T18:52:22.887Z Downloaded poly1305 v0.8.0
10512026-06-26T18:52:22.891Z Downloaded pem v3.0.6
10522026-06-26T18:52:22.891Z Downloaded backon v1.6.0
10532026-06-26T18:52:22.893Z Downloaded memmap2 v0.9.10
10542026-06-26T18:52:22.893Z Downloaded proc-macro-error v1.0.4
10552026-06-26T18:52:22.897Z Downloaded serial_test_derive v3.5.0
10562026-06-26T18:52:22.897Z Downloaded progenitor v0.13.0
10572026-06-26T18:52:22.900Z Downloaded const_format v0.2.36
10582026-06-26T18:52:22.900Z Downloaded password-hash v0.5.0
10592026-06-26T18:52:22.902Z Downloaded paste v1.0.15
10602026-06-26T18:52:22.905Z Downloaded sha1 v0.11.0
10612026-06-26T18:52:22.905Z Downloaded siphasher v1.0.3
10622026-06-26T18:52:22.905Z Downloaded sigpipe v0.1.3
10632026-06-26T18:52:22.908Z Downloaded serde_plain v1.0.2
10642026-06-26T18:52:22.908Z Downloaded serde-big-array v0.5.1
10652026-06-26T18:52:22.908Z Downloaded console v0.16.3
10662026-06-26T18:52:22.912Z Downloaded colored v3.1.1
10672026-06-26T18:52:22.912Z Downloaded smawk v0.3.2
10682026-06-26T18:52:22.914Z Downloaded chacha20 v0.10.0
10692026-06-26T18:52:22.914Z Downloaded progenitor-extras v0.2.0
10702026-06-26T18:52:22.917Z Downloaded progenitor-client v0.13.0
10712026-06-26T18:52:22.917Z Downloaded progenitor v0.10.0
10722026-06-26T18:52:22.917Z Downloaded quote v1.0.45
10732026-06-26T18:52:22.920Z Downloaded serde_repr v0.1.20
10742026-06-26T18:52:22.920Z Downloaded progenitor-macro v0.10.0
10752026-06-26T18:52:22.923Z Downloaded sha1 v0.10.6
10762026-06-26T18:52:22.923Z Downloaded postcard v1.1.3
10772026-06-26T18:52:22.923Z Downloaded diff v0.1.13
10782026-06-26T18:52:22.926Z Downloaded progenitor v0.14.0
10792026-06-26T18:52:22.928Z Downloaded bitflags v2.12.1
10802026-06-26T18:52:22.928Z Downloaded proc-macro-error2 v2.0.1
10812026-06-26T18:52:22.931Z Downloaded blake2 v0.10.6
10822026-06-26T18:52:22.934Z Downloaded ingot-macros v0.1.1
10832026-06-26T18:52:22.937Z Downloaded rand_xorshift v0.4.0
10842026-06-26T18:52:22.937Z Downloaded omicron-zone-package v0.12.2
10852026-06-26T18:52:22.939Z Downloaded num-integer v0.1.46
10862026-06-26T18:52:22.944Z Downloaded strum v0.27.2
10872026-06-26T18:52:22.944Z Downloaded structmeta v0.3.0
10882026-06-26T18:52:22.947Z Downloaded slog-envlogger v2.2.0
10892026-06-26T18:52:22.947Z Downloaded slog-bunyan v2.5.0
10902026-06-26T18:52:22.947Z Downloaded structmeta-derive v0.3.0
10912026-06-26T18:52:22.949Z Downloaded tabled_derive v0.11.0
10922026-06-26T18:52:22.949Z Downloaded strum v0.26.3
10932026-06-26T18:52:22.949Z Downloaded schemars_derive v0.8.22
10942026-06-26T18:52:22.952Z Downloaded papergrid v0.11.0
10952026-06-26T18:52:22.955Z Downloaded camino v1.2.2
10962026-06-26T18:52:22.955Z Downloaded rustversion v1.0.22
10972026-06-26T18:52:22.958Z Downloaded testing_table v0.3.0
10982026-06-26T18:52:22.958Z Downloaded take_mut v0.2.2
10992026-06-26T18:52:22.958Z Downloaded tabwriter v1.4.1
11002026-06-26T18:52:22.961Z Downloaded tabled_derive v0.7.0
11012026-06-26T18:52:22.961Z Downloaded chacha20poly1305 v0.10.1
11022026-06-26T18:52:22.961Z Downloaded rustls-native-certs v0.8.4
11032026-06-26T18:52:22.961Z Downloaded elliptic-curve v0.13.8
11042026-06-26T18:52:22.964Z Downloaded thiserror-impl-no-std v2.0.2
11052026-06-26T18:52:22.964Z Downloaded darling_core v0.21.3
11062026-06-26T18:52:22.967Z Downloaded rand_core v0.10.1
11072026-06-26T18:52:22.969Z Downloaded stable_deref_trait v1.2.1
11082026-06-26T18:52:22.969Z Downloaded base64 v0.21.7
11092026-06-26T18:52:22.972Z Downloaded rusty-fork v0.3.1
11102026-06-26T18:52:22.972Z Downloaded rustls-pemfile v2.2.0
11112026-06-26T18:52:22.975Z Downloaded spin v0.5.2
11122026-06-26T18:52:22.975Z Downloaded crypto-bigint v0.5.5
11132026-06-26T18:52:22.978Z Downloaded time-core v0.1.8
11142026-06-26T18:52:22.981Z Downloaded thread-id v5.1.0
11152026-06-26T18:52:22.981Z Downloaded tagptr v0.2.0
11162026-06-26T18:52:22.981Z Downloaded pest_generator v2.8.6
11172026-06-26T18:52:22.984Z Downloaded pest_derive v2.8.6
11182026-06-26T18:52:22.984Z Downloaded topological-sort v0.2.2
11192026-06-26T18:52:22.987Z Downloaded allocator-api2 v0.2.21
11202026-06-26T18:52:22.987Z Downloaded scroll v0.12.0
11212026-06-26T18:52:22.990Z Downloaded phf v0.12.1
11222026-06-26T18:52:22.992Z Downloaded bytes v1.11.1
11232026-06-26T18:52:22.995Z Downloaded semver v0.1.20
11242026-06-26T18:52:22.995Z Downloaded scroll v0.13.0
11252026-06-26T18:52:22.998Z Downloaded termtree v0.5.1
11262026-06-26T18:52:22.998Z Downloaded icu_locale_core v2.2.0
11272026-06-26T18:52:23.001Z Downloaded smartstring v1.0.1
11282026-06-26T18:52:23.005Z Downloaded smf v0.2.3
11292026-06-26T18:52:23.005Z Downloaded slog-term v2.9.2
11302026-06-26T18:52:23.008Z Downloaded slog-stdlog v4.1.1
11312026-06-26T18:52:23.008Z Downloaded strum_macros v0.26.4
11322026-06-26T18:52:23.008Z Downloaded serde_derive_internals v0.29.1
11332026-06-26T18:52:23.008Z Downloaded resolv-conf v0.7.6
11342026-06-26T18:52:23.011Z Downloaded cc v1.2.63
11352026-06-26T18:52:23.014Z Downloaded icu_normalizer_data v2.2.0
11362026-06-26T18:52:23.017Z Downloaded serde_tokenstream v0.2.3
11372026-06-26T18:52:23.017Z Downloaded typify-macro v0.4.3
11382026-06-26T18:52:23.019Z Downloaded unarray v0.1.4
11392026-06-26T18:52:23.019Z Downloaded dropshot-api-manager v0.7.2
11402026-06-26T18:52:23.022Z Downloaded serial_test v3.5.0
11412026-06-26T18:52:23.022Z Downloaded unit-prefix v0.5.2
11422026-06-26T18:52:23.025Z Downloaded typify-macro v0.6.2
11432026-06-26T18:52:23.025Z Downloaded icu_provider v2.2.0
11442026-06-26T18:52:23.028Z Downloaded usdt-macro v0.5.0
11452026-06-26T18:52:23.028Z Downloaded usdt-attr-macro v0.6.0
11462026-06-26T18:52:23.028Z Downloaded usdt-attr-macro v0.5.0
11472026-06-26T18:52:23.028Z Downloaded usdt v0.6.0
11482026-06-26T18:52:23.028Z Downloaded usdt v0.5.0
11492026-06-26T18:52:23.031Z Downloaded untrusted v0.7.1
11502026-06-26T18:52:23.031Z Downloaded wait-timeout v0.2.1
11512026-06-26T18:52:23.033Z Downloaded progenitor-impl v0.10.0
11522026-06-26T18:52:23.033Z Downloaded pest_meta v2.8.6
11532026-06-26T18:52:23.036Z Downloaded slog-async v2.8.0
11542026-06-26T18:52:23.036Z Downloaded getrandom v0.4.2
11552026-06-26T18:52:23.039Z Downloaded slog-scope v4.4.1
11562026-06-26T18:52:23.039Z Downloaded time-macros v0.2.27
11572026-06-26T18:52:23.044Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11582026-06-26T18:52:23.044Z Downloaded tiny-keccak v2.0.2
11592026-06-26T18:52:23.044Z Downloaded universal-hash v0.5.1
11602026-06-26T18:52:23.044Z Downloaded smallvec v1.15.1
11612026-06-26T18:52:23.048Z Downloaded zerofrom-derive v0.1.7
11622026-06-26T18:52:23.051Z Downloaded slog-json v2.6.1
11632026-06-26T18:52:23.051Z Downloaded papergrid v0.18.0
11642026-06-26T18:52:23.054Z Downloaded icu_normalizer v2.2.0
11652026-06-26T18:52:23.060Z Downloaded progenitor-impl v0.14.0
11662026-06-26T18:52:23.063Z Downloaded snafu-derive v0.8.9
11672026-06-26T18:52:23.066Z Downloaded rhai_codegen v3.2.0
11682026-06-26T18:52:23.070Z Downloaded synstructure v0.13.2
11692026-06-26T18:52:23.073Z Downloaded zerofrom v0.1.8
11702026-06-26T18:52:23.073Z Downloaded waitgroup v0.1.2
11712026-06-26T18:52:23.073Z Downloaded schemars v0.8.22
11722026-06-26T18:52:23.078Z Downloaded utf-8 v0.7.6
11732026-06-26T18:52:23.081Z Downloaded icu_properties v2.2.0
11742026-06-26T18:52:23.081Z Downloaded zeroize_derive v1.4.3
11752026-06-26T18:52:23.081Z Downloaded zone_cfg_derive v0.3.1
11762026-06-26T18:52:23.084Z Downloaded zone v0.3.1
11772026-06-26T18:52:23.087Z Downloaded serde_yaml v0.9.34+deprecated
11782026-06-26T18:52:23.090Z Downloaded vsss-rs v3.3.4
11792026-06-26T18:52:23.090Z Downloaded thread-id v4.2.2
11802026-06-26T18:52:23.093Z Downloaded thiserror-no-std v2.0.2
11812026-06-26T18:52:23.093Z Downloaded usdt-impl v0.5.0
11822026-06-26T18:52:23.098Z Downloaded similar v2.7.0
11832026-06-26T18:52:23.100Z Downloaded walkdir v2.5.0
11842026-06-26T18:52:23.100Z Downloaded konst v0.2.20
11852026-06-26T18:52:23.103Z Downloaded serde_with_macros v3.20.0
11862026-06-26T18:52:23.106Z Downloaded zeroize v1.8.2
11872026-06-26T18:52:23.106Z Downloaded xz2 v0.1.7
11882026-06-26T18:52:23.111Z Downloaded tokio-tungstenite v0.21.0
11892026-06-26T18:52:23.114Z Downloaded tokio-dtrace v0.1.1
11902026-06-26T18:52:23.114Z Downloaded rayon-core v1.13.0
11912026-06-26T18:52:23.117Z Downloaded tinystr v0.8.3
11922026-06-26T18:52:23.124Z Downloaded indexmap v1.9.3
11932026-06-26T18:52:23.131Z Downloaded zerovec-derive v0.11.3
11942026-06-26T18:52:23.134Z Downloaded test-strategy v0.4.5
11952026-06-26T18:52:23.136Z Downloaded usdt-impl v0.6.0
11962026-06-26T18:52:23.136Z Downloaded progenitor-impl v0.13.0
11972026-06-26T18:52:23.136Z Downloaded icu_collections v2.2.0
11982026-06-26T18:52:23.140Z Downloaded toml v0.9.12+spec-1.1.0
11992026-06-26T18:52:23.142Z Downloaded spin v0.9.8
12002026-06-26T18:52:23.145Z Downloaded rand v0.8.6
12012026-06-26T18:52:23.148Z Downloaded openssl-sys v0.9.116
12022026-06-26T18:52:23.151Z Downloaded nom v7.1.3
12032026-06-26T18:52:23.153Z Downloaded quinn v0.11.9
12042026-06-26T18:52:23.153Z Downloaded heapless v0.8.0
12052026-06-26T18:52:23.156Z Downloaded log v0.4.32
12062026-06-26T18:52:23.159Z Downloaded typify v0.6.2
12072026-06-26T18:52:23.159Z Downloaded slog v2.8.2
12082026-06-26T18:52:23.163Z Downloaded usdt-macro v0.6.0
12092026-06-26T18:52:23.163Z Downloaded strum_macros v0.27.2
12102026-06-26T18:52:23.166Z Downloaded slog-dtrace v0.3.0
12112026-06-26T18:52:23.166Z Downloaded thin-vec v0.2.18
12122026-06-26T18:52:23.169Z Downloaded ucd-trie v0.1.7
12132026-06-26T18:52:23.169Z Downloaded whoami v1.6.1
12142026-06-26T18:52:23.174Z Downloaded toml_edit v0.25.12+spec-1.1.0
12152026-06-26T18:52:23.174Z Downloaded term v1.2.1
12162026-06-26T18:52:23.177Z Downloaded toml v0.7.8
12172026-06-26T18:52:23.177Z Downloaded rand v0.10.1
12182026-06-26T18:52:23.180Z Downloaded yoke-derive v0.8.2
12192026-06-26T18:52:23.180Z Downloaded writeable v0.6.3
12202026-06-26T18:52:23.180Z Downloaded async-compression v0.4.42
12212026-06-26T18:52:23.183Z Downloaded minimal-lexical v0.2.1
12222026-06-26T18:52:23.187Z Downloaded zerocopy-derive v0.7.35
12232026-06-26T18:52:23.190Z Downloaded prettyplease v0.2.37
12242026-06-26T18:52:23.198Z Downloaded jiff-static v0.2.28
12252026-06-26T18:52:23.200Z Downloaded toml_edit v0.19.15
12262026-06-26T18:52:23.209Z Downloaded nom v8.0.0
12272026-06-26T18:52:23.213Z Downloaded steno v0.4.1
12282026-06-26T18:52:23.215Z Downloaded expectorate v1.2.0
12292026-06-26T18:52:23.218Z Downloaded rustls-platform-verifier v0.7.0
12302026-06-26T18:52:23.230Z Downloaded yansi v1.0.1
12312026-06-26T18:52:23.234Z Downloaded yoke v0.8.3
12322026-06-26T18:52:23.237Z Downloaded pretty_assertions v1.4.1
12332026-06-26T18:52:23.237Z Downloaded http v1.4.1
12342026-06-26T18:52:23.239Z Downloaded hickory-resolver v0.24.4
12352026-06-26T18:52:23.242Z Downloaded hashbrown v0.12.3
12362026-06-26T18:52:23.242Z Downloaded memchr v2.8.1
12372026-06-26T18:52:23.245Z Downloaded qorb v0.4.1
12382026-06-26T18:52:23.248Z Downloaded zerotrie v0.2.4
12392026-06-26T18:52:23.250Z Downloaded tungstenite v0.21.0
12402026-06-26T18:52:23.254Z Downloaded hickory-resolver v0.25.2
12412026-06-26T18:52:23.256Z Downloaded typify v0.4.3
12422026-06-26T18:52:23.256Z Downloaded unsafe-libyaml v0.2.11
12432026-06-26T18:52:23.264Z Downloaded zerocopy-derive v0.8.50
12442026-06-26T18:52:23.269Z Downloaded uuid v1.23.2
12452026-06-26T18:52:23.272Z Downloaded schemars v0.9.0
12462026-06-26T18:52:23.282Z Downloaded schemars v1.2.1
12472026-06-26T18:52:23.304Z Downloaded snafu v0.8.9
12482026-06-26T18:52:23.310Z Downloaded reqwest v0.13.4
12492026-06-26T18:52:23.317Z Downloaded tough v0.22.0
12502026-06-26T18:52:23.328Z Downloaded blake3 v1.8.5
12512026-06-26T18:52:23.348Z Downloaded rayon v1.12.0
12522026-06-26T18:52:23.362Z Downloaded zerocopy v0.7.35
12532026-06-26T18:52:23.371Z Downloaded pest v2.8.6
12542026-06-26T18:52:23.381Z Downloaded libm v0.2.16
12552026-06-26T18:52:23.386Z Downloaded aws-lc-rs v1.17.0
12562026-06-26T18:52:23.400Z Downloaded hkdf v0.12.4
12572026-06-26T18:52:23.409Z Downloaded typed-path v0.9.3
12582026-06-26T18:52:23.412Z Downloaded quinn-proto v0.11.14
12592026-06-26T18:52:23.416Z Downloaded iddqd v0.4.2
12602026-06-26T18:52:23.421Z Downloaded hashbrown v0.16.1
12612026-06-26T18:52:23.424Z Downloaded ron v0.12.1
12622026-06-26T18:52:23.428Z Downloaded h2 v0.4.14
12632026-06-26T18:52:23.442Z Downloaded icu_properties_data v2.2.0
12642026-06-26T18:52:23.449Z Downloaded tabled v0.21.0
12652026-06-26T18:52:23.458Z Downloaded zerovec v0.11.6
12662026-06-26T18:52:23.461Z Downloaded goblin v0.8.2
12672026-06-26T18:52:23.470Z Downloaded syn v1.0.109
12682026-06-26T18:52:23.475Z Downloaded bstr v1.12.1
12692026-06-26T18:52:23.493Z Downloaded regex v1.12.3
12702026-06-26T18:52:23.496Z Downloaded nix v0.31.3
12712026-06-26T18:52:23.509Z Downloaded winnow v0.5.40
12722026-06-26T18:52:23.513Z Downloaded syn v2.0.117
12732026-06-26T18:52:23.519Z Downloaded dropshot v0.17.1
12742026-06-26T18:52:23.531Z Downloaded zerocopy v0.8.50
12752026-06-26T18:52:23.541Z Downloaded rhai v1.25.1
12762026-06-26T18:52:23.547Z Downloaded rustls v0.23.40
12772026-06-26T18:52:23.554Z Downloaded regress v0.10.5
12782026-06-26T18:52:23.558Z Downloaded webpki-roots v1.0.7
12792026-06-26T18:52:23.561Z Downloaded proptest v1.11.0
12802026-06-26T18:52:23.565Z Downloaded moka v0.12.15
12812026-06-26T18:52:23.569Z Downloaded smoltcp v0.11.0
12822026-06-26T18:52:23.575Z Downloaded tabled v0.15.0
12832026-06-26T18:52:23.583Z Downloaded serde_with v3.20.0
12842026-06-26T18:52:23.590Z Downloaded typify-impl v0.6.2
12852026-06-26T18:52:23.597Z Downloaded goblin v0.10.7
12862026-06-26T18:52:23.601Z Downloaded sled v0.34.7
12872026-06-26T18:52:23.606Z Downloaded time v0.3.47
12882026-06-26T18:52:23.628Z Downloaded openssl v0.10.80
12892026-06-26T18:52:23.651Z Downloaded petgraph v0.6.5
12902026-06-26T18:52:23.661Z Downloaded regress v0.11.1
12912026-06-26T18:52:23.665Z Downloaded regex-syntax v0.8.10
12922026-06-26T18:52:23.671Z Downloaded chrono-tz v0.10.4
12932026-06-26T18:52:23.678Z Downloaded hickory-proto v0.24.4
12942026-06-26T18:52:23.686Z Downloaded openapiv3 v2.2.0
12952026-06-26T18:52:23.692Z Downloaded csv v1.4.0
12962026-06-26T18:52:23.703Z Downloaded hickory-proto v0.25.2
12972026-06-26T18:52:23.741Z Downloaded typify-impl v0.4.3
12982026-06-26T18:52:23.803Z Downloaded lzma-sys v0.1.20
12992026-06-26T18:52:23.819Z Downloaded jiff v0.2.28
13002026-06-26T18:52:23.832Z Downloaded sha3 v0.10.9
13012026-06-26T18:52:23.876Z Downloaded encoding_rs v0.8.35
13022026-06-26T18:52:24.348Z Downloaded aws-lc-sys v0.41.0
13032026-06-26T18:52:25.252Z Compiling proc-macro2 v1.0.106
13042026-06-26T18:52:25.252Z Compiling quote v1.0.45
13052026-06-26T18:52:25.252Z Compiling unicode-ident v1.0.24
13062026-06-26T18:52:25.252Z Compiling serde_core v1.0.228
13072026-06-26T18:52:25.252Z Compiling cfg-if v1.0.4
13082026-06-26T18:52:25.255Z Compiling serde v1.0.228
13092026-06-26T18:52:25.255Z Compiling libc v0.2.186
13102026-06-26T18:52:25.255Z Compiling memchr v2.8.1
13112026-06-26T18:52:25.405Z Compiling itoa v1.0.18
13122026-06-26T18:52:25.581Z Compiling smallvec v1.15.1
13132026-06-26T18:52:25.690Z Compiling zmij v1.0.21
13142026-06-26T18:52:25.719Z Compiling autocfg v1.5.1
13152026-06-26T18:52:25.778Z Compiling libm v0.2.16
13162026-06-26T18:52:26.008Z Compiling stable_deref_trait v1.2.1
13172026-06-26T18:52:26.045Z Compiling litemap v0.8.2
13182026-06-26T18:52:26.072Z Compiling percent-encoding v2.3.2
13192026-06-26T18:52:26.172Z Compiling writeable v0.6.3
13202026-06-26T18:52:26.236Z Compiling icu_properties_data v2.2.0
13212026-06-26T18:52:26.264Z Compiling icu_normalizer_data v2.2.0
13222026-06-26T18:52:26.264Z Compiling utf8_iter v1.0.4
13232026-06-26T18:52:26.285Z Compiling iana-time-zone v0.1.65
13242026-06-26T18:52:26.398Z Compiling equivalent v1.0.2
13252026-06-26T18:52:26.479Z Compiling form_urlencoded v1.2.2
13262026-06-26T18:52:26.508Z Compiling serde_json v1.0.150
13272026-06-26T18:52:26.593Z Compiling syn v2.0.117
13282026-06-26T18:52:26.641Z Compiling dyn-clone v1.0.20
13292026-06-26T18:52:26.641Z Compiling version_check v0.9.5
13302026-06-26T18:52:26.662Z Compiling pin-project-lite v0.2.17
13312026-06-26T18:52:26.695Z Compiling scopeguard v1.2.0
13322026-06-26T18:52:26.747Z Compiling parking_lot_core v0.9.12
13332026-06-26T18:52:26.761Z Compiling num-traits v0.2.19
13342026-06-26T18:52:26.771Z Compiling lock_api v0.4.14
13352026-06-26T18:52:26.794Z Compiling hashbrown v0.17.1
13362026-06-26T18:52:26.968Z Compiling thiserror v2.0.18
13372026-06-26T18:52:26.988Z Compiling rand_core v0.10.1
13382026-06-26T18:52:27.033Z Compiling getrandom v0.4.2
13392026-06-26T18:52:27.137Z Compiling errno v0.3.14
13402026-06-26T18:52:27.240Z Compiling log v0.4.32
13412026-06-26T18:52:27.280Z Compiling heck v0.5.0
13422026-06-26T18:52:27.337Z Compiling futures-core v0.3.32
13432026-06-26T18:52:27.414Z Compiling semver v1.0.28
13442026-06-26T18:52:27.510Z Compiling indexmap v2.14.0
13452026-06-26T18:52:27.601Z Compiling uuid v1.23.2
13462026-06-26T18:52:27.633Z Compiling zerocopy v0.8.50
13472026-06-26T18:52:27.827Z Compiling schemars v0.8.22
13482026-06-26T18:52:27.840Z Compiling futures-sink v0.3.32
13492026-06-26T18:52:27.935Z Compiling slab v0.4.12
13502026-06-26T18:52:28.025Z Compiling jobserver v0.1.34
13512026-06-26T18:52:28.079Z Compiling find-msvc-tools v0.1.9
13522026-06-26T18:52:28.091Z Compiling fnv v1.0.7
13532026-06-26T18:52:28.105Z Compiling shlex v2.0.1
13542026-06-26T18:52:28.164Z Compiling rustversion v1.0.22
13552026-06-26T18:52:28.177Z Compiling futures-channel v0.3.32
13562026-06-26T18:52:28.284Z Compiling cc v1.2.63
13572026-06-26T18:52:28.304Z Compiling bitflags v2.12.1
13582026-06-26T18:52:28.338Z Compiling futures-task v0.3.32
13592026-06-26T18:52:28.397Z Compiling futures-io v0.3.32
13602026-06-26T18:52:28.541Z Compiling socket2 v0.6.4
13612026-06-26T18:52:28.552Z Compiling signal-hook-registry v1.4.8
13622026-06-26T18:52:28.633Z Compiling mio v1.2.1
13632026-06-26T18:52:28.748Z Compiling parking_lot v0.12.5
13642026-06-26T18:52:28.816Z Compiling portable-atomic v1.13.1
13652026-06-26T18:52:28.855Z Compiling dunce v1.0.5
13662026-06-26T18:52:28.953Z Compiling typenum v1.20.1
13672026-06-26T18:52:29.008Z Compiling fs_extra v1.3.0
13682026-06-26T18:52:29.147Z Compiling cmake v0.1.58
13692026-06-26T18:52:29.159Z Compiling base64 v0.22.1
13702026-06-26T18:52:29.168Z Compiling critical-section v1.2.0
13712026-06-26T18:52:29.270Z Compiling slog v2.8.2
13722026-06-26T18:52:29.273Z Compiling subtle v2.6.1
13732026-06-26T18:52:29.443Z Compiling byteorder v1.5.0
13742026-06-26T18:52:29.491Z Compiling synstructure v0.13.2
13752026-06-26T18:52:29.494Z Compiling serde_derive_internals v0.29.1
13762026-06-26T18:52:29.513Z Compiling strsim v0.11.1
13772026-06-26T18:52:29.577Z Compiling aws-lc-sys v0.41.0
13782026-06-26T18:52:29.666Z Compiling rustix v1.1.4
13792026-06-26T18:52:29.760Z Compiling once_cell v1.21.4
13802026-06-26T18:52:29.864Z Compiling regex-syntax v0.8.10
13812026-06-26T18:52:29.916Z Compiling ipnet v2.12.0
13822026-06-26T18:52:29.972Z Compiling httparse v1.10.1
13832026-06-26T18:52:30.001Z Compiling atomic-waker v1.1.2
13842026-06-26T18:52:30.133Z Compiling tower-service v0.3.3
13852026-06-26T18:52:30.225Z Compiling tower-layer v0.3.3
13862026-06-26T18:52:30.234Z Compiling getrandom v0.2.17
13872026-06-26T18:52:30.244Z Compiling thiserror v1.0.69
13882026-06-26T18:52:30.381Z Compiling try-lock v0.2.5
13892026-06-26T18:52:30.413Z Compiling ryu v1.0.23
13902026-06-26T18:52:30.489Z Compiling ucd-trie v0.1.7
13912026-06-26T18:52:30.492Z Compiling untrusted v0.9.0
13922026-06-26T18:52:30.599Z Compiling want v0.3.1
13932026-06-26T18:52:30.610Z Compiling rand_core v0.6.4
13942026-06-26T18:52:30.704Z Compiling pest v2.8.6
13952026-06-26T18:52:30.731Z Compiling httpdate v1.0.3
13962026-06-26T18:52:30.760Z Compiling getrandom v0.3.4
13972026-06-26T18:52:30.772Z Compiling serde_derive v1.0.228
13982026-06-26T18:52:30.783Z Compiling zerofrom-derive v0.1.7
13992026-06-26T18:52:30.825Z Compiling yoke-derive v0.8.2
14002026-06-26T18:52:30.963Z Compiling zerovec-derive v0.11.3
14012026-06-26T18:52:31.087Z Compiling displaydoc v0.2.6
14022026-06-26T18:52:31.878Z Compiling schemars_derive v0.8.22
14032026-06-26T18:52:31.891Z Compiling thiserror-impl v2.0.18
14042026-06-26T18:52:31.938Z Compiling tokio-macros v2.7.0
14052026-06-26T18:52:31.961Z Compiling zerofrom v0.1.8
14062026-06-26T18:52:32.032Z Compiling zerocopy-derive v0.8.50
14072026-06-26T18:52:32.073Z Compiling yoke v0.8.3
14082026-06-26T18:52:32.252Z Compiling zerovec v0.11.6
14092026-06-26T18:52:32.473Z Compiling zerotrie v0.2.4
14102026-06-26T18:52:32.723Z Compiling tinystr v0.8.3
14112026-06-26T18:52:32.775Z Compiling potential_utf v0.1.5
14122026-06-26T18:52:32.802Z Compiling zeroize_derive v1.4.3
14132026-06-26T18:52:32.920Z Compiling icu_locale_core v2.2.0
14142026-06-26T18:52:32.935Z Compiling icu_collections v2.2.0
14152026-06-26T18:52:33.091Z Compiling futures-macro v0.3.32
14162026-06-26T18:52:33.244Z Compiling thiserror-impl v1.0.69
14172026-06-26T18:52:33.454Z Compiling pest_meta v2.8.6
14182026-06-26T18:52:33.486Z Compiling zeroize v1.8.2
14192026-06-26T18:52:33.681Z Compiling icu_provider v2.2.0
14202026-06-26T18:52:33.928Z Compiling bytes v1.11.1
14212026-06-26T18:52:33.946Z Compiling icu_normalizer v2.2.0
14222026-06-26T18:52:33.990Z Compiling icu_properties v2.2.0
14232026-06-26T18:52:34.002Z Compiling chrono v0.4.45
14242026-06-26T18:52:34.406Z Compiling futures-util v0.3.32
14252026-06-26T18:52:34.521Z Compiling http v1.4.1
14262026-06-26T18:52:34.535Z Compiling tokio v1.52.3
14272026-06-26T18:52:34.704Z Compiling serde_tokenstream v0.2.3
14282026-06-26T18:52:34.973Z Compiling idna_adapter v1.2.2
14292026-06-26T18:52:35.104Z Compiling idna v1.1.0
14302026-06-26T18:52:35.141Z Compiling erased-serde v0.3.31
14312026-06-26T18:52:35.457Z Compiling url v2.5.8
14322026-06-26T18:52:35.473Z Compiling http-body v1.0.1
14332026-06-26T18:52:35.716Z Compiling pest_generator v2.8.6
14342026-06-26T18:52:35.864Z Compiling pretty-hex v0.4.2
14352026-06-26T18:52:36.001Z Compiling plain v0.2.3
14362026-06-26T18:52:36.102Z Compiling winnow v1.0.3
14372026-06-26T18:52:36.300Z Compiling ppv-lite86 v0.2.21
14382026-06-26T18:52:36.302Z Compiling pest_derive v2.8.6
14392026-06-26T18:52:36.327Z Compiling allocator-api2 v0.2.21
14402026-06-26T18:52:36.603Z Compiling foldhash v0.2.0
14412026-06-26T18:52:36.643Z Compiling paste v1.0.15
14422026-06-26T18:52:36.662Z Compiling tracing-attributes v0.1.31
14432026-06-26T18:52:36.824Z Compiling ipnetwork v0.21.1
14442026-06-26T18:52:36.867Z Compiling hashbrown v0.16.1
14452026-06-26T18:52:36.975Z Compiling tracing-core v0.1.36
14462026-06-26T18:52:37.157Z Compiling oxnet v0.1.6
14472026-06-26T18:52:37.253Z Compiling omicron-workspace-hack v0.1.0
14482026-06-26T18:52:37.419Z Compiling ident_case v1.0.1
14492026-06-26T18:52:37.546Z Compiling http-body-util v0.1.3
14502026-06-26T18:52:37.576Z Compiling serde_urlencoded v0.7.1
14512026-06-26T18:52:37.596Z Compiling aho-corasick v1.1.4
14522026-06-26T18:52:37.732Z Compiling sync_wrapper v1.0.2
14532026-06-26T18:52:37.777Z Compiling daft-derive v0.1.7
14542026-06-26T18:52:37.913Z Compiling tracing v0.1.44
14552026-06-26T18:52:37.961Z Compiling fastrand v2.4.1
14562026-06-26T18:52:38.149Z Compiling scroll_derive v0.13.1
14572026-06-26T18:52:38.219Z Compiling tokio-util v0.7.18
14582026-06-26T18:52:38.544Z Compiling regex-automata v0.4.14
14592026-06-26T18:52:38.812Z Compiling async-trait v0.1.89
14602026-06-26T18:52:38.986Z Compiling powerfmt v0.2.0
14612026-06-26T18:52:38.999Z Compiling anyhow v1.0.102
14622026-06-26T18:52:39.068Z Compiling num-conv v0.2.2
14632026-06-26T18:52:39.184Z Compiling aws-lc-rs v1.17.0
14642026-06-26T18:52:39.212Z Compiling time-core v0.1.8
14652026-06-26T18:52:39.350Z Compiling time-macros v0.2.27
14662026-06-26T18:52:39.489Z Compiling deranged v0.5.8
14672026-06-26T18:52:39.518Z Compiling scroll v0.13.0
14682026-06-26T18:52:39.780Z Compiling rustls-pki-types v1.14.1
14692026-06-26T18:52:39.791Z Compiling openssl-probe v0.2.1
14702026-06-26T18:52:39.974Z Compiling num_threads v0.1.7
14712026-06-26T18:52:40.066Z Compiling hex v0.4.3
14722026-06-26T18:52:40.249Z Compiling regex v1.12.3
14732026-06-26T18:52:40.314Z Compiling goblin v0.10.7
14742026-06-26T18:52:40.421Z Compiling untrusted v0.7.1
14752026-06-26T18:52:40.539Z Compiling camino v1.2.2
14762026-06-26T18:52:40.705Z Compiling crc32fast v1.5.0
14772026-06-26T18:52:40.912Z Compiling usdt-impl v0.6.0
14782026-06-26T18:52:40.974Z Compiling rustls v0.23.40
14792026-06-26T18:52:41.047Z Compiling h2 v0.4.14
14802026-06-26T18:52:41.114Z Compiling dtrace-parser v0.3.0
14812026-06-26T18:52:41.172Z Compiling crossbeam-utils v0.8.21
14822026-06-26T18:52:41.373Z Compiling futures-executor v0.3.32
14832026-06-26T18:52:41.491Z Compiling structmeta-derive v0.3.0
14842026-06-26T18:52:41.599Z Compiling thread-id v5.1.0
14852026-06-26T18:52:41.644Z Compiling adler2 v2.0.1
14862026-06-26T18:52:41.675Z Compiling simd-adler32 v0.3.9
14872026-06-26T18:52:41.769Z Compiling cpufeatures v0.3.0
14882026-06-26T18:52:41.839Z Compiling miniz_oxide v0.8.9
14892026-06-26T18:52:41.869Z Compiling rand_core v0.9.5
14902026-06-26T18:52:41.972Z Compiling futures v0.3.32
14912026-06-26T18:52:42.072Z Compiling darling_core v0.23.0
14922026-06-26T18:52:42.551Z Compiling newtype-uuid-macros v0.1.0
14932026-06-26T18:52:42.592Z Compiling structmeta v0.3.0
14942026-06-26T18:52:42.605Z Compiling hybrid-array v0.4.12
14952026-06-26T18:52:42.934Z Compiling thread_local v1.1.9
14962026-06-26T18:52:43.058Z Compiling dof v0.4.0
14972026-06-26T18:52:43.200Z Compiling hyper v1.10.1
14982026-06-26T18:52:43.367Z Compiling match_cfg v0.1.0
14992026-06-26T18:52:43.433Z Compiling flate2 v1.1.9
15002026-06-26T18:52:44.149Z Compiling newtype-uuid v1.3.2
15012026-06-26T18:52:44.173Z Compiling darling_macro v0.23.0
15022026-06-26T18:52:44.405Z Compiling hyper-util v0.1.20
15032026-06-26T18:52:44.479Z Compiling ref-cast v1.0.25
15042026-06-26T18:52:44.550Z Compiling compression-core v0.4.32
15052026-06-26T18:52:44.703Z Compiling slog-async v2.8.0
15062026-06-26T18:52:44.794Z Compiling quick-error v1.2.3
15072026-06-26T18:52:44.936Z Compiling darling v0.23.0
15082026-06-26T18:52:44.948Z Compiling compression-codecs v0.4.38
15092026-06-26T18:52:44.960Z Compiling daft v0.1.7
15102026-06-26T18:52:45.010Z Compiling crypto-common v0.2.2
15112026-06-26T18:52:45.023Z Compiling block-buffer v0.12.0
15122026-06-26T18:52:45.034Z Compiling rand_chacha v0.9.0
15132026-06-26T18:52:45.195Z Compiling strum_macros v0.26.4
15142026-06-26T18:52:45.211Z Compiling ref-cast-impl v1.0.25
15152026-06-26T18:52:45.234Z Compiling usdt-attr-macro v0.6.0
15162026-06-26T18:52:45.453Z Compiling usdt-macro v0.6.0
15172026-06-26T18:52:45.573Z Compiling serde_spanned v1.1.1
15182026-06-26T18:52:45.717Z Compiling generic-array v0.14.7
15192026-06-26T18:52:45.813Z Compiling multer v3.1.0
15202026-06-26T18:52:45.929Z Compiling debug-ignore v1.0.5
15212026-06-26T18:52:45.951Z Compiling term v1.2.1
15222026-06-26T18:52:46.027Z Compiling const-oid v0.10.2
15232026-06-26T18:52:46.043Z Compiling bit-vec v0.8.0
15242026-06-26T18:52:46.229Z Compiling toml_writer v1.1.1+spec-1.1.0
15252026-06-26T18:52:46.249Z Compiling take_mut v0.2.2
15262026-06-26T18:52:46.267Z Compiling bit-set v0.8.0
15272026-06-26T18:52:46.352Z Compiling digest v0.11.3
15282026-06-26T18:52:46.461Z Compiling rand v0.9.4
15292026-06-26T18:52:46.513Z Compiling serde_with_macros v3.20.0
15302026-06-26T18:52:46.524Z Compiling async-stream-impl v0.3.6
15312026-06-26T18:52:46.573Z Compiling dropshot v0.17.1
15322026-06-26T18:52:46.651Z Compiling encoding_rs v0.8.35
15332026-06-26T18:52:46.791Z Compiling strum v0.26.3
15342026-06-26T18:52:46.803Z Compiling unarray v0.1.4
15352026-06-26T18:52:46.905Z Compiling syn v1.0.109
15362026-06-26T18:52:46.914Z Compiling spin v0.9.8
15372026-06-26T18:52:47.044Z Compiling mime v0.3.17
15382026-06-26T18:52:47.103Z Compiling sha1 v0.11.0
15392026-06-26T18:52:47.156Z Compiling async-stream v0.3.6
15402026-06-26T18:52:47.290Z Compiling derive-ex v0.1.8
15412026-06-26T18:52:47.321Z Compiling tower v0.5.3
15422026-06-26T18:52:47.321Z Compiling dropshot_endpoint v0.17.1
15432026-06-26T18:52:47.546Z Compiling macaddr v1.0.1
15442026-06-26T18:52:47.630Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15452026-06-26T18:52:47.828Z Compiling waitgroup v0.1.2
15462026-06-26T18:52:47.881Z Compiling serde_path_to_error v0.1.20
15472026-06-26T18:52:48.117Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15482026-06-26T18:52:48.232Z Compiling tower-http v0.6.11
15492026-06-26T18:52:48.253Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15502026-06-26T18:52:48.357Z Compiling tempfile v3.27.0
15512026-06-26T18:52:48.422Z Compiling openapiv3 v2.2.0
15522026-06-26T18:52:48.651Z Compiling strum_macros v0.27.2
15532026-06-26T18:52:48.905Z Compiling test-strategy v0.4.5
15542026-06-26T18:52:49.039Z Compiling instant v0.1.13
15552026-06-26T18:52:49.141Z Compiling time v0.3.47
15562026-06-26T18:52:49.985Z Compiling rustls-native-certs v0.8.4
15572026-06-26T18:52:50.014Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15582026-06-26T18:52:50.271Z Compiling crossbeam-channel v0.5.15
15592026-06-26T18:52:50.322Z Compiling crypto-common v0.1.7
15602026-06-26T18:52:50.464Z Compiling strum v0.27.2
15612026-06-26T18:52:50.611Z Compiling parse-display-derive v0.10.0
15622026-06-26T18:52:50.740Z Compiling backon v1.6.0
15632026-06-26T18:52:50.789Z Compiling rand_chacha v0.3.1
15642026-06-26T18:52:51.016Z Compiling rand v0.8.6
15652026-06-26T18:52:51.223Z Compiling slog-json v2.6.1
15662026-06-26T18:52:51.499Z Compiling hostname v0.3.1
15672026-06-26T18:52:51.629Z Compiling toml_parser v1.1.2+spec-1.1.0
15682026-06-26T18:52:51.641Z Compiling toml_datetime v1.1.1+spec-1.1.0
15692026-06-26T18:52:51.866Z Compiling is-terminal v0.4.17
15702026-06-26T18:52:51.908Z Compiling wait-timeout v0.2.1
15712026-06-26T18:52:51.943Z Compiling memmap2 v0.9.10
15722026-06-26T18:52:52.153Z Compiling either v1.16.0
15732026-06-26T18:52:52.156Z Compiling usdt v0.6.0
15742026-06-26T18:52:52.196Z Compiling rusty-fork v0.3.1
15752026-06-26T18:52:52.207Z Compiling toml v1.1.2+spec-1.1.0
15762026-06-26T18:52:52.306Z Compiling slog-term v2.9.2
15772026-06-26T18:52:52.350Z Compiling slog-bunyan v2.5.0
15782026-06-26T18:52:52.536Z Compiling serde_with v3.20.0
15792026-06-26T18:52:52.611Z Compiling async-compression v0.4.42
15802026-06-26T18:52:52.676Z Compiling rand_xorshift v0.4.0
15812026-06-26T18:52:52.817Z Compiling rustls-pemfile v2.2.0
15822026-06-26T18:52:52.916Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15832026-06-26T18:52:52.928Z Compiling regress v0.10.5
15842026-06-26T18:52:52.998Z Compiling hostname v0.4.2
15852026-06-26T18:52:53.011Z Compiling humantime v2.3.0
15862026-06-26T18:52:53.133Z Compiling proptest v1.11.0
15872026-06-26T18:52:53.660Z Compiling iddqd v0.4.2
15882026-06-26T18:52:53.825Z Compiling reqwest v0.12.28
15892026-06-26T18:52:53.976Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15902026-06-26T18:52:54.212Z Compiling block-buffer v0.10.4
15912026-06-26T18:52:54.272Z Compiling utf8parse v0.2.2
15922026-06-26T18:52:54.375Z Compiling anstyle-parse v1.0.0
15932026-06-26T18:52:54.521Z Compiling digest v0.10.7
15942026-06-26T18:52:54.550Z Compiling itertools v0.14.0
15952026-06-26T18:52:54.725Z Compiling parse-display v0.10.0
15962026-06-26T18:52:54.955Z Compiling progenitor-client v0.10.0
15972026-06-26T18:52:55.049Z Compiling backoff v0.4.0
15982026-06-26T18:52:55.219Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15992026-06-26T18:52:55.251Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16002026-06-26T18:52:55.776Z Compiling colorchoice v1.0.5
16012026-06-26T18:52:55.898Z Compiling anstyle v1.0.14
16022026-06-26T18:52:56.088Z Compiling anstyle-query v1.1.5
16032026-06-26T18:52:56.115Z Compiling is_terminal_polyfill v1.70.2
16042026-06-26T18:52:56.191Z Compiling anstream v1.0.0
16052026-06-26T18:52:56.499Z Compiling clap_lex v1.1.0
16062026-06-26T18:52:56.793Z Compiling regress v0.11.1
16072026-06-26T18:52:56.896Z Compiling clap_derive v4.6.1
16082026-06-26T18:52:57.243Z Compiling terminal_size v0.4.4
16092026-06-26T18:52:58.345Z Compiling typify-impl v0.6.2
16102026-06-26T18:52:58.624Z Compiling toml_datetime v0.6.11
16112026-06-26T18:52:58.799Z Compiling zerocopy-derive v0.7.35
16122026-06-26T18:52:58.880Z Compiling convert_case v0.4.0
16132026-06-26T18:52:58.892Z Compiling cpufeatures v0.2.17
16142026-06-26T18:52:59.121Z Compiling clap_builder v4.6.0
16152026-06-26T18:52:59.171Z Compiling derive_more v0.99.20
16162026-06-26T18:52:59.650Z Compiling zerocopy v0.7.35
16172026-06-26T18:53:00.200Z Compiling toml_edit v0.25.12+spec-1.1.0
16182026-06-26T18:53:00.825Z Compiling unicode-width v0.2.2
16192026-06-26T18:53:01.101Z Compiling proc-macro-crate v3.5.0
16202026-06-26T18:53:01.284Z Compiling clap v4.6.1
16212026-06-26T18:53:01.390Z Compiling secrecy v0.10.3
16222026-06-26T18:53:01.541Z Compiling tinyvec_macros v0.1.1
16232026-06-26T18:53:01.607Z Compiling crucible-workspace-hack v0.1.0
16242026-06-26T18:53:01.739Z Compiling float-ord v0.3.2
16252026-06-26T18:53:01.776Z Compiling tinyvec v1.11.0
16262026-06-26T18:53:01.858Z Compiling num_enum_derive v0.7.6
16272026-06-26T18:53:02.292Z Compiling dtrace-parser v0.2.0
16282026-06-26T18:53:02.392Z Compiling scroll_derive v0.12.1
16292026-06-26T18:53:02.422Z Compiling num-integer v0.1.46
16302026-06-26T18:53:02.653Z Compiling rustc_version v0.4.1
16312026-06-26T18:53:02.800Z Compiling usdt-impl v0.5.0
16322026-06-26T18:53:02.943Z Compiling num_enum v0.7.6
16332026-06-26T18:53:03.106Z Compiling curve25519-dalek v4.1.3
16342026-06-26T18:53:03.158Z Compiling scroll v0.12.0
16352026-06-26T18:53:03.304Z Compiling dof v0.3.0
16362026-06-26T18:53:03.407Z Compiling hmac v0.12.1
16372026-06-26T18:53:03.418Z Compiling inout v0.1.4
16382026-06-26T18:53:03.538Z Compiling darling_core v0.21.3
16392026-06-26T18:53:03.555Z Compiling ff v0.13.1
16402026-06-26T18:53:03.620Z Compiling thread-id v4.2.2
16412026-06-26T18:53:03.697Z Compiling group v0.13.0
16422026-06-26T18:53:03.715Z Compiling cipher v0.4.4
16432026-06-26T18:53:03.921Z Compiling hkdf v0.12.4
16442026-06-26T18:53:04.128Z Compiling goblin v0.8.2
16452026-06-26T18:53:04.284Z Compiling num-rational v0.4.2
16462026-06-26T18:53:04.382Z Compiling num-iter v0.1.45
16472026-06-26T18:53:04.543Z Compiling thiserror-impl-no-std v2.0.2
16482026-06-26T18:53:04.576Z Compiling typify-macro v0.6.2
16492026-06-26T18:53:04.615Z Compiling universal-hash v0.5.1
16502026-06-26T18:53:04.634Z Compiling crypto-bigint v0.5.5
16512026-06-26T18:53:04.739Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16522026-06-26T18:53:05.026Z Compiling crossbeam-epoch v0.9.18
16532026-06-26T18:53:05.358Z Compiling half v2.7.1
16542026-06-26T18:53:05.383Z Compiling curve25519-dalek-derive v0.1.1
16552026-06-26T18:53:05.582Z Compiling darling_macro v0.21.3
16562026-06-26T18:53:05.606Z Compiling num-complex v0.4.6
16572026-06-26T18:53:05.970Z Compiling base16ct v0.2.0
16582026-06-26T18:53:05.970Z Compiling opaque-debug v0.3.1
16592026-06-26T18:53:05.993Z Compiling ciborium-io v0.2.2
16602026-06-26T18:53:06.035Z Compiling base64ct v1.8.3
16612026-06-26T18:53:06.074Z Compiling ciborium-ll v0.2.2
16622026-06-26T18:53:06.130Z Compiling elliptic-curve v0.13.8
16632026-06-26T18:53:06.167Z Compiling darling v0.21.3
16642026-06-26T18:53:06.245Z Compiling poly1305 v0.8.0
16652026-06-26T18:53:06.321Z Compiling password-hash v0.5.0
16662026-06-26T18:53:06.597Z Compiling typify v0.6.2
16672026-06-26T18:53:06.654Z Compiling num v0.4.3
16682026-06-26T18:53:06.749Z Compiling thiserror-no-std v2.0.2
16692026-06-26T18:53:06.989Z Compiling chacha20 v0.9.1
16702026-06-26T18:53:07.114Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16712026-06-26T18:53:07.192Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16722026-06-26T18:53:07.784Z Compiling blake2 v0.10.6
16732026-06-26T18:53:07.911Z Compiling aead v0.5.2
16742026-06-26T18:53:08.069Z Compiling byte-wrapper v0.1.0
16752026-06-26T18:53:08.113Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16762026-06-26T18:53:08.234Z Compiling proc-macro-error-attr v1.0.4
16772026-06-26T18:53:08.470Z Compiling keccak v0.1.6
16782026-06-26T18:53:08.497Z Compiling prettyplease v0.2.37
16792026-06-26T18:53:08.563Z Compiling heapless v0.8.0
16802026-06-26T18:53:08.702Z Compiling unsafe-libyaml v0.2.11
16812026-06-26T18:53:08.740Z Compiling rustix v0.38.44
16822026-06-26T18:53:09.297Z Compiling serde_yaml v0.9.34+deprecated
16832026-06-26T18:53:09.316Z Compiling sha3 v0.10.9
16842026-06-26T18:53:09.612Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16852026-06-26T18:53:09.629Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16862026-06-26T18:53:10.303Z Compiling chacha20poly1305 v0.10.1
16872026-06-26T18:53:10.431Z Compiling argon2 v0.5.3
16882026-06-26T18:53:10.532Z Compiling vsss-rs v3.3.4
16892026-06-26T18:53:10.678Z Compiling ingot-macros v0.1.1
16902026-06-26T18:53:10.721Z Compiling ciborium v0.2.2
16912026-06-26T18:53:11.038Z Compiling usdt-attr-macro v0.5.0
16922026-06-26T18:53:11.284Z Compiling usdt-macro v0.5.0
16932026-06-26T18:53:12.281Z Compiling serde_spanned v0.6.9
16942026-06-26T18:53:12.422Z Compiling enum-as-inner v0.6.1
16952026-06-26T18:53:12.587Z Compiling hash32 v0.3.1
16962026-06-26T18:53:12.742Z Compiling proc-macro-error v1.0.4
16972026-06-26T18:53:13.061Z Compiling memmap v0.7.0
16982026-06-26T18:53:13.073Z Compiling memoffset v0.9.1
16992026-06-26T18:53:13.088Z Compiling smoltcp v0.11.0
17002026-06-26T18:53:13.099Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17012026-06-26T18:53:13.244Z Compiling data-encoding v2.11.0
17022026-06-26T18:53:13.350Z Compiling winnow v0.7.15
17032026-06-26T18:53:13.435Z Compiling cfg_aliases v0.2.1
17042026-06-26T18:53:13.438Z Compiling indent_write v2.2.0
17052026-06-26T18:53:13.438Z Compiling winnow v0.5.40
17062026-06-26T18:53:13.516Z Compiling toml_write v0.1.2
17072026-06-26T18:53:13.591Z Compiling nix v0.31.3
17082026-06-26T18:53:13.731Z Compiling ingot-types v0.1.2
17092026-06-26T18:53:13.889Z Compiling usdt v0.5.0
17102026-06-26T18:53:14.123Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-06-26T18:53:14.150Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17122026-06-26T18:53:14.161Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17132026-06-26T18:53:14.242Z Compiling rustls-webpki v0.103.13
17142026-06-26T18:53:14.811Z Compiling toml_edit v0.19.15
17152026-06-26T18:53:14.823Z Compiling toml_edit v0.22.27
17162026-06-26T18:53:15.269Z Compiling tabwriter v1.4.1
17172026-06-26T18:53:15.433Z Compiling cobs v0.3.0
17182026-06-26T18:53:15.507Z Compiling serde_repr v0.1.20
17192026-06-26T18:53:15.549Z Compiling bitflags v1.3.2
17202026-06-26T18:53:15.620Z Compiling pkg-config v0.3.33
17212026-06-26T18:53:15.631Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17222026-06-26T18:53:15.857Z Compiling vcpkg v0.2.15
17232026-06-26T18:53:16.058Z Compiling managed v0.8.0
17242026-06-26T18:53:16.105Z Compiling proc-macro-crate v1.3.1
17252026-06-26T18:53:16.401Z Compiling openssl-sys v0.9.116
17262026-06-26T18:53:16.429Z Compiling toml v0.8.23
17272026-06-26T18:53:16.788Z Compiling postcard v1.1.3
17282026-06-26T18:53:17.116Z Compiling ingot v0.1.1
17292026-06-26T18:53:17.495Z Compiling hubpack_derive v0.1.1
17302026-06-26T18:53:18.045Z Compiling tokio-rustls v0.26.4
17312026-06-26T18:53:18.092Z Compiling rustls-platform-verifier v0.7.0
17322026-06-26T18:53:18.316Z Compiling hyper-rustls v0.27.9
17332026-06-26T18:53:18.606Z Compiling reqwest v0.13.4
17342026-06-26T18:53:19.068Z Compiling foreign-types-macros v0.2.3
17352026-06-26T18:53:19.399Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17362026-06-26T18:53:19.513Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17372026-06-26T18:53:19.712Z Compiling resolv-conf v0.7.6
17382026-06-26T18:53:19.722Z Compiling semver v0.1.20
17392026-06-26T18:53:19.754Z Compiling linked-hash-map v0.5.6
17402026-06-26T18:53:19.935Z Compiling progenitor-client v0.14.0
17412026-06-26T18:53:20.078Z Compiling static_assertions v1.1.0
17422026-06-26T18:53:20.152Z Compiling progenitor-extras v0.2.0
17432026-06-26T18:53:20.255Z Compiling foreign-types-shared v0.3.1
17442026-06-26T18:53:20.349Z Compiling rayon-core v1.13.0
17452026-06-26T18:53:20.384Z Compiling unicode-segmentation v1.13.3
17462026-06-26T18:53:20.461Z Compiling colored v3.1.1
17472026-06-26T18:53:20.578Z Compiling swrite v0.1.0
17482026-06-26T18:53:20.671Z Compiling heck v0.4.1
17492026-06-26T18:53:20.816Z Compiling newline-converter v0.3.0
17502026-06-26T18:53:20.866Z Compiling foreign-types v0.5.0
17512026-06-26T18:53:20.878Z Compiling lru-cache v0.1.2
17522026-06-26T18:53:20.913Z Compiling rustc_version v0.1.7
17532026-06-26T18:53:20.940Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17542026-06-26T18:53:20.994Z Compiling hubpack v0.1.2
17552026-06-26T18:53:21.217Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17562026-06-26T18:53:22.110Z Compiling num_enum_derive v0.5.11
17572026-06-26T18:53:22.828Z Compiling atomicwrites v0.4.4
17582026-06-26T18:53:22.871Z Compiling hickory-proto v0.24.4
17592026-06-26T18:53:23.025Z Compiling progenitor-impl v0.13.0
17602026-06-26T18:53:23.172Z Compiling crossbeam-deque v0.8.6
17612026-06-26T18:53:23.371Z Compiling console v0.15.11
17622026-06-26T18:53:24.052Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17632026-06-26T18:53:24.395Z Compiling camino-tempfile v1.4.1
17642026-06-26T18:53:24.575Z Compiling chacha20 v0.10.0
17652026-06-26T18:53:24.636Z Compiling serde-big-array v0.5.1
17662026-06-26T18:53:24.780Z Compiling pin-project-internal v1.1.13
17672026-06-26T18:53:24.832Z Compiling num-derive v0.4.2
17682026-06-26T18:53:25.095Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17692026-06-26T18:53:25.226Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-06-26T18:53:25.801Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17712026-06-26T18:53:25.886Z Compiling derive-where v1.6.1
17722026-06-26T18:53:26.143Z Compiling cstr-argument v0.1.2
17732026-06-26T18:53:26.298Z Compiling similar v2.7.0
17742026-06-26T18:53:26.542Z Compiling minimal-lexical v0.2.1
17752026-06-26T18:53:26.800Z Compiling siphasher v1.0.3
17762026-06-26T18:53:26.995Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17772026-06-26T18:53:27.133Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17782026-06-26T18:53:27.252Z Compiling phf_shared v0.12.1
17792026-06-26T18:53:27.263Z Compiling nom v7.1.3
17802026-06-26T18:53:27.359Z Compiling expectorate v1.2.0
17812026-06-26T18:53:27.386Z Compiling progenitor-macro v0.13.0
17822026-06-26T18:53:27.422Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17832026-06-26T18:53:27.580Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17842026-06-26T18:53:27.606Z Compiling pin-project v1.1.13
17852026-06-26T18:53:27.736Z Compiling rand v0.10.1
17862026-06-26T18:53:28.203Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17872026-06-26T18:53:28.259Z Compiling hickory-resolver v0.24.4
17882026-06-26T18:53:28.403Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17892026-06-26T18:53:28.639Z Compiling num_enum v0.5.11
17902026-06-26T18:53:28.662Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17912026-06-26T18:53:28.754Z Compiling newtype_derive v0.1.6
17922026-06-26T18:53:28.862Z Compiling progenitor-client v0.13.0
17932026-06-26T18:53:29.267Z Compiling progenitor-impl v0.14.0
17942026-06-26T18:53:29.279Z Compiling unicode-normalization v0.1.25
17952026-06-26T18:53:29.735Z Compiling tokio-stream v0.1.18
17962026-06-26T18:53:30.200Z Compiling snafu-derive v0.8.9
17972026-06-26T18:53:30.512Z Compiling async-recursion v1.1.1
17982026-06-26T18:53:30.880Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17992026-06-26T18:53:31.053Z Compiling slog-dtrace v0.3.0
18002026-06-26T18:53:31.185Z Compiling bstr v1.12.1
18012026-06-26T18:53:31.205Z Compiling csv-core v0.1.13
18022026-06-26T18:53:31.297Z Compiling cancel-safe-futures v0.1.5
18032026-06-26T18:53:31.462Z Compiling same-file v1.0.6
18042026-06-26T18:53:31.550Z Compiling openssl v0.10.80
18052026-06-26T18:53:31.640Z Compiling unicode-xid v0.2.6
18062026-06-26T18:53:31.675Z Compiling owo-colors v4.3.0
18072026-06-26T18:53:31.760Z Compiling unicode-width v0.1.14
18082026-06-26T18:53:31.833Z Compiling foreign-types-shared v0.1.1
18092026-06-26T18:53:31.918Z Compiling konst_macro_rules v0.2.19
18102026-06-26T18:53:31.921Z Compiling chrono-tz v0.10.4
18112026-06-26T18:53:32.020Z Compiling highway v1.3.0
18122026-06-26T18:53:32.033Z Compiling foldhash v0.1.5
18132026-06-26T18:53:32.090Z Compiling konst v0.2.20
18142026-06-26T18:53:32.174Z Compiling hashbrown v0.15.5
18152026-06-26T18:53:32.253Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-06-26T18:53:32.322Z Compiling snafu v0.8.9
18172026-06-26T18:53:32.407Z Compiling foreign-types v0.3.2
18182026-06-26T18:53:32.470Z Compiling progenitor v0.13.0
18192026-06-26T18:53:32.530Z Compiling const_format_proc_macros v0.2.34
18202026-06-26T18:53:32.558Z Compiling walkdir v2.5.0
18212026-06-26T18:53:32.628Z Compiling globset v0.4.18
18222026-06-26T18:53:32.728Z Compiling csv v1.4.0
18232026-06-26T18:53:32.827Z Compiling progenitor-macro v0.14.0
18242026-06-26T18:53:32.867Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-06-26T18:53:32.916Z Compiling qorb v0.4.1
18262026-06-26T18:53:33.356Z Compiling olpc-cjson v0.1.4
18272026-06-26T18:53:33.466Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-06-26T18:53:33.564Z Compiling rayon v1.12.0
18292026-06-26T18:53:34.192Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-06-26T18:53:35.106Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18312026-06-26T18:53:35.109Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-06-26T18:53:35.314Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18332026-06-26T18:53:35.441Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-06-26T18:53:35.667Z Compiling phf v0.12.1
18352026-06-26T18:53:35.815Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-06-26T18:53:36.643Z Compiling zone_cfg_derive v0.3.1
18372026-06-26T18:53:36.682Z Compiling tokio-dtrace v0.1.1
18382026-06-26T18:53:36.803Z Compiling itertools v0.12.1
18392026-06-26T18:53:36.939Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18402026-06-26T18:53:37.132Z Compiling libsw-core v0.3.2
18412026-06-26T18:53:37.300Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-06-26T18:53:37.339Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18432026-06-26T18:53:37.780Z Compiling serde_plain v1.0.2
18442026-06-26T18:53:37.839Z Compiling openssl-macros v0.1.1
18452026-06-26T18:53:37.940Z Compiling pem v3.0.6
18462026-06-26T18:53:37.987Z Compiling cookie v0.18.1
18472026-06-26T18:53:38.045Z Compiling sigpipe v0.1.3
18482026-06-26T18:53:38.133Z Compiling fixedbitset v0.5.7
18492026-06-26T18:53:38.177Z Compiling typed-path v0.9.3
18502026-06-26T18:53:38.234Z Compiling glob v0.3.3
18512026-06-26T18:53:38.329Z Compiling bytecount v0.6.9
18522026-06-26T18:53:38.348Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-06-26T18:53:38.469Z Compiling fixedbitset v0.4.2
18542026-06-26T18:53:38.480Z Compiling jiff v0.2.28
18552026-06-26T18:53:38.599Z Compiling papergrid v0.11.0
18562026-06-26T18:53:38.679Z Compiling petgraph v0.6.5
18572026-06-26T18:53:39.243Z Compiling tough v0.22.0
18582026-06-26T18:53:39.517Z Compiling petgraph v0.8.3
18592026-06-26T18:53:40.225Z Compiling progenitor v0.14.0
18602026-06-26T18:53:40.352Z Compiling zone v0.3.1
18612026-06-26T18:53:40.355Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18622026-06-26T18:53:40.372Z Compiling libsw v3.5.0
18632026-06-26T18:53:40.532Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-06-26T18:53:40.565Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-26T18:53:40.717Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18662026-06-26T18:53:40.780Z Compiling oxide-tokio-rt v0.1.6
18672026-06-26T18:53:40.957Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18682026-06-26T18:53:41.082Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-26T18:53:41.142Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-26T18:53:41.898Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-06-26T18:53:42.137Z Compiling const_format v0.2.36
18722026-06-26T18:53:42.151Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-26T18:53:42.594Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18742026-06-26T18:53:42.739Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-26T18:53:43.004Z Compiling tabled_derive v0.7.0
18762026-06-26T18:53:43.125Z Compiling gethostname v0.5.0
18772026-06-26T18:53:43.228Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-26T18:53:43.245Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-26T18:53:43.265Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18802026-06-26T18:53:43.325Z Compiling bcs v0.1.6
18812026-06-26T18:53:43.345Z Compiling smf v0.2.3
18822026-06-26T18:53:43.360Z Compiling nom v8.0.0
18832026-06-26T18:53:43.628Z Compiling linear-map v1.2.0
18842026-06-26T18:53:43.638Z Compiling lazy_static v1.5.0
18852026-06-26T18:53:43.735Z Compiling whoami v1.6.1
18862026-06-26T18:53:43.809Z Compiling unicode-linebreak v0.1.5
18872026-06-26T18:53:43.954Z Compiling termtree v0.5.1
18882026-06-26T18:53:43.979Z Compiling smawk v0.3.2
18892026-06-26T18:53:44.053Z Compiling tagptr v0.2.0
18902026-06-26T18:53:44.056Z Compiling tabled v0.15.0
18912026-06-26T18:53:44.099Z Compiling textwrap v0.16.2
18922026-06-26T18:53:44.199Z Compiling moka v0.12.15
18932026-06-26T18:53:44.628Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-26T18:53:44.692Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-26T18:53:44.977Z Compiling steno v0.4.1
18962026-06-26T18:53:45.680Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-26T18:53:45.909Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-26T18:53:46.328Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-06-26T18:53:46.763Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-26T18:53:47.132Z Compiling hickory-proto v0.25.2
19012026-06-26T18:53:47.754Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19022026-06-26T18:53:48.144Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19032026-06-26T18:53:48.572Z Compiling parking_lot_core v0.8.6
19042026-06-26T18:53:48.875Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19052026-06-26T18:53:48.889Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-06-26T18:53:48.967Z Compiling libscf-sys v1.2.0
19072026-06-26T18:53:49.106Z Compiling hickory-resolver v0.25.2
19082026-06-26T18:53:49.160Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19092026-06-26T18:53:49.394Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19102026-06-26T18:53:49.421Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19112026-06-26T18:53:49.741Z Compiling parking_lot v0.11.2
19122026-06-26T18:53:49.808Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19132026-06-26T18:53:50.054Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-06-26T18:53:50.128Z Compiling fxhash v0.2.1
19152026-06-26T18:53:50.143Z Compiling internet-checksum v0.2.1
19162026-06-26T18:53:50.262Z Compiling sled v0.34.7
19172026-06-26T18:53:50.279Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19182026-06-26T18:53:50.356Z Compiling yansi v1.0.1
19192026-06-26T18:53:50.651Z Compiling diff v0.1.13
19202026-06-26T18:53:50.949Z Compiling pretty_assertions v1.4.1
19212026-06-26T18:53:53.420Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19222026-06-26T18:53:54.580Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-06-26T18:54:02.268Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-06-26T18:54:03.849Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-06-26T18:54:04.865Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19262026-06-26T18:54:05.788Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19272026-06-26T18:54:06.596Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19282026-06-26T18:54:07.757Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19292026-06-26T18:54:29.241Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
19302026-06-26T18:54:29.416Z────────────
19312026-06-26T18:54:29.417Z Nextest run ID 52f64839-8eac-4264-9d6c-6d50a4796c6d with nextest profile: default
19322026-06-26T18:54:29.417Z Starting 9 tests across 3 binaries
19332026-06-26T18:54:29.420Z START bfd test::test_new_daemon
19342026-06-26T18:54:29.423Z
19352026-06-26T18:54:29.423Zrunning 1 test
19362026-06-26T18:54:29.460Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40,"time":"2026-06-26T18:54:28.327291097Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4781,"peer":"2001:db8::10","state":"Down","unit":"session","module":"test test::test_new_daemon ... state_machine","okcomponent":"bfd"
19372026-06-26T18:54:29.461Z}
19382026-06-26T18:54:29.461Z
19392026-06-26T18:54:29.461Ztest result: ok{"msg":". 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered outdropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,"time":"2026-06-26T18:54:28.327547052Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4781,"peer":"; finished in 0.04s2001:db8::10"
19402026-06-26T18:54:29.461Z
19412026-06-26T18:54:29.461Z,"state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19422026-06-26T18:54:29.464Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-06-26T18:54:28.32757421Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4781,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19432026-06-26T18:54:29.466Z PASS [ 0.048s] bfd test::test_new_daemon
19442026-06-26T18:54:29.467Z START bfd test::test_protocol_basics
19452026-06-26T18:54:29.472Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name
19462026-06-26T18:54:29.472Zrunning 1 test
19472026-06-26T18:54:29.513Z{{""msg"msg":":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3746804538, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2903345037, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"","v":,"v":0,0"name":","slog-rs"name":"slog-rs",,""level"level"::1010,"time":"2026-06-26T18:54:28.379871712Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","time,""pid"::4782","peer":"2001:db8::10",2026-06-26T18:54:28.379872162Z""state":"Down","unit":"session","module":",state_machine"","component":"bfd"hostname}":
19482026-06-26T18:54:29.513Z"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782{"msg":","peer":"203.0.113.20","state":"Downrecv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3154472239, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"",,""v":0unit,"name":"":slog-rs"","sessionlevel":",10"module":"state_machine","component":"bfd"},"
19492026-06-26T18:54:29.516Ztime":"2026-06-26T18:54:28.380086879Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19502026-06-26T18:54:29.516Z{{"msg":"transition -> Init","v":0,"name":"slog-rs","level":30"msg":","time":"2026-06-26T18:54:28.380110478Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19512026-06-26T18:54:29.516Z{"msg":"transition -> Init","v":0,"name":"slog-rs"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1652134388, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None },""level":30,"v":0,"time":","2026-06-26T18:54:28.380122997Z"name,"":"hostname":"slog-rs"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,","peer":"level2001:db8::10"":,"state":"Down","unit":"session","10module":"state_machine","component":"bfd"}
19522026-06-26T18:54:29.516Z,"time":"2026-06-26T18:54:28.380132047Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"2001:db8::20","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19532026-06-26T18:54:29.516Z{"msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-06-26T18:54:28.380188493Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"203.0.113.20","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19542026-06-26T18:54:29.516Z{"msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-06-26T18:54:28.380226941Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"2001:db8::20","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19552026-06-26T18:54:30.510Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 3746804538, your_discriminator: 3154472239, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-26T18:54:29.377337942Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19562026-06-26T18:54:30.511Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-26T18:54:29.377382619Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19572026-06-26T18:54:30.511Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1652134388, your_discriminator: 2903345037, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-26T18:54:29.377414797Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19582026-06-26T18:54:30.511Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-26T18:54:29.377438676Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19592026-06-26T18:54:30.514Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3154472239, your_discriminator: 3746804538, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-26T18:54:29.379612339Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19602026-06-26T18:54:30.514Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-26T18:54:29.379663746Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19612026-06-26T18:54:30.514Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2903345037, your_discriminator: 1652134388, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-26T18:54:29.379688894Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19622026-06-26T18:54:30.514Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-06-26T18:54:29.379712863Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19632026-06-26T18:54:35.518Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3746804538, your_discriminator: 3154472239, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-26T18:54:34.377492483Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19642026-06-26T18:54:35.518Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1652134388, your_discriminator: 2903345037, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-26T18:54:34.377584737Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19652026-06-26T18:54:35.522Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3154472239, your_discriminator: 3746804538, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-26T18:54:34.379681645Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19662026-06-26T18:54:35.522Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2903345037, your_discriminator: 1652134388, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-06-26T18:54:34.379746271Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19672026-06-26T18:54:39.514Z{"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40,"time":"2026-06-26T18:54:38.379860482Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":{4782,""peer":"203.0.113.20"msg,"":"state":"Up",dropping SM for 203.0.113.10""unit":",session"","v"module":":state_machine0",","name":"component":"slog-rsbfd""}
19682026-06-26T18:54:39.514Z,"level":{"msg":"40dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":40,"time":"2026-06-26T18:54:38.379916779Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,,""time":"peer":"2001:db8::20","state":"2026-06-26T18:54:38.379913339ZUp"",","unit":hostname"":"session","w-01KW2M4W2Y3GQ99BN7TFF5ETZGmodule"":","pidstate_machine"":,"4782component":,""bfd"}
19692026-06-26T18:54:39.514Zpeer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19702026-06-26T18:54:39.514Z{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,"time":"2026-06-26T18:54:38.379959736Z","hostname":"w-01KW2M4W2Y3GQ99BN7TFF5ETZG","pid":4782,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19712026-06-26T18:54:39.517Ztest test::test_protocol_basics ... ok
19722026-06-26T18:54:39.517Z
19732026-06-26T18:54:39.517Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19742026-06-26T18:54:39.517Z
19752026-06-26T18:54:39.524Z PASS [ 10.058s] bfd test::test_protocol_basics
19762026-06-26T18:54:39.524Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19772026-06-26T18:54:39.529Z
19782026-06-26T18:54:39.529Zrunning 1 test
19792026-06-26T18:54:39.532Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
19802026-06-26T18:54:39.532Z
19812026-06-26T18:54:39.532Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
19822026-06-26T18:54:39.532Z
19832026-06-26T18:54:39.533Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19842026-06-26T18:54:39.533Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19852026-06-26T18:54:39.535Z
19862026-06-26T18:54:39.535Zrunning 1 test
19872026-06-26T18:54:39.535Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
19882026-06-26T18:54:39.535Z
19892026-06-26T18:54:39.535Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
19902026-06-26T18:54:39.535Z
19912026-06-26T18:54:39.538Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19922026-06-26T18:54:39.538Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19932026-06-26T18:54:39.541Z
19942026-06-26T18:54:39.541Zrunning 1 test
19952026-06-26T18:54:39.541Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
19962026-06-26T18:54:39.541Z
19972026-06-26T18:54:39.541Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
19982026-06-26T18:54:39.541Z
19992026-06-26T18:54:39.541Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20002026-06-26T18:54:39.541Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20012026-06-26T18:54:39.544Z
20022026-06-26T18:54:39.545Zrunning 1 test
20032026-06-26T18:54:39.545Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
20042026-06-26T18:54:39.545Z
20052026-06-26T18:54:39.545Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
20062026-06-26T18:54:39.545Z
20072026-06-26T18:54:39.547Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20082026-06-26T18:54:39.547Z START mg-api-types-versions v12::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape
20092026-06-26T18:54:39.550Z
20102026-06-26T18:54:39.550Zrunning 1 test
20112026-06-26T18:54:39.550Ztest v12::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape ... ok
20122026-06-26T18:54:39.550Z
20132026-06-26T18:54:39.551Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
20142026-06-26T18:54:39.551Z
20152026-06-26T18:54:39.551Z PASS [ 0.005s] mg-api-types-versions v12::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape
20162026-06-26T18:54:39.551Z START mg-api-types-versions v12::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer
20172026-06-26T18:54:39.554Z
20182026-06-26T18:54:39.554Zrunning 1 test
20192026-06-26T18:54:39.557Ztest v12::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer ... ok
20202026-06-26T18:54:39.557Z
20212026-06-26T18:54:39.557Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
20222026-06-26T18:54:39.557Z
20232026-06-26T18:54:39.557Z PASS [ 0.005s] mg-api-types-versions v12::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer
20242026-06-26T18:54:39.557Z START mg-api-types-versions v12::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape
20252026-06-26T18:54:39.560Z
20262026-06-26T18:54:39.560Zrunning 1 test
20272026-06-26T18:54:39.560Ztest v12::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape ... ok
20282026-06-26T18:54:39.560Z
20292026-06-26T18:54:39.560Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
20302026-06-26T18:54:39.560Z
20312026-06-26T18:54:39.560Z PASS [ 0.004s] mg-api-types-versions v12::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape
20322026-06-26T18:54:39.561Z────────────
20332026-06-26T18:54:39.561Z Summary [ 10.143s] 9 tests run: 9 passed, 0 skipped
20342026-06-26T18:54:39.572Zprocess exited: duration 340349 ms, exit code 0
 
20352026-06-26T18:54:39.579Zfound 0 output files