01M1BJ35R2R8BVTJKRRBRWNCM1: test-ddm

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M1BJ40MQKWFV147F40N6Z3NA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T09:25:04.594Zjob assigned to worker 01M1BJ4NY3D799WWN6FY1TQCKS [factory aws, i-0be16b561b4972826] (queued for 1 m 2 s)
 
22026-08-31T09:25:11.103Zstarting task 0: "setup"
32026-08-31T09:25:11.111Z++ uname -s
42026-08-31T09:25:11.122Z+ kern=SunOS
52026-08-31T09:25:11.123Z+ build_user=build
62026-08-31T09:25:11.123Z+ build_uid=12345
72026-08-31T09:25:11.123Z+ work_dir=/work
82026-08-31T09:25:11.123Z+ input_dir=/input
92026-08-31T09:25:11.123Z+ [[ 0 == 12345 ]]
102026-08-31T09:25:11.123Z+ case "$kern" in
112026-08-31T09:25:11.123Z+ groupadd -g 12345 build
122026-08-31T09:25:11.123Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T09:25:13.118Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T09:25:13.232Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T09:25:13.236Z+ home_fs=zfs
162026-08-31T09:25:13.236Z+ [[ zfs == autofs ]]
172026-08-31T09:25:13.236Z+ mkdir -p /home/build
182026-08-31T09:25:13.236Z+ chown build:build /home/build /work
192026-08-31T09:25:15.236Z+ chmod 0700 /home/build /work
202026-08-31T09:25:15.239Zprocess exited: duration 4137 ms, exit code 0
 
212026-08-31T09:25:15.246Zstarting task 1: "rust-toolchain"
222026-08-31T09:25:15.250Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-31T09:25:15.251Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-31T09:25:15.251Z * rust toolchain channel = "stable"
252026-08-31T09:25:15.251Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-31T09:25:15.255Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T09:25:15.255Z * rust toolchain profile = "default"
282026-08-31T09:25:15.255Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T09:25:15.255Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-31T09:25:15.332Zinfo: downloading installer
312026-08-31T09:25:16.734Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T09:25:16.734Zwarn: /home/build/.rustup/settings.toml
332026-08-31T09:25:16.734Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T09:25:16.734Zwarn: instead of the one inferred from the default host triple.
352026-08-31T09:25:16.746Zinfo: profile set to default
362026-08-31T09:25:16.746Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T09:25:16.749Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-31T09:25:16.884Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
392026-08-31T09:25:16.887Zinfo: downloading 6 components
402026-08-31T09:25:31.671Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-31T09:25:31.671Z
422026-08-31T09:25:31.697Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
432026-08-31T09:25:31.697Z
442026-08-31T09:25:31.697Z
452026-08-31T09:25:31.697ZRust is installed now. Great!
462026-08-31T09:25:31.698Z
472026-08-31T09:25:31.702ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T09:25:31.702Zenvironment variable. This has not been done automatically.
492026-08-31T09:25:31.702Z
502026-08-31T09:25:31.702ZTo configure your current shell, you need to source
512026-08-31T09:25:31.702Zthe corresponding env file under $HOME/.cargo.
522026-08-31T09:25:31.702Z
532026-08-31T09:25:31.702ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T09:25:31.702Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T09:25:31.702Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T09:25:31.702Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T09:25:31.702Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T09:25:31.702Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T09:25:31.702Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T09:25:31.702Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T09:25:31.702Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T09:25:31.784Z+ rustup --version
632026-08-31T09:25:31.793Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T09:25:31.796Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T09:25:31.813Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
662026-08-31T09:25:31.816Z+ cargo --version
672026-08-31T09:25:31.830Zcargo 1.98.0 (797e8a9bc 2026-08-05)
682026-08-31T09:25:31.833Z+ rustc --version
692026-08-31T09:25:31.851Zrustc 1.98.0 (88d9e12ae 2026-08-18)
702026-08-31T09:25:31.854Zprocess exited: duration 16606 ms, exit code 0
 
712026-08-31T09:25:31.860Zstarting task 2: "authentication"
722026-08-31T09:25:31.876Zprocess exited: duration 16 ms, exit code 0
 
732026-08-31T09:25:31.883Zstarting task 3: "clone repository"
742026-08-31T09:25:31.886Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-31T09:25:31.889Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-31T09:25:31.916ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-31T09:25:33.673Z+ cd /work/oxidecomputer/maghemite
782026-08-31T09:25:33.674Z+ git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7
792026-08-31T09:25:33.976ZFrom https://github.com/oxidecomputer/maghemite
802026-08-31T09:25:33.976Z * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD
812026-08-31T09:25:33.981Z+ [[ -n zl/ddm-mcast ]]
822026-08-31T09:25:33.984Z++ git branch --show-current
832026-08-31T09:25:33.984Z+ current=main
842026-08-31T09:25:33.984Z+ [[ main != zl/ddm-mcast ]]
852026-08-31T09:25:33.984Z+ git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7
862026-08-31T09:25:33.987Z+ git checkout -f zl/ddm-mcast
872026-08-31T09:25:34.008ZSwitched to branch 'zl/ddm-mcast'
882026-08-31T09:25:34.011Z+ git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7
892026-08-31T09:25:34.029ZHEAD is now at 36e4365 [merge] merge zl/mrib
902026-08-31T09:25:34.032Zprocess exited: duration 2146 ms, exit code 0
 
912026-08-31T09:25:34.039Zstarting task 4: "build"
922026-08-31T09:25:34.043Z+ set -o errexit
932026-08-31T09:25:34.043Z+ set -o pipefail
942026-08-31T09:25:34.043Z+ source .github/buildomat/test-common.sh
952026-08-31T09:25:34.046Z++ NEXTEST_VERSION=0.9.97
962026-08-31T09:25:34.046Z++ PLATFORM=illumos
972026-08-31T09:25:34.046Z++ source .github/buildomat/common.sh
982026-08-31T09:25:34.046Z+++ export PKG_SUCCESS_ON_NOP=1
992026-08-31T09:25:34.046Z+++ PKG_SUCCESS_ON_NOP=1
1002026-08-31T09:25:34.046Z+++ cargo --version
1012026-08-31T09:25:34.049Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1022026-08-31T09:25:34.195Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1032026-08-31T09:25:34.200Zinfo: downloading 6 components
1042026-08-31T09:25:47.889Zcargo 1.97.1 (c980f4866 2026-06-30)
1052026-08-31T09:25:47.892Z+++ rustc --version
1062026-08-31T09:25:47.919Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1072026-08-31T09:25:47.923Z++ banner install
1082026-08-31T09:25:47.926Z
1092026-08-31T09:25:47.926Z # # # #### ##### ## # #
1102026-08-31T09:25:47.926Z # ## # # # # # # #
1112026-08-31T09:25:47.926Z # # # # #### # # # # #
1122026-08-31T09:25:47.926Z # # # # # # ###### # #
1132026-08-31T09:25:47.926Z # # ## # # # # # # #
1142026-08-31T09:25:47.926Z # # # #### # # # ###### ######
1152026-08-31T09:25:47.926Z
1162026-08-31T09:25:47.926Z++ pfexec pkg install clang-15
1172026-08-31T09:25:49.521Z Startup: Refreshing catalog 'helios' ... Done
1182026-08-31T09:25:49.938Z Startup: Caching catalogs ... Done
1192026-08-31T09:25:52.200ZPlanning: Solver setup ... Done
1202026-08-31T09:25:52.262ZPlanning: Running solver ... Done
1212026-08-31T09:25:52.312ZPlanning: Consolidating action changes ... Done
1222026-08-31T09:25:52.313ZPlanning: Evaluating mediators ... Done
1232026-08-31T09:25:52.322ZPlanning: Planning completed in 2.34 seconds
1242026-08-31T09:25:52.331ZNo updates necessary for this image.
1252026-08-31T09:25:52.563Z++ cargo install cargo-nextest --version 0.9.97
1262026-08-31T09:25:52.611Z Updating crates.io index
1272026-08-31T09:25:52.735Z Downloading crates ...
1282026-08-31T09:25:52.782Z Downloaded cargo-nextest v0.9.97
1292026-08-31T09:25:52.839Z Installing cargo-nextest v0.9.97
1302026-08-31T09:25:52.842Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1312026-08-31T09:25:52.842Z |
1322026-08-31T09:25:52.842Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1332026-08-31T09:25:52.842Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1342026-08-31T09:25:52.884Z Updating crates.io index
1352026-08-31T09:25:54.980Z Locking 398 packages to latest compatible versions
1362026-08-31T09:25:54.986Z Adding dialoguer v0.11.0 (available: v0.12.0)
1372026-08-31T09:25:54.986Z Adding duct v0.13.7 (available: v1.1.1)
1382026-08-31T09:25:54.986Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1392026-08-31T09:25:54.990Z Adding generic-array v0.14.7 (available: v0.14.9)
1402026-08-31T09:25:54.990Z Adding guppy v0.17.26 (available: v0.18.0)
1412026-08-31T09:25:54.990Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1422026-08-31T09:25:54.990Z Adding itertools v0.14.0 (available: v0.15.0)
1432026-08-31T09:25:54.990Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1442026-08-31T09:25:54.990Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1452026-08-31T09:25:54.996Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1462026-08-31T09:25:54.996Z Adding quick-junit v0.5.2 (available: v0.7.0)
1472026-08-31T09:25:55.024Z Downloading crates ...
1482026-08-31T09:25:55.037Z Downloaded adler2 v2.0.1
1492026-08-31T09:25:55.050Z Downloaded openssl-macros v0.1.1
1502026-08-31T09:25:55.054Z Downloaded openssl-probe v0.2.1
1512026-08-31T09:25:55.065Z Downloaded foreign-types v0.3.2
1522026-08-31T09:25:55.071Z Downloaded ppv-lite86 v0.2.21
1532026-08-31T09:25:55.076Z Downloaded getrandom v0.3.4
1542026-08-31T09:25:55.076Z Downloaded atomic-waker v1.1.2
1552026-08-31T09:25:55.076Z Downloaded atomicwrites v0.4.4
1562026-08-31T09:25:55.082Z Downloaded quinn-udp v0.5.15
1572026-08-31T09:25:55.082Z Downloaded pkg-config v0.3.34
1582026-08-31T09:25:55.082Z Downloaded os_pipe v1.2.3
1592026-08-31T09:25:55.082Z Downloaded rustls-pki-types v1.15.1
1602026-08-31T09:25:55.082Z Downloaded block-buffer v0.10.4
1612026-08-31T09:25:55.085Z Downloaded cargo-platform v0.2.0
1622026-08-31T09:25:55.085Z Downloaded cargo-platform v0.3.3
1632026-08-31T09:25:55.085Z Downloaded pathdiff v0.2.3
1642026-08-31T09:25:55.085Z Downloaded ordered-float v2.10.1
1652026-08-31T09:25:55.085Z Downloaded terminal_size v0.4.4
1662026-08-31T09:25:55.089Z Downloaded anstyle-query v1.1.5
1672026-08-31T09:25:55.089Z Downloaded async-scoped v0.9.0
1682026-08-31T09:25:55.089Z Downloaded backtrace-ext v0.2.1
1692026-08-31T09:25:55.089Z Downloaded addr2line v0.25.1
1702026-08-31T09:25:55.093Z Downloaded anstyle v1.0.14
1712026-08-31T09:25:55.097Z Downloaded anstyle-parse v1.0.0
1722026-08-31T09:25:55.097Z Downloaded crypto-common v0.1.7
1732026-08-31T09:25:55.097Z Downloaded futures-task v0.3.34
1742026-08-31T09:25:55.097Z Downloaded enable-ansi-support v0.2.1
1752026-08-31T09:25:55.100Z Downloaded equivalent v1.0.2
1762026-08-31T09:25:55.100Z Downloaded errno v0.3.14
1772026-08-31T09:25:55.100Z Downloaded form_urlencoded v1.2.2
1782026-08-31T09:25:55.100Z Downloaded tokio-native-tls v0.3.1
1792026-08-31T09:25:55.100Z Downloaded rustc-hash v2.1.3
1802026-08-31T09:25:55.104Z Downloaded debug-ignore v1.0.5
1812026-08-31T09:25:55.105Z Downloaded cpufeatures v0.3.1
1822026-08-31T09:25:55.105Z Downloaded futures-sink v0.3.34
1832026-08-31T09:25:55.108Z Downloaded thiserror-impl v2.0.20
1842026-08-31T09:25:55.108Z Downloaded rand_core v0.6.4
1852026-08-31T09:25:55.111Z Downloaded fnv v1.0.7
1862026-08-31T09:25:55.111Z Downloaded cfg-if v1.0.4
1872026-08-31T09:25:55.115Z Downloaded scopeguard v1.2.0
1882026-08-31T09:25:55.115Z Downloaded curve25519-dalek-derive v0.1.1
1892026-08-31T09:25:55.115Z Downloaded rustc_version v0.4.1
1902026-08-31T09:25:55.119Z Downloaded serde-untagged v0.1.9
1912026-08-31T09:25:55.120Z Downloaded quote v1.0.47
1922026-08-31T09:25:55.124Z Downloaded color-spantrace v0.3.0
1932026-08-31T09:25:55.127Z Downloaded clap_lex v1.1.0
1942026-08-31T09:25:55.127Z Downloaded cpufeatures v0.2.17
1952026-08-31T09:25:55.127Z Downloaded colorchoice v1.0.5
1962026-08-31T09:25:55.127Z Downloaded futures-macro v0.3.34
1972026-08-31T09:25:55.127Z Downloaded foreign-types-shared v0.1.1
1982026-08-31T09:25:55.134Z Downloaded document-features v0.2.12
1992026-08-31T09:25:55.137Z Downloaded generic-array v0.14.7
2002026-08-31T09:25:55.140Z Downloaded number_prefix v0.4.0
2012026-08-31T09:25:55.144Z Downloaded serde_ignored v0.1.14
2022026-08-31T09:25:55.147Z Downloaded owo-colors v4.4.0
2032026-08-31T09:25:55.150Z Downloaded cfg_aliases v0.2.2
2042026-08-31T09:25:55.150Z Downloaded base64ct v1.8.3
2052026-08-31T09:25:55.150Z Downloaded camino-tempfile v1.4.1
2062026-08-31T09:25:55.150Z Downloaded serde_spanned v0.6.9
2072026-08-31T09:25:55.154Z Downloaded signature v2.2.0
2082026-08-31T09:25:55.154Z Downloaded signal-hook-mio v0.2.5
2092026-08-31T09:25:55.157Z Downloaded autocfg v1.5.1
2102026-08-31T09:25:55.157Z Downloaded parking_lot v0.12.5
2112026-08-31T09:25:55.157Z Downloaded ahash v0.8.12
2122026-08-31T09:25:55.160Z Downloaded serde_spanned v1.1.1
2132026-08-31T09:25:55.164Z Downloaded cargo_metadata v0.23.1
2142026-08-31T09:25:55.164Z Downloaded percent-encoding v2.3.2
2152026-08-31T09:25:55.164Z Downloaded version_check v0.9.5
2162026-08-31T09:25:55.169Z Downloaded utf8parse v0.2.2
2172026-08-31T09:25:55.172Z Downloaded serde_urlencoded v0.7.1
2182026-08-31T09:25:55.175Z Downloaded sigchld v0.2.4
2192026-08-31T09:25:55.175Z Downloaded sync_wrapper v1.0.2
2202026-08-31T09:25:55.176Z Downloaded swrite v0.1.0
2212026-08-31T09:25:55.179Z Downloaded toml_datetime v0.6.11
2222026-08-31T09:25:55.179Z Downloaded futures-executor v0.3.34
2232026-08-31T09:25:55.183Z Downloaded rand_pcg v0.10.2
2242026-08-31T09:25:55.183Z Downloaded either v1.18.0
2252026-08-31T09:25:55.183Z Downloaded erased-serde v0.4.10
2262026-08-31T09:25:55.183Z Downloaded serde-value v0.7.0
2272026-08-31T09:25:55.187Z Downloaded supports-unicode v3.0.0
2282026-08-31T09:25:55.187Z Downloaded find-msvc-tools v0.1.11
2292026-08-31T09:25:55.190Z Downloaded subtle v2.6.1
2302026-08-31T09:25:55.193Z Downloaded shell-words v1.1.1
2312026-08-31T09:25:55.193Z Downloaded foldhash v0.1.5
2322026-08-31T09:25:55.197Z Downloaded dialoguer v0.11.0
2332026-08-31T09:25:55.201Z Downloaded futures-io v0.3.34
2342026-08-31T09:25:55.201Z Downloaded strip-ansi-escapes v0.2.1
2352026-08-31T09:25:55.201Z Downloaded fastrand v2.5.0
2362026-08-31T09:25:55.201Z Downloaded filetime v0.2.29
2372026-08-31T09:25:55.201Z Downloaded fixedbitset v0.5.7
2382026-08-31T09:25:55.204Z Downloaded digest v0.10.7
2392026-08-31T09:25:55.204Z Downloaded is_ci v1.2.0
2402026-08-31T09:25:55.204Z Downloaded is_terminal_polyfill v1.70.2
2412026-08-31T09:25:55.204Z Downloaded lru-slab v0.1.2
2422026-08-31T09:25:55.205Z Downloaded shared_child v1.1.1
2432026-08-31T09:25:55.205Z Downloaded supports-hyperlinks v3.2.0
2442026-08-31T09:25:55.208Z Downloaded socket2 v0.6.5
2452026-08-31T09:25:55.208Z Downloaded tinyvec_macros v0.1.1
2462026-08-31T09:25:55.208Z Downloaded tokio-macros v2.7.2
2472026-08-31T09:25:55.208Z Downloaded untrusted v0.9.0
2482026-08-31T09:25:55.208Z Downloaded ed25519 v2.2.3
2492026-08-31T09:25:55.255Z Downloaded parking_lot_core v0.9.12
2502026-08-31T09:25:55.255Z Downloaded camino v1.2.5
2512026-08-31T09:25:55.255Z Downloaded cfg-expr v0.20.9
2522026-08-31T09:25:55.255Z Downloaded cargo-util-schemas v0.2.0
2532026-08-31T09:25:55.255Z Downloaded cargo_metadata v0.20.0
2542026-08-31T09:25:55.255Z Downloaded tower-layer v0.3.3
2552026-08-31T09:25:55.255Z Downloaded supports-color v3.0.2
2562026-08-31T09:25:55.255Z Downloaded strsim v0.11.1
2572026-08-31T09:25:55.255Z Downloaded zmij v1.0.23
2582026-08-31T09:25:55.255Z Downloaded hyper-tls v0.6.0
2592026-08-31T09:25:55.255Z Downloaded nested v0.1.1
2602026-08-31T09:25:55.255Z Downloaded tower-service v0.3.3
2612026-08-31T09:25:55.255Z Downloaded hex v0.4.3
2622026-08-31T09:25:55.255Z Downloaded tracing-error v0.2.1
2632026-08-31T09:25:55.255Z Downloaded eyre v0.6.14
2642026-08-31T09:25:55.255Z Downloaded getrandom v0.2.17
2652026-08-31T09:25:55.255Z Downloaded toml_writer v1.1.2+spec-1.1.0
2662026-08-31T09:25:55.255Z Downloaded chacha20 v0.10.2
2672026-08-31T09:25:55.255Z Downloaded crc32fast v1.5.1
2682026-08-31T09:25:55.255Z Downloaded smol_str v0.3.6
2692026-08-31T09:25:55.255Z Downloaded thiserror-impl v1.0.69
2702026-08-31T09:25:55.255Z Downloaded try-lock v0.2.5
2712026-08-31T09:25:55.256Z Downloaded rand_chacha v0.9.0
2722026-08-31T09:25:55.256Z Downloaded self-replace v1.5.0
2732026-08-31T09:25:55.259Z Downloaded sha2 v0.10.9
2742026-08-31T09:25:55.259Z Downloaded clap_derive v4.6.4
2752026-08-31T09:25:55.259Z Downloaded const-oid v0.9.6
2762026-08-31T09:25:55.259Z Downloaded convert_case v0.10.0
2772026-08-31T09:25:55.259Z Downloaded console v0.15.11
2782026-08-31T09:25:55.259Z Downloaded heck v0.5.0
2792026-08-31T09:25:55.263Z Downloaded futures-core v0.3.34
2802026-08-31T09:25:55.263Z Downloaded future-queue v0.4.0
2812026-08-31T09:25:55.263Z Downloaded futures-channel v0.3.34
2822026-08-31T09:25:55.263Z Downloaded duct v0.13.7
2832026-08-31T09:25:55.267Z Downloaded serde_path_to_error v0.1.20
2842026-08-31T09:25:55.267Z Downloaded rustc-demangle v0.1.28
2852026-08-31T09:25:55.270Z Downloaded lock_api v0.4.14
2862026-08-31T09:25:55.270Z Downloaded indent_write v2.2.0
2872026-08-31T09:25:55.271Z Downloaded rand_core v0.10.1
2882026-08-31T09:25:55.282Z Downloaded thread_local v1.1.10
2892026-08-31T09:25:55.282Z Downloaded pkcs8 v0.10.2
2902026-08-31T09:25:55.282Z Downloaded spki v0.7.3
2912026-08-31T09:25:55.282Z Downloaded thiserror v2.0.20
2922026-08-31T09:25:55.282Z Downloaded rand_core v0.9.5
2932026-08-31T09:25:55.282Z Downloaded signal-hook-registry v1.4.8
2942026-08-31T09:25:55.282Z Downloaded slab v0.4.12
2952026-08-31T09:25:55.283Z Downloaded static_assertions v1.1.0
2962026-08-31T09:25:55.283Z Downloaded target-lexicon v0.13.5
2972026-08-31T09:25:55.283Z Downloaded anstream v1.0.0
2982026-08-31T09:25:55.287Z Downloaded bitflags v2.13.1
2992026-08-31T09:25:55.287Z Downloaded simd-adler32 v0.3.10
3002026-08-31T09:25:55.287Z Downloaded itoa v1.0.18
3012026-08-31T09:25:55.287Z Downloaded idna_adapter v1.0.0
3022026-08-31T09:25:55.287Z Downloaded indenter v0.3.4
3032026-08-31T09:25:55.287Z Downloaded ipnet v2.12.1
3042026-08-31T09:25:55.287Z Downloaded zeroize v1.9.0
3052026-08-31T09:25:55.291Z Downloaded semver v1.0.28
3062026-08-31T09:25:55.291Z Downloaded openssl-sys v0.9.117
3072026-08-31T09:25:55.299Z Downloaded native-tls v0.2.18
3082026-08-31T09:25:55.302Z Downloaded guppy-workspace-hack v0.1.0
3092026-08-31T09:25:55.302Z Downloaded humantime v2.4.0
3102026-08-31T09:25:55.302Z Downloaded unicase v2.9.0
3112026-08-31T09:25:55.306Z Downloaded unicode-linebreak v0.1.5
3122026-08-31T09:25:55.306Z Downloaded mukti-metadata v0.3.0
3132026-08-31T09:25:55.306Z Downloaded urlencoding v2.1.3
3142026-08-31T09:25:55.309Z Downloaded toml_write v0.1.2
3152026-08-31T09:25:55.309Z Downloaded want v0.3.1
3162026-08-31T09:25:55.313Z Downloaded iana-time-zone v0.1.65
3172026-08-31T09:25:55.318Z Downloaded target-spec-miette v0.4.8
3182026-08-31T09:25:55.321Z Downloaded tracing-attributes v0.1.31
3192026-08-31T09:25:55.322Z Downloaded http-body v1.1.0
3202026-08-31T09:25:55.322Z Downloaded futures v0.3.34
3212026-08-31T09:25:55.325Z Downloaded config v0.15.25
3222026-08-31T09:25:55.325Z Downloaded unicode-xid v0.2.6
3232026-08-31T09:25:55.329Z Downloaded clap v4.6.6
3242026-08-31T09:25:55.332Z Downloaded quick-junit v0.5.2
3252026-08-31T09:25:55.335Z Downloaded derive-where v1.6.1
3262026-08-31T09:25:55.335Z Downloaded nextest-metadata v0.12.2
3272026-08-31T09:25:55.335Z Downloaded nextest-workspace-hack v0.1.0
3282026-08-31T09:25:55.335Z Downloaded utf8_iter v1.0.4
3292026-08-31T09:25:55.339Z Downloaded thiserror v1.0.69
3302026-08-31T09:25:55.339Z Downloaded home v0.5.12
3312026-08-31T09:25:55.339Z Downloaded zipsign-api v0.1.5
3322026-08-31T09:25:55.342Z Downloaded lazy_static v1.5.0
3332026-08-31T09:25:55.342Z Downloaded typeid v1.0.3
3342026-08-31T09:25:55.346Z Downloaded globset v0.4.20
3352026-08-31T09:25:55.346Z Downloaded xattr v1.6.1
3362026-08-31T09:25:55.346Z Downloaded humantime-serde v1.1.1
3372026-08-31T09:25:55.346Z Downloaded bytes v1.12.1
3382026-08-31T09:25:55.353Z Downloaded ryu v1.0.23
3392026-08-31T09:25:55.353Z Downloaded self_update v0.42.0
3402026-08-31T09:25:55.353Z Downloaded pin-project-internal v1.1.13
3412026-08-31T09:25:55.353Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3422026-08-31T09:25:55.353Z Downloaded uuid v1.26.0
3432026-08-31T09:25:55.358Z Downloaded shlex v2.0.1
3442026-08-31T09:25:55.363Z Downloaded once_cell v1.21.4
3452026-08-31T09:25:55.367Z Downloaded toml v0.8.23
3462026-08-31T09:25:55.367Z Downloaded xxhash-rust v0.8.18
3472026-08-31T09:25:55.367Z Downloaded zstd-safe v7.2.4
3482026-08-31T09:25:55.371Z Downloaded serde_core v1.0.229
3492026-08-31T09:25:55.371Z Downloaded zstd v0.13.3
3502026-08-31T09:25:55.374Z Downloaded pin-project-lite v0.2.17
3512026-08-31T09:25:55.374Z Downloaded tokio-stream v0.1.19
3522026-08-31T09:25:55.379Z Downloaded hyper-rustls v0.27.9
3532026-08-31T09:25:55.379Z Downloaded target-spec v3.7.0
3542026-08-31T09:25:55.379Z Downloaded tempfile v3.27.0
3552026-08-31T09:25:55.379Z Downloaded pin-project v1.1.13
3562026-08-31T09:25:55.385Z Downloaded log v0.4.34
3572026-08-31T09:25:55.388Z Downloaded litrs v1.0.0
3582026-08-31T09:25:55.388Z Downloaded backtrace v0.3.76
3592026-08-31T09:25:55.391Z Downloaded tokio-rustls v0.26.4
3602026-08-31T09:25:55.391Z Downloaded vte v0.14.1
3612026-08-31T09:25:55.395Z Downloaded miette-derive v7.6.0
3622026-08-31T09:25:55.395Z Downloaded newtype-uuid v1.4.0
3632026-08-31T09:25:55.395Z Downloaded tracing-log v0.2.0
3642026-08-31T09:25:55.395Z Downloaded base64 v0.22.1
3652026-08-31T09:25:55.398Z Downloaded borsh v1.8.1
3662026-08-31T09:25:55.402Z Downloaded httparse v1.10.1
3672026-08-31T09:25:55.402Z Downloaded jobserver v0.1.35
3682026-08-31T09:25:55.402Z Downloaded cc v1.4.4
3692026-08-31T09:25:55.405Z Downloaded proc-macro2 v1.0.107
3702026-08-31T09:25:55.405Z Downloaded smallvec v1.15.2
3712026-08-31T09:25:55.409Z Downloaded serde_derive v1.0.229
3722026-08-31T09:25:55.412Z Downloaded nextest-filtering v0.15.0
3732026-08-31T09:25:55.412Z Downloaded toml_parser v1.1.3+spec-1.1.0
3742026-08-31T09:25:55.415Z Downloaded http-body-util v0.1.5
3752026-08-31T09:25:55.416Z Downloaded toml v1.1.4+spec-1.1.0
3762026-08-31T09:25:55.420Z Downloaded derive_more v2.1.1
3772026-08-31T09:25:55.424Z Downloaded textwrap v0.16.2
3782026-08-31T09:25:55.424Z Downloaded ed25519-dalek v2.2.0
3792026-08-31T09:25:55.428Z Downloaded flate2 v1.1.10
3802026-08-31T09:25:55.434Z Downloaded indicatif v0.17.11
3812026-08-31T09:25:55.437Z Downloaded signal-hook v0.3.18
3822026-08-31T09:25:55.437Z Downloaded miniz_oxide v0.8.9
3832026-08-31T09:25:55.440Z Downloaded tinyvec v1.12.0
3842026-08-31T09:25:55.440Z Downloaded getrandom v0.4.3
3852026-08-31T09:25:55.444Z Downloaded num-traits v0.2.19
3862026-08-31T09:25:55.444Z Downloaded miniz_oxide v0.9.1
3872026-08-31T09:25:55.447Z Downloaded unicode-ident v1.0.24
3882026-08-31T09:25:55.447Z Downloaded derive_more-impl v2.1.1
3892026-08-31T09:25:55.450Z Downloaded der v0.7.10
3902026-08-31T09:25:55.454Z Downloaded serde v1.0.229
3912026-08-31T09:25:55.461Z Downloaded http v1.5.0
3922026-08-31T09:25:55.467Z Downloaded rustls-webpki v0.103.15
3932026-08-31T09:25:55.470Z Downloaded quinn v0.11.11
3942026-08-31T09:25:55.470Z Downloaded memchr v2.8.3
3952026-08-31T09:25:55.479Z Downloaded sharded-slab v0.1.7
3962026-08-31T09:25:55.483Z Downloaded tar v0.4.46
3972026-08-31T09:25:55.501Z Downloaded unicode-segmentation v1.13.3
3982026-08-31T09:25:55.506Z Downloaded typenum v1.20.1
3992026-08-31T09:25:55.511Z Downloaded crossterm v0.29.0
4002026-08-31T09:25:55.511Z Downloaded rand v0.10.2
4012026-08-31T09:25:55.519Z Downloaded hyper-util v0.1.20
4022026-08-31T09:25:55.522Z Downloaded aho-corasick v1.1.5
4032026-08-31T09:25:55.526Z Downloaded hashbrown v0.15.5
4042026-08-31T09:25:55.529Z Downloaded unicode-normalization v0.1.25
4052026-08-31T09:25:55.532Z Downloaded tower-http v0.6.11
4062026-08-31T09:25:55.536Z Downloaded rand v0.9.5
4072026-08-31T09:25:55.540Z Downloaded tracing-core v0.1.36
4082026-08-31T09:25:55.540Z Downloaded mio v1.2.2
4092026-08-31T09:25:55.545Z Downloaded toml_edit v0.22.27
4102026-08-31T09:25:55.548Z Downloaded clap_builder v4.6.6
4112026-08-31T09:25:55.553Z Downloaded tokio-util v0.7.19
4122026-08-31T09:25:55.556Z Downloaded serde_json v1.0.151
4132026-08-31T09:25:55.561Z Downloaded h2 v0.4.19
4142026-08-31T09:25:55.561Z Downloaded idna v1.1.0
4152026-08-31T09:25:55.566Z Downloaded futures-util v0.3.34
4162026-08-31T09:25:55.569Z Downloaded url v2.5.8
4172026-08-31T09:25:55.569Z Downloaded hyper v1.11.1
4182026-08-31T09:25:55.573Z Downloaded hashbrown v0.17.1
4192026-08-31T09:25:55.576Z Downloaded itertools v0.14.0
4202026-08-31T09:25:55.599Z Downloaded ron v0.12.2
4212026-08-31T09:25:55.604Z Downloaded chrono v0.4.45
4222026-08-31T09:25:55.607Z Downloaded webpki-roots v1.0.9
4232026-08-31T09:25:55.610Z Downloaded reqwest v0.12.28
4242026-08-31T09:25:55.614Z Downloaded tower v0.5.3
4252026-08-31T09:25:55.617Z Downloaded quick-xml v0.37.5
4262026-08-31T09:25:55.621Z Downloaded vcpkg v0.2.15
4272026-08-31T09:25:55.639Z Downloaded miette v7.6.0
4282026-08-31T09:25:55.643Z Downloaded indexmap v2.14.1
4292026-08-31T09:25:55.646Z Downloaded nextest-runner v0.80.0
4302026-08-31T09:25:55.649Z Downloaded unicode-width v0.2.2
4312026-08-31T09:25:55.653Z Downloaded curve25519-dalek v4.1.3
4322026-08-31T09:25:55.656Z Downloaded pulldown-cmark v0.13.4
4332026-08-31T09:25:55.661Z Downloaded zerocopy v0.8.56
4342026-08-31T09:25:55.669Z Downloaded bstr v1.13.1
4352026-08-31T09:25:55.673Z Downloaded object v0.37.3
4362026-08-31T09:25:55.679Z Downloaded guppy v0.17.26
4372026-08-31T09:25:55.684Z Downloaded regex v1.13.1
4382026-08-31T09:25:55.700Z Downloaded color-eyre v0.6.5
4392026-08-31T09:25:55.720Z Downloaded portable-atomic v1.15.0
4402026-08-31T09:25:55.724Z Downloaded winnow v1.0.4
4412026-08-31T09:25:55.728Z Downloaded quick-xml v0.38.4
4422026-08-31T09:25:55.731Z Downloaded winnow v0.7.15
4432026-08-31T09:25:55.736Z Downloaded petgraph v0.8.3
4442026-08-31T09:25:55.748Z Downloaded libc v0.2.189
4452026-08-31T09:25:55.770Z Downloaded zlib-rs v0.6.7
4462026-08-31T09:25:55.773Z Downloaded tracing-subscriber v0.3.23
4472026-08-31T09:25:55.777Z Downloaded quinn-proto v0.11.17
4482026-08-31T09:25:55.782Z Downloaded rustix v0.38.44
4492026-08-31T09:25:55.813Z Downloaded unicode-width v0.1.14
4502026-08-31T09:25:55.830Z Downloaded gimli v0.32.3
4512026-08-31T09:25:55.847Z Downloaded syn v2.0.119
4522026-08-31T09:25:55.855Z Downloaded syn v3.0.4
4532026-08-31T09:25:55.861Z Downloaded openssl v0.10.81
4542026-08-31T09:25:55.876Z Downloaded regex-syntax v0.8.11
4552026-08-31T09:25:55.881Z Downloaded nix v0.30.1
4562026-08-31T09:25:55.886Z Downloaded rustix v1.1.4
4572026-08-31T09:25:55.900Z Downloaded rustls v0.23.43
4582026-08-31T09:25:55.932Z Downloaded tracing v0.1.44
4592026-08-31T09:25:55.980Z Downloaded regex-automata v0.4.18
4602026-08-31T09:25:56.032Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4612026-08-31T09:25:56.056Z Downloaded tokio v1.53.1
4622026-08-31T09:25:56.132Z Downloaded recursion v0.5.4
4632026-08-31T09:25:56.137Z Downloaded ring v0.17.14
4642026-08-31T09:25:56.198Z Compiling proc-macro2 v1.0.107
4652026-08-31T09:25:56.198Z Compiling unicode-ident v1.0.24
4662026-08-31T09:25:56.202Z Compiling quote v1.0.47
4672026-08-31T09:25:56.202Z Compiling libc v0.2.189
4682026-08-31T09:25:56.202Z Compiling serde_core v1.0.229
4692026-08-31T09:25:56.202Z Compiling cfg-if v1.0.4
4702026-08-31T09:25:56.202Z Compiling memchr v2.8.3
4712026-08-31T09:25:56.330Z Compiling once_cell v1.21.4
4722026-08-31T09:25:56.452Z Compiling log v0.4.34
4732026-08-31T09:25:56.464Z Compiling pin-project-lite v0.2.17
4742026-08-31T09:25:56.558Z Compiling serde v1.0.229
4752026-08-31T09:25:56.585Z Compiling itoa v1.0.18
4762026-08-31T09:25:56.736Z Compiling smallvec v1.15.2
4772026-08-31T09:25:56.833Z Compiling futures-core v0.3.34
4782026-08-31T09:25:56.908Z Compiling bitflags v2.13.1
4792026-08-31T09:25:56.993Z Compiling hashbrown v0.17.1
4802026-08-31T09:25:57.003Z Compiling shlex v2.0.1
4812026-08-31T09:25:57.190Z Compiling find-msvc-tools v0.1.11
4822026-08-31T09:25:57.312Z Compiling errno v0.3.14
4832026-08-31T09:25:57.335Z Compiling equivalent v1.0.2
4842026-08-31T09:25:57.430Z Compiling signal-hook-registry v1.4.8
4852026-08-31T09:25:57.458Z Compiling jobserver v0.1.35
4862026-08-31T09:25:57.477Z Compiling bytes v1.12.1
4872026-08-31T09:25:57.543Z Compiling mio v1.2.2
4882026-08-31T09:25:57.557Z Compiling futures-sink v0.3.34
4892026-08-31T09:25:57.659Z Compiling syn v3.0.4
4902026-08-31T09:25:57.679Z Compiling syn v2.0.119
4912026-08-31T09:25:57.683Z Compiling cc v1.4.4
4922026-08-31T09:25:57.773Z Compiling rustix v1.1.4
4932026-08-31T09:25:57.864Z Compiling socket2 v0.6.5
4942026-08-31T09:25:58.213Z Compiling slab v0.4.12
4952026-08-31T09:25:58.356Z Compiling autocfg v1.5.1
4962026-08-31T09:25:58.419Z Compiling zmij v1.0.23
4972026-08-31T09:25:58.605Z Compiling indexmap v2.14.1
4982026-08-31T09:25:58.700Z Compiling futures-channel v0.3.34
4992026-08-31T09:25:58.744Z Compiling tracing-core v0.1.36
5002026-08-31T09:25:58.776Z Compiling serde_json v1.0.151
5012026-08-31T09:25:58.961Z Compiling version_check v0.9.5
5022026-08-31T09:25:59.015Z Compiling futures-task v0.3.34
5032026-08-31T09:25:59.192Z Compiling getrandom v0.4.3
5042026-08-31T09:25:59.224Z Compiling futures-io v0.3.34
5052026-08-31T09:25:59.419Z Compiling unicode-width v0.2.2
5062026-08-31T09:25:59.421Z Compiling camino v1.2.5
5072026-08-31T09:25:59.478Z Compiling percent-encoding v2.3.2
5082026-08-31T09:25:59.729Z Compiling adler2 v2.0.1
5092026-08-31T09:25:59.775Z Compiling ring v0.17.14
5102026-08-31T09:25:59.803Z Compiling http v1.5.0
5112026-08-31T09:25:59.895Z Compiling zeroize v1.9.0
5122026-08-31T09:26:00.093Z Compiling num-traits v0.2.19
5132026-08-31T09:26:00.175Z Compiling zerocopy v0.8.56
5142026-08-31T09:26:00.325Z Compiling getrandom v0.3.4
5152026-08-31T09:26:00.470Z Compiling object v0.37.3
5162026-08-31T09:26:00.486Z Compiling serde_derive v1.0.229
5172026-08-31T09:26:00.544Z Compiling tokio-macros v2.7.2
5182026-08-31T09:26:00.645Z Compiling futures-macro v0.3.34
5192026-08-31T09:26:00.755Z Compiling target-lexicon v0.13.5
5202026-08-31T09:26:01.224Z Compiling tracing-attributes v0.1.31
5212026-08-31T09:26:01.301Z Compiling tokio v1.53.1
5222026-08-31T09:26:01.390Z Compiling http-body v1.1.0
5232026-08-31T09:26:01.460Z Compiling futures-util v0.3.34
5242026-08-31T09:26:01.705Z Compiling rustls-pki-types v1.15.1
5252026-08-31T09:26:01.730Z Compiling form_urlencoded v1.2.2
5262026-08-31T09:26:01.894Z Compiling semver v1.0.28
5272026-08-31T09:26:01.999Z Compiling getrandom v0.2.17
5282026-08-31T09:26:02.219Z Compiling utf8_iter v1.0.4
5292026-08-31T09:26:02.370Z Compiling guppy-workspace-hack v0.1.0
5302026-08-31T09:26:02.418Z Compiling tracing v0.1.44
5312026-08-31T09:26:02.532Z Compiling httparse v1.10.1
5322026-08-31T09:26:02.571Z Compiling gimli v0.32.3
5332026-08-31T09:26:02.585Z Compiling fnv v1.0.7
5342026-08-31T09:26:02.686Z Compiling signal-hook v0.3.18
5352026-08-31T09:26:02.766Z Compiling thiserror v2.0.20
5362026-08-31T09:26:02.869Z Compiling idna_adapter v1.0.0
5372026-08-31T09:26:02.897Z Compiling untrusted v0.9.0
5382026-08-31T09:26:02.971Z Compiling idna v1.1.0
5392026-08-31T09:26:04.073Z Compiling thiserror-impl v2.0.20
5402026-08-31T09:26:04.507Z Compiling addr2line v0.25.1
5412026-08-31T09:26:04.586Z Compiling miniz_oxide v0.8.9
5422026-08-31T09:26:04.935Z Compiling generic-array v0.14.7
5432026-08-31T09:26:05.170Z Compiling thiserror v1.0.69
5442026-08-31T09:26:05.194Z Compiling rustls v0.23.43
5452026-08-31T09:26:05.204Z Compiling atomic-waker v1.1.2
5462026-08-31T09:26:05.218Z Compiling rustc-demangle v0.1.28
5472026-08-31T09:26:05.327Z Compiling tokio-util v0.7.19
5482026-08-31T09:26:05.390Z Compiling fastrand v2.5.0
5492026-08-31T09:26:05.460Z Compiling pkg-config v0.3.34
5502026-08-31T09:26:05.721Z Compiling try-lock v0.2.5
5512026-08-31T09:26:05.843Z Compiling typeid v1.0.3
5522026-08-31T09:26:05.888Z Compiling tower-service v0.3.3
5532026-08-31T09:26:05.991Z Compiling target-spec v3.7.0
5542026-08-31T09:26:06.172Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5552026-08-31T09:26:06.207Z Compiling h2 v0.4.19
5562026-08-31T09:26:06.300Z Compiling want v0.3.1
5572026-08-31T09:26:06.308Z Compiling tempfile v3.27.0
5582026-08-31T09:26:06.569Z Compiling cfg-expr v0.20.9
5592026-08-31T09:26:06.603Z Compiling url v2.5.8
5602026-08-31T09:26:06.616Z Compiling backtrace v0.3.76
5612026-08-31T09:26:07.551Z Compiling thiserror-impl v1.0.69
5622026-08-31T09:26:07.600Z Compiling terminal_size v0.4.4
5632026-08-31T09:26:07.600Z Compiling aho-corasick v1.1.5
5642026-08-31T09:26:07.751Z Compiling subtle v2.6.1
5652026-08-31T09:26:07.907Z Compiling winnow v0.7.15
5662026-08-31T09:26:08.689Z Compiling erased-serde v0.4.10
5672026-08-31T09:26:08.969Z Compiling typenum v1.20.1
5682026-08-31T09:26:09.008Z Compiling regex-syntax v0.8.11
5692026-08-31T09:26:09.668Z Compiling rustls-webpki v0.103.15
5702026-08-31T09:26:09.813Z Compiling owo-colors v4.4.0
5712026-08-31T09:26:10.700Z Compiling regex-automata v0.4.18
5722026-08-31T09:26:12.489Z Compiling hyper v1.11.1
5732026-08-31T09:26:13.036Z Compiling toml_datetime v0.6.11
5742026-08-31T09:26:13.406Z Compiling serde_spanned v0.6.9
5752026-08-31T09:26:13.569Z Compiling ahash v0.8.12
5762026-08-31T09:26:13.817Z Compiling sync_wrapper v1.0.2
5772026-08-31T09:26:13.931Z Compiling lazy_static v1.5.0
5782026-08-31T09:26:14.040Z Compiling either v1.18.0
5792026-08-31T09:26:14.273Z Compiling base64 v0.22.1
5802026-08-31T09:26:14.403Z Compiling toml_write v0.1.2
5812026-08-31T09:26:14.642Z Compiling parking_lot_core v0.9.12
5822026-08-31T09:26:14.779Z Compiling crc32fast v1.5.1
5832026-08-31T09:26:14.911Z Compiling portable-atomic v1.15.0
5842026-08-31T09:26:15.065Z Compiling is_ci v1.2.0
5852026-08-31T09:26:15.235Z Compiling tower-layer v0.3.3
5862026-08-31T09:26:15.351Z Compiling unicode-linebreak v0.1.5
5872026-08-31T09:26:15.437Z Compiling unicode-segmentation v1.13.3
5882026-08-31T09:26:15.617Z Compiling ipnet v2.12.1
5892026-08-31T09:26:15.826Z Compiling nextest-workspace-hack v0.1.0
5902026-08-31T09:26:15.993Z Compiling foldhash v0.1.5
5912026-08-31T09:26:16.061Z Compiling hyper-util v0.1.20
5922026-08-31T09:26:16.215Z Compiling hashbrown v0.15.5
5932026-08-31T09:26:16.228Z Compiling convert_case v0.10.0
5942026-08-31T09:26:16.302Z Compiling textwrap v0.16.2
5952026-08-31T09:26:16.480Z Compiling tower v0.5.3
5962026-08-31T09:26:16.862Z Compiling supports-color v3.0.2
5972026-08-31T09:26:16.961Z Compiling toml_edit v0.22.27
5982026-08-31T09:26:17.056Z Compiling tokio-rustls v0.26.4
5992026-08-31T09:26:17.097Z Compiling sharded-slab v0.1.7
6002026-08-31T09:26:17.685Z Compiling backtrace-ext v0.2.1
6012026-08-31T09:26:17.712Z Compiling ordered-float v2.10.1
6022026-08-31T09:26:17.947Z Compiling webpki-roots v1.0.9
6032026-08-31T09:26:17.982Z Compiling miette-derive v7.6.0
6042026-08-31T09:26:17.995Z Compiling pathdiff v0.2.3
6052026-08-31T09:26:18.065Z Compiling console v0.15.11
6062026-08-31T09:26:18.120Z Compiling tracing-log v0.2.0
6072026-08-31T09:26:18.460Z Compiling cargo-platform v0.3.3
6082026-08-31T09:26:18.675Z Compiling os_pipe v1.2.3
6092026-08-31T09:26:18.848Z Compiling thread_local v1.1.10
6102026-08-31T09:26:19.004Z Compiling debug-ignore v1.0.5
6112026-08-31T09:26:19.054Z Compiling supports-hyperlinks v3.2.0
6122026-08-31T09:26:19.114Z Compiling supports-unicode v3.0.0
6132026-08-31T09:26:19.180Z Compiling zstd-safe v7.2.4
6142026-08-31T09:26:19.287Z Compiling ryu v1.0.23
6152026-08-31T09:26:19.416Z Compiling unicode-width v0.1.14
6162026-08-31T09:26:19.484Z Compiling fixedbitset v0.5.7
6172026-08-31T09:26:19.580Z Compiling winnow v1.0.4
6182026-08-31T09:26:19.596Z Compiling utf8parse v0.2.2
6192026-08-31T09:26:19.696Z Compiling pulldown-cmark v0.13.4
6202026-08-31T09:26:19.708Z Compiling simd-adler32 v0.3.10
6212026-08-31T09:26:19.934Z Compiling scopeguard v1.2.0
6222026-08-31T09:26:19.938Z Compiling cfg_aliases v0.2.2
6232026-08-31T09:26:20.017Z Compiling rustix v0.38.44
6242026-08-31T09:26:20.042Z Compiling nix v0.30.1
6252026-08-31T09:26:20.407Z Compiling lock_api v0.4.14
6262026-08-31T09:26:20.457Z Compiling miniz_oxide v0.9.1
6272026-08-31T09:26:20.573Z Compiling anstyle-parse v1.0.0
6282026-08-31T09:26:20.648Z Compiling toml_parser v1.1.3+spec-1.1.0
6292026-08-31T09:26:20.796Z Compiling petgraph v0.8.3
6302026-08-31T09:26:21.055Z Compiling miette v7.6.0
6312026-08-31T09:26:21.955Z Compiling serde_urlencoded v0.7.1
6322026-08-31T09:26:21.969Z Compiling tracing-subscriber v0.3.23
6332026-08-31T09:26:22.232Z Compiling sigchld v0.2.4
6342026-08-31T09:26:22.246Z Compiling cargo_metadata v0.23.1
6352026-08-31T09:26:22.431Z Compiling toml v0.8.23
6362026-08-31T09:26:22.716Z Compiling hyper-rustls v0.27.9
6372026-08-31T09:26:23.388Z Compiling serde-value v0.7.0
6382026-08-31T09:26:24.066Z Compiling serde-untagged v0.1.9
6392026-08-31T09:26:25.108Z Compiling tower-http v0.6.11
6402026-08-31T09:26:25.135Z Compiling derive_more-impl v2.1.1
6412026-08-31T09:26:25.327Z Compiling itertools v0.14.0
6422026-08-31T09:26:25.738Z Compiling regex v1.13.1
6432026-08-31T09:26:25.855Z Compiling crypto-common v0.1.7
6442026-08-31T09:26:25.940Z Compiling block-buffer v0.10.4
6452026-08-31T09:26:25.993Z Compiling ppv-lite86 v0.2.21
6462026-08-31T09:26:26.100Z Compiling rand_core v0.9.5
6472026-08-31T09:26:26.332Z Compiling futures-executor v0.3.34
6482026-08-31T09:26:26.354Z Compiling http-body-util v0.1.5
6492026-08-31T09:26:26.370Z Compiling pin-project-internal v1.1.13
6502026-08-31T09:26:26.660Z Compiling uuid v1.26.0
6512026-08-31T09:26:26.844Z Compiling eyre v0.6.14
6522026-08-31T09:26:26.848Z Compiling toml_datetime v1.1.1+spec-1.1.0
6532026-08-31T09:26:27.122Z Compiling serde_spanned v1.1.1
6542026-08-31T09:26:27.180Z Compiling smol_str v0.3.6
6552026-08-31T09:26:27.200Z Compiling filetime v0.2.29
6562026-08-31T09:26:27.266Z Compiling vte v0.14.1
6572026-08-31T09:26:27.266Z Compiling bstr v1.13.1
6582026-08-31T09:26:27.405Z Compiling litrs v1.0.0
6592026-08-31T09:26:27.480Z Compiling color-spantrace v0.3.0
6602026-08-31T09:26:27.498Z Compiling anstyle-query v1.1.5
6612026-08-31T09:26:27.512Z Compiling unicode-xid v0.2.6
6622026-08-31T09:26:27.525Z Compiling tinyvec_macros v0.1.1
6632026-08-31T09:26:27.593Z Compiling number_prefix v0.4.0
6642026-08-31T09:26:27.751Z Compiling colorchoice v1.0.5
6652026-08-31T09:26:27.765Z Compiling is_terminal_polyfill v1.70.2
6662026-08-31T09:26:27.785Z Compiling iana-time-zone v0.1.65
6672026-08-31T09:26:27.848Z Compiling xattr v1.6.1
6682026-08-31T09:26:27.860Z Compiling static_assertions v1.1.0
6692026-08-31T09:26:27.872Z Compiling nested v0.1.1
6702026-08-31T09:26:27.932Z Compiling anstyle v1.0.14
6712026-08-31T09:26:27.968Z Compiling self_update v0.42.0
6722026-08-31T09:26:28.032Z Compiling unicase v2.9.0
6732026-08-31T09:26:28.059Z Compiling guppy v0.17.26
6742026-08-31T09:26:28.075Z Compiling tar v0.4.46
6752026-08-31T09:26:28.207Z Compiling anstream v1.0.0
6762026-08-31T09:26:28.231Z Compiling chrono v0.4.45
6772026-08-31T09:26:28.243Z Compiling document-features v0.2.12
6782026-08-31T09:26:28.756Z Compiling indicatif v0.17.11
6792026-08-31T09:26:28.778Z Compiling globset v0.4.20
6802026-08-31T09:26:29.320Z Compiling cargo-util-schemas v0.2.0
6812026-08-31T09:26:30.589Z Compiling tinyvec v1.12.0
6822026-08-31T09:26:30.649Z Compiling pin-project v1.1.13
6832026-08-31T09:26:30.757Z Compiling strip-ansi-escapes v0.2.1
6842026-08-31T09:26:31.027Z Compiling nextest-metadata v0.12.2
6852026-08-31T09:26:31.244Z Compiling toml v1.1.4+spec-1.1.0
6862026-08-31T09:26:31.758Z Compiling newtype-uuid v1.4.0
6872026-08-31T09:26:31.843Z Compiling reqwest v0.12.28
6882026-08-31T09:26:31.881Z Compiling futures v0.3.34
6892026-08-31T09:26:31.944Z Compiling rand_chacha v0.9.0
6902026-08-31T09:26:31.990Z Compiling digest v0.10.7
6912026-08-31T09:26:32.040Z Compiling derive_more v2.1.1
6922026-08-31T09:26:32.123Z Compiling flate2 v1.1.10
6932026-08-31T09:26:32.185Z Compiling parking_lot v0.12.5
6942026-08-31T09:26:32.495Z Compiling tracing-error v0.2.1
6952026-08-31T09:26:32.675Z Compiling shared_child v1.1.1
6962026-08-31T09:26:33.087Z Compiling signal-hook-mio v0.2.5
6972026-08-31T09:26:33.102Z Compiling self-replace v1.5.0
6982026-08-31T09:26:33.223Z Compiling cargo-platform v0.2.0
6992026-08-31T09:26:33.371Z Compiling quick-xml v0.37.5
7002026-08-31T09:26:33.762Z Compiling quick-xml v0.38.4
7012026-08-31T09:26:34.275Z Compiling strsim v0.11.1
7022026-08-31T09:26:34.298Z Compiling heck v0.5.0
7032026-08-31T09:26:34.511Z Compiling urlencoding v2.1.3
7042026-08-31T09:26:34.760Z Compiling clap_lex v1.1.0
7052026-08-31T09:26:34.908Z Compiling indenter v0.3.4
7062026-08-31T09:26:35.090Z Compiling shell-words v1.1.1
7072026-08-31T09:26:35.114Z Compiling recursion v0.5.4
7082026-08-31T09:26:35.255Z Compiling humantime v2.4.0
7092026-08-31T09:26:35.333Z Compiling cpufeatures v0.2.17
7102026-08-31T09:26:35.356Z Compiling clap_derive v4.6.4
7112026-08-31T09:26:35.410Z Compiling sha2 v0.10.9
7122026-08-31T09:26:35.527Z Compiling humantime-serde v1.1.1
7132026-08-31T09:26:35.667Z Compiling clap_builder v4.6.6
7142026-08-31T09:26:35.685Z Compiling nextest-filtering v0.15.0
7152026-08-31T09:26:36.688Z Compiling quick-junit v0.5.2
7162026-08-31T09:26:37.082Z Compiling atomicwrites v0.4.4
7172026-08-31T09:26:37.374Z Compiling cargo_metadata v0.20.0
7182026-08-31T09:26:39.522Z Compiling crossterm v0.29.0
7192026-08-31T09:26:40.596Z Compiling cargo-nextest v0.9.97
7202026-08-31T09:26:40.855Z Compiling duct v0.13.7
7212026-08-31T09:26:42.477Z Compiling rand v0.9.5
7222026-08-31T09:26:42.559Z Compiling async-scoped v0.9.0
7232026-08-31T09:26:42.588Z Compiling config v0.15.25
7242026-08-31T09:26:42.614Z Compiling unicode-normalization v0.1.25
7252026-08-31T09:26:42.749Z Compiling target-spec-miette v0.4.8
7262026-08-31T09:26:43.140Z Compiling future-queue v0.4.0
7272026-08-31T09:26:43.190Z Compiling mukti-metadata v0.3.0
7282026-08-31T09:26:43.200Z Compiling camino-tempfile v1.4.1
7292026-08-31T09:26:43.411Z Compiling tokio-stream v0.1.19
7302026-08-31T09:26:43.428Z Compiling derive-where v1.6.1
7312026-08-31T09:26:43.610Z Compiling serde_path_to_error v0.1.20
7322026-08-31T09:26:43.710Z Compiling serde_ignored v0.1.14
7332026-08-31T09:26:43.906Z Compiling indent_write v2.2.0
7342026-08-31T09:26:43.951Z Compiling swrite v0.1.0
7352026-08-31T09:26:44.067Z Compiling xxhash-rust v0.8.18
7362026-08-31T09:26:44.079Z Compiling home v0.5.12
7372026-08-31T09:26:44.175Z Compiling hex v0.4.3
7382026-08-31T09:26:44.239Z Compiling color-eyre v0.6.5
7392026-08-31T09:26:44.269Z Compiling clap v4.6.6
7402026-08-31T09:26:44.354Z Compiling dialoguer v0.11.0
7412026-08-31T09:26:44.469Z Compiling enable-ansi-support v0.2.1
7422026-08-31T09:26:45.825Z Compiling zstd v0.13.3
7432026-08-31T09:26:46.248Z Compiling nextest-runner v0.80.0
7442026-08-31T09:27:04.778Z Finished `release` profile [optimized] target(s) in 1m 12s
7452026-08-31T09:27:04.954Z Installing /home/build/.cargo/bin/cargo-nextest
7462026-08-31T09:27:04.958Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7472026-08-31T09:27:05.085Z+ banner ddm
7482026-08-31T09:27:05.088Z
7492026-08-31T09:27:05.088Z ##### ##### # #
7502026-08-31T09:27:05.089Z # # # # ## ##
7512026-08-31T09:27:05.089Z # # # # # ## #
7522026-08-31T09:27:05.089Z # # # # # #
7532026-08-31T09:27:05.090Z # # # # # #
7542026-08-31T09:27:05.090Z ##### ##### # #
7552026-08-31T09:27:05.090Z
7562026-08-31T09:27:05.090Z+ cargo nextest run -p ddm -p ddm-api-types -p ddm-api-types-versions --nocapture
7572026-08-31T09:27:05.245Z Updating crates.io index
7582026-08-31T09:27:05.249Z Updating git repository `https://github.com/oxidecomputer/omicron`
7592026-08-31T09:27:15.545ZFrom https://github.com/oxidecomputer/omicron
7602026-08-31T09:27:15.545Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7612026-08-31T09:27:15.978Z Updating git repository `https://github.com/oxidecomputer/falcon`
7622026-08-31T09:27:16.927ZFrom https://github.com/oxidecomputer/falcon
7632026-08-31T09:27:16.927Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7642026-08-31T09:27:17.004Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7652026-08-31T09:27:17.777ZFrom https://github.com/oxidecomputer/dendrite
7662026-08-31T09:27:17.777Z * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
7672026-08-31T09:27:17.814Z Updating git repository `https://github.com/oxidecomputer/ispf`
7682026-08-31T09:27:18.445ZFrom https://github.com/oxidecomputer/ispf
7692026-08-31T09:27:18.445Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7702026-08-31T09:27:18.453Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7712026-08-31T09:27:18.886ZFrom https://github.com/oxidecomputer/netadm-sys
7722026-08-31T09:27:18.886Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
7732026-08-31T09:27:18.894Z Updating git repository `https://github.com/oxidecomputer/opte`
7742026-08-31T09:27:19.913ZFrom https://github.com/oxidecomputer/opte
7752026-08-31T09:27:19.914Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
7762026-08-31T09:27:19.944Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7772026-08-31T09:27:20.248ZFrom https://github.com/oxidecomputer/slog-error-chain
7782026-08-31T09:27:20.249Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
7792026-08-31T09:27:20.260Z Updating git repository `https://github.com/illumos/smf-rs`
7802026-08-31T09:27:20.591ZFrom https://github.com/illumos/smf-rs
7812026-08-31T09:27:20.591Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7822026-08-31T09:27:20.597Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7832026-08-31T09:27:20.886ZFrom https://github.com/oxidecomputer/poptrie
7842026-08-31T09:27:20.886Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
7852026-08-31T09:27:20.895Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7862026-08-31T09:27:21.211ZFrom https://github.com/oxidecomputer/network-interface
7872026-08-31T09:27:21.211Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7882026-08-31T09:27:21.215Z Updating git repository `https://github.com/oxidecomputer/zone`
7892026-08-31T09:27:21.632ZFrom https://github.com/oxidecomputer/zone
7902026-08-31T09:27:21.632Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7912026-08-31T09:27:21.639Z Updating git repository `https://github.com/oxidecomputer/lldp`
7922026-08-31T09:27:22.005ZFrom https://github.com/oxidecomputer/lldp
7932026-08-31T09:27:22.005Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
7942026-08-31T09:27:22.015Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
7952026-08-31T09:27:22.358ZFrom https://github.com/oxidecomputer/tufaceous
7962026-08-31T09:27:22.358Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
7972026-08-31T09:27:22.368Z Updating git repository `https://github.com/oxidecomputer/propolis`
7982026-08-31T09:27:23.309ZFrom https://github.com/oxidecomputer/propolis
7992026-08-31T09:27:23.309Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8002026-08-31T09:27:23.351Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8012026-08-31T09:27:24.073ZFrom https://github.com/oxidecomputer/transceiver-control
8022026-08-31T09:27:24.073Z * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d
8032026-08-31T09:27:24.084Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8042026-08-31T09:27:24.403ZFrom https://github.com/oxidecomputer/dlpi-sys
8052026-08-31T09:27:24.403Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
8062026-08-31T09:27:24.409Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8072026-08-31T09:27:24.748ZFrom https://github.com/jmesmon/rust-libzfs
8082026-08-31T09:27:24.748Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8092026-08-31T09:27:24.757Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8102026-08-31T09:27:25.071ZFrom https://github.com/oxidecomputer/rusty-doors
8112026-08-31T09:27:25.071Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8122026-08-31T09:27:25.087Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8132026-08-31T09:27:25.742ZFrom https://github.com/oxidecomputer/management-gateway-service
8142026-08-31T09:27:25.742Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8152026-08-31T09:27:25.757Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8162026-08-31T09:27:26.023ZFrom https://github.com/oxidecomputer/serde_human_bytes
8172026-08-31T09:27:26.023Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8182026-08-31T09:27:26.032Z Updating git repository `https://github.com/oxidecomputer/crucible`
8192026-08-31T09:27:27.281ZFrom https://github.com/oxidecomputer/crucible
8202026-08-31T09:27:27.281Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8212026-08-31T09:27:27.330Z Updating git repository `https://github.com/oxidecomputer/propolis`
8222026-08-31T09:27:27.773ZFrom https://github.com/oxidecomputer/propolis
8232026-08-31T09:27:27.773Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8242026-08-31T09:27:27.819Z Updating git repository `https://github.com/oxidecomputer/crucible`
8252026-08-31T09:27:28.627ZFrom https://github.com/oxidecomputer/crucible
8262026-08-31T09:27:28.627Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8272026-08-31T09:27:28.692Z Updating git repository `https://github.com/oxidecomputer/tofino`
8282026-08-31T09:27:29.185ZFrom https://github.com/oxidecomputer/tofino
8292026-08-31T09:27:29.185Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8302026-08-31T09:27:29.195Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8312026-08-31T09:27:30.166ZFrom https://github.com/oxidecomputer/maghemite
8322026-08-31T09:27:30.166Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8332026-08-31T09:27:30.197Z Updating git repository `https://github.com/oxidecomputer/clickward`
8342026-08-31T09:27:30.511ZFrom https://github.com/oxidecomputer/clickward
8352026-08-31T09:27:30.511Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8362026-08-31T09:27:30.520Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8372026-08-31T09:27:31.083ZFrom https://github.com/oxidecomputer/illumos-devinfo
8382026-08-31T09:27:31.083Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8392026-08-31T09:27:31.917Z Downloading crates ...
8402026-08-31T09:27:31.970Z Downloaded aead v0.5.2
8412026-08-31T09:27:31.973Z Downloaded keccak v0.1.6
8422026-08-31T09:27:31.980Z Downloaded konst_macro_rules v0.2.19
8432026-08-31T09:27:31.984Z Downloaded papergrid v0.11.0
8442026-08-31T09:27:31.989Z Downloaded natord v1.0.9
8452026-08-31T09:27:31.989Z Downloaded newtype_derive v0.1.6
8462026-08-31T09:27:31.989Z Downloaded is-terminal v0.4.17
8472026-08-31T09:27:31.992Z Downloaded jiff-static v0.2.35
8482026-08-31T09:27:31.992Z Downloaded num-derive v0.4.2
8492026-08-31T09:27:31.992Z Downloaded libsw-core v0.3.2
8502026-08-31T09:27:31.992Z Downloaded dof v0.3.0
8512026-08-31T09:27:31.995Z Downloaded linked-hash-map v0.5.6
8522026-08-31T09:27:31.998Z Downloaded managed v0.8.0
8532026-08-31T09:27:31.998Z Downloaded dof v0.4.0
8542026-08-31T09:27:31.998Z Downloaded newline-converter v0.3.0
8552026-08-31T09:27:32.003Z Downloaded drift v0.2.0
8562026-08-31T09:27:32.007Z Downloaded dunce v1.0.5
8572026-08-31T09:27:32.008Z Downloaded match_cfg v0.1.0
8582026-08-31T09:27:32.008Z Downloaded dyn-clone v1.0.20
8592026-08-31T09:27:32.008Z Downloaded gethostname v0.5.0
8602026-08-31T09:27:32.011Z Downloaded libscf-sys v1.2.0
8612026-08-31T09:27:32.011Z Downloaded num-iter v0.1.46
8622026-08-31T09:27:32.011Z Downloaded num_threads v0.1.7
8632026-08-31T09:27:32.011Z Downloaded dtrace-parser v0.2.0
8642026-08-31T09:27:32.011Z Downloaded embedded-io v0.6.1
8652026-08-31T09:27:32.014Z Downloaded embedded-io v0.4.0
8662026-08-31T09:27:32.014Z Downloaded foreign-types-macros v0.2.4
8672026-08-31T09:27:32.014Z Downloaded hash32 v0.3.1
8682026-08-31T09:27:32.014Z Downloaded memmap v0.7.0
8692026-08-31T09:27:32.014Z Downloaded foreign-types-shared v0.3.1
8702026-08-31T09:27:32.017Z Downloaded no-std-compat v0.4.1
8712026-08-31T09:27:32.017Z Downloaded opaque-debug v0.3.1
8722026-08-31T09:27:32.020Z Downloaded dropshot-api-manager-types v0.7.2
8732026-08-31T09:27:32.020Z Downloaded fxhash v0.2.1
8742026-08-31T09:27:32.024Z Downloaded progenitor-macro v0.13.0
8752026-08-31T09:27:32.027Z Downloaded fixedbitset v0.4.2
8762026-08-31T09:27:32.030Z Downloaded num-conv v0.2.2
8772026-08-31T09:27:32.033Z Downloaded enum-as-inner v0.6.1
8782026-08-31T09:27:32.036Z Downloaded macaddr v1.0.1
8792026-08-31T09:27:32.040Z Downloaded num_enum_derive v0.5.11
8802026-08-31T09:27:32.043Z Downloaded proc-macro-error-attr v1.0.4
8812026-08-31T09:27:32.043Z Downloaded progenitor-client v0.10.0
8822026-08-31T09:27:32.043Z Downloaded dtrace-parser v0.3.0
8832026-08-31T09:27:32.047Z Downloaded olpc-cjson v0.1.4
8842026-08-31T09:27:32.050Z Downloaded float-ord v0.3.2
8852026-08-31T09:27:32.050Z Downloaded foreign-types v0.5.0
8862026-08-31T09:27:32.050Z Downloaded num v0.4.3
8872026-08-31T09:27:32.050Z Downloaded quick-error v1.2.3
8882026-08-31T09:27:32.053Z Downloaded heck v0.4.1
8892026-08-31T09:27:32.053Z Downloaded digest v0.11.3
8902026-08-31T09:27:32.053Z Downloaded lru-cache v0.1.2
8912026-08-31T09:27:32.056Z Downloaded git-stub v1.0.0
8922026-08-31T09:27:32.059Z Downloaded internet-checksum v0.2.1
8932026-08-31T09:27:32.062Z Downloaded proc-macro-crate v1.3.1
8942026-08-31T09:27:32.062Z Downloaded omicron-workspace-hack v0.1.0
8952026-08-31T09:27:32.066Z Downloaded ref-cast-impl v1.0.26
8962026-08-31T09:27:32.066Z Downloaded progenitor-macro v0.10.0
8972026-08-31T09:27:32.066Z Downloaded idna_adapter v1.2.2
8982026-08-31T09:27:32.070Z Downloaded progenitor-macro v0.14.0
8992026-08-31T09:27:32.070Z Downloaded inout v0.1.4
9002026-08-31T09:27:32.070Z Downloaded instant v0.1.13
9012026-08-31T09:27:32.074Z Downloaded mime v0.3.17
9022026-08-31T09:27:32.074Z Downloaded pretty-hex v0.4.2
9032026-08-31T09:27:32.074Z Downloaded memoffset v0.9.1
9042026-08-31T09:27:32.074Z Downloaded progenitor-client v0.14.0
9052026-08-31T09:27:32.074Z Downloaded proc-macro-crate v3.5.0
9062026-08-31T09:27:32.074Z Downloaded rand_chacha v0.3.1
9072026-08-31T09:27:32.081Z Downloaded typify-macro v0.6.2
9082026-08-31T09:27:32.085Z Downloaded potential_utf v0.1.5
9092026-08-31T09:27:32.085Z Downloaded universal-hash v0.5.1
9102026-08-31T09:27:32.085Z Downloaded ipnetwork v0.21.1
9112026-08-31T09:27:32.085Z Downloaded libsw v3.5.0
9122026-08-31T09:27:32.085Z Downloaded newtype-uuid-macros v0.1.1
9132026-08-31T09:27:32.088Z Downloaded httpdate v1.0.3
9142026-08-31T09:27:32.088Z Downloaded owo-colors v4.3.0
9152026-08-31T09:27:32.091Z Downloaded hostname v0.3.1
9162026-08-31T09:27:32.091Z Downloaded multer v3.1.0
9172026-08-31T09:27:32.094Z Downloaded parse-display-derive v0.10.0
9182026-08-31T09:27:32.094Z Downloaded oxide-tokio-rt v0.1.6
9192026-08-31T09:27:32.094Z Downloaded num-rational v0.4.2
9202026-08-31T09:27:32.094Z Downloaded num_enum v0.5.11
9212026-08-31T09:27:32.098Z Downloaded num_enum_derive v0.7.6
9222026-08-31T09:27:32.101Z Downloaded plain v0.2.3
9232026-08-31T09:27:32.101Z Downloaded ref-cast v1.0.26
9242026-08-31T09:27:32.101Z Downloaded ident_case v1.0.1
9252026-08-31T09:27:32.101Z Downloaded litemap v0.8.2
9262026-08-31T09:27:32.104Z Downloaded hubpack v0.1.2
9272026-08-31T09:27:32.107Z Downloaded rand_xorshift v0.4.0
9282026-08-31T09:27:32.107Z Downloaded zone v0.3.1
9292026-08-31T09:27:32.107Z Downloaded hubpack_derive v0.1.1
9302026-08-31T09:27:32.110Z Downloaded displaydoc v0.2.7
9312026-08-31T09:27:32.110Z Downloaded either v1.17.0
9322026-08-31T09:27:32.110Z Downloaded parking_lot_core v0.8.6
9332026-08-31T09:27:32.113Z Downloaded proc-macro-error v1.0.4
9342026-08-31T09:27:32.113Z Downloaded foldhash v0.2.0
9352026-08-31T09:27:32.113Z Downloaded usdt v0.6.0
9362026-08-31T09:27:32.117Z Downloaded usdt-macro v0.5.0
9372026-08-31T09:27:32.117Z Downloaded waitgroup v0.1.2
9382026-08-31T09:27:32.117Z Downloaded zeroize_derive v1.5.0
9392026-08-31T09:27:32.117Z Downloaded glob v0.3.4
9402026-08-31T09:27:32.117Z Downloaded derive-ex v0.1.8
9412026-08-31T09:27:32.117Z Downloaded git-stub-vcs v0.1.0
9422026-08-31T09:27:32.120Z Downloaded ff v0.13.1
9432026-08-31T09:27:32.120Z Downloaded fs-err v3.3.1
9442026-08-31T09:27:32.123Z Downloaded group v0.13.0
9452026-08-31T09:27:32.123Z Downloaded cobs v0.3.0
9462026-08-31T09:27:32.123Z Downloaded erased-serde v0.3.31
9472026-08-31T09:27:32.127Z Downloaded defmt v0.3.100
9482026-08-31T09:27:32.127Z Downloaded scroll_derive v0.12.1
9492026-08-31T09:27:32.130Z Downloaded fs_extra v1.3.0
9502026-08-31T09:27:32.133Z Downloaded num_enum v0.7.6
9512026-08-31T09:27:32.136Z Downloaded phf v0.12.1
9522026-08-31T09:27:32.140Z Downloaded pem v3.0.6
9532026-08-31T09:27:32.140Z Downloaded phf_shared v0.12.1
9542026-08-31T09:27:32.140Z Downloaded progenitor-extras v0.2.0
9552026-08-31T09:27:32.140Z Downloaded num-integer v0.1.47
9562026-08-31T09:27:32.143Z Downloaded oxnet v0.1.7
9572026-08-31T09:27:32.143Z Downloaded powerfmt v0.2.0
9582026-08-31T09:27:32.143Z Downloaded progenitor v0.14.0
9592026-08-31T09:27:32.143Z Downloaded parse-display v0.10.0
9602026-08-31T09:27:32.143Z Downloaded pest_derive v2.8.8
9612026-08-31T09:27:32.146Z Downloaded progenitor v0.13.0
9622026-08-31T09:27:32.146Z Downloaded poly1305 v0.8.0
9632026-08-31T09:27:32.149Z Downloaded pest_generator v2.8.8
9642026-08-31T09:27:32.153Z Downloaded pkg-config v0.3.33
9652026-08-31T09:27:32.153Z Downloaded serde-big-array v0.5.1
9662026-08-31T09:27:32.156Z Downloaded port-file v0.1.0
9672026-08-31T09:27:32.156Z Downloaded progenitor-client v0.13.0
9682026-08-31T09:27:32.159Z Downloaded hostname v0.4.2
9692026-08-31T09:27:32.159Z Downloaded sha1 v0.11.0
9702026-08-31T09:27:32.159Z Downloaded stable_deref_trait v1.2.1
9712026-08-31T09:27:32.159Z Downloaded take_mut v0.2.2
9722026-08-31T09:27:32.164Z Downloaded ingot-types v0.2.0
9732026-08-31T09:27:32.167Z Downloaded memmap2 v0.9.11
9742026-08-31T09:27:32.170Z Downloaded highway v1.3.0
9752026-08-31T09:27:32.181Z Downloaded progenitor v0.10.0
9762026-08-31T09:27:32.186Z Downloaded usdt-impl v0.6.0
9772026-08-31T09:27:32.189Z Downloaded ingot v0.1.1
9782026-08-31T09:27:32.192Z Downloaded byte-wrapper v0.1.0
9792026-08-31T09:27:32.197Z Downloaded testing_table v0.3.0
9802026-08-31T09:27:32.197Z Downloaded thread-id v4.2.2
9812026-08-31T09:27:32.197Z Downloaded usdt v0.5.0
9822026-08-31T09:27:32.200Z Downloaded utf-8 v0.7.6
9832026-08-31T09:27:32.200Z Downloaded daft-derive v0.1.8
9842026-08-31T09:27:32.203Z Downloaded find-msvc-tools v0.1.10
9852026-08-31T09:27:32.207Z Downloaded bit-set v0.8.0
9862026-08-31T09:27:32.210Z Downloaded convert_case v0.4.0
9872026-08-31T09:27:32.211Z Downloaded crunchy v0.2.4
9882026-08-31T09:27:32.214Z Downloaded darling_macro v0.23.0
9892026-08-31T09:27:32.217Z Downloaded unit-prefix v0.5.2
9902026-08-31T09:27:32.220Z Downloaded secrecy v0.10.3
9912026-08-31T09:27:32.220Z Downloaded async-stream v0.3.6
9922026-08-31T09:27:32.223Z Downloaded bcs v0.1.6
9932026-08-31T09:27:32.223Z Downloaded diff v0.1.13
9942026-08-31T09:27:32.226Z Downloaded async-trait v0.1.92
9952026-08-31T09:27:32.226Z Downloaded crc8 v0.1.1
9962026-08-31T09:27:32.226Z Downloaded linear-map v1.2.0
9972026-08-31T09:27:32.232Z Downloaded password-hash v0.5.0
9982026-08-31T09:27:32.232Z Downloaded parking_lot v0.11.2
9992026-08-31T09:27:32.232Z Downloaded const_format_proc_macros v0.2.34
10002026-08-31T09:27:32.235Z Downloaded constant_time_eq v0.4.2
10012026-08-31T09:27:32.235Z Downloaded crossbeam-deque v0.8.7
10022026-08-31T09:27:32.239Z Downloaded rusty-fork v0.3.1
10032026-08-31T09:27:32.239Z Downloaded num-complex v0.4.6
10042026-08-31T09:27:32.242Z Downloaded serde_tokenstream v0.2.3
10052026-08-31T09:27:32.242Z Downloaded serde_tokenstream v0.3.0
10062026-08-31T09:27:32.242Z Downloaded slog-json v2.6.1
10072026-08-31T09:27:32.246Z Downloaded omicron-zone-package v0.12.3
10082026-08-31T09:27:32.246Z Downloaded semver v0.1.20
10092026-08-31T09:27:32.246Z Downloaded serial_test v4.0.1
10102026-08-31T09:27:32.249Z Downloaded paste v1.0.15
10112026-08-31T09:27:32.249Z Downloaded pest_meta v2.8.8
10122026-08-31T09:27:32.249Z Downloaded thiserror-impl-no-std v2.0.2
10132026-08-31T09:27:32.249Z Downloaded sigpipe v0.1.3
10142026-08-31T09:27:32.249Z Downloaded tagptr v0.2.0
10152026-08-31T09:27:32.253Z Downloaded unarray v0.1.4
10162026-08-31T09:27:32.253Z Downloaded base16ct v1.0.0
10172026-08-31T09:27:32.257Z Downloaded log v0.4.33
10182026-08-31T09:27:32.257Z Downloaded postcard v1.1.3
10192026-08-31T09:27:32.260Z Downloaded tokio-tungstenite v0.21.0
10202026-08-31T09:27:32.260Z Downloaded arrayref v0.3.9
10212026-08-31T09:27:32.260Z Downloaded ingot-macros v0.1.1
10222026-08-31T09:27:32.263Z Downloaded base16ct v0.2.0
10232026-08-31T09:27:32.263Z Downloaded ciborium-ll v0.2.2
10242026-08-31T09:27:32.263Z Downloaded ingot-macros v0.2.0
10252026-08-31T09:27:32.266Z Downloaded ingot-types v0.1.2
10262026-08-31T09:27:32.266Z Downloaded smartstring v1.0.1
10272026-08-31T09:27:32.271Z Downloaded scroll_derive v0.13.1
10282026-08-31T09:27:32.276Z Downloaded hmac v0.12.1
10292026-08-31T09:27:32.276Z Downloaded slog-envlogger v2.2.0
10302026-08-31T09:27:32.337Z Downloaded thread-id v5.1.0
10312026-08-31T09:27:32.337Z Downloaded topological-sort v0.2.2
10322026-08-31T09:27:32.337Z Downloaded yoke v0.8.3
10332026-08-31T09:27:32.343Z Downloaded argon2 v0.5.3
10342026-08-31T09:27:32.343Z Downloaded backon v1.6.0
10352026-08-31T09:27:32.343Z Downloaded defmt v1.1.1
10362026-08-31T09:27:32.343Z Downloaded zerovec-derive v0.11.3
10372026-08-31T09:27:32.343Z Downloaded whoami v1.6.1
10382026-08-31T09:27:32.343Z Downloaded bit-vec v0.8.0
10392026-08-31T09:27:32.344Z Downloaded slog-async v2.8.0
10402026-08-31T09:27:32.344Z Downloaded smawk v0.3.3
10412026-08-31T09:27:32.344Z Downloaded strum_macros v0.26.4
10422026-08-31T09:27:32.344Z Downloaded structmeta v0.3.0
10432026-08-31T09:27:32.344Z Downloaded chacha20 v0.9.1
10442026-08-31T09:27:32.344Z Downloaded data-encoding v2.11.1
10452026-08-31T09:27:32.344Z Downloaded elliptic-curve v0.13.8
10462026-08-31T09:27:32.344Z Downloaded derive_more v0.99.20
10472026-08-31T09:27:32.344Z Downloaded colored v3.1.1
10482026-08-31T09:27:32.344Z Downloaded dropshot_endpoint v0.17.1
10492026-08-31T09:27:32.344Z Downloaded half v2.7.1
10502026-08-31T09:27:32.344Z Downloaded daft v0.1.8
10512026-08-31T09:27:32.344Z Downloaded progenitor-impl v0.10.0
10522026-08-31T09:27:32.344Z Downloaded rustversion v1.0.23
10532026-08-31T09:27:32.344Z Downloaded strum v0.27.2
10542026-08-31T09:27:32.346Z Downloaded usdt-attr-macro v0.5.0
10552026-08-31T09:27:32.346Z Downloaded ciborium-io v0.2.2
10562026-08-31T09:27:32.346Z Downloaded strum_macros v0.27.2
10572026-08-31T09:27:32.346Z Downloaded thiserror-no-std v2.0.2
10582026-08-31T09:27:32.346Z Downloaded cancel-safe-futures v0.1.5
10592026-08-31T09:27:32.346Z Downloaded crossbeam-epoch v0.9.20
10602026-08-31T09:27:32.346Z Downloaded async-recursion v1.1.1
10612026-08-31T09:27:32.346Z Downloaded rhai_codegen v3.2.0
10622026-08-31T09:27:32.346Z Downloaded progenitor-impl v0.13.0
10632026-08-31T09:27:32.346Z Downloaded time-macros v0.2.32
10642026-08-31T09:27:32.346Z Downloaded cipher v0.4.4
10652026-08-31T09:27:32.351Z Downloaded cpufeatures v0.3.0
10662026-08-31T09:27:32.351Z Downloaded wait-timeout v0.2.1
10672026-08-31T09:27:32.351Z Downloaded walkdir v2.5.0
10682026-08-31T09:27:32.351Z Downloaded writeable v0.6.3
10692026-08-31T09:27:32.351Z Downloaded byteorder v1.5.0
10702026-08-31T09:27:32.351Z Downloaded cstr-argument v0.1.2
10712026-08-31T09:27:32.351Z Downloaded termtree v0.5.1
10722026-08-31T09:27:32.354Z Downloaded scroll v0.12.0
10732026-08-31T09:27:32.354Z Downloaded block-buffer v0.12.1
10742026-08-31T09:27:32.357Z Downloaded serde_plain v1.0.2
10752026-08-31T09:27:32.357Z Downloaded spin v0.5.2
10762026-08-31T09:27:32.362Z Downloaded indexmap v1.9.3
10772026-08-31T09:27:32.362Z Downloaded ingot v0.2.1
10782026-08-31T09:27:32.366Z Downloaded icu_properties v2.2.0
10792026-08-31T09:27:32.366Z Downloaded synstructure v0.13.2
10802026-08-31T09:27:32.366Z Downloaded zerocopy-derive v0.7.35
10812026-08-31T09:27:32.370Z Downloaded anyhow v1.0.104
10822026-08-31T09:27:32.370Z Downloaded backoff v0.4.0
10832026-08-31T09:27:32.370Z Downloaded cargo_toml v0.22.3
10842026-08-31T09:27:32.373Z Downloaded defmt-macros v1.1.1
10852026-08-31T09:27:32.373Z Downloaded smf v0.2.3
10862026-08-31T09:27:32.373Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10872026-08-31T09:27:32.373Z Downloaded vsss-rs v3.3.4
10882026-08-31T09:27:32.377Z Downloaded zone_cfg_derive v0.3.1
10892026-08-31T09:27:32.377Z Downloaded crucible-workspace-hack v0.1.0
10902026-08-31T09:27:32.381Z Downloaded papergrid v0.18.0
10912026-08-31T09:27:32.385Z Downloaded pretty_assertions v1.4.1
10922026-08-31T09:27:32.385Z Downloaded prettyplease v0.2.37
10932026-08-31T09:27:32.385Z Downloaded siphasher v1.0.3
10942026-08-31T09:27:32.390Z Downloaded typify v0.6.2
10952026-08-31T09:27:32.390Z Downloaded darling_macro v0.21.3
10962026-08-31T09:27:32.390Z Downloaded defmt-parser v1.0.0
10972026-08-31T09:27:32.393Z Downloaded tabled_derive v0.7.0
10982026-08-31T09:27:32.394Z Downloaded compression-core v0.4.32
10992026-08-31T09:27:32.398Z Downloaded konst v0.2.20
11002026-08-31T09:27:32.401Z Downloaded untrusted v0.7.1
11012026-08-31T09:27:32.401Z Downloaded thin-vec v0.2.19
11022026-08-31T09:27:32.404Z Downloaded usdt-attr-macro v0.6.0
11032026-08-31T09:27:32.407Z Downloaded bs58 v0.5.1
11042026-08-31T09:27:32.410Z Downloaded sha1 v0.10.7
11052026-08-31T09:27:32.413Z Downloaded compression-codecs v0.4.38
11062026-08-31T09:27:32.413Z Downloaded strum v0.26.3
11072026-08-31T09:27:32.413Z Downloaded tabwriter v1.4.1
11082026-08-31T09:27:32.417Z Downloaded serial_test_derive v4.0.1
11092026-08-31T09:27:32.417Z Downloaded yoke-derive v0.8.2
11102026-08-31T09:27:32.417Z Downloaded blake2 v0.10.6
11112026-08-31T09:27:32.418Z Downloaded cmake v0.1.58
11122026-08-31T09:27:32.422Z Downloaded rustc_version v0.1.7
11132026-08-31T09:27:32.431Z Downloaded cookie v0.18.2
11142026-08-31T09:27:32.434Z Downloaded resolv-conf v0.7.6
11152026-08-31T09:27:32.434Z Downloaded slog-scope v4.4.1
11162026-08-31T09:27:32.438Z Downloaded const-random-macro v0.1.16
11172026-08-31T09:27:32.438Z Downloaded bytecount v0.6.9
11182026-08-31T09:27:32.441Z Downloaded serde_derive_internals v0.29.1
11192026-08-31T09:27:32.444Z Downloaded async-stream-impl v0.3.6
11202026-08-31T09:27:32.444Z Downloaded time-core v0.1.9
11212026-08-31T09:27:32.444Z Downloaded scroll v0.13.0
11222026-08-31T09:27:32.444Z Downloaded arc-swap v1.9.2
11232026-08-31T09:27:32.447Z Downloaded typify-macro v0.4.3
11242026-08-31T09:27:32.448Z Downloaded crypto-common v0.2.2
11252026-08-31T09:27:32.452Z Downloaded snafu-derive v0.8.9
11262026-08-31T09:27:32.455Z Downloaded rayon-core v1.13.0
11272026-08-31T09:27:32.458Z Downloaded hybrid-array v0.4.14
11282026-08-31T09:27:32.458Z Downloaded structmeta-derive v0.3.0
11292026-08-31T09:27:32.462Z Downloaded icu_locale_core v2.2.0
11302026-08-31T09:27:32.467Z Downloaded icu_provider v2.2.0
11312026-08-31T09:27:32.472Z Downloaded zerofrom v0.1.8
11322026-08-31T09:27:32.479Z Downloaded heapless v0.8.0
11332026-08-31T09:27:32.482Z Downloaded same-file v1.0.6
11342026-08-31T09:27:32.482Z Downloaded const-random v0.1.18
11352026-08-31T09:27:32.482Z Downloaded usdt-macro v0.6.0
11362026-08-31T09:27:32.482Z Downloaded indicatif v0.18.6
11372026-08-31T09:27:32.492Z Downloaded rustls-native-certs v0.8.4
11382026-08-31T09:27:32.496Z Downloaded flate2 v1.1.9
11392026-08-31T09:27:32.499Z Downloaded icu_normalizer v2.2.0
11402026-08-31T09:27:32.499Z Downloaded schemars_derive v0.8.22
11412026-08-31T09:27:32.505Z Downloaded slog-term v2.9.2
11422026-08-31T09:27:32.508Z Downloaded darling_core v0.23.0
11432026-08-31T09:27:32.508Z Downloaded zerofrom-derive v0.1.7
11442026-08-31T09:27:32.511Z Downloaded serde_repr v0.1.21
11452026-08-31T09:27:32.515Z Downloaded typify v0.4.3
11462026-08-31T09:27:32.518Z Downloaded allocator-api2 v0.2.21
11472026-08-31T09:27:32.518Z Downloaded unsafe-libyaml v0.2.11
11482026-08-31T09:27:32.524Z Downloaded yansi v1.0.1
11492026-08-31T09:27:32.527Z Downloaded critical-section v1.2.0
11502026-08-31T09:27:32.527Z Downloaded csv-core v0.1.13
11512026-08-31T09:27:32.527Z Downloaded darling v0.23.0
11522026-08-31T09:27:32.530Z Downloaded similar v2.7.0
11532026-08-31T09:27:32.533Z Downloaded slog-dtrace v0.3.0
11542026-08-31T09:27:32.533Z Downloaded tiny-keccak v2.0.2
11552026-08-31T09:27:32.537Z Downloaded chacha20poly1305 v0.10.1
11562026-08-31T09:27:32.537Z Downloaded rustls-pemfile v2.2.0
11572026-08-31T09:27:32.537Z Downloaded xz2 v0.1.7
11582026-08-31T09:27:32.541Z Downloaded usdt-impl v0.5.0
11592026-08-31T09:27:32.541Z Downloaded icu_normalizer_data v2.2.0
11602026-08-31T09:27:32.541Z Downloaded rand v0.8.7
11612026-08-31T09:27:32.543Z Downloaded slog-stdlog v4.1.1
11622026-08-31T09:27:32.544Z Downloaded hickory-resolver v0.25.2
11632026-08-31T09:27:32.547Z Downloaded minimal-lexical v0.2.1
11642026-08-31T09:27:32.550Z Downloaded deranged v0.5.8
11652026-08-31T09:27:32.550Z Downloaded icu_collections v2.2.0
11662026-08-31T09:27:32.553Z Downloaded slog-bunyan v2.5.0
11672026-08-31T09:27:32.553Z Downloaded tinystr v0.8.3
11682026-08-31T09:27:32.557Z Downloaded nom v7.1.3
11692026-08-31T09:27:32.557Z Downloaded expectorate v1.3.0
11702026-08-31T09:27:32.560Z Downloaded hickory-resolver v0.24.4
11712026-08-31T09:27:32.560Z Downloaded progenitor-impl v0.14.0
11722026-08-31T09:27:32.563Z Downloaded tokio-dtrace v0.1.1
11732026-08-31T09:27:32.563Z Downloaded toml_edit v0.25.13+spec-1.1.0
11742026-08-31T09:27:32.566Z Downloaded ciborium v0.2.2
11752026-08-31T09:27:32.566Z Downloaded console v0.16.4
11762026-08-31T09:27:32.566Z Downloaded bitflags v1.3.2
11772026-08-31T09:27:32.571Z Downloaded arrayvec v0.7.8
11782026-08-31T09:27:32.571Z Downloaded spin v0.9.9
11792026-08-31T09:27:32.571Z Downloaded darling v0.21.3
11802026-08-31T09:27:32.574Z Downloaded schemars v1.2.2
11812026-08-31T09:27:32.579Z Downloaded schemars v0.9.0
11822026-08-31T09:27:32.586Z Downloaded slog v2.8.2
11832026-08-31T09:27:32.590Z Downloaded const_format v0.2.36
11842026-08-31T09:27:32.590Z Downloaded term v1.2.1
11852026-08-31T09:27:32.594Z Downloaded crypto-bigint v0.5.5
11862026-08-31T09:27:32.599Z Downloaded toml v0.9.12+spec-1.1.0
11872026-08-31T09:27:32.599Z Downloaded qorb v0.4.1
11882026-08-31T09:27:32.605Z Downloaded serde_yaml v0.9.34+deprecated
11892026-08-31T09:27:32.605Z Downloaded indexmap v2.14.0
11902026-08-31T09:27:32.605Z Downloaded steno v0.4.1
11912026-08-31T09:27:32.608Z Downloaded serde_with_macros v3.22.0
11922026-08-31T09:27:32.608Z Downloaded jiff-core v0.1.0
11932026-08-31T09:27:32.608Z Downloaded similar v3.2.0
11942026-08-31T09:27:32.612Z Downloaded crc32fast v1.5.0
11952026-08-31T09:27:32.612Z Downloaded toml_edit v0.19.15
11962026-08-31T09:27:32.618Z Downloaded toml v0.7.8
11972026-08-31T09:27:32.621Z Downloaded hashbrown v0.12.3
11982026-08-31T09:27:32.625Z Downloaded ucd-trie v0.1.7
11992026-08-31T09:27:32.625Z Downloaded itertools v0.12.1
12002026-08-31T09:27:32.628Z Downloaded test-strategy v0.4.5
12012026-08-31T09:27:32.631Z Downloaded crossbeam-channel v0.5.16
12022026-08-31T09:27:32.631Z Downloaded rustls-webpki v0.103.14
12032026-08-31T09:27:32.634Z Downloaded snafu v0.8.9
12042026-08-31T09:27:32.637Z Downloaded cc v1.4.2
12052026-08-31T09:27:32.637Z Downloaded schemars v0.8.22
12062026-08-31T09:27:32.642Z Downloaded crossbeam-utils v0.8.22
12072026-08-31T09:27:32.645Z Downloaded chacha20 v0.10.1
12082026-08-31T09:27:32.649Z Downloaded base64 v0.21.7
12092026-08-31T09:27:32.653Z Downloaded const-oid v0.10.2
12102026-08-31T09:27:32.653Z Downloaded rustls-platform-verifier v0.7.0
12112026-08-31T09:27:32.658Z Downloaded dropshot-api-manager v0.7.2
12122026-08-31T09:27:32.661Z Downloaded tungstenite v0.21.0
12132026-08-31T09:27:32.664Z Downloaded pest v2.8.8
12142026-08-31T09:27:32.667Z Downloaded itertools v0.15.0
12152026-08-31T09:27:32.671Z Downloaded nom v8.0.0
12162026-08-31T09:27:32.675Z Downloaded darling_core v0.21.3
12172026-08-31T09:27:32.679Z Downloaded zerotrie v0.2.4
12182026-08-31T09:27:32.682Z Downloaded typed-path v0.9.3
12192026-08-31T09:27:32.685Z Downloaded hashbrown v0.16.1
12202026-08-31T09:27:32.694Z Downloaded libm v0.2.16
12212026-08-31T09:27:32.700Z Downloaded tough v0.22.0
12222026-08-31T09:27:32.712Z Downloaded zerovec v0.11.6
12232026-08-31T09:27:32.715Z Downloaded goblin v0.8.2
12242026-08-31T09:27:32.718Z Downloaded zerocopy-derive v0.8.56
12252026-08-31T09:27:32.723Z Downloaded async-compression v0.4.43
12262026-08-31T09:27:32.738Z Downloaded reqwest v0.13.4
12272026-08-31T09:27:32.741Z Downloaded winnow v0.5.40
12282026-08-31T09:27:32.757Z Downloaded rayon v1.12.0
12292026-08-31T09:27:32.760Z Downloaded hkdf v0.12.4
12302026-08-31T09:27:32.763Z Downloaded hyper v1.11.0
12312026-08-31T09:27:32.771Z Downloaded h2 v0.4.15
12322026-08-31T09:27:32.780Z Downloaded icu_properties_data v2.2.0
12332026-08-31T09:27:32.785Z Downloaded zerocopy v0.7.35
12342026-08-31T09:27:32.796Z Downloaded moka v0.12.16
12352026-08-31T09:27:32.808Z Downloaded iddqd v0.4.6
12362026-08-31T09:27:32.834Z Downloaded tabled v0.15.0
12372026-08-31T09:27:32.843Z Downloaded blake3 v1.8.6
12382026-08-31T09:27:32.855Z Downloaded proptest v1.11.0
12392026-08-31T09:27:32.873Z Downloaded quinn-proto v0.11.16
12402026-08-31T09:27:32.876Z Downloaded tabled v0.21.0
12412026-08-31T09:27:32.886Z Downloaded nix v0.31.3
12422026-08-31T09:27:32.895Z Downloaded openapiv3 v2.2.0
12432026-08-31T09:27:32.905Z Downloaded syn v3.0.3
12442026-08-31T09:27:32.910Z Downloaded serde_with v3.22.0
12452026-08-31T09:27:32.917Z Downloaded regress v0.11.1
12462026-08-31T09:27:32.922Z Downloaded goblin v0.10.7
12472026-08-31T09:27:32.926Z Downloaded syn v1.0.109
12482026-08-31T09:27:32.932Z Downloaded aws-lc-rs v1.18.0
12492026-08-31T09:27:32.961Z Downloaded time v0.3.55
12502026-08-31T09:27:32.970Z Downloaded smoltcp v0.11.0
12512026-08-31T09:27:32.976Z Downloaded regress v0.10.5
12522026-08-31T09:27:33.007Z Downloaded dropshot v0.17.1
12532026-08-31T09:27:33.022Z Downloaded hickory-proto v0.24.4
12542026-08-31T09:27:33.031Z Downloaded hickory-proto v0.25.2
12552026-08-31T09:27:33.046Z Downloaded typify-impl v0.6.2
12562026-08-31T09:27:33.056Z Downloaded sled v0.34.7
12572026-08-31T09:27:33.063Z Downloaded jiff v0.2.35
12582026-08-31T09:27:33.072Z Downloaded petgraph v0.6.5
12592026-08-31T09:27:33.083Z Downloaded rhai v1.26.0
12602026-08-31T09:27:33.092Z Downloaded typify-impl v0.4.3
12612026-08-31T09:27:33.101Z Downloaded lzma-sys v0.1.20
12622026-08-31T09:27:33.115Z Downloaded chrono-tz v0.10.4
12632026-08-31T09:27:33.126Z Downloaded csv v1.4.0
12642026-08-31T09:27:33.140Z Downloaded sha3 v0.10.9
12652026-08-31T09:27:33.158Z Downloaded encoding_rs v0.8.35
12662026-08-31T09:27:33.827Z Downloaded aws-lc-sys v0.44.0
12672026-08-31T09:27:34.771Z Compiling proc-macro2 v1.0.107
12682026-08-31T09:27:34.771Z Compiling quote v1.0.47
12692026-08-31T09:27:34.771Z Compiling unicode-ident v1.0.24
12702026-08-31T09:27:34.779Z Compiling serde_core v1.0.229
12712026-08-31T09:27:34.779Z Compiling cfg-if v1.0.4
12722026-08-31T09:27:34.779Z Compiling serde v1.0.229
12732026-08-31T09:27:34.779Z Compiling libc v0.2.189
12742026-08-31T09:27:34.779Z Compiling memchr v2.8.3
12752026-08-31T09:27:34.960Z Compiling itoa v1.0.18
12762026-08-31T09:27:35.141Z Compiling smallvec v1.15.2
12772026-08-31T09:27:35.181Z Compiling zmij v1.0.23
12782026-08-31T09:27:35.229Z Compiling autocfg v1.5.1
12792026-08-31T09:27:35.337Z Compiling libm v0.2.16
12802026-08-31T09:27:35.540Z Compiling stable_deref_trait v1.2.1
12812026-08-31T09:27:35.568Z Compiling litemap v0.8.2
12822026-08-31T09:27:35.612Z Compiling percent-encoding v2.3.2
12832026-08-31T09:27:35.734Z Compiling writeable v0.6.3
12842026-08-31T09:27:35.747Z Compiling utf8_iter v1.0.4
12852026-08-31T09:27:35.759Z Compiling icu_properties_data v2.2.0
12862026-08-31T09:27:35.800Z Compiling icu_normalizer_data v2.2.0
12872026-08-31T09:27:35.885Z Compiling iana-time-zone v0.1.65
12882026-08-31T09:27:35.930Z Compiling form_urlencoded v1.2.2
12892026-08-31T09:27:36.050Z Compiling syn v2.0.119
12902026-08-31T09:27:36.081Z Compiling syn v3.0.3
12912026-08-31T09:27:36.209Z Compiling serde_json v1.0.151
12922026-08-31T09:27:36.241Z Compiling version_check v0.9.5
12932026-08-31T09:27:36.261Z Compiling dyn-clone v1.0.20
12942026-08-31T09:27:36.311Z Compiling pin-project-lite v0.2.17
12952026-08-31T09:27:36.405Z Compiling num-traits v0.2.19
12962026-08-31T09:27:36.416Z Compiling equivalent v1.0.2
12972026-08-31T09:27:36.427Z Compiling allocator-api2 v0.2.21
12982026-08-31T09:27:36.502Z Compiling thiserror v2.0.20
12992026-08-31T09:27:36.529Z Compiling scopeguard v1.2.0
13002026-08-31T09:27:36.637Z Compiling parking_lot_core v0.9.12
13012026-08-31T09:27:36.805Z Compiling lock_api v0.4.14
13022026-08-31T09:27:36.937Z Compiling hashbrown v0.17.1
13032026-08-31T09:27:37.008Z Compiling getrandom v0.4.3
13042026-08-31T09:27:37.040Z Compiling rand_core v0.10.1
13052026-08-31T09:27:37.095Z Compiling semver v1.0.28
13062026-08-31T09:27:37.239Z Compiling log v0.4.33
13072026-08-31T09:27:37.429Z Compiling zerocopy v0.8.56
13082026-08-31T09:27:37.441Z Compiling uuid v1.26.0
13092026-08-31T09:27:37.467Z Compiling errno v0.3.14
13102026-08-31T09:27:37.491Z Compiling indexmap v2.14.0
13112026-08-31T09:27:37.613Z Compiling futures-core v0.3.34
13122026-08-31T09:27:37.724Z Compiling schemars v0.8.22
13132026-08-31T09:27:37.786Z Compiling heck v0.5.0
13142026-08-31T09:27:37.876Z Compiling futures-sink v0.3.34
13152026-08-31T09:27:37.976Z Compiling fnv v1.0.7
13162026-08-31T09:27:37.988Z Compiling slab v0.4.12
13172026-08-31T09:27:38.046Z Compiling jobserver v0.1.35
13182026-08-31T09:27:38.070Z Compiling rustversion v1.0.23
13192026-08-31T09:27:38.149Z Compiling find-msvc-tools v0.1.10
13202026-08-31T09:27:38.162Z Compiling shlex v2.0.1
13212026-08-31T09:27:38.346Z Compiling cc v1.4.2
13222026-08-31T09:27:38.404Z Compiling bitflags v2.13.1
13232026-08-31T09:27:38.413Z Compiling futures-channel v0.3.34
13242026-08-31T09:27:38.413Z Compiling socket2 v0.6.5
13252026-08-31T09:27:38.606Z Compiling futures-task v0.3.34
13262026-08-31T09:27:38.778Z Compiling pkg-config v0.3.33
13272026-08-31T09:27:38.789Z Compiling futures-io v0.3.34
13282026-08-31T09:27:38.818Z Compiling parking_lot v0.12.5
13292026-08-31T09:27:38.896Z Compiling synstructure v0.13.2
13302026-08-31T09:27:38.940Z Compiling serde_derive_internals v0.29.1
13312026-08-31T09:27:39.005Z Compiling signal-hook-registry v1.4.8
13322026-08-31T09:27:39.209Z Compiling mio v1.2.2
13332026-08-31T09:27:39.225Z Compiling portable-atomic v1.15.0
13342026-08-31T09:27:39.299Z Compiling byteorder v1.5.0
13352026-08-31T09:27:39.347Z Compiling serde_derive v1.0.229
13362026-08-31T09:27:39.375Z Compiling displaydoc v0.2.7
13372026-08-31T09:27:39.523Z Compiling thiserror-impl v2.0.20
13382026-08-31T09:27:39.616Z Compiling tokio-macros v2.7.2
13392026-08-31T09:27:39.648Z Compiling futures-macro v0.3.34
13402026-08-31T09:27:39.701Z Compiling regex-syntax v0.8.11
13412026-08-31T09:27:40.114Z Compiling zerofrom-derive v0.1.7
13422026-08-31T09:27:40.143Z Compiling yoke-derive v0.8.2
13432026-08-31T09:27:40.224Z Compiling zerovec-derive v0.11.3
13442026-08-31T09:27:40.331Z Compiling schemars_derive v0.8.22
13452026-08-31T09:27:40.454Z Compiling zerocopy-derive v0.8.56
13462026-08-31T09:27:40.809Z Compiling zeroize_derive v1.5.0
13472026-08-31T09:27:41.269Z Compiling futures-util v0.3.34
13482026-08-31T09:27:41.383Z Compiling zerofrom v0.1.8
13492026-08-31T09:27:41.399Z Compiling cmake v0.1.58
13502026-08-31T09:27:41.465Z Compiling yoke v0.8.3
13512026-08-31T09:27:41.531Z Compiling zeroize v1.9.0
13522026-08-31T09:27:41.590Z Compiling critical-section v1.2.0
13532026-08-31T09:27:41.650Z Compiling zerovec v0.11.6
13542026-08-31T09:27:41.690Z Compiling zerotrie v0.2.4
13552026-08-31T09:27:41.701Z Compiling typenum v1.20.1
13562026-08-31T09:27:41.743Z Compiling fs_extra v1.3.0
13572026-08-31T09:27:41.993Z Compiling strsim v0.11.1
13582026-08-31T09:27:42.002Z Compiling dunce v1.0.5
13592026-08-31T09:27:42.093Z Compiling aws-lc-sys v0.44.0
13602026-08-31T09:27:42.194Z Compiling tinystr v0.8.3
13612026-08-31T09:27:42.378Z Compiling icu_locale_core v2.2.0
13622026-08-31T09:27:42.397Z Compiling bytes v1.12.1
13632026-08-31T09:27:42.408Z Compiling potential_utf v0.1.5
13642026-08-31T09:27:42.491Z Compiling chrono v0.4.45
13652026-08-31T09:27:42.503Z Compiling once_cell v1.21.4
13662026-08-31T09:27:42.569Z Compiling icu_collections v2.2.0
13672026-08-31T09:27:42.711Z Compiling base64 v0.22.1
13682026-08-31T09:27:43.033Z Compiling http v1.5.0
13692026-08-31T09:27:43.037Z Compiling tokio v1.53.1
13702026-08-31T09:27:43.076Z Compiling icu_provider v2.2.0
13712026-08-31T09:27:43.391Z Compiling icu_properties v2.2.0
13722026-08-31T09:27:43.445Z Compiling icu_normalizer v2.2.0
13732026-08-31T09:27:43.608Z Compiling subtle v2.6.1
13742026-08-31T09:27:43.770Z Compiling getrandom v0.3.4
13752026-08-31T09:27:43.975Z Compiling serde_tokenstream v0.2.3
13762026-08-31T09:27:44.004Z Compiling rustix v1.1.4
13772026-08-31T09:27:44.029Z Compiling http-body v1.1.0
13782026-08-31T09:27:44.137Z Compiling erased-serde v0.3.31
13792026-08-31T09:27:44.185Z Compiling httparse v1.10.1
13802026-08-31T09:27:44.250Z Compiling ipnet v2.12.1
13812026-08-31T09:27:44.335Z Compiling idna_adapter v1.2.2
13822026-08-31T09:27:44.475Z Compiling idna v1.1.0
13832026-08-31T09:27:44.576Z Compiling atomic-waker v1.1.2
13842026-08-31T09:27:44.628Z Compiling tower-service v0.3.3
13852026-08-31T09:27:44.696Z Compiling ucd-trie v0.1.7
13862026-08-31T09:27:44.706Z Compiling tower-layer v0.3.3
13872026-08-31T09:27:44.717Z Compiling ppv-lite86 v0.2.21
13882026-08-31T09:27:44.765Z Compiling url v2.5.8
13892026-08-31T09:27:44.856Z Compiling pest v2.8.8
13902026-08-31T09:27:44.985Z Compiling ryu v1.0.23
13912026-08-31T09:27:45.026Z Compiling try-lock v0.2.5
13922026-08-31T09:27:45.135Z Compiling ident_case v1.0.1
13932026-08-31T09:27:45.162Z Compiling untrusted v0.9.0
13942026-08-31T09:27:45.173Z Compiling want v0.3.1
13952026-08-31T09:27:45.233Z Compiling getrandom v0.2.17
13962026-08-31T09:27:45.277Z Compiling aho-corasick v1.1.5
13972026-08-31T09:27:45.336Z Compiling thiserror v1.0.69
13982026-08-31T09:27:45.410Z Compiling pretty-hex v0.4.2
13992026-08-31T09:27:45.543Z Compiling httpdate v1.0.3
14002026-08-31T09:27:45.626Z Compiling rand_core v0.6.4
14012026-08-31T09:27:45.777Z Compiling thiserror-impl v1.0.69
14022026-08-31T09:27:45.809Z Compiling plain v0.2.3
14032026-08-31T09:27:45.842Z Compiling paste v1.0.15
14042026-08-31T09:27:45.912Z Compiling pest_meta v2.8.8
14052026-08-31T09:27:46.144Z Compiling ipnetwork v0.21.1
14062026-08-31T09:27:46.177Z Compiling regex-automata v0.4.18
14072026-08-31T09:27:46.576Z Compiling pest_generator v2.8.8
14082026-08-31T09:27:46.663Z Compiling oxnet v0.1.7
14092026-08-31T09:27:46.817Z Compiling tracing-core v0.1.36
14102026-08-31T09:27:47.056Z Compiling tracing-attributes v0.1.31
14112026-08-31T09:27:47.203Z Compiling foldhash v0.2.0
14122026-08-31T09:27:47.227Z Compiling pest_derive v2.8.8
14132026-08-31T09:27:47.430Z Compiling serde_urlencoded v0.7.1
14142026-08-31T09:27:47.434Z Compiling http-body-util v0.1.5
14152026-08-31T09:27:47.667Z Compiling omicron-workspace-hack v0.1.0
14162026-08-31T09:27:47.671Z Compiling anyhow v1.0.104
14172026-08-31T09:27:47.700Z Compiling sync_wrapper v1.0.2
14182026-08-31T09:27:47.781Z Compiling fastrand v2.5.0
14192026-08-31T09:27:47.793Z Compiling winnow v1.0.4
14202026-08-31T09:27:47.886Z Compiling regex v1.13.1
14212026-08-31T09:27:48.235Z Compiling tracing v0.1.44
14222026-08-31T09:27:48.284Z Compiling scroll_derive v0.13.1
14232026-08-31T09:27:48.337Z Compiling daft-derive v0.1.8
14242026-08-31T09:27:48.469Z Compiling slog v2.8.2
14252026-08-31T09:27:48.690Z Compiling num-conv v0.2.2
14262026-08-31T09:27:48.777Z Compiling time-core v0.1.9
14272026-08-31T09:27:48.849Z Compiling hashbrown v0.16.1
14282026-08-31T09:27:48.863Z Compiling tokio-util v0.7.19
14292026-08-31T09:27:48.959Z Compiling time-macros v0.2.32
14302026-08-31T09:27:49.051Z Compiling darling_core v0.23.0
14312026-08-31T09:27:49.091Z Compiling scroll v0.13.0
14322026-08-31T09:27:49.351Z Compiling async-trait v0.1.92
14332026-08-31T09:27:49.439Z Compiling aws-lc-rs v1.18.0
14342026-08-31T09:27:49.613Z Compiling camino v1.2.5
14352026-08-31T09:27:49.627Z Compiling deranged v0.5.8
14362026-08-31T09:27:49.740Z Compiling num_threads v0.1.7
14372026-08-31T09:27:49.809Z Compiling powerfmt v0.2.0
14382026-08-31T09:27:49.977Z Compiling goblin v0.10.7
14392026-08-31T09:27:50.359Z Compiling rustls-pki-types v1.15.1
14402026-08-31T09:27:50.773Z Compiling usdt-impl v0.6.0
14412026-08-31T09:27:50.794Z Compiling openssl-probe v0.2.1
14422026-08-31T09:27:50.885Z Compiling hex v0.4.3
14432026-08-31T09:27:50.969Z Compiling untrusted v0.7.1
14442026-08-31T09:27:51.123Z Compiling dtrace-parser v0.3.0
14452026-08-31T09:27:51.179Z Compiling crc32fast v1.5.0
14462026-08-31T09:27:51.179Z Compiling darling_macro v0.23.0
14472026-08-31T09:27:51.240Z Compiling crossbeam-utils v0.8.22
14482026-08-31T09:27:51.447Z Compiling rustls v0.23.43
14492026-08-31T09:27:51.540Z Compiling h2 v0.4.15
14502026-08-31T09:27:51.681Z Compiling thread-id v5.1.0
14512026-08-31T09:27:51.732Z Compiling cpufeatures v0.3.0
14522026-08-31T09:27:51.765Z Compiling darling v0.23.0
14532026-08-31T09:27:51.968Z Compiling futures-executor v0.3.34
14542026-08-31T09:27:52.033Z Compiling macaddr v1.0.1
14552026-08-31T09:27:52.085Z Compiling thread_local v1.1.10
14562026-08-31T09:27:52.240Z Compiling ref-cast v1.0.26
14572026-08-31T09:27:52.240Z Compiling adler2 v2.0.1
14582026-08-31T09:27:52.323Z Compiling simd-adler32 v0.3.10
14592026-08-31T09:27:52.355Z Compiling futures v0.3.34
14602026-08-31T09:27:52.377Z Compiling hybrid-array v0.4.14
14612026-08-31T09:27:52.429Z Compiling serde_tokenstream v0.3.0
14622026-08-31T09:27:52.530Z Compiling miniz_oxide v0.8.9
14632026-08-31T09:27:52.587Z Compiling structmeta-derive v0.3.0
14642026-08-31T09:27:52.711Z Compiling ref-cast-impl v1.0.26
14652026-08-31T09:27:52.825Z Compiling dof v0.4.0
14662026-08-31T09:27:53.143Z Compiling slog-async v2.8.0
14672026-08-31T09:27:53.202Z Compiling match_cfg v0.1.0
14682026-08-31T09:27:53.277Z Compiling flate2 v1.1.9
14692026-08-31T09:27:53.396Z Compiling newtype-uuid-macros v0.1.1
14702026-08-31T09:27:53.469Z Compiling rand_core v0.9.5
14712026-08-31T09:27:53.670Z Compiling hyper v1.11.0
14722026-08-31T09:27:53.683Z Compiling structmeta v0.3.0
14732026-08-31T09:27:53.880Z Compiling take_mut v0.2.2
14742026-08-31T09:27:53.991Z Compiling compression-core v0.4.32
14752026-08-31T09:27:54.155Z Compiling term v1.2.1
14762026-08-31T09:27:54.169Z Compiling compression-codecs v0.4.38
14772026-08-31T09:27:54.190Z Compiling crypto-common v0.2.2
14782026-08-31T09:27:54.357Z Compiling block-buffer v0.12.1
14792026-08-31T09:27:54.423Z Compiling newtype-uuid v1.4.0
14802026-08-31T09:27:54.491Z Compiling serde_spanned v1.1.1
14812026-08-31T09:27:54.625Z Compiling multer v3.1.0
14822026-08-31T09:27:54.686Z Compiling const-oid v0.10.2
14832026-08-31T09:27:54.766Z Compiling hyper-util v0.1.20
14842026-08-31T09:27:54.839Z Compiling quick-error v1.2.3
14852026-08-31T09:27:54.904Z Compiling toml_writer v1.1.2+spec-1.1.0
14862026-08-31T09:27:54.923Z Compiling debug-ignore v1.0.5
14872026-08-31T09:27:54.987Z Compiling digest v0.11.3
14882026-08-31T09:27:54.995Z Compiling daft v0.1.8
14892026-08-31T09:27:55.024Z Compiling usdt-attr-macro v0.6.0
14902026-08-31T09:27:55.058Z Compiling usdt-macro v0.6.0
14912026-08-31T09:27:55.142Z Compiling rand_chacha v0.9.0
14922026-08-31T09:27:55.145Z Compiling strum_macros v0.26.4
14932026-08-31T09:27:55.254Z Compiling async-stream-impl v0.3.6
14942026-08-31T09:27:55.449Z Compiling dropshot v0.17.1
14952026-08-31T09:27:55.582Z Compiling encoding_rs v0.8.35
14962026-08-31T09:27:55.676Z Compiling mime v0.3.17
14972026-08-31T09:27:55.954Z Compiling spin v0.9.9
14982026-08-31T09:27:56.091Z Compiling syn v1.0.109
14992026-08-31T09:27:56.233Z Compiling bit-vec v0.8.0
15002026-08-31T09:27:56.242Z Compiling async-stream v0.3.6
15012026-08-31T09:27:56.291Z Compiling rand v0.9.5
15022026-08-31T09:27:56.396Z Compiling bit-set v0.8.0
15032026-08-31T09:27:56.433Z Compiling sha1 v0.11.0
15042026-08-31T09:27:56.449Z Compiling serde_with_macros v3.22.0
15052026-08-31T09:27:56.515Z Compiling waitgroup v0.1.2
15062026-08-31T09:27:56.554Z Compiling dropshot_endpoint v0.17.1
15072026-08-31T09:27:56.679Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15082026-08-31T09:27:56.846Z Compiling strum v0.26.3
15092026-08-31T09:27:56.911Z Compiling serde_path_to_error v0.1.20
15102026-08-31T09:27:56.976Z Compiling unarray v0.1.4
15112026-08-31T09:27:57.170Z Compiling derive-ex v0.1.8
15122026-08-31T09:27:57.299Z Compiling tempfile v3.27.0
15132026-08-31T09:27:57.308Z Compiling time v0.3.55
15142026-08-31T09:27:57.596Z Compiling tower v0.5.3
15152026-08-31T09:27:57.704Z Compiling openapiv3 v2.2.0
15162026-08-31T09:27:58.483Z Compiling tower-http v0.6.11
15172026-08-31T09:27:58.746Z Compiling test-strategy v0.4.5
15182026-08-31T09:27:58.905Z Compiling crossbeam-channel v0.5.16
15192026-08-31T09:27:59.292Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15202026-08-31T09:27:59.375Z Compiling strum_macros v0.27.2
15212026-08-31T09:27:59.392Z Compiling instant v0.1.13
15222026-08-31T09:28:00.092Z Compiling rustls-native-certs v0.8.4
15232026-08-31T09:28:00.208Z Compiling generic-array v0.14.7
15242026-08-31T09:28:00.473Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15252026-08-31T09:28:00.568Z Compiling is-terminal v0.4.17
15262026-08-31T09:28:00.645Z Compiling memmap2 v0.9.11
15272026-08-31T09:28:00.670Z Compiling either v1.17.0
15282026-08-31T09:28:00.856Z Compiling usdt v0.6.0
15292026-08-31T09:28:00.856Z Compiling slog-term v2.9.2
15302026-08-31T09:28:01.190Z Compiling slog-json v2.6.1
15312026-08-31T09:28:01.234Z Compiling strum v0.27.2
15322026-08-31T09:28:01.355Z Compiling parse-display-derive v0.10.0
15332026-08-31T09:28:01.398Z Compiling hostname v0.3.1
15342026-08-31T09:28:01.411Z Compiling toml_parser v1.1.3+spec-1.1.0
15352026-08-31T09:28:01.538Z Compiling backon v1.6.0
15362026-08-31T09:28:01.620Z Compiling rand_chacha v0.3.1
15372026-08-31T09:28:01.641Z Compiling toml_datetime v1.1.1+spec-1.1.0
15382026-08-31T09:28:01.743Z Compiling slog-bunyan v2.5.0
15392026-08-31T09:28:01.755Z Compiling async-compression v0.4.43
15402026-08-31T09:28:01.882Z Compiling toml v1.1.4+spec-1.1.0
15412026-08-31T09:28:01.952Z Compiling rand v0.8.7
15422026-08-31T09:28:02.074Z Compiling rustls-pemfile v2.2.0
15432026-08-31T09:28:02.086Z Compiling hostname v0.4.2
15442026-08-31T09:28:02.109Z Compiling wait-timeout v0.2.1
15452026-08-31T09:28:02.226Z Compiling serde_with v3.22.0
15462026-08-31T09:28:02.277Z Compiling rusty-fork v0.3.1
15472026-08-31T09:28:02.419Z Compiling rand_xorshift v0.4.0
15482026-08-31T09:28:02.575Z Compiling regress v0.10.5
15492026-08-31T09:28:02.616Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15502026-08-31T09:28:02.645Z Compiling humantime v2.4.0
15512026-08-31T09:28:02.863Z Compiling proptest v1.11.0
15522026-08-31T09:28:02.922Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15532026-08-31T09:28:03.004Z Compiling crypto-common v0.1.7
15542026-08-31T09:28:03.135Z Compiling iddqd v0.4.6
15552026-08-31T09:28:03.852Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15562026-08-31T09:28:03.922Z Compiling reqwest v0.12.28
15572026-08-31T09:28:04.088Z Compiling parse-display v0.10.0
15582026-08-31T09:28:04.261Z Compiling backoff v0.4.0
15592026-08-31T09:28:04.429Z Compiling itertools v0.14.0
15602026-08-31T09:28:04.444Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15612026-08-31T09:28:04.682Z Compiling block-buffer v0.10.4
15622026-08-31T09:28:05.012Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15632026-08-31T09:28:05.400Z Compiling progenitor-client v0.10.0
15642026-08-31T09:28:05.596Z Compiling unicode-width v0.2.2
15652026-08-31T09:28:05.651Z Compiling digest v0.10.7
15662026-08-31T09:28:06.520Z Compiling utf8parse v0.2.2
15672026-08-31T09:28:06.612Z Compiling anstyle-parse v1.0.0
15682026-08-31T09:28:06.697Z Compiling regress v0.11.1
15692026-08-31T09:28:06.770Z Compiling anstyle v1.0.14
15702026-08-31T09:28:06.800Z Compiling is_terminal_polyfill v1.70.2
15712026-08-31T09:28:06.850Z Compiling colorchoice v1.0.5
15722026-08-31T09:28:06.896Z Compiling anstyle-query v1.1.5
15732026-08-31T09:28:06.999Z Compiling anstream v1.0.0
15742026-08-31T09:28:07.190Z Compiling clap_lex v1.1.0
15752026-08-31T09:28:07.997Z Compiling toml_datetime v0.6.11
15762026-08-31T09:28:08.050Z Compiling zerocopy-derive v0.7.35
15772026-08-31T09:28:08.360Z Compiling typify-impl v0.6.2
15782026-08-31T09:28:08.473Z Compiling clap_derive v4.6.4
15792026-08-31T09:28:08.745Z Compiling convert_case v0.4.0
15802026-08-31T09:28:08.906Z Compiling cpufeatures v0.2.17
15812026-08-31T09:28:08.979Z Compiling zerocopy v0.7.35
15822026-08-31T09:28:09.045Z Compiling derive_more v0.99.20
15832026-08-31T09:28:10.184Z Compiling terminal_size v0.4.4
15842026-08-31T09:28:10.655Z Compiling secrecy v0.10.3
15852026-08-31T09:28:10.839Z Compiling crucible-workspace-hack v0.1.0
15862026-08-31T09:28:11.040Z Compiling heapless v0.8.0
15872026-08-31T09:28:11.064Z Compiling tinyvec_macros v0.1.1
15882026-08-31T09:28:11.134Z Compiling float-ord v0.3.2
15892026-08-31T09:28:11.249Z Compiling tinyvec v1.12.0
15902026-08-31T09:28:11.336Z Compiling clap_builder v4.6.6
15912026-08-31T09:28:11.847Z Compiling dtrace-parser v0.2.0
15922026-08-31T09:28:11.847Z Compiling scroll_derive v0.12.1
15932026-08-31T09:28:12.254Z Compiling hash32 v0.3.1
15942026-08-31T09:28:12.410Z Compiling serde_repr v0.1.21
15952026-08-31T09:28:12.557Z Compiling num-integer v0.1.47
15962026-08-31T09:28:12.725Z Compiling rustc_version v0.4.1
15972026-08-31T09:28:12.911Z Compiling usdt-impl v0.5.0
15982026-08-31T09:28:13.003Z Compiling crossbeam-epoch v0.9.20
15992026-08-31T09:28:13.142Z Compiling smoltcp v0.11.0
16002026-08-31T09:28:13.258Z Compiling curve25519-dalek v4.1.3
16012026-08-31T09:28:13.270Z Compiling clap v4.6.6
16022026-08-31T09:28:13.292Z Compiling scroll v0.12.0
16032026-08-31T09:28:13.569Z Compiling dof v0.3.0
16042026-08-31T09:28:13.785Z Compiling hmac v0.12.1
16052026-08-31T09:28:13.912Z Compiling inout v0.1.4
16062026-08-31T09:28:13.924Z Compiling ff v0.13.1
16072026-08-31T09:28:13.992Z Compiling darling_core v0.21.3
16082026-08-31T09:28:13.992Z Compiling cobs v0.3.0
16092026-08-31T09:28:14.050Z Compiling thread-id v4.2.2
16102026-08-31T09:28:14.079Z Compiling managed v0.8.0
16112026-08-31T09:28:14.130Z Compiling bitflags v1.3.2
16122026-08-31T09:28:14.204Z Compiling postcard v1.1.3
16132026-08-31T09:28:14.536Z Compiling group v0.13.0
16142026-08-31T09:28:14.575Z Compiling cipher v0.4.4
16152026-08-31T09:28:14.646Z Compiling hkdf v0.12.4
16162026-08-31T09:28:14.717Z Compiling typify-macro v0.6.2
16172026-08-31T09:28:14.960Z Compiling goblin v0.8.2
16182026-08-31T09:28:15.419Z Compiling num-iter v0.1.46
16192026-08-31T09:28:15.534Z Compiling num-rational v0.4.2
16202026-08-31T09:28:15.755Z Compiling tabwriter v1.4.1
16212026-08-31T09:28:16.032Z Compiling universal-hash v0.5.1
16222026-08-31T09:28:16.112Z Compiling darling_macro v0.21.3
16232026-08-31T09:28:16.169Z Compiling crypto-bigint v0.5.5
16242026-08-31T09:28:16.211Z Compiling hubpack_derive v0.1.1
16252026-08-31T09:28:16.241Z Compiling thiserror-impl-no-std v2.0.2
16262026-08-31T09:28:16.731Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16272026-08-31T09:28:16.828Z Compiling typify v0.6.2
16282026-08-31T09:28:16.923Z Compiling half v2.7.1
16292026-08-31T09:28:17.080Z Compiling curve25519-dalek-derive v0.1.1
16302026-08-31T09:28:17.211Z Compiling num-complex v0.4.6
16312026-08-31T09:28:17.444Z Compiling memoffset v0.9.1
16322026-08-31T09:28:17.469Z Compiling base16ct v0.2.0
16332026-08-31T09:28:17.555Z Compiling opaque-debug v0.3.1
16342026-08-31T09:28:17.591Z Compiling ciborium-io v0.2.2
16352026-08-31T09:28:17.623Z Compiling base64ct v1.8.3
16362026-08-31T09:28:17.623Z Compiling rustix v0.38.44
16372026-08-31T09:28:17.670Z Compiling cfg_aliases v0.2.2
16382026-08-31T09:28:17.683Z Compiling unsafe-libyaml v0.2.11
16392026-08-31T09:28:17.741Z Compiling nix v0.31.3
16402026-08-31T09:28:17.917Z Compiling password-hash v0.5.0
16412026-08-31T09:28:18.117Z Compiling ciborium-ll v0.2.2
16422026-08-31T09:28:18.151Z Compiling poly1305 v0.8.0
16432026-08-31T09:28:18.334Z Compiling serde_yaml v0.9.34+deprecated
16442026-08-31T09:28:18.353Z Compiling elliptic-curve v0.13.8
16452026-08-31T09:28:18.353Z Compiling num v0.4.3
16462026-08-31T09:28:18.663Z Compiling thiserror-no-std v2.0.2
16472026-08-31T09:28:18.901Z Compiling hubpack v0.1.2
16482026-08-31T09:28:19.318Z Compiling darling v0.21.3
16492026-08-31T09:28:19.334Z Compiling chacha20 v0.9.1
16502026-08-31T09:28:19.556Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16512026-08-31T09:28:19.606Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16522026-08-31T09:28:19.812Z Compiling toml_edit v0.25.13+spec-1.1.0
16532026-08-31T09:28:20.217Z Compiling blake2 v0.10.6
16542026-08-31T09:28:20.245Z Compiling aead v0.5.2
16552026-08-31T09:28:20.406Z Compiling byte-wrapper v0.1.0
16562026-08-31T09:28:20.672Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16572026-08-31T09:28:20.703Z Compiling proc-macro-error-attr v1.0.4
16582026-08-31T09:28:20.934Z Compiling keccak v0.1.6
16592026-08-31T09:28:21.050Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16602026-08-31T09:28:21.065Z Compiling prettyplease v0.2.37
16612026-08-31T09:28:21.195Z Compiling static_assertions v1.1.0
16622026-08-31T09:28:21.269Z Compiling sha3 v0.10.9
16632026-08-31T09:28:21.582Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16642026-08-31T09:28:21.607Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16652026-08-31T09:28:22.036Z Compiling argon2 v0.5.3
16662026-08-31T09:28:22.066Z Compiling chacha20poly1305 v0.10.1
16672026-08-31T09:28:22.150Z Compiling proc-macro-crate v3.5.0
16682026-08-31T09:28:22.547Z Compiling ingot-macros v0.1.1
16692026-08-31T09:28:22.596Z Compiling vsss-rs v3.3.4
16702026-08-31T09:28:22.654Z Compiling ciborium v0.2.2
16712026-08-31T09:28:23.076Z Compiling usdt-attr-macro v0.5.0
16722026-08-31T09:28:23.234Z Compiling usdt-macro v0.5.0
16732026-08-31T09:28:24.183Z Compiling serde_spanned v0.6.9
16742026-08-31T09:28:24.269Z Compiling num-derive v0.4.2
16752026-08-31T09:28:24.320Z Compiling enum-as-inner v0.6.1
16762026-08-31T09:28:24.529Z Compiling proc-macro-error v1.0.4
16772026-08-31T09:28:24.758Z Compiling memmap v0.7.0
16782026-08-31T09:28:24.821Z Compiling winnow v0.5.40
16792026-08-31T09:28:24.885Z Compiling winnow v0.7.15
16802026-08-31T09:28:24.944Z Compiling data-encoding v2.11.1
16812026-08-31T09:28:25.015Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
16822026-08-31T09:28:25.193Z Compiling indent_write v2.2.0
16832026-08-31T09:28:25.227Z Compiling toml_write v0.1.2
16842026-08-31T09:28:25.251Z Compiling usdt v0.5.0
16852026-08-31T09:28:25.276Z Compiling ingot-types v0.1.2
16862026-08-31T09:28:25.435Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16872026-08-31T09:28:25.497Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16882026-08-31T09:28:25.590Z Compiling num_enum_derive v0.7.6
16892026-08-31T09:28:25.669Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16902026-08-31T09:28:26.113Z Compiling foreign-types-macros v0.2.4
16912026-08-31T09:28:26.237Z Compiling toml_edit v0.22.27
16922026-08-31T09:28:26.248Z Compiling toml_edit v0.19.15
16932026-08-31T09:28:26.411Z Compiling crossbeam-deque v0.8.7
16942026-08-31T09:28:26.676Z Compiling vcpkg v0.2.15
16952026-08-31T09:28:26.689Z Compiling colored v3.1.1
16962026-08-31T09:28:26.739Z Compiling foreign-types-shared v0.3.1
16972026-08-31T09:28:26.831Z Compiling bytecount v0.6.9
16982026-08-31T09:28:26.970Z Compiling foreign-types v0.5.0
16992026-08-31T09:28:27.081Z Compiling num_enum v0.7.6
17002026-08-31T09:28:27.220Z Compiling openssl-sys v0.9.117
17012026-08-31T09:28:27.257Z Compiling ingot v0.1.1
17022026-08-31T09:28:27.469Z Compiling proc-macro-crate v1.3.1
17032026-08-31T09:28:27.760Z Compiling toml v0.8.23
17042026-08-31T09:28:27.802Z Compiling atomicwrites v0.4.4
17052026-08-31T09:28:28.111Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17062026-08-31T09:28:28.255Z Compiling chacha20 v0.10.1
17072026-08-31T09:28:28.442Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17082026-08-31T09:28:28.517Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17092026-08-31T09:28:28.615Z Compiling cstr-argument v0.1.2
17102026-08-31T09:28:28.773Z Compiling rayon-core v1.13.0
17112026-08-31T09:28:28.809Z Compiling linked-hash-map v0.5.6
17122026-08-31T09:28:28.820Z Compiling resolv-conf v0.7.6
17132026-08-31T09:28:28.987Z Compiling semver v0.1.20
17142026-08-31T09:28:29.000Z Compiling heck v0.4.1
17152026-08-31T09:28:29.197Z Compiling swrite v0.1.0
17162026-08-31T09:28:29.233Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17172026-08-31T09:28:29.246Z Compiling unicode-segmentation v1.13.3
17182026-08-31T09:28:29.294Z Compiling rustc_version v0.1.7
17192026-08-31T09:28:29.481Z Compiling lru-cache v0.1.2
17202026-08-31T09:28:29.494Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17212026-08-31T09:28:29.558Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17222026-08-31T09:28:29.581Z Compiling newline-converter v0.3.0
17232026-08-31T09:28:29.602Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17242026-08-31T09:28:29.670Z Compiling rand v0.10.2
17252026-08-31T09:28:29.694Z Compiling num_enum_derive v0.5.11
17262026-08-31T09:28:29.716Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17272026-08-31T09:28:29.815Z Compiling hickory-proto v0.24.4
17282026-08-31T09:28:29.968Z Compiling progenitor-impl v0.13.0
17292026-08-31T09:28:30.329Z Compiling rustls-webpki v0.103.14
17302026-08-31T09:28:30.651Z Compiling progenitor-impl v0.14.0
17312026-08-31T09:28:30.719Z Compiling console v0.16.4
17322026-08-31T09:28:30.734Z Compiling camino-tempfile v1.4.1
17332026-08-31T09:28:31.409Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
17342026-08-31T09:28:31.423Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
17352026-08-31T09:28:31.576Z Compiling serde-big-array v0.5.1
17362026-08-31T09:28:31.722Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17372026-08-31T09:28:31.734Z Compiling derive-where v1.6.1
17382026-08-31T09:28:32.258Z Compiling pin-project-internal v1.1.13
17392026-08-31T09:28:32.794Z Compiling minimal-lexical v0.2.1
17402026-08-31T09:28:33.003Z Compiling similar v3.2.0
17412026-08-31T09:28:33.052Z Compiling siphasher v1.0.3
17422026-08-31T09:28:33.236Z Compiling phf_shared v0.12.1
17432026-08-31T09:28:33.253Z Compiling nom v7.1.3
17442026-08-31T09:28:33.364Z Compiling pin-project v1.1.13
17452026-08-31T09:28:33.470Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17462026-08-31T09:28:33.660Z Compiling progenitor-macro v0.13.0
17472026-08-31T09:28:33.906Z Compiling tokio-rustls v0.26.4
17482026-08-31T09:28:34.182Z Compiling hyper-rustls v0.27.9
17492026-08-31T09:28:34.312Z Compiling rustls-platform-verifier v0.7.0
17502026-08-31T09:28:34.478Z Compiling reqwest v0.13.4
17512026-08-31T09:28:35.885Z Compiling progenitor-client v0.14.0
17522026-08-31T09:28:36.209Z Compiling progenitor-extras v0.2.0
17532026-08-31T09:28:36.379Z Compiling progenitor-client v0.13.0
17542026-08-31T09:28:36.457Z Compiling progenitor-macro v0.14.0
17552026-08-31T09:28:37.225Z Compiling expectorate v1.3.0
17562026-08-31T09:28:37.260Z Compiling hickory-resolver v0.24.4
17572026-08-31T09:28:37.390Z Compiling num_enum v0.5.11
17582026-08-31T09:28:37.512Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-08-31T09:28:39.921Z Compiling newtype_derive v0.1.6
17602026-08-31T09:28:41.594Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17612026-08-31T09:28:41.664Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17622026-08-31T09:28:41.828Z Compiling unicode-normalization v0.1.25
17632026-08-31T09:28:42.326Z Compiling itertools v0.15.0
17642026-08-31T09:28:42.524Z Compiling tokio-stream v0.1.19
17652026-08-31T09:28:43.678Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17662026-08-31T09:28:43.732Z Compiling snafu-derive v0.8.9
17672026-08-31T09:28:43.945Z Compiling async-recursion v1.1.1
17682026-08-31T09:28:44.154Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17692026-08-31T09:28:44.310Z Compiling slog-dtrace v0.3.0
17702026-08-31T09:28:44.488Z Compiling csv-core v0.1.13
17712026-08-31T09:28:44.552Z Compiling bstr v1.13.1
17722026-08-31T09:28:44.644Z Compiling highway v1.3.0
17732026-08-31T09:28:44.664Z Compiling unicode-width v0.1.14
17742026-08-31T09:28:44.721Z Compiling cancel-safe-futures v0.1.5
17752026-08-31T09:28:44.963Z Compiling chrono-tz v0.10.4
17762026-08-31T09:28:45.033Z Compiling owo-colors v4.3.0
17772026-08-31T09:28:45.044Z Compiling jiff-core v0.1.0
17782026-08-31T09:28:45.099Z Compiling foldhash v0.1.5
17792026-08-31T09:28:45.176Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17802026-08-31T09:28:45.188Z Compiling unicode-xid v0.2.6
17812026-08-31T09:28:45.281Z Compiling same-file v1.0.6
17822026-08-31T09:28:45.311Z Compiling foreign-types-shared v0.1.1
17832026-08-31T09:28:45.356Z Compiling openssl v0.10.81
17842026-08-31T09:28:45.403Z Compiling konst_macro_rules v0.2.19
17852026-08-31T09:28:45.457Z Compiling walkdir v2.5.0
17862026-08-31T09:28:45.503Z Compiling snafu v0.8.9
17872026-08-31T09:28:45.579Z Compiling konst v0.2.20
17882026-08-31T09:28:45.643Z Compiling foreign-types v0.3.2
17892026-08-31T09:28:45.765Z Compiling const_format_proc_macros v0.2.34
17902026-08-31T09:28:45.811Z Compiling jiff v0.2.35
17912026-08-31T09:28:45.815Z Compiling hashbrown v0.15.5
17922026-08-31T09:28:45.932Z Compiling globset v0.4.20
17932026-08-31T09:28:46.112Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17942026-08-31T09:28:46.240Z Compiling csv v1.4.0
17952026-08-31T09:28:46.662Z Compiling ingot-macros v0.2.0
17962026-08-31T09:28:46.805Z Compiling qorb v0.4.1
17972026-08-31T09:28:46.817Z Compiling olpc-cjson v0.1.4
17982026-08-31T09:28:46.925Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17992026-08-31T09:28:46.978Z Compiling progenitor v0.14.0
18002026-08-31T09:28:47.120Z Compiling progenitor v0.13.0
18012026-08-31T09:28:47.268Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-08-31T09:28:48.032Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-08-31T09:28:48.221Z Compiling rayon v1.12.0
18042026-08-31T09:28:48.330Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-08-31T09:28:48.923Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18062026-08-31T09:28:49.275Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-08-31T09:28:49.449Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18082026-08-31T09:28:49.815Z Compiling phf v0.12.1
18092026-08-31T09:28:49.931Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18102026-08-31T09:28:49.968Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18112026-08-31T09:28:50.416Z Compiling zone_cfg_derive v0.3.1
18122026-08-31T09:28:50.572Z Compiling tokio-dtrace v0.1.1
18132026-08-31T09:28:50.694Z Compiling itertools v0.12.1
18142026-08-31T09:28:50.716Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18152026-08-31T09:28:50.838Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18162026-08-31T09:28:50.841Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18172026-08-31T09:28:50.913Z Compiling libsw-core v0.3.2
18182026-08-31T09:28:51.101Z Compiling pem v3.0.6
18192026-08-31T09:28:51.166Z Compiling serde_plain v1.0.2
18202026-08-31T09:28:51.244Z Compiling openssl-macros v0.1.1
18212026-08-31T09:28:51.381Z Compiling cookie v0.18.2
18222026-08-31T09:28:51.451Z Compiling sigpipe v0.1.3
18232026-08-31T09:28:51.494Z Compiling fixedbitset v0.5.7
18242026-08-31T09:28:51.544Z Compiling glob v0.3.4
18252026-08-31T09:28:51.628Z Compiling typed-path v0.9.3
18262026-08-31T09:28:51.756Z Compiling fixedbitset v0.4.2
18272026-08-31T09:28:51.845Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-08-31T09:28:52.002Z Compiling zone v0.3.1
18292026-08-31T09:28:52.015Z Compiling petgraph v0.6.5
18302026-08-31T09:28:52.088Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18312026-08-31T09:28:52.581Z Compiling tough v0.22.0
18322026-08-31T09:28:52.818Z Compiling petgraph v0.8.3
18332026-08-31T09:28:52.882Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18342026-08-31T09:28:53.001Z Compiling libsw v3.5.0
18352026-08-31T09:28:53.185Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18362026-08-31T09:28:53.443Z Compiling oxide-tokio-rt v0.1.6
18372026-08-31T09:28:53.558Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18382026-08-31T09:28:54.615Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-08-31T09:28:54.628Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-08-31T09:28:54.799Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-08-31T09:28:54.811Z Compiling ingot-types v0.2.0
18422026-08-31T09:28:55.087Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18432026-08-31T09:28:55.186Z Compiling const_format v0.2.36
18442026-08-31T09:28:55.207Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-08-31T09:28:55.538Z Compiling papergrid v0.11.0
18462026-08-31T09:28:55.671Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-08-31T09:28:56.189Z Compiling tabled_derive v0.7.0
18482026-08-31T09:28:56.289Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18492026-08-31T09:28:56.300Z Compiling libscf-sys v1.2.0
18502026-08-31T09:28:56.366Z Compiling gethostname v0.5.0
18512026-08-31T09:28:56.440Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-08-31T09:28:56.490Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18532026-08-31T09:28:56.562Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-08-31T09:28:56.690Z Compiling smf v0.2.3
18552026-08-31T09:28:56.693Z Compiling bcs v0.1.6
18562026-08-31T09:28:57.014Z Compiling linear-map v1.2.0
18572026-08-31T09:28:57.115Z Compiling whoami v1.6.1
18582026-08-31T09:28:57.118Z Compiling tagptr v0.2.0
18592026-08-31T09:28:57.204Z Compiling lazy_static v1.5.0
18602026-08-31T09:28:57.275Z Compiling termtree v0.5.1
18612026-08-31T09:28:57.305Z Compiling unicode-linebreak v0.1.5
18622026-08-31T09:28:57.316Z Compiling smawk v0.3.3
18632026-08-31T09:28:57.432Z Compiling steno v0.4.1
18642026-08-31T09:28:57.432Z Compiling moka v0.12.16
18652026-08-31T09:28:57.455Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-08-31T09:28:57.559Z Compiling textwrap v0.16.2
18672026-08-31T09:28:57.920Z Compiling tabled v0.15.0
18682026-08-31T09:28:58.261Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-08-31T09:28:58.387Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-08-31T09:28:58.391Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-08-31T09:28:59.077Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-08-31T09:28:59.275Z Compiling ingot v0.2.1
18732026-08-31T09:29:00.671Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-08-31T09:29:01.221Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18752026-08-31T09:29:01.301Z Compiling papergrid v0.18.0
18762026-08-31T09:29:01.376Z Compiling hickory-proto v0.25.2
18772026-08-31T09:29:01.600Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18782026-08-31T09:29:01.689Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
18792026-08-31T09:29:02.022Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
18802026-08-31T09:29:02.267Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18812026-08-31T09:29:02.374Z Compiling parking_lot_core v0.8.6
18822026-08-31T09:29:02.553Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18832026-08-31T09:29:02.655Z Compiling tabled v0.21.0
18842026-08-31T09:29:02.681Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
18852026-08-31T09:29:03.365Z Compiling hickory-resolver v0.25.2
18862026-08-31T09:29:03.823Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18872026-08-31T09:29:04.217Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
18882026-08-31T09:29:04.617Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-08-31T09:29:05.219Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18902026-08-31T09:29:05.248Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-08-31T09:29:05.328Z Compiling crc8 v0.1.1
18922026-08-31T09:29:05.448Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18932026-08-31T09:29:05.512Z Compiling parking_lot v0.11.2
18942026-08-31T09:29:05.650Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18952026-08-31T09:29:05.664Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
18962026-08-31T09:29:05.935Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18972026-08-31T09:29:06.140Z Compiling dropshot-api-manager-types v0.7.2
18982026-08-31T09:29:06.340Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18992026-08-31T09:29:06.524Z Compiling fxhash v0.2.1
19002026-08-31T09:29:06.670Z Compiling sled v0.34.7
19012026-08-31T09:29:06.805Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
19022026-08-31T09:29:06.880Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
19032026-08-31T09:29:07.115Z Compiling port-file v0.1.0
19042026-08-31T09:29:07.127Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19052026-08-31T09:29:07.182Z Compiling diff v0.1.13
19062026-08-31T09:29:07.318Z Compiling yansi v1.0.1
19072026-08-31T09:29:07.643Z Compiling pretty_assertions v1.4.1
19082026-08-31T09:29:08.476Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-08-31T09:29:16.494Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-08-31T09:29:18.103Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-08-31T09:29:19.179Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19122026-08-31T09:29:20.143Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
19132026-08-31T09:29:46.078Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 11s
19142026-08-31T09:29:46.314Z────────────
19152026-08-31T09:29:46.314Z Nextest run ID c64650ed-f7f7-46b7-81e2-dbed71b769bb with nextest profile: default
19162026-08-31T09:29:46.314Z Starting 46 tests across 3 binaries
19172026-08-31T09:29:46.322Z START ddm db::test::test_effective_tunnel_route_set
19182026-08-31T09:29:46.322Z
19192026-08-31T09:29:46.322Zrunning 1 test
19202026-08-31T09:29:46.322Ztest db::test::test_effective_tunnel_route_set ... ok
19212026-08-31T09:29:46.322Z
19222026-08-31T09:29:46.322Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
19232026-08-31T09:29:46.322Z
19242026-08-31T09:29:46.322Z PASS [ 0.008s] ddm db::test::test_effective_tunnel_route_set
19252026-08-31T09:29:46.322Z START ddm discovery::runtime::tests::negotiate_version_contract
19262026-08-31T09:29:46.322Z
19272026-08-31T09:29:46.322Zrunning 1 test
19282026-08-31T09:29:46.322Ztest discovery::runtime::tests::negotiate_version_contract ... ok
19292026-08-31T09:29:46.322Z
19302026-08-31T09:29:46.322Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
19312026-08-31T09:29:46.322Z
19322026-08-31T09:29:46.322Z PASS [ 0.007s] ddm discovery::runtime::tests::negotiate_version_contract
19332026-08-31T09:29:46.322Z START ddm exchange::paging::tests::a_group_is_never_split_across_pages
19342026-08-31T09:29:46.322Z
19352026-08-31T09:29:46.322Zrunning 1 test
19362026-08-31T09:29:46.322Ztest exchange::paging::tests::a_group_is_never_split_across_pages ... ok
19372026-08-31T09:29:46.322Z
19382026-08-31T09:29:46.322Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
19392026-08-31T09:29:46.322Z
19402026-08-31T09:29:46.322Z PASS [ 0.009s] ddm exchange::paging::tests::a_group_is_never_split_across_pages
19412026-08-31T09:29:46.322Z START ddm exchange::paging::tests::a_group_round_trips_through_its_token
19422026-08-31T09:29:46.322Z
19432026-08-31T09:29:46.322Zrunning 1 test
19442026-08-31T09:29:46.323Ztest exchange::paging::tests::a_group_round_trips_through_its_token ... ok
19452026-08-31T09:29:46.323Z
19462026-08-31T09:29:46.323Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
19472026-08-31T09:29:46.323Z
19482026-08-31T09:29:46.323Z PASS [ 0.008s] ddm exchange::paging::tests::a_group_round_trips_through_its_token
19492026-08-31T09:29:46.323Z START ddm exchange::paging::tests::a_token_is_query_safe
19502026-08-31T09:29:46.323Z
19512026-08-31T09:29:46.323Zrunning 1 test
19522026-08-31T09:29:46.323Ztest exchange::paging::tests::a_token_is_query_safe ... ok
19532026-08-31T09:29:46.323Z
19542026-08-31T09:29:46.323Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
19552026-08-31T09:29:46.323Z
19562026-08-31T09:29:46.323Z PASS [ 0.008s] ddm exchange::paging::tests::a_token_is_query_safe
19572026-08-31T09:29:46.323Z START ddm exchange::paging::tests::change_beyond_the_cursor_is_picked_up_by_the_same_keyset_walk
19582026-08-31T09:29:46.323Z
19592026-08-31T09:29:46.323Zrunning 1 test
19602026-08-31T09:29:46.323Ztest exchange::paging::tests::change_beyond_the_cursor_is_picked_up_by_the_same_keyset_walk ... ok
19612026-08-31T09:29:46.323Z
19622026-08-31T09:29:46.323Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
19632026-08-31T09:29:46.323Z
19642026-08-31T09:29:46.323Z PASS [ 0.008s] ddm exchange::paging::tests::change_beyond_the_cursor_is_picked_up_by_the_same_keyset_walk
19652026-08-31T09:29:46.323Z START ddm exchange::paging::tests::empty_exchange_set_yields_one_empty_batch
19662026-08-31T09:29:46.323Z
19672026-08-31T09:29:46.323Zrunning 1 test
19682026-08-31T09:29:46.323Ztest exchange::paging::tests::empty_exchange_set_yields_one_empty_batch ... ok
19692026-08-31T09:29:46.323Z
19702026-08-31T09:29:46.323Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
19712026-08-31T09:29:46.323Z
19722026-08-31T09:29:46.323Z PASS [ 0.007s] ddm exchange::paging::tests::empty_exchange_set_yields_one_empty_batch
19732026-08-31T09:29:46.323Z START ddm exchange::paging::tests::exchange_set_within_budget_stays_in_one_batch
19742026-08-31T09:29:46.327Z
19752026-08-31T09:29:46.327Zrunning 1 test
19762026-08-31T09:29:46.327Ztest exchange::paging::tests::exchange_set_within_budget_stays_in_one_batch ... ok
19772026-08-31T09:29:46.327Z
19782026-08-31T09:29:46.327Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
19792026-08-31T09:29:46.327Z
19802026-08-31T09:29:46.327Z PASS [ 0.008s] ddm exchange::paging::tests::exchange_set_within_budget_stays_in_one_batch
19812026-08-31T09:29:46.327Z START ddm exchange::paging::tests::insertion_before_the_cursor_cannot_drop_a_present_group
19822026-08-31T09:29:46.331Z
19832026-08-31T09:29:46.331Zrunning 1 test
19842026-08-31T09:29:46.334Ztest exchange::paging::tests::insertion_before_the_cursor_cannot_drop_a_present_group ... ok
19852026-08-31T09:29:46.335Z
19862026-08-31T09:29:46.335Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
19872026-08-31T09:29:46.335Z
19882026-08-31T09:29:46.335Z PASS [ 0.008s] ddm exchange::paging::tests::insertion_before_the_cursor_cannot_drop_a_present_group
19892026-08-31T09:29:46.335Z START ddm exchange::paging::tests::invalid_page_tokens_are_rejected_before_uri_construction
19902026-08-31T09:29:46.340Z
19912026-08-31T09:29:46.340Zrunning 1 test
19922026-08-31T09:29:46.343Ztest exchange::paging::tests::invalid_page_tokens_are_rejected_before_uri_construction ... ok
19932026-08-31T09:29:46.343Z
19942026-08-31T09:29:46.343Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
19952026-08-31T09:29:46.343Z
19962026-08-31T09:29:46.343Z PASS [ 0.008s] ddm exchange::paging::tests::invalid_page_tokens_are_rejected_before_uri_construction
19972026-08-31T09:29:46.343Z START ddm exchange::paging::tests::keyset_walk_reads_every_group_exactly_once
19982026-08-31T09:29:46.347Z
19992026-08-31T09:29:46.347Zrunning 1 test
20002026-08-31T09:29:46.350Ztest exchange::paging::tests::keyset_walk_reads_every_group_exactly_once ... ok
20012026-08-31T09:29:46.350Z
20022026-08-31T09:29:46.350Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
20032026-08-31T09:29:46.350Z
20042026-08-31T09:29:46.350Z PASS [ 0.008s] ddm exchange::paging::tests::keyset_walk_reads_every_group_exactly_once
20052026-08-31T09:29:46.350Z START ddm exchange::paging::tests::oversized_exchange_set_splits_and_preserves_every_vector
20062026-08-31T09:29:46.356Z
20072026-08-31T09:29:46.356Zrunning 1 test
20082026-08-31T09:29:46.359Ztest exchange::paging::tests::oversized_exchange_set_splits_and_preserves_every_vector ... ok
20092026-08-31T09:29:46.359Z
20102026-08-31T09:29:46.359Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
20112026-08-31T09:29:46.359Z
20122026-08-31T09:29:46.359Z PASS [ 0.008s] ddm exchange::paging::tests::oversized_exchange_set_splits_and_preserves_every_vector
20132026-08-31T09:29:46.360Z START ddm exchange::paging::tests::oversized_group_is_rejected_by_page_multicast
20142026-08-31T09:29:46.365Z
20152026-08-31T09:29:46.365Zrunning 1 test
20162026-08-31T09:29:46.368Ztest exchange::paging::tests::oversized_group_is_rejected_by_page_multicast ... ok
20172026-08-31T09:29:46.368Z
20182026-08-31T09:29:46.368Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
20192026-08-31T09:29:46.368Z
20202026-08-31T09:29:46.368Z PASS [ 0.008s] ddm exchange::paging::tests::oversized_group_is_rejected_by_page_multicast
20212026-08-31T09:29:46.368Z START ddm exchange::paging::tests::page_budget_includes_unicast_sections_and_cursor
20222026-08-31T09:29:46.371Z
20232026-08-31T09:29:46.371Zrunning 1 test
20242026-08-31T09:29:46.375Ztest exchange::paging::tests::page_budget_includes_unicast_sections_and_cursor ... ok
20252026-08-31T09:29:46.375Z
20262026-08-31T09:29:46.375Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
20272026-08-31T09:29:46.375Z
20282026-08-31T09:29:46.375Z PASS [ 0.008s] ddm exchange::paging::tests::page_budget_includes_unicast_sections_and_cursor
20292026-08-31T09:29:46.375Z START ddm exchange::paging::tests::snapshot_within_budget_is_one_page
20302026-08-31T09:29:46.380Z
20312026-08-31T09:29:46.380Zrunning 1 test
20322026-08-31T09:29:46.383Ztest exchange::paging::tests::snapshot_within_budget_is_one_page ... ok
20332026-08-31T09:29:46.383Z
20342026-08-31T09:29:46.383Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
20352026-08-31T09:29:46.383Z
20362026-08-31T09:29:46.383Z PASS [ 0.008s] ddm exchange::paging::tests::snapshot_within_budget_is_one_page
20372026-08-31T09:29:46.383Z START ddm exchange::paging::tests::vector_larger_than_budget_is_an_error
20382026-08-31T09:29:46.387Z
20392026-08-31T09:29:46.388Zrunning 1 test
20402026-08-31T09:29:46.391Ztest exchange::paging::tests::vector_larger_than_budget_is_an_error ... ok
20412026-08-31T09:29:46.391Z
20422026-08-31T09:29:46.391Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
20432026-08-31T09:29:46.391Z
20442026-08-31T09:29:46.391Z PASS [ 0.008s] ddm exchange::paging::tests::vector_larger_than_budget_is_an_error
20452026-08-31T09:29:46.391Z START ddm exchange::reconcile::tests::final_withdrawal_preserves_path_and_appends_local_hop
20462026-08-31T09:29:46.395Z
20472026-08-31T09:29:46.395Zrunning 1 test
20482026-08-31T09:29:46.431Ztest exchange::reconcile::tests::final_withdrawal_preserves_path_and_appends_local_hop ... ok
20492026-08-31T09:29:46.431Z
20502026-08-31T09:29:46.431Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.04s
20512026-08-31T09:29:46.431Z
20522026-08-31T09:29:46.435Z PASS [ 0.046s] ddm exchange::reconcile::tests::final_withdrawal_preserves_path_and_appends_local_hop
20532026-08-31T09:29:46.436Z START ddm exchange::reconcile::tests::multicast_reachability_reads_current_imported_and_originated
20542026-08-31T09:29:46.444Z
20552026-08-31T09:29:46.444Zrunning 1 test
20562026-08-31T09:29:46.485Ztest exchange::reconcile::tests::multicast_reachability_reads_current_imported_and_originated ... ok
20572026-08-31T09:29:46.485Z
20582026-08-31T09:29:46.485Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.04s
20592026-08-31T09:29:46.485Z
20602026-08-31T09:29:46.490Z PASS [ 0.048s] ddm exchange::reconcile::tests::multicast_reachability_reads_current_imported_and_originated
20612026-08-31T09:29:46.490Z START ddm exchange::reconcile::tests::remaining_import_replaces_withdrawal_and_refreshes_path
20622026-08-31T09:29:46.493Z
20632026-08-31T09:29:46.493Zrunning 1 test
20642026-08-31T09:29:46.524Ztest exchange::reconcile::tests::remaining_import_replaces_withdrawal_and_refreshes_path ... ok
20652026-08-31T09:29:46.524Z
20662026-08-31T09:29:46.524Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.03s
20672026-08-31T09:29:46.524Z
20682026-08-31T09:29:46.527Z PASS [ 0.044s] ddm exchange::reconcile::tests::remaining_import_replaces_withdrawal_and_refreshes_path
20692026-08-31T09:29:46.527Z START ddm exchange::reconcile::tests::remaining_local_origin_replaces_withdrawal
20702026-08-31T09:29:46.535Z
20712026-08-31T09:29:46.535Zrunning 1 test
20722026-08-31T09:29:46.570Ztest exchange::reconcile::tests::remaining_local_origin_replaces_withdrawal ... ok
20732026-08-31T09:29:46.570Z
20742026-08-31T09:29:46.570Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.03s
20752026-08-31T09:29:46.570Z
20762026-08-31T09:29:46.574Z PASS [ 0.045s] ddm exchange::reconcile::tests::remaining_local_origin_replaces_withdrawal
20772026-08-31T09:29:46.574Z START ddm exchange::tests::deterministic_size_errors_do_not_expire_peers
20782026-08-31T09:29:46.581Z
20792026-08-31T09:29:46.581Zrunning 1 test
20802026-08-31T09:29:46.585Ztest exchange::tests::deterministic_size_errors_do_not_expire_peers ... ok
20812026-08-31T09:29:46.585Z
20822026-08-31T09:29:46.585Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
20832026-08-31T09:29:46.585Z
20842026-08-31T09:29:46.585Z PASS [ 0.009s] ddm exchange::tests::deterministic_size_errors_do_not_expire_peers
20852026-08-31T09:29:46.585Z START ddm exchange::tests::transport_and_protocol_errors_expire_peers
20862026-08-31T09:29:46.589Z
20872026-08-31T09:29:46.589Zrunning 1 test
20882026-08-31T09:29:46.589Ztest exchange::tests::transport_and_protocol_errors_expire_peers ... ok
20892026-08-31T09:29:46.589Z
20902026-08-31T09:29:46.589Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
20912026-08-31T09:29:46.589Z
20922026-08-31T09:29:46.594Z PASS [ 0.008s] ddm exchange::tests::transport_and_protocol_errors_expire_peers
20932026-08-31T09:29:46.595Z START ddm mcast::tests::absent_group_with_imports_stays_tracked
20942026-08-31T09:29:46.600Z
20952026-08-31T09:29:46.600Zrunning 1 test
20962026-08-31T09:29:46.600Ztest mcast::tests::absent_group_with_imports_stays_tracked ... ok
20972026-08-31T09:29:46.600Z
20982026-08-31T09:29:46.600Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
20992026-08-31T09:29:46.600Z
21002026-08-31T09:29:46.600Z PASS [ 0.009s] ddm mcast::tests::absent_group_with_imports_stays_tracked
21012026-08-31T09:29:46.600Z START ddm mcast::tests::absent_group_without_imports_drops
21022026-08-31T09:29:46.606Z
21032026-08-31T09:29:46.606Zrunning 1 test
21042026-08-31T09:29:46.609Ztest mcast::tests::absent_group_without_imports_drops ... ok
21052026-08-31T09:29:46.609Z
21062026-08-31T09:29:46.609Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21072026-08-31T09:29:46.610Z
21082026-08-31T09:29:46.610Z PASS [ 0.008s] ddm mcast::tests::absent_group_without_imports_drops
21092026-08-31T09:29:46.610Z START ddm mcast::tests::active_group_with_drifted_members_writes_derived_set
21102026-08-31T09:29:46.615Z
21112026-08-31T09:29:46.615Zrunning 1 test
21122026-08-31T09:29:46.615Ztest mcast::tests::active_group_with_drifted_members_writes_derived_set ... ok
21132026-08-31T09:29:46.615Z
21142026-08-31T09:29:46.615Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21152026-08-31T09:29:46.615Z
21162026-08-31T09:29:46.618Z PASS [ 0.009s] ddm mcast::tests::active_group_with_drifted_members_writes_derived_set
21172026-08-31T09:29:46.619Z START ddm mcast::tests::active_group_with_matching_members_skips_write
21182026-08-31T09:29:46.622Z
21192026-08-31T09:29:46.622Zrunning 1 test
21202026-08-31T09:29:46.622Ztest mcast::tests::active_group_with_matching_members_skips_write ... ok
21212026-08-31T09:29:46.622Z
21222026-08-31T09:29:46.622Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21232026-08-31T09:29:46.622Z
21242026-08-31T09:29:46.626Z PASS [ 0.008s] ddm mcast::tests::active_group_with_matching_members_skips_write
21252026-08-31T09:29:46.626Z START ddm mcast::tests::distinct_peers_become_distinct_members
21262026-08-31T09:29:46.629Z
21272026-08-31T09:29:46.629Zrunning 1 test
21282026-08-31T09:29:46.633Ztest mcast::tests::distinct_peers_become_distinct_members ... ok
21292026-08-31T09:29:46.633Z
21302026-08-31T09:29:46.633Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21312026-08-31T09:29:46.633Z
21322026-08-31T09:29:46.633Z PASS [ 0.008s] ddm mcast::tests::distinct_peers_become_distinct_members
21332026-08-31T09:29:46.633Z START ddm mcast::tests::empty_write_retry_keeps_withdrawn_group
21342026-08-31T09:29:46.637Z
21352026-08-31T09:29:46.638Zrunning 1 test
21362026-08-31T09:29:46.641Ztest mcast::tests::empty_write_retry_keeps_withdrawn_group ... ok
21372026-08-31T09:29:46.641Z
21382026-08-31T09:29:46.641Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21392026-08-31T09:29:46.641Z
21402026-08-31T09:29:46.641Z PASS [ 0.008s] ddm mcast::tests::empty_write_retry_keeps_withdrawn_group
21412026-08-31T09:29:46.641Z START ddm mcast::tests::group_drains_and_readds_across_passes
21422026-08-31T09:29:46.645Z
21432026-08-31T09:29:46.645Zrunning 1 test
21442026-08-31T09:29:46.649Ztest mcast::tests::group_drains_and_readds_across_passes ... ok
21452026-08-31T09:29:46.649Z
21462026-08-31T09:29:46.649Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21472026-08-31T09:29:46.649Z
21482026-08-31T09:29:46.649Z PASS [ 0.009s] ddm mcast::tests::group_drains_and_readds_across_passes
21492026-08-31T09:29:46.649Z START ddm mcast::tests::mixed_resolution_returns_members_and_unresolved
21502026-08-31T09:29:46.654Z
21512026-08-31T09:29:46.654Zrunning 1 test
21522026-08-31T09:29:46.657Ztest mcast::tests::mixed_resolution_returns_members_and_unresolved ... ok
21532026-08-31T09:29:46.657Z
21542026-08-31T09:29:46.657Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21552026-08-31T09:29:46.657Z
21562026-08-31T09:29:46.657Z PASS [ 0.008s] ddm mcast::tests::mixed_resolution_returns_members_and_unresolved
21572026-08-31T09:29:46.657Z START ddm mcast::tests::notify_deduplicates_groups
21582026-08-31T09:29:46.662Z
21592026-08-31T09:29:46.662Zrunning 1 test
21602026-08-31T09:29:46.665Ztest mcast::tests::notify_deduplicates_groups ... ok
21612026-08-31T09:29:46.665Z
21622026-08-31T09:29:46.665Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21632026-08-31T09:29:46.665Z
21642026-08-31T09:29:46.665Z PASS [ 0.008s] ddm mcast::tests::notify_deduplicates_groups
21652026-08-31T09:29:46.665Z START ddm mcast::tests::read_retry_keeps_withdrawn_group
21662026-08-31T09:29:46.670Z
21672026-08-31T09:29:46.670Zrunning 1 test
21682026-08-31T09:29:46.673Ztest mcast::tests::read_retry_keeps_withdrawn_group ... ok
21692026-08-31T09:29:46.673Z
21702026-08-31T09:29:46.673Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21712026-08-31T09:29:46.673Z
21722026-08-31T09:29:46.673Z PASS [ 0.008s] ddm mcast::tests::read_retry_keeps_withdrawn_group
21732026-08-31T09:29:46.673Z START ddm mcast::tests::same_link_peers_share_member
21742026-08-31T09:29:46.678Z
21752026-08-31T09:29:46.678Zrunning 1 test
21762026-08-31T09:29:46.681Ztest mcast::tests::same_link_peers_share_member ... ok
21772026-08-31T09:29:46.681Z
21782026-08-31T09:29:46.681Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21792026-08-31T09:29:46.681Z
21802026-08-31T09:29:46.681Z PASS [ 0.008s] ddm mcast::tests::same_link_peers_share_member
21812026-08-31T09:29:46.681Z START ddm mcast::tests::stale_empty_write_drops_withdrawn_group
21822026-08-31T09:29:46.686Z
21832026-08-31T09:29:46.686Zrunning 1 test
21842026-08-31T09:29:46.689Ztest mcast::tests::stale_empty_write_drops_withdrawn_group ... ok
21852026-08-31T09:29:46.689Z
21862026-08-31T09:29:46.689Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21872026-08-31T09:29:46.689Z
21882026-08-31T09:29:46.689Z PASS [ 0.008s] ddm mcast::tests::stale_empty_write_drops_withdrawn_group
21892026-08-31T09:29:46.689Z START ddm mcast::tests::stale_write_keeps_active_group
21902026-08-31T09:29:46.694Z
21912026-08-31T09:29:46.694Zrunning 1 test
21922026-08-31T09:29:46.697Ztest mcast::tests::stale_write_keeps_active_group ... ok
21932026-08-31T09:29:46.697Z
21942026-08-31T09:29:46.697Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
21952026-08-31T09:29:46.697Z
21962026-08-31T09:29:46.697Z PASS [ 0.008s] ddm mcast::tests::stale_write_keeps_active_group
21972026-08-31T09:29:46.697Z START ddm mcast::tests::startup_seed_drains_orphans
21982026-08-31T09:29:46.702Z
21992026-08-31T09:29:46.703Zrunning 1 test
22002026-08-31T09:29:46.705Ztest mcast::tests::startup_seed_drains_orphans ... ok
22012026-08-31T09:29:46.705Z
22022026-08-31T09:29:46.705Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
22032026-08-31T09:29:46.705Z
22042026-08-31T09:29:46.706Z PASS [ 0.008s] ddm mcast::tests::startup_seed_drains_orphans
22052026-08-31T09:29:46.706Z START ddm mcast::tests::unresolved_active_group_preserves_members
22062026-08-31T09:29:46.711Z
22072026-08-31T09:29:46.711Zrunning 1 test
22082026-08-31T09:29:46.714Ztest mcast::tests::unresolved_active_group_preserves_members ... ok
22092026-08-31T09:29:46.714Z
22102026-08-31T09:29:46.714Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
22112026-08-31T09:29:46.714Z
22122026-08-31T09:29:46.714Z PASS [ 0.008s] ddm mcast::tests::unresolved_active_group_preserves_members
22132026-08-31T09:29:46.714Z START ddm mcast::tests::unresolved_nexthop_retains_unrelated_stale_member
22142026-08-31T09:29:46.719Z
22152026-08-31T09:29:46.720Zrunning 1 test
22162026-08-31T09:29:46.724Ztest mcast::tests::unresolved_nexthop_retains_unrelated_stale_member ... ok
22172026-08-31T09:29:46.724Z
22182026-08-31T09:29:46.724Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
22192026-08-31T09:29:46.724Z
22202026-08-31T09:29:46.724Z PASS [ 0.008s] ddm mcast::tests::unresolved_nexthop_retains_unrelated_stale_member
22212026-08-31T09:29:46.724Z START ddm mcast::tests::unresolved_nexthop_returns_empty_and_unresolved
22222026-08-31T09:29:46.728Z
22232026-08-31T09:29:46.728Zrunning 1 test
22242026-08-31T09:29:46.731Ztest mcast::tests::unresolved_nexthop_returns_empty_and_unresolved ... ok
22252026-08-31T09:29:46.731Z
22262026-08-31T09:29:46.731Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
22272026-08-31T09:29:46.731Z
22282026-08-31T09:29:46.731Z PASS [ 0.008s] ddm mcast::tests::unresolved_nexthop_returns_empty_and_unresolved
22292026-08-31T09:29:46.731Z START ddm mcast::tests::withdrawn_group_drains_then_drops
22302026-08-31T09:29:46.735Z
22312026-08-31T09:29:46.735Zrunning 1 test
22322026-08-31T09:29:46.739Ztest mcast::tests::withdrawn_group_drains_then_drops ... ok
22332026-08-31T09:29:46.739Z
22342026-08-31T09:29:46.739Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
22352026-08-31T09:29:46.739Z
22362026-08-31T09:29:46.739Z PASS [ 0.008s] ddm mcast::tests::withdrawn_group_drains_then_drops
22372026-08-31T09:29:46.739Z START ddm mcast::tests::withdrawn_group_with_no_members_drops_without_writing
22382026-08-31T09:29:46.743Z
22392026-08-31T09:29:46.743Zrunning 1 test
22402026-08-31T09:29:46.746Ztest mcast::tests::withdrawn_group_with_no_members_drops_without_writing ... ok
22412026-08-31T09:29:46.746Z
22422026-08-31T09:29:46.746Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 40 filtered out; finished in 0.00s
22432026-08-31T09:29:46.746Z
22442026-08-31T09:29:46.746Z PASS [ 0.008s] ddm mcast::tests::withdrawn_group_with_no_members_drops_without_writing
22452026-08-31T09:29:46.747Z START ddm-api-types-versions v3::db::tests::route_identity_excludes_path
22462026-08-31T09:29:46.750Z
22472026-08-31T09:29:46.750Zrunning 1 test
22482026-08-31T09:29:46.750Ztest v3::db::tests::route_identity_excludes_path ... ok
22492026-08-31T09:29:46.750Z
22502026-08-31T09:29:46.750Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
22512026-08-31T09:29:46.750Z
22522026-08-31T09:29:46.750Z PASS [ 0.005s] ddm-api-types-versions v3::db::tests::route_identity_excludes_path
22532026-08-31T09:29:46.750Z START ddm-api-types-versions v3::db::tests::route_identity_keys_on_origin_and_nexthop
22542026-08-31T09:29:46.753Z
22552026-08-31T09:29:46.753Zrunning 1 test
22562026-08-31T09:29:46.753Ztest v3::db::tests::route_identity_keys_on_origin_and_nexthop ... ok
22572026-08-31T09:29:46.753Z
22582026-08-31T09:29:46.753Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
22592026-08-31T09:29:46.753Z
22602026-08-31T09:29:46.756Z PASS [ 0.004s] ddm-api-types-versions v3::db::tests::route_identity_keys_on_origin_and_nexthop
22612026-08-31T09:29:46.757Z START ddm-api-types-versions v3::net::tests::multicast_origin_accepts_valid
22622026-08-31T09:29:46.762Z
22632026-08-31T09:29:46.762Zrunning 1 test
22642026-08-31T09:29:46.762Ztest v3::net::tests::multicast_origin_accepts_valid ... ok
22652026-08-31T09:29:46.762Z
22662026-08-31T09:29:46.762Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
22672026-08-31T09:29:46.762Z
22682026-08-31T09:29:46.762Z PASS [ 0.004s] ddm-api-types-versions v3::net::tests::multicast_origin_accepts_valid
22692026-08-31T09:29:46.762Z START ddm-api-types-versions v3::net::tests::multicast_origin_identity_excludes_metric
22702026-08-31T09:29:46.765Z
22712026-08-31T09:29:46.765Zrunning 1 test
22722026-08-31T09:29:46.765Ztest v3::net::tests::multicast_origin_identity_excludes_metric ... ok
22732026-08-31T09:29:46.765Z
22742026-08-31T09:29:46.765Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
22752026-08-31T09:29:46.765Z
22762026-08-31T09:29:46.765Z PASS [ 0.004s] ddm-api-types-versions v3::net::tests::multicast_origin_identity_excludes_metric
22772026-08-31T09:29:46.765Z START ddm-api-types-versions v3::net::tests::multicast_origin_rejects_bad_underlay
22782026-08-31T09:29:46.768Z
22792026-08-31T09:29:46.768Zrunning 1 test
22802026-08-31T09:29:46.768Ztest v3::net::tests::multicast_origin_rejects_bad_underlay ... ok
22812026-08-31T09:29:46.768Z
22822026-08-31T09:29:46.768Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
22832026-08-31T09:29:46.768Z
22842026-08-31T09:29:46.768Z PASS [ 0.005s] ddm-api-types-versions v3::net::tests::multicast_origin_rejects_bad_underlay
22852026-08-31T09:29:46.768Z────────────
22862026-08-31T09:29:46.768Z Summary [ 0.506s] 46 tests run: 46 passed, 0 skipped
22872026-08-31T09:29:46.780Zprocess exited: duration 252738 ms, exit code 0
 
22882026-08-31T09:29:46.787Zfound 0 output files