01KR5CB4EY5DDC7TC593G8PBS3: 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: 01KR5CBHFS0KR8MJ2B33ZQHS9P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-09T03:27:25.972Zjob assigned to worker 01KR5CBV5XABPV53SA1T6EZQVY [factory aws, i-0c2136fe390334516] (queued for 51 s)
 
22026-05-09T03:27:33.245Zstarting task 0: "setup"
32026-05-09T03:27:33.251Z++ uname -s
42026-05-09T03:27:33.253Z+ kern=SunOS
52026-05-09T03:27:33.253Z+ build_user=build
62026-05-09T03:27:33.254Z+ build_uid=12345
72026-05-09T03:27:33.254Z+ work_dir=/work
82026-05-09T03:27:33.254Z+ input_dir=/input
92026-05-09T03:27:33.254Z+ [[ 0 == 12345 ]]
102026-05-09T03:27:33.254Z+ case "$kern" in
112026-05-09T03:27:33.254Z+ groupadd -g 12345 build
122026-05-09T03:27:33.256Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-09T03:27:35.260Z+ zfs create -o mountpoint=/work rpool/work
142026-05-09T03:27:35.337Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-09T03:27:35.340Z+ home_fs=zfs
162026-05-09T03:27:35.340Z+ [[ zfs == autofs ]]
172026-05-09T03:27:35.340Z+ mkdir -p /home/build
182026-05-09T03:27:35.340Z+ chown build:build /home/build /work
192026-05-09T03:27:37.342Z+ chmod 0700 /home/build /work
202026-05-09T03:27:37.345Zprocess exited: duration 4097 ms, exit code 0
 
212026-05-09T03:27:37.350Zstarting task 1: "rust-toolchain"
222026-05-09T03:27:37.354Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-09T03:27:37.354Z * rust toolchain channel = "stable"
242026-05-09T03:27:37.354Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-09T03:27:37.354Z * rust toolchain profile = "default"
262026-05-09T03:27:37.354Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-09T03:27:37.354Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-09T03:27:37.356Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-09T03:27:37.356Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-09T03:27:37.451Zinfo: downloading installer
312026-05-09T03:27:39.049Zwarn: It looks like you have an existing installation of Rust at:
322026-05-09T03:27:39.049Zwarn: /opt/ooce/bin
332026-05-09T03:27:39.049Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-09T03:27:39.049Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-09T03:27:39.049Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-09T03:27:39.049Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-09T03:27:39.049Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-09T03:27:39.049Zerror: cannot install while Rust is installed
392026-05-09T03:27:39.049Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-09T03:27:39.049Zwarn: It looks like you have an existing rustup settings file at:
412026-05-09T03:27:39.049Zwarn: /home/build/.rustup/settings.toml
422026-05-09T03:27:39.049Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-09T03:27:39.049Zwarn: instead of the one inferred from the default host triple.
442026-05-09T03:27:39.063Zinfo: profile set to default
452026-05-09T03:27:39.063Zinfo: default host triple is x86_64-unknown-illumos
462026-05-09T03:27:39.065Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-09T03:27:39.215Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-09T03:27:39.217Zinfo: downloading 6 components
492026-05-09T03:27:56.465Z
502026-05-09T03:27:56.465Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-09T03:27:56.493Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-09T03:27:56.493Z
532026-05-09T03:27:56.496Z
542026-05-09T03:27:56.496ZRust is installed now. Great!
552026-05-09T03:27:56.496Z
562026-05-09T03:27:56.496ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-09T03:27:56.496Zenvironment variable. This has not been done automatically.
582026-05-09T03:27:56.496Z
592026-05-09T03:27:56.496ZTo configure your current shell, you need to source
602026-05-09T03:27:56.496Zthe corresponding env file under $HOME/.cargo.
612026-05-09T03:27:56.496Z
622026-05-09T03:27:56.496ZThis is usually done by running one of the following (note the leading DOT):
632026-05-09T03:27:56.496Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-09T03:27:56.496Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-09T03:27:56.496Zsource "~/.cargo/env.nu" # For nushell
662026-05-09T03:27:56.496Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-09T03:27:56.497Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-09T03:27:56.497Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-09T03:27:56.497Zwarn: no default linker (`cc`) was found in your PATH
702026-05-09T03:27:56.497Zwarn: many Rust crates require a system C toolchain to build
712026-05-09T03:27:56.598Z+ rustup --version
722026-05-09T03:27:56.607Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-09T03:27:56.609Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-09T03:27:56.628Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-09T03:27:56.631Z+ cargo --version
762026-05-09T03:27:56.647Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-09T03:27:56.651Z+ rustc --version
782026-05-09T03:27:56.667Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-09T03:27:56.670Zprocess exited: duration 19317 ms, exit code 0
 
802026-05-09T03:27:56.675Zstarting task 2: "authentication"
812026-05-09T03:27:56.691Zprocess exited: duration 16 ms, exit code 0
 
822026-05-09T03:27:56.697Zstarting task 3: "clone repository"
832026-05-09T03:27:56.700Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-09T03:27:56.703Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-09T03:27:56.735ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-09T03:27:57.598Z+ cd /work/oxidecomputer/maghemite
872026-05-09T03:27:57.598Z+ git fetch origin fe0c244e9e56968123824a6041b6b1f7512dfa29
882026-05-09T03:27:57.829ZFrom https://github.com/oxidecomputer/maghemite
892026-05-09T03:27:57.829Z * branch fe0c244e9e56968123824a6041b6b1f7512dfa29 -> FETCH_HEAD
902026-05-09T03:27:57.835Z+ [[ -n renovate/tokio-1.x-lockfile ]]
912026-05-09T03:27:57.838Z++ git branch --show-current
922026-05-09T03:27:57.838Z+ current=main
932026-05-09T03:27:57.838Z+ [[ main != renovate/tokio-1.x-lockfile ]]
942026-05-09T03:27:57.838Z+ git branch -f renovate/tokio-1.x-lockfile fe0c244e9e56968123824a6041b6b1f7512dfa29
952026-05-09T03:27:57.842Z+ git checkout -f renovate/tokio-1.x-lockfile
962026-05-09T03:27:57.858ZSwitched to branch 'renovate/tokio-1.x-lockfile'
972026-05-09T03:27:57.860Z+ git reset --hard fe0c244e9e56968123824a6041b6b1f7512dfa29
982026-05-09T03:27:57.863ZHEAD is now at fe0c244 Update Rust crate tokio to v1.52.3
992026-05-09T03:27:57.866Zprocess exited: duration 1166 ms, exit code 0
 
1002026-05-09T03:27:57.871Zstarting task 4: "build"
1012026-05-09T03:27:57.875Z+ set -o errexit
1022026-05-09T03:27:57.875Z+ set -o pipefail
1032026-05-09T03:27:57.875Z+ source .github/buildomat/test-common.sh
1042026-05-09T03:27:57.878Z++ NEXTEST_VERSION=0.9.97
1052026-05-09T03:27:57.878Z++ PLATFORM=illumos
1062026-05-09T03:27:57.878Z++ banner install
1072026-05-09T03:27:57.878Z
1082026-05-09T03:27:57.878Z # # # #### ##### ## # #
1092026-05-09T03:27:57.878Z # ## # # # # # # #
1102026-05-09T03:27:57.878Z # # # # #### # # # # #
1112026-05-09T03:27:57.878Z # # # # # # ###### # #
1122026-05-09T03:27:57.878Z # # ## # # # # # # #
1132026-05-09T03:27:57.878Z # # # #### # # # ###### ######
1142026-05-09T03:27:57.878Z
1152026-05-09T03:27:57.878Z++ set +o errexit
1162026-05-09T03:27:57.881Z++ pkg info clang-15
1172026-05-09T03:27:57.881Z++ grep -qi installed
1182026-05-09T03:27:59.059Zpkg: info: no packages matching the following patterns you specified are
1192026-05-09T03:27:59.059Zinstalled on the system. Try querying remotely instead:
1202026-05-09T03:27:59.060Z
1212026-05-09T03:27:59.060Z clang-15
1222026-05-09T03:27:59.097Z++ [[ 1 != 0 ]]
1232026-05-09T03:27:59.097Z++ set -o errexit
1242026-05-09T03:27:59.100Z++ pfexec pkg install clang-15
1252026-05-09T03:28:07.054Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-05-09T03:28:15.016Z Startup: Caching catalogs ... Done
1272026-05-09T03:28:22.516ZPlanning: Solver setup ... Done
1282026-05-09T03:28:22.557ZPlanning: Running solver ... Done
1292026-05-09T03:28:22.702ZPlanning: Finding local manifests ... Done
1302026-05-09T03:28:22.724ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-09T03:28:22.825ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-09T03:28:22.854ZPlanning: Package planning ... Done
1332026-05-09T03:28:22.880ZPlanning: Merging actions ... Done
1342026-05-09T03:28:22.991ZPlanning: Checking for conflicting actions ... Done
1352026-05-09T03:28:22.997ZPlanning: Consolidating action changes ... Done
1362026-05-09T03:28:23.761ZPlanning: Evaluating mediators ... Done
1372026-05-09T03:28:23.767ZPlanning: Planning completed in 8.57 seconds
1382026-05-09T03:28:23.779Z Packages to install: 2
1392026-05-09T03:28:23.779Z Mediators to change: 2
1402026-05-09T03:28:23.782Z Services to change: 1
1412026-05-09T03:28:23.782Z Create boot environment: No
1422026-05-09T03:28:23.782ZCreate backup boot environment: No
1432026-05-09T03:28:23.822Z
1442026-05-09T03:28:23.822ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-05-09T03:28:28.871ZDownload: 981/3076 items 81.7/211.3MB 38% complete (18.9M/s)
1462026-05-09T03:28:37.324ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (14.5M/s)
1472026-05-09T03:28:42.322ZDownload: 2981/3076 items 175.8/211.3MB 83% complete (5.7M/s)
1482026-05-09T03:28:50.035ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (14.7M/s)
1492026-05-09T03:28:56.298ZDownload: 3073/3076 items 211.3/211.3MB 99% complete (2.2M/s)
1502026-05-09T03:28:56.316ZDownload: Completed 211.31 MB in 32.49 seconds (6.5M/s)
1512026-05-09T03:28:56.442Z Actions: 1/3418 actions (Installing new actions)
1522026-05-09T03:28:59.541Z Actions: Completed 3418 actions in 3.10 seconds.
1532026-05-09T03:29:00.226Z Done
1542026-05-09T03:29:00.226Z Done
1552026-05-09T03:29:00.961Z Done
1562026-05-09T03:29:04.489Z Done
1572026-05-09T03:29:04.565Z Done
1582026-05-09T03:29:04.568Z Done
1592026-05-09T03:29:04.830Z Done
1602026-05-09T03:29:05.590Z++ set -o errexit
1612026-05-09T03:29:05.590Z++ cargo --version
1622026-05-09T03:29:05.596Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1632026-05-09T03:29:05.767Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1642026-05-09T03:29:05.770Zinfo: downloading 6 components
1652026-05-09T03:29:22.354Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1662026-05-09T03:29:22.358Z++ rustc --version
1672026-05-09T03:29:22.388Zrustc 1.95.0 (59807616e 2026-04-14)
1682026-05-09T03:29:22.391Z++ cargo install cargo-nextest --version 0.9.97
1692026-05-09T03:29:22.434Z Updating crates.io index
1702026-05-09T03:29:22.541Z Downloading crates ...
1712026-05-09T03:29:22.599Z Downloaded cargo-nextest v0.9.97
1722026-05-09T03:29:22.662Z Installing cargo-nextest v0.9.97
1732026-05-09T03:29:22.702Z Updating crates.io index
1742026-05-09T03:29:25.941Z Locking 404 packages to latest compatible versions
1752026-05-09T03:29:25.946Z Adding dialoguer v0.11.0 (available: v0.12.0)
1762026-05-09T03:29:25.949Z Adding duct v0.13.7 (available: v1.1.1)
1772026-05-09T03:29:25.949Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1782026-05-09T03:29:25.949Z Adding generic-array v0.14.7 (available: v0.14.9)
1792026-05-09T03:29:25.952Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1802026-05-09T03:29:25.952Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1812026-05-09T03:29:25.952Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1822026-05-09T03:29:25.956Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1832026-05-09T03:29:25.959Z Adding quick-junit v0.5.2 (available: v0.6.0)
1842026-05-09T03:29:25.978Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1852026-05-09T03:29:25.987Z Downloading crates ...
1862026-05-09T03:29:26.077Z Downloaded addr2line v0.25.1
1872026-05-09T03:29:26.083Z Downloaded colorchoice v1.0.5
1882026-05-09T03:29:26.088Z Downloaded anstyle-query v1.1.5
1892026-05-09T03:29:26.088Z Downloaded anstyle v1.0.14
1902026-05-09T03:29:26.088Z Downloaded ed25519 v2.2.3
1912026-05-09T03:29:26.088Z Downloaded camino-tempfile v1.4.1
1922026-05-09T03:29:26.093Z Downloaded getrandom v0.3.4
1932026-05-09T03:29:26.093Z Downloaded is_terminal_polyfill v1.70.2
1942026-05-09T03:29:26.096Z Downloaded debug-ignore v1.0.5
1952026-05-09T03:29:26.096Z Downloaded crypto-common v0.1.7
1962026-05-09T03:29:26.096Z Downloaded base64ct v1.8.3
1972026-05-09T03:29:26.096Z Downloaded digest v0.10.7
1982026-05-09T03:29:26.099Z Downloaded form_urlencoded v1.2.2
1992026-05-09T03:29:26.099Z Downloaded cfg-if v1.0.4
2002026-05-09T03:29:26.102Z Downloaded ppv-lite86 v0.2.21
2012026-05-09T03:29:26.105Z Downloaded quote v1.0.45
2022026-05-09T03:29:26.109Z Downloaded futures-core v0.3.32
2032026-05-09T03:29:26.112Z Downloaded anstyle-parse v1.0.0
2042026-05-09T03:29:26.112Z Downloaded fixedbitset v0.5.7
2052026-05-09T03:29:26.114Z Downloaded color-spantrace v0.3.0
2062026-05-09T03:29:26.115Z Downloaded atomic-waker v1.1.2
2072026-05-09T03:29:26.123Z Downloaded indent_write v2.2.0
2082026-05-09T03:29:26.127Z Downloaded serde_core v1.0.228
2092026-05-09T03:29:26.131Z Downloaded itoa v1.0.18
2102026-05-09T03:29:26.134Z Downloaded nested v0.1.1
2112026-05-09T03:29:26.134Z Downloaded equivalent v1.0.2
2122026-05-09T03:29:26.137Z Downloaded backtrace-ext v0.2.1
2132026-05-09T03:29:26.137Z Downloaded is_ci v1.2.0
2142026-05-09T03:29:26.137Z Downloaded indenter v0.3.4
2152026-05-09T03:29:26.140Z Downloaded http-body v1.0.1
2162026-05-09T03:29:26.140Z Downloaded quinn v0.11.9
2172026-05-09T03:29:26.143Z Downloaded native-tls v0.2.18
2182026-05-09T03:29:26.143Z Downloaded litrs v1.0.0
2192026-05-09T03:29:26.146Z Downloaded curve25519-dalek-derive v0.1.1
2202026-05-09T03:29:26.146Z Downloaded clap_builder v4.6.0
2212026-05-09T03:29:26.149Z Downloaded cargo-platform v0.3.3
2222026-05-09T03:29:26.152Z Downloaded cargo_metadata v0.20.0
2232026-05-09T03:29:26.152Z Downloaded bitflags v2.11.1
2242026-05-09T03:29:26.155Z Downloaded humantime v2.3.0
2252026-05-09T03:29:26.158Z Downloaded humantime-serde v1.1.1
2262026-05-09T03:29:26.161Z Downloaded cpufeatures v0.2.17
2272026-05-09T03:29:26.161Z Downloaded idna_adapter v1.0.0
2282026-05-09T03:29:26.161Z Downloaded atomicwrites v0.4.4
2292026-05-09T03:29:26.164Z Downloaded clap_lex v1.1.0
2302026-05-09T03:29:26.167Z Downloaded cfg_aliases v0.2.1
2312026-05-09T03:29:26.167Z Downloaded lru-slab v0.1.2
2322026-05-09T03:29:26.170Z Downloaded enable-ansi-support v0.2.1
2332026-05-09T03:29:26.170Z Downloaded home v0.5.12
2342026-05-09T03:29:26.173Z Downloaded hex v0.4.3
2352026-05-09T03:29:26.173Z Downloaded async-scoped v0.9.0
2362026-05-09T03:29:26.176Z Downloaded openssl-macros v0.1.1
2372026-05-09T03:29:26.179Z Downloaded anstream v1.0.0
2382026-05-09T03:29:26.179Z Downloaded pathdiff v0.2.3
2392026-05-09T03:29:26.182Z Downloaded mukti-metadata v0.3.0
2402026-05-09T03:29:26.182Z Downloaded os_pipe v1.2.3
2412026-05-09T03:29:26.182Z Downloaded lazy_static v1.5.0
2422026-05-09T03:29:26.186Z Downloaded cargo-platform v0.2.0
2432026-05-09T03:29:26.186Z Downloaded rustc_version v0.4.1
2442026-05-09T03:29:26.186Z Downloaded fnv v1.0.7
2452026-05-09T03:29:26.189Z Downloaded heck v0.5.0
2462026-05-09T03:29:26.192Z Downloaded block-buffer v0.10.4
2472026-05-09T03:29:26.195Z Downloaded nextest-workspace-hack v0.1.0
2482026-05-09T03:29:26.199Z Downloaded miette-derive v7.6.0
2492026-05-09T03:29:26.199Z Downloaded newtype-uuid v1.3.2
2502026-05-09T03:29:26.199Z Downloaded document-features v0.2.12
2512026-05-09T03:29:26.206Z Downloaded percent-encoding v2.3.2
2522026-05-09T03:29:26.210Z Downloaded foreign-types-shared v0.1.1
2532026-05-09T03:29:26.210Z Downloaded openssl-probe v0.2.1
2542026-05-09T03:29:26.214Z Downloaded number_prefix v0.4.0
2552026-05-09T03:29:26.218Z Downloaded errno v0.3.14
2562026-05-09T03:29:26.223Z Downloaded foreign-types v0.3.2
2572026-05-09T03:29:26.225Z Downloaded adler2 v2.0.1
2582026-05-09T03:29:26.230Z Downloaded guppy-workspace-hack v0.1.0
2592026-05-09T03:29:26.233Z Downloaded scopeguard v1.2.0
2602026-05-09T03:29:26.233Z Downloaded futures-io v0.3.32
2612026-05-09T03:29:26.233Z Downloaded fastrand v2.4.1
2622026-05-09T03:29:26.239Z Downloaded ordered-float v2.10.1
2632026-05-09T03:29:26.239Z Downloaded rustc-hash v2.1.2
2642026-05-09T03:29:26.239Z Downloaded convert_case v0.10.0
2652026-05-09T03:29:26.242Z Downloaded future-queue v0.4.0
2662026-05-09T03:29:26.242Z Downloaded futures-task v0.3.32
2672026-05-09T03:29:26.242Z Downloaded bytes v1.11.1
2682026-05-09T03:29:26.245Z Downloaded eyre v0.6.12
2692026-05-09T03:29:26.248Z Downloaded dialoguer v0.11.0
2702026-05-09T03:29:26.252Z Downloaded shell-words v1.1.1
2712026-05-09T03:29:26.252Z Downloaded serde_spanned v1.1.1
2722026-05-09T03:29:26.255Z Downloaded serde_spanned v0.6.9
2732026-05-09T03:29:26.255Z Downloaded hyper-tls v0.6.0
2742026-05-09T03:29:26.255Z Downloaded serde_ignored v0.1.14
2752026-05-09T03:29:26.257Z Downloaded miniz_oxide v0.8.9
2762026-05-09T03:29:26.257Z Downloaded signature v2.2.0
2772026-05-09T03:29:26.260Z Downloaded serde-value v0.7.0
2782026-05-09T03:29:26.260Z Downloaded http-body-util v0.1.3
2792026-05-09T03:29:26.261Z Downloaded signal-hook-mio v0.2.5
2802026-05-09T03:29:26.264Z Downloaded jobserver v0.1.34
2812026-05-09T03:29:26.264Z Downloaded futures-sink v0.3.32
2822026-05-09T03:29:26.267Z Downloaded rand_chacha v0.9.0
2832026-05-09T03:29:26.267Z Downloaded nextest-metadata v0.12.2
2842026-05-09T03:29:26.271Z Downloaded sigchld v0.2.4
2852026-05-09T03:29:26.271Z Downloaded shared_child v1.1.1
2862026-05-09T03:29:26.274Z Downloaded httparse v1.10.1
2872026-05-09T03:29:26.274Z Downloaded swrite v0.1.0
2882026-05-09T03:29:26.274Z Downloaded strip-ansi-escapes v0.2.1
2892026-05-09T03:29:26.274Z Downloaded pkcs8 v0.10.2
2902026-05-09T03:29:26.278Z Downloaded supports-unicode v3.0.0
2912026-05-09T03:29:26.281Z Downloaded either v1.15.0
2922026-05-09T03:29:26.281Z Downloaded rand_core v0.6.4
2932026-05-09T03:29:26.282Z Downloaded lock_api v0.4.14
2942026-05-09T03:29:26.285Z Downloaded terminal_size v0.4.4
2952026-05-09T03:29:26.285Z Downloaded sync_wrapper v1.0.2
2962026-05-09T03:29:26.287Z Downloaded supports-hyperlinks v3.2.0
2972026-05-09T03:29:26.287Z Downloaded cargo-util-schemas v0.2.0
2982026-05-09T03:29:26.290Z Downloaded borsh v1.6.1
2992026-05-09T03:29:26.290Z Downloaded supports-color v3.0.2
3002026-05-09T03:29:26.290Z Downloaded subtle v2.6.1
3012026-05-09T03:29:26.293Z Downloaded strsim v0.11.1
3022026-05-09T03:29:26.293Z Downloaded tinyvec_macros v0.1.1
3032026-05-09T03:29:26.293Z Downloaded duct v0.13.7
3042026-05-09T03:29:26.293Z Downloaded cargo_metadata v0.23.1
3052026-05-09T03:29:26.299Z Downloaded pin-project-lite v0.2.17
3062026-05-09T03:29:26.302Z Downloaded self-replace v1.5.0
3072026-05-09T03:29:26.307Z Downloaded erased-serde v0.4.10
3082026-05-09T03:29:26.307Z Downloaded hyper-rustls v0.27.9
3092026-05-09T03:29:26.310Z Downloaded globset v0.4.18
3102026-05-09T03:29:26.310Z Downloaded generic-array v0.14.7
3112026-05-09T03:29:26.310Z Downloaded foldhash v0.1.5
3122026-05-09T03:29:26.313Z Downloaded filetime v0.2.28
3132026-05-09T03:29:26.313Z Downloaded sha2 v0.10.9
3142026-05-09T03:29:26.316Z Downloaded autocfg v1.5.0
3152026-05-09T03:29:26.319Z Downloaded camino v1.2.2
3162026-05-09T03:29:26.324Z Downloaded rand_core v0.9.5
3172026-05-09T03:29:26.324Z Downloaded rustc-demangle v0.1.27
3182026-05-09T03:29:26.324Z Downloaded serde_path_to_error v0.1.20
3192026-05-09T03:29:26.327Z Downloaded pkg-config v0.3.33
3202026-05-09T03:29:26.330Z Downloaded crc32fast v1.5.0
3212026-05-09T03:29:26.333Z Downloaded toml_write v0.1.2
3222026-05-09T03:29:26.339Z Downloaded tokio-macros v2.7.0
3232026-05-09T03:29:26.342Z Downloaded ipnet v2.12.0
3242026-05-09T03:29:26.342Z Downloaded iana-time-zone v0.1.65
3252026-05-09T03:29:26.342Z Downloaded shlex v1.3.0
3262026-05-09T03:29:26.345Z Downloaded rustls-pki-types v1.14.1
3272026-05-09T03:29:26.345Z Downloaded tower-layer v0.3.3
3282026-05-09T03:29:26.348Z Downloaded nextest-filtering v0.15.0
3292026-05-09T03:29:26.348Z Downloaded serde_urlencoded v0.7.1
3302026-05-09T03:29:26.351Z Downloaded tower-service v0.3.3
3312026-05-09T03:29:26.354Z Downloaded futures-macro v0.3.32
3322026-05-09T03:29:26.354Z Downloaded simd-adler32 v0.3.9
3332026-05-09T03:29:26.357Z Downloaded log v0.4.29
3342026-05-09T03:29:26.360Z Downloaded serde-untagged v0.1.9
3352026-05-09T03:29:26.360Z Downloaded try-lock v0.2.5
3362026-05-09T03:29:26.363Z Downloaded slab v0.4.12
3372026-05-09T03:29:26.366Z Downloaded tracing-error v0.2.1
3382026-05-09T03:29:26.374Z Downloaded unicode-linebreak v0.1.5
3392026-05-09T03:29:26.377Z Downloaded want v0.3.1
3402026-05-09T03:29:26.377Z Downloaded utf8parse v0.2.2
3412026-05-09T03:29:26.377Z Downloaded utf8_iter v1.0.4
3422026-05-09T03:29:26.377Z Downloaded tokio-native-tls v0.3.1
3432026-05-09T03:29:26.377Z Downloaded static_assertions v1.1.0
3442026-05-09T03:29:26.377Z Downloaded getrandom v0.2.17
3452026-05-09T03:29:26.380Z Downloaded thread_local v1.1.9
3462026-05-09T03:29:26.380Z Downloaded smol_str v0.3.6
3472026-05-09T03:29:26.383Z Downloaded cfg-expr v0.20.7
3482026-05-09T03:29:26.383Z Downloaded self_update v0.42.0
3492026-05-09T03:29:26.386Z Downloaded parking_lot_core v0.9.12
3502026-05-09T03:29:26.386Z Downloaded once_cell v1.21.4
3512026-05-09T03:29:26.389Z Downloaded find-msvc-tools v0.1.9
3522026-05-09T03:29:26.392Z Downloaded parking_lot v0.12.5
3532026-05-09T03:29:26.392Z Downloaded futures-channel v0.3.32
3542026-05-09T03:29:26.396Z Downloaded const-oid v0.9.6
3552026-05-09T03:29:26.396Z Downloaded semver v1.0.28
3562026-05-09T03:29:26.399Z Downloaded owo-colors v4.3.0
3572026-05-09T03:29:26.402Z Downloaded typeid v1.0.3
3582026-05-09T03:29:26.405Z Downloaded thiserror-impl v2.0.18
3592026-05-09T03:29:26.405Z Downloaded target-lexicon v0.13.3
3602026-05-09T03:29:26.405Z Downloaded thiserror v2.0.18
3612026-05-09T03:29:26.408Z Downloaded clap v4.6.1
3622026-05-09T03:29:26.414Z Downloaded urlencoding v2.1.3
3632026-05-09T03:29:26.417Z Downloaded derive-where v1.6.1
3642026-05-09T03:29:26.417Z Downloaded unicode-xid v0.2.6
3652026-05-09T03:29:26.420Z Downloaded version_check v0.9.5
3662026-05-09T03:29:26.420Z Downloaded console v0.15.11
3672026-05-09T03:29:26.420Z Downloaded quick-junit v0.5.2
3682026-05-09T03:29:26.423Z Downloaded untrusted v0.9.0
3692026-05-09T03:29:26.423Z Downloaded target-spec-miette v0.4.6
3702026-05-09T03:29:26.426Z Downloaded toml_datetime v0.6.11
3712026-05-09T03:29:26.426Z Downloaded thiserror-impl v1.0.69
3722026-05-09T03:29:26.429Z Downloaded thiserror v1.0.69
3732026-05-09T03:29:26.434Z Downloaded cc v1.2.62
3742026-05-09T03:29:26.437Z Downloaded xattr v1.6.1
3752026-05-09T03:29:26.437Z Downloaded unicase v2.9.0
3762026-05-09T03:29:26.441Z Downloaded spki v0.7.3
3772026-05-09T03:29:26.441Z Downloaded smallvec v1.15.1
3782026-05-09T03:29:26.445Z Downloaded toml_writer v1.1.1+spec-1.1.0
3792026-05-09T03:29:26.448Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3802026-05-09T03:29:26.448Z Downloaded tokio-stream v0.1.18
3812026-05-09T03:29:26.451Z Downloaded signal-hook-registry v1.4.8
3822026-05-09T03:29:26.451Z Downloaded quinn-udp v0.5.14
3832026-05-09T03:29:26.454Z Downloaded pin-project-internal v1.1.12
3842026-05-09T03:29:26.455Z Downloaded num-traits v0.2.19
3852026-05-09T03:29:26.458Z Downloaded tracing-log v0.2.0
3862026-05-09T03:29:26.458Z Downloaded futures-executor v0.3.32
3872026-05-09T03:29:26.461Z Downloaded config v0.15.22
3882026-05-09T03:29:26.465Z Downloaded getrandom v0.4.2
3892026-05-09T03:29:26.471Z Downloaded clap_derive v4.6.1
3902026-05-09T03:29:26.476Z Downloaded ahash v0.8.12
3912026-05-09T03:29:26.478Z Downloaded xxhash-rust v0.8.15
3922026-05-09T03:29:26.479Z Downloaded ryu v1.0.23
3932026-05-09T03:29:26.481Z Downloaded toml_parser v1.1.2+spec-1.1.0
3942026-05-09T03:29:26.484Z Downloaded proc-macro2 v1.0.106
3952026-05-09T03:29:26.490Z Downloaded zstd-safe v7.2.4
3962026-05-09T03:29:26.493Z Downloaded tokio-rustls v0.26.4
3972026-05-09T03:29:26.493Z Downloaded toml v0.8.23
3982026-05-09T03:29:26.495Z Downloaded socket2 v0.6.3
3992026-05-09T03:29:26.495Z Downloaded target-spec v3.6.0
4002026-05-09T03:29:26.499Z Downloaded zipsign-api v0.1.5
4012026-05-09T03:29:26.502Z Downloaded signal-hook v0.3.18
4022026-05-09T03:29:26.504Z Downloaded futures v0.3.32
4032026-05-09T03:29:26.507Z Downloaded zstd v0.13.3
4042026-05-09T03:29:26.507Z Downloaded zmij v1.0.21
4052026-05-09T03:29:26.510Z Downloaded pin-project v1.1.12
4062026-05-09T03:29:26.515Z Downloaded sharded-slab v0.1.7
4072026-05-09T03:29:26.518Z Downloaded serde_derive v1.0.228
4082026-05-09T03:29:26.522Z Downloaded indicatif v0.17.11
4092026-05-09T03:29:26.525Z Downloaded toml v1.1.2+spec-1.1.0
4102026-05-09T03:29:26.527Z Downloaded base64 v0.22.1
4112026-05-09T03:29:26.536Z Downloaded tempfile v3.27.0
4122026-05-09T03:29:26.540Z Downloaded derive_more v2.1.1
4132026-05-09T03:29:26.546Z Downloaded unicode-ident v1.0.24
4142026-05-09T03:29:26.549Z Downloaded zeroize v1.8.2
4152026-05-09T03:29:26.553Z Downloaded textwrap v0.16.2
4162026-05-09T03:29:26.553Z Downloaded tinyvec v1.11.0
4172026-05-09T03:29:26.561Z Downloaded rustls-webpki v0.103.13
4182026-05-09T03:29:26.572Z Downloaded tracing-attributes v0.1.31
4192026-05-09T03:29:26.576Z Downloaded tar v0.4.45
4202026-05-09T03:29:26.576Z Downloaded rand v0.9.4
4212026-05-09T03:29:26.579Z Downloaded memchr v2.8.0
4222026-05-09T03:29:26.582Z Downloaded openssl-sys v0.9.115
4232026-05-09T03:29:26.585Z Downloaded hyper v1.9.0
4242026-05-09T03:29:26.588Z Downloaded flate2 v1.1.9
4252026-05-09T03:29:26.592Z Downloaded serde v1.0.228
4262026-05-09T03:29:26.592Z Downloaded indexmap v2.14.0
4272026-05-09T03:29:26.595Z Downloaded miette v7.6.0
4282026-05-09T03:29:26.599Z Downloaded der v0.7.10
4292026-05-09T03:29:26.602Z Downloaded vte v0.14.1
4302026-05-09T03:29:26.602Z Downloaded backtrace v0.3.76
4312026-05-09T03:29:26.604Z Downloaded hyper-util v0.1.20
4322026-05-09T03:29:26.611Z Downloaded ed25519-dalek v2.2.0
4332026-05-09T03:29:26.614Z Downloaded toml_edit v0.22.27
4342026-05-09T03:29:26.617Z Downloaded mio v1.2.0
4352026-05-09T03:29:26.620Z Downloaded http v1.4.0
4362026-05-09T03:29:26.624Z Downloaded url v2.5.8
4372026-05-09T03:29:26.633Z Downloaded uuid v1.23.1
4382026-05-09T03:29:26.641Z Downloaded tracing-core v0.1.36
4392026-05-09T03:29:26.646Z Downloaded derive_more-impl v2.1.1
4402026-05-09T03:29:26.676Z Downloaded idna v1.1.0
4412026-05-09T03:29:26.690Z Downloaded itertools v0.14.0
4422026-05-09T03:29:26.694Z Downloaded typenum v1.20.0
4432026-05-09T03:29:26.697Z Downloaded tower v0.5.3
4442026-05-09T03:29:26.702Z Downloaded unicode-segmentation v1.13.2
4452026-05-09T03:29:26.705Z Downloaded hashbrown v0.15.5
4462026-05-09T03:29:26.709Z Downloaded ron v0.12.1
4472026-05-09T03:29:26.712Z Downloaded crossterm v0.29.0
4482026-05-09T03:29:26.715Z Downloaded regex v1.12.3
4492026-05-09T03:29:26.719Z Downloaded pulldown-cmark v0.13.3
4502026-05-09T03:29:26.726Z Downloaded unicode-normalization v0.1.25
4512026-05-09T03:29:26.730Z Downloaded tokio-util v0.7.18
4522026-05-09T03:29:26.734Z Downloaded guppy v0.17.25
4532026-05-09T03:29:26.736Z Downloaded hashbrown v0.17.0
4542026-05-09T03:29:26.740Z Downloaded reqwest v0.12.28
4552026-05-09T03:29:26.743Z Downloaded futures-util v0.3.32
4562026-05-09T03:29:26.750Z Downloaded h2 v0.4.14
4572026-05-09T03:29:26.754Z Downloaded tower-http v0.6.10
4582026-05-09T03:29:26.759Z Downloaded serde_json v1.0.149
4592026-05-09T03:29:26.764Z Downloaded portable-atomic v1.13.1
4602026-05-09T03:29:26.769Z Downloaded aho-corasick v1.1.4
4612026-05-09T03:29:26.773Z Downloaded quick-xml v0.37.5
4622026-05-09T03:29:26.793Z Downloaded quick-xml v0.38.4
4632026-05-09T03:29:26.800Z Downloaded winnow v1.0.2
4642026-05-09T03:29:26.814Z Downloaded chrono v0.4.44
4652026-05-09T03:29:26.821Z Downloaded winnow v0.7.15
4662026-05-09T03:29:26.827Z Downloaded tracing-subscriber v0.3.23
4672026-05-09T03:29:26.834Z Downloaded quinn-proto v0.11.14
4682026-05-09T03:29:26.847Z Downloaded vcpkg v0.2.15
4692026-05-09T03:29:26.870Z Downloaded gimli v0.32.3
4702026-05-09T03:29:26.877Z Downloaded unicode-width v0.1.14
4712026-05-09T03:29:26.880Z Downloaded syn v2.0.117
4722026-05-09T03:29:26.884Z Downloaded zerocopy v0.8.48
4732026-05-09T03:29:26.896Z Downloaded webpki-roots v1.0.7
4742026-05-09T03:29:26.898Z Downloaded bstr v1.12.1
4752026-05-09T03:29:26.902Z Downloaded nextest-runner v0.80.0
4762026-05-09T03:29:26.909Z Downloaded curve25519-dalek v4.1.3
4772026-05-09T03:29:26.917Z Downloaded openssl v0.10.79
4782026-05-09T03:29:26.921Z Downloaded tracing v0.1.44
4792026-05-09T03:29:26.933Z Downloaded color-eyre v0.6.5
4802026-05-09T03:29:26.962Z Downloaded unicode-width v0.2.2
4812026-05-09T03:29:26.978Z Downloaded regex-syntax v0.8.10
4822026-05-09T03:29:26.982Z Downloaded nix v0.30.1
4832026-05-09T03:29:26.989Z Downloaded rustls v0.23.40
4842026-05-09T03:29:26.995Z Downloaded object v0.37.3
4852026-05-09T03:29:27.005Z Downloaded rustix v0.38.44
4862026-05-09T03:29:27.018Z Downloaded libc v0.2.186
4872026-05-09T03:29:27.036Z Downloaded rustix v1.1.4
4882026-05-09T03:29:27.099Z Downloaded regex-automata v0.4.14
4892026-05-09T03:29:27.167Z Downloaded petgraph v0.8.3
4902026-05-09T03:29:27.179Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4912026-05-09T03:29:27.188Z Downloaded tokio v1.52.3
4922026-05-09T03:29:27.272Z Downloaded recursion v0.5.4
4932026-05-09T03:29:27.277Z Downloaded ring v0.17.14
4942026-05-09T03:29:27.336Z Compiling proc-macro2 v1.0.106
4952026-05-09T03:29:27.336Z Compiling libc v0.2.186
4962026-05-09T03:29:27.339Z Compiling unicode-ident v1.0.24
4972026-05-09T03:29:27.339Z Compiling quote v1.0.45
4982026-05-09T03:29:27.339Z Compiling serde_core v1.0.228
4992026-05-09T03:29:27.339Z Compiling cfg-if v1.0.4
5002026-05-09T03:29:27.339Z Compiling memchr v2.8.0
5012026-05-09T03:29:27.339Z Compiling once_cell v1.21.4
5022026-05-09T03:29:27.580Z Compiling log v0.4.29
5032026-05-09T03:29:27.605Z Compiling pin-project-lite v0.2.17
5042026-05-09T03:29:27.688Z Compiling itoa v1.0.18
5052026-05-09T03:29:27.767Z Compiling serde v1.0.228
5062026-05-09T03:29:27.919Z Compiling futures-core v0.3.32
5072026-05-09T03:29:27.931Z Compiling smallvec v1.15.1
5082026-05-09T03:29:28.083Z Compiling bitflags v2.11.1
5092026-05-09T03:29:28.138Z Compiling find-msvc-tools v0.1.9
5102026-05-09T03:29:28.235Z Compiling equivalent v1.0.2
5112026-05-09T03:29:28.327Z Compiling hashbrown v0.17.0
5122026-05-09T03:29:28.439Z Compiling errno v0.3.14
5132026-05-09T03:29:28.512Z Compiling shlex v1.3.0
5142026-05-09T03:29:28.516Z Compiling bytes v1.11.1
5152026-05-09T03:29:28.670Z Compiling signal-hook-registry v1.4.8
5162026-05-09T03:29:28.723Z Compiling jobserver v0.1.34
5172026-05-09T03:29:28.741Z Compiling mio v1.2.0
5182026-05-09T03:29:28.820Z Compiling syn v2.0.117
5192026-05-09T03:29:28.900Z Compiling rustix v1.1.4
5202026-05-09T03:29:29.061Z Compiling cc v1.2.62
5212026-05-09T03:29:29.084Z Compiling futures-sink v0.3.32
5222026-05-09T03:29:29.211Z Compiling socket2 v0.6.3
5232026-05-09T03:29:29.252Z Compiling slab v0.4.12
5242026-05-09T03:29:29.450Z Compiling zmij v1.0.21
5252026-05-09T03:29:29.469Z Compiling futures-channel v0.3.32
5262026-05-09T03:29:29.483Z Compiling tracing-core v0.1.36
5272026-05-09T03:29:29.734Z Compiling serde_json v1.0.149
5282026-05-09T03:29:29.808Z Compiling version_check v0.9.5
5292026-05-09T03:29:29.982Z Compiling indexmap v2.14.0
5302026-05-09T03:29:30.045Z Compiling getrandom v0.4.2
5312026-05-09T03:29:30.080Z Compiling futures-task v0.3.32
5322026-05-09T03:29:30.260Z Compiling futures-io v0.3.32
5332026-05-09T03:29:30.368Z Compiling unicode-width v0.2.2
5342026-05-09T03:29:30.372Z Compiling camino v1.2.2
5352026-05-09T03:29:30.457Z Compiling percent-encoding v2.3.2
5362026-05-09T03:29:30.598Z Compiling ring v0.17.14
5372026-05-09T03:29:30.733Z Compiling http v1.4.0
5382026-05-09T03:29:30.762Z Compiling simd-adler32 v0.3.9
5392026-05-09T03:29:30.811Z Compiling adler2 v2.0.1
5402026-05-09T03:29:30.848Z Compiling zeroize v1.8.2
5412026-05-09T03:29:30.979Z Compiling autocfg v1.5.0
5422026-05-09T03:29:31.053Z Compiling miniz_oxide v0.8.9
5432026-05-09T03:29:31.328Z Compiling num-traits v0.2.19
5442026-05-09T03:29:31.580Z Compiling object v0.37.3
5452026-05-09T03:29:31.607Z Compiling getrandom v0.3.4
5462026-05-09T03:29:31.899Z Compiling target-lexicon v0.13.3
5472026-05-09T03:29:31.958Z Compiling zerocopy v0.8.48
5482026-05-09T03:29:32.206Z Compiling http-body v1.0.1
5492026-05-09T03:29:32.382Z Compiling rustls-pki-types v1.14.1
5502026-05-09T03:29:32.406Z Compiling form_urlencoded v1.2.2
5512026-05-09T03:29:32.434Z Compiling semver v1.0.28
5522026-05-09T03:29:32.463Z Compiling serde_derive v1.0.228
5532026-05-09T03:29:32.486Z Compiling tokio-macros v2.7.0
5542026-05-09T03:29:32.637Z Compiling futures-macro v0.3.32
5552026-05-09T03:29:32.670Z Compiling tracing-attributes v0.1.31
5562026-05-09T03:29:32.996Z Compiling getrandom v0.2.17
5572026-05-09T03:29:33.085Z Compiling guppy-workspace-hack v0.1.0
5582026-05-09T03:29:33.195Z Compiling thiserror v2.0.18
5592026-05-09T03:29:33.243Z Compiling tokio v1.52.3
5602026-05-09T03:29:33.265Z Compiling untrusted v0.9.0
5612026-05-09T03:29:33.318Z Compiling owo-colors v4.3.0
5622026-05-09T03:29:33.397Z Compiling utf8_iter v1.0.4
5632026-05-09T03:29:33.472Z Compiling futures-util v0.3.32
5642026-05-09T03:29:33.547Z Compiling gimli v0.32.3
5652026-05-09T03:29:33.559Z Compiling httparse v1.10.1
5662026-05-09T03:29:33.653Z Compiling signal-hook v0.3.18
5672026-05-09T03:29:33.882Z Compiling idna_adapter v1.0.0
5682026-05-09T03:29:33.904Z Compiling fnv v1.0.7
5692026-05-09T03:29:33.917Z Compiling tracing v0.1.44
5702026-05-09T03:29:33.979Z Compiling idna v1.1.0
5712026-05-09T03:29:34.285Z Compiling thiserror-impl v2.0.18
5722026-05-09T03:29:35.516Z Compiling addr2line v0.25.1
5732026-05-09T03:29:36.179Z Compiling generic-array v0.14.7
5742026-05-09T03:29:36.193Z Compiling tower-service v0.3.3
5752026-05-09T03:29:36.233Z Compiling pkg-config v0.3.33
5762026-05-09T03:29:36.292Z Compiling target-spec v3.6.0
5772026-05-09T03:29:36.433Z Compiling rustc-demangle v0.1.27
5782026-05-09T03:29:36.448Z Compiling typeid v1.0.3
5792026-05-09T03:29:36.612Z Compiling atomic-waker v1.1.2
5802026-05-09T03:29:36.698Z Compiling fastrand v2.4.1
5812026-05-09T03:29:36.754Z Compiling rustls v0.23.40
5822026-05-09T03:29:36.768Z Compiling thiserror v1.0.69
5832026-05-09T03:29:36.993Z Compiling try-lock v0.2.5
5842026-05-09T03:29:37.048Z Compiling tempfile v3.27.0
5852026-05-09T03:29:37.117Z Compiling want v0.3.1
5862026-05-09T03:29:37.290Z Compiling tokio-util v0.7.18
5872026-05-09T03:29:37.352Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5882026-05-09T03:29:37.657Z Compiling cfg-expr v0.20.7
5892026-05-09T03:29:37.794Z Compiling h2 v0.4.14
5902026-05-09T03:29:38.055Z Compiling url v2.5.8
5912026-05-09T03:29:38.911Z Compiling backtrace v0.3.76
5922026-05-09T03:29:38.997Z Compiling thiserror-impl v1.0.69
5932026-05-09T03:29:39.156Z Compiling terminal_size v0.4.4
5942026-05-09T03:29:39.254Z Compiling aho-corasick v1.1.4
5952026-05-09T03:29:39.319Z Compiling regex-syntax v0.8.10
5962026-05-09T03:29:40.202Z Compiling subtle v2.6.1
5972026-05-09T03:29:40.373Z Compiling winnow v0.7.15
5982026-05-09T03:29:40.572Z Compiling rustls-webpki v0.103.13
5992026-05-09T03:29:42.392Z Compiling typenum v1.20.0
6002026-05-09T03:29:43.088Z Compiling erased-serde v0.4.10
6012026-05-09T03:29:43.451Z Compiling regex-automata v0.4.14
6022026-05-09T03:29:43.775Z Compiling hyper v1.9.0
6032026-05-09T03:29:44.861Z Compiling serde_spanned v0.6.9
6042026-05-09T03:29:45.030Z Compiling toml_datetime v0.6.11
6052026-05-09T03:29:45.415Z Compiling ahash v0.8.12
6062026-05-09T03:29:45.682Z Compiling sync_wrapper v1.0.2
6072026-05-09T03:29:45.802Z Compiling foldhash v0.1.5
6082026-05-09T03:29:46.031Z Compiling unicode-segmentation v1.13.2
6092026-05-09T03:29:46.360Z Compiling toml_write v0.1.2
6102026-05-09T03:29:46.433Z Compiling portable-atomic v1.13.1
6112026-05-09T03:29:46.615Z Compiling lazy_static v1.5.0
6122026-05-09T03:29:46.689Z Compiling either v1.15.0
6132026-05-09T03:29:46.724Z Compiling ipnet v2.12.0
6142026-05-09T03:29:46.896Z Compiling is_ci v1.2.0
6152026-05-09T03:29:46.914Z Compiling tower-layer v0.3.3
6162026-05-09T03:29:47.070Z Compiling unicode-linebreak v0.1.5
6172026-05-09T03:29:47.119Z Compiling parking_lot_core v0.9.12
6182026-05-09T03:29:47.344Z Compiling crc32fast v1.5.0
6192026-05-09T03:29:47.408Z Compiling nextest-workspace-hack v0.1.0
6202026-05-09T03:29:47.461Z Compiling base64 v0.22.1
6212026-05-09T03:29:47.493Z Compiling textwrap v0.16.2
6222026-05-09T03:29:47.672Z Compiling tower v0.5.3
6232026-05-09T03:29:47.703Z Compiling supports-color v3.0.2
6242026-05-09T03:29:47.938Z Compiling hyper-util v0.1.20
6252026-05-09T03:29:47.966Z Compiling sharded-slab v0.1.7
6262026-05-09T03:29:47.988Z Compiling toml_edit v0.22.27
6272026-05-09T03:29:48.273Z Compiling tokio-rustls v0.26.4
6282026-05-09T03:29:48.559Z Compiling convert_case v0.10.0
6292026-05-09T03:29:48.562Z Compiling hashbrown v0.15.5
6302026-05-09T03:29:48.915Z Compiling backtrace-ext v0.2.1
6312026-05-09T03:29:49.181Z Compiling ordered-float v2.10.1
6322026-05-09T03:29:49.213Z Compiling webpki-roots v1.0.7
6332026-05-09T03:29:49.337Z Compiling miette-derive v7.6.0
6342026-05-09T03:29:49.462Z Compiling pathdiff v0.2.3
6352026-05-09T03:29:49.476Z Compiling console v0.15.11
6362026-05-09T03:29:49.590Z Compiling tracing-log v0.2.0
6372026-05-09T03:29:49.953Z Compiling cargo-platform v0.3.3
6382026-05-09T03:29:50.492Z Compiling os_pipe v1.2.3
6392026-05-09T03:29:50.519Z Compiling thread_local v1.1.9
6402026-05-09T03:29:50.630Z Compiling fixedbitset v0.5.7
6412026-05-09T03:29:50.664Z Compiling cfg_aliases v0.2.1
6422026-05-09T03:29:50.752Z Compiling unicode-width v0.1.14
6432026-05-09T03:29:50.828Z Compiling rustix v0.38.44
6442026-05-09T03:29:50.879Z Compiling ryu v1.0.23
6452026-05-09T03:29:51.088Z Compiling supports-unicode v3.0.0
6462026-05-09T03:29:51.159Z Compiling debug-ignore v1.0.5
6472026-05-09T03:29:51.175Z Compiling pulldown-cmark v0.13.3
6482026-05-09T03:29:51.260Z Compiling winnow v1.0.2
6492026-05-09T03:29:51.273Z Compiling utf8parse v0.2.2
6502026-05-09T03:29:51.390Z Compiling zstd-safe v7.2.4
6512026-05-09T03:29:51.416Z Compiling supports-hyperlinks v3.2.0
6522026-05-09T03:29:51.548Z Compiling scopeguard v1.2.0
6532026-05-09T03:29:51.646Z Compiling lock_api v0.4.14
6542026-05-09T03:29:51.659Z Compiling miette v7.6.0
6552026-05-09T03:29:51.728Z Compiling anstyle-parse v1.0.0
6562026-05-09T03:29:51.962Z Compiling serde_urlencoded v0.7.1
6572026-05-09T03:29:51.986Z Compiling petgraph v0.8.3
6582026-05-09T03:29:52.251Z Compiling nix v0.30.1
6592026-05-09T03:29:52.665Z Compiling toml_parser v1.1.2+spec-1.1.0
6602026-05-09T03:29:52.773Z Compiling tracing-subscriber v0.3.23
6612026-05-09T03:29:53.961Z Compiling sigchld v0.2.4
6622026-05-09T03:29:54.015Z Compiling cargo_metadata v0.23.1
6632026-05-09T03:29:54.167Z Compiling toml v0.8.23
6642026-05-09T03:29:54.876Z Compiling serde-value v0.7.0
6652026-05-09T03:29:55.666Z Compiling hyper-rustls v0.27.9
6662026-05-09T03:29:55.946Z Compiling serde-untagged v0.1.9
6672026-05-09T03:29:56.327Z Compiling derive_more-impl v2.1.1
6682026-05-09T03:29:56.369Z Compiling tower-http v0.6.10
6692026-05-09T03:29:57.142Z Compiling itertools v0.14.0
6702026-05-09T03:29:57.170Z Compiling regex v1.12.3
6712026-05-09T03:29:57.275Z Compiling block-buffer v0.10.4
6722026-05-09T03:29:57.435Z Compiling crypto-common v0.1.7
6732026-05-09T03:29:57.473Z Compiling ppv-lite86 v0.2.21
6742026-05-09T03:29:57.531Z Compiling rand_core v0.9.5
6752026-05-09T03:29:57.572Z Compiling futures-executor v0.3.32
6762026-05-09T03:29:57.790Z Compiling pin-project-internal v1.1.12
6772026-05-09T03:29:57.812Z Compiling http-body-util v0.1.3
6782026-05-09T03:29:58.102Z Compiling uuid v1.23.1
6792026-05-09T03:29:58.121Z Compiling serde_spanned v1.1.1
6802026-05-09T03:29:58.284Z Compiling toml_datetime v1.1.1+spec-1.1.0
6812026-05-09T03:29:58.651Z Compiling smol_str v0.3.6
6822026-05-09T03:29:58.668Z Compiling filetime v0.2.28
6832026-05-09T03:29:58.711Z Compiling vte v0.14.1
6842026-05-09T03:29:58.724Z Compiling bstr v1.12.1
6852026-05-09T03:29:58.880Z Compiling static_assertions v1.1.0
6862026-05-09T03:29:58.916Z Compiling number_prefix v0.4.0
6872026-05-09T03:29:58.938Z Compiling tinyvec_macros v0.1.1
6882026-05-09T03:29:58.962Z Compiling eyre v0.6.12
6892026-05-09T03:29:59.001Z Compiling anstyle v1.0.14
6902026-05-09T03:29:59.017Z Compiling litrs v1.0.0
6912026-05-09T03:29:59.076Z Compiling unicode-xid v0.2.6
6922026-05-09T03:29:59.225Z Compiling self_update v0.42.0
6932026-05-09T03:29:59.283Z Compiling xattr v1.6.1
6942026-05-09T03:29:59.297Z Compiling nested v0.1.1
6952026-05-09T03:29:59.346Z Compiling unicase v2.9.0
6962026-05-09T03:29:59.425Z Compiling is_terminal_polyfill v1.70.2
6972026-05-09T03:29:59.479Z Compiling anstyle-query v1.1.5
6982026-05-09T03:29:59.482Z Compiling color-spantrace v0.3.0
6992026-05-09T03:29:59.504Z Compiling iana-time-zone v0.1.65
7002026-05-09T03:29:59.504Z Compiling colorchoice v1.0.5
7012026-05-09T03:29:59.614Z Compiling anstream v1.0.0
7022026-05-09T03:29:59.642Z Compiling chrono v0.4.44
7032026-05-09T03:29:59.722Z Compiling document-features v0.2.12
7042026-05-09T03:29:59.853Z Compiling guppy v0.17.25
7052026-05-09T03:29:59.868Z Compiling tar v0.4.45
7062026-05-09T03:30:00.331Z Compiling cargo-util-schemas v0.2.0
7072026-05-09T03:30:00.451Z Compiling globset v0.4.18
7082026-05-09T03:30:01.401Z Compiling indicatif v0.17.11
7092026-05-09T03:30:02.485Z Compiling tinyvec v1.11.0
7102026-05-09T03:30:02.848Z Compiling pin-project v1.1.12
7112026-05-09T03:30:02.922Z Compiling nextest-metadata v0.12.2
7122026-05-09T03:30:02.960Z Compiling strip-ansi-escapes v0.2.1
7132026-05-09T03:30:03.029Z Compiling toml v1.1.2+spec-1.1.0
7142026-05-09T03:30:03.185Z Compiling newtype-uuid v1.3.2
7152026-05-09T03:30:03.385Z Compiling reqwest v0.12.28
7162026-05-09T03:30:03.480Z Compiling rand_chacha v0.9.0
7172026-05-09T03:30:03.771Z Compiling futures v0.3.32
7182026-05-09T03:30:03.864Z Compiling digest v0.10.7
7192026-05-09T03:30:04.048Z Compiling parking_lot v0.12.5
7202026-05-09T03:30:04.093Z Compiling derive_more v2.1.1
7212026-05-09T03:30:04.180Z Compiling flate2 v1.1.9
7222026-05-09T03:30:04.634Z Compiling shared_child v1.1.1
7232026-05-09T03:30:04.735Z Compiling tracing-error v0.2.1
7242026-05-09T03:30:05.009Z Compiling signal-hook-mio v0.2.5
7252026-05-09T03:30:05.148Z Compiling self-replace v1.5.0
7262026-05-09T03:30:05.337Z Compiling cargo-platform v0.2.0
7272026-05-09T03:30:05.452Z Compiling quick-xml v0.37.5
7282026-05-09T03:30:05.897Z Compiling quick-xml v0.38.4
7292026-05-09T03:30:06.279Z Compiling indenter v0.3.4
7302026-05-09T03:30:06.423Z Compiling strsim v0.11.1
7312026-05-09T03:30:06.521Z Compiling clap_lex v1.1.0
7322026-05-09T03:30:06.897Z Compiling cpufeatures v0.2.17
7332026-05-09T03:30:06.977Z Compiling recursion v0.5.4
7342026-05-09T03:30:07.121Z Compiling urlencoding v2.1.3
7352026-05-09T03:30:07.240Z Compiling shell-words v1.1.1
7362026-05-09T03:30:07.274Z Compiling humantime v2.3.0
7372026-05-09T03:30:07.375Z Compiling heck v0.5.0
7382026-05-09T03:30:07.511Z Compiling humantime-serde v1.1.1
7392026-05-09T03:30:07.589Z Compiling clap_derive v4.6.1
7402026-05-09T03:30:07.681Z Compiling clap_builder v4.6.0
7412026-05-09T03:30:07.721Z Compiling nextest-filtering v0.15.0
7422026-05-09T03:30:08.144Z Compiling sha2 v0.10.9
7432026-05-09T03:30:09.404Z Compiling quick-junit v0.5.2
7442026-05-09T03:30:10.013Z Compiling atomicwrites v0.4.4
7452026-05-09T03:30:10.313Z Compiling cargo_metadata v0.20.0
7462026-05-09T03:30:11.760Z Compiling cargo-nextest v0.9.97
7472026-05-09T03:30:12.099Z Compiling crossterm v0.29.0
7482026-05-09T03:30:13.949Z Compiling duct v0.13.7
7492026-05-09T03:30:13.997Z Compiling async-scoped v0.9.0
7502026-05-09T03:30:14.193Z Compiling zstd v0.13.3
7512026-05-09T03:30:14.207Z Compiling config v0.15.22
7522026-05-09T03:30:14.232Z Compiling rand v0.9.4
7532026-05-09T03:30:14.628Z Compiling unicode-normalization v0.1.25
7542026-05-09T03:30:15.025Z Compiling target-spec-miette v0.4.6
7552026-05-09T03:30:15.226Z Compiling future-queue v0.4.0
7562026-05-09T03:30:15.382Z Compiling mukti-metadata v0.3.0
7572026-05-09T03:30:15.449Z Compiling camino-tempfile v1.4.1
7582026-05-09T03:30:15.513Z Compiling tokio-stream v0.1.18
7592026-05-09T03:30:15.601Z Compiling derive-where v1.6.1
7602026-05-09T03:30:15.680Z Compiling serde_ignored v0.1.14
7612026-05-09T03:30:15.875Z Compiling serde_path_to_error v0.1.20
7622026-05-09T03:30:15.888Z Compiling hex v0.4.3
7632026-05-09T03:30:16.045Z Compiling swrite v0.1.0
7642026-05-09T03:30:16.068Z Compiling xxhash-rust v0.8.15
7652026-05-09T03:30:16.157Z Compiling home v0.5.12
7662026-05-09T03:30:16.182Z Compiling indent_write v2.2.0
7672026-05-09T03:30:16.257Z Compiling color-eyre v0.6.5
7682026-05-09T03:30:16.337Z Compiling clap v4.6.1
7692026-05-09T03:30:16.363Z Compiling dialoguer v0.11.0
7702026-05-09T03:30:16.378Z Compiling enable-ansi-support v0.2.1
7712026-05-09T03:30:16.880Z Compiling nextest-runner v0.80.0
7722026-05-09T03:30:35.153Z Finished `release` profile [optimized] target(s) in 1m 12s
7732026-05-09T03:30:35.350Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-05-09T03:30:35.353Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-05-09T03:30:35.483Z+ banner bfd
7762026-05-09T03:30:35.486Z
7772026-05-09T03:30:35.486Z ##### ###### #####
7782026-05-09T03:30:35.486Z # # # # #
7792026-05-09T03:30:35.486Z ##### ##### # #
7802026-05-09T03:30:35.486Z # # # # #
7812026-05-09T03:30:35.486Z # # # # #
7822026-05-09T03:30:35.486Z ##### # #####
7832026-05-09T03:30:35.486Z
7842026-05-09T03:30:35.486Z+ cargo nextest run -p bfd --nocapture
7852026-05-09T03:30:35.644Z Updating git repository `https://github.com/oxidecomputer/falcon`
7862026-05-09T03:30:36.209ZFrom https://github.com/oxidecomputer/falcon
7872026-05-09T03:30:36.210Z * [new ref] d9ae0618bac92b01623d0c3119d831d2ea8cefa2 -> refs/commit/d9ae0618bac92b01623d0c3119d831d2ea8cefa2
7882026-05-09T03:30:36.286Z Updating crates.io index
7892026-05-09T03:30:36.341Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7902026-05-09T03:30:37.017ZFrom https://github.com/oxidecomputer/dendrite
7912026-05-09T03:30:37.017Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7922026-05-09T03:30:37.100Z Updating git repository `https://github.com/oxidecomputer/ispf`
7932026-05-09T03:30:37.343ZFrom https://github.com/oxidecomputer/ispf
7942026-05-09T03:30:37.343Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7952026-05-09T03:30:37.348Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7962026-05-09T03:30:37.686ZFrom https://github.com/oxidecomputer/netadm-sys
7972026-05-09T03:30:37.686Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7982026-05-09T03:30:37.693Z Updating git repository `https://github.com/oxidecomputer/omicron`
7992026-05-09T03:30:44.482ZFrom https://github.com/oxidecomputer/omicron
8002026-05-09T03:30:44.483Z * [new ref] 9e56717d4317e832fbfe272216fe1b8c8ea98ce3 -> refs/commit/9e56717d4317e832fbfe272216fe1b8c8ea98ce3
8012026-05-09T03:30:44.895Z Updating git repository `https://github.com/oxidecomputer/opte`
8022026-05-09T03:30:45.444ZFrom https://github.com/oxidecomputer/opte
8032026-05-09T03:30:45.444Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8042026-05-09T03:30:45.598Z Updating git repository `https://github.com/illumos/smf-rs`
8052026-05-09T03:30:45.829ZFrom https://github.com/illumos/smf-rs
8062026-05-09T03:30:45.829Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8072026-05-09T03:30:45.969Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-05-09T03:30:46.204ZFrom https://github.com/oxidecomputer/network-interface
8092026-05-09T03:30:46.204Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-05-09T03:30:46.233Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-05-09T03:30:46.468ZFrom https://github.com/oxidecomputer/zone
8122026-05-09T03:30:46.468Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-05-09T03:30:46.488Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-05-09T03:30:47.085ZFrom https://github.com/oxidecomputer/propolis
8152026-05-09T03:30:47.085Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-05-09T03:30:47.213Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8172026-05-09T03:30:47.701ZFrom https://github.com/oxidecomputer/transceiver-control
8182026-05-09T03:30:47.702Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8192026-05-09T03:30:47.723Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202026-05-09T03:30:47.984ZFrom https://github.com/oxidecomputer/dlpi-sys
8212026-05-09T03:30:47.984Z * [new ref] 0805292e45f48300a51c635d79ea10f332f85d0d -> refs/commit/0805292e45f48300a51c635d79ea10f332f85d0d
8222026-05-09T03:30:47.990Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232026-05-09T03:30:48.273ZFrom https://github.com/jmesmon/rust-libzfs
8242026-05-09T03:30:48.273Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8252026-05-09T03:30:48.281Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262026-05-09T03:30:48.515ZFrom https://github.com/oxidecomputer/rusty-doors
8272026-05-09T03:30:48.515Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8282026-05-09T03:30:48.559Z Updating git repository `https://github.com/oxidecomputer/lldp`
8292026-05-09T03:30:48.841ZFrom https://github.com/oxidecomputer/lldp
8302026-05-09T03:30:48.841Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8312026-05-09T03:30:48.919Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-05-09T03:30:49.160ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-05-09T03:30:49.160Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-05-09T03:30:49.184Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-05-09T03:30:49.442ZFrom https://github.com/oxidecomputer/tufaceous
8362026-05-09T03:30:49.442Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8372026-05-09T03:30:49.532Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-05-09T03:30:49.947ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-05-09T03:30:49.947Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8402026-05-09T03:30:49.972Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-05-09T03:30:50.760ZFrom https://github.com/oxidecomputer/crucible
8422026-05-09T03:30:50.760Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-05-09T03:30:50.925Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8442026-05-09T03:30:51.175ZFrom https://github.com/oxidecomputer/serde_human_bytes
8452026-05-09T03:30:51.175Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8462026-05-09T03:30:51.492Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-05-09T03:30:51.794ZFrom https://github.com/oxidecomputer/propolis
8482026-05-09T03:30:51.794Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8492026-05-09T03:30:51.913Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-05-09T03:30:52.203ZFrom https://github.com/oxidecomputer/tofino
8512026-05-09T03:30:52.203Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8522026-05-09T03:30:52.226Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-05-09T03:30:52.868ZFrom https://github.com/oxidecomputer/maghemite
8542026-05-09T03:30:52.868Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8552026-05-09T03:30:52.936Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-05-09T03:30:53.187ZFrom https://github.com/oxidecomputer/clickward
8572026-05-09T03:30:53.187Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-05-09T03:30:53.303Z Updating git repository `https://github.com/oxidecomputer/crucible`
8592026-05-09T03:30:53.677ZFrom https://github.com/oxidecomputer/crucible
8602026-05-09T03:30:53.677Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8612026-05-09T03:30:53.816Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8622026-05-09T03:30:54.070ZFrom https://github.com/oxidecomputer/illumos-devinfo
8632026-05-09T03:30:54.070Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8642026-05-09T03:30:54.867Z Downloading crates ...
8652026-05-09T03:30:54.969Z Downloaded async-stream-impl v0.3.6
8662026-05-09T03:30:54.972Z Downloaded crc8 v0.1.1
8672026-05-09T03:30:54.977Z Downloaded bit-vec v0.8.0
8682026-05-09T03:30:54.984Z Downloaded data-encoding v2.11.0
8692026-05-09T03:30:54.987Z Downloaded ciborium-io v0.2.2
8702026-05-09T03:30:54.990Z Downloaded aead v0.5.2
8712026-05-09T03:30:54.994Z Downloaded csv-core v0.1.13
8722026-05-09T03:30:54.997Z Downloaded cmake v0.1.58
8732026-05-09T03:30:54.999Z Downloaded hubpack v0.1.2
8742026-05-09T03:30:55.007Z Downloaded base16ct v0.2.0
8752026-05-09T03:30:55.007Z Downloaded dof v0.4.0
8762026-05-09T03:30:55.009Z Downloaded foreign-types v0.5.0
8772026-05-09T03:30:55.010Z Downloaded idna_adapter v1.2.2
8782026-05-09T03:30:55.010Z Downloaded derive-ex v0.1.8
8792026-05-09T03:30:55.012Z Downloaded diff v0.1.13
8802026-05-09T03:30:55.015Z Downloaded erased-serde v0.3.31
8812026-05-09T03:30:55.015Z Downloaded bcs v0.1.6
8822026-05-09T03:30:55.018Z Downloaded dunce v1.0.5
8832026-05-09T03:30:55.018Z Downloaded hostname v0.3.1
8842026-05-09T03:30:55.022Z Downloaded argon2 v0.5.3
8852026-05-09T03:30:55.022Z Downloaded no-std-compat v0.4.1
8862026-05-09T03:30:55.027Z Downloaded httpdate v1.0.3
8872026-05-09T03:30:55.027Z Downloaded glob v0.3.3
8882026-05-09T03:30:55.031Z Downloaded darling_core v0.23.0
8892026-05-09T03:30:55.034Z Downloaded hostname v0.4.2
8902026-05-09T03:30:55.037Z Downloaded fixedbitset v0.4.2
8912026-05-09T03:30:55.037Z Downloaded crypto-bigint v0.5.5
8922026-05-09T03:30:55.041Z Downloaded num_threads v0.1.7
8932026-05-09T03:30:55.043Z Downloaded newtype-uuid-macros v0.1.0
8942026-05-09T03:30:55.043Z Downloaded gethostname v0.5.0
8952026-05-09T03:30:55.047Z Downloaded fs-err v3.3.0
8962026-05-09T03:30:55.047Z Downloaded highway v1.3.0
8972026-05-09T03:30:55.050Z Downloaded constant_time_eq v0.4.2
8982026-05-09T03:30:55.050Z Downloaded compression-core v0.4.32
8992026-05-09T03:30:55.053Z Downloaded darling_macro v0.21.3
9002026-05-09T03:30:55.053Z Downloaded foreign-types-macros v0.2.3
9012026-05-09T03:30:55.053Z Downloaded heck v0.4.1
9022026-05-09T03:30:55.056Z Downloaded crunchy v0.2.4
9032026-05-09T03:30:55.056Z Downloaded enum-as-inner v0.6.1
9042026-05-09T03:30:55.060Z Downloaded dropshot-api-manager-types v0.7.1
9052026-05-09T03:30:55.060Z Downloaded expectorate v1.2.0
9062026-05-09T03:30:55.063Z Downloaded const-random-macro v0.1.16
9072026-05-09T03:30:55.063Z Downloaded console v0.16.3
9082026-05-09T03:30:55.063Z Downloaded async-recursion v1.1.1
9092026-05-09T03:30:55.065Z Downloaded embedded-io v0.6.1
9102026-05-09T03:30:55.068Z Downloaded blake3 v1.8.5
9112026-05-09T03:30:55.072Z Downloaded defmt-macros v1.0.1
9122026-05-09T03:30:55.075Z Downloaded async-stream v0.3.6
9132026-05-09T03:30:55.078Z Downloaded chacha20poly1305 v0.10.1
9142026-05-09T03:30:55.078Z Downloaded crossbeam-deque v0.8.6
9152026-05-09T03:30:55.080Z Downloaded defmt-parser v1.0.0
9162026-05-09T03:30:55.080Z Downloaded lru-cache v0.1.2
9172026-05-09T03:30:55.083Z Downloaded macaddr v1.0.1
9182026-05-09T03:30:55.083Z Downloaded managed v0.8.0
9192026-05-09T03:30:55.086Z Downloaded crucible-workspace-hack v0.1.0
9202026-05-09T03:30:55.086Z Downloaded cpufeatures v0.3.0
9212026-05-09T03:30:55.090Z Downloaded newtype_derive v0.1.6
9222026-05-09T03:30:55.090Z Downloaded memmap v0.7.0
9232026-05-09T03:30:55.090Z Downloaded heapless v0.8.0
9242026-05-09T03:30:55.092Z Downloaded linear-map v1.2.0
9252026-05-09T03:30:55.095Z Downloaded dof v0.3.0
9262026-05-09T03:30:55.096Z Downloaded arrayref v0.3.9
9272026-05-09T03:30:55.099Z Downloaded natord v1.0.9
9282026-05-09T03:30:55.099Z Downloaded match_cfg v0.1.0
9292026-05-09T03:30:55.099Z Downloaded dyn-clone v1.0.20
9302026-05-09T03:30:55.102Z Downloaded defmt v0.3.100
9312026-05-09T03:30:55.102Z Downloaded internet-checksum v0.2.1
9322026-05-09T03:30:55.104Z Downloaded olpc-cjson v0.1.4
9332026-05-09T03:30:55.105Z Downloaded num-derive v0.4.2
9342026-05-09T03:30:55.105Z Downloaded dtrace-parser v0.2.0
9352026-05-09T03:30:55.107Z Downloaded convert_case v0.4.0
9362026-05-09T03:30:55.107Z Downloaded daft-derive v0.1.5
9372026-05-09T03:30:55.110Z Downloaded defmt v1.0.1
9382026-05-09T03:30:55.112Z Downloaded linked-hash-map v0.5.6
9392026-05-09T03:30:55.115Z Downloaded keccak v0.1.6
9402026-05-09T03:30:55.115Z Downloaded chacha20 v0.10.0
9412026-05-09T03:30:55.118Z Downloaded instant v0.1.13
9422026-05-09T03:30:55.118Z Downloaded cstr-argument v0.1.2
9432026-05-09T03:30:55.121Z Downloaded const_format_proc_macros v0.2.34
9442026-05-09T03:30:55.121Z Downloaded cargo_toml v0.22.3
9452026-05-09T03:30:55.124Z Downloaded konst_macro_rules v0.2.19
9462026-05-09T03:30:55.124Z Downloaded hmac v0.12.1
9472026-05-09T03:30:55.127Z Downloaded cobs v0.3.0
9482026-05-09T03:30:55.127Z Downloaded group v0.13.0
9492026-05-09T03:30:55.130Z Downloaded multer v3.1.0
9502026-05-09T03:30:55.130Z Downloaded parking_lot_core v0.8.6
9512026-05-09T03:30:55.133Z Downloaded omicron-workspace-hack v0.1.0
9522026-05-09T03:30:55.133Z Downloaded embedded-io v0.4.0
9532026-05-09T03:30:55.135Z Downloaded omicron-zone-package v0.12.2
9542026-05-09T03:30:55.138Z Downloaded num_enum_derive v0.5.11
9552026-05-09T03:30:55.138Z Downloaded libscf-sys v1.2.0
9562026-05-09T03:30:55.138Z Downloaded fs_extra v1.3.0
9572026-05-09T03:30:55.141Z Downloaded cipher v0.4.4
9582026-05-09T03:30:55.141Z Downloaded foldhash v0.2.0
9592026-05-09T03:30:55.144Z Downloaded darling_macro v0.23.0
9602026-05-09T03:30:55.144Z Downloaded dtrace-parser v0.3.0
9612026-05-09T03:30:55.148Z Downloaded opaque-debug v0.3.1
9622026-05-09T03:30:55.148Z Downloaded hubpack_derive v0.1.1
9632026-05-09T03:30:55.148Z Downloaded num-iter v0.1.45
9642026-05-09T03:30:55.151Z Downloaded hash32 v0.3.1
9652026-05-09T03:30:55.151Z Downloaded git-stub v1.0.0
9662026-05-09T03:30:55.151Z Downloaded async-trait v0.1.89
9672026-05-09T03:30:55.154Z Downloaded pem v3.0.6
9682026-05-09T03:30:55.154Z Downloaded bytecount v0.6.9
9692026-05-09T03:30:55.156Z Downloaded memoffset v0.9.1
9702026-05-09T03:30:55.156Z Downloaded fxhash v0.2.1
9712026-05-09T03:30:55.158Z Downloaded byte-wrapper v0.1.0
9722026-05-09T03:30:55.162Z Downloaded ciborium-ll v0.2.2
9732026-05-09T03:30:55.162Z Downloaded plain v0.2.3
9742026-05-09T03:30:55.162Z Downloaded displaydoc v0.2.5
9752026-05-09T03:30:55.165Z Downloaded num-conv v0.2.1
9762026-05-09T03:30:55.165Z Downloaded num v0.4.3
9772026-05-09T03:30:55.165Z Downloaded newline-converter v0.3.0
9782026-05-09T03:30:55.168Z Downloaded ident_case v1.0.1
9792026-05-09T03:30:55.168Z Downloaded ff v0.13.1
9802026-05-09T03:30:55.168Z Downloaded backoff v0.4.0
9812026-05-09T03:30:55.170Z Downloaded darling v0.21.3
9822026-05-09T03:30:55.173Z Downloaded proc-macro-error-attr v1.0.4
9832026-05-09T03:30:55.176Z Downloaded git-stub-vcs v0.1.0
9842026-05-09T03:30:55.176Z Downloaded progenitor-client v0.14.0
9852026-05-09T03:30:55.176Z Downloaded progenitor-client v0.10.0
9862026-05-09T03:30:55.179Z Downloaded proc-macro-error-attr2 v2.0.0
9872026-05-09T03:30:55.179Z Downloaded pretty-hex v0.4.2
9882026-05-09T03:30:55.181Z Downloaded potential_utf v0.1.5
9892026-05-09T03:30:55.181Z Downloaded proc-macro-crate v1.3.1
9902026-05-09T03:30:55.181Z Downloaded dropshot-api-manager v0.7.1
9912026-05-09T03:30:55.184Z Downloaded bitflags v1.3.2
9922026-05-09T03:30:55.187Z Downloaded proc-macro-crate v3.5.0
9932026-05-09T03:30:55.187Z Downloaded deranged v0.5.8
9942026-05-09T03:30:55.189Z Downloaded progenitor-client v0.11.2
9952026-05-09T03:30:55.189Z Downloaded icu_normalizer_data v2.2.0
9962026-05-09T03:30:55.193Z Downloaded byteorder v1.5.0
9972026-05-09T03:30:55.193Z Downloaded allocator-api2 v0.2.21
9982026-05-09T03:30:55.196Z Downloaded progenitor-macro v0.11.2
9992026-05-09T03:30:55.196Z Downloaded powerfmt v0.2.0
10002026-05-09T03:30:55.196Z Downloaded progenitor-macro v0.14.0
10012026-05-09T03:30:55.199Z Downloaded progenitor-macro v0.13.0
10022026-05-09T03:30:55.199Z Downloaded num-integer v0.1.46
10032026-05-09T03:30:55.199Z Downloaded libsw-core v0.3.2
10042026-05-09T03:30:55.201Z Downloaded ingot-types v0.1.2
10052026-05-09T03:30:55.201Z Downloaded parse-display v0.10.0
10062026-05-09T03:30:55.204Z Downloaded memmap2 v0.9.10
10072026-05-09T03:30:55.204Z Downloaded daft v0.1.5
10082026-05-09T03:30:55.207Z Downloaded critical-section v1.2.0
10092026-05-09T03:30:55.207Z Downloaded num_enum_derive v0.7.6
10102026-05-09T03:30:55.207Z Downloaded num-complex v0.4.6
10112026-05-09T03:30:55.210Z Downloaded parse-display-derive v0.10.0
10122026-05-09T03:30:55.210Z Downloaded quick-error v1.2.3
10132026-05-09T03:30:55.212Z Downloaded oxide-tokio-rt v0.1.5
10142026-05-09T03:30:55.212Z Downloaded filetime v0.2.27
10152026-05-09T03:30:55.214Z Downloaded oxnet v0.1.5
10162026-05-09T03:30:55.217Z Downloaded rand_chacha v0.3.1
10172026-05-09T03:30:55.217Z Downloaded progenitor-macro v0.10.0
10182026-05-09T03:30:55.217Z Downloaded ref-cast v1.0.25
10192026-05-09T03:30:55.220Z Downloaded ipnetwork v0.21.1
10202026-05-09T03:30:55.220Z Downloaded mime v0.3.17
10212026-05-09T03:30:55.222Z Downloaded is-terminal v0.4.17
10222026-05-09T03:30:55.222Z Downloaded cookie v0.18.1
10232026-05-09T03:30:55.222Z Downloaded drift v0.1.4
10242026-05-09T03:30:55.228Z Downloaded rustc_version v0.1.7
10252026-05-09T03:30:55.231Z Downloaded darling v0.23.0
10262026-05-09T03:30:55.233Z Downloaded phf_shared v0.12.1
10272026-05-09T03:30:55.234Z Downloaded paste v1.0.15
10282026-05-09T03:30:55.236Z Downloaded num-rational v0.4.2
10292026-05-09T03:30:55.236Z Downloaded inout v0.1.4
10302026-05-09T03:30:55.239Z Downloaded libsw v3.5.0
10312026-05-09T03:30:55.239Z Downloaded progenitor-client v0.13.0
10322026-05-09T03:30:55.239Z Downloaded proc-macro-error v1.0.4
10332026-05-09T03:30:55.242Z Downloaded anyhow v1.0.102
10342026-05-09T03:30:55.244Z Downloaded progenitor v0.11.2
10352026-05-09T03:30:55.244Z Downloaded phf v0.12.1
10362026-05-09T03:30:55.249Z Downloaded same-file v1.0.6
10372026-05-09T03:30:55.249Z Downloaded scroll_derive v0.12.1
10382026-05-09T03:30:55.249Z Downloaded crossbeam-utils v0.8.21
10392026-05-09T03:30:55.251Z Downloaded serde-big-array v0.5.1
10402026-05-09T03:30:55.251Z Downloaded scroll_derive v0.13.1
10412026-05-09T03:30:55.252Z Downloaded colored v3.1.1
10422026-05-09T03:30:55.254Z Downloaded cancel-safe-futures v0.1.5
10432026-05-09T03:30:55.254Z Downloaded num_enum v0.7.6
10442026-05-09T03:30:55.257Z Downloaded serde_plain v1.0.2
10452026-05-09T03:30:55.260Z Downloaded proc-macro-error2 v2.0.1
10462026-05-09T03:30:55.263Z Downloaded compression-codecs v0.4.38
10472026-05-09T03:30:55.263Z Downloaded serde_repr v0.1.20
10482026-05-09T03:30:55.265Z Downloaded sigpipe v0.1.3
10492026-05-09T03:30:55.265Z Downloaded semver v0.1.20
10502026-05-09T03:30:55.268Z Downloaded half v2.7.1
10512026-05-09T03:30:55.268Z Downloaded secrecy v0.10.3
10522026-05-09T03:30:55.268Z Downloaded ingot v0.1.1
10532026-05-09T03:30:55.271Z Downloaded progenitor v0.14.0
10542026-05-09T03:30:55.271Z Downloaded progenitor-extras v0.2.0
10552026-05-09T03:30:55.273Z Downloaded elliptic-curve v0.13.8
10562026-05-09T03:30:55.276Z Downloaded ref-cast-impl v1.0.25
10572026-05-09T03:30:55.276Z Downloaded rand_xorshift v0.4.0
10582026-05-09T03:30:55.276Z Downloaded poly1305 v0.8.0
10592026-05-09T03:30:55.279Z Downloaded password-hash v0.5.0
10602026-05-09T03:30:55.279Z Downloaded parking_lot v0.11.2
10612026-05-09T03:30:55.282Z Downloaded num_enum v0.5.11
10622026-05-09T03:30:55.282Z Downloaded serial_test v3.4.0
10632026-05-09T03:30:55.285Z Downloaded resolv-conf v0.7.6
10642026-05-09T03:30:55.285Z Downloaded backon v1.6.0
10652026-05-09T03:30:55.288Z Downloaded siphasher v1.0.3
10662026-05-09T03:30:55.288Z Downloaded hickory-resolver v0.24.4
10672026-05-09T03:30:55.291Z Downloaded rustversion v1.0.22
10682026-05-09T03:30:55.293Z Downloaded crossbeam-epoch v0.9.18
10692026-05-09T03:30:55.293Z Downloaded rustls-pemfile v2.2.0
10702026-05-09T03:30:55.296Z Downloaded smawk v0.3.2
10712026-05-09T03:30:55.296Z Downloaded icu_provider v2.2.0
10722026-05-09T03:30:55.299Z Downloaded sha1 v0.10.6
10732026-05-09T03:30:55.299Z Downloaded serial_test_derive v3.4.0
10742026-05-09T03:30:55.299Z Downloaded ciborium v0.2.2
10752026-05-09T03:30:55.302Z Downloaded chacha20 v0.9.1
10762026-05-09T03:30:55.302Z Downloaded arrayvec v0.7.6
10772026-05-09T03:30:55.305Z Downloaded strum v0.27.2
10782026-05-09T03:30:55.305Z Downloaded testing_table v0.3.0
10792026-05-09T03:30:55.305Z Downloaded stable_deref_trait v1.2.1
10802026-05-09T03:30:55.305Z Downloaded slog-envlogger v2.2.0
10812026-05-09T03:30:55.308Z Downloaded strum v0.26.3
10822026-05-09T03:30:55.308Z Downloaded termtree v0.5.1
10832026-05-09T03:30:55.308Z Downloaded spin v0.5.2
10842026-05-09T03:30:55.311Z Downloaded postcard v1.1.3
10852026-05-09T03:30:55.311Z Downloaded foreign-types-shared v0.3.1
10862026-05-09T03:30:55.311Z Downloaded rusty-fork v0.3.1
10872026-05-09T03:30:55.313Z Downloaded schemars_derive v0.8.22
10882026-05-09T03:30:55.313Z Downloaded litemap v0.8.2
10892026-05-09T03:30:55.316Z Downloaded take_mut v0.2.2
10902026-05-09T03:30:55.316Z Downloaded tagptr v0.2.0
10912026-05-09T03:30:55.316Z Downloaded ingot-macros v0.1.1
10922026-05-09T03:30:55.316Z Downloaded float-ord v0.3.2
10932026-05-09T03:30:55.319Z Downloaded progenitor v0.13.0
10942026-05-09T03:30:55.319Z Downloaded dropshot_endpoint v0.17.0
10952026-05-09T03:30:55.321Z Downloaded base16ct v1.0.0
10962026-05-09T03:30:55.321Z Downloaded serde_tokenstream v0.2.3
10972026-05-09T03:30:55.321Z Downloaded const-random v0.1.18
10982026-05-09T03:30:55.324Z Downloaded cc v1.2.61
10992026-05-09T03:30:55.324Z Downloaded time-core v0.1.8
11002026-05-09T03:30:55.327Z Downloaded thread-id v5.1.0
11012026-05-09T03:30:55.327Z Downloaded thread-id v4.2.2
11022026-05-09T03:30:55.327Z Downloaded structmeta v0.3.0
11032026-05-09T03:30:55.330Z Downloaded tabled_derive v0.7.0
11042026-05-09T03:30:55.330Z Downloaded bit-set v0.8.0
11052026-05-09T03:30:55.330Z Downloaded indexmap v1.9.3
11062026-05-09T03:30:55.332Z Downloaded scroll v0.12.0
11072026-05-09T03:30:55.332Z Downloaded progenitor v0.10.0
11082026-05-09T03:30:55.335Z Downloaded derive_more v0.99.20
11092026-05-09T03:30:55.338Z Downloaded pest_derive v2.8.6
11102026-05-09T03:30:55.338Z Downloaded serde_derive_internals v0.29.1
11112026-05-09T03:30:55.338Z Downloaded blake2 v0.10.6
11122026-05-09T03:30:55.341Z Downloaded structmeta-derive v0.3.0
11132026-05-09T03:30:55.341Z Downloaded arc-swap v1.9.1
11142026-05-09T03:30:55.344Z Downloaded papergrid v0.17.0
11152026-05-09T03:30:55.346Z Downloaded rhai_codegen v3.1.0
11162026-05-09T03:30:55.350Z Downloaded untrusted v0.7.1
11172026-05-09T03:30:55.353Z Downloaded scroll v0.13.0
11182026-05-09T03:30:55.353Z Downloaded icu_locale_core v2.2.0
11192026-05-09T03:30:55.356Z Downloaded icu_properties v2.2.0
11202026-05-09T03:30:55.358Z Downloaded slog-bunyan v2.5.0
11212026-05-09T03:30:55.358Z Downloaded slog-async v2.8.0
11222026-05-09T03:30:55.361Z Downloaded usdt v0.5.0
11232026-05-09T03:30:55.361Z Downloaded typify-macro v0.4.3
11242026-05-09T03:30:55.361Z Downloaded topological-sort v0.2.2
11252026-05-09T03:30:55.361Z Downloaded pest_generator v2.8.6
11262026-05-09T03:30:55.364Z Downloaded tabled_derive v0.11.0
11272026-05-09T03:30:55.367Z Downloaded usdt-attr-macro v0.5.0
11282026-05-09T03:30:55.367Z Downloaded typify-macro v0.6.2
11292026-05-09T03:30:55.367Z Downloaded usdt v0.6.0
11302026-05-09T03:30:55.370Z Downloaded utf-8 v0.7.6
11312026-05-09T03:30:55.370Z Downloaded unit-prefix v0.5.2
11322026-05-09T03:30:55.372Z Downloaded smf v0.2.3
11332026-05-09T03:30:55.372Z Downloaded universal-hash v0.5.1
11342026-05-09T03:30:55.372Z Downloaded smartstring v1.0.1
11352026-05-09T03:30:55.375Z Downloaded snafu-derive v0.8.9
11362026-05-09T03:30:55.380Z Downloaded strum_macros v0.26.4
11372026-05-09T03:30:55.382Z Downloaded unarray v0.1.4
11382026-05-09T03:30:55.382Z Downloaded sdd v3.0.10
11392026-05-09T03:30:55.386Z Downloaded hickory-resolver v0.25.2
11402026-05-09T03:30:55.386Z Downloaded tabwriter v1.4.1
11412026-05-09T03:30:55.389Z Downloaded wait-timeout v0.2.1
11422026-05-09T03:30:55.389Z Downloaded slog-scope v4.4.1
11432026-05-09T03:30:55.391Z Downloaded rand_core v0.10.1
11442026-05-09T03:30:55.391Z Downloaded usdt-attr-macro v0.6.0
11452026-05-09T03:30:55.391Z Downloaded slog-json v2.6.1
11462026-05-09T03:30:55.391Z Downloaded thiserror-impl-no-std v2.0.2
11472026-05-09T03:30:55.394Z Downloaded progenitor-impl v0.11.2
11482026-05-09T03:30:55.394Z Downloaded thiserror-no-std v2.0.2
11492026-05-09T03:30:55.397Z Downloaded rustls-native-certs v0.8.3
11502026-05-09T03:30:55.400Z Downloaded yoke-derive v0.8.2
11512026-05-09T03:30:55.402Z Downloaded zerofrom-derive v0.1.7
11522026-05-09T03:30:55.405Z Downloaded tokio-tungstenite v0.21.0
11532026-05-09T03:30:55.405Z Downloaded tinystr v0.8.3
11542026-05-09T03:30:55.408Z Downloaded waitgroup v0.1.2
11552026-05-09T03:30:55.408Z Downloaded zeroize_derive v1.4.3
11562026-05-09T03:30:55.408Z Downloaded zerofrom v0.1.7
11572026-05-09T03:30:55.410Z Downloaded papergrid v0.11.0
11582026-05-09T03:30:55.413Z Downloaded konst v0.2.20
11592026-05-09T03:30:55.416Z Downloaded slog-stdlog v4.1.1
11602026-05-09T03:30:55.418Z Downloaded progenitor-impl v0.10.0
11612026-05-09T03:30:55.421Z Downloaded zone_cfg_derive v0.3.1
11622026-05-09T03:30:55.424Z Downloaded synstructure v0.13.2
11632026-05-09T03:30:55.424Z Downloaded darling_core v0.21.3
11642026-05-09T03:30:55.426Z Downloaded tiny-keccak v2.0.2
11652026-05-09T03:30:55.429Z Downloaded time-macros v0.2.27
11662026-05-09T03:30:55.430Z Downloaded strum_macros v0.27.2
11672026-05-09T03:30:55.430Z Downloaded tokio-dtrace v0.1.1
11682026-05-09T03:30:55.433Z Downloaded slog-dtrace v0.3.0
11692026-05-09T03:30:55.436Z Downloaded zone v0.3.1
11702026-05-09T03:30:55.436Z Downloaded indicatif v0.18.4
11712026-05-09T03:30:55.439Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11722026-05-09T03:30:55.439Z Downloaded icu_normalizer v2.2.0
11732026-05-09T03:30:55.442Z Downloaded schemars v0.8.22
11742026-05-09T03:30:55.446Z Downloaded usdt-impl v0.6.0
11752026-05-09T03:30:55.449Z Downloaded progenitor-impl v0.13.0
11762026-05-09T03:30:55.449Z Downloaded thin-vec v0.2.18
11772026-05-09T03:30:55.452Z Downloaded serde_with_macros v3.19.0
11782026-05-09T03:30:55.452Z Downloaded minimal-lexical v0.2.1
11792026-05-09T03:30:55.457Z Downloaded usdt-macro v0.6.0
11802026-05-09T03:30:55.457Z Downloaded usdt-macro v0.5.0
11812026-05-09T03:30:55.460Z Downloaded whoami v1.6.1
11822026-05-09T03:30:55.463Z Downloaded base64 v0.21.7
11832026-05-09T03:30:55.463Z Downloaded similar v2.7.0
11842026-05-09T03:30:55.469Z Downloaded rustls-platform-verifier v0.7.0
11852026-05-09T03:30:55.471Z Downloaded async-compression v0.4.42
11862026-05-09T03:30:55.474Z Downloaded usdt-impl v0.5.0
11872026-05-09T03:30:55.477Z Downloaded pest_meta v2.8.6
11882026-05-09T03:30:55.477Z Downloaded rayon-core v1.13.0
11892026-05-09T03:30:55.480Z Downloaded ucd-trie v0.1.7
11902026-05-09T03:30:55.482Z Downloaded writeable v0.6.3
11912026-05-09T03:30:55.482Z Downloaded const_format v0.2.36
11922026-05-09T03:30:55.485Z Downloaded spin v0.9.8
11932026-05-09T03:30:55.488Z Downloaded vsss-rs v3.3.4
11942026-05-09T03:30:55.488Z Downloaded pretty_assertions v1.4.1
11952026-05-09T03:30:55.488Z Downloaded walkdir v2.5.0
11962026-05-09T03:30:55.491Z Downloaded schemars v0.9.0
11972026-05-09T03:30:55.496Z Downloaded tokio-rustls v0.25.0
11982026-05-09T03:30:55.499Z Downloaded term v1.2.1
11992026-05-09T03:30:55.503Z Downloaded toml v0.9.12+spec-1.1.0
12002026-05-09T03:30:55.503Z Downloaded progenitor-impl v0.14.0
12012026-05-09T03:30:55.506Z Downloaded zerovec-derive v0.11.3
12022026-05-09T03:30:55.506Z Downloaded icu_collections v2.2.0
12032026-05-09T03:30:55.509Z Downloaded rand v0.8.6
12042026-05-09T03:30:55.509Z Downloaded crossbeam-channel v0.5.15
12052026-05-09T03:30:55.511Z Downloaded prettyplease v0.2.37
12062026-05-09T03:30:55.515Z Downloaded snafu v0.8.9
12072026-05-09T03:30:55.521Z Downloaded tungstenite v0.21.0
12082026-05-09T03:30:55.527Z Downloaded slog v2.8.2
12092026-05-09T03:30:55.530Z Downloaded jiff-static v0.2.24
12102026-05-09T03:30:55.532Z Downloaded slog-term v2.9.2
12112026-05-09T03:30:55.538Z Downloaded toml_edit v0.25.11+spec-1.1.0
12122026-05-09T03:30:55.543Z Downloaded schemars v1.2.1
12132026-05-09T03:30:55.552Z Downloaded yansi v1.0.1
12142026-05-09T03:30:55.555Z Downloaded xz2 v0.1.7
12152026-05-09T03:30:55.555Z Downloaded test-strategy v0.4.5
12162026-05-09T03:30:55.558Z Downloaded zerocopy-derive v0.7.35
12172026-05-09T03:30:55.560Z Downloaded yoke v0.8.2
12182026-05-09T03:30:55.560Z Downloaded pest v2.8.6
12192026-05-09T03:30:55.563Z Downloaded toml v0.7.8
12202026-05-09T03:30:55.568Z Downloaded serde_yaml v0.9.34+deprecated
12212026-05-09T03:30:55.571Z Downloaded qorb v0.4.1
12222026-05-09T03:30:55.574Z Downloaded unsafe-libyaml v0.2.11
12232026-05-09T03:30:55.590Z Downloaded zerotrie v0.2.4
12242026-05-09T03:30:55.595Z Downloaded toml_edit v0.19.15
12252026-05-09T03:30:55.604Z Downloaded typify v0.4.3
12262026-05-09T03:30:55.607Z Downloaded nom v7.1.3
12272026-05-09T03:30:55.610Z Downloaded typed-path v0.9.3
12282026-05-09T03:30:55.620Z Downloaded steno v0.4.1
12292026-05-09T03:30:55.635Z Downloaded reqwest v0.13.3
12302026-05-09T03:30:55.639Z Downloaded iddqd v0.3.18
12312026-05-09T03:30:55.642Z Downloaded typify v0.6.2
12322026-05-09T03:30:55.648Z Downloaded libm v0.2.16
12332026-05-09T03:30:55.653Z Downloaded hashbrown v0.12.3
12342026-05-09T03:30:55.666Z Downloaded tough v0.20.0
12352026-05-09T03:30:55.670Z Downloaded zerocopy-derive v0.8.48
12362026-05-09T03:30:55.675Z Downloaded rustls-webpki v0.102.8
12372026-05-09T03:30:55.691Z Downloaded winnow v0.5.40
12382026-05-09T03:30:55.696Z Downloaded hashbrown v0.16.1
12392026-05-09T03:30:55.699Z Downloaded serde_with v3.19.0
12402026-05-09T03:30:55.705Z Downloaded nom v8.0.0
12412026-05-09T03:30:55.709Z Downloaded aws-lc-rs v1.16.3
12422026-05-09T03:30:55.714Z Downloaded rand v0.10.1
12432026-05-09T03:30:55.727Z Downloaded hkdf v0.12.4
12442026-05-09T03:30:55.730Z Downloaded goblin v0.8.2
12452026-05-09T03:30:55.734Z Downloaded icu_properties_data v2.2.0
12462026-05-09T03:30:55.739Z Downloaded itertools v0.12.1
12472026-05-09T03:30:55.750Z Downloaded scc v2.4.0
12482026-05-09T03:30:55.762Z Downloaded smoltcp v0.11.0
12492026-05-09T03:30:55.784Z Downloaded zerovec v0.11.6
12502026-05-09T03:30:55.787Z Downloaded rhai v1.24.0
12512026-05-09T03:30:55.793Z Downloaded rustls v0.22.4
12522026-05-09T03:30:55.800Z Downloaded openapiv3 v2.2.0
12532026-05-09T03:30:55.806Z Downloaded dropshot v0.17.0
12542026-05-09T03:30:55.818Z Downloaded zerocopy v0.7.35
12552026-05-09T03:30:55.827Z Downloaded proptest v1.11.0
12562026-05-09T03:30:55.831Z Downloaded rayon v1.12.0
12572026-05-09T03:30:55.849Z Downloaded goblin v0.10.5
12582026-05-09T03:30:55.857Z Downloaded moka v0.12.15
12592026-05-09T03:30:55.862Z Downloaded tabled v0.15.0
12602026-05-09T03:30:55.870Z Downloaded typify-impl v0.6.2
12612026-05-09T03:30:55.882Z Downloaded time v0.3.47
12622026-05-09T03:30:55.898Z Downloaded tabled v0.20.0
12632026-05-09T03:30:55.907Z Downloaded syn v1.0.109
12642026-05-09T03:30:55.940Z Downloaded hickory-proto v0.25.2
12652026-05-09T03:30:55.949Z Downloaded nix v0.31.2
12662026-05-09T03:30:55.965Z Downloaded hickory-proto v0.24.4
12672026-05-09T03:30:55.973Z Downloaded regress v0.11.1
12682026-05-09T03:30:55.978Z Downloaded regress v0.10.5
12692026-05-09T03:30:55.982Z Downloaded chrono-tz v0.10.4
12702026-05-09T03:30:56.020Z Downloaded csv v1.4.0
12712026-05-09T03:30:56.031Z Downloaded sha3 v0.10.9
12722026-05-09T03:30:56.034Z Downloaded typify-impl v0.4.3
12732026-05-09T03:30:56.041Z Downloaded sled v0.34.7
12742026-05-09T03:30:56.074Z Downloaded jiff v0.2.24
12752026-05-09T03:30:56.083Z Downloaded petgraph v0.6.5
12762026-05-09T03:30:56.092Z Downloaded lzma-sys v0.1.20
12772026-05-09T03:30:56.109Z Downloaded encoding_rs v0.8.35
12782026-05-09T03:30:56.723Z Downloaded aws-lc-sys v0.40.0
12792026-05-09T03:30:57.642Z Compiling proc-macro2 v1.0.106
12802026-05-09T03:30:57.642Z Compiling quote v1.0.45
12812026-05-09T03:30:57.642Z Compiling unicode-ident v1.0.24
12822026-05-09T03:30:57.642Z Compiling serde_core v1.0.228
12832026-05-09T03:30:57.646Z Compiling cfg-if v1.0.4
12842026-05-09T03:30:57.646Z Compiling serde v1.0.228
12852026-05-09T03:30:57.646Z Compiling libc v0.2.186
12862026-05-09T03:30:57.646Z Compiling memchr v2.8.0
12872026-05-09T03:30:57.852Z Compiling itoa v1.0.18
12882026-05-09T03:30:58.049Z Compiling smallvec v1.15.1
12892026-05-09T03:30:58.099Z Compiling zmij v1.0.21
12902026-05-09T03:30:58.131Z Compiling serde_json v1.0.149
12912026-05-09T03:30:58.325Z Compiling autocfg v1.5.0
12922026-05-09T03:30:58.429Z Compiling libm v0.2.16
12932026-05-09T03:30:58.536Z Compiling stable_deref_trait v1.2.1
12942026-05-09T03:30:58.616Z Compiling version_check v0.9.5
12952026-05-09T03:30:58.638Z Compiling writeable v0.6.3
12962026-05-09T03:30:58.701Z Compiling litemap v0.8.2
12972026-05-09T03:30:58.846Z Compiling percent-encoding v2.3.2
12982026-05-09T03:30:58.900Z Compiling pin-project-lite v0.2.17
12992026-05-09T03:30:58.912Z Compiling utf8_iter v1.0.4
13002026-05-09T03:30:58.962Z Compiling icu_properties_data v2.2.0
13012026-05-09T03:30:58.998Z Compiling icu_normalizer_data v2.2.0
13022026-05-09T03:30:59.057Z Compiling equivalent v1.0.2
13032026-05-09T03:30:59.068Z Compiling iana-time-zone v0.1.65
13042026-05-09T03:30:59.149Z Compiling syn v2.0.117
13052026-05-09T03:30:59.284Z Compiling scopeguard v1.2.0
13062026-05-09T03:30:59.312Z Compiling parking_lot_core v0.9.12
13072026-05-09T03:30:59.351Z Compiling form_urlencoded v1.2.2
13082026-05-09T03:30:59.386Z Compiling lock_api v0.4.14
13092026-05-09T03:30:59.398Z Compiling dyn-clone v1.0.20
13102026-05-09T03:30:59.411Z Compiling log v0.4.29
13112026-05-09T03:30:59.544Z Compiling num-traits v0.2.19
13122026-05-09T03:30:59.544Z Compiling jobserver v0.1.34
13132026-05-09T03:30:59.611Z Compiling shlex v1.3.0
13142026-05-09T03:30:59.634Z Compiling find-msvc-tools v0.1.9
13152026-05-09T03:30:59.645Z Compiling hashbrown v0.17.0
13162026-05-09T03:30:59.821Z Compiling cc v1.2.61
13172026-05-09T03:30:59.885Z Compiling errno v0.3.14
13182026-05-09T03:30:59.897Z Compiling thiserror v2.0.18
13192026-05-09T03:31:00.048Z Compiling getrandom v0.4.2
13202026-05-09T03:31:00.270Z Compiling semver v1.0.28
13212026-05-09T03:31:00.282Z Compiling indexmap v2.14.0
13222026-05-09T03:31:00.429Z Compiling futures-core v0.3.32
13232026-05-09T03:31:00.548Z Compiling rand_core v0.10.1
13242026-05-09T03:31:00.674Z Compiling heck v0.5.0
13252026-05-09T03:31:00.710Z Compiling zerocopy v0.8.48
13262026-05-09T03:31:00.710Z Compiling futures-sink v0.3.32
13272026-05-09T03:31:00.827Z Compiling slab v0.4.12
13282026-05-09T03:31:00.867Z Compiling fnv v1.0.7
13292026-05-09T03:31:00.932Z Compiling uuid v1.23.1
13302026-05-09T03:31:00.967Z Compiling futures-channel v0.3.32
13312026-05-09T03:31:01.008Z Compiling socket2 v0.6.3
13322026-05-09T03:31:01.174Z Compiling futures-task v0.3.32
13332026-05-09T03:31:01.199Z Compiling schemars v0.8.22
13342026-05-09T03:31:01.199Z Compiling futures-io v0.3.32
13352026-05-09T03:31:01.325Z Compiling parking_lot v0.12.5
13362026-05-09T03:31:01.351Z Compiling rustversion v1.0.22
13372026-05-09T03:31:01.363Z Compiling signal-hook-registry v1.4.8
13382026-05-09T03:31:01.372Z Compiling mio v1.2.0
13392026-05-09T03:31:01.382Z Compiling portable-atomic v1.13.1
13402026-05-09T03:31:01.481Z Compiling getrandom v0.2.17
13412026-05-09T03:31:01.493Z Compiling typenum v1.20.0
13422026-05-09T03:31:01.662Z Compiling bitflags v2.11.1
13432026-05-09T03:31:01.675Z Compiling subtle v2.6.1
13442026-05-09T03:31:01.738Z Compiling critical-section v1.2.0
13452026-05-09T03:31:01.841Z Compiling base64 v0.22.1
13462026-05-09T03:31:01.865Z Compiling untrusted v0.9.0
13472026-05-09T03:31:01.895Z Compiling byteorder v1.5.0
13482026-05-09T03:31:01.920Z Compiling rand_core v0.6.4
13492026-05-09T03:31:01.967Z Compiling regex-syntax v0.8.10
13502026-05-09T03:31:02.123Z Compiling cmake v0.1.58
13512026-05-09T03:31:02.153Z Compiling synstructure v0.13.2
13522026-05-09T03:31:02.183Z Compiling serde_derive_internals v0.29.1
13532026-05-09T03:31:02.194Z Compiling dunce v1.0.5
13542026-05-09T03:31:02.291Z Compiling fs_extra v1.3.0
13552026-05-09T03:31:02.371Z Compiling once_cell v1.21.4
13562026-05-09T03:31:02.430Z Compiling ipnet v2.12.0
13572026-05-09T03:31:02.480Z Compiling httparse v1.10.1
13582026-05-09T03:31:02.553Z Compiling aws-lc-sys v0.40.0
13592026-05-09T03:31:02.588Z Compiling atomic-waker v1.1.2
13602026-05-09T03:31:02.672Z Compiling tower-layer v0.3.3
13612026-05-09T03:31:02.717Z Compiling tower-service v0.3.3
13622026-05-09T03:31:02.814Z Compiling ryu v1.0.23
13632026-05-09T03:31:02.835Z Compiling strsim v0.11.1
13642026-05-09T03:31:02.923Z Compiling rustix v1.1.4
13652026-05-09T03:31:02.976Z Compiling try-lock v0.2.5
13662026-05-09T03:31:02.999Z Compiling slog v2.8.2
13672026-05-09T03:31:03.082Z Compiling want v0.3.1
13682026-05-09T03:31:03.224Z Compiling generic-array v0.14.7
13692026-05-09T03:31:03.258Z Compiling httpdate v1.0.3
13702026-05-09T03:31:03.282Z Compiling thiserror v1.0.69
13712026-05-09T03:31:03.294Z Compiling ucd-trie v0.1.7
13722026-05-09T03:31:03.431Z Compiling serde_derive v1.0.228
13732026-05-09T03:31:03.467Z Compiling zerofrom-derive v0.1.7
13742026-05-09T03:31:03.490Z Compiling yoke-derive v0.8.2
13752026-05-09T03:31:03.501Z Compiling zerovec-derive v0.11.3
13762026-05-09T03:31:03.513Z Compiling displaydoc v0.2.5
13772026-05-09T03:31:03.599Z Compiling tokio-macros v2.7.0
13782026-05-09T03:31:03.610Z Compiling schemars_derive v0.8.22
13792026-05-09T03:31:04.305Z Compiling thiserror-impl v2.0.18
13802026-05-09T03:31:04.385Z Compiling zerocopy-derive v0.8.48
13812026-05-09T03:31:04.609Z Compiling zeroize_derive v1.4.3
13822026-05-09T03:31:04.645Z Compiling futures-macro v0.3.32
13832026-05-09T03:31:04.728Z Compiling zerofrom v0.1.7
13842026-05-09T03:31:04.848Z Compiling yoke v0.8.2
13852026-05-09T03:31:05.028Z Compiling zerovec v0.11.6
13862026-05-09T03:31:05.039Z Compiling zerotrie v0.2.4
13872026-05-09T03:31:05.303Z Compiling zeroize v1.8.2
13882026-05-09T03:31:05.376Z Compiling thiserror-impl v1.0.69
13892026-05-09T03:31:05.493Z Compiling tinystr v0.8.3
13902026-05-09T03:31:05.509Z Compiling potential_utf v0.1.5
13912026-05-09T03:31:05.557Z Compiling futures-util v0.3.32
13922026-05-09T03:31:05.657Z Compiling icu_locale_core v2.2.0
13932026-05-09T03:31:05.668Z Compiling icu_collections v2.2.0
13942026-05-09T03:31:05.688Z Compiling pest v2.8.6
13952026-05-09T03:31:06.539Z Compiling icu_provider v2.2.0
13962026-05-09T03:31:06.690Z Compiling bytes v1.11.1
13972026-05-09T03:31:06.690Z Compiling chrono v0.4.44
13982026-05-09T03:31:06.737Z Compiling serde_tokenstream v0.2.3
13992026-05-09T03:31:06.862Z Compiling icu_normalizer v2.2.0
14002026-05-09T03:31:06.962Z Compiling icu_properties v2.2.0
14012026-05-09T03:31:07.017Z Compiling erased-serde v0.3.31
14022026-05-09T03:31:07.322Z Compiling http v1.4.0
14032026-05-09T03:31:07.452Z Compiling tokio v1.52.3
14042026-05-09T03:31:07.869Z Compiling idna_adapter v1.2.2
14052026-05-09T03:31:07.915Z Compiling pest_meta v2.8.6
14062026-05-09T03:31:08.008Z Compiling idna v1.1.0
14072026-05-09T03:31:08.196Z Compiling http-body v1.0.1
14082026-05-09T03:31:08.331Z Compiling getrandom v0.3.4
14092026-05-09T03:31:08.356Z Compiling url v2.5.8
14102026-05-09T03:31:08.367Z Compiling pretty-hex v0.4.2
14112026-05-09T03:31:08.503Z Compiling tracing-attributes v0.1.31
14122026-05-09T03:31:08.676Z Compiling ppv-lite86 v0.2.21
14132026-05-09T03:31:08.878Z Compiling pest_generator v2.8.6
14142026-05-09T03:31:09.005Z Compiling tracing-core v0.1.36
14152026-05-09T03:31:09.253Z Compiling allocator-api2 v0.2.21
14162026-05-09T03:31:09.305Z Compiling paste v1.0.15
14172026-05-09T03:31:09.495Z Compiling pest_derive v2.8.6
14182026-05-09T03:31:09.584Z Compiling foldhash v0.2.0
14192026-05-09T03:31:09.613Z Compiling plain v0.2.3
14202026-05-09T03:31:09.666Z Compiling http-body-util v0.1.3
14212026-05-09T03:31:09.723Z Compiling hashbrown v0.16.1
14222026-05-09T03:31:09.768Z Compiling tracing v0.1.44
14232026-05-09T03:31:09.813Z Compiling crypto-common v0.1.7
14242026-05-09T03:31:09.914Z Compiling serde_urlencoded v0.7.1
14252026-05-09T03:31:09.946Z Compiling ident_case v1.0.1
14262026-05-09T03:31:10.009Z Compiling omicron-workspace-hack v0.1.0
14272026-05-09T03:31:10.077Z Compiling sync_wrapper v1.0.2
14282026-05-09T03:31:10.155Z Compiling aho-corasick v1.1.4
14292026-05-09T03:31:10.178Z Compiling ipnetwork v0.21.1
14302026-05-09T03:31:10.308Z Compiling rustls-pki-types v1.14.1
14312026-05-09T03:31:10.320Z Compiling daft-derive v0.1.5
14322026-05-09T03:31:10.570Z Compiling fastrand v2.4.1
14332026-05-09T03:31:10.620Z Compiling winnow v1.0.2
14342026-05-09T03:31:10.798Z Compiling async-trait v0.1.89
14352026-05-09T03:31:10.832Z Compiling ring v0.17.14
14362026-05-09T03:31:11.086Z Compiling regex-automata v0.4.14
14372026-05-09T03:31:11.372Z Compiling tokio-util v0.7.18
14382026-05-09T03:31:11.572Z Compiling anyhow v1.0.102
14392026-05-09T03:31:11.724Z Compiling num-conv v0.2.1
14402026-05-09T03:31:11.801Z Compiling cpufeatures v0.2.17
14412026-05-09T03:31:11.876Z Compiling powerfmt v0.2.0
14422026-05-09T03:31:11.878Z Compiling time-core v0.1.8
14432026-05-09T03:31:12.034Z Compiling time-macros v0.2.27
14442026-05-09T03:31:12.093Z Compiling deranged v0.5.8
14452026-05-09T03:31:12.153Z Compiling block-buffer v0.10.4
14462026-05-09T03:31:12.305Z Compiling openapiv3 v2.2.0
14472026-05-09T03:31:13.054Z Compiling regex v1.12.3
14482026-05-09T03:31:13.106Z Compiling scroll_derive v0.13.1
14492026-05-09T03:31:13.596Z Compiling openssl-probe v0.2.1
14502026-05-09T03:31:13.738Z Compiling hex v0.4.3
14512026-05-09T03:31:13.794Z Compiling num_threads v0.1.7
14522026-05-09T03:31:13.894Z Compiling digest v0.10.7
14532026-05-09T03:31:14.015Z Compiling oxnet v0.1.5
14542026-05-09T03:31:14.037Z Compiling scroll v0.13.0
14552026-05-09T03:31:14.197Z Compiling camino v1.2.2
14562026-05-09T03:31:14.308Z Compiling goblin v0.10.5
14572026-05-09T03:31:14.398Z Compiling h2 v0.4.14
14582026-05-09T03:31:14.455Z Compiling usdt-impl v0.6.0
14592026-05-09T03:31:14.595Z Compiling crc32fast v1.5.0
14602026-05-09T03:31:15.091Z Compiling dtrace-parser v0.3.0
14612026-05-09T03:31:15.147Z Compiling aws-lc-rs v1.16.3
14622026-05-09T03:31:15.475Z Compiling crossbeam-utils v0.8.21
14632026-05-09T03:31:15.832Z Compiling futures-executor v0.3.32
14642026-05-09T03:31:15.975Z Compiling structmeta-derive v0.3.0
14652026-05-09T03:31:16.007Z Compiling thread-id v5.1.0
14662026-05-09T03:31:16.088Z Compiling rustls v0.22.4
14672026-05-09T03:31:16.119Z Compiling simd-adler32 v0.3.9
14682026-05-09T03:31:16.139Z Compiling adler2 v2.0.1
14692026-05-09T03:31:16.217Z Compiling futures v0.3.32
14702026-05-09T03:31:16.272Z Compiling miniz_oxide v0.8.9
14712026-05-09T03:31:16.297Z Compiling rand_core v0.9.5
14722026-05-09T03:31:16.343Z Compiling darling_core v0.23.0
14732026-05-09T03:31:16.514Z Compiling hyper v1.9.0
14742026-05-09T03:31:16.854Z Compiling newtype-uuid-macros v0.1.0
14752026-05-09T03:31:16.955Z Compiling thread_local v1.1.9
14762026-05-09T03:31:17.059Z Compiling dof v0.4.0
14772026-05-09T03:31:17.231Z Compiling structmeta v0.3.0
14782026-05-09T03:31:17.437Z Compiling match_cfg v0.1.0
14792026-05-09T03:31:17.508Z Compiling untrusted v0.7.1
14802026-05-09T03:31:17.565Z Compiling flate2 v1.1.9
14812026-05-09T03:31:17.634Z Compiling hyper-util v0.1.20
14822026-05-09T03:31:18.319Z Compiling newtype-uuid v1.3.2
14832026-05-09T03:31:18.532Z Compiling darling_macro v0.23.0
14842026-05-09T03:31:18.686Z Compiling ref-cast v1.0.25
14852026-05-09T03:31:18.780Z Compiling rustls v0.23.40
14862026-05-09T03:31:18.792Z Compiling slog-async v2.8.0
14872026-05-09T03:31:19.010Z Compiling compression-core v0.4.32
14882026-05-09T03:31:19.024Z Compiling quick-error v1.2.3
14892026-05-09T03:31:19.131Z Compiling compression-codecs v0.4.38
14902026-05-09T03:31:19.155Z Compiling darling v0.23.0
14912026-05-09T03:31:19.188Z Compiling daft v0.1.5
14922026-05-09T03:31:19.201Z Compiling rand_chacha v0.9.0
14932026-05-09T03:31:19.326Z Compiling usdt-attr-macro v0.6.0
14942026-05-09T03:31:19.329Z Compiling usdt-macro v0.6.0
14952026-05-09T03:31:19.398Z Compiling ref-cast-impl v1.0.25
14962026-05-09T03:31:19.459Z Compiling strum_macros v0.26.4
14972026-05-09T03:31:19.474Z Compiling serde_spanned v1.1.1
14982026-05-09T03:31:19.624Z Compiling multer v3.1.0
14992026-05-09T03:31:19.647Z Compiling term v1.2.1
15002026-05-09T03:31:19.650Z Compiling debug-ignore v1.0.5
15012026-05-09T03:31:19.760Z Compiling take_mut v0.2.2
15022026-05-09T03:31:19.872Z Compiling toml_writer v1.1.1+spec-1.1.0
15032026-05-09T03:31:20.053Z Compiling bit-vec v0.8.0
15042026-05-09T03:31:20.186Z Compiling rand v0.9.4
15052026-05-09T03:31:20.293Z Compiling bit-set v0.8.0
15062026-05-09T03:31:20.381Z Compiling serde_with_macros v3.19.0
15072026-05-09T03:31:20.461Z Compiling tower v0.5.3
15082026-05-09T03:31:20.537Z Compiling async-stream-impl v0.3.6
15092026-05-09T03:31:20.581Z Compiling dropshot v0.17.0
15102026-05-09T03:31:20.799Z Compiling encoding_rs v0.8.35
15112026-05-09T03:31:20.822Z Compiling syn v1.0.109
15122026-05-09T03:31:20.950Z Compiling spin v0.9.8
15132026-05-09T03:31:21.067Z Compiling unarray v0.1.4
15142026-05-09T03:31:21.139Z Compiling strum v0.26.3
15152026-05-09T03:31:21.157Z Compiling mime v0.3.17
15162026-05-09T03:31:21.199Z Compiling async-stream v0.3.6
15172026-05-09T03:31:21.214Z Compiling tower-http v0.6.10
15182026-05-09T03:31:21.274Z Compiling derive-ex v0.1.8
15192026-05-09T03:31:21.306Z Compiling dropshot_endpoint v0.17.0
15202026-05-09T03:31:21.372Z Compiling macaddr v1.0.1
15212026-05-09T03:31:21.429Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15222026-05-09T03:31:21.530Z Compiling waitgroup v0.1.2
15232026-05-09T03:31:21.589Z Compiling serde_path_to_error v0.1.20
15242026-05-09T03:31:21.939Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15252026-05-09T03:31:22.064Z Compiling tempfile v3.27.0
15262026-05-09T03:31:22.480Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15272026-05-09T03:31:22.491Z Compiling strum_macros v0.27.2
15282026-05-09T03:31:22.658Z Compiling instant v0.1.13
15292026-05-09T03:31:22.765Z Compiling time v0.3.47
15302026-05-09T03:31:22.857Z Compiling test-strategy v0.4.5
15312026-05-09T03:31:22.986Z Compiling rustls-native-certs v0.8.3
15322026-05-09T03:31:23.390Z Compiling rustc-hash v2.1.2
15332026-05-09T03:31:23.520Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15342026-05-09T03:31:23.732Z Compiling crossbeam-channel v0.5.15
15352026-05-09T03:31:24.392Z Compiling strum v0.27.2
15362026-05-09T03:31:24.555Z Compiling parse-display-derive v0.10.0
15372026-05-09T03:31:24.838Z Compiling backon v1.6.0
15382026-05-09T03:31:24.920Z Compiling rand_chacha v0.3.1
15392026-05-09T03:31:25.130Z Compiling rand v0.8.6
15402026-05-09T03:31:25.378Z Compiling rustls-webpki v0.102.8
15412026-05-09T03:31:26.031Z Compiling slog-json v2.6.1
15422026-05-09T03:31:26.239Z Compiling hostname v0.3.1
15432026-05-09T03:31:26.248Z Compiling toml_parser v1.1.2+spec-1.1.0
15442026-05-09T03:31:26.251Z Compiling toml_datetime v1.1.1+spec-1.1.0
15452026-05-09T03:31:26.270Z Compiling wait-timeout v0.2.1
15462026-05-09T03:31:26.273Z Compiling memmap2 v0.9.10
15472026-05-09T03:31:26.368Z Compiling is-terminal v0.4.17
15482026-05-09T03:31:26.467Z Compiling either v1.15.0
15492026-05-09T03:31:26.505Z Compiling slog-term v2.9.2
15502026-05-09T03:31:26.568Z Compiling usdt v0.6.0
15512026-05-09T03:31:26.583Z Compiling rusty-fork v0.3.1
15522026-05-09T03:31:26.680Z Compiling toml v1.1.2+spec-1.1.0
15532026-05-09T03:31:26.858Z Compiling slog-bunyan v2.5.0
15542026-05-09T03:31:26.971Z Compiling serde_with v3.19.0
15552026-05-09T03:31:26.997Z Compiling async-compression v0.4.42
15562026-05-09T03:31:27.140Z Compiling rand_xorshift v0.4.0
15572026-05-09T03:31:27.297Z Compiling sha1 v0.10.6
15582026-05-09T03:31:27.324Z Compiling rustls-pemfile v2.2.0
15592026-05-09T03:31:27.527Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15602026-05-09T03:31:27.530Z Compiling regress v0.10.5
15612026-05-09T03:31:27.530Z Compiling hostname v0.4.2
15622026-05-09T03:31:27.684Z Compiling proptest v1.11.0
15632026-05-09T03:31:28.050Z Compiling tokio-rustls v0.25.0
15642026-05-09T03:31:28.888Z Compiling iddqd v0.3.18
15652026-05-09T03:31:29.050Z Compiling reqwest v0.12.28
15662026-05-09T03:31:30.092Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15672026-05-09T03:31:30.328Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
15682026-05-09T03:31:30.587Z Compiling progenitor-client v0.10.0
15692026-05-09T03:31:30.696Z Compiling itertools v0.14.0
15702026-05-09T03:31:30.877Z Compiling parse-display v0.10.0
15712026-05-09T03:31:31.227Z Compiling backoff v0.4.0
15722026-05-09T03:31:31.448Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15732026-05-09T03:31:32.537Z Compiling regress v0.11.1
15742026-05-09T03:31:32.737Z Compiling utf8parse v0.2.2
15752026-05-09T03:31:32.853Z Compiling anstyle-parse v1.0.0
15762026-05-09T03:31:33.041Z Compiling toml_datetime v0.6.11
15772026-05-09T03:31:33.358Z Compiling zerocopy-derive v0.7.35
15782026-05-09T03:31:33.760Z Compiling anstyle v1.0.14
15792026-05-09T03:31:34.009Z Compiling colorchoice v1.0.5
15802026-05-09T03:31:34.136Z Compiling is_terminal_polyfill v1.70.2
15812026-05-09T03:31:34.149Z Compiling convert_case v0.4.0
15822026-05-09T03:31:34.160Z Compiling anstyle-query v1.1.5
15832026-05-09T03:31:34.235Z Compiling typify-impl v0.6.2
15842026-05-09T03:31:34.273Z Compiling anstream v1.0.0
15852026-05-09T03:31:34.305Z Compiling zerocopy v0.7.35
15862026-05-09T03:31:34.460Z Compiling derive_more v0.99.20
15872026-05-09T03:31:35.619Z Compiling unicode-width v0.2.2
15882026-05-09T03:31:35.744Z Compiling clap_lex v1.1.0
15892026-05-09T03:31:36.624Z Compiling secrecy v0.10.3
15902026-05-09T03:31:36.672Z Compiling float-ord v0.3.2
15912026-05-09T03:31:36.782Z Compiling tinyvec_macros v0.1.1
15922026-05-09T03:31:36.785Z Compiling crucible-workspace-hack v0.1.0
15932026-05-09T03:31:36.850Z Compiling tinyvec v1.11.0
15942026-05-09T03:31:37.230Z Compiling dtrace-parser v0.2.0
15952026-05-09T03:31:37.372Z Compiling scroll_derive v0.12.1
15962026-05-09T03:31:37.407Z Compiling clap_derive v4.6.1
15972026-05-09T03:31:37.749Z Compiling num-integer v0.1.46
15982026-05-09T03:31:38.077Z Compiling rustc_version v0.4.1
15992026-05-09T03:31:38.106Z Compiling usdt-impl v0.5.0
16002026-05-09T03:31:38.109Z Compiling scroll v0.12.0
16012026-05-09T03:31:38.404Z Compiling curve25519-dalek v4.1.3
16022026-05-09T03:31:38.859Z Compiling dof v0.3.0
16032026-05-09T03:31:39.174Z Compiling terminal_size v0.4.4
16042026-05-09T03:31:39.202Z Compiling hmac v0.12.1
16052026-05-09T03:31:39.215Z Compiling darling_core v0.21.3
16062026-05-09T03:31:39.225Z Compiling inout v0.1.4
16072026-05-09T03:31:39.286Z Compiling ff v0.13.1
16082026-05-09T03:31:39.313Z Compiling thread-id v4.2.2
16092026-05-09T03:31:39.367Z Compiling cipher v0.4.4
16102026-05-09T03:31:39.377Z Compiling hkdf v0.12.4
16112026-05-09T03:31:39.394Z Compiling group v0.13.0
16122026-05-09T03:31:40.004Z Compiling goblin v0.8.2
16132026-05-09T03:31:40.126Z Compiling num-iter v0.1.45
16142026-05-09T03:31:40.187Z Compiling num-rational v0.4.2
16152026-05-09T03:31:40.288Z Compiling thiserror-impl-no-std v2.0.2
16162026-05-09T03:31:40.390Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16172026-05-09T03:31:40.771Z Compiling typify-macro v0.6.2
16182026-05-09T03:31:40.805Z Compiling crossbeam-epoch v0.9.18
16192026-05-09T03:31:41.154Z Compiling universal-hash v0.5.1
16202026-05-09T03:31:41.207Z Compiling half v2.7.1
16212026-05-09T03:31:41.286Z Compiling crypto-bigint v0.5.5
16222026-05-09T03:31:41.316Z Compiling darling_macro v0.21.3
16232026-05-09T03:31:41.397Z Compiling curve25519-dalek-derive v0.1.1
16242026-05-09T03:31:41.503Z Compiling num-complex v0.4.6
16252026-05-09T03:31:42.102Z Compiling opaque-debug v0.3.1
16262026-05-09T03:31:42.150Z Compiling base64ct v1.8.3
16272026-05-09T03:31:42.171Z Compiling ciborium-io v0.2.2
16282026-05-09T03:31:42.251Z Compiling base16ct v0.2.0
16292026-05-09T03:31:42.264Z Compiling ciborium-ll v0.2.2
16302026-05-09T03:31:42.413Z Compiling password-hash v0.5.0
16312026-05-09T03:31:42.428Z Compiling elliptic-curve v0.13.8
16322026-05-09T03:31:42.696Z Compiling poly1305 v0.8.0
16332026-05-09T03:31:42.919Z Compiling typify v0.6.2
16342026-05-09T03:31:43.010Z Compiling darling v0.21.3
16352026-05-09T03:31:43.098Z Compiling num v0.4.3
16362026-05-09T03:31:43.172Z Compiling thiserror-no-std v2.0.2
16372026-05-09T03:31:43.657Z Compiling chacha20 v0.9.1
16382026-05-09T03:31:43.888Z Compiling clap_builder v4.6.0
16392026-05-09T03:31:44.025Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16402026-05-09T03:31:44.086Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16412026-05-09T03:31:44.736Z Compiling blake2 v0.10.6
16422026-05-09T03:31:44.832Z Compiling byte-wrapper v0.1.0
16432026-05-09T03:31:45.208Z Compiling aead v0.5.2
16442026-05-09T03:31:45.225Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16452026-05-09T03:31:45.380Z Compiling proc-macro-error-attr v1.0.4
16462026-05-09T03:31:45.659Z Compiling prettyplease v0.2.37
16472026-05-09T03:31:45.790Z Compiling unsafe-libyaml v0.2.11
16482026-05-09T03:31:45.803Z Compiling heapless v0.8.0
16492026-05-09T03:31:45.926Z Compiling rustix v0.38.44
16502026-05-09T03:31:46.137Z Compiling keccak v0.1.6
16512026-05-09T03:31:46.389Z Compiling serde_yaml v0.9.34+deprecated
16522026-05-09T03:31:46.401Z Compiling sha3 v0.10.9
16532026-05-09T03:31:47.382Z Compiling clap v4.6.1
16542026-05-09T03:31:47.469Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16552026-05-09T03:31:47.613Z Compiling chacha20poly1305 v0.10.1
16562026-05-09T03:31:47.656Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16572026-05-09T03:31:47.746Z Compiling argon2 v0.5.3
16582026-05-09T03:31:48.181Z Compiling vsss-rs v3.3.4
16592026-05-09T03:31:48.337Z Compiling ingot-macros v0.1.1
16602026-05-09T03:31:48.350Z Compiling ciborium v0.2.2
16612026-05-09T03:31:49.625Z Compiling rustls-webpki v0.103.13
16622026-05-09T03:31:49.681Z Compiling usdt-macro v0.5.0
16632026-05-09T03:31:50.262Z Compiling usdt-attr-macro v0.5.0
16642026-05-09T03:31:51.100Z Compiling toml_edit v0.25.11+spec-1.1.0
16652026-05-09T03:31:51.844Z Compiling serde_spanned v0.6.9
16662026-05-09T03:31:51.927Z Compiling enum-as-inner v0.6.1
16672026-05-09T03:31:51.993Z Compiling hash32 v0.3.1
16682026-05-09T03:31:52.006Z Compiling proc-macro-error v1.0.4
16692026-05-09T03:31:52.150Z Compiling memmap v0.7.0
16702026-05-09T03:31:52.254Z Compiling toml_write v0.1.2
16712026-05-09T03:31:52.344Z Compiling indent_write v2.2.0
16722026-05-09T03:31:52.372Z Compiling data-encoding v2.11.0
16732026-05-09T03:31:52.453Z Compiling smoltcp v0.11.0
16742026-05-09T03:31:52.480Z Compiling winnow v0.5.40
16752026-05-09T03:31:52.491Z Compiling winnow v0.7.15
16762026-05-09T03:31:52.528Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16772026-05-09T03:31:52.803Z Compiling usdt v0.5.0
16782026-05-09T03:31:53.076Z Compiling tokio-rustls v0.26.4
16792026-05-09T03:31:53.285Z Compiling rustls-platform-verifier v0.7.0
16802026-05-09T03:31:53.406Z Compiling hyper-rustls v0.27.9
16812026-05-09T03:31:53.499Z Compiling proc-macro-crate v3.5.0
16822026-05-09T03:31:53.714Z Compiling reqwest v0.13.3
16832026-05-09T03:31:53.932Z Compiling toml_edit v0.22.27
16842026-05-09T03:31:53.934Z Compiling toml_edit v0.19.15
16852026-05-09T03:31:53.962Z Compiling ingot-types v0.1.2
16862026-05-09T03:31:54.102Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16872026-05-09T03:31:54.376Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16882026-05-09T03:31:54.477Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16892026-05-09T03:31:55.131Z Compiling progenitor-client v0.14.0
16902026-05-09T03:31:55.441Z Compiling progenitor-extras v0.2.0
16912026-05-09T03:31:55.687Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
16922026-05-09T03:31:56.099Z Compiling tabwriter v1.4.1
16932026-05-09T03:31:56.501Z Compiling cobs v0.3.0
16942026-05-09T03:31:56.523Z Compiling memoffset v0.9.1
16952026-05-09T03:31:56.704Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
16962026-05-09T03:31:56.781Z Compiling bitflags v1.3.2
16972026-05-09T03:31:56.861Z Compiling pkg-config v0.3.33
16982026-05-09T03:31:56.947Z Compiling vcpkg v0.2.15
16992026-05-09T03:31:57.242Z Compiling managed v0.8.0
17002026-05-09T03:31:57.337Z Compiling cfg_aliases v0.2.1
17012026-05-09T03:31:57.414Z Compiling nix v0.31.2
17022026-05-09T03:31:57.514Z Compiling openssl-sys v0.9.115
17032026-05-09T03:31:57.932Z Compiling postcard v1.1.3
17042026-05-09T03:31:58.085Z Compiling toml v0.8.23
17052026-05-09T03:31:58.339Z Compiling proc-macro-crate v1.3.1
17062026-05-09T03:31:58.427Z Compiling ingot v0.1.1
17072026-05-09T03:31:58.502Z Compiling num_enum_derive v0.7.6
17082026-05-09T03:31:58.695Z Compiling hubpack_derive v0.1.1
17092026-05-09T03:31:58.872Z Compiling foreign-types-macros v0.2.3
17102026-05-09T03:31:59.284Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17112026-05-09T03:31:59.439Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17122026-05-09T03:31:59.597Z Compiling semver v0.1.20
17132026-05-09T03:31:59.610Z Compiling swrite v0.1.0
17142026-05-09T03:31:59.648Z Compiling cpufeatures v0.3.0
17152026-05-09T03:31:59.701Z Compiling static_assertions v1.1.0
17162026-05-09T03:31:59.714Z Compiling heck v0.4.1
17172026-05-09T03:31:59.725Z Compiling rayon-core v1.13.0
17182026-05-09T03:31:59.779Z Compiling unicode-segmentation v1.13.2
17192026-05-09T03:31:59.869Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17202026-05-09T03:31:59.921Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17212026-05-09T03:31:59.970Z Compiling linked-hash-map v0.5.6
17222026-05-09T03:32:00.164Z Compiling resolv-conf v0.7.6
17232026-05-09T03:32:00.211Z Compiling colored v3.1.1
17242026-05-09T03:32:00.435Z Compiling foreign-types-shared v0.3.1
17252026-05-09T03:32:00.544Z Compiling foreign-types v0.5.0
17262026-05-09T03:32:00.583Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17272026-05-09T03:32:00.644Z Compiling lru-cache v0.1.2
17282026-05-09T03:32:00.756Z Compiling newline-converter v0.3.0
17292026-05-09T03:32:00.794Z Compiling rustc_version v0.1.7
17302026-05-09T03:32:00.972Z Compiling chacha20 v0.10.0
17312026-05-09T03:32:01.062Z Compiling num_enum v0.7.6
17322026-05-09T03:32:01.192Z Compiling hubpack v0.1.2
17332026-05-09T03:32:01.249Z Compiling num_enum_derive v0.5.11
17342026-05-09T03:32:01.720Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17352026-05-09T03:32:01.839Z Compiling atomicwrites v0.4.4
17362026-05-09T03:32:02.046Z Compiling hickory-proto v0.24.4
17372026-05-09T03:32:02.094Z Compiling progenitor-impl v0.13.0
17382026-05-09T03:32:02.341Z Compiling crossbeam-deque v0.8.6
17392026-05-09T03:32:02.761Z Compiling console v0.15.11
17402026-05-09T03:32:02.905Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17412026-05-09T03:32:03.073Z Compiling camino-tempfile v1.4.1
17422026-05-09T03:32:03.349Z Compiling serde-big-array v0.5.1
17432026-05-09T03:32:03.491Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17442026-05-09T03:32:03.504Z Compiling derive-where v1.6.1
17452026-05-09T03:32:03.517Z Compiling num-derive v0.4.2
17462026-05-09T03:32:03.552Z Compiling pin-project-internal v1.1.12
17472026-05-09T03:32:03.858Z Compiling serde_repr v0.1.20
17482026-05-09T03:32:04.061Z Compiling cstr-argument v0.1.2
17492026-05-09T03:32:04.224Z Compiling siphasher v1.0.3
17502026-05-09T03:32:04.433Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17512026-05-09T03:32:04.497Z Compiling similar v2.7.0
17522026-05-09T03:32:04.528Z Compiling minimal-lexical v0.2.1
17532026-05-09T03:32:04.698Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17542026-05-09T03:32:04.708Z Compiling pin-project v1.1.12
17552026-05-09T03:32:04.785Z Compiling nom v7.1.3
17562026-05-09T03:32:04.811Z Compiling phf_shared v0.12.1
17572026-05-09T03:32:04.822Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17582026-05-09T03:32:04.989Z Compiling expectorate v1.2.0
17592026-05-09T03:32:05.145Z Compiling hickory-resolver v0.24.4
17602026-05-09T03:32:05.472Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17612026-05-09T03:32:05.560Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17622026-05-09T03:32:05.608Z Compiling num_enum v0.5.11
17632026-05-09T03:32:05.862Z Compiling progenitor-macro v0.13.0
17642026-05-09T03:32:06.168Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
17652026-05-09T03:32:06.357Z Compiling rand v0.10.1
17662026-05-09T03:32:06.381Z Compiling newtype_derive v0.1.6
17672026-05-09T03:32:06.632Z Compiling progenitor-client v0.13.0
17682026-05-09T03:32:07.266Z Compiling progenitor-impl v0.14.0
17692026-05-09T03:32:07.278Z Compiling unicode-normalization v0.1.25
17702026-05-09T03:32:07.606Z Compiling tokio-stream v0.1.18
17712026-05-09T03:32:07.757Z Compiling snafu-derive v0.8.9
17722026-05-09T03:32:07.817Z Compiling async-recursion v1.1.1
17732026-05-09T03:32:08.086Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17742026-05-09T03:32:08.454Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17752026-05-09T03:32:08.530Z Compiling slog-dtrace v0.3.0
17762026-05-09T03:32:08.578Z Compiling csv-core v0.1.13
17772026-05-09T03:32:08.781Z Compiling bstr v1.12.1
17782026-05-09T03:32:08.856Z Compiling cancel-safe-futures v0.1.5
17792026-05-09T03:32:09.119Z Compiling owo-colors v4.3.0
17802026-05-09T03:32:09.295Z Compiling openssl v0.10.79
17812026-05-09T03:32:09.480Z Compiling foreign-types-shared v0.1.1
17822026-05-09T03:32:09.578Z Compiling same-file v1.0.6
17832026-05-09T03:32:09.594Z Compiling unicode-xid v0.2.6
17842026-05-09T03:32:09.623Z Compiling unicode-width v0.1.14
17852026-05-09T03:32:09.719Z Compiling highway v1.3.0
17862026-05-09T03:32:09.758Z Compiling konst_macro_rules v0.2.19
17872026-05-09T03:32:09.910Z Compiling chrono-tz v0.10.4
17882026-05-09T03:32:09.941Z Compiling foldhash v0.1.5
17892026-05-09T03:32:10.115Z Compiling hashbrown v0.15.5
17902026-05-09T03:32:10.130Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
17912026-05-09T03:32:10.169Z Compiling konst v0.2.20
17922026-05-09T03:32:10.415Z Compiling const_format_proc_macros v0.2.34
17932026-05-09T03:32:10.641Z Compiling walkdir v2.5.0
17942026-05-09T03:32:10.669Z Compiling snafu v0.8.9
17952026-05-09T03:32:11.009Z Compiling foreign-types v0.3.2
17962026-05-09T03:32:11.022Z Compiling progenitor-macro v0.14.0
17972026-05-09T03:32:11.064Z Compiling globset v0.4.18
17982026-05-09T03:32:11.099Z Compiling csv v1.4.0
17992026-05-09T03:32:11.110Z Compiling progenitor v0.13.0
18002026-05-09T03:32:11.190Z Compiling qorb v0.4.1
18012026-05-09T03:32:11.261Z Compiling olpc-cjson v0.1.4
18022026-05-09T03:32:11.432Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18032026-05-09T03:32:11.665Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18042026-05-09T03:32:12.119Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18052026-05-09T03:32:12.684Z Compiling rayon v1.12.0
18062026-05-09T03:32:12.966Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18072026-05-09T03:32:13.374Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18082026-05-09T03:32:13.472Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18092026-05-09T03:32:13.484Z Compiling phf v0.12.1
18102026-05-09T03:32:13.651Z Compiling zone_cfg_derive v0.3.1
18112026-05-09T03:32:14.060Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18122026-05-09T03:32:14.073Z Compiling tokio-dtrace v0.1.1
18132026-05-09T03:32:14.400Z Compiling itertools v0.12.1
18142026-05-09T03:32:14.620Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18152026-05-09T03:32:14.838Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18162026-05-09T03:32:14.847Z Compiling libsw-core v0.3.2
18172026-05-09T03:32:15.023Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18182026-05-09T03:32:15.053Z Compiling serde_plain v1.0.2
18192026-05-09T03:32:15.224Z Compiling openssl-macros v0.1.1
18202026-05-09T03:32:15.271Z Compiling pem v3.0.6
18212026-05-09T03:32:15.637Z Compiling cookie v0.18.1
18222026-05-09T03:32:15.661Z Compiling sigpipe v0.1.3
18232026-05-09T03:32:15.673Z Compiling fixedbitset v0.4.2
18242026-05-09T03:32:15.747Z Compiling fixedbitset v0.5.7
18252026-05-09T03:32:15.758Z Compiling jiff v0.2.24
18262026-05-09T03:32:15.777Z Compiling typed-path v0.9.3
18272026-05-09T03:32:15.892Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18282026-05-09T03:32:15.917Z Compiling glob v0.3.3
18292026-05-09T03:32:16.096Z Compiling bytecount v0.6.9
18302026-05-09T03:32:16.153Z Compiling petgraph v0.8.3
18312026-05-09T03:32:16.237Z Compiling papergrid v0.11.0
18322026-05-09T03:32:16.315Z Compiling progenitor v0.14.0
18332026-05-09T03:32:16.425Z Compiling petgraph v0.6.5
18342026-05-09T03:32:17.196Z Compiling tough v0.20.0
18352026-05-09T03:32:17.986Z Compiling zone v0.3.1
18362026-05-09T03:32:18.024Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18372026-05-09T03:32:18.068Z Compiling libsw v3.5.0
18382026-05-09T03:32:18.089Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18392026-05-09T03:32:18.285Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18402026-05-09T03:32:18.314Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18412026-05-09T03:32:18.549Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18422026-05-09T03:32:18.987Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18432026-05-09T03:32:19.387Z Compiling oxide-tokio-rt v0.1.5
18442026-05-09T03:32:19.554Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18452026-05-09T03:32:19.724Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18462026-05-09T03:32:19.934Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18472026-05-09T03:32:20.008Z Compiling const_format v0.2.36
18482026-05-09T03:32:20.423Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18492026-05-09T03:32:20.600Z Compiling tabled_derive v0.7.0
18502026-05-09T03:32:20.840Z Compiling gethostname v0.5.0
18512026-05-09T03:32:20.843Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18522026-05-09T03:32:20.863Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18532026-05-09T03:32:20.969Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18542026-05-09T03:32:20.982Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18552026-05-09T03:32:21.098Z Compiling bcs v0.1.6
18562026-05-09T03:32:21.114Z Compiling smf v0.2.3
18572026-05-09T03:32:21.432Z Compiling termtree v0.5.1
18582026-05-09T03:32:21.579Z Compiling lazy_static v1.5.0
18592026-05-09T03:32:21.597Z Compiling smawk v0.3.2
18602026-05-09T03:32:21.613Z Compiling unicode-linebreak v0.1.5
18612026-05-09T03:32:21.694Z Compiling linear-map v1.2.0
18622026-05-09T03:32:21.740Z Compiling whoami v1.6.1
18632026-05-09T03:32:21.752Z Compiling tagptr v0.2.0
18642026-05-09T03:32:21.878Z Compiling moka v0.12.15
18652026-05-09T03:32:21.892Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18662026-05-09T03:32:21.915Z Compiling textwrap v0.16.2
18672026-05-09T03:32:22.196Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18682026-05-09T03:32:22.345Z Compiling steno v0.4.1
18692026-05-09T03:32:22.463Z Compiling tabled v0.15.0
18702026-05-09T03:32:22.692Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18712026-05-09T03:32:23.640Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18722026-05-09T03:32:23.653Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18732026-05-09T03:32:24.487Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18742026-05-09T03:32:25.349Z Compiling hickory-proto v0.25.2
18752026-05-09T03:32:25.465Z Compiling humantime v2.3.0
18762026-05-09T03:32:25.672Z Compiling parking_lot_core v0.8.6
18772026-05-09T03:32:25.752Z Compiling libscf-sys v1.2.0
18782026-05-09T03:32:25.802Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18792026-05-09T03:32:25.900Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18802026-05-09T03:32:26.156Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18812026-05-09T03:32:26.320Z Compiling parking_lot v0.11.2
18822026-05-09T03:32:26.688Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18832026-05-09T03:32:26.740Z Compiling fxhash v0.2.1
18842026-05-09T03:32:26.753Z Compiling internet-checksum v0.2.1
18852026-05-09T03:32:26.883Z Compiling sled v0.34.7
18862026-05-09T03:32:26.886Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18872026-05-09T03:32:26.905Z Compiling diff v0.1.13
18882026-05-09T03:32:26.923Z Compiling yansi v1.0.1
18892026-05-09T03:32:27.206Z Compiling pretty_assertions v1.4.1
18902026-05-09T03:32:27.247Z Compiling hickory-resolver v0.25.2
18912026-05-09T03:32:28.089Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18922026-05-09T03:32:32.072Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18932026-05-09T03:32:40.732Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18942026-05-09T03:32:41.272Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9e56717d)
18952026-05-09T03:32:42.308Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18962026-05-09T03:32:43.504Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18972026-05-09T03:32:44.294Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18982026-05-09T03:32:45.768Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
18992026-05-09T03:33:09.052Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 11s
19002026-05-09T03:33:09.241Z────────────
19012026-05-09T03:33:09.241Z Nextest run ID 7774039e-b414-43d9-9201-5f6b8b13882f with nextest profile: default
19022026-05-09T03:33:09.241Z Starting 2 tests across 1 binary
19032026-05-09T03:33:09.245Z START bfd test::test_new_daemon
19042026-05-09T03:33:09.245Z
19052026-05-09T03:33:09.245Zrunning 1 test
19062026-05-09T03:33:09.284Z{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,"time":"2026-05-09T03:33:07.478579953Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4885,"peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19072026-05-09T03:33:09.285Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ,"time"ok:"2026-05-09T03:33:07.478827534Z"
19082026-05-09T03:33:09.289Z,"hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4885,"peer":"2001:db8::10","state":"Down","unit":"
19092026-05-09T03:33:09.290Ztest result: session"ok,"module":"state_machine","component":"bfd"}
19102026-05-09T03:33:09.290Z. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-05-09T03:33:07.478857711Z","hostname":"; finished in 0.04sw-01KR5CBV5XABPV53SA1T6EZQVY
19112026-05-09T03:33:09.290Z
19122026-05-09T03:33:09.290Z","pid":4885,"error":"channel is empty and sending half is closed","peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19132026-05-09T03:33:09.290Z{"msg":"exiting receive loop on error: channel is empty and sending half is closed","v":0,"name":"slog-rs","level":50,"time":"2026-05-09T03:33:07.47887827Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4885,"error":"channel is empty and sending half is closed","peer":"2001:db8::10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19142026-05-09T03:33:09.291Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-05-09T03:33:07.478894598Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4885,"peer":"203.0.113.10","state":"Down","unit":"session","module":"state_machine","component":"bfd"}
19152026-05-09T03:33:09.291Z PASS [ 0.049s] bfd test::test_new_daemon
19162026-05-09T03:33:09.291Z START bfd test::test_protocol_basics
19172026-05-09T03:33:09.295Z
19182026-05-09T03:33:09.295Zrunning 1 test
19192026-05-09T03:33:09.338Z{{""msgmsg"":":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2812087966, 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: 2498045608, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }",,""v"v"::0,"name":"slog-rs"0,"name":"slog-rs","level",":level":1010,"time":"2026-05-09T03:33:07.531707097Z","time":"2026-05-09T03:33:07.531710997Z",,""hostname":"hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer",":"pid":2001:db8::20"4886,"state":"Down","unit":"session","module":","state_machine"peer",":"component":"203.0.113.10bfd"","}state":"
19202026-05-09T03:33:09.338ZDown","unit":"session","module":"state_machine","component":"bfd"}
19212026-05-09T03:33:09.338Z{"msg":"{"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 984172448, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 746452775, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-09T03:33:07.531944468Z","hostname":","time":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":2026-05-09T03:33:07.531946638Z"4886,","hostname":peer"":"203.0.113.20","w-01KR5CBV5XABPV53SA1T6EZQVY"state":,""Down","pid"unit"::"4886session",","module":"peer":"state_machine"2001:db8::10,"","component":"state":bfd""}Down
19222026-05-09T03:33:09.338Z","unit":"{session",""msgmodule"":":"state_machinetransition -> Init"",,""v":0component",:""name":"bfd"}slog-rs
19232026-05-09T03:33:09.341Z","level":30{"msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-05-09T03:33:07.531966727Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY",,""pid":time"4886:","peer":"2026-05-09T03:33:07.531969216Z"203.0.113.20,"","hostname":"state":"Down","unit":"w-01KR5CBV5XABPV53SA1T6EZQVY",session"",pid"":module"4886:",state_machine""peer":","2001:db8::10component"":,""bfd"state":}"
19242026-05-09T03:33:09.342ZDown","unit":{""session"msg,"":"module":"transition -> Init"state_machine",,""v":component0",:""namebfd"":}"
19252026-05-09T03:33:09.342Zslog-rs","{level":"30msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-05-09T03:33:07.531987205Z","hostname":","time":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":48862026-05-09T03:33:07.531989015Z",,""peer":"hostname":"2001:db8::20","state":"w-01KR5CBV5XABPV53SA1T6EZQVYDown"",",unit"":"pid":session"4886,"module",":"peer":"state_machine",203.0.113.10"","component":"state"bfd:""}
19262026-05-09T03:33:09.342ZDown","unit":"session","module":"state_machine","component":"bfd"}
19272026-05-09T03:33:10.334Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 2812087966, your_discriminator: 746452775, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-09T03:33:08.529132874Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19282026-05-09T03:33:10.334Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 984172448, your_discriminator: 2498045608, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-09T03:33:08.529206968Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19292026-05-09T03:33:10.335Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-09T03:33:08.529218927Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19302026-05-09T03:33:10.335Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-09T03:33:08.529231336Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19312026-05-09T03:33:10.338Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2498045608, your_discriminator: 984172448, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-09T03:33:08.531437561Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19322026-05-09T03:33:10.339Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-09T03:33:08.531463289Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19332026-05-09T03:33:10.339Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 746452775, your_discriminator: 2812087966, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-09T03:33:08.531480177Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19342026-05-09T03:33:10.339Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-09T03:33:08.531496286Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19352026-05-09T03:33:15.334Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 984172448, your_discriminator: 2498045608, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-09T03:33:13.529195269Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19362026-05-09T03:33:15.334Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2812087966, your_discriminator: 746452775, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-09T03:33:13.529262134Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19372026-05-09T03:33:15.338Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2498045608, your_discriminator: 984172448, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-09T03:33:13.531463209Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19382026-05-09T03:33:15.338Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 746452775, your_discriminator: 2812087966, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-05-09T03:33:13.531495716Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY","pid":4886,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19392026-05-09T03:33:19.338Z{"msg":"dropping SM for 2001:db8::20"{"msg":","v":dropping SM for 2001:db8::10","v":00,,""name":name"":"slog-rsslog-rs"",",level"":level":4040,,""time":"time":"2026-05-09T03:33:17.531660241Z2026-05-09T03:33:17.531660301Z"",","hostname":hostname"":"w-01KR5CBV5XABPV53SA1T6EZQVY","w-01KR5CBV5XABPV53SA1T6EZQVY"pid":,"pid":48864886,"peer":,""peer":"2001:db8::10","2001:db8::20state"",":"stateUp":"","Up"unit,"":"unit":"session","session","module":"module":"state_machine",state_machine"","component":"component"bfd":"bfd"}}
19402026-05-09T03:33:19.338Z
19412026-05-09T03:33:19.338Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"{slog-rs",""level":msg40":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40,"time":"2026-05-09T03:33:17.531715427Z","hostname":"w-01KR5CBV5XABPV53SA1T6EZQVY",","pid":time":4886","peer":"2026-05-09T03:33:17.531717606Z203.0.113.10"",,""state":"hostnameUp"":","unit":"session","w-01KR5CBV5XABPV53SA1T6EZQVY",module"":"pid":4886state_machine",","component"peer":":"bfd"}
19422026-05-09T03:33:19.339Z203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19432026-05-09T03:33:19.342Ztest test::test_protocol_basics ... ok
19442026-05-09T03:33:19.343Z
19452026-05-09T03:33:19.343Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19462026-05-09T03:33:19.343Z
19472026-05-09T03:33:19.346Z PASS [ 10.057s] bfd test::test_protocol_basics
19482026-05-09T03:33:19.349Z────────────
19492026-05-09T03:33:19.349Z Summary [ 10.108s] 2 tests run: 2 passed, 0 skipped
19502026-05-09T03:33:19.359Zprocess exited: duration 321458 ms, exit code 0
 
19512026-05-09T03:33:19.366Zfound 0 output files