01KRAK5A9CD2TE7VE5NQA4NBPV: 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: 01KRAK5P1WN2KY9GY6RG44EH39

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T04:02:46.358Zjob assigned to worker 01KRAK5Q2WKGV1582R0R5P88MN [factory aws, i-0ef8a91315ebb80bd] (queued for 52 s)
 
22026-05-11T04:02:53.417Zstarting task 0: "setup"
32026-05-11T04:02:53.422Z++ uname -s
42026-05-11T04:02:53.425Z+ kern=SunOS
52026-05-11T04:02:53.425Z+ build_user=build
62026-05-11T04:02:53.425Z+ build_uid=12345
72026-05-11T04:02:53.425Z+ work_dir=/work
82026-05-11T04:02:53.425Z+ input_dir=/input
92026-05-11T04:02:53.425Z+ [[ 0 == 12345 ]]
102026-05-11T04:02:53.425Z+ case "$kern" in
112026-05-11T04:02:53.425Z+ groupadd -g 12345 build
122026-05-11T04:02:53.425Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T04:02:55.431Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T04:02:55.539Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T04:02:55.542Z+ home_fs=zfs
162026-05-11T04:02:55.542Z+ [[ zfs == autofs ]]
172026-05-11T04:02:55.542Z+ mkdir -p /home/build
182026-05-11T04:02:55.542Z+ chown build:build /home/build /work
192026-05-11T04:02:57.544Z+ chmod 0700 /home/build /work
202026-05-11T04:02:57.547Zprocess exited: duration 4128 ms, exit code 0
 
212026-05-11T04:02:57.555Zstarting task 1: "rust-toolchain"
222026-05-11T04:02:57.558Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-11T04:02:57.558Z * rust toolchain channel = "stable"
242026-05-11T04:02:57.558Z * rust toolchain profile = "default"
252026-05-11T04:02:57.558Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-11T04:02:57.558Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T04:02:57.559Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T04:02:57.563Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T04:02:57.563Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-11T04:02:57.680Zinfo: downloading installer
312026-05-11T04:02:59.117Zwarn: It looks like you have an existing installation of Rust at:
322026-05-11T04:02:59.117Zwarn: /opt/ooce/bin
332026-05-11T04:02:59.117Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-11T04:02:59.117Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-11T04:02:59.117Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-11T04:02:59.117Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-11T04:02:59.117Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-11T04:02:59.117Zerror: cannot install while Rust is installed
392026-05-11T04:02:59.117Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-11T04:02:59.120Zwarn: It looks like you have an existing rustup settings file at:
412026-05-11T04:02:59.120Zwarn: /home/build/.rustup/settings.toml
422026-05-11T04:02:59.120Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-11T04:02:59.120Zwarn: instead of the one inferred from the default host triple.
442026-05-11T04:02:59.130Zinfo: profile set to default
452026-05-11T04:02:59.130Zinfo: default host triple is x86_64-unknown-illumos
462026-05-11T04:02:59.133Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-11T04:02:59.271Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-11T04:02:59.274Zinfo: downloading 6 components
492026-05-11T04:03:14.154Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-11T04:03:14.154Z
512026-05-11T04:03:14.187Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-11T04:03:14.187Z
532026-05-11T04:03:14.187Z
542026-05-11T04:03:14.187ZRust is installed now. Great!
552026-05-11T04:03:14.187Z
562026-05-11T04:03:14.187ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-11T04:03:14.187Zenvironment variable. This has not been done automatically.
582026-05-11T04:03:14.187Z
592026-05-11T04:03:14.187ZTo configure your current shell, you need to source
602026-05-11T04:03:14.187Zthe corresponding env file under $HOME/.cargo.
612026-05-11T04:03:14.187Z
622026-05-11T04:03:14.187ZThis is usually done by running one of the following (note the leading DOT):
632026-05-11T04:03:14.187Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-11T04:03:14.187Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-11T04:03:14.187Zsource "~/.cargo/env.nu" # For nushell
662026-05-11T04:03:14.187Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-11T04:03:14.187Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-11T04:03:14.187Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-11T04:03:14.190Zwarn: no default linker (`cc`) was found in your PATH
702026-05-11T04:03:14.190Zwarn: many Rust crates require a system C toolchain to build
712026-05-11T04:03:14.281Z+ rustup --version
722026-05-11T04:03:14.290Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-11T04:03:14.293Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-11T04:03:14.311Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-11T04:03:14.314Z+ cargo --version
762026-05-11T04:03:14.327Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-11T04:03:14.331Z+ rustc --version
782026-05-11T04:03:14.349Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-11T04:03:14.352Zprocess exited: duration 16794 ms, exit code 0
 
802026-05-11T04:03:14.359Zstarting task 2: "authentication"
812026-05-11T04:03:14.375Zprocess exited: duration 15 ms, exit code 0
 
822026-05-11T04:03:14.382Zstarting task 3: "clone repository"
832026-05-11T04:03:14.385Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-11T04:03:14.388Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-11T04:03:14.417ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-11T04:03:15.303Z+ cd /work/oxidecomputer/maghemite
872026-05-11T04:03:15.303Z+ git fetch origin 5050964daba98b5ecf91ea2a5a9be9418f1853f9
882026-05-11T04:03:15.534ZFrom https://github.com/oxidecomputer/maghemite
892026-05-11T04:03:15.534Z * branch 5050964daba98b5ecf91ea2a5a9be9418f1853f9 -> FETCH_HEAD
902026-05-11T04:03:15.540Z+ [[ -n '' ]]
912026-05-11T04:03:15.540Z+ git reset --hard 5050964daba98b5ecf91ea2a5a9be9418f1853f9
922026-05-11T04:03:15.558ZHEAD is now at 5050964 [ddm-api] PUT /peer for state-machine-bypassing peer injection
932026-05-11T04:03:15.561Zprocess exited: duration 1178 ms, exit code 0
 
942026-05-11T04:03:15.567Zstarting task 4: "build"
952026-05-11T04:03:15.571Z+ set -o errexit
962026-05-11T04:03:15.571Z+ set -o pipefail
972026-05-11T04:03:15.571Z+ source .github/buildomat/test-common.sh
982026-05-11T04:03:15.574Z++ NEXTEST_VERSION=0.9.97
992026-05-11T04:03:15.574Z++ PLATFORM=illumos
1002026-05-11T04:03:15.574Z++ banner install
1012026-05-11T04:03:15.574Z
1022026-05-11T04:03:15.574Z # # # #### ##### ## # #
1032026-05-11T04:03:15.574Z # ## # # # # # # #
1042026-05-11T04:03:15.574Z # # # # #### # # # # #
1052026-05-11T04:03:15.574Z # # # # # # ###### # #
1062026-05-11T04:03:15.574Z # # ## # # # # # # #
1072026-05-11T04:03:15.574Z # # # #### # # # ###### ######
1082026-05-11T04:03:15.574Z
1092026-05-11T04:03:15.574Z++ set +o errexit
1102026-05-11T04:03:15.574Z++ pkg info clang-15
1112026-05-11T04:03:15.577Z++ grep -qi installed
1122026-05-11T04:03:16.756Zpkg: info: no packages matching the following patterns you specified are
1132026-05-11T04:03:16.756Zinstalled on the system. Try querying remotely instead:
1142026-05-11T04:03:16.756Z
1152026-05-11T04:03:16.756Z clang-15
1162026-05-11T04:03:16.792Z++ [[ 1 != 0 ]]
1172026-05-11T04:03:16.792Z++ set -o errexit
1182026-05-11T04:03:16.793Z++ pfexec pkg install clang-15
1192026-05-11T04:03:25.189Z Startup: Refreshing catalog 'helios-dev' ... Done
1202026-05-11T04:03:32.860Z Startup: Caching catalogs ... Done
1212026-05-11T04:03:40.088ZPlanning: Solver setup ... Done
1222026-05-11T04:03:40.130ZPlanning: Running solver ... Done
1232026-05-11T04:03:40.269ZPlanning: Finding local manifests ... Done
1242026-05-11T04:03:40.287ZPlanning: Fetching manifests: 0/2 0% complete
1252026-05-11T04:03:40.375ZPlanning: Fetching manifests: 2/2 100% complete
1262026-05-11T04:03:40.404ZPlanning: Package planning ... Done
1272026-05-11T04:03:40.430ZPlanning: Merging actions ... Done
1282026-05-11T04:03:40.536ZPlanning: Checking for conflicting actions ... Done
1292026-05-11T04:03:40.542ZPlanning: Consolidating action changes ... Done
1302026-05-11T04:03:41.310ZPlanning: Evaluating mediators ... Done
1312026-05-11T04:03:41.315ZPlanning: Planning completed in 8.28 seconds
1322026-05-11T04:03:41.326Z Packages to install: 2
1332026-05-11T04:03:41.329Z Mediators to change: 2
1342026-05-11T04:03:41.329Z Services to change: 1
1352026-05-11T04:03:41.329Z Create boot environment: No
1362026-05-11T04:03:41.329ZCreate backup boot environment: No
1372026-05-11T04:03:41.368Z
1382026-05-11T04:03:41.368ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1392026-05-11T04:03:47.565ZDownload: 983/3076 items 82.2/211.3MB 38% complete (22.4M/s)
1402026-05-11T04:03:52.569ZDownload: 1217/3076 items 115.7/211.3MB 54% complete (9.9M/s)
1412026-05-11T04:03:59.456ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (3.9M/s)
1422026-05-11T04:04:04.790ZDownload: 3062/3076 items 208.1/211.3MB 98% complete (9.1M/s)
1432026-05-11T04:04:09.668ZDownload: Completed 211.31 MB in 28.29 seconds (7.5M/s)
1442026-05-11T04:04:09.790Z Actions: 1/3418 actions (Installing new actions)
1452026-05-11T04:04:12.933Z Actions: Completed 3418 actions in 3.14 seconds.
1462026-05-11T04:04:13.558Z Done
1472026-05-11T04:04:13.558Z Done
1482026-05-11T04:04:14.288Z Done
1492026-05-11T04:04:18.549Z Done
1502026-05-11T04:04:18.564Z Done
1512026-05-11T04:04:18.564Z Done
1522026-05-11T04:04:18.564Z Done
1532026-05-11T04:04:18.612Z++ set -o errexit
1542026-05-11T04:04:18.612Z++ cargo --version
1552026-05-11T04:04:18.620Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1562026-05-11T04:04:20.129Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1572026-05-11T04:04:20.153Zinfo: downloading 6 components
1582026-05-11T04:04:33.060Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1592026-05-11T04:04:33.064Z++ rustc --version
1602026-05-11T04:04:33.092Zrustc 1.94.1 (e408947bf 2026-03-25)
1612026-05-11T04:04:33.096Z++ cargo install cargo-nextest --version 0.9.97
1622026-05-11T04:04:33.139Z Updating crates.io index
1632026-05-11T04:04:33.245Z Downloading crates ...
1642026-05-11T04:04:33.298Z Downloaded cargo-nextest v0.9.97
1652026-05-11T04:04:33.361Z Installing cargo-nextest v0.9.97
1662026-05-11T04:04:33.405Z Updating crates.io index
1672026-05-11T04:04:35.881Z Locking 404 packages to latest compatible versions
1682026-05-11T04:04:35.885Z Adding dialoguer v0.11.0 (available: v0.12.0)
1692026-05-11T04:04:35.888Z Adding duct v0.13.7 (available: v1.1.1)
1702026-05-11T04:04:35.888Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1712026-05-11T04:04:35.888Z Adding generic-array v0.14.7 (available: v0.14.9)
1722026-05-11T04:04:35.891Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1732026-05-11T04:04:35.891Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1742026-05-11T04:04:35.891Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1752026-05-11T04:04:35.894Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1762026-05-11T04:04:35.897Z Adding quick-junit v0.5.2 (available: v0.6.0)
1772026-05-11T04:04:35.914Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1782026-05-11T04:04:35.924Z Downloading crates ...
1792026-05-11T04:04:35.997Z Downloaded camino-tempfile v1.4.1
1802026-05-11T04:04:36.000Z Downloaded ahash v0.8.12
1812026-05-11T04:04:36.003Z Downloaded errno v0.3.14
1822026-05-11T04:04:36.003Z Downloaded autocfg v1.5.0
1832026-05-11T04:04:36.006Z Downloaded futures-io v0.3.32
1842026-05-11T04:04:36.006Z Downloaded const-oid v0.9.6
1852026-05-11T04:04:36.013Z Downloaded addr2line v0.25.1
1862026-05-11T04:04:36.016Z Downloaded config v0.15.22
1872026-05-11T04:04:36.019Z Downloaded futures-task v0.3.32
1882026-05-11T04:04:36.022Z Downloaded flate2 v1.1.9
1892026-05-11T04:04:36.025Z Downloaded parking_lot_core v0.9.12
1902026-05-11T04:04:36.025Z Downloaded pin-project-lite v0.2.17
1912026-05-11T04:04:36.028Z Downloaded quick-junit v0.5.2
1922026-05-11T04:04:36.031Z Downloaded derive-where v1.6.1
1932026-05-11T04:04:36.033Z Downloaded duct v0.13.7
1942026-05-11T04:04:36.036Z Downloaded cfg-if v1.0.4
1952026-05-11T04:04:36.036Z Downloaded lazy_static v1.5.0
1962026-05-11T04:04:36.039Z Downloaded cfg-expr v0.20.7
1972026-05-11T04:04:36.039Z Downloaded ed25519 v2.2.3
1982026-05-11T04:04:36.042Z Downloaded adler2 v2.0.1
1992026-05-11T04:04:36.042Z Downloaded base64ct v1.8.3
2002026-05-11T04:04:36.045Z Downloaded eyre v0.6.12
2012026-05-11T04:04:36.045Z Downloaded color-spantrace v0.3.0
2022026-05-11T04:04:36.048Z Downloaded cpufeatures v0.2.17
2032026-05-11T04:04:36.048Z Downloaded nextest-workspace-hack v0.1.0
2042026-05-11T04:04:36.048Z Downloaded itoa v1.0.18
2052026-05-11T04:04:36.051Z Downloaded guppy-workspace-hack v0.1.0
2062026-05-11T04:04:36.051Z Downloaded foreign-types v0.3.2
2072026-05-11T04:04:36.051Z Downloaded cc v1.2.62
2082026-05-11T04:04:36.054Z Downloaded atomic-waker v1.1.2
2092026-05-11T04:04:36.057Z Downloaded indexmap v2.14.0
2102026-05-11T04:04:36.060Z Downloaded hyper v1.9.0
2112026-05-11T04:04:36.063Z Downloaded form_urlencoded v1.2.2
2122026-05-11T04:04:36.063Z Downloaded fnv v1.0.7
2132026-05-11T04:04:36.066Z Downloaded async-scoped v0.9.0
2142026-05-11T04:04:36.066Z Downloaded curve25519-dalek-derive v0.1.1
2152026-05-11T04:04:36.069Z Downloaded clap_lex v1.1.0
2162026-05-11T04:04:36.069Z Downloaded generic-array v0.14.7
2172026-05-11T04:04:36.069Z Downloaded digest v0.10.7
2182026-05-11T04:04:36.073Z Downloaded equivalent v1.0.2
2192026-05-11T04:04:36.073Z Downloaded atomicwrites v0.4.4
2202026-05-11T04:04:36.073Z Downloaded regex-syntax v0.8.10
2212026-05-11T04:04:36.077Z Downloaded percent-encoding v2.3.2
2222026-05-11T04:04:36.079Z Downloaded jobserver v0.1.34
2232026-05-11T04:04:36.079Z Downloaded foreign-types-shared v0.1.1
2242026-05-11T04:04:36.082Z Downloaded debug-ignore v1.0.5
2252026-05-11T04:04:36.082Z Downloaded rand_chacha v0.9.0
2262026-05-11T04:04:36.082Z Downloaded humantime-serde v1.1.1
2272026-05-11T04:04:36.085Z Downloaded futures-macro v0.3.32
2282026-05-11T04:04:36.086Z Downloaded ryu v1.0.23
2292026-05-11T04:04:36.088Z Downloaded futures-core v0.3.32
2302026-05-11T04:04:36.088Z Downloaded anstyle-query v1.1.5
2312026-05-11T04:04:36.088Z Downloaded home v0.5.12
2322026-05-11T04:04:36.091Z Downloaded hex v0.4.3
2332026-05-11T04:04:36.091Z Downloaded rand_core v0.9.5
2342026-05-11T04:04:36.094Z Downloaded pkg-config v0.3.33
2352026-05-11T04:04:36.094Z Downloaded nested v0.1.1
2362026-05-11T04:04:36.094Z Downloaded ppv-lite86 v0.2.21
2372026-05-11T04:04:36.097Z Downloaded http-body-util v0.1.3
2382026-05-11T04:04:36.097Z Downloaded cargo-platform v0.2.0
2392026-05-11T04:04:36.097Z Downloaded lock_api v0.4.14
2402026-05-11T04:04:36.100Z Downloaded serde_spanned v0.6.9
2412026-05-11T04:04:36.100Z Downloaded heck v0.5.0
2422026-05-11T04:04:36.100Z Downloaded colorchoice v1.0.5
2432026-05-11T04:04:36.103Z Downloaded cfg_aliases v0.2.1
2442026-05-11T04:04:36.103Z Downloaded futures-sink v0.3.32
2452026-05-11T04:04:36.103Z Downloaded miniz_oxide v0.8.9
2462026-05-11T04:04:36.106Z Downloaded cargo-platform v0.3.3
2472026-05-11T04:04:36.109Z Downloaded quinn-udp v0.5.14
2482026-05-11T04:04:36.109Z Downloaded serde-value v0.7.0
2492026-05-11T04:04:36.109Z Downloaded pkcs8 v0.10.2
2502026-05-11T04:04:36.114Z Downloaded crypto-common v0.1.7
2512026-05-11T04:04:36.117Z Downloaded enable-ansi-support v0.2.1
2522026-05-11T04:04:36.120Z Downloaded openssl-macros v0.1.1
2532026-05-11T04:04:36.124Z Downloaded native-tls v0.2.18
2542026-05-11T04:04:36.124Z Downloaded convert_case v0.10.0
2552026-05-11T04:04:36.127Z Downloaded dialoguer v0.11.0
2562026-05-11T04:04:36.127Z Downloaded find-msvc-tools v0.1.9
2572026-05-11T04:04:36.127Z Downloaded cargo_metadata v0.23.1
2582026-05-11T04:04:36.130Z Downloaded lru-slab v0.1.2
2592026-05-11T04:04:36.130Z Downloaded anstyle v1.0.14
2602026-05-11T04:04:36.130Z Downloaded futures-executor v0.3.32
2612026-05-11T04:04:36.133Z Downloaded either v1.15.0
2622026-05-11T04:04:36.133Z Downloaded indenter v0.3.4
2632026-05-11T04:04:36.133Z Downloaded nextest-metadata v0.12.2
2642026-05-11T04:04:36.136Z Downloaded ipnet v2.12.0
2652026-05-11T04:04:36.136Z Downloaded memchr v2.8.0
2662026-05-11T04:04:36.139Z Downloaded hyper-rustls v0.27.9
2672026-05-11T04:04:36.142Z Downloaded anstyle-parse v1.0.0
2682026-05-11T04:04:36.142Z Downloaded block-buffer v0.10.4
2692026-05-11T04:04:36.142Z Downloaded idna_adapter v1.0.0
2702026-05-11T04:04:36.145Z Downloaded backtrace-ext v0.2.1
2712026-05-11T04:04:36.145Z Downloaded serde_ignored v0.1.14
2722026-05-11T04:04:36.149Z Downloaded serde_spanned v1.1.1
2732026-05-11T04:04:36.152Z Downloaded openssl-probe v0.2.1
2742026-05-11T04:04:36.152Z Downloaded signature v2.2.0
2752026-05-11T04:04:36.152Z Downloaded is_terminal_polyfill v1.70.2
2762026-05-11T04:04:36.155Z Downloaded rustc-demangle v0.1.27
2772026-05-11T04:04:36.155Z Downloaded miette-derive v7.6.0
2782026-05-11T04:04:36.155Z Downloaded strip-ansi-escapes v0.2.1
2792026-05-11T04:04:36.158Z Downloaded fastrand v2.4.1
2802026-05-11T04:04:36.161Z Downloaded is_ci v1.2.0
2812026-05-11T04:04:36.164Z Downloaded filetime v0.2.28
2822026-05-11T04:04:36.164Z Downloaded os_pipe v1.2.3
2832026-05-11T04:04:36.164Z Downloaded document-features v0.2.12
2842026-05-11T04:04:36.169Z Downloaded http-body v1.0.1
2852026-05-11T04:04:36.172Z Downloaded serde-untagged v0.1.9
2862026-05-11T04:04:36.175Z Downloaded indent_write v2.2.0
2872026-05-11T04:04:36.175Z Downloaded signal-hook-mio v0.2.5
2882026-05-11T04:04:36.178Z Downloaded scopeguard v1.2.0
2892026-05-11T04:04:36.178Z Downloaded ordered-float v2.10.1
2902026-05-11T04:04:36.178Z Downloaded number_prefix v0.4.0
2912026-05-11T04:04:36.181Z Downloaded strsim v0.11.1
2922026-05-11T04:04:36.181Z Downloaded serde_urlencoded v0.7.1
2932026-05-11T04:04:36.181Z Downloaded mukti-metadata v0.3.0
2942026-05-11T04:04:36.184Z Downloaded rustc-hash v2.1.2
2952026-05-11T04:04:36.187Z Downloaded cargo-util-schemas v0.2.0
2962026-05-11T04:04:36.187Z Downloaded pathdiff v0.2.3
2972026-05-11T04:04:36.190Z Downloaded anstream v1.0.0
2982026-05-11T04:04:36.190Z Downloaded futures-channel v0.3.32
2992026-05-11T04:04:36.190Z Downloaded derive_more v2.1.1
3002026-05-11T04:04:36.197Z Downloaded tinyvec_macros v0.1.1
3012026-05-11T04:04:36.200Z Downloaded self-replace v1.5.0
3022026-05-11T04:04:36.200Z Downloaded supports-hyperlinks v3.2.0
3032026-05-11T04:04:36.200Z Downloaded supports-color v3.0.2
3042026-05-11T04:04:36.203Z Downloaded rustc_version v0.4.1
3052026-05-11T04:04:36.203Z Downloaded parking_lot v0.12.5
3062026-05-11T04:04:36.203Z Downloaded tokio-macros v2.7.0
3072026-05-11T04:04:36.206Z Downloaded supports-unicode v3.0.0
3082026-05-11T04:04:36.206Z Downloaded shared_child v1.1.1
3092026-05-11T04:04:36.206Z Downloaded hyper-tls v0.6.0
3102026-05-11T04:04:36.206Z Downloaded erased-serde v0.4.10
3112026-05-11T04:04:36.209Z Downloaded rand_core v0.6.4
3122026-05-11T04:04:36.209Z Downloaded owo-colors v4.3.0
3132026-05-11T04:04:36.213Z Downloaded foldhash v0.1.5
3142026-05-11T04:04:36.215Z Downloaded fixedbitset v0.5.7
3152026-05-11T04:04:36.216Z Downloaded smol_str v0.3.6
3162026-05-11T04:04:36.218Z Downloaded cargo_metadata v0.20.0
3172026-05-11T04:04:36.223Z Downloaded slab v0.4.12
3182026-05-11T04:04:36.226Z Downloaded urlencoding v2.1.3
3192026-05-11T04:04:36.226Z Downloaded try-lock v0.2.5
3202026-05-11T04:04:36.226Z Downloaded pin-project-internal v1.1.12
3212026-05-11T04:04:36.229Z Downloaded tower-layer v0.3.3
3222026-05-11T04:04:36.232Z Downloaded typeid v1.0.3
3232026-05-11T04:04:36.232Z Downloaded tracing-error v0.2.1
3242026-05-11T04:04:36.234Z Downloaded crc32fast v1.5.0
3252026-05-11T04:04:36.235Z Downloaded spki v0.7.3
3262026-05-11T04:04:36.235Z Downloaded serde_path_to_error v0.1.20
3272026-05-11T04:04:36.237Z Downloaded globset v0.4.18
3282026-05-11T04:04:36.241Z Downloaded getrandom v0.2.17
3292026-05-11T04:04:36.241Z Downloaded target-lexicon v0.13.3
3302026-05-11T04:04:36.245Z Downloaded sync_wrapper v1.0.2
3312026-05-11T04:04:36.245Z Downloaded static_assertions v1.1.0
3322026-05-11T04:04:36.245Z Downloaded simd-adler32 v0.3.9
3332026-05-11T04:04:36.245Z Downloaded quote v1.0.45
3342026-05-11T04:04:36.248Z Downloaded swrite v0.1.0
3352026-05-11T04:04:36.248Z Downloaded unicode-linebreak v0.1.5
3362026-05-11T04:04:36.248Z Downloaded future-queue v0.4.0
3372026-05-11T04:04:36.251Z Downloaded futures v0.3.32
3382026-05-11T04:04:36.255Z Downloaded getrandom v0.4.2
3392026-05-11T04:04:36.259Z Downloaded utf8parse v0.2.2
3402026-05-11T04:04:36.259Z Downloaded terminal_size v0.4.4
3412026-05-11T04:04:36.259Z Downloaded self_update v0.42.0
3422026-05-11T04:04:36.259Z Downloaded version_check v0.9.5
3432026-05-11T04:04:36.259Z Downloaded subtle v2.6.1
3442026-05-11T04:04:36.262Z Downloaded target-spec-miette v0.4.6
3452026-05-11T04:04:36.262Z Downloaded sigchld v0.2.4
3462026-05-11T04:04:36.265Z Downloaded nextest-filtering v0.15.0
3472026-05-11T04:04:36.265Z Downloaded derive_more-impl v2.1.1
3482026-05-11T04:04:36.268Z Downloaded clap_derive v4.6.1
3492026-05-11T04:04:36.268Z Downloaded xattr v1.6.1
3502026-05-11T04:04:36.271Z Downloaded thread_local v1.1.9
3512026-05-11T04:04:36.271Z Downloaded shell-words v1.1.1
3522026-05-11T04:04:36.271Z Downloaded camino v1.2.2
3532026-05-11T04:04:36.274Z Downloaded toml_datetime v0.6.11
3542026-05-11T04:04:36.277Z Downloaded bitflags v2.11.1
3552026-05-11T04:04:36.280Z Downloaded toml_writer v1.1.1+spec-1.1.0
3562026-05-11T04:04:36.280Z Downloaded toml_write v0.1.2
3572026-05-11T04:04:36.280Z Downloaded sha2 v0.10.9
3582026-05-11T04:04:36.283Z Downloaded tokio-native-tls v0.3.1
3592026-05-11T04:04:36.288Z Downloaded want v0.3.1
3602026-05-11T04:04:36.290Z Downloaded utf8_iter v1.0.4
3612026-05-11T04:04:36.293Z Downloaded getrandom v0.3.4
3622026-05-11T04:04:36.302Z Downloaded console v0.15.11
3632026-05-11T04:04:36.306Z Downloaded serde_derive v1.0.228
3642026-05-11T04:04:36.310Z Downloaded shlex v1.3.0
3652026-05-11T04:04:36.310Z Downloaded semver v1.0.28
3662026-05-11T04:04:36.310Z Downloaded thiserror v1.0.69
3672026-05-11T04:04:36.314Z Downloaded newtype-uuid v1.3.2
3682026-05-11T04:04:36.314Z Downloaded litrs v1.0.0
3692026-05-11T04:04:36.314Z Downloaded iana-time-zone v0.1.65
3702026-05-11T04:04:36.317Z Downloaded once_cell v1.21.4
3712026-05-11T04:04:36.317Z Downloaded untrusted v0.9.0
3722026-05-11T04:04:36.317Z Downloaded pin-project v1.1.12
3732026-05-11T04:04:36.323Z Downloaded smallvec v1.15.1
3742026-05-11T04:04:36.326Z Downloaded tracing-log v0.2.0
3752026-05-11T04:04:36.326Z Downloaded httparse v1.10.1
3762026-05-11T04:04:36.329Z Downloaded zeroize v1.8.2
3772026-05-11T04:04:36.329Z Downloaded zipsign-api v0.1.5
3782026-05-11T04:04:36.329Z Downloaded tracing-attributes v0.1.31
3792026-05-11T04:04:36.333Z Downloaded signal-hook-registry v1.4.8
3802026-05-11T04:04:36.333Z Downloaded thiserror-impl v1.0.69
3812026-05-11T04:04:36.333Z Downloaded rustls-pki-types v1.14.1
3822026-05-11T04:04:36.336Z Downloaded xxhash-rust v0.8.15
3832026-05-11T04:04:36.339Z Downloaded sharded-slab v0.1.7
3842026-05-11T04:04:36.339Z Downloaded clap v4.6.1
3852026-05-11T04:04:36.342Z Downloaded zstd-safe v7.2.4
3862026-05-11T04:04:36.345Z Downloaded tower-service v0.3.3
3872026-05-11T04:04:36.345Z Downloaded toml_parser v1.1.2+spec-1.1.0
3882026-05-11T04:04:36.349Z Downloaded unicode-xid v0.2.6
3892026-05-11T04:04:36.349Z Downloaded humantime v2.3.0
3902026-05-11T04:04:36.349Z Downloaded tempfile v3.27.0
3912026-05-11T04:04:36.352Z Downloaded thiserror-impl v2.0.18
3922026-05-11T04:04:36.352Z Downloaded thiserror v2.0.18
3932026-05-11T04:04:36.355Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3942026-05-11T04:04:36.355Z Downloaded socket2 v0.6.3
3952026-05-11T04:04:36.355Z Downloaded serde_core v1.0.228
3962026-05-11T04:04:36.358Z Downloaded target-spec v3.6.0
3972026-05-11T04:04:36.358Z Downloaded ed25519-dalek v2.2.0
3982026-05-11T04:04:36.361Z Downloaded zmij v1.0.21
3992026-05-11T04:04:36.361Z Downloaded textwrap v0.16.2
4002026-05-11T04:04:36.367Z Downloaded log v0.4.29
4012026-05-11T04:04:36.371Z Downloaded bytes v1.11.1
4022026-05-11T04:04:36.374Z Downloaded num-traits v0.2.19
4032026-05-11T04:04:36.377Z Downloaded indicatif v0.17.11
4042026-05-11T04:04:36.383Z Downloaded tokio-stream v0.1.18
4052026-05-11T04:04:36.386Z Downloaded unicase v2.9.0
4062026-05-11T04:04:36.389Z Downloaded unicode-ident v1.0.24
4072026-05-11T04:04:36.389Z Downloaded toml v0.8.23
4082026-05-11T04:04:36.392Z Downloaded base64 v0.22.1
4092026-05-11T04:04:36.395Z Downloaded tar v0.4.45
4102026-05-11T04:04:36.395Z Downloaded tinyvec v1.11.0
4112026-05-11T04:04:36.398Z Downloaded signal-hook v0.3.18
4122026-05-11T04:04:36.398Z Downloaded serde v1.0.228
4132026-05-11T04:04:36.400Z Downloaded zstd v0.13.3
4142026-05-11T04:04:36.401Z Downloaded proc-macro2 v1.0.106
4152026-05-11T04:04:36.404Z Downloaded tokio-rustls v0.26.4
4162026-05-11T04:04:36.404Z Downloaded tracing-core v0.1.36
4172026-05-11T04:04:36.406Z Downloaded openssl-sys v0.9.115
4182026-05-11T04:04:36.409Z Downloaded borsh v1.6.1
4192026-05-11T04:04:36.412Z Downloaded backtrace v0.3.76
4202026-05-11T04:04:36.415Z Downloaded der v0.7.10
4212026-05-11T04:04:36.418Z Downloaded idna v1.1.0
4222026-05-11T04:04:36.421Z Downloaded toml v1.1.2+spec-1.1.0
4232026-05-11T04:04:36.434Z Downloaded vte v0.14.1
4242026-05-11T04:04:36.437Z Downloaded toml_edit v0.22.27
4252026-05-11T04:04:36.444Z Downloaded rustls-webpki v0.103.13
4262026-05-11T04:04:36.465Z Downloaded crossterm v0.29.0
4272026-05-11T04:04:36.472Z Downloaded uuid v1.23.1
4282026-05-11T04:04:36.472Z Downloaded typenum v1.20.0
4292026-05-11T04:04:36.476Z Downloaded guppy v0.17.25
4302026-05-11T04:04:36.506Z Downloaded tower v0.5.3
4312026-05-11T04:04:36.510Z Downloaded unicode-segmentation v1.13.2
4322026-05-11T04:04:36.510Z Downloaded clap_builder v4.6.0
4332026-05-11T04:04:36.510Z Downloaded rand v0.9.4
4342026-05-11T04:04:36.510Z Downloaded quinn v0.11.9
4352026-05-11T04:04:36.510Z Downloaded mio v1.2.0
4362026-05-11T04:04:36.510Z Downloaded hashbrown v0.17.1
4372026-05-11T04:04:36.510Z Downloaded tokio-util v0.7.18
4382026-05-11T04:04:36.510Z Downloaded url v2.5.8
4392026-05-11T04:04:36.510Z Downloaded hashbrown v0.15.5
4402026-05-11T04:04:36.510Z Downloaded serde_json v1.0.149
4412026-05-11T04:04:36.513Z Downloaded h2 v0.4.14
4422026-05-11T04:04:36.518Z Downloaded aho-corasick v1.1.4
4432026-05-11T04:04:36.521Z Downloaded hyper-util v0.1.20
4442026-05-11T04:04:36.524Z Downloaded ron v0.12.1
4452026-05-11T04:04:36.527Z Downloaded http v1.4.0
4462026-05-11T04:04:36.530Z Downloaded futures-util v0.3.32
4472026-05-11T04:04:36.537Z Downloaded miette v7.6.0
4482026-05-11T04:04:36.544Z Downloaded tower-http v0.6.10
4492026-05-11T04:04:36.556Z Downloaded webpki-roots v1.0.7
4502026-05-11T04:04:36.564Z Downloaded unicode-normalization v0.1.25
4512026-05-11T04:04:36.571Z Downloaded chrono v0.4.44
4522026-05-11T04:04:36.581Z Downloaded reqwest v0.12.28
4532026-05-11T04:04:36.585Z Downloaded pulldown-cmark v0.13.3
4542026-05-11T04:04:36.588Z Downloaded vcpkg v0.2.15
4552026-05-11T04:04:36.609Z Downloaded bstr v1.12.1
4562026-05-11T04:04:36.614Z Downloaded unicode-width v0.2.2
4572026-05-11T04:04:36.617Z Downloaded syn v2.0.117
4582026-05-11T04:04:36.623Z Downloaded itertools v0.14.0
4592026-05-11T04:04:36.626Z Downloaded regex v1.12.3
4602026-05-11T04:04:36.630Z Downloaded portable-atomic v1.13.1
4612026-05-11T04:04:36.634Z Downloaded quick-xml v0.37.5
4622026-05-11T04:04:36.637Z Downloaded unicode-width v0.1.14
4632026-05-11T04:04:36.642Z Downloaded gimli v0.32.3
4642026-05-11T04:04:36.646Z Downloaded curve25519-dalek v4.1.3
4652026-05-11T04:04:36.650Z Downloaded quick-xml v0.38.4
4662026-05-11T04:04:36.660Z Downloaded winnow v1.0.2
4672026-05-11T04:04:36.666Z Downloaded winnow v0.7.15
4682026-05-11T04:04:36.674Z Downloaded quinn-proto v0.11.14
4692026-05-11T04:04:36.679Z Downloaded tracing-subscriber v0.3.23
4702026-05-11T04:04:36.687Z Downloaded color-eyre v0.6.5
4712026-05-11T04:04:36.692Z Downloaded tokio v1.52.3
4722026-05-11T04:04:36.713Z Downloaded nextest-runner v0.80.0
4732026-05-11T04:04:36.728Z Downloaded object v0.37.3
4742026-05-11T04:04:36.749Z Downloaded rustls v0.23.40
4752026-05-11T04:04:36.762Z Downloaded nix v0.30.1
4762026-05-11T04:04:36.768Z Downloaded zerocopy v0.8.48
4772026-05-11T04:04:36.778Z Downloaded rustix v0.38.44
4782026-05-11T04:04:36.789Z Downloaded openssl v0.10.79
4792026-05-11T04:04:36.814Z Downloaded rustix v1.1.4
4802026-05-11T04:04:36.843Z Downloaded tracing v0.1.44
4812026-05-11T04:04:36.878Z Downloaded regex-automata v0.4.14
4822026-05-11T04:04:36.940Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4832026-05-11T04:04:36.949Z Downloaded petgraph v0.8.3
4842026-05-11T04:04:36.961Z Downloaded libc v0.2.186
4852026-05-11T04:04:37.036Z Downloaded recursion v0.5.4
4862026-05-11T04:04:37.042Z Downloaded ring v0.17.14
4872026-05-11T04:04:37.102Z Compiling proc-macro2 v1.0.106
4882026-05-11T04:04:37.102Z Compiling libc v0.2.186
4892026-05-11T04:04:37.105Z Compiling unicode-ident v1.0.24
4902026-05-11T04:04:37.105Z Compiling quote v1.0.45
4912026-05-11T04:04:37.105Z Compiling serde_core v1.0.228
4922026-05-11T04:04:37.105Z Compiling cfg-if v1.0.4
4932026-05-11T04:04:37.105Z Compiling memchr v2.8.0
4942026-05-11T04:04:37.105Z Compiling once_cell v1.21.4
4952026-05-11T04:04:37.344Z Compiling log v0.4.29
4962026-05-11T04:04:37.356Z Compiling pin-project-lite v0.2.17
4972026-05-11T04:04:37.445Z Compiling serde v1.0.228
4982026-05-11T04:04:37.514Z Compiling itoa v1.0.18
4992026-05-11T04:04:37.628Z Compiling futures-core v0.3.32
5002026-05-11T04:04:37.749Z Compiling smallvec v1.15.1
5012026-05-11T04:04:37.781Z Compiling bitflags v2.11.1
5022026-05-11T04:04:37.801Z Compiling find-msvc-tools v0.1.9
5032026-05-11T04:04:37.990Z Compiling hashbrown v0.17.1
5042026-05-11T04:04:38.031Z Compiling equivalent v1.0.2
5052026-05-11T04:04:38.120Z Compiling errno v0.3.14
5062026-05-11T04:04:38.153Z Compiling shlex v1.3.0
5072026-05-11T04:04:38.202Z Compiling bytes v1.11.1
5082026-05-11T04:04:38.341Z Compiling signal-hook-registry v1.4.8
5092026-05-11T04:04:38.357Z Compiling jobserver v0.1.34
5102026-05-11T04:04:38.369Z Compiling mio v1.2.0
5112026-05-11T04:04:38.454Z Compiling futures-sink v0.3.32
5122026-05-11T04:04:38.546Z Compiling syn v2.0.117
5132026-05-11T04:04:38.594Z Compiling cc v1.2.62
5142026-05-11T04:04:38.667Z Compiling rustix v1.1.4
5152026-05-11T04:04:38.693Z Compiling socket2 v0.6.3
5162026-05-11T04:04:38.884Z Compiling zmij v1.0.21
5172026-05-11T04:04:39.093Z Compiling slab v0.4.12
5182026-05-11T04:04:39.126Z Compiling futures-channel v0.3.32
5192026-05-11T04:04:39.210Z Compiling tracing-core v0.1.36
5202026-05-11T04:04:39.293Z Compiling serde_json v1.0.149
5212026-05-11T04:04:39.379Z Compiling version_check v0.9.5
5222026-05-11T04:04:39.488Z Compiling indexmap v2.14.0
5232026-05-11T04:04:39.649Z Compiling getrandom v0.4.2
5242026-05-11T04:04:39.666Z Compiling futures-io v0.3.32
5252026-05-11T04:04:39.846Z Compiling futures-task v0.3.32
5262026-05-11T04:04:39.869Z Compiling unicode-width v0.2.2
5272026-05-11T04:04:39.922Z Compiling percent-encoding v2.3.2
5282026-05-11T04:04:40.018Z Compiling camino v1.2.2
5292026-05-11T04:04:40.188Z Compiling ring v0.17.14
5302026-05-11T04:04:40.279Z Compiling http v1.4.0
5312026-05-11T04:04:40.292Z Compiling autocfg v1.5.0
5322026-05-11T04:04:40.345Z Compiling adler2 v2.0.1
5332026-05-11T04:04:40.379Z Compiling simd-adler32 v0.3.9
5342026-05-11T04:04:40.509Z Compiling zeroize v1.8.2
5352026-05-11T04:04:40.632Z Compiling num-traits v0.2.19
5362026-05-11T04:04:40.703Z Compiling miniz_oxide v0.8.9
5372026-05-11T04:04:41.071Z Compiling getrandom v0.3.4
5382026-05-11T04:04:41.220Z Compiling object v0.37.3
5392026-05-11T04:04:41.437Z Compiling target-lexicon v0.13.3
5402026-05-11T04:04:41.497Z Compiling zerocopy v0.8.48
5412026-05-11T04:04:41.640Z Compiling http-body v1.0.1
5422026-05-11T04:04:41.943Z Compiling rustls-pki-types v1.14.1
5432026-05-11T04:04:41.973Z Compiling form_urlencoded v1.2.2
5442026-05-11T04:04:41.985Z Compiling semver v1.0.28
5452026-05-11T04:04:42.109Z Compiling getrandom v0.2.17
5462026-05-11T04:04:42.150Z Compiling serde_derive v1.0.228
5472026-05-11T04:04:42.172Z Compiling tokio-macros v2.7.0
5482026-05-11T04:04:42.252Z Compiling futures-macro v0.3.32
5492026-05-11T04:04:42.304Z Compiling tracing-attributes v0.1.31
5502026-05-11T04:04:42.416Z Compiling untrusted v0.9.0
5512026-05-11T04:04:42.555Z Compiling owo-colors v4.3.0
5522026-05-11T04:04:42.676Z Compiling thiserror v2.0.18
5532026-05-11T04:04:42.820Z Compiling utf8_iter v1.0.4
5542026-05-11T04:04:42.872Z Compiling signal-hook v0.3.18
5552026-05-11T04:04:42.903Z Compiling tokio v1.52.3
5562026-05-11T04:04:42.981Z Compiling idna_adapter v1.0.0
5572026-05-11T04:04:43.013Z Compiling guppy-workspace-hack v0.1.0
5582026-05-11T04:04:43.068Z Compiling futures-util v0.3.32
5592026-05-11T04:04:43.082Z Compiling fnv v1.0.7
5602026-05-11T04:04:43.085Z Compiling gimli v0.32.3
5612026-05-11T04:04:43.193Z Compiling httparse v1.10.1
5622026-05-11T04:04:43.247Z Compiling idna v1.1.0
5632026-05-11T04:04:43.504Z Compiling tracing v0.1.44
5642026-05-11T04:04:43.817Z Compiling thiserror-impl v2.0.18
5652026-05-11T04:04:44.857Z Compiling addr2line v0.25.1
5662026-05-11T04:04:45.341Z Compiling generic-array v0.14.7
5672026-05-11T04:04:45.382Z Compiling pkg-config v0.3.33
5682026-05-11T04:04:45.564Z Compiling thiserror v1.0.69
5692026-05-11T04:04:45.654Z Compiling typeid v1.0.3
5702026-05-11T04:04:45.666Z Compiling rustc-demangle v0.1.27
5712026-05-11T04:04:45.817Z Compiling atomic-waker v1.1.2
5722026-05-11T04:04:45.854Z Compiling try-lock v0.2.5
5732026-05-11T04:04:45.929Z Compiling tower-service v0.3.3
5742026-05-11T04:04:45.948Z Compiling rustls v0.23.40
5752026-05-11T04:04:45.967Z Compiling fastrand v2.4.1
5762026-05-11T04:04:46.024Z Compiling target-spec v3.6.0
5772026-05-11T04:04:46.162Z Compiling tempfile v3.27.0
5782026-05-11T04:04:46.300Z Compiling want v0.3.1
5792026-05-11T04:04:46.490Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5802026-05-11T04:04:46.643Z Compiling cfg-expr v0.20.7
5812026-05-11T04:04:46.884Z Compiling tokio-util v0.7.18
5822026-05-11T04:04:47.527Z Compiling h2 v0.4.14
5832026-05-11T04:04:47.583Z Compiling url v2.5.8
5842026-05-11T04:04:47.979Z Compiling thiserror-impl v1.0.69
5852026-05-11T04:04:48.009Z Compiling terminal_size v0.4.4
5862026-05-11T04:04:48.057Z Compiling backtrace v0.3.76
5872026-05-11T04:04:48.154Z Compiling aho-corasick v1.1.4
5882026-05-11T04:04:48.537Z Compiling subtle v2.6.1
5892026-05-11T04:04:48.722Z Compiling erased-serde v0.4.10
5902026-05-11T04:04:49.029Z Compiling regex-syntax v0.8.10
5912026-05-11T04:04:49.104Z Compiling typenum v1.20.0
5922026-05-11T04:04:49.771Z Compiling winnow v0.7.15
5932026-05-11T04:04:50.040Z Compiling rustls-webpki v0.103.13
5942026-05-11T04:04:52.611Z Compiling regex-automata v0.4.14
5952026-05-11T04:04:52.840Z Compiling hyper v1.9.0
5962026-05-11T04:04:53.696Z Compiling serde_spanned v0.6.9
5972026-05-11T04:04:53.859Z Compiling toml_datetime v0.6.11
5982026-05-11T04:04:54.230Z Compiling ahash v0.8.12
5992026-05-11T04:04:54.468Z Compiling sync_wrapper v1.0.2
6002026-05-11T04:04:54.584Z Compiling is_ci v1.2.0
6012026-05-11T04:04:54.754Z Compiling ipnet v2.12.0
6022026-05-11T04:04:55.760Z Compiling unicode-linebreak v0.1.5
6032026-05-11T04:04:55.920Z Compiling crc32fast v1.5.0
6042026-05-11T04:04:56.034Z Compiling lazy_static v1.5.0
6052026-05-11T04:04:56.144Z Compiling toml_write v0.1.2
6062026-05-11T04:04:56.204Z Compiling base64 v0.22.1
6072026-05-11T04:04:56.218Z Compiling unicode-segmentation v1.13.2
6082026-05-11T04:04:56.390Z Compiling foldhash v0.1.5
6092026-05-11T04:04:56.465Z Compiling nextest-workspace-hack v0.1.0
6102026-05-11T04:04:56.601Z Compiling parking_lot_core v0.9.12
6112026-05-11T04:04:56.613Z Compiling tower-layer v0.3.3
6122026-05-11T04:04:56.672Z Compiling either v1.15.0
6132026-05-11T04:04:56.696Z Compiling portable-atomic v1.13.1
6142026-05-11T04:04:56.810Z Compiling tower v0.5.3
6152026-05-11T04:04:56.893Z Compiling convert_case v0.10.0
6162026-05-11T04:04:56.907Z Compiling hashbrown v0.15.5
6172026-05-11T04:04:57.000Z Compiling hyper-util v0.1.20
6182026-05-11T04:04:57.149Z Compiling toml_edit v0.22.27
6192026-05-11T04:04:57.228Z Compiling sharded-slab v0.1.7
6202026-05-11T04:04:57.396Z Compiling textwrap v0.16.2
6212026-05-11T04:04:57.522Z Compiling tokio-rustls v0.26.4
6222026-05-11T04:04:57.801Z Compiling supports-color v3.0.2
6232026-05-11T04:04:58.044Z Compiling backtrace-ext v0.2.1
6242026-05-11T04:04:58.301Z Compiling ordered-float v2.10.1
6252026-05-11T04:04:58.456Z Compiling webpki-roots v1.0.7
6262026-05-11T04:04:58.566Z Compiling miette-derive v7.6.0
6272026-05-11T04:04:58.579Z Compiling pathdiff v0.2.3
6282026-05-11T04:04:58.705Z Compiling console v0.15.11
6292026-05-11T04:04:58.781Z Compiling tracing-log v0.2.0
6302026-05-11T04:04:59.151Z Compiling cargo-platform v0.3.3
6312026-05-11T04:04:59.625Z Compiling os_pipe v1.2.3
6322026-05-11T04:04:59.637Z Compiling thread_local v1.1.9
6332026-05-11T04:04:59.738Z Compiling zstd-safe v7.2.4
6342026-05-11T04:04:59.972Z Compiling scopeguard v1.2.0
6352026-05-11T04:04:59.987Z Compiling rustix v0.38.44
6362026-05-11T04:05:00.033Z Compiling utf8parse v0.2.2
6372026-05-11T04:05:00.073Z Compiling unicode-width v0.1.14
6382026-05-11T04:05:00.110Z Compiling cfg_aliases v0.2.1
6392026-05-11T04:05:00.146Z Compiling supports-unicode v3.0.0
6402026-05-11T04:05:00.181Z Compiling pulldown-cmark v0.13.3
6412026-05-11T04:05:00.314Z Compiling fixedbitset v0.5.7
6422026-05-11T04:05:00.327Z Compiling ryu v1.0.23
6432026-05-11T04:05:00.370Z Compiling debug-ignore v1.0.5
6442026-05-11T04:05:00.393Z Compiling supports-hyperlinks v3.2.0
6452026-05-11T04:05:00.480Z Compiling winnow v1.0.2
6462026-05-11T04:05:00.606Z Compiling petgraph v0.8.3
6472026-05-11T04:05:00.610Z Compiling miette v7.6.0
6482026-05-11T04:05:00.810Z Compiling serde_urlencoded v0.7.1
6492026-05-11T04:05:01.201Z Compiling nix v0.30.1
6502026-05-11T04:05:01.570Z Compiling toml_parser v1.1.2+spec-1.1.0
6512026-05-11T04:05:01.926Z Compiling anstyle-parse v1.0.0
6522026-05-11T04:05:02.197Z Compiling lock_api v0.4.14
6532026-05-11T04:05:02.438Z Compiling tracing-subscriber v0.3.23
6542026-05-11T04:05:02.496Z Compiling sigchld v0.2.4
6552026-05-11T04:05:02.691Z Compiling cargo_metadata v0.23.1
6562026-05-11T04:05:02.892Z Compiling toml v0.8.23
6572026-05-11T04:05:03.703Z Compiling hyper-rustls v0.27.9
6582026-05-11T04:05:04.392Z Compiling serde-value v0.7.0
6592026-05-11T04:05:04.786Z Compiling serde-untagged v0.1.9
6602026-05-11T04:05:05.366Z Compiling tower-http v0.6.10
6612026-05-11T04:05:05.675Z Compiling derive_more-impl v2.1.1
6622026-05-11T04:05:06.017Z Compiling itertools v0.14.0
6632026-05-11T04:05:06.188Z Compiling regex v1.12.3
6642026-05-11T04:05:06.263Z Compiling crypto-common v0.1.7
6652026-05-11T04:05:06.400Z Compiling block-buffer v0.10.4
6662026-05-11T04:05:06.466Z Compiling ppv-lite86 v0.2.21
6672026-05-11T04:05:06.466Z Compiling futures-executor v0.3.32
6682026-05-11T04:05:06.546Z Compiling rand_core v0.9.5
6692026-05-11T04:05:06.786Z Compiling pin-project-internal v1.1.12
6702026-05-11T04:05:06.798Z Compiling http-body-util v0.1.3
6712026-05-11T04:05:07.002Z Compiling uuid v1.23.1
6722026-05-11T04:05:07.061Z Compiling toml_datetime v1.1.1+spec-1.1.0
6732026-05-11T04:05:07.465Z Compiling serde_spanned v1.1.1
6742026-05-11T04:05:07.468Z Compiling smol_str v0.3.6
6752026-05-11T04:05:07.526Z Compiling filetime v0.2.28
6762026-05-11T04:05:07.596Z Compiling vte v0.14.1
6772026-05-11T04:05:07.631Z Compiling bstr v1.12.1
6782026-05-11T04:05:07.729Z Compiling xattr v1.6.1
6792026-05-11T04:05:07.804Z Compiling colorchoice v1.0.5
6802026-05-11T04:05:07.816Z Compiling tinyvec_macros v0.1.1
6812026-05-11T04:05:07.827Z Compiling eyre v0.6.12
6822026-05-11T04:05:07.887Z Compiling iana-time-zone v0.1.65
6832026-05-11T04:05:07.917Z Compiling anstyle-query v1.1.5
6842026-05-11T04:05:07.917Z Compiling static_assertions v1.1.0
6852026-05-11T04:05:07.992Z Compiling anstyle v1.0.14
6862026-05-11T04:05:08.031Z Compiling self_update v0.42.0
6872026-05-11T04:05:08.058Z Compiling nested v0.1.1
6882026-05-11T04:05:08.214Z Compiling litrs v1.0.0
6892026-05-11T04:05:08.247Z Compiling unicase v2.9.0
6902026-05-11T04:05:08.261Z Compiling is_terminal_polyfill v1.70.2
6912026-05-11T04:05:08.264Z Compiling unicode-xid v0.2.6
6922026-05-11T04:05:08.302Z Compiling number_prefix v0.4.0
6932026-05-11T04:05:08.354Z Compiling color-spantrace v0.3.0
6942026-05-11T04:05:08.405Z Compiling indicatif v0.17.11
6952026-05-11T04:05:08.423Z Compiling cargo-util-schemas v0.2.0
6962026-05-11T04:05:08.451Z Compiling anstream v1.0.0
6972026-05-11T04:05:08.660Z Compiling document-features v0.2.12
6982026-05-11T04:05:08.709Z Compiling guppy v0.17.25
6992026-05-11T04:05:09.196Z Compiling globset v0.4.18
7002026-05-11T04:05:09.208Z Compiling chrono v0.4.44
7012026-05-11T04:05:09.796Z Compiling tinyvec v1.11.0
7022026-05-11T04:05:10.223Z Compiling tar v0.4.45
7032026-05-11T04:05:10.744Z Compiling pin-project v1.1.12
7042026-05-11T04:05:10.845Z Compiling strip-ansi-escapes v0.2.1
7052026-05-11T04:05:10.849Z Compiling nextest-metadata v0.12.2
7062026-05-11T04:05:11.348Z Compiling toml v1.1.2+spec-1.1.0
7072026-05-11T04:05:11.555Z Compiling newtype-uuid v1.3.2
7082026-05-11T04:05:11.747Z Compiling reqwest v0.12.28
7092026-05-11T04:05:12.426Z Compiling rand_chacha v0.9.0
7102026-05-11T04:05:12.556Z Compiling futures v0.3.32
7112026-05-11T04:05:12.644Z Compiling digest v0.10.7
7122026-05-11T04:05:12.813Z Compiling derive_more v2.1.1
7132026-05-11T04:05:12.879Z Compiling parking_lot v0.12.5
7142026-05-11T04:05:12.893Z Compiling flate2 v1.1.9
7152026-05-11T04:05:12.982Z Compiling tracing-error v0.2.1
7162026-05-11T04:05:13.216Z Compiling shared_child v1.1.1
7172026-05-11T04:05:13.766Z Compiling signal-hook-mio v0.2.5
7182026-05-11T04:05:13.799Z Compiling self-replace v1.5.0
7192026-05-11T04:05:13.895Z Compiling cargo-platform v0.2.0
7202026-05-11T04:05:14.084Z Compiling quick-xml v0.38.4
7212026-05-11T04:05:14.450Z Compiling quick-xml v0.37.5
7222026-05-11T04:05:14.792Z Compiling urlencoding v2.1.3
7232026-05-11T04:05:14.869Z Compiling cpufeatures v0.2.17
7242026-05-11T04:05:14.945Z Compiling recursion v0.5.4
7252026-05-11T04:05:15.030Z Compiling indenter v0.3.4
7262026-05-11T04:05:15.083Z Compiling strsim v0.11.1
7272026-05-11T04:05:15.435Z Compiling shell-words v1.1.1
7282026-05-11T04:05:15.665Z Compiling humantime v2.3.0
7292026-05-11T04:05:15.680Z Compiling clap_lex v1.1.0
7302026-05-11T04:05:15.908Z Compiling heck v0.5.0
7312026-05-11T04:05:15.972Z Compiling humantime-serde v1.1.1
7322026-05-11T04:05:16.030Z Compiling clap_builder v4.6.0
7332026-05-11T04:05:16.090Z Compiling nextest-filtering v0.15.0
7342026-05-11T04:05:16.109Z Compiling clap_derive v4.6.1
7352026-05-11T04:05:16.553Z Compiling sha2 v0.10.9
7362026-05-11T04:05:17.763Z Compiling quick-junit v0.5.2
7372026-05-11T04:05:17.861Z Compiling atomicwrites v0.4.4
7382026-05-11T04:05:18.143Z Compiling cargo_metadata v0.20.0
7392026-05-11T04:05:20.024Z Compiling crossterm v0.29.0
7402026-05-11T04:05:20.847Z Compiling cargo-nextest v0.9.97
7412026-05-11T04:05:21.989Z Compiling duct v0.13.7
7422026-05-11T04:05:22.233Z Compiling zstd v0.13.3
7432026-05-11T04:05:22.655Z Compiling async-scoped v0.9.0
7442026-05-11T04:05:22.701Z Compiling rand v0.9.4
7452026-05-11T04:05:22.746Z Compiling config v0.15.22
7462026-05-11T04:05:22.846Z Compiling unicode-normalization v0.1.25
7472026-05-11T04:05:23.211Z Compiling target-spec-miette v0.4.6
7482026-05-11T04:05:23.244Z Compiling future-queue v0.4.0
7492026-05-11T04:05:23.426Z Compiling mukti-metadata v0.3.0
7502026-05-11T04:05:23.446Z Compiling tokio-stream v0.1.18
7512026-05-11T04:05:23.514Z Compiling camino-tempfile v1.4.1
7522026-05-11T04:05:23.618Z Compiling derive-where v1.6.1
7532026-05-11T04:05:23.760Z Compiling serde_path_to_error v0.1.20
7542026-05-11T04:05:23.902Z Compiling serde_ignored v0.1.14
7552026-05-11T04:05:23.962Z Compiling hex v0.4.3
7562026-05-11T04:05:24.072Z Compiling indent_write v2.2.0
7572026-05-11T04:05:24.123Z Compiling xxhash-rust v0.8.15
7582026-05-11T04:05:24.196Z Compiling swrite v0.1.0
7592026-05-11T04:05:24.224Z Compiling home v0.5.12
7602026-05-11T04:05:24.243Z Compiling color-eyre v0.6.5
7612026-05-11T04:05:24.313Z Compiling clap v4.6.1
7622026-05-11T04:05:24.328Z Compiling dialoguer v0.11.0
7632026-05-11T04:05:24.387Z Compiling enable-ansi-support v0.2.1
7642026-05-11T04:05:24.870Z Compiling nextest-runner v0.80.0
7652026-05-11T04:05:43.078Z Finished `release` profile [optimized] target(s) in 1m 09s
7662026-05-11T04:05:43.265Z Installing /home/build/.cargo/bin/cargo-nextest
7672026-05-11T04:05:43.270Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7682026-05-11T04:05:43.386Z+ banner bfd
7692026-05-11T04:05:43.389Z
7702026-05-11T04:05:43.389Z ##### ###### #####
7712026-05-11T04:05:43.389Z # # # # #
7722026-05-11T04:05:43.389Z ##### ##### # #
7732026-05-11T04:05:43.389Z # # # # #
7742026-05-11T04:05:43.389Z # # # # #
7752026-05-11T04:05:43.389Z ##### # #####
7762026-05-11T04:05:43.389Z
7772026-05-11T04:05:43.389Z+ cargo nextest run -p bfd --nocapture
7782026-05-11T04:05:43.547Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-05-11T04:05:44.157ZFrom https://github.com/oxidecomputer/falcon
7802026-05-11T04:05:44.157Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7812026-05-11T04:05:44.232Z Updating crates.io index
7822026-05-11T04:05:44.235Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-05-11T04:05:44.956ZFrom https://github.com/oxidecomputer/dendrite
7842026-05-11T04:05:44.956Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-05-11T04:05:45.027Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-05-11T04:05:45.321ZFrom https://github.com/oxidecomputer/ispf
7872026-05-11T04:05:45.321Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-05-11T04:05:45.434Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-05-11T04:05:45.791ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-05-11T04:05:45.791Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7912026-05-11T04:05:45.799Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-05-11T04:05:51.410ZFrom https://github.com/oxidecomputer/omicron
7932026-05-11T04:05:51.410Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7942026-05-11T04:05:51.813Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-05-11T04:05:52.406ZFrom https://github.com/oxidecomputer/opte
7962026-05-11T04:05:52.406Z * [new ref] bae0440c199b3908c12903a9532854936353433b -> refs/commit/bae0440c199b3908c12903a9532854936353433b
7972026-05-11T04:05:52.437Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-05-11T04:05:52.690ZFrom https://github.com/illumos/smf-rs
7992026-05-11T04:05:52.690Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-05-11T04:05:53.097Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8012026-05-11T04:05:53.391ZFrom https://github.com/oxidecomputer/poptrie
8022026-05-11T04:05:53.391Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8032026-05-11T04:05:53.399Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8042026-05-11T04:05:53.678ZFrom https://github.com/oxidecomputer/network-interface
8052026-05-11T04:05:53.678Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8062026-05-11T04:05:53.695Z Updating git repository `https://github.com/oxidecomputer/zone`
8072026-05-11T04:05:53.954ZFrom https://github.com/oxidecomputer/zone
8082026-05-11T04:05:53.954Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8092026-05-11T04:05:53.983Z Updating git repository `https://github.com/oxidecomputer/propolis`
8102026-05-11T04:05:54.575ZFrom https://github.com/oxidecomputer/propolis
8112026-05-11T04:05:54.575Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8122026-05-11T04:05:54.636Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8132026-05-11T04:05:55.116ZFrom https://github.com/oxidecomputer/transceiver-control
8142026-05-11T04:05:55.116Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8152026-05-11T04:05:55.181Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8162026-05-11T04:05:55.445ZFrom https://github.com/oxidecomputer/dlpi-sys
8172026-05-11T04:05:55.445Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8182026-05-11T04:05:55.461Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192026-05-11T04:05:55.739ZFrom https://github.com/jmesmon/rust-libzfs
8202026-05-11T04:05:55.739Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8212026-05-11T04:05:55.746Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222026-05-11T04:05:56.011ZFrom https://github.com/oxidecomputer/rusty-doors
8232026-05-11T04:05:56.011Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8242026-05-11T04:05:56.019Z Updating git repository `https://github.com/oxidecomputer/lldp`
8252026-05-11T04:05:56.330ZFrom https://github.com/oxidecomputer/lldp
8262026-05-11T04:05:56.330Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8272026-05-11T04:05:56.392Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8282026-05-11T04:05:56.651ZFrom https://github.com/oxidecomputer/slog-error-chain
8292026-05-11T04:05:56.651Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8302026-05-11T04:05:56.786Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8312026-05-11T04:05:57.081ZFrom https://github.com/oxidecomputer/tufaceous
8322026-05-11T04:05:57.081Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8332026-05-11T04:05:57.114Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8342026-05-11T04:05:57.566ZFrom https://github.com/oxidecomputer/management-gateway-service
8352026-05-11T04:05:57.566Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8362026-05-11T04:05:57.647Z Updating git repository `https://github.com/oxidecomputer/crucible`
8372026-05-11T04:05:58.748ZFrom https://github.com/oxidecomputer/crucible
8382026-05-11T04:05:58.748Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8392026-05-11T04:05:58.930Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8402026-05-11T04:05:59.206ZFrom https://github.com/oxidecomputer/serde_human_bytes
8412026-05-11T04:05:59.206Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8422026-05-11T04:05:59.226Z Updating git repository `https://github.com/oxidecomputer/propolis`
8432026-05-11T04:05:59.634ZFrom https://github.com/oxidecomputer/propolis
8442026-05-11T04:05:59.634Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8452026-05-11T04:06:00.039Z Updating git repository `https://github.com/oxidecomputer/tofino`
8462026-05-11T04:06:00.340ZFrom https://github.com/oxidecomputer/tofino
8472026-05-11T04:06:00.341Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8482026-05-11T04:06:00.347Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8492026-05-11T04:06:00.865ZFrom https://github.com/oxidecomputer/maghemite
8502026-05-11T04:06:00.865Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8512026-05-11T04:06:00.913Z Updating git repository `https://github.com/oxidecomputer/clickward`
8522026-05-11T04:06:01.192ZFrom https://github.com/oxidecomputer/clickward
8532026-05-11T04:06:01.192Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8542026-05-11T04:06:01.246Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-05-11T04:06:01.698ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-05-11T04:06:01.698Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-05-11T04:06:01.932Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-05-11T04:06:02.487ZFrom https://github.com/oxidecomputer/crucible
8592026-05-11T04:06:02.487Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8602026-05-11T04:06:03.601Z Downloading crates ...
8612026-05-11T04:06:03.704Z Downloaded backoff v0.4.0
8622026-05-11T04:06:03.707Z Downloaded allocator-api2 v0.2.21
8632026-05-11T04:06:03.711Z Downloaded crossbeam-utils v0.8.21
8642026-05-11T04:06:03.714Z Downloaded darling_macro v0.23.0
8652026-05-11T04:06:03.718Z Downloaded chacha20 v0.9.1
8662026-05-11T04:06:03.718Z Downloaded fastrand v2.3.0
8672026-05-11T04:06:03.718Z Downloaded embedded-io v0.4.0
8682026-05-11T04:06:03.722Z Downloaded backon v1.6.0
8692026-05-11T04:06:03.722Z Downloaded aead v0.5.2
8702026-05-11T04:06:03.725Z Downloaded foreign-types v0.5.0
8712026-05-11T04:06:03.731Z Downloaded colored v3.1.1
8722026-05-11T04:06:03.734Z Downloaded glob v0.3.3
8732026-05-11T04:06:03.736Z Downloaded crossbeam-deque v0.8.6
8742026-05-11T04:06:03.736Z Downloaded base16ct v1.0.0
8752026-05-11T04:06:03.739Z Downloaded fs-err v3.3.0
8762026-05-11T04:06:03.742Z Downloaded csv-core v0.1.13
8772026-05-11T04:06:03.742Z Downloaded cobs v0.3.0
8782026-05-11T04:06:03.744Z Downloaded defmt-parser v1.0.0
8792026-05-11T04:06:03.744Z Downloaded drift v0.1.3
8802026-05-11T04:06:03.748Z Downloaded elliptic-curve v0.13.8
8812026-05-11T04:06:03.754Z Downloaded cpufeatures v0.3.0
8822026-05-11T04:06:03.756Z Downloaded async-stream v0.3.6
8832026-05-11T04:06:03.760Z Downloaded diff v0.1.13
8842026-05-11T04:06:03.763Z Downloaded dyn-clone v1.0.20
8852026-05-11T04:06:03.765Z Downloaded cstr-argument v0.1.2
8862026-05-11T04:06:03.768Z Downloaded cookie v0.18.1
8872026-05-11T04:06:03.771Z Downloaded icu_properties_data v2.1.2
8882026-05-11T04:06:03.774Z Downloaded hashbrown v0.12.3
8892026-05-11T04:06:03.777Z Downloaded constant_time_eq v0.4.2
8902026-05-11T04:06:03.780Z Downloaded const-random-macro v0.1.16
8912026-05-11T04:06:03.783Z Downloaded bcs v0.1.6
8922026-05-11T04:06:03.783Z Downloaded iri-string v0.7.12
8932026-05-11T04:06:03.787Z Downloaded keccak v0.1.6
8942026-05-11T04:06:03.790Z Downloaded goblin v0.8.2
8952026-05-11T04:06:03.793Z Downloaded httpdate v1.0.3
8962026-05-11T04:06:03.796Z Downloaded darling v0.21.3
8972026-05-11T04:06:03.799Z Downloaded crossbeam-epoch v0.9.18
8982026-05-11T04:06:03.799Z Downloaded async-stream-impl v0.3.6
8992026-05-11T04:06:03.802Z Downloaded match_cfg v0.1.0
9002026-05-11T04:06:03.802Z Downloaded darling_macro v0.21.3
9012026-05-11T04:06:03.805Z Downloaded arrayref v0.3.9
9022026-05-11T04:06:03.805Z Downloaded blake2 v0.10.6
9032026-05-11T04:06:03.817Z Downloaded mime v0.3.17
9042026-05-11T04:06:03.818Z Downloaded dtrace-parser v0.2.0
9052026-05-11T04:06:03.823Z Downloaded hubpack_derive v0.1.1
9062026-05-11T04:06:03.823Z Downloaded hash32 v0.3.1
9072026-05-11T04:06:03.823Z Downloaded natord v1.0.9
9082026-05-11T04:06:03.823Z Downloaded crucible-workspace-hack v0.1.0
9092026-05-11T04:06:03.823Z Downloaded num-derive v0.3.3
9102026-05-11T04:06:03.823Z Downloaded memmap v0.7.0
9112026-05-11T04:06:03.823Z Downloaded lru-cache v0.1.2
9122026-05-11T04:06:03.824Z Downloaded cipher v0.4.4
9132026-05-11T04:06:03.824Z Downloaded derive-ex v0.1.8
9142026-05-11T04:06:03.824Z Downloaded defmt v1.0.1
9152026-05-11T04:06:03.828Z Downloaded newline-converter v0.3.0
9162026-05-11T04:06:03.828Z Downloaded is-terminal v0.4.17
9172026-05-11T04:06:03.828Z Downloaded fixedbitset v0.4.2
9182026-05-11T04:06:03.831Z Downloaded libscf-sys v1.1.0
9192026-05-11T04:06:03.831Z Downloaded compression-core v0.4.31
9202026-05-11T04:06:03.831Z Downloaded const_format v0.2.35
9212026-05-11T04:06:03.833Z Downloaded num-iter v0.1.45
9222026-05-11T04:06:03.836Z Downloaded dtrace-parser v0.3.0
9232026-05-11T04:06:03.836Z Downloaded group v0.13.0
9242026-05-11T04:06:03.839Z Downloaded num_threads v0.1.7
9252026-05-11T04:06:03.839Z Downloaded num-derive v0.4.2
9262026-05-11T04:06:03.839Z Downloaded crunchy v0.2.4
9272026-05-11T04:06:03.842Z Downloaded bit-vec v0.8.0
9282026-05-11T04:06:03.842Z Downloaded hubpack v0.1.2
9292026-05-11T04:06:03.845Z Downloaded data-encoding v2.10.0
9302026-05-11T04:06:03.845Z Downloaded daft-derive v0.1.5
9312026-05-11T04:06:03.848Z Downloaded inout v0.1.4
9322026-05-11T04:06:03.851Z Downloaded compression-codecs v0.4.37
9332026-05-11T04:06:03.855Z Downloaded newtype-uuid-macros v0.1.0
9342026-05-11T04:06:03.855Z Downloaded linked-hash-map v0.5.6
9352026-05-11T04:06:03.855Z Downloaded instant v0.1.13
9362026-05-11T04:06:03.858Z Downloaded opaque-debug v0.3.1
9372026-05-11T04:06:03.858Z Downloaded managed v0.8.0
9382026-05-11T04:06:03.858Z Downloaded idna_adapter v1.2.1
9392026-05-11T04:06:03.861Z Downloaded no-std-compat v0.4.1
9402026-05-11T04:06:03.861Z Downloaded anyhow v1.0.102
9412026-05-11T04:06:03.864Z Downloaded deranged v0.5.8
9422026-05-11T04:06:03.864Z Downloaded heck v0.4.1
9432026-05-11T04:06:03.867Z Downloaded defmt v0.3.100
9442026-05-11T04:06:03.867Z Downloaded git-stub v1.0.0
9452026-05-11T04:06:03.871Z Downloaded foreign-types-shared v0.3.1
9462026-05-11T04:06:03.871Z Downloaded arrayvec v0.7.6
9472026-05-11T04:06:03.871Z Downloaded float-ord v0.3.2
9482026-05-11T04:06:03.874Z Downloaded async-recursion v1.1.1
9492026-05-11T04:06:03.874Z Downloaded parse-display v0.10.0
9502026-05-11T04:06:03.877Z Downloaded macaddr v1.0.1
9512026-05-11T04:06:03.877Z Downloaded internet-checksum v0.2.1
9522026-05-11T04:06:03.877Z Downloaded hostname v0.4.2
9532026-05-11T04:06:03.880Z Downloaded num-conv v0.2.1
9542026-05-11T04:06:03.880Z Downloaded convert_case v0.4.0
9552026-05-11T04:06:03.880Z Downloaded dropshot-api-manager-types v0.7.0
9562026-05-11T04:06:03.883Z Downloaded critical-section v1.2.0
9572026-05-11T04:06:03.883Z Downloaded linear-map v1.2.0
9582026-05-11T04:06:03.886Z Downloaded memoffset v0.9.1
9592026-05-11T04:06:03.886Z Downloaded dunce v1.0.5
9602026-05-11T04:06:03.886Z Downloaded num-complex v0.4.6
9612026-05-11T04:06:03.890Z Downloaded num_enum v0.5.11
9622026-05-11T04:06:03.892Z Downloaded num-integer v0.1.46
9632026-05-11T04:06:03.892Z Downloaded ipnetwork v0.21.1
9642026-05-11T04:06:03.895Z Downloaded embedded-io v0.6.1
9652026-05-11T04:06:03.895Z Downloaded defmt-macros v1.0.1
9662026-05-11T04:06:03.898Z Downloaded byteorder v1.5.0
9672026-05-11T04:06:03.898Z Downloaded num v0.4.3
9682026-05-11T04:06:03.901Z Downloaded gethostname v0.5.0
9692026-05-11T04:06:03.901Z Downloaded oxide-tokio-rt v0.1.4
9702026-05-11T04:06:03.904Z Downloaded num_enum_derive v0.5.11
9712026-05-11T04:06:03.904Z Downloaded newtype_derive v0.1.6
9722026-05-11T04:06:03.904Z Downloaded ident_case v1.0.1
9732026-05-11T04:06:03.907Z Downloaded bitflags v2.11.0
9742026-05-11T04:06:03.910Z Downloaded daft v0.1.5
9752026-05-11T04:06:03.910Z Downloaded dropshot_endpoint v0.17.0
9762026-05-11T04:06:03.913Z Downloaded phf_shared v0.12.1
9772026-05-11T04:06:03.913Z Downloaded hyper-rustls v0.27.7
9782026-05-11T04:06:03.916Z Downloaded omicron-workspace-hack v0.1.0
9792026-05-11T04:06:03.916Z Downloaded displaydoc v0.2.5
9802026-05-11T04:06:03.919Z Downloaded pretty-hex v0.4.2
9812026-05-11T04:06:03.919Z Downloaded plain v0.2.3
9822026-05-11T04:06:03.919Z Downloaded libsw v3.5.0
9832026-05-11T04:06:03.922Z Downloaded ff v0.13.1
9842026-05-11T04:06:03.922Z Downloaded dof v0.4.0
9852026-05-11T04:06:03.925Z Downloaded const_format_proc_macros v0.2.34
9862026-05-11T04:06:03.925Z Downloaded oxnet v0.1.4
9872026-05-11T04:06:03.928Z Downloaded async-trait v0.1.89
9882026-05-11T04:06:03.928Z Downloaded highway v1.3.0
9892026-05-11T04:06:03.931Z Downloaded bitflags v1.3.2
9902026-05-11T04:06:03.931Z Downloaded progenitor-client v0.14.0
9912026-05-11T04:06:03.934Z Downloaded enum-as-inner v0.6.1
9922026-05-11T04:06:03.934Z Downloaded hmac v0.12.1
9932026-05-11T04:06:03.937Z Downloaded progenitor-client v0.10.0
9942026-05-11T04:06:03.937Z Downloaded proc-macro-error-attr2 v2.0.0
9952026-05-11T04:06:03.937Z Downloaded cancel-safe-futures v0.1.5
9962026-05-11T04:06:03.940Z Downloaded cargo_toml v0.22.3
9972026-05-11T04:06:03.940Z Downloaded proc-macro-error-attr v1.0.4
9982026-05-11T04:06:03.944Z Downloaded proc-macro-crate v1.3.1
9992026-05-11T04:06:03.944Z Downloaded olpc-cjson v0.1.4
10002026-05-11T04:06:03.944Z Downloaded progenitor-macro v0.11.2
10012026-05-11T04:06:03.946Z Downloaded progenitor-macro v0.10.0
10022026-05-11T04:06:03.946Z Downloaded pin-project-internal v1.1.11
10032026-05-11T04:06:03.946Z Downloaded pem v3.0.6
10042026-05-11T04:06:03.949Z Downloaded paste v1.0.15
10052026-05-11T04:06:03.949Z Downloaded parse-display-derive v0.10.0
10062026-05-11T04:06:03.952Z Downloaded num_enum_derive v0.7.6
10072026-05-11T04:06:03.952Z Downloaded progenitor-macro v0.13.0
10082026-05-11T04:06:03.955Z Downloaded omicron-zone-package v0.12.2
10092026-05-11T04:06:03.955Z Downloaded progenitor-client v0.11.2
10102026-05-11T04:06:03.958Z Downloaded memmap2 v0.9.10
10112026-05-11T04:06:03.958Z Downloaded libsw-core v0.3.2
10122026-05-11T04:06:03.958Z Downloaded ingot v0.1.1
10132026-05-11T04:06:03.961Z Downloaded powerfmt v0.2.0
10142026-05-11T04:06:03.961Z Downloaded potential_utf v0.1.4
10152026-05-11T04:06:03.964Z Downloaded num_enum v0.7.6
10162026-05-11T04:06:03.964Z Downloaded fs_extra v1.3.0
10172026-05-11T04:06:03.967Z Downloaded dropshot_endpoint v0.16.7
10182026-05-11T04:06:03.970Z Downloaded quick-error v1.2.3
10192026-05-11T04:06:03.970Z Downloaded phf v0.12.1
10202026-05-11T04:06:03.970Z Downloaded parking_lot_core v0.8.6
10212026-05-11T04:06:03.973Z Downloaded icu_provider v2.1.1
10222026-05-11T04:06:03.973Z Downloaded proc-macro-crate v3.5.0
10232026-05-11T04:06:03.977Z Downloaded rand_xorshift v0.4.0
10242026-05-11T04:06:03.977Z Downloaded multer v3.1.0
10252026-05-11T04:06:03.981Z Downloaded half v2.7.1
10262026-05-11T04:06:03.982Z Downloaded foldhash v0.2.0
10272026-05-11T04:06:03.982Z Downloaded byte-wrapper v0.1.0
10282026-05-11T04:06:03.985Z Downloaded rustc_version v0.1.7
10292026-05-11T04:06:03.985Z Downloaded ref-cast-impl v1.0.25
10302026-05-11T04:06:03.985Z Downloaded rand_chacha v0.3.1
10312026-05-11T04:06:03.985Z Downloaded password-hash v0.5.0
10322026-05-11T04:06:03.989Z Downloaded git-stub-vcs v0.1.0
10332026-05-11T04:06:03.989Z Downloaded proc-macro-error v1.0.4
10342026-05-11T04:06:03.989Z Downloaded ref-cast v1.0.25
10352026-05-11T04:06:03.992Z Downloaded poly1305 v0.8.0
10362026-05-11T04:06:03.992Z Downloaded filetime v0.2.27
10372026-05-11T04:06:03.996Z Downloaded cmake v0.1.58
10382026-05-11T04:06:03.996Z Downloaded clap_derive v4.6.0
10392026-05-11T04:06:04.000Z Downloaded foreign-types-macros v0.2.3
10402026-05-11T04:06:04.000Z Downloaded serde-big-array v0.5.1
10412026-05-11T04:06:04.000Z Downloaded erased-serde v0.3.31
10422026-05-11T04:06:04.003Z Downloaded fxhash v0.2.1
10432026-05-11T04:06:04.003Z Downloaded ciborium-io v0.2.2
10442026-05-11T04:06:04.003Z Downloaded bit-set v0.8.0
10452026-05-11T04:06:04.003Z Downloaded bytecount v0.6.9
10462026-05-11T04:06:04.003Z Downloaded progenitor v0.13.0
10472026-05-11T04:06:04.006Z Downloaded parking_lot v0.11.2
10482026-05-11T04:06:04.006Z Downloaded darling v0.23.0
10492026-05-11T04:06:04.009Z Downloaded scroll_derive v0.12.1
10502026-05-11T04:06:04.012Z Downloaded argon2 v0.5.3
10512026-05-11T04:06:04.012Z Downloaded progenitor-macro v0.14.0
10522026-05-11T04:06:04.012Z Downloaded darling_core v0.23.0
10532026-05-11T04:06:04.015Z Downloaded same-file v1.0.6
10542026-05-11T04:06:04.015Z Downloaded pkg-config v0.3.32
10552026-05-11T04:06:04.018Z Downloaded hostname v0.3.1
10562026-05-11T04:06:04.018Z Downloaded crc8 v0.1.1
10572026-05-11T04:06:04.022Z Downloaded const-random v0.1.18
10582026-05-11T04:06:04.022Z Downloaded serde_spanned v1.1.0
10592026-05-11T04:06:04.023Z Downloaded secrecy v0.10.3
10602026-05-11T04:06:04.023Z Downloaded scroll_derive v0.13.1
10612026-05-11T04:06:04.026Z Downloaded dof v0.3.0
10622026-05-11T04:06:04.026Z Downloaded serial_test v3.4.0
10632026-05-11T04:06:04.026Z Downloaded serial_test_derive v3.4.0
10642026-05-11T04:06:04.026Z Downloaded base16ct v0.2.0
10652026-05-11T04:06:04.026Z Downloaded semver v0.1.20
10662026-05-11T04:06:04.028Z Downloaded console v0.16.3
10672026-05-11T04:06:04.028Z Downloaded siphasher v1.0.2
10682026-05-11T04:06:04.029Z Downloaded sha1 v0.10.6
10692026-05-11T04:06:04.032Z Downloaded serde_plain v1.0.2
10702026-05-11T04:06:04.032Z Downloaded progenitor-client v0.13.0
10712026-05-11T04:06:04.032Z Downloaded num-rational v0.4.2
10722026-05-11T04:06:04.035Z Downloaded progenitor-extras v0.1.1
10732026-05-11T04:06:04.035Z Downloaded progenitor v0.11.2
10742026-05-11T04:06:04.035Z Downloaded proc-macro-error2 v2.0.1
10752026-05-11T04:06:04.038Z Downloaded ingot-macros v0.1.1
10762026-05-11T04:06:04.038Z Downloaded chacha20poly1305 v0.10.1
10772026-05-11T04:06:04.041Z Downloaded ciborium-ll v0.2.2
10782026-05-11T04:06:04.041Z Downloaded ciborium v0.2.2
10792026-05-11T04:06:04.044Z Downloaded spin v0.5.2
10802026-05-11T04:06:04.047Z Downloaded ingot-types v0.1.2
10812026-05-11T04:06:04.047Z Downloaded derive_more v0.99.20
10822026-05-11T04:06:04.050Z Downloaded sigpipe v0.1.3
10832026-05-11T04:06:04.050Z Downloaded litemap v0.8.1
10842026-05-11T04:06:04.053Z Downloaded clap v4.6.0
10852026-05-11T04:06:04.056Z Downloaded slog-envlogger v2.2.0
10862026-05-11T04:06:04.061Z Downloaded slog-bunyan v2.5.0
10872026-05-11T04:06:04.061Z Downloaded rand_core v0.10.0
10882026-05-11T04:06:04.063Z Downloaded progenitor v0.14.0
10892026-05-11T04:06:04.063Z Downloaded tabwriter v1.4.1
10902026-05-11T04:06:04.063Z Downloaded strum v0.26.3
10912026-05-11T04:06:04.063Z Downloaded sdd v3.0.10
10922026-05-11T04:06:04.066Z Downloaded thiserror-impl-no-std v2.0.2
10932026-05-11T04:06:04.066Z Downloaded structmeta-derive v0.3.0
10942026-05-11T04:06:04.066Z Downloaded strum v0.27.2
10952026-05-11T04:06:04.066Z Downloaded pest_derive v2.8.6
10962026-05-11T04:06:04.069Z Downloaded testing_table v0.3.0
10972026-05-11T04:06:04.069Z Downloaded take_mut v0.2.2
10982026-05-11T04:06:04.069Z Downloaded termtree v0.5.1
10992026-05-11T04:06:04.072Z Downloaded tagptr v0.2.0
11002026-05-11T04:06:04.072Z Downloaded stable_deref_trait v1.2.1
11012026-05-11T04:06:04.072Z Downloaded rusty-fork v0.3.1
11022026-05-11T04:06:04.072Z Downloaded structmeta v0.3.0
11032026-05-11T04:06:04.075Z Downloaded smawk v0.3.2
11042026-05-11T04:06:04.076Z Downloaded schemars_derive v0.8.22
11052026-05-11T04:06:04.076Z Downloaded postcard v1.1.3
11062026-05-11T04:06:04.079Z Downloaded chacha20 v0.10.0
11072026-05-11T04:06:04.079Z Downloaded papergrid v0.17.0
11082026-05-11T04:06:04.083Z Downloaded thread-id v4.2.2
11092026-05-11T04:06:04.089Z Downloaded scroll v0.12.0
11102026-05-11T04:06:04.092Z Downloaded rustls-native-certs v0.8.3
11112026-05-11T04:06:04.092Z Downloaded progenitor v0.10.0
11122026-05-11T04:06:04.095Z Downloaded serde_repr v0.1.20
11132026-05-11T04:06:04.095Z Downloaded scroll v0.13.0
11142026-05-11T04:06:04.095Z Downloaded rustversion v1.0.22
11152026-05-11T04:06:04.098Z Downloaded rustls-pemfile v2.2.0
11162026-05-11T04:06:04.098Z Downloaded thread-id v5.1.0
11172026-05-11T04:06:04.100Z Downloaded pest_generator v2.8.6
11182026-05-11T04:06:04.104Z Downloaded slog-stdlog v4.1.1
11192026-05-11T04:06:04.107Z Downloaded serde_tokenstream v0.2.3
11202026-05-11T04:06:04.107Z Downloaded time-core v0.1.8
11212026-05-11T04:06:04.107Z Downloaded slog-scope v4.4.1
11222026-05-11T04:06:04.110Z Downloaded slog-async v2.8.0
11232026-05-11T04:06:04.110Z Downloaded indexmap v1.9.3
11242026-05-11T04:06:04.113Z Downloaded snafu-derive v0.8.9
11252026-05-11T04:06:04.116Z Downloaded pest_meta v2.8.6
11262026-05-11T04:06:04.116Z Downloaded heapless v0.8.0
11272026-05-11T04:06:04.119Z Downloaded papergrid v0.11.0
11282026-05-11T04:06:04.122Z Downloaded smf v0.2.3
11292026-05-11T04:06:04.128Z Downloaded tabled_derive v0.11.0
11302026-05-11T04:06:04.131Z Downloaded crypto-bigint v0.5.5
11312026-05-11T04:06:04.136Z Downloaded thiserror-no-std v2.0.2
11322026-05-11T04:06:04.139Z Downloaded darling_core v0.21.3
11332026-05-11T04:06:04.142Z Downloaded slog-term v2.9.2
11342026-05-11T04:06:04.145Z Downloaded slog-json v2.6.1
11352026-05-11T04:06:04.145Z Downloaded slog-dtrace v0.3.0
11362026-05-11T04:06:04.145Z Downloaded resolv-conf v0.7.6
11372026-05-11T04:06:04.148Z Downloaded pin-project v1.1.11
11382026-05-11T04:06:04.156Z Downloaded typify-macro v0.6.2
11392026-05-11T04:06:04.159Z Downloaded usdt v0.6.0
11402026-05-11T04:06:04.159Z Downloaded topological-sort v0.2.2
11412026-05-11T04:06:04.159Z Downloaded base64 v0.21.7
11422026-05-11T04:06:04.159Z Downloaded untrusted v0.7.1
11432026-05-11T04:06:04.159Z Downloaded progenitor-impl v0.10.0
11442026-05-11T04:06:04.159Z Downloaded strum_macros v0.26.4
11452026-05-11T04:06:04.162Z Downloaded typify-macro v0.4.3
11462026-05-11T04:06:04.166Z Downloaded utf-8 v0.7.6
11472026-05-11T04:06:04.166Z Downloaded usdt-attr-macro v0.6.0
11482026-05-11T04:06:04.166Z Downloaded unit-prefix v0.5.2
11492026-05-11T04:06:04.166Z Downloaded usdt-attr-macro v0.5.0
11502026-05-11T04:06:04.166Z Downloaded indicatif v0.18.4
11512026-05-11T04:06:04.169Z Downloaded tiny-keccak v2.0.2
11522026-05-11T04:06:04.173Z Downloaded icu_properties v2.1.2
11532026-05-11T04:06:04.176Z Downloaded tinystr v0.8.2
11542026-05-11T04:06:04.176Z Downloaded smartstring v1.0.1
11552026-05-11T04:06:04.176Z Downloaded tabled_derive v0.7.0
11562026-05-11T04:06:04.176Z Downloaded rhai_codegen v3.1.0
11572026-05-11T04:06:04.179Z Downloaded zone_cfg_derive v0.3.1
11582026-05-11T04:06:04.182Z Downloaded serde_derive_internals v0.29.1
11592026-05-11T04:06:04.182Z Downloaded crossbeam-channel v0.5.15
11602026-05-11T04:06:04.185Z Downloaded wait-timeout v0.2.1
11612026-05-11T04:06:04.185Z Downloaded universal-hash v0.5.1
11622026-05-11T04:06:04.185Z Downloaded usdt-macro v0.5.0
11632026-05-11T04:06:04.188Z Downloaded unarray v0.1.4
11642026-05-11T04:06:04.188Z Downloaded zerofrom-derive v0.1.6
11652026-05-11T04:06:04.188Z Downloaded zerofrom v0.1.6
11662026-05-11T04:06:04.188Z Downloaded usdt-macro v0.6.0
11672026-05-11T04:06:04.192Z Downloaded yoke-derive v0.8.1
11682026-05-11T04:06:04.195Z Downloaded icu_normalizer_data v2.1.1
11692026-05-11T04:06:04.198Z Downloaded serde_with_macros v3.18.0
11702026-05-11T04:06:04.201Z Downloaded waitgroup v0.1.2
11712026-05-11T04:06:04.201Z Downloaded tokio-rustls v0.25.0
11722026-05-11T04:06:04.204Z Downloaded tokio-dtrace v0.1.1
11732026-05-11T04:06:04.204Z Downloaded zone v0.3.1
11742026-05-11T04:06:04.204Z Downloaded time-macros v0.2.27
11752026-05-11T04:06:04.207Z Downloaded progenitor-impl v0.13.0
11762026-05-11T04:06:04.207Z Downloaded hickory-resolver v0.25.2
11772026-05-11T04:06:04.210Z Downloaded thin-vec v0.2.14
11782026-05-11T04:06:04.210Z Downloaded icu_normalizer v2.1.1
11792026-05-11T04:06:04.213Z Downloaded icu_locale_core v2.1.1
11802026-05-11T04:06:04.217Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11812026-05-11T04:06:04.218Z Downloaded openssl-sys v0.9.112
11822026-05-11T04:06:04.220Z Downloaded progenitor-impl v0.11.2
11832026-05-11T04:06:04.221Z Downloaded arc-swap v1.9.0
11842026-05-11T04:06:04.223Z Downloaded usdt v0.5.0
11852026-05-11T04:06:04.223Z Downloaded term v1.2.1
11862026-05-11T04:06:04.224Z Downloaded toml_writer v1.1.0+spec-1.1.0
11872026-05-11T04:06:04.226Z Downloaded slog v2.8.2
11882026-05-11T04:06:04.226Z Downloaded synstructure v0.13.2
11892026-05-11T04:06:04.229Z Downloaded minimal-lexical v0.2.1
11902026-05-11T04:06:04.229Z Downloaded dropshot-api-manager v0.7.0
11912026-05-11T04:06:04.232Z Downloaded schemars v0.8.22
11922026-05-11T04:06:04.237Z Downloaded zeroize_derive v1.4.3
11932026-05-11T04:06:04.240Z Downloaded vsss-rs v3.3.4
11942026-05-11T04:06:04.240Z Downloaded pretty_assertions v1.4.1
11952026-05-11T04:06:04.243Z Downloaded hickory-resolver v0.24.4
11962026-05-11T04:06:04.246Z Downloaded prettyplease v0.2.37
11972026-05-11T04:06:04.246Z Downloaded cc v1.2.58
11982026-05-11T04:06:04.249Z Downloaded icu_collections v2.1.1
11992026-05-11T04:06:04.252Z Downloaded rustls-pki-types v1.14.0
12002026-05-11T04:06:04.252Z Downloaded xz2 v0.1.7
12012026-05-11T04:06:04.255Z Downloaded yoke v0.8.1
12022026-05-11T04:06:04.255Z Downloaded progenitor-impl v0.14.0
12032026-05-11T04:06:04.259Z Downloaded whoami v1.6.1
12042026-05-11T04:06:04.259Z Downloaded toml_datetime v1.1.0+spec-1.1.0
12052026-05-11T04:06:04.262Z Downloaded rand v0.8.5
12062026-05-11T04:06:04.265Z Downloaded walkdir v2.5.0
12072026-05-11T04:06:04.265Z Downloaded usdt-impl v0.6.0
12082026-05-11T04:06:04.269Z Downloaded similar v2.7.0
12092026-05-11T04:06:04.272Z Downloaded rayon-core v1.13.0
12102026-05-11T04:06:04.275Z Downloaded toml v1.1.0+spec-1.1.0
12112026-05-11T04:06:04.278Z Downloaded jiff-static v0.2.23
12122026-05-11T04:06:04.278Z Downloaded qorb v0.4.1
12132026-05-11T04:06:04.281Z Downloaded toml_parser v1.1.0+spec-1.1.0
12142026-05-11T04:06:04.281Z Downloaded serde_yaml v0.9.34+deprecated
12152026-05-11T04:06:04.284Z Downloaded usdt-impl v0.5.0
12162026-05-11T04:06:04.287Z Downloaded toml v0.7.8
12172026-05-11T04:06:04.297Z Downloaded typify v0.4.3
12182026-05-11T04:06:04.301Z Downloaded zerovec-derive v0.11.2
12192026-05-11T04:06:04.301Z Downloaded spin v0.9.8
12202026-05-11T04:06:04.302Z Downloaded ucd-trie v0.1.7
12212026-05-11T04:06:04.307Z Downloaded rand v0.9.2
12222026-05-11T04:06:04.307Z Downloaded schemars v0.9.0
12232026-05-11T04:06:04.310Z Downloaded expectorate v1.2.0
12242026-05-11T04:06:04.310Z Downloaded rustls-platform-verifier v0.6.2
12252026-05-11T04:06:04.314Z Downloaded writeable v0.6.2
12262026-05-11T04:06:04.314Z Downloaded unsafe-libyaml v0.2.11
12272026-05-11T04:06:04.317Z Downloaded uuid v1.23.0
12282026-05-11T04:06:04.317Z Downloaded async-compression v0.4.41
12292026-05-11T04:06:04.320Z Downloaded zerocopy-derive v0.7.35
12302026-05-11T04:06:04.323Z Downloaded rustls-webpki v0.103.10
12312026-05-11T04:06:04.326Z Downloaded steno v0.4.1
12322026-05-11T04:06:04.326Z Downloaded test-strategy v0.4.5
12332026-05-11T04:06:04.334Z Downloaded strum_macros v0.27.2
12342026-05-11T04:06:04.339Z Downloaded typenum v1.19.0
12352026-05-11T04:06:04.342Z Downloaded aws-lc-rs v1.16.2
12362026-05-11T04:06:04.346Z Downloaded typify v0.6.2
12372026-05-11T04:06:04.348Z Downloaded tungstenite v0.21.0
12382026-05-11T04:06:04.348Z Downloaded toml v0.9.12+spec-1.1.0
12392026-05-11T04:06:04.351Z Downloaded tokio-tungstenite v0.21.0
12402026-05-11T04:06:04.358Z Downloaded snafu v0.8.9
12412026-05-11T04:06:04.361Z Downloaded schemars v1.2.1
12422026-05-11T04:06:04.369Z Downloaded pest v2.8.6
12432026-05-11T04:06:04.372Z Downloaded h2 v0.4.13
12442026-05-11T04:06:04.376Z Downloaded toml_edit v0.25.8+spec-1.1.0
12452026-05-11T04:06:04.381Z Downloaded itertools v0.12.1
12462026-05-11T04:06:04.384Z Downloaded yansi v1.0.1
12472026-05-11T04:06:04.384Z Downloaded rand v0.10.1
12482026-05-11T04:06:04.409Z Downloaded hashbrown v0.16.1
12492026-05-11T04:06:04.412Z Downloaded typed-path v0.9.3
12502026-05-11T04:06:04.417Z Downloaded zerotrie v0.2.3
12512026-05-11T04:06:04.425Z Downloaded nom v8.0.0
12522026-05-11T04:06:04.436Z Downloaded iddqd v0.3.17
12532026-05-11T04:06:04.439Z Downloaded nom v7.1.3
12542026-05-11T04:06:04.442Z Downloaded toml_edit v0.19.15
12552026-05-11T04:06:04.451Z Downloaded tough v0.20.0
12562026-05-11T04:06:04.455Z Downloaded rayon v1.11.0
12572026-05-11T04:06:04.460Z Downloaded libm v0.2.16
12582026-05-11T04:06:04.465Z Downloaded hashbrown v0.17.0
12592026-05-11T04:06:04.468Z Downloaded tower-http v0.6.8
12602026-05-11T04:06:04.471Z Downloaded zerovec v0.11.5
12612026-05-11T04:06:04.475Z Downloaded zerocopy-derive v0.8.48
12622026-05-11T04:06:04.478Z Downloaded blake3 v1.8.4
12632026-05-11T04:06:04.483Z Downloaded serde_with v3.18.0
12642026-05-11T04:06:04.489Z Downloaded scc v2.4.0
12652026-05-11T04:06:04.492Z Downloaded rustls-webpki v0.102.8
12662026-05-11T04:06:04.503Z Downloaded reqwest v0.13.2
12672026-05-11T04:06:04.505Z Downloaded hkdf v0.12.4
12682026-05-11T04:06:04.538Z Downloaded winnow v0.5.40
12692026-05-11T04:06:04.550Z Downloaded openssl v0.10.76
12702026-05-11T04:06:04.560Z Downloaded time v0.3.47
12712026-05-11T04:06:04.566Z Downloaded proptest v1.11.0
12722026-05-11T04:06:04.571Z Downloaded zerocopy v0.7.35
12732026-05-11T04:06:04.579Z Downloaded syn v1.0.109
12742026-05-11T04:06:04.584Z Downloaded moka v0.12.15
12752026-05-11T04:06:04.590Z Downloaded winnow v1.0.1
12762026-05-11T04:06:04.595Z Downloaded tabled v0.15.0
12772026-05-11T04:06:04.602Z Downloaded goblin v0.10.5
12782026-05-11T04:06:04.608Z Downloaded tabled v0.20.0
12792026-05-11T04:06:04.617Z Downloaded dropshot v0.17.0
12802026-05-11T04:06:04.629Z Downloaded hickory-proto v0.25.2
12812026-05-11T04:06:04.637Z Downloaded webpki-roots v1.0.6
12822026-05-11T04:06:04.640Z Downloaded regress v0.10.5
12832026-05-11T04:06:04.643Z Downloaded dropshot v0.16.7
12842026-05-11T04:06:04.654Z Downloaded rustls v0.23.37
12852026-05-11T04:06:04.660Z Downloaded openapiv3 v2.2.0
12862026-05-11T04:06:04.666Z Downloaded smoltcp v0.11.0
12872026-05-11T04:06:04.672Z Downloaded regress v0.11.1
12882026-05-11T04:06:04.677Z Downloaded rustls v0.22.4
12892026-05-11T04:06:04.684Z Downloaded hickory-proto v0.24.4
12902026-05-11T04:06:04.693Z Downloaded rhai v1.24.0
12912026-05-11T04:06:04.699Z Downloaded nix v0.31.2
12922026-05-11T04:06:04.731Z Downloaded typify-impl v0.6.2
12932026-05-11T04:06:04.742Z Downloaded typify-impl v0.4.3
12942026-05-11T04:06:04.751Z Downloaded sled v0.34.7
12952026-05-11T04:06:04.756Z Downloaded lzma-sys v0.1.20
12962026-05-11T04:06:04.772Z Downloaded jiff v0.2.23
12972026-05-11T04:06:04.808Z Downloaded encoding_rs v0.8.35
12982026-05-11T04:06:04.820Z Downloaded petgraph v0.6.5
12992026-05-11T04:06:04.834Z Downloaded chrono-tz v0.10.4
13002026-05-11T04:06:04.863Z Downloaded csv v1.4.0
13012026-05-11T04:06:04.874Z Downloaded tokio v1.52.1
13022026-05-11T04:06:04.896Z Downloaded sha3 v0.10.8
13032026-05-11T04:06:05.450Z Downloaded aws-lc-sys v0.39.1
13042026-05-11T04:06:06.380Z Compiling proc-macro2 v1.0.106
13052026-05-11T04:06:06.380Z Compiling unicode-ident v1.0.24
13062026-05-11T04:06:06.381Z Compiling quote v1.0.45
13072026-05-11T04:06:06.384Z Compiling serde_core v1.0.228
13082026-05-11T04:06:06.384Z Compiling cfg-if v1.0.4
13092026-05-11T04:06:06.384Z Compiling serde v1.0.228
13102026-05-11T04:06:06.384Z Compiling libc v0.2.186
13112026-05-11T04:06:06.384Z Compiling memchr v2.8.0
13122026-05-11T04:06:06.592Z Compiling itoa v1.0.18
13132026-05-11T04:06:06.775Z Compiling smallvec v1.15.1
13142026-05-11T04:06:06.784Z Compiling zmij v1.0.21
13152026-05-11T04:06:06.848Z Compiling serde_json v1.0.149
13162026-05-11T04:06:06.983Z Compiling autocfg v1.5.0
13172026-05-11T04:06:07.154Z Compiling libm v0.2.16
13182026-05-11T04:06:07.226Z Compiling version_check v0.9.5
13192026-05-11T04:06:07.357Z Compiling stable_deref_trait v1.2.1
13202026-05-11T04:06:07.404Z Compiling pin-project-lite v0.2.17
13212026-05-11T04:06:07.431Z Compiling litemap v0.8.1
13222026-05-11T04:06:07.454Z Compiling writeable v0.6.2
13232026-05-11T04:06:07.479Z Compiling percent-encoding v2.3.2
13242026-05-11T04:06:07.489Z Compiling icu_normalizer_data v2.1.1
13252026-05-11T04:06:07.509Z Compiling icu_properties_data v2.1.2
13262026-05-11T04:06:07.644Z Compiling equivalent v1.0.2
13272026-05-11T04:06:07.672Z Compiling iana-time-zone v0.1.65
13282026-05-11T04:06:07.726Z Compiling parking_lot_core v0.9.12
13292026-05-11T04:06:07.786Z Compiling syn v2.0.117
13302026-05-11T04:06:07.899Z Compiling scopeguard v1.2.0
13312026-05-11T04:06:07.908Z Compiling form_urlencoded v1.2.2
13322026-05-11T04:06:07.920Z Compiling utf8_iter v1.0.4
13332026-05-11T04:06:07.940Z Compiling dyn-clone v1.0.20
13342026-05-11T04:06:07.991Z Compiling lock_api v0.4.14
13352026-05-11T04:06:08.000Z Compiling num-traits v0.2.19
13362026-05-11T04:06:08.056Z Compiling jobserver v0.1.34
13372026-05-11T04:06:08.072Z Compiling find-msvc-tools v0.1.9
13382026-05-11T04:06:08.081Z Compiling shlex v1.3.0
13392026-05-11T04:06:08.215Z Compiling log v0.4.29
13402026-05-11T04:06:08.263Z Compiling cc v1.2.58
13412026-05-11T04:06:08.308Z Compiling errno v0.3.14
13422026-05-11T04:06:08.381Z Compiling futures-core v0.3.32
13432026-05-11T04:06:08.399Z Compiling getrandom v0.4.2
13442026-05-11T04:06:08.454Z Compiling rand_core v0.10.0
13452026-05-11T04:06:08.538Z Compiling hashbrown v0.17.0
13462026-05-11T04:06:08.613Z Compiling thiserror v2.0.18
13472026-05-11T04:06:08.728Z Compiling semver v1.0.28
13482026-05-11T04:06:08.989Z Compiling zerocopy v0.8.48
13492026-05-11T04:06:08.998Z Compiling heck v0.5.0
13502026-05-11T04:06:09.057Z Compiling indexmap v2.14.0
13512026-05-11T04:06:09.095Z Compiling futures-sink v0.3.32
13522026-05-11T04:06:09.132Z Compiling slab v0.4.12
13532026-05-11T04:06:09.190Z Compiling fnv v1.0.7
13542026-05-11T04:06:09.247Z Compiling uuid v1.23.0
13552026-05-11T04:06:09.278Z Compiling futures-channel v0.3.32
13562026-05-11T04:06:09.300Z Compiling rustversion v1.0.22
13572026-05-11T04:06:09.400Z Compiling futures-task v0.3.32
13582026-05-11T04:06:09.493Z Compiling futures-io v0.3.32
13592026-05-11T04:06:09.530Z Compiling schemars v0.8.22
13602026-05-11T04:06:09.566Z Compiling typenum v1.19.0
13612026-05-11T04:06:09.652Z Compiling socket2 v0.6.3
13622026-05-11T04:06:09.681Z Compiling getrandom v0.2.17
13632026-05-11T04:06:09.769Z Compiling portable-atomic v1.13.1
13642026-05-11T04:06:09.779Z Compiling signal-hook-registry v1.4.8
13652026-05-11T04:06:09.855Z Compiling parking_lot v0.12.5
13662026-05-11T04:06:09.935Z Compiling mio v1.2.0
13672026-05-11T04:06:10.060Z Compiling bitflags v2.11.0
13682026-05-11T04:06:10.083Z Compiling critical-section v1.2.0
13692026-05-11T04:06:10.186Z Compiling subtle v2.6.1
13702026-05-11T04:06:10.197Z Compiling base64 v0.22.1
13712026-05-11T04:06:10.251Z Compiling untrusted v0.9.0
13722026-05-11T04:06:10.295Z Compiling byteorder v1.5.0
13732026-05-11T04:06:10.345Z Compiling rand_core v0.6.4
13742026-05-11T04:06:10.363Z Compiling cmake v0.1.58
13752026-05-11T04:06:10.436Z Compiling fs_extra v1.3.0
13762026-05-11T04:06:10.479Z Compiling dunce v1.0.5
13772026-05-11T04:06:10.512Z Compiling synstructure v0.13.2
13782026-05-11T04:06:10.525Z Compiling serde_derive_internals v0.29.1
13792026-05-11T04:06:10.563Z Compiling httparse v1.10.1
13802026-05-11T04:06:10.571Z Compiling atomic-waker v1.1.2
13812026-05-11T04:06:10.682Z Compiling once_cell v1.21.4
13822026-05-11T04:06:10.693Z Compiling aws-lc-sys v0.39.1
13832026-05-11T04:06:10.693Z Compiling ipnet v2.12.0
13842026-05-11T04:06:10.731Z Compiling strsim v0.11.1
13852026-05-11T04:06:10.886Z Compiling regex-syntax v0.8.10
13862026-05-11T04:06:10.896Z Compiling rustix v1.1.4
13872026-05-11T04:06:11.044Z Compiling slog v2.8.2
13882026-05-11T04:06:11.113Z Compiling generic-array v0.14.7
13892026-05-11T04:06:11.207Z Compiling tower-layer v0.3.3
13902026-05-11T04:06:11.247Z Compiling ucd-trie v0.1.7
13912026-05-11T04:06:11.263Z Compiling thiserror v1.0.69
13922026-05-11T04:06:11.398Z Compiling tower-service v0.3.3
13932026-05-11T04:06:11.460Z Compiling pest v2.8.6
13942026-05-11T04:06:11.485Z Compiling try-lock v0.2.5
13952026-05-11T04:06:11.563Z Compiling want v0.3.1
13962026-05-11T04:06:11.588Z Compiling getrandom v0.3.4
13972026-05-11T04:06:11.732Z Compiling httpdate v1.0.3
13982026-05-11T04:06:11.767Z Compiling serde_derive v1.0.228
13992026-05-11T04:06:11.779Z Compiling zerofrom-derive v0.1.6
14002026-05-11T04:06:11.806Z Compiling yoke-derive v0.8.1
14012026-05-11T04:06:11.909Z Compiling zerovec-derive v0.11.2
14022026-05-11T04:06:11.962Z Compiling displaydoc v0.2.5
14032026-05-11T04:06:12.694Z Compiling tokio-macros v2.7.0
14042026-05-11T04:06:12.705Z Compiling schemars_derive v0.8.22
14052026-05-11T04:06:12.817Z Compiling thiserror-impl v2.0.18
14062026-05-11T04:06:12.956Z Compiling zerofrom v0.1.6
14072026-05-11T04:06:12.985Z Compiling zerocopy-derive v0.8.48
14082026-05-11T04:06:13.075Z Compiling yoke v0.8.1
14092026-05-11T04:06:13.247Z Compiling zerovec v0.11.5
14102026-05-11T04:06:13.426Z Compiling zerotrie v0.2.3
14112026-05-11T04:06:13.565Z Compiling zeroize_derive v1.4.3
14122026-05-11T04:06:13.713Z Compiling tinystr v0.8.2
14132026-05-11T04:06:13.733Z Compiling potential_utf v0.1.4
14142026-05-11T04:06:13.872Z Compiling icu_locale_core v2.1.1
14152026-05-11T04:06:13.890Z Compiling icu_collections v2.1.1
14162026-05-11T04:06:13.907Z Compiling futures-macro v0.3.32
14172026-05-11T04:06:14.104Z Compiling thiserror-impl v1.0.69
14182026-05-11T04:06:14.209Z Compiling zeroize v1.8.2
14192026-05-11T04:06:14.400Z Compiling pest_meta v2.8.6
14202026-05-11T04:06:14.692Z Compiling icu_provider v2.1.1
14212026-05-11T04:06:14.780Z Compiling bytes v1.11.1
14222026-05-11T04:06:14.858Z Compiling chrono v0.4.44
14232026-05-11T04:06:14.869Z Compiling futures-util v0.3.32
14242026-05-11T04:06:14.981Z Compiling icu_normalizer v2.1.1
14252026-05-11T04:06:15.225Z Compiling icu_properties v2.1.2
14262026-05-11T04:06:15.402Z Compiling tokio v1.52.1
14272026-05-11T04:06:15.561Z Compiling http v1.4.0
14282026-05-11T04:06:15.646Z Compiling serde_tokenstream v0.2.3
14292026-05-11T04:06:15.921Z Compiling erased-serde v0.3.31
14302026-05-11T04:06:16.335Z Compiling idna_adapter v1.2.1
14312026-05-11T04:06:16.388Z Compiling http-body v1.0.1
14322026-05-11T04:06:16.495Z Compiling idna v1.1.0
14332026-05-11T04:06:16.570Z Compiling ryu v1.0.23
14342026-05-11T04:06:16.625Z Compiling pest_generator v2.8.6
14352026-05-11T04:06:16.761Z Compiling url v2.5.8
14362026-05-11T04:06:16.861Z Compiling pretty-hex v0.4.2
14372026-05-11T04:06:16.996Z Compiling plain v0.2.3
14382026-05-11T04:06:17.100Z Compiling ppv-lite86 v0.2.21
14392026-05-11T04:06:17.178Z Compiling paste v1.0.15
14402026-05-11T04:06:17.257Z Compiling pest_derive v2.8.6
14412026-05-11T04:06:17.287Z Compiling crypto-common v0.1.7
14422026-05-11T04:06:17.413Z Compiling omicron-workspace-hack v0.1.0
14432026-05-11T04:06:17.416Z Compiling ident_case v1.0.1
14442026-05-11T04:06:17.535Z Compiling tracing-attributes v0.1.31
14452026-05-11T04:06:17.634Z Compiling tracing-core v0.1.36
14462026-05-11T04:06:17.707Z Compiling serde_urlencoded v0.7.1
14472026-05-11T04:06:17.789Z Compiling http-body-util v0.1.3
14482026-05-11T04:06:17.951Z Compiling daft-derive v0.1.5
14492026-05-11T04:06:17.976Z Compiling sync_wrapper v1.0.2
14502026-05-11T04:06:18.017Z Compiling ipnetwork v0.21.1
14512026-05-11T04:06:18.076Z Compiling allocator-api2 v0.2.21
14522026-05-11T04:06:18.226Z Compiling fastrand v2.3.0
14532026-05-11T04:06:18.394Z Compiling foldhash v0.2.0
14542026-05-11T04:06:18.445Z Compiling aho-corasick v1.1.4
14552026-05-11T04:06:18.487Z Compiling winnow v1.0.1
14562026-05-11T04:06:18.622Z Compiling hashbrown v0.16.1
14572026-05-11T04:06:18.680Z Compiling rustls-pki-types v1.14.0
14582026-05-11T04:06:18.710Z Compiling async-trait v0.1.89
14592026-05-11T04:06:18.734Z Compiling tracing v0.1.44
14602026-05-11T04:06:18.960Z Compiling ring v0.17.14
14612026-05-11T04:06:19.181Z Compiling time-core v0.1.8
14622026-05-11T04:06:19.321Z Compiling regex-automata v0.4.14
14632026-05-11T04:06:19.361Z Compiling num-conv v0.2.1
14642026-05-11T04:06:19.454Z Compiling iri-string v0.7.12
14652026-05-11T04:06:19.500Z Compiling anyhow v1.0.102
14662026-05-11T04:06:19.554Z Compiling cpufeatures v0.2.17
14672026-05-11T04:06:19.623Z Compiling powerfmt v0.2.0
14682026-05-11T04:06:19.655Z Compiling time-macros v0.2.27
14692026-05-11T04:06:19.825Z Compiling deranged v0.5.8
14702026-05-11T04:06:20.166Z Compiling block-buffer v0.10.4
14712026-05-11T04:06:20.307Z Compiling scroll_derive v0.13.1
14722026-05-11T04:06:20.600Z Compiling num_threads v0.1.7
14732026-05-11T04:06:20.691Z Compiling hex v0.4.3
14742026-05-11T04:06:20.743Z Compiling digest v0.10.7
14752026-05-11T04:06:20.937Z Compiling regex v1.12.3
14762026-05-11T04:06:21.095Z Compiling scroll v0.13.0
14772026-05-11T04:06:21.349Z Compiling tokio-util v0.7.18
14782026-05-11T04:06:21.448Z Compiling oxnet v0.1.4
14792026-05-11T04:06:21.563Z Compiling camino v1.2.2
14802026-05-11T04:06:21.851Z Compiling goblin v0.10.5
14812026-05-11T04:06:21.909Z Compiling openssl-probe v0.2.1
14822026-05-11T04:06:21.918Z Compiling usdt-impl v0.6.0
14832026-05-11T04:06:22.096Z Compiling dtrace-parser v0.3.0
14842026-05-11T04:06:22.484Z Compiling crossbeam-utils v0.8.21
14852026-05-11T04:06:22.560Z Compiling h2 v0.4.13
14862026-05-11T04:06:22.787Z Compiling futures-executor v0.3.32
14872026-05-11T04:06:23.003Z Compiling openapiv3 v2.2.0
14882026-05-11T04:06:23.059Z Compiling structmeta-derive v0.3.0
14892026-05-11T04:06:23.123Z Compiling thread-id v5.1.0
14902026-05-11T04:06:23.198Z Compiling rustls v0.22.4
14912026-05-11T04:06:23.394Z Compiling syn v1.0.109
14922026-05-11T04:06:23.735Z Compiling rand_core v0.9.5
14932026-05-11T04:06:23.760Z Compiling futures v0.3.32
14942026-05-11T04:06:24.068Z Compiling structmeta v0.3.0
14952026-05-11T04:06:24.095Z Compiling darling_core v0.23.0
14962026-05-11T04:06:24.261Z Compiling newtype-uuid-macros v0.1.0
14972026-05-11T04:06:24.357Z Compiling thread_local v1.1.9
14982026-05-11T04:06:24.578Z Compiling dof v0.4.0
14992026-05-11T04:06:24.620Z Compiling hyper v1.9.0
15002026-05-11T04:06:25.038Z Compiling winnow v0.7.15
15012026-05-11T04:06:25.927Z Compiling aws-lc-rs v1.16.2
15022026-05-11T04:06:26.165Z Compiling match_cfg v0.1.0
15032026-05-11T04:06:26.176Z Compiling darling_macro v0.23.0
15042026-05-11T04:06:26.219Z Compiling hyper-util v0.1.20
15052026-05-11T04:06:26.254Z Compiling newtype-uuid v1.3.2
15062026-05-11T04:06:26.338Z Compiling slog-async v2.8.0
15072026-05-11T04:06:26.545Z Compiling ref-cast v1.0.25
15082026-05-11T04:06:26.628Z Compiling quick-error v1.2.3
15092026-05-11T04:06:26.660Z Compiling usdt-attr-macro v0.6.0
15102026-05-11T04:06:26.690Z Compiling usdt-macro v0.6.0
15112026-05-11T04:06:26.726Z Compiling daft v0.1.5
15122026-05-11T04:06:26.788Z Compiling darling v0.23.0
15132026-05-11T04:06:26.864Z Compiling rand_chacha v0.9.0
15142026-05-11T04:06:26.888Z Compiling strum_macros v0.26.4
15152026-05-11T04:06:26.978Z Compiling ref-cast-impl v1.0.25
15162026-05-11T04:06:27.293Z Compiling serde_spanned v1.1.0
15172026-05-11T04:06:27.439Z Compiling toml_datetime v0.7.5+spec-1.1.0
15182026-05-11T04:06:27.579Z Compiling multer v3.1.0
15192026-05-11T04:06:27.747Z Compiling debug-ignore v1.0.5
15202026-05-11T04:06:27.796Z Compiling take_mut v0.2.2
15212026-05-11T04:06:27.820Z Compiling untrusted v0.7.1
15222026-05-11T04:06:27.820Z Compiling bit-vec v0.8.0
15232026-05-11T04:06:27.842Z Compiling toml_writer v1.1.0+spec-1.1.0
15242026-05-11T04:06:27.894Z Compiling term v1.2.1
15252026-05-11T04:06:27.989Z Compiling rand v0.9.2
15262026-05-11T04:06:28.038Z Compiling bit-set v0.8.0
15272026-05-11T04:06:28.051Z Compiling serde_with_macros v3.18.0
15282026-05-11T04:06:28.192Z Compiling async-stream-impl v0.3.6
15292026-05-11T04:06:28.500Z Compiling strum v0.26.3
15302026-05-11T04:06:28.569Z Compiling dropshot v0.16.7
15312026-05-11T04:06:28.580Z Compiling encoding_rs v0.8.35
15322026-05-11T04:06:28.781Z Compiling unarray v0.1.4
15332026-05-11T04:06:28.807Z Compiling mime v0.3.17
15342026-05-11T04:06:28.843Z Compiling rustls v0.23.37
15352026-05-11T04:06:28.886Z Compiling spin v0.9.8
15362026-05-11T04:06:29.014Z Compiling async-stream v0.3.6
15372026-05-11T04:06:29.073Z Compiling derive-ex v0.1.8
15382026-05-11T04:06:29.146Z Compiling dropshot_endpoint v0.16.7
15392026-05-11T04:06:29.182Z Compiling macaddr v1.0.1
15402026-05-11T04:06:29.402Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15412026-05-11T04:06:29.493Z Compiling waitgroup v0.1.2
15422026-05-11T04:06:29.589Z Compiling serde_path_to_error v0.1.20
15432026-05-11T04:06:29.857Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15442026-05-11T04:06:29.933Z Compiling tempfile v3.27.0
15452026-05-11T04:06:29.983Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15462026-05-11T04:06:30.072Z Compiling tower v0.5.3
15472026-05-11T04:06:30.155Z Compiling strum_macros v0.27.2
15482026-05-11T04:06:30.258Z Compiling instant v0.1.13
15492026-05-11T04:06:30.359Z Compiling time v0.3.47
15502026-05-11T04:06:30.546Z Compiling tower-http v0.6.8
15512026-05-11T04:06:30.622Z Compiling test-strategy v0.4.5
15522026-05-11T04:06:30.730Z Compiling rustc-hash v2.1.2
15532026-05-11T04:06:30.845Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15542026-05-11T04:06:30.963Z Compiling crossbeam-channel v0.5.15
15552026-05-11T04:06:31.985Z Compiling strum v0.27.2
15562026-05-11T04:06:32.044Z Compiling parse-display-derive v0.10.0
15572026-05-11T04:06:32.108Z Compiling rustls-native-certs v0.8.3
15582026-05-11T04:06:32.174Z Compiling backon v1.6.0
15592026-05-11T04:06:32.373Z Compiling rustls-webpki v0.102.8
15602026-05-11T04:06:32.507Z Compiling rand_chacha v0.3.1
15612026-05-11T04:06:33.253Z Compiling rand v0.8.5
15622026-05-11T04:06:33.308Z Compiling slog-json v2.6.1
15632026-05-11T04:06:33.507Z Compiling hostname v0.3.1
15642026-05-11T04:06:33.547Z Compiling toml_parser v1.1.0+spec-1.1.0
15652026-05-11T04:06:33.638Z Compiling memmap2 v0.9.10
15662026-05-11T04:06:33.673Z Compiling is-terminal v0.4.17
15672026-05-11T04:06:33.761Z Compiling wait-timeout v0.2.1
15682026-05-11T04:06:33.890Z Compiling either v1.15.0
15692026-05-11T04:06:34.008Z Compiling toml v0.9.12+spec-1.1.0
15702026-05-11T04:06:34.063Z Compiling rusty-fork v0.3.1
15712026-05-11T04:06:34.082Z Compiling usdt v0.6.0
15722026-05-11T04:06:34.218Z Compiling slog-term v2.9.2
15732026-05-11T04:06:34.352Z Compiling slog-bunyan v2.5.0
15742026-05-11T04:06:34.811Z Compiling tokio-rustls v0.25.0
15752026-05-11T04:06:34.869Z Compiling serde_with v3.18.0
15762026-05-11T04:06:34.964Z Compiling rand_xorshift v0.4.0
15772026-05-11T04:06:35.017Z Compiling sha1 v0.10.6
15782026-05-11T04:06:35.030Z Compiling regress v0.10.5
15792026-05-11T04:06:35.105Z Compiling rustls-pemfile v2.2.0
15802026-05-11T04:06:35.239Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15812026-05-11T04:06:35.300Z Compiling hostname v0.4.2
15822026-05-11T04:06:35.518Z Compiling proptest v1.11.0
15832026-05-11T04:06:36.406Z Compiling reqwest v0.12.28
15842026-05-11T04:06:36.625Z Compiling iddqd v0.3.17
15852026-05-11T04:06:36.926Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15862026-05-11T04:06:37.750Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15872026-05-11T04:06:38.298Z Compiling progenitor-client v0.10.0
15882026-05-11T04:06:38.571Z Compiling parse-display v0.10.0
15892026-05-11T04:06:38.840Z Compiling itertools v0.14.0
15902026-05-11T04:06:38.886Z Compiling backoff v0.4.0
15912026-05-11T04:06:38.906Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15922026-05-11T04:06:39.089Z Compiling toml_datetime v0.6.11
15932026-05-11T04:06:39.687Z Compiling utf8parse v0.2.2
15942026-05-11T04:06:39.791Z Compiling anstyle-parse v1.0.0
15952026-05-11T04:06:39.965Z Compiling zerocopy-derive v0.7.35
15962026-05-11T04:06:40.070Z Compiling is_terminal_polyfill v1.70.2
15972026-05-11T04:06:40.163Z Compiling anstyle v1.0.14
15982026-05-11T04:06:40.191Z Compiling colorchoice v1.0.5
15992026-05-11T04:06:40.301Z Compiling anstyle-query v1.1.5
16002026-05-11T04:06:40.379Z Compiling anstream v1.0.0
16012026-05-11T04:06:40.798Z Compiling zerocopy v0.7.35
16022026-05-11T04:06:40.914Z Compiling clap_lex v1.1.0
16032026-05-11T04:06:40.953Z Compiling convert_case v0.4.0
16042026-05-11T04:06:41.250Z Compiling derive_more v0.99.20
16052026-05-11T04:06:41.823Z Compiling regress v0.11.1
16062026-05-11T04:06:41.959Z Compiling tinyvec_macros v0.1.1
16072026-05-11T04:06:41.992Z Compiling unicode-width v0.2.2
16082026-05-11T04:06:42.024Z Compiling tinyvec v1.11.0
16092026-05-11T04:06:42.813Z Compiling dtrace-parser v0.2.0
16102026-05-11T04:06:43.193Z Compiling serde_spanned v0.6.9
16112026-05-11T04:06:43.333Z Compiling secrecy v0.10.3
16122026-05-11T04:06:43.489Z Compiling scroll_derive v0.12.1
16132026-05-11T04:06:43.537Z Compiling clap_derive v4.6.0
16142026-05-11T04:06:43.659Z Compiling usdt-impl v0.5.0
16152026-05-11T04:06:43.681Z Compiling toml_write v0.1.2
16162026-05-11T04:06:43.873Z Compiling crucible-workspace-hack v0.1.0
16172026-05-11T04:06:44.001Z Compiling toml_edit v0.22.27
16182026-05-11T04:06:44.178Z Compiling scroll v0.12.0
16192026-05-11T04:06:44.335Z Compiling typify-impl v0.6.2
16202026-05-11T04:06:44.876Z Compiling dof v0.3.0
16212026-05-11T04:06:45.216Z Compiling terminal_size v0.4.4
16222026-05-11T04:06:45.264Z Compiling darling_core v0.21.3
16232026-05-11T04:06:45.348Z Compiling rustc_version v0.4.1
16242026-05-11T04:06:45.428Z Compiling thread-id v4.2.2
16252026-05-11T04:06:45.616Z Compiling curve25519-dalek v4.1.3
16262026-05-11T04:06:45.778Z Compiling toml v0.8.23
16272026-05-11T04:06:46.473Z Compiling goblin v0.8.2
16282026-05-11T04:06:46.934Z Compiling crossbeam-epoch v0.9.18
16292026-05-11T04:06:47.045Z Compiling hmac v0.12.1
16302026-05-11T04:06:47.181Z Compiling inout v0.1.4
16312026-05-11T04:06:47.268Z Compiling ff v0.13.1
16322026-05-11T04:06:47.280Z Compiling num-integer v0.1.46
16332026-05-11T04:06:47.408Z Compiling darling_macro v0.21.3
16342026-05-11T04:06:47.599Z Compiling float-ord v0.3.2
16352026-05-11T04:06:47.712Z Compiling group v0.13.0
16362026-05-11T04:06:47.816Z Compiling cipher v0.4.4
16372026-05-11T04:06:47.972Z Compiling darling v0.21.3
16382026-05-11T04:06:47.978Z Compiling hkdf v0.12.4
16392026-05-11T04:06:48.532Z Compiling clap_builder v4.6.0
16402026-05-11T04:06:50.440Z Compiling thiserror-impl-no-std v2.0.2
16412026-05-11T04:06:50.516Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16422026-05-11T04:06:50.641Z Compiling typify-macro v0.6.2
16432026-05-11T04:06:51.173Z Compiling universal-hash v0.5.1
16442026-05-11T04:06:51.300Z Compiling half v2.7.1
16452026-05-11T04:06:51.353Z Compiling crypto-bigint v0.5.5
16462026-05-11T04:06:51.498Z Compiling curve25519-dalek-derive v0.1.1
16472026-05-11T04:06:51.635Z Compiling proc-macro-error-attr v1.0.4
16482026-05-11T04:06:51.919Z Compiling base64ct v1.8.3
16492026-05-11T04:06:51.989Z Compiling toml_datetime v1.1.0+spec-1.1.0
16502026-05-11T04:06:52.027Z Compiling prettyplease v0.2.37
16512026-05-11T04:06:52.108Z Compiling base16ct v0.2.0
16522026-05-11T04:06:52.172Z Compiling heapless v0.8.0
16532026-05-11T04:06:52.211Z Compiling rustix v0.38.44
16542026-05-11T04:06:52.211Z Compiling opaque-debug v0.3.1
16552026-05-11T04:06:52.259Z Compiling ciborium-io v0.2.2
16562026-05-11T04:06:52.270Z Compiling poly1305 v0.8.0
16572026-05-11T04:06:52.292Z Compiling elliptic-curve v0.13.8
16582026-05-11T04:06:52.346Z Compiling ciborium-ll v0.2.2
16592026-05-11T04:06:52.558Z Compiling password-hash v0.5.0
16602026-05-11T04:06:52.567Z Compiling toml_edit v0.25.8+spec-1.1.0
16612026-05-11T04:06:52.727Z Compiling thiserror-no-std v2.0.2
16622026-05-11T04:06:52.759Z Compiling clap v4.6.0
16632026-05-11T04:06:53.299Z Compiling ingot-macros v0.1.1
16642026-05-11T04:06:53.362Z Compiling chacha20 v0.9.1
16652026-05-11T04:06:53.375Z Compiling num-iter v0.1.45
16662026-05-11T04:06:53.457Z Compiling num-rational v0.4.2
16672026-05-11T04:06:53.486Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16682026-05-11T04:06:53.573Z Compiling usdt-attr-macro v0.5.0
16692026-05-11T04:06:53.671Z Compiling usdt-macro v0.5.0
16702026-05-11T04:06:53.962Z Compiling rustls-webpki v0.103.10
16712026-05-11T04:06:54.480Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16722026-05-11T04:06:55.335Z Compiling blake2 v0.10.6
16732026-05-11T04:06:55.492Z Compiling byte-wrapper v0.1.0
16742026-05-11T04:06:55.792Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16752026-05-11T04:06:55.858Z Compiling aead v0.5.2
16762026-05-11T04:06:56.016Z Compiling enum-as-inner v0.6.1
16772026-05-11T04:06:56.026Z Compiling hash32 v0.3.1
16782026-05-11T04:06:56.035Z Compiling num-complex v0.4.6
16792026-05-11T04:06:56.105Z Compiling proc-macro-error v1.0.4
16802026-05-11T04:06:56.170Z Compiling memmap v0.7.0
16812026-05-11T04:06:56.309Z Compiling winnow v0.5.40
16822026-05-11T04:06:56.326Z Compiling keccak v0.1.6
16832026-05-11T04:06:56.436Z Compiling smoltcp v0.11.0
16842026-05-11T04:06:56.449Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16852026-05-11T04:06:56.594Z Compiling data-encoding v2.10.0
16862026-05-11T04:06:56.668Z Compiling sha3 v0.10.8
16872026-05-11T04:06:56.706Z Compiling num v0.4.3
16882026-05-11T04:06:56.793Z Compiling usdt v0.5.0
16892026-05-11T04:06:56.969Z Compiling ingot-types v0.1.2
16902026-05-11T04:06:57.059Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16912026-05-11T04:06:57.321Z Compiling tokio-rustls v0.26.4
16922026-05-11T04:06:57.378Z Compiling rustls-platform-verifier v0.6.2
16932026-05-11T04:06:57.424Z Compiling chacha20poly1305 v0.10.1
16942026-05-11T04:06:57.590Z Compiling hyper-rustls v0.27.7
16952026-05-11T04:06:57.778Z Compiling reqwest v0.13.2
16962026-05-11T04:06:57.845Z Compiling toml_edit v0.19.15
16972026-05-11T04:06:57.884Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16982026-05-11T04:06:59.073Z Compiling progenitor-client v0.13.0
16992026-05-11T04:06:59.127Z Compiling argon2 v0.5.3
17002026-05-11T04:06:59.168Z Compiling vsss-rs v3.3.4
17012026-05-11T04:06:59.379Z Compiling progenitor-extras v0.1.1
17022026-05-11T04:06:59.616Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17032026-05-11T04:06:59.703Z Compiling proc-macro-crate v3.5.0
17042026-05-11T04:06:59.837Z Compiling typify v0.6.2
17052026-05-11T04:07:00.360Z Compiling ciborium v0.2.2
17062026-05-11T04:07:00.951Z Compiling tabwriter v1.4.1
17072026-05-11T04:07:01.167Z Compiling cobs v0.3.0
17082026-05-11T04:07:01.191Z Compiling memoffset v0.9.1
17092026-05-11T04:07:01.409Z Compiling bitflags v1.3.2
17102026-05-11T04:07:01.421Z Compiling pkg-config v0.3.32
17112026-05-11T04:07:01.469Z Compiling cfg_aliases v0.2.1
17122026-05-11T04:07:01.482Z Compiling indent_write v2.2.0
17132026-05-11T04:07:01.542Z Compiling vcpkg v0.2.15
17142026-05-11T04:07:01.620Z Compiling managed v0.8.0
17152026-05-11T04:07:01.836Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17162026-05-11T04:07:01.870Z Compiling unsafe-libyaml v0.2.11
17172026-05-11T04:07:02.076Z Compiling nix v0.31.2
17182026-05-11T04:07:02.107Z Compiling openssl-sys v0.9.112
17192026-05-11T04:07:02.446Z Compiling serde_yaml v0.9.34+deprecated
17202026-05-11T04:07:02.549Z Compiling postcard v1.1.3
17212026-05-11T04:07:02.643Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17222026-05-11T04:07:03.143Z Compiling num_enum_derive v0.7.6
17232026-05-11T04:07:03.695Z Compiling progenitor-impl v0.13.0
17242026-05-11T04:07:03.942Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17252026-05-11T04:07:04.158Z Compiling proc-macro-crate v1.3.1
17262026-05-11T04:07:04.201Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17272026-05-11T04:07:04.298Z Compiling ingot v0.1.1
17282026-05-11T04:07:04.493Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17292026-05-11T04:07:05.017Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17302026-05-11T04:07:05.627Z Compiling hubpack_derive v0.1.1
17312026-05-11T04:07:06.150Z Compiling foreign-types-macros v0.2.3
17322026-05-11T04:07:06.167Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17332026-05-11T04:07:06.497Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17342026-05-11T04:07:06.578Z Compiling resolv-conf v0.7.6
17352026-05-11T04:07:06.728Z Compiling heck v0.4.1
17362026-05-11T04:07:06.819Z Compiling colored v3.1.1
17372026-05-11T04:07:06.939Z Compiling cpufeatures v0.3.0
17382026-05-11T04:07:06.959Z Compiling rayon-core v1.13.0
17392026-05-11T04:07:07.013Z Compiling semver v0.1.20
17402026-05-11T04:07:07.130Z Compiling static_assertions v1.1.0
17412026-05-11T04:07:07.144Z Compiling foreign-types-shared v0.3.1
17422026-05-11T04:07:07.170Z Compiling swrite v0.1.0
17432026-05-11T04:07:07.202Z Compiling linked-hash-map v0.5.6
17442026-05-11T04:07:07.217Z Compiling foreign-types v0.5.0
17452026-05-11T04:07:07.235Z Compiling rustc_version v0.1.7
17462026-05-11T04:07:07.274Z Compiling chacha20 v0.10.0
17472026-05-11T04:07:07.295Z Compiling progenitor-macro v0.13.0
17482026-05-11T04:07:07.295Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17492026-05-11T04:07:07.327Z Compiling hubpack v0.1.2
17502026-05-11T04:07:07.388Z Compiling lru-cache v0.1.2
17512026-05-11T04:07:07.508Z Compiling num_enum_derive v0.5.11
17522026-05-11T04:07:07.537Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17532026-05-11T04:07:07.553Z Compiling num_enum v0.7.6
17542026-05-11T04:07:07.901Z Compiling hickory-proto v0.24.4
17552026-05-11T04:07:08.444Z Compiling crossbeam-deque v0.8.6
17562026-05-11T04:07:08.516Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17572026-05-11T04:07:08.636Z Compiling serde-big-array v0.5.1
17582026-05-11T04:07:08.779Z Compiling pin-project-internal v1.1.11
17592026-05-11T04:07:09.014Z Compiling derive-where v1.6.1
17602026-05-11T04:07:09.419Z Compiling serde_repr v0.1.20
17612026-05-11T04:07:09.861Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17622026-05-11T04:07:10.001Z Compiling cstr-argument v0.1.2
17632026-05-11T04:07:10.155Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17642026-05-11T04:07:10.183Z Compiling siphasher v1.0.2
17652026-05-11T04:07:10.263Z Compiling minimal-lexical v0.2.1
17662026-05-11T04:07:10.368Z Compiling unicode-segmentation v1.13.2
17672026-05-11T04:07:10.403Z Compiling phf_shared v0.12.1
17682026-05-11T04:07:10.519Z Compiling nom v7.1.3
17692026-05-11T04:07:10.574Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17702026-05-11T04:07:10.792Z Compiling newline-converter v0.3.0
17712026-05-11T04:07:10.834Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17722026-05-11T04:07:10.872Z Compiling pin-project v1.1.11
17732026-05-11T04:07:10.904Z Compiling hickory-resolver v0.24.4
17742026-05-11T04:07:10.968Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17752026-05-11T04:07:11.087Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17762026-05-11T04:07:11.223Z Compiling num_enum v0.5.11
17772026-05-11T04:07:11.341Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17782026-05-11T04:07:11.950Z Compiling rand v0.10.1
17792026-05-11T04:07:11.959Z Compiling newtype_derive v0.1.6
17802026-05-11T04:07:12.189Z Compiling atomicwrites v0.4.4
17812026-05-11T04:07:12.478Z Compiling progenitor v0.13.0
17822026-05-11T04:07:12.616Z Compiling unicode-normalization v0.1.25
17832026-05-11T04:07:12.628Z Compiling console v0.15.11
17842026-05-11T04:07:12.841Z Compiling camino-tempfile v1.4.1
17852026-05-11T04:07:13.070Z Compiling tokio-stream v0.1.18
17862026-05-11T04:07:13.081Z Compiling async-recursion v1.1.1
17872026-05-11T04:07:13.090Z Compiling snafu-derive v0.8.9
17882026-05-11T04:07:13.306Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17892026-05-11T04:07:13.527Z Compiling slog-dtrace v0.3.0
17902026-05-11T04:07:13.591Z Compiling csv-core v0.1.13
17912026-05-11T04:07:13.615Z Compiling bstr v1.12.1
17922026-05-11T04:07:13.734Z Compiling highway v1.3.0
17932026-05-11T04:07:13.751Z Compiling similar v2.7.0
17942026-05-11T04:07:13.754Z Compiling owo-colors v4.3.0
17952026-05-11T04:07:13.789Z Compiling openssl v0.10.76
17962026-05-11T04:07:13.849Z Compiling foreign-types-shared v0.1.1
17972026-05-11T04:07:13.935Z Compiling chrono-tz v0.10.4
17982026-05-11T04:07:14.046Z Compiling unicode-xid v0.2.6
17992026-05-11T04:07:14.079Z Compiling unicode-width v0.1.14
18002026-05-11T04:07:14.106Z Compiling same-file v1.0.6
18012026-05-11T04:07:14.121Z Compiling cancel-safe-futures v0.1.5
18022026-05-11T04:07:14.146Z Compiling foldhash v0.1.5
18032026-05-11T04:07:14.165Z Compiling const_format_proc_macros v0.2.34
18042026-05-11T04:07:14.278Z Compiling hashbrown v0.15.5
18052026-05-11T04:07:14.321Z Compiling walkdir v2.5.0
18062026-05-11T04:07:14.370Z Compiling expectorate v1.2.0
18072026-05-11T04:07:14.437Z Compiling globset v0.4.18
18082026-05-11T04:07:14.515Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18092026-05-11T04:07:14.670Z Compiling foreign-types v0.3.2
18102026-05-11T04:07:14.739Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18112026-05-11T04:07:14.752Z Compiling csv v1.4.0
18122026-05-11T04:07:14.798Z Compiling snafu v0.8.9
18132026-05-11T04:07:14.857Z Compiling qorb v0.4.1
18142026-05-11T04:07:14.949Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18152026-05-11T04:07:15.272Z Compiling olpc-cjson v0.1.4
18162026-05-11T04:07:15.306Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18172026-05-11T04:07:16.520Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18182026-05-11T04:07:16.882Z Compiling rayon v1.11.0
18192026-05-11T04:07:16.950Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18202026-05-11T04:07:17.044Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18212026-05-11T04:07:17.094Z Compiling phf v0.12.1
18222026-05-11T04:07:17.246Z Compiling zone_cfg_derive v0.3.1
18232026-05-11T04:07:17.300Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18242026-05-11T04:07:17.697Z Compiling tokio-dtrace v0.1.1
18252026-05-11T04:07:17.938Z Compiling itertools v0.12.1
18262026-05-11T04:07:17.969Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18272026-05-11T04:07:18.168Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18282026-05-11T04:07:18.246Z Compiling libsw-core v0.3.2
18292026-05-11T04:07:18.360Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18302026-05-11T04:07:18.409Z Compiling serde_plain v1.0.2
18312026-05-11T04:07:18.543Z Compiling num-derive v0.4.2
18322026-05-11T04:07:18.615Z Compiling openssl-macros v0.1.1
18332026-05-11T04:07:18.648Z Compiling pem v3.0.6
18342026-05-11T04:07:18.923Z Compiling cookie v0.18.1
18352026-05-11T04:07:19.022Z Compiling sigpipe v0.1.3
18362026-05-11T04:07:19.064Z Compiling typed-path v0.9.3
18372026-05-11T04:07:19.081Z Compiling bytecount v0.6.9
18382026-05-11T04:07:19.106Z Compiling fixedbitset v0.5.7
18392026-05-11T04:07:19.133Z Compiling fixedbitset v0.4.2
18402026-05-11T04:07:19.144Z Compiling jiff v0.2.23
18412026-05-11T04:07:19.214Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18422026-05-11T04:07:19.274Z Compiling glob v0.3.3
18432026-05-11T04:07:19.353Z Compiling petgraph v0.8.3
18442026-05-11T04:07:19.425Z Compiling petgraph v0.6.5
18452026-05-11T04:07:19.446Z Compiling papergrid v0.11.0
18462026-05-11T04:07:19.482Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18472026-05-11T04:07:19.876Z Compiling zone v0.3.1
18482026-05-11T04:07:20.402Z Compiling tough v0.20.0
18492026-05-11T04:07:20.670Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18502026-05-11T04:07:20.911Z Compiling libsw v3.5.0
18512026-05-11T04:07:21.088Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18522026-05-11T04:07:21.130Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18532026-05-11T04:07:21.232Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-05-11T04:07:21.428Z Compiling oxide-tokio-rt v0.1.4
18552026-05-11T04:07:21.744Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-05-11T04:07:22.552Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-05-11T04:07:22.582Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18582026-05-11T04:07:22.778Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18592026-05-11T04:07:22.790Z Compiling const_format v0.2.35
18602026-05-11T04:07:22.966Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-05-11T04:07:23.421Z Compiling tabled_derive v0.7.0
18622026-05-11T04:07:23.657Z Compiling gethostname v0.5.0
18632026-05-11T04:07:23.776Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18642026-05-11T04:07:23.827Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18652026-05-11T04:07:23.900Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18662026-05-11T04:07:23.973Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18672026-05-11T04:07:24.018Z Compiling bcs v0.1.6
18682026-05-11T04:07:24.333Z Compiling smf v0.2.3
18692026-05-11T04:07:24.356Z Compiling tagptr v0.2.0
18702026-05-11T04:07:24.504Z Compiling unicode-linebreak v0.1.5
18712026-05-11T04:07:24.550Z Compiling termtree v0.5.1
18722026-05-11T04:07:24.702Z Compiling whoami v1.6.1
18732026-05-11T04:07:24.752Z Compiling linear-map v1.2.0
18742026-05-11T04:07:24.928Z Compiling smawk v0.3.2
18752026-05-11T04:07:24.938Z Compiling lazy_static v1.5.0
18762026-05-11T04:07:24.979Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18772026-05-11T04:07:25.005Z Compiling steno v0.4.1
18782026-05-11T04:07:25.046Z Compiling textwrap v0.16.2
18792026-05-11T04:07:25.063Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18802026-05-11T04:07:25.251Z Compiling moka v0.12.15
18812026-05-11T04:07:25.579Z Compiling tabled v0.15.0
18822026-05-11T04:07:26.016Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18832026-05-11T04:07:26.030Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18842026-05-11T04:07:26.225Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18852026-05-11T04:07:26.786Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18862026-05-11T04:07:27.601Z Compiling hickory-proto v0.25.2
18872026-05-11T04:07:28.271Z Compiling humantime v2.3.0
18882026-05-11T04:07:28.372Z Compiling num-derive v0.3.3
18892026-05-11T04:07:28.555Z Compiling parking_lot_core v0.8.6
18902026-05-11T04:07:28.845Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18912026-05-11T04:07:29.065Z Compiling crc32fast v1.5.0
18922026-05-11T04:07:29.301Z Compiling libscf-sys v1.1.0
18932026-05-11T04:07:29.343Z Compiling parking_lot v0.11.2
18942026-05-11T04:07:29.418Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18952026-05-11T04:07:29.615Z Compiling hickory-resolver v0.25.2
18962026-05-11T04:07:29.753Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18972026-05-11T04:07:29.764Z Compiling fxhash v0.2.1
18982026-05-11T04:07:29.798Z Compiling internet-checksum v0.2.1
18992026-05-11T04:07:29.881Z Compiling sled v0.34.7
19002026-05-11T04:07:29.893Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
19012026-05-11T04:07:29.928Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19022026-05-11T04:07:29.973Z Compiling yansi v1.0.1
19032026-05-11T04:07:30.120Z Compiling diff v0.1.13
19042026-05-11T04:07:30.294Z Compiling pretty_assertions v1.4.1
19052026-05-11T04:07:30.567Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19062026-05-11T04:07:34.284Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19072026-05-11T04:07:41.356Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19082026-05-11T04:07:42.921Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19092026-05-11T04:07:43.975Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19102026-05-11T04:07:45.150Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19112026-05-11T04:07:45.904Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19122026-05-11T04:07:47.762Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19132026-05-11T04:08:10.070Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
19142026-05-11T04:08:10.240Z────────────
19152026-05-11T04:08:10.240Z Nextest run ID d24799d7-b4a3-407d-ada0-86d54a7454cf with nextest profile: default
19162026-05-11T04:08:10.240Z Starting 2 tests across 1 binary
19172026-05-11T04:08:10.243Z START bfd test::test_new_daemon
19182026-05-11T04:08:10.247Z
19192026-05-11T04:08:10.247Zrunning 1 test
19202026-05-11T04:08:10.284Z{"msg":"send error: sending on a closed channel","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok
19212026-05-11T04:08:10.284Z
19222026-05-11T04:08:10.287Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.04s
19232026-05-11T04:08:10.287Z
19242026-05-11T04:08:10.290Z PASS [ 0.049s] bfd test::test_new_daemon
19252026-05-11T04:08:10.290Z START bfd test::test_protocol_basics
19262026-05-11T04:08:10.297Z
19272026-05-11T04:08:10.297Zrunning 1 test
19282026-05-11T04:08:10.338Z{{""msgmsg"":":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 638481105, 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: 1565005884, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v","v"::00,,""name"name:"":"slog-rs"slog-rs","level":,"level":1010,"time":","2026-05-11T04:08:09.133157258Z"time":"2026-05-11T04:08:09.133156258Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN",,""pid"pid"::48424842,,""peer"peer"::""203.0.113.10"2001:db8::20",,""state":"state":"Down"Down,"","unit"unit:"":"session"session,"","module":"module":"state_machine"state_machine,"","componentcomponent"":":"bfd"bfd"}}
19292026-05-11T04:08:10.338Z
19302026-05-11T04:08:10.338Z{"msg":"{"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1286978660, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2247921205, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }:"10,"v":0,"name":"slog-rs","level":10,"time":"2026-05-11T04:08:09.133413985Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid",":time"4842:","peer"2026-05-11T04:08:09.133415795Z:"","203.0.113.20","hostname":"state":"Down","unit"w-01KRAK5Q2WKGV1582R0R5P88MN:"","sessionpid"":,"4842module":","state_machine"peer",:""component2001:db8::10"":","bfd"state"}:
19312026-05-11T04:08:10.338Z"Down","unit":"{session",""msg":"module":"transition -> Init"state_machine",","v":0component,"":"namebfd"":}"
19322026-05-11T04:08:10.338Zslog-rs","level":30{"msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-05-11T04:08:09.133435631Z","hostname":","w-01KRAK5Q2WKGV1582R0R5P88MN"time",":"pid":4842,"2026-05-11T04:08:09.133437701Z"peer,"":"hostname":"203.0.113.20","state":"w-01KRAK5Q2WKGV1582R0R5P88MN"Down,"","pid":unit":"4842session",","peermodule""::""state_machine",2001:db8::10"","component"state:"":bfd""}
19332026-05-11T04:08:10.338ZDown","unit{":""sessionmsg"":","module":"transition -> Init","v"state_machine":,"0,"component":name"":"bfd"}slog-rs"
19342026-05-11T04:08:10.341Z,"level":{30"msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-05-11T04:08:09.133459697Z","hostname":","time"w-01KRAK5Q2WKGV1582R0R5P88MN:"","pid":48422026-05-11T04:08:09.133461627Z",","peer":"hostname":"2001:db8::20","state":"Down"w-01KRAK5Q2WKGV1582R0R5P88MN,"","unit":"pid":4842session",","module":"peer":"state_machine","203.0.113.10","component":"state":"bfd"Down"}
19352026-05-11T04:08:10.341Z,"unit":"session","module":"state_machine","component":"bfd"}
19362026-05-11T04:08:11.335Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1286978660, your_discriminator: 638481105, 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-11T04:08:10.13068741Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19372026-05-11T04:08:11.335Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-11T04:08:10.130722504Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19382026-05-11T04:08:11.338Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1565005884, your_discriminator: 2247921205, 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-11T04:08:10.130936078Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19392026-05-11T04:08:11.338Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-11T04:08:10.130969253Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19402026-05-11T04:08:11.338Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2247921205, your_discriminator: 1565005884, 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-11T04:08:10.133026598Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19412026-05-11T04:08:11.338Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-11T04:08:10.133055953Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19422026-05-11T04:08:11.338Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 638481105, your_discriminator: 1286978660, 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-11T04:08:10.133119782Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19432026-05-11T04:08:11.338Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-05-11T04:08:10.133142808Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19442026-05-11T04:08:16.336Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1565005884, your_discriminator: 2247921205, 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-11T04:08:15.130958634Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19452026-05-11T04:08:16.336Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1286978660, your_discriminator: 638481105, 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-11T04:08:15.131023533Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19462026-05-11T04:08:16.339Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2247921205, your_discriminator: 1565005884, 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-11T04:08:15.13324964Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19472026-05-11T04:08:16.339Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 638481105, your_discriminator: 1286978660, 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-11T04:08:15.133283385Z","hostname":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":4842,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19482026-05-11T04:08:20.339Z{"msg":"dropping SM for 2001:db8::20","v":0{,"name":"slog-rs","level":"40msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40,,""timetime""::""2026-05-11T04:08:19.133087279Z"2026-05-11T04:08:19.133092149Z",","hostname"hostname:":""w-01KRAK5Q2WKGV1582R0R5P88MN"w-01KRAK5Q2WKGV1582R0R5P88MN",","pid":pid":48424842,","peer":peer"":"2001:db8::20"2001:db8::10,"","state":"state"Up":","Up"unit":","sessionunit"":","sessionmodule"":","modulestate_machine"":","state_machinecomponent"":,""bfd"component":}"
19492026-05-11T04:08:20.339Zbfd"}
19502026-05-11T04:08:20.339Z{"msg":"dropping SM for 203.0.113.20","v":0,{"name"":"msg":"slog-rs","level":40dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-05-11T04:08:19.133138321Z","hostname":","time":"w-01KRAK5Q2WKGV1582R0R5P88MN","pid":48422026-05-11T04:08:19.133139751Z",","hostname"peer:":""203.0.113.20","w-01KRAK5Q2WKGV1582R0R5P88MN","state":pid""Up":,4842"unit":","session"peer,"":"module":"203.0.113.10","state_machine","state":"Up"component,"":"unit":bfd""}
19512026-05-11T04:08:20.339Zsession","module":"state_machine","component":"bfd"}
19522026-05-11T04:08:20.343Ztest test::test_protocol_basics ... ok
19532026-05-11T04:08:20.343Z
19542026-05-11T04:08:20.343Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19552026-05-11T04:08:20.343Z
19562026-05-11T04:08:20.348Z PASS [ 10.056s] bfd test::test_protocol_basics
19572026-05-11T04:08:20.348Z────────────
19582026-05-11T04:08:20.348Z Summary [ 10.106s] 2 tests run: 2 passed, 0 skipped
19592026-05-11T04:08:20.361Zprocess exited: duration 304741 ms, exit code 0
 
19602026-05-11T04:08:20.367Zfound 0 output files