01M0B3MBARE7992NN5M1D754H1: 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: 01M0B3MXQCZ5EKZA26W4AYFC6N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T18:56:25.245Zjob assigned to worker 01M0B3NFQYQXMZGE04XP240MM7 [factory aws, i-006c6afd83070d44a] (queued for 59 s)
 
22026-08-18T18:56:31.996Zstarting task 0: "setup"
32026-08-18T18:56:31.999Z++ uname -s
42026-08-18T18:56:32.004Z+ kern=SunOS
52026-08-18T18:56:32.004Z+ build_user=build
62026-08-18T18:56:32.004Z+ build_uid=12345
72026-08-18T18:56:32.004Z+ work_dir=/work
82026-08-18T18:56:32.004Z+ input_dir=/input
92026-08-18T18:56:32.004Z+ [[ 0 == 12345 ]]
102026-08-18T18:56:32.004Z+ case "$kern" in
112026-08-18T18:56:32.004Z+ groupadd -g 12345 build
122026-08-18T18:56:32.004Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T18:56:34.008Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T18:56:34.115Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T18:56:34.118Z+ home_fs=zfs
162026-08-18T18:56:34.118Z+ [[ zfs == autofs ]]
172026-08-18T18:56:34.118Z+ mkdir -p /home/build
182026-08-18T18:56:34.118Z+ chown build:build /home/build /work
192026-08-18T18:56:36.119Z+ chmod 0700 /home/build /work
202026-08-18T18:56:36.122Zprocess exited: duration 4126 ms, exit code 0
 
212026-08-18T18:56:36.127Zstarting task 1: "rust-toolchain"
222026-08-18T18:56:36.131Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T18:56:36.131Z * rust toolchain channel = "stable"
242026-08-18T18:56:36.131Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-18T18:56:36.131Z * rust toolchain profile = "default"
262026-08-18T18:56:36.133Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T18:56:36.133Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T18:56:36.133Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T18:56:36.133Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T18:56:36.253Zinfo: downloading installer
312026-08-18T18:56:37.600Zwarn: It looks like you have an existing installation of Rust at:
322026-08-18T18:56:37.600Zwarn: /opt/ooce/bin
332026-08-18T18:56:37.600Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-18T18:56:37.600Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-18T18:56:37.603Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-18T18:56:37.603Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-18T18:56:37.603Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-18T18:56:37.603Zerror: cannot install while Rust is installed
392026-08-18T18:56:37.603Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-18T18:56:37.603Zwarn: It looks like you have an existing rustup settings file at:
412026-08-18T18:56:37.603Zwarn: /home/build/.rustup/settings.toml
422026-08-18T18:56:37.603Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-18T18:56:37.603Zwarn: instead of the one inferred from the default host triple.
442026-08-18T18:56:37.614Zinfo: profile set to default
452026-08-18T18:56:37.614Zinfo: default host triple is x86_64-unknown-illumos
462026-08-18T18:56:37.616Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-18T18:56:37.739Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-18T18:56:37.741Zinfo: downloading 6 components
492026-08-18T18:56:52.081Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-18T18:56:52.082Z
512026-08-18T18:56:52.110Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-18T18:56:52.110Z
532026-08-18T18:56:52.110Z
542026-08-18T18:56:52.110ZRust is installed now. Great!
552026-08-18T18:56:52.110Z
562026-08-18T18:56:52.113ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-18T18:56:52.113Zenvironment variable. This has not been done automatically.
582026-08-18T18:56:52.113Z
592026-08-18T18:56:52.113ZTo configure your current shell, you need to source
602026-08-18T18:56:52.113Zthe corresponding env file under $HOME/.cargo.
612026-08-18T18:56:52.113Z
622026-08-18T18:56:52.113ZThis is usually done by running one of the following (note the leading DOT):
632026-08-18T18:56:52.113Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-18T18:56:52.113Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-18T18:56:52.113Zsource "~/.cargo/env.nu" # For nushell
662026-08-18T18:56:52.113Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-18T18:56:52.113Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-18T18:56:52.113Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-18T18:56:52.113Zwarn: no default linker (`cc`) was found in your PATH
702026-08-18T18:56:52.113Zwarn: many Rust crates require a system C toolchain to build
712026-08-18T18:56:52.195Z+ rustup --version
722026-08-18T18:56:52.203Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-18T18:56:52.206Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-18T18:56:52.225Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-18T18:56:52.228Z+ cargo --version
762026-08-18T18:56:52.242Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-18T18:56:52.245Z+ rustc --version
782026-08-18T18:56:52.264Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-18T18:56:52.267Zprocess exited: duration 16137 ms, exit code 0
 
802026-08-18T18:56:52.273Zstarting task 2: "authentication"
812026-08-18T18:56:52.289Zprocess exited: duration 16 ms, exit code 0
 
822026-08-18T18:56:52.295Zstarting task 3: "clone repository"
832026-08-18T18:56:52.298Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-18T18:56:52.300Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-18T18:56:52.329ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-18T18:56:54.189Z+ cd /work/oxidecomputer/maghemite
872026-08-18T18:56:54.189Z+ git fetch origin bf831acede9b125a854bfda5615ae9248d1e2fa8
882026-08-18T18:56:54.478ZFrom https://github.com/oxidecomputer/maghemite
892026-08-18T18:56:54.478Z * branch bf831acede9b125a854bfda5615ae9248d1e2fa8 -> FETCH_HEAD
902026-08-18T18:56:54.483Z+ [[ -n trey/unnumbered-cleanup ]]
912026-08-18T18:56:54.485Z++ git branch --show-current
922026-08-18T18:56:54.485Z+ current=main
932026-08-18T18:56:54.485Z+ [[ main != trey/unnumbered-cleanup ]]
942026-08-18T18:56:54.485Z+ git branch -f trey/unnumbered-cleanup bf831acede9b125a854bfda5615ae9248d1e2fa8
952026-08-18T18:56:54.488Z+ git checkout -f trey/unnumbered-cleanup
962026-08-18T18:56:54.507ZSwitched to branch 'trey/unnumbered-cleanup'
972026-08-18T18:56:54.510Z+ git reset --hard bf831acede9b125a854bfda5615ae9248d1e2fa8
982026-08-18T18:56:54.526ZHEAD is now at bf831ac review feedback
992026-08-18T18:56:54.528Zprocess exited: duration 2231 ms, exit code 0
 
1002026-08-18T18:56:54.534Zstarting task 4: "build"
1012026-08-18T18:56:54.537Z+ set -o errexit
1022026-08-18T18:56:54.537Z+ set -o pipefail
1032026-08-18T18:56:54.537Z+ source .github/buildomat/test-common.sh
1042026-08-18T18:56:54.540Z++ NEXTEST_VERSION=0.9.97
1052026-08-18T18:56:54.540Z++ PLATFORM=illumos
1062026-08-18T18:56:54.540Z++ banner install
1072026-08-18T18:56:54.540Z
1082026-08-18T18:56:54.540Z # # # #### ##### ## # #
1092026-08-18T18:56:54.540Z # ## # # # # # # #
1102026-08-18T18:56:54.540Z # # # # #### # # # # #
1112026-08-18T18:56:54.541Z # # # # # # ###### # #
1122026-08-18T18:56:54.541Z # # ## # # # # # # #
1132026-08-18T18:56:54.541Z # # # #### # # # ###### ######
1142026-08-18T18:56:54.541Z
1152026-08-18T18:56:54.541Z++ set +o errexit
1162026-08-18T18:56:54.541Z++ pkg info clang-15
1172026-08-18T18:56:54.543Z++ grep -qi installed
1182026-08-18T18:56:55.744Zpkg: info: no packages matching the following patterns you specified are
1192026-08-18T18:56:55.744Zinstalled on the system. Try querying remotely instead:
1202026-08-18T18:56:55.744Z
1212026-08-18T18:56:55.745Z clang-15
1222026-08-18T18:56:55.786Z++ [[ 1 != 0 ]]
1232026-08-18T18:56:55.786Z++ set -o errexit
1242026-08-18T18:56:55.786Z++ pfexec pkg install clang-15
1252026-08-18T18:57:04.826Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-08-18T18:57:12.643Z Startup: Caching catalogs ... Done
1272026-08-18T18:57:19.899ZPlanning: Solver setup ... Done
1282026-08-18T18:57:19.940ZPlanning: Running solver ... Done
1292026-08-18T18:57:20.080ZPlanning: Finding local manifests ... Done
1302026-08-18T18:57:20.103ZPlanning: Fetching manifests: 0/2 0% complete
1312026-08-18T18:57:20.196ZPlanning: Fetching manifests: 2/2 100% complete
1322026-08-18T18:57:20.225ZPlanning: Package planning ... Done
1332026-08-18T18:57:20.251ZPlanning: Merging actions ... Done
1342026-08-18T18:57:20.357ZPlanning: Checking for conflicting actions ... Done
1352026-08-18T18:57:20.364ZPlanning: Consolidating action changes ... Done
1362026-08-18T18:57:21.126ZPlanning: Evaluating mediators ... Done
1372026-08-18T18:57:21.131ZPlanning: Planning completed in 8.32 seconds
1382026-08-18T18:57:21.142Z Packages to install: 2
1392026-08-18T18:57:21.143Z Mediators to change: 2
1402026-08-18T18:57:21.145Z Services to change: 1
1412026-08-18T18:57:21.145Z Create boot environment: No
1422026-08-18T18:57:21.145ZCreate backup boot environment: No
1432026-08-18T18:57:21.184Z
1442026-08-18T18:57:21.184ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-08-18T18:57:27.324ZDownload: 981/3076 items 82.2/211.3MB 38% complete (22.2M/s)
1462026-08-18T18:57:32.425ZDownload: 2147/3076 items 118.6/211.3MB 56% complete (10.4M/s)
1472026-08-18T18:57:37.429ZDownload: 2534/3076 items 119.6/211.3MB 56% complete (3.9M/s)
1482026-08-18T18:57:42.667ZDownload: 3025/3076 items 199.0/211.3MB 94% complete (8.0M/s)
1492026-08-18T18:57:55.478ZDownload: 3029/3076 items 201.8/211.3MB 95% complete
1502026-08-18T18:57:56.098ZDownload: Completed 211.31 MB in 34.91 seconds (6.0M/s)
1512026-08-18T18:57:56.231Z Actions: 1/3418 actions (Installing new actions)
1522026-08-18T18:57:59.367Z Actions: Completed 3418 actions in 3.13 seconds.
1532026-08-18T18:58:00.017Z Done
1542026-08-18T18:58:00.017Z Done
1552026-08-18T18:58:00.776Z Done
1562026-08-18T18:58:04.153Z Done
1572026-08-18T18:58:04.222Z Done
1582026-08-18T18:58:04.225Z Done
1592026-08-18T18:58:04.497Z Done
1602026-08-18T18:58:05.183Z++ set -o errexit
1612026-08-18T18:58:05.183Z++ cargo --version
1622026-08-18T18:58:05.189Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1632026-08-18T18:58:05.333Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1642026-08-18T18:58:05.336Zinfo: downloading 6 components
1652026-08-18T18:58:20.754Zcargo 1.97.1 (c980f4866 2026-06-30)
1662026-08-18T18:58:20.756Z++ rustc --version
1672026-08-18T18:58:20.783Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1682026-08-18T18:58:20.790Z++ cargo install cargo-nextest --version 0.9.97
1692026-08-18T18:58:20.834Z Updating crates.io index
1702026-08-18T18:58:20.921Z Downloading crates ...
1712026-08-18T18:58:20.971Z Downloaded cargo-nextest v0.9.97
1722026-08-18T18:58:21.029Z Installing cargo-nextest v0.9.97
1732026-08-18T18:58:21.030Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1742026-08-18T18:58:21.030Z |
1752026-08-18T18:58:21.030Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1762026-08-18T18:58:21.030Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1772026-08-18T18:58:21.071Z Updating crates.io index
1782026-08-18T18:58:22.988Z Locking 396 packages to latest compatible versions
1792026-08-18T18:58:22.991Z Adding dialoguer v0.11.0 (available: v0.12.0)
1802026-08-18T18:58:22.992Z Adding duct v0.13.7 (available: v1.1.1)
1812026-08-18T18:58:22.992Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1822026-08-18T18:58:22.992Z Adding generic-array v0.14.7 (available: v0.14.9)
1832026-08-18T18:58:22.994Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1842026-08-18T18:58:22.994Z Adding itertools v0.14.0 (available: v0.15.0)
1852026-08-18T18:58:22.994Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1862026-08-18T18:58:22.994Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1872026-08-18T18:58:22.997Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1882026-08-18T18:58:23.000Z Adding quick-junit v0.5.2 (available: v0.7.0)
1892026-08-18T18:58:23.024Z Downloading crates ...
1902026-08-18T18:58:23.051Z Downloaded adler2 v2.0.1
1912026-08-18T18:58:23.053Z Downloaded atomic-waker v1.1.2
1922026-08-18T18:58:23.059Z Downloaded anstyle-query v1.1.5
1932026-08-18T18:58:23.065Z Downloaded openssl-sys v0.9.117
1942026-08-18T18:58:23.068Z Downloaded addr2line v0.25.1
1952026-08-18T18:58:23.074Z Downloaded anstyle-parse v1.0.0
1962026-08-18T18:58:23.076Z Downloaded anstream v1.0.0
1972026-08-18T18:58:23.076Z Downloaded camino-tempfile v1.4.1
1982026-08-18T18:58:23.079Z Downloaded ahash v0.8.12
1992026-08-18T18:58:23.084Z Downloaded globset v0.4.20
2002026-08-18T18:58:23.084Z Downloaded ppv-lite86 v0.2.21
2012026-08-18T18:58:23.090Z Downloaded crc32fast v1.5.0
2022026-08-18T18:58:23.090Z Downloaded parking_lot v0.12.5
2032026-08-18T18:58:23.090Z Downloaded pin-project-internal v1.1.13
2042026-08-18T18:58:23.090Z Downloaded ordered-float v2.10.1
2052026-08-18T18:58:23.090Z Downloaded pin-project v1.1.13
2062026-08-18T18:58:23.096Z Downloaded cfg-if v1.0.4
2072026-08-18T18:58:23.101Z Downloaded document-features v0.2.12
2082026-08-18T18:58:23.102Z Downloaded cargo-platform v0.3.3
2092026-08-18T18:58:23.107Z Downloaded proc-macro2 v1.0.107
2102026-08-18T18:58:23.107Z Downloaded scopeguard v1.2.0
2112026-08-18T18:58:23.107Z Downloaded pkcs8 v0.10.2
2122026-08-18T18:58:23.107Z Downloaded pkg-config v0.3.34
2132026-08-18T18:58:23.107Z Downloaded block-buffer v0.10.4
2142026-08-18T18:58:23.107Z Downloaded equivalent v1.0.2
2152026-08-18T18:58:23.117Z Downloaded curve25519-dalek-derive v0.1.1
2162026-08-18T18:58:23.117Z Downloaded backtrace-ext v0.2.1
2172026-08-18T18:58:23.117Z Downloaded serde_urlencoded v0.7.1
2182026-08-18T18:58:23.117Z Downloaded clap_lex v1.1.0
2192026-08-18T18:58:23.117Z Downloaded enable-ansi-support v0.2.1
2202026-08-18T18:58:23.117Z Downloaded cargo-platform v0.2.0
2212026-08-18T18:58:23.125Z Downloaded cfg_aliases v0.2.2
2222026-08-18T18:58:23.125Z Downloaded cpufeatures v0.2.17
2232026-08-18T18:58:23.139Z Downloaded foreign-types v0.3.2
2242026-08-18T18:58:23.139Z Downloaded rustc_version v0.4.1
2252026-08-18T18:58:23.139Z Downloaded errno v0.3.14
2262026-08-18T18:58:23.139Z Downloaded futures-core v0.3.34
2272026-08-18T18:58:23.151Z Downloaded futures-io v0.3.34
2282026-08-18T18:58:23.151Z Downloaded color-spantrace v0.3.0
2292026-08-18T18:58:23.151Z Downloaded crypto-common v0.1.7
2302026-08-18T18:58:23.151Z Downloaded foreign-types-shared v0.1.1
2312026-08-18T18:58:23.151Z Downloaded form_urlencoded v1.2.2
2322026-08-18T18:58:23.151Z Downloaded quinn-udp v0.5.15
2332026-08-18T18:58:23.151Z Downloaded shlex v2.0.1
2342026-08-18T18:58:23.151Z Downloaded cpufeatures v0.3.0
2352026-08-18T18:58:23.151Z Downloaded fnv v1.0.7
2362026-08-18T18:58:23.151Z Downloaded der v0.7.10
2372026-08-18T18:58:23.156Z Downloaded self_update v0.42.0
2382026-08-18T18:58:23.156Z Downloaded aho-corasick v1.1.5
2392026-08-18T18:58:23.156Z Downloaded serde_ignored v0.1.14
2402026-08-18T18:58:23.156Z Downloaded sigchld v0.2.4
2412026-08-18T18:58:23.161Z Downloaded owo-colors v4.3.0
2422026-08-18T18:58:23.161Z Downloaded digest v0.10.7
2432026-08-18T18:58:23.161Z Downloaded debug-ignore v1.0.5
2442026-08-18T18:58:23.161Z Downloaded rustc-hash v2.1.3
2452026-08-18T18:58:23.161Z Downloaded serde-value v0.7.0
2462026-08-18T18:58:23.162Z Downloaded generic-array v0.14.7
2472026-08-18T18:58:23.162Z Downloaded colorchoice v1.0.5
2482026-08-18T18:58:23.162Z Downloaded futures-sink v0.3.34
2492026-08-18T18:58:23.162Z Downloaded futures-task v0.3.34
2502026-08-18T18:58:23.164Z Downloaded subtle v2.6.1
2512026-08-18T18:58:23.164Z Downloaded os_pipe v1.2.3
2522026-08-18T18:58:23.164Z Downloaded rand_core v0.6.4
2532026-08-18T18:58:23.167Z Downloaded atomicwrites v0.4.4
2542026-08-18T18:58:23.173Z Downloaded serde_spanned v0.6.9
2552026-08-18T18:58:23.177Z Downloaded toml_datetime v0.6.11
2562026-08-18T18:58:23.180Z Downloaded toml_write v0.1.2
2572026-08-18T18:58:23.180Z Downloaded tower-layer v0.3.3
2582026-08-18T18:58:23.180Z Downloaded tower-service v0.3.3
2592026-08-18T18:58:23.180Z Downloaded try-lock v0.2.5
2602026-08-18T18:58:23.180Z Downloaded openssl-macros v0.1.1
2612026-08-18T18:58:23.183Z Downloaded signature v2.2.0
2622026-08-18T18:58:23.183Z Downloaded untrusted v0.9.0
2632026-08-18T18:58:23.183Z Downloaded xattr v1.6.1
2642026-08-18T18:58:23.183Z Downloaded sync_wrapper v1.0.2
2652026-08-18T18:58:23.187Z Downloaded rand_pcg v0.10.2
2662026-08-18T18:58:23.187Z Downloaded shell-words v1.1.1
2672026-08-18T18:58:23.189Z Downloaded find-msvc-tools v0.1.11
2682026-08-18T18:58:23.192Z Downloaded cargo-util-schemas v0.2.0
2692026-08-18T18:58:23.192Z Downloaded foldhash v0.1.5
2702026-08-18T18:58:23.195Z Downloaded shared_child v1.1.1
2712026-08-18T18:58:23.198Z Downloaded supports-color v3.0.2
2722026-08-18T18:58:23.198Z Downloaded cargo_metadata v0.20.0
2732026-08-18T18:58:23.198Z Downloaded supports-unicode v3.0.0
2742026-08-18T18:58:23.200Z Downloaded swrite v0.1.0
2752026-08-18T18:58:23.203Z Downloaded strsim v0.11.1
2762026-08-18T18:58:23.205Z Downloaded either v1.17.0
2772026-08-18T18:58:23.205Z Downloaded tinyvec_macros v0.1.1
2782026-08-18T18:58:23.208Z Downloaded tokio-macros v2.7.2
2792026-08-18T18:58:23.211Z Downloaded urlencoding v2.1.3
2802026-08-18T18:58:23.214Z Downloaded duct v0.13.7
2812026-08-18T18:58:23.216Z Downloaded fastrand v2.5.0
2822026-08-18T18:58:23.216Z Downloaded serde_spanned v1.1.1
2832026-08-18T18:58:23.216Z Downloaded strip-ansi-escapes v0.2.1
2842026-08-18T18:58:23.219Z Downloaded camino v1.2.5
2852026-08-18T18:58:23.219Z Downloaded parking_lot_core v0.9.12
2862026-08-18T18:58:23.221Z Downloaded idna_adapter v1.0.0
2872026-08-18T18:58:23.221Z Downloaded indent_write v2.2.0
2882026-08-18T18:58:23.224Z Downloaded openssl-probe v0.2.1
2892026-08-18T18:58:23.224Z Downloaded signal-hook-mio v0.2.5
2902026-08-18T18:58:23.224Z Downloaded supports-hyperlinks v3.2.0
2912026-08-18T18:58:23.227Z Downloaded terminal_size v0.4.4
2922026-08-18T18:58:23.227Z Downloaded humantime-serde v1.1.1
2932026-08-18T18:58:23.230Z Downloaded nested v0.1.1
2942026-08-18T18:58:23.232Z Downloaded base64ct v1.8.3
2952026-08-18T18:58:23.235Z Downloaded autocfg v1.5.1
2962026-08-18T18:58:23.237Z Downloaded ryu v1.0.23
2972026-08-18T18:58:23.238Z Downloaded serde_derive v1.0.229
2982026-08-18T18:58:23.240Z Downloaded serde-untagged v0.1.9
2992026-08-18T18:58:23.240Z Downloaded portable-atomic v1.15.0
3002026-08-18T18:58:23.245Z Downloaded rand_chacha v0.9.0
3012026-08-18T18:58:23.248Z Downloaded target-lexicon v0.13.5
3022026-08-18T18:58:23.248Z Downloaded fixedbitset v0.5.7
3032026-08-18T18:58:23.248Z Downloaded futures-executor v0.3.34
3042026-08-18T18:58:23.248Z Downloaded indenter v0.3.4
3052026-08-18T18:58:23.248Z Downloaded http-body v1.1.0
3062026-08-18T18:58:23.248Z Downloaded dialoguer v0.11.0
3072026-08-18T18:58:23.251Z Downloaded lru-slab v0.1.2
3082026-08-18T18:58:23.251Z Downloaded nextest-workspace-hack v0.1.0
3092026-08-18T18:58:23.251Z Downloaded is_terminal_polyfill v1.70.2
3102026-08-18T18:58:23.254Z Downloaded rand_core v0.9.5
3112026-08-18T18:58:23.256Z Downloaded pathdiff v0.2.3
3122026-08-18T18:58:23.259Z Downloaded lazy_static v1.5.0
3132026-08-18T18:58:23.262Z Downloaded utf8parse v0.2.2
3142026-08-18T18:58:23.262Z Downloaded self-replace v1.5.0
3152026-08-18T18:58:23.264Z Downloaded static_assertions v1.1.0
3162026-08-18T18:58:23.267Z Downloaded cfg-expr v0.20.8
3172026-08-18T18:58:23.269Z Downloaded convert_case v0.10.0
3182026-08-18T18:58:23.270Z Downloaded futures-macro v0.3.34
3192026-08-18T18:58:23.272Z Downloaded spki v0.7.3
3202026-08-18T18:58:23.272Z Downloaded thread_local v1.1.10
3212026-08-18T18:58:23.272Z Downloaded chacha20 v0.10.1
3222026-08-18T18:58:23.275Z Downloaded futures-channel v0.3.34
3232026-08-18T18:58:23.275Z Downloaded simd-adler32 v0.3.10
3242026-08-18T18:58:23.277Z Downloaded thiserror v1.0.69
3252026-08-18T18:58:23.280Z Downloaded thiserror-impl v1.0.69
3262026-08-18T18:58:23.280Z Downloaded cargo_metadata v0.23.1
3272026-08-18T18:58:23.280Z Downloaded console v0.15.11
3282026-08-18T18:58:23.282Z Downloaded thiserror v2.0.20
3292026-08-18T18:58:23.285Z Downloaded typeid v1.0.3
3302026-08-18T18:58:23.285Z Downloaded slab v0.4.12
3312026-08-18T18:58:23.285Z Downloaded target-spec-miette v0.4.8
3322026-08-18T18:58:23.288Z Downloaded async-scoped v0.9.0
3332026-08-18T18:58:23.288Z Downloaded smol_str v0.3.6
3342026-08-18T18:58:23.288Z Downloaded signal-hook-registry v1.4.8
3352026-08-18T18:58:23.290Z Downloaded const-oid v0.9.6
3362026-08-18T18:58:23.290Z Downloaded eyre v0.6.14
3372026-08-18T18:58:23.295Z Downloaded quote v1.0.47
3382026-08-18T18:58:23.295Z Downloaded anstyle v1.0.14
3392026-08-18T18:58:23.295Z Downloaded hyper-tls v0.6.0
3402026-08-18T18:58:23.298Z Downloaded zipsign-api v0.1.5
3412026-08-18T18:58:23.298Z Downloaded rand_core v0.10.1
3422026-08-18T18:58:23.298Z Downloaded number_prefix v0.4.0
3432026-08-18T18:58:23.298Z Downloaded percent-encoding v2.3.2
3442026-08-18T18:58:23.298Z Downloaded humantime v2.4.0
3452026-08-18T18:58:23.298Z Downloaded rustls-pki-types v1.15.1
3462026-08-18T18:58:23.301Z Downloaded pin-project-lite v0.2.17
3472026-08-18T18:58:23.301Z Downloaded serde_path_to_error v0.1.20
3482026-08-18T18:58:23.303Z Downloaded nextest-metadata v0.12.2
3492026-08-18T18:58:23.306Z Downloaded unicode-linebreak v0.1.5
3502026-08-18T18:58:23.308Z Downloaded tracing-log v0.2.0
3512026-08-18T18:58:23.311Z Downloaded home v0.5.12
3522026-08-18T18:58:23.311Z Downloaded hyper-rustls v0.27.9
3532026-08-18T18:58:23.314Z Downloaded clap_derive v4.6.4
3542026-08-18T18:58:23.314Z Downloaded mukti-metadata v0.3.0
3552026-08-18T18:58:23.314Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3562026-08-18T18:58:23.316Z Downloaded itoa v1.0.18
3572026-08-18T18:58:23.316Z Downloaded ed25519 v2.2.3
3582026-08-18T18:58:23.319Z Downloaded future-queue v0.4.0
3592026-08-18T18:58:23.319Z Downloaded tracing-error v0.2.1
3602026-08-18T18:58:23.319Z Downloaded is_ci v1.2.0
3612026-08-18T18:58:23.322Z Downloaded filetime v0.2.29
3622026-08-18T18:58:23.325Z Downloaded tokio-stream v0.1.19
3632026-08-18T18:58:23.328Z Downloaded zmij v1.0.23
3642026-08-18T18:58:23.330Z Downloaded want v0.3.1
3652026-08-18T18:58:23.333Z Downloaded quick-junit v0.5.2
3662026-08-18T18:58:23.335Z Downloaded rustc-demangle v0.1.28
3672026-08-18T18:58:23.335Z Downloaded sha2 v0.10.9
3682026-08-18T18:58:23.338Z Downloaded xxhash-rust v0.8.18
3692026-08-18T18:58:23.338Z Downloaded zeroize v1.9.0
3702026-08-18T18:58:23.341Z Downloaded guppy-workspace-hack v0.1.0
3712026-08-18T18:58:23.343Z Downloaded heck v0.5.0
3722026-08-18T18:58:23.343Z Downloaded hex v0.4.3
3732026-08-18T18:58:23.346Z Downloaded smallvec v1.15.2
3742026-08-18T18:58:23.346Z Downloaded target-spec v3.6.0
3752026-08-18T18:58:23.346Z Downloaded tokio-native-tls v0.3.1
3762026-08-18T18:58:23.349Z Downloaded tokio-rustls v0.26.4
3772026-08-18T18:58:23.349Z Downloaded tempfile v3.27.0
3782026-08-18T18:58:23.349Z Downloaded semver v1.0.28
3792026-08-18T18:58:23.351Z Downloaded thiserror-impl v2.0.20
3802026-08-18T18:58:23.351Z Downloaded getrandom v0.2.17
3812026-08-18T18:58:23.354Z Downloaded futures v0.3.34
3822026-08-18T18:58:23.356Z Downloaded getrandom v0.3.4
3832026-08-18T18:58:23.359Z Downloaded getrandom v0.4.3
3842026-08-18T18:58:23.362Z Downloaded clap v4.6.6
3852026-08-18T18:58:23.364Z Downloaded bitflags v2.13.1
3862026-08-18T18:58:23.367Z Downloaded version_check v0.9.5
3872026-08-18T18:58:23.367Z Downloaded serde_core v1.0.229
3882026-08-18T18:58:23.370Z Downloaded rustls-webpki v0.103.14
3892026-08-18T18:58:23.373Z Downloaded utf8_iter v1.0.4
3902026-08-18T18:58:23.376Z Downloaded nextest-filtering v0.15.0
3912026-08-18T18:58:23.378Z Downloaded toml v0.8.23
3922026-08-18T18:58:23.378Z Downloaded unicode-xid v0.2.6
3932026-08-18T18:58:23.381Z Downloaded toml_writer v1.1.2+spec-1.1.0
3942026-08-18T18:58:23.381Z Downloaded native-tls v0.2.18
3952026-08-18T18:58:23.384Z Downloaded jobserver v0.1.35
3962026-08-18T18:58:23.386Z Downloaded serde v1.0.229
3972026-08-18T18:58:23.386Z Downloaded signal-hook v0.3.18
3982026-08-18T18:58:23.389Z Downloaded newtype-uuid v1.4.0
3992026-08-18T18:58:23.389Z Downloaded zstd-safe v7.2.4
4002026-08-18T18:58:23.389Z Downloaded config v0.15.25
4012026-08-18T18:58:23.392Z Downloaded erased-serde v0.4.10
4022026-08-18T18:58:23.398Z Downloaded textwrap v0.16.2
4032026-08-18T18:58:23.404Z Downloaded toml_parser v1.1.3+spec-1.1.0
4042026-08-18T18:58:23.412Z Downloaded ipnet v2.12.1
4052026-08-18T18:58:23.415Z Downloaded unicase v2.9.0
4062026-08-18T18:58:23.415Z Downloaded zstd v0.13.3
4072026-08-18T18:58:23.421Z Downloaded lock_api v0.4.14
4082026-08-18T18:58:23.424Z Downloaded derive-where v1.6.1
4092026-08-18T18:58:23.427Z Downloaded http-body-util v0.1.5
4102026-08-18T18:58:23.429Z Downloaded litrs v1.0.0
4112026-08-18T18:58:23.432Z Downloaded miette-derive v7.6.0
4122026-08-18T18:58:23.435Z Downloaded rand v0.10.2
4132026-08-18T18:58:23.438Z Downloaded unicode-ident v1.0.24
4142026-08-18T18:58:23.441Z Downloaded socket2 v0.6.5
4152026-08-18T18:58:23.450Z Downloaded tinyvec v1.12.0
4162026-08-18T18:58:23.457Z Downloaded once_cell v1.21.4
4172026-08-18T18:58:23.460Z Downloaded uuid v1.24.1
4182026-08-18T18:58:23.462Z Downloaded quinn v0.11.11
4192026-08-18T18:58:23.465Z Downloaded log v0.4.33
4202026-08-18T18:58:23.468Z Downloaded httparse v1.10.1
4212026-08-18T18:58:23.475Z Downloaded backtrace v0.3.76
4222026-08-18T18:58:23.476Z Downloaded iana-time-zone v0.1.65
4232026-08-18T18:58:23.484Z Downloaded base64 v0.22.1
4242026-08-18T18:58:23.484Z Downloaded borsh v1.8.0
4252026-08-18T18:58:23.484Z Downloaded bytes v1.12.1
4262026-08-18T18:58:23.490Z Downloaded flate2 v1.1.9
4272026-08-18T18:58:23.490Z Downloaded tar v0.4.46
4282026-08-18T18:58:23.490Z Downloaded miniz_oxide v0.8.9
4292026-08-18T18:58:23.498Z Downloaded toml v1.1.4+spec-1.1.0
4302026-08-18T18:58:23.506Z Downloaded sharded-slab v0.1.7
4312026-08-18T18:58:23.507Z Downloaded vte v0.14.1
4322026-08-18T18:58:23.507Z Downloaded ed25519-dalek v2.2.0
4332026-08-18T18:58:23.507Z Downloaded url v2.5.8
4342026-08-18T18:58:23.511Z Downloaded indicatif v0.17.11
4352026-08-18T18:58:23.524Z Downloaded derive_more v2.1.1
4362026-08-18T18:58:23.524Z Downloaded derive_more-impl v2.1.1
4372026-08-18T18:58:23.529Z Downloaded tracing-attributes v0.1.31
4382026-08-18T18:58:23.529Z Downloaded tracing-core v0.1.36
4392026-08-18T18:58:23.536Z Downloaded rand v0.9.5
4402026-08-18T18:58:23.536Z Downloaded toml_edit v0.22.27
4412026-08-18T18:58:23.543Z Downloaded num-traits v0.2.19
4422026-08-18T18:58:23.552Z Downloaded cc v1.4.3
4432026-08-18T18:58:23.568Z Downloaded tower v0.5.3
4442026-08-18T18:58:23.573Z Downloaded reqwest v0.12.28
4452026-08-18T18:58:23.590Z Downloaded miette v7.6.0
4462026-08-18T18:58:23.590Z Downloaded memchr v2.8.3
4472026-08-18T18:58:23.593Z Downloaded indexmap v2.14.0
4482026-08-18T18:58:23.598Z Downloaded crossterm v0.29.0
4492026-08-18T18:58:23.601Z Downloaded unicode-segmentation v1.13.3
4502026-08-18T18:58:23.604Z Downloaded hyper-util v0.1.20
4512026-08-18T18:58:23.607Z Downloaded http v1.5.0
4522026-08-18T18:58:23.611Z Downloaded typenum v1.20.1
4532026-08-18T18:58:23.614Z Downloaded pulldown-cmark v0.13.4
4542026-08-18T18:58:23.616Z Downloaded mio v1.2.2
4552026-08-18T18:58:23.619Z Downloaded regex v1.13.1
4562026-08-18T18:58:23.621Z Downloaded ron v0.12.2
4572026-08-18T18:58:23.626Z Downloaded serde_json v1.0.151
4582026-08-18T18:58:23.635Z Downloaded quick-xml v0.38.4
4592026-08-18T18:58:23.647Z Downloaded idna v1.1.0
4602026-08-18T18:58:23.650Z Downloaded guppy v0.17.26
4612026-08-18T18:58:23.656Z Downloaded itertools v0.14.0
4622026-08-18T18:58:23.661Z Downloaded quick-xml v0.37.5
4632026-08-18T18:58:23.667Z Downloaded unicode-normalization v0.1.25
4642026-08-18T18:58:23.676Z Downloaded quinn-proto v0.11.17
4652026-08-18T18:58:23.679Z Downloaded hashbrown v0.15.5
4662026-08-18T18:58:23.683Z Downloaded hashbrown v0.17.1
4672026-08-18T18:58:23.686Z Downloaded futures-util v0.3.34
4682026-08-18T18:58:23.690Z Downloaded clap_builder v4.6.6
4692026-08-18T18:58:23.693Z Downloaded tower-http v0.6.11
4702026-08-18T18:58:23.699Z Downloaded hyper v1.11.0
4712026-08-18T18:58:23.703Z Downloaded tokio-util v0.7.19
4722026-08-18T18:58:23.709Z Downloaded h2 v0.4.16
4732026-08-18T18:58:23.712Z Downloaded winnow v0.7.15
4742026-08-18T18:58:23.728Z Downloaded tracing-subscriber v0.3.23
4752026-08-18T18:58:23.732Z Downloaded curve25519-dalek v4.1.3
4762026-08-18T18:58:23.742Z Downloaded winnow v1.0.4
4772026-08-18T18:58:23.746Z Downloaded vcpkg v0.2.15
4782026-08-18T18:58:23.764Z Downloaded webpki-roots v1.0.9
4792026-08-18T18:58:23.767Z Downloaded chrono v0.4.45
4802026-08-18T18:58:23.769Z Downloaded unicode-width v0.1.14
4812026-08-18T18:58:23.772Z Downloaded syn v2.0.119
4822026-08-18T18:58:23.778Z Downloaded syn v3.0.3
4832026-08-18T18:58:23.797Z Downloaded rustls v0.23.43
4842026-08-18T18:58:23.802Z Downloaded regex-syntax v0.8.11
4852026-08-18T18:58:23.806Z Downloaded unicode-width v0.2.2
4862026-08-18T18:58:23.809Z Downloaded zerocopy v0.8.56
4872026-08-18T18:58:23.819Z Downloaded rustix v0.38.44
4882026-08-18T18:58:23.831Z Downloaded rustix v1.1.4
4892026-08-18T18:58:23.843Z Downloaded gimli v0.32.3
4902026-08-18T18:58:23.847Z Downloaded nextest-runner v0.80.0
4912026-08-18T18:58:23.854Z Downloaded bstr v1.13.1
4922026-08-18T18:58:23.858Z Downloaded nix v0.30.1
4932026-08-18T18:58:23.865Z Downloaded object v0.37.3
4942026-08-18T18:58:23.871Z Downloaded openssl v0.10.81
4952026-08-18T18:58:23.876Z Downloaded regex-automata v0.4.18
4962026-08-18T18:58:23.892Z Downloaded tracing v0.1.44
4972026-08-18T18:58:23.938Z Downloaded color-eyre v0.6.5
4982026-08-18T18:58:23.946Z Downloaded tokio v1.53.1
4992026-08-18T18:58:23.968Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
5002026-08-18T18:58:23.978Z Downloaded petgraph v0.8.3
5012026-08-18T18:58:23.991Z Downloaded libc v0.2.189
5022026-08-18T18:58:24.014Z Downloaded recursion v0.5.4
5032026-08-18T18:58:24.019Z Downloaded ring v0.17.14
5042026-08-18T18:58:24.080Z Compiling proc-macro2 v1.0.107
5052026-08-18T18:58:24.082Z Compiling unicode-ident v1.0.24
5062026-08-18T18:58:24.082Z Compiling libc v0.2.189
5072026-08-18T18:58:24.082Z Compiling quote v1.0.47
5082026-08-18T18:58:24.083Z Compiling serde_core v1.0.229
5092026-08-18T18:58:24.083Z Compiling cfg-if v1.0.4
5102026-08-18T18:58:24.210Z Compiling memchr v2.8.3
5112026-08-18T18:58:24.213Z Compiling once_cell v1.21.4
5122026-08-18T18:58:24.313Z Compiling log v0.4.33
5132026-08-18T18:58:24.330Z Compiling pin-project-lite v0.2.17
5142026-08-18T18:58:24.423Z Compiling itoa v1.0.18
5152026-08-18T18:58:24.513Z Compiling serde v1.0.229
5162026-08-18T18:58:24.600Z Compiling smallvec v1.15.2
5172026-08-18T18:58:24.660Z Compiling futures-core v0.3.34
5182026-08-18T18:58:24.821Z Compiling bitflags v2.13.1
5192026-08-18T18:58:24.846Z Compiling equivalent v1.0.2
5202026-08-18T18:58:24.857Z Compiling find-msvc-tools v0.1.11
5212026-08-18T18:58:25.025Z Compiling hashbrown v0.17.1
5222026-08-18T18:58:25.186Z Compiling errno v0.3.14
5232026-08-18T18:58:25.265Z Compiling shlex v2.0.1
5242026-08-18T18:58:25.352Z Compiling signal-hook-registry v1.4.8
5252026-08-18T18:58:25.364Z Compiling jobserver v0.1.35
5262026-08-18T18:58:25.437Z Compiling bytes v1.12.1
5272026-08-18T18:58:25.450Z Compiling mio v1.2.2
5282026-08-18T18:58:25.477Z Compiling syn v3.0.3
5292026-08-18T18:58:25.541Z Compiling syn v2.0.119
5302026-08-18T18:58:25.692Z Compiling cc v1.4.3
5312026-08-18T18:58:25.740Z Compiling futures-sink v0.3.34
5322026-08-18T18:58:25.827Z Compiling rustix v1.1.4
5332026-08-18T18:58:25.858Z Compiling socket2 v0.6.5
5342026-08-18T18:58:26.136Z Compiling zmij v1.0.23
5352026-08-18T18:58:26.355Z Compiling autocfg v1.5.1
5362026-08-18T18:58:26.440Z Compiling slab v0.4.12
5372026-08-18T18:58:26.642Z Compiling indexmap v2.14.0
5382026-08-18T18:58:26.716Z Compiling futures-channel v0.3.34
5392026-08-18T18:58:26.728Z Compiling tracing-core v0.1.36
5402026-08-18T18:58:26.773Z Compiling version_check v0.9.5
5412026-08-18T18:58:26.984Z Compiling serde_json v1.0.151
5422026-08-18T18:58:27.056Z Compiling futures-io v0.3.34
5432026-08-18T18:58:27.240Z Compiling getrandom v0.4.3
5442026-08-18T18:58:27.260Z Compiling futures-task v0.3.34
5452026-08-18T18:58:27.436Z Compiling percent-encoding v2.3.2
5462026-08-18T18:58:27.536Z Compiling unicode-width v0.2.2
5472026-08-18T18:58:27.548Z Compiling camino v1.2.5
5482026-08-18T18:58:27.813Z Compiling ring v0.17.14
5492026-08-18T18:58:27.843Z Compiling http v1.5.0
5502026-08-18T18:58:27.879Z Compiling simd-adler32 v0.3.10
5512026-08-18T18:58:27.923Z Compiling adler2 v2.0.1
5522026-08-18T18:58:28.092Z Compiling zeroize v1.9.0
5532026-08-18T18:58:28.312Z Compiling miniz_oxide v0.8.9
5542026-08-18T18:58:28.386Z Compiling serde_derive v1.0.229
5552026-08-18T18:58:28.726Z Compiling tokio-macros v2.7.2
5562026-08-18T18:58:28.914Z Compiling futures-macro v0.3.34
5572026-08-18T18:58:29.194Z Compiling tracing-attributes v0.1.31
5582026-08-18T18:58:29.470Z Compiling tokio v1.53.1
5592026-08-18T18:58:29.694Z Compiling num-traits v0.2.19
5602026-08-18T18:58:29.717Z Compiling zerocopy v0.8.56
5612026-08-18T18:58:29.730Z Compiling futures-util v0.3.34
5622026-08-18T18:58:29.919Z Compiling target-lexicon v0.13.5
5632026-08-18T18:58:29.971Z Compiling object v0.37.3
5642026-08-18T18:58:30.092Z Compiling getrandom v0.3.4
5652026-08-18T18:58:30.387Z Compiling tracing v0.1.44
5662026-08-18T18:58:30.411Z Compiling http-body v1.1.0
5672026-08-18T18:58:30.437Z Compiling rustls-pki-types v1.15.1
5682026-08-18T18:58:30.484Z Compiling form_urlencoded v1.2.2
5692026-08-18T18:58:30.575Z Compiling semver v1.0.28
5702026-08-18T18:58:30.733Z Compiling getrandom v0.2.17
5712026-08-18T18:58:30.751Z Compiling utf8_iter v1.0.4
5722026-08-18T18:58:30.923Z Compiling idna_adapter v1.0.0
5732026-08-18T18:58:30.925Z Compiling fnv v1.0.7
5742026-08-18T18:58:31.020Z Compiling untrusted v0.9.0
5752026-08-18T18:58:31.031Z Compiling thiserror v2.0.20
5762026-08-18T18:58:31.148Z Compiling signal-hook v0.3.18
5772026-08-18T18:58:31.206Z Compiling gimli v0.32.3
5782026-08-18T18:58:31.283Z Compiling guppy-workspace-hack v0.1.0
5792026-08-18T18:58:31.351Z Compiling owo-colors v4.3.0
5802026-08-18T18:58:31.354Z Compiling httparse v1.10.1
5812026-08-18T18:58:31.596Z Compiling idna v1.1.0
5822026-08-18T18:58:32.370Z Compiling thiserror-impl v2.0.20
5832026-08-18T18:58:32.456Z Compiling generic-array v0.14.7
5842026-08-18T18:58:32.678Z Compiling atomic-waker v1.1.2
5852026-08-18T18:58:32.813Z Compiling thiserror v1.0.69
5862026-08-18T18:58:33.112Z Compiling addr2line v0.25.1
5872026-08-18T18:58:33.251Z Compiling tower-service v0.3.3
5882026-08-18T18:58:33.349Z Compiling target-spec v3.6.0
5892026-08-18T18:58:33.537Z Compiling tokio-util v0.7.19
5902026-08-18T18:58:33.539Z Compiling try-lock v0.2.5
5912026-08-18T18:58:33.620Z Compiling rustc-demangle v0.1.28
5922026-08-18T18:58:33.660Z Compiling fastrand v2.5.0
5932026-08-18T18:58:33.870Z Compiling typeid v1.0.3
5942026-08-18T18:58:33.995Z Compiling pkg-config v0.3.34
5952026-08-18T18:58:34.156Z Compiling rustls v0.23.43
5962026-08-18T18:58:34.407Z Compiling h2 v0.4.16
5972026-08-18T18:58:34.420Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5982026-08-18T18:58:34.590Z Compiling tempfile v3.27.0
5992026-08-18T18:58:34.616Z Compiling want v0.3.1
6002026-08-18T18:58:34.925Z Compiling cfg-expr v0.20.8
6012026-08-18T18:58:34.948Z Compiling url v2.5.8
6022026-08-18T18:58:35.409Z Compiling backtrace v0.3.76
6032026-08-18T18:58:35.971Z Compiling thiserror-impl v1.0.69
6042026-08-18T18:58:36.056Z Compiling terminal_size v0.4.4
6052026-08-18T18:58:36.212Z Compiling aho-corasick v1.1.5
6062026-08-18T18:58:36.364Z Compiling winnow v0.7.15
6072026-08-18T18:58:37.119Z Compiling rustls-webpki v0.103.14
6082026-08-18T18:58:37.340Z Compiling regex-syntax v0.8.11
6092026-08-18T18:58:38.277Z Compiling subtle v2.6.1
6102026-08-18T18:58:38.436Z Compiling erased-serde v0.4.10
6112026-08-18T18:58:38.728Z Compiling typenum v1.20.1
6122026-08-18T18:58:39.581Z Compiling regex-automata v0.4.18
6132026-08-18T18:58:40.094Z Compiling hyper v1.11.0
6142026-08-18T18:58:41.692Z Compiling serde_spanned v0.6.9
6152026-08-18T18:58:41.857Z Compiling toml_datetime v0.6.11
6162026-08-18T18:58:42.229Z Compiling ahash v0.8.12
6172026-08-18T18:58:42.489Z Compiling sync_wrapper v1.0.2
6182026-08-18T18:58:42.587Z Compiling portable-atomic v1.15.0
6192026-08-18T18:58:42.660Z Compiling unicode-segmentation v1.13.3
6202026-08-18T18:58:43.036Z Compiling is_ci v1.2.0
6212026-08-18T18:58:43.091Z Compiling foldhash v0.1.5
6222026-08-18T18:58:43.203Z Compiling ipnet v2.12.1
6232026-08-18T18:58:43.316Z Compiling lazy_static v1.5.0
6242026-08-18T18:58:43.424Z Compiling either v1.17.0
6252026-08-18T18:58:43.661Z Compiling nextest-workspace-hack v0.1.0
6262026-08-18T18:58:43.798Z Compiling parking_lot_core v0.9.12
6272026-08-18T18:58:43.850Z Compiling base64 v0.22.1
6282026-08-18T18:58:43.878Z Compiling crc32fast v1.5.0
6292026-08-18T18:58:44.066Z Compiling tower-layer v0.3.3
6302026-08-18T18:58:44.167Z Compiling unicode-linebreak v0.1.5
6312026-08-18T18:58:44.272Z Compiling toml_write v0.1.2
6322026-08-18T18:58:44.348Z Compiling tower v0.5.3
6332026-08-18T18:58:44.374Z Compiling textwrap v0.16.2
6342026-08-18T18:58:44.479Z Compiling toml_edit v0.22.27
6352026-08-18T18:58:44.524Z Compiling hyper-util v0.1.20
6362026-08-18T18:58:44.753Z Compiling sharded-slab v0.1.7
6372026-08-18T18:58:44.916Z Compiling hashbrown v0.15.5
6382026-08-18T18:58:45.371Z Compiling supports-color v3.0.2
6392026-08-18T18:58:45.557Z Compiling tokio-rustls v0.26.4
6402026-08-18T18:58:45.649Z Compiling convert_case v0.10.0
6412026-08-18T18:58:45.844Z Compiling backtrace-ext v0.2.1
6422026-08-18T18:58:45.906Z Compiling ordered-float v2.10.1
6432026-08-18T18:58:46.109Z Compiling webpki-roots v1.0.9
6442026-08-18T18:58:46.186Z Compiling miette-derive v7.6.0
6452026-08-18T18:58:46.229Z Compiling pathdiff v0.2.3
6462026-08-18T18:58:46.357Z Compiling console v0.15.11
6472026-08-18T18:58:46.381Z Compiling tracing-log v0.2.0
6482026-08-18T18:58:46.725Z Compiling cargo-platform v0.3.3
6492026-08-18T18:58:47.147Z Compiling os_pipe v1.2.3
6502026-08-18T18:58:47.276Z Compiling thread_local v1.1.10
6512026-08-18T18:58:47.313Z Compiling unicode-width v0.1.14
6522026-08-18T18:58:47.316Z Compiling supports-unicode v3.0.0
6532026-08-18T18:58:47.493Z Compiling debug-ignore v1.0.5
6542026-08-18T18:58:47.603Z Compiling supports-hyperlinks v3.2.0
6552026-08-18T18:58:47.603Z Compiling ryu v1.0.23
6562026-08-18T18:58:47.626Z Compiling utf8parse v0.2.2
6572026-08-18T18:58:47.732Z Compiling zstd-safe v7.2.4
6582026-08-18T18:58:47.822Z Compiling cfg_aliases v0.2.2
6592026-08-18T18:58:47.894Z Compiling fixedbitset v0.5.7
6602026-08-18T18:58:47.906Z Compiling pulldown-cmark v0.13.4
6612026-08-18T18:58:47.971Z Compiling rustix v0.38.44
6622026-08-18T18:58:48.022Z Compiling scopeguard v1.2.0
6632026-08-18T18:58:48.123Z Compiling winnow v1.0.4
6642026-08-18T18:58:48.134Z Compiling petgraph v0.8.3
6652026-08-18T18:58:48.429Z Compiling lock_api v0.4.14
6662026-08-18T18:58:48.486Z Compiling nix v0.30.1
6672026-08-18T18:58:48.674Z Compiling serde_urlencoded v0.7.1
6682026-08-18T18:58:48.855Z Compiling miette v7.6.0
6692026-08-18T18:58:48.946Z Compiling anstyle-parse v1.0.0
6702026-08-18T18:58:49.173Z Compiling tracing-subscriber v0.3.23
6712026-08-18T18:58:49.608Z Compiling toml_parser v1.1.3+spec-1.1.0
6722026-08-18T18:58:50.045Z Compiling sigchld v0.2.4
6732026-08-18T18:58:50.243Z Compiling cargo_metadata v0.23.1
6742026-08-18T18:58:50.939Z Compiling serde-untagged v0.1.9
6752026-08-18T18:58:51.108Z Compiling hyper-rustls v0.27.9
6762026-08-18T18:58:51.306Z Compiling serde-value v0.7.0
6772026-08-18T18:58:51.764Z Compiling toml v0.8.23
6782026-08-18T18:58:51.983Z Compiling derive_more-impl v2.1.1
6792026-08-18T18:58:52.800Z Compiling tower-http v0.6.11
6802026-08-18T18:58:53.401Z Compiling itertools v0.14.0
6812026-08-18T18:58:53.442Z Compiling regex v1.13.1
6822026-08-18T18:58:53.454Z Compiling block-buffer v0.10.4
6832026-08-18T18:58:53.600Z Compiling crypto-common v0.1.7
6842026-08-18T18:58:53.735Z Compiling ppv-lite86 v0.2.21
6852026-08-18T18:58:53.921Z Compiling futures-executor v0.3.34
6862026-08-18T18:58:54.062Z Compiling rand_core v0.9.5
6872026-08-18T18:58:54.311Z Compiling http-body-util v0.1.5
6882026-08-18T18:58:54.423Z Compiling pin-project-internal v1.1.13
6892026-08-18T18:58:54.434Z Compiling uuid v1.24.1
6902026-08-18T18:58:54.612Z Compiling eyre v0.6.14
6912026-08-18T18:58:54.862Z Compiling smol_str v0.3.6
6922026-08-18T18:58:54.879Z Compiling serde_spanned v1.1.1
6932026-08-18T18:58:54.898Z Compiling toml_datetime v1.1.1+spec-1.1.0
6942026-08-18T18:58:54.973Z Compiling filetime v0.2.29
6952026-08-18T18:58:55.032Z Compiling vte v0.14.1
6962026-08-18T18:58:55.179Z Compiling bstr v1.13.1
6972026-08-18T18:58:55.200Z Compiling anstyle-query v1.1.5
6982026-08-18T18:58:55.246Z Compiling number_prefix v0.4.0
6992026-08-18T18:58:55.302Z Compiling static_assertions v1.1.0
7002026-08-18T18:58:55.314Z Compiling unicode-xid v0.2.6
7012026-08-18T18:58:55.374Z Compiling anstyle v1.0.14
7022026-08-18T18:58:55.403Z Compiling color-spantrace v0.3.0
7032026-08-18T18:58:55.447Z Compiling tinyvec_macros v0.1.1
7042026-08-18T18:58:55.486Z Compiling unicase v2.9.0
7052026-08-18T18:58:55.512Z Compiling self_update v0.42.0
7062026-08-18T18:58:55.639Z Compiling xattr v1.6.1
7072026-08-18T18:58:55.668Z Compiling iana-time-zone v0.1.65
7082026-08-18T18:58:55.759Z Compiling litrs v1.0.0
7092026-08-18T18:58:55.820Z Compiling is_terminal_polyfill v1.70.2
7102026-08-18T18:58:55.865Z Compiling nested v0.1.1
7112026-08-18T18:58:55.882Z Compiling colorchoice v1.0.5
7122026-08-18T18:58:55.915Z Compiling chrono v0.4.45
7132026-08-18T18:58:55.966Z Compiling anstream v1.0.0
7142026-08-18T18:58:55.995Z Compiling guppy v0.17.26
7152026-08-18T18:58:56.087Z Compiling tar v0.4.46
7162026-08-18T18:58:56.203Z Compiling document-features v0.2.12
7172026-08-18T18:58:56.506Z Compiling globset v0.4.20
7182026-08-18T18:58:56.748Z Compiling tinyvec v1.12.0
7192026-08-18T18:58:57.177Z Compiling pin-project v1.1.13
7202026-08-18T18:58:57.191Z Compiling cargo-util-schemas v0.2.0
7212026-08-18T18:58:57.283Z Compiling indicatif v0.17.11
7222026-08-18T18:58:58.608Z Compiling strip-ansi-escapes v0.2.1
7232026-08-18T18:58:59.091Z Compiling toml v1.1.4+spec-1.1.0
7242026-08-18T18:58:59.217Z Compiling nextest-metadata v0.12.2
7252026-08-18T18:58:59.560Z Compiling newtype-uuid v1.4.0
7262026-08-18T18:58:59.632Z Compiling reqwest v0.12.28
7272026-08-18T18:58:59.736Z Compiling rand_chacha v0.9.0
7282026-08-18T18:58:59.750Z Compiling futures v0.3.34
7292026-08-18T18:58:59.830Z Compiling digest v0.10.7
7302026-08-18T18:59:00.059Z Compiling flate2 v1.1.9
7312026-08-18T18:59:00.295Z Compiling parking_lot v0.12.5
7322026-08-18T18:59:00.393Z Compiling derive_more v2.1.1
7332026-08-18T18:59:00.475Z Compiling shared_child v1.1.1
7342026-08-18T18:59:00.614Z Compiling tracing-error v0.2.1
7352026-08-18T18:59:01.133Z Compiling signal-hook-mio v0.2.5
7362026-08-18T18:59:01.199Z Compiling self-replace v1.5.0
7372026-08-18T18:59:01.260Z Compiling cargo-platform v0.2.0
7382026-08-18T18:59:01.464Z Compiling quick-xml v0.37.5
7392026-08-18T18:59:01.808Z Compiling quick-xml v0.38.4
7402026-08-18T18:59:02.134Z Compiling indenter v0.3.4
7412026-08-18T18:59:02.264Z Compiling clap_lex v1.1.0
7422026-08-18T18:59:02.361Z Compiling cpufeatures v0.2.17
7432026-08-18T18:59:02.439Z Compiling strsim v0.11.1
7442026-08-18T18:59:02.884Z Compiling shell-words v1.1.1
7452026-08-18T18:59:03.037Z Compiling recursion v0.5.4
7462026-08-18T18:59:03.130Z Compiling heck v0.5.0
7472026-08-18T18:59:03.179Z Compiling urlencoding v2.1.3
7482026-08-18T18:59:03.239Z Compiling humantime v2.4.0
7492026-08-18T18:59:03.324Z Compiling clap_derive v4.6.4
7502026-08-18T18:59:03.415Z Compiling nextest-filtering v0.15.0
7512026-08-18T18:59:03.663Z Compiling humantime-serde v1.1.1
7522026-08-18T18:59:03.819Z Compiling clap_builder v4.6.6
7532026-08-18T18:59:04.375Z Compiling sha2 v0.10.9
7542026-08-18T18:59:05.050Z Compiling quick-junit v0.5.2
7552026-08-18T18:59:06.140Z Compiling atomicwrites v0.4.4
7562026-08-18T18:59:06.423Z Compiling cargo_metadata v0.20.0
7572026-08-18T18:59:07.261Z Compiling crossterm v0.29.0
7582026-08-18T18:59:08.133Z Compiling cargo-nextest v0.9.97
7592026-08-18T18:59:09.730Z Compiling duct v0.13.7
7602026-08-18T18:59:10.070Z Compiling rand v0.9.5
7612026-08-18T18:59:10.110Z Compiling async-scoped v0.9.0
7622026-08-18T18:59:10.302Z Compiling config v0.15.25
7632026-08-18T18:59:10.356Z Compiling unicode-normalization v0.1.25
7642026-08-18T18:59:10.492Z Compiling zstd v0.13.3
7652026-08-18T18:59:10.795Z Compiling target-spec-miette v0.4.8
7662026-08-18T18:59:10.914Z Compiling future-queue v0.4.0
7672026-08-18T18:59:10.928Z Compiling mukti-metadata v0.3.0
7682026-08-18T18:59:11.188Z Compiling camino-tempfile v1.4.1
7692026-08-18T18:59:11.200Z Compiling tokio-stream v0.1.19
7702026-08-18T18:59:11.411Z Compiling derive-where v1.6.1
7712026-08-18T18:59:11.451Z Compiling serde_path_to_error v0.1.20
7722026-08-18T18:59:11.591Z Compiling serde_ignored v0.1.14
7732026-08-18T18:59:11.660Z Compiling swrite v0.1.0
7742026-08-18T18:59:11.746Z Compiling indent_write v2.2.0
7752026-08-18T18:59:11.767Z Compiling xxhash-rust v0.8.18
7762026-08-18T18:59:11.899Z Compiling home v0.5.12
7772026-08-18T18:59:11.911Z Compiling hex v0.4.3
7782026-08-18T18:59:11.933Z Compiling color-eyre v0.6.5
7792026-08-18T18:59:11.960Z Compiling clap v4.6.6
7802026-08-18T18:59:12.042Z Compiling dialoguer v0.11.0
7812026-08-18T18:59:12.063Z Compiling enable-ansi-support v0.2.1
7822026-08-18T18:59:12.664Z Compiling nextest-runner v0.80.0
7832026-08-18T18:59:31.453Z Finished `release` profile [optimized] target(s) in 1m 10s
7842026-08-18T18:59:31.631Z Installing /home/build/.cargo/bin/cargo-nextest
7852026-08-18T18:59:31.634Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7862026-08-18T18:59:31.756Z+ banner bfd
7872026-08-18T18:59:31.759Z
7882026-08-18T18:59:31.759Z ##### ###### #####
7892026-08-18T18:59:31.759Z # # # # #
7902026-08-18T18:59:31.759Z ##### ##### # #
7912026-08-18T18:59:31.759Z # # # # #
7922026-08-18T18:59:31.759Z # # # # #
7932026-08-18T18:59:31.759Z ##### # #####
7942026-08-18T18:59:31.759Z
7952026-08-18T18:59:31.759Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7962026-08-18T18:59:31.910Z Updating git repository `https://github.com/oxidecomputer/falcon`
7972026-08-18T18:59:32.927ZFrom https://github.com/oxidecomputer/falcon
7982026-08-18T18:59:32.927Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7992026-08-18T18:59:33.004Z Updating crates.io index
8002026-08-18T18:59:33.006Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8012026-08-18T18:59:33.489ZFrom https://github.com/oxidecomputer/dendrite
8022026-08-18T18:59:33.489Z * [new ref] 9645288adc19b352aaa9a675be9953fe4e0b6e1b -> refs/commit/9645288adc19b352aaa9a675be9953fe4e0b6e1b
8032026-08-18T18:59:33.524Z Updating git repository `https://github.com/oxidecomputer/ispf`
8042026-08-18T18:59:33.840ZFrom https://github.com/oxidecomputer/ispf
8052026-08-18T18:59:33.840Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8062026-08-18T18:59:33.843Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8072026-08-18T18:59:34.246ZFrom https://github.com/oxidecomputer/netadm-sys
8082026-08-18T18:59:34.246Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
8092026-08-18T18:59:34.254Z Updating git repository `https://github.com/oxidecomputer/omicron`
8102026-08-18T18:59:40.096ZFrom https://github.com/oxidecomputer/omicron
8112026-08-18T18:59:40.096Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8122026-08-18T18:59:40.527Z Updating git repository `https://github.com/oxidecomputer/opte`
8132026-08-18T18:59:41.732ZFrom https://github.com/oxidecomputer/opte
8142026-08-18T18:59:41.732Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8152026-08-18T18:59:41.763Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8162026-08-18T18:59:42.053ZFrom https://github.com/oxidecomputer/slog-error-chain
8172026-08-18T18:59:42.053Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8182026-08-18T18:59:42.076Z Updating git repository `https://github.com/illumos/smf-rs`
8192026-08-18T18:59:42.367ZFrom https://github.com/illumos/smf-rs
8202026-08-18T18:59:42.367Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8212026-08-18T18:59:42.376Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8222026-08-18T18:59:42.679ZFrom https://github.com/oxidecomputer/network-interface
8232026-08-18T18:59:42.679Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8242026-08-18T18:59:42.686Z Updating git repository `https://github.com/oxidecomputer/zone`
8252026-08-18T18:59:43.001ZFrom https://github.com/oxidecomputer/zone
8262026-08-18T18:59:43.001Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8272026-08-18T18:59:43.009Z Updating git repository `https://github.com/oxidecomputer/propolis`
8282026-08-18T18:59:43.707ZFrom https://github.com/oxidecomputer/propolis
8292026-08-18T18:59:43.707Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8302026-08-18T18:59:43.752Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8312026-08-18T18:59:47.102ZFrom https://github.com/oxidecomputer/transceiver-control
8322026-08-18T18:59:47.102Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
8332026-08-18T18:59:47.114Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8342026-08-18T18:59:47.556ZFrom https://github.com/oxidecomputer/dlpi-sys
8352026-08-18T18:59:47.558Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
8362026-08-18T18:59:47.561Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8372026-08-18T18:59:48.011ZFrom https://github.com/jmesmon/rust-libzfs
8382026-08-18T18:59:48.011Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8392026-08-18T18:59:48.018Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8402026-08-18T18:59:48.320ZFrom https://github.com/oxidecomputer/rusty-doors
8412026-08-18T18:59:48.320Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8422026-08-18T18:59:48.326Z Updating git repository `https://github.com/oxidecomputer/lldp`
8432026-08-18T18:59:48.717ZFrom https://github.com/oxidecomputer/lldp
8442026-08-18T18:59:48.718Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8452026-08-18T18:59:48.729Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8462026-08-18T18:59:49.083ZFrom https://github.com/oxidecomputer/tufaceous
8472026-08-18T18:59:49.083Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8482026-08-18T18:59:49.101Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8492026-08-18T18:59:49.746ZFrom https://github.com/oxidecomputer/management-gateway-service
8502026-08-18T18:59:49.746Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8512026-08-18T18:59:49.760Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-08-18T18:59:51.235ZFrom https://github.com/oxidecomputer/crucible
8532026-08-18T18:59:51.235Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8542026-08-18T18:59:51.281Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8552026-08-18T18:59:51.572ZFrom https://github.com/oxidecomputer/serde_human_bytes
8562026-08-18T18:59:51.572Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8572026-08-18T18:59:51.586Z Updating git repository `https://github.com/oxidecomputer/propolis`
8582026-08-18T18:59:52.134ZFrom https://github.com/oxidecomputer/propolis
8592026-08-18T18:59:52.134Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8602026-08-18T18:59:52.181Z Updating git repository `https://github.com/oxidecomputer/crucible`
8612026-08-18T18:59:53.012ZFrom https://github.com/oxidecomputer/crucible
8622026-08-18T18:59:53.012Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8632026-08-18T18:59:53.078Z Updating git repository `https://github.com/oxidecomputer/tofino`
8642026-08-18T18:59:53.530ZFrom https://github.com/oxidecomputer/tofino
8652026-08-18T18:59:53.530Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8662026-08-18T18:59:53.541Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8672026-08-18T18:59:54.532ZFrom https://github.com/oxidecomputer/maghemite
8682026-08-18T18:59:54.532Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8692026-08-18T18:59:54.562Z Updating git repository `https://github.com/oxidecomputer/clickward`
8702026-08-18T18:59:54.947ZFrom https://github.com/oxidecomputer/clickward
8712026-08-18T18:59:54.947Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8722026-08-18T18:59:54.956Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8732026-08-18T18:59:55.246ZFrom https://github.com/oxidecomputer/illumos-devinfo
8742026-08-18T18:59:55.246Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8752026-08-18T18:59:55.922Z Downloading crates ...
8762026-08-18T18:59:55.971Z Downloaded aead v0.5.2
8772026-08-18T18:59:55.974Z Downloaded num_enum v0.7.6
8782026-08-18T18:59:55.978Z Downloaded num-derive v0.4.2
8792026-08-18T18:59:55.981Z Downloaded konst_macro_rules v0.2.19
8802026-08-18T18:59:55.983Z Downloaded mime v0.3.17
8812026-08-18T18:59:55.986Z Downloaded linear-map v1.2.0
8822026-08-18T18:59:55.986Z Downloaded newline-converter v0.3.0
8832026-08-18T18:59:55.986Z Downloaded nom v8.0.0
8842026-08-18T18:59:55.989Z Downloaded heck v0.4.1
8852026-08-18T18:59:55.991Z Downloaded potential_utf v0.1.5
8862026-08-18T18:59:55.991Z Downloaded keccak v0.1.6
8872026-08-18T18:59:55.994Z Downloaded hubpack v0.1.2
8882026-08-18T18:59:55.994Z Downloaded omicron-workspace-hack v0.1.0
8892026-08-18T18:59:55.994Z Downloaded linked-hash-map v0.5.6
8902026-08-18T18:59:55.999Z Downloaded ident_case v1.0.1
8912026-08-18T18:59:55.999Z Downloaded num_enum_derive v0.5.11
8922026-08-18T18:59:55.999Z Downloaded pretty-hex v0.4.2
8932026-08-18T18:59:56.001Z Downloaded newtype-uuid-macros v0.1.1
8942026-08-18T18:59:56.001Z Downloaded hostname v0.3.1
8952026-08-18T18:59:56.001Z Downloaded managed v0.8.0
8962026-08-18T18:59:56.001Z Downloaded memmap v0.7.0
8972026-08-18T18:59:56.005Z Downloaded highway v1.3.0
8982026-08-18T18:59:56.008Z Downloaded icu_normalizer_data v2.2.0
8992026-08-18T18:59:56.008Z Downloaded icu_provider v2.2.0
9002026-08-18T18:59:56.008Z Downloaded macaddr v1.0.1
9012026-08-18T18:59:56.011Z Downloaded lru-cache v0.1.2
9022026-08-18T18:59:56.011Z Downloaded num v0.4.3
9032026-08-18T18:59:56.011Z Downloaded httpdate v1.0.3
9042026-08-18T18:59:56.011Z Downloaded sigpipe v0.1.3
9052026-08-18T18:59:56.015Z Downloaded plain v0.2.3
9062026-08-18T18:59:56.015Z Downloaded pest_derive v2.8.8
9072026-08-18T18:59:56.015Z Downloaded instant v0.1.13
9082026-08-18T18:59:56.017Z Downloaded hubpack_derive v0.1.1
9092026-08-18T18:59:56.017Z Downloaded num-conv v0.2.2
9102026-08-18T18:59:56.017Z Downloaded libscf-sys v1.2.0
9112026-08-18T18:59:56.020Z Downloaded num-iter v0.1.46
9122026-08-18T18:59:56.020Z Downloaded ref-cast-impl v1.0.26
9132026-08-18T18:59:56.020Z Downloaded internet-checksum v0.2.1
9142026-08-18T18:59:56.020Z Downloaded rand_xorshift v0.4.0
9152026-08-18T18:59:56.023Z Downloaded no-std-compat v0.4.1
9162026-08-18T18:59:56.026Z Downloaded num_threads v0.1.7
9172026-08-18T18:59:56.026Z Downloaded olpc-cjson v0.1.4
9182026-08-18T18:59:56.026Z Downloaded opaque-debug v0.3.1
9192026-08-18T18:59:56.029Z Downloaded natord v1.0.9
9202026-08-18T18:59:56.029Z Downloaded progenitor-client v0.10.0
9212026-08-18T18:59:56.029Z Downloaded progenitor-macro v0.13.0
9222026-08-18T18:59:56.031Z Downloaded ref-cast v1.0.26
9232026-08-18T18:59:56.032Z Downloaded match_cfg v0.1.0
9242026-08-18T18:59:56.032Z Downloaded newtype_derive v0.1.6
9252026-08-18T18:59:56.032Z Downloaded powerfmt v0.2.0
9262026-08-18T18:59:56.035Z Downloaded quick-error v1.2.3
9272026-08-18T18:59:56.035Z Downloaded rustls-native-certs v0.8.4
9282026-08-18T18:59:56.037Z Downloaded memoffset v0.9.1
9292026-08-18T18:59:56.038Z Downloaded multer v3.1.0
9302026-08-18T18:59:56.040Z Downloaded num-integer v0.1.47
9312026-08-18T18:59:56.040Z Downloaded hmac v0.12.1
9322026-08-18T18:59:56.043Z Downloaded is-terminal v0.4.17
9332026-08-18T18:59:56.043Z Downloaded libsw v3.5.0
9342026-08-18T18:59:56.046Z Downloaded proc-macro-crate v1.3.1
9352026-08-18T18:59:56.048Z Downloaded phf_shared v0.12.1
9362026-08-18T18:59:56.052Z Downloaded secrecy v0.10.3
9372026-08-18T18:59:56.055Z Downloaded serde_plain v1.0.2
9382026-08-18T18:59:56.058Z Downloaded parse-display v0.10.0
9392026-08-18T18:59:56.058Z Downloaded ingot v0.1.1
9402026-08-18T18:59:56.060Z Downloaded scroll_derive v0.12.1
9412026-08-18T18:59:56.063Z Downloaded hostname v0.4.2
9422026-08-18T18:59:56.065Z Downloaded proc-macro-error-attr v1.0.4
9432026-08-18T18:59:56.068Z Downloaded idna_adapter v1.2.2
9442026-08-18T18:59:56.068Z Downloaded inout v0.1.4
9452026-08-18T18:59:56.068Z Downloaded postcard v1.1.3
9462026-08-18T18:59:56.071Z Downloaded num-complex v0.4.6
9472026-08-18T18:59:56.074Z Downloaded memmap2 v0.9.11
9482026-08-18T18:59:56.074Z Downloaded papergrid v0.11.0
9492026-08-18T18:59:56.076Z Downloaded ipnetwork v0.21.1
9502026-08-18T18:59:56.079Z Downloaded crc8 v0.1.1
9512026-08-18T18:59:56.079Z Downloaded proc-macro-crate v3.5.0
9522026-08-18T18:59:56.079Z Downloaded progenitor-client v0.14.0
9532026-08-18T18:59:56.081Z Downloaded progenitor-macro v0.14.0
9542026-08-18T18:59:56.084Z Downloaded slog-envlogger v2.2.0
9552026-08-18T18:59:56.086Z Downloaded arrayref v0.3.9
9562026-08-18T18:59:56.086Z Downloaded float-ord v0.3.2
9572026-08-18T18:59:56.086Z Downloaded dtrace-parser v0.3.0
9582026-08-18T18:59:56.089Z Downloaded serial_test v4.0.1
9592026-08-18T18:59:56.089Z Downloaded siphasher v1.0.3
9602026-08-18T18:59:56.089Z Downloaded pest_generator v2.8.8
9612026-08-18T18:59:56.089Z Downloaded phf v0.12.1
9622026-08-18T18:59:56.093Z Downloaded progenitor v0.14.0
9632026-08-18T18:59:56.093Z Downloaded jiff-static v0.2.35
9642026-08-18T18:59:56.093Z Downloaded sha1 v0.11.0
9652026-08-18T18:59:56.096Z Downloaded num_enum_derive v0.7.6
9662026-08-18T18:59:56.096Z Downloaded poly1305 v0.8.0
9672026-08-18T18:59:56.096Z Downloaded num-rational v0.4.2
9682026-08-18T18:59:56.096Z Downloaded rand_chacha v0.3.1
9692026-08-18T18:59:56.099Z Downloaded num_enum v0.5.11
9702026-08-18T18:59:56.102Z Downloaded port-file v0.1.0
9712026-08-18T18:59:56.102Z Downloaded fixedbitset v0.4.2
9722026-08-18T18:59:56.102Z Downloaded fxhash v0.2.1
9732026-08-18T18:59:56.105Z Downloaded time-core v0.1.9
9742026-08-18T18:59:56.107Z Downloaded typify-macro v0.4.3
9752026-08-18T18:59:56.107Z Downloaded typify-macro v0.6.2
9762026-08-18T18:59:56.107Z Downloaded yoke-derive v0.8.2
9772026-08-18T18:59:56.111Z Downloaded slog-bunyan v2.5.0
9782026-08-18T18:59:56.111Z Downloaded oxide-tokio-rt v0.1.6
9792026-08-18T18:59:56.111Z Downloaded litemap v0.8.2
9802026-08-18T18:59:56.114Z Downloaded oxnet v0.1.6
9812026-08-18T18:59:56.114Z Downloaded serde-big-array v0.5.1
9822026-08-18T18:59:56.117Z Downloaded spin v0.5.2
9832026-08-18T18:59:56.117Z Downloaded progenitor v0.10.0
9842026-08-18T18:59:56.119Z Downloaded serde_repr v0.1.21
9852026-08-18T18:59:56.120Z Downloaded proc-macro-error v1.0.4
9862026-08-18T18:59:56.122Z Downloaded hash32 v0.3.1
9872026-08-18T18:59:56.122Z Downloaded parking_lot_core v0.8.6
9882026-08-18T18:59:56.125Z Downloaded pem v3.0.6
9892026-08-18T18:59:56.125Z Downloaded pkg-config v0.3.33
9902026-08-18T18:59:56.125Z Downloaded whoami v1.6.1
9912026-08-18T18:59:56.128Z Downloaded progenitor-client v0.13.0
9922026-08-18T18:59:56.128Z Downloaded rustc_version v0.1.7
9932026-08-18T18:59:56.128Z Downloaded argon2 v0.5.3
9942026-08-18T18:59:56.130Z Downloaded password-hash v0.5.0
9952026-08-18T18:59:56.133Z Downloaded scroll_derive v0.13.1
9962026-08-18T18:59:56.133Z Downloaded zone v0.3.1
9972026-08-18T18:59:56.135Z Downloaded zone_cfg_derive v0.3.1
9982026-08-18T18:59:56.138Z Downloaded same-file v1.0.6
9992026-08-18T18:59:56.141Z Downloaded bit-set v0.8.0
10002026-08-18T18:59:56.141Z Downloaded const-random-macro v0.1.16
10012026-08-18T18:59:56.141Z Downloaded daft v0.1.8
10022026-08-18T18:59:56.143Z Downloaded csv-core v0.1.13
10032026-08-18T18:59:56.143Z Downloaded parse-display-derive v0.10.0
10042026-08-18T18:59:56.144Z Downloaded ingot-types v0.1.2
10052026-08-18T18:59:56.144Z Downloaded semver v0.1.20
10062026-08-18T18:59:56.146Z Downloaded daft-derive v0.1.8
10072026-08-18T18:59:56.149Z Downloaded darling_macro v0.23.0
10082026-08-18T18:59:56.152Z Downloaded displaydoc v0.2.7
10092026-08-18T18:59:56.152Z Downloaded libsw-core v0.3.2
10102026-08-18T18:59:56.154Z Downloaded usdt v0.6.0
10112026-08-18T18:59:56.154Z Downloaded paste v1.0.15
10122026-08-18T18:59:56.157Z Downloaded hickory-resolver v0.25.2
10132026-08-18T18:59:56.160Z Downloaded progenitor v0.13.0
10142026-08-18T18:59:56.160Z Downloaded ingot v0.2.1
10152026-08-18T18:59:56.160Z Downloaded strum_macros v0.26.4
10162026-08-18T18:59:56.162Z Downloaded synstructure v0.13.2
10172026-08-18T18:59:56.162Z Downloaded tinystr v0.8.3
10182026-08-18T18:59:56.165Z Downloaded foreign-types-shared v0.3.1
10192026-08-18T18:59:56.165Z Downloaded hickory-resolver v0.24.4
10202026-08-18T18:59:56.168Z Downloaded convert_case v0.4.0
10212026-08-18T18:59:56.168Z Downloaded structmeta v0.3.0
10222026-08-18T18:59:56.168Z Downloaded defmt-parser v1.0.0
10232026-08-18T18:59:56.171Z Downloaded git-stub v1.0.0
10242026-08-18T18:59:56.174Z Downloaded pest_meta v2.8.8
10252026-08-18T18:59:56.174Z Downloaded progenitor-macro v0.10.0
10262026-08-18T18:59:56.177Z Downloaded tabwriter v1.4.1
10272026-08-18T18:59:56.177Z Downloaded usdt-attr-macro v0.6.0
10282026-08-18T18:59:56.180Z Downloaded progenitor-extras v0.2.0
10292026-08-18T18:59:56.180Z Downloaded async-stream-impl v0.3.6
10302026-08-18T18:59:56.180Z Downloaded ingot-types v0.2.0
10312026-08-18T18:59:56.180Z Downloaded sha1 v0.10.7
10322026-08-18T18:59:56.182Z Downloaded testing_table v0.3.0
10332026-08-18T18:59:56.182Z Downloaded thread-id v4.2.2
10342026-08-18T18:59:56.182Z Downloaded thread-id v5.1.0
10352026-08-18T18:59:56.182Z Downloaded usdt-attr-macro v0.5.0
10362026-08-18T18:59:56.185Z Downloaded omicron-zone-package v0.12.3
10372026-08-18T18:59:56.185Z Downloaded schemars_derive v0.8.22
10382026-08-18T18:59:56.188Z Downloaded resolv-conf v0.7.6
10392026-08-18T18:59:56.188Z Downloaded rustls-pemfile v2.2.0
10402026-08-18T18:59:56.190Z Downloaded rustversion v1.0.23
10412026-08-18T18:59:56.191Z Downloaded slog-json v2.6.1
10422026-08-18T18:59:56.194Z Downloaded slog-scope v4.4.1
10432026-08-18T18:59:56.194Z Downloaded bit-vec v0.8.0
10442026-08-18T18:59:56.194Z Downloaded universal-hash v0.5.1
10452026-08-18T18:59:56.194Z Downloaded zerofrom v0.1.8
10462026-08-18T18:59:56.194Z Downloaded byteorder v1.5.0
10472026-08-18T18:59:56.197Z Downloaded slog-dtrace v0.3.0
10482026-08-18T18:59:56.197Z Downloaded slog-stdlog v4.1.1
10492026-08-18T18:59:56.197Z Downloaded rusty-fork v0.3.1
10502026-08-18T18:59:56.199Z Downloaded serial_test_derive v4.0.1
10512026-08-18T18:59:56.199Z Downloaded serde_tokenstream v0.2.3
10522026-08-18T18:59:56.199Z Downloaded cobs v0.3.0
10532026-08-18T18:59:56.199Z Downloaded scroll v0.12.0
10542026-08-18T18:59:56.202Z Downloaded defmt-macros v1.1.1
10552026-08-18T18:59:56.202Z Downloaded bytecount v0.6.9
10562026-08-18T18:59:56.202Z Downloaded crossbeam-epoch v0.9.20
10572026-08-18T18:59:56.205Z Downloaded serde_tokenstream v0.3.0
10582026-08-18T18:59:56.205Z Downloaded slog-async v2.8.0
10592026-08-18T18:59:56.205Z Downloaded termtree v0.5.1
10602026-08-18T18:59:56.208Z Downloaded cmake v0.1.58
10612026-08-18T18:59:56.208Z Downloaded compression-codecs v0.4.38
10622026-08-18T18:59:56.211Z Downloaded crypto-common v0.2.2
10632026-08-18T18:59:56.211Z Downloaded erased-serde v0.3.31
10642026-08-18T18:59:56.211Z Downloaded smf v0.2.3
10652026-08-18T18:59:56.214Z Downloaded usdt-macro v0.5.0
10662026-08-18T18:59:56.214Z Downloaded hybrid-array v0.4.14
10672026-08-18T18:59:56.214Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10682026-08-18T18:59:56.214Z Downloaded enum-as-inner v0.6.1
10692026-08-18T18:59:56.217Z Downloaded foreign-types v0.5.0
10702026-08-18T18:59:56.217Z Downloaded structmeta-derive v0.3.0
10712026-08-18T18:59:56.217Z Downloaded take_mut v0.2.2
10722026-08-18T18:59:56.217Z Downloaded usdt-impl v0.6.0
10732026-08-18T18:59:56.220Z Downloaded ingot-macros v0.1.1
10742026-08-18T18:59:56.220Z Downloaded ingot-macros v0.2.0
10752026-08-18T18:59:56.220Z Downloaded parking_lot v0.11.2
10762026-08-18T18:59:56.222Z Downloaded icu_locale_core v2.2.0
10772026-08-18T18:59:56.226Z Downloaded slog-term v2.9.2
10782026-08-18T18:59:56.229Z Downloaded walkdir v2.5.0
10792026-08-18T18:59:56.229Z Downloaded thiserror-impl-no-std v2.0.2
10802026-08-18T18:59:56.229Z Downloaded untrusted v0.7.1
10812026-08-18T18:59:56.229Z Downloaded base16ct v0.2.0
10822026-08-18T18:59:56.232Z Downloaded base16ct v1.0.0
10832026-08-18T18:59:56.232Z Downloaded arc-swap v1.9.2
10842026-08-18T18:59:56.237Z Downloaded dtrace-parser v0.2.0
10852026-08-18T18:59:56.237Z Downloaded crossbeam-deque v0.8.7
10862026-08-18T18:59:56.237Z Downloaded dunce v1.0.5
10872026-08-18T18:59:56.237Z Downloaded digest v0.11.3
10882026-08-18T18:59:56.239Z Downloaded git-stub-vcs v0.1.0
10892026-08-18T18:59:56.239Z Downloaded progenitor-impl v0.10.0
10902026-08-18T18:59:56.239Z Downloaded allocator-api2 v0.2.21
10912026-08-18T18:59:56.240Z Downloaded async-stream v0.3.6
10922026-08-18T18:59:56.242Z Downloaded progenitor-impl v0.13.0
10932026-08-18T18:59:56.242Z Downloaded stable_deref_trait v1.2.1
10942026-08-18T18:59:56.242Z Downloaded crucible-workspace-hack v0.1.0
10952026-08-18T18:59:56.242Z Downloaded crunchy v0.2.4
10962026-08-18T18:59:56.245Z Downloaded ff v0.13.1
10972026-08-18T18:59:56.245Z Downloaded async-trait v0.1.92
10982026-08-18T18:59:56.248Z Downloaded yoke v0.8.3
10992026-08-18T18:59:56.248Z Downloaded arrayvec v0.7.8
11002026-08-18T18:59:56.254Z Downloaded zerofrom-derive v0.1.7
11012026-08-18T18:59:56.254Z Downloaded bcs v0.1.6
11022026-08-18T18:59:56.254Z Downloaded const_format_proc_macros v0.2.34
11032026-08-18T18:59:56.257Z Downloaded scroll v0.13.0
11042026-08-18T18:59:56.257Z Downloaded ciborium-io v0.2.2
11052026-08-18T18:59:56.257Z Downloaded embedded-io v0.4.0
11062026-08-18T18:59:56.257Z Downloaded foreign-types-macros v0.2.4
11072026-08-18T18:59:56.257Z Downloaded rhai_codegen v3.2.0
11082026-08-18T18:59:56.261Z Downloaded serde_with_macros v3.22.0
11092026-08-18T18:59:56.265Z Downloaded glob v0.3.4
11102026-08-18T18:59:56.265Z Downloaded bitflags v1.3.2
11112026-08-18T18:59:56.268Z Downloaded darling v0.23.0
11122026-08-18T18:59:56.268Z Downloaded serde_derive_internals v0.29.1
11132026-08-18T18:59:56.273Z Downloaded indexmap v1.9.3
11142026-08-18T18:59:56.273Z Downloaded usdt-impl v0.5.0
11152026-08-18T18:59:56.276Z Downloaded slog v2.8.2
11162026-08-18T18:59:56.282Z Downloaded usdt-macro v0.6.0
11172026-08-18T18:59:56.282Z Downloaded async-recursion v1.1.1
11182026-08-18T18:59:56.282Z Downloaded konst v0.2.20
11192026-08-18T18:59:56.285Z Downloaded derive_more v0.99.20
11202026-08-18T18:59:56.285Z Downloaded deranged v0.5.8
11212026-08-18T18:59:56.285Z Downloaded derive-ex v0.1.8
11222026-08-18T18:59:56.285Z Downloaded elliptic-curve v0.13.8
11232026-08-18T18:59:56.288Z Downloaded foldhash v0.2.0
11242026-08-18T18:59:56.288Z Downloaded prettyplease v0.2.37
11252026-08-18T18:59:56.291Z Downloaded typify v0.6.2
11262026-08-18T18:59:56.293Z Downloaded icu_properties v2.2.0
11272026-08-18T18:59:56.296Z Downloaded smawk v0.3.3
11282026-08-18T18:59:56.296Z Downloaded xz2 v0.1.7
11292026-08-18T18:59:56.299Z Downloaded dropshot-api-manager-types v0.7.2
11302026-08-18T18:59:56.301Z Downloaded waitgroup v0.1.2
11312026-08-18T18:59:56.301Z Downloaded gethostname v0.5.0
11322026-08-18T18:59:56.304Z Downloaded utf-8 v0.7.6
11332026-08-18T18:59:56.304Z Downloaded progenitor-impl v0.14.0
11342026-08-18T18:59:56.306Z Downloaded block-buffer v0.12.1
11352026-08-18T18:59:56.309Z Downloaded papergrid v0.18.0
11362026-08-18T18:59:56.312Z Downloaded usdt v0.5.0
11372026-08-18T18:59:56.312Z Downloaded darling_macro v0.21.3
11382026-08-18T18:59:56.314Z Downloaded strum v0.27.2
11392026-08-18T18:59:56.314Z Downloaded minimal-lexical v0.2.1
11402026-08-18T18:59:56.317Z Downloaded tagptr v0.2.0
11412026-08-18T18:59:56.320Z Downloaded colored v3.1.1
11422026-08-18T18:59:56.320Z Downloaded strum v0.26.3
11432026-08-18T18:59:56.323Z Downloaded topological-sort v0.2.2
11442026-08-18T18:59:56.323Z Downloaded tabled_derive v0.7.0
11452026-08-18T18:59:56.325Z Downloaded zeroize_derive v1.5.0
11462026-08-18T18:59:56.328Z Downloaded ciborium-ll v0.2.2
11472026-08-18T18:59:56.330Z Downloaded cstr-argument v0.1.2
11482026-08-18T18:59:56.330Z Downloaded dyn-clone v1.0.20
11492026-08-18T18:59:56.333Z Downloaded unit-prefix v0.5.2
11502026-08-18T18:59:56.336Z Downloaded cargo_toml v0.22.3
11512026-08-18T18:59:56.336Z Downloaded rustls-platform-verifier v0.7.0
11522026-08-18T18:59:56.338Z Downloaded serde_yaml v0.9.34+deprecated
11532026-08-18T18:59:56.341Z Downloaded anyhow v1.0.104
11542026-08-18T18:59:56.341Z Downloaded schemars v0.8.22
11552026-08-18T18:59:56.348Z Downloaded similar v2.7.0
11562026-08-18T18:59:56.350Z Downloaded spin v0.9.9
11572026-08-18T18:59:56.353Z Downloaded darling v0.21.3
11582026-08-18T18:59:56.356Z Downloaded tokio-dtrace v0.1.1
11592026-08-18T18:59:56.356Z Downloaded term v1.2.1
11602026-08-18T18:59:56.359Z Downloaded ciborium v0.2.2
11612026-08-18T18:59:56.359Z Downloaded compression-core v0.4.32
11622026-08-18T18:59:56.362Z Downloaded embedded-io v0.6.1
11632026-08-18T18:59:56.362Z Downloaded vsss-rs v3.3.4
11642026-08-18T18:59:56.362Z Downloaded bs58 v0.5.1
11652026-08-18T18:59:56.366Z Downloaded unarray v0.1.4
11662026-08-18T18:59:56.366Z Downloaded find-msvc-tools v0.1.10
11672026-08-18T18:59:56.366Z Downloaded thiserror-no-std v2.0.2
11682026-08-18T18:59:56.369Z Downloaded wait-timeout v0.2.1
11692026-08-18T18:59:56.369Z Downloaded defmt v0.3.100
11702026-08-18T18:59:56.369Z Downloaded half v2.7.1
11712026-08-18T18:59:56.369Z Downloaded const-random v0.1.18
11722026-08-18T18:59:56.372Z Downloaded tokio-tungstenite v0.21.0
11732026-08-18T18:59:56.372Z Downloaded cipher v0.4.4
11742026-08-18T18:59:56.372Z Downloaded fs-err v3.3.1
11752026-08-18T18:59:56.374Z Downloaded fs_extra v1.3.0
11762026-08-18T18:59:56.375Z Downloaded snafu-derive v0.8.9
11772026-08-18T18:59:56.377Z Downloaded nom v7.1.3
11782026-08-18T18:59:56.380Z Downloaded jiff-core v0.1.0
11792026-08-18T18:59:56.382Z Downloaded defmt v1.1.1
11802026-08-18T18:59:56.396Z Downloaded tiny-keccak v2.0.2
11812026-08-18T18:59:56.396Z Downloaded byte-wrapper v0.1.0
11822026-08-18T18:59:56.396Z Downloaded backoff v0.4.0
11832026-08-18T18:59:56.396Z Downloaded critical-section v1.2.0
11842026-08-18T18:59:56.396Z Downloaded zerovec-derive v0.11.3
11852026-08-18T18:59:56.396Z Downloaded strum_macros v0.27.2
11862026-08-18T18:59:56.396Z Downloaded data-encoding v2.11.1
11872026-08-18T18:59:56.396Z Downloaded writeable v0.6.3
11882026-08-18T18:59:56.396Z Downloaded cancel-safe-futures v0.1.5
11892026-08-18T18:59:56.396Z Downloaded icu_normalizer v2.2.0
11902026-08-18T18:59:56.396Z Downloaded indicatif v0.18.6
11912026-08-18T18:59:56.400Z Downloaded pretty_assertions v1.4.1
11922026-08-18T18:59:56.400Z Downloaded chacha20 v0.9.1
11932026-08-18T18:59:56.400Z Downloaded crossbeam-utils v0.8.22
11942026-08-18T18:59:56.400Z Downloaded schemars v0.9.0
11952026-08-18T18:59:56.408Z Downloaded group v0.13.0
11962026-08-18T18:59:56.411Z Downloaded dof v0.3.0
11972026-08-18T18:59:56.411Z Downloaded thin-vec v0.2.19
11982026-08-18T18:59:56.411Z Downloaded smartstring v1.0.1
11992026-08-18T18:59:56.411Z Downloaded toml v0.7.8
12002026-08-18T18:59:56.414Z Downloaded toml v0.9.12+spec-1.1.0
12012026-08-18T18:59:56.416Z Downloaded diff v0.1.13
12022026-08-18T18:59:56.419Z Downloaded yansi v1.0.1
12032026-08-18T18:59:56.419Z Downloaded constant_time_eq v0.4.2
12042026-08-18T18:59:56.422Z Downloaded dof v0.4.0
12052026-08-18T18:59:56.422Z Downloaded qorb v0.4.1
12062026-08-18T18:59:56.425Z Downloaded rand v0.8.7
12072026-08-18T18:59:56.425Z Downloaded zerocopy-derive v0.7.35
12082026-08-18T18:59:56.427Z Downloaded chacha20poly1305 v0.10.1
12092026-08-18T18:59:56.428Z Downloaded backon v1.6.0
12102026-08-18T18:59:56.431Z Downloaded tungstenite v0.21.0
12112026-08-18T18:59:56.434Z Downloaded blake2 v0.10.6
12122026-08-18T18:59:56.436Z Downloaded time-macros v0.2.32
12132026-08-18T18:59:56.436Z Downloaded crypto-bigint v0.5.5
12142026-08-18T18:59:56.439Z Downloaded typify v0.4.3
12152026-08-18T18:59:56.441Z Downloaded drift v0.2.0
12162026-08-18T18:59:56.447Z Downloaded steno v0.4.1
12172026-08-18T18:59:56.449Z Downloaded unsafe-libyaml v0.2.11
12182026-08-18T18:59:56.452Z Downloaded uuid v1.24.0
12192026-08-18T18:59:56.455Z Downloaded ucd-trie v0.1.7
12202026-08-18T18:59:56.458Z Downloaded const-oid v0.10.2
12212026-08-18T18:59:56.462Z Downloaded dropshot_endpoint v0.17.1
12222026-08-18T18:59:56.463Z Downloaded console v0.16.4
12232026-08-18T18:59:56.465Z Downloaded cookie v0.18.2
12242026-08-18T18:59:56.465Z Downloaded const_format v0.2.36
12252026-08-18T18:59:56.470Z Downloaded snafu v0.8.9
12262026-08-18T18:59:56.474Z Downloaded toml_edit v0.25.13+spec-1.1.0
12272026-08-18T18:59:56.477Z Downloaded pest v2.8.8
12282026-08-18T18:59:56.479Z Downloaded test-strategy v0.4.5
12292026-08-18T18:59:56.482Z Downloaded icu_collections v2.2.0
12302026-08-18T18:59:56.486Z Downloaded rayon-core v1.13.0
12312026-08-18T18:59:56.507Z Downloaded zerotrie v0.2.4
12322026-08-18T18:59:56.510Z Downloaded darling_core v0.21.3
12332026-08-18T18:59:56.512Z Downloaded crossbeam-channel v0.5.16
12342026-08-18T18:59:56.515Z Downloaded heapless v0.8.0
12352026-08-18T18:59:56.517Z Downloaded toml_edit v0.19.15
12362026-08-18T18:59:56.524Z Downloaded schemars v1.2.2
12372026-08-18T18:59:56.531Z Downloaded expectorate v1.2.0
12382026-08-18T18:59:56.533Z Downloaded libm v0.2.16
12392026-08-18T18:59:56.537Z Downloaded darling_core v0.23.0
12402026-08-18T18:59:56.541Z Downloaded base64 v0.21.7
12412026-08-18T18:59:56.544Z Downloaded hkdf v0.12.4
12422026-08-18T18:59:56.544Z Downloaded zerocopy-derive v0.8.56
12432026-08-18T18:59:56.547Z Downloaded typed-path v0.9.3
12442026-08-18T18:59:56.550Z Downloaded zerovec v0.11.6
12452026-08-18T18:59:56.553Z Downloaded async-compression v0.4.43
12462026-08-18T18:59:56.557Z Downloaded hashbrown v0.12.3
12472026-08-18T18:59:56.560Z Downloaded cc v1.4.2
12482026-08-18T18:59:56.562Z Downloaded itertools v0.12.1
12492026-08-18T18:59:56.565Z Downloaded zerocopy v0.7.35
12502026-08-18T18:59:56.573Z Downloaded hashbrown v0.16.1
12512026-08-18T18:59:56.576Z Downloaded itertools v0.15.0
12522026-08-18T18:59:56.579Z Downloaded dropshot-api-manager v0.7.2
12532026-08-18T18:59:56.582Z Downloaded proptest v1.11.0
12542026-08-18T18:59:56.586Z Downloaded winnow v0.5.40
12552026-08-18T18:59:56.590Z Downloaded h2 v0.4.15
12562026-08-18T18:59:56.595Z Downloaded tabled v0.15.0
12572026-08-18T18:59:56.603Z Downloaded tough v0.22.0
12582026-08-18T18:59:56.607Z Downloaded moka v0.12.16
12592026-08-18T18:59:56.611Z Downloaded goblin v0.8.2
12602026-08-18T18:59:56.614Z Downloaded reqwest v0.13.4
12612026-08-18T18:59:56.617Z Downloaded icu_properties_data v2.2.0
12622026-08-18T18:59:56.643Z Downloaded tabled v0.21.0
12632026-08-18T18:59:56.652Z Downloaded time v0.3.55
12642026-08-18T18:59:56.658Z Downloaded rayon v1.12.0
12652026-08-18T18:59:56.663Z Downloaded aws-lc-rs v1.18.0
12662026-08-18T18:59:56.668Z Downloaded serde_with v3.22.0
12672026-08-18T18:59:56.674Z Downloaded nix v0.31.3
12682026-08-18T18:59:56.680Z Downloaded dropshot v0.17.1
12692026-08-18T18:59:56.692Z Downloaded iddqd v0.4.6
12702026-08-18T18:59:56.696Z Downloaded openapiv3 v2.2.0
12712026-08-18T18:59:56.702Z Downloaded quinn-proto v0.11.16
12722026-08-18T18:59:56.734Z Downloaded blake3 v1.8.6
12732026-08-18T18:59:56.738Z Downloaded petgraph v0.6.5
12742026-08-18T18:59:56.753Z Downloaded syn v1.0.109
12752026-08-18T18:59:56.758Z Downloaded lzma-sys v0.1.20
12762026-08-18T18:59:56.773Z Downloaded csv v1.4.0
12772026-08-18T18:59:56.783Z Downloaded regress v0.11.1
12782026-08-18T18:59:56.787Z Downloaded goblin v0.10.7
12792026-08-18T18:59:56.791Z Downloaded hickory-proto v0.24.4
12802026-08-18T18:59:56.799Z Downloaded regress v0.10.5
12812026-08-18T18:59:56.803Z Downloaded smoltcp v0.11.0
12822026-08-18T18:59:56.822Z Downloaded rhai v1.25.1
12832026-08-18T18:59:56.828Z Downloaded hickory-proto v0.25.2
12842026-08-18T18:59:56.838Z Downloaded sled v0.34.7
12852026-08-18T18:59:56.874Z Downloaded typify-impl v0.6.2
12862026-08-18T18:59:56.887Z Downloaded typify-impl v0.4.3
12872026-08-18T18:59:56.934Z Downloaded jiff v0.2.35
12882026-08-18T18:59:56.977Z Downloaded chrono-tz v0.10.4
12892026-08-18T18:59:56.989Z Downloaded sha3 v0.10.9
12902026-08-18T18:59:57.059Z Downloaded encoding_rs v0.8.35
12912026-08-18T18:59:57.565Z Downloaded aws-lc-sys v0.44.0
12922026-08-18T18:59:58.482Z Compiling proc-macro2 v1.0.107
12932026-08-18T18:59:58.482Z Compiling quote v1.0.47
12942026-08-18T18:59:58.482Z Compiling unicode-ident v1.0.24
12952026-08-18T18:59:58.482Z Compiling serde_core v1.0.229
12962026-08-18T18:59:58.485Z Compiling cfg-if v1.0.4
12972026-08-18T18:59:58.485Z Compiling serde v1.0.229
12982026-08-18T18:59:58.485Z Compiling libc v0.2.189
12992026-08-18T18:59:58.485Z Compiling memchr v2.8.3
13002026-08-18T18:59:58.638Z Compiling itoa v1.0.18
13012026-08-18T18:59:58.813Z Compiling smallvec v1.15.2
13022026-08-18T18:59:58.897Z Compiling zmij v1.0.23
13032026-08-18T18:59:58.928Z Compiling autocfg v1.5.1
13042026-08-18T18:59:59.014Z Compiling libm v0.2.16
13052026-08-18T18:59:59.268Z Compiling stable_deref_trait v1.2.1
13062026-08-18T18:59:59.279Z Compiling percent-encoding v2.3.2
13072026-08-18T18:59:59.344Z Compiling writeable v0.6.3
13082026-08-18T18:59:59.409Z Compiling litemap v0.8.2
13092026-08-18T18:59:59.463Z Compiling utf8_iter v1.0.4
13102026-08-18T18:59:59.473Z Compiling icu_normalizer_data v2.2.0
13112026-08-18T18:59:59.507Z Compiling icu_properties_data v2.2.0
13122026-08-18T18:59:59.595Z Compiling iana-time-zone v0.1.65
13132026-08-18T18:59:59.605Z Compiling equivalent v1.0.2
13142026-08-18T18:59:59.683Z Compiling form_urlencoded v1.2.2
13152026-08-18T18:59:59.708Z Compiling syn v2.0.119
13162026-08-18T18:59:59.725Z Compiling syn v3.0.3
13172026-08-18T18:59:59.858Z Compiling allocator-api2 v0.2.21
13182026-08-18T18:59:59.891Z Compiling serde_json v1.0.151
13192026-08-18T18:59:59.903Z Compiling dyn-clone v1.0.20
13202026-08-18T19:00:00.043Z Compiling version_check v0.9.5
13212026-08-18T19:00:00.083Z Compiling pin-project-lite v0.2.17
13222026-08-18T19:00:00.179Z Compiling parking_lot_core v0.9.12
13232026-08-18T19:00:00.206Z Compiling scopeguard v1.2.0
13242026-08-18T19:00:00.255Z Compiling hashbrown v0.17.1
13252026-08-18T19:00:00.312Z Compiling lock_api v0.4.14
13262026-08-18T19:00:00.344Z Compiling num-traits v0.2.19
13272026-08-18T19:00:00.456Z Compiling thiserror v2.0.20
13282026-08-18T19:00:00.547Z Compiling getrandom v0.4.3
13292026-08-18T19:00:00.591Z Compiling rand_core v0.10.1
13302026-08-18T19:00:00.729Z Compiling semver v1.0.28
13312026-08-18T19:00:00.847Z Compiling indexmap v2.14.0
13322026-08-18T19:00:01.035Z Compiling errno v0.3.14
13332026-08-18T19:00:01.079Z Compiling log v0.4.33
13342026-08-18T19:00:01.092Z Compiling heck v0.5.0
13352026-08-18T19:00:01.186Z Compiling futures-core v0.3.34
13362026-08-18T19:00:01.336Z Compiling uuid v1.24.0
13372026-08-18T19:00:01.348Z Compiling zerocopy v0.8.56
13382026-08-18T19:00:01.441Z Compiling schemars v0.8.22
13392026-08-18T19:00:01.500Z Compiling futures-sink v0.3.34
13402026-08-18T19:00:01.609Z Compiling slab v0.4.12
13412026-08-18T19:00:01.694Z Compiling jobserver v0.1.35
13422026-08-18T19:00:01.773Z Compiling shlex v2.0.1
13432026-08-18T19:00:01.776Z Compiling rustversion v1.0.23
13442026-08-18T19:00:01.794Z Compiling fnv v1.0.7
13452026-08-18T19:00:01.929Z Compiling find-msvc-tools v0.1.10
13462026-08-18T19:00:01.952Z Compiling futures-channel v0.3.34
13472026-08-18T19:00:02.008Z Compiling bitflags v2.13.1
13482026-08-18T19:00:02.061Z Compiling futures-task v0.3.34
13492026-08-18T19:00:02.167Z Compiling cc v1.4.2
13502026-08-18T19:00:02.178Z Compiling futures-io v0.3.34
13512026-08-18T19:00:02.239Z Compiling pkg-config v0.3.33
13522026-08-18T19:00:02.335Z Compiling socket2 v0.6.5
13532026-08-18T19:00:02.521Z Compiling parking_lot v0.12.5
13542026-08-18T19:00:02.570Z Compiling signal-hook-registry v1.4.8
13552026-08-18T19:00:02.672Z Compiling synstructure v0.13.2
13562026-08-18T19:00:02.777Z Compiling serde_derive_internals v0.29.1
13572026-08-18T19:00:02.791Z Compiling mio v1.2.2
13582026-08-18T19:00:02.873Z Compiling portable-atomic v1.15.0
13592026-08-18T19:00:02.928Z Compiling cmake v0.1.58
13602026-08-18T19:00:03.144Z Compiling serde_derive v1.0.229
13612026-08-18T19:00:03.163Z Compiling displaydoc v0.2.7
13622026-08-18T19:00:03.261Z Compiling thiserror-impl v2.0.20
13632026-08-18T19:00:03.290Z Compiling tokio-macros v2.7.2
13642026-08-18T19:00:03.305Z Compiling futures-macro v0.3.34
13652026-08-18T19:00:03.498Z Compiling typenum v1.20.1
13662026-08-18T19:00:03.825Z Compiling zerofrom-derive v0.1.7
13672026-08-18T19:00:03.931Z Compiling yoke-derive v0.8.2
13682026-08-18T19:00:04.017Z Compiling zerovec-derive v0.11.3
13692026-08-18T19:00:04.028Z Compiling schemars_derive v0.8.22
13702026-08-18T19:00:04.116Z Compiling zerocopy-derive v0.8.56
13712026-08-18T19:00:04.293Z Compiling zeroize_derive v1.5.0
13722026-08-18T19:00:04.553Z Compiling futures-util v0.3.34
13732026-08-18T19:00:05.017Z Compiling fs_extra v1.3.0
13742026-08-18T19:00:05.028Z Compiling zeroize v1.9.0
13752026-08-18T19:00:05.090Z Compiling zerofrom v0.1.8
13762026-08-18T19:00:05.141Z Compiling dunce v1.0.5
13772026-08-18T19:00:05.212Z Compiling yoke v0.8.3
13782026-08-18T19:00:05.234Z Compiling base64 v0.22.1
13792026-08-18T19:00:05.245Z Compiling critical-section v1.2.0
13802026-08-18T19:00:05.271Z Compiling aws-lc-sys v0.44.0
13812026-08-18T19:00:05.274Z Compiling slog v2.8.2
13822026-08-18T19:00:05.342Z Compiling once_cell v1.21.4
13832026-08-18T19:00:05.393Z Compiling zerovec v0.11.6
13842026-08-18T19:00:05.500Z Compiling zerotrie v0.2.4
13852026-08-18T19:00:05.556Z Compiling rustix v1.1.4
13862026-08-18T19:00:05.568Z Compiling byteorder v1.5.0
13872026-08-18T19:00:05.796Z Compiling strsim v0.11.1
13882026-08-18T19:00:05.806Z Compiling subtle v2.6.1
13892026-08-18T19:00:05.961Z Compiling tinystr v0.8.3
13902026-08-18T19:00:05.973Z Compiling potential_utf v0.1.5
13912026-08-18T19:00:06.118Z Compiling icu_locale_core v2.2.0
13922026-08-18T19:00:06.126Z Compiling icu_collections v2.2.0
13932026-08-18T19:00:06.172Z Compiling regex-syntax v0.8.11
13942026-08-18T19:00:06.186Z Compiling atomic-waker v1.1.2
13952026-08-18T19:00:06.311Z Compiling bytes v1.12.1
13962026-08-18T19:00:06.316Z Compiling chrono v0.4.45
13972026-08-18T19:00:06.630Z Compiling erased-serde v0.3.31
13982026-08-18T19:00:06.952Z Compiling icu_provider v2.2.0
13992026-08-18T19:00:06.966Z Compiling http v1.5.0
14002026-08-18T19:00:07.127Z Compiling tokio v1.53.1
14012026-08-18T19:00:07.263Z Compiling icu_properties v2.2.0
14022026-08-18T19:00:07.567Z Compiling icu_normalizer v2.2.0
14032026-08-18T19:00:07.805Z Compiling serde_tokenstream v0.2.3
14042026-08-18T19:00:07.938Z Compiling http-body v1.1.0
14052026-08-18T19:00:08.084Z Compiling httparse v1.10.1
14062026-08-18T19:00:08.095Z Compiling ipnet v2.12.1
14072026-08-18T19:00:08.148Z Compiling idna_adapter v1.2.2
14082026-08-18T19:00:08.284Z Compiling idna v1.1.0
14092026-08-18T19:00:08.461Z Compiling ppv-lite86 v0.2.21
14102026-08-18T19:00:08.473Z Compiling tower-layer v0.3.3
14112026-08-18T19:00:08.556Z Compiling tower-service v0.3.3
14122026-08-18T19:00:08.611Z Compiling url v2.5.8
14132026-08-18T19:00:08.643Z Compiling getrandom v0.2.17
14142026-08-18T19:00:08.772Z Compiling thiserror v1.0.69
14152026-08-18T19:00:08.809Z Compiling try-lock v0.2.5
14162026-08-18T19:00:08.822Z Compiling untrusted v0.9.0
14172026-08-18T19:00:08.911Z Compiling ucd-trie v0.1.7
14182026-08-18T19:00:08.922Z Compiling ryu v1.0.23
14192026-08-18T19:00:08.934Z Compiling want v0.3.1
14202026-08-18T19:00:09.041Z Compiling pest v2.8.8
14212026-08-18T19:00:09.091Z Compiling rand_core v0.6.4
14222026-08-18T19:00:09.200Z Compiling thiserror-impl v1.0.69
14232026-08-18T19:00:09.240Z Compiling httpdate v1.0.3
14242026-08-18T19:00:09.314Z Compiling getrandom v0.3.4
14252026-08-18T19:00:09.463Z Compiling pretty-hex v0.4.2
14262026-08-18T19:00:09.475Z Compiling winnow v1.0.4
14272026-08-18T19:00:09.593Z Compiling plain v0.2.3
14282026-08-18T19:00:09.649Z Compiling paste v1.0.15
14292026-08-18T19:00:09.695Z Compiling foldhash v0.2.0
14302026-08-18T19:00:09.923Z Compiling ipnetwork v0.21.1
14312026-08-18T19:00:10.025Z Compiling tracing-core v0.1.36
14322026-08-18T19:00:10.347Z Compiling pest_meta v2.8.8
14332026-08-18T19:00:10.370Z Compiling oxnet v0.1.6
14342026-08-18T19:00:10.455Z Compiling tracing-attributes v0.1.31
14352026-08-18T19:00:10.614Z Compiling ident_case v1.0.1
14362026-08-18T19:00:10.631Z Compiling omicron-workspace-hack v0.1.0
14372026-08-18T19:00:10.729Z Compiling serde_urlencoded v0.7.1
14382026-08-18T19:00:10.835Z Compiling http-body-util v0.1.5
14392026-08-18T19:00:10.859Z Compiling aho-corasick v1.1.5
14402026-08-18T19:00:10.978Z Compiling pest_generator v2.8.8
14412026-08-18T19:00:11.130Z Compiling sync_wrapper v1.0.2
14422026-08-18T19:00:11.235Z Compiling daft-derive v0.1.8
14432026-08-18T19:00:11.644Z Compiling pest_derive v2.8.8
14442026-08-18T19:00:11.666Z Compiling tracing v0.1.44
14452026-08-18T19:00:11.798Z Compiling regex-automata v0.4.18
14462026-08-18T19:00:11.923Z Compiling fastrand v2.5.0
14472026-08-18T19:00:12.119Z Compiling hashbrown v0.16.1
14482026-08-18T19:00:12.193Z Compiling tokio-util v0.7.19
14492026-08-18T19:00:12.247Z Compiling scroll_derive v0.13.1
14502026-08-18T19:00:12.441Z Compiling async-trait v0.1.92
14512026-08-18T19:00:12.751Z Compiling time-core v0.1.9
14522026-08-18T19:00:12.933Z Compiling aws-lc-rs v1.18.0
14532026-08-18T19:00:12.945Z Compiling anyhow v1.0.104
14542026-08-18T19:00:13.078Z Compiling num-conv v0.2.2
14552026-08-18T19:00:13.225Z Compiling time-macros v0.2.32
14562026-08-18T19:00:13.237Z Compiling scroll v0.13.0
14572026-08-18T19:00:13.388Z Compiling rustls-pki-types v1.15.1
14582026-08-18T19:00:13.459Z Compiling openssl-probe v0.2.1
14592026-08-18T19:00:13.494Z Compiling powerfmt v0.2.0
14602026-08-18T19:00:13.641Z Compiling regex v1.13.1
14612026-08-18T19:00:13.698Z Compiling deranged v0.5.8
14622026-08-18T19:00:13.785Z Compiling num_threads v0.1.7
14632026-08-18T19:00:13.866Z Compiling hex v0.4.3
14642026-08-18T19:00:14.098Z Compiling goblin v0.10.7
14652026-08-18T19:00:14.118Z Compiling camino v1.2.5
14662026-08-18T19:00:14.384Z Compiling untrusted v0.7.1
14672026-08-18T19:00:14.407Z Compiling crc32fast v1.5.0
14682026-08-18T19:00:14.469Z Compiling usdt-impl v0.6.0
14692026-08-18T19:00:14.497Z Compiling rustls v0.23.43
14702026-08-18T19:00:14.675Z Compiling h2 v0.4.15
14712026-08-18T19:00:14.698Z Compiling dtrace-parser v0.3.0
14722026-08-18T19:00:14.723Z Compiling crossbeam-utils v0.8.22
14732026-08-18T19:00:15.096Z Compiling futures-executor v0.3.34
14742026-08-18T19:00:15.120Z Compiling serde_tokenstream v0.3.0
14752026-08-18T19:00:15.123Z Compiling structmeta-derive v0.3.0
14762026-08-18T19:00:15.376Z Compiling thread-id v5.1.0
14772026-08-18T19:00:15.411Z Compiling simd-adler32 v0.3.10
14782026-08-18T19:00:15.454Z Compiling cpufeatures v0.3.0
14792026-08-18T19:00:15.526Z Compiling adler2 v2.0.1
14802026-08-18T19:00:15.616Z Compiling miniz_oxide v0.8.9
14812026-08-18T19:00:15.630Z Compiling newtype-uuid-macros v0.1.1
14822026-08-18T19:00:15.657Z Compiling futures v0.3.34
14832026-08-18T19:00:16.175Z Compiling structmeta v0.3.0
14842026-08-18T19:00:16.262Z Compiling rand_core v0.9.5
14852026-08-18T19:00:16.276Z Compiling darling_core v0.23.0
14862026-08-18T19:00:16.377Z Compiling hybrid-array v0.4.14
14872026-08-18T19:00:16.479Z Compiling thread_local v1.1.10
14882026-08-18T19:00:16.564Z Compiling match_cfg v0.1.0
14892026-08-18T19:00:16.632Z Compiling flate2 v1.1.9
14902026-08-18T19:00:16.830Z Compiling newtype-uuid v1.4.0
14912026-08-18T19:00:17.043Z Compiling dof v0.4.0
14922026-08-18T19:00:17.167Z Compiling hyper v1.11.0
14932026-08-18T19:00:17.352Z Compiling ref-cast v1.0.26
14942026-08-18T19:00:17.659Z Compiling compression-core v0.4.32
14952026-08-18T19:00:17.897Z Compiling slog-async v2.8.0
14962026-08-18T19:00:18.242Z Compiling hyper-util v0.1.20
14972026-08-18T19:00:18.348Z Compiling darling_macro v0.23.0
14982026-08-18T19:00:18.391Z Compiling quick-error v1.2.3
14992026-08-18T19:00:18.464Z Compiling compression-codecs v0.4.38
15002026-08-18T19:00:18.509Z Compiling daft v0.1.8
15012026-08-18T19:00:18.534Z Compiling crypto-common v0.2.2
15022026-08-18T19:00:18.715Z Compiling block-buffer v0.12.1
15032026-08-18T19:00:18.768Z Compiling rand_chacha v0.9.0
15042026-08-18T19:00:18.933Z Compiling strum_macros v0.26.4
15052026-08-18T19:00:18.945Z Compiling darling v0.23.0
15062026-08-18T19:00:19.019Z Compiling ref-cast-impl v1.0.26
15072026-08-18T19:00:19.133Z Compiling usdt-macro v0.6.0
15082026-08-18T19:00:19.197Z Compiling usdt-attr-macro v0.6.0
15092026-08-18T19:00:19.300Z Compiling serde_spanned v1.1.1
15102026-08-18T19:00:19.445Z Compiling multer v3.1.0
15112026-08-18T19:00:19.487Z Compiling generic-array v0.14.7
15122026-08-18T19:00:19.617Z Compiling const-oid v0.10.2
15132026-08-18T19:00:19.663Z Compiling debug-ignore v1.0.5
15142026-08-18T19:00:19.711Z Compiling term v1.2.1
15152026-08-18T19:00:19.813Z Compiling toml_writer v1.1.2+spec-1.1.0
15162026-08-18T19:00:19.902Z Compiling bit-vec v0.8.0
15172026-08-18T19:00:20.026Z Compiling take_mut v0.2.2
15182026-08-18T19:00:20.075Z Compiling digest v0.11.3
15192026-08-18T19:00:20.133Z Compiling bit-set v0.8.0
15202026-08-18T19:00:20.296Z Compiling serde_with_macros v3.22.0
15212026-08-18T19:00:20.313Z Compiling rand v0.9.5
15222026-08-18T19:00:20.339Z Compiling async-stream-impl v0.3.6
15232026-08-18T19:00:20.426Z Compiling dropshot v0.17.1
15242026-08-18T19:00:20.446Z Compiling encoding_rs v0.8.35
15252026-08-18T19:00:20.594Z Compiling strum v0.26.3
15262026-08-18T19:00:20.649Z Compiling syn v1.0.109
15272026-08-18T19:00:20.716Z Compiling mime v0.3.17
15282026-08-18T19:00:20.925Z Compiling unarray v0.1.4
15292026-08-18T19:00:20.960Z Compiling spin v0.9.9
15302026-08-18T19:00:20.982Z Compiling async-stream v0.3.6
15312026-08-18T19:00:21.040Z Compiling sha1 v0.11.0
15322026-08-18T19:00:21.082Z Compiling derive-ex v0.1.8
15332026-08-18T19:00:21.159Z Compiling tower v0.5.3
15342026-08-18T19:00:21.283Z Compiling dropshot_endpoint v0.17.1
15352026-08-18T19:00:21.369Z Compiling waitgroup v0.1.2
15362026-08-18T19:00:21.504Z Compiling macaddr v1.0.1
15372026-08-18T19:00:21.573Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15382026-08-18T19:00:21.626Z Compiling serde_path_to_error v0.1.20
15392026-08-18T19:00:21.928Z Compiling tower-http v0.6.11
15402026-08-18T19:00:22.042Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15412026-08-18T19:00:22.111Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15422026-08-18T19:00:22.166Z Compiling tempfile v3.27.0
15432026-08-18T19:00:22.282Z Compiling openapiv3 v2.2.0
15442026-08-18T19:00:22.339Z Compiling strum_macros v0.27.2
15452026-08-18T19:00:22.620Z Compiling test-strategy v0.4.5
15462026-08-18T19:00:22.925Z Compiling instant v0.1.13
15472026-08-18T19:00:23.030Z Compiling time v0.3.55
15482026-08-18T19:00:23.742Z Compiling rustls-native-certs v0.8.4
15492026-08-18T19:00:23.875Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15502026-08-18T19:00:23.968Z Compiling crossbeam-channel v0.5.16
15512026-08-18T19:00:24.083Z Compiling crypto-common v0.1.7
15522026-08-18T19:00:24.156Z Compiling strum v0.27.2
15532026-08-18T19:00:24.438Z Compiling parse-display-derive v0.10.0
15542026-08-18T19:00:24.478Z Compiling backon v1.6.0
15552026-08-18T19:00:24.685Z Compiling rand_chacha v0.3.1
15562026-08-18T19:00:25.176Z Compiling either v1.17.0
15572026-08-18T19:00:25.393Z Compiling rand v0.8.7
15582026-08-18T19:00:25.415Z Compiling slog-json v2.6.1
15592026-08-18T19:00:25.623Z Compiling hostname v0.3.1
15602026-08-18T19:00:25.646Z Compiling toml_parser v1.1.3+spec-1.1.0
15612026-08-18T19:00:25.764Z Compiling toml_datetime v1.1.1+spec-1.1.0
15622026-08-18T19:00:25.909Z Compiling memmap2 v0.9.11
15632026-08-18T19:00:25.938Z Compiling wait-timeout v0.2.1
15642026-08-18T19:00:26.063Z Compiling is-terminal v0.4.17
15652026-08-18T19:00:26.132Z Compiling slog-term v2.9.2
15662026-08-18T19:00:26.155Z Compiling rusty-fork v0.3.1
15672026-08-18T19:00:26.167Z Compiling usdt v0.6.0
15682026-08-18T19:00:26.250Z Compiling toml v1.1.4+spec-1.1.0
15692026-08-18T19:00:26.365Z Compiling slog-bunyan v2.5.0
15702026-08-18T19:00:26.512Z Compiling serde_with v3.22.0
15712026-08-18T19:00:26.532Z Compiling async-compression v0.4.43
15722026-08-18T19:00:26.627Z Compiling rand_xorshift v0.4.0
15732026-08-18T19:00:26.773Z Compiling rustls-pemfile v2.2.0
15742026-08-18T19:00:26.825Z Compiling regress v0.10.5
15752026-08-18T19:00:26.840Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15762026-08-18T19:00:26.970Z Compiling hostname v0.4.2
15772026-08-18T19:00:27.048Z Compiling humantime v2.4.0
15782026-08-18T19:00:27.106Z Compiling proptest v1.11.0
15792026-08-18T19:00:27.576Z Compiling iddqd v0.4.6
15802026-08-18T19:00:27.841Z Compiling reqwest v0.12.28
15812026-08-18T19:00:27.980Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15822026-08-18T19:00:28.220Z Compiling block-buffer v0.10.4
15832026-08-18T19:00:28.366Z Compiling utf8parse v0.2.2
15842026-08-18T19:00:28.475Z Compiling anstyle-parse v1.0.0
15852026-08-18T19:00:28.475Z Compiling digest v0.10.7
15862026-08-18T19:00:28.662Z Compiling parse-display v0.10.0
15872026-08-18T19:00:28.699Z Compiling backoff v0.4.0
15882026-08-18T19:00:28.817Z Compiling progenitor-client v0.10.0
15892026-08-18T19:00:28.902Z Compiling itertools v0.14.0
15902026-08-18T19:00:28.992Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15912026-08-18T19:00:29.088Z Compiling colorchoice v1.0.5
15922026-08-18T19:00:29.203Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15932026-08-18T19:00:29.789Z Compiling anstyle v1.0.14
15942026-08-18T19:00:30.066Z Compiling is_terminal_polyfill v1.70.2
15952026-08-18T19:00:30.160Z Compiling anstyle-query v1.1.5
15962026-08-18T19:00:30.269Z Compiling anstream v1.0.0
15972026-08-18T19:00:30.594Z Compiling clap_lex v1.1.0
15982026-08-18T19:00:30.902Z Compiling regress v0.11.1
15992026-08-18T19:00:30.921Z Compiling clap_derive v4.6.4
16002026-08-18T19:00:31.542Z Compiling terminal_size v0.4.4
16012026-08-18T19:00:32.500Z Compiling typify-impl v0.6.2
16022026-08-18T19:00:32.613Z Compiling toml_datetime v0.6.11
16032026-08-18T19:00:32.847Z Compiling zerocopy-derive v0.7.35
16042026-08-18T19:00:33.078Z Compiling cpufeatures v0.2.17
16052026-08-18T19:00:33.101Z Compiling convert_case v0.4.0
16062026-08-18T19:00:33.142Z Compiling clap_builder v4.6.6
16072026-08-18T19:00:33.707Z Compiling zerocopy v0.7.35
16082026-08-18T19:00:33.769Z Compiling derive_more v0.99.20
16092026-08-18T19:00:34.428Z Compiling toml_edit v0.25.13+spec-1.1.0
16102026-08-18T19:00:35.126Z Compiling unicode-width v0.2.2
16112026-08-18T19:00:35.380Z Compiling proc-macro-crate v3.5.0
16122026-08-18T19:00:35.400Z Compiling clap v4.6.6
16132026-08-18T19:00:35.806Z Compiling secrecy v0.10.3
16142026-08-18T19:00:35.832Z Compiling float-ord v0.3.2
16152026-08-18T19:00:35.966Z Compiling tinyvec_macros v0.1.1
16162026-08-18T19:00:35.977Z Compiling crucible-workspace-hack v0.1.0
16172026-08-18T19:00:36.033Z Compiling tinyvec v1.12.0
16182026-08-18T19:00:36.075Z Compiling num_enum_derive v0.7.6
16192026-08-18T19:00:36.565Z Compiling dtrace-parser v0.2.0
16202026-08-18T19:00:36.646Z Compiling scroll_derive v0.12.1
16212026-08-18T19:00:36.699Z Compiling num-integer v0.1.47
16222026-08-18T19:00:36.810Z Compiling rustc_version v0.4.1
16232026-08-18T19:00:37.026Z Compiling usdt-impl v0.5.0
16242026-08-18T19:00:37.106Z Compiling crossbeam-epoch v0.9.20
16252026-08-18T19:00:37.346Z Compiling scroll v0.12.0
16262026-08-18T19:00:37.370Z Compiling num_enum v0.7.6
16272026-08-18T19:00:37.394Z Compiling curve25519-dalek v4.1.3
16282026-08-18T19:00:37.605Z Compiling dof v0.3.0
16292026-08-18T19:00:37.683Z Compiling hmac v0.12.1
16302026-08-18T19:00:37.816Z Compiling inout v0.1.4
16312026-08-18T19:00:37.912Z Compiling darling_core v0.21.3
16322026-08-18T19:00:37.946Z Compiling ff v0.13.1
16332026-08-18T19:00:37.957Z Compiling thread-id v4.2.2
16342026-08-18T19:00:37.986Z Compiling cipher v0.4.4
16352026-08-18T19:00:38.043Z Compiling group v0.13.0
16362026-08-18T19:00:38.200Z Compiling hkdf v0.12.4
16372026-08-18T19:00:38.465Z Compiling goblin v0.8.2
16382026-08-18T19:00:38.622Z Compiling num-iter v0.1.46
16392026-08-18T19:00:38.736Z Compiling num-rational v0.4.2
16402026-08-18T19:00:38.891Z Compiling typify-macro v0.6.2
16412026-08-18T19:00:38.944Z Compiling thiserror-impl-no-std v2.0.2
16422026-08-18T19:00:38.990Z Compiling universal-hash v0.5.1
16432026-08-18T19:00:39.053Z Compiling crypto-bigint v0.5.5
16442026-08-18T19:00:39.111Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16452026-08-18T19:00:39.487Z Compiling half v2.7.1
16462026-08-18T19:00:39.769Z Compiling curve25519-dalek-derive v0.1.1
16472026-08-18T19:00:39.783Z Compiling num-complex v0.4.6
16482026-08-18T19:00:40.024Z Compiling darling_macro v0.21.3
16492026-08-18T19:00:40.282Z Compiling ciborium-io v0.2.2
16502026-08-18T19:00:40.362Z Compiling base64ct v1.8.3
16512026-08-18T19:00:40.373Z Compiling base16ct v0.2.0
16522026-08-18T19:00:40.397Z Compiling opaque-debug v0.3.1
16532026-08-18T19:00:40.465Z Compiling poly1305 v0.8.0
16542026-08-18T19:00:40.530Z Compiling elliptic-curve v0.13.8
16552026-08-18T19:00:40.640Z Compiling darling v0.21.3
16562026-08-18T19:00:40.665Z Compiling password-hash v0.5.0
16572026-08-18T19:00:40.807Z Compiling ciborium-ll v0.2.2
16582026-08-18T19:00:41.071Z Compiling typify v0.6.2
16592026-08-18T19:00:41.156Z Compiling num v0.4.3
16602026-08-18T19:00:41.205Z Compiling thiserror-no-std v2.0.2
16612026-08-18T19:00:41.578Z Compiling chacha20 v0.9.1
16622026-08-18T19:00:41.595Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16632026-08-18T19:00:41.785Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16642026-08-18T19:00:42.181Z Compiling blake2 v0.10.6
16652026-08-18T19:00:42.450Z Compiling aead v0.5.2
16662026-08-18T19:00:42.528Z Compiling byte-wrapper v0.1.0
16672026-08-18T19:00:42.608Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16682026-08-18T19:00:42.634Z Compiling proc-macro-error-attr v1.0.4
16692026-08-18T19:00:42.926Z Compiling rustix v0.38.44
16702026-08-18T19:00:42.936Z Compiling keccak v0.1.6
16712026-08-18T19:00:43.018Z Compiling prettyplease v0.2.37
16722026-08-18T19:00:43.168Z Compiling unsafe-libyaml v0.2.11
16732026-08-18T19:00:43.249Z Compiling heapless v0.8.0
16742026-08-18T19:00:43.718Z Compiling serde_yaml v0.9.34+deprecated
16752026-08-18T19:00:43.860Z Compiling sha3 v0.10.9
16762026-08-18T19:00:43.956Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16772026-08-18T19:00:44.156Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16782026-08-18T19:00:44.874Z Compiling chacha20poly1305 v0.10.1
16792026-08-18T19:00:45.033Z Compiling argon2 v0.5.3
16802026-08-18T19:00:45.089Z Compiling vsss-rs v3.3.4
16812026-08-18T19:00:45.156Z Compiling ciborium v0.2.2
16822026-08-18T19:00:45.268Z Compiling ingot-macros v0.1.1
16832026-08-18T19:00:45.550Z Compiling usdt-macro v0.5.0
16842026-08-18T19:00:45.748Z Compiling usdt-attr-macro v0.5.0
16852026-08-18T19:00:46.898Z Compiling serde_spanned v0.6.9
16862026-08-18T19:00:47.041Z Compiling hash32 v0.3.1
16872026-08-18T19:00:47.191Z Compiling enum-as-inner v0.6.1
16882026-08-18T19:00:47.253Z Compiling proc-macro-error v1.0.4
16892026-08-18T19:00:47.387Z Compiling memmap v0.7.0
16902026-08-18T19:00:47.477Z Compiling memoffset v0.9.1
16912026-08-18T19:00:47.574Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16922026-08-18T19:00:47.617Z Compiling toml_write v0.1.2
16932026-08-18T19:00:47.710Z Compiling winnow v0.7.15
16942026-08-18T19:00:47.765Z Compiling winnow v0.5.40
16952026-08-18T19:00:47.805Z Compiling indent_write v2.2.0
16962026-08-18T19:00:47.816Z Compiling data-encoding v2.11.1
16972026-08-18T19:00:47.900Z Compiling smoltcp v0.11.0
16982026-08-18T19:00:47.937Z Compiling cfg_aliases v0.2.2
16992026-08-18T19:00:48.006Z Compiling nix v0.31.3
17002026-08-18T19:00:48.033Z Compiling ingot-types v0.1.2
17012026-08-18T19:00:48.268Z Compiling usdt v0.5.0
17022026-08-18T19:00:48.444Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17032026-08-18T19:00:48.448Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17042026-08-18T19:00:48.531Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-08-18T19:00:48.773Z Compiling tabwriter v1.4.1
17062026-08-18T19:00:48.960Z Compiling cobs v0.3.0
17072026-08-18T19:00:49.000Z Compiling toml_edit v0.22.27
17082026-08-18T19:00:49.008Z Compiling toml_edit v0.19.15
17092026-08-18T19:00:49.130Z Compiling serde_repr v0.1.21
17102026-08-18T19:00:49.148Z Compiling managed v0.8.0
17112026-08-18T19:00:49.185Z Compiling bitflags v1.3.2
17122026-08-18T19:00:49.256Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17132026-08-18T19:00:49.353Z Compiling crossbeam-deque v0.8.7
17142026-08-18T19:00:49.464Z Compiling vcpkg v0.2.15
17152026-08-18T19:00:49.626Z Compiling postcard v1.1.3
17162026-08-18T19:00:50.000Z Compiling openssl-sys v0.9.117
17172026-08-18T19:00:50.061Z Compiling ingot v0.1.1
17182026-08-18T19:00:50.634Z Compiling toml v0.8.23
17192026-08-18T19:00:51.354Z Compiling proc-macro-crate v1.3.1
17202026-08-18T19:00:51.655Z Compiling hubpack_derive v0.1.1
17212026-08-18T19:00:51.698Z Compiling foreign-types-macros v0.2.4
17222026-08-18T19:00:52.001Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17232026-08-18T19:00:52.184Z Compiling rustls-webpki v0.103.14
17242026-08-18T19:00:52.328Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17252026-08-18T19:00:52.352Z Compiling rayon-core v1.13.0
17262026-08-18T19:00:52.406Z Compiling foreign-types-shared v0.3.1
17272026-08-18T19:00:52.496Z Compiling linked-hash-map v0.5.6
17282026-08-18T19:00:52.552Z Compiling resolv-conf v0.7.6
17292026-08-18T19:00:52.564Z Compiling static_assertions v1.1.0
17302026-08-18T19:00:52.573Z Compiling unicode-segmentation v1.13.3
17312026-08-18T19:00:52.583Z Compiling colored v3.1.1
17322026-08-18T19:00:52.626Z Compiling semver v0.1.20
17332026-08-18T19:00:52.629Z Compiling swrite v0.1.0
17342026-08-18T19:00:52.723Z Compiling heck v0.4.1
17352026-08-18T19:00:52.919Z Compiling newline-converter v0.3.0
17362026-08-18T19:00:52.919Z Compiling rustc_version v0.1.7
17372026-08-18T19:00:52.973Z Compiling lru-cache v0.1.2
17382026-08-18T19:00:53.038Z Compiling foreign-types v0.5.0
17392026-08-18T19:00:53.049Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17402026-08-18T19:00:53.092Z Compiling hubpack v0.1.2
17412026-08-18T19:00:53.110Z Compiling num_enum_derive v0.5.11
17422026-08-18T19:00:53.371Z Compiling atomicwrites v0.4.4
17432026-08-18T19:00:53.499Z Compiling hickory-proto v0.24.4
17442026-08-18T19:00:53.576Z Compiling progenitor-impl v0.13.0
17452026-08-18T19:00:54.150Z Compiling console v0.15.11
17462026-08-18T19:00:54.210Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17472026-08-18T19:00:54.718Z Compiling camino-tempfile v1.4.1
17482026-08-18T19:00:54.811Z Compiling chacha20 v0.10.1
17492026-08-18T19:00:54.846Z Compiling serde-big-array v0.5.1
17502026-08-18T19:00:54.939Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17512026-08-18T19:00:54.987Z Compiling derive-where v1.6.1
17522026-08-18T19:00:55.056Z Compiling num-derive v0.4.2
17532026-08-18T19:00:55.074Z Compiling pin-project-internal v1.1.13
17542026-08-18T19:00:55.499Z Compiling cstr-argument v0.1.2
17552026-08-18T19:00:55.657Z Compiling tokio-rustls v0.26.4
17562026-08-18T19:00:55.940Z Compiling hyper-rustls v0.27.9
17572026-08-18T19:00:56.042Z Compiling rustls-platform-verifier v0.7.0
17582026-08-18T19:00:56.246Z Compiling reqwest v0.13.4
17592026-08-18T19:00:56.862Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17602026-08-18T19:00:57.083Z Compiling similar v2.7.0
17612026-08-18T19:00:57.216Z Compiling siphasher v1.0.3
17622026-08-18T19:00:57.413Z Compiling minimal-lexical v0.2.1
17632026-08-18T19:00:57.429Z Compiling phf_shared v0.12.1
17642026-08-18T19:00:57.605Z Compiling progenitor-client v0.14.0
17652026-08-18T19:00:57.667Z Compiling nom v7.1.3
17662026-08-18T19:00:57.909Z Compiling progenitor-extras v0.2.0
17672026-08-18T19:00:58.147Z Compiling expectorate v1.2.0
17682026-08-18T19:00:58.311Z Compiling progenitor-client v0.13.0
17692026-08-18T19:00:58.528Z Compiling progenitor-macro v0.13.0
17702026-08-18T19:00:58.627Z Compiling pin-project v1.1.13
17712026-08-18T19:00:58.728Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17722026-08-18T19:00:59.015Z Compiling hickory-resolver v0.24.4
17732026-08-18T19:00:59.040Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17742026-08-18T19:00:59.503Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17752026-08-18T19:01:01.201Z Compiling rand v0.10.2
17762026-08-18T19:01:01.794Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17772026-08-18T19:01:01.885Z Compiling num_enum v0.5.11
17782026-08-18T19:01:02.011Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17792026-08-18T19:01:02.054Z Compiling newtype_derive v0.1.6
17802026-08-18T19:01:02.675Z Compiling progenitor-impl v0.14.0
17812026-08-18T19:01:03.230Z Compiling unicode-normalization v0.1.25
17822026-08-18T19:01:03.550Z Compiling tokio-stream v0.1.19
17832026-08-18T19:01:03.703Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17842026-08-18T19:01:03.716Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17852026-08-18T19:01:03.932Z Compiling async-recursion v1.1.1
17862026-08-18T19:01:04.032Z Compiling snafu-derive v0.8.9
17872026-08-18T19:01:05.826Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17882026-08-18T19:01:05.854Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17892026-08-18T19:01:05.908Z Compiling slog-dtrace v0.3.0
17902026-08-18T19:01:06.097Z Compiling csv-core v0.1.13
17912026-08-18T19:01:06.141Z Compiling bstr v1.13.1
17922026-08-18T19:01:06.153Z Compiling unicode-width v0.1.14
17932026-08-18T19:01:06.366Z Compiling foldhash v0.1.5
17942026-08-18T19:01:06.404Z Compiling konst_macro_rules v0.2.19
17952026-08-18T19:01:06.431Z Compiling unicode-xid v0.2.6
17962026-08-18T19:01:06.561Z Compiling jiff-core v0.1.0
17972026-08-18T19:01:06.585Z Compiling owo-colors v4.3.0
17982026-08-18T19:01:06.647Z Compiling cancel-safe-futures v0.1.5
17992026-08-18T19:01:06.799Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18002026-08-18T19:01:06.815Z Compiling chrono-tz v0.10.4
18012026-08-18T19:01:06.884Z Compiling foreign-types-shared v0.1.1
18022026-08-18T19:01:06.896Z Compiling openssl v0.10.81
18032026-08-18T19:01:06.912Z Compiling highway v1.3.0
18042026-08-18T19:01:06.966Z Compiling same-file v1.0.6
18052026-08-18T19:01:07.043Z Compiling foreign-types v0.3.2
18062026-08-18T19:01:07.116Z Compiling walkdir v2.5.0
18072026-08-18T19:01:07.142Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-08-18T19:01:07.235Z Compiling const_format_proc_macros v0.2.34
18092026-08-18T19:01:07.302Z Compiling jiff v0.2.35
18102026-08-18T19:01:07.470Z Compiling konst v0.2.20
18112026-08-18T19:01:07.706Z Compiling globset v0.4.20
18122026-08-18T19:01:07.745Z Compiling hashbrown v0.15.5
18132026-08-18T19:01:07.824Z Compiling progenitor-macro v0.14.0
18142026-08-18T19:01:08.040Z Compiling csv v1.4.0
18152026-08-18T19:01:08.455Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-08-18T19:01:08.533Z Compiling snafu v0.8.9
18172026-08-18T19:01:08.604Z Compiling qorb v0.4.1
18182026-08-18T19:01:08.908Z Compiling progenitor v0.13.0
18192026-08-18T19:01:09.008Z Compiling olpc-cjson v0.1.4
18202026-08-18T19:01:09.049Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-08-18T19:01:09.175Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18222026-08-18T19:01:10.003Z Compiling rayon v1.12.0
18232026-08-18T19:01:10.811Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18242026-08-18T19:01:11.154Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-08-18T19:01:11.358Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18262026-08-18T19:01:11.635Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-08-18T19:01:11.816Z Compiling phf v0.12.1
18282026-08-18T19:01:11.970Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-08-18T19:01:12.179Z Compiling zone_cfg_derive v0.3.1
18302026-08-18T19:01:12.343Z Compiling tokio-dtrace v0.1.1
18312026-08-18T19:01:12.751Z Compiling itertools v0.12.1
18322026-08-18T19:01:12.893Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18332026-08-18T19:01:13.104Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-08-18T19:01:13.195Z Compiling libsw-core v0.3.2
18352026-08-18T19:01:13.367Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18362026-08-18T19:01:13.462Z Compiling serde_plain v1.0.2
18372026-08-18T19:01:13.672Z Compiling pem v3.0.6
18382026-08-18T19:01:13.687Z Compiling openssl-macros v0.1.1
18392026-08-18T19:01:13.740Z Compiling cookie v0.18.2
18402026-08-18T19:01:13.977Z Compiling sigpipe v0.1.3
18412026-08-18T19:01:14.016Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-08-18T19:01:14.051Z Compiling bytecount v0.6.9
18432026-08-18T19:01:14.064Z Compiling fixedbitset v0.5.7
18442026-08-18T19:01:14.181Z Compiling fixedbitset v0.4.2
18452026-08-18T19:01:14.198Z Compiling glob v0.3.4
18462026-08-18T19:01:14.247Z Compiling typed-path v0.9.3
18472026-08-18T19:01:14.416Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-08-18T19:01:14.427Z Compiling petgraph v0.6.5
18492026-08-18T19:01:14.554Z Compiling petgraph v0.8.3
18502026-08-18T19:01:15.195Z Compiling papergrid v0.11.0
18512026-08-18T19:01:15.677Z Compiling tough v0.22.0
18522026-08-18T19:01:15.755Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18532026-08-18T19:01:16.022Z Compiling zone v0.3.1
18542026-08-18T19:01:16.052Z Compiling progenitor v0.14.0
18552026-08-18T19:01:16.192Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18562026-08-18T19:01:16.366Z Compiling libsw v3.5.0
18572026-08-18T19:01:16.486Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18582026-08-18T19:01:16.551Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-08-18T19:01:16.733Z Compiling oxide-tokio-rt v0.1.6
18602026-08-18T19:01:16.745Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18612026-08-18T19:01:17.048Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18622026-08-18T19:01:17.262Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-08-18T19:01:17.321Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-08-18T19:01:17.655Z Compiling const_format v0.2.36
18652026-08-18T19:01:18.072Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-08-18T19:01:18.199Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18672026-08-18T19:01:18.254Z Compiling tabled_derive v0.7.0
18682026-08-18T19:01:18.489Z Compiling gethostname v0.5.0
18692026-08-18T19:01:18.603Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-08-18T19:01:18.614Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18712026-08-18T19:01:18.657Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-08-18T19:01:18.720Z Compiling bcs v0.1.6
18732026-08-18T19:01:18.731Z Compiling smf v0.2.3
18742026-08-18T19:01:18.777Z Compiling nom v8.0.0
18752026-08-18T19:01:19.054Z Compiling unicode-linebreak v0.1.5
18762026-08-18T19:01:19.219Z Compiling termtree v0.5.1
18772026-08-18T19:01:19.290Z Compiling smawk v0.3.3
18782026-08-18T19:01:19.329Z Compiling tagptr v0.2.0
18792026-08-18T19:01:19.369Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18802026-08-18T19:01:19.417Z Compiling whoami v1.6.1
18812026-08-18T19:01:19.476Z Compiling lazy_static v1.5.0
18822026-08-18T19:01:19.532Z Compiling linear-map v1.2.0
18832026-08-18T19:01:19.579Z Compiling steno v0.4.1
18842026-08-18T19:01:19.720Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-08-18T19:01:20.124Z Compiling moka v0.12.16
18862026-08-18T19:01:20.214Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-08-18T19:01:20.935Z Compiling textwrap v0.16.2
18882026-08-18T19:01:21.425Z Compiling tabled v0.15.0
18892026-08-18T19:01:21.472Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-08-18T19:01:21.510Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-08-18T19:01:21.664Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-08-18T19:01:22.765Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-08-18T19:01:22.959Z Compiling hickory-proto v0.25.2
18942026-08-18T19:01:23.725Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18952026-08-18T19:01:24.181Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18962026-08-18T19:01:24.355Z Compiling parking_lot_core v0.8.6
18972026-08-18T19:01:24.469Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-08-18T19:01:24.646Z Compiling libscf-sys v1.2.0
18992026-08-18T19:01:24.708Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19002026-08-18T19:01:24.790Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19012026-08-18T19:01:25.071Z Compiling hickory-resolver v0.25.2
19022026-08-18T19:01:25.238Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19032026-08-18T19:01:25.282Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19042026-08-18T19:01:25.668Z Compiling parking_lot v0.11.2
19052026-08-18T19:01:25.679Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19062026-08-18T19:01:25.705Z Compiling fxhash v0.2.1
19072026-08-18T19:01:25.846Z Compiling internet-checksum v0.2.1
19082026-08-18T19:01:25.922Z Compiling sled v0.34.7
19092026-08-18T19:01:25.988Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-08-18T19:01:26.092Z Compiling itertools v0.15.0
19112026-08-18T19:01:29.513Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19122026-08-18T19:01:30.530Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-08-18T19:01:38.295Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-08-18T19:01:39.912Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-08-18T19:01:40.968Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19162026-08-18T19:01:41.915Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19172026-08-18T19:01:42.733Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19182026-08-18T19:01:43.898Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19192026-08-18T19:02:10.132Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 12s
19202026-08-18T19:02:10.315Z────────────
19212026-08-18T19:02:10.316Z Nextest run ID d8288cd0-80c6-48eb-8626-b4ee10ef1748 with nextest profile: default
19222026-08-18T19:02:10.316Z Starting 51 tests across 3 binaries
19232026-08-18T19:02:10.319Z START bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
19242026-08-18T19:02:10.322Z
19252026-08-18T19:02:10.322Zrunning 1 test
19262026-08-18T19:02:10.767Ztest dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down ... ok
19272026-08-18T19:02:10.767Z
19282026-08-18T19:02:10.767Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.44s
19292026-08-18T19:02:10.767Z
19302026-08-18T19:02:10.775Z PASS [ 0.459s] bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
19312026-08-18T19:02:10.775Z START bfd dispatcher::proptests::state_machine
19322026-08-18T19:02:10.783Z
19332026-08-18T19:02:10.783Zrunning 1 test
19342026-08-18T19:02:11.060Ztest dispatcher::proptests::state_machine ... ok
19352026-08-18T19:02:11.060Z
19362026-08-18T19:02:11.060Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.28s
19372026-08-18T19:02:11.060Z
19382026-08-18T19:02:11.063Z PASS [ 0.287s] bfd dispatcher::proptests::state_machine
19392026-08-18T19:02:11.063Z START bfd dispatcher::proptests::state_machine_with_bind_failures
19402026-08-18T19:02:11.070Z
19412026-08-18T19:02:11.070Zrunning 1 test
19422026-08-18T19:02:11.326Ztest dispatcher::proptests::state_machine_with_bind_failures ... ok
19432026-08-18T19:02:11.326Z
19442026-08-18T19:02:11.326Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.26s
19452026-08-18T19:02:11.326Z
19462026-08-18T19:02:11.329Z PASS [ 0.266s] bfd dispatcher::proptests::state_machine_with_bind_failures
19472026-08-18T19:02:11.329Z START bfd dispatcher::tests::bounded_channel_drops_excess_packets
19482026-08-18T19:02:11.336Z
19492026-08-18T19:02:11.336Zrunning 1 test
19502026-08-18T19:02:11.339Ztest dispatcher::tests::bounded_channel_drops_excess_packets ... ok
19512026-08-18T19:02:11.339Z
19522026-08-18T19:02:11.339Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19532026-08-18T19:02:11.339Z
19542026-08-18T19:02:11.339Z PASS [ 0.010s] bfd dispatcher::tests::bounded_channel_drops_excess_packets
19552026-08-18T19:02:11.339Z START bfd dispatcher::tests::delivers_packet_from_registered_peer
19562026-08-18T19:02:11.345Z
19572026-08-18T19:02:11.345Zrunning 1 test
19582026-08-18T19:02:11.348Ztest dispatcher::tests::delivers_packet_from_registered_peer ... ok
19592026-08-18T19:02:11.348Z
19602026-08-18T19:02:11.348Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19612026-08-18T19:02:11.348Z
19622026-08-18T19:02:11.348Z PASS [ 0.009s] bfd dispatcher::tests::delivers_packet_from_registered_peer
19632026-08-18T19:02:11.348Z START bfd dispatcher::tests::drops_malformed_packet_but_task_survives
19642026-08-18T19:02:11.354Z
19652026-08-18T19:02:11.354Zrunning 1 test
19662026-08-18T19:02:11.358Ztest dispatcher::tests::drops_malformed_packet_but_task_survives ... ok
19672026-08-18T19:02:11.359Z
19682026-08-18T19:02:11.359Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19692026-08-18T19:02:11.359Z
19702026-08-18T19:02:11.359Z PASS [ 0.009s] bfd dispatcher::tests::drops_malformed_packet_but_task_survives
19712026-08-18T19:02:11.359Z START bfd dispatcher::tests::drops_packet_from_unregistered_peer
19722026-08-18T19:02:11.363Z
19732026-08-18T19:02:11.363Zrunning 1 test
19742026-08-18T19:02:11.666Ztest dispatcher::tests::drops_packet_from_unregistered_peer ... ok
19752026-08-18T19:02:11.666Z
19762026-08-18T19:02:11.666Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
19772026-08-18T19:02:11.666Z
19782026-08-18T19:02:11.670Z PASS [ 0.311s] bfd dispatcher::tests::drops_packet_from_unregistered_peer
19792026-08-18T19:02:11.670Z START bfd dispatcher::tests::rx_closed_after_last_peer_removed
19802026-08-18T19:02:11.676Z
19812026-08-18T19:02:11.676Zrunning 1 test
19822026-08-18T19:02:11.679Ztest dispatcher::tests::rx_closed_after_last_peer_removed ... ok
19832026-08-18T19:02:11.679Z
19842026-08-18T19:02:11.679Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19852026-08-18T19:02:11.679Z
19862026-08-18T19:02:11.679Z PASS [ 0.011s] bfd dispatcher::tests::rx_closed_after_last_peer_removed
19872026-08-18T19:02:11.679Z START bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
19882026-08-18T19:02:11.685Z
19892026-08-18T19:02:11.685Zrunning 1 test
19902026-08-18T19:02:11.689Ztest dispatcher::tests::shutdown_waits_for_task_to_be_dropped ... ok
19912026-08-18T19:02:11.689Z
19922026-08-18T19:02:11.689Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19932026-08-18T19:02:11.689Z
19942026-08-18T19:02:11.689Z PASS [ 0.009s] bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
19952026-08-18T19:02:11.689Z START bfd egress::tests::binds_ports_in_expected_range
19962026-08-18T19:02:11.694Z
19972026-08-18T19:02:11.694Zrunning 1 test
19982026-08-18T19:02:11.697Ztest egress::tests::binds_ports_in_expected_range ... ok
19992026-08-18T19:02:11.697Z
20002026-08-18T19:02:11.697Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20012026-08-18T19:02:11.697Z
20022026-08-18T19:02:11.697Z PASS [ 0.009s] bfd egress::tests::binds_ports_in_expected_range
20032026-08-18T19:02:11.697Z START bfd egress::tests::egress_socket_sets_hop_limit_v6
20042026-08-18T19:02:11.703Z
20052026-08-18T19:02:11.703Zrunning 1 test
20062026-08-18T19:02:11.706Ztest egress::tests::egress_socket_sets_hop_limit_v6 ... ok
20072026-08-18T19:02:11.706Z
20082026-08-18T19:02:11.707Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20092026-08-18T19:02:11.707Z
20102026-08-18T19:02:11.707Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_hop_limit_v6
20112026-08-18T19:02:11.707Z START bfd egress::tests::egress_socket_sets_ttl_v4
20122026-08-18T19:02:11.711Z
20132026-08-18T19:02:11.711Zrunning 1 test
20142026-08-18T19:02:11.714Ztest egress::tests::egress_socket_sets_ttl_v4 ... ok
20152026-08-18T19:02:11.714Z
20162026-08-18T19:02:11.714Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20172026-08-18T19:02:11.714Z
20182026-08-18T19:02:11.714Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_ttl_v4
20192026-08-18T19:02:11.715Z START bfd egress::tests::exits_when_channel_closed
20202026-08-18T19:02:11.719Z
20212026-08-18T19:02:11.719Zrunning 1 test
20222026-08-18T19:02:11.722Ztest egress::tests::exits_when_channel_closed ... ok
20232026-08-18T19:02:11.722Z
20242026-08-18T19:02:11.722Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20252026-08-18T19:02:11.722Z
20262026-08-18T19:02:11.722Z PASS [ 0.009s] bfd egress::tests::exits_when_channel_closed
20272026-08-18T19:02:11.722Z START bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
20282026-08-18T19:02:11.728Z
20292026-08-18T19:02:11.728Zrunning 1 test
20302026-08-18T19:02:11.731Ztest egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range ... ok
20312026-08-18T19:02:11.731Z
20322026-08-18T19:02:11.731Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20332026-08-18T19:02:11.731Z
20342026-08-18T19:02:11.731Z PASS [ 0.007s] bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
20352026-08-18T19:02:11.731Z START bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
20362026-08-18T19:02:11.735Z
20372026-08-18T19:02:11.735Zrunning 1 test
20382026-08-18T19:02:11.753Ztest egress_src_port_iter::tests::port_choices_wrap_around_at_end ... ok
20392026-08-18T19:02:11.754Z
20402026-08-18T19:02:11.754Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20412026-08-18T19:02:11.754Z
20422026-08-18T19:02:11.754Z PASS [ 0.007s] bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
20432026-08-18T19:02:11.754Z START bfd egress_src_port_iter::tests::src_port_is_always_in_range
20442026-08-18T19:02:11.754Z
20452026-08-18T19:02:11.754Zrunning 1 test
20462026-08-18T19:02:11.754Ztest egress_src_port_iter::tests::src_port_is_always_in_range ... ok
20472026-08-18T19:02:11.754Z
20482026-08-18T19:02:11.754Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
20492026-08-18T19:02:11.754Z
20502026-08-18T19:02:11.754Z PASS [ 0.012s] bfd egress_src_port_iter::tests::src_port_is_always_in_range
20512026-08-18T19:02:11.754Z START bfd rib::tests::exits_when_state_channel_closed
20522026-08-18T19:02:11.757Z
20532026-08-18T19:02:11.757Zrunning 1 test
20542026-08-18T19:02:11.757Ztest rib::tests::exits_when_state_channel_closed ... ok
20552026-08-18T19:02:11.757Z
20562026-08-18T19:02:11.757Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20572026-08-18T19:02:11.757Z
20582026-08-18T19:02:11.757Z PASS [ 0.008s] bfd rib::tests::exits_when_state_channel_closed
20592026-08-18T19:02:11.757Z START bfd rib::tests::initial_down_state_is_synced
20602026-08-18T19:02:11.765Z
20612026-08-18T19:02:11.765Zrunning 1 test
20622026-08-18T19:02:11.868Ztest rib::tests::initial_down_state_is_synced ... ok
20632026-08-18T19:02:11.868Z
20642026-08-18T19:02:11.871Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20652026-08-18T19:02:11.871Z
20662026-08-18T19:02:11.871Z PASS [ 0.110s] bfd rib::tests::initial_down_state_is_synced
20672026-08-18T19:02:11.871Z START bfd rib::tests::real_transitions_are_synced
20682026-08-18T19:02:11.874Z
20692026-08-18T19:02:11.874Zrunning 1 test
20702026-08-18T19:02:12.179Ztest rib::tests::real_transitions_are_synced ... ok
20712026-08-18T19:02:12.179Z
20722026-08-18T19:02:12.182Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
20732026-08-18T19:02:12.182Z
20742026-08-18T19:02:12.182Z PASS [ 0.313s] bfd rib::tests::real_transitions_are_synced
20752026-08-18T19:02:12.182Z START bfd rib::tests::redundant_shutdown_states_are_not_resynced
20762026-08-18T19:02:12.188Z
20772026-08-18T19:02:12.188Zrunning 1 test
20782026-08-18T19:02:12.543Ztest rib::tests::redundant_shutdown_states_are_not_resynced ... ok
20792026-08-18T19:02:12.543Z
20802026-08-18T19:02:12.543Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.35s
20812026-08-18T19:02:12.543Z
20822026-08-18T19:02:12.546Z PASS [ 0.363s] bfd rib::tests::redundant_shutdown_states_are_not_resynced
20832026-08-18T19:02:12.547Z START bfd session::tests::counts_incoming_packets
20842026-08-18T19:02:12.550Z
20852026-08-18T19:02:12.550Zrunning 1 test
20862026-08-18T19:02:12.653Ztest session::tests::counts_incoming_packets ... ok
20872026-08-18T19:02:12.653Z
20882026-08-18T19:02:12.653Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20892026-08-18T19:02:12.653Z
20902026-08-18T19:02:12.656Z PASS [ 0.110s] bfd session::tests::counts_incoming_packets
20912026-08-18T19:02:12.656Z START bfd session::tests::down_to_up_directly
20922026-08-18T19:02:12.660Z
20932026-08-18T19:02:12.660Zrunning 1 test
20942026-08-18T19:02:12.763Ztest session::tests::down_to_up_directly ... ok
20952026-08-18T19:02:12.763Z
20962026-08-18T19:02:12.763Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20972026-08-18T19:02:12.763Z
20982026-08-18T19:02:12.767Z PASS [ 0.110s] bfd session::tests::down_to_up_directly
20992026-08-18T19:02:12.767Z START bfd session::tests::emits_outgoing_control_packet
21002026-08-18T19:02:12.770Z
21012026-08-18T19:02:12.770Zrunning 1 test
21022026-08-18T19:02:12.773Ztest session::tests::emits_outgoing_control_packet ... ok
21032026-08-18T19:02:12.773Z
21042026-08-18T19:02:12.774Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21052026-08-18T19:02:12.774Z
21062026-08-18T19:02:12.774Z PASS [ 0.010s] bfd session::tests::emits_outgoing_control_packet
21072026-08-18T19:02:12.774Z START bfd session::tests::exits_when_listener_channel_closes
21082026-08-18T19:02:12.780Z
21092026-08-18T19:02:12.780Zrunning 1 test
21102026-08-18T19:02:12.783Ztest session::tests::exits_when_listener_channel_closes ... ok
21112026-08-18T19:02:12.783Z
21122026-08-18T19:02:12.783Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21132026-08-18T19:02:12.783Z
21142026-08-18T19:02:12.783Z PASS [ 0.009s] bfd session::tests::exits_when_listener_channel_closes
21152026-08-18T19:02:12.783Z START bfd session::tests::handshake_down_init_up_publishes_each_state
21162026-08-18T19:02:12.788Z
21172026-08-18T19:02:12.788Zrunning 1 test
21182026-08-18T19:02:12.993Ztest session::tests::handshake_down_init_up_publishes_each_state ... ok
21192026-08-18T19:02:12.993Z
21202026-08-18T19:02:12.993Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21212026-08-18T19:02:12.993Z
21222026-08-18T19:02:12.996Z PASS [ 0.212s] bfd session::tests::handshake_down_init_up_publishes_each_state
21232026-08-18T19:02:12.996Z START bfd session::tests::init_to_down_on_peer_admin_down
21242026-08-18T19:02:13.002Z
21252026-08-18T19:02:13.002Zrunning 1 test
21262026-08-18T19:02:13.205Ztest session::tests::init_to_down_on_peer_admin_down ... ok
21272026-08-18T19:02:13.206Z
21282026-08-18T19:02:13.209Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21292026-08-18T19:02:13.209Z
21302026-08-18T19:02:13.209Z PASS [ 0.212s] bfd session::tests::init_to_down_on_peer_admin_down
21312026-08-18T19:02:13.209Z START bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
21322026-08-18T19:02:13.212Z
21332026-08-18T19:02:13.213Zrunning 1 test
21342026-08-18T19:02:13.315Ztest session::tests::peer_state_that_does_not_advance_is_a_no_op ... ok
21352026-08-18T19:02:13.315Z
21362026-08-18T19:02:13.315Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21372026-08-18T19:02:13.316Z
21382026-08-18T19:02:13.319Z PASS [ 0.110s] bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
21392026-08-18T19:02:13.319Z START bfd session::tests::poll_packet_elicits_final_response_on_egress
21402026-08-18T19:02:13.322Z
21412026-08-18T19:02:13.322Zrunning 1 test
21422026-08-18T19:02:13.326Ztest session::tests::poll_packet_elicits_final_response_on_egress ... ok
21432026-08-18T19:02:13.326Z
21442026-08-18T19:02:13.326Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21452026-08-18T19:02:13.326Z
21462026-08-18T19:02:13.326Z PASS [ 0.009s] bfd session::tests::poll_packet_elicits_final_response_on_egress
21472026-08-18T19:02:13.326Z START bfd session::tests::recv_timeout_drives_session_down
21482026-08-18T19:02:13.331Z
21492026-08-18T19:02:13.331Zrunning 1 test
21502026-08-18T19:02:14.848Ztest session::tests::recv_timeout_drives_session_down ... ok
21512026-08-18T19:02:14.848Z
21522026-08-18T19:02:14.849Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 1.52s
21532026-08-18T19:02:14.849Z
21542026-08-18T19:02:14.853Z PASS [ 1.526s] bfd session::tests::recv_timeout_drives_session_down
21552026-08-18T19:02:14.853Z START bfd session::tests::up_to_down_on_peer_admin_down
21562026-08-18T19:02:14.858Z
21572026-08-18T19:02:14.858Zrunning 1 test
21582026-08-18T19:02:15.064Ztest session::tests::up_to_down_on_peer_admin_down ... ok
21592026-08-18T19:02:15.064Z
21602026-08-18T19:02:15.069Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21612026-08-18T19:02:15.069Z
21622026-08-18T19:02:15.069Z PASS [ 0.213s] bfd session::tests::up_to_down_on_peer_admin_down
21632026-08-18T19:02:15.069Z START bfd session::tests::up_to_down_on_peer_down
21642026-08-18T19:02:15.072Z
21652026-08-18T19:02:15.072Zrunning 1 test
21662026-08-18T19:02:15.275Ztest session::tests::up_to_down_on_peer_down ... ok
21672026-08-18T19:02:15.275Z
21682026-08-18T19:02:15.278Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21692026-08-18T19:02:15.278Z
21702026-08-18T19:02:15.278Z PASS [ 0.212s] bfd session::tests::up_to_down_on_peer_down
21712026-08-18T19:02:15.278Z START bfd sm::tests::arbitrary_local_config_never_panics
21722026-08-18T19:02:15.282Z
21732026-08-18T19:02:15.282Zrunning 1 test
21742026-08-18T19:02:15.514Ztest sm::tests::arbitrary_local_config_never_panics ... ok
21752026-08-18T19:02:15.514Z
21762026-08-18T19:02:15.514Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.23s
21772026-08-18T19:02:15.514Z
21782026-08-18T19:02:15.518Z PASS [ 0.239s] bfd sm::tests::arbitrary_local_config_never_panics
21792026-08-18T19:02:15.518Z START bfd sm::tests::arbitrary_sequences_uphold_invariants
21802026-08-18T19:02:15.521Z
21812026-08-18T19:02:15.521Zrunning 1 test
21822026-08-18T19:02:16.046Ztest sm::tests::arbitrary_sequences_uphold_invariants ... ok
21832026-08-18T19:02:16.046Z
21842026-08-18T19:02:16.046Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.53s
21852026-08-18T19:02:16.046Z
21862026-08-18T19:02:16.050Z PASS [ 0.533s] bfd sm::tests::arbitrary_sequences_uphold_invariants
21872026-08-18T19:02:16.050Z START bfd sm::tests::bounded_consecutive_loss_keeps_session_up
21882026-08-18T19:02:16.055Z
21892026-08-18T19:02:16.055Zrunning 1 test
21902026-08-18T19:02:16.068Ztest sm::tests::bounded_consecutive_loss_keeps_session_up ... ok
21912026-08-18T19:02:16.068Z
21922026-08-18T19:02:16.068Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
21932026-08-18T19:02:16.068Z
21942026-08-18T19:02:16.072Z PASS [ 0.021s] bfd sm::tests::bounded_consecutive_loss_keeps_session_up
21952026-08-18T19:02:16.072Z START bfd sm::tests::clean_channel_converges_to_up
21962026-08-18T19:02:16.075Z
21972026-08-18T19:02:16.075Zrunning 1 test
21982026-08-18T19:02:16.075Ztest sm::tests::clean_channel_converges_to_up ... ok
21992026-08-18T19:02:16.075Z
22002026-08-18T19:02:16.075Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22012026-08-18T19:02:16.075Z
22022026-08-18T19:02:16.080Z PASS [ 0.007s] bfd sm::tests::clean_channel_converges_to_up
22032026-08-18T19:02:16.080Z START bfd sm::tests::demand_mode_suppresses_unsolicited_sends
22042026-08-18T19:02:16.083Z
22052026-08-18T19:02:16.083Zrunning 1 test
22062026-08-18T19:02:16.083Ztest sm::tests::demand_mode_suppresses_unsolicited_sends ... ok
22072026-08-18T19:02:16.083Z
22082026-08-18T19:02:16.083Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22092026-08-18T19:02:16.083Z
22102026-08-18T19:02:16.086Z PASS [ 0.007s] bfd sm::tests::demand_mode_suppresses_unsolicited_sends
22112026-08-18T19:02:16.086Z START bfd sm::tests::large_local_tx_interval_saturates_on_wire
22122026-08-18T19:02:16.090Z
22132026-08-18T19:02:16.090Zrunning 1 test
22142026-08-18T19:02:16.093Ztest sm::tests::large_local_tx_interval_saturates_on_wire ... ok
22152026-08-18T19:02:16.093Z
22162026-08-18T19:02:16.093Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22172026-08-18T19:02:16.093Z
22182026-08-18T19:02:16.093Z PASS [ 0.007s] bfd sm::tests::large_local_tx_interval_saturates_on_wire
22192026-08-18T19:02:16.093Z START bfd sm::tests::poll_flood_grows_response_queue_unboundedly
22202026-08-18T19:02:16.097Z
22212026-08-18T19:02:16.097Zrunning 1 test
22222026-08-18T19:02:16.100Ztest sm::tests::poll_flood_grows_response_queue_unboundedly ... ok
22232026-08-18T19:02:16.100Z
22242026-08-18T19:02:16.100Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22252026-08-18T19:02:16.100Z
22262026-08-18T19:02:16.100Z PASS [ 0.008s] bfd sm::tests::poll_flood_grows_response_queue_unboundedly
22272026-08-18T19:02:16.100Z START bfd sm::tests::poll_response_remains_queued_past_tx_interval
22282026-08-18T19:02:16.104Z
22292026-08-18T19:02:16.104Zrunning 1 test
22302026-08-18T19:02:16.107Ztest sm::tests::poll_response_remains_queued_past_tx_interval ... ok
22312026-08-18T19:02:16.107Z
22322026-08-18T19:02:16.107Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22332026-08-18T19:02:16.107Z
22342026-08-18T19:02:16.107Z PASS [ 0.007s] bfd sm::tests::poll_response_remains_queued_past_tx_interval
22352026-08-18T19:02:16.107Z START bfd sm::tests::poll_triggers_immediate_final_response
22362026-08-18T19:02:16.112Z
22372026-08-18T19:02:16.112Zrunning 1 test
22382026-08-18T19:02:16.115Ztest sm::tests::poll_triggers_immediate_final_response ... ok
22392026-08-18T19:02:16.115Z
22402026-08-18T19:02:16.115Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22412026-08-18T19:02:16.115Z
22422026-08-18T19:02:16.115Z PASS [ 0.007s] bfd sm::tests::poll_triggers_immediate_final_response
22432026-08-18T19:02:16.115Z START bfd sm::tests::recv_deadline_expiry_reports_was_already_down
22442026-08-18T19:02:16.119Z
22452026-08-18T19:02:16.119Zrunning 1 test
22462026-08-18T19:02:16.124Ztest sm::tests::recv_deadline_expiry_reports_was_already_down ... ok
22472026-08-18T19:02:16.124Z
22482026-08-18T19:02:16.124Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22492026-08-18T19:02:16.124Z
22502026-08-18T19:02:16.124Z PASS [ 0.007s] bfd sm::tests::recv_deadline_expiry_reports_was_already_down
22512026-08-18T19:02:16.124Z START bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
22522026-08-18T19:02:16.127Z
22532026-08-18T19:02:16.127Zrunning 1 test
22542026-08-18T19:02:16.127Ztest sm::tests::remote_required_min_rx_zero_stops_periodic_sends ... ok
22552026-08-18T19:02:16.127Z
22562026-08-18T19:02:16.127Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22572026-08-18T19:02:16.127Z
22582026-08-18T19:02:16.131Z PASS [ 0.007s] bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
22592026-08-18T19:02:16.131Z START bfd sm::tests::total_partition_drives_both_down
22602026-08-18T19:02:16.134Z
22612026-08-18T19:02:16.134Zrunning 1 test
22622026-08-18T19:02:16.137Ztest sm::tests::total_partition_drives_both_down ... ok
22632026-08-18T19:02:16.137Z
22642026-08-18T19:02:16.137Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22652026-08-18T19:02:16.137Z
22662026-08-18T19:02:16.137Z PASS [ 0.007s] bfd sm::tests::total_partition_drives_both_down
22672026-08-18T19:02:16.137Z START bfd sm::tests::transition_table_is_exhaustive_and_correct
22682026-08-18T19:02:16.141Z
22692026-08-18T19:02:16.141Zrunning 1 test
22702026-08-18T19:02:16.144Ztest sm::tests::transition_table_is_exhaustive_and_correct ... ok
22712026-08-18T19:02:16.144Z
22722026-08-18T19:02:16.144Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22732026-08-18T19:02:16.144Z
22742026-08-18T19:02:16.144Z PASS [ 0.007s] bfd sm::tests::transition_table_is_exhaustive_and_correct
22752026-08-18T19:02:16.144Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22762026-08-18T19:02:16.148Z
22772026-08-18T19:02:16.148Zrunning 1 test
22782026-08-18T19:02:16.148Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
22792026-08-18T19:02:16.148Z
22802026-08-18T19:02:16.148Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
22812026-08-18T19:02:16.148Z
22822026-08-18T19:02:16.148Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22832026-08-18T19:02:16.148Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22842026-08-18T19:02:16.151Z
22852026-08-18T19:02:16.151Zrunning 1 test
22862026-08-18T19:02:16.151Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
22872026-08-18T19:02:16.151Z
22882026-08-18T19:02:16.151Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
22892026-08-18T19:02:16.151Z
22902026-08-18T19:02:16.154Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22912026-08-18T19:02:16.154Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22922026-08-18T19:02:16.157Z
22932026-08-18T19:02:16.157Zrunning 1 test
22942026-08-18T19:02:16.157Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
22952026-08-18T19:02:16.157Z
22962026-08-18T19:02:16.157Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
22972026-08-18T19:02:16.157Z
22982026-08-18T19:02:16.157Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22992026-08-18T19:02:16.157Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
23002026-08-18T19:02:16.161Z
23012026-08-18T19:02:16.161Zrunning 1 test
23022026-08-18T19:02:16.161Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
23032026-08-18T19:02:16.161Z
23042026-08-18T19:02:16.161Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
23052026-08-18T19:02:16.161Z
23062026-08-18T19:02:16.161Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
23072026-08-18T19:02:16.161Z START mg-api-types-versions v13::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape
23082026-08-18T19:02:16.164Z
23092026-08-18T19:02:16.164Zrunning 1 test
23102026-08-18T19:02:16.167Ztest v13::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape ... ok
23112026-08-18T19:02:16.167Z
23122026-08-18T19:02:16.167Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
23132026-08-18T19:02:16.167Z
23142026-08-18T19:02:16.167Z PASS [ 0.005s] mg-api-types-versions v13::unnumbered::tests::interface_downgrades_to_legacy_ndp_shape
23152026-08-18T19:02:16.167Z START mg-api-types-versions v13::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer
23162026-08-18T19:02:16.170Z
23172026-08-18T19:02:16.170Zrunning 1 test
23182026-08-18T19:02:16.170Ztest v13::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer ... ok
23192026-08-18T19:02:16.170Z
23202026-08-18T19:02:16.170Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
23212026-08-18T19:02:16.170Z
23222026-08-18T19:02:16.170Z PASS [ 0.004s] mg-api-types-versions v13::unnumbered::tests::interface_without_discovered_router_downgrades_to_none_peer
23232026-08-18T19:02:16.171Z START mg-api-types-versions v13::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape
23242026-08-18T19:02:16.173Z
23252026-08-18T19:02:16.174Zrunning 1 test
23262026-08-18T19:02:16.174Ztest v13::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape ... ok
23272026-08-18T19:02:16.174Z
23282026-08-18T19:02:16.174Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.00s
23292026-08-18T19:02:16.174Z
23302026-08-18T19:02:16.174Z PASS [ 0.005s] mg-api-types-versions v13::unnumbered::tests::manager_state_downgrades_to_legacy_ndp_shape
23312026-08-18T19:02:16.174Z────────────
23322026-08-18T19:02:16.174Z Summary [ 5.857s] 51 tests run: 51 passed, 0 skipped
23332026-08-18T19:02:16.187Zprocess exited: duration 321606 ms, exit code 0
 
23342026-08-18T19:02:16.194Zfound 0 output files