01M1BJ35QYNX8QNDXPSA6BMX7G: test-bfd

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: 01M1BJ40J4DKDAHW63XWNS5ZCP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T09:25:01.574Zjob assigned to worker 01M1BJ4A5AXJBEYZS455NR22EZ [factory aws, i-0ff7f33cf30203e37] (queued for 59 s)
 
22026-08-31T09:25:08.179Zstarting task 0: "setup"
32026-08-31T09:25:08.184Z++ uname -s
42026-08-31T09:25:08.187Z+ kern=SunOS
52026-08-31T09:25:08.187Z+ build_user=build
62026-08-31T09:25:08.187Z+ build_uid=12345
72026-08-31T09:25:08.187Z+ work_dir=/work
82026-08-31T09:25:08.187Z+ input_dir=/input
92026-08-31T09:25:08.187Z+ [[ 0 == 12345 ]]
102026-08-31T09:25:08.187Z+ case "$kern" in
112026-08-31T09:25:08.187Z+ groupadd -g 12345 build
122026-08-31T09:25:08.190Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T09:25:10.193Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T09:25:10.259Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T09:25:10.262Z+ home_fs=zfs
162026-08-31T09:25:10.262Z+ [[ zfs == autofs ]]
172026-08-31T09:25:10.262Z+ mkdir -p /home/build
182026-08-31T09:25:10.263Z+ chown build:build /home/build /work
192026-08-31T09:25:12.264Z+ chmod 0700 /home/build /work
202026-08-31T09:25:12.267Zprocess exited: duration 4087 ms, exit code 0
 
212026-08-31T09:25:12.273Zstarting task 1: "rust-toolchain"
222026-08-31T09:25:12.277Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-31T09:25:12.277Z * rust toolchain channel = "stable"
242026-08-31T09:25:12.277Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-31T09:25:12.277Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-31T09:25:12.277Z * rust toolchain profile = "default"
272026-08-31T09:25:12.277Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T09:25:12.280Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T09:25:12.280Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-31T09:25:12.383Zinfo: downloading installer
312026-08-31T09:25:13.715Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T09:25:13.715Zwarn: /home/build/.rustup/settings.toml
332026-08-31T09:25:13.715Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T09:25:13.715Zwarn: instead of the one inferred from the default host triple.
352026-08-31T09:25:13.727Zinfo: profile set to default
362026-08-31T09:25:13.727Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T09:25:13.731Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-31T09:25:13.867Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
392026-08-31T09:25:13.870Zinfo: downloading 6 components
402026-08-31T09:25:28.033Z
412026-08-31T09:25:28.033Zinfo: default toolchain set to stable-x86_64-unknown-illumos
422026-08-31T09:25:28.063Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
432026-08-31T09:25:28.063Z
442026-08-31T09:25:28.063Z
452026-08-31T09:25:28.063ZRust is installed now. Great!
462026-08-31T09:25:28.063Z
472026-08-31T09:25:28.071ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T09:25:28.071Zenvironment variable. This has not been done automatically.
492026-08-31T09:25:28.071Z
502026-08-31T09:25:28.071ZTo configure your current shell, you need to source
512026-08-31T09:25:28.071Zthe corresponding env file under $HOME/.cargo.
522026-08-31T09:25:28.071Z
532026-08-31T09:25:28.071ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T09:25:28.071Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T09:25:28.072Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T09:25:28.072Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T09:25:28.072Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T09:25:28.072Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T09:25:28.072Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T09:25:28.072Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T09:25:28.072Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T09:25:28.152Z+ rustup --version
632026-08-31T09:25:28.161Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T09:25:28.164Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T09:25:28.182Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
662026-08-31T09:25:28.187Z+ cargo --version
672026-08-31T09:25:28.198Zcargo 1.98.0 (797e8a9bc 2026-08-05)
682026-08-31T09:25:28.202Z+ rustc --version
692026-08-31T09:25:28.220Zrustc 1.98.0 (88d9e12ae 2026-08-18)
702026-08-31T09:25:28.223Zprocess exited: duration 15949 ms, exit code 0
 
712026-08-31T09:25:28.229Zstarting task 2: "authentication"
722026-08-31T09:25:28.245Zprocess exited: duration 16 ms, exit code 0
 
732026-08-31T09:25:28.252Zstarting task 3: "clone repository"
742026-08-31T09:25:28.255Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-31T09:25:28.258Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-31T09:25:28.287ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-31T09:25:30.605Z+ cd /work/oxidecomputer/maghemite
782026-08-31T09:25:30.605Z+ git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7
792026-08-31T09:25:31.224ZFrom https://github.com/oxidecomputer/maghemite
802026-08-31T09:25:31.224Z * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD
812026-08-31T09:25:31.231Z+ [[ -n zl/ddm-mcast ]]
822026-08-31T09:25:31.234Z++ git branch --show-current
832026-08-31T09:25:31.234Z+ current=main
842026-08-31T09:25:31.235Z+ [[ main != zl/ddm-mcast ]]
852026-08-31T09:25:31.235Z+ git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7
862026-08-31T09:25:31.238Z+ git checkout -f zl/ddm-mcast
872026-08-31T09:25:31.259ZSwitched to branch 'zl/ddm-mcast'
882026-08-31T09:25:31.262Z+ git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7
892026-08-31T09:25:31.280ZHEAD is now at 36e4365 [merge] merge zl/mrib
902026-08-31T09:25:31.283Zprocess exited: duration 3029 ms, exit code 0
 
912026-08-31T09:25:31.288Zstarting task 4: "build"
922026-08-31T09:25:31.292Z+ set -o errexit
932026-08-31T09:25:31.292Z+ set -o pipefail
942026-08-31T09:25:31.292Z+ source .github/buildomat/test-common.sh
952026-08-31T09:25:31.295Z++ NEXTEST_VERSION=0.9.97
962026-08-31T09:25:31.295Z++ PLATFORM=illumos
972026-08-31T09:25:31.295Z++ source .github/buildomat/common.sh
982026-08-31T09:25:31.295Z+++ export PKG_SUCCESS_ON_NOP=1
992026-08-31T09:25:31.295Z+++ PKG_SUCCESS_ON_NOP=1
1002026-08-31T09:25:31.295Z+++ cargo --version
1012026-08-31T09:25:31.298Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1022026-08-31T09:25:31.434Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1032026-08-31T09:25:31.437Zinfo: downloading 6 components
1042026-08-31T09:25:44.573Zcargo 1.97.1 (c980f4866 2026-06-30)
1052026-08-31T09:25:44.576Z+++ rustc --version
1062026-08-31T09:25:44.602Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1072026-08-31T09:25:44.606Z++ banner install
1082026-08-31T09:25:44.608Z
1092026-08-31T09:25:44.609Z # # # #### ##### ## # #
1102026-08-31T09:25:44.609Z # ## # # # # # # #
1112026-08-31T09:25:44.609Z # # # # #### # # # # #
1122026-08-31T09:25:44.609Z # # # # # # ###### # #
1132026-08-31T09:25:44.609Z # # ## # # # # # # #
1142026-08-31T09:25:44.609Z # # # #### # # # ###### ######
1152026-08-31T09:25:44.609Z
1162026-08-31T09:25:44.609Z++ pfexec pkg install clang-15
1172026-08-31T09:25:46.486Z Startup: Refreshing catalog 'helios' ... Done
1182026-08-31T09:25:46.902Z Startup: Caching catalogs ... Done
1192026-08-31T09:25:49.233ZPlanning: Solver setup ... Done
1202026-08-31T09:25:49.296ZPlanning: Running solver ... Done
1212026-08-31T09:25:49.343ZPlanning: Consolidating action changes ... Done
1222026-08-31T09:25:49.343ZPlanning: Evaluating mediators ... Done
1232026-08-31T09:25:49.346ZPlanning: Planning completed in 2.41 seconds
1242026-08-31T09:25:49.425ZNo updates necessary for this image.
1252026-08-31T09:25:49.657Z++ cargo install cargo-nextest --version 0.9.97
1262026-08-31T09:25:49.703Z Updating crates.io index
1272026-08-31T09:25:49.803Z Downloading crates ...
1282026-08-31T09:25:49.852Z Downloaded cargo-nextest v0.9.97
1292026-08-31T09:25:49.921Z Installing cargo-nextest v0.9.97
1302026-08-31T09:25:49.926Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1312026-08-31T09:25:49.927Z |
1322026-08-31T09:25:49.928Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1332026-08-31T09:25:49.928Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1342026-08-31T09:25:49.955Z Updating crates.io index
1352026-08-31T09:25:51.903Z Locking 398 packages to latest compatible versions
1362026-08-31T09:25:51.908Z Adding dialoguer v0.11.0 (available: v0.12.0)
1372026-08-31T09:25:51.908Z Adding duct v0.13.7 (available: v1.1.1)
1382026-08-31T09:25:51.908Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1392026-08-31T09:25:51.912Z Adding generic-array v0.14.7 (available: v0.14.9)
1402026-08-31T09:25:51.912Z Adding guppy v0.17.26 (available: v0.18.0)
1412026-08-31T09:25:51.912Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1422026-08-31T09:25:51.912Z Adding itertools v0.14.0 (available: v0.15.0)
1432026-08-31T09:25:51.915Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1442026-08-31T09:25:51.915Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1452026-08-31T09:25:51.915Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1462026-08-31T09:25:51.918Z Adding quick-junit v0.5.2 (available: v0.7.0)
1472026-08-31T09:25:51.943Z Downloading crates ...
1482026-08-31T09:25:51.963Z Downloaded addr2line v0.25.1
1492026-08-31T09:25:51.966Z Downloaded ahash v0.8.12
1502026-08-31T09:25:51.966Z Downloaded adler2 v2.0.1
1512026-08-31T09:25:51.979Z Downloaded anstream v1.0.0
1522026-08-31T09:25:51.982Z Downloaded camino v1.2.5
1532026-08-31T09:25:51.986Z Downloaded pkg-config v0.3.34
1542026-08-31T09:25:51.989Z Downloaded cfg_aliases v0.2.2
1552026-08-31T09:25:51.989Z Downloaded backtrace-ext v0.2.1
1562026-08-31T09:25:51.993Z Downloaded proc-macro2 v1.0.107
1572026-08-31T09:25:51.995Z Downloaded heck v0.5.0
1582026-08-31T09:25:52.000Z Downloaded atomic-waker v1.1.2
1592026-08-31T09:25:52.003Z Downloaded serde v1.0.229
1602026-08-31T09:25:52.003Z Downloaded block-buffer v0.10.4
1612026-08-31T09:25:52.011Z Downloaded serde-value v0.7.0
1622026-08-31T09:25:52.014Z Downloaded serde_ignored v0.1.14
1632026-08-31T09:25:52.022Z Downloaded foreign-types-shared v0.1.1
1642026-08-31T09:25:52.026Z Downloaded generic-array v0.14.7
1652026-08-31T09:25:52.032Z Downloaded async-scoped v0.9.0
1662026-08-31T09:25:52.032Z Downloaded crypto-common v0.1.7
1672026-08-31T09:25:52.037Z Downloaded rustc_version v0.4.1
1682026-08-31T09:25:52.038Z Downloaded atomicwrites v0.4.4
1692026-08-31T09:25:52.038Z Downloaded color-spantrace v0.3.0
1702026-08-31T09:25:52.038Z Downloaded rustc-hash v2.1.3
1712026-08-31T09:25:52.038Z Downloaded enable-ansi-support v0.2.1
1722026-08-31T09:25:52.050Z Downloaded rand_chacha v0.9.0
1732026-08-31T09:25:52.051Z Downloaded rand_core v0.10.1
1742026-08-31T09:25:52.051Z Downloaded form_urlencoded v1.2.2
1752026-08-31T09:25:52.051Z Downloaded serde_spanned v0.6.9
1762026-08-31T09:25:52.051Z Downloaded serde_spanned v1.1.1
1772026-08-31T09:25:52.051Z Downloaded cargo_metadata v0.20.0
1782026-08-31T09:25:52.051Z Downloaded cargo_metadata v0.23.1
1792026-08-31T09:25:52.051Z Downloaded anstyle-parse v1.0.0
1802026-08-31T09:25:52.074Z Downloaded rand_pcg v0.10.2
1812026-08-31T09:25:52.074Z Downloaded terminal_size v0.4.4
1822026-08-31T09:25:52.074Z Downloaded anstyle-query v1.1.5
1832026-08-31T09:25:52.074Z Downloaded clap_lex v1.1.0
1842026-08-31T09:25:52.074Z Downloaded cfg-if v1.0.4
1852026-08-31T09:25:52.075Z Downloaded signal-hook-mio v0.2.5
1862026-08-31T09:25:52.075Z Downloaded cargo-platform v0.2.0
1872026-08-31T09:25:52.075Z Downloaded subtle v2.6.1
1882026-08-31T09:25:52.075Z Downloaded serde_urlencoded v0.7.1
1892026-08-31T09:25:52.075Z Downloaded signature v2.2.0
1902026-08-31T09:25:52.075Z Downloaded cpufeatures v0.3.1
1912026-08-31T09:25:52.075Z Downloaded futures-task v0.3.34
1922026-08-31T09:25:52.075Z Downloaded supports-color v3.0.2
1932026-08-31T09:25:52.075Z Downloaded supports-hyperlinks v3.2.0
1942026-08-31T09:25:52.118Z Downloaded swrite v0.1.0
1952026-08-31T09:25:52.118Z Downloaded cpufeatures v0.2.17
1962026-08-31T09:25:52.118Z Downloaded curve25519-dalek-derive v0.1.1
1972026-08-31T09:25:52.118Z Downloaded document-features v0.2.12
1982026-08-31T09:25:52.118Z Downloaded shared_child v1.1.1
1992026-08-31T09:25:52.118Z Downloaded shell-words v1.1.1
2002026-08-31T09:25:52.118Z Downloaded supports-unicode v3.0.0
2012026-08-31T09:25:52.118Z Downloaded strip-ansi-escapes v0.2.1
2022026-08-31T09:25:52.118Z Downloaded errno v0.3.14
2032026-08-31T09:25:52.118Z Downloaded colorchoice v1.0.5
2042026-08-31T09:25:52.119Z Downloaded equivalent v1.0.2
2052026-08-31T09:25:52.119Z Downloaded fnv v1.0.7
2062026-08-31T09:25:52.119Z Downloaded futures-sink v0.3.34
2072026-08-31T09:25:52.119Z Downloaded foreign-types v0.3.2
2082026-08-31T09:25:52.119Z Downloaded tinyvec_macros v0.1.1
2092026-08-31T09:25:52.119Z Downloaded sync_wrapper v1.0.2
2102026-08-31T09:25:52.119Z Downloaded sigchld v0.2.4
2112026-08-31T09:25:52.119Z Downloaded ordered-float v2.10.1
2122026-08-31T09:25:52.119Z Downloaded futures-core v0.3.34
2132026-08-31T09:25:52.119Z Downloaded guppy-workspace-hack v0.1.0
2142026-08-31T09:25:52.119Z Downloaded strsim v0.11.1
2152026-08-31T09:25:52.119Z Downloaded tokio-macros v2.7.2
2162026-08-31T09:25:52.120Z Downloaded futures-io v0.3.34
2172026-08-31T09:25:52.129Z Downloaded tower-layer v0.3.3
2182026-08-31T09:25:52.129Z Downloaded openssl-macros v0.1.1
2192026-08-31T09:25:52.129Z Downloaded toml_datetime v0.6.11
2202026-08-31T09:25:52.129Z Downloaded toml_write v0.1.2
2212026-08-31T09:25:52.129Z Downloaded pkcs8 v0.10.2
2222026-08-31T09:25:52.129Z Downloaded ppv-lite86 v0.2.21
2232026-08-31T09:25:52.129Z Downloaded try-lock v0.2.5
2242026-08-31T09:25:52.129Z Downloaded anstyle v1.0.14
2252026-08-31T09:25:52.129Z Downloaded autocfg v1.5.1
2262026-08-31T09:25:52.129Z Downloaded cargo-platform v0.3.3
2272026-08-31T09:25:52.130Z Downloaded digest v0.10.7
2282026-08-31T09:25:52.130Z Downloaded serde_path_to_error v0.1.20
2292026-08-31T09:25:52.130Z Downloaded convert_case v0.10.0
2302026-08-31T09:25:52.130Z Downloaded duct v0.13.7
2312026-08-31T09:25:52.130Z Downloaded debug-ignore v1.0.5
2322026-08-31T09:25:52.130Z Downloaded semver v1.0.28
2332026-08-31T09:25:52.130Z Downloaded serde-untagged v0.1.9
2342026-08-31T09:25:52.130Z Downloaded either v1.18.0
2352026-08-31T09:25:52.130Z Downloaded futures-executor v0.3.34
2362026-08-31T09:25:52.130Z Downloaded idna_adapter v1.0.0
2372026-08-31T09:25:52.140Z Downloaded itoa v1.0.18
2382026-08-31T09:25:52.140Z Downloaded want v0.3.1
2392026-08-31T09:25:52.140Z Downloaded rand_core v0.6.4
2402026-08-31T09:25:52.140Z Downloaded thiserror-impl v2.0.20
2412026-08-31T09:25:52.141Z Downloaded rustc-demangle v0.1.28
2422026-08-31T09:25:52.141Z Downloaded bitflags v2.13.1
2432026-08-31T09:25:52.141Z Downloaded rand_core v0.9.5
2442026-08-31T09:25:52.141Z Downloaded chacha20 v0.10.2
2452026-08-31T09:25:52.141Z Downloaded filetime v0.2.29
2462026-08-31T09:25:52.141Z Downloaded quinn-udp v0.5.15
2472026-08-31T09:25:52.141Z Downloaded self-replace v1.5.0
2482026-08-31T09:25:52.141Z Downloaded thiserror-impl v1.0.69
2492026-08-31T09:25:52.149Z Downloaded xattr v1.6.1
2502026-08-31T09:25:52.149Z Downloaded signal-hook-registry v1.4.8
2512026-08-31T09:25:52.149Z Downloaded slab v0.4.12
2522026-08-31T09:25:52.149Z Downloaded hyper-tls v0.6.0
2532026-08-31T09:25:52.149Z Downloaded lru-slab v0.1.2
2542026-08-31T09:25:52.149Z Downloaded scopeguard v1.2.0
2552026-08-31T09:25:52.149Z Downloaded target-spec-miette v0.4.8
2562026-08-31T09:25:52.149Z Downloaded static_assertions v1.1.0
2572026-08-31T09:25:52.149Z Downloaded shlex v2.0.1
2582026-08-31T09:25:52.153Z Downloaded target-lexicon v0.13.5
2592026-08-31T09:25:52.153Z Downloaded cargo-util-schemas v0.2.0
2602026-08-31T09:25:52.153Z Downloaded smol_str v0.3.6
2612026-08-31T09:25:52.159Z Downloaded thread_local v1.1.10
2622026-08-31T09:25:52.159Z Downloaded base64ct v1.8.3
2632026-08-31T09:25:52.159Z Downloaded thiserror v1.0.69
2642026-08-31T09:25:52.164Z Downloaded tokio-native-tls v0.3.1
2652026-08-31T09:25:52.164Z Downloaded camino-tempfile v1.4.1
2662026-08-31T09:25:52.164Z Downloaded dialoguer v0.11.0
2672026-08-31T09:25:52.164Z Downloaded pathdiff v0.2.3
2682026-08-31T09:25:52.164Z Downloaded version_check v0.9.5
2692026-08-31T09:25:52.164Z Downloaded erased-serde v0.4.10
2702026-08-31T09:25:52.166Z Downloaded futures-macro v0.3.34
2712026-08-31T09:25:52.170Z Downloaded find-msvc-tools v0.1.11
2722026-08-31T09:25:52.170Z Downloaded future-queue v0.4.0
2732026-08-31T09:25:52.170Z Downloaded thiserror v2.0.20
2742026-08-31T09:25:52.174Z Downloaded simd-adler32 v0.3.10
2752026-08-31T09:25:52.174Z Downloaded ed25519 v2.2.3
2762026-08-31T09:25:52.174Z Downloaded fastrand v2.5.0
2772026-08-31T09:25:52.174Z Downloaded sha2 v0.10.9
2782026-08-31T09:25:52.178Z Downloaded foldhash v0.1.5
2792026-08-31T09:25:52.178Z Downloaded fixedbitset v0.5.7
2802026-08-31T09:25:52.178Z Downloaded globset v0.4.20
2812026-08-31T09:25:52.181Z Downloaded home v0.5.12
2822026-08-31T09:25:52.184Z Downloaded humantime-serde v1.1.1
2832026-08-31T09:25:52.187Z Downloaded urlencoding v2.1.3
2842026-08-31T09:25:52.190Z Downloaded utf8_iter v1.0.4
2852026-08-31T09:25:52.190Z Downloaded native-tls v0.2.18
2862026-08-31T09:25:52.193Z Downloaded indenter v0.3.4
2872026-08-31T09:25:52.193Z Downloaded is_terminal_polyfill v1.70.2
2882026-08-31T09:25:52.193Z Downloaded nested v0.1.1
2892026-08-31T09:25:52.193Z Downloaded openssl-probe v0.2.1
2902026-08-31T09:25:52.193Z Downloaded typeid v1.0.3
2912026-08-31T09:25:52.195Z Downloaded unicode-xid v0.2.6
2922026-08-31T09:25:52.195Z Downloaded percent-encoding v2.3.2
2932026-08-31T09:25:52.195Z Downloaded hex v0.4.3
2942026-08-31T09:25:52.198Z Downloaded clap_derive v4.6.4
2952026-08-31T09:25:52.198Z Downloaded mukti-metadata v0.3.0
2962026-08-31T09:25:52.201Z Downloaded os_pipe v1.2.3
2972026-08-31T09:25:52.204Z Downloaded quote v1.0.47
2982026-08-31T09:25:52.204Z Downloaded console v0.15.11
2992026-08-31T09:25:52.207Z Downloaded smallvec v1.15.2
3002026-08-31T09:25:52.207Z Downloaded tempfile v3.27.0
3012026-08-31T09:25:52.210Z Downloaded getrandom v0.2.17
3022026-08-31T09:25:52.212Z Downloaded eyre v0.6.14
3032026-08-31T09:25:52.215Z Downloaded lazy_static v1.5.0
3042026-08-31T09:25:52.216Z Downloaded toml v0.8.23
3052026-08-31T09:25:52.218Z Downloaded indent_write v2.2.0
3062026-08-31T09:25:52.218Z Downloaded rustls-pki-types v1.15.1
3072026-08-31T09:25:52.218Z Downloaded tokio-stream v0.1.19
3082026-08-31T09:25:52.223Z Downloaded nextest-workspace-hack v0.1.0
3092026-08-31T09:25:52.223Z Downloaded zipsign-api v0.1.5
3102026-08-31T09:25:52.232Z Downloaded is_ci v1.2.0
3112026-08-31T09:25:52.233Z Downloaded aho-corasick v1.1.5
3122026-08-31T09:25:52.233Z Downloaded humantime v2.4.0
3132026-08-31T09:25:52.233Z Downloaded spki v0.7.3
3142026-08-31T09:25:52.233Z Downloaded tokio-rustls v0.26.4
3152026-08-31T09:25:52.233Z Downloaded nextest-metadata v0.12.2
3162026-08-31T09:25:52.233Z Downloaded tower-service v0.3.3
3172026-08-31T09:25:52.233Z Downloaded zmij v1.0.23
3182026-08-31T09:25:52.239Z Downloaded utf8parse v0.2.2
3192026-08-31T09:25:52.239Z Downloaded tracing-log v0.2.0
3202026-08-31T09:25:52.239Z Downloaded unicode-linebreak v0.1.5
3212026-08-31T09:25:52.239Z Downloaded number_prefix v0.4.0
3222026-08-31T09:25:52.244Z Downloaded target-spec v3.7.0
3232026-08-31T09:25:52.244Z Downloaded quick-junit v0.5.2
3242026-08-31T09:25:52.244Z Downloaded serde_core v1.0.229
3252026-08-31T09:25:52.249Z Downloaded jobserver v0.1.35
3262026-08-31T09:25:52.249Z Downloaded crc32fast v1.5.1
3272026-08-31T09:25:52.249Z Downloaded ryu v1.0.23
3282026-08-31T09:25:52.258Z Downloaded futures-channel v0.3.34
3292026-08-31T09:25:52.264Z Downloaded http-body v1.1.0
3302026-08-31T09:25:52.264Z Downloaded parking_lot v0.12.5
3312026-08-31T09:25:52.264Z Downloaded lock_api v0.4.14
3322026-08-31T09:25:52.264Z Downloaded miette-derive v7.6.0
3332026-08-31T09:25:52.265Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3342026-08-31T09:25:52.272Z Downloaded derive-where v1.6.1
3352026-08-31T09:25:52.272Z Downloaded hyper-rustls v0.27.9
3362026-08-31T09:25:52.283Z Downloaded tracing-error v0.2.1
3372026-08-31T09:25:52.283Z Downloaded unicase v2.9.0
3382026-08-31T09:25:52.283Z Downloaded zstd v0.13.3
3392026-08-31T09:25:52.283Z Downloaded cfg-expr v0.20.9
3402026-08-31T09:25:52.283Z Downloaded base64 v0.22.1
3412026-08-31T09:25:52.283Z Downloaded tinyvec v1.12.0
3422026-08-31T09:25:52.290Z Downloaded self_update v0.42.0
3432026-08-31T09:25:52.290Z Downloaded ipnet v2.12.1
3442026-08-31T09:25:52.290Z Downloaded untrusted v0.9.0
3452026-08-31T09:25:52.290Z Downloaded zstd-safe v7.2.4
3462026-08-31T09:25:52.295Z Downloaded pin-project v1.1.13
3472026-08-31T09:25:52.306Z Downloaded signal-hook v0.3.18
3482026-08-31T09:25:52.306Z Downloaded toml_parser v1.1.3+spec-1.1.0
3492026-08-31T09:25:52.306Z Downloaded parking_lot_core v0.9.12
3502026-08-31T09:25:52.306Z Downloaded textwrap v0.16.2
3512026-08-31T09:25:52.306Z Downloaded owo-colors v4.4.0
3522026-08-31T09:25:52.317Z Downloaded tracing-core v0.1.36
3532026-08-31T09:25:52.317Z Downloaded const-oid v0.9.6
3542026-08-31T09:25:52.317Z Downloaded getrandom v0.4.3
3552026-08-31T09:25:52.324Z Downloaded httparse v1.10.1
3562026-08-31T09:25:52.324Z Downloaded http-body-util v0.1.5
3572026-08-31T09:25:52.324Z Downloaded clap v4.6.6
3582026-08-31T09:25:52.329Z Downloaded unicode-ident v1.0.24
3592026-08-31T09:25:52.329Z Downloaded rustls-webpki v0.103.15
3602026-08-31T09:25:52.329Z Downloaded zeroize v1.9.0
3612026-08-31T09:25:52.329Z Downloaded flate2 v1.1.10
3622026-08-31T09:25:52.344Z Downloaded once_cell v1.21.4
3632026-08-31T09:25:52.345Z Downloaded newtype-uuid v1.4.0
3642026-08-31T09:25:52.345Z Downloaded pin-project-lite v0.2.17
3652026-08-31T09:25:52.345Z Downloaded toml_writer v1.1.2+spec-1.1.0
3662026-08-31T09:25:52.349Z Downloaded xxhash-rust v0.8.18
3672026-08-31T09:25:52.349Z Downloaded config v0.15.25
3682026-08-31T09:25:52.349Z Downloaded sharded-slab v0.1.7
3692026-08-31T09:25:52.349Z Downloaded socket2 v0.6.5
3702026-08-31T09:25:52.351Z Downloaded vte v0.14.1
3712026-08-31T09:25:52.351Z Downloaded tracing-attributes v0.1.31
3722026-08-31T09:25:52.351Z Downloaded litrs v1.0.0
3732026-08-31T09:25:52.354Z Downloaded iana-time-zone v0.1.65
3742026-08-31T09:25:52.357Z Downloaded quinn v0.11.11
3752026-08-31T09:25:52.357Z Downloaded futures v0.3.34
3762026-08-31T09:25:52.360Z Downloaded getrandom v0.3.4
3772026-08-31T09:25:52.363Z Downloaded serde_derive v1.0.229
3782026-08-31T09:25:52.363Z Downloaded bytes v1.12.1
3792026-08-31T09:25:52.365Z Downloaded pin-project-internal v1.1.13
3802026-08-31T09:25:52.368Z Downloaded portable-atomic v1.15.0
3812026-08-31T09:25:52.372Z Downloaded miniz_oxide v0.8.9
3822026-08-31T09:25:52.376Z Downloaded nextest-filtering v0.15.0
3832026-08-31T09:25:52.379Z Downloaded tar v0.4.46
3842026-08-31T09:25:52.382Z Downloaded toml v1.1.4+spec-1.1.0
3852026-08-31T09:25:52.385Z Downloaded uuid v1.26.0
3862026-08-31T09:25:52.388Z Downloaded log v0.4.34
3872026-08-31T09:25:52.389Z Downloaded backtrace v0.3.76
3882026-08-31T09:25:52.391Z Downloaded borsh v1.8.1
3892026-08-31T09:25:52.394Z Downloaded openssl-sys v0.9.117
3902026-08-31T09:25:52.406Z Downloaded cc v1.4.4
3912026-08-31T09:25:52.439Z Downloaded derive_more-impl v2.1.1
3922026-08-31T09:25:52.439Z Downloaded ed25519-dalek v2.2.0
3932026-08-31T09:25:52.439Z Downloaded url v2.5.8
3942026-08-31T09:25:52.439Z Downloaded indicatif v0.17.11
3952026-08-31T09:25:52.440Z Downloaded toml_edit v0.22.27
3962026-08-31T09:25:52.440Z Downloaded rand v0.9.5
3972026-08-31T09:25:52.452Z Downloaded derive_more v2.1.1
3982026-08-31T09:25:52.452Z Downloaded num-traits v0.2.19
3992026-08-31T09:25:52.452Z Downloaded miniz_oxide v0.9.1
4002026-08-31T09:25:52.452Z Downloaded rand v0.10.2
4012026-08-31T09:25:52.452Z Downloaded der v0.7.10
4022026-08-31T09:25:52.457Z Downloaded indexmap v2.14.1
4032026-08-31T09:25:52.476Z Downloaded crossterm v0.29.0
4042026-08-31T09:25:52.481Z Downloaded http v1.5.0
4052026-08-31T09:25:52.481Z Downloaded tower v0.5.3
4062026-08-31T09:25:52.486Z Downloaded hyper-util v0.1.20
4072026-08-31T09:25:52.507Z Downloaded typenum v1.20.1
4082026-08-31T09:25:52.507Z Downloaded guppy v0.17.26
4092026-08-31T09:25:52.507Z Downloaded unicode-normalization v0.1.25
4102026-08-31T09:25:52.517Z Downloaded memchr v2.8.3
4112026-08-31T09:25:52.517Z Downloaded mio v1.2.2
4122026-08-31T09:25:52.518Z Downloaded hashbrown v0.15.5
4132026-08-31T09:25:52.518Z Downloaded unicode-segmentation v1.13.3
4142026-08-31T09:25:52.518Z Downloaded tokio-util v0.7.19
4152026-08-31T09:25:52.518Z Downloaded clap_builder v4.6.6
4162026-08-31T09:25:52.532Z Downloaded futures-util v0.3.34
4172026-08-31T09:25:52.532Z Downloaded reqwest v0.12.28
4182026-08-31T09:25:52.532Z Downloaded miette v7.6.0
4192026-08-31T09:25:52.532Z Downloaded ron v0.12.2
4202026-08-31T09:25:52.538Z Downloaded serde_json v1.0.151
4212026-08-31T09:25:52.538Z Downloaded regex v1.13.1
4222026-08-31T09:25:52.548Z Downloaded quick-xml v0.37.5
4232026-08-31T09:25:52.548Z Downloaded h2 v0.4.19
4242026-08-31T09:25:52.548Z Downloaded itertools v0.14.0
4252026-08-31T09:25:52.558Z Downloaded hashbrown v0.17.1
4262026-08-31T09:25:52.565Z Downloaded idna v1.1.0
4272026-08-31T09:25:52.565Z Downloaded tower-http v0.6.11
4282026-08-31T09:25:52.571Z Downloaded winnow v0.7.15
4292026-08-31T09:25:52.572Z Downloaded pulldown-cmark v0.13.4
4302026-08-31T09:25:52.590Z Downloaded hyper v1.11.1
4312026-08-31T09:25:52.594Z Downloaded tracing-subscriber v0.3.23
4322026-08-31T09:25:52.599Z Downloaded quick-xml v0.38.4
4332026-08-31T09:25:52.604Z Downloaded zlib-rs v0.6.7
4342026-08-31T09:25:52.614Z Downloaded chrono v0.4.45
4352026-08-31T09:25:52.620Z Downloaded winnow v1.0.4
4362026-08-31T09:25:52.627Z Downloaded unicode-width v0.1.14
4372026-08-31T09:25:52.627Z Downloaded quinn-proto v0.11.17
4382026-08-31T09:25:52.631Z Downloaded gimli v0.32.3
4392026-08-31T09:25:52.635Z Downloaded webpki-roots v1.0.9
4402026-08-31T09:25:52.635Z Downloaded curve25519-dalek v4.1.3
4412026-08-31T09:25:52.639Z Downloaded unicode-width v0.2.2
4422026-08-31T09:25:52.649Z Downloaded openssl v0.10.81
4432026-08-31T09:25:52.655Z Downloaded bstr v1.13.1
4442026-08-31T09:25:52.660Z Downloaded nix v0.30.1
4452026-08-31T09:25:52.665Z Downloaded vcpkg v0.2.15
4462026-08-31T09:25:52.687Z Downloaded object v0.37.3
4472026-08-31T09:25:52.693Z Downloaded syn v2.0.119
4482026-08-31T09:25:52.698Z Downloaded tracing v0.1.44
4492026-08-31T09:25:52.708Z Downloaded zerocopy v0.8.56
4502026-08-31T09:25:52.718Z Downloaded nextest-runner v0.80.0
4512026-08-31T09:25:52.723Z Downloaded syn v3.0.4
4522026-08-31T09:25:52.729Z Downloaded color-eyre v0.6.5
4532026-08-31T09:25:52.733Z Downloaded regex-syntax v0.8.11
4542026-08-31T09:25:52.740Z Downloaded rustls v0.23.43
4552026-08-31T09:25:52.746Z Downloaded rustix v1.1.4
4562026-08-31T09:25:52.758Z Downloaded rustix v0.38.44
4572026-08-31T09:25:52.769Z Downloaded petgraph v0.8.3
4582026-08-31T09:25:52.780Z Downloaded libc v0.2.189
4592026-08-31T09:25:52.814Z Downloaded regex-automata v0.4.18
4602026-08-31T09:25:52.862Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4612026-08-31T09:25:52.887Z Downloaded tokio v1.53.1
4622026-08-31T09:25:52.957Z Downloaded recursion v0.5.4
4632026-08-31T09:25:52.969Z Downloaded ring v0.17.14
4642026-08-31T09:25:53.011Z Compiling proc-macro2 v1.0.107
4652026-08-31T09:25:53.014Z Compiling libc v0.2.189
4662026-08-31T09:25:53.014Z Compiling quote v1.0.47
4672026-08-31T09:25:53.014Z Compiling unicode-ident v1.0.24
4682026-08-31T09:25:53.014Z Compiling serde_core v1.0.229
4692026-08-31T09:25:53.140Z Compiling cfg-if v1.0.4
4702026-08-31T09:25:53.143Z Compiling memchr v2.8.3
4712026-08-31T09:25:53.143Z Compiling once_cell v1.21.4
4722026-08-31T09:25:53.267Z Compiling log v0.4.34
4732026-08-31T09:25:53.280Z Compiling pin-project-lite v0.2.17
4742026-08-31T09:25:53.373Z Compiling serde v1.0.229
4752026-08-31T09:25:53.409Z Compiling itoa v1.0.18
4762026-08-31T09:25:53.537Z Compiling futures-core v0.3.34
4772026-08-31T09:25:53.660Z Compiling smallvec v1.15.2
4782026-08-31T09:25:53.694Z Compiling bitflags v2.13.1
4792026-08-31T09:25:53.724Z Compiling hashbrown v0.17.1
4802026-08-31T09:25:53.919Z Compiling equivalent v1.0.2
4812026-08-31T09:25:54.008Z Compiling find-msvc-tools v0.1.11
4822026-08-31T09:25:54.101Z Compiling errno v0.3.14
4832026-08-31T09:25:54.164Z Compiling shlex v2.0.1
4842026-08-31T09:25:54.286Z Compiling signal-hook-registry v1.4.8
4852026-08-31T09:25:54.293Z Compiling jobserver v0.1.35
4862026-08-31T09:25:54.344Z Compiling bytes v1.12.1
4872026-08-31T09:25:54.377Z Compiling mio v1.2.2
4882026-08-31T09:25:54.388Z Compiling futures-sink v0.3.34
4892026-08-31T09:25:54.433Z Compiling syn v3.0.4
4902026-08-31T09:25:54.495Z Compiling syn v2.0.119
4912026-08-31T09:25:54.502Z Compiling cc v1.4.4
4922026-08-31T09:25:54.594Z Compiling rustix v1.1.4
4932026-08-31T09:25:54.730Z Compiling socket2 v0.6.5
4942026-08-31T09:25:55.048Z Compiling autocfg v1.5.1
4952026-08-31T09:25:55.252Z Compiling zmij v1.0.23
4962026-08-31T09:25:55.390Z Compiling slab v0.4.12
4972026-08-31T09:25:55.475Z Compiling indexmap v2.14.1
4982026-08-31T09:25:55.551Z Compiling futures-channel v0.3.34
4992026-08-31T09:25:55.592Z Compiling tracing-core v0.1.36
5002026-08-31T09:25:55.648Z Compiling version_check v0.9.5
5012026-08-31T09:25:55.806Z Compiling serde_json v1.0.151
5022026-08-31T09:25:55.909Z Compiling futures-task v0.3.34
5032026-08-31T09:25:56.050Z Compiling futures-io v0.3.34
5042026-08-31T09:25:56.085Z Compiling getrandom v0.4.3
5052026-08-31T09:25:56.245Z Compiling camino v1.2.5
5062026-08-31T09:25:56.283Z Compiling adler2 v2.0.1
5072026-08-31T09:25:56.383Z Compiling unicode-width v0.2.2
5082026-08-31T09:25:56.448Z Compiling percent-encoding v2.3.2
5092026-08-31T09:25:56.688Z Compiling ring v0.17.14
5102026-08-31T09:25:56.694Z Compiling http v1.5.0
5112026-08-31T09:25:56.738Z Compiling zeroize v1.9.0
5122026-08-31T09:25:56.938Z Compiling num-traits v0.2.19
5132026-08-31T09:25:57.049Z Compiling target-lexicon v0.13.5
5142026-08-31T09:25:57.169Z Compiling zerocopy v0.8.56
5152026-08-31T09:25:57.254Z Compiling serde_derive v1.0.229
5162026-08-31T09:25:57.337Z Compiling tokio-macros v2.7.2
5172026-08-31T09:25:57.505Z Compiling futures-macro v0.3.34
5182026-08-31T09:25:57.539Z Compiling getrandom v0.3.4
5192026-08-31T09:25:57.876Z Compiling object v0.37.3
5202026-08-31T09:25:58.068Z Compiling tokio v1.53.1
5212026-08-31T09:25:58.081Z Compiling tracing-attributes v0.1.31
5222026-08-31T09:25:58.326Z Compiling http-body v1.1.0
5232026-08-31T09:25:58.340Z Compiling futures-util v0.3.34
5242026-08-31T09:25:58.585Z Compiling rustls-pki-types v1.15.1
5252026-08-31T09:25:58.658Z Compiling form_urlencoded v1.2.2
5262026-08-31T09:25:58.807Z Compiling semver v1.0.28
5272026-08-31T09:25:58.933Z Compiling getrandom v0.2.17
5282026-08-31T09:25:59.124Z Compiling httparse v1.10.1
5292026-08-31T09:25:59.285Z Compiling tracing v0.1.44
5302026-08-31T09:25:59.446Z Compiling untrusted v0.9.0
5312026-08-31T09:25:59.459Z Compiling thiserror v2.0.20
5322026-08-31T09:25:59.472Z Compiling idna_adapter v1.0.0
5332026-08-31T09:25:59.570Z Compiling utf8_iter v1.0.4
5342026-08-31T09:25:59.581Z Compiling signal-hook v0.3.18
5352026-08-31T09:25:59.638Z Compiling gimli v0.32.3
5362026-08-31T09:25:59.735Z Compiling guppy-workspace-hack v0.1.0
5372026-08-31T09:25:59.787Z Compiling fnv v1.0.7
5382026-08-31T09:25:59.886Z Compiling idna v1.1.0
5392026-08-31T09:26:00.788Z Compiling thiserror-impl v2.0.20
5402026-08-31T09:26:00.995Z Compiling miniz_oxide v0.8.9
5412026-08-31T09:26:01.514Z Compiling generic-array v0.14.7
5422026-08-31T09:26:01.595Z Compiling addr2line v0.25.1
5432026-08-31T09:26:01.738Z Compiling rustls v0.23.43
5442026-08-31T09:26:01.935Z Compiling typeid v1.0.3
5452026-08-31T09:26:01.950Z Compiling pkg-config v0.3.34
5462026-08-31T09:26:02.027Z Compiling fastrand v2.5.0
5472026-08-31T09:26:02.220Z Compiling tokio-util v0.7.19
5482026-08-31T09:26:02.305Z Compiling target-spec v3.7.0
5492026-08-31T09:26:02.353Z Compiling atomic-waker v1.1.2
5502026-08-31T09:26:02.375Z Compiling tower-service v0.3.3
5512026-08-31T09:26:02.472Z Compiling try-lock v0.2.5
5522026-08-31T09:26:02.488Z Compiling rustc-demangle v0.1.28
5532026-08-31T09:26:02.586Z Compiling thiserror v1.0.69
5542026-08-31T09:26:02.611Z Compiling want v0.3.1
5552026-08-31T09:26:02.805Z Compiling h2 v0.4.19
5562026-08-31T09:26:03.071Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5572026-08-31T09:26:03.372Z Compiling tempfile v3.27.0
5582026-08-31T09:26:03.480Z Compiling cfg-expr v0.20.9
5592026-08-31T09:26:03.526Z Compiling backtrace v0.3.76
5602026-08-31T09:26:03.581Z Compiling url v2.5.8
5612026-08-31T09:26:04.462Z Compiling thiserror-impl v1.0.69
5622026-08-31T09:26:04.485Z Compiling terminal_size v0.4.4
5632026-08-31T09:26:04.638Z Compiling aho-corasick v1.1.5
5642026-08-31T09:26:04.691Z Compiling erased-serde v0.4.10
5652026-08-31T09:26:04.978Z Compiling typenum v1.20.1
5662026-08-31T09:26:05.611Z Compiling winnow v0.7.15
5672026-08-31T09:26:05.683Z Compiling subtle v2.6.1
5682026-08-31T09:26:05.834Z Compiling regex-syntax v0.8.11
5692026-08-31T09:26:05.974Z Compiling owo-colors v4.4.0
5702026-08-31T09:26:06.859Z Compiling rustls-webpki v0.103.15
5712026-08-31T09:26:07.505Z Compiling regex-automata v0.4.18
5722026-08-31T09:26:09.339Z Compiling hyper v1.11.1
5732026-08-31T09:26:10.201Z Compiling toml_datetime v0.6.11
5742026-08-31T09:26:10.574Z Compiling serde_spanned v0.6.9
5752026-08-31T09:26:10.740Z Compiling ahash v0.8.12
5762026-08-31T09:26:10.990Z Compiling sync_wrapper v1.0.2
5772026-08-31T09:26:11.108Z Compiling foldhash v0.1.5
5782026-08-31T09:26:11.197Z Compiling tower-layer v0.3.3
5792026-08-31T09:26:11.326Z Compiling crc32fast v1.5.1
5802026-08-31T09:26:11.398Z Compiling unicode-linebreak v0.1.5
5812026-08-31T09:26:11.613Z Compiling nextest-workspace-hack v0.1.0
5822026-08-31T09:26:11.665Z Compiling is_ci v1.2.0
5832026-08-31T09:26:11.827Z Compiling lazy_static v1.5.0
5842026-08-31T09:26:11.833Z Compiling toml_write v0.1.2
5852026-08-31T09:26:11.930Z Compiling unicode-segmentation v1.13.3
5862026-08-31T09:26:12.091Z Compiling portable-atomic v1.15.0
5872026-08-31T09:26:12.345Z Compiling ipnet v2.12.1
5882026-08-31T09:26:12.518Z Compiling base64 v0.22.1
5892026-08-31T09:26:12.913Z Compiling either v1.18.0
5902026-08-31T09:26:13.017Z Compiling parking_lot_core v0.9.12
5912026-08-31T09:26:13.121Z Compiling hyper-util v0.1.20
5922026-08-31T09:26:13.168Z Compiling convert_case v0.10.0
5932026-08-31T09:26:13.199Z Compiling toml_edit v0.22.27
5942026-08-31T09:26:13.313Z Compiling sharded-slab v0.1.7
5952026-08-31T09:26:13.448Z Compiling supports-color v3.0.2
5962026-08-31T09:26:13.549Z Compiling tokio-rustls v0.26.4
5972026-08-31T09:26:13.694Z Compiling textwrap v0.16.2
5982026-08-31T09:26:13.840Z Compiling tower v0.5.3
5992026-08-31T09:26:13.923Z Compiling hashbrown v0.15.5
6002026-08-31T09:26:14.572Z Compiling backtrace-ext v0.2.1
6012026-08-31T09:26:14.829Z Compiling ordered-float v2.10.1
6022026-08-31T09:26:15.038Z Compiling webpki-roots v1.0.9
6032026-08-31T09:26:15.058Z Compiling miette-derive v7.6.0
6042026-08-31T09:26:15.126Z Compiling pathdiff v0.2.3
6052026-08-31T09:26:15.154Z Compiling console v0.15.11
6062026-08-31T09:26:15.244Z Compiling tracing-log v0.2.0
6072026-08-31T09:26:15.595Z Compiling cargo-platform v0.3.3
6082026-08-31T09:26:15.734Z Compiling os_pipe v1.2.3
6092026-08-31T09:26:15.907Z Compiling thread_local v1.1.10
6102026-08-31T09:26:16.173Z Compiling supports-hyperlinks v3.2.0
6112026-08-31T09:26:16.184Z Compiling utf8parse v0.2.2
6122026-08-31T09:26:16.254Z Compiling unicode-width v0.1.14
6132026-08-31T09:26:16.269Z Compiling rustix v0.38.44
6142026-08-31T09:26:16.360Z Compiling fixedbitset v0.5.7
6152026-08-31T09:26:16.558Z Compiling scopeguard v1.2.0
6162026-08-31T09:26:16.614Z Compiling cfg_aliases v0.2.2
6172026-08-31T09:26:16.666Z Compiling winnow v1.0.4
6182026-08-31T09:26:16.687Z Compiling pulldown-cmark v0.13.4
6192026-08-31T09:26:16.850Z Compiling supports-unicode v3.0.0
6202026-08-31T09:26:16.878Z Compiling simd-adler32 v0.3.10
6212026-08-31T09:26:16.910Z Compiling debug-ignore v1.0.5
6222026-08-31T09:26:17.015Z Compiling zstd-safe v7.2.4
6232026-08-31T09:26:17.021Z Compiling ryu v1.0.23
6242026-08-31T09:26:17.249Z Compiling serde_urlencoded v0.7.1
6252026-08-31T09:26:17.314Z Compiling miniz_oxide v0.9.1
6262026-08-31T09:26:17.521Z Compiling miette v7.6.0
6272026-08-31T09:26:17.711Z Compiling toml_parser v1.1.3+spec-1.1.0
6282026-08-31T09:26:18.190Z Compiling nix v0.30.1
6292026-08-31T09:26:18.595Z Compiling lock_api v0.4.14
6302026-08-31T09:26:18.842Z Compiling petgraph v0.8.3
6312026-08-31T09:26:18.849Z Compiling anstyle-parse v1.0.0
6322026-08-31T09:26:19.022Z Compiling tracing-subscriber v0.3.23
6332026-08-31T09:26:19.070Z Compiling sigchld v0.2.4
6342026-08-31T09:26:19.105Z Compiling cargo_metadata v0.23.1
6352026-08-31T09:26:19.294Z Compiling hyper-rustls v0.27.9
6362026-08-31T09:26:19.955Z Compiling serde-value v0.7.0
6372026-08-31T09:26:20.613Z Compiling serde-untagged v0.1.9
6382026-08-31T09:26:20.802Z Compiling toml v0.8.23
6392026-08-31T09:26:21.263Z Compiling tower-http v0.6.11
6402026-08-31T09:26:21.941Z Compiling derive_more-impl v2.1.1
6412026-08-31T09:26:22.350Z Compiling itertools v0.14.0
6422026-08-31T09:26:22.662Z Compiling block-buffer v0.10.4
6432026-08-31T09:26:22.723Z Compiling crypto-common v0.1.7
6442026-08-31T09:26:22.761Z Compiling regex v1.13.1
6452026-08-31T09:26:22.808Z Compiling ppv-lite86 v0.2.21
6462026-08-31T09:26:22.863Z Compiling rand_core v0.9.5
6472026-08-31T09:26:23.121Z Compiling futures-executor v0.3.34
6482026-08-31T09:26:23.141Z Compiling http-body-util v0.1.5
6492026-08-31T09:26:23.454Z Compiling pin-project-internal v1.1.13
6502026-08-31T09:26:23.528Z Compiling uuid v1.26.0
6512026-08-31T09:26:23.639Z Compiling toml_datetime v1.1.1+spec-1.1.0
6522026-08-31T09:26:23.866Z Compiling serde_spanned v1.1.1
6532026-08-31T09:26:24.022Z Compiling smol_str v0.3.6
6542026-08-31T09:26:24.061Z Compiling eyre v0.6.14
6552026-08-31T09:26:24.074Z Compiling filetime v0.2.29
6562026-08-31T09:26:24.202Z Compiling vte v0.14.1
6572026-08-31T09:26:24.279Z Compiling bstr v1.13.1
6582026-08-31T09:26:24.316Z Compiling anstyle-query v1.1.5
6592026-08-31T09:26:24.334Z Compiling is_terminal_polyfill v1.70.2
6602026-08-31T09:26:24.349Z Compiling nested v0.1.1
6612026-08-31T09:26:24.421Z Compiling unicode-xid v0.2.6
6622026-08-31T09:26:24.434Z Compiling static_assertions v1.1.0
6632026-08-31T09:26:24.437Z Compiling color-spantrace v0.3.0
6642026-08-31T09:26:24.505Z Compiling self_update v0.42.0
6652026-08-31T09:26:24.509Z Compiling number_prefix v0.4.0
6662026-08-31T09:26:24.541Z Compiling colorchoice v1.0.5
6672026-08-31T09:26:24.555Z Compiling litrs v1.0.0
6682026-08-31T09:26:24.657Z Compiling tinyvec_macros v0.1.1
6692026-08-31T09:26:24.667Z Compiling unicase v2.9.0
6702026-08-31T09:26:24.769Z Compiling xattr v1.6.1
6712026-08-31T09:26:24.870Z Compiling anstyle v1.0.14
6722026-08-31T09:26:24.953Z Compiling iana-time-zone v0.1.65
6732026-08-31T09:26:24.957Z Compiling tar v0.4.46
6742026-08-31T09:26:25.013Z Compiling document-features v0.2.12
6752026-08-31T09:26:25.044Z Compiling anstream v1.0.0
6762026-08-31T09:26:25.239Z Compiling chrono v0.4.45
6772026-08-31T09:26:25.284Z Compiling tinyvec v1.12.0
6782026-08-31T09:26:25.534Z Compiling globset v0.4.20
6792026-08-31T09:26:25.548Z Compiling indicatif v0.17.11
6802026-08-31T09:26:25.716Z Compiling pin-project v1.1.13
6812026-08-31T09:26:25.823Z Compiling cargo-util-schemas v0.2.0
6822026-08-31T09:26:26.270Z Compiling guppy v0.17.26
6832026-08-31T09:26:27.489Z Compiling strip-ansi-escapes v0.2.1
6842026-08-31T09:26:27.964Z Compiling nextest-metadata v0.12.2
6852026-08-31T09:26:28.011Z Compiling toml v1.1.4+spec-1.1.0
6862026-08-31T09:26:28.274Z Compiling newtype-uuid v1.4.0
6872026-08-31T09:26:28.468Z Compiling reqwest v0.12.28
6882026-08-31T09:26:28.513Z Compiling futures v0.3.34
6892026-08-31T09:26:28.598Z Compiling rand_chacha v0.9.0
6902026-08-31T09:26:28.628Z Compiling digest v0.10.7
6912026-08-31T09:26:28.789Z Compiling derive_more v2.1.1
6922026-08-31T09:26:28.853Z Compiling parking_lot v0.12.5
6932026-08-31T09:26:28.872Z Compiling flate2 v1.1.10
6942026-08-31T09:26:29.160Z Compiling tracing-error v0.2.1
6952026-08-31T09:26:29.401Z Compiling shared_child v1.1.1
6962026-08-31T09:26:29.745Z Compiling signal-hook-mio v0.2.5
6972026-08-31T09:26:29.879Z Compiling self-replace v1.5.0
6982026-08-31T09:26:30.067Z Compiling cargo-platform v0.2.0
6992026-08-31T09:26:30.148Z Compiling quick-xml v0.37.5
7002026-08-31T09:26:30.606Z Compiling quick-xml v0.38.4
7012026-08-31T09:26:30.729Z Compiling clap_lex v1.1.0
7022026-08-31T09:26:31.037Z Compiling strsim v0.11.1
7032026-08-31T09:26:31.592Z Compiling urlencoding v2.1.3
7042026-08-31T09:26:31.690Z Compiling recursion v0.5.4
7052026-08-31T09:26:31.836Z Compiling shell-words v1.1.1
7062026-08-31T09:26:31.848Z Compiling heck v0.5.0
7072026-08-31T09:26:31.859Z Compiling cpufeatures v0.2.17
7082026-08-31T09:26:31.932Z Compiling indenter v0.3.4
7092026-08-31T09:26:32.044Z Compiling humantime v2.4.0
7102026-08-31T09:26:32.061Z Compiling clap_derive v4.6.4
7112026-08-31T09:26:32.179Z Compiling sha2 v0.10.9
7122026-08-31T09:26:32.460Z Compiling humantime-serde v1.1.1
7132026-08-31T09:26:32.586Z Compiling nextest-filtering v0.15.0
7142026-08-31T09:26:33.085Z Compiling clap_builder v4.6.6
7152026-08-31T09:26:33.465Z Compiling quick-junit v0.5.2
7162026-08-31T09:26:33.787Z Compiling cargo_metadata v0.20.0
7172026-08-31T09:26:36.404Z Compiling atomicwrites v0.4.4
7182026-08-31T09:26:36.503Z Compiling cargo-nextest v0.9.97
7192026-08-31T09:26:36.675Z Compiling crossterm v0.29.0
7202026-08-31T09:26:37.648Z Compiling duct v0.13.7
7212026-08-31T09:26:39.319Z Compiling rand v0.9.5
7222026-08-31T09:26:39.323Z Compiling config v0.15.25
7232026-08-31T09:26:39.344Z Compiling async-scoped v0.9.0
7242026-08-31T09:26:39.528Z Compiling unicode-normalization v0.1.25
7252026-08-31T09:26:39.763Z Compiling target-spec-miette v0.4.8
7262026-08-31T09:26:40.049Z Compiling future-queue v0.4.0
7272026-08-31T09:26:40.107Z Compiling mukti-metadata v0.3.0
7282026-08-31T09:26:40.151Z Compiling camino-tempfile v1.4.1
7292026-08-31T09:26:40.329Z Compiling tokio-stream v0.1.19
7302026-08-31T09:26:40.415Z Compiling derive-where v1.6.1
7312026-08-31T09:26:40.589Z Compiling serde_path_to_error v0.1.20
7322026-08-31T09:26:40.601Z Compiling serde_ignored v0.1.14
7332026-08-31T09:26:40.819Z Compiling home v0.5.12
7342026-08-31T09:26:40.876Z Compiling indent_write v2.2.0
7352026-08-31T09:26:40.985Z Compiling hex v0.4.3
7362026-08-31T09:26:41.023Z Compiling swrite v0.1.0
7372026-08-31T09:26:41.124Z Compiling xxhash-rust v0.8.18
7382026-08-31T09:26:41.127Z Compiling color-eyre v0.6.5
7392026-08-31T09:26:41.293Z Compiling clap v4.6.6
7402026-08-31T09:26:41.303Z Compiling dialoguer v0.11.0
7412026-08-31T09:26:41.375Z Compiling enable-ansi-support v0.2.1
7422026-08-31T09:26:42.902Z Compiling zstd v0.13.3
7432026-08-31T09:26:43.164Z Compiling nextest-runner v0.80.0
7442026-08-31T09:27:01.527Z Finished `release` profile [optimized] target(s) in 1m 11s
7452026-08-31T09:27:01.705Z Installing /home/build/.cargo/bin/cargo-nextest
7462026-08-31T09:27:01.709Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7472026-08-31T09:27:01.829Z+ banner bfd
7482026-08-31T09:27:01.832Z
7492026-08-31T09:27:01.832Z ##### ###### #####
7502026-08-31T09:27:01.832Z # # # # #
7512026-08-31T09:27:01.832Z ##### ##### # #
7522026-08-31T09:27:01.832Z # # # # #
7532026-08-31T09:27:01.832Z # # # # #
7542026-08-31T09:27:01.832Z ##### # #####
7552026-08-31T09:27:01.832Z
7562026-08-31T09:27:01.832Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7572026-08-31T09:27:01.985Z Updating crates.io index
7582026-08-31T09:27:01.988Z Updating git repository `https://github.com/oxidecomputer/omicron`
7592026-08-31T09:27:08.670ZFrom https://github.com/oxidecomputer/omicron
7602026-08-31T09:27:08.670Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7612026-08-31T09:27:09.098Z Updating git repository `https://github.com/oxidecomputer/falcon`
7622026-08-31T09:27:09.730ZFrom https://github.com/oxidecomputer/falcon
7632026-08-31T09:27:09.730Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7642026-08-31T09:27:09.805Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7652026-08-31T09:27:10.511ZFrom https://github.com/oxidecomputer/dendrite
7662026-08-31T09:27:10.511Z * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
7672026-08-31T09:27:10.544Z Updating git repository `https://github.com/oxidecomputer/ispf`
7682026-08-31T09:27:10.868ZFrom https://github.com/oxidecomputer/ispf
7692026-08-31T09:27:10.868Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7702026-08-31T09:27:10.874Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7712026-08-31T09:27:11.267ZFrom https://github.com/oxidecomputer/netadm-sys
7722026-08-31T09:27:11.267Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
7732026-08-31T09:27:11.274Z Updating git repository `https://github.com/oxidecomputer/opte`
7742026-08-31T09:27:12.124ZFrom https://github.com/oxidecomputer/opte
7752026-08-31T09:27:12.124Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
7762026-08-31T09:27:12.153Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7772026-08-31T09:27:12.444ZFrom https://github.com/oxidecomputer/slog-error-chain
7782026-08-31T09:27:12.446Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
7792026-08-31T09:27:12.453Z Updating git repository `https://github.com/illumos/smf-rs`
7802026-08-31T09:27:12.777ZFrom https://github.com/illumos/smf-rs
7812026-08-31T09:27:12.777Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7822026-08-31T09:27:12.794Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7832026-08-31T09:27:13.429ZFrom https://github.com/oxidecomputer/poptrie
7842026-08-31T09:27:13.429Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
7852026-08-31T09:27:13.439Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7862026-08-31T09:27:13.747ZFrom https://github.com/oxidecomputer/network-interface
7872026-08-31T09:27:13.747Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7882026-08-31T09:27:13.754Z Updating git repository `https://github.com/oxidecomputer/zone`
7892026-08-31T09:27:14.039ZFrom https://github.com/oxidecomputer/zone
7902026-08-31T09:27:14.039Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7912026-08-31T09:27:14.047Z Updating git repository `https://github.com/oxidecomputer/lldp`
7922026-08-31T09:27:14.442ZFrom https://github.com/oxidecomputer/lldp
7932026-08-31T09:27:14.442Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
7942026-08-31T09:27:14.453Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
7952026-08-31T09:27:14.906ZFrom https://github.com/oxidecomputer/tufaceous
7962026-08-31T09:27:14.906Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
7972026-08-31T09:27:14.916Z Updating git repository `https://github.com/oxidecomputer/propolis`
7982026-08-31T09:27:15.599ZFrom https://github.com/oxidecomputer/propolis
7992026-08-31T09:27:15.599Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8002026-08-31T09:27:15.641Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8012026-08-31T09:27:16.264ZFrom https://github.com/oxidecomputer/transceiver-control
8022026-08-31T09:27:16.264Z * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d
8032026-08-31T09:27:16.277Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8042026-08-31T09:27:16.745ZFrom https://github.com/oxidecomputer/dlpi-sys
8052026-08-31T09:27:16.745Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
8062026-08-31T09:27:16.752Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8072026-08-31T09:27:17.118ZFrom https://github.com/jmesmon/rust-libzfs
8082026-08-31T09:27:17.118Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8092026-08-31T09:27:17.127Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8102026-08-31T09:27:17.423ZFrom https://github.com/oxidecomputer/rusty-doors
8112026-08-31T09:27:17.423Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8122026-08-31T09:27:17.437Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8132026-08-31T09:27:17.944ZFrom https://github.com/oxidecomputer/management-gateway-service
8142026-08-31T09:27:17.944Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8152026-08-31T09:27:17.958Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8162026-08-31T09:27:18.294ZFrom https://github.com/oxidecomputer/serde_human_bytes
8172026-08-31T09:27:18.294Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8182026-08-31T09:27:18.309Z Updating git repository `https://github.com/oxidecomputer/crucible`
8192026-08-31T09:27:19.248ZFrom https://github.com/oxidecomputer/crucible
8202026-08-31T09:27:19.248Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8212026-08-31T09:27:19.298Z Updating git repository `https://github.com/oxidecomputer/propolis`
8222026-08-31T09:27:19.830ZFrom https://github.com/oxidecomputer/propolis
8232026-08-31T09:27:19.830Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8242026-08-31T09:27:19.877Z Updating git repository `https://github.com/oxidecomputer/crucible`
8252026-08-31T09:27:20.446ZFrom https://github.com/oxidecomputer/crucible
8262026-08-31T09:27:20.446Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8272026-08-31T09:27:20.512Z Updating git repository `https://github.com/oxidecomputer/tofino`
8282026-08-31T09:27:20.937ZFrom https://github.com/oxidecomputer/tofino
8292026-08-31T09:27:20.937Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8302026-08-31T09:27:20.948Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8312026-08-31T09:27:22.894ZFrom https://github.com/oxidecomputer/maghemite
8322026-08-31T09:27:22.894Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8332026-08-31T09:27:22.925Z Updating git repository `https://github.com/oxidecomputer/clickward`
8342026-08-31T09:27:23.504ZFrom https://github.com/oxidecomputer/clickward
8352026-08-31T09:27:23.504Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8362026-08-31T09:27:23.516Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8372026-08-31T09:27:23.827ZFrom https://github.com/oxidecomputer/illumos-devinfo
8382026-08-31T09:27:23.827Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8392026-08-31T09:27:24.686Z Downloading crates ...
8402026-08-31T09:27:24.731Z Downloaded keccak v0.1.6
8412026-08-31T09:27:24.733Z Downloaded aead v0.5.2
8422026-08-31T09:27:24.737Z Downloaded mime v0.3.17
8432026-08-31T09:27:24.739Z Downloaded linked-hash-map v0.5.6
8442026-08-31T09:27:24.739Z Downloaded num-conv v0.2.2
8452026-08-31T09:27:24.743Z Downloaded no-std-compat v0.4.1
8462026-08-31T09:27:24.745Z Downloaded managed v0.8.0
8472026-08-31T09:27:24.745Z Downloaded num_enum v0.5.11
8482026-08-31T09:27:24.750Z Downloaded ipnetwork v0.21.1
8492026-08-31T09:27:24.750Z Downloaded jiff-static v0.2.35
8502026-08-31T09:27:24.753Z Downloaded memmap v0.7.0
8512026-08-31T09:27:24.753Z Downloaded omicron-workspace-hack v0.1.0
8522026-08-31T09:27:24.755Z Downloaded dtrace-parser v0.2.0
8532026-08-31T09:27:24.758Z Downloaded konst_macro_rules v0.2.19
8542026-08-31T09:27:24.758Z Downloaded memoffset v0.9.1
8552026-08-31T09:27:24.761Z Downloaded num_enum_derive v0.5.11
8562026-08-31T09:27:24.761Z Downloaded foreign-types v0.5.0
8572026-08-31T09:27:24.764Z Downloaded num_threads v0.1.7
8582026-08-31T09:27:24.764Z Downloaded fxhash v0.2.1
8592026-08-31T09:27:24.768Z Downloaded hash32 v0.3.1
8602026-08-31T09:27:24.768Z Downloaded progenitor-client v0.10.0
8612026-08-31T09:27:24.768Z Downloaded newtype-uuid-macros v0.1.1
8622026-08-31T09:27:24.818Z Downloaded dyn-clone v1.0.20
8632026-08-31T09:27:24.818Z Downloaded foreign-types-shared v0.3.1
8642026-08-31T09:27:24.819Z Downloaded embedded-io v0.4.0
8652026-08-31T09:27:24.833Z Downloaded num v0.4.3
8662026-08-31T09:27:24.833Z Downloaded lru-cache v0.1.2
8672026-08-31T09:27:24.833Z Downloaded match_cfg v0.1.0
8682026-08-31T09:27:24.833Z Downloaded libscf-sys v1.2.0
8692026-08-31T09:27:24.833Z Downloaded natord v1.0.9
8702026-08-31T09:27:24.833Z Downloaded num-iter v0.1.46
8712026-08-31T09:27:24.833Z Downloaded enum-as-inner v0.6.1
8722026-08-31T09:27:24.834Z Downloaded gethostname v0.5.0
8732026-08-31T09:27:24.834Z Downloaded is-terminal v0.4.17
8742026-08-31T09:27:24.834Z Downloaded newline-converter v0.3.0
8752026-08-31T09:27:24.834Z Downloaded embedded-io v0.6.1
8762026-08-31T09:27:24.834Z Downloaded heck v0.4.1
8772026-08-31T09:27:24.834Z Downloaded plain v0.2.3
8782026-08-31T09:27:24.834Z Downloaded dropshot-api-manager-types v0.7.2
8792026-08-31T09:27:24.834Z Downloaded progenitor-macro v0.13.0
8802026-08-31T09:27:24.834Z Downloaded foreign-types-macros v0.2.4
8812026-08-31T09:27:24.834Z Downloaded phf_shared v0.12.1
8822026-08-31T09:27:24.834Z Downloaded fixedbitset v0.4.2
8832026-08-31T09:27:24.834Z Downloaded olpc-cjson v0.1.4
8842026-08-31T09:27:24.834Z Downloaded proc-macro-crate v1.3.1
8852026-08-31T09:27:24.834Z Downloaded float-ord v0.3.2
8862026-08-31T09:27:24.834Z Downloaded httpdate v1.0.3
8872026-08-31T09:27:24.834Z Downloaded macaddr v1.0.1
8882026-08-31T09:27:24.834Z Downloaded num-derive v0.4.2
8892026-08-31T09:27:24.834Z Downloaded num-rational v0.4.2
8902026-08-31T09:27:24.834Z Downloaded paste v1.0.15
8912026-08-31T09:27:24.834Z Downloaded num-complex v0.4.6
8922026-08-31T09:27:24.834Z Downloaded instant v0.1.13
8932026-08-31T09:27:24.834Z Downloaded internet-checksum v0.2.1
8942026-08-31T09:27:24.834Z Downloaded libsw-core v0.3.2
8952026-08-31T09:27:24.834Z Downloaded oxnet v0.1.7
8962026-08-31T09:27:24.841Z Downloaded multer v3.1.0
8972026-08-31T09:27:24.841Z Downloaded git-stub v1.0.0
8982026-08-31T09:27:24.841Z Downloaded dtrace-parser v0.3.0
8992026-08-31T09:27:24.841Z Downloaded dunce v1.0.5
9002026-08-31T09:27:24.842Z Downloaded usdt-attr-macro v0.5.0
9012026-08-31T09:27:24.842Z Downloaded opaque-debug v0.3.1
9022026-08-31T09:27:24.842Z Downloaded potential_utf v0.1.5
9032026-08-31T09:27:24.842Z Downloaded usdt v0.5.0
9042026-08-31T09:27:24.842Z Downloaded hubpack_derive v0.1.1
9052026-08-31T09:27:24.849Z Downloaded proc-macro-error-attr v1.0.4
9062026-08-31T09:27:24.849Z Downloaded ident_case v1.0.1
9072026-08-31T09:27:24.849Z Downloaded powerfmt v0.2.0
9082026-08-31T09:27:24.849Z Downloaded quick-error v1.2.3
9092026-08-31T09:27:24.849Z Downloaded hubpack v0.1.2
9102026-08-31T09:27:24.849Z Downloaded rand_xorshift v0.4.0
9112026-08-31T09:27:24.852Z Downloaded progenitor-client v0.14.0
9122026-08-31T09:27:24.852Z Downloaded pretty-hex v0.4.2
9132026-08-31T09:27:24.852Z Downloaded progenitor-macro v0.14.0
9142026-08-31T09:27:24.852Z Downloaded idna_adapter v1.2.2
9152026-08-31T09:27:24.852Z Downloaded hostname v0.4.2
9162026-08-31T09:27:24.852Z Downloaded rand_chacha v0.3.1
9172026-08-31T09:27:24.852Z Downloaded wait-timeout v0.2.1
9182026-08-31T09:27:24.856Z Downloaded parse-display v0.10.0
9192026-08-31T09:27:24.856Z Downloaded inout v0.1.4
9202026-08-31T09:27:24.856Z Downloaded ref-cast-impl v1.0.26
9212026-08-31T09:27:24.859Z Downloaded rustc_version v0.1.7
9222026-08-31T09:27:24.859Z Downloaded zerofrom v0.1.8
9232026-08-31T09:27:24.860Z Downloaded zerofrom-derive v0.1.7
9242026-08-31T09:27:24.860Z Downloaded ref-cast v1.0.26
9252026-08-31T09:27:24.862Z Downloaded fs_extra v1.3.0
9262026-08-31T09:27:24.865Z Downloaded linear-map v1.2.0
9272026-08-31T09:27:24.866Z Downloaded newtype_derive v0.1.6
9282026-08-31T09:27:24.866Z Downloaded num_enum v0.7.6
9292026-08-31T09:27:24.870Z Downloaded num_enum_derive v0.7.6
9302026-08-31T09:27:24.870Z Downloaded async-recursion v1.1.1
9312026-08-31T09:27:24.874Z Downloaded ff v0.13.1
9322026-08-31T09:27:24.874Z Downloaded find-msvc-tools v0.1.10
9332026-08-31T09:27:24.874Z Downloaded fs-err v3.3.1
9342026-08-31T09:27:24.874Z Downloaded glob v0.3.4
9352026-08-31T09:27:24.877Z Downloaded progenitor-macro v0.10.0
9362026-08-31T09:27:24.877Z Downloaded owo-colors v4.3.0
9372026-08-31T09:27:24.877Z Downloaded port-file v0.1.0
9382026-08-31T09:27:24.877Z Downloaded const-random v0.1.18
9392026-08-31T09:27:24.877Z Downloaded progenitor-client v0.13.0
9402026-08-31T09:27:24.880Z Downloaded progenitor-extras v0.2.0
9412026-08-31T09:27:24.880Z Downloaded semver v0.1.20
9422026-08-31T09:27:24.880Z Downloaded sha1 v0.10.7
9432026-08-31T09:27:24.883Z Downloaded oxide-tokio-rt v0.1.6
9442026-08-31T09:27:24.883Z Downloaded phf v0.12.1
9452026-08-31T09:27:24.883Z Downloaded stable_deref_trait v1.2.1
9462026-08-31T09:27:24.883Z Downloaded hostname v0.3.1
9472026-08-31T09:27:24.886Z Downloaded group v0.13.0
9482026-08-31T09:27:24.891Z Downloaded litemap v0.8.2
9492026-08-31T09:27:24.891Z Downloaded num-integer v0.1.47
9502026-08-31T09:27:24.894Z Downloaded git-stub-vcs v0.1.0
9512026-08-31T09:27:24.900Z Downloaded nom v8.0.0
9522026-08-31T09:27:24.904Z Downloaded crunchy v0.2.4
9532026-08-31T09:27:24.904Z Downloaded erased-serde v0.3.31
9542026-08-31T09:27:24.907Z Downloaded serde_repr v0.1.21
9552026-08-31T09:27:24.907Z Downloaded sigpipe v0.1.3
9562026-08-31T09:27:24.907Z Downloaded either v1.17.0
9572026-08-31T09:27:24.907Z Downloaded password-hash v0.5.0
9582026-08-31T09:27:24.907Z Downloaded pest_generator v2.8.8
9592026-08-31T09:27:24.910Z Downloaded rustls-native-certs v0.8.4
9602026-08-31T09:27:24.910Z Downloaded proc-macro-crate v3.5.0
9612026-08-31T09:27:24.910Z Downloaded foldhash v0.2.0
9622026-08-31T09:27:24.910Z Downloaded progenitor v0.14.0
9632026-08-31T09:27:24.913Z Downloaded displaydoc v0.2.7
9642026-08-31T09:27:24.913Z Downloaded progenitor v0.13.0
9652026-08-31T09:27:24.913Z Downloaded pest_derive v2.8.8
9662026-08-31T09:27:24.917Z Downloaded proc-macro-error v1.0.4
9672026-08-31T09:27:24.917Z Downloaded parking_lot_core v0.8.6
9682026-08-31T09:27:24.917Z Downloaded pkg-config v0.3.33
9692026-08-31T09:27:24.919Z Downloaded usdt-macro v0.5.0
9702026-08-31T09:27:24.924Z Downloaded ingot v0.2.1
9712026-08-31T09:27:24.924Z Downloaded resolv-conf v0.7.6
9722026-08-31T09:27:24.924Z Downloaded writeable v0.6.3
9732026-08-31T09:27:24.924Z Downloaded argon2 v0.5.3
9742026-08-31T09:27:24.924Z Downloaded ingot-types v0.2.0
9752026-08-31T09:27:24.925Z Downloaded ingot v0.1.1
9762026-08-31T09:27:24.925Z Downloaded tabled_derive v0.7.0
9772026-08-31T09:27:24.928Z Downloaded ingot-types v0.1.2
9782026-08-31T09:27:24.928Z Downloaded hmac v0.12.1
9792026-08-31T09:27:24.932Z Downloaded libsw v3.5.0
9802026-08-31T09:27:24.932Z Downloaded postcard v1.1.3
9812026-08-31T09:27:24.937Z Downloaded time-core v0.1.9
9822026-08-31T09:27:24.937Z Downloaded parse-display-derive v0.10.0
9832026-08-31T09:27:24.937Z Downloaded backoff v0.4.0
9842026-08-31T09:27:24.940Z Downloaded typify-macro v0.6.2
9852026-08-31T09:27:24.940Z Downloaded bytecount v0.6.9
9862026-08-31T09:27:24.940Z Downloaded utf-8 v0.7.6
9872026-08-31T09:27:24.940Z Downloaded arrayref v0.3.9
9882026-08-31T09:27:24.944Z Downloaded poly1305 v0.8.0
9892026-08-31T09:27:24.948Z Downloaded cipher v0.4.4
9902026-08-31T09:27:24.948Z Downloaded parking_lot v0.11.2
9912026-08-31T09:27:24.948Z Downloaded scroll v0.13.0
9922026-08-31T09:27:24.952Z Downloaded universal-hash v0.5.1
9932026-08-31T09:27:24.952Z Downloaded zone_cfg_derive v0.3.1
9942026-08-31T09:27:24.953Z Downloaded log v0.4.33
9952026-08-31T09:27:24.953Z Downloaded async-stream-impl v0.3.6
9962026-08-31T09:27:24.953Z Downloaded block-buffer v0.12.1
9972026-08-31T09:27:24.957Z Downloaded base16ct v1.0.0
9982026-08-31T09:27:24.957Z Downloaded convert_case v0.4.0
9992026-08-31T09:27:24.957Z Downloaded cobs v0.3.0
10002026-08-31T09:27:24.957Z Downloaded crossbeam-deque v0.8.7
10012026-08-31T09:27:24.957Z Downloaded dof v0.3.0
10022026-08-31T09:27:24.957Z Downloaded defmt v0.3.100
10032026-08-31T09:27:24.960Z Downloaded dof v0.4.0
10042026-08-31T09:27:24.960Z Downloaded sha1 v0.11.0
10052026-08-31T09:27:24.963Z Downloaded derive-ex v0.1.8
10062026-08-31T09:27:24.963Z Downloaded structmeta v0.3.0
10072026-08-31T09:27:24.963Z Downloaded structmeta-derive v0.3.0
10082026-08-31T09:27:24.966Z Downloaded spin v0.5.2
10092026-08-31T09:27:24.970Z Downloaded serial_test_derive v4.0.1
10102026-08-31T09:27:24.970Z Downloaded thread-id v4.2.2
10112026-08-31T09:27:24.970Z Downloaded serial_test v4.0.1
10122026-08-31T09:27:24.974Z Downloaded slog-dtrace v0.3.0
10132026-08-31T09:27:24.974Z Downloaded typify-macro v0.4.3
10142026-08-31T09:27:24.974Z Downloaded memmap2 v0.9.11
10152026-08-31T09:27:24.977Z Downloaded pem v3.0.6
10162026-08-31T09:27:24.977Z Downloaded progenitor v0.10.0
10172026-08-31T09:27:24.980Z Downloaded slog-term v2.9.2
10182026-08-31T09:27:24.980Z Downloaded highway v1.3.0
10192026-08-31T09:27:24.980Z Downloaded rustls-pemfile v2.2.0
10202026-08-31T09:27:24.984Z Downloaded pest_meta v2.8.8
10212026-08-31T09:27:24.988Z Downloaded strum_macros v0.27.2
10222026-08-31T09:27:24.989Z Downloaded thiserror-no-std v2.0.2
10232026-08-31T09:27:24.991Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10242026-08-31T09:27:24.992Z Downloaded hybrid-array v0.4.14
10252026-08-31T09:27:24.995Z Downloaded ingot-macros v0.1.1
10262026-08-31T09:27:24.999Z Downloaded whoami v1.6.1
10272026-08-31T09:27:25.005Z Downloaded xz2 v0.1.7
10282026-08-31T09:27:25.009Z Downloaded cstr-argument v0.1.2
10292026-08-31T09:27:25.013Z Downloaded colored v3.1.1
10302026-08-31T09:27:25.013Z Downloaded progenitor-impl v0.13.0
10312026-08-31T09:27:25.018Z Downloaded prettyplease v0.2.37
10322026-08-31T09:27:25.018Z Downloaded ciborium-io v0.2.2
10332026-08-31T09:27:25.021Z Downloaded konst v0.2.20
10342026-08-31T09:27:25.024Z Downloaded cargo_toml v0.22.3
10352026-08-31T09:27:25.024Z Downloaded slog-bunyan v2.5.0
10362026-08-31T09:27:25.024Z Downloaded testing_table v0.3.0
10372026-08-31T09:27:25.024Z Downloaded constant_time_eq v0.4.2
10382026-08-31T09:27:25.029Z Downloaded ingot-macros v0.2.0
10392026-08-31T09:27:25.029Z Downloaded crc32fast v1.5.0
10402026-08-31T09:27:25.033Z Downloaded usdt v0.6.0
10412026-08-31T09:27:25.033Z Downloaded darling v0.21.3
10422026-08-31T09:27:25.036Z Downloaded bit-vec v0.8.0
10432026-08-31T09:27:25.036Z Downloaded critical-section v1.2.0
10442026-08-31T09:27:25.036Z Downloaded compression-codecs v0.4.38
10452026-08-31T09:27:25.042Z Downloaded csv-core v0.1.13
10462026-08-31T09:27:25.042Z Downloaded serde_derive_internals v0.29.1
10472026-08-31T09:27:25.045Z Downloaded siphasher v1.0.3
10482026-08-31T09:27:25.045Z Downloaded tinystr v0.8.3
10492026-08-31T09:27:25.045Z Downloaded usdt-attr-macro v0.6.0
10502026-08-31T09:27:25.045Z Downloaded async-stream v0.3.6
10512026-08-31T09:27:25.045Z Downloaded topological-sort v0.2.2
10522026-08-31T09:27:25.045Z Downloaded zone v0.3.1
10532026-08-31T09:27:25.045Z Downloaded crypto-common v0.2.2
10542026-08-31T09:27:25.045Z Downloaded tabwriter v1.4.1
10552026-08-31T09:27:25.048Z Downloaded termtree v0.5.1
10562026-08-31T09:27:25.048Z Downloaded unit-prefix v0.5.2
10572026-08-31T09:27:25.048Z Downloaded cpufeatures v0.3.0
10582026-08-31T09:27:25.048Z Downloaded defmt-parser v1.0.0
10592026-08-31T09:27:25.048Z Downloaded secrecy v0.10.3
10602026-08-31T09:27:25.051Z Downloaded darling_macro v0.21.3
10612026-08-31T09:27:25.051Z Downloaded strum v0.27.2
10622026-08-31T09:27:25.051Z Downloaded dropshot_endpoint v0.17.1
10632026-08-31T09:27:25.054Z Downloaded snafu-derive v0.8.9
10642026-08-31T09:27:25.054Z Downloaded defmt v1.1.1
10652026-08-31T09:27:25.057Z Downloaded spin v0.9.9
10662026-08-31T09:27:25.058Z Downloaded half v2.7.1
10672026-08-31T09:27:25.063Z Downloaded progenitor-impl v0.10.0
10682026-08-31T09:27:25.066Z Downloaded rhai_codegen v3.2.0
10692026-08-31T09:27:25.070Z Downloaded indexmap v1.9.3
10702026-08-31T09:27:25.073Z Downloaded elliptic-curve v0.13.8
10712026-08-31T09:27:25.076Z Downloaded yoke-derive v0.8.2
10722026-08-31T09:27:25.079Z Downloaded rustls-platform-verifier v0.7.0
10732026-08-31T09:27:25.081Z Downloaded unarray v0.1.4
10742026-08-31T09:27:25.082Z Downloaded papergrid v0.18.0
10752026-08-31T09:27:25.085Z Downloaded const_format_proc_macros v0.2.34
10762026-08-31T09:27:25.088Z Downloaded strum v0.26.3
10772026-08-31T09:27:25.088Z Downloaded icu_properties v2.2.0
10782026-08-31T09:27:25.091Z Downloaded usdt-impl v0.6.0
10792026-08-31T09:27:25.091Z Downloaded flate2 v1.1.9
10802026-08-31T09:27:25.094Z Downloaded untrusted v0.7.1
10812026-08-31T09:27:25.094Z Downloaded waitgroup v0.1.2
10822026-08-31T09:27:25.094Z Downloaded ciborium v0.2.2
10832026-08-31T09:27:25.097Z Downloaded scroll_derive v0.13.1
10842026-08-31T09:27:25.097Z Downloaded darling_macro v0.23.0
10852026-08-31T09:27:25.097Z Downloaded serde-big-array v0.5.1
10862026-08-31T09:27:25.097Z Downloaded usdt-impl v0.5.0
10872026-08-31T09:27:25.097Z Downloaded same-file v1.0.6
10882026-08-31T09:27:25.100Z Downloaded defmt-macros v1.1.1
10892026-08-31T09:27:25.100Z Downloaded take_mut v0.2.2
10902026-08-31T09:27:25.100Z Downloaded const-random-macro v0.1.16
10912026-08-31T09:27:25.103Z Downloaded crc8 v0.1.1
10922026-08-31T09:27:25.103Z Downloaded rusty-fork v0.3.1
10932026-08-31T09:27:25.103Z Downloaded serde_tokenstream v0.2.3
10942026-08-31T09:27:25.103Z Downloaded slog-scope v4.4.1
10952026-08-31T09:27:25.106Z Downloaded strum_macros v0.26.4
10962026-08-31T09:27:25.106Z Downloaded tagptr v0.2.0
10972026-08-31T09:27:25.106Z Downloaded tiny-keccak v2.0.2
10982026-08-31T09:27:25.109Z Downloaded time-macros v0.2.32
10992026-08-31T09:27:25.110Z Downloaded derive_more v0.99.20
11002026-08-31T09:27:25.113Z Downloaded diff v0.1.13
11012026-08-31T09:27:25.113Z Downloaded serde_with_macros v3.22.0
11022026-08-31T09:27:25.113Z Downloaded scroll_derive v0.12.1
11032026-08-31T09:27:25.116Z Downloaded zeroize_derive v1.5.0
11042026-08-31T09:27:25.116Z Downloaded bs58 v0.5.1
11052026-08-31T09:27:25.116Z Downloaded digest v0.11.3
11062026-08-31T09:27:25.116Z Downloaded bcs v0.1.6
11072026-08-31T09:27:25.120Z Downloaded byteorder v1.5.0
11082026-08-31T09:27:25.120Z Downloaded bit-set v0.8.0
11092026-08-31T09:27:25.123Z Downloaded compression-core v0.4.32
11102026-08-31T09:27:25.126Z Downloaded similar v2.7.0
11112026-08-31T09:27:25.129Z Downloaded omicron-zone-package v0.12.3
11122026-08-31T09:27:25.132Z Downloaded progenitor-impl v0.14.0
11132026-08-31T09:27:25.132Z Downloaded schemars_derive v0.8.22
11142026-08-31T09:27:25.132Z Downloaded rayon-core v1.13.0
11152026-08-31T09:27:25.134Z Downloaded smartstring v1.0.1
11162026-08-31T09:27:25.136Z Downloaded heapless v0.8.0
11172026-08-31T09:27:25.139Z Downloaded indicatif v0.18.6
11182026-08-31T09:27:25.139Z Downloaded typify v0.6.2
11192026-08-31T09:27:25.143Z Downloaded slog-async v2.8.0
11202026-08-31T09:27:25.146Z Downloaded byte-wrapper v0.1.0
11212026-08-31T09:27:25.146Z Downloaded icu_normalizer_data v2.2.0
11222026-08-31T09:27:25.150Z Downloaded thiserror-impl-no-std v2.0.2
11232026-08-31T09:27:25.150Z Downloaded icu_provider v2.2.0
11242026-08-31T09:27:25.150Z Downloaded serde_plain v1.0.2
11252026-08-31T09:27:25.154Z Downloaded icu_normalizer v2.2.0
11262026-08-31T09:27:25.154Z Downloaded usdt-macro v0.6.0
11272026-08-31T09:27:25.157Z Downloaded minimal-lexical v0.2.1
11282026-08-31T09:27:25.157Z Downloaded papergrid v0.11.0
11292026-08-31T09:27:25.161Z Downloaded console v0.16.4
11302026-08-31T09:27:25.165Z Downloaded rustversion v1.0.23
11312026-08-31T09:27:25.165Z Downloaded slog-envlogger v2.2.0
11322026-08-31T09:27:25.170Z Downloaded thread-id v5.1.0
11332026-08-31T09:27:25.170Z Downloaded slog-json v2.6.1
11342026-08-31T09:27:25.170Z Downloaded ciborium-ll v0.2.2
11352026-08-31T09:27:25.173Z Downloaded base16ct v0.2.0
11362026-08-31T09:27:25.173Z Downloaded crucible-workspace-hack v0.1.0
11372026-08-31T09:27:25.176Z Downloaded crossbeam-epoch v0.9.20
11382026-08-31T09:27:25.179Z Downloaded zerovec-derive v0.11.3
11392026-08-31T09:27:25.183Z Downloaded unsafe-libyaml v0.2.11
11402026-08-31T09:27:25.183Z Downloaded smawk v0.3.3
11412026-08-31T09:27:25.186Z Downloaded drift v0.2.0
11422026-08-31T09:27:25.190Z Downloaded schemars v0.9.0
11432026-08-31T09:27:25.197Z Downloaded darling v0.23.0
11442026-08-31T09:27:25.200Z Downloaded serde_yaml v0.9.34+deprecated
11452026-08-31T09:27:25.204Z Downloaded tokio-dtrace v0.1.1
11462026-08-31T09:27:25.204Z Downloaded toml v0.9.12+spec-1.1.0
11472026-08-31T09:27:25.207Z Downloaded walkdir v2.5.0
11482026-08-31T09:27:25.207Z Downloaded cmake v0.1.58
11492026-08-31T09:27:25.207Z Downloaded async-trait v0.1.92
11502026-08-31T09:27:25.211Z Downloaded chacha20 v0.9.1
11512026-08-31T09:27:25.211Z Downloaded pretty_assertions v1.4.1
11522026-08-31T09:27:25.211Z Downloaded hickory-resolver v0.25.2
11532026-08-31T09:27:25.214Z Downloaded zerocopy-derive v0.7.35
11542026-08-31T09:27:25.217Z Downloaded blake2 v0.10.6
11552026-08-31T09:27:25.217Z Downloaded cancel-safe-futures v0.1.5
11562026-08-31T09:27:25.217Z Downloaded hickory-resolver v0.24.4
11572026-08-31T09:27:25.221Z Downloaded qorb v0.4.1
11582026-08-31T09:27:25.224Z Downloaded smf v0.2.3
11592026-08-31T09:27:25.224Z Downloaded vsss-rs v3.3.4
11602026-08-31T09:27:25.224Z Downloaded backon v1.6.0
11612026-08-31T09:27:25.228Z Downloaded tungstenite v0.21.0
11622026-08-31T09:27:25.228Z Downloaded cookie v0.18.2
11632026-08-31T09:27:25.231Z Downloaded slog-stdlog v4.1.1
11642026-08-31T09:27:25.231Z Downloaded synstructure v0.13.2
11652026-08-31T09:27:25.231Z Downloaded tokio-tungstenite v0.21.0
11662026-08-31T09:27:25.231Z Downloaded yansi v1.0.1
11672026-08-31T09:27:25.234Z Downloaded serde_tokenstream v0.3.0
11682026-08-31T09:27:25.234Z Downloaded nom v7.1.3
11692026-08-31T09:27:25.237Z Downloaded bitflags v1.3.2
11702026-08-31T09:27:25.237Z Downloaded data-encoding v2.11.1
11712026-08-31T09:27:25.237Z Downloaded test-strategy v0.4.5
11722026-08-31T09:27:25.240Z Downloaded arrayvec v0.7.8
11732026-08-31T09:27:25.240Z Downloaded deranged v0.5.8
11742026-08-31T09:27:25.243Z Downloaded crypto-bigint v0.5.5
11752026-08-31T09:27:25.245Z Downloaded scroll v0.12.0
11762026-08-31T09:27:25.245Z Downloaded const-oid v0.10.2
11772026-08-31T09:27:25.248Z Downloaded daft v0.1.8
11782026-08-31T09:27:25.248Z Downloaded daft-derive v0.1.8
11792026-08-31T09:27:25.251Z Downloaded thin-vec v0.2.19
11802026-08-31T09:27:25.256Z Downloaded yoke v0.8.3
11812026-08-31T09:27:25.259Z Downloaded schemars v0.8.22
11822026-08-31T09:27:25.266Z Downloaded indexmap v2.14.0
11832026-08-31T09:27:25.269Z Downloaded snafu v0.8.9
11842026-08-31T09:27:25.273Z Downloaded jiff-core v0.1.0
11852026-08-31T09:27:25.276Z Downloaded chacha20poly1305 v0.10.1
11862026-08-31T09:27:25.279Z Downloaded darling_core v0.23.0
11872026-08-31T09:27:25.279Z Downloaded itertools v0.12.1
11882026-08-31T09:27:25.281Z Downloaded crossbeam-utils v0.8.22
11892026-08-31T09:27:25.284Z Downloaded rand v0.8.7
11902026-08-31T09:27:25.288Z Downloaded toml_edit v0.25.13+spec-1.1.0
11912026-08-31T09:27:25.288Z Downloaded zerocopy-derive v0.8.56
11922026-08-31T09:27:25.292Z Downloaded anyhow v1.0.104
11932026-08-31T09:27:25.296Z Downloaded chacha20 v0.10.1
11942026-08-31T09:27:25.296Z Downloaded ucd-trie v0.1.7
11952026-08-31T09:27:25.300Z Downloaded icu_collections v2.2.0
11962026-08-31T09:27:25.303Z Downloaded slog v2.8.2
11972026-08-31T09:27:25.303Z Downloaded term v1.2.1
11982026-08-31T09:27:25.303Z Downloaded toml v0.7.8
11992026-08-31T09:27:25.306Z Downloaded crossbeam-channel v0.5.16
12002026-08-31T09:27:25.306Z Downloaded expectorate v1.3.0
12012026-08-31T09:27:25.311Z Downloaded hashbrown v0.12.3
12022026-08-31T09:27:25.314Z Downloaded cc v1.4.2
12032026-08-31T09:27:25.314Z Downloaded allocator-api2 v0.2.21
12042026-08-31T09:27:25.314Z Downloaded icu_locale_core v2.2.0
12052026-08-31T09:27:25.317Z Downloaded base64 v0.21.7
12062026-08-31T09:27:25.320Z Downloaded const_format v0.2.36
12072026-08-31T09:27:25.325Z Downloaded typify v0.4.3
12082026-08-31T09:27:25.329Z Downloaded arc-swap v1.9.2
12092026-08-31T09:27:25.329Z Downloaded steno v0.4.1
12102026-08-31T09:27:25.329Z Downloaded itertools v0.15.0
12112026-08-31T09:27:25.333Z Downloaded pest v2.8.8
12122026-08-31T09:27:25.337Z Downloaded libm v0.2.16
12132026-08-31T09:27:25.348Z Downloaded toml_edit v0.19.15
12142026-08-31T09:27:25.361Z Downloaded async-compression v0.4.43
12152026-08-31T09:27:25.364Z Downloaded darling_core v0.21.3
12162026-08-31T09:27:25.364Z Downloaded schemars v1.2.2
12172026-08-31T09:27:25.371Z Downloaded dropshot-api-manager v0.7.2
12182026-08-31T09:27:25.374Z Downloaded hashbrown v0.16.1
12192026-08-31T09:27:25.377Z Downloaded similar v3.2.0
12202026-08-31T09:27:25.381Z Downloaded tough v0.22.0
12212026-08-31T09:27:25.385Z Downloaded zerotrie v0.2.4
12222026-08-31T09:27:25.394Z Downloaded winnow v0.5.40
12232026-08-31T09:27:25.400Z Downloaded rustls-webpki v0.103.14
12242026-08-31T09:27:25.403Z Downloaded zerocopy v0.7.35
12252026-08-31T09:27:25.411Z Downloaded hkdf v0.12.4
12262026-08-31T09:27:25.414Z Downloaded typed-path v0.9.3
12272026-08-31T09:27:25.418Z Downloaded rayon v1.12.0
12282026-08-31T09:27:25.431Z Downloaded h2 v0.4.15
12292026-08-31T09:27:25.434Z Downloaded tabled v0.15.0
12302026-08-31T09:27:25.442Z Downloaded icu_properties_data v2.2.0
12312026-08-31T09:27:25.448Z Downloaded serde_with v3.22.0
12322026-08-31T09:27:25.456Z Downloaded reqwest v0.13.4
12332026-08-31T09:27:25.459Z Downloaded zerovec v0.11.6
12342026-08-31T09:27:25.463Z Downloaded goblin v0.8.2
12352026-08-31T09:27:25.466Z Downloaded hyper v1.11.0
12362026-08-31T09:27:25.468Z Downloaded moka v0.12.16
12372026-08-31T09:27:25.472Z Downloaded iddqd v0.4.6
12382026-08-31T09:27:25.477Z Downloaded aws-lc-rs v1.18.0
12392026-08-31T09:27:25.484Z Downloaded blake3 v1.8.6
12402026-08-31T09:27:25.489Z Downloaded tabled v0.21.0
12412026-08-31T09:27:25.497Z Downloaded proptest v1.11.0
12422026-08-31T09:27:25.514Z Downloaded quinn-proto v0.11.16
12432026-08-31T09:27:25.525Z Downloaded time v0.3.55
12442026-08-31T09:27:25.534Z Downloaded smoltcp v0.11.0
12452026-08-31T09:27:25.540Z Downloaded goblin v0.10.7
12462026-08-31T09:27:25.549Z Downloaded nix v0.31.3
12472026-08-31T09:27:25.554Z Downloaded syn v1.0.109
12482026-08-31T09:27:25.572Z Downloaded openapiv3 v2.2.0
12492026-08-31T09:27:25.578Z Downloaded regress v0.10.5
12502026-08-31T09:27:25.593Z Downloaded dropshot v0.17.1
12512026-08-31T09:27:25.607Z Downloaded regress v0.11.1
12522026-08-31T09:27:25.623Z Downloaded syn v3.0.3
12532026-08-31T09:27:25.623Z Downloaded hickory-proto v0.24.4
12542026-08-31T09:27:25.630Z Downloaded hickory-proto v0.25.2
12552026-08-31T09:27:25.633Z Downloaded rhai v1.26.0
12562026-08-31T09:27:25.636Z Downloaded typify-impl v0.6.2
12572026-08-31T09:27:25.660Z Downloaded sled v0.34.7
12582026-08-31T09:27:25.670Z Downloaded typify-impl v0.4.3
12592026-08-31T09:27:25.679Z Downloaded chrono-tz v0.10.4
12602026-08-31T09:27:25.737Z Downloaded encoding_rs v0.8.35
12612026-08-31T09:27:25.743Z Downloaded jiff v0.2.35
12622026-08-31T09:27:25.743Z Downloaded petgraph v0.6.5
12632026-08-31T09:27:25.743Z Downloaded lzma-sys v0.1.20
12642026-08-31T09:27:25.762Z Downloaded sha3 v0.10.9
12652026-08-31T09:27:25.770Z Downloaded csv v1.4.0
12662026-08-31T09:27:26.348Z Downloaded aws-lc-sys v0.44.0
12672026-08-31T09:27:27.283Z Compiling proc-macro2 v1.0.107
12682026-08-31T09:27:27.283Z Compiling unicode-ident v1.0.24
12692026-08-31T09:27:27.283Z Compiling quote v1.0.47
12702026-08-31T09:27:27.283Z Compiling serde_core v1.0.229
12712026-08-31T09:27:27.286Z Compiling cfg-if v1.0.4
12722026-08-31T09:27:27.287Z Compiling serde v1.0.229
12732026-08-31T09:27:27.287Z Compiling libc v0.2.189
12742026-08-31T09:27:27.287Z Compiling memchr v2.8.3
12752026-08-31T09:27:27.439Z Compiling itoa v1.0.18
12762026-08-31T09:27:27.619Z Compiling smallvec v1.15.2
12772026-08-31T09:27:27.689Z Compiling zmij v1.0.23
12782026-08-31T09:27:27.738Z Compiling autocfg v1.5.1
12792026-08-31T09:27:27.818Z Compiling libm v0.2.16
12802026-08-31T09:27:28.145Z Compiling stable_deref_trait v1.2.1
12812026-08-31T09:27:28.145Z Compiling litemap v0.8.2
12822026-08-31T09:27:28.217Z Compiling writeable v0.6.3
12832026-08-31T09:27:28.285Z Compiling percent-encoding v2.3.2
12842026-08-31T09:27:28.337Z Compiling utf8_iter v1.0.4
12852026-08-31T09:27:28.351Z Compiling icu_properties_data v2.2.0
12862026-08-31T09:27:28.355Z Compiling icu_normalizer_data v2.2.0
12872026-08-31T09:27:28.479Z Compiling iana-time-zone v0.1.65
12882026-08-31T09:27:28.482Z Compiling form_urlencoded v1.2.2
12892026-08-31T09:27:28.597Z Compiling syn v2.0.119
12902026-08-31T09:27:28.606Z Compiling syn v3.0.3
12912026-08-31T09:27:28.766Z Compiling equivalent v1.0.2
12922026-08-31T09:27:28.780Z Compiling version_check v0.9.5
12932026-08-31T09:27:28.785Z Compiling serde_json v1.0.151
12942026-08-31T09:27:28.797Z Compiling allocator-api2 v0.2.21
12952026-08-31T09:27:28.837Z Compiling dyn-clone v1.0.20
12962026-08-31T09:27:28.978Z Compiling pin-project-lite v0.2.17
12972026-08-31T09:27:29.009Z Compiling num-traits v0.2.19
12982026-08-31T09:27:29.035Z Compiling scopeguard v1.2.0
12992026-08-31T09:27:29.073Z Compiling parking_lot_core v0.9.12
13002026-08-31T09:27:29.132Z Compiling lock_api v0.4.14
13012026-08-31T09:27:29.143Z Compiling thiserror v2.0.20
13022026-08-31T09:27:29.352Z Compiling hashbrown v0.17.1
13032026-08-31T09:27:29.368Z Compiling errno v0.3.14
13042026-08-31T09:27:29.421Z Compiling log v0.4.33
13052026-08-31T09:27:29.519Z Compiling getrandom v0.4.3
13062026-08-31T09:27:29.617Z Compiling semver v1.0.28
13072026-08-31T09:27:29.710Z Compiling heck v0.5.0
13082026-08-31T09:27:29.779Z Compiling rand_core v0.10.1
13092026-08-31T09:27:29.906Z Compiling indexmap v2.14.0
13102026-08-31T09:27:29.959Z Compiling futures-core v0.3.34
13112026-08-31T09:27:30.014Z Compiling zerocopy v0.8.56
13122026-08-31T09:27:30.108Z Compiling uuid v1.26.0
13132026-08-31T09:27:30.128Z Compiling schemars v0.8.22
13142026-08-31T09:27:30.382Z Compiling fnv v1.0.7
13152026-08-31T09:27:30.433Z Compiling futures-sink v0.3.34
13162026-08-31T09:27:30.470Z Compiling rustversion v1.0.23
13172026-08-31T09:27:30.531Z Compiling slab v0.4.12
13182026-08-31T09:27:30.545Z Compiling jobserver v0.1.35
13192026-08-31T09:27:30.556Z Compiling shlex v2.0.1
13202026-08-31T09:27:30.752Z Compiling find-msvc-tools v0.1.10
13212026-08-31T09:27:30.766Z Compiling futures-channel v0.3.34
13222026-08-31T09:27:30.827Z Compiling bitflags v2.13.1
13232026-08-31T09:27:30.856Z Compiling cc v1.4.2
13242026-08-31T09:27:30.949Z Compiling socket2 v0.6.5
13252026-08-31T09:27:31.062Z Compiling futures-task v0.3.34
13262026-08-31T09:27:31.123Z Compiling pkg-config v0.3.33
13272026-08-31T09:27:31.231Z Compiling futures-io v0.3.34
13282026-08-31T09:27:31.241Z Compiling parking_lot v0.12.5
13292026-08-31T09:27:31.385Z Compiling synstructure v0.13.2
13302026-08-31T09:27:31.385Z Compiling serde_derive_internals v0.29.1
13312026-08-31T09:27:31.406Z Compiling signal-hook-registry v1.4.8
13322026-08-31T09:27:31.565Z Compiling mio v1.2.2
13332026-08-31T09:27:31.643Z Compiling portable-atomic v1.15.0
13342026-08-31T09:27:31.698Z Compiling cmake v0.1.58
13352026-08-31T09:27:31.839Z Compiling serde_derive v1.0.229
13362026-08-31T09:27:31.871Z Compiling displaydoc v0.2.7
13372026-08-31T09:27:32.025Z Compiling thiserror-impl v2.0.20
13382026-08-31T09:27:32.054Z Compiling tokio-macros v2.7.2
13392026-08-31T09:27:32.072Z Compiling futures-macro v0.3.34
13402026-08-31T09:27:32.128Z Compiling dunce v1.0.5
13412026-08-31T09:27:32.138Z Compiling typenum v1.20.1
13422026-08-31T09:27:32.218Z Compiling fs_extra v1.3.0
13432026-08-31T09:27:32.476Z Compiling aws-lc-sys v0.44.0
13442026-08-31T09:27:32.610Z Compiling zerofrom-derive v0.1.7
13452026-08-31T09:27:32.647Z Compiling yoke-derive v0.8.2
13462026-08-31T09:27:32.786Z Compiling zerovec-derive v0.11.3
13472026-08-31T09:27:32.949Z Compiling schemars_derive v0.8.22
13482026-08-31T09:27:32.980Z Compiling zerocopy-derive v0.8.56
13492026-08-31T09:27:33.348Z Compiling zeroize_derive v1.5.0
13502026-08-31T09:27:33.654Z Compiling futures-util v0.3.34
13512026-08-31T09:27:33.841Z Compiling zerofrom v0.1.8
13522026-08-31T09:27:33.886Z Compiling base64 v0.22.1
13532026-08-31T09:27:33.963Z Compiling yoke v0.8.3
13542026-08-31T09:27:34.020Z Compiling zeroize v1.9.0
13552026-08-31T09:27:34.147Z Compiling zerovec v0.11.6
13562026-08-31T09:27:34.156Z Compiling zerotrie v0.2.4
13572026-08-31T09:27:34.234Z Compiling strsim v0.11.1
13582026-08-31T09:27:34.312Z Compiling rustix v1.1.4
13592026-08-31T09:27:34.455Z Compiling byteorder v1.5.0
13602026-08-31T09:27:34.628Z Compiling tinystr v0.8.3
13612026-08-31T09:27:34.656Z Compiling potential_utf v0.1.5
13622026-08-31T09:27:34.672Z Compiling critical-section v1.2.0
13632026-08-31T09:27:34.764Z Compiling icu_collections v2.2.0
13642026-08-31T09:27:34.803Z Compiling icu_locale_core v2.2.0
13652026-08-31T09:27:34.814Z Compiling once_cell v1.21.4
13662026-08-31T09:27:34.853Z Compiling getrandom v0.3.4
13672026-08-31T09:27:34.990Z Compiling bytes v1.12.1
13682026-08-31T09:27:35.019Z Compiling chrono v0.4.45
13692026-08-31T09:27:35.167Z Compiling erased-serde v0.3.31
13702026-08-31T09:27:35.298Z Compiling subtle v2.6.1
13712026-08-31T09:27:35.444Z Compiling http v1.5.0
13722026-08-31T09:27:35.628Z Compiling icu_provider v2.2.0
13732026-08-31T09:27:35.644Z Compiling tokio v1.53.1
13742026-08-31T09:27:35.847Z Compiling icu_properties v2.2.0
13752026-08-31T09:27:35.939Z Compiling icu_normalizer v2.2.0
13762026-08-31T09:27:35.962Z Compiling regex-syntax v0.8.11
13772026-08-31T09:27:36.414Z Compiling serde_tokenstream v0.2.3
13782026-08-31T09:27:36.486Z Compiling http-body v1.1.0
13792026-08-31T09:27:36.525Z Compiling atomic-waker v1.1.2
13802026-08-31T09:27:36.636Z Compiling ipnet v2.12.1
13812026-08-31T09:27:36.648Z Compiling httparse v1.10.1
13822026-08-31T09:27:36.690Z Compiling tower-service v0.3.3
13832026-08-31T09:27:36.778Z Compiling idna_adapter v1.2.2
13842026-08-31T09:27:36.912Z Compiling idna v1.1.0
13852026-08-31T09:27:37.018Z Compiling tower-layer v0.3.3
13862026-08-31T09:27:37.037Z Compiling ucd-trie v0.1.7
13872026-08-31T09:27:37.159Z Compiling thiserror v1.0.69
13882026-08-31T09:27:37.176Z Compiling pest v2.8.8
13892026-08-31T09:27:37.330Z Compiling url v2.5.8
13902026-08-31T09:27:37.386Z Compiling ppv-lite86 v0.2.21
13912026-08-31T09:27:37.674Z Compiling thiserror-impl v1.0.69
13922026-08-31T09:27:37.693Z Compiling getrandom v0.2.17
13932026-08-31T09:27:37.947Z Compiling untrusted v0.9.0
13942026-08-31T09:27:38.066Z Compiling ryu v1.0.23
13952026-08-31T09:27:38.242Z Compiling try-lock v0.2.5
13962026-08-31T09:27:38.254Z Compiling pest_meta v2.8.8
13972026-08-31T09:27:38.348Z Compiling want v0.3.1
13982026-08-31T09:27:38.433Z Compiling rand_core v0.6.4
13992026-08-31T09:27:38.515Z Compiling httpdate v1.0.3
14002026-08-31T09:27:38.648Z Compiling pretty-hex v0.4.2
14012026-08-31T09:27:38.659Z Compiling plain v0.2.3
14022026-08-31T09:27:38.756Z Compiling ipnetwork v0.21.1
14032026-08-31T09:27:38.769Z Compiling paste v1.0.15
14042026-08-31T09:27:38.781Z Compiling foldhash v0.2.0
14052026-08-31T09:27:38.946Z Compiling pest_generator v2.8.8
14062026-08-31T09:27:39.004Z Compiling oxnet v0.1.7
14072026-08-31T09:27:39.082Z Compiling tracing-core v0.1.36
14082026-08-31T09:27:39.178Z Compiling tracing-attributes v0.1.31
14092026-08-31T09:27:39.395Z Compiling slog v2.8.2
14102026-08-31T09:27:39.534Z Compiling winnow v1.0.4
14112026-08-31T09:27:39.546Z Compiling ident_case v1.0.1
14122026-08-31T09:27:39.557Z Compiling pest_derive v2.8.8
14132026-08-31T09:27:39.611Z Compiling omicron-workspace-hack v0.1.0
14142026-08-31T09:27:39.681Z Compiling serde_urlencoded v0.7.1
14152026-08-31T09:27:39.825Z Compiling http-body-util v0.1.5
14162026-08-31T09:27:39.954Z Compiling aho-corasick v1.1.5
14172026-08-31T09:27:40.150Z Compiling sync_wrapper v1.0.2
14182026-08-31T09:27:40.252Z Compiling daft-derive v0.1.8
14192026-08-31T09:27:40.363Z Compiling tracing v0.1.44
14202026-08-31T09:27:40.497Z Compiling fastrand v2.5.0
14212026-08-31T09:27:40.597Z Compiling hashbrown v0.16.1
14222026-08-31T09:27:40.755Z Compiling regex-automata v0.4.18
14232026-08-31T09:27:40.781Z Compiling scroll_derive v0.13.1
14242026-08-31T09:27:41.176Z Compiling num-conv v0.2.2
14252026-08-31T09:27:41.309Z Compiling time-core v0.1.9
14262026-08-31T09:27:41.327Z Compiling anyhow v1.0.104
14272026-08-31T09:27:41.404Z Compiling tokio-util v0.7.19
14282026-08-31T09:27:41.490Z Compiling time-macros v0.2.32
14292026-08-31T09:27:41.605Z Compiling scroll v0.13.0
14302026-08-31T09:27:41.837Z Compiling async-trait v0.1.92
14312026-08-31T09:27:41.866Z Compiling deranged v0.5.8
14322026-08-31T09:27:42.149Z Compiling aws-lc-rs v1.18.0
14332026-08-31T09:27:42.223Z Compiling powerfmt v0.2.0
14342026-08-31T09:27:42.428Z Compiling regex v1.13.1
14352026-08-31T09:27:42.439Z Compiling num_threads v0.1.7
14362026-08-31T09:27:42.659Z Compiling goblin v0.10.7
14372026-08-31T09:27:42.770Z Compiling rustls-pki-types v1.15.1
14382026-08-31T09:27:42.802Z Compiling hex v0.4.3
14392026-08-31T09:27:42.875Z Compiling openssl-probe v0.2.1
14402026-08-31T09:27:42.960Z Compiling untrusted v0.7.1
14412026-08-31T09:27:43.065Z Compiling usdt-impl v0.6.0
14422026-08-31T09:27:43.077Z Compiling camino v1.2.5
14432026-08-31T09:27:43.080Z Compiling dtrace-parser v0.3.0
14442026-08-31T09:27:43.327Z Compiling rustls v0.23.43
14452026-08-31T09:27:43.396Z Compiling crc32fast v1.5.0
14462026-08-31T09:27:43.447Z Compiling crossbeam-utils v0.8.22
14472026-08-31T09:27:43.695Z Compiling h2 v0.4.15
14482026-08-31T09:27:43.717Z Compiling thread-id v5.1.0
14492026-08-31T09:27:43.963Z Compiling futures-executor v0.3.34
14502026-08-31T09:27:43.978Z Compiling serde_tokenstream v0.3.0
14512026-08-31T09:27:44.242Z Compiling structmeta-derive v0.3.0
14522026-08-31T09:27:44.264Z Compiling thread_local v1.1.10
14532026-08-31T09:27:44.276Z Compiling simd-adler32 v0.3.10
14542026-08-31T09:27:44.472Z Compiling adler2 v2.0.1
14552026-08-31T09:27:44.530Z Compiling cpufeatures v0.3.0
14562026-08-31T09:27:44.555Z Compiling miniz_oxide v0.8.9
14572026-08-31T09:27:44.596Z Compiling newtype-uuid-macros v0.1.1
14582026-08-31T09:27:44.596Z Compiling futures v0.3.34
14592026-08-31T09:27:44.686Z Compiling rand_core v0.9.5
14602026-08-31T09:27:44.889Z Compiling darling_core v0.23.0
14612026-08-31T09:27:45.201Z Compiling hybrid-array v0.4.14
14622026-08-31T09:27:45.273Z Compiling structmeta v0.3.0
14632026-08-31T09:27:45.370Z Compiling match_cfg v0.1.0
14642026-08-31T09:27:45.439Z Compiling slog-async v2.8.0
14652026-08-31T09:27:45.466Z Compiling flate2 v1.1.9
14662026-08-31T09:27:45.577Z Compiling dof v0.4.0
14672026-08-31T09:27:45.652Z Compiling newtype-uuid v1.4.0
14682026-08-31T09:27:45.756Z Compiling ref-cast v1.0.26
14692026-08-31T09:27:45.869Z Compiling hyper v1.11.0
14702026-08-31T09:27:45.988Z Compiling quick-error v1.2.3
14712026-08-31T09:27:46.056Z Compiling compression-core v0.4.32
14722026-08-31T09:27:46.088Z Compiling term v1.2.1
14732026-08-31T09:27:46.209Z Compiling take_mut v0.2.2
14742026-08-31T09:27:46.773Z Compiling compression-codecs v0.4.38
14752026-08-31T09:27:46.862Z Compiling daft v0.1.8
14762026-08-31T09:27:46.920Z Compiling crypto-common v0.2.2
14772026-08-31T09:27:46.940Z Compiling darling_macro v0.23.0
14782026-08-31T09:27:47.020Z Compiling hyper-util v0.1.20
14792026-08-31T09:27:47.025Z Compiling block-buffer v0.12.1
14802026-08-31T09:27:47.212Z Compiling rand_chacha v0.9.0
14812026-08-31T09:27:47.216Z Compiling strum_macros v0.26.4
14822026-08-31T09:27:47.536Z Compiling darling v0.23.0
14832026-08-31T09:27:47.551Z Compiling ref-cast-impl v1.0.26
14842026-08-31T09:27:47.613Z Compiling serde_spanned v1.1.1
14852026-08-31T09:27:47.628Z Compiling multer v3.1.0
14862026-08-31T09:27:47.697Z Compiling usdt-attr-macro v0.6.0
14872026-08-31T09:27:47.754Z Compiling usdt-macro v0.6.0
14882026-08-31T09:27:47.844Z Compiling const-oid v0.10.2
14892026-08-31T09:27:47.873Z Compiling bit-vec v0.8.0
14902026-08-31T09:27:48.091Z Compiling debug-ignore v1.0.5
14912026-08-31T09:27:48.147Z Compiling toml_writer v1.1.2+spec-1.1.0
14922026-08-31T09:27:48.225Z Compiling bit-set v0.8.0
14932026-08-31T09:27:48.252Z Compiling digest v0.11.3
14942026-08-31T09:27:48.415Z Compiling serde_with_macros v3.22.0
14952026-08-31T09:27:48.419Z Compiling rand v0.9.5
14962026-08-31T09:27:48.423Z Compiling async-stream-impl v0.3.6
14972026-08-31T09:27:48.729Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14982026-08-31T09:27:48.861Z Compiling strum v0.26.3
14992026-08-31T09:27:48.925Z Compiling dropshot v0.17.1
15002026-08-31T09:27:48.954Z Compiling encoding_rs v0.8.35
15012026-08-31T09:27:48.986Z Compiling mime v0.3.17
15022026-08-31T09:27:48.998Z Compiling spin v0.9.9
15032026-08-31T09:27:49.054Z Compiling unarray v0.1.4
15042026-08-31T09:27:49.102Z Compiling async-stream v0.3.6
15052026-08-31T09:27:49.153Z Compiling sha1 v0.11.0
15062026-08-31T09:27:49.182Z Compiling derive-ex v0.1.8
15072026-08-31T09:27:49.197Z Compiling tower v0.5.3
15082026-08-31T09:27:49.246Z Compiling dropshot_endpoint v0.17.1
15092026-08-31T09:27:49.269Z Compiling waitgroup v0.1.2
15102026-08-31T09:27:49.410Z Compiling macaddr v1.0.1
15112026-08-31T09:27:49.417Z Compiling serde_path_to_error v0.1.20
15122026-08-31T09:27:49.714Z Compiling tower-http v0.6.11
15132026-08-31T09:27:49.751Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15142026-08-31T09:27:49.876Z Compiling time v0.3.55
15152026-08-31T09:27:50.077Z Compiling tempfile v3.27.0
15162026-08-31T09:27:50.498Z Compiling openapiv3 v2.2.0
15172026-08-31T09:27:50.586Z Compiling strum_macros v0.27.2
15182026-08-31T09:27:50.735Z Compiling test-strategy v0.4.5
15192026-08-31T09:27:50.873Z Compiling instant v0.1.13
15202026-08-31T09:27:50.981Z Compiling syn v1.0.109
15212026-08-31T09:27:51.519Z Compiling crossbeam-channel v0.5.16
15222026-08-31T09:27:51.954Z Compiling rustls-native-certs v0.8.4
15232026-08-31T09:27:52.286Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15242026-08-31T09:27:52.362Z Compiling strum v0.27.2
15252026-08-31T09:27:52.486Z Compiling either v1.17.0
15262026-08-31T09:27:52.876Z Compiling parse-display-derive v0.10.0
15272026-08-31T09:27:53.287Z Compiling backon v1.6.0
15282026-08-31T09:27:53.437Z Compiling rand_chacha v0.3.1
15292026-08-31T09:27:53.696Z Compiling generic-array v0.14.7
15302026-08-31T09:27:53.724Z Compiling is-terminal v0.4.17
15312026-08-31T09:27:53.751Z Compiling memmap2 v0.9.11
15322026-08-31T09:27:53.898Z Compiling usdt v0.6.0
15332026-08-31T09:27:53.958Z Compiling slog-term v2.9.2
15342026-08-31T09:27:53.970Z Compiling rand v0.8.7
15352026-08-31T09:27:54.023Z Compiling slog-json v2.6.1
15362026-08-31T09:27:54.181Z Compiling hostname v0.3.1
15372026-08-31T09:27:54.230Z Compiling toml_parser v1.1.3+spec-1.1.0
15382026-08-31T09:27:54.351Z Compiling toml_datetime v1.1.1+spec-1.1.0
15392026-08-31T09:27:54.546Z Compiling wait-timeout v0.2.1
15402026-08-31T09:27:54.573Z Compiling slog-bunyan v2.5.0
15412026-08-31T09:27:54.628Z Compiling toml v1.1.4+spec-1.1.0
15422026-08-31T09:27:54.666Z Compiling rusty-fork v0.3.1
15432026-08-31T09:27:54.698Z Compiling serde_with v3.22.0
15442026-08-31T09:27:54.843Z Compiling async-compression v0.4.43
15452026-08-31T09:27:54.941Z Compiling rand_xorshift v0.4.0
15462026-08-31T09:27:55.008Z Compiling rustls-pemfile v2.2.0
15472026-08-31T09:27:55.068Z Compiling regress v0.10.5
15482026-08-31T09:27:55.111Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15492026-08-31T09:27:55.148Z Compiling hostname v0.4.2
15502026-08-31T09:27:55.195Z Compiling humantime v2.4.0
15512026-08-31T09:27:55.277Z Compiling proptest v1.11.0
15522026-08-31T09:27:55.463Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15532026-08-31T09:27:55.526Z Compiling iddqd v0.4.6
15542026-08-31T09:27:55.571Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15552026-08-31T09:27:55.586Z Compiling crypto-common v0.1.7
15562026-08-31T09:27:55.714Z Compiling reqwest v0.12.28
15572026-08-31T09:27:56.125Z Compiling parse-display v0.10.0
15582026-08-31T09:27:56.441Z Compiling backoff v0.4.0
15592026-08-31T09:27:56.473Z Compiling itertools v0.14.0
15602026-08-31T09:27:56.644Z Compiling progenitor-client v0.10.0
15612026-08-31T09:27:56.752Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15622026-08-31T09:27:57.296Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15632026-08-31T09:27:57.719Z Compiling utf8parse v0.2.2
15642026-08-31T09:27:57.827Z Compiling anstyle-parse v1.0.0
15652026-08-31T09:27:58.014Z Compiling anstyle-query v1.1.5
15662026-08-31T09:27:58.123Z Compiling colorchoice v1.0.5
15672026-08-31T09:27:58.186Z Compiling anstyle v1.0.14
15682026-08-31T09:27:58.241Z Compiling is_terminal_polyfill v1.70.2
15692026-08-31T09:27:58.304Z Compiling clap_lex v1.1.0
15702026-08-31T09:27:58.417Z Compiling anstream v1.0.0
15712026-08-31T09:27:58.548Z Compiling block-buffer v0.10.4
15722026-08-31T09:27:58.558Z Compiling clap_derive v4.6.4
15732026-08-31T09:27:58.741Z Compiling digest v0.10.7
15742026-08-31T09:27:58.873Z Compiling terminal_size v0.4.4
15752026-08-31T09:27:59.209Z Compiling clap_builder v4.6.6
15762026-08-31T09:27:59.222Z Compiling regress v0.11.1
15772026-08-31T09:27:59.604Z Compiling unicode-width v0.2.2
15782026-08-31T09:28:00.692Z Compiling toml_datetime v0.6.11
15792026-08-31T09:28:00.960Z Compiling clap v4.6.6
15802026-08-31T09:28:01.039Z Compiling typify-impl v0.6.2
15812026-08-31T09:28:01.312Z Compiling zerocopy-derive v0.7.35
15822026-08-31T09:28:01.559Z Compiling cpufeatures v0.2.17
15832026-08-31T09:28:01.726Z Compiling convert_case v0.4.0
15842026-08-31T09:28:02.020Z Compiling derive_more v0.99.20
15852026-08-31T09:28:02.172Z Compiling zerocopy v0.7.35
15862026-08-31T09:28:03.211Z Compiling toml_edit v0.25.13+spec-1.1.0
15872026-08-31T09:28:03.924Z Compiling proc-macro-crate v3.5.0
15882026-08-31T09:28:04.028Z Compiling secrecy v0.10.3
15892026-08-31T09:28:04.178Z Compiling tinyvec_macros v0.1.1
15902026-08-31T09:28:04.246Z Compiling crucible-workspace-hack v0.1.0
15912026-08-31T09:28:04.304Z Compiling float-ord v0.3.2
15922026-08-31T09:28:04.332Z Compiling num_enum_derive v0.7.6
15932026-08-31T09:28:04.441Z Compiling tinyvec v1.12.0
15942026-08-31T09:28:04.815Z Compiling dtrace-parser v0.2.0
15952026-08-31T09:28:05.068Z Compiling scroll_derive v0.12.1
15962026-08-31T09:28:05.370Z Compiling num-integer v0.1.47
15972026-08-31T09:28:05.620Z Compiling rustc_version v0.4.1
15982026-08-31T09:28:05.667Z Compiling usdt-impl v0.5.0
15992026-08-31T09:28:05.778Z Compiling crossbeam-epoch v0.9.20
16002026-08-31T09:28:05.891Z Compiling curve25519-dalek v4.1.3
16012026-08-31T09:28:06.007Z Compiling scroll v0.12.0
16022026-08-31T09:28:06.057Z Compiling num_enum v0.7.6
16032026-08-31T09:28:06.238Z Compiling dof v0.3.0
16042026-08-31T09:28:06.334Z Compiling hmac v0.12.1
16052026-08-31T09:28:06.470Z Compiling inout v0.1.4
16062026-08-31T09:28:06.577Z Compiling darling_core v0.21.3
16072026-08-31T09:28:06.605Z Compiling ff v0.13.1
16082026-08-31T09:28:06.617Z Compiling thread-id v4.2.2
16092026-08-31T09:28:06.629Z Compiling cipher v0.4.4
16102026-08-31T09:28:06.728Z Compiling group v0.13.0
16112026-08-31T09:28:06.847Z Compiling hkdf v0.12.4
16122026-08-31T09:28:06.984Z Compiling goblin v0.8.2
16132026-08-31T09:28:07.417Z Compiling num-rational v0.4.2
16142026-08-31T09:28:07.428Z Compiling typify-macro v0.6.2
16152026-08-31T09:28:07.512Z Compiling num-iter v0.1.46
16162026-08-31T09:28:07.661Z Compiling universal-hash v0.5.1
16172026-08-31T09:28:07.688Z Compiling thiserror-impl-no-std v2.0.2
16182026-08-31T09:28:07.783Z Compiling hubpack_derive v0.1.1
16192026-08-31T09:28:08.060Z Compiling crypto-bigint v0.5.5
16202026-08-31T09:28:08.351Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16212026-08-31T09:28:08.696Z Compiling darling_macro v0.21.3
16222026-08-31T09:28:08.831Z Compiling half v2.7.1
16232026-08-31T09:28:09.125Z Compiling curve25519-dalek-derive v0.1.1
16242026-08-31T09:28:09.135Z Compiling num-complex v0.4.6
16252026-08-31T09:28:09.479Z Compiling memoffset v0.9.1
16262026-08-31T09:28:09.522Z Compiling ciborium-io v0.2.2
16272026-08-31T09:28:09.578Z Compiling typify v0.6.2
16282026-08-31T09:28:09.609Z Compiling opaque-debug v0.3.1
16292026-08-31T09:28:09.619Z Compiling base64ct v1.8.3
16302026-08-31T09:28:09.665Z Compiling cfg_aliases v0.2.2
16312026-08-31T09:28:09.677Z Compiling unsafe-libyaml v0.2.11
16322026-08-31T09:28:09.707Z Compiling base16ct v0.2.0
16332026-08-31T09:28:09.734Z Compiling nix v0.31.3
16342026-08-31T09:28:09.857Z Compiling password-hash v0.5.0
16352026-08-31T09:28:09.909Z Compiling elliptic-curve v0.13.8
16362026-08-31T09:28:10.173Z Compiling serde_yaml v0.9.34+deprecated
16372026-08-31T09:28:10.192Z Compiling poly1305 v0.8.0
16382026-08-31T09:28:10.280Z Compiling ciborium-ll v0.2.2
16392026-08-31T09:28:10.588Z Compiling num v0.4.3
16402026-08-31T09:28:10.658Z Compiling darling v0.21.3
16412026-08-31T09:28:10.738Z Compiling thiserror-no-std v2.0.2
16422026-08-31T09:28:10.931Z Compiling hubpack v0.1.2
16432026-08-31T09:28:11.294Z Compiling chacha20 v0.9.1
16442026-08-31T09:28:11.413Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16452026-08-31T09:28:11.518Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16462026-08-31T09:28:11.911Z Compiling blake2 v0.10.6
16472026-08-31T09:28:12.016Z Compiling aead v0.5.2
16482026-08-31T09:28:12.105Z Compiling byte-wrapper v0.1.0
16492026-08-31T09:28:12.173Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16502026-08-31T09:28:12.378Z Compiling proc-macro-error-attr v1.0.4
16512026-08-31T09:28:12.541Z Compiling static_assertions v1.1.0
16522026-08-31T09:28:12.602Z Compiling rustix v0.38.44
16532026-08-31T09:28:12.613Z Compiling heapless v0.8.0
16542026-08-31T09:28:12.626Z Compiling keccak v0.1.6
16552026-08-31T09:28:12.886Z Compiling prettyplease v0.2.37
16562026-08-31T09:28:13.102Z Compiling sha3 v0.10.9
16572026-08-31T09:28:13.507Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16582026-08-31T09:28:13.619Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16592026-08-31T09:28:13.673Z Compiling chacha20poly1305 v0.10.1
16602026-08-31T09:28:13.804Z Compiling argon2 v0.5.3
16612026-08-31T09:28:14.172Z Compiling vsss-rs v3.3.4
16622026-08-31T09:28:14.267Z Compiling ingot-macros v0.1.1
16632026-08-31T09:28:14.315Z Compiling ciborium v0.2.2
16642026-08-31T09:28:14.895Z Compiling usdt-macro v0.5.0
16652026-08-31T09:28:14.952Z Compiling usdt-attr-macro v0.5.0
16662026-08-31T09:28:16.010Z Compiling serde_spanned v0.6.9
16672026-08-31T09:28:16.105Z Compiling hash32 v0.3.1
16682026-08-31T09:28:16.146Z Compiling num-derive v0.4.2
16692026-08-31T09:28:16.168Z Compiling enum-as-inner v0.6.1
16702026-08-31T09:28:16.217Z Compiling proc-macro-error v1.0.4
16712026-08-31T09:28:16.247Z Compiling memmap v0.7.0
16722026-08-31T09:28:16.431Z Compiling smoltcp v0.11.0
16732026-08-31T09:28:16.443Z Compiling winnow v0.7.15
16742026-08-31T09:28:16.606Z Compiling data-encoding v2.11.1
16752026-08-31T09:28:16.733Z Compiling indent_write v2.2.0
16762026-08-31T09:28:16.764Z Compiling winnow v0.5.40
16772026-08-31T09:28:16.861Z Compiling toml_write v0.1.2
16782026-08-31T09:28:17.004Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16792026-08-31T09:28:17.013Z Compiling ingot-types v0.1.2
16802026-08-31T09:28:17.076Z Compiling usdt v0.5.0
16812026-08-31T09:28:17.292Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16822026-08-31T09:28:17.333Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16832026-08-31T09:28:17.422Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16842026-08-31T09:28:17.797Z Compiling toml_edit v0.22.27
16852026-08-31T09:28:17.857Z Compiling tabwriter v1.4.1
16862026-08-31T09:28:17.936Z Compiling cobs v0.3.0
16872026-08-31T09:28:18.130Z Compiling toml_edit v0.19.15
16882026-08-31T09:28:18.162Z Compiling serde_repr v0.1.21
16892026-08-31T09:28:18.165Z Compiling managed v0.8.0
16902026-08-31T09:28:18.380Z Compiling bytecount v0.6.9
16912026-08-31T09:28:18.514Z Compiling crossbeam-deque v0.8.7
16922026-08-31T09:28:18.548Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
16932026-08-31T09:28:18.736Z Compiling vcpkg v0.2.15
16942026-08-31T09:28:18.792Z Compiling bitflags v1.3.2
16952026-08-31T09:28:18.816Z Compiling postcard v1.1.3
16962026-08-31T09:28:19.282Z Compiling openssl-sys v0.9.117
16972026-08-31T09:28:19.390Z Compiling proc-macro-crate v1.3.1
16982026-08-31T09:28:19.721Z Compiling toml v0.8.23
16992026-08-31T09:28:19.900Z Compiling ingot v0.1.1
17002026-08-31T09:28:20.175Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
17012026-08-31T09:28:20.484Z Compiling foreign-types-macros v0.2.4
17022026-08-31T09:28:20.736Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17032026-08-31T09:28:21.048Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17042026-08-31T09:28:21.092Z Compiling rayon-core v1.13.0
17052026-08-31T09:28:21.127Z Compiling colored v3.1.1
17062026-08-31T09:28:21.267Z Compiling linked-hash-map v0.5.6
17072026-08-31T09:28:21.299Z Compiling heck v0.4.1
17082026-08-31T09:28:21.355Z Compiling rustls-webpki v0.103.14
17092026-08-31T09:28:21.503Z Compiling foreign-types-shared v0.3.1
17102026-08-31T09:28:21.515Z Compiling resolv-conf v0.7.6
17112026-08-31T09:28:21.597Z Compiling semver v0.1.20
17122026-08-31T09:28:21.686Z Compiling unicode-segmentation v1.13.3
17132026-08-31T09:28:21.700Z Compiling swrite v0.1.0
17142026-08-31T09:28:21.775Z Compiling rustc_version v0.1.7
17152026-08-31T09:28:21.788Z Compiling foreign-types v0.5.0
17162026-08-31T09:28:21.859Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17172026-08-31T09:28:21.885Z Compiling lru-cache v0.1.2
17182026-08-31T09:28:22.003Z Compiling newline-converter v0.3.0
17192026-08-31T09:28:22.102Z Compiling num_enum_derive v0.5.11
17202026-08-31T09:28:22.236Z Compiling atomicwrites v0.4.4
17212026-08-31T09:28:22.397Z Compiling hickory-proto v0.24.4
17222026-08-31T09:28:22.477Z Compiling progenitor-impl v0.13.0
17232026-08-31T09:28:22.491Z Compiling progenitor-impl v0.14.0
17242026-08-31T09:28:23.064Z Compiling console v0.16.4
17252026-08-31T09:28:23.190Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17262026-08-31T09:28:23.713Z Compiling camino-tempfile v1.4.1
17272026-08-31T09:28:23.727Z Compiling chacha20 v0.10.1
17282026-08-31T09:28:23.891Z Compiling serde-big-array v0.5.1
17292026-08-31T09:28:23.950Z Compiling derive-where v1.6.1
17302026-08-31T09:28:23.986Z Compiling pin-project-internal v1.1.13
17312026-08-31T09:28:24.031Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17322026-08-31T09:28:24.552Z Compiling cstr-argument v0.1.2
17332026-08-31T09:28:24.706Z Compiling tokio-rustls v0.26.4
17342026-08-31T09:28:24.977Z Compiling hyper-rustls v0.27.9
17352026-08-31T09:28:25.065Z Compiling rustls-platform-verifier v0.7.0
17362026-08-31T09:28:25.202Z Compiling reqwest v0.13.4
17372026-08-31T09:28:26.117Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17382026-08-31T09:28:26.145Z Compiling minimal-lexical v0.2.1
17392026-08-31T09:28:26.336Z Compiling similar v3.2.0
17402026-08-31T09:28:26.402Z Compiling progenitor-client v0.14.0
17412026-08-31T09:28:26.463Z Compiling siphasher v1.0.3
17422026-08-31T09:28:26.657Z Compiling progenitor-extras v0.2.0
17432026-08-31T09:28:26.696Z Compiling phf_shared v0.12.1
17442026-08-31T09:28:26.870Z Compiling progenitor-client v0.13.0
17452026-08-31T09:28:26.910Z Compiling nom v7.1.3
17462026-08-31T09:28:27.172Z Compiling expectorate v1.3.0
17472026-08-31T09:28:27.874Z Compiling progenitor-macro v0.13.0
17482026-08-31T09:28:28.113Z Compiling progenitor-macro v0.14.0
17492026-08-31T09:28:28.301Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-08-31T09:28:29.570Z Compiling pin-project v1.1.13
17512026-08-31T09:28:29.673Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17522026-08-31T09:28:30.405Z Compiling hickory-resolver v0.24.4
17532026-08-31T09:28:30.451Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17542026-08-31T09:28:32.210Z Compiling rand v0.10.2
17552026-08-31T09:28:32.752Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17562026-08-31T09:28:33.124Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-08-31T09:28:33.275Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17582026-08-31T09:28:33.383Z Compiling num_enum v0.5.11
17592026-08-31T09:28:33.476Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17602026-08-31T09:28:33.501Z Compiling newtype_derive v0.1.6
17612026-08-31T09:28:34.460Z Compiling unicode-normalization v0.1.25
17622026-08-31T09:28:34.936Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17632026-08-31T09:28:35.108Z Compiling tokio-stream v0.1.19
17642026-08-31T09:28:35.193Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-08-31T09:28:35.205Z Compiling snafu-derive v0.8.9
17662026-08-31T09:28:35.587Z Compiling async-recursion v1.1.1
17672026-08-31T09:28:35.840Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17682026-08-31T09:28:35.976Z Compiling slog-dtrace v0.3.0
17692026-08-31T09:28:36.138Z Compiling bstr v1.13.1
17702026-08-31T09:28:36.213Z Compiling csv-core v0.1.13
17712026-08-31T09:28:36.279Z Compiling owo-colors v4.3.0
17722026-08-31T09:28:36.480Z Compiling unicode-xid v0.2.6
17732026-08-31T09:28:36.630Z Compiling foldhash v0.1.5
17742026-08-31T09:28:36.630Z Compiling cancel-safe-futures v0.1.5
17752026-08-31T09:28:36.655Z Compiling chrono-tz v0.10.4
17762026-08-31T09:28:36.790Z Compiling unicode-width v0.1.14
17772026-08-31T09:28:36.853Z Compiling openssl v0.10.81
17782026-08-31T09:28:36.865Z Compiling highway v1.3.0
17792026-08-31T09:28:36.865Z Compiling jiff-core v0.1.0
17802026-08-31T09:28:36.933Z Compiling konst_macro_rules v0.2.19
17812026-08-31T09:28:37.063Z Compiling foreign-types-shared v0.1.1
17822026-08-31T09:28:37.110Z Compiling same-file v1.0.6
17832026-08-31T09:28:37.137Z Compiling foreign-types v0.3.2
17842026-08-31T09:28:37.151Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17852026-08-31T09:28:37.211Z Compiling walkdir v2.5.0
17862026-08-31T09:28:37.262Z Compiling konst v0.2.20
17872026-08-31T09:28:37.282Z Compiling snafu v0.8.9
17882026-08-31T09:28:37.388Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17892026-08-31T09:28:37.498Z Compiling hashbrown v0.15.5
17902026-08-31T09:28:37.574Z Compiling const_format_proc_macros v0.2.34
17912026-08-31T09:28:37.674Z Compiling jiff v0.2.35
17922026-08-31T09:28:37.844Z Compiling globset v0.4.20
17932026-08-31T09:28:38.095Z Compiling csv v1.4.0
17942026-08-31T09:28:38.247Z Compiling qorb v0.4.1
17952026-08-31T09:28:38.453Z Compiling progenitor v0.13.0
17962026-08-31T09:28:38.668Z Compiling progenitor v0.14.0
17972026-08-31T09:28:38.766Z Compiling olpc-cjson v0.1.4
17982026-08-31T09:28:38.807Z Compiling rayon v1.12.0
17992026-08-31T09:28:39.123Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18002026-08-31T09:28:39.473Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18012026-08-31T09:28:40.307Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-08-31T09:28:40.402Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-08-31T09:28:40.460Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18042026-08-31T09:28:40.606Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-08-31T09:28:41.146Z Compiling phf v0.12.1
18062026-08-31T09:28:41.302Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18072026-08-31T09:28:41.727Z Compiling zone_cfg_derive v0.3.1
18082026-08-31T09:28:41.739Z Compiling tokio-dtrace v0.1.1
18092026-08-31T09:28:41.785Z Compiling itertools v0.12.1
18102026-08-31T09:28:41.825Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18112026-08-31T09:28:42.004Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-08-31T09:28:42.032Z Compiling libsw-core v0.3.2
18132026-08-31T09:28:42.205Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18142026-08-31T09:28:42.424Z Compiling serde_plain v1.0.2
18152026-08-31T09:28:42.598Z Compiling pem v3.0.6
18162026-08-31T09:28:42.609Z Compiling openssl-macros v0.1.1
18172026-08-31T09:28:42.636Z Compiling cookie v0.18.2
18182026-08-31T09:28:42.872Z Compiling sigpipe v0.1.3
18192026-08-31T09:28:43.000Z Compiling typed-path v0.9.3
18202026-08-31T09:28:43.023Z Compiling fixedbitset v0.5.7
18212026-08-31T09:28:43.056Z Compiling fixedbitset v0.4.2
18222026-08-31T09:28:43.089Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18232026-08-31T09:28:43.115Z Compiling glob v0.3.4
18242026-08-31T09:28:43.297Z Compiling petgraph v0.8.3
18252026-08-31T09:28:43.336Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-08-31T09:28:43.370Z Compiling petgraph v0.6.5
18272026-08-31T09:28:43.906Z Compiling tough v0.22.0
18282026-08-31T09:28:44.103Z Compiling zone v0.3.1
18292026-08-31T09:28:44.412Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18302026-08-31T09:28:44.908Z Compiling libsw v3.5.0
18312026-08-31T09:28:44.927Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-08-31T09:28:45.080Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18332026-08-31T09:28:45.131Z Compiling oxide-tokio-rt v0.1.6
18342026-08-31T09:28:45.143Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-08-31T09:28:45.243Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18362026-08-31T09:28:45.401Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18372026-08-31T09:28:45.436Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-08-31T09:28:45.972Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-08-31T09:28:46.444Z Compiling const_format v0.2.36
18402026-08-31T09:28:46.854Z Compiling papergrid v0.11.0
18412026-08-31T09:28:46.874Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-08-31T09:28:46.980Z Compiling tabled_derive v0.7.0
18432026-08-31T09:28:47.083Z Compiling gethostname v0.5.0
18442026-08-31T09:28:47.204Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18452026-08-31T09:28:47.378Z Compiling libscf-sys v1.2.0
18462026-08-31T09:28:47.439Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-08-31T09:28:47.518Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18482026-08-31T09:28:47.559Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-08-31T09:28:47.608Z Compiling smf v0.2.3
18502026-08-31T09:28:47.677Z Compiling bcs v0.1.6
18512026-08-31T09:28:47.985Z Compiling nom v8.0.0
18522026-08-31T09:28:48.095Z Compiling linear-map v1.2.0
18532026-08-31T09:28:48.289Z Compiling termtree v0.5.1
18542026-08-31T09:28:48.333Z Compiling whoami v1.6.1
18552026-08-31T09:28:48.417Z Compiling unicode-linebreak v0.1.5
18562026-08-31T09:28:48.441Z Compiling lazy_static v1.5.0
18572026-08-31T09:28:48.545Z Compiling tagptr v0.2.0
18582026-08-31T09:28:48.653Z Compiling smawk v0.3.3
18592026-08-31T09:28:48.667Z Compiling steno v0.4.1
18602026-08-31T09:28:48.701Z Compiling moka v0.12.16
18612026-08-31T09:28:48.781Z Compiling textwrap v0.16.2
18622026-08-31T09:28:48.976Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-08-31T09:28:49.300Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-08-31T09:28:49.507Z Compiling tabled v0.15.0
18652026-08-31T09:28:49.961Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-08-31T09:28:50.308Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-08-31T09:28:50.950Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-08-31T09:28:51.914Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-08-31T09:28:52.033Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18702026-08-31T09:28:52.228Z Compiling papergrid v0.18.0
18712026-08-31T09:28:52.820Z Compiling hickory-proto v0.25.2
18722026-08-31T09:28:52.861Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18732026-08-31T09:28:53.296Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18742026-08-31T09:28:53.588Z Compiling tabled v0.21.0
18752026-08-31T09:28:53.663Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18762026-08-31T09:28:53.920Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18772026-08-31T09:28:54.329Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18782026-08-31T09:28:54.720Z Compiling itertools v0.15.0
18792026-08-31T09:28:55.477Z Compiling hickory-resolver v0.25.2
18802026-08-31T09:28:56.062Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18812026-08-31T09:28:56.341Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18822026-08-31T09:28:56.381Z Compiling parking_lot_core v0.8.6
18832026-08-31T09:28:56.413Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-08-31T09:28:56.536Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18852026-08-31T09:28:57.424Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18862026-08-31T09:28:57.770Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-08-31T09:28:57.899Z Compiling crc8 v0.1.1
18882026-08-31T09:28:57.986Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18892026-08-31T09:28:57.989Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18902026-08-31T09:28:58.033Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18912026-08-31T09:28:58.242Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18922026-08-31T09:28:58.418Z Compiling parking_lot v0.11.2
18932026-08-31T09:28:58.585Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18942026-08-31T09:28:58.644Z Compiling fxhash v0.2.1
18952026-08-31T09:28:58.649Z Compiling internet-checksum v0.2.1
18962026-08-31T09:28:58.667Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
18972026-08-31T09:28:58.783Z Compiling sled v0.34.7
18982026-08-31T09:28:59.175Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-08-31T09:28:59.861Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19002026-08-31T09:29:07.540Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-08-31T09:29:09.165Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-08-31T09:29:10.230Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19032026-08-31T09:29:11.186Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19042026-08-31T09:29:12.015Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19052026-08-31T09:29:13.479Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19062026-08-31T09:29:40.586Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 13s
19072026-08-31T09:29:40.774Z────────────
19082026-08-31T09:29:40.774Z Nextest run ID 6af2aebd-974f-4189-a24f-99272580857b with nextest profile: default
19092026-08-31T09:29:40.774Z Starting 49 tests across 3 binaries
19102026-08-31T09:29:40.777Z START bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
19112026-08-31T09:29:40.781Z
19122026-08-31T09:29:40.781Zrunning 1 test
19132026-08-31T09:29:41.226Ztest dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down ... ok
19142026-08-31T09:29:41.226Z
19152026-08-31T09:29:41.226Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.44s
19162026-08-31T09:29:41.226Z
19172026-08-31T09:29:41.235Z PASS [ 0.459s] bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
19182026-08-31T09:29:41.235Z START bfd dispatcher::proptests::state_machine
19192026-08-31T09:29:41.243Z
19202026-08-31T09:29:41.243Zrunning 1 test
19212026-08-31T09:29:41.517Ztest dispatcher::proptests::state_machine ... ok
19222026-08-31T09:29:41.517Z
19232026-08-31T09:29:41.517Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.27s
19242026-08-31T09:29:41.517Z
19252026-08-31T09:29:41.521Z PASS [ 0.284s] bfd dispatcher::proptests::state_machine
19262026-08-31T09:29:41.521Z START bfd dispatcher::proptests::state_machine_with_bind_failures
19272026-08-31T09:29:41.526Z
19282026-08-31T09:29:41.526Zrunning 1 test
19292026-08-31T09:29:41.773Ztest dispatcher::proptests::state_machine_with_bind_failures ... ok
19302026-08-31T09:29:41.773Z
19312026-08-31T09:29:41.773Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.25s
19322026-08-31T09:29:41.773Z
19332026-08-31T09:29:41.776Z PASS [ 0.257s] bfd dispatcher::proptests::state_machine_with_bind_failures
19342026-08-31T09:29:41.776Z START bfd dispatcher::tests::bounded_channel_drops_excess_packets
19352026-08-31T09:29:41.783Z
19362026-08-31T09:29:41.783Zrunning 1 test
19372026-08-31T09:29:41.786Ztest dispatcher::tests::bounded_channel_drops_excess_packets ... ok
19382026-08-31T09:29:41.786Z
19392026-08-31T09:29:41.786Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19402026-08-31T09:29:41.786Z
19412026-08-31T09:29:41.786Z PASS [ 0.011s] bfd dispatcher::tests::bounded_channel_drops_excess_packets
19422026-08-31T09:29:41.786Z START bfd dispatcher::tests::delivers_packet_from_registered_peer
19432026-08-31T09:29:41.792Z
19442026-08-31T09:29:41.792Zrunning 1 test
19452026-08-31T09:29:41.795Ztest dispatcher::tests::delivers_packet_from_registered_peer ... ok
19462026-08-31T09:29:41.795Z
19472026-08-31T09:29:41.795Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19482026-08-31T09:29:41.798Z
19492026-08-31T09:29:41.798Z PASS [ 0.009s] bfd dispatcher::tests::delivers_packet_from_registered_peer
19502026-08-31T09:29:41.798Z START bfd dispatcher::tests::drops_malformed_packet_but_task_survives
19512026-08-31T09:29:41.801Z
19522026-08-31T09:29:41.801Zrunning 1 test
19532026-08-31T09:29:41.804Ztest dispatcher::tests::drops_malformed_packet_but_task_survives ... ok
19542026-08-31T09:29:41.804Z
19552026-08-31T09:29:41.804Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19562026-08-31T09:29:41.804Z
19572026-08-31T09:29:41.804Z PASS [ 0.009s] bfd dispatcher::tests::drops_malformed_packet_but_task_survives
19582026-08-31T09:29:41.804Z START bfd dispatcher::tests::drops_packet_from_unregistered_peer
19592026-08-31T09:29:41.810Z
19602026-08-31T09:29:41.810Zrunning 1 test
19612026-08-31T09:29:42.114Ztest dispatcher::tests::drops_packet_from_unregistered_peer ... ok
19622026-08-31T09:29:42.114Z
19632026-08-31T09:29:42.114Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
19642026-08-31T09:29:42.114Z
19652026-08-31T09:29:42.117Z PASS [ 0.312s] bfd dispatcher::tests::drops_packet_from_unregistered_peer
19662026-08-31T09:29:42.117Z START bfd dispatcher::tests::rx_closed_after_last_peer_removed
19672026-08-31T09:29:42.125Z
19682026-08-31T09:29:42.125Zrunning 1 test
19692026-08-31T09:29:42.128Ztest dispatcher::tests::rx_closed_after_last_peer_removed ... ok
19702026-08-31T09:29:42.128Z
19712026-08-31T09:29:42.128Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19722026-08-31T09:29:42.128Z
19732026-08-31T09:29:42.128Z PASS [ 0.012s] bfd dispatcher::tests::rx_closed_after_last_peer_removed
19742026-08-31T09:29:42.128Z START bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
19752026-08-31T09:29:42.134Z
19762026-08-31T09:29:42.134Zrunning 1 test
19772026-08-31T09:29:42.138Ztest dispatcher::tests::shutdown_waits_for_task_to_be_dropped ... ok
19782026-08-31T09:29:42.138Z
19792026-08-31T09:29:42.138Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19802026-08-31T09:29:42.138Z
19812026-08-31T09:29:42.138Z PASS [ 0.009s] bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
19822026-08-31T09:29:42.138Z START bfd egress::tests::binds_ports_in_expected_range
19832026-08-31T09:29:42.144Z
19842026-08-31T09:29:42.144Zrunning 1 test
19852026-08-31T09:29:42.147Ztest egress::tests::binds_ports_in_expected_range ... ok
19862026-08-31T09:29:42.148Z
19872026-08-31T09:29:42.148Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19882026-08-31T09:29:42.148Z
19892026-08-31T09:29:42.148Z PASS [ 0.009s] bfd egress::tests::binds_ports_in_expected_range
19902026-08-31T09:29:42.148Z START bfd egress::tests::egress_socket_sets_hop_limit_v6
19912026-08-31T09:29:42.154Z
19922026-08-31T09:29:42.154Zrunning 1 test
19932026-08-31T09:29:42.158Ztest egress::tests::egress_socket_sets_hop_limit_v6 ... ok
19942026-08-31T09:29:42.158Z
19952026-08-31T09:29:42.158Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
19962026-08-31T09:29:42.158Z
19972026-08-31T09:29:42.158Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_hop_limit_v6
19982026-08-31T09:29:42.158Z START bfd egress::tests::egress_socket_sets_ttl_v4
19992026-08-31T09:29:42.162Z
20002026-08-31T09:29:42.162Zrunning 1 test
20012026-08-31T09:29:42.165Ztest egress::tests::egress_socket_sets_ttl_v4 ... ok
20022026-08-31T09:29:42.165Z
20032026-08-31T09:29:42.165Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20042026-08-31T09:29:42.165Z
20052026-08-31T09:29:42.165Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_ttl_v4
20062026-08-31T09:29:42.165Z START bfd egress::tests::exits_when_channel_closed
20072026-08-31T09:29:42.170Z
20082026-08-31T09:29:42.170Zrunning 1 test
20092026-08-31T09:29:42.173Ztest egress::tests::exits_when_channel_closed ... ok
20102026-08-31T09:29:42.173Z
20112026-08-31T09:29:42.173Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20122026-08-31T09:29:42.173Z
20132026-08-31T09:29:42.173Z PASS [ 0.009s] bfd egress::tests::exits_when_channel_closed
20142026-08-31T09:29:42.173Z START bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
20152026-08-31T09:29:42.180Z
20162026-08-31T09:29:42.180Zrunning 1 test
20172026-08-31T09:29:42.183Ztest egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range ... ok
20182026-08-31T09:29:42.183Z
20192026-08-31T09:29:42.183Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20202026-08-31T09:29:42.183Z
20212026-08-31T09:29:42.183Z PASS [ 0.008s] bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
20222026-08-31T09:29:42.183Z START bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
20232026-08-31T09:29:42.187Z
20242026-08-31T09:29:42.187Zrunning 1 test
20252026-08-31T09:29:42.190Ztest egress_src_port_iter::tests::port_choices_wrap_around_at_end ... ok
20262026-08-31T09:29:42.190Z
20272026-08-31T09:29:42.190Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20282026-08-31T09:29:42.190Z
20292026-08-31T09:29:42.190Z PASS [ 0.008s] bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
20302026-08-31T09:29:42.190Z START bfd egress_src_port_iter::tests::src_port_is_always_in_range
20312026-08-31T09:29:42.194Z
20322026-08-31T09:29:42.194Zrunning 1 test
20332026-08-31T09:29:42.199Ztest egress_src_port_iter::tests::src_port_is_always_in_range ... ok
20342026-08-31T09:29:42.199Z
20352026-08-31T09:29:42.202Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
20362026-08-31T09:29:42.202Z
20372026-08-31T09:29:42.202Z PASS [ 0.012s] bfd egress_src_port_iter::tests::src_port_is_always_in_range
20382026-08-31T09:29:42.202Z START bfd rib::tests::exits_when_state_channel_closed
20392026-08-31T09:29:42.207Z
20402026-08-31T09:29:42.207Zrunning 1 test
20412026-08-31T09:29:42.211Ztest rib::tests::exits_when_state_channel_closed ... ok
20422026-08-31T09:29:42.211Z
20432026-08-31T09:29:42.211Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20442026-08-31T09:29:42.211Z
20452026-08-31T09:29:42.211Z PASS [ 0.009s] bfd rib::tests::exits_when_state_channel_closed
20462026-08-31T09:29:42.211Z START bfd rib::tests::initial_down_state_is_synced
20472026-08-31T09:29:42.215Z
20482026-08-31T09:29:42.215Zrunning 1 test
20492026-08-31T09:29:42.318Ztest rib::tests::initial_down_state_is_synced ... ok
20502026-08-31T09:29:42.318Z
20512026-08-31T09:29:42.318Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20522026-08-31T09:29:42.318Z
20532026-08-31T09:29:42.321Z PASS [ 0.110s] bfd rib::tests::initial_down_state_is_synced
20542026-08-31T09:29:42.321Z START bfd rib::tests::real_transitions_are_synced
20552026-08-31T09:29:42.326Z
20562026-08-31T09:29:42.326Zrunning 1 test
20572026-08-31T09:29:42.631Ztest rib::tests::real_transitions_are_synced ... ok
20582026-08-31T09:29:42.631Z
20592026-08-31T09:29:42.631Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
20602026-08-31T09:29:42.631Z
20612026-08-31T09:29:42.634Z PASS [ 0.314s] bfd rib::tests::real_transitions_are_synced
20622026-08-31T09:29:42.634Z START bfd rib::tests::redundant_shutdown_states_are_not_resynced
20632026-08-31T09:29:42.641Z
20642026-08-31T09:29:42.641Zrunning 1 test
20652026-08-31T09:29:42.995Ztest rib::tests::redundant_shutdown_states_are_not_resynced ... ok
20662026-08-31T09:29:42.995Z
20672026-08-31T09:29:42.999Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.35s
20682026-08-31T09:29:42.999Z
20692026-08-31T09:29:42.999Z PASS [ 0.363s] bfd rib::tests::redundant_shutdown_states_are_not_resynced
20702026-08-31T09:29:42.999Z START bfd session::tests::counts_incoming_packets
20712026-08-31T09:29:43.004Z
20722026-08-31T09:29:43.004Zrunning 1 test
20732026-08-31T09:29:43.108Ztest session::tests::counts_incoming_packets ... ok
20742026-08-31T09:29:43.108Z
20752026-08-31T09:29:43.108Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20762026-08-31T09:29:43.108Z
20772026-08-31T09:29:43.111Z PASS [ 0.112s] bfd session::tests::counts_incoming_packets
20782026-08-31T09:29:43.111Z START bfd session::tests::down_to_up_directly
20792026-08-31T09:29:43.116Z
20802026-08-31T09:29:43.116Zrunning 1 test
20812026-08-31T09:29:43.220Ztest session::tests::down_to_up_directly ... ok
20822026-08-31T09:29:43.220Z
20832026-08-31T09:29:43.220Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
20842026-08-31T09:29:43.220Z
20852026-08-31T09:29:43.223Z PASS [ 0.112s] bfd session::tests::down_to_up_directly
20862026-08-31T09:29:43.223Z START bfd session::tests::emits_outgoing_control_packet
20872026-08-31T09:29:43.227Z
20882026-08-31T09:29:43.227Zrunning 1 test
20892026-08-31T09:29:43.230Ztest session::tests::emits_outgoing_control_packet ... ok
20902026-08-31T09:29:43.230Z
20912026-08-31T09:29:43.230Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20922026-08-31T09:29:43.230Z
20932026-08-31T09:29:43.234Z PASS [ 0.010s] bfd session::tests::emits_outgoing_control_packet
20942026-08-31T09:29:43.234Z START bfd session::tests::exits_when_listener_channel_closes
20952026-08-31T09:29:43.239Z
20962026-08-31T09:29:43.239Zrunning 1 test
20972026-08-31T09:29:43.242Ztest session::tests::exits_when_listener_channel_closes ... ok
20982026-08-31T09:29:43.242Z
20992026-08-31T09:29:43.242Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21002026-08-31T09:29:43.242Z
21012026-08-31T09:29:43.242Z PASS [ 0.010s] bfd session::tests::exits_when_listener_channel_closes
21022026-08-31T09:29:43.242Z START bfd session::tests::handshake_down_init_up_publishes_each_state
21032026-08-31T09:29:43.247Z
21042026-08-31T09:29:43.247Zrunning 1 test
21052026-08-31T09:29:43.452Ztest session::tests::handshake_down_init_up_publishes_each_state ... ok
21062026-08-31T09:29:43.452Z
21072026-08-31T09:29:43.452Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21082026-08-31T09:29:43.452Z
21092026-08-31T09:29:43.455Z PASS [ 0.213s] bfd session::tests::handshake_down_init_up_publishes_each_state
21102026-08-31T09:29:43.455Z START bfd session::tests::init_to_down_on_peer_admin_down
21112026-08-31T09:29:43.467Z
21122026-08-31T09:29:43.467Zrunning 1 test
21132026-08-31T09:29:43.666Ztest session::tests::init_to_down_on_peer_admin_down ... ok
21142026-08-31T09:29:43.666Z
21152026-08-31T09:29:43.666Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21162026-08-31T09:29:43.666Z
21172026-08-31T09:29:43.669Z PASS [ 0.213s] bfd session::tests::init_to_down_on_peer_admin_down
21182026-08-31T09:29:43.669Z START bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
21192026-08-31T09:29:43.675Z
21202026-08-31T09:29:43.675Zrunning 1 test
21212026-08-31T09:29:43.777Ztest session::tests::peer_state_that_does_not_advance_is_a_no_op ... ok
21222026-08-31T09:29:43.777Z
21232026-08-31T09:29:43.777Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21242026-08-31T09:29:43.777Z
21252026-08-31T09:29:43.782Z PASS [ 0.111s] bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
21262026-08-31T09:29:43.782Z START bfd session::tests::poll_packet_elicits_final_response_on_egress
21272026-08-31T09:29:43.785Z
21282026-08-31T09:29:43.785Zrunning 1 test
21292026-08-31T09:29:43.789Ztest session::tests::poll_packet_elicits_final_response_on_egress ... ok
21302026-08-31T09:29:43.789Z
21312026-08-31T09:29:43.789Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21322026-08-31T09:29:43.789Z
21332026-08-31T09:29:43.789Z PASS [ 0.010s] bfd session::tests::poll_packet_elicits_final_response_on_egress
21342026-08-31T09:29:43.789Z START bfd session::tests::recv_timeout_drives_session_down
21352026-08-31T09:29:43.794Z
21362026-08-31T09:29:43.795Zrunning 1 test
21372026-08-31T09:29:45.314Ztest session::tests::recv_timeout_drives_session_down ... ok
21382026-08-31T09:29:45.314Z
21392026-08-31T09:29:45.314Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 1.52s
21402026-08-31T09:29:45.314Z
21412026-08-31T09:29:45.317Z PASS [ 1.528s] bfd session::tests::recv_timeout_drives_session_down
21422026-08-31T09:29:45.318Z START bfd session::tests::up_to_down_on_peer_admin_down
21432026-08-31T09:29:45.325Z
21442026-08-31T09:29:45.325Zrunning 1 test
21452026-08-31T09:29:45.530Ztest session::tests::up_to_down_on_peer_admin_down ... ok
21462026-08-31T09:29:45.530Z
21472026-08-31T09:29:45.530Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.21s
21482026-08-31T09:29:45.530Z
21492026-08-31T09:29:45.533Z PASS [ 0.215s] bfd session::tests::up_to_down_on_peer_admin_down
21502026-08-31T09:29:45.534Z START bfd session::tests::up_to_down_on_peer_down
21512026-08-31T09:29:45.540Z
21522026-08-31T09:29:45.540Zrunning 1 test
21532026-08-31T09:29:45.745Ztest session::tests::up_to_down_on_peer_down ... ok
21542026-08-31T09:29:45.745Z
21552026-08-31T09:29:45.745Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21562026-08-31T09:29:45.745Z
21572026-08-31T09:29:45.748Z PASS [ 0.214s] bfd session::tests::up_to_down_on_peer_down
21582026-08-31T09:29:45.748Z START bfd sm::tests::arbitrary_local_config_never_panics
21592026-08-31T09:29:45.753Z
21602026-08-31T09:29:45.753Zrunning 1 test
21612026-08-31T09:29:45.991Ztest sm::tests::arbitrary_local_config_never_panics ... ok
21622026-08-31T09:29:45.991Z
21632026-08-31T09:29:45.991Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.24s
21642026-08-31T09:29:45.991Z
21652026-08-31T09:29:45.994Z PASS [ 0.247s] bfd sm::tests::arbitrary_local_config_never_panics
21662026-08-31T09:29:45.995Z START bfd sm::tests::arbitrary_sequences_uphold_invariants
21672026-08-31T09:29:46.000Z
21682026-08-31T09:29:46.000Zrunning 1 test
21692026-08-31T09:29:46.488Ztest sm::tests::arbitrary_sequences_uphold_invariants ... ok
21702026-08-31T09:29:46.488Z
21712026-08-31T09:29:46.488Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.49s
21722026-08-31T09:29:46.488Z
21732026-08-31T09:29:46.492Z PASS [ 0.495s] bfd sm::tests::arbitrary_sequences_uphold_invariants
21742026-08-31T09:29:46.492Z START bfd sm::tests::bounded_consecutive_loss_keeps_session_up
21752026-08-31T09:29:46.495Z
21762026-08-31T09:29:46.495Zrunning 1 test
21772026-08-31T09:29:46.510Ztest sm::tests::bounded_consecutive_loss_keeps_session_up ... ok
21782026-08-31T09:29:46.510Z
21792026-08-31T09:29:46.510Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
21802026-08-31T09:29:46.510Z
21812026-08-31T09:29:46.513Z PASS [ 0.023s] bfd sm::tests::bounded_consecutive_loss_keeps_session_up
21822026-08-31T09:29:46.513Z START bfd sm::tests::clean_channel_converges_to_up
21832026-08-31T09:29:46.517Z
21842026-08-31T09:29:46.517Zrunning 1 test
21852026-08-31T09:29:46.521Ztest sm::tests::clean_channel_converges_to_up ... ok
21862026-08-31T09:29:46.521Z
21872026-08-31T09:29:46.521Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21882026-08-31T09:29:46.521Z
21892026-08-31T09:29:46.521Z PASS [ 0.008s] bfd sm::tests::clean_channel_converges_to_up
21902026-08-31T09:29:46.521Z START bfd sm::tests::demand_mode_suppresses_unsolicited_sends
21912026-08-31T09:29:46.526Z
21922026-08-31T09:29:46.526Zrunning 1 test
21932026-08-31T09:29:46.529Ztest sm::tests::demand_mode_suppresses_unsolicited_sends ... ok
21942026-08-31T09:29:46.530Z
21952026-08-31T09:29:46.530Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21962026-08-31T09:29:46.530Z
21972026-08-31T09:29:46.530Z PASS [ 0.008s] bfd sm::tests::demand_mode_suppresses_unsolicited_sends
21982026-08-31T09:29:46.530Z START bfd sm::tests::large_local_tx_interval_saturates_on_wire
21992026-08-31T09:29:46.533Z
22002026-08-31T09:29:46.533Zrunning 1 test
22012026-08-31T09:29:46.536Ztest sm::tests::large_local_tx_interval_saturates_on_wire ... ok
22022026-08-31T09:29:46.537Z
22032026-08-31T09:29:46.537Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22042026-08-31T09:29:46.537Z
22052026-08-31T09:29:46.537Z PASS [ 0.007s] bfd sm::tests::large_local_tx_interval_saturates_on_wire
22062026-08-31T09:29:46.537Z START bfd sm::tests::poll_flood_grows_response_queue_unboundedly
22072026-08-31T09:29:46.541Z
22082026-08-31T09:29:46.541Zrunning 1 test
22092026-08-31T09:29:46.545Ztest sm::tests::poll_flood_grows_response_queue_unboundedly ... ok
22102026-08-31T09:29:46.545Z
22112026-08-31T09:29:46.545Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22122026-08-31T09:29:46.545Z
22132026-08-31T09:29:46.545Z PASS [ 0.009s] bfd sm::tests::poll_flood_grows_response_queue_unboundedly
22142026-08-31T09:29:46.545Z START bfd sm::tests::poll_response_remains_queued_past_tx_interval
22152026-08-31T09:29:46.550Z
22162026-08-31T09:29:46.551Zrunning 1 test
22172026-08-31T09:29:46.554Ztest sm::tests::poll_response_remains_queued_past_tx_interval ... ok
22182026-08-31T09:29:46.554Z
22192026-08-31T09:29:46.555Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22202026-08-31T09:29:46.555Z
22212026-08-31T09:29:46.555Z PASS [ 0.008s] bfd sm::tests::poll_response_remains_queued_past_tx_interval
22222026-08-31T09:29:46.555Z START bfd sm::tests::poll_triggers_immediate_final_response
22232026-08-31T09:29:46.558Z
22242026-08-31T09:29:46.558Zrunning 1 test
22252026-08-31T09:29:46.558Ztest sm::tests::poll_triggers_immediate_final_response ... ok
22262026-08-31T09:29:46.558Z
22272026-08-31T09:29:46.558Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22282026-08-31T09:29:46.558Z
22292026-08-31T09:29:46.561Z PASS [ 0.008s] bfd sm::tests::poll_triggers_immediate_final_response
22302026-08-31T09:29:46.561Z START bfd sm::tests::recv_deadline_expiry_reports_was_already_down
22312026-08-31T09:29:46.565Z
22322026-08-31T09:29:46.565Zrunning 1 test
22332026-08-31T09:29:46.568Ztest sm::tests::recv_deadline_expiry_reports_was_already_down ... ok
22342026-08-31T09:29:46.568Z
22352026-08-31T09:29:46.568Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22362026-08-31T09:29:46.568Z
22372026-08-31T09:29:46.568Z PASS [ 0.008s] bfd sm::tests::recv_deadline_expiry_reports_was_already_down
22382026-08-31T09:29:46.568Z START bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
22392026-08-31T09:29:46.572Z
22402026-08-31T09:29:46.572Zrunning 1 test
22412026-08-31T09:29:46.577Ztest sm::tests::remote_required_min_rx_zero_stops_periodic_sends ... ok
22422026-08-31T09:29:46.577Z
22432026-08-31T09:29:46.577Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22442026-08-31T09:29:46.577Z
22452026-08-31T09:29:46.577Z PASS [ 0.007s] bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
22462026-08-31T09:29:46.577Z START bfd sm::tests::total_partition_drives_both_down
22472026-08-31T09:29:46.580Z
22482026-08-31T09:29:46.580Zrunning 1 test
22492026-08-31T09:29:46.583Ztest sm::tests::total_partition_drives_both_down ... ok
22502026-08-31T09:29:46.583Z
22512026-08-31T09:29:46.583Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22522026-08-31T09:29:46.584Z
22532026-08-31T09:29:46.584Z PASS [ 0.008s] bfd sm::tests::total_partition_drives_both_down
22542026-08-31T09:29:46.584Z START bfd sm::tests::transition_table_is_exhaustive_and_correct
22552026-08-31T09:29:46.587Z
22562026-08-31T09:29:46.587Zrunning 1 test
22572026-08-31T09:29:46.592Ztest sm::tests::transition_table_is_exhaustive_and_correct ... ok
22582026-08-31T09:29:46.592Z
22592026-08-31T09:29:46.592Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22602026-08-31T09:29:46.592Z
22612026-08-31T09:29:46.592Z PASS [ 0.008s] bfd sm::tests::transition_table_is_exhaustive_and_correct
22622026-08-31T09:29:46.592Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22632026-08-31T09:29:46.598Z
22642026-08-31T09:29:46.598Zrunning 1 test
22652026-08-31T09:29:46.598Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
22662026-08-31T09:29:46.598Z
22672026-08-31T09:29:46.598Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
22682026-08-31T09:29:46.598Z
22692026-08-31T09:29:46.598Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
22702026-08-31T09:29:46.598Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22712026-08-31T09:29:46.603Z
22722026-08-31T09:29:46.603Zrunning 1 test
22732026-08-31T09:29:46.603Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
22742026-08-31T09:29:46.603Z
22752026-08-31T09:29:46.603Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
22762026-08-31T09:29:46.603Z
22772026-08-31T09:29:46.604Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22782026-08-31T09:29:46.604Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22792026-08-31T09:29:46.604Z
22802026-08-31T09:29:46.604Zrunning 1 test
22812026-08-31T09:29:46.608Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
22822026-08-31T09:29:46.608Z
22832026-08-31T09:29:46.608Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
22842026-08-31T09:29:46.608Z
22852026-08-31T09:29:46.608Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22862026-08-31T09:29:46.608Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22872026-08-31T09:29:46.608Z
22882026-08-31T09:29:46.608Zrunning 1 test
22892026-08-31T09:29:46.608Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
22902026-08-31T09:29:46.608Z
22912026-08-31T09:29:46.608Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
22922026-08-31T09:29:46.608Z
22932026-08-31T09:29:46.608Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22942026-08-31T09:29:46.608Z START mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources
22952026-08-31T09:29:46.613Z
22962026-08-31T09:29:46.613Zrunning 1 test
22972026-08-31T09:29:46.613Ztest v13::mrib::tests::unicast_rejects_non_routable_sources ... ok
22982026-08-31T09:29:46.613Z
22992026-08-31T09:29:46.613Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out; finished in 0.00s
23002026-08-31T09:29:46.613Z
23012026-08-31T09:29:46.613Z PASS [ 0.004s] mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources
23022026-08-31T09:29:46.613Z────────────
23032026-08-31T09:29:46.613Z Summary [ 5.837s] 49 tests run: 49 passed, 0 skipped
23042026-08-31T09:29:46.624Zprocess exited: duration 255332 ms, exit code 0
 
23052026-08-31T09:29:46.631Zfound 0 output files