01KS31F1P7FPYFD10D0SA11D52: 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: 01KS31FKKP58K4ZFA2F0J6G9XA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:54:56.420Zjob assigned to worker 01KS31GB0C57CD07BGJVFY1V8E [factory aws, i-0e38ea5565dafe00d] (queued for 1 m 10 s)
 
22026-05-20T15:55:03.527Zstarting task 0: "setup"
32026-05-20T15:55:03.532Z++ uname -s
42026-05-20T15:55:03.535Z+ kern=SunOS
52026-05-20T15:55:03.535Z+ build_user=build
62026-05-20T15:55:03.535Z+ build_uid=12345
72026-05-20T15:55:03.535Z+ work_dir=/work
82026-05-20T15:55:03.535Z+ input_dir=/input
92026-05-20T15:55:03.535Z+ [[ 0 == 12345 ]]
102026-05-20T15:55:03.535Z+ case "$kern" in
112026-05-20T15:55:03.535Z+ groupadd -g 12345 build
122026-05-20T15:55:03.539Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:55:05.543Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:55:05.623Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:55:05.626Z+ home_fs=zfs
162026-05-20T15:55:05.626Z+ [[ zfs == autofs ]]
172026-05-20T15:55:05.626Z+ mkdir -p /home/build
182026-05-20T15:55:05.626Z+ chown build:build /home/build /work
192026-05-20T15:55:07.627Z+ chmod 0700 /home/build /work
202026-05-20T15:55:07.630Zprocess exited: duration 4104 ms, exit code 0
 
212026-05-20T15:55:07.637Zstarting task 1: "rust-toolchain"
222026-05-20T15:55:07.640Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T15:55:07.640Z * rust toolchain channel = "stable"
242026-05-20T15:55:07.640Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-20T15:55:07.640Z * rust toolchain profile = "default"
262026-05-20T15:55:07.641Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T15:55:07.641Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T15:55:07.644Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:55:07.644Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T15:55:07.761Zinfo: downloading installer
312026-05-20T15:55:09.253Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T15:55:09.253Zwarn: /opt/ooce/bin
332026-05-20T15:55:09.253Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T15:55:09.266Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T15:55:09.266Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T15:55:09.266Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T15:55:09.266Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T15:55:09.266Zerror: cannot install while Rust is installed
392026-05-20T15:55:09.266Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T15:55:09.266Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T15:55:09.266Zwarn: /home/build/.rustup/settings.toml
422026-05-20T15:55:09.266Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T15:55:09.266Zwarn: instead of the one inferred from the default host triple.
442026-05-20T15:55:09.266Zinfo: profile set to default
452026-05-20T15:55:09.266Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T15:55:09.267Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T15:55:09.337Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T15:55:09.340Zinfo: downloading 6 components
492026-05-20T15:55:24.087Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T15:55:24.087Z
512026-05-20T15:55:24.120Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T15:55:24.120Z
532026-05-20T15:55:24.120Z
542026-05-20T15:55:24.120ZRust is installed now. Great!
552026-05-20T15:55:24.120Z
562026-05-20T15:55:24.120ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T15:55:24.120Zenvironment variable. This has not been done automatically.
582026-05-20T15:55:24.120Z
592026-05-20T15:55:24.120ZTo configure your current shell, you need to source
602026-05-20T15:55:24.120Zthe corresponding env file under $HOME/.cargo.
612026-05-20T15:55:24.120Z
622026-05-20T15:55:24.120ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T15:55:24.120Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T15:55:24.120Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T15:55:24.120Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T15:55:24.120Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T15:55:24.120Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T15:55:24.120Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T15:55:24.124Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T15:55:24.124Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T15:55:24.210Z+ rustup --version
722026-05-20T15:55:24.219Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T15:55:24.222Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T15:55:24.240Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T15:55:24.243Z+ cargo --version
762026-05-20T15:55:24.257Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T15:55:24.260Z+ rustc --version
782026-05-20T15:55:24.278Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T15:55:24.281Zprocess exited: duration 16643 ms, exit code 0
 
802026-05-20T15:55:24.288Zstarting task 2: "authentication"
812026-05-20T15:55:24.304Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T15:55:24.310Zstarting task 3: "clone repository"
832026-05-20T15:55:24.313Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T15:55:24.316Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T15:55:24.372ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T15:55:25.423Z+ cd /work/oxidecomputer/maghemite
872026-05-20T15:55:25.423Z+ git fetch origin 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
882026-05-20T15:55:25.678ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T15:55:25.678Z * branch 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c -> FETCH_HEAD
902026-05-20T15:55:25.683Z+ [[ -n zl/mrib ]]
912026-05-20T15:55:25.686Z++ git branch --show-current
922026-05-20T15:55:25.686Z+ current=main
932026-05-20T15:55:25.686Z+ [[ main != zl/mrib ]]
942026-05-20T15:55:25.686Z+ git branch -f zl/mrib 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
952026-05-20T15:55:25.689Z+ git checkout -f zl/mrib
962026-05-20T15:55:25.706ZSwitched to branch 'zl/mrib'
972026-05-20T15:55:25.709Z+ git reset --hard 004e5cda468ada89e8b92a9d89aa1a09a3c87d5c
982026-05-20T15:55:25.724ZHEAD is now at 004e5cd [merge] merge main again (cleanup, lock maint, happy maps)
992026-05-20T15:55:25.727Zprocess exited: duration 1414 ms, exit code 0
 
1002026-05-20T15:55:25.733Zstarting task 4: "build"
1012026-05-20T15:55:25.737Z+ set -o errexit
1022026-05-20T15:55:25.737Z+ set -o pipefail
1032026-05-20T15:55:25.737Z+ source .github/buildomat/test-common.sh
1042026-05-20T15:55:25.740Z++ NEXTEST_VERSION=0.9.97
1052026-05-20T15:55:25.740Z++ PLATFORM=illumos
1062026-05-20T15:55:25.740Z++ banner install
1072026-05-20T15:55:25.740Z
1082026-05-20T15:55:25.740Z # # # #### ##### ## # #
1092026-05-20T15:55:25.740Z # ## # # # # # # #
1102026-05-20T15:55:25.740Z # # # # #### # # # # #
1112026-05-20T15:55:25.740Z # # # # # # ###### # #
1122026-05-20T15:55:25.740Z # # ## # # # # # # #
1132026-05-20T15:55:25.740Z # # # #### # # # ###### ######
1142026-05-20T15:55:25.740Z
1152026-05-20T15:55:25.740Z++ set +o errexit
1162026-05-20T15:55:25.740Z++ pkg info clang-15
1172026-05-20T15:55:25.744Z++ grep -qi installed
1182026-05-20T15:55:27.227Zpkg: info: no packages matching the following patterns you specified are
1192026-05-20T15:55:27.227Zinstalled on the system. Try querying remotely instead:
1202026-05-20T15:55:27.227Z
1212026-05-20T15:55:27.227Z clang-15
1222026-05-20T15:55:27.266Z++ [[ 1 != 0 ]]
1232026-05-20T15:55:27.266Z++ set -o errexit
1242026-05-20T15:55:27.269Z++ pfexec pkg install clang-15
1252026-05-20T15:55:37.352Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-05-20T15:55:45.027Z Startup: Caching catalogs ... Done
1272026-05-20T15:55:52.253ZPlanning: Solver setup ... Done
1282026-05-20T15:55:52.294ZPlanning: Running solver ... Done
1292026-05-20T15:55:52.526ZPlanning: Finding local manifests ... Done
1302026-05-20T15:55:52.534ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-20T15:55:52.577ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-20T15:55:52.605ZPlanning: Package planning ... Done
1332026-05-20T15:55:52.632ZPlanning: Merging actions ... Done
1342026-05-20T15:55:52.740ZPlanning: Checking for conflicting actions ... Done
1352026-05-20T15:55:52.746ZPlanning: Consolidating action changes ... Done
1362026-05-20T15:55:53.437ZPlanning: Evaluating mediators ... Done
1372026-05-20T15:55:53.444ZPlanning: Planning completed in 8.24 seconds
1382026-05-20T15:55:53.455Z Packages to install: 2
1392026-05-20T15:55:53.455Z Mediators to change: 2
1402026-05-20T15:55:53.460Z Services to change: 1
1412026-05-20T15:55:53.460Z Create boot environment: No
1422026-05-20T15:55:53.460ZCreate backup boot environment: No
1432026-05-20T15:55:53.494Z
1442026-05-20T15:55:53.494ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-05-20T15:55:58.554ZDownload: 1996/3076 items 117.9/211.3MB 55% complete (24.8M/s)
1462026-05-20T15:56:03.656ZDownload: 3031/3076 items 199.5/211.3MB 94% complete (19.9M/s)
1472026-05-20T15:56:04.310ZDownload: Completed 211.31 MB in 10.82 seconds (19.5M/s)
1482026-05-20T15:56:04.550Z Actions: 1/3418 actions (Installing new actions)
1492026-05-20T15:56:07.774Z Actions: Completed 3418 actions in 3.22 seconds.
1502026-05-20T15:56:08.419Z Done
1512026-05-20T15:56:08.419Z Done
1522026-05-20T15:56:09.164Z Done
1532026-05-20T15:56:12.483Z Done
1542026-05-20T15:56:12.557Z Done
1552026-05-20T15:56:12.561Z Done
1562026-05-20T15:56:12.751Z Done
1572026-05-20T15:56:13.427Z++ set -o errexit
1582026-05-20T15:56:13.427Z++ cargo --version
1592026-05-20T15:56:13.433Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1602026-05-20T15:56:13.582Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1612026-05-20T15:56:13.585Zinfo: downloading 6 components
1622026-05-20T15:56:27.803Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1632026-05-20T15:56:27.806Z++ rustc --version
1642026-05-20T15:56:27.831Zrustc 1.95.0 (59807616e 2026-04-14)
1652026-05-20T15:56:27.834Z++ cargo install cargo-nextest --version 0.9.97
1662026-05-20T15:56:27.876Z Updating crates.io index
1672026-05-20T15:56:27.974Z Downloading crates ...
1682026-05-20T15:56:28.025Z Downloaded cargo-nextest v0.9.97
1692026-05-20T15:56:28.144Z Installing cargo-nextest v0.9.97
1702026-05-20T15:56:28.150Z Updating crates.io index
1712026-05-20T15:56:30.667Z Locking 404 packages to latest compatible versions
1722026-05-20T15:56:30.671Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-05-20T15:56:30.674Z Adding duct v0.13.7 (available: v1.1.1)
1742026-05-20T15:56:30.674Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-05-20T15:56:30.674Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-05-20T15:56:30.678Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1772026-05-20T15:56:30.678Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1782026-05-20T15:56:30.678Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1792026-05-20T15:56:30.682Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1802026-05-20T15:56:30.685Z Adding quick-junit v0.5.2 (available: v0.6.0)
1812026-05-20T15:56:30.700Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1822026-05-20T15:56:30.709Z Downloading crates ...
1832026-05-20T15:56:30.775Z Downloaded adler2 v2.0.1
1842026-05-20T15:56:30.883Z Downloaded cfg_aliases v0.2.1
1852026-05-20T15:56:30.889Z Downloaded colorchoice v1.0.5
1862026-05-20T15:56:30.889Z Downloaded futures-core v0.3.32
1872026-05-20T15:56:30.889Z Downloaded autocfg v1.5.0
1882026-05-20T15:56:30.889Z Downloaded clap v4.6.1
1892026-05-20T15:56:30.889Z Downloaded futures-macro v0.3.32
1902026-05-20T15:56:30.889Z Downloaded foreign-types v0.3.2
1912026-05-20T15:56:30.889Z Downloaded anstyle-query v1.1.5
1922026-05-20T15:56:30.890Z Downloaded debug-ignore v1.0.5
1932026-05-20T15:56:30.890Z Downloaded clap_lex v1.1.0
1942026-05-20T15:56:30.890Z Downloaded litrs v1.0.0
1952026-05-20T15:56:30.890Z Downloaded camino-tempfile v1.4.1
1962026-05-20T15:56:30.890Z Downloaded indent_write v2.2.0
1972026-05-20T15:56:30.890Z Downloaded itoa v1.0.18
1982026-05-20T15:56:30.890Z Downloaded cargo-platform v0.3.3
1992026-05-20T15:56:30.890Z Downloaded async-scoped v0.9.0
2002026-05-20T15:56:30.890Z Downloaded lazy_static v1.5.0
2012026-05-20T15:56:30.890Z Downloaded crypto-common v0.1.7
2022026-05-20T15:56:30.890Z Downloaded native-tls v0.2.18
2032026-05-20T15:56:30.890Z Downloaded cpufeatures v0.2.17
2042026-05-20T15:56:30.890Z Downloaded color-spantrace v0.3.0
2052026-05-20T15:56:30.890Z Downloaded hyper-rustls v0.27.9
2062026-05-20T15:56:30.890Z Downloaded filetime v0.2.29
2072026-05-20T15:56:30.890Z Downloaded home v0.5.12
2082026-05-20T15:56:30.890Z Downloaded indenter v0.3.4
2092026-05-20T15:56:30.890Z Downloaded idna_adapter v1.0.0
2102026-05-20T15:56:30.890Z Downloaded cargo-util-schemas v0.2.0
2112026-05-20T15:56:30.890Z Downloaded fastrand v2.4.1
2122026-05-20T15:56:30.890Z Downloaded convert_case v0.10.0
2132026-05-20T15:56:30.890Z Downloaded jobserver v0.1.34
2142026-05-20T15:56:30.890Z Downloaded nextest-metadata v0.12.2
2152026-05-20T15:56:30.890Z Downloaded nested v0.1.1
2162026-05-20T15:56:30.890Z Downloaded is_ci v1.2.0
2172026-05-20T15:56:30.890Z Downloaded cargo-platform v0.2.0
2182026-05-20T15:56:30.890Z Downloaded mukti-metadata v0.3.0
2192026-05-20T15:56:30.890Z Downloaded heck v0.5.0
2202026-05-20T15:56:30.890Z Downloaded openssl-probe v0.2.1
2212026-05-20T15:56:30.891Z Downloaded anstream v1.0.0
2222026-05-20T15:56:30.891Z Downloaded bitflags v2.11.1
2232026-05-20T15:56:30.891Z Downloaded lock_api v0.4.14
2242026-05-20T15:56:30.891Z Downloaded os_pipe v1.2.3
2252026-05-20T15:56:30.891Z Downloaded cfg-if v1.0.4
2262026-05-20T15:56:30.891Z Downloaded serde-value v0.7.0
2272026-05-20T15:56:30.891Z Downloaded equivalent v1.0.2
2282026-05-20T15:56:30.891Z Downloaded form_urlencoded v1.2.2
2292026-05-20T15:56:30.891Z Downloaded log v0.4.29
2302026-05-20T15:56:30.891Z Downloaded openssl-macros v0.1.1
2312026-05-20T15:56:30.891Z Downloaded http-body-util v0.1.3
2322026-05-20T15:56:30.891Z Downloaded futures-task v0.3.32
2332026-05-20T15:56:30.891Z Downloaded indexmap v2.14.0
2342026-05-20T15:56:30.891Z Downloaded cargo_metadata v0.23.1
2352026-05-20T15:56:30.891Z Downloaded backtrace-ext v0.2.1
2362026-05-20T15:56:30.891Z Downloaded atomic-waker v1.1.2
2372026-05-20T15:56:30.891Z Downloaded indicatif v0.17.11
2382026-05-20T15:56:30.891Z Downloaded hyper-util v0.1.20
2392026-05-20T15:56:30.891Z Downloaded scopeguard v1.2.0
2402026-05-20T15:56:30.891Z Downloaded http-body v1.0.1
2412026-05-20T15:56:30.891Z Downloaded rustc-hash v2.1.2
2422026-05-20T15:56:30.891Z Downloaded is_terminal_polyfill v1.70.2
2432026-05-20T15:56:30.895Z Downloaded document-features v0.2.12
2442026-05-20T15:56:30.895Z Downloaded rustc_version v0.4.1
2452026-05-20T15:56:30.895Z Downloaded errno v0.3.14
2462026-05-20T15:56:30.895Z Downloaded block-buffer v0.10.4
2472026-05-20T15:56:30.895Z Downloaded curve25519-dalek-derive v0.1.1
2482026-05-20T15:56:30.895Z Downloaded ordered-float v2.10.1
2492026-05-20T15:56:30.895Z Downloaded fnv v1.0.7
2502026-05-20T15:56:30.895Z Downloaded futures-sink v0.3.32
2512026-05-20T15:56:30.898Z Downloaded anstyle v1.0.14
2522026-05-20T15:56:30.899Z Downloaded anstyle-parse v1.0.0
2532026-05-20T15:56:30.899Z Downloaded either v1.15.0
2542026-05-20T15:56:30.902Z Downloaded futures-io v0.3.32
2552026-05-20T15:56:30.902Z Downloaded foreign-types-shared v0.1.1
2562026-05-20T15:56:30.902Z Downloaded atomicwrites v0.4.4
2572026-05-20T15:56:30.902Z Downloaded ed25519 v2.2.3
2582026-05-20T15:56:30.905Z Downloaded guppy-workspace-hack v0.1.0
2592026-05-20T15:56:30.908Z Downloaded hex v0.4.3
2602026-05-20T15:56:30.908Z Downloaded serde_ignored v0.1.14
2612026-05-20T15:56:30.911Z Downloaded generic-array v0.14.7
2622026-05-20T15:56:30.914Z Downloaded camino v1.2.2
2632026-05-20T15:56:30.918Z Downloaded digest v0.10.7
2642026-05-20T15:56:30.921Z Downloaded lru-slab v0.1.2
2652026-05-20T15:56:30.927Z Downloaded cc v1.2.62
2662026-05-20T15:56:30.930Z Downloaded serde_spanned v1.1.1
2672026-05-20T15:56:30.931Z Downloaded serde_spanned v0.6.9
2682026-05-20T15:56:30.934Z Downloaded globset v0.4.18
2692026-05-20T15:56:30.934Z Downloaded shared_child v1.1.1
2702026-05-20T15:56:30.934Z Downloaded humantime-serde v1.1.1
2712026-05-20T15:56:30.937Z Downloaded shell-words v1.1.1
2722026-05-20T15:56:30.937Z Downloaded signature v2.2.0
2732026-05-20T15:56:30.937Z Downloaded miette-derive v7.6.0
2742026-05-20T15:56:30.940Z Downloaded signal-hook-mio v0.2.5
2752026-05-20T15:56:30.940Z Downloaded rand_core v0.6.4
2762026-05-20T15:56:30.940Z Downloaded newtype-uuid v1.3.2
2772026-05-20T15:56:30.943Z Downloaded serde_urlencoded v0.7.1
2782026-05-20T15:56:30.943Z Downloaded swrite v0.1.0
2792026-05-20T15:56:30.946Z Downloaded supports-unicode v3.0.0
2802026-05-20T15:56:30.946Z Downloaded supports-hyperlinks v3.2.0
2812026-05-20T15:56:30.947Z Downloaded supports-color v3.0.2
2822026-05-20T15:56:30.947Z Downloaded terminal_size v0.4.4
2832026-05-20T15:56:30.950Z Downloaded subtle v2.6.1
2842026-05-20T15:56:30.950Z Downloaded rand_core v0.9.5
2852026-05-20T15:56:30.950Z Downloaded percent-encoding v2.3.2
2862026-05-20T15:56:30.953Z Downloaded hyper-tls v0.6.0
2872026-05-20T15:56:30.953Z Downloaded duct v0.13.7
2882026-05-20T15:56:30.953Z Downloaded parking_lot_core v0.9.12
2892026-05-20T15:56:30.956Z Downloaded clap_derive v4.6.1
2902026-05-20T15:56:30.956Z Downloaded base64ct v1.8.3
2912026-05-20T15:56:30.959Z Downloaded futures-executor v0.3.32
2922026-05-20T15:56:30.959Z Downloaded pathdiff v0.2.3
2932026-05-20T15:56:30.959Z Downloaded enable-ansi-support v0.2.1
2942026-05-20T15:56:30.962Z Downloaded miniz_oxide v0.8.9
2952026-05-20T15:56:30.962Z Downloaded find-msvc-tools v0.1.9
2962026-05-20T15:56:30.962Z Downloaded strip-ansi-escapes v0.2.1
2972026-05-20T15:56:30.965Z Downloaded number_prefix v0.4.0
2982026-05-20T15:56:30.965Z Downloaded nextest-workspace-hack v0.1.0
2992026-05-20T15:56:30.965Z Downloaded sync_wrapper v1.0.2
3002026-05-20T15:56:30.965Z Downloaded sigchld v0.2.4
3012026-05-20T15:56:30.969Z Downloaded dialoguer v0.11.0
3022026-05-20T15:56:30.972Z Downloaded serde-untagged v0.1.9
3032026-05-20T15:56:30.972Z Downloaded toml_datetime v0.6.11
3042026-05-20T15:56:30.975Z Downloaded strsim v0.11.1
3052026-05-20T15:56:30.975Z Downloaded fixedbitset v0.5.7
3062026-05-20T15:56:30.975Z Downloaded future-queue v0.4.0
3072026-05-20T15:56:30.978Z Downloaded tokio-macros v2.7.0
3082026-05-20T15:56:30.978Z Downloaded erased-serde v0.4.10
3092026-05-20T15:56:30.981Z Downloaded tinyvec_macros v0.1.1
3102026-05-20T15:56:30.981Z Downloaded rand_chacha v0.9.0
3112026-05-20T15:56:30.981Z Downloaded quote v1.0.45
3122026-05-20T15:56:30.984Z Downloaded self-replace v1.5.0
3132026-05-20T15:56:30.984Z Downloaded pkcs8 v0.10.2
3142026-05-20T15:56:30.987Z Downloaded addr2line v0.25.1
3152026-05-20T15:56:30.987Z Downloaded pin-project-internal v1.1.13
3162026-05-20T15:56:30.990Z Downloaded getrandom v0.2.17
3172026-05-20T15:56:30.993Z Downloaded const-oid v0.9.6
3182026-05-20T15:56:30.996Z Downloaded humantime v2.3.0
3192026-05-20T15:56:30.996Z Downloaded crc32fast v1.5.0
3202026-05-20T15:56:30.996Z Downloaded config v0.15.23
3212026-05-20T15:56:30.999Z Downloaded serde_path_to_error v0.1.20
3222026-05-20T15:56:30.999Z Downloaded cfg-expr v0.20.7
3232026-05-20T15:56:31.003Z Downloaded try-lock v0.2.5
3242026-05-20T15:56:31.003Z Downloaded ahash v0.8.12
3252026-05-20T15:56:31.006Z Downloaded pin-project-lite v0.2.17
3262026-05-20T15:56:31.009Z Downloaded quinn-udp v0.5.14
3272026-05-20T15:56:31.009Z Downloaded target-spec-miette v0.4.6
3282026-05-20T15:56:31.012Z Downloaded toml_write v0.1.2
3292026-05-20T15:56:31.012Z Downloaded tracing-error v0.2.1
3302026-05-20T15:56:31.012Z Downloaded spki v0.7.3
3312026-05-20T15:56:31.015Z Downloaded smol_str v0.3.6
3322026-05-20T15:56:31.015Z Downloaded tower-service v0.3.3
3332026-05-20T15:56:31.015Z Downloaded unicode-linebreak v0.1.5
3342026-05-20T15:56:31.018Z Downloaded typeid v1.0.3
3352026-05-20T15:56:31.018Z Downloaded simd-adler32 v0.3.9
3362026-05-20T15:56:31.019Z Downloaded shlex v1.3.0
3372026-05-20T15:56:31.019Z Downloaded urlencoding v2.1.3
3382026-05-20T15:56:31.024Z Downloaded foldhash v0.1.5
3392026-05-20T15:56:31.024Z Downloaded slab v0.4.12
3402026-05-20T15:56:31.024Z Downloaded cargo_metadata v0.20.0
3412026-05-20T15:56:31.024Z Downloaded tower-layer v0.3.3
3422026-05-20T15:56:31.027Z Downloaded sha2 v0.10.9
3432026-05-20T15:56:31.027Z Downloaded owo-colors v4.3.0
3442026-05-20T15:56:31.027Z Downloaded signal-hook-registry v1.4.8
3452026-05-20T15:56:31.027Z Downloaded ppv-lite86 v0.2.21
3462026-05-20T15:56:31.027Z Downloaded static_assertions v1.1.0
3472026-05-20T15:56:31.030Z Downloaded eyre v0.6.12
3482026-05-20T15:56:31.035Z Downloaded console v0.15.11
3492026-05-20T15:56:31.039Z Downloaded version_check v0.9.5
3502026-05-20T15:56:31.042Z Downloaded untrusted v0.9.0
3512026-05-20T15:56:31.042Z Downloaded tokio-native-tls v0.3.1
3522026-05-20T15:56:31.045Z Downloaded thiserror v1.0.69
3532026-05-20T15:56:31.048Z Downloaded thiserror-impl v1.0.69
3542026-05-20T15:56:31.051Z Downloaded unicode-xid v0.2.6
3552026-05-20T15:56:31.051Z Downloaded utf8parse v0.2.2
3562026-05-20T15:56:31.052Z Downloaded target-lexicon v0.13.3
3572026-05-20T15:56:31.055Z Downloaded thread_local v1.1.9
3582026-05-20T15:56:31.058Z Downloaded nextest-filtering v0.15.0
3592026-05-20T15:56:31.062Z Downloaded quick-junit v0.5.2
3602026-05-20T15:56:31.065Z Downloaded xattr v1.6.1
3612026-05-20T15:56:31.069Z Downloaded iana-time-zone v0.1.65
3622026-05-20T15:56:31.069Z Downloaded want v0.3.1
3632026-05-20T15:56:31.069Z Downloaded pkg-config v0.3.33
3642026-05-20T15:56:31.073Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3652026-05-20T15:56:31.073Z Downloaded thiserror-impl v2.0.18
3662026-05-20T15:56:31.076Z Downloaded self_update v0.42.0
3672026-05-20T15:56:31.076Z Downloaded once_cell v1.21.4
3682026-05-20T15:56:31.079Z Downloaded tracing-log v0.2.0
3692026-05-20T15:56:31.083Z Downloaded proc-macro2 v1.0.106
3702026-05-20T15:56:31.086Z Downloaded toml_writer v1.1.1+spec-1.1.0
3712026-05-20T15:56:31.086Z Downloaded rustc-demangle v0.1.27
3722026-05-20T15:56:31.086Z Downloaded num-traits v0.2.19
3732026-05-20T15:56:31.089Z Downloaded utf8_iter v1.0.4
3742026-05-20T15:56:31.089Z Downloaded unicase v2.9.0
3752026-05-20T15:56:31.093Z Downloaded getrandom v0.4.2
3762026-05-20T15:56:31.096Z Downloaded ipnet v2.12.0
3772026-05-20T15:56:31.100Z Downloaded futures-channel v0.3.32
3782026-05-20T15:56:31.103Z Downloaded serde_core v1.0.228
3792026-05-20T15:56:31.106Z Downloaded tokio-rustls v0.26.4
3802026-05-20T15:56:31.106Z Downloaded target-spec v3.6.0
3812026-05-20T15:56:31.106Z Downloaded semver v1.0.28
3822026-05-20T15:56:31.109Z Downloaded getrandom v0.3.4
3832026-05-20T15:56:31.112Z Downloaded zipsign-api v0.1.5
3842026-05-20T15:56:31.112Z Downloaded xxhash-rust v0.8.15
3852026-05-20T15:56:31.112Z Downloaded base64 v0.22.1
3862026-05-20T15:56:31.115Z Downloaded serde_derive v1.0.228
3872026-05-20T15:56:31.118Z Downloaded derive_more v2.1.1
3882026-05-20T15:56:31.123Z Downloaded tracing-attributes v0.1.31
3892026-05-20T15:56:31.126Z Downloaded zstd v0.13.3
3902026-05-20T15:56:31.126Z Downloaded ryu v1.0.23
3912026-05-20T15:56:31.129Z Downloaded smallvec v1.15.1
3922026-05-20T15:56:31.129Z Downloaded sharded-slab v0.1.7
3932026-05-20T15:56:31.132Z Downloaded borsh v1.6.1
3942026-05-20T15:56:31.135Z Downloaded zstd-safe v7.2.4
3952026-05-20T15:56:31.135Z Downloaded futures v0.3.32
3962026-05-20T15:56:31.138Z Downloaded httparse v1.10.1
3972026-05-20T15:56:31.141Z Downloaded thiserror v2.0.18
3982026-05-20T15:56:31.144Z Downloaded toml_parser v1.1.2+spec-1.1.0
3992026-05-20T15:56:31.144Z Downloaded tinyvec v1.11.0
4002026-05-20T15:56:31.147Z Downloaded tokio-stream v0.1.18
4012026-05-20T15:56:31.150Z Downloaded parking_lot v0.12.5
4022026-05-20T15:56:31.150Z Downloaded rustls-pki-types v1.14.1
4032026-05-20T15:56:31.153Z Downloaded derive-where v1.6.1
4042026-05-20T15:56:31.154Z Downloaded backtrace v0.3.76
4052026-05-20T15:56:31.157Z Downloaded pin-project v1.1.13
4062026-05-20T15:56:31.161Z Downloaded unicode-ident v1.0.24
4072026-05-20T15:56:31.164Z Downloaded tempfile v3.27.0
4082026-05-20T15:56:31.164Z Downloaded socket2 v0.6.3
4092026-05-20T15:56:31.167Z Downloaded ed25519-dalek v2.2.0
4102026-05-20T15:56:31.167Z Downloaded zmij v1.0.21
4112026-05-20T15:56:31.170Z Downloaded zeroize v1.8.2
4122026-05-20T15:56:31.170Z Downloaded toml v1.1.2+spec-1.1.0
4132026-05-20T15:56:31.178Z Downloaded signal-hook v0.3.18
4142026-05-20T15:56:31.178Z Downloaded bytes v1.11.1
4152026-05-20T15:56:31.181Z Downloaded flate2 v1.1.9
4162026-05-20T15:56:31.181Z Downloaded uuid v1.23.1
4172026-05-20T15:56:32.187Z Downloaded toml_edit v0.22.27
4182026-05-20T15:56:32.192Z Downloaded toml v0.8.23
4192026-05-20T15:56:32.192Z Downloaded tracing-core v0.1.36
4202026-05-20T15:56:32.192Z Downloaded textwrap v0.16.2
4212026-05-20T15:56:32.192Z Downloaded der v0.7.10
4222026-05-20T15:56:32.192Z Downloaded tar v0.4.46
4232026-05-20T15:56:32.193Z Downloaded vte v0.14.1
4242026-05-20T15:56:32.193Z Downloaded openssl-sys v0.9.116
4252026-05-20T15:56:32.193Z Downloaded serde v1.0.228
4262026-05-20T15:56:32.193Z Downloaded rustls-webpki v0.103.13
4272026-05-20T15:56:32.193Z Downloaded http v1.4.0
4282026-05-20T15:56:32.193Z Downloaded memchr v2.8.0
4292026-05-20T15:56:32.193Z Downloaded derive_more-impl v2.1.1
4302026-05-20T15:56:32.193Z Downloaded quinn v0.11.9
4312026-05-20T15:56:32.193Z Downloaded typenum v1.20.0
4322026-05-20T15:56:32.193Z Downloaded mio v1.2.0
4332026-05-20T15:56:32.193Z Downloaded rand v0.9.4
4342026-05-20T15:56:32.193Z Downloaded hashbrown v0.17.1
4352026-05-20T15:56:32.193Z Downloaded guppy v0.17.25
4362026-05-20T15:56:32.193Z Downloaded portable-atomic v1.13.1
4372026-05-20T15:56:32.193Z Downloaded url v2.5.8
4382026-05-20T15:56:32.193Z Downloaded hashbrown v0.15.5
4392026-05-20T15:56:32.193Z Downloaded miette v7.6.0
4402026-05-20T15:56:32.193Z Downloaded futures-util v0.3.32
4412026-05-20T15:56:32.193Z Downloaded clap_builder v4.6.0
4422026-05-20T15:56:32.193Z Downloaded crossterm v0.29.0
4432026-05-20T15:56:32.193Z Downloaded unicode-segmentation v1.13.2
4442026-05-20T15:56:32.193Z Downloaded serde_json v1.0.149
4452026-05-20T15:56:32.193Z Downloaded h2 v0.4.14
4462026-05-20T15:56:32.193Z Downloaded aho-corasick v1.1.4
4472026-05-20T15:56:32.193Z Downloaded tower v0.5.3
4482026-05-20T15:56:32.193Z Downloaded pulldown-cmark v0.13.4
4492026-05-20T15:56:32.193Z Downloaded quick-xml v0.38.4
4502026-05-20T15:56:32.193Z Downloaded tower-http v0.6.11
4512026-05-20T15:56:32.193Z Downloaded winnow v1.0.3
4522026-05-20T15:56:32.193Z Downloaded winnow v0.7.15
4532026-05-20T15:56:32.193Z Downloaded idna v1.1.0
4542026-05-20T15:56:32.193Z Downloaded tokio-util v0.7.18
4552026-05-20T15:56:32.193Z Downloaded tracing-subscriber v0.3.23
4562026-05-20T15:56:32.193Z Downloaded webpki-roots v1.0.7
4572026-05-20T15:56:32.193Z Downloaded unicode-normalization v0.1.25
4582026-05-20T15:56:32.193Z Downloaded gimli v0.32.3
4592026-05-20T15:56:32.194Z Downloaded curve25519-dalek v4.1.3
4602026-05-20T15:56:32.194Z Downloaded hyper v1.9.0
4612026-05-20T15:56:32.194Z Downloaded ron v0.12.1
4622026-05-20T15:56:32.194Z Downloaded regex v1.12.3
4632026-05-20T15:56:32.194Z Downloaded itertools v0.14.0
4642026-05-20T15:56:32.194Z Downloaded chrono v0.4.44
4652026-05-20T15:56:32.194Z Downloaded unicode-width v0.2.2
4662026-05-20T15:56:32.194Z Downloaded unicode-width v0.1.14
4672026-05-20T15:56:32.194Z Downloaded bstr v1.12.1
4682026-05-20T15:56:32.194Z Downloaded reqwest v0.12.28
4692026-05-20T15:56:32.194Z Downloaded quick-xml v0.37.5
4702026-05-20T15:56:32.194Z Downloaded tracing v0.1.44
4712026-05-20T15:56:32.194Z Downloaded quinn-proto v0.11.14
4722026-05-20T15:56:32.194Z Downloaded vcpkg v0.2.15
4732026-05-20T15:56:32.194Z Downloaded color-eyre v0.6.5
4742026-05-20T15:56:32.194Z Downloaded tokio v1.52.3
4752026-05-20T15:56:32.194Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4762026-05-20T15:56:32.194Z Downloaded nextest-runner v0.80.0
4772026-05-20T15:56:32.194Z Downloaded openssl v0.10.80
4782026-05-20T15:56:32.194Z Downloaded zerocopy v0.8.48
4792026-05-20T15:56:32.194Z Downloaded syn v2.0.117
4802026-05-20T15:56:32.194Z Downloaded nix v0.30.1
4812026-05-20T15:56:32.194Z Downloaded regex-syntax v0.8.10
4822026-05-20T15:56:32.194Z Downloaded object v0.37.3
4832026-05-20T15:56:32.194Z Downloaded rustls v0.23.40
4842026-05-20T15:56:32.194Z Downloaded rustix v1.1.4
4852026-05-20T15:56:32.194Z Downloaded rustix v0.38.44
4862026-05-20T15:56:32.194Z Downloaded regex-automata v0.4.14
4872026-05-20T15:56:32.194Z Downloaded libc v0.2.186
4882026-05-20T15:56:32.194Z Downloaded petgraph v0.8.3
4892026-05-20T15:56:32.194Z Downloaded recursion v0.5.4
4902026-05-20T15:56:32.194Z Downloaded ring v0.17.14
4912026-05-20T15:56:32.194Z Compiling proc-macro2 v1.0.106
4922026-05-20T15:56:32.194Z Compiling libc v0.2.186
4932026-05-20T15:56:32.194Z Compiling unicode-ident v1.0.24
4942026-05-20T15:56:32.194Z Compiling quote v1.0.45
4952026-05-20T15:56:32.194Z Compiling serde_core v1.0.228
4962026-05-20T15:56:32.194Z Compiling cfg-if v1.0.4
4972026-05-20T15:56:32.194Z Compiling memchr v2.8.0
4982026-05-20T15:56:32.195Z Compiling once_cell v1.21.4
4992026-05-20T15:56:32.195Z Compiling log v0.4.29
5002026-05-20T15:56:32.195Z Compiling pin-project-lite v0.2.17
5012026-05-20T15:56:32.236Z Compiling itoa v1.0.18
5022026-05-20T15:56:32.310Z Compiling serde v1.0.228
5032026-05-20T15:56:32.472Z Compiling futures-core v0.3.32
5042026-05-20T15:56:32.538Z Compiling smallvec v1.15.1
5052026-05-20T15:56:32.622Z Compiling bitflags v2.11.1
5062026-05-20T15:56:32.676Z Compiling equivalent v1.0.2
5072026-05-20T15:56:32.765Z Compiling find-msvc-tools v0.1.9
5082026-05-20T15:56:32.776Z Compiling shlex v1.3.0
5092026-05-20T15:56:32.973Z Compiling hashbrown v0.17.1
5102026-05-20T15:56:33.001Z Compiling errno v0.3.14
5112026-05-20T15:56:33.013Z Compiling bytes v1.11.1
5122026-05-20T15:56:33.083Z Compiling jobserver v0.1.34
5132026-05-20T15:56:33.087Z Compiling mio v1.2.0
5142026-05-20T15:56:33.162Z Compiling signal-hook-registry v1.4.8
5152026-05-20T15:56:33.186Z Compiling rustix v1.1.4
5162026-05-20T15:56:33.398Z Compiling cc v1.2.62
5172026-05-20T15:56:33.540Z Compiling futures-sink v0.3.32
5182026-05-20T15:56:33.629Z Compiling syn v2.0.117
5192026-05-20T15:56:33.652Z Compiling socket2 v0.6.3
5202026-05-20T15:56:33.694Z Compiling zmij v1.0.21
5212026-05-20T15:56:33.786Z Compiling slab v0.4.12
5222026-05-20T15:56:33.870Z Compiling futures-channel v0.3.32
5232026-05-20T15:56:33.991Z Compiling tracing-core v0.1.36
5242026-05-20T15:56:34.047Z Compiling serde_json v1.0.149
5252026-05-20T15:56:34.125Z Compiling version_check v0.9.5
5262026-05-20T15:56:34.395Z Compiling futures-task v0.3.32
5272026-05-20T15:56:34.434Z Compiling indexmap v2.14.0
5282026-05-20T15:56:34.575Z Compiling getrandom v0.4.2
5292026-05-20T15:56:34.629Z Compiling futures-io v0.3.32
5302026-05-20T15:56:34.709Z Compiling camino v1.2.2
5312026-05-20T15:56:34.829Z Compiling percent-encoding v2.3.2
5322026-05-20T15:56:34.896Z Compiling unicode-width v0.2.2
5332026-05-20T15:56:35.119Z Compiling ring v0.17.14
5342026-05-20T15:56:35.158Z Compiling http v1.4.0
5352026-05-20T15:56:35.207Z Compiling autocfg v1.5.0
5362026-05-20T15:56:35.276Z Compiling simd-adler32 v0.3.9
5372026-05-20T15:56:35.306Z Compiling adler2 v2.0.1
5382026-05-20T15:56:35.476Z Compiling zeroize v1.8.2
5392026-05-20T15:56:35.573Z Compiling num-traits v0.2.19
5402026-05-20T15:56:35.677Z Compiling miniz_oxide v0.8.9
5412026-05-20T15:56:35.825Z Compiling target-lexicon v0.13.3
5422026-05-20T15:56:36.165Z Compiling zerocopy v0.8.48
5432026-05-20T15:56:36.331Z Compiling getrandom v0.3.4
5442026-05-20T15:56:36.343Z Compiling object v0.37.3
5452026-05-20T15:56:36.650Z Compiling http-body v1.0.1
5462026-05-20T15:56:36.699Z Compiling rustls-pki-types v1.14.1
5472026-05-20T15:56:36.809Z Compiling form_urlencoded v1.2.2
5482026-05-20T15:56:36.848Z Compiling semver v1.0.28
5492026-05-20T15:56:37.083Z Compiling getrandom v0.2.17
5502026-05-20T15:56:37.096Z Compiling signal-hook v0.3.18
5512026-05-20T15:56:37.141Z Compiling untrusted v0.9.0
5522026-05-20T15:56:37.237Z Compiling serde_derive v1.0.228
5532026-05-20T15:56:37.281Z Compiling tokio-macros v2.7.0
5542026-05-20T15:56:37.285Z Compiling futures-macro v0.3.32
5552026-05-20T15:56:37.318Z Compiling tracing-attributes v0.1.31
5562026-05-20T15:56:37.358Z Compiling guppy-workspace-hack v0.1.0
5572026-05-20T15:56:37.496Z Compiling fnv v1.0.7
5582026-05-20T15:56:37.548Z Compiling thiserror v2.0.18
5592026-05-20T15:56:37.588Z Compiling utf8_iter v1.0.4
5602026-05-20T15:56:37.599Z Compiling gimli v0.32.3
5612026-05-20T15:56:37.745Z Compiling owo-colors v4.3.0
5622026-05-20T15:56:37.888Z Compiling httparse v1.10.1
5632026-05-20T15:56:38.041Z Compiling tokio v1.52.3
5642026-05-20T15:56:38.073Z Compiling idna_adapter v1.0.0
5652026-05-20T15:56:38.097Z Compiling futures-util v0.3.32
5662026-05-20T15:56:38.173Z Compiling idna v1.1.0
5672026-05-20T15:56:38.495Z Compiling tracing v0.1.44
5682026-05-20T15:56:38.554Z Compiling thiserror-impl v2.0.18
5692026-05-20T15:56:39.578Z Compiling addr2line v0.25.1
5702026-05-20T15:56:40.250Z Compiling generic-array v0.14.7
5712026-05-20T15:56:40.436Z Compiling try-lock v0.2.5
5722026-05-20T15:56:40.516Z Compiling rustls v0.23.40
5732026-05-20T15:56:40.528Z Compiling atomic-waker v1.1.2
5742026-05-20T15:56:40.554Z Compiling fastrand v2.4.1
5752026-05-20T15:56:40.656Z Compiling thiserror v1.0.69
5762026-05-20T15:56:40.722Z Compiling target-spec v3.6.0
5772026-05-20T15:56:40.735Z Compiling typeid v1.0.3
5782026-05-20T15:56:40.880Z Compiling tower-service v0.3.3
5792026-05-20T15:56:40.967Z Compiling pkg-config v0.3.33
5802026-05-20T15:56:40.978Z Compiling rustc-demangle v0.1.27
5812026-05-20T15:56:41.064Z Compiling tempfile v3.27.0
5822026-05-20T15:56:41.256Z Compiling want v0.3.1
5832026-05-20T15:56:41.394Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-05-20T15:56:41.435Z Compiling cfg-expr v0.20.7
5852026-05-20T15:56:41.921Z Compiling tokio-util v0.7.18
5862026-05-20T15:56:42.036Z Compiling url v2.5.8
5872026-05-20T15:56:42.396Z Compiling h2 v0.4.14
5882026-05-20T15:56:42.983Z Compiling backtrace v0.3.76
5892026-05-20T15:56:43.053Z Compiling thiserror-impl v1.0.69
5902026-05-20T15:56:43.277Z Compiling terminal_size v0.4.4
5912026-05-20T15:56:43.428Z Compiling aho-corasick v1.1.4
5922026-05-20T15:56:43.453Z Compiling typenum v1.20.0
5932026-05-20T15:56:44.134Z Compiling regex-syntax v0.8.10
5942026-05-20T15:56:44.202Z Compiling erased-serde v0.4.10
5952026-05-20T15:56:44.486Z Compiling subtle v2.6.1
5962026-05-20T15:56:44.506Z Compiling winnow v0.7.15
5972026-05-20T15:56:44.812Z Compiling hyper v1.9.0
5982026-05-20T15:56:46.420Z Compiling rustls-webpki v0.103.13
5992026-05-20T15:56:47.915Z Compiling regex-automata v0.4.14
6002026-05-20T15:56:49.002Z Compiling toml_datetime v0.6.11
6012026-05-20T15:56:49.027Z Compiling serde_spanned v0.6.9
6022026-05-20T15:56:49.186Z Compiling ahash v0.8.12
6032026-05-20T15:56:49.370Z Compiling sync_wrapper v1.0.2
6042026-05-20T15:56:49.454Z Compiling crc32fast v1.5.0
6052026-05-20T15:56:49.483Z Compiling portable-atomic v1.13.1
6062026-05-20T15:56:49.754Z Compiling is_ci v1.2.0
6072026-05-20T15:56:49.920Z Compiling toml_write v0.1.2
6082026-05-20T15:56:49.933Z Compiling foldhash v0.1.5
6092026-05-20T15:56:50.147Z Compiling ipnet v2.12.0
6102026-05-20T15:56:50.161Z Compiling tower-layer v0.3.3
6112026-05-20T15:56:50.357Z Compiling lazy_static v1.5.0
6122026-05-20T15:56:50.466Z Compiling either v1.15.0
6132026-05-20T15:56:50.687Z Compiling base64 v0.22.1
6142026-05-20T15:56:50.851Z Compiling parking_lot_core v0.9.12
6152026-05-20T15:56:51.134Z Compiling nextest-workspace-hack v0.1.0
6162026-05-20T15:56:51.170Z Compiling unicode-linebreak v0.1.5
6172026-05-20T15:56:51.307Z Compiling unicode-segmentation v1.13.2
6182026-05-20T15:56:51.337Z Compiling hyper-util v0.1.20
6192026-05-20T15:56:51.383Z Compiling textwrap v0.16.2
6202026-05-20T15:56:51.437Z Compiling tokio-rustls v0.26.4
6212026-05-20T15:56:51.694Z Compiling convert_case v0.10.0
6222026-05-20T15:56:51.722Z Compiling sharded-slab v0.1.7
6232026-05-20T15:56:51.956Z Compiling tower v0.5.3
6242026-05-20T15:56:51.976Z Compiling toml_edit v0.22.27
6252026-05-20T15:56:52.327Z Compiling hashbrown v0.15.5
6262026-05-20T15:56:52.603Z Compiling supports-color v3.0.2
6272026-05-20T15:56:52.876Z Compiling backtrace-ext v0.2.1
6282026-05-20T15:56:52.945Z Compiling ordered-float v2.10.1
6292026-05-20T15:56:53.126Z Compiling miette-derive v7.6.0
6302026-05-20T15:56:53.213Z Compiling webpki-roots v1.0.7
6312026-05-20T15:56:53.329Z Compiling pathdiff v0.2.3
6322026-05-20T15:56:53.432Z Compiling console v0.15.11
6332026-05-20T15:56:53.455Z Compiling cargo-platform v0.3.3
6342026-05-20T15:56:53.988Z Compiling tracing-log v0.2.0
6352026-05-20T15:56:54.005Z Compiling os_pipe v1.2.3
6362026-05-20T15:56:54.171Z Compiling thread_local v1.1.9
6372026-05-20T15:56:54.211Z Compiling supports-hyperlinks v3.2.0
6382026-05-20T15:56:54.338Z Compiling fixedbitset v0.5.7
6392026-05-20T15:56:54.431Z Compiling winnow v1.0.3
6402026-05-20T15:56:54.524Z Compiling rustix v0.38.44
6412026-05-20T15:56:54.732Z Compiling zstd-safe v7.2.4
6422026-05-20T15:56:54.855Z Compiling unicode-width v0.1.14
6432026-05-20T15:56:54.886Z Compiling pulldown-cmark v0.13.4
6442026-05-20T15:56:55.119Z Compiling cfg_aliases v0.2.1
6452026-05-20T15:56:55.156Z Compiling scopeguard v1.2.0
6462026-05-20T15:56:55.193Z Compiling utf8parse v0.2.2
6472026-05-20T15:56:55.261Z Compiling debug-ignore v1.0.5
6482026-05-20T15:56:55.304Z Compiling supports-unicode v3.0.0
6492026-05-20T15:56:55.363Z Compiling ryu v1.0.23
6502026-05-20T15:56:55.417Z Compiling miette v7.6.0
6512026-05-20T15:56:55.465Z Compiling anstyle-parse v1.0.0
6522026-05-20T15:56:55.653Z Compiling serde_urlencoded v0.7.1
6532026-05-20T15:56:55.684Z Compiling toml_parser v1.1.2+spec-1.1.0
6542026-05-20T15:56:55.883Z Compiling lock_api v0.4.14
6552026-05-20T15:56:55.926Z Compiling nix v0.30.1
6562026-05-20T15:56:56.329Z Compiling petgraph v0.8.3
6572026-05-20T15:56:56.335Z Compiling tracing-subscriber v0.3.23
6582026-05-20T15:56:57.000Z Compiling sigchld v0.2.4
6592026-05-20T15:56:57.223Z Compiling cargo_metadata v0.23.1
6602026-05-20T15:56:58.207Z Compiling toml v0.8.23
6612026-05-20T15:56:59.030Z Compiling hyper-rustls v0.27.9
6622026-05-20T15:56:59.479Z Compiling serde-untagged v0.1.9
6632026-05-20T15:56:59.575Z Compiling serde-value v0.7.0
6642026-05-20T15:57:00.105Z Compiling tower-http v0.6.11
6652026-05-20T15:57:00.335Z Compiling derive_more-impl v2.1.1
6662026-05-20T15:57:00.760Z Compiling itertools v0.14.0
6672026-05-20T15:57:01.058Z Compiling regex v1.12.3
6682026-05-20T15:57:01.151Z Compiling crypto-common v0.1.7
6692026-05-20T15:57:01.154Z Compiling block-buffer v0.10.4
6702026-05-20T15:57:01.288Z Compiling ppv-lite86 v0.2.21
6712026-05-20T15:57:01.314Z Compiling futures-executor v0.3.32
6722026-05-20T15:57:01.369Z Compiling rand_core v0.9.5
6732026-05-20T15:57:01.616Z Compiling pin-project-internal v1.1.13
6742026-05-20T15:57:01.616Z Compiling http-body-util v0.1.3
6752026-05-20T15:57:01.841Z Compiling uuid v1.23.1
6762026-05-20T15:57:01.885Z Compiling serde_spanned v1.1.1
6772026-05-20T15:57:02.028Z Compiling smol_str v0.3.6
6782026-05-20T15:57:02.224Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-05-20T15:57:02.423Z Compiling filetime v0.2.29
6802026-05-20T15:57:02.429Z Compiling bstr v1.12.1
6812026-05-20T15:57:02.430Z Compiling vte v0.14.1
6822026-05-20T15:57:02.465Z Compiling nested v0.1.1
6832026-05-20T15:57:02.572Z Compiling static_assertions v1.1.0
6842026-05-20T15:57:02.605Z Compiling color-spantrace v0.3.0
6852026-05-20T15:57:02.627Z Compiling anstyle-query v1.1.5
6862026-05-20T15:57:02.644Z Compiling anstyle v1.0.14
6872026-05-20T15:57:02.729Z Compiling is_terminal_polyfill v1.70.2
6882026-05-20T15:57:02.823Z Compiling eyre v0.6.12
6892026-05-20T15:57:02.851Z Compiling tinyvec_macros v0.1.1
6902026-05-20T15:57:02.906Z Compiling number_prefix v0.4.0
6912026-05-20T15:57:02.919Z Compiling colorchoice v1.0.5
6922026-05-20T15:57:02.930Z Compiling iana-time-zone v0.1.65
6932026-05-20T15:57:03.036Z Compiling self_update v0.42.0
6942026-05-20T15:57:03.066Z Compiling xattr v1.6.1
6952026-05-20T15:57:03.084Z Compiling litrs v1.0.0
6962026-05-20T15:57:03.152Z Compiling unicode-xid v0.2.6
6972026-05-20T15:57:03.210Z Compiling unicase v2.9.0
6982026-05-20T15:57:03.254Z Compiling cargo-util-schemas v0.2.0
6992026-05-20T15:57:03.284Z Compiling tar v0.4.46
7002026-05-20T15:57:03.322Z Compiling chrono v0.4.44
7012026-05-20T15:57:03.528Z Compiling document-features v0.2.12
7022026-05-20T15:57:03.569Z Compiling indicatif v0.17.11
7032026-05-20T15:57:04.088Z Compiling anstream v1.0.0
7042026-05-20T15:57:05.546Z Compiling tinyvec v1.11.0
7052026-05-20T15:57:05.604Z Compiling globset v0.4.18
7062026-05-20T15:57:05.604Z Compiling pin-project v1.1.13
7072026-05-20T15:57:05.604Z Compiling guppy v0.17.25
7082026-05-20T15:57:05.667Z Compiling strip-ansi-escapes v0.2.1
7092026-05-20T15:57:05.771Z Compiling toml v1.1.2+spec-1.1.0
7102026-05-20T15:57:06.157Z Compiling nextest-metadata v0.12.2
7112026-05-20T15:57:06.652Z Compiling newtype-uuid v1.3.2
7122026-05-20T15:57:06.688Z Compiling reqwest v0.12.28
7132026-05-20T15:57:06.846Z Compiling rand_chacha v0.9.0
7142026-05-20T15:57:06.898Z Compiling futures v0.3.32
7152026-05-20T15:57:06.983Z Compiling digest v0.10.7
7162026-05-20T15:57:07.209Z Compiling derive_more v2.1.1
7172026-05-20T15:57:07.300Z Compiling parking_lot v0.12.5
7182026-05-20T15:57:07.391Z Compiling flate2 v1.1.9
7192026-05-20T15:57:07.790Z Compiling tracing-error v0.2.1
7202026-05-20T15:57:07.945Z Compiling shared_child v1.1.1
7212026-05-20T15:57:08.306Z Compiling signal-hook-mio v0.2.5
7222026-05-20T15:57:08.416Z Compiling self-replace v1.5.0
7232026-05-20T15:57:08.543Z Compiling cargo-platform v0.2.0
7242026-05-20T15:57:08.714Z Compiling quick-xml v0.38.4
7252026-05-20T15:57:08.976Z Compiling quick-xml v0.37.5
7262026-05-20T15:57:09.111Z Compiling shell-words v1.1.1
7272026-05-20T15:57:09.337Z Compiling indenter v0.3.4
7282026-05-20T15:57:09.360Z Compiling strsim v0.11.1
7292026-05-20T15:57:09.465Z Compiling recursion v0.5.4
7302026-05-20T15:57:09.824Z Compiling clap_lex v1.1.0
7312026-05-20T15:57:10.196Z Compiling cpufeatures v0.2.17
7322026-05-20T15:57:10.268Z Compiling heck v0.5.0
7332026-05-20T15:57:10.343Z Compiling humantime v2.3.0
7342026-05-20T15:57:10.441Z Compiling urlencoding v2.1.3
7352026-05-20T15:57:10.466Z Compiling clap_derive v4.6.1
7362026-05-20T15:57:10.488Z Compiling clap_builder v4.6.0
7372026-05-20T15:57:10.774Z Compiling humantime-serde v1.1.1
7382026-05-20T15:57:10.931Z Compiling sha2 v0.10.9
7392026-05-20T15:57:11.280Z Compiling nextest-filtering v0.15.0
7402026-05-20T15:57:12.231Z Compiling quick-junit v0.5.2
7412026-05-20T15:57:12.655Z Compiling cargo_metadata v0.20.0
7422026-05-20T15:57:15.177Z Compiling atomicwrites v0.4.4
7432026-05-20T15:57:15.321Z Compiling cargo-nextest v0.9.97
7442026-05-20T15:57:15.463Z Compiling crossterm v0.29.0
7452026-05-20T15:57:15.638Z Compiling duct v0.13.7
7462026-05-20T15:57:17.602Z Compiling zstd v0.13.3
7472026-05-20T15:57:17.739Z Compiling rand v0.9.4
7482026-05-20T15:57:17.817Z Compiling async-scoped v0.9.0
7492026-05-20T15:57:18.011Z Compiling config v0.15.23
7502026-05-20T15:57:18.027Z Compiling unicode-normalization v0.1.25
7512026-05-20T15:57:18.049Z Compiling target-spec-miette v0.4.6
7522026-05-20T15:57:18.463Z Compiling future-queue v0.4.0
7532026-05-20T15:57:18.488Z Compiling mukti-metadata v0.3.0
7542026-05-20T15:57:18.608Z Compiling tokio-stream v0.1.18
7552026-05-20T15:57:18.683Z Compiling camino-tempfile v1.4.1
7562026-05-20T15:57:18.742Z Compiling derive-where v1.6.1
7572026-05-20T15:57:18.813Z Compiling serde_ignored v0.1.14
7582026-05-20T15:57:18.974Z Compiling serde_path_to_error v0.1.20
7592026-05-20T15:57:19.035Z Compiling home v0.5.12
7602026-05-20T15:57:19.115Z Compiling xxhash-rust v0.8.15
7612026-05-20T15:57:19.131Z Compiling indent_write v2.2.0
7622026-05-20T15:57:19.279Z Compiling swrite v0.1.0
7632026-05-20T15:57:19.296Z Compiling hex v0.4.3
7642026-05-20T15:57:19.325Z Compiling color-eyre v0.6.5
7652026-05-20T15:57:19.452Z Compiling clap v4.6.1
7662026-05-20T15:57:19.463Z Compiling dialoguer v0.11.0
7672026-05-20T15:57:19.484Z Compiling enable-ansi-support v0.2.1
7682026-05-20T15:57:19.976Z Compiling nextest-runner v0.80.0
7692026-05-20T15:57:38.032Z Finished `release` profile [optimized] target(s) in 1m 10s
7702026-05-20T15:57:38.221Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-05-20T15:57:38.224Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-05-20T15:57:38.343Z+ banner bfd
7732026-05-20T15:57:38.347Z
7742026-05-20T15:57:38.347Z ##### ###### #####
7752026-05-20T15:57:38.347Z # # # # #
7762026-05-20T15:57:38.347Z ##### ##### # #
7772026-05-20T15:57:38.347Z # # # # #
7782026-05-20T15:57:38.347Z # # # # #
7792026-05-20T15:57:38.347Z ##### # #####
7802026-05-20T15:57:38.347Z
7812026-05-20T15:57:38.347Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7822026-05-20T15:57:38.500Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-05-20T15:57:39.214ZFrom https://github.com/oxidecomputer/falcon
7842026-05-20T15:57:39.214Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7852026-05-20T15:57:39.291Z Updating crates.io index
7862026-05-20T15:57:39.346Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-05-20T15:57:40.149ZFrom https://github.com/oxidecomputer/dendrite
7882026-05-20T15:57:40.149Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7892026-05-20T15:57:40.233Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-05-20T15:57:40.540ZFrom https://github.com/oxidecomputer/ispf
7912026-05-20T15:57:40.540Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7922026-05-20T15:57:40.545Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-05-20T15:57:40.945ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-05-20T15:57:40.945Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7952026-05-20T15:57:40.952Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-05-20T15:57:48.439ZFrom https://github.com/oxidecomputer/omicron
7972026-05-20T15:57:48.439Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7982026-05-20T15:57:48.849Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-05-20T15:57:49.485ZFrom https://github.com/oxidecomputer/opte
8002026-05-20T15:57:49.485Z * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350
8012026-05-20T15:57:49.649Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-05-20T15:57:49.969ZFrom https://github.com/illumos/smf-rs
8032026-05-20T15:57:49.969Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-05-20T15:57:49.982Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8052026-05-20T15:57:50.458ZFrom https://github.com/oxidecomputer/poptrie
8062026-05-20T15:57:50.458Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8072026-05-20T15:57:50.572Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-05-20T15:57:50.864ZFrom https://github.com/oxidecomputer/network-interface
8092026-05-20T15:57:50.864Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-05-20T15:57:50.888Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-05-20T15:57:51.200ZFrom https://github.com/oxidecomputer/zone
8122026-05-20T15:57:51.200Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-05-20T15:57:51.208Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-05-20T15:57:51.911ZFrom https://github.com/oxidecomputer/propolis
8152026-05-20T15:57:51.911Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-05-20T15:57:52.139Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8172026-05-20T15:57:52.679ZFrom https://github.com/oxidecomputer/transceiver-control
8182026-05-20T15:57:52.679Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8192026-05-20T15:57:52.699Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202026-05-20T15:57:53.012ZFrom https://github.com/oxidecomputer/dlpi-sys
8212026-05-20T15:57:53.012Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8222026-05-20T15:57:53.018Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232026-05-20T15:57:53.325ZFrom https://github.com/jmesmon/rust-libzfs
8242026-05-20T15:57:53.325Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8252026-05-20T15:57:53.333Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262026-05-20T15:57:53.608ZFrom https://github.com/oxidecomputer/rusty-doors
8272026-05-20T15:57:53.608Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8282026-05-20T15:57:53.615Z Updating git repository `https://github.com/oxidecomputer/lldp`
8292026-05-20T15:57:53.962ZFrom https://github.com/oxidecomputer/lldp
8302026-05-20T15:57:53.962Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8312026-05-20T15:57:54.003Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-05-20T15:57:54.306ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-05-20T15:57:54.306Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-05-20T15:57:54.412Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-05-20T15:57:54.788ZFrom https://github.com/oxidecomputer/tufaceous
8362026-05-20T15:57:54.788Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8372026-05-20T15:57:54.808Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-05-20T15:57:55.314ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-05-20T15:57:55.314Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8402026-05-20T15:57:55.395Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-05-20T15:57:56.381ZFrom https://github.com/oxidecomputer/crucible
8422026-05-20T15:57:56.381Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-05-20T15:57:56.565Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8442026-05-20T15:57:56.872ZFrom https://github.com/oxidecomputer/serde_human_bytes
8452026-05-20T15:57:56.872Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8462026-05-20T15:57:56.888Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-05-20T15:57:57.219ZFrom https://github.com/oxidecomputer/propolis
8482026-05-20T15:57:57.219Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8492026-05-20T15:57:57.605Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-05-20T15:57:57.976ZFrom https://github.com/oxidecomputer/tofino
8512026-05-20T15:57:57.976Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8522026-05-20T15:57:58.000Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-05-20T15:57:58.974ZFrom https://github.com/oxidecomputer/maghemite
8542026-05-20T15:57:58.974Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8552026-05-20T15:57:59.043Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-05-20T15:57:59.329ZFrom https://github.com/oxidecomputer/clickward
8572026-05-20T15:57:59.330Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-05-20T15:57:59.512Z Updating git repository `https://github.com/oxidecomputer/crucible`
8592026-05-20T15:57:59.888ZFrom https://github.com/oxidecomputer/crucible
8602026-05-20T15:57:59.888Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8612026-05-20T15:58:00.110Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-05-20T15:58:00.533ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-05-20T15:58:00.533Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-05-20T15:58:01.594Z Downloading crates ...
8652026-05-20T15:58:01.694Z Downloaded cmake v0.1.58
8662026-05-20T15:58:01.700Z Downloaded backon v1.6.0
8672026-05-20T15:58:01.707Z Downloaded base16ct v0.2.0
8682026-05-20T15:58:01.710Z Downloaded dof v0.4.0
8692026-05-20T15:58:01.710Z Downloaded async-stream-impl v0.3.6
8702026-05-20T15:58:01.713Z Downloaded async-stream v0.3.6
8712026-05-20T15:58:01.713Z Downloaded fixedbitset v0.4.2
8722026-05-20T15:58:01.716Z Downloaded bit-set v0.8.0
8732026-05-20T15:58:01.719Z Downloaded inout v0.1.4
8742026-05-20T15:58:01.722Z Downloaded hubpack v0.1.2
8752026-05-20T15:58:01.722Z Downloaded idna_adapter v1.2.2
8762026-05-20T15:58:01.725Z Downloaded hash32 v0.3.1
8772026-05-20T15:58:01.725Z Downloaded fxhash v0.2.1
8782026-05-20T15:58:01.728Z Downloaded foreign-types v0.5.0
8792026-05-20T15:58:01.728Z Downloaded bs58 v0.5.1
8802026-05-20T15:58:01.731Z Downloaded hostname v0.3.1
8812026-05-20T15:58:01.734Z Downloaded macaddr v1.0.1
8822026-05-20T15:58:01.734Z Downloaded num v0.4.3
8832026-05-20T15:58:01.737Z Downloaded git-stub v1.0.0
8842026-05-20T15:58:01.737Z Downloaded const-random-macro v0.1.16
8852026-05-20T15:58:01.737Z Downloaded const-random v0.1.18
8862026-05-20T15:58:01.740Z Downloaded compression-core v0.4.32
8872026-05-20T15:58:01.741Z Downloaded num-iter v0.1.45
8882026-05-20T15:58:01.744Z Downloaded bytecount v0.6.9
8892026-05-20T15:58:01.744Z Downloaded bcs v0.1.6
8902026-05-20T15:58:01.747Z Downloaded libsw-core v0.3.2
8912026-05-20T15:58:01.747Z Downloaded crc8 v0.1.1
8922026-05-20T15:58:01.750Z Downloaded backoff v0.4.0
8932026-05-20T15:58:01.750Z Downloaded bitflags v1.3.2
8942026-05-20T15:58:01.753Z Downloaded natord v1.0.9
8952026-05-20T15:58:01.753Z Downloaded konst_macro_rules v0.2.19
8962026-05-20T15:58:01.756Z Downloaded keccak v0.1.6
8972026-05-20T15:58:01.756Z Downloaded ident_case v1.0.1
8982026-05-20T15:58:01.760Z Downloaded cstr-argument v0.1.2
8992026-05-20T15:58:01.760Z Downloaded dunce v1.0.5
9002026-05-20T15:58:01.763Z Downloaded foreign-types-shared v0.3.1
9012026-05-20T15:58:01.763Z Downloaded cargo_toml v0.22.3
9022026-05-20T15:58:01.763Z Downloaded litemap v0.8.2
9032026-05-20T15:58:01.766Z Downloaded defmt-parser v1.0.0
9042026-05-20T15:58:01.766Z Downloaded base16ct v1.0.0
9052026-05-20T15:58:01.766Z Downloaded async-trait v0.1.89
9062026-05-20T15:58:01.770Z Downloaded internet-checksum v0.2.1
9072026-05-20T15:58:01.773Z Downloaded newtype-uuid-macros v0.1.0
9082026-05-20T15:58:01.773Z Downloaded is-terminal v0.4.17
9092026-05-20T15:58:01.773Z Downloaded newline-converter v0.3.0
9102026-05-20T15:58:01.776Z Downloaded hubpack_derive v0.1.1
9112026-05-20T15:58:01.776Z Downloaded linked-hash-map v0.5.6
9122026-05-20T15:58:01.776Z Downloaded float-ord v0.3.2
9132026-05-20T15:58:01.780Z Downloaded defmt v1.1.0
9142026-05-20T15:58:01.783Z Downloaded num_enum v0.7.6
9152026-05-20T15:58:01.786Z Downloaded ingot v0.1.1
9162026-05-20T15:58:01.786Z Downloaded git-stub-vcs v0.1.0
9172026-05-20T15:58:01.789Z Downloaded oxide-tokio-rt v0.1.6
9182026-05-20T15:58:01.789Z Downloaded darling_macro v0.21.3
9192026-05-20T15:58:01.793Z Downloaded dof v0.3.0
9202026-05-20T15:58:01.793Z Downloaded defmt v0.3.100
9212026-05-20T15:58:01.793Z Downloaded half v2.7.1
9222026-05-20T15:58:01.796Z Downloaded instant v0.1.13
9232026-05-20T15:58:01.796Z Downloaded enum-as-inner v0.6.1
9242026-05-20T15:58:01.799Z Downloaded mime v0.3.17
9252026-05-20T15:58:01.799Z Downloaded heck v0.4.1
9262026-05-20T15:58:01.802Z Downloaded dropshot-api-manager-types v0.7.1
9272026-05-20T15:58:01.802Z Downloaded match_cfg v0.1.0
9282026-05-20T15:58:01.802Z Downloaded gethostname v0.5.0
9292026-05-20T15:58:01.805Z Downloaded cobs v0.3.0
9302026-05-20T15:58:01.805Z Downloaded num-derive v0.4.2
9312026-05-20T15:58:01.809Z Downloaded dtrace-parser v0.3.0
9322026-05-20T15:58:01.809Z Downloaded embedded-io v0.4.0
9332026-05-20T15:58:01.809Z Downloaded memoffset v0.9.1
9342026-05-20T15:58:01.812Z Downloaded arrayref v0.3.9
9352026-05-20T15:58:01.812Z Downloaded dyn-clone v1.0.20
9362026-05-20T15:58:01.812Z Downloaded newtype_derive v0.1.6
9372026-05-20T15:58:01.816Z Downloaded num_threads v0.1.7
9382026-05-20T15:58:01.816Z Downloaded olpc-cjson v0.1.4
9392026-05-20T15:58:01.816Z Downloaded num-conv v0.2.1
9402026-05-20T15:58:01.819Z Downloaded memmap v0.7.0
9412026-05-20T15:58:01.819Z Downloaded embedded-io v0.6.1
9422026-05-20T15:58:01.819Z Downloaded linear-map v1.2.0
9432026-05-20T15:58:01.822Z Downloaded omicron-workspace-hack v0.1.0
9442026-05-20T15:58:01.822Z Downloaded foldhash v0.2.0
9452026-05-20T15:58:01.827Z Downloaded dtrace-parser v0.2.0
9462026-05-20T15:58:01.827Z Downloaded byte-wrapper v0.1.0
9472026-05-20T15:58:01.827Z Downloaded crucible-workspace-hack v0.1.0
9482026-05-20T15:58:01.830Z Downloaded darling_macro v0.23.0
9492026-05-20T15:58:01.830Z Downloaded managed v0.8.0
9502026-05-20T15:58:01.830Z Downloaded crossbeam-deque v0.8.6
9512026-05-20T15:58:01.830Z Downloaded libscf-sys v1.2.0
9522026-05-20T15:58:01.834Z Downloaded cipher v0.4.4
9532026-05-20T15:58:01.834Z Downloaded compression-codecs v0.4.38
9542026-05-20T15:58:01.838Z Downloaded hostname v0.4.2
9552026-05-20T15:58:01.838Z Downloaded chacha20 v0.9.1
9562026-05-20T15:58:01.841Z Downloaded lru-cache v0.1.2
9572026-05-20T15:58:01.841Z Downloaded foreign-types-macros v0.2.3
9582026-05-20T15:58:01.841Z Downloaded proc-macro-crate v3.5.0
9592026-05-20T15:58:01.841Z Downloaded opaque-debug v0.3.1
9602026-05-20T15:58:01.841Z Downloaded httpdate v1.0.3
9612026-05-20T15:58:01.847Z Downloaded pretty-hex v0.4.2
9622026-05-20T15:58:01.847Z Downloaded cpufeatures v0.3.0
9632026-05-20T15:58:01.847Z Downloaded parse-display v0.10.0
9642026-05-20T15:58:01.847Z Downloaded hmac v0.12.1
9652026-05-20T15:58:01.851Z Downloaded icu_provider v2.2.0
9662026-05-20T15:58:01.851Z Downloaded powerfmt v0.2.0
9672026-05-20T15:58:01.854Z Downloaded proc-macro-error-attr v1.0.4
9682026-05-20T15:58:01.854Z Downloaded phf_shared v0.12.1
9692026-05-20T15:58:01.854Z Downloaded expectorate v1.2.0
9702026-05-20T15:58:01.858Z Downloaded potential_utf v0.1.5
9712026-05-20T15:58:01.858Z Downloaded plain v0.2.3
9722026-05-20T15:58:01.858Z Downloaded progenitor-client v0.10.0
9732026-05-20T15:58:01.862Z Downloaded ff v0.13.1
9742026-05-20T15:58:01.862Z Downloaded aead v0.5.2
9752026-05-20T15:58:01.862Z Downloaded proc-macro-error-attr2 v2.0.0
9762026-05-20T15:58:01.862Z Downloaded no-std-compat v0.4.1
9772026-05-20T15:58:01.865Z Downloaded constant_time_eq v0.4.2
9782026-05-20T15:58:01.865Z Downloaded memmap2 v0.9.10
9792026-05-20T15:58:01.865Z Downloaded defmt-macros v1.1.0
9802026-05-20T15:58:01.869Z Downloaded num_enum_derive v0.5.11
9812026-05-20T15:58:01.869Z Downloaded num-rational v0.4.2
9822026-05-20T15:58:01.873Z Downloaded erased-serde v0.3.31
9832026-05-20T15:58:01.873Z Downloaded daft v0.1.7
9842026-05-20T15:58:01.873Z Downloaded libsw v3.5.0
9852026-05-20T15:58:01.876Z Downloaded num_enum_derive v0.7.6
9862026-05-20T15:58:01.876Z Downloaded derive-ex v0.1.8
9872026-05-20T15:58:01.876Z Downloaded progenitor-macro v0.10.0
9882026-05-20T15:58:01.879Z Downloaded progenitor-client v0.14.0
9892026-05-20T15:58:01.879Z Downloaded data-encoding v2.11.0
9902026-05-20T15:58:01.880Z Downloaded deranged v0.5.8
9912026-05-20T15:58:01.884Z Downloaded ingot-types v0.1.2
9922026-05-20T15:58:01.884Z Downloaded progenitor-macro v0.14.0
9932026-05-20T15:58:01.884Z Downloaded progenitor-macro v0.11.2
9942026-05-20T15:58:01.884Z Downloaded ref-cast v1.0.25
9952026-05-20T15:58:01.887Z Downloaded rand_xorshift v0.4.0
9962026-05-20T15:58:01.887Z Downloaded progenitor-client v0.11.2
9972026-05-20T15:58:01.887Z Downloaded quick-error v1.2.3
9982026-05-20T15:58:01.892Z Downloaded progenitor-macro v0.13.0
9992026-05-20T15:58:01.892Z Downloaded argon2 v0.5.3
10002026-05-20T15:58:01.892Z Downloaded glob v0.3.3
10012026-05-20T15:58:01.895Z Downloaded rand_chacha v0.3.1
10022026-05-20T15:58:01.895Z Downloaded num-complex v0.4.6
10032026-05-20T15:58:01.895Z Downloaded group v0.13.0
10042026-05-20T15:58:01.898Z Downloaded crossbeam-utils v0.8.21
10052026-05-20T15:58:01.899Z Downloaded bit-vec v0.8.0
10062026-05-20T15:58:01.899Z Downloaded const_format_proc_macros v0.2.34
10072026-05-20T15:58:01.902Z Downloaded critical-section v1.2.0
10082026-05-20T15:58:01.902Z Downloaded allocator-api2 v0.2.21
10092026-05-20T15:58:01.905Z Downloaded ref-cast-impl v1.0.25
10102026-05-20T15:58:01.905Z Downloaded num_enum v0.5.11
10112026-05-20T15:58:01.910Z Downloaded same-file v1.0.6
10122026-05-20T15:58:01.910Z Downloaded rustc_version v0.1.7
10132026-05-20T15:58:01.910Z Downloaded num-integer v0.1.46
10142026-05-20T15:58:01.910Z Downloaded console v0.16.3
10152026-05-20T15:58:01.913Z Downloaded password-hash v0.5.0
10162026-05-20T15:58:01.913Z Downloaded proc-macro-crate v1.3.1
10172026-05-20T15:58:02.005Z Downloaded progenitor v0.14.0
10182026-05-20T15:58:02.005Z Downloaded poly1305 v0.8.0
10192026-05-20T15:58:02.005Z Downloaded phf v0.12.1
10202026-05-20T15:58:02.005Z Downloaded pem v3.0.6
10212026-05-20T15:58:02.005Z Downloaded multer v3.1.0
10222026-05-20T15:58:02.005Z Downloaded scroll_derive v0.12.1
10232026-05-20T15:58:02.005Z Downloaded paste v1.0.15
10242026-05-20T15:58:02.005Z Downloaded colored v3.1.1
10252026-05-20T15:58:02.005Z Downloaded semver v0.1.20
10262026-05-20T15:58:02.005Z Downloaded serde_repr v0.1.20
10272026-05-20T15:58:02.006Z Downloaded sha1 v0.10.6
10282026-05-20T15:58:02.006Z Downloaded scroll_derive v0.13.1
10292026-05-20T15:58:02.006Z Downloaded convert_case v0.4.0
10302026-05-20T15:58:02.006Z Downloaded csv-core v0.1.13
10312026-05-20T15:58:02.006Z Downloaded async-compression v0.4.42
10322026-05-20T15:58:02.006Z Downloaded progenitor-client v0.13.0
10332026-05-20T15:58:02.006Z Downloaded base64 v0.21.7
10342026-05-20T15:58:02.006Z Downloaded progenitor v0.10.0
10352026-05-20T15:58:02.006Z Downloaded progenitor v0.11.2
10362026-05-20T15:58:02.006Z Downloaded proc-macro-error2 v2.0.1
10372026-05-20T15:58:02.006Z Downloaded displaydoc v0.2.5
10382026-05-20T15:58:02.006Z Downloaded serde_plain v1.0.2
10392026-05-20T15:58:02.006Z Downloaded ipnetwork v0.21.1
10402026-05-20T15:58:02.006Z Downloaded fs-err v3.3.0
10412026-05-20T15:58:02.006Z Downloaded chacha20 v0.10.0
10422026-05-20T15:58:02.006Z Downloaded serial_test_derive v3.4.0
10432026-05-20T15:58:02.006Z Downloaded serde-big-array v0.5.1
10442026-05-20T15:58:02.006Z Downloaded drift v0.1.4
10452026-05-20T15:58:02.006Z Downloaded slog-bunyan v2.5.0
10462026-05-20T15:58:02.006Z Downloaded derive_more v0.99.20
10472026-05-20T15:58:02.006Z Downloaded siphasher v1.0.3
10482026-05-20T15:58:02.006Z Downloaded sigpipe v0.1.3
10492026-05-20T15:58:02.007Z Downloaded serial_test v3.4.0
10502026-05-20T15:58:02.007Z Downloaded slog-envlogger v2.2.0
10512026-05-20T15:58:02.007Z Downloaded rand_core v0.10.1
10522026-05-20T15:58:02.007Z Downloaded icu_properties v2.2.0
10532026-05-20T15:58:02.007Z Downloaded progenitor-extras v0.2.0
10542026-05-20T15:58:02.007Z Downloaded omicron-zone-package v0.12.2
10552026-05-20T15:58:02.007Z Downloaded structmeta v0.3.0
10562026-05-20T15:58:02.007Z Downloaded spin v0.5.2
10572026-05-20T15:58:02.007Z Downloaded tabwriter v1.4.1
10582026-05-20T15:58:02.007Z Downloaded parking_lot v0.11.2
10592026-05-20T15:58:02.007Z Downloaded fs_extra v1.3.0
10602026-05-20T15:58:02.007Z Downloaded oxnet v0.1.5
10612026-05-20T15:58:02.007Z Downloaded rusty-fork v0.3.1
10622026-05-20T15:58:02.007Z Downloaded rustls-native-certs v0.8.3
10632026-05-20T15:58:02.007Z Downloaded strum v0.27.2
10642026-05-20T15:58:02.007Z Downloaded parse-display-derive v0.10.0
10652026-05-20T15:58:02.007Z Downloaded smawk v0.3.2
10662026-05-20T15:58:02.007Z Downloaded dropshot_endpoint v0.17.0
10672026-05-20T15:58:02.007Z Downloaded strum v0.26.3
10682026-05-20T15:58:02.007Z Downloaded structmeta-derive v0.3.0
10692026-05-20T15:58:02.007Z Downloaded serde_derive_internals v0.29.1
10702026-05-20T15:58:02.007Z Downloaded scroll v0.13.0
10712026-05-20T15:58:02.007Z Downloaded rustversion v1.0.22
10722026-05-20T15:58:02.007Z Downloaded pest_generator v2.8.6
10732026-05-20T15:58:02.008Z Downloaded termtree v0.5.1
10742026-05-20T15:58:02.008Z Downloaded thread-id v4.2.2
10752026-05-20T15:58:02.008Z Downloaded thiserror-impl-no-std v2.0.2
10762026-05-20T15:58:02.008Z Downloaded rustls-pemfile v2.2.0
10772026-05-20T15:58:02.008Z Downloaded postcard v1.1.3
10782026-05-20T15:58:02.012Z Downloaded scroll v0.12.0
10792026-05-20T15:58:02.012Z Downloaded ciborium v0.2.2
10802026-05-20T15:58:02.012Z Downloaded darling v0.23.0
10812026-05-20T15:58:02.012Z Downloaded take_mut v0.2.2
10822026-05-20T15:58:02.012Z Downloaded minimal-lexical v0.2.1
10832026-05-20T15:58:02.012Z Downloaded elliptic-curve v0.13.8
10842026-05-20T15:58:02.012Z Downloaded proc-macro-error v1.0.4
10852026-05-20T15:58:02.012Z Downloaded thread-id v5.1.0
10862026-05-20T15:58:02.012Z Downloaded sdd v3.0.10
10872026-05-20T15:58:02.012Z Downloaded ingot-macros v0.1.1
10882026-05-20T15:58:02.012Z Downloaded highway v1.3.0
10892026-05-20T15:58:02.012Z Downloaded secrecy v0.10.3
10902026-05-20T15:58:02.016Z Downloaded time-core v0.1.8
10912026-05-20T15:58:02.016Z Downloaded testing_table v0.3.0
10922026-05-20T15:58:02.016Z Downloaded indexmap v1.9.3
10932026-05-20T15:58:02.016Z Downloaded schemars_derive v0.8.22
10942026-05-20T15:58:02.019Z Downloaded progenitor v0.13.0
10952026-05-20T15:58:02.019Z Downloaded blake2 v0.10.6
10962026-05-20T15:58:02.019Z Downloaded tabled_derive v0.11.0
10972026-05-20T15:58:02.022Z Downloaded serde_tokenstream v0.2.3
10982026-05-20T15:58:02.022Z Downloaded arc-swap v1.9.1
10992026-05-20T15:58:02.026Z Downloaded tabled_derive v0.7.0
11002026-05-20T15:58:02.026Z Downloaded diff v0.1.13
11012026-05-20T15:58:02.026Z Downloaded slog-scope v4.4.1
11022026-05-20T15:58:02.029Z Downloaded darling v0.21.3
11032026-05-20T15:58:02.029Z Downloaded topological-sort v0.2.2
11042026-05-20T15:58:02.032Z Downloaded tagptr v0.2.0
11052026-05-20T15:58:02.032Z Downloaded smartstring v1.0.1
11062026-05-20T15:58:02.032Z Downloaded slog-json v2.6.1
11072026-05-20T15:58:02.035Z Downloaded smf v0.2.3
11082026-05-20T15:58:02.035Z Downloaded snafu-derive v0.8.9
11092026-05-20T15:58:02.036Z Downloaded slog-dtrace v0.3.0
11102026-05-20T15:58:02.036Z Downloaded resolv-conf v0.7.6
11112026-05-20T15:58:02.039Z Downloaded daft-derive v0.1.7
11122026-05-20T15:58:02.039Z Downloaded crossbeam-epoch v0.9.18
11132026-05-20T15:58:02.043Z Downloaded cookie v0.18.1
11142026-05-20T15:58:02.043Z Downloaded synstructure v0.13.2
11152026-05-20T15:58:02.043Z Downloaded strum_macros v0.27.2
11162026-05-20T15:58:02.048Z Downloaded pest_derive v2.8.6
11172026-05-20T15:58:02.048Z Downloaded parking_lot_core v0.8.6
11182026-05-20T15:58:02.048Z Downloaded crunchy v0.2.4
11192026-05-20T15:58:02.051Z Downloaded ciborium-ll v0.2.2
11202026-05-20T15:58:02.051Z Downloaded serde_with_macros v3.20.0
11212026-05-20T15:58:02.051Z Downloaded stable_deref_trait v1.2.1
11222026-05-20T15:58:02.051Z Downloaded unit-prefix v0.5.2
11232026-05-20T15:58:02.051Z Downloaded unarray v0.1.4
11242026-05-20T15:58:02.051Z Downloaded rhai_codegen v3.1.0
11252026-05-20T15:58:02.055Z Downloaded usdt-macro v0.6.0
11262026-05-20T15:58:02.058Z Downloaded usdt v0.5.0
11272026-05-20T15:58:02.058Z Downloaded usdt-macro v0.5.0
11282026-05-20T15:58:02.058Z Downloaded icu_locale_core v2.2.0
11292026-05-20T15:58:02.062Z Downloaded usdt-attr-macro v0.6.0
11302026-05-20T15:58:02.062Z Downloaded usdt-attr-macro v0.5.0
11312026-05-20T15:58:02.062Z Downloaded waitgroup v0.1.2
11322026-05-20T15:58:02.062Z Downloaded wait-timeout v0.2.1
11332026-05-20T15:58:02.065Z Downloaded usdt v0.6.0
11342026-05-20T15:58:02.065Z Downloaded untrusted v0.7.1
11352026-05-20T15:58:02.065Z Downloaded universal-hash v0.5.1
11362026-05-20T15:58:02.065Z Downloaded typify-macro v0.6.2
11372026-05-20T15:58:02.065Z Downloaded typify-macro v0.4.3
11382026-05-20T15:58:02.070Z Downloaded strum_macros v0.26.4
11392026-05-20T15:58:02.070Z Downloaded ciborium-io v0.2.2
11402026-05-20T15:58:02.070Z Downloaded async-recursion v1.1.1
11412026-05-20T15:58:02.073Z Downloaded thiserror-no-std v2.0.2
11422026-05-20T15:58:02.074Z Downloaded utf-8 v0.7.6
11432026-05-20T15:58:02.074Z Downloaded darling_core v0.21.3
11442026-05-20T15:58:02.077Z Downloaded progenitor-impl v0.10.0
11452026-05-20T15:58:02.077Z Downloaded papergrid v0.17.0
11462026-05-20T15:58:02.080Z Downloaded tiny-keccak v2.0.2
11472026-05-20T15:58:02.080Z Downloaded yoke-derive v0.8.2
11482026-05-20T15:58:02.080Z Downloaded tokio-rustls v0.25.0
11492026-05-20T15:58:02.084Z Downloaded zerofrom v0.1.8
11502026-05-20T15:58:02.084Z Downloaded chacha20poly1305 v0.10.1
11512026-05-20T15:58:02.084Z Downloaded const_format v0.2.36
11522026-05-20T15:58:02.088Z Downloaded zeroize_derive v1.4.3
11532026-05-20T15:58:02.088Z Downloaded tinystr v0.8.3
11542026-05-20T15:58:02.088Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11552026-05-20T15:58:02.091Z Downloaded progenitor-impl v0.11.2
11562026-05-20T15:58:02.091Z Downloaded tokio-dtrace v0.1.1
11572026-05-20T15:58:02.091Z Downloaded icu_normalizer v2.2.0
11582026-05-20T15:58:02.094Z Downloaded progenitor-impl v0.14.0
11592026-05-20T15:58:02.094Z Downloaded zone_cfg_derive v0.3.1
11602026-05-20T15:58:02.094Z Downloaded zone v0.3.1
11612026-05-20T15:58:02.098Z Downloaded progenitor-impl v0.13.0
11622026-05-20T15:58:02.098Z Downloaded slog-stdlog v4.1.1
11632026-05-20T15:58:02.098Z Downloaded arrayvec v0.7.6
11642026-05-20T15:58:02.101Z Downloaded cancel-safe-futures v0.1.5
11652026-05-20T15:58:02.101Z Downloaded slog-async v2.8.0
11662026-05-20T15:58:02.101Z Downloaded icu_collections v2.2.0
11672026-05-20T15:58:02.106Z Downloaded heapless v0.8.0
11682026-05-20T15:58:02.115Z Downloaded indicatif v0.18.4
11692026-05-20T15:58:02.115Z Downloaded icu_normalizer_data v2.2.0
11702026-05-20T15:58:02.124Z Downloaded konst v0.2.20
11712026-05-20T15:58:02.124Z Downloaded byteorder v1.5.0
11722026-05-20T15:58:02.124Z Downloaded term v1.2.1
11732026-05-20T15:58:02.124Z Downloaded vsss-rs v3.3.4
11742026-05-20T15:58:02.124Z Downloaded walkdir v2.5.0
11752026-05-20T15:58:02.124Z Downloaded usdt-impl v0.6.0
11762026-05-20T15:58:02.124Z Downloaded hickory-resolver v0.24.4
11772026-05-20T15:58:02.129Z Downloaded prettyplease v0.2.37
11782026-05-20T15:58:02.129Z Downloaded rustls-platform-verifier v0.7.0
11792026-05-20T15:58:02.129Z Downloaded crypto-bigint v0.5.5
11802026-05-20T15:58:02.133Z Downloaded xz2 v0.1.7
11812026-05-20T15:58:02.133Z Downloaded zerofrom-derive v0.1.7
11822026-05-20T15:58:02.133Z Downloaded similar v2.7.0
11832026-05-20T15:58:02.133Z Downloaded time-macros v0.2.27
11842026-05-20T15:58:02.136Z Downloaded slog v2.8.2
11852026-05-20T15:58:02.136Z Downloaded hashbrown v0.16.1
11862026-05-20T15:58:02.139Z Downloaded thin-vec v0.2.18
11872026-05-20T15:58:02.139Z Downloaded pretty_assertions v1.4.1
11882026-05-20T15:58:02.143Z Downloaded jiff-static v0.2.24
11892026-05-20T15:58:02.143Z Downloaded zerovec-derive v0.11.3
11902026-05-20T15:58:02.143Z Downloaded papergrid v0.11.0
11912026-05-20T15:58:02.146Z Downloaded darling_core v0.23.0
11922026-05-20T15:58:02.150Z Downloaded tokio-tungstenite v0.21.0
11932026-05-20T15:58:02.150Z Downloaded serde_yaml v0.9.34+deprecated
11942026-05-20T15:58:02.154Z Downloaded writeable v0.6.3
11952026-05-20T15:58:02.154Z Downloaded hashbrown v0.12.3
11962026-05-20T15:58:02.157Z Downloaded spin v0.9.8
11972026-05-20T15:58:02.157Z Downloaded slog-term v2.9.2
11982026-05-20T15:58:02.157Z Downloaded anyhow v1.0.102
11992026-05-20T15:58:02.160Z Downloaded yoke v0.8.2
12002026-05-20T15:58:02.160Z Downloaded rayon-core v1.13.0
12012026-05-20T15:58:02.163Z Downloaded ucd-trie v0.1.7
12022026-05-20T15:58:02.164Z Downloaded crossbeam-channel v0.5.15
12032026-05-20T15:58:02.167Z Downloaded whoami v1.6.1
12042026-05-20T15:58:02.167Z Downloaded test-strategy v0.4.5
12052026-05-20T15:58:02.170Z Downloaded qorb v0.4.1
12062026-05-20T15:58:02.173Z Downloaded schemars v0.8.22
12072026-05-20T15:58:02.177Z Downloaded typify v0.6.2
12082026-05-20T15:58:02.179Z Downloaded zerocopy-derive v0.7.35
12092026-05-20T15:58:02.183Z Downloaded tungstenite v0.21.0
12102026-05-20T15:58:02.186Z Downloaded hickory-resolver v0.25.2
12112026-05-20T15:58:02.186Z Downloaded rand v0.8.6
12122026-05-20T15:58:02.189Z Downloaded schemars v0.9.0
12132026-05-20T15:58:02.193Z Downloaded unsafe-libyaml v0.2.11
12142026-05-20T15:58:02.197Z Downloaded pest_meta v2.8.6
12152026-05-20T15:58:02.200Z Downloaded toml_edit v0.25.11+spec-1.1.0
12162026-05-20T15:58:02.200Z Downloaded toml v0.7.8
12172026-05-20T15:58:02.203Z Downloaded typify v0.4.3
12182026-05-20T15:58:02.203Z Downloaded snafu v0.8.9
12192026-05-20T15:58:02.206Z Downloaded toml v0.9.12+spec-1.1.0
12202026-05-20T15:58:02.209Z Downloaded usdt-impl v0.5.0
12212026-05-20T15:58:02.213Z Downloaded tar v0.4.45
12222026-05-20T15:58:02.217Z Downloaded dropshot-api-manager v0.7.1
12232026-05-20T15:58:02.221Z Downloaded toml_edit v0.19.15
12242026-05-20T15:58:02.230Z Downloaded nom v7.1.3
12252026-05-20T15:58:02.233Z Downloaded pest v2.8.6
12262026-05-20T15:58:02.239Z Downloaded zerocopy-derive v0.8.48
12272026-05-20T15:58:02.254Z Downloaded rand v0.10.1
12282026-05-20T15:58:02.257Z Downloaded hkdf v0.12.4
12292026-05-20T15:58:02.260Z Downloaded iddqd v0.3.18
12302026-05-20T15:58:02.263Z Downloaded schemars v1.2.1
12312026-05-20T15:58:02.271Z Downloaded yansi v1.0.1
12322026-05-20T15:58:02.274Z Downloaded scc v2.4.0
12332026-05-20T15:58:02.277Z Downloaded zerotrie v0.2.4
12342026-05-20T15:58:02.280Z Downloaded typed-path v0.9.3
12352026-05-20T15:58:02.285Z Downloaded steno v0.4.1
12362026-05-20T15:58:02.288Z Downloaded itertools v0.12.1
12372026-05-20T15:58:02.291Z Downloaded blake3 v1.8.5
12382026-05-20T15:58:02.301Z Downloaded tough v0.22.0
12392026-05-20T15:58:02.306Z Downloaded reqwest v0.13.3
12402026-05-20T15:58:02.309Z Downloaded nom v8.0.0
12412026-05-20T15:58:02.320Z Downloaded aws-lc-rs v1.17.0
12422026-05-20T15:58:02.326Z Downloaded libm v0.2.16
12432026-05-20T15:58:02.331Z Downloaded serde_with v3.20.0
12442026-05-20T15:58:02.337Z Downloaded icu_properties_data v2.2.0
12452026-05-20T15:58:02.356Z Downloaded zerovec v0.11.6
12462026-05-20T15:58:02.359Z Downloaded goblin v0.8.2
12472026-05-20T15:58:02.363Z Downloaded rayon v1.12.0
12482026-05-20T15:58:02.374Z Downloaded tower-http v0.6.10
12492026-05-20T15:58:02.382Z Downloaded time v0.3.47
12502026-05-20T15:58:02.389Z Downloaded zerocopy v0.7.35
12512026-05-20T15:58:02.398Z Downloaded rustls-webpki v0.102.8
12522026-05-20T15:58:02.407Z Downloaded goblin v0.10.5
12532026-05-20T15:58:02.411Z Downloaded winnow v0.5.40
12542026-05-20T15:58:02.415Z Downloaded dropshot v0.17.0
12552026-05-20T15:58:02.427Z Downloaded tabled v0.15.0
12562026-05-20T15:58:02.436Z Downloaded rustls v0.22.4
12572026-05-20T15:58:02.442Z Downloaded tabled v0.20.0
12582026-05-20T15:58:02.454Z Downloaded regress v0.11.1
12592026-05-20T15:58:02.457Z Downloaded syn v1.0.109
12602026-05-20T15:58:02.461Z Downloaded openapiv3 v2.2.0
12612026-05-20T15:58:02.468Z Downloaded regress v0.10.5
12622026-05-20T15:58:02.471Z Downloaded moka v0.12.15
12632026-05-20T15:58:02.476Z Downloaded proptest v1.11.0
12642026-05-20T15:58:02.489Z Downloaded smoltcp v0.11.0
12652026-05-20T15:58:02.497Z Downloaded nix v0.31.3
12662026-05-20T15:58:02.502Z Downloaded typify-impl v0.6.2
12672026-05-20T15:58:02.511Z Downloaded hickory-proto v0.24.4
12682026-05-20T15:58:02.525Z Downloaded rhai v1.24.0
12692026-05-20T15:58:02.531Z Downloaded typify-impl v0.4.3
12702026-05-20T15:58:02.535Z Downloaded hickory-proto v0.25.2
12712026-05-20T15:58:02.558Z Downloaded sled v0.34.7
12722026-05-20T15:58:02.587Z Downloaded chrono-tz v0.10.4
12732026-05-20T15:58:02.606Z Downloaded csv v1.4.0
12742026-05-20T15:58:02.618Z Downloaded petgraph v0.6.5
12752026-05-20T15:58:02.630Z Downloaded jiff v0.2.24
12762026-05-20T15:58:02.639Z Downloaded lzma-sys v0.1.20
12772026-05-20T15:58:02.655Z Downloaded sha3 v0.10.9
12782026-05-20T15:58:02.680Z Downloaded encoding_rs v0.8.35
12792026-05-20T15:58:03.199Z Downloaded aws-lc-sys v0.41.0
12802026-05-20T15:58:04.108Z Compiling proc-macro2 v1.0.106
12812026-05-20T15:58:04.108Z Compiling unicode-ident v1.0.24
12822026-05-20T15:58:04.108Z Compiling quote v1.0.45
12832026-05-20T15:58:04.112Z Compiling serde_core v1.0.228
12842026-05-20T15:58:04.112Z Compiling cfg-if v1.0.4
12852026-05-20T15:58:04.112Z Compiling serde v1.0.228
12862026-05-20T15:58:04.112Z Compiling libc v0.2.186
12872026-05-20T15:58:04.112Z Compiling memchr v2.8.0
12882026-05-20T15:58:04.312Z Compiling itoa v1.0.18
12892026-05-20T15:58:04.486Z Compiling smallvec v1.15.1
12902026-05-20T15:58:04.563Z Compiling zmij v1.0.21
12912026-05-20T15:58:04.670Z Compiling autocfg v1.5.0
12922026-05-20T15:58:04.758Z Compiling libm v0.2.16
12932026-05-20T15:58:04.987Z Compiling stable_deref_trait v1.2.1
12942026-05-20T15:58:05.035Z Compiling version_check v0.9.5
12952026-05-20T15:58:05.057Z Compiling percent-encoding v2.3.2
12962026-05-20T15:58:05.068Z Compiling litemap v0.8.2
12972026-05-20T15:58:05.197Z Compiling writeable v0.6.3
12982026-05-20T15:58:05.208Z Compiling pin-project-lite v0.2.17
12992026-05-20T15:58:05.251Z Compiling icu_normalizer_data v2.2.0
13002026-05-20T15:58:05.295Z Compiling utf8_iter v1.0.4
13012026-05-20T15:58:05.316Z Compiling icu_properties_data v2.2.0
13022026-05-20T15:58:05.399Z Compiling iana-time-zone v0.1.65
13032026-05-20T15:58:05.437Z Compiling syn v2.0.117
13042026-05-20T15:58:05.548Z Compiling equivalent v1.0.2
13052026-05-20T15:58:05.582Z Compiling form_urlencoded v1.2.2
13062026-05-20T15:58:05.602Z Compiling parking_lot_core v0.9.12
13072026-05-20T15:58:05.622Z Compiling scopeguard v1.2.0
13082026-05-20T15:58:05.632Z Compiling serde_json v1.0.149
13092026-05-20T15:58:05.701Z Compiling lock_api v0.4.14
13102026-05-20T15:58:05.725Z Compiling dyn-clone v1.0.20
13112026-05-20T15:58:05.755Z Compiling log v0.4.29
13122026-05-20T15:58:05.861Z Compiling num-traits v0.2.19
13132026-05-20T15:58:05.893Z Compiling jobserver v0.1.34
13142026-05-20T15:58:05.903Z Compiling find-msvc-tools v0.1.9
13152026-05-20T15:58:05.927Z Compiling shlex v1.3.0
13162026-05-20T15:58:05.942Z Compiling thiserror v2.0.18
13172026-05-20T15:58:06.117Z Compiling hashbrown v0.17.1
13182026-05-20T15:58:06.137Z Compiling cc v1.2.62
13192026-05-20T15:58:06.217Z Compiling getrandom v0.4.2
13202026-05-20T15:58:06.315Z Compiling rand_core v0.10.1
13212026-05-20T15:58:06.467Z Compiling semver v1.0.28
13222026-05-20T15:58:06.520Z Compiling errno v0.3.14
13232026-05-20T15:58:06.588Z Compiling futures-core v0.3.32
13242026-05-20T15:58:06.676Z Compiling indexmap v2.14.0
13252026-05-20T15:58:06.812Z Compiling zerocopy v0.8.48
13262026-05-20T15:58:06.866Z Compiling heck v0.5.0
13272026-05-20T15:58:06.882Z Compiling futures-sink v0.3.32
13282026-05-20T15:58:06.982Z Compiling slab v0.4.12
13292026-05-20T15:58:07.235Z Compiling fnv v1.0.7
13302026-05-20T15:58:07.243Z Compiling uuid v1.23.1
13312026-05-20T15:58:07.243Z Compiling futures-channel v0.3.32
13322026-05-20T15:58:07.255Z Compiling schemars v0.8.22
13332026-05-20T15:58:07.423Z Compiling socket2 v0.6.3
13342026-05-20T15:58:07.438Z Compiling futures-task v0.3.32
13352026-05-20T15:58:07.513Z Compiling futures-io v0.3.32
13362026-05-20T15:58:07.567Z Compiling parking_lot v0.12.5
13372026-05-20T15:58:07.601Z Compiling rustversion v1.0.22
13382026-05-20T15:58:07.620Z Compiling signal-hook-registry v1.4.8
13392026-05-20T15:58:07.652Z Compiling mio v1.2.0
13402026-05-20T15:58:07.668Z Compiling portable-atomic v1.13.1
13412026-05-20T15:58:07.855Z Compiling getrandom v0.2.17
13422026-05-20T15:58:07.911Z Compiling typenum v1.20.0
13432026-05-20T15:58:07.914Z Compiling subtle v2.6.1
13442026-05-20T15:58:07.957Z Compiling bitflags v2.11.1
13452026-05-20T15:58:08.032Z Compiling critical-section v1.2.0
13462026-05-20T15:58:08.076Z Compiling base64 v0.22.1
13472026-05-20T15:58:08.133Z Compiling untrusted v0.9.0
13482026-05-20T15:58:08.151Z Compiling byteorder v1.5.0
13492026-05-20T15:58:08.182Z Compiling rand_core v0.6.4
13502026-05-20T15:58:08.243Z Compiling synstructure v0.13.2
13512026-05-20T15:58:08.367Z Compiling serde_derive_internals v0.29.1
13522026-05-20T15:58:08.393Z Compiling regex-syntax v0.8.10
13532026-05-20T15:58:08.403Z Compiling cmake v0.1.58
13542026-05-20T15:58:08.557Z Compiling once_cell v1.21.4
13552026-05-20T15:58:08.560Z Compiling fs_extra v1.3.0
13562026-05-20T15:58:08.647Z Compiling dunce v1.0.5
13572026-05-20T15:58:08.731Z Compiling ipnet v2.12.0
13582026-05-20T15:58:08.734Z Compiling atomic-waker v1.1.2
13592026-05-20T15:58:08.752Z Compiling httparse v1.10.1
13602026-05-20T15:58:08.764Z Compiling tower-service v0.3.3
13612026-05-20T15:58:08.813Z Compiling aws-lc-sys v0.41.0
13622026-05-20T15:58:08.850Z Compiling tower-layer v0.3.3
13632026-05-20T15:58:08.861Z Compiling slog v2.8.2
13642026-05-20T15:58:09.006Z Compiling generic-array v0.14.7
13652026-05-20T15:58:09.083Z Compiling ucd-trie v0.1.7
13662026-05-20T15:58:09.095Z Compiling rustix v1.1.4
13672026-05-20T15:58:09.245Z Compiling try-lock v0.2.5
13682026-05-20T15:58:09.264Z Compiling strsim v0.11.1
13692026-05-20T15:58:09.351Z Compiling ryu v1.0.23
13702026-05-20T15:58:09.383Z Compiling thiserror v1.0.69
13712026-05-20T15:58:09.414Z Compiling serde_derive v1.0.228
13722026-05-20T15:58:09.446Z Compiling zerofrom-derive v0.1.7
13732026-05-20T15:58:09.457Z Compiling yoke-derive v0.8.2
13742026-05-20T15:58:09.528Z Compiling zerovec-derive v0.11.3
13752026-05-20T15:58:09.768Z Compiling displaydoc v0.2.5
13762026-05-20T15:58:09.771Z Compiling tokio-macros v2.7.0
13772026-05-20T15:58:09.771Z Compiling schemars_derive v0.8.22
13782026-05-20T15:58:10.491Z Compiling thiserror-impl v2.0.18
13792026-05-20T15:58:10.495Z Compiling zerocopy-derive v0.8.48
13802026-05-20T15:58:10.575Z Compiling zeroize_derive v1.4.3
13812026-05-20T15:58:10.662Z Compiling futures-macro v0.3.32
13822026-05-20T15:58:10.713Z Compiling zerofrom v0.1.8
13832026-05-20T15:58:10.840Z Compiling yoke v0.8.2
13842026-05-20T15:58:11.031Z Compiling zerovec v0.11.6
13852026-05-20T15:58:11.073Z Compiling zerotrie v0.2.4
13862026-05-20T15:58:11.281Z Compiling zeroize v1.8.2
13872026-05-20T15:58:11.482Z Compiling tinystr v0.8.3
13882026-05-20T15:58:11.497Z Compiling potential_utf v0.1.5
13892026-05-20T15:58:11.527Z Compiling futures-util v0.3.32
13902026-05-20T15:58:11.653Z Compiling icu_locale_core v2.2.0
13912026-05-20T15:58:11.672Z Compiling icu_collections v2.2.0
13922026-05-20T15:58:11.723Z Compiling thiserror-impl v1.0.69
13932026-05-20T15:58:11.828Z Compiling want v0.3.1
13942026-05-20T15:58:12.031Z Compiling pest v2.8.6
13952026-05-20T15:58:12.190Z Compiling httpdate v1.0.3
13962026-05-20T15:58:12.428Z Compiling icu_provider v2.2.0
13972026-05-20T15:58:12.657Z Compiling bytes v1.11.1
13982026-05-20T15:58:12.715Z Compiling icu_normalizer v2.2.0
13992026-05-20T15:58:12.742Z Compiling icu_properties v2.2.0
14002026-05-20T15:58:12.870Z Compiling chrono v0.4.44
14012026-05-20T15:58:13.265Z Compiling http v1.4.0
14022026-05-20T15:58:13.277Z Compiling tokio v1.52.3
14032026-05-20T15:58:13.366Z Compiling serde_tokenstream v0.2.3
14042026-05-20T15:58:13.557Z Compiling erased-serde v0.3.31
14052026-05-20T15:58:13.770Z Compiling idna_adapter v1.2.2
14062026-05-20T15:58:13.902Z Compiling idna v1.1.0
14072026-05-20T15:58:13.915Z Compiling http-body v1.0.1
14082026-05-20T15:58:14.059Z Compiling pest_meta v2.8.6
14092026-05-20T15:58:14.226Z Compiling url v2.5.8
14102026-05-20T15:58:14.446Z Compiling getrandom v0.3.4
14112026-05-20T15:58:14.705Z Compiling ppv-lite86 v0.2.21
14122026-05-20T15:58:14.872Z Compiling pest_generator v2.8.6
14132026-05-20T15:58:14.960Z Compiling pretty-hex v0.4.2
14142026-05-20T15:58:15.020Z Compiling plain v0.2.3
14152026-05-20T15:58:15.091Z Compiling allocator-api2 v0.2.21
14162026-05-20T15:58:15.125Z Compiling foldhash v0.2.0
14172026-05-20T15:58:15.133Z Compiling paste v1.0.15
14182026-05-20T15:58:15.352Z Compiling crypto-common v0.1.7
14192026-05-20T15:58:15.450Z Compiling hashbrown v0.16.1
14202026-05-20T15:58:15.460Z Compiling tracing-attributes v0.1.31
14212026-05-20T15:58:15.467Z Compiling tracing-core v0.1.36
14222026-05-20T15:58:15.483Z Compiling pest_derive v2.8.6
14232026-05-20T15:58:15.488Z Compiling omicron-workspace-hack v0.1.0
14242026-05-20T15:58:15.700Z Compiling ident_case v1.0.1
14252026-05-20T15:58:15.972Z Compiling http-body-util v0.1.3
14262026-05-20T15:58:16.035Z Compiling serde_urlencoded v0.7.1
14272026-05-20T15:58:16.070Z Compiling aho-corasick v1.1.4
14282026-05-20T15:58:16.270Z Compiling ipnetwork v0.21.1
14292026-05-20T15:58:16.280Z Compiling sync_wrapper v1.0.2
14302026-05-20T15:58:16.290Z Compiling rustls-pki-types v1.14.1
14312026-05-20T15:58:16.328Z Compiling daft-derive v0.1.7
14322026-05-20T15:58:16.375Z Compiling fastrand v2.4.1
14332026-05-20T15:58:16.608Z Compiling tracing v0.1.44
14342026-05-20T15:58:16.631Z Compiling winnow v1.0.3
14352026-05-20T15:58:16.692Z Compiling async-trait v0.1.89
14362026-05-20T15:58:16.756Z Compiling scroll_derive v0.13.1
14372026-05-20T15:58:16.839Z Compiling regex-automata v0.4.14
14382026-05-20T15:58:17.072Z Compiling tokio-util v0.7.18
14392026-05-20T15:58:17.423Z Compiling ring v0.17.14
14402026-05-20T15:58:17.658Z Compiling num-conv v0.2.1
14412026-05-20T15:58:17.701Z Compiling cpufeatures v0.2.17
14422026-05-20T15:58:17.768Z Compiling powerfmt v0.2.0
14432026-05-20T15:58:17.793Z Compiling anyhow v1.0.102
14442026-05-20T15:58:17.804Z Compiling time-core v0.1.8
14452026-05-20T15:58:17.950Z Compiling time-macros v0.2.27
14462026-05-20T15:58:17.963Z Compiling deranged v0.5.8
14472026-05-20T15:58:18.315Z Compiling scroll v0.13.0
14482026-05-20T15:58:18.571Z Compiling regex v1.12.3
14492026-05-20T15:58:18.886Z Compiling oxnet v0.1.5
14502026-05-20T15:58:18.902Z Compiling block-buffer v0.10.4
14512026-05-20T15:58:19.019Z Compiling hex v0.4.3
14522026-05-20T15:58:19.043Z Compiling num_threads v0.1.7
14532026-05-20T15:58:19.136Z Compiling openssl-probe v0.2.1
14542026-05-20T15:58:19.265Z Compiling digest v0.10.7
14552026-05-20T15:58:19.298Z Compiling goblin v0.10.5
14562026-05-20T15:58:19.322Z Compiling camino v1.2.2
14572026-05-20T15:58:19.468Z Compiling crc32fast v1.5.0
14582026-05-20T15:58:19.724Z Compiling usdt-impl v0.6.0
14592026-05-20T15:58:19.767Z Compiling h2 v0.4.14
14602026-05-20T15:58:19.854Z Compiling dtrace-parser v0.3.0
14612026-05-20T15:58:20.391Z Compiling crossbeam-utils v0.8.21
14622026-05-20T15:58:20.702Z Compiling aws-lc-rs v1.17.0
14632026-05-20T15:58:21.069Z Compiling futures-executor v0.3.32
14642026-05-20T15:58:21.146Z Compiling structmeta-derive v0.3.0
14652026-05-20T15:58:21.178Z Compiling thread-id v5.1.0
14662026-05-20T15:58:21.256Z Compiling simd-adler32 v0.3.9
14672026-05-20T15:58:21.339Z Compiling adler2 v2.0.1
14682026-05-20T15:58:21.445Z Compiling rustls v0.22.4
14692026-05-20T15:58:21.466Z Compiling miniz_oxide v0.8.9
14702026-05-20T15:58:21.660Z Compiling futures v0.3.32
14712026-05-20T15:58:21.737Z Compiling rand_core v0.9.5
14722026-05-20T15:58:21.847Z Compiling hyper v1.9.0
14732026-05-20T15:58:21.944Z Compiling dof v0.4.0
14742026-05-20T15:58:22.181Z Compiling structmeta v0.3.0
14752026-05-20T15:58:22.371Z Compiling darling_core v0.23.0
14762026-05-20T15:58:22.614Z Compiling newtype-uuid-macros v0.1.0
14772026-05-20T15:58:22.617Z Compiling thread_local v1.1.9
14782026-05-20T15:58:22.878Z Compiling hyper-util v0.1.20
14792026-05-20T15:58:23.293Z Compiling untrusted v0.7.1
14802026-05-20T15:58:23.418Z Compiling match_cfg v0.1.0
14812026-05-20T15:58:23.427Z Compiling flate2 v1.1.9
14822026-05-20T15:58:23.454Z Compiling newtype-uuid v1.3.2
14832026-05-20T15:58:23.478Z Compiling rustls v0.23.40
14842026-05-20T15:58:23.543Z Compiling compression-core v0.4.32
14852026-05-20T15:58:23.694Z Compiling slog-async v2.8.0
14862026-05-20T15:58:23.701Z Compiling quick-error v1.2.3
14872026-05-20T15:58:23.968Z Compiling ref-cast v1.0.25
14882026-05-20T15:58:23.981Z Compiling compression-codecs v0.4.38
14892026-05-20T15:58:23.981Z Compiling daft v0.1.7
14902026-05-20T15:58:24.104Z Compiling rand_chacha v0.9.0
14912026-05-20T15:58:24.116Z Compiling ref-cast-impl v1.0.25
14922026-05-20T15:58:24.117Z Compiling strum_macros v0.26.4
14932026-05-20T15:58:24.117Z Compiling usdt-attr-macro v0.6.0
14942026-05-20T15:58:24.140Z Compiling usdt-macro v0.6.0
14952026-05-20T15:58:24.435Z Compiling darling_macro v0.23.0
14962026-05-20T15:58:24.448Z Compiling serde_spanned v1.1.1
14972026-05-20T15:58:24.554Z Compiling multer v3.1.0
14982026-05-20T15:58:24.645Z Compiling bit-vec v0.8.0
14992026-05-20T15:58:24.692Z Compiling term v1.2.1
15002026-05-20T15:58:24.806Z Compiling debug-ignore v1.0.5
15012026-05-20T15:58:24.905Z Compiling take_mut v0.2.2
15022026-05-20T15:58:25.010Z Compiling toml_writer v1.1.1+spec-1.1.0
15032026-05-20T15:58:25.096Z Compiling darling v0.23.0
15042026-05-20T15:58:25.174Z Compiling bit-set v0.8.0
15052026-05-20T15:58:25.185Z Compiling serde_with_macros v3.20.0
15062026-05-20T15:58:25.315Z Compiling rand v0.9.4
15072026-05-20T15:58:25.326Z Compiling async-stream-impl v0.3.6
15082026-05-20T15:58:25.326Z Compiling dropshot v0.17.0
15092026-05-20T15:58:25.357Z Compiling encoding_rs v0.8.35
15102026-05-20T15:58:25.404Z Compiling mime v0.3.17
15112026-05-20T15:58:25.570Z Compiling unarray v0.1.4
15122026-05-20T15:58:25.670Z Compiling spin v0.9.8
15132026-05-20T15:58:25.745Z Compiling strum v0.26.3
15142026-05-20T15:58:25.779Z Compiling derive-ex v0.1.8
15152026-05-20T15:58:25.863Z Compiling tower v0.5.3
15162026-05-20T15:58:25.866Z Compiling dropshot_endpoint v0.17.0
15172026-05-20T15:58:25.916Z Compiling macaddr v1.0.1
15182026-05-20T15:58:25.972Z Compiling async-stream v0.3.6
15192026-05-20T15:58:26.133Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15202026-05-20T15:58:26.144Z Compiling waitgroup v0.1.2
15212026-05-20T15:58:26.274Z Compiling serde_path_to_error v0.1.20
15222026-05-20T15:58:26.610Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15232026-05-20T15:58:26.617Z Compiling tower-http v0.6.10
15242026-05-20T15:58:26.778Z Compiling tempfile v3.27.0
15252026-05-20T15:58:26.798Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15262026-05-20T15:58:27.049Z Compiling openapiv3 v2.2.0
15272026-05-20T15:58:27.062Z Compiling strum_macros v0.27.2
15282026-05-20T15:58:27.168Z Compiling instant v0.1.13
15292026-05-20T15:58:27.273Z Compiling rustls-native-certs v0.8.3
15302026-05-20T15:58:27.337Z Compiling test-strategy v0.4.5
15312026-05-20T15:58:27.511Z Compiling time v0.3.47
15322026-05-20T15:58:27.603Z Compiling rustc-hash v2.1.2
15332026-05-20T15:58:27.725Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15342026-05-20T15:58:28.332Z Compiling crossbeam-channel v0.5.15
15352026-05-20T15:58:28.807Z Compiling strum v0.27.2
15362026-05-20T15:58:28.960Z Compiling parse-display-derive v0.10.0
15372026-05-20T15:58:29.269Z Compiling backon v1.6.0
15382026-05-20T15:58:29.330Z Compiling rand_chacha v0.3.1
15392026-05-20T15:58:29.808Z Compiling rustls-webpki v0.102.8
15402026-05-20T15:58:29.846Z Compiling rand v0.8.6
15412026-05-20T15:58:30.607Z Compiling slog-json v2.6.1
15422026-05-20T15:58:30.619Z Compiling hostname v0.3.1
15432026-05-20T15:58:30.645Z Compiling toml_parser v1.1.2+spec-1.1.0
15442026-05-20T15:58:30.690Z Compiling toml_datetime v1.1.1+spec-1.1.0
15452026-05-20T15:58:30.763Z Compiling memmap2 v0.9.10
15462026-05-20T15:58:30.812Z Compiling wait-timeout v0.2.1
15472026-05-20T15:58:30.970Z Compiling is-terminal v0.4.17
15482026-05-20T15:58:30.998Z Compiling syn v1.0.109
15492026-05-20T15:58:31.040Z Compiling either v1.15.0
15502026-05-20T15:58:31.063Z Compiling slog-term v2.9.2
15512026-05-20T15:58:31.118Z Compiling toml v1.1.2+spec-1.1.0
15522026-05-20T15:58:31.314Z Compiling rusty-fork v0.3.1
15532026-05-20T15:58:31.325Z Compiling usdt v0.6.0
15542026-05-20T15:58:31.339Z Compiling slog-bunyan v2.5.0
15552026-05-20T15:58:31.472Z Compiling serde_with v3.20.0
15562026-05-20T15:58:31.555Z Compiling async-compression v0.4.42
15572026-05-20T15:58:31.606Z Compiling rand_xorshift v0.4.0
15582026-05-20T15:58:31.697Z Compiling sha1 v0.10.6
15592026-05-20T15:58:31.748Z Compiling rustls-pemfile v2.2.0
15602026-05-20T15:58:31.861Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15612026-05-20T15:58:31.888Z Compiling regress v0.10.5
15622026-05-20T15:58:31.913Z Compiling hostname v0.4.2
15632026-05-20T15:58:31.942Z Compiling proptest v1.11.0
15642026-05-20T15:58:32.339Z Compiling tokio-rustls v0.25.0
15652026-05-20T15:58:32.632Z Compiling iddqd v0.3.18
15662026-05-20T15:58:33.955Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15672026-05-20T15:58:34.069Z Compiling reqwest v0.12.28
15682026-05-20T15:58:34.497Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15692026-05-20T15:58:35.032Z Compiling progenitor-client v0.10.0
15702026-05-20T15:58:35.313Z Compiling itertools v0.14.0
15712026-05-20T15:58:35.403Z Compiling parse-display v0.10.0
15722026-05-20T15:58:35.735Z Compiling backoff v0.4.0
15732026-05-20T15:58:35.741Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15742026-05-20T15:58:36.541Z Compiling utf8parse v0.2.2
15752026-05-20T15:58:36.594Z Compiling colorchoice v1.0.5
15762026-05-20T15:58:36.651Z Compiling anstyle-parse v1.0.0
15772026-05-20T15:58:36.698Z Compiling anstyle v1.0.14
15782026-05-20T15:58:36.712Z Compiling anstyle-query v1.1.5
15792026-05-20T15:58:37.094Z Compiling is_terminal_polyfill v1.70.2
15802026-05-20T15:58:37.101Z Compiling anstream v1.0.0
15812026-05-20T15:58:37.101Z Compiling clap_lex v1.1.0
15822026-05-20T15:58:37.370Z Compiling regress v0.11.1
15832026-05-20T15:58:37.387Z Compiling clap_derive v4.6.1
15842026-05-20T15:58:37.648Z Compiling terminal_size v0.4.4
15852026-05-20T15:58:38.852Z Compiling toml_datetime v0.6.11
15862026-05-20T15:58:39.124Z Compiling typify-impl v0.6.2
15872026-05-20T15:58:39.154Z Compiling zerocopy-derive v0.7.35
15882026-05-20T15:58:39.295Z Compiling convert_case v0.4.0
15892026-05-20T15:58:39.636Z Compiling derive_more v0.99.20
15902026-05-20T15:58:40.066Z Compiling zerocopy v0.7.35
15912026-05-20T15:58:40.622Z Compiling clap_builder v4.6.0
15922026-05-20T15:58:40.799Z Compiling toml_edit v0.25.11+spec-1.1.0
15932026-05-20T15:58:41.697Z Compiling unicode-width v0.2.2
15942026-05-20T15:58:41.889Z Compiling proc-macro-crate v3.5.0
15952026-05-20T15:58:42.305Z Compiling clap v4.6.1
15962026-05-20T15:58:42.385Z Compiling secrecy v0.10.3
15972026-05-20T15:58:42.455Z Compiling float-ord v0.3.2
15982026-05-20T15:58:42.548Z Compiling crucible-workspace-hack v0.1.0
15992026-05-20T15:58:42.568Z Compiling tinyvec_macros v0.1.1
16002026-05-20T15:58:42.782Z Compiling tinyvec v1.11.0
16012026-05-20T15:58:42.912Z Compiling num_enum_derive v0.7.6
16022026-05-20T15:58:43.611Z Compiling dtrace-parser v0.2.0
16032026-05-20T15:58:43.957Z Compiling scroll_derive v0.12.1
16042026-05-20T15:58:44.220Z Compiling num-integer v0.1.46
16052026-05-20T15:58:44.313Z Compiling rustc_version v0.4.1
16062026-05-20T15:58:44.469Z Compiling usdt-impl v0.5.0
16072026-05-20T15:58:44.542Z Compiling num_enum v0.7.6
16082026-05-20T15:58:44.626Z Compiling curve25519-dalek v4.1.3
16092026-05-20T15:58:44.741Z Compiling scroll v0.12.0
16102026-05-20T15:58:45.072Z Compiling dof v0.3.0
16112026-05-20T15:58:45.320Z Compiling hmac v0.12.1
16122026-05-20T15:58:45.404Z Compiling darling_core v0.21.3
16132026-05-20T15:58:45.415Z Compiling inout v0.1.4
16142026-05-20T15:58:45.424Z Compiling ff v0.13.1
16152026-05-20T15:58:45.457Z Compiling thread-id v4.2.2
16162026-05-20T15:58:45.482Z Compiling typify-macro v0.6.2
16172026-05-20T15:58:45.532Z Compiling cipher v0.4.4
16182026-05-20T15:58:45.542Z Compiling group v0.13.0
16192026-05-20T15:58:45.562Z Compiling hkdf v0.12.4
16202026-05-20T15:58:46.062Z Compiling goblin v0.8.2
16212026-05-20T15:58:46.223Z Compiling num-rational v0.4.2
16222026-05-20T15:58:46.228Z Compiling num-iter v0.1.45
16232026-05-20T15:58:46.492Z Compiling thiserror-impl-no-std v2.0.2
16242026-05-20T15:58:46.553Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16252026-05-20T15:58:46.957Z Compiling crossbeam-epoch v0.9.18
16262026-05-20T15:58:47.213Z Compiling universal-hash v0.5.1
16272026-05-20T15:58:47.298Z Compiling crypto-bigint v0.5.5
16282026-05-20T15:58:47.367Z Compiling half v2.7.1
16292026-05-20T15:58:47.475Z Compiling darling_macro v0.21.3
16302026-05-20T15:58:47.597Z Compiling curve25519-dalek-derive v0.1.1
16312026-05-20T15:58:47.632Z Compiling typify v0.6.2
16322026-05-20T15:58:47.682Z Compiling num-complex v0.4.6
16332026-05-20T15:58:48.068Z Compiling base16ct v0.2.0
16342026-05-20T15:58:48.077Z Compiling opaque-debug v0.3.1
16352026-05-20T15:58:48.144Z Compiling ciborium-io v0.2.2
16362026-05-20T15:58:48.218Z Compiling base64ct v1.8.3
16372026-05-20T15:58:48.271Z Compiling ciborium-ll v0.2.2
16382026-05-20T15:58:48.475Z Compiling password-hash v0.5.0
16392026-05-20T15:58:48.507Z Compiling elliptic-curve v0.13.8
16402026-05-20T15:58:48.696Z Compiling poly1305 v0.8.0
16412026-05-20T15:58:48.844Z Compiling darling v0.21.3
16422026-05-20T15:58:49.062Z Compiling num v0.4.3
16432026-05-20T15:58:49.129Z Compiling thiserror-no-std v2.0.2
16442026-05-20T15:58:49.432Z Compiling chacha20 v0.9.1
16452026-05-20T15:58:49.447Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16462026-05-20T15:58:49.873Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16472026-05-20T15:58:50.247Z Compiling blake2 v0.10.6
16482026-05-20T15:58:50.269Z Compiling byte-wrapper v0.1.0
16492026-05-20T15:58:50.272Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16502026-05-20T15:58:50.598Z Compiling aead v0.5.2
16512026-05-20T15:58:50.632Z Compiling proc-macro-error-attr v1.0.4
16522026-05-20T15:58:50.778Z Compiling prettyplease v0.2.37
16532026-05-20T15:58:50.872Z Compiling rustix v0.38.44
16542026-05-20T15:58:50.894Z Compiling heapless v0.8.0
16552026-05-20T15:58:51.027Z Compiling keccak v0.1.6
16562026-05-20T15:58:51.205Z Compiling unsafe-libyaml v0.2.11
16572026-05-20T15:58:51.483Z Compiling sha3 v0.10.9
16582026-05-20T15:58:51.730Z Compiling serde_yaml v0.9.34+deprecated
16592026-05-20T15:58:51.893Z Compiling chacha20poly1305 v0.10.1
16602026-05-20T15:58:52.289Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16612026-05-20T15:58:52.580Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16622026-05-20T15:58:52.965Z Compiling argon2 v0.5.3
16632026-05-20T15:58:53.079Z Compiling vsss-rs v3.3.4
16642026-05-20T15:58:53.268Z Compiling ingot-macros v0.1.1
16652026-05-20T15:58:53.552Z Compiling ciborium v0.2.2
16662026-05-20T15:58:54.377Z Compiling usdt-macro v0.5.0
16672026-05-20T15:58:54.937Z Compiling rustls-webpki v0.103.13
16682026-05-20T15:58:55.165Z Compiling usdt-attr-macro v0.5.0
16692026-05-20T15:58:56.324Z Compiling serde_spanned v0.6.9
16702026-05-20T15:58:56.399Z Compiling enum-as-inner v0.6.1
16712026-05-20T15:58:56.465Z Compiling hash32 v0.3.1
16722026-05-20T15:58:56.621Z Compiling proc-macro-error v1.0.4
16732026-05-20T15:58:56.693Z Compiling memmap v0.7.0
16742026-05-20T15:58:56.868Z Compiling data-encoding v2.11.0
16752026-05-20T15:58:56.883Z Compiling winnow v0.7.15
16762026-05-20T15:58:56.983Z Compiling smoltcp v0.11.0
16772026-05-20T15:58:56.992Z Compiling winnow v0.5.40
16782026-05-20T15:58:57.340Z Compiling indent_write v2.2.0
16792026-05-20T15:58:57.479Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16802026-05-20T15:58:57.488Z Compiling toml_write v0.1.2
16812026-05-20T15:58:57.719Z Compiling usdt v0.5.0
16822026-05-20T15:58:57.828Z Compiling ingot-types v0.1.2
16832026-05-20T15:58:57.985Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16842026-05-20T15:58:58.231Z Compiling toml_edit v0.22.27
16852026-05-20T15:58:58.236Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16862026-05-20T15:58:58.330Z Compiling toml_edit v0.19.15
16872026-05-20T15:58:58.372Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16882026-05-20T15:58:58.624Z Compiling tabwriter v1.4.1
16892026-05-20T15:58:58.827Z Compiling tokio-rustls v0.26.4
16902026-05-20T15:58:58.866Z Compiling rustls-platform-verifier v0.7.0
16912026-05-20T15:58:59.096Z Compiling hyper-rustls v0.27.9
16922026-05-20T15:58:59.363Z Compiling reqwest v0.13.3
16932026-05-20T15:58:59.850Z Compiling cobs v0.3.0
16942026-05-20T15:59:00.058Z Compiling serde_repr v0.1.20
16952026-05-20T15:59:00.275Z Compiling memoffset v0.9.1
16962026-05-20T15:59:00.400Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16972026-05-20T15:59:00.523Z Compiling vcpkg v0.2.15
16982026-05-20T15:59:00.641Z Compiling progenitor-client v0.14.0
16992026-05-20T15:59:00.677Z Compiling cfg_aliases v0.2.1
17002026-05-20T15:59:00.753Z Compiling bitflags v1.3.2
17012026-05-20T15:59:00.838Z Compiling pkg-config v0.3.33
17022026-05-20T15:59:00.951Z Compiling progenitor-extras v0.2.0
17032026-05-20T15:59:01.193Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17042026-05-20T15:59:01.292Z Compiling managed v0.8.0
17052026-05-20T15:59:01.521Z Compiling openssl-sys v0.9.116
17062026-05-20T15:59:01.998Z Compiling nix v0.31.3
17072026-05-20T15:59:02.142Z Compiling postcard v1.1.3
17082026-05-20T15:59:02.442Z Compiling toml v0.8.23
17092026-05-20T15:59:02.485Z Compiling proc-macro-crate v1.3.1
17102026-05-20T15:59:03.092Z Compiling ingot v0.1.1
17112026-05-20T15:59:03.102Z Compiling hubpack_derive v0.1.1
17122026-05-20T15:59:03.417Z Compiling foreign-types-macros v0.2.3
17132026-05-20T15:59:03.651Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17142026-05-20T15:59:03.710Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17152026-05-20T15:59:03.919Z Compiling resolv-conf v0.7.6
17162026-05-20T15:59:03.951Z Compiling foreign-types-shared v0.3.1
17172026-05-20T15:59:03.962Z Compiling swrite v0.1.0
17182026-05-20T15:59:04.045Z Compiling rayon-core v1.13.0
17192026-05-20T15:59:04.056Z Compiling linked-hash-map v0.5.6
17202026-05-20T15:59:04.092Z Compiling cpufeatures v0.3.0
17212026-05-20T15:59:04.171Z Compiling colored v3.1.1
17222026-05-20T15:59:04.239Z Compiling static_assertions v1.1.0
17232026-05-20T15:59:04.279Z Compiling heck v0.4.1
17242026-05-20T15:59:04.296Z Compiling semver v0.1.20
17252026-05-20T15:59:04.311Z Compiling unicode-segmentation v1.13.2
17262026-05-20T15:59:04.482Z Compiling rustc_version v0.1.7
17272026-05-20T15:59:04.611Z Compiling lru-cache v0.1.2
17282026-05-20T15:59:04.629Z Compiling chacha20 v0.10.0
17292026-05-20T15:59:04.727Z Compiling newline-converter v0.3.0
17302026-05-20T15:59:04.730Z Compiling foreign-types v0.5.0
17312026-05-20T15:59:04.841Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17322026-05-20T15:59:04.846Z Compiling hubpack v0.1.2
17332026-05-20T15:59:04.853Z Compiling num_enum_derive v0.5.11
17342026-05-20T15:59:04.989Z Compiling atomicwrites v0.4.4
17352026-05-20T15:59:05.043Z Compiling hickory-proto v0.24.4
17362026-05-20T15:59:05.134Z Compiling progenitor-impl v0.13.0
17372026-05-20T15:59:05.189Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17382026-05-20T15:59:05.966Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17392026-05-20T15:59:06.456Z Compiling crossbeam-deque v0.8.6
17402026-05-20T15:59:06.662Z Compiling console v0.15.11
17412026-05-20T15:59:07.329Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17422026-05-20T15:59:07.370Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17432026-05-20T15:59:07.533Z Compiling camino-tempfile v1.4.1
17442026-05-20T15:59:07.797Z Compiling serde-big-array v0.5.1
17452026-05-20T15:59:07.961Z Compiling num-derive v0.4.2
17462026-05-20T15:59:07.967Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17472026-05-20T15:59:07.979Z Compiling pin-project-internal v1.1.13
17482026-05-20T15:59:08.231Z Compiling derive-where v1.6.1
17492026-05-20T15:59:08.356Z Compiling cstr-argument v0.1.2
17502026-05-20T15:59:08.478Z Compiling minimal-lexical v0.2.1
17512026-05-20T15:59:08.513Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17522026-05-20T15:59:08.686Z Compiling similar v2.7.0
17532026-05-20T15:59:08.735Z Compiling siphasher v1.0.3
17542026-05-20T15:59:08.761Z Compiling progenitor-macro v0.13.0
17552026-05-20T15:59:08.858Z Compiling nom v7.1.3
17562026-05-20T15:59:08.929Z Compiling phf_shared v0.12.1
17572026-05-20T15:59:09.089Z Compiling pin-project v1.1.13
17582026-05-20T15:59:09.102Z Compiling expectorate v1.2.0
17592026-05-20T15:59:09.190Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17602026-05-20T15:59:09.247Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17612026-05-20T15:59:09.438Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17622026-05-20T15:59:09.458Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17632026-05-20T15:59:09.509Z Compiling hickory-resolver v0.24.4
17642026-05-20T15:59:09.649Z Compiling num_enum v0.5.11
17652026-05-20T15:59:09.766Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17662026-05-20T15:59:10.288Z Compiling rand v0.10.1
17672026-05-20T15:59:10.383Z Compiling newtype_derive v0.1.6
17682026-05-20T15:59:10.629Z Compiling progenitor-client v0.13.0
17692026-05-20T15:59:10.991Z Compiling progenitor-impl v0.14.0
17702026-05-20T15:59:11.466Z Compiling unicode-normalization v0.1.25
17712026-05-20T15:59:11.943Z Compiling tokio-stream v0.1.18
17722026-05-20T15:59:12.171Z Compiling snafu-derive v0.8.9
17732026-05-20T15:59:12.327Z Compiling async-recursion v1.1.1
17742026-05-20T15:59:12.349Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17752026-05-20T15:59:12.417Z Compiling slog-dtrace v0.3.0
17762026-05-20T15:59:12.656Z Compiling bstr v1.12.1
17772026-05-20T15:59:12.668Z Compiling csv-core v0.1.13
17782026-05-20T15:59:12.933Z Compiling unicode-xid v0.2.6
17792026-05-20T15:59:13.021Z Compiling highway v1.3.0
17802026-05-20T15:59:13.059Z Compiling same-file v1.0.6
17812026-05-20T15:59:13.148Z Compiling konst_macro_rules v0.2.19
17822026-05-20T15:59:13.236Z Compiling owo-colors v4.3.0
17832026-05-20T15:59:13.333Z Compiling unicode-width v0.1.14
17842026-05-20T15:59:13.411Z Compiling chrono-tz v0.10.4
17852026-05-20T15:59:13.587Z Compiling cancel-safe-futures v0.1.5
17862026-05-20T15:59:13.614Z Compiling foldhash v0.1.5
17872026-05-20T15:59:13.649Z Compiling foreign-types-shared v0.1.1
17882026-05-20T15:59:13.740Z Compiling openssl v0.10.80
17892026-05-20T15:59:13.830Z Compiling hashbrown v0.15.5
17902026-05-20T15:59:13.864Z Compiling foreign-types v0.3.2
17912026-05-20T15:59:13.916Z Compiling snafu v0.8.9
17922026-05-20T15:59:13.949Z Compiling progenitor v0.13.0
17932026-05-20T15:59:14.005Z Compiling konst v0.2.20
17942026-05-20T15:59:14.038Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17952026-05-20T15:59:14.085Z Compiling walkdir v2.5.0
17962026-05-20T15:59:14.240Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17972026-05-20T15:59:14.298Z Compiling const_format_proc_macros v0.2.34
17982026-05-20T15:59:14.323Z Compiling globset v0.4.18
17992026-05-20T15:59:14.440Z Compiling csv v1.4.0
18002026-05-20T15:59:14.541Z Compiling progenitor-macro v0.14.0
18012026-05-20T15:59:14.662Z Compiling qorb v0.4.1
18022026-05-20T15:59:15.059Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18032026-05-20T15:59:15.141Z Compiling olpc-cjson v0.1.4
18042026-05-20T15:59:15.313Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18052026-05-20T15:59:16.877Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18062026-05-20T15:59:16.888Z Compiling rayon v1.12.0
18072026-05-20T15:59:16.911Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18082026-05-20T15:59:17.250Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18092026-05-20T15:59:17.318Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18102026-05-20T15:59:17.425Z Compiling phf v0.12.1
18112026-05-20T15:59:17.480Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18122026-05-20T15:59:17.971Z Compiling zone_cfg_derive v0.3.1
18132026-05-20T15:59:18.405Z Compiling tokio-dtrace v0.1.1
18142026-05-20T15:59:18.666Z Compiling itertools v0.12.1
18152026-05-20T15:59:18.677Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18162026-05-20T15:59:18.680Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18172026-05-20T15:59:18.878Z Compiling libsw-core v0.3.2
18182026-05-20T15:59:19.051Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18192026-05-20T15:59:19.062Z Compiling serde_plain v1.0.2
18202026-05-20T15:59:19.273Z Compiling openssl-macros v0.1.1
18212026-05-20T15:59:19.518Z Compiling pem v3.0.6
18222026-05-20T15:59:19.595Z Compiling cookie v0.18.1
18232026-05-20T15:59:19.617Z Compiling sigpipe v0.1.3
18242026-05-20T15:59:19.675Z Compiling typed-path v0.9.3
18252026-05-20T15:59:19.709Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18262026-05-20T15:59:19.852Z Compiling glob v0.3.3
18272026-05-20T15:59:19.858Z Compiling bytecount v0.6.9
18282026-05-20T15:59:19.886Z Compiling fixedbitset v0.5.7
18292026-05-20T15:59:19.940Z Compiling fixedbitset v0.4.2
18302026-05-20T15:59:19.964Z Compiling jiff v0.2.24
18312026-05-20T15:59:19.998Z Compiling papergrid v0.11.0
18322026-05-20T15:59:20.177Z Compiling petgraph v0.8.3
18332026-05-20T15:59:20.231Z Compiling petgraph v0.6.5
18342026-05-20T15:59:20.319Z Compiling progenitor v0.14.0
18352026-05-20T15:59:21.038Z Compiling tough v0.22.0
18362026-05-20T15:59:21.746Z Compiling zone v0.3.1
18372026-05-20T15:59:21.801Z Compiling libsw v3.5.0
18382026-05-20T15:59:21.981Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18392026-05-20T15:59:21.995Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18402026-05-20T15:59:22.239Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18412026-05-20T15:59:22.287Z Compiling oxide-tokio-rt v0.1.6
18422026-05-20T15:59:22.434Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18432026-05-20T15:59:22.543Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18442026-05-20T15:59:22.597Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18452026-05-20T15:59:23.159Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18462026-05-20T15:59:23.641Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18472026-05-20T15:59:23.684Z Compiling const_format v0.2.36
18482026-05-20T15:59:23.696Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18492026-05-20T15:59:24.127Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18502026-05-20T15:59:24.324Z Compiling tabled_derive v0.7.0
18512026-05-20T15:59:24.531Z Compiling gethostname v0.5.0
18522026-05-20T15:59:24.535Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18532026-05-20T15:59:24.680Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18542026-05-20T15:59:24.721Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18552026-05-20T15:59:24.759Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18562026-05-20T15:59:24.802Z Compiling bcs v0.1.6
18572026-05-20T15:59:24.805Z Compiling smf v0.2.3
18582026-05-20T15:59:25.122Z Compiling nom v8.0.0
18592026-05-20T15:59:25.331Z Compiling tagptr v0.2.0
18602026-05-20T15:59:25.388Z Compiling lazy_static v1.5.0
18612026-05-20T15:59:25.412Z Compiling termtree v0.5.1
18622026-05-20T15:59:25.485Z Compiling linear-map v1.2.0
18632026-05-20T15:59:25.497Z Compiling smawk v0.3.2
18642026-05-20T15:59:25.603Z Compiling unicode-linebreak v0.1.5
18652026-05-20T15:59:25.613Z Compiling whoami v1.6.1
18662026-05-20T15:59:25.629Z Compiling steno v0.4.1
18672026-05-20T15:59:25.671Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18682026-05-20T15:59:25.881Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18692026-05-20T15:59:26.191Z Compiling textwrap v0.16.2
18702026-05-20T15:59:26.739Z Compiling moka v0.12.15
18712026-05-20T15:59:27.326Z Compiling tabled v0.15.0
18722026-05-20T15:59:27.338Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18732026-05-20T15:59:27.404Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18742026-05-20T15:59:27.523Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18752026-05-20T15:59:28.550Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18762026-05-20T15:59:28.886Z Compiling hickory-proto v0.25.2
18772026-05-20T15:59:29.491Z Compiling humantime v2.3.0
18782026-05-20T15:59:29.835Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18792026-05-20T15:59:30.014Z Compiling parking_lot_core v0.8.6
18802026-05-20T15:59:30.273Z Compiling libscf-sys v1.2.0
18812026-05-20T15:59:30.329Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18822026-05-20T15:59:30.420Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18832026-05-20T15:59:30.450Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18842026-05-20T15:59:30.696Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18852026-05-20T15:59:31.028Z Compiling hickory-resolver v0.25.2
18862026-05-20T15:59:31.057Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18872026-05-20T15:59:31.090Z Compiling parking_lot v0.11.2
18882026-05-20T15:59:31.190Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18892026-05-20T15:59:31.426Z Compiling fxhash v0.2.1
18902026-05-20T15:59:31.488Z Compiling internet-checksum v0.2.1
18912026-05-20T15:59:31.499Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
18922026-05-20T15:59:31.562Z Compiling sled v0.34.7
18932026-05-20T15:59:31.625Z Compiling diff v0.1.13
18942026-05-20T15:59:31.694Z Compiling yansi v1.0.1
18952026-05-20T15:59:31.921Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18962026-05-20T15:59:32.020Z Compiling pretty_assertions v1.4.1
18972026-05-20T15:59:34.970Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18982026-05-20T15:59:35.991Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18992026-05-20T15:59:43.680Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19002026-05-20T15:59:45.278Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19012026-05-20T15:59:46.299Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19022026-05-20T15:59:47.365Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19032026-05-20T15:59:48.182Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19042026-05-20T15:59:49.487Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19052026-05-20T16:00:12.237Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
19062026-05-20T16:00:12.417Z────────────
19072026-05-20T16:00:12.417Z Nextest run ID fc70b9f3-4660-4fb9-aed1-f5069e412a7e with nextest profile: default
19082026-05-20T16:00:12.417Z Starting 2 tests across 3 binaries
19092026-05-20T16:00:12.420Z START bfd test::test_new_daemon
19102026-05-20T16:00:12.423Z
19112026-05-20T16:00:12.423Zrunning 1 test
19122026-05-20T16:00:12.460Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50test test::test_new_daemon ... ok
19132026-05-20T16:00:12.461Z
19142026-05-20T16:00:12.461Ztest result: ok,"time":"2026-05-20T16:00:11.213603316Z". 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out,"hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4914,"error":"channel is empty and sending half is closed","peer":"203.0.113.10","state":"Down"; finished in 0.04s,"unit
19152026-05-20T16:00:12.461Z
19162026-05-20T16:00:12.461Z":"session","module":"state_machine","component":"bfd"}
19172026-05-20T16:00:12.464Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40,"time":"2026-05-20T16:00:11.213861052Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4914,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19182026-05-20T16:00:12.464Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-05-20T16:00:11.213882431Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4914,"error":"channel is empty and sending half is closed","peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19192026-05-20T16:00:12.464Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-05-20T16:00:11.21389628Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4914,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19202026-05-20T16:00:12.467Z PASS [ 0.047s] bfd test::test_new_daemon
19212026-05-20T16:00:12.467Z START bfd test::test_protocol_basics
19222026-05-20T16:00:12.472Z
19232026-05-20T16:00:12.472Zrunning 1 test
19242026-05-20T16:00:12.511Z{{""msg":"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2623210386, 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: 305538580, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":0,"name":"slog-rs"0,"name":"slog-rs","level":,"level":1010,"time":"2026-05-20T16:00:11.264139153Z","time":"2026-05-20T16:00:11.264139103Z","hostname":","hostnamew-01KS31GB0C57CD07BGJVFY1V8E"":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":,"pid"4915:4915,","peer":"peer":"203.0.113.20",2001:db8::10"",state"":"state":Down"","Down"unit,"":"unit":"session"session,",""module"module"::""state_machine"state_machine",","component":"component":"bfd"bfd"}}
19252026-05-20T16:00:12.511Z
19262026-05-20T16:00:12.515Z{{""msg"msg"::""recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3732274047, 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: 1849373339, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"",",v"":v"0:,"0name",:""slog-rsname"":","slog-rslevel"":,"10level":10,"time":","time":"2026-05-20T16:00:11.264382329Z","hostname"2026-05-20T16:00:11.264382699Z:"","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915w-01KS31GB0C57CD07BGJVFY1V8E","pid":,"4915peer":",203.0.113.10"","peer":"state":"Down"2001:db8::20",,""unit":"state":"session"Down,"","moduleunit""::""session",state_machine"","module":"component":"state_machine"bfd","}
19272026-05-20T16:00:12.515Zcomponent":"bfd"}
19282026-05-20T16:00:12.515Z{"msg":"{"transition -> Init"msg,""v:"":0,"name"transition -> Init":","vslog-rs":"0,,""name"level"::"30slog-rs","level":30,"time":","time":2026-05-20T16:00:11.264409597Z"","hostname":"2026-05-20T16:00:11.264410257Z","w-01KS31GB0C57CD07BGJVFY1V8Ehostname"":","pid":4915w-01KS31GB0C57CD07BGJVFY1V8E","pid,"":peer4915":","2001:db8::10"peer,"":"state":"Down2001:db8::20"",,""unit"state:"":"sessionDown"",","unit":"module":"session","state_machine"module,"":"component":"state_machinebfd"","}
19292026-05-20T16:00:12.515Zcomponent":"bfd"}{
19302026-05-20T16:00:12.515Z"msg":"{"msgtransition -> Init"":,""v":0,"transition -> Initname"":","v":slog-rs0",,""name":level"":slog-rs30","level":30,"time":","time":"2026-05-20T16:00:11.264434656Z","hostname":"2026-05-20T16:00:11.264435126Z","hostname":w-01KS31GB0C57CD07BGJVFY1V8E"","pid":4915w-01KS31GB0C57CD07BGJVFY1V8E",,""pid"peer:":4915","203.0.113.10",peer"":state"":"Down",203.0.113.20""unit,"":"state":"session"Down,"","module":"unit":"session"state_machine",","module":"component":"bfd"state_machine"},"
19312026-05-20T16:00:12.515Zcomponent":"bfd"}
19322026-05-20T16:00:13.508Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1849373339, your_discriminator: 2623210386, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T16:00:12.261645327Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19332026-05-20T16:00:13.508Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 305538580, your_discriminator: 3732274047, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T16:00:12.261686805Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19342026-05-20T16:00:13.508Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T16:00:12.261706254Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19352026-05-20T16:00:13.508Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T16:00:12.261732212Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19362026-05-20T16:00:13.512Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3732274047, your_discriminator: 305538580, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T16:00:12.264115947Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19372026-05-20T16:00:13.512Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2623210386, your_discriminator: 1849373339, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T16:00:12.264156395Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19382026-05-20T16:00:13.512Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T16:00:12.264181663Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19392026-05-20T16:00:13.512Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-20T16:00:12.264200262Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19402026-05-20T16:00:18.509Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 305538580, your_discriminator: 3732274047, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T16:00:17.261771665Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19412026-05-20T16:00:18.509Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1849373339, your_discriminator: 2623210386, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T16:00:17.2618508Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19422026-05-20T16:00:18.515Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2623210386, your_discriminator: 1849373339, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T16:00:17.26415488Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19432026-05-20T16:00:18.516Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3732274047, your_discriminator: 305538580, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-20T16:00:17.264199577Z","hostname":"w-01KS31GB0C57CD07BGJVFY1V8E","pid":4915,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19442026-05-20T16:00:22.512Z{"msg":"dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,,""time":"time":"2026-05-20T16:00:21.264062187Z"2026-05-20T16:00:21.264080016Z",","hostname":"hostname":"w-01KS31GB0C57CD07BGJVFY1V8E"w-01KS31GB0C57CD07BGJVFY1V8E",,""pid"pid"::49154915,,""peerpeer"":":"2001:db8::20"2001:db8::10,"","state":"state"Up":,""unitUp":"","session"unit",":"module"session:"","modulestate_machine"":,""state_machine"component,"":"bfdcomponent"":"bfd"}}
19452026-05-20T16:00:22.513Z
19462026-05-20T16:00:22.513Z{"msg":"dropping SM for 203.0.113.10",{"v":"0,"msg":"name":"slog-rs","leveldropping SM for 203.0.113.20"":,"40v":0,"name":"slog-rs","level":40,"time":"2026-05-20T16:00:21.264138903Z",,""timehostname":"":"w-01KS31GB0C57CD07BGJVFY1V8E","2026-05-20T16:00:21.264140543Z"pid",:"4915hostname,"":"peer":"203.0.113.10","w-01KS31GB0C57CD07BGJVFY1V8E"state,"":"pidUp"",":unit4915":",session"","peer":module"":"203.0.113.20state_machine"",,""state":"component"Up":,""bfd"unit}"
19472026-05-20T16:00:22.513Z:"session","module":"state_machine","component":"bfd"}
19482026-05-20T16:00:22.517Ztest test::test_protocol_basics ... ok
19492026-05-20T16:00:22.517Z
19502026-05-20T16:00:22.517Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19512026-05-20T16:00:22.517Z
19522026-05-20T16:00:22.521Z PASS [ 10.056s] bfd test::test_protocol_basics
19532026-05-20T16:00:22.521Z────────────
19542026-05-20T16:00:22.521Z Summary [ 10.104s] 2 tests run: 2 passed, 0 skipped
19552026-05-20T16:00:22.535Zprocess exited: duration 296784 ms, exit code 0
 
19562026-05-20T16:00:22.543Zfound 0 output files