01KNTPZQRAGQQP9WT9Q0W2F3T4: 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: 01KNTQ03J8YAJQCJJSXTCK8XR0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T03:30:30.594Zjob assigned to worker 01KNTQ0AZDGVV1R7TC5F6VR581 [factory aws, i-09730f159161e1ef3] (queued for 59 s)
 
22026-04-10T03:30:37.605Zstarting task 0: "setup"
32026-04-10T03:30:37.611Z++ uname -s
42026-04-10T03:30:37.614Z+ kern=SunOS
52026-04-10T03:30:37.614Z+ build_user=build
62026-04-10T03:30:37.614Z+ build_uid=12345
72026-04-10T03:30:37.614Z+ work_dir=/work
82026-04-10T03:30:37.614Z+ input_dir=/input
92026-04-10T03:30:37.614Z+ [[ 0 == 12345 ]]
102026-04-10T03:30:37.614Z+ case "$kern" in
112026-04-10T03:30:37.614Z+ groupadd -g 12345 build
122026-04-10T03:30:37.614Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T03:30:39.619Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T03:30:39.737Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T03:30:39.740Z+ home_fs=zfs
162026-04-10T03:30:39.740Z+ [[ zfs == autofs ]]
172026-04-10T03:30:39.740Z+ mkdir -p /home/build
182026-04-10T03:30:39.740Z+ chown build:build /home/build /work
192026-04-10T03:30:40.741Z+ chmod 0700 /home/build /work
202026-04-10T03:30:40.745Zprocess exited: duration 3141 ms, exit code 0
 
212026-04-10T03:30:40.751Zstarting task 1: "rust-toolchain"
222026-04-10T03:30:40.755Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-10T03:30:40.755Z * rust toolchain channel = "stable"
242026-04-10T03:30:40.755Z * rust toolchain profile = "default"
252026-04-10T03:30:40.755Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-10T03:30:40.755Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T03:30:40.755Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T03:30:40.758Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T03:30:40.758Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-10T03:30:40.855Zinfo: downloading installer
312026-04-10T03:30:42.203Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T03:30:42.203Zwarn: /opt/ooce/bin
332026-04-10T03:30:42.203Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T03:30:42.203Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T03:30:42.203Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T03:30:42.203Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T03:30:42.203Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T03:30:42.203Zerror: cannot install while Rust is installed
392026-04-10T03:30:42.203Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T03:30:42.203Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T03:30:42.203Zwarn: /home/build/.rustup/settings.toml
422026-04-10T03:30:42.203Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T03:30:42.203Zwarn: instead of the one inferred from the default host triple.
442026-04-10T03:30:42.216Zinfo: profile set to default
452026-04-10T03:30:42.216Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T03:30:42.219Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-10T03:30:42.353Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T03:30:42.357Zinfo: downloading 6 components
492026-04-10T03:30:56.158Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-10T03:30:56.158Z
512026-04-10T03:30:56.189Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T03:30:56.189Z
532026-04-10T03:30:56.189Z
542026-04-10T03:30:56.189ZRust is installed now. Great!
552026-04-10T03:30:56.189Z
562026-04-10T03:30:56.189ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T03:30:56.189Zenvironment variable. This has not been done automatically.
582026-04-10T03:30:56.189Z
592026-04-10T03:30:56.189ZTo configure your current shell, you need to source
602026-04-10T03:30:56.189Zthe corresponding env file under $HOME/.cargo.
612026-04-10T03:30:56.189Z
622026-04-10T03:30:56.189ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T03:30:56.189Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T03:30:56.189Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T03:30:56.189Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T03:30:56.189Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T03:30:56.189Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T03:30:56.189Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T03:30:56.192Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T03:30:56.193Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T03:30:56.284Z+ rustup --version
722026-04-10T03:30:56.293Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T03:30:56.296Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T03:30:56.315Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T03:30:56.317Z+ cargo --version
762026-04-10T03:30:56.330Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T03:30:56.333Z+ rustc --version
782026-04-10T03:30:56.354Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T03:30:56.357Zprocess exited: duration 15603 ms, exit code 0
 
802026-04-10T03:30:56.363Zstarting task 2: "authentication"
812026-04-10T03:30:56.380Zprocess exited: duration 16 ms, exit code 0
 
822026-04-10T03:30:56.386Zstarting task 3: "clone repository"
832026-04-10T03:30:56.389Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-10T03:30:56.392Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-10T03:30:56.437ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-10T03:30:57.234Z+ cd /work/oxidecomputer/maghemite
872026-04-10T03:30:57.234Z+ git fetch origin 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
882026-04-10T03:30:57.508ZFrom https://github.com/oxidecomputer/maghemite
892026-04-10T03:30:57.508Z * branch 3d44036dea0a79cda4ba0dbbd943f1602d4507b8 -> FETCH_HEAD
902026-04-10T03:30:57.515Z+ [[ -n trey/random-fix-fun-time ]]
912026-04-10T03:30:57.518Z++ git branch --show-current
922026-04-10T03:30:57.518Z+ current=main
932026-04-10T03:30:57.518Z+ [[ main != trey/random-fix-fun-time ]]
942026-04-10T03:30:57.518Z+ git branch -f trey/random-fix-fun-time 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
952026-04-10T03:30:57.521Z+ git checkout -f trey/random-fix-fun-time
962026-04-10T03:30:57.537ZSwitched to branch 'trey/random-fix-fun-time'
972026-04-10T03:30:57.540Z+ git reset --hard 3d44036dea0a79cda4ba0dbbd943f1602d4507b8
982026-04-10T03:30:57.555ZHEAD is now at 3d44036 bgp: disallow OPEN/KEEPALIVE from extended msg
992026-04-10T03:30:57.558Zprocess exited: duration 1170 ms, exit code 0
 
1002026-04-10T03:30:57.565Zstarting task 4: "build"
1012026-04-10T03:30:57.568Z+ set -o errexit
1022026-04-10T03:30:57.569Z+ set -o pipefail
1032026-04-10T03:30:57.569Z+ source .github/buildomat/test-common.sh
1042026-04-10T03:30:57.572Z++ NEXTEST_VERSION=0.9.97
1052026-04-10T03:30:57.572Z++ PLATFORM=illumos
1062026-04-10T03:30:57.572Z++ banner install
1072026-04-10T03:30:57.572Z
1082026-04-10T03:30:57.572Z # # # #### ##### ## # #
1092026-04-10T03:30:57.572Z # ## # # # # # # #
1102026-04-10T03:30:57.572Z # # # # #### # # # # #
1112026-04-10T03:30:57.572Z # # # # # # ###### # #
1122026-04-10T03:30:57.572Z # # ## # # # # # # #
1132026-04-10T03:30:57.572Z # # # #### # # # ###### ######
1142026-04-10T03:30:57.572Z
1152026-04-10T03:30:57.572Z++ set +o errexit
1162026-04-10T03:30:57.572Z++ pkg info clang-15
1172026-04-10T03:30:57.575Z++ grep -qi installed
1182026-04-10T03:30:58.761Zpkg: info: no packages matching the following patterns you specified are
1192026-04-10T03:30:58.761Zinstalled on the system. Try querying remotely instead:
1202026-04-10T03:30:58.761Z
1212026-04-10T03:30:58.761Z clang-15
1222026-04-10T03:30:58.798Z++ [[ 1 != 0 ]]
1232026-04-10T03:30:58.798Z++ set -o errexit
1242026-04-10T03:30:58.801Z++ pfexec pkg install clang-15
1252026-04-10T03:31:05.517Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-04-10T03:31:13.098Z Startup: Caching catalogs ... Done
1272026-04-10T03:31:18.198ZPlanning: Solver setup ... Done
1282026-04-10T03:31:18.221ZPlanning: Running solver ... Done
1292026-04-10T03:31:18.344ZPlanning: Finding local manifests ... Done
1302026-04-10T03:31:18.363ZPlanning: Fetching manifests: 0/2 0% complete
1312026-04-10T03:31:19.052ZPlanning: Fetching manifests: 2/2 100% complete
1322026-04-10T03:31:19.081ZPlanning: Package planning ... Done
1332026-04-10T03:31:19.107ZPlanning: Merging actions ... Done
1342026-04-10T03:31:19.220ZPlanning: Checking for conflicting actions ... Done
1352026-04-10T03:31:19.227ZPlanning: Consolidating action changes ... Done
1362026-04-10T03:31:19.970ZPlanning: Evaluating mediators ... Done
1372026-04-10T03:31:19.976ZPlanning: Planning completed in 6.71 seconds
1382026-04-10T03:31:19.987Z Packages to install: 2
1392026-04-10T03:31:19.991Z Mediators to change: 2
1402026-04-10T03:31:19.991Z Services to change: 1
1412026-04-10T03:31:19.991Z Create boot environment: No
1422026-04-10T03:31:19.991ZCreate backup boot environment: No
1432026-04-10T03:31:20.028Z
1442026-04-10T03:31:20.028ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-04-10T03:31:25.154ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (28.7M/s)
1462026-04-10T03:31:32.122ZDownload: 3073/3076 items 211.0/211.3MB 99% complete (21.9M/s)
1472026-04-10T03:31:32.140ZDownload: Completed 211.31 MB in 12.11 seconds (17.4M/s)
1482026-04-10T03:31:32.260Z Actions: 1/3418 actions (Installing new actions)
1492026-04-10T03:31:35.397Z Actions: Completed 3418 actions in 3.14 seconds.
1502026-04-10T03:31:35.706Z Done
1512026-04-10T03:31:35.706Z Done
1522026-04-10T03:31:36.408Z Done
1532026-04-10T03:31:39.510Z Done
1542026-04-10T03:31:39.597Z Done
1552026-04-10T03:31:39.602Z Done
1562026-04-10T03:31:39.828Z Done
1572026-04-10T03:31:40.485Z++ set -o errexit
1582026-04-10T03:31:40.485Z++ cargo --version
1592026-04-10T03:31:40.493Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1602026-04-10T03:31:40.654Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1612026-04-10T03:31:40.657Zinfo: downloading 6 components
1622026-04-10T03:31:55.427Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1632026-04-10T03:31:55.431Z++ rustc --version
1642026-04-10T03:31:55.458Zrustc 1.94.1 (e408947bf 2026-03-25)
1652026-04-10T03:31:55.462Z++ cargo install cargo-nextest --version 0.9.97
1662026-04-10T03:31:55.506Z Updating crates.io index
1672026-04-10T03:31:55.602Z Downloading crates ...
1682026-04-10T03:31:55.661Z Downloaded cargo-nextest v0.9.97
1692026-04-10T03:31:55.723Z Installing cargo-nextest v0.9.97
1702026-04-10T03:31:55.765Z Updating crates.io index
1712026-04-10T03:31:58.370Z Locking 407 packages to latest compatible versions
1722026-04-10T03:31:58.375Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-04-10T03:31:58.378Z Adding duct v0.13.7 (available: v1.1.1)
1742026-04-10T03:31:58.378Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-04-10T03:31:58.378Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-04-10T03:31:58.381Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1772026-04-10T03:31:58.381Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1782026-04-10T03:31:58.381Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1792026-04-10T03:31:58.385Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1802026-04-10T03:31:58.388Z Adding quick-junit v0.5.2 (available: v0.6.0)
1812026-04-10T03:31:58.407Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1822026-04-10T03:31:58.416Z Downloading crates ...
1832026-04-10T03:31:58.499Z Downloaded colorchoice v1.0.5
1842026-04-10T03:31:58.513Z Downloaded home v0.5.12
1852026-04-10T03:31:58.517Z Downloaded curve25519-dalek-derive v0.1.1
1862026-04-10T03:31:58.520Z Downloaded clap_lex v1.1.0
1872026-04-10T03:31:58.523Z Downloaded quinn-udp v0.5.14
1882026-04-10T03:31:58.526Z Downloaded chrono v0.4.44
1892026-04-10T03:31:58.529Z Downloaded pathdiff v0.2.3
1902026-04-10T03:31:58.529Z Downloaded http v1.4.0
1912026-04-10T03:31:58.533Z Downloaded rand_core v0.6.4
1922026-04-10T03:31:58.536Z Downloaded duct v0.13.7
1932026-04-10T03:31:58.536Z Downloaded hyper-tls v0.6.0
1942026-04-10T03:31:58.539Z Downloaded nested v0.1.1
1952026-04-10T03:31:58.539Z Downloaded ryu v1.0.23
1962026-04-10T03:31:58.539Z Downloaded const-oid v0.9.6
1972026-04-10T03:31:58.543Z Downloaded crypto-common v0.1.7
1982026-04-10T03:31:58.543Z Downloaded cpufeatures v0.2.17
1992026-04-10T03:31:58.546Z Downloaded clap v4.6.0
2002026-04-10T03:31:58.550Z Downloaded proc-macro2 v1.0.106
2012026-04-10T03:31:58.553Z Downloaded mukti-metadata v0.3.0
2022026-04-10T03:31:58.553Z Downloaded futures-io v0.3.32
2032026-04-10T03:31:58.558Z Downloaded newtype-uuid v1.3.2
2042026-04-10T03:31:58.558Z Downloaded clap_derive v4.6.0
2052026-04-10T03:31:58.561Z Downloaded lock_api v0.4.14
2062026-04-10T03:31:58.561Z Downloaded addr2line v0.25.1
2072026-04-10T03:31:58.561Z Downloaded native-tls v0.2.18
2082026-04-10T03:31:58.562Z Downloaded cfg_aliases v0.2.1
2092026-04-10T03:31:58.565Z Downloaded eyre v0.6.12
2102026-04-10T03:31:58.566Z Downloaded portable-atomic v1.13.1
2112026-04-10T03:31:58.569Z Downloaded is_terminal_polyfill v1.70.2
2122026-04-10T03:31:58.572Z Downloaded scopeguard v1.2.0
2132026-04-10T03:31:58.572Z Downloaded os_pipe v1.2.3
2142026-04-10T03:31:58.572Z Downloaded humantime-serde v1.1.1
2152026-04-10T03:31:58.575Z Downloaded config v0.15.22
2162026-04-10T03:31:58.579Z Downloaded enable-ansi-support v0.2.1
2172026-04-10T03:31:58.579Z Downloaded idna_adapter v1.0.0
2182026-04-10T03:31:58.579Z Downloaded color-spantrace v0.3.0
2192026-04-10T03:31:58.579Z Downloaded async-scoped v0.9.0
2202026-04-10T03:31:58.582Z Downloaded is_ci v1.2.0
2212026-04-10T03:31:58.582Z Downloaded debug-ignore v1.0.5
2222026-04-10T03:31:58.585Z Downloaded cargo-platform v0.2.0
2232026-04-10T03:31:58.585Z Downloaded adler2 v2.0.1
2242026-04-10T03:31:58.585Z Downloaded backtrace-ext v0.2.1
2252026-04-10T03:31:58.585Z Downloaded cfg-if v1.0.4
2262026-04-10T03:31:58.589Z Downloaded generic-array v0.14.7
2272026-04-10T03:31:58.589Z Downloaded errno v0.3.14
2282026-04-10T03:31:58.589Z Downloaded cargo-platform v0.3.2
2292026-04-10T03:31:58.592Z Downloaded futures-task v0.3.32
2302026-04-10T03:31:58.592Z Downloaded convert_case v0.10.0
2312026-04-10T03:31:58.593Z Downloaded der v0.7.10
2322026-04-10T03:31:58.596Z Downloaded clap_builder v4.6.0
2332026-04-10T03:31:58.599Z Downloaded owo-colors v4.3.0
2342026-04-10T03:31:58.605Z Downloaded http-body-util v0.1.3
2352026-04-10T03:31:58.606Z Downloaded hex v0.4.3
2362026-04-10T03:31:58.606Z Downloaded lazy_static v1.5.0
2372026-04-10T03:31:58.609Z Downloaded equivalent v1.0.2
2382026-04-10T03:31:58.609Z Downloaded futures-macro v0.3.32
2392026-04-10T03:31:58.609Z Downloaded form_urlencoded v1.2.2
2402026-04-10T03:31:58.609Z Downloaded document-features v0.2.12
2412026-04-10T03:31:58.612Z Downloaded block-buffer v0.10.4
2422026-04-10T03:31:58.612Z Downloaded openssl-probe v0.2.1
2432026-04-10T03:31:58.612Z Downloaded lru-slab v0.1.2
2442026-04-10T03:31:58.617Z Downloaded indent_write v2.2.0
2452026-04-10T03:31:58.620Z Downloaded fnv v1.0.7
2462026-04-10T03:31:58.624Z Downloaded rustc-hash v2.1.2
2472026-04-10T03:31:58.627Z Downloaded nextest-workspace-hack v0.1.0
2482026-04-10T03:31:58.628Z Downloaded humantime v2.3.0
2492026-04-10T03:31:58.632Z Downloaded anstyle-query v1.1.5
2502026-04-10T03:31:58.632Z Downloaded serde-value v0.7.0
2512026-04-10T03:31:58.632Z Downloaded heck v0.5.0
2522026-04-10T03:31:58.632Z Downloaded foreign-types v0.3.2
2532026-04-10T03:31:58.632Z Downloaded pkcs8 v0.10.2
2542026-04-10T03:31:58.635Z Downloaded rand_core v0.9.5
2552026-04-10T03:31:58.635Z Downloaded miniz_oxide v0.8.9
2562026-04-10T03:31:58.638Z Downloaded hyper-rustls v0.27.7
2572026-04-10T03:31:58.638Z Downloaded ppv-lite86 v0.2.21
2582026-04-10T03:31:58.642Z Downloaded find-msvc-tools v0.1.9
2592026-04-10T03:31:58.642Z Downloaded cargo-util-schemas v0.2.0
2602026-04-10T03:31:58.642Z Downloaded itoa v1.0.18
2612026-04-10T03:31:58.645Z Downloaded futures-executor v0.3.32
2622026-04-10T03:31:58.645Z Downloaded console v0.15.11
2632026-04-10T03:31:58.646Z Downloaded indenter v0.3.4
2642026-04-10T03:31:58.646Z Downloaded guppy-workspace-hack v0.1.0
2652026-04-10T03:31:58.649Z Downloaded foreign-types-shared v0.1.1
2662026-04-10T03:31:58.649Z Downloaded serde_spanned v1.1.1
2672026-04-10T03:31:58.649Z Downloaded futures-core v0.3.32
2682026-04-10T03:31:58.649Z Downloaded ordered-float v2.10.1
2692026-04-10T03:31:58.658Z Downloaded atomicwrites v0.4.4
2702026-04-10T03:31:58.658Z Downloaded nextest-metadata v0.12.2
2712026-04-10T03:31:58.658Z Downloaded number_prefix v0.4.0
2722026-04-10T03:31:58.658Z Downloaded atomic-waker v1.1.2
2732026-04-10T03:31:58.658Z Downloaded http-body v1.0.1
2742026-04-10T03:31:58.661Z Downloaded shell-words v1.1.1
2752026-04-10T03:31:58.662Z Downloaded serde_urlencoded v0.7.1
2762026-04-10T03:31:58.665Z Downloaded strip-ansi-escapes v0.2.1
2772026-04-10T03:31:58.665Z Downloaded sigchld v0.2.4
2782026-04-10T03:31:58.665Z Downloaded openssl-macros v0.1.1
2792026-04-10T03:31:58.665Z Downloaded serde_spanned v0.6.9
2802026-04-10T03:31:58.668Z Downloaded signal-hook-mio v0.2.5
2812026-04-10T03:31:58.668Z Downloaded rustc_version v0.4.1
2822026-04-10T03:31:58.668Z Downloaded percent-encoding v2.3.2
2832026-04-10T03:31:58.668Z Downloaded base64ct v1.8.3
2842026-04-10T03:31:58.671Z Downloaded signature v2.2.0
2852026-04-10T03:31:58.671Z Downloaded subtle v2.6.1
2862026-04-10T03:31:58.671Z Downloaded shared_child v1.1.1
2872026-04-10T03:31:58.675Z Downloaded supports-unicode v3.0.0
2882026-04-10T03:31:58.675Z Downloaded fixedbitset v0.5.7
2892026-04-10T03:31:58.675Z Downloaded cargo_metadata v0.23.1
2902026-04-10T03:31:58.678Z Downloaded erased-serde v0.4.10
2912026-04-10T03:31:58.678Z Downloaded ed25519 v2.2.3
2922026-04-10T03:31:58.682Z Downloaded fastrand v2.4.1
2932026-04-10T03:31:58.682Z Downloaded pin-project-lite v0.2.17
2942026-04-10T03:31:58.685Z Downloaded filetime v0.2.27
2952026-04-10T03:31:58.685Z Downloaded digest v0.10.7
2962026-04-10T03:31:58.688Z Downloaded cargo_metadata v0.20.0
2972026-04-10T03:31:58.688Z Downloaded futures-sink v0.3.32
2982026-04-10T03:31:58.688Z Downloaded dialoguer v0.11.0
2992026-04-10T03:31:58.691Z Downloaded rand_chacha v0.9.0
3002026-04-10T03:31:58.691Z Downloaded camino-tempfile v1.4.1
3012026-04-10T03:31:58.695Z Downloaded anstyle-parse v1.0.0
3022026-04-10T03:31:58.695Z Downloaded swrite v0.1.0
3032026-04-10T03:31:58.695Z Downloaded anstream v1.0.0
3042026-04-10T03:31:58.698Z Downloaded anstyle v1.0.14
3052026-04-10T03:31:58.698Z Downloaded crc32fast v1.5.0
3062026-04-10T03:31:58.698Z Downloaded ahash v0.8.12
3072026-04-10T03:31:58.702Z Downloaded future-queue v0.4.0
3082026-04-10T03:31:58.702Z Downloaded terminal_size v0.4.4
3092026-04-10T03:31:58.705Z Downloaded either v1.15.0
3102026-04-10T03:31:58.705Z Downloaded supports-hyperlinks v3.2.0
3112026-04-10T03:31:58.705Z Downloaded supports-color v3.0.2
3122026-04-10T03:31:58.711Z Downloaded quick-junit v0.5.2
3132026-04-10T03:31:58.711Z Downloaded self-replace v1.5.0
3142026-04-10T03:31:58.714Z Downloaded tinyvec_macros v0.1.1
3152026-04-10T03:31:58.714Z Downloaded sync_wrapper v1.0.2
3162026-04-10T03:31:58.714Z Downloaded once_cell v1.21.4
3172026-04-10T03:31:58.714Z Downloaded toml_datetime v0.6.11
3182026-04-10T03:31:58.718Z Downloaded serde_ignored v0.1.14
3192026-04-10T03:31:58.718Z Downloaded ipnet v2.12.0
3202026-04-10T03:31:58.718Z Downloaded foldhash v0.1.5
3212026-04-10T03:31:58.723Z Downloaded strsim v0.11.1
3222026-04-10T03:31:58.727Z Downloaded slab v0.4.12
3232026-04-10T03:31:58.727Z Downloaded shlex v1.3.0
3242026-04-10T03:31:58.727Z Downloaded sha2 v0.10.9
3252026-04-10T03:31:58.731Z Downloaded tokio-macros v2.7.0
3262026-04-10T03:31:58.731Z Downloaded serde-untagged v0.1.9
3272026-04-10T03:31:58.731Z Downloaded quote v1.0.45
3282026-04-10T03:31:58.734Z Downloaded jobserver v0.1.34
3292026-04-10T03:31:58.734Z Downloaded serde_path_to_error v0.1.20
3302026-04-10T03:31:58.734Z Downloaded pin-project-internal v1.1.11
3312026-04-10T03:31:58.739Z Downloaded pkg-config v0.3.32
3322026-04-10T03:31:58.739Z Downloaded smol_str v0.3.6
3332026-04-10T03:31:58.742Z Downloaded tower-layer v0.3.3
3342026-04-10T03:31:58.742Z Downloaded toml_write v0.1.2
3352026-04-10T03:31:58.742Z Downloaded autocfg v1.5.0
3362026-04-10T03:31:58.742Z Downloaded tracing-error v0.2.1
3372026-04-10T03:31:58.742Z Downloaded simd-adler32 v0.3.9
3382026-04-10T03:31:58.745Z Downloaded futures-channel v0.3.32
3392026-04-10T03:31:58.749Z Downloaded camino v1.2.2
3402026-04-10T03:31:58.749Z Downloaded utf8_iter v1.0.4
3412026-04-10T03:31:58.749Z Downloaded urlencoding v2.1.3
3422026-04-10T03:31:58.752Z Downloaded spki v0.7.3
3432026-04-10T03:31:58.752Z Downloaded mio v1.2.0
3442026-04-10T03:31:58.755Z Downloaded tower-service v0.3.3
3452026-04-10T03:31:58.755Z Downloaded thiserror-impl v1.0.69
3462026-04-10T03:31:58.759Z Downloaded static_assertions v1.1.0
3472026-04-10T03:31:58.759Z Downloaded self_update v0.42.0
3482026-04-10T03:31:58.762Z Downloaded miette-derive v7.6.0
3492026-04-10T03:31:58.762Z Downloaded unicode-xid v0.2.6
3502026-04-10T03:31:58.762Z Downloaded nextest-filtering v0.15.0
3512026-04-10T03:31:58.765Z Downloaded thiserror-impl v2.0.18
3522026-04-10T03:31:58.765Z Downloaded iana-time-zone v0.1.65
3532026-04-10T03:31:58.768Z Downloaded version_check v0.9.5
3542026-04-10T03:31:58.768Z Downloaded utf8parse v0.2.2
3552026-04-10T03:31:58.771Z Downloaded httparse v1.10.1
3562026-04-10T03:31:58.776Z Downloaded rustc-demangle v0.1.27
3572026-04-10T03:31:58.776Z Downloaded thiserror v2.0.18
3582026-04-10T03:31:58.779Z Downloaded semver v1.0.28
3592026-04-10T03:31:58.779Z Downloaded target-spec-miette v0.4.6
3602026-04-10T03:31:58.784Z Downloaded target-lexicon v0.13.3
3612026-04-10T03:31:58.784Z Downloaded globset v0.4.18
3622026-04-10T03:31:58.787Z Downloaded want v0.3.1
3632026-04-10T03:31:58.787Z Downloaded unicode-linebreak v0.1.5
3642026-04-10T03:31:58.787Z Downloaded untrusted v0.9.0
3652026-04-10T03:31:58.790Z Downloaded getrandom v0.3.4
3662026-04-10T03:31:58.794Z Downloaded tracing-log v0.2.0
3672026-04-10T03:31:58.797Z Downloaded bitflags v2.11.0
3682026-04-10T03:31:58.800Z Downloaded derive-where v1.6.1
3692026-04-10T03:31:58.803Z Downloaded cfg-expr v0.20.7
3702026-04-10T03:31:58.808Z Downloaded signal-hook-registry v1.4.8
3712026-04-10T03:31:58.811Z Downloaded xattr v1.6.1
3722026-04-10T03:31:58.811Z Downloaded getrandom v0.2.17
3732026-04-10T03:31:58.814Z Downloaded typeid v1.0.3
3742026-04-10T03:31:58.814Z Downloaded toml_writer v1.1.1+spec-1.1.0
3752026-04-10T03:31:58.817Z Downloaded try-lock v0.2.5
3762026-04-10T03:31:58.817Z Downloaded num-traits v0.2.19
3772026-04-10T03:31:58.817Z Downloaded unicase v2.9.0
3782026-04-10T03:31:58.820Z Downloaded tokio-rustls v0.26.4
3792026-04-10T03:31:58.820Z Downloaded tokio-native-tls v0.3.1
3802026-04-10T03:31:58.823Z Downloaded smallvec v1.15.1
3812026-04-10T03:31:58.823Z Downloaded getrandom v0.4.2
3822026-04-10T03:31:58.826Z Downloaded xxhash-rust v0.8.15
3832026-04-10T03:31:58.826Z Downloaded thread_local v1.1.9
3842026-04-10T03:31:58.826Z Downloaded thiserror v1.0.69
3852026-04-10T03:31:58.829Z Downloaded log v0.4.29
3862026-04-10T03:31:58.832Z Downloaded target-spec v3.6.0
3872026-04-10T03:31:58.832Z Downloaded parking_lot v0.12.5
3882026-04-10T03:31:58.835Z Downloaded litrs v1.0.0
3892026-04-10T03:31:58.835Z Downloaded zstd v0.13.3
3902026-04-10T03:31:58.839Z Downloaded serde_core v1.0.228
3912026-04-10T03:31:58.842Z Downloaded tokio-stream v0.1.18
3922026-04-10T03:31:58.844Z Downloaded toml v0.8.23
3932026-04-10T03:31:58.851Z Downloaded socket2 v0.6.3
3942026-04-10T03:31:58.854Z Downloaded zeroize v1.8.2
3952026-04-10T03:31:58.857Z Downloaded zstd-safe v7.2.4
3962026-04-10T03:31:58.857Z Downloaded zmij v1.0.21
3972026-04-10T03:31:58.860Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3982026-04-10T03:31:58.860Z Downloaded cc v1.2.59
3992026-04-10T03:31:58.863Z Downloaded parking_lot_core v0.9.12
4002026-04-10T03:31:58.863Z Downloaded tempfile v3.27.0
4012026-04-10T03:31:58.866Z Downloaded tinyvec v1.11.0
4022026-04-10T03:31:58.869Z Downloaded sharded-slab v0.1.7
4032026-04-10T03:31:58.872Z Downloaded toml_parser v1.1.2+spec-1.1.0
4042026-04-10T03:31:58.875Z Downloaded signal-hook v0.3.18
4052026-04-10T03:31:58.875Z Downloaded futures v0.3.32
4062026-04-10T03:31:58.878Z Downloaded rustls-pki-types v1.14.0
4072026-04-10T03:31:58.881Z Downloaded bytes v1.11.1
4082026-04-10T03:31:58.885Z Downloaded borsh v1.6.1
4092026-04-10T03:31:58.887Z Downloaded indicatif v0.17.11
4102026-04-10T03:31:58.890Z Downloaded flate2 v1.1.9
4112026-04-10T03:31:58.893Z Downloaded unicode-ident v1.0.24
4122026-04-10T03:31:58.896Z Downloaded openssl-sys v0.9.112
4132026-04-10T03:31:58.899Z Downloaded crossterm v0.29.0
4142026-04-10T03:31:58.902Z Downloaded toml v1.1.2+spec-1.1.0
4152026-04-10T03:31:58.905Z Downloaded textwrap v0.16.2
4162026-04-10T03:31:58.905Z Downloaded ed25519-dalek v2.2.0
4172026-04-10T03:31:58.908Z Downloaded memchr v2.8.0
4182026-04-10T03:31:58.911Z Downloaded tracing-attributes v0.1.31
4192026-04-10T03:31:58.911Z Downloaded zipsign-api v0.1.5
4202026-04-10T03:31:58.911Z Downloaded vte v0.14.1
4212026-04-10T03:31:58.914Z Downloaded base64 v0.22.1
4222026-04-10T03:31:58.914Z Downloaded serde_derive v1.0.228
4232026-04-10T03:31:58.917Z Downloaded backtrace v0.3.76
4242026-04-10T03:31:58.921Z Downloaded uuid v1.23.0
4252026-04-10T03:31:58.921Z Downloaded tracing-core v0.1.36
4262026-04-10T03:31:58.924Z Downloaded toml_edit v0.22.27
4272026-04-10T03:31:58.924Z Downloaded derive_more v2.1.1
4282026-04-10T03:31:58.930Z Downloaded derive_more-impl v2.1.1
4292026-04-10T03:31:58.933Z Downloaded rustls-webpki v0.103.10
4302026-04-10T03:31:58.939Z Downloaded rand v0.9.2
4312026-04-10T03:31:58.942Z Downloaded tar v0.4.45
4322026-04-10T03:31:58.945Z Downloaded url v2.5.8
4332026-04-10T03:31:58.952Z Downloaded quinn v0.11.9
4342026-04-10T03:31:58.955Z Downloaded pin-project v1.1.11
4352026-04-10T03:31:58.961Z Downloaded typenum v1.19.0
4362026-04-10T03:31:58.964Z Downloaded serde v1.0.228
4372026-04-10T03:31:58.967Z Downloaded idna v1.1.0
4382026-04-10T03:31:58.969Z Downloaded hashbrown v0.15.5
4392026-04-10T03:31:58.972Z Downloaded indexmap v2.14.0
4402026-04-10T03:31:58.972Z Downloaded guppy v0.17.25
4412026-04-10T03:31:58.980Z Downloaded tower v0.5.3
4422026-04-10T03:31:58.985Z Downloaded unicode-segmentation v1.13.2
4432026-04-10T03:31:58.988Z Downloaded unicode-normalization v0.1.25
4442026-04-10T03:31:58.991Z Downloaded hashbrown v0.17.0
4452026-04-10T03:31:58.999Z Downloaded aho-corasick v1.1.4
4462026-04-10T03:31:59.003Z Downloaded tower-http v0.6.8
4472026-04-10T03:31:59.007Z Downloaded h2 v0.4.13
4482026-04-10T03:31:59.011Z Downloaded futures-util v0.3.32
4492026-04-10T03:31:59.016Z Downloaded miette v7.6.0
4502026-04-10T03:31:59.019Z Downloaded hyper-util v0.1.20
4512026-04-10T03:31:59.050Z Downloaded tracing-subscriber v0.3.23
4522026-04-10T03:31:59.058Z Downloaded ron v0.12.1
4532026-04-10T03:31:59.063Z Downloaded vcpkg v0.2.15
4542026-04-10T03:31:59.086Z Downloaded reqwest v0.12.28
4552026-04-10T03:31:59.089Z Downloaded itertools v0.14.0
4562026-04-10T03:31:59.093Z Downloaded curve25519-dalek v4.1.3
4572026-04-10T03:31:59.098Z Downloaded gimli v0.32.3
4582026-04-10T03:31:59.102Z Downloaded zerocopy v0.8.48
4592026-04-10T03:31:59.112Z Downloaded tokio-util v0.7.18
4602026-04-10T03:31:59.116Z Downloaded pulldown-cmark v0.13.3
4612026-04-10T03:31:59.119Z Downloaded hyper v1.9.0
4622026-04-10T03:31:59.124Z Downloaded bstr v1.12.1
4632026-04-10T03:31:59.129Z Downloaded serde_json v1.0.149
4642026-04-10T03:31:59.132Z Downloaded regex v1.12.3
4652026-04-10T03:31:59.135Z Downloaded iri-string v0.7.12
4662026-04-10T03:31:59.139Z Downloaded tracing v0.1.44
4672026-04-10T03:31:59.151Z Downloaded color-eyre v0.6.5
4682026-04-10T03:31:59.159Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4692026-04-10T03:31:59.174Z Downloaded quick-xml v0.37.5
4702026-04-10T03:31:59.181Z Downloaded quick-xml v0.38.4
4712026-04-10T03:31:59.196Z Downloaded winnow v1.0.1
4722026-04-10T03:31:59.218Z Downloaded quinn-proto v0.11.14
4732026-04-10T03:31:59.222Z Downloaded winnow v0.7.15
4742026-04-10T03:31:59.259Z Downloaded webpki-roots v1.0.6
4752026-04-10T03:31:59.283Z Downloaded openssl v0.10.76
4762026-04-10T03:31:59.290Z Downloaded nextest-runner v0.80.0
4772026-04-10T03:31:59.296Z Downloaded unicode-width v0.2.2
4782026-04-10T03:31:59.299Z Downloaded unicode-width v0.1.14
4792026-04-10T03:31:59.302Z Downloaded syn v2.0.117
4802026-04-10T03:31:59.324Z Downloaded object v0.37.3
4812026-04-10T03:31:59.330Z Downloaded rustls v0.23.37
4822026-04-10T03:31:59.337Z Downloaded nix v0.30.1
4832026-04-10T03:31:59.351Z Downloaded rustix v0.38.44
4842026-04-10T03:31:59.363Z Downloaded regex-syntax v0.8.10
4852026-04-10T03:31:59.367Z Downloaded rustix v1.1.4
4862026-04-10T03:31:59.440Z Downloaded regex-automata v0.4.14
4872026-04-10T03:31:59.493Z Downloaded libc v0.2.184
4882026-04-10T03:31:59.512Z Downloaded petgraph v0.8.3
4892026-04-10T03:31:59.531Z Downloaded tokio v1.51.1
4902026-04-10T03:31:59.605Z Downloaded recursion v0.5.4
4912026-04-10T03:31:59.612Z Downloaded ring v0.17.14
4922026-04-10T03:31:59.673Z Compiling proc-macro2 v1.0.106
4932026-04-10T03:31:59.676Z Compiling libc v0.2.184
4942026-04-10T03:31:59.676Z Compiling unicode-ident v1.0.24
4952026-04-10T03:31:59.676Z Compiling quote v1.0.45
4962026-04-10T03:31:59.676Z Compiling serde_core v1.0.228
4972026-04-10T03:31:59.676Z Compiling cfg-if v1.0.4
4982026-04-10T03:31:59.676Z Compiling memchr v2.8.0
4992026-04-10T03:31:59.802Z Compiling once_cell v1.21.4
5002026-04-10T03:31:59.878Z Compiling log v0.4.29
5012026-04-10T03:31:59.926Z Compiling pin-project-lite v0.2.17
5022026-04-10T03:32:00.018Z Compiling serde v1.0.228
5032026-04-10T03:32:00.075Z Compiling itoa v1.0.18
5042026-04-10T03:32:00.309Z Compiling futures-core v0.3.32
5052026-04-10T03:32:00.469Z Compiling smallvec v1.15.1
5062026-04-10T03:32:00.562Z Compiling bitflags v2.11.0
5072026-04-10T03:32:00.585Z Compiling find-msvc-tools v0.1.9
5082026-04-10T03:32:00.731Z Compiling shlex v1.3.0
5092026-04-10T03:32:00.813Z Compiling equivalent v1.0.2
5102026-04-10T03:32:00.891Z Compiling jobserver v0.1.34
5112026-04-10T03:32:00.904Z Compiling hashbrown v0.17.0
5122026-04-10T03:32:00.917Z Compiling bytes v1.11.1
5132026-04-10T03:32:00.920Z Compiling futures-sink v0.3.32
5142026-04-10T03:32:00.949Z Compiling rustix v1.1.4
5152026-04-10T03:32:01.062Z Compiling errno v0.3.14
5162026-04-10T03:32:01.089Z Compiling mio v1.2.0
5172026-04-10T03:32:01.227Z Compiling signal-hook-registry v1.4.8
5182026-04-10T03:32:01.309Z Compiling cc v1.2.59
5192026-04-10T03:32:01.467Z Compiling syn v2.0.117
5202026-04-10T03:32:01.559Z Compiling socket2 v0.6.3
5212026-04-10T03:32:01.750Z Compiling slab v0.4.12
5222026-04-10T03:32:01.789Z Compiling zmij v1.0.21
5232026-04-10T03:32:01.843Z Compiling futures-channel v0.3.32
5242026-04-10T03:32:01.954Z Compiling tracing-core v0.1.36
5252026-04-10T03:32:02.102Z Compiling serde_json v1.0.149
5262026-04-10T03:32:02.116Z Compiling version_check v0.9.5
5272026-04-10T03:32:02.333Z Compiling indexmap v2.14.0
5282026-04-10T03:32:02.393Z Compiling futures-task v0.3.32
5292026-04-10T03:32:02.512Z Compiling futures-io v0.3.32
5302026-04-10T03:32:02.547Z Compiling getrandom v0.4.2
5312026-04-10T03:32:02.565Z Compiling unicode-width v0.2.2
5322026-04-10T03:32:02.706Z Compiling camino v1.2.2
5332026-04-10T03:32:02.872Z Compiling ring v0.17.14
5342026-04-10T03:32:03.023Z Compiling http v1.4.0
5352026-04-10T03:32:03.035Z Compiling zeroize v1.8.2
5362026-04-10T03:32:03.092Z Compiling autocfg v1.5.0
5372026-04-10T03:32:03.149Z Compiling percent-encoding v2.3.2
5382026-04-10T03:32:03.227Z Compiling simd-adler32 v0.3.9
5392026-04-10T03:32:03.403Z Compiling adler2 v2.0.1
5402026-04-10T03:32:03.470Z Compiling num-traits v0.2.19
5412026-04-10T03:32:03.568Z Compiling miniz_oxide v0.8.9
5422026-04-10T03:32:03.711Z Compiling zerocopy v0.8.48
5432026-04-10T03:32:04.065Z Compiling target-lexicon v0.13.3
5442026-04-10T03:32:04.093Z Compiling object v0.37.3
5452026-04-10T03:32:04.130Z Compiling getrandom v0.3.4
5462026-04-10T03:32:04.488Z Compiling http-body v1.0.1
5472026-04-10T03:32:04.578Z Compiling rustls-pki-types v1.14.0
5482026-04-10T03:32:04.648Z Compiling semver v1.0.28
5492026-04-10T03:32:04.671Z Compiling getrandom v0.2.17
5502026-04-10T03:32:04.869Z Compiling owo-colors v4.3.0
5512026-04-10T03:32:04.926Z Compiling untrusted v0.9.0
5522026-04-10T03:32:05.027Z Compiling thiserror v2.0.18
5532026-04-10T03:32:05.062Z Compiling httparse v1.10.1
5542026-04-10T03:32:05.155Z Compiling serde_derive v1.0.228
5552026-04-10T03:32:05.193Z Compiling tokio-macros v2.7.0
5562026-04-10T03:32:05.267Z Compiling futures-macro v0.3.32
5572026-04-10T03:32:05.306Z Compiling tracing-attributes v0.1.31
5582026-04-10T03:32:05.361Z Compiling signal-hook v0.3.18
5592026-04-10T03:32:05.403Z Compiling gimli v0.32.3
5602026-04-10T03:32:05.428Z Compiling fnv v1.0.7
5612026-04-10T03:32:05.535Z Compiling typenum v1.19.0
5622026-04-10T03:32:05.589Z Compiling guppy-workspace-hack v0.1.0
5632026-04-10T03:32:05.961Z Compiling thiserror-impl v2.0.18
5642026-04-10T03:32:05.977Z Compiling tokio v1.51.1
5652026-04-10T03:32:06.068Z Compiling futures-util v0.3.32
5662026-04-10T03:32:06.502Z Compiling tracing v0.1.44
5672026-04-10T03:32:07.404Z Compiling addr2line v0.25.1
5682026-04-10T03:32:07.833Z Compiling form_urlencoded v1.2.2
5692026-04-10T03:32:08.067Z Compiling generic-array v0.14.7
5702026-04-10T03:32:08.098Z Compiling fastrand v2.4.1
5712026-04-10T03:32:08.284Z Compiling utf8_iter v1.0.4
5722026-04-10T03:32:08.392Z Compiling tower-service v0.3.3
5732026-04-10T03:32:08.426Z Compiling pkg-config v0.3.32
5742026-04-10T03:32:08.448Z Compiling idna_adapter v1.0.0
5752026-04-10T03:32:08.486Z Compiling atomic-waker v1.1.2
5762026-04-10T03:32:08.553Z Compiling target-spec v3.6.0
5772026-04-10T03:32:08.619Z Compiling try-lock v0.2.5
5782026-04-10T03:32:08.700Z Compiling typeid v1.0.3
5792026-04-10T03:32:08.743Z Compiling thiserror v1.0.69
5802026-04-10T03:32:08.825Z Compiling rustc-demangle v0.1.27
5812026-04-10T03:32:08.855Z Compiling rustls v0.23.37
5822026-04-10T03:32:09.059Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5832026-04-10T03:32:09.089Z Compiling want v0.3.1
5842026-04-10T03:32:09.234Z Compiling idna v1.1.0
5852026-04-10T03:32:09.323Z Compiling tempfile v3.27.0
5862026-04-10T03:32:09.570Z Compiling cfg-expr v0.20.7
5872026-04-10T03:32:09.806Z Compiling tokio-util v0.7.18
5882026-04-10T03:32:10.036Z Compiling backtrace v0.3.76
5892026-04-10T03:32:10.390Z Compiling h2 v0.4.13
5902026-04-10T03:32:11.105Z Compiling thiserror-impl v1.0.69
5912026-04-10T03:32:11.159Z Compiling terminal_size v0.4.4
5922026-04-10T03:32:11.294Z Compiling aho-corasick v1.1.4
5932026-04-10T03:32:11.312Z Compiling erased-serde v0.4.10
5942026-04-10T03:32:11.390Z Compiling subtle v2.6.1
5952026-04-10T03:32:11.567Z Compiling winnow v0.7.15
5962026-04-10T03:32:11.599Z Compiling regex-syntax v0.8.10
5972026-04-10T03:32:13.446Z Compiling rustls-webpki v0.103.10
5982026-04-10T03:32:15.651Z Compiling regex-automata v0.4.14
5992026-04-10T03:32:15.908Z Compiling hyper v1.9.0
6002026-04-10T03:32:16.467Z Compiling url v2.5.8
6012026-04-10T03:32:16.752Z Compiling serde_spanned v0.6.9
6022026-04-10T03:32:16.912Z Compiling toml_datetime v0.6.11
6032026-04-10T03:32:17.284Z Compiling ahash v0.8.12
6042026-04-10T03:32:17.525Z Compiling sync_wrapper v1.0.2
6052026-04-10T03:32:17.647Z Compiling portable-atomic v1.13.1
6062026-04-10T03:32:18.106Z Compiling parking_lot_core v0.9.12
6072026-04-10T03:32:18.372Z Compiling foldhash v0.1.5
6082026-04-10T03:32:18.600Z Compiling unicode-linebreak v0.1.5
6092026-04-10T03:32:18.715Z Compiling base64 v0.22.1
6102026-04-10T03:32:18.861Z Compiling lazy_static v1.5.0
6112026-04-10T03:32:18.878Z Compiling either v1.15.0
6122026-04-10T03:32:18.888Z Compiling is_ci v1.2.0
6132026-04-10T03:32:18.972Z Compiling unicode-segmentation v1.13.2
6142026-04-10T03:32:19.053Z Compiling toml_write v0.1.2
6152026-04-10T03:32:19.095Z Compiling crc32fast v1.5.0
6162026-04-10T03:32:19.218Z Compiling nextest-workspace-hack v0.1.0
6172026-04-10T03:32:19.299Z Compiling tower-layer v0.3.3
6182026-04-10T03:32:19.370Z Compiling ipnet v2.12.0
6192026-04-10T03:32:19.427Z Compiling convert_case v0.10.0
6202026-04-10T03:32:19.457Z Compiling toml_edit v0.22.27
6212026-04-10T03:32:19.503Z Compiling tower v0.5.3
6222026-04-10T03:32:19.547Z Compiling sharded-slab v0.1.7
6232026-04-10T03:32:19.685Z Compiling hyper-util v0.1.20
6242026-04-10T03:32:20.095Z Compiling supports-color v3.0.2
6252026-04-10T03:32:20.155Z Compiling textwrap v0.16.2
6262026-04-10T03:32:20.329Z Compiling hashbrown v0.15.5
6272026-04-10T03:32:20.633Z Compiling tokio-rustls v0.26.4
6282026-04-10T03:32:20.963Z Compiling backtrace-ext v0.2.1
6292026-04-10T03:32:21.225Z Compiling ordered-float v2.10.1
6302026-04-10T03:32:21.498Z Compiling miette-derive v7.6.0
6312026-04-10T03:32:21.531Z Compiling webpki-roots v1.0.6
6322026-04-10T03:32:21.562Z Compiling pathdiff v0.2.3
6332026-04-10T03:32:21.656Z Compiling console v0.15.11
6342026-04-10T03:32:21.689Z Compiling cargo-platform v0.3.2
6352026-04-10T03:32:22.250Z Compiling tracing-log v0.2.0
6362026-04-10T03:32:22.320Z Compiling os_pipe v1.2.3
6372026-04-10T03:32:22.495Z Compiling thread_local v1.1.9
6382026-04-10T03:32:22.591Z Compiling utf8parse v0.2.2
6392026-04-10T03:32:22.613Z Compiling supports-hyperlinks v3.2.0
6402026-04-10T03:32:22.708Z Compiling unicode-width v0.1.14
6412026-04-10T03:32:22.836Z Compiling debug-ignore v1.0.5
6422026-04-10T03:32:22.857Z Compiling supports-unicode v3.0.0
6432026-04-10T03:32:22.947Z Compiling pulldown-cmark v0.13.3
6442026-04-10T03:32:23.006Z Compiling scopeguard v1.2.0
6452026-04-10T03:32:23.027Z Compiling iri-string v0.7.12
6462026-04-10T03:32:23.113Z Compiling cfg_aliases v0.2.1
6472026-04-10T03:32:23.162Z Compiling rustix v0.38.44
6482026-04-10T03:32:23.197Z Compiling zstd-safe v7.2.4
6492026-04-10T03:32:23.307Z Compiling winnow v1.0.1
6502026-04-10T03:32:23.438Z Compiling ryu v1.0.23
6512026-04-10T03:32:23.515Z Compiling fixedbitset v0.5.7
6522026-04-10T03:32:23.731Z Compiling serde_urlencoded v0.7.1
6532026-04-10T03:32:24.018Z Compiling petgraph v0.8.3
6542026-04-10T03:32:24.174Z Compiling nix v0.30.1
6552026-04-10T03:32:24.548Z Compiling tower-http v0.6.8
6562026-04-10T03:32:24.729Z Compiling toml_parser v1.1.2+spec-1.1.0
6572026-04-10T03:32:25.583Z Compiling lock_api v0.4.14
6582026-04-10T03:32:25.651Z Compiling miette v7.6.0
6592026-04-10T03:32:25.882Z Compiling anstyle-parse v1.0.0
6602026-04-10T03:32:25.910Z Compiling tracing-subscriber v0.3.23
6612026-04-10T03:32:26.050Z Compiling sigchld v0.2.4
6622026-04-10T03:32:26.117Z Compiling cargo_metadata v0.23.1
6632026-04-10T03:32:26.239Z Compiling hyper-rustls v0.27.7
6642026-04-10T03:32:26.776Z Compiling serde-value v0.7.0
6652026-04-10T03:32:26.917Z Compiling serde-untagged v0.1.9
6662026-04-10T03:32:27.276Z Compiling toml v0.8.23
6672026-04-10T03:32:28.876Z Compiling derive_more-impl v2.1.1
6682026-04-10T03:32:29.176Z Compiling itertools v0.14.0
6692026-04-10T03:32:29.226Z Compiling regex v1.12.3
6702026-04-10T03:32:29.662Z Compiling crypto-common v0.1.7
6712026-04-10T03:32:29.803Z Compiling block-buffer v0.10.4
6722026-04-10T03:32:29.860Z Compiling ppv-lite86 v0.2.21
6732026-04-10T03:32:29.953Z Compiling futures-executor v0.3.32
6742026-04-10T03:32:30.170Z Compiling rand_core v0.9.5
6752026-04-10T03:32:30.196Z Compiling pin-project-internal v1.1.11
6762026-04-10T03:32:30.432Z Compiling http-body-util v0.1.3
6772026-04-10T03:32:30.497Z Compiling uuid v1.23.0
6782026-04-10T03:32:30.646Z Compiling smol_str v0.3.6
6792026-04-10T03:32:30.660Z Compiling serde_spanned v1.1.1
6802026-04-10T03:32:30.711Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-04-10T03:32:30.821Z Compiling filetime v0.2.27
6822026-04-10T03:32:30.992Z Compiling vte v0.14.1
6832026-04-10T03:32:31.029Z Compiling bstr v1.12.1
6842026-04-10T03:32:31.134Z Compiling colorchoice v1.0.5
6852026-04-10T03:32:31.210Z Compiling static_assertions v1.1.0
6862026-04-10T03:32:31.242Z Compiling unicode-xid v0.2.6
6872026-04-10T03:32:31.256Z Compiling anstyle v1.0.14
6882026-04-10T03:32:31.286Z Compiling color-spantrace v0.3.0
6892026-04-10T03:32:31.318Z Compiling is_terminal_polyfill v1.70.2
6902026-04-10T03:32:31.381Z Compiling litrs v1.0.0
6912026-04-10T03:32:31.417Z Compiling xattr v1.6.1
6922026-04-10T03:32:31.520Z Compiling self_update v0.42.0
6932026-04-10T03:32:31.576Z Compiling eyre v0.6.12
6942026-04-10T03:32:31.580Z Compiling unicase v2.9.0
6952026-04-10T03:32:31.606Z Compiling nested v0.1.1
6962026-04-10T03:32:31.696Z Compiling iana-time-zone v0.1.65
6972026-04-10T03:32:31.746Z Compiling tinyvec_macros v0.1.1
6982026-04-10T03:32:31.769Z Compiling number_prefix v0.4.0
6992026-04-10T03:32:31.814Z Compiling anstyle-query v1.1.5
7002026-04-10T03:32:31.827Z Compiling document-features v0.2.12
7012026-04-10T03:32:31.919Z Compiling anstream v1.0.0
7022026-04-10T03:32:31.919Z Compiling indicatif v0.17.11
7032026-04-10T03:32:32.029Z Compiling tinyvec v1.11.0
7042026-04-10T03:32:32.148Z Compiling chrono v0.4.44
7052026-04-10T03:32:32.390Z Compiling guppy v0.17.25
7062026-04-10T03:32:32.451Z Compiling tar v0.4.45
7072026-04-10T03:32:32.467Z Compiling globset v0.4.18
7082026-04-10T03:32:33.126Z Compiling cargo-util-schemas v0.2.0
7092026-04-10T03:32:33.915Z Compiling pin-project v1.1.11
7102026-04-10T03:32:34.020Z Compiling strip-ansi-escapes v0.2.1
7112026-04-10T03:32:34.534Z Compiling toml v1.1.2+spec-1.1.0
7122026-04-10T03:32:35.090Z Compiling nextest-metadata v0.12.2
7132026-04-10T03:32:35.093Z Compiling newtype-uuid v1.3.2
7142026-04-10T03:32:35.302Z Compiling reqwest v0.12.28
7152026-04-10T03:32:35.493Z Compiling rand_chacha v0.9.0
7162026-04-10T03:32:35.562Z Compiling futures v0.3.32
7172026-04-10T03:32:35.652Z Compiling digest v0.10.7
7182026-04-10T03:32:35.729Z Compiling derive_more v2.1.1
7192026-04-10T03:32:35.815Z Compiling flate2 v1.1.9
7202026-04-10T03:32:35.876Z Compiling parking_lot v0.12.5
7212026-04-10T03:32:36.051Z Compiling tracing-error v0.2.1
7222026-04-10T03:32:36.290Z Compiling shared_child v1.1.1
7232026-04-10T03:32:36.727Z Compiling signal-hook-mio v0.2.5
7242026-04-10T03:32:36.788Z Compiling self-replace v1.5.0
7252026-04-10T03:32:36.859Z Compiling cargo-platform v0.2.0
7262026-04-10T03:32:37.081Z Compiling quick-xml v0.37.5
7272026-04-10T03:32:37.417Z Compiling quick-xml v0.38.4
7282026-04-10T03:32:37.778Z Compiling clap_lex v1.1.0
7292026-04-10T03:32:38.150Z Compiling heck v0.5.0
7302026-04-10T03:32:38.188Z Compiling shell-words v1.1.1
7312026-04-10T03:32:38.359Z Compiling strsim v0.11.1
7322026-04-10T03:32:38.438Z Compiling humantime v2.3.0
7332026-04-10T03:32:38.841Z Compiling urlencoding v2.1.3
7342026-04-10T03:32:38.867Z Compiling indenter v0.3.4
7352026-04-10T03:32:39.001Z Compiling recursion v0.5.4
7362026-04-10T03:32:39.033Z Compiling cpufeatures v0.2.17
7372026-04-10T03:32:39.112Z Compiling nextest-filtering v0.15.0
7382026-04-10T03:32:39.143Z Compiling sha2 v0.10.9
7392026-04-10T03:32:39.704Z Compiling clap_derive v4.6.0
7402026-04-10T03:32:40.265Z Compiling humantime-serde v1.1.1
7412026-04-10T03:32:40.336Z Compiling clap_builder v4.6.0
7422026-04-10T03:32:40.427Z Compiling quick-junit v0.5.2
7432026-04-10T03:32:41.479Z Compiling atomicwrites v0.4.4
7442026-04-10T03:32:41.773Z Compiling cargo_metadata v0.20.0
7452026-04-10T03:32:43.111Z Compiling crossterm v0.29.0
7462026-04-10T03:32:43.580Z Compiling cargo-nextest v0.9.97
7472026-04-10T03:32:43.897Z Compiling duct v0.13.7
7482026-04-10T03:32:45.194Z Compiling zstd v0.13.3
7492026-04-10T03:32:45.682Z Compiling rand v0.9.2
7502026-04-10T03:32:46.055Z Compiling async-scoped v0.9.0
7512026-04-10T03:32:46.106Z Compiling config v0.15.22
7522026-04-10T03:32:46.252Z Compiling unicode-normalization v0.1.25
7532026-04-10T03:32:46.308Z Compiling target-spec-miette v0.4.6
7542026-04-10T03:32:46.427Z Compiling future-queue v0.4.0
7552026-04-10T03:32:46.479Z Compiling mukti-metadata v0.3.0
7562026-04-10T03:32:46.706Z Compiling tokio-stream v0.1.18
7572026-04-10T03:32:46.720Z Compiling camino-tempfile v1.4.1
7582026-04-10T03:32:46.856Z Compiling derive-where v1.6.1
7592026-04-10T03:32:46.883Z Compiling serde_ignored v0.1.14
7602026-04-10T03:32:46.970Z Compiling serde_path_to_error v0.1.20
7612026-04-10T03:32:47.106Z Compiling xxhash-rust v0.8.15
7622026-04-10T03:32:47.160Z Compiling swrite v0.1.0
7632026-04-10T03:32:47.233Z Compiling home v0.5.12
7642026-04-10T03:32:47.268Z Compiling hex v0.4.3
7652026-04-10T03:32:47.292Z Compiling indent_write v2.2.0
7662026-04-10T03:32:47.414Z Compiling color-eyre v0.6.5
7672026-04-10T03:32:47.461Z Compiling clap v4.6.0
7682026-04-10T03:32:47.526Z Compiling dialoguer v0.11.0
7692026-04-10T03:32:47.547Z Compiling enable-ansi-support v0.2.1
7702026-04-10T03:32:48.089Z Compiling nextest-runner v0.80.0
7712026-04-10T03:33:06.414Z Finished `release` profile [optimized] target(s) in 1m 10s
7722026-04-10T03:33:06.607Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-04-10T03:33:06.610Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-04-10T03:33:06.735Z+ banner bfd
7752026-04-10T03:33:06.738Z
7762026-04-10T03:33:06.738Z ##### ###### #####
7772026-04-10T03:33:06.738Z # # # # #
7782026-04-10T03:33:06.738Z ##### ##### # #
7792026-04-10T03:33:06.738Z # # # # #
7802026-04-10T03:33:06.738Z # # # # #
7812026-04-10T03:33:06.738Z ##### # #####
7822026-04-10T03:33:06.738Z
7832026-04-10T03:33:06.738Z+ cargo nextest run -p bfd --nocapture
7842026-04-10T03:33:06.893Z Updating git repository `https://github.com/oxidecomputer/falcon`
7852026-04-10T03:33:07.497ZFrom https://github.com/oxidecomputer/falcon
7862026-04-10T03:33:07.497Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7872026-04-10T03:33:07.573Z Updating crates.io index
7882026-04-10T03:33:07.610Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7892026-04-10T03:33:08.434ZFrom https://github.com/oxidecomputer/dendrite
7902026-04-10T03:33:08.434Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7912026-04-10T03:33:08.521Z Updating git repository `https://github.com/oxidecomputer/ispf`
7922026-04-10T03:33:08.791ZFrom https://github.com/oxidecomputer/ispf
7932026-04-10T03:33:08.791Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7942026-04-10T03:33:08.797Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7952026-04-10T03:33:09.143ZFrom https://github.com/oxidecomputer/netadm-sys
7962026-04-10T03:33:09.143Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7972026-04-10T03:33:09.151Z Updating git repository `https://github.com/oxidecomputer/omicron`
7982026-04-10T03:33:16.549ZFrom https://github.com/oxidecomputer/omicron
7992026-04-10T03:33:16.549Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
8002026-04-10T03:33:16.947Z Updating git repository `https://github.com/oxidecomputer/opte`
8012026-04-10T03:33:17.514ZFrom https://github.com/oxidecomputer/opte
8022026-04-10T03:33:17.514Z * [new ref] 28d5170f6f7d75b6b436e12207eb7ad98a2e4a15 -> refs/commit/28d5170f6f7d75b6b436e12207eb7ad98a2e4a15
8032026-04-10T03:33:17.546Z Updating git repository `https://github.com/illumos/smf-rs`
8042026-04-10T03:33:17.809ZFrom https://github.com/illumos/smf-rs
8052026-04-10T03:33:17.809Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8062026-04-10T03:33:18.119Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8072026-04-10T03:33:18.401ZFrom https://github.com/oxidecomputer/network-interface
8082026-04-10T03:33:18.401Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8092026-04-10T03:33:18.428Z Updating git repository `https://github.com/oxidecomputer/zone`
8102026-04-10T03:33:18.722ZFrom https://github.com/oxidecomputer/zone
8112026-04-10T03:33:18.722Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8122026-04-10T03:33:18.743Z Updating git repository `https://github.com/oxidecomputer/propolis`
8132026-04-10T03:33:19.893ZFrom https://github.com/oxidecomputer/propolis
8142026-04-10T03:33:19.894Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8152026-04-10T03:33:20.049Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8162026-04-10T03:33:20.536ZFrom https://github.com/oxidecomputer/transceiver-control
8172026-04-10T03:33:20.536Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8182026-04-10T03:33:20.558Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8192026-04-10T03:33:20.808ZFrom https://github.com/oxidecomputer/dlpi-sys
8202026-04-10T03:33:20.808Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8212026-04-10T03:33:20.813Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8222026-04-10T03:33:21.102ZFrom https://github.com/jmesmon/rust-libzfs
8232026-04-10T03:33:21.102Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8242026-04-10T03:33:21.110Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8252026-04-10T03:33:21.370ZFrom https://github.com/oxidecomputer/rusty-doors
8262026-04-10T03:33:21.370Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8272026-04-10T03:33:21.379Z Updating git repository `https://github.com/oxidecomputer/lldp`
8282026-04-10T03:33:21.701ZFrom https://github.com/oxidecomputer/lldp
8292026-04-10T03:33:21.701Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8302026-04-10T03:33:21.867Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8312026-04-10T03:33:22.128ZFrom https://github.com/oxidecomputer/slog-error-chain
8322026-04-10T03:33:22.128Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8332026-04-10T03:33:22.148Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8342026-04-10T03:33:22.465ZFrom https://github.com/oxidecomputer/tufaceous
8352026-04-10T03:33:22.465Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8362026-04-10T03:33:22.538Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8372026-04-10T03:33:22.983ZFrom https://github.com/oxidecomputer/management-gateway-service
8382026-04-10T03:33:22.983Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8392026-04-10T03:33:22.998Z Updating git repository `https://github.com/oxidecomputer/crucible`
8402026-04-10T03:33:23.818ZFrom https://github.com/oxidecomputer/crucible
8412026-04-10T03:33:23.818Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8422026-04-10T03:33:23.986Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8432026-04-10T03:33:24.239ZFrom https://github.com/oxidecomputer/serde_human_bytes
8442026-04-10T03:33:24.239Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8452026-04-10T03:33:24.469Z Updating git repository `https://github.com/oxidecomputer/propolis`
8462026-04-10T03:33:24.874ZFrom https://github.com/oxidecomputer/propolis
8472026-04-10T03:33:24.874Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8482026-04-10T03:33:24.953Z Updating git repository `https://github.com/oxidecomputer/tofino`
8492026-04-10T03:33:25.197ZFrom https://github.com/oxidecomputer/tofino
8502026-04-10T03:33:25.197Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8512026-04-10T03:33:25.205Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8522026-04-10T03:33:25.714ZFrom https://github.com/oxidecomputer/maghemite
8532026-04-10T03:33:25.714Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8542026-04-10T03:33:25.761Z Updating git repository `https://github.com/oxidecomputer/clickward`
8552026-04-10T03:33:26.028ZFrom https://github.com/oxidecomputer/clickward
8562026-04-10T03:33:26.028Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8572026-04-10T03:33:26.074Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8582026-04-10T03:33:26.316ZFrom https://github.com/oxidecomputer/illumos-devinfo
8592026-04-10T03:33:26.316Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8602026-04-10T03:33:26.618Z Updating git repository `https://github.com/oxidecomputer/crucible`
8612026-04-10T03:33:26.917ZFrom https://github.com/oxidecomputer/crucible
8622026-04-10T03:33:26.917Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8632026-04-10T03:33:27.827Z Downloading crates ...
8642026-04-10T03:33:27.939Z Downloaded bytecount v0.6.9
8652026-04-10T03:33:27.942Z Downloaded aead v0.5.2
8662026-04-10T03:33:27.946Z Downloaded chacha20poly1305 v0.10.1
8672026-04-10T03:33:27.949Z Downloaded bit-set v0.8.0
8682026-04-10T03:33:27.952Z Downloaded darling v0.23.0
8692026-04-10T03:33:27.954Z Downloaded cobs v0.3.0
8702026-04-10T03:33:27.957Z Downloaded enum-as-inner v0.6.1
8712026-04-10T03:33:27.960Z Downloaded displaydoc v0.2.5
8722026-04-10T03:33:27.960Z Downloaded const_format_proc_macros v0.2.34
8732026-04-10T03:33:27.963Z Downloaded cancel-safe-futures v0.1.5
8742026-04-10T03:33:27.965Z Downloaded group v0.13.0
8752026-04-10T03:33:27.968Z Downloaded fastrand v2.3.0
8762026-04-10T03:33:27.971Z Downloaded dof v0.4.0
8772026-04-10T03:33:27.971Z Downloaded linear-map v1.2.0
8782026-04-10T03:33:27.974Z Downloaded const-random-macro v0.1.16
8792026-04-10T03:33:27.974Z Downloaded convert_case v0.4.0
8802026-04-10T03:33:27.977Z Downloaded defmt v0.3.100
8812026-04-10T03:33:27.977Z Downloaded base16ct v0.2.0
8822026-04-10T03:33:27.979Z Downloaded fs-err v3.3.0
8832026-04-10T03:33:27.982Z Downloaded fxhash v0.2.1
8842026-04-10T03:33:27.982Z Downloaded heck v0.4.1
8852026-04-10T03:33:27.985Z Downloaded float-ord v0.3.2
8862026-04-10T03:33:27.985Z Downloaded mime v0.3.17
8872026-04-10T03:33:27.987Z Downloaded dyn-clone v1.0.20
8882026-04-10T03:33:27.988Z Downloaded libscf-sys v1.1.0
8892026-04-10T03:33:27.990Z Downloaded arrayref v0.3.9
8902026-04-10T03:33:27.990Z Downloaded glob v0.3.3
8912026-04-10T03:33:27.993Z Downloaded multer v3.1.0
8922026-04-10T03:33:27.996Z Downloaded derive-ex v0.1.8
8932026-04-10T03:33:27.999Z Downloaded ff v0.13.1
8942026-04-10T03:33:27.999Z Downloaded dof v0.3.0
8952026-04-10T03:33:28.002Z Downloaded const_format v0.2.35
8962026-04-10T03:33:28.005Z Downloaded darling_core v0.23.0
8972026-04-10T03:33:28.008Z Downloaded num-iter v0.1.45
8982026-04-10T03:33:28.008Z Downloaded expectorate v1.2.0
8992026-04-10T03:33:28.010Z Downloaded olpc-cjson v0.1.4
9002026-04-10T03:33:28.013Z Downloaded foldhash v0.2.0
9012026-04-10T03:33:28.013Z Downloaded num_enum v0.7.6
9022026-04-10T03:33:28.016Z Downloaded omicron-workspace-hack v0.1.0
9032026-04-10T03:33:28.019Z Downloaded icu_collections v2.1.1
9042026-04-10T03:33:28.022Z Downloaded icu_properties v2.1.2
9052026-04-10T03:33:28.024Z Downloaded hickory-resolver v0.24.4
9062026-04-10T03:33:28.027Z Downloaded hubpack_derive v0.1.1
9072026-04-10T03:33:28.030Z Downloaded num-derive v0.3.3
9082026-04-10T03:33:28.033Z Downloaded cstr-argument v0.1.2
9092026-04-10T03:33:28.033Z Downloaded const-random v0.1.18
9102026-04-10T03:33:28.033Z Downloaded async-stream-impl v0.3.6
9112026-04-10T03:33:28.036Z Downloaded keccak v0.1.6
9122026-04-10T03:33:28.039Z Downloaded is-terminal v0.4.17
9132026-04-10T03:33:28.039Z Downloaded defmt-parser v1.0.0
9142026-04-10T03:33:28.042Z Downloaded async-recursion v1.1.1
9152026-04-10T03:33:28.042Z Downloaded macaddr v1.0.1
9162026-04-10T03:33:28.044Z Downloaded phf v0.12.1
9172026-04-10T03:33:28.045Z Downloaded paste v1.0.15
9182026-04-10T03:33:28.047Z Downloaded parse-display-derive v0.10.0
9192026-04-10T03:33:28.050Z Downloaded match_cfg v0.1.0
9202026-04-10T03:33:28.050Z Downloaded idna_adapter v1.2.1
9212026-04-10T03:33:28.053Z Downloaded num-complex v0.4.6
9222026-04-10T03:33:28.053Z Downloaded managed v0.8.0
9232026-04-10T03:33:28.055Z Downloaded crunchy v0.2.4
9242026-04-10T03:33:28.055Z Downloaded highway v1.3.0
9252026-04-10T03:33:28.058Z Downloaded dunce v1.0.5
9262026-04-10T03:33:28.058Z Downloaded darling_macro v0.23.0
9272026-04-10T03:33:28.061Z Downloaded num-conv v0.2.1
9282026-04-10T03:33:28.061Z Downloaded ident_case v1.0.1
9292026-04-10T03:33:28.061Z Downloaded hostname v0.3.1
9302026-04-10T03:33:28.064Z Downloaded plain v0.2.3
9312026-04-10T03:33:28.064Z Downloaded num v0.4.3
9322026-04-10T03:33:28.066Z Downloaded no-std-compat v0.4.1
9332026-04-10T03:33:28.067Z Downloaded memoffset v0.9.1
9342026-04-10T03:33:28.069Z Downloaded async-compression v0.4.41
9352026-04-10T03:33:28.072Z Downloaded newtype_derive v0.1.6
9362026-04-10T03:33:28.075Z Downloaded crc8 v0.1.1
9372026-04-10T03:33:28.075Z Downloaded natord v1.0.9
9382026-04-10T03:33:28.078Z Downloaded internet-checksum v0.2.1
9392026-04-10T03:33:28.078Z Downloaded inout v0.1.4
9402026-04-10T03:33:28.078Z Downloaded ciborium-io v0.2.2
9412026-04-10T03:33:28.081Z Downloaded dropshot-api-manager-types v0.7.0
9422026-04-10T03:33:28.081Z Downloaded num-derive v0.4.2
9432026-04-10T03:33:28.084Z Downloaded crossbeam-utils v0.8.21
9442026-04-10T03:33:28.084Z Downloaded cpufeatures v0.3.0
9452026-04-10T03:33:28.087Z Downloaded memmap v0.7.0
9462026-04-10T03:33:28.087Z Downloaded potential_utf v0.1.4
9472026-04-10T03:33:28.089Z Downloaded newtype-uuid-macros v0.1.0
9482026-04-10T03:33:28.089Z Downloaded csv-core v0.1.13
9492026-04-10T03:33:28.093Z Downloaded byteorder v1.5.0
9502026-04-10T03:33:28.093Z Downloaded bit-vec v0.8.0
9512026-04-10T03:33:28.095Z Downloaded proc-macro-crate v1.3.1
9522026-04-10T03:33:28.098Z Downloaded httpdate v1.0.3
9532026-04-10T03:33:28.098Z Downloaded powerfmt v0.2.0
9542026-04-10T03:33:28.098Z Downloaded dtrace-parser v0.3.0
9552026-04-10T03:33:28.101Z Downloaded crucible-workspace-hack v0.1.0
9562026-04-10T03:33:28.101Z Downloaded cipher v0.4.4
9572026-04-10T03:33:28.103Z Downloaded bcs v0.1.6
9582026-04-10T03:33:28.103Z Downloaded linked-hash-map v0.5.6
9592026-04-10T03:33:28.106Z Downloaded arrayvec v0.7.6
9602026-04-10T03:33:28.106Z Downloaded cmake v0.1.58
9612026-04-10T03:33:28.109Z Downloaded instant v0.1.13
9622026-04-10T03:33:28.109Z Downloaded compression-core v0.4.31
9632026-04-10T03:33:28.111Z Downloaded progenitor-client v0.11.2
9642026-04-10T03:33:28.111Z Downloaded num-integer v0.1.46
9652026-04-10T03:33:28.114Z Downloaded proc-macro-crate v3.5.0
9662026-04-10T03:33:28.114Z Downloaded proc-macro-error-attr v1.0.4
9672026-04-10T03:33:28.117Z Downloaded phf_shared v0.12.1
9682026-04-10T03:33:28.117Z Downloaded num_threads v0.1.7
9692026-04-10T03:33:28.119Z Downloaded crossbeam-deque v0.8.6
9702026-04-10T03:33:28.119Z Downloaded ingot v0.1.1
9712026-04-10T03:33:28.122Z Downloaded chacha20 v0.9.1
9722026-04-10T03:33:28.122Z Downloaded progenitor-macro v0.11.2
9732026-04-10T03:33:28.125Z Downloaded parse-display v0.10.0
9742026-04-10T03:33:28.125Z Downloaded ref-cast v1.0.25
9752026-04-10T03:33:28.127Z Downloaded diff v0.1.13
9762026-04-10T03:33:28.127Z Downloaded console v0.16.3
9772026-04-10T03:33:28.130Z Downloaded blake2 v0.10.6
9782026-04-10T03:33:28.133Z Downloaded derive_more v0.99.20
9792026-04-10T03:33:28.135Z Downloaded backon v1.6.0
9802026-04-10T03:33:28.138Z Downloaded quick-error v1.2.3
9812026-04-10T03:33:28.138Z Downloaded pretty-hex v0.4.2
9822026-04-10T03:33:28.141Z Downloaded opaque-debug v0.3.1
9832026-04-10T03:33:28.141Z Downloaded hostname v0.4.2
9842026-04-10T03:33:28.141Z Downloaded proc-macro-error-attr2 v2.0.0
9852026-04-10T03:33:28.144Z Downloaded lru-cache v0.1.2
9862026-04-10T03:33:28.144Z Downloaded embedded-io v0.6.1
9872026-04-10T03:33:28.147Z Downloaded num-rational v0.4.2
9882026-04-10T03:33:28.147Z Downloaded libsw v3.5.0
9892026-04-10T03:33:28.149Z Downloaded ingot-types v0.1.2
9902026-04-10T03:33:28.149Z Downloaded progenitor-client v0.10.0
9912026-04-10T03:33:28.149Z Downloaded newline-converter v0.3.0
9922026-04-10T03:33:28.152Z Downloaded hubpack v0.1.2
9932026-04-10T03:33:28.152Z Downloaded libsw-core v0.3.2
9942026-04-10T03:33:28.155Z Downloaded rand_xorshift v0.4.0
9952026-04-10T03:33:28.155Z Downloaded ipnetwork v0.21.1
9962026-04-10T03:33:28.157Z Downloaded rustc_version v0.1.7
9972026-04-10T03:33:28.157Z Downloaded oxnet v0.1.4
9982026-04-10T03:33:28.160Z Downloaded num_enum_derive v0.5.11
9992026-04-10T03:33:28.160Z Downloaded ref-cast-impl v1.0.25
10002026-04-10T03:33:28.160Z Downloaded drift v0.1.3
10012026-04-10T03:33:28.163Z Downloaded rand_chacha v0.3.1
10022026-04-10T03:33:28.166Z Downloaded poly1305 v0.8.0
10032026-04-10T03:33:28.168Z Downloaded semver v0.1.20
10042026-04-10T03:33:28.168Z Downloaded secrecy v0.10.3
10052026-04-10T03:33:28.168Z Downloaded byte-wrapper v0.1.0
10062026-04-10T03:33:28.171Z Downloaded defmt v1.0.1
10072026-04-10T03:33:28.174Z Downloaded serde-big-array v0.5.1
10082026-04-10T03:33:28.176Z Downloaded litemap v0.8.1
10092026-04-10T03:33:28.176Z Downloaded serial_test_derive v3.4.0
10102026-04-10T03:33:28.179Z Downloaded dropshot_endpoint v0.17.0
10112026-04-10T03:33:28.182Z Downloaded num_enum v0.5.11
10122026-04-10T03:33:28.185Z Downloaded proc-macro-error v1.0.4
10132026-04-10T03:33:28.185Z Downloaded progenitor-macro v0.10.0
10142026-04-10T03:33:28.188Z Downloaded scroll_derive v0.13.1
10152026-04-10T03:33:28.188Z Downloaded oxide-tokio-rt v0.1.3
10162026-04-10T03:33:28.190Z Downloaded serial_test v3.4.0
10172026-04-10T03:33:28.190Z Downloaded siphasher v1.0.2
10182026-04-10T03:33:28.190Z Downloaded progenitor-macro v0.13.0
10192026-04-10T03:33:28.193Z Downloaded serde_repr v0.1.20
10202026-04-10T03:33:28.193Z Downloaded omicron-zone-package v0.12.2
10212026-04-10T03:33:28.196Z Downloaded chacha20 v0.10.0
10222026-04-10T03:33:28.199Z Downloaded progenitor v0.13.0
10232026-04-10T03:33:28.199Z Downloaded cargo_toml v0.22.3
10242026-04-10T03:33:28.202Z Downloaded sha1 v0.10.6
10252026-04-10T03:33:28.202Z Downloaded resolv-conf v0.7.6
10262026-04-10T03:33:28.202Z Downloaded pem v3.0.6
10272026-04-10T03:33:28.204Z Downloaded rand_core v0.10.0
10282026-04-10T03:33:28.204Z Downloaded progenitor-client v0.13.0
10292026-04-10T03:33:28.207Z Downloaded progenitor v0.11.2
10302026-04-10T03:33:28.207Z Downloaded serde_plain v1.0.2
10312026-04-10T03:33:28.210Z Downloaded gethostname v0.5.0
10322026-04-10T03:33:28.210Z Downloaded slog-envlogger v2.2.0
10332026-04-10T03:33:28.210Z Downloaded spin v0.5.2
10342026-04-10T03:33:28.213Z Downloaded compression-codecs v0.4.37
10352026-04-10T03:33:28.214Z Downloaded crypto-bigint v0.5.5
10362026-04-10T03:33:28.217Z Downloaded data-encoding v2.10.0
10372026-04-10T03:33:28.220Z Downloaded rustls-native-certs v0.8.3
10382026-04-10T03:33:28.220Z Downloaded argon2 v0.5.3
10392026-04-10T03:33:28.222Z Downloaded strum v0.26.3
10402026-04-10T03:33:28.222Z Downloaded scroll v0.13.0
10412026-04-10T03:33:28.222Z Downloaded slog-bunyan v2.5.0
10422026-04-10T03:33:28.225Z Downloaded num_enum_derive v0.7.6
10432026-04-10T03:33:28.225Z Downloaded same-file v1.0.6
10442026-04-10T03:33:28.228Z Downloaded rusty-fork v0.3.1
10452026-04-10T03:33:28.228Z Downloaded darling v0.21.3
10462026-04-10T03:33:28.231Z Downloaded structmeta-derive v0.3.0
10472026-04-10T03:33:28.233Z Downloaded sdd v3.0.10
10482026-04-10T03:33:28.233Z Downloaded termtree v0.5.1
10492026-04-10T03:33:28.236Z Downloaded tabled_derive v0.7.0
10502026-04-10T03:33:28.237Z Downloaded half v2.7.1
10512026-04-10T03:33:28.237Z Downloaded defmt-macros v1.0.1
10522026-04-10T03:33:28.239Z Downloaded crossbeam-epoch v0.9.18
10532026-04-10T03:33:28.242Z Downloaded strum v0.27.2
10542026-04-10T03:33:28.242Z Downloaded progenitor v0.10.0
10552026-04-10T03:33:28.242Z Downloaded postcard v1.1.3
10562026-04-10T03:33:28.245Z Downloaded structmeta v0.3.0
10572026-04-10T03:33:28.245Z Downloaded stable_deref_trait v1.2.1
10582026-04-10T03:33:28.245Z Downloaded pest_generator v2.8.6
10592026-04-10T03:33:28.248Z Downloaded slog-json v2.6.1
10602026-04-10T03:33:28.248Z Downloaded serde_tokenstream v0.2.3
10612026-04-10T03:33:28.250Z Downloaded scroll v0.12.0
10622026-04-10T03:33:28.250Z Downloaded parking_lot_core v0.8.6
10632026-04-10T03:33:28.253Z Downloaded async-trait v0.1.89
10642026-04-10T03:33:28.255Z Downloaded pest_derive v2.8.6
10652026-04-10T03:33:28.255Z Downloaded tabled_derive v0.11.0
10662026-04-10T03:33:28.258Z Downloaded progenitor-extras v0.1.1
10672026-04-10T03:33:28.258Z Downloaded take_mut v0.2.2
10682026-04-10T03:33:28.258Z Downloaded tabwriter v1.4.1
10692026-04-10T03:33:28.261Z Downloaded parking_lot v0.11.2
10702026-04-10T03:33:28.261Z Downloaded smf v0.2.3
10712026-04-10T03:33:28.263Z Downloaded tagptr v0.2.0
10722026-04-10T03:33:28.263Z Downloaded proc-macro-error2 v2.0.1
10732026-04-10T03:33:28.267Z Downloaded serde_derive_internals v0.29.1
10742026-04-10T03:33:28.267Z Downloaded anyhow v1.0.102
10752026-04-10T03:33:28.269Z Downloaded hickory-resolver v0.25.2
10762026-04-10T03:33:28.272Z Downloaded thread-id v5.1.0
10772026-04-10T03:33:28.272Z Downloaded smawk v0.3.2
10782026-04-10T03:33:28.272Z Downloaded memmap2 v0.9.10
10792026-04-10T03:33:28.275Z Downloaded thread-id v4.2.2
10802026-04-10T03:33:28.275Z Downloaded thiserror-impl-no-std v2.0.2
10812026-04-10T03:33:28.277Z Downloaded testing_table v0.3.0
10822026-04-10T03:33:28.277Z Downloaded ingot-macros v0.1.1
10832026-04-10T03:33:28.277Z Downloaded dropshot_endpoint v0.16.7
10842026-04-10T03:33:28.280Z Downloaded arc-swap v1.9.0
10852026-04-10T03:33:28.283Z Downloaded smartstring v1.0.1
10862026-04-10T03:33:28.285Z Downloaded sigpipe v0.1.3
10872026-04-10T03:33:28.286Z Downloaded schemars_derive v0.8.22
10882026-04-10T03:33:28.286Z Downloaded rustversion v1.0.22
10892026-04-10T03:33:28.289Z Downloaded serde_spanned v1.1.0
10902026-04-10T03:33:28.289Z Downloaded typify-macro v0.6.1
10912026-04-10T03:33:28.289Z Downloaded async-stream v0.3.6
10922026-04-10T03:33:28.294Z Downloaded slog-stdlog v4.1.1
10932026-04-10T03:33:28.294Z Downloaded synstructure v0.13.2
10942026-04-10T03:33:28.294Z Downloaded slog-term v2.9.2
10952026-04-10T03:33:28.298Z Downloaded slog-dtrace v0.3.0
10962026-04-10T03:33:28.298Z Downloaded slog-scope v4.4.1
10972026-04-10T03:33:28.298Z Downloaded time-core v0.1.8
10982026-04-10T03:33:28.298Z Downloaded rhai_codegen v3.1.0
10992026-04-10T03:33:28.301Z Downloaded usdt v0.5.0
11002026-04-10T03:33:28.303Z Downloaded scroll_derive v0.12.1
11012026-04-10T03:33:28.303Z Downloaded colored v3.1.1
11022026-04-10T03:33:28.306Z Downloaded waitgroup v0.1.2
11032026-04-10T03:33:28.306Z Downloaded usdt-attr-macro v0.5.0
11042026-04-10T03:33:28.306Z Downloaded indexmap v1.9.3
11052026-04-10T03:33:28.309Z Downloaded crossbeam-channel v0.5.15
11062026-04-10T03:33:28.311Z Downloaded papergrid v0.17.0
11072026-04-10T03:33:28.314Z Downloaded rustls-pemfile v2.2.0
11082026-04-10T03:33:28.316Z Downloaded unit-prefix v0.5.2
11092026-04-10T03:33:28.316Z Downloaded icu_provider v2.1.1
11102026-04-10T03:33:28.319Z Downloaded usdt-attr-macro v0.6.0
11112026-04-10T03:33:28.319Z Downloaded unarray v0.1.4
11122026-04-10T03:33:28.319Z Downloaded typify-macro v0.4.3
11132026-04-10T03:33:28.319Z Downloaded password-hash v0.5.0
11142026-04-10T03:33:28.322Z Downloaded universal-hash v0.5.1
11152026-04-10T03:33:28.322Z Downloaded deranged v0.5.8
11162026-04-10T03:33:28.324Z Downloaded progenitor-impl v0.11.2
11172026-04-10T03:33:28.324Z Downloaded strum_macros v0.27.2
11182026-04-10T03:33:28.327Z Downloaded snafu-derive v0.8.9
11192026-04-10T03:33:28.327Z Downloaded papergrid v0.11.0
11202026-04-10T03:33:28.330Z Downloaded wait-timeout v0.2.1
11212026-04-10T03:33:28.333Z Downloaded zerofrom-derive v0.1.6
11222026-04-10T03:33:28.333Z Downloaded usdt-macro v0.5.0
11232026-04-10T03:33:28.333Z Downloaded spin v0.9.8
11242026-04-10T03:33:28.336Z Downloaded usdt-macro v0.6.0
11252026-04-10T03:33:28.337Z Downloaded elliptic-curve v0.13.8
11262026-04-10T03:33:28.337Z Downloaded tokio-dtrace v0.1.1
11272026-04-10T03:33:28.339Z Downloaded prettyplease v0.2.37
11282026-04-10T03:33:28.339Z Downloaded zone_cfg_derive v0.3.1
11292026-04-10T03:33:28.339Z Downloaded strum_macros v0.26.4
11302026-04-10T03:33:28.342Z Downloaded utf-8 v0.7.6
11312026-04-10T03:33:28.342Z Downloaded usdt v0.6.0
11322026-04-10T03:33:28.342Z Downloaded untrusted v0.7.1
11332026-04-10T03:33:28.346Z Downloaded serde_with_macros v3.18.0
11342026-04-10T03:33:28.346Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-04-10T03:33:28.348Z Downloaded slog v2.8.2
11362026-04-10T03:33:28.348Z Downloaded schemars v0.8.22
11372026-04-10T03:33:28.361Z Downloaded zeroize_derive v1.4.3
11382026-04-10T03:33:28.365Z Downloaded term v1.2.1
11392026-04-10T03:33:28.365Z Downloaded progenitor-impl v0.13.0
11402026-04-10T03:33:28.368Z Downloaded yoke-derive v0.8.1
11412026-04-10T03:33:28.368Z Downloaded topological-sort v0.2.2
11422026-04-10T03:33:28.368Z Downloaded toml_writer v1.1.0+spec-1.1.0
11432026-04-10T03:33:28.368Z Downloaded pretty_assertions v1.4.1
11442026-04-10T03:33:28.373Z Downloaded whoami v1.6.1
11452026-04-10T03:33:28.373Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11462026-04-10T03:33:28.373Z Downloaded tokio-tungstenite v0.21.0
11472026-04-10T03:33:28.378Z Downloaded tokio-rustls v0.25.0
11482026-04-10T03:33:28.378Z Downloaded tinystr v0.8.2
11492026-04-10T03:33:28.378Z Downloaded zone v0.3.1
11502026-04-10T03:33:28.378Z Downloaded slog-async v2.8.0
11512026-04-10T03:33:28.378Z Downloaded pest_meta v2.8.6
11522026-04-10T03:33:28.381Z Downloaded indicatif v0.18.4
11532026-04-10T03:33:28.381Z Downloaded icu_normalizer v2.1.1
11542026-04-10T03:33:28.384Z Downloaded thin-vec v0.2.14
11552026-04-10T03:33:28.384Z Downloaded goblin v0.8.2
11562026-04-10T03:33:28.387Z Downloaded yoke v0.8.1
11572026-04-10T03:33:28.390Z Downloaded xz2 v0.1.7
11582026-04-10T03:33:28.390Z Downloaded zerovec-derive v0.11.2
11592026-04-10T03:33:28.390Z Downloaded tiny-keccak v2.0.2
11602026-04-10T03:33:28.393Z Downloaded time-macros v0.2.27
11612026-04-10T03:33:28.393Z Downloaded writeable v0.6.2
11622026-04-10T03:33:28.395Z Downloaded usdt-impl v0.5.0
11632026-04-10T03:33:28.395Z Downloaded minimal-lexical v0.2.1
11642026-04-10T03:33:28.398Z Downloaded toml_parser v1.1.0+spec-1.1.0
11652026-04-10T03:33:28.398Z Downloaded walkdir v2.5.0
11662026-04-10T03:33:28.402Z Downloaded test-strategy v0.4.5
11672026-04-10T03:33:28.402Z Downloaded rustls-platform-verifier v0.6.2
11682026-04-10T03:33:28.405Z Downloaded qorb v0.4.1
11692026-04-10T03:33:28.407Z Downloaded vsss-rs v3.3.4
11702026-04-10T03:33:28.407Z Downloaded progenitor-impl v0.10.0
11712026-04-10T03:33:28.409Z Downloaded serde_yaml v0.9.34+deprecated
11722026-04-10T03:33:28.409Z Downloaded zerofrom v0.1.6
11732026-04-10T03:33:28.412Z Downloaded thiserror-no-std v2.0.2
11742026-04-10T03:33:28.414Z Downloaded zerocopy-derive v0.7.35
11752026-04-10T03:33:28.417Z Downloaded icu_locale_core v2.1.1
11762026-04-10T03:33:28.420Z Downloaded toml v0.9.12+spec-1.1.0
11772026-04-10T03:33:28.423Z Downloaded jiff-static v0.2.23
11782026-04-10T03:33:28.423Z Downloaded heapless v0.8.0
11792026-04-10T03:33:28.425Z Downloaded dropshot-api-manager v0.7.0
11802026-04-10T03:33:28.428Z Downloaded tungstenite v0.21.0
11812026-04-10T03:33:28.428Z Downloaded ucd-trie v0.1.7
11822026-04-10T03:33:28.430Z Downloaded unsafe-libyaml v0.2.11
11832026-04-10T03:33:28.433Z Downloaded nom v8.0.0
11842026-04-10T03:33:28.436Z Downloaded toml v1.1.0+spec-1.1.0
11852026-04-10T03:33:28.436Z Downloaded rand v0.10.0
11862026-04-10T03:33:28.439Z Downloaded similar v2.7.0
11872026-04-10T03:33:28.442Z Downloaded schemars v1.2.1
11882026-04-10T03:33:28.448Z Downloaded typify v0.6.1
11892026-04-10T03:33:28.451Z Downloaded indexmap v2.13.0
11902026-04-10T03:33:28.454Z Downloaded hashbrown v0.12.3
11912026-04-10T03:33:28.457Z Downloaded typify v0.4.3
11922026-04-10T03:33:28.457Z Downloaded toml_edit v0.25.8+spec-1.1.0
11932026-04-10T03:33:28.459Z Downloaded zerotrie v0.2.3
11942026-04-10T03:33:28.462Z Downloaded toml v0.7.8
11952026-04-10T03:33:28.464Z Downloaded snafu v0.8.9
11962026-04-10T03:33:28.467Z Downloaded usdt-impl v0.6.0
11972026-04-10T03:33:28.467Z Downloaded pest v2.8.6
11982026-04-10T03:33:28.469Z Downloaded dropshot v0.16.7
11992026-04-10T03:33:28.481Z Downloaded yansi v1.0.1
12002026-04-10T03:33:28.484Z Downloaded steno v0.4.1
12012026-04-10T03:33:28.487Z Downloaded rayon-core v1.13.0
12022026-04-10T03:33:28.487Z Downloaded rand v0.8.5
12032026-04-10T03:33:28.490Z Downloaded schemars v0.9.0
12042026-04-10T03:33:28.495Z Downloaded darling_core v0.21.3
12052026-04-10T03:33:28.498Z Downloaded hmac v0.12.1
12062026-04-10T03:33:28.501Z Downloaded typed-path v0.9.3
12072026-04-10T03:33:28.503Z Downloaded icu_normalizer_data v2.1.1
12082026-04-10T03:33:28.506Z Downloaded hash32 v0.3.1
12092026-04-10T03:33:28.506Z Downloaded base16ct v1.0.0
12102026-04-10T03:33:28.506Z Downloaded zerocopy-derive v0.8.48
12112026-04-10T03:33:28.510Z Downloaded nom v7.1.3
12122026-04-10T03:33:28.513Z Downloaded backoff v0.4.0
12132026-04-10T03:33:28.516Z Downloaded base64 v0.21.7
12142026-04-10T03:33:28.518Z Downloaded erased-serde v0.3.31
12152026-04-10T03:33:28.518Z Downloaded dtrace-parser v0.2.0
12162026-04-10T03:33:28.518Z Downloaded daft-derive v0.1.5
12172026-04-10T03:33:28.521Z Downloaded daft v0.1.5
12182026-04-10T03:33:28.521Z Downloaded iddqd v0.3.17
12192026-04-10T03:33:28.524Z Downloaded toml_edit v0.19.15
12202026-04-10T03:33:28.535Z Downloaded zerovec v0.11.5
12212026-04-10T03:33:28.539Z Downloaded itertools v0.12.1
12222026-04-10T03:33:28.542Z Downloaded icu_properties_data v2.1.2
12232026-04-10T03:33:28.545Z Downloaded hashbrown v0.16.1
12242026-04-10T03:33:28.548Z Downloaded constant_time_eq v0.4.2
12252026-04-10T03:33:28.550Z Downloaded bitflags v1.3.2
12262026-04-10T03:33:28.552Z Downloaded ciborium v0.2.2
12272026-04-10T03:33:28.552Z Downloaded foreign-types-macros v0.2.3
12282026-04-10T03:33:28.554Z Downloaded git-stub-vcs v0.1.0
12292026-04-10T03:33:28.554Z Downloaded fs_extra v1.3.0
12302026-04-10T03:33:28.554Z Downloaded embedded-io v0.4.0
12312026-04-10T03:33:28.556Z Downloaded cc v1.2.58
12322026-04-10T03:33:28.559Z Downloaded blake3 v1.8.4
12332026-04-10T03:33:28.561Z Downloaded winnow v0.5.40
12342026-04-10T03:33:28.566Z Downloaded proptest v1.11.0
12352026-04-10T03:33:28.573Z Downloaded reqwest v0.13.2
12362026-04-10T03:33:28.576Z Downloaded libm v0.2.16
12372026-04-10T03:33:28.581Z Downloaded aws-lc-rs v1.16.2
12382026-04-10T03:33:28.588Z Downloaded tough v0.20.0
12392026-04-10T03:33:28.593Z Downloaded scc v2.4.0
12402026-04-10T03:33:28.596Z Downloaded hkdf v0.12.4
12412026-04-10T03:33:28.598Z Downloaded allocator-api2 v0.2.21
12422026-04-10T03:33:28.601Z Downloaded foreign-types-shared v0.3.1
12432026-04-10T03:33:28.601Z Downloaded darling_macro v0.21.3
12442026-04-10T03:33:28.601Z Downloaded critical-section v1.2.0
12452026-04-10T03:33:28.604Z Downloaded foreign-types v0.5.0
12462026-04-10T03:33:28.604Z Downloaded fixedbitset v0.4.2
12472026-04-10T03:33:28.604Z Downloaded cookie v0.18.1
12482026-04-10T03:33:28.604Z Downloaded ciborium-ll v0.2.2
12492026-04-10T03:33:28.606Z Downloaded tabled v0.15.0
12502026-04-10T03:33:28.614Z Downloaded rayon v1.11.0
12512026-04-10T03:33:28.618Z Downloaded serde_with v3.18.0
12522026-04-10T03:33:28.626Z Downloaded git-stub v1.0.0
12532026-04-10T03:33:28.639Z Downloaded rustls-webpki v0.102.8
12542026-04-10T03:33:28.650Z Downloaded zerocopy v0.7.35
12552026-04-10T03:33:28.660Z Downloaded rustls v0.22.4
12562026-04-10T03:33:28.667Z Downloaded moka v0.12.15
12572026-04-10T03:33:28.671Z Downloaded goblin v0.10.5
12582026-04-10T03:33:28.675Z Downloaded dropshot v0.17.0
12592026-04-10T03:33:28.688Z Downloaded time v0.3.47
12602026-04-10T03:33:28.694Z Downloaded tabled v0.20.0
12612026-04-10T03:33:28.704Z Downloaded syn v1.0.109
12622026-04-10T03:33:28.723Z Downloaded sled v0.34.7
12632026-04-10T03:33:28.729Z Downloaded typify-impl v0.6.1
12642026-04-10T03:33:28.736Z Downloaded typify-impl v0.4.3
12652026-04-10T03:33:28.744Z Downloaded rhai v1.24.0
12662026-04-10T03:33:28.750Z Downloaded openapiv3 v2.2.0
12672026-04-10T03:33:28.757Z Downloaded hickory-proto v0.24.4
12682026-04-10T03:33:28.765Z Downloaded hickory-proto v0.25.2
12692026-04-10T03:33:28.774Z Downloaded smoltcp v0.11.0
12702026-04-10T03:33:28.781Z Downloaded regress v0.10.5
12712026-04-10T03:33:28.785Z Downloaded nix v0.31.2
12722026-04-10T03:33:28.800Z Downloaded chrono-tz v0.10.4
12732026-04-10T03:33:28.809Z Downloaded petgraph v0.6.5
12742026-04-10T03:33:28.833Z Downloaded csv v1.4.0
12752026-04-10T03:33:28.845Z Downloaded lzma-sys v0.1.20
12762026-04-10T03:33:28.862Z Downloaded jiff v0.2.23
12772026-04-10T03:33:28.873Z Downloaded sha3 v0.10.8
12782026-04-10T03:33:28.927Z Downloaded encoding_rs v0.8.35
12792026-04-10T03:33:29.431Z Downloaded aws-lc-sys v0.39.1
12802026-04-10T03:33:30.323Z Compiling proc-macro2 v1.0.106
12812026-04-10T03:33:30.323Z Compiling quote v1.0.45
12822026-04-10T03:33:30.323Z Compiling unicode-ident v1.0.24
12832026-04-10T03:33:30.326Z Compiling serde_core v1.0.228
12842026-04-10T03:33:30.326Z Compiling cfg-if v1.0.4
12852026-04-10T03:33:30.326Z Compiling serde v1.0.228
12862026-04-10T03:33:30.326Z Compiling libc v0.2.184
12872026-04-10T03:33:30.326Z Compiling memchr v2.8.0
12882026-04-10T03:33:30.538Z Compiling itoa v1.0.18
12892026-04-10T03:33:30.719Z Compiling smallvec v1.15.1
12902026-04-10T03:33:30.739Z Compiling zmij v1.0.21
12912026-04-10T03:33:30.757Z Compiling serde_json v1.0.149
12922026-04-10T03:33:30.921Z Compiling autocfg v1.5.0
12932026-04-10T03:33:30.988Z Compiling libm v0.2.16
12942026-04-10T03:33:31.128Z Compiling version_check v0.9.5
12952026-04-10T03:33:31.199Z Compiling stable_deref_trait v1.2.1
12962026-04-10T03:33:31.263Z Compiling pin-project-lite v0.2.17
12972026-04-10T03:33:31.274Z Compiling percent-encoding v2.3.2
12982026-04-10T03:33:31.332Z Compiling litemap v0.8.1
12992026-04-10T03:33:31.353Z Compiling writeable v0.6.2
13002026-04-10T03:33:31.368Z Compiling icu_properties_data v2.1.2
13012026-04-10T03:33:31.399Z Compiling icu_normalizer_data v2.1.1
13022026-04-10T03:33:31.516Z Compiling iana-time-zone v0.1.65
13032026-04-10T03:33:31.544Z Compiling equivalent v1.0.2
13042026-04-10T03:33:31.625Z Compiling parking_lot_core v0.9.12
13052026-04-10T03:33:31.636Z Compiling syn v2.0.117
13062026-04-10T03:33:31.737Z Compiling scopeguard v1.2.0
13072026-04-10T03:33:31.754Z Compiling allocator-api2 v0.2.21
13082026-04-10T03:33:31.796Z Compiling foldhash v0.2.0
13092026-04-10T03:33:31.808Z Compiling form_urlencoded v1.2.2
13102026-04-10T03:33:31.836Z Compiling lock_api v0.4.14
13112026-04-10T03:33:31.895Z Compiling utf8_iter v1.0.4
13122026-04-10T03:33:31.985Z Compiling dyn-clone v1.0.20
13132026-04-10T03:33:32.025Z Compiling hashbrown v0.16.1
13142026-04-10T03:33:32.041Z Compiling num-traits v0.2.19
13152026-04-10T03:33:32.056Z Compiling jobserver v0.1.34
13162026-04-10T03:33:32.067Z Compiling shlex v1.3.0
13172026-04-10T03:33:32.121Z Compiling find-msvc-tools v0.1.9
13182026-04-10T03:33:32.247Z Compiling log v0.4.29
13192026-04-10T03:33:32.351Z Compiling cc v1.2.58
13202026-04-10T03:33:32.369Z Compiling errno v0.3.14
13212026-04-10T03:33:32.427Z Compiling rand_core v0.10.0
13222026-04-10T03:33:32.513Z Compiling semver v1.0.28
13232026-04-10T03:33:32.576Z Compiling getrandom v0.4.2
13242026-04-10T03:33:32.606Z Compiling futures-core v0.3.32
13252026-04-10T03:33:32.620Z Compiling indexmap v2.13.0
13262026-04-10T03:33:32.817Z Compiling thiserror v2.0.18
13272026-04-10T03:33:32.918Z Compiling zerocopy v0.8.48
13282026-04-10T03:33:33.066Z Compiling heck v0.5.0
13292026-04-10T03:33:33.078Z Compiling futures-sink v0.3.32
13302026-04-10T03:33:33.176Z Compiling slab v0.4.12
13312026-04-10T03:33:33.286Z Compiling fnv v1.0.7
13322026-04-10T03:33:33.322Z Compiling uuid v1.23.0
13332026-04-10T03:33:33.341Z Compiling futures-channel v0.3.32
13342026-04-10T03:33:33.341Z Compiling rustversion v1.0.22
13352026-04-10T03:33:33.383Z Compiling futures-io v0.3.32
13362026-04-10T03:33:33.453Z Compiling futures-task v0.3.32
13372026-04-10T03:33:33.600Z Compiling typenum v1.19.0
13382026-04-10T03:33:33.610Z Compiling schemars v0.8.22
13392026-04-10T03:33:33.720Z Compiling socket2 v0.6.3
13402026-04-10T03:33:33.766Z Compiling getrandom v0.2.17
13412026-04-10T03:33:33.801Z Compiling portable-atomic v1.13.1
13422026-04-10T03:33:33.859Z Compiling parking_lot v0.12.5
13432026-04-10T03:33:33.940Z Compiling signal-hook-registry v1.4.8
13442026-04-10T03:33:33.962Z Compiling mio v1.2.0
13452026-04-10T03:33:34.189Z Compiling bitflags v2.11.0
13462026-04-10T03:33:34.242Z Compiling critical-section v1.2.0
13472026-04-10T03:33:34.287Z Compiling subtle v2.6.1
13482026-04-10T03:33:34.347Z Compiling byteorder v1.5.0
13492026-04-10T03:33:34.395Z Compiling untrusted v0.9.0
13502026-04-10T03:33:34.431Z Compiling base64 v0.22.1
13512026-04-10T03:33:34.451Z Compiling rand_core v0.6.4
13522026-04-10T03:33:34.482Z Compiling synstructure v0.13.2
13532026-04-10T03:33:34.512Z Compiling serde_derive_internals v0.29.1
13542026-04-10T03:33:34.552Z Compiling cmake v0.1.58
13552026-04-10T03:33:34.578Z Compiling dunce v1.0.5
13562026-04-10T03:33:34.672Z Compiling fs_extra v1.3.0
13572026-04-10T03:33:34.683Z Compiling ipnet v2.12.0
13582026-04-10T03:33:34.775Z Compiling once_cell v1.21.4
13592026-04-10T03:33:34.814Z Compiling atomic-waker v1.1.2
13602026-04-10T03:33:34.901Z Compiling regex-syntax v0.8.10
13612026-04-10T03:33:34.935Z Compiling aws-lc-sys v0.39.1
13622026-04-10T03:33:34.946Z Compiling strsim v0.11.1
13632026-04-10T03:33:34.991Z Compiling rustix v1.1.4
13642026-04-10T03:33:35.007Z Compiling httparse v1.10.1
13652026-04-10T03:33:35.233Z Compiling slog v2.8.2
13662026-04-10T03:33:35.295Z Compiling generic-array v0.14.7
13672026-04-10T03:33:35.354Z Compiling tower-service v0.3.3
13682026-04-10T03:33:35.406Z Compiling thiserror v1.0.69
13692026-04-10T03:33:35.443Z Compiling tower-layer v0.3.3
13702026-04-10T03:33:35.455Z Compiling ucd-trie v0.1.7
13712026-04-10T03:33:35.580Z Compiling try-lock v0.2.5
13722026-04-10T03:33:35.602Z Compiling pest v2.8.6
13732026-04-10T03:33:35.689Z Compiling want v0.3.1
13742026-04-10T03:33:35.765Z Compiling ryu v1.0.23
13752026-04-10T03:33:35.778Z Compiling serde_derive v1.0.228
13762026-04-10T03:33:35.800Z Compiling zerofrom-derive v0.1.6
13772026-04-10T03:33:35.863Z Compiling yoke-derive v0.8.1
13782026-04-10T03:33:35.894Z Compiling zerovec-derive v0.11.2
13792026-04-10T03:33:35.905Z Compiling displaydoc v0.2.5
13802026-04-10T03:33:35.947Z Compiling tokio-macros v2.7.0
13812026-04-10T03:33:36.644Z Compiling schemars_derive v0.8.22
13822026-04-10T03:33:36.686Z Compiling thiserror-impl v2.0.18
13832026-04-10T03:33:36.878Z Compiling zerocopy-derive v0.8.48
13842026-04-10T03:33:36.901Z Compiling zeroize_derive v1.4.3
13852026-04-10T03:33:36.981Z Compiling futures-macro v0.3.32
13862026-04-10T03:33:37.011Z Compiling zerofrom v0.1.6
13872026-04-10T03:33:37.132Z Compiling yoke v0.8.1
13882026-04-10T03:33:37.311Z Compiling zerovec v0.11.5
13892026-04-10T03:33:37.565Z Compiling zerotrie v0.2.3
13902026-04-10T03:33:37.586Z Compiling zeroize v1.8.2
13912026-04-10T03:33:37.787Z Compiling tinystr v0.8.2
13922026-04-10T03:33:37.800Z Compiling potential_utf v0.1.4
13932026-04-10T03:33:37.811Z Compiling futures-util v0.3.32
13942026-04-10T03:33:37.864Z Compiling thiserror-impl v1.0.69
13952026-04-10T03:33:37.912Z Compiling icu_collections v2.1.1
13962026-04-10T03:33:37.957Z Compiling icu_locale_core v2.1.1
13972026-04-10T03:33:38.457Z Compiling pest_meta v2.8.6
13982026-04-10T03:33:38.645Z Compiling icu_provider v2.1.1
13992026-04-10T03:33:38.944Z Compiling bytes v1.11.1
14002026-04-10T03:33:38.956Z Compiling icu_properties v2.1.2
14012026-04-10T03:33:39.002Z Compiling icu_normalizer v2.1.1
14022026-04-10T03:33:39.054Z Compiling chrono v0.4.44
14032026-04-10T03:33:39.579Z Compiling tokio v1.51.1
14042026-04-10T03:33:39.591Z Compiling http v1.4.0
14052026-04-10T03:33:39.751Z Compiling serde_tokenstream v0.2.3
14062026-04-10T03:33:40.037Z Compiling idna_adapter v1.2.1
14072026-04-10T03:33:40.111Z Compiling erased-serde v0.3.31
14082026-04-10T03:33:40.158Z Compiling idna v1.1.0
14092026-04-10T03:33:40.268Z Compiling http-body v1.0.1
14102026-04-10T03:33:40.418Z Compiling getrandom v0.3.4
14112026-04-10T03:33:40.572Z Compiling url v2.5.8
14122026-04-10T03:33:40.591Z Compiling httpdate v1.0.3
14132026-04-10T03:33:40.758Z Compiling pest_generator v2.8.6
14142026-04-10T03:33:40.823Z Compiling pretty-hex v0.4.2
14152026-04-10T03:33:40.918Z Compiling paste v1.0.15
14162026-04-10T03:33:40.952Z Compiling plain v0.2.3
14172026-04-10T03:33:40.977Z Compiling crypto-common v0.1.7
14182026-04-10T03:33:41.105Z Compiling ppv-lite86 v0.2.21
14192026-04-10T03:33:41.240Z Compiling ident_case v1.0.1
14202026-04-10T03:33:41.276Z Compiling omicron-workspace-hack v0.1.0
14212026-04-10T03:33:41.372Z Compiling pest_derive v2.8.6
14222026-04-10T03:33:41.418Z Compiling tracing-attributes v0.1.31
14232026-04-10T03:33:41.436Z Compiling tracing-core v0.1.36
14242026-04-10T03:33:41.557Z Compiling http-body-util v0.1.3
14252026-04-10T03:33:41.794Z Compiling serde_urlencoded v0.7.1
14262026-04-10T03:33:41.845Z Compiling ipnetwork v0.21.1
14272026-04-10T03:33:41.893Z Compiling daft-derive v0.1.5
14282026-04-10T03:33:42.031Z Compiling sync_wrapper v1.0.2
14292026-04-10T03:33:42.034Z Compiling winnow v1.0.1
14302026-04-10T03:33:42.138Z Compiling fastrand v2.3.0
14312026-04-10T03:33:42.278Z Compiling aho-corasick v1.1.4
14322026-04-10T03:33:42.402Z Compiling rustls-pki-types v1.14.0
14332026-04-10T03:33:42.519Z Compiling async-trait v0.1.89
14342026-04-10T03:33:42.624Z Compiling tracing v0.1.44
14352026-04-10T03:33:42.627Z Compiling ring v0.17.14
14362026-04-10T03:33:42.874Z Compiling anyhow v1.0.102
14372026-04-10T03:33:43.079Z Compiling regex-automata v0.4.14
14382026-04-10T03:33:43.093Z Compiling time-core v0.1.8
14392026-04-10T03:33:43.132Z Compiling num-conv v0.2.1
14402026-04-10T03:33:43.180Z Compiling powerfmt v0.2.0
14412026-04-10T03:33:43.231Z Compiling iri-string v0.7.12
14422026-04-10T03:33:43.273Z Compiling cpufeatures v0.2.17
14432026-04-10T03:33:43.343Z Compiling deranged v0.5.8
14442026-04-10T03:33:43.440Z Compiling time-macros v0.2.27
14452026-04-10T03:33:43.881Z Compiling block-buffer v0.10.4
14462026-04-10T03:33:44.028Z Compiling scroll_derive v0.13.1
14472026-04-10T03:33:44.319Z Compiling num_threads v0.1.7
14482026-04-10T03:33:44.412Z Compiling hex v0.4.3
14492026-04-10T03:33:44.415Z Compiling digest v0.10.7
14502026-04-10T03:33:44.838Z Compiling regex v1.12.3
14512026-04-10T03:33:44.910Z Compiling scroll v0.13.0
14522026-04-10T03:33:45.051Z Compiling tokio-util v0.7.18
14532026-04-10T03:33:45.165Z Compiling oxnet v0.1.4
14542026-04-10T03:33:45.291Z Compiling camino v1.2.2
14552026-04-10T03:33:45.593Z Compiling goblin v0.10.5
14562026-04-10T03:33:45.673Z Compiling openssl-probe v0.2.1
14572026-04-10T03:33:45.788Z Compiling usdt-impl v0.6.0
14582026-04-10T03:33:46.037Z Compiling dtrace-parser v0.3.0
14592026-04-10T03:33:46.256Z Compiling crossbeam-utils v0.8.21
14602026-04-10T03:33:46.558Z Compiling h2 v0.4.13
14612026-04-10T03:33:46.741Z Compiling futures-executor v0.3.32
14622026-04-10T03:33:46.805Z Compiling openapiv3 v2.2.0
14632026-04-10T03:33:46.902Z Compiling structmeta-derive v0.3.0
14642026-04-10T03:33:47.018Z Compiling regress v0.10.5
14652026-04-10T03:33:47.657Z Compiling thread-id v5.1.0
14662026-04-10T03:33:47.738Z Compiling rustls v0.22.4
14672026-04-10T03:33:47.916Z Compiling syn v1.0.109
14682026-04-10T03:33:47.966Z Compiling structmeta v0.3.0
14692026-04-10T03:33:48.161Z Compiling futures v0.3.32
14702026-04-10T03:33:48.232Z Compiling dof v0.4.0
14712026-04-10T03:33:48.288Z Compiling rand_core v0.9.5
14722026-04-10T03:33:48.670Z Compiling hyper v1.9.0
14732026-04-10T03:33:48.938Z Compiling darling_core v0.23.0
14742026-04-10T03:33:49.676Z Compiling newtype-uuid-macros v0.1.0
14752026-04-10T03:33:49.797Z Compiling thread_local v1.1.9
14762026-04-10T03:33:50.269Z Compiling aws-lc-rs v1.16.2
14772026-04-10T03:33:50.349Z Compiling winnow v0.7.15
14782026-04-10T03:33:50.428Z Compiling match_cfg v0.1.0
14792026-04-10T03:33:50.453Z Compiling hyper-util v0.1.20
14802026-04-10T03:33:50.497Z Compiling newtype-uuid v1.3.2
14812026-04-10T03:33:50.567Z Compiling ref-cast v1.0.25
14822026-04-10T03:33:50.839Z Compiling slog-async v2.8.0
14832026-04-10T03:33:50.876Z Compiling quick-error v1.2.3
14842026-04-10T03:33:50.950Z Compiling daft v0.1.5
14852026-04-10T03:33:50.968Z Compiling usdt-macro v0.6.0
14862026-04-10T03:33:51.042Z Compiling darling_macro v0.23.0
14872026-04-10T03:33:51.161Z Compiling usdt-attr-macro v0.6.0
14882026-04-10T03:33:51.197Z Compiling rand_chacha v0.9.0
14892026-04-10T03:33:51.603Z Compiling darling v0.23.0
14902026-04-10T03:33:51.634Z Compiling strum_macros v0.26.4
14912026-04-10T03:33:51.681Z Compiling ref-cast-impl v1.0.25
14922026-04-10T03:33:51.836Z Compiling toml_datetime v0.7.5+spec-1.1.0
14932026-04-10T03:33:52.100Z Compiling serde_spanned v1.1.0
14942026-04-10T03:33:52.135Z Compiling multer v3.1.0
14952026-04-10T03:33:52.138Z Compiling term v1.2.1
14962026-04-10T03:33:52.244Z Compiling untrusted v0.7.1
14972026-04-10T03:33:52.272Z Compiling debug-ignore v1.0.5
14982026-04-10T03:33:52.336Z Compiling toml_writer v1.1.0+spec-1.1.0
14992026-04-10T03:33:52.361Z Compiling take_mut v0.2.2
15002026-04-10T03:33:52.372Z Compiling bit-vec v0.8.0
15012026-04-10T03:33:52.466Z Compiling serde_with_macros v3.18.0
15022026-04-10T03:33:52.522Z Compiling rand v0.9.2
15032026-04-10T03:33:52.600Z Compiling bit-set v0.8.0
15042026-04-10T03:33:52.759Z Compiling async-stream-impl v0.3.6
15052026-04-10T03:33:52.849Z Compiling dropshot v0.16.7
15062026-04-10T03:33:53.070Z Compiling encoding_rs v0.8.35
15072026-04-10T03:33:53.255Z Compiling strum v0.26.3
15082026-04-10T03:33:53.364Z Compiling mime v0.3.17
15092026-04-10T03:33:53.399Z Compiling unarray v0.1.4
15102026-04-10T03:33:53.461Z Compiling rustls v0.23.37
15112026-04-10T03:33:53.504Z Compiling spin v0.9.8
15122026-04-10T03:33:53.620Z Compiling async-stream v0.3.6
15132026-04-10T03:33:53.688Z Compiling derive-ex v0.1.8
15142026-04-10T03:33:53.711Z Compiling dropshot_endpoint v0.16.7
15152026-04-10T03:33:53.798Z Compiling macaddr v1.0.1
15162026-04-10T03:33:53.849Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15172026-04-10T03:33:54.021Z Compiling waitgroup v0.1.2
15182026-04-10T03:33:54.151Z Compiling serde_path_to_error v0.1.20
15192026-04-10T03:33:54.314Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15202026-04-10T03:33:54.445Z Compiling tempfile v3.27.0
15212026-04-10T03:33:54.505Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15222026-04-10T03:33:54.607Z Compiling tower v0.5.3
15232026-04-10T03:33:54.683Z Compiling strum_macros v0.27.2
15242026-04-10T03:33:54.831Z Compiling instant v0.1.13
15252026-04-10T03:33:54.875Z Compiling time v0.3.47
15262026-04-10T03:33:55.096Z Compiling tower-http v0.6.8
15272026-04-10T03:33:55.276Z Compiling test-strategy v0.4.5
15282026-04-10T03:33:55.302Z Compiling rustc-hash v2.1.2
15292026-04-10T03:33:55.423Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15302026-04-10T03:33:55.522Z Compiling crossbeam-channel v0.5.15
15312026-04-10T03:33:56.501Z Compiling strum v0.27.2
15322026-04-10T03:33:56.561Z Compiling parse-display-derive v0.10.0
15332026-04-10T03:33:56.626Z Compiling rustls-native-certs v0.8.3
15342026-04-10T03:33:56.638Z Compiling backon v1.6.0
15352026-04-10T03:33:56.962Z Compiling rustls-webpki v0.102.8
15362026-04-10T03:33:56.972Z Compiling rand_chacha v0.3.1
15372026-04-10T03:33:57.807Z Compiling rand v0.8.5
15382026-04-10T03:33:57.845Z Compiling slog-json v2.6.1
15392026-04-10T03:33:58.052Z Compiling hostname v0.3.1
15402026-04-10T03:33:58.136Z Compiling toml_parser v1.1.0+spec-1.1.0
15412026-04-10T03:33:58.189Z Compiling is-terminal v0.4.17
15422026-04-10T03:33:58.208Z Compiling memmap2 v0.9.10
15432026-04-10T03:33:58.279Z Compiling wait-timeout v0.2.1
15442026-04-10T03:33:58.447Z Compiling either v1.15.0
15452026-04-10T03:33:58.642Z Compiling toml v0.9.12+spec-1.1.0
15462026-04-10T03:33:58.653Z Compiling rusty-fork v0.3.1
15472026-04-10T03:33:58.664Z Compiling usdt v0.6.0
15482026-04-10T03:33:58.867Z Compiling slog-term v2.9.2
15492026-04-10T03:33:58.941Z Compiling slog-bunyan v2.5.0
15502026-04-10T03:33:59.481Z Compiling tokio-rustls v0.25.0
15512026-04-10T03:33:59.481Z Compiling serde_with v3.18.0
15522026-04-10T03:33:59.636Z Compiling rand_xorshift v0.4.0
15532026-04-10T03:33:59.711Z Compiling sha1 v0.10.6
15542026-04-10T03:33:59.786Z Compiling rustls-pemfile v2.2.0
15552026-04-10T03:33:59.813Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15562026-04-10T03:33:59.938Z Compiling hostname v0.4.2
15572026-04-10T03:33:59.978Z Compiling proptest v1.11.0
15582026-04-10T03:34:00.472Z Compiling iddqd v0.3.17
15592026-04-10T03:34:00.688Z Compiling reqwest v0.12.28
15602026-04-10T03:34:01.245Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15612026-04-10T03:34:02.033Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15622026-04-10T03:34:02.036Z Compiling progenitor-client v0.10.0
15632026-04-10T03:34:02.318Z Compiling parse-display v0.10.0
15642026-04-10T03:34:02.611Z Compiling itertools v0.14.0
15652026-04-10T03:34:02.659Z Compiling backoff v0.4.0
15662026-04-10T03:34:02.680Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15672026-04-10T03:34:02.867Z Compiling toml_datetime v0.6.11
15682026-04-10T03:34:03.864Z Compiling utf8parse v0.2.2
15692026-04-10T03:34:03.898Z Compiling zerocopy-derive v0.7.35
15702026-04-10T03:34:03.974Z Compiling anstyle-parse v1.0.0
15712026-04-10T03:34:04.161Z Compiling colorchoice v1.0.5
15722026-04-10T03:34:04.278Z Compiling is_terminal_polyfill v1.70.2
15732026-04-10T03:34:04.326Z Compiling anstyle v1.0.14
15742026-04-10T03:34:04.367Z Compiling anstyle-query v1.1.5
15752026-04-10T03:34:04.520Z Compiling anstream v1.0.0
15762026-04-10T03:34:04.751Z Compiling zerocopy v0.7.35
15772026-04-10T03:34:05.021Z Compiling convert_case v0.4.0
15782026-04-10T03:34:05.066Z Compiling clap_lex v1.1.0
15792026-04-10T03:34:05.325Z Compiling derive_more v0.99.20
15802026-04-10T03:34:05.776Z Compiling tinyvec_macros v0.1.1
15812026-04-10T03:34:05.983Z Compiling unicode-width v0.2.2
15822026-04-10T03:34:06.163Z Compiling tinyvec v1.11.0
15832026-04-10T03:34:06.768Z Compiling dtrace-parser v0.2.0
15842026-04-10T03:34:06.822Z Compiling serde_spanned v0.6.9
15852026-04-10T03:34:06.966Z Compiling secrecy v0.10.3
15862026-04-10T03:34:07.122Z Compiling clap_derive v4.6.0
15872026-04-10T03:34:07.295Z Compiling scroll_derive v0.12.1
15882026-04-10T03:34:07.525Z Compiling usdt-impl v0.5.0
15892026-04-10T03:34:07.545Z Compiling toml_write v0.1.2
15902026-04-10T03:34:07.651Z Compiling crucible-workspace-hack v0.1.0
15912026-04-10T03:34:07.747Z Compiling toml_edit v0.22.27
15922026-04-10T03:34:08.004Z Compiling scroll v0.12.0
15932026-04-10T03:34:08.453Z Compiling dof v0.3.0
15942026-04-10T03:34:08.762Z Compiling typify-impl v0.6.1
15952026-04-10T03:34:08.800Z Compiling terminal_size v0.4.4
15962026-04-10T03:34:08.811Z Compiling darling_core v0.21.3
15972026-04-10T03:34:08.862Z Compiling rustc_version v0.4.1
15982026-04-10T03:34:08.912Z Compiling thread-id v4.2.2
15992026-04-10T03:34:09.134Z Compiling curve25519-dalek v4.1.3
16002026-04-10T03:34:09.397Z Compiling toml v0.8.23
16012026-04-10T03:34:10.005Z Compiling goblin v0.8.2
16022026-04-10T03:34:10.288Z Compiling crossbeam-epoch v0.9.18
16032026-04-10T03:34:10.378Z Compiling hmac v0.12.1
16042026-04-10T03:34:10.514Z Compiling inout v0.1.4
16052026-04-10T03:34:10.634Z Compiling ff v0.13.1
16062026-04-10T03:34:10.657Z Compiling num-integer v0.1.46
16072026-04-10T03:34:10.931Z Compiling darling_macro v0.21.3
16082026-04-10T03:34:11.067Z Compiling float-ord v0.3.2
16092026-04-10T03:34:11.078Z Compiling toml_datetime v1.1.0+spec-1.1.0
16102026-04-10T03:34:11.300Z Compiling toml_edit v0.25.8+spec-1.1.0
16112026-04-10T03:34:11.498Z Compiling darling v0.21.3
16122026-04-10T03:34:11.578Z Compiling group v0.13.0
16132026-04-10T03:34:11.688Z Compiling cipher v0.4.4
16142026-04-10T03:34:11.778Z Compiling hkdf v0.12.4
16152026-04-10T03:34:12.467Z Compiling clap_builder v4.6.0
16162026-04-10T03:34:14.016Z Compiling thiserror-impl-no-std v2.0.2
16172026-04-10T03:34:14.027Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16182026-04-10T03:34:14.628Z Compiling half v2.7.1
16192026-04-10T03:34:14.704Z Compiling universal-hash v0.5.1
16202026-04-10T03:34:14.833Z Compiling crypto-bigint v0.5.5
16212026-04-10T03:34:14.923Z Compiling curve25519-dalek-derive v0.1.1
16222026-04-10T03:34:15.043Z Compiling typify-macro v0.6.1
16232026-04-10T03:34:15.098Z Compiling proc-macro-error-attr v1.0.4
16242026-04-10T03:34:15.545Z Compiling opaque-debug v0.3.1
16252026-04-10T03:34:15.587Z Compiling ciborium-io v0.2.2
16262026-04-10T03:34:15.614Z Compiling prettyplease v0.2.37
16272026-04-10T03:34:15.680Z Compiling base64ct v1.8.3
16282026-04-10T03:34:15.802Z Compiling rustix v0.38.44
16292026-04-10T03:34:15.842Z Compiling base16ct v0.2.0
16302026-04-10T03:34:15.970Z Compiling heapless v0.8.0
16312026-04-10T03:34:15.981Z Compiling elliptic-curve v0.13.8
16322026-04-10T03:34:16.001Z Compiling password-hash v0.5.0
16332026-04-10T03:34:16.120Z Compiling ciborium-ll v0.2.2
16342026-04-10T03:34:16.229Z Compiling poly1305 v0.8.0
16352026-04-10T03:34:16.438Z Compiling thiserror-no-std v2.0.2
16362026-04-10T03:34:16.468Z Compiling clap v4.6.0
16372026-04-10T03:34:16.789Z Compiling chacha20 v0.9.1
16382026-04-10T03:34:16.844Z Compiling proc-macro-crate v3.5.0
16392026-04-10T03:34:17.006Z Compiling ingot-macros v0.1.1
16402026-04-10T03:34:17.075Z Compiling num-rational v0.4.2
16412026-04-10T03:34:17.105Z Compiling num-iter v0.1.45
16422026-04-10T03:34:17.108Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16432026-04-10T03:34:17.222Z Compiling usdt-attr-macro v0.5.0
16442026-04-10T03:34:17.255Z Compiling usdt-macro v0.5.0
16452026-04-10T03:34:17.683Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16462026-04-10T03:34:18.256Z Compiling byte-wrapper v0.1.0
16472026-04-10T03:34:18.444Z Compiling blake2 v0.10.6
16482026-04-10T03:34:18.556Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16492026-04-10T03:34:18.767Z Compiling aead v0.5.2
16502026-04-10T03:34:18.897Z Compiling enum-as-inner v0.6.1
16512026-04-10T03:34:18.926Z Compiling hash32 v0.3.1
16522026-04-10T03:34:18.937Z Compiling num-complex v0.4.6
16532026-04-10T03:34:19.077Z Compiling proc-macro-error v1.0.4
16542026-04-10T03:34:19.089Z Compiling memmap v0.7.0
16552026-04-10T03:34:19.303Z Compiling smoltcp v0.11.0
16562026-04-10T03:34:19.326Z Compiling keccak v0.1.6
16572026-04-10T03:34:19.436Z Compiling winnow v0.5.40
16582026-04-10T03:34:19.469Z Compiling data-encoding v2.10.0
16592026-04-10T03:34:19.572Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16602026-04-10T03:34:19.667Z Compiling sha3 v0.10.8
16612026-04-10T03:34:19.806Z Compiling ingot-types v0.1.2
16622026-04-10T03:34:19.937Z Compiling num v0.4.3
16632026-04-10T03:34:19.976Z Compiling usdt v0.5.0
16642026-04-10T03:34:20.214Z Compiling rustls-webpki v0.103.10
16652026-04-10T03:34:20.318Z Compiling chacha20poly1305 v0.10.1
16662026-04-10T03:34:20.446Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16672026-04-10T03:34:20.458Z Compiling argon2 v0.5.3
16682026-04-10T03:34:20.521Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16692026-04-10T03:34:20.977Z Compiling toml_edit v0.19.15
16702026-04-10T03:34:21.259Z Compiling num_enum_derive v0.7.6
16712026-04-10T03:34:21.310Z Compiling typify v0.6.1
16722026-04-10T03:34:21.403Z Compiling vsss-rs v3.3.4
16732026-04-10T03:34:22.143Z Compiling ciborium v0.2.2
16742026-04-10T03:34:22.857Z Compiling tabwriter v1.4.1
16752026-04-10T03:34:23.096Z Compiling cobs v0.3.0
16762026-04-10T03:34:23.124Z Compiling memoffset v0.9.1
16772026-04-10T03:34:23.170Z Compiling pkg-config v0.3.32
16782026-04-10T03:34:23.293Z Compiling cfg_aliases v0.2.1
16792026-04-10T03:34:23.296Z Compiling unsafe-libyaml v0.2.11
16802026-04-10T03:34:23.348Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16812026-04-10T03:34:23.405Z Compiling managed v0.8.0
16822026-04-10T03:34:23.482Z Compiling bitflags v1.3.2
16832026-04-10T03:34:23.557Z Compiling indent_write v2.2.0
16842026-04-10T03:34:23.568Z Compiling vcpkg v0.2.15
16852026-04-10T03:34:23.632Z Compiling tokio-rustls v0.26.4
16862026-04-10T03:34:23.645Z Compiling rustls-platform-verifier v0.6.2
16872026-04-10T03:34:23.903Z Compiling hyper-rustls v0.27.7
16882026-04-10T03:34:24.054Z Compiling serde_yaml v0.9.34+deprecated
16892026-04-10T03:34:24.124Z Compiling reqwest v0.13.2
16902026-04-10T03:34:24.137Z Compiling openssl-sys v0.9.112
16912026-04-10T03:34:24.881Z Compiling nix v0.31.2
16922026-04-10T03:34:25.258Z Compiling postcard v1.1.3
16932026-04-10T03:34:25.332Z Compiling progenitor-client v0.13.0
16942026-04-10T03:34:25.629Z Compiling progenitor-extras v0.1.1
16952026-04-10T03:34:25.903Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16962026-04-10T03:34:26.183Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16972026-04-10T03:34:27.053Z Compiling num_enum v0.7.6
16982026-04-10T03:34:27.453Z Compiling proc-macro-crate v1.3.1
16992026-04-10T03:34:27.807Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17002026-04-10T03:34:27.908Z Compiling progenitor-impl v0.13.0
17012026-04-10T03:34:27.920Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17022026-04-10T03:34:28.181Z Compiling ingot v0.1.1
17032026-04-10T03:34:28.431Z Compiling hubpack_derive v0.1.1
17042026-04-10T03:34:28.541Z Compiling foreign-types-macros v0.2.3
17052026-04-10T03:34:28.965Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17062026-04-10T03:34:29.202Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17072026-04-10T03:34:29.281Z Compiling rayon-core v1.13.0
17082026-04-10T03:34:29.382Z Compiling cpufeatures v0.3.0
17092026-04-10T03:34:29.429Z Compiling semver v0.1.20
17102026-04-10T03:34:29.458Z Compiling heck v0.4.1
17112026-04-10T03:34:29.502Z Compiling foreign-types-shared v0.3.1
17122026-04-10T03:34:29.599Z Compiling static_assertions v1.1.0
17132026-04-10T03:34:29.658Z Compiling swrite v0.1.0
17142026-04-10T03:34:29.673Z Compiling colored v3.1.1
17152026-04-10T03:34:29.685Z Compiling linked-hash-map v0.5.6
17162026-04-10T03:34:29.754Z Compiling resolv-conf v0.7.6
17172026-04-10T03:34:29.866Z Compiling lru-cache v0.1.2
17182026-04-10T03:34:29.995Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17192026-04-10T03:34:30.069Z Compiling rustc_version v0.1.7
17202026-04-10T03:34:30.120Z Compiling foreign-types v0.5.0
17212026-04-10T03:34:30.152Z Compiling chacha20 v0.10.0
17222026-04-10T03:34:30.245Z Compiling hubpack v0.1.2
17232026-04-10T03:34:30.271Z Compiling num_enum_derive v0.5.11
17242026-04-10T03:34:30.543Z Compiling hickory-proto v0.24.4
17252026-04-10T03:34:30.646Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17262026-04-10T03:34:31.184Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17272026-04-10T03:34:31.298Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17282026-04-10T03:34:31.692Z Compiling progenitor-macro v0.13.0
17292026-04-10T03:34:33.760Z Compiling crossbeam-deque v0.8.6
17302026-04-10T03:34:33.867Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17312026-04-10T03:34:33.957Z Compiling serde-big-array v0.5.1
17322026-04-10T03:34:34.052Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17332026-04-10T03:34:34.090Z Compiling derive-where v1.6.1
17342026-04-10T03:34:34.106Z Compiling serde_repr v0.1.20
17352026-04-10T03:34:34.379Z Compiling pin-project-internal v1.1.11
17362026-04-10T03:34:34.422Z Compiling cstr-argument v0.1.2
17372026-04-10T03:34:34.579Z Compiling minimal-lexical v0.2.1
17382026-04-10T03:34:34.583Z Compiling siphasher v1.0.2
17392026-04-10T03:34:34.715Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17402026-04-10T03:34:34.790Z Compiling unicode-segmentation v1.13.2
17412026-04-10T03:34:34.845Z Compiling nom v7.1.3
17422026-04-10T03:34:34.866Z Compiling phf_shared v0.12.1
17432026-04-10T03:34:34.946Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17442026-04-10T03:34:35.209Z Compiling newline-converter v0.3.0
17452026-04-10T03:34:35.328Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17462026-04-10T03:34:35.402Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17472026-04-10T03:34:35.486Z Compiling pin-project v1.1.11
17482026-04-10T03:34:35.521Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17492026-04-10T03:34:35.585Z Compiling hickory-resolver v0.24.4
17502026-04-10T03:34:35.596Z Compiling num_enum v0.5.11
17512026-04-10T03:34:35.709Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17522026-04-10T03:34:36.191Z Compiling rand v0.10.0
17532026-04-10T03:34:36.310Z Compiling newtype_derive v0.1.6
17542026-04-10T03:34:36.540Z Compiling atomicwrites v0.4.4
17552026-04-10T03:34:36.871Z Compiling unicode-normalization v0.1.25
17562026-04-10T03:34:36.942Z Compiling progenitor v0.13.0
17572026-04-10T03:34:37.082Z Compiling console v0.15.11
17582026-04-10T03:34:37.216Z Compiling camino-tempfile v1.4.1
17592026-04-10T03:34:37.340Z Compiling tokio-stream v0.1.18
17602026-04-10T03:34:37.414Z Compiling async-recursion v1.1.1
17612026-04-10T03:34:37.458Z Compiling snafu-derive v0.8.9
17622026-04-10T03:34:37.755Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17632026-04-10T03:34:37.770Z Compiling slog-dtrace v0.3.0
17642026-04-10T03:34:37.800Z Compiling csv-core v0.1.13
17652026-04-10T03:34:37.998Z Compiling bstr v1.12.1
17662026-04-10T03:34:38.045Z Compiling cancel-safe-futures v0.1.5
17672026-04-10T03:34:38.066Z Compiling same-file v1.0.6
17682026-04-10T03:34:38.093Z Compiling foldhash v0.1.5
17692026-04-10T03:34:38.149Z Compiling similar v2.7.0
17702026-04-10T03:34:38.225Z Compiling foreign-types-shared v0.1.1
17712026-04-10T03:34:38.242Z Compiling openssl v0.10.76
17722026-04-10T03:34:38.272Z Compiling unicode-xid v0.2.6
17732026-04-10T03:34:38.283Z Compiling unicode-width v0.1.14
17742026-04-10T03:34:38.312Z Compiling highway v1.3.0
17752026-04-10T03:34:38.487Z Compiling chrono-tz v0.10.4
17762026-04-10T03:34:38.570Z Compiling owo-colors v4.3.0
17772026-04-10T03:34:38.600Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17782026-04-10T03:34:38.626Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17792026-04-10T03:34:38.721Z Compiling expectorate v1.2.0
17802026-04-10T03:34:38.772Z Compiling const_format_proc_macros v0.2.34
17812026-04-10T03:34:38.876Z Compiling globset v0.4.18
17822026-04-10T03:34:38.953Z Compiling foreign-types v0.3.2
17832026-04-10T03:34:39.048Z Compiling hashbrown v0.15.5
17842026-04-10T03:34:39.138Z Compiling walkdir v2.5.0
17852026-04-10T03:34:39.292Z Compiling snafu v0.8.9
17862026-04-10T03:34:39.578Z Compiling csv v1.4.0
17872026-04-10T03:34:39.589Z Compiling qorb v0.4.1
17882026-04-10T03:34:39.616Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17892026-04-10T03:34:39.737Z Compiling olpc-cjson v0.1.4
17902026-04-10T03:34:39.909Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17912026-04-10T03:34:40.615Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17922026-04-10T03:34:41.157Z Compiling rayon v1.11.0
17932026-04-10T03:34:41.430Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17942026-04-10T03:34:41.640Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17952026-04-10T03:34:41.782Z Compiling phf v0.12.1
17962026-04-10T03:34:41.834Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17972026-04-10T03:34:41.935Z Compiling zone_cfg_derive v0.3.1
17982026-04-10T03:34:42.394Z Compiling tokio-dtrace v0.1.1
17992026-04-10T03:34:42.636Z Compiling itertools v0.12.1
18002026-04-10T03:34:42.673Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18012026-04-10T03:34:42.778Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18022026-04-10T03:34:42.869Z Compiling libsw-core v0.3.2
18032026-04-10T03:34:42.880Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18042026-04-10T03:34:42.922Z Compiling serde_plain v1.0.2
18052026-04-10T03:34:42.945Z Compiling openssl-macros v0.1.1
18062026-04-10T03:34:43.037Z Compiling num-derive v0.4.2
18072026-04-10T03:34:43.124Z Compiling pem v3.0.6
18082026-04-10T03:34:43.136Z Compiling cookie v0.18.1
18092026-04-10T03:34:43.147Z Compiling sigpipe v0.1.3
18102026-04-10T03:34:43.234Z Compiling bytecount v0.6.9
18112026-04-10T03:34:43.368Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18122026-04-10T03:34:43.423Z Compiling typed-path v0.9.3
18132026-04-10T03:34:43.456Z Compiling jiff v0.2.23
18142026-04-10T03:34:43.475Z Compiling fixedbitset v0.4.2
18152026-04-10T03:34:43.539Z Compiling glob v0.3.3
18162026-04-10T03:34:43.629Z Compiling fixedbitset v0.5.7
18172026-04-10T03:34:43.728Z Compiling petgraph v0.6.5
18182026-04-10T03:34:43.876Z Compiling petgraph v0.8.3
18192026-04-10T03:34:43.972Z Compiling zone v0.3.1
18202026-04-10T03:34:44.050Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18212026-04-10T03:34:44.461Z Compiling tough v0.20.0
18222026-04-10T03:34:44.786Z Compiling papergrid v0.11.0
18232026-04-10T03:34:44.821Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18242026-04-10T03:34:45.247Z Compiling libsw v3.5.0
18252026-04-10T03:34:45.428Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18262026-04-10T03:34:45.679Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18272026-04-10T03:34:45.719Z Compiling oxide-tokio-rt v0.1.3
18282026-04-10T03:34:46.030Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18292026-04-10T03:34:46.574Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18302026-04-10T03:34:47.275Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18312026-04-10T03:34:47.442Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-10T03:34:47.465Z Compiling const_format v0.2.35
18332026-04-10T03:34:47.766Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18342026-04-10T03:34:47.989Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18352026-04-10T03:34:48.087Z Compiling tabled_derive v0.7.0
18362026-04-10T03:34:48.289Z Compiling gethostname v0.5.0
18372026-04-10T03:34:48.320Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18382026-04-10T03:34:48.425Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18392026-04-10T03:34:48.515Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18402026-04-10T03:34:48.541Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18412026-04-10T03:34:48.638Z Compiling smf v0.2.3
18422026-04-10T03:34:49.132Z Compiling bcs v0.1.6
18432026-04-10T03:34:49.154Z Compiling smawk v0.3.2
18442026-04-10T03:34:49.219Z Compiling linear-map v1.2.0
18452026-04-10T03:34:49.252Z Compiling lazy_static v1.5.0
18462026-04-10T03:34:49.293Z Compiling whoami v1.6.1
18472026-04-10T03:34:49.358Z Compiling termtree v0.5.1
18482026-04-10T03:34:49.406Z Compiling tagptr v0.2.0
18492026-04-10T03:34:49.453Z Compiling unicode-linebreak v0.1.5
18502026-04-10T03:34:49.562Z Compiling moka v0.12.15
18512026-04-10T03:34:49.614Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-04-10T03:34:49.710Z Compiling textwrap v0.16.2
18532026-04-10T03:34:49.896Z Compiling steno v0.4.1
18542026-04-10T03:34:50.147Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-04-10T03:34:50.237Z Compiling tabled v0.15.0
18562026-04-10T03:34:50.262Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-04-10T03:34:50.349Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18582026-04-10T03:34:50.362Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18592026-04-10T03:34:51.438Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18602026-04-10T03:34:52.264Z Compiling hickory-proto v0.25.2
18612026-04-10T03:34:52.915Z Compiling humantime v2.3.0
18622026-04-10T03:34:53.160Z Compiling num-derive v0.3.3
18632026-04-10T03:34:53.203Z Compiling parking_lot_core v0.8.6
18642026-04-10T03:34:53.319Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18652026-04-10T03:34:53.399Z Compiling crc32fast v1.5.0
18662026-04-10T03:34:53.850Z Compiling parking_lot v0.11.2
18672026-04-10T03:34:53.935Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18682026-04-10T03:34:53.961Z Compiling fxhash v0.2.1
18692026-04-10T03:34:54.105Z Compiling internet-checksum v0.2.1
18702026-04-10T03:34:54.133Z Compiling libscf-sys v1.1.0
18712026-04-10T03:34:54.168Z Compiling hickory-resolver v0.25.2
18722026-04-10T03:34:54.245Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18732026-04-10T03:34:54.271Z Compiling sled v0.34.7
18742026-04-10T03:34:54.284Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18752026-04-10T03:34:54.366Z Compiling yansi v1.0.1
18762026-04-10T03:34:54.645Z Compiling diff v0.1.13
18772026-04-10T03:34:54.820Z Compiling pretty_assertions v1.4.1
18782026-04-10T03:34:55.024Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18792026-04-10T03:34:59.506Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18802026-04-10T03:35:06.623Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18812026-04-10T03:35:08.228Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18822026-04-10T03:35:09.302Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18832026-04-10T03:35:10.512Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18842026-04-10T03:35:11.199Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18852026-04-10T03:35:12.749Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
18862026-04-10T03:35:34.547Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18872026-04-10T03:35:35.662Z────────────
18882026-04-10T03:35:35.662Z Nextest run ID 828a1e15-92f4-42ae-9b2a-7e49967cf4c9 with nextest profile: default
18892026-04-10T03:35:35.662Z Starting 2 tests across 1 binary
18902026-04-10T03:35:35.738Z START bfd test::test_new_daemon
18912026-04-10T03:35:35.738Z
18922026-04-10T03:35:35.738Zrunning 1 test
18932026-04-10T03:35:35.738Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok
18942026-04-10T03:35:35.738Z
18952026-04-10T03:35:35.739Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out,"time":"2026-04-10T03:35:33.033623655Z"; finished in 0.04s
18962026-04-10T03:35:35.739Z
18972026-04-10T03:35:35.739Z,"hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4840,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
18982026-04-10T03:35:35.739Z PASS [ 0.049s] bfd test::test_new_daemon
18992026-04-10T03:35:35.739Z START bfd test::test_protocol_basics
19002026-04-10T03:35:35.739Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40,"time":"2026-04-10T03:35:33.03395265Z",
19012026-04-10T03:35:35.739Zrunning 1 test
19022026-04-10T03:35:35.739Z{{""msgmsg"":":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1912226085, 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: 170888826, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":00,"name",:""slog-rsname":""slog-rs",","level":level":1010,","time":"time":"2026-04-10T03:35:33.08647598Z"2026-04-10T03:35:33.08647693Z","hostname":","hostnamew-01KNTQ0AZDGVV1R7TC5F6VR581"":"w-01KNTQ0AZDGVV1R7TC5F6VR581",,""pid"pid":4841,"peer":"2001:db8::10","state":"Down","unit":":session","module":"4841state_machine","component":"bfd"},"
19032026-04-10T03:35:35.739Zpeer":"203.0.113.20","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19042026-04-10T03:35:35.739Z{{"msg":""msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 600050300, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1704906894, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None },"","name":v":"0slog-rs",","name":"level":slog-rs"10,"level":10,"time":","time":"2026-04-10T03:35:33.086731498Z","hostname":2026-04-10T03:35:33.086732208Z"","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841w-01KNTQ0AZDGVV1R7TC5F6VR581",",pid"":4841peer":"2001:db8::20",","peer":"state":"Down203.0.113.10"",","unit":"state":"session"Down",","moduleunit""::""session","state_machine"module",":"component":"state_machine"bfd","}
19052026-04-10T03:35:35.739Zcomponent":"bfd"}
19062026-04-10T03:35:35.739Z{"msg":"{"transition -> Init"msg",:""v":0,"transition -> Initname"":","vslog-rs"":,"0,"level"name:"30:"slog-rs","level":30,"time":",2026-04-10T03:35:33.086754857Z"","time":"hostname":"2026-04-10T03:35:33.086755707Z","w-01KNTQ0AZDGVV1R7TC5F6VR581","hostname"pid"::"4841,"peerw-01KNTQ0AZDGVV1R7TC5F6VR581":"","pid":2001:db8::20"4841,"state",":"peerDown"":","unit":"2001:db8::10"session",","state":module"":"Down","state_machineunit"":","session"component",:""bfdmodule"":}"
19072026-04-10T03:35:35.739Zstate_machine","component"{:"bfd""}msg"
19082026-04-10T03:35:35.739Z:"{transition -> Init",""msgv""::"0,"name":"transition -> Init"slog-rs",,""v"level:":030,"name":"slog-rs","level":30,"time":"2026-04-10T03:35:33.086790065Z,"","time":"hostname":"2026-04-10T03:35:33.086790915Z","w-01KNTQ0AZDGVV1R7TC5F6VR581","hostname":"pid":4841,"w-01KNTQ0AZDGVV1R7TC5F6VR581",peer"":"pid":4841203.0.113.20",","state":"peer":Down"","unit"203.0.113.10:"","session"state",:""moduleDown"":","unit":"state_machine"session",","module"component":":"bfd"}state_machine
19092026-04-10T03:35:35.739Z","component":"bfd"}
19102026-04-10T03:35:35.815Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 600050300, your_discriminator: 170888826, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-10T03:35:34.08395119Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19112026-04-10T03:35:35.815Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1912226085, your_discriminator: 1704906894, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-10T03:35:34.084022067Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19122026-04-10T03:35:35.815Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-04-10T03:35:34.084039806Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19132026-04-10T03:35:35.815Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-04-10T03:35:34.084055705Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19142026-04-10T03:35:35.819Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1704906894, your_discriminator: 1912226085, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-10T03:35:34.08652909Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19152026-04-10T03:35:35.819Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-04-10T03:35:34.086564519Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19162026-04-10T03:35:35.819Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 170888826, your_discriminator: 600050300, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-10T03:35:34.086590128Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19172026-04-10T03:35:35.819Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-04-10T03:35:34.086615806Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19182026-04-10T03:35:40.816Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 600050300, your_discriminator: 170888826, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-10T03:35:39.084041711Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19192026-04-10T03:35:40.816Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1912226085, your_discriminator: 1704906894, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-10T03:35:39.084111808Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19202026-04-10T03:35:40.858Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1704906894, your_discriminator: 1912226085, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-10T03:35:39.086620161Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19212026-04-10T03:35:40.858Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 170888826, your_discriminator: 600050300, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-04-10T03:35:39.086673679Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19222026-04-10T03:35:44.819Z{"msg":"dropping SM for 2001:db8::20","v":0,"name":"slog-rs","level":40,"time":"2026-04-10T03:35:43.086491189Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","{component":"bfd"}
19232026-04-10T03:35:44.819Z"msg":"{"msg":"dropping SM for 2001:db8::10"dropping SM for 203.0.113.20","v",:"0v":,"name":"0slog-rs,",""level":40name":"slog-rs","level":40,"time":"2026-04-10T03:35:43.086560496Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19242026-04-10T03:35:44.819Z,"time":"2026-04-10T03:35:43.086563276Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19252026-04-10T03:35:44.819Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-04-10T03:35:43.086600694Z","hostname":"w-01KNTQ0AZDGVV1R7TC5F6VR581","pid":4841,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19262026-04-10T03:35:44.823Ztest test::test_protocol_basics ... ok
19272026-04-10T03:35:44.823Z
19282026-04-10T03:35:44.823Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19292026-04-10T03:35:44.823Z
19302026-04-10T03:35:44.828Z PASS [ 10.058s] bfd test::test_protocol_basics
19312026-04-10T03:35:44.832Z────────────
19322026-04-10T03:35:44.832Z Summary [ 10.108s] 2 tests run: 2 passed, 0 skipped
19332026-04-10T03:35:44.842Zprocess exited: duration 287260 ms, exit code 0
 
19342026-04-10T03:35:44.848Zfound 0 output files