01KZF95XN3W4PSM1NH8XPEZKTD: test-bfd

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

Buildomat Job: 01KZF96BMJVFCS0S3RE594QNSV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T23:34:34.696Zjob assigned to worker 01KZF96KRFDPJERDBT6S7ZDR9E [factory aws, i-0dc313b4f0c068873] (queued for 59 s)
 
22026-08-07T23:34:41.653Zstarting task 0: "setup"
32026-08-07T23:34:41.656Z++ uname -s
42026-08-07T23:34:41.659Z+ kern=SunOS
52026-08-07T23:34:41.659Z+ build_user=build
62026-08-07T23:34:41.659Z+ build_uid=12345
72026-08-07T23:34:41.659Z+ work_dir=/work
82026-08-07T23:34:41.659Z+ input_dir=/input
92026-08-07T23:34:41.659Z+ [[ 0 == 12345 ]]
102026-08-07T23:34:41.659Z+ case "$kern" in
112026-08-07T23:34:41.659Z+ groupadd -g 12345 build
122026-08-07T23:34:41.662Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T23:34:43.665Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T23:34:43.783Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T23:34:43.786Z+ home_fs=zfs
162026-08-07T23:34:43.786Z+ [[ zfs == autofs ]]
172026-08-07T23:34:43.786Z+ mkdir -p /home/build
182026-08-07T23:34:43.786Z+ chown build:build /home/build /work
192026-08-07T23:34:45.787Z+ chmod 0700 /home/build /work
202026-08-07T23:34:45.789Zprocess exited: duration 4136 ms, exit code 0
 
212026-08-07T23:34:45.795Zstarting task 1: "rust-toolchain"
222026-08-07T23:34:45.799Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T23:34:45.799Z * rust toolchain channel = "stable"
242026-08-07T23:34:45.799Z * rust toolchain profile = "default"
252026-08-07T23:34:45.799Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-07T23:34:45.799Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T23:34:45.799Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T23:34:45.802Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T23:34:45.802Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T23:34:45.924Zinfo: downloading installer
312026-08-07T23:34:47.540Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T23:34:47.540Zwarn: /opt/ooce/bin
332026-08-07T23:34:47.540Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T23:34:47.540Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T23:34:47.540Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T23:34:47.540Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T23:34:47.540Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T23:34:47.540Zerror: cannot install while Rust is installed
392026-08-07T23:34:47.540Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T23:34:47.540Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T23:34:47.540Zwarn: /home/build/.rustup/settings.toml
422026-08-07T23:34:47.540Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T23:34:47.540Zwarn: instead of the one inferred from the default host triple.
442026-08-07T23:34:47.553Zinfo: profile set to default
452026-08-07T23:34:47.553Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T23:34:47.556Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T23:34:47.694Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T23:34:47.697Zinfo: downloading 6 components
492026-08-07T23:35:03.058Z
502026-08-07T23:35:03.058Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-07T23:35:03.088Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T23:35:03.088Z
532026-08-07T23:35:03.088Z
542026-08-07T23:35:03.088ZRust is installed now. Great!
552026-08-07T23:35:03.088Z
562026-08-07T23:35:03.089ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T23:35:03.089Zenvironment variable. This has not been done automatically.
582026-08-07T23:35:03.089Z
592026-08-07T23:35:03.089ZTo configure your current shell, you need to source
602026-08-07T23:35:03.089Zthe corresponding env file under $HOME/.cargo.
612026-08-07T23:35:03.089Z
622026-08-07T23:35:03.089ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T23:35:03.089Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T23:35:03.089Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T23:35:03.089Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T23:35:03.089Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T23:35:03.089Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T23:35:03.093Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T23:35:03.093Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T23:35:03.093Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T23:35:03.188Z+ rustup --version
722026-08-07T23:35:03.197Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T23:35:03.200Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T23:35:03.218Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T23:35:03.221Z+ cargo --version
762026-08-07T23:35:03.235Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T23:35:03.238Z+ rustc --version
782026-08-07T23:35:03.258Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T23:35:03.262Zprocess exited: duration 17461 ms, exit code 0
 
802026-08-07T23:35:03.268Zstarting task 2: "authentication"
812026-08-07T23:35:03.284Zprocess exited: duration 16 ms, exit code 0
 
822026-08-07T23:35:03.291Zstarting task 3: "clone repository"
832026-08-07T23:35:03.294Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T23:35:03.297Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T23:35:03.392ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T23:35:05.301Z+ cd /work/oxidecomputer/maghemite
872026-08-07T23:35:05.301Z+ git fetch origin d26d216c80e319295cf5de1ec6ad73827caa5dcc
882026-08-07T23:35:05.824ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T23:35:05.824Z * branch d26d216c80e319295cf5de1ec6ad73827caa5dcc -> FETCH_HEAD
902026-08-07T23:35:05.828Z+ [[ -n trey/md5-auth-key ]]
912026-08-07T23:35:05.831Z++ git branch --show-current
922026-08-07T23:35:05.831Z+ current=main
932026-08-07T23:35:05.831Z+ [[ main != trey/md5-auth-key ]]
942026-08-07T23:35:05.831Z+ git branch -f trey/md5-auth-key d26d216c80e319295cf5de1ec6ad73827caa5dcc
952026-08-07T23:35:05.834Z+ git checkout -f trey/md5-auth-key
962026-08-07T23:35:05.852ZSwitched to branch 'trey/md5-auth-key'
972026-08-07T23:35:05.855Z+ git reset --hard d26d216c80e319295cf5de1ec6ad73827caa5dcc
982026-08-07T23:35:05.871ZHEAD is now at d26d216 Merge branch 'main' into trey/md5-auth-key
992026-08-07T23:35:05.874Zprocess exited: duration 2579 ms, exit code 0
 
1002026-08-07T23:35:05.880Zstarting task 4: "build"
1012026-08-07T23:35:05.884Z+ set -o errexit
1022026-08-07T23:35:05.884Z+ set -o pipefail
1032026-08-07T23:35:05.884Z+ source .github/buildomat/test-common.sh
1042026-08-07T23:35:05.887Z++ NEXTEST_VERSION=0.9.97
1052026-08-07T23:35:05.887Z++ PLATFORM=illumos
1062026-08-07T23:35:05.887Z++ banner install
1072026-08-07T23:35:05.887Z
1082026-08-07T23:35:05.887Z # # # #### ##### ## # #
1092026-08-07T23:35:05.887Z # ## # # # # # # #
1102026-08-07T23:35:05.887Z # # # # #### # # # # #
1112026-08-07T23:35:05.887Z # # # # # # ###### # #
1122026-08-07T23:35:05.887Z # # ## # # # # # # #
1132026-08-07T23:35:05.887Z # # # #### # # # ###### ######
1142026-08-07T23:35:05.887Z
1152026-08-07T23:35:05.887Z++ set +o errexit
1162026-08-07T23:35:05.887Z++ pkg info clang-15
1172026-08-07T23:35:05.890Z++ grep -qi installed
1182026-08-07T23:35:07.426Zpkg: info: no packages matching the following patterns you specified are
1192026-08-07T23:35:07.426Zinstalled on the system. Try querying remotely instead:
1202026-08-07T23:35:07.426Z
1212026-08-07T23:35:07.426Z clang-15
1222026-08-07T23:35:07.468Z++ [[ 1 != 0 ]]
1232026-08-07T23:35:07.468Z++ set -o errexit
1242026-08-07T23:35:07.472Z++ pfexec pkg install clang-15
1252026-08-07T23:35:13.895Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-08-07T23:35:21.624Z Startup: Caching catalogs ... Done
1272026-08-07T23:35:28.924ZPlanning: Solver setup ... Done
1282026-08-07T23:35:28.965ZPlanning: Running solver ... Done
1292026-08-07T23:35:29.106ZPlanning: Finding local manifests ... Done
1302026-08-07T23:35:29.116ZPlanning: Fetching manifests: 0/2 0% complete
1312026-08-07T23:35:29.202ZPlanning: Fetching manifests: 2/2 100% complete
1322026-08-07T23:35:29.231ZPlanning: Package planning ... Done
1332026-08-07T23:35:29.255ZPlanning: Merging actions ... Done
1342026-08-07T23:35:29.359ZPlanning: Checking for conflicting actions ... Done
1352026-08-07T23:35:29.365ZPlanning: Consolidating action changes ... Done
1362026-08-07T23:35:30.067ZPlanning: Evaluating mediators ... Done
1372026-08-07T23:35:30.072ZPlanning: Planning completed in 8.28 seconds
1382026-08-07T23:35:30.315Z Packages to install: 2
1392026-08-07T23:35:30.315Z Mediators to change: 2
1402026-08-07T23:35:30.315Z Services to change: 1
1412026-08-07T23:35:30.315Z Create boot environment: No
1422026-08-07T23:35:30.318ZCreate backup boot environment: No
1432026-08-07T23:35:30.356Z
1442026-08-07T23:35:30.356ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-08-07T23:35:37.188ZDownload: 982/3076 items 82.2/211.3MB 38% complete (26.4M/s)
1462026-08-07T23:35:44.356ZDownload: 984/3076 items 82.2/211.3MB 38% complete
1472026-08-07T23:35:49.618ZDownload: 2044/3076 items 118.3/211.3MB 56% complete (7.4M/s)
1482026-08-07T23:35:54.622ZDownload: 2620/3076 items 119.8/211.3MB 56% complete (3.6M/s)
1492026-08-07T23:36:00.523ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (8.8M/s)
1502026-08-07T23:36:06.319ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (8.7M/s)
1512026-08-07T23:36:13.193ZDownload: 3063/3076 items 208.3/211.3MB 98% complete (857k/s)
1522026-08-07T23:36:20.362ZDownload: 3074/3076 items 211.3/211.3MB 99% complete (1.3M/s)
1532026-08-07T23:36:20.379ZDownload: Completed 211.31 MB in 50.01 seconds (4.2M/s)
1542026-08-07T23:36:20.498Z Actions: 1/3418 actions (Installing new actions)
1552026-08-07T23:36:23.662Z Actions: Completed 3418 actions in 3.16 seconds.
1562026-08-07T23:36:24.308Z Done
1572026-08-07T23:36:24.308Z Done
1582026-08-07T23:36:25.036Z Done
1592026-08-07T23:36:28.356Z Done
1602026-08-07T23:36:28.429Z Done
1612026-08-07T23:36:28.433Z Done
1622026-08-07T23:36:28.693Z Done
1632026-08-07T23:36:29.371Z++ set -o errexit
1642026-08-07T23:36:29.371Z++ cargo --version
1652026-08-07T23:36:29.377Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1662026-08-07T23:36:29.523Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1672026-08-07T23:36:29.526Zinfo: downloading 6 components
1682026-08-07T23:36:44.477Zcargo 1.97.1 (c980f4866 2026-06-30)
1692026-08-07T23:36:44.480Z++ rustc --version
1702026-08-07T23:36:44.507Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1712026-08-07T23:36:44.512Z++ cargo install cargo-nextest --version 0.9.97
1722026-08-07T23:36:44.555Z Updating crates.io index
1732026-08-07T23:36:44.659Z Downloading crates ...
1742026-08-07T23:36:44.711Z Downloaded cargo-nextest v0.9.97
1752026-08-07T23:36:44.769Z Installing cargo-nextest v0.9.97
1762026-08-07T23:36:44.773Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1772026-08-07T23:36:44.773Z |
1782026-08-07T23:36:44.773Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1792026-08-07T23:36:44.773Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1802026-08-07T23:36:44.814Z Updating crates.io index
1812026-08-07T23:36:46.924Z Locking 396 packages to latest compatible versions
1822026-08-07T23:36:46.928Z Adding dialoguer v0.11.0 (available: v0.12.0)
1832026-08-07T23:36:46.931Z Adding duct v0.13.7 (available: v1.1.1)
1842026-08-07T23:36:46.931Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1852026-08-07T23:36:46.931Z Adding generic-array v0.14.7 (available: v0.14.9)
1862026-08-07T23:36:46.934Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1872026-08-07T23:36:46.934Z Adding itertools v0.14.0 (available: v0.15.0)
1882026-08-07T23:36:46.934Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1892026-08-07T23:36:46.934Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1902026-08-07T23:36:46.937Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1912026-08-07T23:36:46.940Z Adding quick-junit v0.5.2 (available: v0.7.0)
1922026-08-07T23:36:46.964Z Downloading crates ...
1932026-08-07T23:36:46.990Z Downloaded adler2 v2.0.1
1942026-08-07T23:36:46.993Z Downloaded addr2line v0.25.1
1952026-08-07T23:36:46.997Z Downloaded digest v0.10.7
1962026-08-07T23:36:46.997Z Downloaded foldhash v0.1.5
1972026-08-07T23:36:46.997Z Downloaded curve25519-dalek-derive v0.1.1
1982026-08-07T23:36:47.001Z Downloaded config v0.15.25
1992026-08-07T23:36:47.003Z Downloaded anstyle-query v1.1.5
2002026-08-07T23:36:47.006Z Downloaded form_urlencoded v1.2.2
2012026-08-07T23:36:47.006Z Downloaded cargo-util-schemas v0.2.0
2022026-08-07T23:36:47.018Z Downloaded aho-corasick v1.1.5
2032026-08-07T23:36:47.023Z Downloaded autocfg v1.5.1
2042026-08-07T23:36:47.026Z Downloaded bitflags v2.13.1
2052026-08-07T23:36:47.029Z Downloaded tinyvec v1.12.0
2062026-08-07T23:36:47.029Z Downloaded block-buffer v0.10.4
2072026-08-07T23:36:47.032Z Downloaded anstyle-parse v1.0.0
2082026-08-07T23:36:47.032Z Downloaded atomicwrites v0.4.4
2092026-08-07T23:36:47.039Z Downloaded cargo-platform v0.2.0
2102026-08-07T23:36:47.042Z Downloaded ppv-lite86 v0.2.21
2112026-08-07T23:36:47.044Z Downloaded pathdiff v0.2.3
2122026-08-07T23:36:47.044Z Downloaded cargo-platform v0.3.3
2132026-08-07T23:36:47.047Z Downloaded backtrace-ext v0.2.1
2142026-08-07T23:36:47.050Z Downloaded pkg-config v0.3.33
2152026-08-07T23:36:47.053Z Downloaded base64ct v1.8.3
2162026-08-07T23:36:47.053Z Downloaded quick-junit v0.5.2
2172026-08-07T23:36:47.056Z Downloaded atomic-waker v1.1.2
2182026-08-07T23:36:47.059Z Downloaded pkcs8 v0.10.2
2192026-08-07T23:36:47.062Z Downloaded quinn-udp v0.5.15
2202026-08-07T23:36:47.062Z Downloaded foreign-types v0.3.2
2212026-08-07T23:36:47.065Z Downloaded quinn v0.11.11
2222026-08-07T23:36:47.065Z Downloaded async-scoped v0.9.0
2232026-08-07T23:36:47.068Z Downloaded rand_core v0.6.4
2242026-08-07T23:36:47.071Z Downloaded debug-ignore v1.0.5
2252026-08-07T23:36:47.071Z Downloaded serde_ignored v0.1.14
2262026-08-07T23:36:47.074Z Downloaded cpufeatures v0.2.17
2272026-08-07T23:36:47.074Z Downloaded foreign-types-shared v0.1.1
2282026-08-07T23:36:47.074Z Downloaded serde_derive v1.0.229
2292026-08-07T23:36:47.077Z Downloaded cpufeatures v0.3.0
2302026-08-07T23:36:47.077Z Downloaded color-spantrace v0.3.0
2312026-08-07T23:36:47.080Z Downloaded serde-value v0.7.0
2322026-08-07T23:36:47.083Z Downloaded crypto-common v0.1.7
2332026-08-07T23:36:47.083Z Downloaded document-features v0.2.12
2342026-08-07T23:36:47.085Z Downloaded rustc_version v0.4.1
2352026-08-07T23:36:47.089Z Downloaded anstream v1.0.0
2362026-08-07T23:36:47.091Z Downloaded camino-tempfile v1.4.1
2372026-08-07T23:36:47.091Z Downloaded os_pipe v1.2.3
2382026-08-07T23:36:47.103Z Downloaded futures-sink v0.3.33
2392026-08-07T23:36:47.106Z Downloaded cfg-if v1.0.4
2402026-08-07T23:36:47.106Z Downloaded tokio-macros v2.7.2
2412026-08-07T23:36:47.109Z Downloaded rustc-hash v2.1.3
2422026-08-07T23:36:47.109Z Downloaded serde_spanned v0.6.9
2432026-08-07T23:36:47.109Z Downloaded equivalent v1.0.2
2442026-08-07T23:36:47.112Z Downloaded futures-task v0.3.33
2452026-08-07T23:36:47.112Z Downloaded enable-ansi-support v0.2.1
2462026-08-07T23:36:47.115Z Downloaded futures-io v0.3.33
2472026-08-07T23:36:47.117Z Downloaded serde_urlencoded v0.7.1
2482026-08-07T23:36:47.117Z Downloaded sync_wrapper v1.0.2
2492026-08-07T23:36:47.117Z Downloaded terminal_size v0.4.4
2502026-08-07T23:36:47.120Z Downloaded futures-macro v0.3.33
2512026-08-07T23:36:47.123Z Downloaded clap_lex v1.1.0
2522026-08-07T23:36:47.123Z Downloaded fnv v1.0.7
2532026-08-07T23:36:47.125Z Downloaded percent-encoding v2.3.2
2542026-08-07T23:36:47.126Z Downloaded signature v2.2.0
2552026-08-07T23:36:47.128Z Downloaded supports-hyperlinks v3.2.0
2562026-08-07T23:36:47.132Z Downloaded serde_path_to_error v0.1.20
2572026-08-07T23:36:47.135Z Downloaded serde_spanned v1.1.1
2582026-08-07T23:36:47.135Z Downloaded rand_core v0.9.5
2592026-08-07T23:36:47.135Z Downloaded cfg_aliases v0.2.2
2602026-08-07T23:36:47.138Z Downloaded colorchoice v1.0.5
2612026-08-07T23:36:47.138Z Downloaded slab v0.4.12
2622026-08-07T23:36:47.138Z Downloaded generic-array v0.14.7
2632026-08-07T23:36:47.141Z Downloaded number_prefix v0.4.0
2642026-08-07T23:36:47.144Z Downloaded signal-hook-mio v0.2.5
2652026-08-07T23:36:47.144Z Downloaded openssl-macros v0.1.1
2662026-08-07T23:36:47.147Z Downloaded subtle v2.6.1
2672026-08-07T23:36:47.147Z Downloaded unicode-xid v0.2.6
2682026-08-07T23:36:47.150Z Downloaded utf8_iter v1.0.4
2692026-08-07T23:36:47.150Z Downloaded openssl-probe v0.2.1
2702026-08-07T23:36:47.150Z Downloaded sigchld v0.2.4
2712026-08-07T23:36:47.150Z Downloaded swrite v0.1.0
2722026-08-07T23:36:47.150Z Downloaded owo-colors v4.3.0
2732026-08-07T23:36:47.153Z Downloaded version_check v0.9.5
2742026-08-07T23:36:47.153Z Downloaded cargo_metadata v0.23.1
2752026-08-07T23:36:47.156Z Downloaded supports-color v3.0.2
2762026-08-07T23:36:47.156Z Downloaded scopeguard v1.2.0
2772026-08-07T23:36:47.156Z Downloaded errno v0.3.14
2782026-08-07T23:36:47.156Z Downloaded fastrand v2.5.0
2792026-08-07T23:36:47.162Z Downloaded duct v0.13.7
2802026-08-07T23:36:47.165Z Downloaded ahash v0.8.12
2812026-08-07T23:36:47.165Z Downloaded parking_lot_core v0.9.12
2822026-08-07T23:36:47.168Z Downloaded supports-unicode v3.0.0
2832026-08-07T23:36:47.168Z Downloaded tinyvec_macros v0.1.1
2842026-08-07T23:36:47.171Z Downloaded hex v0.4.3
2852026-08-07T23:36:47.173Z Downloaded strip-ansi-escapes v0.2.1
2862026-08-07T23:36:47.173Z Downloaded anstyle v1.0.14
2872026-08-07T23:36:47.173Z Downloaded is_ci v1.2.0
2882026-08-07T23:36:47.176Z Downloaded strsim v0.11.1
2892026-08-07T23:36:47.179Z Downloaded mukti-metadata v0.3.0
2902026-08-07T23:36:47.179Z Downloaded thread_local v1.1.10
2912026-08-07T23:36:47.179Z Downloaded indenter v0.3.4
2922026-08-07T23:36:47.183Z Downloaded pin-project-lite v0.2.17
2932026-08-07T23:36:47.186Z Downloaded rand_pcg v0.10.2
2942026-08-07T23:36:47.186Z Downloaded self-replace v1.5.0
2952026-08-07T23:36:47.188Z Downloaded toml_datetime v0.6.11
2962026-08-07T23:36:47.188Z Downloaded untrusted v0.9.0
2972026-08-07T23:36:47.188Z Downloaded tracing-error v0.2.1
2982026-08-07T23:36:47.188Z Downloaded quote v1.0.47
2992026-08-07T23:36:47.192Z Downloaded home v0.5.12
3002026-08-07T23:36:47.194Z Downloaded target-lexicon v0.13.5
3012026-08-07T23:36:47.197Z Downloaded simd-adler32 v0.3.10
3022026-08-07T23:36:47.197Z Downloaded spki v0.7.3
3032026-08-07T23:36:47.200Z Downloaded target-spec-miette v0.4.8
3042026-08-07T23:36:47.200Z Downloaded shell-words v1.1.1
3052026-08-07T23:36:47.200Z Downloaded ordered-float v2.10.1
3062026-08-07T23:36:47.203Z Downloaded futures-executor v0.3.33
3072026-08-07T23:36:47.203Z Downloaded dialoguer v0.11.0
3082026-08-07T23:36:47.205Z Downloaded rustc-demangle v0.1.28
3092026-08-07T23:36:47.205Z Downloaded sha2 v0.10.9
3102026-08-07T23:36:47.208Z Downloaded thiserror v2.0.19
3112026-08-07T23:36:47.211Z Downloaded serde-untagged v0.1.9
3122026-08-07T23:36:47.211Z Downloaded pulldown-cmark v0.13.4
3132026-08-07T23:36:47.213Z Downloaded unicode-linebreak v0.1.5
3142026-08-07T23:36:47.216Z Downloaded filetime v0.2.29
3152026-08-07T23:36:47.216Z Downloaded fixedbitset v0.5.7
3162026-08-07T23:36:47.216Z Downloaded guppy-workspace-hack v0.1.0
3172026-08-07T23:36:47.216Z Downloaded erased-serde v0.4.10
3182026-08-07T23:36:47.219Z Downloaded hyper-tls v0.6.0
3192026-08-07T23:36:47.219Z Downloaded futures-core v0.3.33
3202026-08-07T23:36:47.222Z Downloaded shared_child v1.1.1
3212026-08-07T23:36:47.225Z Downloaded ed25519 v2.2.3
3222026-08-07T23:36:47.228Z Downloaded signal-hook-registry v1.4.8
3232026-08-07T23:36:47.228Z Downloaded static_assertions v1.1.0
3242026-08-07T23:36:47.231Z Downloaded toml_write v0.1.2
3252026-08-07T23:36:47.234Z Downloaded rand_chacha v0.9.0
3262026-08-07T23:36:47.237Z Downloaded thiserror-impl v1.0.69
3272026-08-07T23:36:47.237Z Downloaded thiserror-impl v2.0.19
3282026-08-07T23:36:47.237Z Downloaded lock_api v0.4.14
3292026-08-07T23:36:47.237Z Downloaded rand_core v0.10.1
3302026-08-07T23:36:47.240Z Downloaded cfg-expr v0.20.8
3312026-08-07T23:36:47.240Z Downloaded futures-channel v0.3.33
3322026-08-07T23:36:47.243Z Downloaded thiserror v1.0.69
3332026-08-07T23:36:47.245Z Downloaded tower-service v0.3.3
3342026-08-07T23:36:47.245Z Downloaded typeid v1.0.3
3352026-08-07T23:36:47.245Z Downloaded console v0.15.11
3362026-08-07T23:36:47.252Z Downloaded utf8parse v0.2.2
3372026-08-07T23:36:47.256Z Downloaded urlencoding v2.1.3
3382026-08-07T23:36:47.259Z Downloaded self_update v0.42.0
3392026-08-07T23:36:47.262Z Downloaded semver v1.0.28
3402026-08-07T23:36:47.262Z Downloaded rustls-pki-types v1.15.1
3412026-08-07T23:36:47.265Z Downloaded http-body-util v0.1.4
3422026-08-07T23:36:47.265Z Downloaded shlex v2.0.1
3432026-08-07T23:36:47.265Z Downloaded parking_lot v0.12.5
3442026-08-07T23:36:47.268Z Downloaded itoa v1.0.18
3452026-08-07T23:36:47.268Z Downloaded zeroize v1.9.0
3462026-08-07T23:36:47.268Z Downloaded target-spec v3.6.0
3472026-08-07T23:36:47.270Z Downloaded tokio-native-tls v0.3.1
3482026-08-07T23:36:47.270Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3492026-08-07T23:36:47.270Z Downloaded jobserver v0.1.35
3502026-08-07T23:36:47.273Z Downloaded nested v0.1.1
3512026-08-07T23:36:47.273Z Downloaded proc-macro2 v1.0.107
3522026-08-07T23:36:47.273Z Downloaded want v0.3.1
3532026-08-07T23:36:47.274Z Downloaded humantime v2.4.0
3542026-08-07T23:36:47.276Z Downloaded zipsign-api v0.1.5
3552026-08-07T23:36:47.276Z Downloaded humantime-serde v1.1.1
3562026-08-07T23:36:47.276Z Downloaded http-body v1.1.0
3572026-08-07T23:36:47.279Z Downloaded xattr v1.6.1
3582026-08-07T23:36:47.279Z Downloaded try-lock v0.2.5
3592026-08-07T23:36:47.279Z Downloaded miette-derive v7.6.0
3602026-08-07T23:36:47.282Z Downloaded heck v0.5.0
3612026-08-07T23:36:47.285Z Downloaded const-oid v0.9.6
3622026-08-07T23:36:47.285Z Downloaded smol_str v0.3.6
3632026-08-07T23:36:47.288Z Downloaded tempfile v3.27.0
3642026-08-07T23:36:47.288Z Downloaded tokio-rustls v0.26.4
3652026-08-07T23:36:47.290Z Downloaded convert_case v0.10.0
3662026-08-07T23:36:47.290Z Downloaded iana-time-zone v0.1.65
3672026-08-07T23:36:47.301Z Downloaded clap_derive v4.6.4
3682026-08-07T23:36:47.301Z Downloaded getrandom v0.2.17
3692026-08-07T23:36:47.301Z Downloaded future-queue v0.4.0
3702026-08-07T23:36:47.301Z Downloaded unicase v2.9.0
3712026-08-07T23:36:47.301Z Downloaded find-msvc-tools v0.1.10
3722026-08-07T23:36:47.301Z Downloaded crc32fast v1.5.0
3732026-08-07T23:36:47.302Z Downloaded cargo_metadata v0.20.0
3742026-08-07T23:36:47.305Z Downloaded either v1.17.0
3752026-08-07T23:36:47.305Z Downloaded tower-layer v0.3.3
3762026-08-07T23:36:47.311Z Downloaded toml_writer v1.1.2+spec-1.1.0
3772026-08-07T23:36:47.314Z Downloaded indent_write v2.2.0
3782026-08-07T23:36:47.314Z Downloaded pin-project-internal v1.1.13
3792026-08-07T23:36:47.314Z Downloaded getrandom v0.3.4
3802026-08-07T23:36:47.316Z Downloaded smallvec v1.15.2
3812026-08-07T23:36:47.317Z Downloaded textwrap v0.16.2
3822026-08-07T23:36:47.317Z Downloaded ryu v1.0.23
3832026-08-07T23:36:47.319Z Downloaded tracing-attributes v0.1.31
3842026-08-07T23:36:47.322Z Downloaded camino v1.2.5
3852026-08-07T23:36:47.322Z Downloaded nextest-metadata v0.12.2
3862026-08-07T23:36:47.322Z Downloaded nextest-filtering v0.15.0
3872026-08-07T23:36:47.325Z Downloaded nextest-workspace-hack v0.1.0
3882026-08-07T23:36:47.328Z Downloaded lazy_static v1.5.0
3892026-08-07T23:36:47.331Z Downloaded hyper-rustls v0.27.9
3902026-08-07T23:36:47.331Z Downloaded zstd v0.13.3
3912026-08-07T23:36:47.333Z Downloaded lru-slab v0.1.2
3922026-08-07T23:36:47.337Z Downloaded newtype-uuid v1.4.0
3932026-08-07T23:36:47.341Z Downloaded xxhash-rust v0.8.18
3942026-08-07T23:36:47.341Z Downloaded zmij v1.0.23
3952026-08-07T23:36:47.341Z Downloaded eyre v0.6.12
3962026-08-07T23:36:47.344Z Downloaded signal-hook v0.3.18
3972026-08-07T23:36:47.344Z Downloaded socket2 v0.6.5
3982026-08-07T23:36:47.347Z Downloaded is_terminal_polyfill v1.70.2
3992026-08-07T23:36:47.347Z Downloaded ipnet v2.12.1
4002026-08-07T23:36:47.347Z Downloaded native-tls v0.2.18
4012026-08-07T23:36:47.351Z Downloaded tokio-stream v0.1.19
4022026-08-07T23:36:47.357Z Downloaded idna_adapter v1.0.0
4032026-08-07T23:36:47.359Z Downloaded serde_core v1.0.229
4042026-08-07T23:36:47.360Z Downloaded zstd-safe v7.2.4
4052026-08-07T23:36:47.362Z Downloaded clap v4.6.6
4062026-08-07T23:36:47.365Z Downloaded chacha20 v0.10.1
4072026-08-07T23:36:47.368Z Downloaded derive-where v1.6.1
4082026-08-07T23:36:47.375Z Downloaded sharded-slab v0.1.7
4092026-08-07T23:36:47.378Z Downloaded openssl-sys v0.9.117
4102026-08-07T23:36:47.380Z Downloaded bytes v1.12.1
4112026-08-07T23:36:47.383Z Downloaded log v0.4.33
4122026-08-07T23:36:47.386Z Downloaded unicode-ident v1.0.24
4132026-08-07T23:36:47.389Z Downloaded litrs v1.0.0
4142026-08-07T23:36:47.389Z Downloaded once_cell v1.21.4
4152026-08-07T23:36:47.394Z Downloaded tar v0.4.46
4162026-08-07T23:36:47.397Z Downloaded uuid v1.24.0
4172026-08-07T23:36:47.400Z Downloaded toml v0.8.23
4182026-08-07T23:36:47.404Z Downloaded tracing-core v0.1.36
4192026-08-07T23:36:47.407Z Downloaded tracing-log v0.2.0
4202026-08-07T23:36:47.410Z Downloaded pin-project v1.1.13
4212026-08-07T23:36:47.416Z Downloaded serde v1.0.229
4222026-08-07T23:36:47.420Z Downloaded toml_edit v0.22.27
4232026-08-07T23:36:47.423Z Downloaded borsh v1.8.0
4242026-08-07T23:36:47.426Z Downloaded backtrace v0.3.76
4252026-08-07T23:36:47.426Z Downloaded globset v0.4.20
4262026-08-07T23:36:47.429Z Downloaded base64 v0.22.1
4272026-08-07T23:36:47.429Z Downloaded rand v0.9.5
4282026-08-07T23:36:47.431Z Downloaded toml_parser v1.1.3+spec-1.1.0
4292026-08-07T23:36:47.431Z Downloaded getrandom v0.4.3
4302026-08-07T23:36:47.434Z Downloaded httparse v1.10.1
4312026-08-07T23:36:47.437Z Downloaded derive_more v2.1.1
4322026-08-07T23:36:47.442Z Downloaded num-traits v0.2.19
4332026-08-07T23:36:47.446Z Downloaded toml v1.1.4+spec-1.1.0
4342026-08-07T23:36:47.449Z Downloaded vte v0.14.1
4352026-08-07T23:36:47.449Z Downloaded flate2 v1.1.9
4362026-08-07T23:36:47.453Z Downloaded der v0.7.10
4372026-08-07T23:36:47.457Z Downloaded rand v0.10.2
4382026-08-07T23:36:47.460Z Downloaded futures v0.3.33
4392026-08-07T23:36:47.464Z Downloaded ed25519-dalek v2.2.0
4402026-08-07T23:36:47.467Z Downloaded portable-atomic v1.14.0
4412026-08-07T23:36:47.469Z Downloaded indicatif v0.17.11
4422026-08-07T23:36:47.476Z Downloaded rustls-webpki v0.103.13
4432026-08-07T23:36:47.479Z Downloaded miniz_oxide v0.8.9
4442026-08-07T23:36:47.479Z Downloaded derive_more-impl v2.1.1
4452026-08-07T23:36:47.481Z Downloaded typenum v1.20.1
4462026-08-07T23:36:47.490Z Downloaded cc v1.4.1
4472026-08-07T23:36:47.502Z Downloaded indexmap v2.14.0
4482026-08-07T23:36:47.509Z Downloaded http v1.5.0
4492026-08-07T23:36:47.512Z Downloaded url v2.5.8
4502026-08-07T23:36:47.512Z Downloaded mio v1.2.2
4512026-08-07T23:36:47.514Z Downloaded tower v0.5.3
4522026-08-07T23:36:47.519Z Downloaded unicode-segmentation v1.13.3
4532026-08-07T23:36:47.522Z Downloaded miette v7.6.0
4542026-08-07T23:36:47.525Z Downloaded hyper-util v0.1.20
4552026-08-07T23:36:47.528Z Downloaded ron v0.12.2
4562026-08-07T23:36:47.533Z Downloaded memchr v2.8.3
4572026-08-07T23:36:47.544Z Downloaded unicode-normalization v0.1.25
4582026-08-07T23:36:47.566Z Downloaded crossterm v0.29.0
4592026-08-07T23:36:47.569Z Downloaded regex v1.13.1
4602026-08-07T23:36:47.572Z Downloaded tokio-util v0.7.19
4612026-08-07T23:36:47.575Z Downloaded clap_builder v4.6.6
4622026-08-07T23:36:47.582Z Downloaded futures-util v0.3.33
4632026-08-07T23:36:47.588Z Downloaded tower-http v0.6.11
4642026-08-07T23:36:47.593Z Downloaded hyper v1.11.0
4652026-08-07T23:36:47.598Z Downloaded itertools v0.14.0
4662026-08-07T23:36:47.602Z Downloaded reqwest v0.12.28
4672026-08-07T23:36:47.605Z Downloaded hashbrown v0.15.5
4682026-08-07T23:36:47.607Z Downloaded winnow v0.7.15
4692026-08-07T23:36:47.612Z Downloaded serde_json v1.0.151
4702026-08-07T23:36:47.615Z Downloaded hashbrown v0.17.1
4712026-08-07T23:36:47.618Z Downloaded winnow v1.0.4
4722026-08-07T23:36:47.623Z Downloaded h2 v0.4.15
4732026-08-07T23:36:47.626Z Downloaded guppy v0.17.26
4742026-08-07T23:36:47.640Z Downloaded idna v1.1.0
4752026-08-07T23:36:47.645Z Downloaded quick-xml v0.37.5
4762026-08-07T23:36:47.652Z Downloaded chrono v0.4.45
4772026-08-07T23:36:47.656Z Downloaded quick-xml v0.38.4
4782026-08-07T23:36:47.661Z Downloaded bstr v1.13.0
4792026-08-07T23:36:47.666Z Downloaded webpki-roots v1.0.9
4802026-08-07T23:36:47.680Z Downloaded zerocopy v0.8.56
4812026-08-07T23:36:47.690Z Downloaded nextest-runner v0.80.0
4822026-08-07T23:36:47.696Z Downloaded unicode-width v0.1.14
4832026-08-07T23:36:47.699Z Downloaded curve25519-dalek v4.1.3
4842026-08-07T23:36:47.703Z Downloaded gimli v0.32.3
4852026-08-07T23:36:47.707Z Downloaded quinn-proto v0.11.16
4862026-08-07T23:36:47.711Z Downloaded tracing-subscriber v0.3.23
4872026-08-07T23:36:47.715Z Downloaded nix v0.30.1
4882026-08-07T23:36:47.722Z Downloaded object v0.37.3
4892026-08-07T23:36:47.731Z Downloaded vcpkg v0.2.15
4902026-08-07T23:36:47.751Z Downloaded tracing v0.1.44
4912026-08-07T23:36:47.761Z Downloaded syn v2.0.119
4922026-08-07T23:36:47.766Z Downloaded unicode-width v0.2.2
4932026-08-07T23:36:47.769Z Downloaded syn v3.0.3
4942026-08-07T23:36:47.775Z Downloaded color-eyre v0.6.5
4952026-08-07T23:36:47.779Z Downloaded openssl v0.10.81
4962026-08-07T23:36:47.784Z Downloaded regex-syntax v0.8.11
4972026-08-07T23:36:47.791Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4982026-08-07T23:36:47.800Z Downloaded petgraph v0.8.3
4992026-08-07T23:36:47.811Z Downloaded rustix v0.38.44
5002026-08-07T23:36:47.823Z Downloaded rustls v0.23.43
5012026-08-07T23:36:47.831Z Downloaded rustix v1.1.4
5022026-08-07T23:36:47.887Z Downloaded regex-automata v0.4.18
5032026-08-07T23:36:47.948Z Downloaded libc v0.2.189
5042026-08-07T23:36:47.967Z Downloaded tokio v1.53.1
5052026-08-07T23:36:48.003Z Downloaded ring v0.17.14
5062026-08-07T23:36:48.024Z Downloaded recursion v0.5.4
5072026-08-07T23:36:48.064Z Compiling proc-macro2 v1.0.107
5082026-08-07T23:36:48.067Z Compiling unicode-ident v1.0.24
5092026-08-07T23:36:48.067Z Compiling quote v1.0.47
5102026-08-07T23:36:48.067Z Compiling libc v0.2.189
5112026-08-07T23:36:48.067Z Compiling serde_core v1.0.229
5122026-08-07T23:36:48.067Z Compiling cfg-if v1.0.4
5132026-08-07T23:36:48.067Z Compiling memchr v2.8.3
5142026-08-07T23:36:48.067Z Compiling once_cell v1.21.4
5152026-08-07T23:36:48.305Z Compiling log v0.4.33
5162026-08-07T23:36:48.320Z Compiling pin-project-lite v0.2.17
5172026-08-07T23:36:48.428Z Compiling itoa v1.0.18
5182026-08-07T23:36:48.466Z Compiling serde v1.0.229
5192026-08-07T23:36:48.586Z Compiling smallvec v1.15.2
5202026-08-07T23:36:48.666Z Compiling futures-core v0.3.33
5212026-08-07T23:36:48.801Z Compiling bitflags v2.13.1
5222026-08-07T23:36:48.822Z Compiling hashbrown v0.17.1
5232026-08-07T23:36:48.834Z Compiling shlex v2.0.1
5242026-08-07T23:36:49.070Z Compiling find-msvc-tools v0.1.10
5252026-08-07T23:36:49.208Z Compiling errno v0.3.14
5262026-08-07T23:36:49.246Z Compiling equivalent v1.0.2
5272026-08-07T23:36:49.337Z Compiling signal-hook-registry v1.4.8
5282026-08-07T23:36:49.377Z Compiling jobserver v0.1.35
5292026-08-07T23:36:49.396Z Compiling bytes v1.12.1
5302026-08-07T23:36:49.409Z Compiling mio v1.2.2
5312026-08-07T23:36:49.491Z Compiling syn v3.0.3
5322026-08-07T23:36:49.553Z Compiling syn v2.0.119
5332026-08-07T23:36:49.565Z Compiling rustix v1.1.4
5342026-08-07T23:36:49.706Z Compiling cc v1.4.1
5352026-08-07T23:36:49.805Z Compiling futures-sink v0.3.33
5362026-08-07T23:36:49.932Z Compiling socket2 v0.6.5
5372026-08-07T23:36:50.083Z Compiling zmij v1.0.23
5382026-08-07T23:36:50.305Z Compiling slab v0.4.12
5392026-08-07T23:36:50.430Z Compiling futures-channel v0.3.33
5402026-08-07T23:36:50.521Z Compiling tracing-core v0.1.36
5412026-08-07T23:36:50.709Z Compiling indexmap v2.14.0
5422026-08-07T23:36:50.712Z Compiling serde_json v1.0.151
5432026-08-07T23:36:50.793Z Compiling version_check v0.9.5
5442026-08-07T23:36:51.062Z Compiling futures-task v0.3.33
5452026-08-07T23:36:51.074Z Compiling futures-io v0.3.33
5462026-08-07T23:36:51.237Z Compiling getrandom v0.4.3
5472026-08-07T23:36:51.314Z Compiling unicode-width v0.2.2
5482026-08-07T23:36:51.523Z Compiling percent-encoding v2.3.2
5492026-08-07T23:36:51.545Z Compiling camino v1.2.5
5502026-08-07T23:36:51.622Z Compiling ring v0.17.14
5512026-08-07T23:36:51.793Z Compiling http v1.5.0
5522026-08-07T23:36:51.796Z Compiling simd-adler32 v0.3.10
5532026-08-07T23:36:51.903Z Compiling zeroize v1.9.0
5542026-08-07T23:36:52.098Z Compiling autocfg v1.5.1
5552026-08-07T23:36:52.110Z Compiling adler2 v2.0.1
5562026-08-07T23:36:52.270Z Compiling miniz_oxide v0.8.9
5572026-08-07T23:36:52.392Z Compiling serde_derive v1.0.229
5582026-08-07T23:36:52.440Z Compiling tokio-macros v2.7.2
5592026-08-07T23:36:52.637Z Compiling num-traits v0.2.19
5602026-08-07T23:36:53.178Z Compiling tokio v1.53.1
5612026-08-07T23:36:53.191Z Compiling futures-macro v0.3.33
5622026-08-07T23:36:53.448Z Compiling tracing-attributes v0.1.31
5632026-08-07T23:36:53.648Z Compiling zerocopy v0.8.56
5642026-08-07T23:36:53.682Z Compiling target-lexicon v0.13.5
5652026-08-07T23:36:53.859Z Compiling getrandom v0.3.4
5662026-08-07T23:36:54.012Z Compiling futures-util v0.3.33
5672026-08-07T23:36:54.026Z Compiling object v0.37.3
5682026-08-07T23:36:54.241Z Compiling http-body v1.1.0
5692026-08-07T23:36:54.350Z Compiling rustls-pki-types v1.15.1
5702026-08-07T23:36:54.370Z Compiling form_urlencoded v1.2.2
5712026-08-07T23:36:54.398Z Compiling semver v1.0.28
5722026-08-07T23:36:54.643Z Compiling getrandom v0.2.17
5732026-08-07T23:36:54.658Z Compiling tracing v0.1.44
5742026-08-07T23:36:54.832Z Compiling idna_adapter v1.0.0
5752026-08-07T23:36:54.935Z Compiling thiserror v2.0.19
5762026-08-07T23:36:54.996Z Compiling signal-hook v0.3.18
5772026-08-07T23:36:55.034Z Compiling untrusted v0.9.0
5782026-08-07T23:36:55.165Z Compiling fnv v1.0.7
5792026-08-07T23:36:55.204Z Compiling utf8_iter v1.0.4
5802026-08-07T23:36:55.218Z Compiling gimli v0.32.3
5812026-08-07T23:36:55.259Z Compiling guppy-workspace-hack v0.1.0
5822026-08-07T23:36:55.272Z Compiling httparse v1.10.1
5832026-08-07T23:36:55.361Z Compiling owo-colors v4.3.0
5842026-08-07T23:36:55.482Z Compiling idna v1.1.0
5852026-08-07T23:36:56.637Z Compiling thiserror-impl v2.0.19
5862026-08-07T23:36:57.110Z Compiling addr2line v0.25.1
5872026-08-07T23:36:57.206Z Compiling tokio-util v0.7.19
5882026-08-07T23:36:57.537Z Compiling generic-array v0.14.7
5892026-08-07T23:36:57.762Z Compiling rustc-demangle v0.1.28
5902026-08-07T23:36:57.789Z Compiling target-spec v3.6.0
5912026-08-07T23:36:57.882Z Compiling atomic-waker v1.1.2
5922026-08-07T23:36:58.018Z Compiling thiserror v1.0.69
5932026-08-07T23:36:58.066Z Compiling rustls v0.23.43
5942026-08-07T23:36:58.280Z Compiling fastrand v2.5.0
5952026-08-07T23:36:58.293Z Compiling try-lock v0.2.5
5962026-08-07T23:36:58.316Z Compiling typeid v1.0.3
5972026-08-07T23:36:58.405Z Compiling pkg-config v0.3.33
5982026-08-07T23:36:58.597Z Compiling tower-service v0.3.3
5992026-08-07T23:36:58.652Z Compiling backtrace v0.3.76
6002026-08-07T23:36:58.694Z Compiling tempfile v3.27.0
6012026-08-07T23:36:58.758Z Compiling want v0.3.1
6022026-08-07T23:36:58.835Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6032026-08-07T23:36:58.957Z Compiling h2 v0.4.15
6042026-08-07T23:36:59.072Z Compiling cfg-expr v0.20.8
6052026-08-07T23:36:59.084Z Compiling url v2.5.8
6062026-08-07T23:37:00.119Z Compiling thiserror-impl v1.0.69
6072026-08-07T23:37:00.153Z Compiling terminal_size v0.4.4
6082026-08-07T23:37:00.308Z Compiling aho-corasick v1.1.5
6092026-08-07T23:37:00.440Z Compiling typenum v1.20.1
6102026-08-07T23:37:01.123Z Compiling rustls-webpki v0.103.13
6112026-08-07T23:37:01.261Z Compiling winnow v0.7.15
6122026-08-07T23:37:01.470Z Compiling erased-serde v0.4.10
6132026-08-07T23:37:01.761Z Compiling subtle v2.6.1
6142026-08-07T23:37:01.925Z Compiling regex-syntax v0.8.11
6152026-08-07T23:37:03.570Z Compiling regex-automata v0.4.18
6162026-08-07T23:37:03.647Z Compiling hyper v1.11.0
6172026-08-07T23:37:05.798Z Compiling serde_spanned v0.6.9
6182026-08-07T23:37:05.961Z Compiling toml_datetime v0.6.11
6192026-08-07T23:37:06.310Z Compiling ahash v0.8.12
6202026-08-07T23:37:06.336Z Compiling sync_wrapper v1.0.2
6212026-08-07T23:37:06.452Z Compiling ipnet v2.12.1
6222026-08-07T23:37:06.554Z Compiling either v1.17.0
6232026-08-07T23:37:06.785Z Compiling is_ci v1.2.0
6242026-08-07T23:37:06.958Z Compiling base64 v0.22.1
6252026-08-07T23:37:07.397Z Compiling lazy_static v1.5.0
6262026-08-07T23:37:07.444Z Compiling unicode-segmentation v1.13.3
6272026-08-07T23:37:07.503Z Compiling parking_lot_core v0.9.12
6282026-08-07T23:37:07.604Z Compiling toml_write v0.1.2
6292026-08-07T23:37:07.781Z Compiling crc32fast v1.5.0
6302026-08-07T23:37:07.839Z Compiling tower-layer v0.3.3
6312026-08-07T23:37:07.852Z Compiling foldhash v0.1.5
6322026-08-07T23:37:07.872Z Compiling nextest-workspace-hack v0.1.0
6332026-08-07T23:37:08.043Z Compiling unicode-linebreak v0.1.5
6342026-08-07T23:37:08.062Z Compiling portable-atomic v1.14.0
6352026-08-07T23:37:08.105Z Compiling tower v0.5.3
6362026-08-07T23:37:08.117Z Compiling hashbrown v0.15.5
6372026-08-07T23:37:08.308Z Compiling textwrap v0.16.2
6382026-08-07T23:37:08.565Z Compiling toml_edit v0.22.27
6392026-08-07T23:37:08.693Z Compiling convert_case v0.10.0
6402026-08-07T23:37:08.761Z Compiling sharded-slab v0.1.7
6412026-08-07T23:37:08.952Z Compiling hyper-util v0.1.20
6422026-08-07T23:37:09.304Z Compiling supports-color v3.0.2
6432026-08-07T23:37:09.421Z Compiling tokio-rustls v0.26.4
6442026-08-07T23:37:09.677Z Compiling backtrace-ext v0.2.1
6452026-08-07T23:37:09.707Z Compiling ordered-float v2.10.1
6462026-08-07T23:37:09.936Z Compiling webpki-roots v1.0.9
6472026-08-07T23:37:09.980Z Compiling miette-derive v7.6.0
6482026-08-07T23:37:10.053Z Compiling pathdiff v0.2.3
6492026-08-07T23:37:10.118Z Compiling console v0.15.11
6502026-08-07T23:37:10.176Z Compiling tracing-log v0.2.0
6512026-08-07T23:37:10.515Z Compiling cargo-platform v0.3.3
6522026-08-07T23:37:11.063Z Compiling os_pipe v1.2.3
6532026-08-07T23:37:11.080Z Compiling thread_local v1.1.10
6542026-08-07T23:37:11.235Z Compiling fixedbitset v0.5.7
6552026-08-07T23:37:11.420Z Compiling scopeguard v1.2.0
6562026-08-07T23:37:11.433Z Compiling cfg_aliases v0.2.2
6572026-08-07T23:37:11.503Z Compiling ryu v1.0.23
6582026-08-07T23:37:11.527Z Compiling pulldown-cmark v0.13.4
6592026-08-07T23:37:11.583Z Compiling winnow v1.0.4
6602026-08-07T23:37:11.767Z Compiling debug-ignore v1.0.5
6612026-08-07T23:37:11.795Z Compiling utf8parse v0.2.2
6622026-08-07T23:37:11.872Z Compiling supports-hyperlinks v3.2.0
6632026-08-07T23:37:11.904Z Compiling supports-unicode v3.0.0
6642026-08-07T23:37:12.068Z Compiling unicode-width v0.1.14
6652026-08-07T23:37:12.081Z Compiling rustix v0.38.44
6662026-08-07T23:37:12.093Z Compiling zstd-safe v7.2.4
6672026-08-07T23:37:12.327Z Compiling miette v7.6.0
6682026-08-07T23:37:12.419Z Compiling anstyle-parse v1.0.0
6692026-08-07T23:37:12.533Z Compiling serde_urlencoded v0.7.1
6702026-08-07T23:37:12.641Z Compiling nix v0.30.1
6712026-08-07T23:37:12.816Z Compiling toml_parser v1.1.3+spec-1.1.0
6722026-08-07T23:37:13.026Z Compiling lock_api v0.4.14
6732026-08-07T23:37:13.054Z Compiling petgraph v0.8.3
6742026-08-07T23:37:13.267Z Compiling tracing-subscriber v0.3.23
6752026-08-07T23:37:14.137Z Compiling sigchld v0.2.4
6762026-08-07T23:37:14.373Z Compiling cargo_metadata v0.23.1
6772026-08-07T23:37:15.028Z Compiling toml v0.8.23
6782026-08-07T23:37:15.133Z Compiling hyper-rustls v0.27.9
6792026-08-07T23:37:15.776Z Compiling serde-untagged v0.1.9
6802026-08-07T23:37:16.145Z Compiling serde-value v0.7.0
6812026-08-07T23:37:16.384Z Compiling derive_more-impl v2.1.1
6822026-08-07T23:37:16.891Z Compiling tower-http v0.6.11
6832026-08-07T23:37:17.536Z Compiling itertools v0.14.0
6842026-08-07T23:37:17.548Z Compiling regex v1.13.1
6852026-08-07T23:37:17.560Z Compiling block-buffer v0.10.4
6862026-08-07T23:37:17.711Z Compiling crypto-common v0.1.7
6872026-08-07T23:37:17.724Z Compiling ppv-lite86 v0.2.21
6882026-08-07T23:37:17.847Z Compiling rand_core v0.9.5
6892026-08-07T23:37:18.057Z Compiling futures-executor v0.3.33
6902026-08-07T23:37:18.071Z Compiling http-body-util v0.1.4
6912026-08-07T23:37:18.103Z Compiling pin-project-internal v1.1.13
6922026-08-07T23:37:18.357Z Compiling uuid v1.24.0
6932026-08-07T23:37:18.538Z Compiling smol_str v0.3.6
6942026-08-07T23:37:18.872Z Compiling serde_spanned v1.1.1
6952026-08-07T23:37:18.883Z Compiling toml_datetime v1.1.1+spec-1.1.0
6962026-08-07T23:37:18.979Z Compiling filetime v0.2.29
6972026-08-07T23:37:19.015Z Compiling bstr v1.13.0
6982026-08-07T23:37:19.028Z Compiling vte v0.14.1
6992026-08-07T23:37:19.145Z Compiling eyre v0.6.12
7002026-08-07T23:37:19.186Z Compiling xattr v1.6.1
7012026-08-07T23:37:19.245Z Compiling colorchoice v1.0.5
7022026-08-07T23:37:19.294Z Compiling unicode-xid v0.2.6
7032026-08-07T23:37:19.366Z Compiling litrs v1.0.0
7042026-08-07T23:37:19.378Z Compiling is_terminal_polyfill v1.70.2
7052026-08-07T23:37:19.429Z Compiling static_assertions v1.1.0
7062026-08-07T23:37:19.443Z Compiling tinyvec_macros v0.1.1
7072026-08-07T23:37:19.472Z Compiling nested v0.1.1
7082026-08-07T23:37:19.513Z Compiling number_prefix v0.4.0
7092026-08-07T23:37:19.619Z Compiling anstyle v1.0.14
7102026-08-07T23:37:19.662Z Compiling self_update v0.42.0
7112026-08-07T23:37:19.692Z Compiling unicase v2.9.0
7122026-08-07T23:37:19.704Z Compiling color-spantrace v0.3.0
7132026-08-07T23:37:19.812Z Compiling iana-time-zone v0.1.65
7142026-08-07T23:37:19.872Z Compiling anstyle-query v1.1.5
7152026-08-07T23:37:19.885Z Compiling document-features v0.2.12
7162026-08-07T23:37:19.920Z Compiling indicatif v0.17.11
7172026-08-07T23:37:19.977Z Compiling chrono v0.4.45
7182026-08-07T23:37:20.040Z Compiling anstream v1.0.0
7192026-08-07T23:37:20.217Z Compiling guppy v0.17.26
7202026-08-07T23:37:20.428Z Compiling tinyvec v1.12.0
7212026-08-07T23:37:20.807Z Compiling globset v0.4.20
7222026-08-07T23:37:20.852Z Compiling cargo-util-schemas v0.2.0
7232026-08-07T23:37:21.255Z Compiling tar v0.4.46
7242026-08-07T23:37:22.403Z Compiling strip-ansi-escapes v0.2.1
7252026-08-07T23:37:22.889Z Compiling pin-project v1.1.13
7262026-08-07T23:37:22.993Z Compiling toml v1.1.4+spec-1.1.0
7272026-08-07T23:37:23.026Z Compiling nextest-metadata v0.12.2
7282026-08-07T23:37:23.258Z Compiling newtype-uuid v1.4.0
7292026-08-07T23:37:23.284Z Compiling reqwest v0.12.28
7302026-08-07T23:37:23.450Z Compiling futures v0.3.33
7312026-08-07T23:37:23.537Z Compiling rand_chacha v0.9.0
7322026-08-07T23:37:23.790Z Compiling digest v0.10.7
7332026-08-07T23:37:24.025Z Compiling flate2 v1.1.9
7342026-08-07T23:37:24.077Z Compiling derive_more v2.1.1
7352026-08-07T23:37:24.096Z Compiling parking_lot v0.12.5
7362026-08-07T23:37:24.155Z Compiling shared_child v1.1.1
7372026-08-07T23:37:24.465Z Compiling tracing-error v0.2.1
7382026-08-07T23:37:25.003Z Compiling signal-hook-mio v0.2.5
7392026-08-07T23:37:25.035Z Compiling self-replace v1.5.0
7402026-08-07T23:37:25.133Z Compiling cargo-platform v0.2.0
7412026-08-07T23:37:25.293Z Compiling quick-xml v0.38.4
7422026-08-07T23:37:25.677Z Compiling quick-xml v0.37.5
7432026-08-07T23:37:25.887Z Compiling clap_lex v1.1.0
7442026-08-07T23:37:26.045Z Compiling indenter v0.3.4
7452026-08-07T23:37:26.188Z Compiling cpufeatures v0.2.17
7462026-08-07T23:37:26.264Z Compiling humantime v2.4.0
7472026-08-07T23:37:26.505Z Compiling strsim v0.11.1
7482026-08-07T23:37:26.677Z Compiling urlencoding v2.1.3
7492026-08-07T23:37:26.920Z Compiling recursion v0.5.4
7502026-08-07T23:37:27.059Z Compiling heck v0.5.0
7512026-08-07T23:37:27.099Z Compiling shell-words v1.1.1
7522026-08-07T23:37:27.213Z Compiling nextest-filtering v0.15.0
7532026-08-07T23:37:27.259Z Compiling clap_derive v4.6.4
7542026-08-07T23:37:27.344Z Compiling clap_builder v4.6.6
7552026-08-07T23:37:28.155Z Compiling humantime-serde v1.1.1
7562026-08-07T23:37:28.324Z Compiling sha2 v0.10.9
7572026-08-07T23:37:29.465Z Compiling quick-junit v0.5.2
7582026-08-07T23:37:29.589Z Compiling cargo_metadata v0.20.0
7592026-08-07T23:37:31.063Z Compiling atomicwrites v0.4.4
7602026-08-07T23:37:31.355Z Compiling crossterm v0.29.0
7612026-08-07T23:37:32.521Z Compiling cargo-nextest v0.9.97
7622026-08-07T23:37:34.066Z Compiling duct v0.13.7
7632026-08-07T23:37:34.079Z Compiling rand v0.9.5
7642026-08-07T23:37:34.308Z Compiling config v0.15.25
7652026-08-07T23:37:34.425Z Compiling async-scoped v0.9.0
7662026-08-07T23:37:34.614Z Compiling zstd v0.13.3
7672026-08-07T23:37:34.673Z Compiling unicode-normalization v0.1.25
7682026-08-07T23:37:34.754Z Compiling target-spec-miette v0.4.8
7692026-08-07T23:37:34.807Z Compiling future-queue v0.4.0
7702026-08-07T23:37:35.039Z Compiling mukti-metadata v0.3.0
7712026-08-07T23:37:35.097Z Compiling camino-tempfile v1.4.1
7722026-08-07T23:37:35.148Z Compiling tokio-stream v0.1.19
7732026-08-07T23:37:35.254Z Compiling derive-where v1.6.1
7742026-08-07T23:37:35.499Z Compiling serde_ignored v0.1.14
7752026-08-07T23:37:35.525Z Compiling serde_path_to_error v0.1.20
7762026-08-07T23:37:35.692Z Compiling hex v0.4.3
7772026-08-07T23:37:35.723Z Compiling xxhash-rust v0.8.18
7782026-08-07T23:37:35.761Z Compiling swrite v0.1.0
7792026-08-07T23:37:35.901Z Compiling indent_write v2.2.0
7802026-08-07T23:37:35.984Z Compiling home v0.5.12
7812026-08-07T23:37:35.996Z Compiling color-eyre v0.6.5
7822026-08-07T23:37:36.024Z Compiling clap v4.6.6
7832026-08-07T23:37:36.046Z Compiling dialoguer v0.11.0
7842026-08-07T23:37:36.105Z Compiling enable-ansi-support v0.2.1
7852026-08-07T23:37:36.480Z Compiling nextest-runner v0.80.0
7862026-08-07T23:37:55.186Z Finished `release` profile [optimized] target(s) in 1m 10s
7872026-08-07T23:37:55.361Z Installing /home/build/.cargo/bin/cargo-nextest
7882026-08-07T23:37:55.364Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7892026-08-07T23:37:55.491Z+ banner bfd
7902026-08-07T23:37:55.494Z
7912026-08-07T23:37:55.494Z ##### ###### #####
7922026-08-07T23:37:55.494Z # # # # #
7932026-08-07T23:37:55.494Z ##### ##### # #
7942026-08-07T23:37:55.494Z # # # # #
7952026-08-07T23:37:55.494Z # # # # #
7962026-08-07T23:37:55.494Z ##### # #####
7972026-08-07T23:37:55.494Z
7982026-08-07T23:37:55.494Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7992026-08-07T23:37:55.646Z Updating git repository `https://github.com/oxidecomputer/falcon`
8002026-08-07T23:37:56.579ZFrom https://github.com/oxidecomputer/falcon
8012026-08-07T23:37:56.579Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
8022026-08-07T23:37:56.660Z Updating crates.io index
8032026-08-07T23:37:56.663Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8042026-08-07T23:37:57.375ZFrom https://github.com/oxidecomputer/dendrite
8052026-08-07T23:37:57.375Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
8062026-08-07T23:37:57.409Z Updating git repository `https://github.com/oxidecomputer/ispf`
8072026-08-07T23:37:57.723ZFrom https://github.com/oxidecomputer/ispf
8082026-08-07T23:37:57.723Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8092026-08-07T23:37:57.728Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8102026-08-07T23:37:58.118ZFrom https://github.com/oxidecomputer/netadm-sys
8112026-08-07T23:37:58.118Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
8122026-08-07T23:37:58.126Z Updating git repository `https://github.com/oxidecomputer/omicron`
8132026-08-07T23:38:09.372ZFrom https://github.com/oxidecomputer/omicron
8142026-08-07T23:38:09.372Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8152026-08-07T23:38:09.792Z Updating git repository `https://github.com/oxidecomputer/opte`
8162026-08-07T23:38:10.751ZFrom https://github.com/oxidecomputer/opte
8172026-08-07T23:38:10.751Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
8182026-08-07T23:38:10.781Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8192026-08-07T23:38:11.072ZFrom https://github.com/oxidecomputer/slog-error-chain
8202026-08-07T23:38:11.072Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8212026-08-07T23:38:11.087Z Updating git repository `https://github.com/illumos/smf-rs`
8222026-08-07T23:38:11.373ZFrom https://github.com/illumos/smf-rs
8232026-08-07T23:38:11.373Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8242026-08-07T23:38:11.382Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8252026-08-07T23:38:11.723ZFrom https://github.com/oxidecomputer/network-interface
8262026-08-07T23:38:11.723Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8272026-08-07T23:38:11.732Z Updating git repository `https://github.com/oxidecomputer/zone`
8282026-08-07T23:38:12.036ZFrom https://github.com/oxidecomputer/zone
8292026-08-07T23:38:12.036Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8302026-08-07T23:38:12.043Z Updating git repository `https://github.com/oxidecomputer/propolis`
8312026-08-07T23:38:12.973ZFrom https://github.com/oxidecomputer/propolis
8322026-08-07T23:38:12.973Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8332026-08-07T23:38:13.017Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8342026-08-07T23:38:13.579ZFrom https://github.com/oxidecomputer/transceiver-control
8352026-08-07T23:38:13.579Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8362026-08-07T23:38:13.590Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8372026-08-07T23:38:13.886ZFrom https://github.com/oxidecomputer/dlpi-sys
8382026-08-07T23:38:13.886Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8392026-08-07T23:38:13.890Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8402026-08-07T23:38:14.219ZFrom https://github.com/jmesmon/rust-libzfs
8412026-08-07T23:38:14.219Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8422026-08-07T23:38:14.227Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8432026-08-07T23:38:14.557ZFrom https://github.com/oxidecomputer/rusty-doors
8442026-08-07T23:38:14.557Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8452026-08-07T23:38:14.565Z Updating git repository `https://github.com/oxidecomputer/lldp`
8462026-08-07T23:38:14.952ZFrom https://github.com/oxidecomputer/lldp
8472026-08-07T23:38:14.952Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8482026-08-07T23:38:14.964Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8492026-08-07T23:38:15.295ZFrom https://github.com/oxidecomputer/tufaceous
8502026-08-07T23:38:15.295Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8512026-08-07T23:38:15.312Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8522026-08-07T23:38:15.895ZFrom https://github.com/oxidecomputer/management-gateway-service
8532026-08-07T23:38:15.895Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8542026-08-07T23:38:15.909Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-08-07T23:38:17.071ZFrom https://github.com/oxidecomputer/crucible
8562026-08-07T23:38:17.072Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8572026-08-07T23:38:17.117Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8582026-08-07T23:38:17.396ZFrom https://github.com/oxidecomputer/serde_human_bytes
8592026-08-07T23:38:17.397Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8602026-08-07T23:38:17.410Z Updating git repository `https://github.com/oxidecomputer/propolis`
8612026-08-07T23:38:17.835ZFrom https://github.com/oxidecomputer/propolis
8622026-08-07T23:38:17.835Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8632026-08-07T23:38:17.881Z Updating git repository `https://github.com/oxidecomputer/crucible`
8642026-08-07T23:38:18.398ZFrom https://github.com/oxidecomputer/crucible
8652026-08-07T23:38:18.398Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8662026-08-07T23:38:18.467Z Updating git repository `https://github.com/oxidecomputer/tofino`
8672026-08-07T23:38:18.838ZFrom https://github.com/oxidecomputer/tofino
8682026-08-07T23:38:18.838Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8692026-08-07T23:38:18.848Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8702026-08-07T23:38:19.639ZFrom https://github.com/oxidecomputer/maghemite
8712026-08-07T23:38:19.639Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8722026-08-07T23:38:19.671Z Updating git repository `https://github.com/oxidecomputer/clickward`
8732026-08-07T23:38:19.971ZFrom https://github.com/oxidecomputer/clickward
8742026-08-07T23:38:19.971Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8752026-08-07T23:38:19.979Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8762026-08-07T23:38:20.259ZFrom https://github.com/oxidecomputer/illumos-devinfo
8772026-08-07T23:38:20.259Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8782026-08-07T23:38:21.172Z Downloading crates ...
8792026-08-07T23:38:21.222Z Downloaded is-terminal v0.4.17
8802026-08-07T23:38:21.233Z Downloaded jiff-static v0.2.28
8812026-08-07T23:38:21.238Z Downloaded idna_adapter v1.2.2
8822026-08-07T23:38:21.242Z Downloaded num_threads v0.1.7
8832026-08-07T23:38:21.246Z Downloaded hubpack v0.1.2
8842026-08-07T23:38:21.250Z Downloaded aead v0.5.2
8852026-08-07T23:38:21.254Z Downloaded num-conv v0.2.2
8862026-08-07T23:38:21.257Z Downloaded instant v0.1.13
8872026-08-07T23:38:21.259Z Downloaded hubpack_derive v0.1.1
8882026-08-07T23:38:21.262Z Downloaded internet-checksum v0.2.1
8892026-08-07T23:38:21.262Z Downloaded slog-bunyan v2.5.0
8902026-08-07T23:38:21.265Z Downloaded spin v0.5.2
8912026-08-07T23:38:21.267Z Downloaded tabwriter v1.4.1
8922026-08-07T23:38:21.270Z Downloaded typify-macro v0.4.3
8932026-08-07T23:38:21.273Z Downloaded ipnetwork v0.21.1
8942026-08-07T23:38:21.275Z Downloaded ident_case v1.0.1
8952026-08-07T23:38:21.275Z Downloaded linked-hash-map v0.5.6
8962026-08-07T23:38:21.275Z Downloaded omicron-workspace-hack v0.1.0
8972026-08-07T23:38:21.275Z Downloaded thread-id v5.1.0
8982026-08-07T23:38:21.275Z Downloaded time-core v0.1.8
8992026-08-07T23:38:21.278Z Downloaded smawk v0.3.2
9002026-08-07T23:38:21.278Z Downloaded natord v1.0.9
9012026-08-07T23:38:21.278Z Downloaded num-integer v0.1.46
9022026-08-07T23:38:21.281Z Downloaded humantime v2.3.0
9032026-08-07T23:38:21.284Z Downloaded strum_macros v0.27.2
9042026-08-07T23:38:21.284Z Downloaded synstructure v0.13.2
9052026-08-07T23:38:21.284Z Downloaded ingot v0.2.1
9062026-08-07T23:38:21.287Z Downloaded ipnet v2.12.0
9072026-08-07T23:38:21.287Z Downloaded ingot-types v0.1.2
9082026-08-07T23:38:21.287Z Downloaded topological-sort v0.2.2
9092026-08-07T23:38:21.287Z Downloaded testing_table v0.3.0
9102026-08-07T23:38:21.290Z Downloaded icu_collections v2.2.0
9112026-08-07T23:38:21.293Z Downloaded ingot-macros v0.1.1
9122026-08-07T23:38:21.296Z Downloaded typify-macro v0.6.2
9132026-08-07T23:38:21.296Z Downloaded unarray v0.1.4
9142026-08-07T23:38:21.299Z Downloaded http-body v1.0.1
9152026-08-07T23:38:21.299Z Downloaded tokio-macros v2.7.0
9162026-08-07T23:38:21.302Z Downloaded xz2 v0.1.7
9172026-08-07T23:38:21.302Z Downloaded slog-json v2.6.1
9182026-08-07T23:38:21.302Z Downloaded parse-display v0.10.0
9192026-08-07T23:38:21.305Z Downloaded match_cfg v0.1.0
9202026-08-07T23:38:21.305Z Downloaded usdt-macro v0.6.0
9212026-08-07T23:38:21.308Z Downloaded hostname v0.4.2
9222026-08-07T23:38:21.308Z Downloaded untrusted v0.7.1
9232026-08-07T23:38:21.310Z Downloaded universal-hash v0.5.1
9242026-08-07T23:38:21.310Z Downloaded jobserver v0.1.34
9252026-08-07T23:38:21.314Z Downloaded keccak v0.1.6
9262026-08-07T23:38:21.314Z Downloaded inout v0.1.4
9272026-08-07T23:38:21.314Z Downloaded lru-cache v0.1.2
9282026-08-07T23:38:21.314Z Downloaded managed v0.8.0
9292026-08-07T23:38:21.314Z Downloaded mime v0.3.17
9302026-08-07T23:38:21.317Z Downloaded httpdate v1.0.3
9312026-08-07T23:38:21.317Z Downloaded usdt v0.5.0
9322026-08-07T23:38:21.320Z Downloaded num_enum_derive v0.5.11
9332026-08-07T23:38:21.320Z Downloaded num v0.4.3
9342026-08-07T23:38:21.320Z Downloaded take_mut v0.2.2
9352026-08-07T23:38:21.322Z Downloaded num-iter v0.1.45
9362026-08-07T23:38:21.322Z Downloaded usdt-attr-macro v0.5.0
9372026-08-07T23:38:21.322Z Downloaded usdt-macro v0.5.0
9382026-08-07T23:38:21.322Z Downloaded waitgroup v0.1.2
9392026-08-07T23:38:21.322Z Downloaded memmap v0.7.0
9402026-08-07T23:38:21.325Z Downloaded wait-timeout v0.2.1
9412026-08-07T23:38:21.328Z Downloaded konst_macro_rules v0.2.19
9422026-08-07T23:38:21.328Z Downloaded usdt-attr-macro v0.6.0
9432026-08-07T23:38:21.331Z Downloaded olpc-cjson v0.1.4
9442026-08-07T23:38:21.331Z Downloaded libscf-sys v1.2.0
9452026-08-07T23:38:21.335Z Downloaded no-std-compat v0.4.1
9462026-08-07T23:38:21.335Z Downloaded num-derive v0.4.2
9472026-08-07T23:38:21.338Z Downloaded utf-8 v0.7.6
9482026-08-07T23:38:21.338Z Downloaded unit-prefix v0.5.2
9492026-08-07T23:38:21.340Z Downloaded futures-task v0.3.32
9502026-08-07T23:38:21.343Z Downloaded opaque-debug v0.3.1
9512026-08-07T23:38:21.346Z Downloaded macaddr v1.0.1
9522026-08-07T23:38:21.349Z Downloaded memoffset v0.9.1
9532026-08-07T23:38:21.349Z Downloaded thread-id v4.2.2
9542026-08-07T23:38:21.349Z Downloaded foreign-types-shared v0.3.1
9552026-08-07T23:38:21.349Z Downloaded newline-converter v0.3.0
9562026-08-07T23:38:21.349Z Downloaded structmeta v0.3.0
9572026-08-07T23:38:21.352Z Downloaded tabled_derive v0.11.0
9582026-08-07T23:38:21.352Z Downloaded ingot-macros v0.2.0
9592026-08-07T23:38:21.355Z Downloaded num-complex v0.4.6
9602026-08-07T23:38:21.355Z Downloaded slog-envlogger v2.2.0
9612026-08-07T23:38:21.355Z Downloaded tabled_derive v0.7.0
9622026-08-07T23:38:21.358Z Downloaded tagptr v0.2.0
9632026-08-07T23:38:21.358Z Downloaded thiserror-impl-no-std v2.0.2
9642026-08-07T23:38:21.358Z Downloaded termtree v0.5.1
9652026-08-07T23:38:21.361Z Downloaded stable_deref_trait v1.2.1
9662026-08-07T23:38:21.364Z Downloaded structmeta-derive v0.3.0
9672026-08-07T23:38:21.366Z Downloaded icu_provider v2.2.0
9682026-08-07T23:38:21.366Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9692026-08-07T23:38:21.369Z Downloaded slog-term v2.9.2
9702026-08-07T23:38:21.369Z Downloaded defmt-parser v1.0.0
9712026-08-07T23:38:21.369Z Downloaded dof v0.4.0
9722026-08-07T23:38:21.369Z Downloaded dropshot-api-manager-types v0.7.2
9732026-08-07T23:38:21.372Z Downloaded usdt-impl v0.5.0
9742026-08-07T23:38:21.375Z Downloaded ingot v0.1.1
9752026-08-07T23:38:21.375Z Downloaded newtype-uuid v1.3.2
9762026-08-07T23:38:21.375Z Downloaded oxide-tokio-rt v0.1.6
9772026-08-07T23:38:21.378Z Downloaded term v1.2.1
9782026-08-07T23:38:21.381Z Downloaded ingot-types v0.2.0
9792026-08-07T23:38:21.381Z Downloaded embedded-io v0.4.0
9802026-08-07T23:38:21.381Z Downloaded foreign-types-macros v0.2.3
9812026-08-07T23:38:21.384Z Downloaded foreign-types v0.5.0
9822026-08-07T23:38:21.384Z Downloaded potential_utf v0.1.5
9832026-08-07T23:38:21.387Z Downloaded strum v0.27.2
9842026-08-07T23:38:21.387Z Downloaded heck v0.4.1
9852026-08-07T23:38:21.387Z Downloaded proc-macro-error-attr v1.0.4
9862026-08-07T23:38:21.391Z Downloaded newtype-uuid-macros v0.1.0
9872026-08-07T23:38:21.394Z Downloaded newtype_derive v0.1.6
9882026-08-07T23:38:21.394Z Downloaded num_enum v0.5.11
9892026-08-07T23:38:21.400Z Downloaded parse-display-derive v0.10.0
9902026-08-07T23:38:21.400Z Downloaded rustc-hash v2.1.2
9912026-08-07T23:38:21.402Z Downloaded num_enum v0.7.6
9922026-08-07T23:38:21.402Z Downloaded tokio-tungstenite v0.21.0
9932026-08-07T23:38:21.405Z Downloaded libsw v3.5.0
9942026-08-07T23:38:21.405Z Downloaded num_enum_derive v0.7.6
9952026-08-07T23:38:21.405Z Downloaded oxnet v0.1.6
9962026-08-07T23:38:21.409Z Downloaded walkdir v2.5.0
9972026-08-07T23:38:21.411Z Downloaded serde_repr v0.1.21
9982026-08-07T23:38:21.411Z Downloaded slog-stdlog v4.1.1
9992026-08-07T23:38:21.414Z Downloaded toml_writer v1.1.1+spec-1.1.0
10002026-08-07T23:38:21.414Z Downloaded usdt v0.6.0
10012026-08-07T23:38:21.414Z Downloaded vsss-rs v3.3.4
10022026-08-07T23:38:21.423Z Downloaded indexmap v1.9.3
10032026-08-07T23:38:21.423Z Downloaded linear-map v1.2.0
10042026-08-07T23:38:21.423Z Downloaded parking_lot_core v0.8.6
10052026-08-07T23:38:21.423Z Downloaded num-rational v0.4.2
10062026-08-07T23:38:21.423Z Downloaded thread_local v1.1.9
10072026-08-07T23:38:21.423Z Downloaded tinystr v0.8.3
10082026-08-07T23:38:21.423Z Downloaded slog-dtrace v0.3.0
10092026-08-07T23:38:21.423Z Downloaded snafu-derive v0.8.9
10102026-08-07T23:38:21.427Z Downloaded tiny-keccak v2.0.2
10112026-08-07T23:38:21.427Z Downloaded icu_properties v2.2.0
10122026-08-07T23:38:21.427Z Downloaded slog-scope v4.4.1
10132026-08-07T23:38:21.427Z Downloaded strum v0.26.3
10142026-08-07T23:38:21.427Z Downloaded thiserror-no-std v2.0.2
10152026-08-07T23:38:21.430Z Downloaded smf v0.2.3
10162026-08-07T23:38:21.430Z Downloaded sha1 v0.11.0
10172026-08-07T23:38:21.433Z Downloaded semver v0.1.20
10182026-08-07T23:38:21.433Z Downloaded zerofrom-derive v0.1.7
10192026-08-07T23:38:21.433Z Downloaded dunce v1.0.5
10202026-08-07T23:38:21.436Z Downloaded smartstring v1.0.1
10212026-08-07T23:38:21.440Z Downloaded paste v1.0.15
10222026-08-07T23:38:21.440Z Downloaded zone_cfg_derive v0.3.1
10232026-08-07T23:38:21.443Z Downloaded block-buffer v0.12.0
10242026-08-07T23:38:21.443Z Downloaded compression-core v0.4.32
10252026-08-07T23:38:21.446Z Downloaded crucible-workspace-hack v0.1.0
10262026-08-07T23:38:21.446Z Downloaded hybrid-array v0.4.12
10272026-08-07T23:38:21.446Z Downloaded litemap v0.8.2
10282026-08-07T23:38:21.449Z Downloaded multer v3.1.0
10292026-08-07T23:38:21.451Z Downloaded erased-serde v0.3.31
10302026-08-07T23:38:21.451Z Downloaded ff v0.13.1
10312026-08-07T23:38:21.454Z Downloaded convert_case v0.4.0
10322026-08-07T23:38:21.454Z Downloaded crypto-common v0.2.2
10332026-08-07T23:38:21.454Z Downloaded writeable v0.6.3
10342026-08-07T23:38:21.457Z Downloaded const-random-macro v0.1.16
10352026-08-07T23:38:21.464Z Downloaded strum_macros v0.26.4
10362026-08-07T23:38:21.467Z Downloaded globset v0.4.18
10372026-08-07T23:38:21.467Z Downloaded time-macros v0.2.27
10382026-08-07T23:38:21.470Z Downloaded poly1305 v0.8.0
10392026-08-07T23:38:21.472Z Downloaded progenitor v0.10.0
10402026-08-07T23:38:21.472Z Downloaded parking_lot v0.11.2
10412026-08-07T23:38:21.472Z Downloaded defmt v0.3.100
10422026-08-07T23:38:21.476Z Downloaded password-hash v0.5.0
10432026-08-07T23:38:21.479Z Downloaded fixedbitset v0.4.2
10442026-08-07T23:38:21.479Z Downloaded futures-io v0.3.32
10452026-08-07T23:38:21.479Z Downloaded rustversion v1.0.22
10462026-08-07T23:38:21.482Z Downloaded proc-macro-error-attr2 v2.0.0
10472026-08-07T23:38:21.483Z Downloaded libsw-core v0.3.2
10482026-08-07T23:38:21.485Z Downloaded memmap2 v0.9.10
10492026-08-07T23:38:21.488Z Downloaded progenitor-client v0.10.0
10502026-08-07T23:38:21.488Z Downloaded progenitor-macro v0.14.0
10512026-08-07T23:38:21.492Z Downloaded indicatif v0.18.4
10522026-08-07T23:38:21.498Z Downloaded smallvec v1.15.1
10532026-08-07T23:38:21.501Z Downloaded ucd-trie v0.1.7
10542026-08-07T23:38:21.501Z Downloaded sigpipe v0.1.3
10552026-08-07T23:38:21.501Z Downloaded same-file v1.0.6
10562026-08-07T23:38:21.504Z Downloaded serial_test_derive v4.0.1
10572026-08-07T23:38:21.504Z Downloaded zerofrom v0.1.8
10582026-08-07T23:38:21.504Z Downloaded tokio-dtrace v0.1.1
10592026-08-07T23:38:21.504Z Downloaded toml_parser v1.1.2+spec-1.1.0
10602026-08-07T23:38:21.508Z Downloaded usdt-impl v0.6.0
10612026-08-07T23:38:21.508Z Downloaded icu_normalizer v2.2.0
10622026-08-07T23:38:21.511Z Downloaded argon2 v0.5.3
10632026-08-07T23:38:21.511Z Downloaded spin v0.9.8
10642026-08-07T23:38:21.511Z Downloaded whoami v1.6.1
10652026-08-07T23:38:21.513Z Downloaded diff v0.1.13
10662026-08-07T23:38:21.513Z Downloaded zeroize v1.8.2
10672026-08-07T23:38:21.513Z Downloaded thin-vec v0.2.18
10682026-08-07T23:38:21.516Z Downloaded slog-async v2.8.0
10692026-08-07T23:38:21.516Z Downloaded base16ct v0.2.0
10702026-08-07T23:38:21.519Z Downloaded ciborium-ll v0.2.2
10712026-08-07T23:38:21.519Z Downloaded toml v0.9.12+spec-1.1.0
10722026-08-07T23:38:21.523Z Downloaded base16ct v1.0.0
10732026-08-07T23:38:21.523Z Downloaded tokio-stream v0.1.18
10742026-08-07T23:38:21.527Z Downloaded toml v1.1.2+spec-1.1.0
10752026-08-07T23:38:21.529Z Downloaded tungstenite v0.21.0
10762026-08-07T23:38:21.530Z Downloaded cobs v0.3.0
10772026-08-07T23:38:21.530Z Downloaded snafu v0.8.9
10782026-08-07T23:38:21.533Z Downloaded bcs v0.1.6
10792026-08-07T23:38:21.535Z Downloaded byteorder v1.5.0
10802026-08-07T23:38:21.535Z Downloaded daft-derive v0.1.7
10812026-08-07T23:38:21.538Z Downloaded cmake v0.1.58
10822026-08-07T23:38:21.538Z Downloaded critical-section v1.2.0
10832026-08-07T23:38:21.538Z Downloaded darling_macro v0.21.3
10842026-08-07T23:38:21.538Z Downloaded darling_macro v0.23.0
10852026-08-07T23:38:21.541Z Downloaded group v0.13.0
10862026-08-07T23:38:21.541Z Downloaded futures-sink v0.3.32
10872026-08-07T23:38:21.541Z Downloaded fxhash v0.2.1
10882026-08-07T23:38:21.541Z Downloaded hostname v0.3.1
10892026-08-07T23:38:21.541Z Downloaded papergrid v0.11.0
10902026-08-07T23:38:21.544Z Downloaded log v0.4.32
10912026-08-07T23:38:21.547Z Downloaded progenitor v0.13.0
10922026-08-07T23:38:21.550Z Downloaded futures-executor v0.3.32
10932026-08-07T23:38:21.550Z Downloaded derive-ex v0.1.8
10942026-08-07T23:38:21.553Z Downloaded displaydoc v0.2.6
10952026-08-07T23:38:21.556Z Downloaded fs-err v3.3.0
10962026-08-07T23:38:21.556Z Downloaded enum-as-inner v0.6.1
10972026-08-07T23:38:21.558Z Downloaded highway v1.3.0
10982026-08-07T23:38:21.558Z Downloaded powerfmt v0.2.0
10992026-08-07T23:38:21.558Z Downloaded quote v1.0.45
11002026-08-07T23:38:21.563Z Downloaded rustls-native-certs v0.8.4
11012026-08-07T23:38:21.565Z Downloaded icu_normalizer_data v2.2.0
11022026-08-07T23:38:21.565Z Downloaded scroll_derive v0.13.1
11032026-08-07T23:38:21.569Z Downloaded rusty-fork v0.3.1
11042026-08-07T23:38:21.572Z Downloaded serde_tokenstream v0.2.3
11052026-08-07T23:38:21.572Z Downloaded tinyvec v1.11.0
11062026-08-07T23:38:21.576Z Downloaded bit-set v0.8.0
11072026-08-07T23:38:21.578Z Downloaded toml v0.7.8
11082026-08-07T23:38:21.579Z Downloaded typify v0.4.3
11092026-08-07T23:38:21.581Z Downloaded minimal-lexical v0.2.1
11102026-08-07T23:38:21.584Z Downloaded test-strategy v0.4.5
11112026-08-07T23:38:21.587Z Downloaded async-trait v0.1.89
11122026-08-07T23:38:21.590Z Downloaded dtrace-parser v0.2.0
11132026-08-07T23:38:21.590Z Downloaded anyhow v1.0.104
11142026-08-07T23:38:21.590Z Downloaded backon v1.6.0
11152026-08-07T23:38:21.593Z Downloaded futures-macro v0.3.32
11162026-08-07T23:38:21.596Z Downloaded proc-macro-crate v1.3.1
11172026-08-07T23:38:21.596Z Downloaded proc-macro-crate v3.5.0
11182026-08-07T23:38:21.596Z Downloaded icu_locale_core v2.2.0
11192026-08-07T23:38:21.599Z Downloaded papergrid v0.18.0
11202026-08-07T23:38:21.602Z Downloaded plain v0.2.3
11212026-08-07T23:38:21.605Z Downloaded dof v0.3.0
11222026-08-07T23:38:21.605Z Downloaded const-random v0.1.18
11232026-08-07T23:38:21.611Z Downloaded either v1.16.0
11242026-08-07T23:38:21.611Z Downloaded chacha20 v0.9.1
11252026-08-07T23:38:21.613Z Downloaded ref-cast v1.0.25
11262026-08-07T23:38:21.613Z Downloaded data-encoding v2.11.0
11272026-08-07T23:38:21.613Z Downloaded proc-macro-error v1.0.4
11282026-08-07T23:38:21.616Z Downloaded konst v0.2.20
11292026-08-07T23:38:21.620Z Downloaded proc-macro-error2 v2.0.1
11302026-08-07T23:38:21.620Z Downloaded crossbeam-deque v0.8.6
11312026-08-07T23:38:21.623Z Downloaded async-stream v0.3.6
11322026-08-07T23:38:21.623Z Downloaded async-stream-impl v0.3.6
11332026-08-07T23:38:21.623Z Downloaded dyn-clone v1.0.20
11342026-08-07T23:38:21.623Z Downloaded omicron-zone-package v0.12.3
11352026-08-07T23:38:21.626Z Downloaded progenitor-impl v0.14.0
11362026-08-07T23:38:21.628Z Downloaded daft v0.1.7
11372026-08-07T23:38:21.629Z Downloaded pest_derive v2.8.6
11382026-08-07T23:38:21.629Z Downloaded serial_test v4.0.1
11392026-08-07T23:38:21.631Z Downloaded sha1 v0.10.6
11402026-08-07T23:38:21.634Z Downloaded git-stub-vcs v0.1.0
11412026-08-07T23:38:21.634Z Downloaded hmac v0.12.1
11422026-08-07T23:38:21.638Z Downloaded rustls-pemfile v2.2.0
11432026-08-07T23:38:21.638Z Downloaded resolv-conf v0.7.6
11442026-08-07T23:38:21.638Z Downloaded serde_plain v1.0.2
11452026-08-07T23:38:21.641Z Downloaded similar v2.7.0
11462026-08-07T23:38:21.641Z Downloaded pretty-hex v0.4.2
11472026-08-07T23:38:21.644Z Downloaded zeroize_derive v1.4.3
11482026-08-07T23:38:21.646Z Downloaded rand_xorshift v0.4.0
11492026-08-07T23:38:21.649Z Downloaded bs58 v0.5.1
11502026-08-07T23:38:21.652Z Downloaded zone v0.3.1
11512026-08-07T23:38:21.652Z Downloaded arrayref v0.3.9
11522026-08-07T23:38:21.652Z Downloaded cstr-argument v0.1.2
11532026-08-07T23:38:21.652Z Downloaded futures-core v0.3.32
11542026-08-07T23:38:21.652Z Downloaded yoke v0.8.3
11552026-08-07T23:38:21.654Z Downloaded bitflags v2.12.1
11562026-08-07T23:38:21.660Z Downloaded cargo_toml v0.22.3
11572026-08-07T23:38:21.662Z Downloaded fastrand v2.4.1
11582026-08-07T23:38:21.662Z Downloaded openssl-sys v0.9.116
11592026-08-07T23:38:21.665Z Downloaded typify v0.6.2
11602026-08-07T23:38:21.668Z Downloaded crunchy v0.2.4
11612026-08-07T23:38:21.668Z Downloaded dropshot_endpoint v0.17.1
11622026-08-07T23:38:21.670Z Downloaded rustc_version v0.1.7
11632026-08-07T23:38:21.671Z Downloaded steno v0.4.1
11642026-08-07T23:38:21.673Z Downloaded toml_edit v0.25.12+spec-1.1.0
11652026-08-07T23:38:21.676Z Downloaded defmt-macros v1.1.0
11662026-08-07T23:38:21.678Z Downloaded float-ord v0.3.2
11672026-08-07T23:38:21.679Z Downloaded ciborium-io v0.2.2
11682026-08-07T23:38:21.679Z Downloaded quick-error v1.2.3
11692026-08-07T23:38:21.681Z Downloaded zerovec-derive v0.11.3
11702026-08-07T23:38:21.681Z Downloaded fs_extra v1.3.0
11712026-08-07T23:38:21.684Z Downloaded progenitor-impl v0.13.0
11722026-08-07T23:38:21.684Z Downloaded git-stub v1.0.0
11732026-08-07T23:38:21.684Z Downloaded phf_shared v0.12.1
11742026-08-07T23:38:21.688Z Downloaded defmt v1.1.0
11752026-08-07T23:38:21.694Z Downloaded async-recursion v1.1.1
11762026-08-07T23:38:21.694Z Downloaded progenitor-impl v0.10.0
11772026-08-07T23:38:21.694Z Downloaded compression-codecs v0.4.38
11782026-08-07T23:38:21.699Z Downloaded scroll v0.13.0
11792026-08-07T23:38:21.699Z Downloaded serde_derive_internals v0.29.1
11802026-08-07T23:38:21.703Z Downloaded scroll_derive v0.12.1
11812026-08-07T23:38:21.703Z Downloaded crc8 v0.1.1
11822026-08-07T23:38:21.703Z Downloaded embedded-io v0.6.1
11832026-08-07T23:38:21.703Z Downloaded progenitor-macro v0.10.0
11842026-08-07T23:38:21.706Z Downloaded http v1.4.2
11852026-08-07T23:38:21.706Z Downloaded serde_yaml v0.9.34+deprecated
11862026-08-07T23:38:21.709Z Downloaded rand_chacha v0.3.1
11872026-08-07T23:38:21.709Z Downloaded digest v0.11.3
11882026-08-07T23:38:21.709Z Downloaded getrandom v0.4.2
11892026-08-07T23:38:21.712Z Downloaded rayon-core v1.13.0
11902026-08-07T23:38:21.712Z Downloaded zerocopy-derive v0.7.35
11912026-08-07T23:38:21.718Z Downloaded console v0.16.3
11922026-08-07T23:38:21.721Z Downloaded quinn-udp v0.5.14
11932026-08-07T23:38:21.721Z Downloaded schemars v0.8.22
11942026-08-07T23:38:21.725Z Downloaded hash32 v0.3.1
11952026-08-07T23:38:21.729Z Downloaded arc-swap v1.9.1
11962026-08-07T23:38:21.729Z Downloaded ciborium v0.2.2
11972026-08-07T23:38:21.734Z Downloaded port-file v0.1.0
11982026-08-07T23:38:21.734Z Downloaded arrayvec v0.7.6
11992026-08-07T23:38:21.734Z Downloaded yansi v1.0.1
12002026-08-07T23:38:21.734Z Downloaded schemars v0.9.0
12012026-08-07T23:38:21.739Z Downloaded unsafe-libyaml v0.2.11
12022026-08-07T23:38:21.744Z Downloaded cookie v0.18.1
12032026-08-07T23:38:21.744Z Downloaded yoke-derive v0.8.2
12042026-08-07T23:38:21.744Z Downloaded const-oid v0.10.2
12052026-08-07T23:38:21.744Z Downloaded pretty_assertions v1.4.1
12062026-08-07T23:38:21.749Z Downloaded progenitor-client v0.14.0
12072026-08-07T23:38:21.749Z Downloaded darling_core v0.23.0
12082026-08-07T23:38:21.749Z Downloaded elliptic-curve v0.13.8
12092026-08-07T23:38:21.752Z Downloaded heapless v0.8.0
12102026-08-07T23:38:21.752Z Downloaded siphasher v1.0.3
12112026-08-07T23:38:21.752Z Downloaded secrecy v0.10.3
12122026-08-07T23:38:21.752Z Downloaded dtrace-parser v0.3.0
12132026-08-07T23:38:21.752Z Downloaded chacha20poly1305 v0.10.1
12142026-08-07T23:38:21.752Z Downloaded gethostname v0.5.0
12152026-08-07T23:38:21.757Z Downloaded crossbeam-utils v0.8.21
12162026-08-07T23:38:21.757Z Downloaded foldhash v0.2.0
12172026-08-07T23:38:21.760Z Downloaded csv-core v0.1.13
12182026-08-07T23:38:21.760Z Downloaded scroll v0.12.0
12192026-08-07T23:38:21.760Z Downloaded serde-big-array v0.5.1
12202026-08-07T23:38:21.760Z Downloaded memchr v2.8.1
12212026-08-07T23:38:21.764Z Downloaded progenitor-extras v0.2.0
12222026-08-07T23:38:21.767Z Downloaded zmij v1.0.21
12232026-08-07T23:38:21.767Z Downloaded rustls-pki-types v1.14.1
12242026-08-07T23:38:21.772Z Downloaded cipher v0.4.4
12252026-08-07T23:38:21.772Z Downloaded cancel-safe-futures v0.1.5
12262026-08-07T23:38:21.772Z Downloaded byte-wrapper v0.1.0
12272026-08-07T23:38:21.775Z Downloaded progenitor-macro v0.13.0
12282026-08-07T23:38:21.775Z Downloaded cfg_aliases v0.2.1
12292026-08-07T23:38:21.781Z Downloaded nom v7.1.3
12302026-08-07T23:38:21.788Z Downloaded ref-cast-impl v1.0.25
12312026-08-07T23:38:21.792Z Downloaded prettyplease v0.2.37
12322026-08-07T23:38:21.795Z Downloaded proc-macro2 v1.0.106
12332026-08-07T23:38:21.795Z Downloaded chacha20 v0.10.0
12342026-08-07T23:38:21.795Z Downloaded constant_time_eq v0.4.2
12352026-08-07T23:38:21.798Z Downloaded postcard v1.1.3
12362026-08-07T23:38:21.798Z Downloaded schemars_derive v0.8.22
12372026-08-07T23:38:21.798Z Downloaded deranged v0.5.8
12382026-08-07T23:38:21.801Z Downloaded simd-adler32 v0.3.9
12392026-08-07T23:38:21.801Z Downloaded backoff v0.4.0
12402026-08-07T23:38:21.801Z Downloaded schemars v1.2.1
12412026-08-07T23:38:21.807Z Downloaded toml_edit v0.19.15
12422026-08-07T23:38:21.816Z Downloaded typed-path v0.9.3
12432026-08-07T23:38:21.820Z Downloaded progenitor v0.14.0
12442026-08-07T23:38:21.823Z Downloaded const_format_proc_macros v0.2.34
12452026-08-07T23:38:21.823Z Downloaded pem v3.0.6
12462026-08-07T23:38:21.823Z Downloaded pest_generator v2.8.6
12472026-08-07T23:38:21.823Z Downloaded progenitor-client v0.13.0
12482026-08-07T23:38:21.826Z Downloaded bitflags v1.3.2
12492026-08-07T23:38:21.826Z Downloaded glob v0.3.3
12502026-08-07T23:38:21.826Z Downloaded mio v1.2.1
12512026-08-07T23:38:21.834Z Downloaded qorb v0.4.1
12522026-08-07T23:38:21.838Z Downloaded rhai_codegen v3.2.0
12532026-08-07T23:38:21.838Z Downloaded itertools v0.12.1
12542026-08-07T23:38:21.841Z Downloaded phf v0.12.1
12552026-08-07T23:38:21.841Z Downloaded zerocopy-derive v0.8.50
12562026-08-07T23:38:21.845Z Downloaded darling v0.23.0
12572026-08-07T23:38:21.850Z Downloaded bytes v1.11.1
12582026-08-07T23:38:21.850Z Downloaded base64 v0.21.7
12592026-08-07T23:38:21.853Z Downloaded clap v4.6.5
12602026-08-07T23:38:21.856Z Downloaded pest_meta v2.8.6
12612026-08-07T23:38:21.862Z Downloaded bit-vec v0.8.0
12622026-08-07T23:38:21.862Z Downloaded futures-channel v0.3.32
12632026-08-07T23:38:21.862Z Downloaded rand v0.9.4
12642026-08-07T23:38:21.867Z Downloaded rustls-platform-verifier v0.7.0
12652026-08-07T23:38:21.871Z Downloaded bytecount v0.6.9
12662026-08-07T23:38:21.871Z Downloaded find-msvc-tools v0.1.9
12672026-08-07T23:38:21.877Z Downloaded blake2 v0.10.6
12682026-08-07T23:38:21.877Z Downloaded zerotrie v0.2.4
12692026-08-07T23:38:21.877Z Downloaded nom v8.0.0
12702026-08-07T23:38:21.883Z Downloaded serde_with_macros v3.21.0
12712026-08-07T23:38:21.886Z Downloaded futures v0.3.32
12722026-08-07T23:38:21.889Z Downloaded crossbeam-epoch v0.9.18
12732026-08-07T23:38:21.889Z Downloaded crypto-bigint v0.5.5
12742026-08-07T23:38:21.892Z Downloaded darling v0.21.3
12752026-08-07T23:38:21.895Z Downloaded drift v0.2.0
12762026-08-07T23:38:21.899Z Downloaded half v2.7.1
12772026-08-07T23:38:21.902Z Downloaded colored v3.1.1
12782026-08-07T23:38:21.902Z Downloaded const_format v0.2.36
12792026-08-07T23:38:21.905Z Downloaded allocator-api2 v0.2.21
12802026-08-07T23:38:21.908Z Downloaded derive_more v0.99.20
12812026-08-07T23:38:21.911Z Downloaded itertools v0.15.0
12822026-08-07T23:38:21.915Z Downloaded expectorate v1.2.0
12832026-08-07T23:38:21.922Z Downloaded async-compression v0.4.42
12842026-08-07T23:38:21.928Z Downloaded slog v2.8.2
12852026-08-07T23:38:21.935Z Downloaded libm v0.2.16
12862026-08-07T23:38:21.939Z Downloaded hickory-resolver v0.24.4
12872026-08-07T23:38:21.942Z Downloaded hickory-resolver v0.25.2
12882026-08-07T23:38:21.945Z Downloaded pest v2.8.6
12892026-08-07T23:38:21.945Z Downloaded darling_core v0.21.3
12902026-08-07T23:38:21.948Z Downloaded icu_properties_data v2.2.0
12912026-08-07T23:38:21.952Z Downloaded tough v0.22.0
12922026-08-07T23:38:21.956Z Downloaded ron v0.12.1
12932026-08-07T23:38:21.960Z Downloaded rand v0.8.6
12942026-08-07T23:38:21.963Z Downloaded hashbrown v0.16.1
12952026-08-07T23:38:21.966Z Downloaded reqwest v0.13.4
12962026-08-07T23:38:21.981Z Downloaded tokio-util v0.7.18
12972026-08-07T23:38:21.989Z Downloaded quinn v0.11.9
12982026-08-07T23:38:21.992Z Downloaded crossbeam-channel v0.5.15
12992026-08-07T23:38:21.995Z Downloaded iddqd v0.4.6
13002026-08-07T23:38:22.002Z Downloaded zerovec v0.11.6
13012026-08-07T23:38:22.008Z Downloaded winnow v0.5.40
13022026-08-07T23:38:22.011Z Downloaded h2 v0.4.14
13032026-08-07T23:38:22.011Z Downloaded rayon v1.12.0
13042026-08-07T23:38:22.018Z Downloaded cc v1.2.63
13052026-08-07T23:38:22.024Z Downloaded hashbrown v0.12.3
13062026-08-07T23:38:22.034Z Downloaded winnow v1.0.3
13072026-08-07T23:38:22.049Z Downloaded hkdf v0.12.4
13082026-08-07T23:38:22.052Z Downloaded tabled v0.21.0
13092026-08-07T23:38:22.060Z Downloaded dropshot-api-manager v0.7.2
13102026-08-07T23:38:22.062Z Downloaded webpki-roots v1.0.7
13112026-08-07T23:38:22.065Z Downloaded futures-util v0.3.32
13122026-08-07T23:38:22.072Z Downloaded tabled v0.15.0
13132026-08-07T23:38:22.080Z Downloaded zerocopy v0.7.35
13142026-08-07T23:38:22.098Z Downloaded clap_builder v4.6.5
13152026-08-07T23:38:22.098Z Downloaded portable-atomic v1.13.1
13162026-08-07T23:38:22.103Z Downloaded regex v1.12.3
13172026-08-07T23:38:22.103Z Downloaded aho-corasick v1.1.4
13182026-08-07T23:38:22.103Z Downloaded goblin v0.8.2
13192026-08-07T23:38:22.108Z Downloaded syn v1.0.109
13202026-08-07T23:38:22.110Z Downloaded time v0.3.47
13212026-08-07T23:38:22.115Z Downloaded blake3 v1.8.5
13222026-08-07T23:38:22.119Z Downloaded moka v0.12.15
13232026-08-07T23:38:22.131Z Downloaded serde_with v3.21.0
13242026-08-07T23:38:22.137Z Downloaded proptest v1.11.0
13252026-08-07T23:38:22.147Z Downloaded syn v2.0.117
13262026-08-07T23:38:22.152Z Downloaded openssl v0.10.80
13272026-08-07T23:38:22.158Z Downloaded aws-lc-rs v1.17.0
13282026-08-07T23:38:22.168Z Downloaded smoltcp v0.11.0
13292026-08-07T23:38:22.174Z Downloaded goblin v0.10.7
13302026-08-07T23:38:22.178Z Downloaded zerocopy v0.8.50
13312026-08-07T23:38:22.202Z Downloaded nix v0.31.3
13322026-08-07T23:38:22.222Z Downloaded typify-impl v0.6.2
13332026-08-07T23:38:22.233Z Downloaded openapiv3 v2.2.0
13342026-08-07T23:38:22.238Z Downloaded regress v0.10.5
13352026-08-07T23:38:22.243Z Downloaded typify-impl v0.4.3
13362026-08-07T23:38:22.252Z Downloaded hickory-proto v0.24.4
13372026-08-07T23:38:22.261Z Downloaded regress v0.11.1
13382026-08-07T23:38:22.290Z Downloaded dropshot v0.17.1
13392026-08-07T23:38:22.302Z Downloaded rhai v1.25.1
13402026-08-07T23:38:22.309Z Downloaded rustls v0.23.40
13412026-08-07T23:38:22.314Z Downloaded bstr v1.12.1
13422026-08-07T23:38:22.319Z Downloaded regex-syntax v0.8.10
13432026-08-07T23:38:22.324Z Downloaded chrono-tz v0.10.4
13442026-08-07T23:38:22.334Z Downloaded hickory-proto v0.25.2
13452026-08-07T23:38:22.343Z Downloaded sled v0.34.7
13462026-08-07T23:38:22.360Z Downloaded sha3 v0.10.9
13472026-08-07T23:38:22.364Z Downloaded csv v1.4.0
13482026-08-07T23:38:22.383Z Downloaded regex-automata v0.4.14
13492026-08-07T23:38:22.405Z Downloaded lzma-sys v0.1.20
13502026-08-07T23:38:22.422Z Downloaded jiff v0.2.28
13512026-08-07T23:38:22.431Z Downloaded petgraph v0.6.5
13522026-08-07T23:38:22.461Z Downloaded encoding_rs v0.8.35
13532026-08-07T23:38:22.971Z Downloaded aws-lc-sys v0.41.0
13542026-08-07T23:38:23.890Z Compiling proc-macro2 v1.0.106
13552026-08-07T23:38:23.890Z Compiling unicode-ident v1.0.24
13562026-08-07T23:38:23.890Z Compiling quote v1.0.45
13572026-08-07T23:38:23.893Z Compiling serde_core v1.0.229
13582026-08-07T23:38:23.893Z Compiling cfg-if v1.0.4
13592026-08-07T23:38:23.893Z Compiling serde v1.0.229
13602026-08-07T23:38:23.894Z Compiling libc v0.2.189
13612026-08-07T23:38:23.894Z Compiling memchr v2.8.1
13622026-08-07T23:38:24.056Z Compiling itoa v1.0.18
13632026-08-07T23:38:24.238Z Compiling smallvec v1.15.1
13642026-08-07T23:38:24.331Z Compiling zmij v1.0.21
13652026-08-07T23:38:24.391Z Compiling autocfg v1.5.1
13662026-08-07T23:38:24.449Z Compiling libm v0.2.16
13672026-08-07T23:38:24.705Z Compiling stable_deref_trait v1.2.1
13682026-08-07T23:38:24.749Z Compiling litemap v0.8.2
13692026-08-07T23:38:24.777Z Compiling percent-encoding v2.3.2
13702026-08-07T23:38:24.853Z Compiling writeable v0.6.3
13712026-08-07T23:38:24.937Z Compiling icu_properties_data v2.2.0
13722026-08-07T23:38:24.948Z Compiling utf8_iter v1.0.4
13732026-08-07T23:38:24.964Z Compiling icu_normalizer_data v2.2.0
13742026-08-07T23:38:24.975Z Compiling iana-time-zone v0.1.65
13752026-08-07T23:38:25.089Z Compiling equivalent v1.0.2
13762026-08-07T23:38:25.195Z Compiling form_urlencoded v1.2.2
13772026-08-07T23:38:25.198Z Compiling allocator-api2 v0.2.21
13782026-08-07T23:38:25.282Z Compiling syn v2.0.117
13792026-08-07T23:38:25.302Z Compiling syn v3.0.3
13802026-08-07T23:38:25.376Z Compiling serde_json v1.0.151
13812026-08-07T23:38:25.391Z Compiling version_check v0.9.5
13822026-08-07T23:38:25.403Z Compiling dyn-clone v1.0.20
13832026-08-07T23:38:25.537Z Compiling pin-project-lite v0.2.17
13842026-08-07T23:38:25.546Z Compiling hashbrown v0.17.1
13852026-08-07T23:38:25.617Z Compiling parking_lot_core v0.9.12
13862026-08-07T23:38:25.630Z Compiling scopeguard v1.2.0
13872026-08-07T23:38:25.665Z Compiling num-traits v0.2.19
13882026-08-07T23:38:25.733Z Compiling lock_api v0.4.14
13892026-08-07T23:38:25.907Z Compiling getrandom v0.4.2
13902026-08-07T23:38:25.968Z Compiling thiserror v2.0.19
13912026-08-07T23:38:26.001Z Compiling rand_core v0.10.1
13922026-08-07T23:38:26.121Z Compiling errno v0.3.14
13932026-08-07T23:38:26.155Z Compiling log v0.4.32
13942026-08-07T23:38:26.272Z Compiling semver v1.0.28
13952026-08-07T23:38:26.361Z Compiling indexmap v2.14.0
13962026-08-07T23:38:26.364Z Compiling heck v0.5.0
13972026-08-07T23:38:26.543Z Compiling futures-core v0.3.32
13982026-08-07T23:38:26.615Z Compiling zerocopy v0.8.50
13992026-08-07T23:38:26.690Z Compiling uuid v1.24.0
14002026-08-07T23:38:26.701Z Compiling futures-sink v0.3.32
14012026-08-07T23:38:26.800Z Compiling schemars v0.8.22
14022026-08-07T23:38:27.002Z Compiling fnv v1.0.7
14032026-08-07T23:38:27.031Z Compiling slab v0.4.12
14042026-08-07T23:38:27.056Z Compiling jobserver v0.1.34
14052026-08-07T23:38:27.088Z Compiling shlex v2.0.1
14062026-08-07T23:38:27.116Z Compiling rustversion v1.0.22
14072026-08-07T23:38:27.200Z Compiling find-msvc-tools v0.1.9
14082026-08-07T23:38:27.266Z Compiling futures-channel v0.3.32
14092026-08-07T23:38:27.365Z Compiling cc v1.2.63
14102026-08-07T23:38:27.428Z Compiling bitflags v2.12.1
14112026-08-07T23:38:27.463Z Compiling futures-io v0.3.32
14122026-08-07T23:38:27.486Z Compiling futures-task v0.3.32
14132026-08-07T23:38:27.652Z Compiling socket2 v0.6.5
14142026-08-07T23:38:27.656Z Compiling portable-atomic v1.13.1
14152026-08-07T23:38:27.779Z Compiling signal-hook-registry v1.4.8
14162026-08-07T23:38:27.917Z Compiling parking_lot v0.12.5
14172026-08-07T23:38:28.036Z Compiling mio v1.2.1
14182026-08-07T23:38:28.073Z Compiling synstructure v0.13.2
14192026-08-07T23:38:28.094Z Compiling serde_derive_internals v0.29.1
14202026-08-07T23:38:28.222Z Compiling serde_derive v1.0.229
14212026-08-07T23:38:28.326Z Compiling thiserror-impl v2.0.19
14222026-08-07T23:38:28.534Z Compiling critical-section v1.2.0
14232026-08-07T23:38:28.554Z Compiling cmake v0.1.58
14242026-08-07T23:38:28.623Z Compiling once_cell v1.21.4
14252026-08-07T23:38:28.640Z Compiling dunce v1.0.5
14262026-08-07T23:38:28.651Z Compiling typenum v1.20.1
14272026-08-07T23:38:28.733Z Compiling fs_extra v1.3.0
14282026-08-07T23:38:28.811Z Compiling base64 v0.22.1
14292026-08-07T23:38:28.834Z Compiling regex-syntax v0.8.10
14302026-08-07T23:38:28.876Z Compiling slog v2.8.2
14312026-08-07T23:38:29.037Z Compiling aws-lc-sys v0.41.0
14322026-08-07T23:38:29.136Z Compiling byteorder v1.5.0
14332026-08-07T23:38:29.187Z Compiling strsim v0.11.1
14342026-08-07T23:38:29.301Z Compiling zerofrom-derive v0.1.7
14352026-08-07T23:38:29.366Z Compiling yoke-derive v0.8.2
14362026-08-07T23:38:29.483Z Compiling zerovec-derive v0.11.3
14372026-08-07T23:38:29.586Z Compiling displaydoc v0.2.6
14382026-08-07T23:38:29.598Z Compiling schemars_derive v0.8.22
14392026-08-07T23:38:30.027Z Compiling tokio-macros v2.7.0
14402026-08-07T23:38:30.389Z Compiling zerocopy-derive v0.8.50
14412026-08-07T23:38:30.476Z Compiling zeroize_derive v1.4.3
14422026-08-07T23:38:30.526Z Compiling zerofrom v0.1.8
14432026-08-07T23:38:30.594Z Compiling futures-macro v0.3.32
14442026-08-07T23:38:30.643Z Compiling yoke v0.8.3
14452026-08-07T23:38:30.829Z Compiling zerovec v0.11.6
14462026-08-07T23:38:30.841Z Compiling zerotrie v0.2.4
14472026-08-07T23:38:31.135Z Compiling rustix v1.1.4
14482026-08-07T23:38:31.147Z Compiling zeroize v1.8.2
14492026-08-07T23:38:31.341Z Compiling bytes v1.11.1
14502026-08-07T23:38:31.355Z Compiling tinystr v0.8.3
14512026-08-07T23:38:31.378Z Compiling potential_utf v0.1.5
14522026-08-07T23:38:31.417Z Compiling chrono v0.4.45
14532026-08-07T23:38:31.467Z Compiling futures-util v0.3.32
14542026-08-07T23:38:31.533Z Compiling icu_locale_core v2.2.0
14552026-08-07T23:38:31.536Z Compiling icu_collections v2.2.0
14562026-08-07T23:38:31.552Z Compiling serde_tokenstream v0.2.3
14572026-08-07T23:38:31.819Z Compiling http v1.4.2
14582026-08-07T23:38:31.969Z Compiling tokio v1.53.1
14592026-08-07T23:38:32.053Z Compiling subtle v2.6.1
14602026-08-07T23:38:32.210Z Compiling icu_provider v2.2.0
14612026-08-07T23:38:32.533Z Compiling icu_normalizer v2.2.0
14622026-08-07T23:38:32.584Z Compiling icu_properties v2.2.0
14632026-08-07T23:38:32.898Z Compiling erased-serde v0.3.31
14642026-08-07T23:38:32.980Z Compiling http-body v1.0.1
14652026-08-07T23:38:33.115Z Compiling httparse v1.10.1
14662026-08-07T23:38:33.126Z Compiling ipnet v2.12.0
14672026-08-07T23:38:33.443Z Compiling atomic-waker v1.1.2
14682026-08-07T23:38:33.567Z Compiling idna_adapter v1.2.2
14692026-08-07T23:38:33.678Z Compiling idna v1.1.0
14702026-08-07T23:38:33.702Z Compiling tower-layer v0.3.3
14712026-08-07T23:38:33.733Z Compiling tower-service v0.3.3
14722026-08-07T23:38:33.795Z Compiling getrandom v0.2.17
14732026-08-07T23:38:33.818Z Compiling ucd-trie v0.1.7
14742026-08-07T23:38:33.848Z Compiling untrusted v0.9.0
14752026-08-07T23:38:33.966Z Compiling url v2.5.8
14762026-08-07T23:38:34.022Z Compiling try-lock v0.2.5
14772026-08-07T23:38:34.075Z Compiling ryu v1.0.23
14782026-08-07T23:38:34.125Z Compiling getrandom v0.3.4
14792026-08-07T23:38:34.152Z Compiling thiserror v1.0.69
14802026-08-07T23:38:34.254Z Compiling want v0.3.1
14812026-08-07T23:38:34.420Z Compiling pest v2.8.6
14822026-08-07T23:38:34.503Z Compiling rand_core v0.6.4
14832026-08-07T23:38:34.627Z Compiling ppv-lite86 v0.2.21
14842026-08-07T23:38:34.707Z Compiling thiserror-impl v1.0.69
14852026-08-07T23:38:34.726Z Compiling httpdate v1.0.3
14862026-08-07T23:38:34.865Z Compiling pretty-hex v0.4.2
14872026-08-07T23:38:34.944Z Compiling winnow v1.0.3
14882026-08-07T23:38:34.970Z Compiling plain v0.2.3
14892026-08-07T23:38:34.996Z Compiling foldhash v0.2.0
14902026-08-07T23:38:35.071Z Compiling paste v1.0.15
14912026-08-07T23:38:35.226Z Compiling ipnetwork v0.21.1
14922026-08-07T23:38:35.395Z Compiling tracing-attributes v0.1.31
14932026-08-07T23:38:35.667Z Compiling pest_meta v2.8.6
14942026-08-07T23:38:35.692Z Compiling oxnet v0.1.6
14952026-08-07T23:38:35.951Z Compiling tracing-core v0.1.36
14962026-08-07T23:38:35.963Z Compiling ident_case v1.0.1
14972026-08-07T23:38:36.026Z Compiling omicron-workspace-hack v0.1.0
14982026-08-07T23:38:36.159Z Compiling serde_urlencoded v0.7.1
14992026-08-07T23:38:36.230Z Compiling pest_generator v2.8.6
15002026-08-07T23:38:36.421Z Compiling http-body-util v0.1.4
15012026-08-07T23:38:36.549Z Compiling aho-corasick v1.1.4
15022026-08-07T23:38:36.561Z Compiling fastrand v2.4.1
15032026-08-07T23:38:36.597Z Compiling tracing v0.1.44
15042026-08-07T23:38:36.734Z Compiling sync_wrapper v1.0.2
15052026-08-07T23:38:36.816Z Compiling daft-derive v0.1.7
15062026-08-07T23:38:36.838Z Compiling hashbrown v0.16.1
15072026-08-07T23:38:36.941Z Compiling pest_derive v2.8.6
15082026-08-07T23:38:37.430Z Compiling regex-automata v0.4.14
15092026-08-07T23:38:37.503Z Compiling tokio-util v0.7.18
15102026-08-07T23:38:37.567Z Compiling scroll_derive v0.13.1
15112026-08-07T23:38:37.810Z Compiling async-trait v0.1.89
15122026-08-07T23:38:38.089Z Compiling powerfmt v0.2.0
15132026-08-07T23:38:38.242Z Compiling anyhow v1.0.104
15142026-08-07T23:38:38.293Z Compiling aws-lc-rs v1.17.0
15152026-08-07T23:38:38.392Z Compiling num-conv v0.2.2
15162026-08-07T23:38:38.537Z Compiling time-core v0.1.8
15172026-08-07T23:38:38.588Z Compiling scroll v0.13.0
15182026-08-07T23:38:38.600Z Compiling deranged v0.5.8
15192026-08-07T23:38:38.672Z Compiling time-macros v0.2.27
15202026-08-07T23:38:38.745Z Compiling rustls-pki-types v1.14.1
15212026-08-07T23:38:38.780Z Compiling openssl-probe v0.2.1
15222026-08-07T23:38:38.846Z Compiling hex v0.4.3
15232026-08-07T23:38:38.962Z Compiling num_threads v0.1.7
15242026-08-07T23:38:39.077Z Compiling goblin v0.10.7
15252026-08-07T23:38:39.173Z Compiling regex v1.12.3
15262026-08-07T23:38:39.632Z Compiling untrusted v0.7.1
15272026-08-07T23:38:39.664Z Compiling camino v1.2.5
15282026-08-07T23:38:39.748Z Compiling crc32fast v1.5.0
15292026-08-07T23:38:39.865Z Compiling usdt-impl v0.6.0
15302026-08-07T23:38:39.891Z Compiling rustls v0.23.40
15312026-08-07T23:38:40.077Z Compiling rand_core v0.9.5
15322026-08-07T23:38:40.102Z Compiling h2 v0.4.14
15332026-08-07T23:38:40.126Z Compiling dtrace-parser v0.3.0
15342026-08-07T23:38:40.182Z Compiling crossbeam-utils v0.8.21
15352026-08-07T23:38:40.447Z Compiling futures-executor v0.3.32
15362026-08-07T23:38:40.474Z Compiling structmeta-derive v0.3.0
15372026-08-07T23:38:40.498Z Compiling thread-id v5.1.0
15382026-08-07T23:38:40.576Z Compiling quick-error v1.2.3
15392026-08-07T23:38:40.678Z Compiling adler2 v2.0.1
15402026-08-07T23:38:40.726Z Compiling cpufeatures v0.3.0
15412026-08-07T23:38:40.796Z Compiling simd-adler32 v0.3.9
15422026-08-07T23:38:40.807Z Compiling futures v0.3.32
15432026-08-07T23:38:40.983Z Compiling miniz_oxide v0.8.9
15442026-08-07T23:38:40.995Z Compiling rand_chacha v0.9.0
15452026-08-07T23:38:41.409Z Compiling darling_core v0.23.0
15462026-08-07T23:38:41.423Z Compiling newtype-uuid-macros v0.1.0
15472026-08-07T23:38:41.515Z Compiling structmeta v0.3.0
15482026-08-07T23:38:41.640Z Compiling hybrid-array v0.4.12
15492026-08-07T23:38:41.862Z Compiling dof v0.4.0
15502026-08-07T23:38:42.102Z Compiling thread_local v1.1.9
15512026-08-07T23:38:42.217Z Compiling hyper v1.11.0
15522026-08-07T23:38:42.369Z Compiling bit-vec v0.8.0
15532026-08-07T23:38:42.537Z Compiling match_cfg v0.1.0
15542026-08-07T23:38:42.609Z Compiling bit-set v0.8.0
15552026-08-07T23:38:42.764Z Compiling flate2 v1.1.9
15562026-08-07T23:38:43.177Z Compiling rand v0.9.4
15572026-08-07T23:38:43.224Z Compiling newtype-uuid v1.3.2
15582026-08-07T23:38:43.293Z Compiling ref-cast v1.0.25
15592026-08-07T23:38:43.487Z Compiling hyper-util v0.1.20
15602026-08-07T23:38:43.561Z Compiling darling_macro v0.23.0
15612026-08-07T23:38:43.771Z Compiling slog-async v2.8.0
15622026-08-07T23:38:43.835Z Compiling unarray v0.1.4
15632026-08-07T23:38:43.942Z Compiling compression-core v0.4.32
15642026-08-07T23:38:44.068Z Compiling daft v0.1.7
15652026-08-07T23:38:44.106Z Compiling usdt-macro v0.6.0
15662026-08-07T23:38:44.127Z Compiling usdt-attr-macro v0.6.0
15672026-08-07T23:38:44.146Z Compiling compression-codecs v0.4.38
15682026-08-07T23:38:44.163Z Compiling darling v0.23.0
15692026-08-07T23:38:44.240Z Compiling block-buffer v0.12.0
15702026-08-07T23:38:44.338Z Compiling crypto-common v0.2.2
15712026-08-07T23:38:44.404Z Compiling strum_macros v0.26.4
15722026-08-07T23:38:44.741Z Compiling ref-cast-impl v1.0.25
15732026-08-07T23:38:44.820Z Compiling serde_spanned v1.1.1
15742026-08-07T23:38:44.970Z Compiling multer v3.1.0
15752026-08-07T23:38:45.198Z Compiling generic-array v0.14.7
15762026-08-07T23:38:45.218Z Compiling toml_writer v1.1.1+spec-1.1.0
15772026-08-07T23:38:45.312Z Compiling term v1.2.1
15782026-08-07T23:38:45.315Z Compiling const-oid v0.10.2
15792026-08-07T23:38:45.348Z Compiling take_mut v0.2.2
15802026-08-07T23:38:45.417Z Compiling debug-ignore v1.0.5
15812026-08-07T23:38:45.471Z Compiling digest v0.11.3
15822026-08-07T23:38:45.522Z Compiling serde_with_macros v3.21.0
15832026-08-07T23:38:45.525Z Compiling tempfile v3.27.0
15842026-08-07T23:38:45.545Z Compiling async-stream-impl v0.3.6
15852026-08-07T23:38:45.628Z Compiling dropshot v0.17.1
15862026-08-07T23:38:45.848Z Compiling encoding_rs v0.8.35
15872026-08-07T23:38:45.936Z Compiling syn v1.0.109
15882026-08-07T23:38:46.011Z Compiling spin v0.9.8
15892026-08-07T23:38:46.065Z Compiling strum v0.26.3
15902026-08-07T23:38:46.122Z Compiling mime v0.3.17
15912026-08-07T23:38:46.178Z Compiling async-stream v0.3.6
15922026-08-07T23:38:46.228Z Compiling sha1 v0.11.0
15932026-08-07T23:38:46.344Z Compiling derive-ex v0.1.8
15942026-08-07T23:38:46.391Z Compiling tower v0.5.3
15952026-08-07T23:38:46.469Z Compiling waitgroup v0.1.2
15962026-08-07T23:38:46.599Z Compiling dropshot_endpoint v0.17.1
15972026-08-07T23:38:46.611Z Compiling macaddr v1.0.1
15982026-08-07T23:38:46.643Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15992026-08-07T23:38:46.786Z Compiling serde_path_to_error v0.1.20
16002026-08-07T23:38:47.117Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16012026-08-07T23:38:47.137Z Compiling tower-http v0.6.11
16022026-08-07T23:38:47.324Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
16032026-08-07T23:38:47.492Z Compiling openapiv3 v2.2.0
16042026-08-07T23:38:47.504Z Compiling strum_macros v0.27.2
16052026-08-07T23:38:47.551Z Compiling instant v0.1.13
16062026-08-07T23:38:47.653Z Compiling time v0.3.47
16072026-08-07T23:38:47.910Z Compiling test-strategy v0.4.5
16082026-08-07T23:38:48.894Z Compiling rustls-native-certs v0.8.4
16092026-08-07T23:38:49.185Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16102026-08-07T23:38:49.298Z Compiling crossbeam-channel v0.5.15
16112026-08-07T23:38:49.361Z Compiling wait-timeout v0.2.1
16122026-08-07T23:38:49.373Z Compiling strum v0.27.2
16132026-08-07T23:38:49.384Z Compiling crypto-common v0.1.7
16142026-08-07T23:38:49.497Z Compiling rusty-fork v0.3.1
16152026-08-07T23:38:49.665Z Compiling parse-display-derive v0.10.0
16162026-08-07T23:38:49.785Z Compiling rand_xorshift v0.4.0
16172026-08-07T23:38:49.805Z Compiling backon v1.6.0
16182026-08-07T23:38:49.856Z Compiling rand_chacha v0.3.1
16192026-08-07T23:38:50.320Z Compiling either v1.16.0
16202026-08-07T23:38:50.529Z Compiling rand v0.8.6
16212026-08-07T23:38:50.628Z Compiling proptest v1.11.0
16222026-08-07T23:38:50.900Z Compiling slog-json v2.6.1
16232026-08-07T23:38:50.903Z Compiling hostname v0.3.1
16242026-08-07T23:38:51.046Z Compiling toml_parser v1.1.2+spec-1.1.0
16252026-08-07T23:38:51.104Z Compiling toml_datetime v1.1.1+spec-1.1.0
16262026-08-07T23:38:51.181Z Compiling is-terminal v0.4.17
16272026-08-07T23:38:51.276Z Compiling memmap2 v0.9.10
16282026-08-07T23:38:51.415Z Compiling toml v1.1.2+spec-1.1.0
16292026-08-07T23:38:51.489Z Compiling usdt v0.6.0
16302026-08-07T23:38:51.759Z Compiling slog-term v2.9.2
16312026-08-07T23:38:51.780Z Compiling slog-bunyan v2.5.0
16322026-08-07T23:38:51.844Z Compiling serde_with v3.21.0
16332026-08-07T23:38:51.903Z Compiling async-compression v0.4.42
16342026-08-07T23:38:52.210Z Compiling rustls-pemfile v2.2.0
16352026-08-07T23:38:52.355Z Compiling regress v0.10.5
16362026-08-07T23:38:52.374Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16372026-08-07T23:38:52.402Z Compiling hostname v0.4.2
16382026-08-07T23:38:52.538Z Compiling humantime v2.3.0
16392026-08-07T23:38:52.920Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16402026-08-07T23:38:53.113Z Compiling iddqd v0.4.6
16412026-08-07T23:38:53.506Z Compiling reqwest v0.12.28
16422026-08-07T23:38:53.566Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16432026-08-07T23:38:53.638Z Compiling block-buffer v0.10.4
16442026-08-07T23:38:53.785Z Compiling utf8parse v0.2.2
16452026-08-07T23:38:53.894Z Compiling anstyle-parse v1.0.0
16462026-08-07T23:38:53.981Z Compiling digest v0.10.7
16472026-08-07T23:38:54.092Z Compiling parse-display v0.10.0
16482026-08-07T23:38:54.224Z Compiling backoff v0.4.0
16492026-08-07T23:38:54.422Z Compiling itertools v0.14.0
16502026-08-07T23:38:54.434Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16512026-08-07T23:38:54.527Z Compiling progenitor-client v0.10.0
16522026-08-07T23:38:54.744Z Compiling anstyle v1.0.14
16532026-08-07T23:38:54.797Z Compiling anstyle-query v1.1.5
16542026-08-07T23:38:54.906Z Compiling is_terminal_polyfill v1.70.2
16552026-08-07T23:38:54.972Z Compiling colorchoice v1.0.5
16562026-08-07T23:38:55.086Z Compiling anstream v1.0.0
16572026-08-07T23:38:55.437Z Compiling clap_lex v1.1.0
16582026-08-07T23:38:55.699Z Compiling regress v0.11.1
16592026-08-07T23:38:56.234Z Compiling clap_derive v4.6.4
16602026-08-07T23:38:57.025Z Compiling terminal_size v0.4.4
16612026-08-07T23:38:57.242Z Compiling typify-impl v0.6.2
16622026-08-07T23:38:57.924Z Compiling toml_datetime v0.6.11
16632026-08-07T23:38:58.193Z Compiling zerocopy-derive v0.7.35
16642026-08-07T23:38:58.412Z Compiling convert_case v0.4.0
16652026-08-07T23:38:58.433Z Compiling cpufeatures v0.2.17
16662026-08-07T23:38:58.706Z Compiling derive_more v0.99.20
16672026-08-07T23:38:59.117Z Compiling zerocopy v0.7.35
16682026-08-07T23:38:59.180Z Compiling clap_builder v4.6.5
16692026-08-07T23:38:59.716Z Compiling toml_edit v0.25.12+spec-1.1.0
16702026-08-07T23:39:00.018Z Compiling unicode-width v0.2.2
16712026-08-07T23:39:00.298Z Compiling proc-macro-crate v3.5.0
16722026-08-07T23:39:00.712Z Compiling secrecy v0.10.3
16732026-08-07T23:39:00.846Z Compiling clap v4.6.5
16742026-08-07T23:39:00.926Z Compiling tinyvec_macros v0.1.1
16752026-08-07T23:39:00.995Z Compiling float-ord v0.3.2
16762026-08-07T23:39:01.024Z Compiling crucible-workspace-hack v0.1.0
16772026-08-07T23:39:01.039Z Compiling tinyvec v1.11.0
16782026-08-07T23:39:01.189Z Compiling num_enum_derive v0.7.6
16792026-08-07T23:39:01.547Z Compiling dtrace-parser v0.2.0
16802026-08-07T23:39:01.588Z Compiling scroll_derive v0.12.1
16812026-08-07T23:39:01.695Z Compiling num-integer v0.1.46
16822026-08-07T23:39:02.016Z Compiling rustc_version v0.4.1
16832026-08-07T23:39:02.233Z Compiling usdt-impl v0.5.0
16842026-08-07T23:39:02.297Z Compiling scroll v0.12.0
16852026-08-07T23:39:02.378Z Compiling curve25519-dalek v4.1.3
16862026-08-07T23:39:02.398Z Compiling num_enum v0.7.6
16872026-08-07T23:39:02.655Z Compiling dof v0.3.0
16882026-08-07T23:39:02.753Z Compiling hmac v0.12.1
16892026-08-07T23:39:02.835Z Compiling inout v0.1.4
16902026-08-07T23:39:02.884Z Compiling darling_core v0.21.3
16912026-08-07T23:39:02.976Z Compiling ff v0.13.1
16922026-08-07T23:39:02.993Z Compiling thread-id v4.2.2
16932026-08-07T23:39:03.072Z Compiling cipher v0.4.4
16942026-08-07T23:39:03.120Z Compiling group v0.13.0
16952026-08-07T23:39:03.277Z Compiling hkdf v0.12.4
16962026-08-07T23:39:03.563Z Compiling goblin v0.8.2
16972026-08-07T23:39:03.584Z Compiling num-rational v0.4.2
16982026-08-07T23:39:03.630Z Compiling typify-macro v0.6.2
16992026-08-07T23:39:03.782Z Compiling num-iter v0.1.45
17002026-08-07T23:39:03.920Z Compiling thiserror-impl-no-std v2.0.2
17012026-08-07T23:39:03.936Z Compiling universal-hash v0.5.1
17022026-08-07T23:39:04.076Z Compiling crypto-bigint v0.5.5
17032026-08-07T23:39:04.091Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-08-07T23:39:04.387Z Compiling crossbeam-epoch v0.9.18
17052026-08-07T23:39:04.721Z Compiling half v2.7.1
17062026-08-07T23:39:04.751Z Compiling curve25519-dalek-derive v0.1.1
17072026-08-07T23:39:05.009Z Compiling num-complex v0.4.6
17082026-08-07T23:39:05.029Z Compiling darling_macro v0.21.3
17092026-08-07T23:39:05.365Z Compiling base16ct v0.2.0
17102026-08-07T23:39:05.391Z Compiling ciborium-io v0.2.2
17112026-08-07T23:39:05.425Z Compiling opaque-debug v0.3.1
17122026-08-07T23:39:05.451Z Compiling base64ct v1.8.3
17132026-08-07T23:39:05.480Z Compiling poly1305 v0.8.0
17142026-08-07T23:39:05.491Z Compiling ciborium-ll v0.2.2
17152026-08-07T23:39:05.514Z Compiling elliptic-curve v0.13.8
17162026-08-07T23:39:05.631Z Compiling darling v0.21.3
17172026-08-07T23:39:05.694Z Compiling password-hash v0.5.0
17182026-08-07T23:39:05.809Z Compiling typify v0.6.2
17192026-08-07T23:39:05.900Z Compiling num v0.4.3
17202026-08-07T23:39:06.005Z Compiling thiserror-no-std v2.0.2
17212026-08-07T23:39:06.377Z Compiling chacha20 v0.9.1
17222026-08-07T23:39:06.588Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17232026-08-07T23:39:06.740Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17242026-08-07T23:39:07.150Z Compiling blake2 v0.10.6
17252026-08-07T23:39:07.328Z Compiling aead v0.5.2
17262026-08-07T23:39:07.488Z Compiling byte-wrapper v0.1.0
17272026-08-07T23:39:07.605Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17282026-08-07T23:39:07.616Z Compiling proc-macro-error-attr v1.0.4
17292026-08-07T23:39:07.912Z Compiling prettyplease v0.2.37
17302026-08-07T23:39:07.923Z Compiling rustix v0.38.44
17312026-08-07T23:39:07.978Z Compiling heapless v0.8.0
17322026-08-07T23:39:08.143Z Compiling keccak v0.1.6
17332026-08-07T23:39:08.264Z Compiling unsafe-libyaml v0.2.11
17342026-08-07T23:39:08.439Z Compiling sha3 v0.10.9
17352026-08-07T23:39:08.763Z Compiling serde_yaml v0.9.34+deprecated
17362026-08-07T23:39:08.974Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17372026-08-07T23:39:09.169Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-08-07T23:39:09.792Z Compiling chacha20poly1305 v0.10.1
17392026-08-07T23:39:09.922Z Compiling argon2 v0.5.3
17402026-08-07T23:39:10.081Z Compiling vsss-rs v3.3.4
17412026-08-07T23:39:10.173Z Compiling ingot-macros v0.1.1
17422026-08-07T23:39:10.191Z Compiling ciborium v0.2.2
17432026-08-07T23:39:10.553Z Compiling usdt-attr-macro v0.5.0
17442026-08-07T23:39:10.765Z Compiling usdt-macro v0.5.0
17452026-08-07T23:39:11.936Z Compiling serde_spanned v0.6.9
17462026-08-07T23:39:12.078Z Compiling hash32 v0.3.1
17472026-08-07T23:39:12.212Z Compiling enum-as-inner v0.6.1
17482026-08-07T23:39:12.223Z Compiling proc-macro-error v1.0.4
17492026-08-07T23:39:12.226Z Compiling memmap v0.7.0
17502026-08-07T23:39:12.413Z Compiling memoffset v0.9.1
17512026-08-07T23:39:12.448Z Compiling indent_write v2.2.0
17522026-08-07T23:39:12.553Z Compiling data-encoding v2.11.0
17532026-08-07T23:39:12.580Z Compiling smoltcp v0.11.0
17542026-08-07T23:39:12.642Z Compiling winnow v0.7.15
17552026-08-07T23:39:12.789Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17562026-08-07T23:39:12.821Z Compiling winnow v0.5.40
17572026-08-07T23:39:12.898Z Compiling cfg_aliases v0.2.1
17582026-08-07T23:39:12.914Z Compiling toml_write v0.1.2
17592026-08-07T23:39:12.971Z Compiling nix v0.31.3
17602026-08-07T23:39:13.053Z Compiling ingot-types v0.1.2
17612026-08-07T23:39:13.162Z Compiling usdt v0.5.0
17622026-08-07T23:39:13.391Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17632026-08-07T23:39:13.411Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17642026-08-07T23:39:13.430Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-08-07T23:39:13.788Z Compiling tabwriter v1.4.1
17662026-08-07T23:39:14.076Z Compiling toml_edit v0.22.27
17672026-08-07T23:39:14.076Z Compiling cobs v0.3.0
17682026-08-07T23:39:14.211Z Compiling toml_edit v0.19.15
17692026-08-07T23:39:14.271Z Compiling serde_repr v0.1.21
17702026-08-07T23:39:14.285Z Compiling managed v0.8.0
17712026-08-07T23:39:14.468Z Compiling vcpkg v0.2.15
17722026-08-07T23:39:14.499Z Compiling bitflags v1.3.2
17732026-08-07T23:39:14.573Z Compiling pkg-config v0.3.33
17742026-08-07T23:39:14.860Z Compiling rustls-webpki v0.103.13
17752026-08-07T23:39:15.008Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17762026-08-07T23:39:15.018Z Compiling openssl-sys v0.9.116
17772026-08-07T23:39:15.279Z Compiling postcard v1.1.3
17782026-08-07T23:39:15.900Z Compiling toml v0.8.23
17792026-08-07T23:39:16.002Z Compiling proc-macro-crate v1.3.1
17802026-08-07T23:39:16.590Z Compiling ingot v0.1.1
17812026-08-07T23:39:16.699Z Compiling hubpack_derive v0.1.1
17822026-08-07T23:39:17.160Z Compiling foreign-types-macros v0.2.3
17832026-08-07T23:39:17.231Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17842026-08-07T23:39:17.356Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17852026-08-07T23:39:17.395Z Compiling static_assertions v1.1.0
17862026-08-07T23:39:17.468Z Compiling foreign-types-shared v0.3.1
17872026-08-07T23:39:17.541Z Compiling linked-hash-map v0.5.6
17882026-08-07T23:39:17.557Z Compiling resolv-conf v0.7.6
17892026-08-07T23:39:17.579Z Compiling rayon-core v1.13.0
17902026-08-07T23:39:17.720Z Compiling unicode-segmentation v1.13.3
17912026-08-07T23:39:17.795Z Compiling swrite v0.1.0
17922026-08-07T23:39:17.808Z Compiling heck v0.4.1
17932026-08-07T23:39:17.886Z Compiling colored v3.1.1
17942026-08-07T23:39:17.930Z Compiling semver v0.1.20
17952026-08-07T23:39:18.085Z Compiling newline-converter v0.3.0
17962026-08-07T23:39:18.138Z Compiling rustc_version v0.1.7
17972026-08-07T23:39:18.186Z Compiling foreign-types v0.5.0
17982026-08-07T23:39:18.211Z Compiling lru-cache v0.1.2
17992026-08-07T23:39:18.261Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18002026-08-07T23:39:18.320Z Compiling hubpack v0.1.2
18012026-08-07T23:39:18.332Z Compiling num_enum_derive v0.5.11
18022026-08-07T23:39:18.473Z Compiling tokio-rustls v0.26.4
18032026-08-07T23:39:18.543Z Compiling rustls-platform-verifier v0.7.0
18042026-08-07T23:39:18.745Z Compiling hyper-rustls v0.27.9
18052026-08-07T23:39:19.080Z Compiling reqwest v0.13.4
18062026-08-07T23:39:19.614Z Compiling atomicwrites v0.4.4
18072026-08-07T23:39:19.943Z Compiling hickory-proto v0.24.4
18082026-08-07T23:39:20.138Z Compiling progenitor-impl v0.13.0
18092026-08-07T23:39:21.434Z Compiling progenitor-client v0.14.0
18102026-08-07T23:39:21.747Z Compiling progenitor-extras v0.2.0
18112026-08-07T23:39:21.992Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-08-07T23:39:23.245Z Compiling crossbeam-deque v0.8.6
18132026-08-07T23:39:23.388Z Compiling console v0.15.11
18142026-08-07T23:39:23.445Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18152026-08-07T23:39:23.698Z Compiling camino-tempfile v1.4.1
18162026-08-07T23:39:23.923Z Compiling chacha20 v0.10.0
18172026-08-07T23:39:23.949Z Compiling serde-big-array v0.5.1
18182026-08-07T23:39:23.961Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18192026-08-07T23:39:24.085Z Compiling num-derive v0.4.2
18202026-08-07T23:39:24.111Z Compiling derive-where v1.6.1
18212026-08-07T23:39:24.256Z Compiling pin-project-internal v1.1.13
18222026-08-07T23:39:24.549Z Compiling cstr-argument v0.1.2
18232026-08-07T23:39:24.718Z Compiling siphasher v1.0.3
18242026-08-07T23:39:24.925Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
18252026-08-07T23:39:25.068Z Compiling minimal-lexical v0.2.1
18262026-08-07T23:39:25.153Z Compiling similar v2.7.0
18272026-08-07T23:39:25.335Z Compiling nom v7.1.3
18282026-08-07T23:39:25.373Z Compiling pin-project v1.1.13
18292026-08-07T23:39:25.414Z Compiling phf_shared v0.12.1
18302026-08-07T23:39:25.474Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18312026-08-07T23:39:25.589Z Compiling expectorate v1.2.0
18322026-08-07T23:39:25.741Z Compiling rand v0.10.2
18332026-08-07T23:39:25.809Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18342026-08-07T23:39:26.102Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-08-07T23:39:26.242Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18362026-08-07T23:39:26.427Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18372026-08-07T23:39:26.549Z Compiling progenitor-macro v0.13.0
18382026-08-07T23:39:27.451Z Compiling hickory-resolver v0.24.4
18392026-08-07T23:39:28.149Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18402026-08-07T23:39:28.484Z Compiling progenitor-client v0.13.0
18412026-08-07T23:39:28.649Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-08-07T23:39:28.683Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18432026-08-07T23:39:28.785Z Compiling num_enum v0.5.11
18442026-08-07T23:39:28.885Z Compiling newtype_derive v0.1.6
18452026-08-07T23:39:29.191Z Compiling progenitor-impl v0.14.0
18462026-08-07T23:39:29.290Z Compiling unicode-normalization v0.1.25
18472026-08-07T23:39:29.769Z Compiling tokio-stream v0.1.18
18482026-08-07T23:39:30.177Z Compiling async-recursion v1.1.1
18492026-08-07T23:39:30.255Z Compiling snafu-derive v0.8.9
18502026-08-07T23:39:30.332Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18512026-08-07T23:39:30.380Z Compiling slog-dtrace v0.3.0
18522026-08-07T23:39:30.607Z Compiling csv-core v0.1.13
18532026-08-07T23:39:30.628Z Compiling bstr v1.12.1
18542026-08-07T23:39:30.865Z Compiling openssl v0.10.80
18552026-08-07T23:39:30.878Z Compiling cancel-safe-futures v0.1.5
18562026-08-07T23:39:31.123Z Compiling foreign-types-shared v0.1.1
18572026-08-07T23:39:31.138Z Compiling highway v1.3.0
18582026-08-07T23:39:31.146Z Compiling konst_macro_rules v0.2.19
18592026-08-07T23:39:31.214Z Compiling same-file v1.0.6
18602026-08-07T23:39:31.324Z Compiling unicode-xid v0.2.6
18612026-08-07T23:39:31.392Z Compiling chrono-tz v0.10.4
18622026-08-07T23:39:31.448Z Compiling foldhash v0.1.5
18632026-08-07T23:39:31.532Z Compiling unicode-width v0.1.14
18642026-08-07T23:39:31.608Z Compiling owo-colors v4.3.0
18652026-08-07T23:39:31.645Z Compiling hashbrown v0.15.5
18662026-08-07T23:39:31.806Z Compiling const_format_proc_macros v0.2.34
18672026-08-07T23:39:31.921Z Compiling progenitor v0.13.0
18682026-08-07T23:39:31.988Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-08-07T23:39:32.001Z Compiling snafu v0.8.9
18702026-08-07T23:39:32.060Z Compiling walkdir v2.5.0
18712026-08-07T23:39:32.183Z Compiling konst v0.2.20
18722026-08-07T23:39:32.389Z Compiling foreign-types v0.3.2
18732026-08-07T23:39:32.439Z Compiling globset v0.4.18
18742026-08-07T23:39:32.451Z Compiling csv v1.4.0
18752026-08-07T23:39:32.568Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-08-07T23:39:32.611Z Compiling qorb v0.4.1
18772026-08-07T23:39:32.819Z Compiling progenitor-macro v0.14.0
18782026-08-07T23:39:32.819Z Compiling olpc-cjson v0.1.4
18792026-08-07T23:39:33.053Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18802026-08-07T23:39:33.394Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-08-07T23:39:33.877Z Compiling rayon v1.12.0
18822026-08-07T23:39:34.682Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-08-07T23:39:34.784Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-08-07T23:39:34.846Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18852026-08-07T23:39:35.335Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-08-07T23:39:35.748Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-08-07T23:39:35.768Z Compiling phf v0.12.1
18882026-08-07T23:39:36.258Z Compiling zone_cfg_derive v0.3.1
18892026-08-07T23:39:36.326Z Compiling tokio-dtrace v0.1.1
18902026-08-07T23:39:36.688Z Compiling itertools v0.12.1
18912026-08-07T23:39:36.943Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18922026-08-07T23:39:37.151Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-08-07T23:39:37.230Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18942026-08-07T23:39:37.632Z Compiling libsw-core v0.3.2
18952026-08-07T23:39:37.755Z Compiling serde_plain v1.0.2
18962026-08-07T23:39:37.805Z Compiling openssl-macros v0.1.1
18972026-08-07T23:39:37.929Z Compiling pem v3.0.6
18982026-08-07T23:39:37.965Z Compiling cookie v0.18.1
18992026-08-07T23:39:38.062Z Compiling sigpipe v0.1.3
19002026-08-07T23:39:38.151Z Compiling glob v0.3.3
19012026-08-07T23:39:38.185Z Compiling bytecount v0.6.9
19022026-08-07T23:39:38.196Z Compiling jiff v0.2.28
19032026-08-07T23:39:38.288Z Compiling fixedbitset v0.5.7
19042026-08-07T23:39:38.304Z Compiling fixedbitset v0.4.2
19052026-08-07T23:39:38.328Z Compiling typed-path v0.9.3
19062026-08-07T23:39:38.543Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-08-07T23:39:38.610Z Compiling petgraph v0.8.3
19082026-08-07T23:39:38.633Z Compiling petgraph v0.6.5
19092026-08-07T23:39:38.787Z Compiling papergrid v0.11.0
19102026-08-07T23:39:39.762Z Compiling tough v0.22.0
19112026-08-07T23:39:40.239Z Compiling progenitor v0.14.0
19122026-08-07T23:39:40.286Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-08-07T23:39:40.344Z Compiling zone v0.3.1
19142026-08-07T23:39:40.376Z Compiling libsw v3.5.0
19152026-08-07T23:39:40.503Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19162026-08-07T23:39:40.521Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19172026-08-07T23:39:40.552Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-08-07T23:39:40.657Z Compiling oxide-tokio-rt v0.1.6
19192026-08-07T23:39:40.746Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-08-07T23:39:40.760Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19212026-08-07T23:39:40.963Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-08-07T23:39:41.717Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-08-07T23:39:41.958Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-08-07T23:39:42.022Z Compiling const_format v0.2.36
19252026-08-07T23:39:42.668Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19262026-08-07T23:39:42.832Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-08-07T23:39:43.041Z Compiling tabled_derive v0.7.0
19282026-08-07T23:39:43.071Z Compiling gethostname v0.5.0
19292026-08-07T23:39:43.083Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19302026-08-07T23:39:43.191Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19312026-08-07T23:39:43.207Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19322026-08-07T23:39:43.268Z Compiling smf v0.2.3
19332026-08-07T23:39:43.327Z Compiling bcs v0.1.6
19342026-08-07T23:39:43.417Z Compiling nom v8.0.0
19352026-08-07T23:39:43.644Z Compiling lazy_static v1.5.0
19362026-08-07T23:39:43.750Z Compiling tagptr v0.2.0
19372026-08-07T23:39:43.873Z Compiling whoami v1.6.1
19382026-08-07T23:39:43.902Z Compiling linear-map v1.2.0
19392026-08-07T23:39:44.004Z Compiling smawk v0.3.2
19402026-08-07T23:39:44.184Z Compiling unicode-linebreak v0.1.5
19412026-08-07T23:39:44.216Z Compiling termtree v0.5.1
19422026-08-07T23:39:44.228Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-08-07T23:39:44.370Z Compiling textwrap v0.16.2
19442026-08-07T23:39:44.431Z Compiling tabled v0.15.0
19452026-08-07T23:39:44.643Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19462026-08-07T23:39:44.903Z Compiling moka v0.12.15
19472026-08-07T23:39:45.800Z Compiling steno v0.4.1
19482026-08-07T23:39:45.820Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19492026-08-07T23:39:45.887Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19502026-08-07T23:39:46.014Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19512026-08-07T23:39:46.810Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19522026-08-07T23:39:47.187Z Compiling hickory-proto v0.25.2
19532026-08-07T23:39:47.773Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19542026-08-07T23:39:48.689Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19552026-08-07T23:39:48.821Z Compiling parking_lot_core v0.8.6
19562026-08-07T23:39:49.076Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19572026-08-07T23:39:49.101Z Compiling hickory-resolver v0.25.2
19582026-08-07T23:39:49.196Z Compiling libscf-sys v1.2.0
19592026-08-07T23:39:49.340Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19602026-08-07T23:39:49.776Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19612026-08-07T23:39:49.868Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19622026-08-07T23:39:49.934Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19632026-08-07T23:39:49.975Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19642026-08-07T23:39:50.330Z Compiling parking_lot v0.11.2
19652026-08-07T23:39:50.673Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19662026-08-07T23:39:50.746Z Compiling fxhash v0.2.1
19672026-08-07T23:39:50.768Z Compiling internet-checksum v0.2.1
19682026-08-07T23:39:50.887Z Compiling sled v0.34.7
19692026-08-07T23:39:50.907Z Compiling itertools v0.15.0
19702026-08-07T23:39:50.917Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19712026-08-07T23:39:53.793Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19722026-08-07T23:39:54.804Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19732026-08-07T23:40:02.699Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-08-07T23:40:04.317Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-08-07T23:40:05.357Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19762026-08-07T23:40:06.296Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19772026-08-07T23:40:07.123Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19782026-08-07T23:40:08.291Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19792026-08-07T23:40:34.036Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s
19802026-08-07T23:40:34.218Z────────────
19812026-08-07T23:40:34.218Z Nextest run ID fc09fa66-8957-49da-a137-7d5c13b9a1bf with nextest profile: default
19822026-08-07T23:40:34.218Z Starting 57 tests across 3 binaries
19832026-08-07T23:40:34.221Z START bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
19842026-08-07T23:40:34.224Z
19852026-08-07T23:40:34.224Zrunning 1 test
19862026-08-07T23:40:34.669Ztest dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down ... ok
19872026-08-07T23:40:34.669Z
19882026-08-07T23:40:34.669Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.44s
19892026-08-07T23:40:34.669Z
19902026-08-07T23:40:34.676Z PASS [ 0.458s] bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
19912026-08-07T23:40:34.676Z START bfd dispatcher::proptests::state_machine
19922026-08-07T23:40:34.685Z
19932026-08-07T23:40:34.685Zrunning 1 test
19942026-08-07T23:40:34.960Ztest dispatcher::proptests::state_machine ... ok
19952026-08-07T23:40:34.960Z
19962026-08-07T23:40:34.960Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.27s
19972026-08-07T23:40:34.960Z
19982026-08-07T23:40:34.963Z PASS [ 0.285s] bfd dispatcher::proptests::state_machine
19992026-08-07T23:40:34.963Z START bfd dispatcher::proptests::state_machine_with_bind_failures
20002026-08-07T23:40:34.970Z
20012026-08-07T23:40:34.970Zrunning 1 test
20022026-08-07T23:40:35.223Ztest dispatcher::proptests::state_machine_with_bind_failures ... ok
20032026-08-07T23:40:35.223Z
20042026-08-07T23:40:35.223Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.25s
20052026-08-07T23:40:35.223Z
20062026-08-07T23:40:35.227Z PASS [ 0.263s] bfd dispatcher::proptests::state_machine_with_bind_failures
20072026-08-07T23:40:35.227Z START bfd dispatcher::tests::bounded_channel_drops_excess_packets
20082026-08-07T23:40:35.234Z
20092026-08-07T23:40:35.234Zrunning 1 test
20102026-08-07T23:40:35.238Ztest dispatcher::tests::bounded_channel_drops_excess_packets ... ok
20112026-08-07T23:40:35.238Z
20122026-08-07T23:40:35.238Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20132026-08-07T23:40:35.238Z
20142026-08-07T23:40:35.238Z PASS [ 0.011s] bfd dispatcher::tests::bounded_channel_drops_excess_packets
20152026-08-07T23:40:35.238Z START bfd dispatcher::tests::delivers_packet_from_registered_peer
20162026-08-07T23:40:35.243Z
20172026-08-07T23:40:35.243Zrunning 1 test
20182026-08-07T23:40:35.247Ztest dispatcher::tests::delivers_packet_from_registered_peer ... ok
20192026-08-07T23:40:35.247Z
20202026-08-07T23:40:35.248Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20212026-08-07T23:40:35.248Z
20222026-08-07T23:40:35.248Z PASS [ 0.009s] bfd dispatcher::tests::delivers_packet_from_registered_peer
20232026-08-07T23:40:35.248Z START bfd dispatcher::tests::drops_malformed_packet_but_task_survives
20242026-08-07T23:40:35.251Z
20252026-08-07T23:40:35.251Zrunning 1 test
20262026-08-07T23:40:35.254Ztest dispatcher::tests::drops_malformed_packet_but_task_survives ... ok
20272026-08-07T23:40:35.254Z
20282026-08-07T23:40:35.254Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20292026-08-07T23:40:35.254Z
20302026-08-07T23:40:35.254Z PASS [ 0.009s] bfd dispatcher::tests::drops_malformed_packet_but_task_survives
20312026-08-07T23:40:35.254Z START bfd dispatcher::tests::drops_packet_from_unregistered_peer
20322026-08-07T23:40:35.260Z
20332026-08-07T23:40:35.260Zrunning 1 test
20342026-08-07T23:40:35.563Ztest dispatcher::tests::drops_packet_from_unregistered_peer ... ok
20352026-08-07T23:40:35.563Z
20362026-08-07T23:40:35.563Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
20372026-08-07T23:40:35.563Z
20382026-08-07T23:40:35.570Z PASS [ 0.311s] bfd dispatcher::tests::drops_packet_from_unregistered_peer
20392026-08-07T23:40:35.570Z START bfd dispatcher::tests::rx_closed_after_last_peer_removed
20402026-08-07T23:40:35.574Z
20412026-08-07T23:40:35.574Zrunning 1 test
20422026-08-07T23:40:35.577Ztest dispatcher::tests::rx_closed_after_last_peer_removed ... ok
20432026-08-07T23:40:35.577Z
20442026-08-07T23:40:35.577Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20452026-08-07T23:40:35.577Z
20462026-08-07T23:40:35.577Z PASS [ 0.011s] bfd dispatcher::tests::rx_closed_after_last_peer_removed
20472026-08-07T23:40:35.578Z START bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
20482026-08-07T23:40:35.582Z
20492026-08-07T23:40:35.582Zrunning 1 test
20502026-08-07T23:40:35.585Ztest dispatcher::tests::shutdown_waits_for_task_to_be_dropped ... ok
20512026-08-07T23:40:35.585Z
20522026-08-07T23:40:35.585Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20532026-08-07T23:40:35.585Z
20542026-08-07T23:40:35.585Z PASS [ 0.009s] bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
20552026-08-07T23:40:35.586Z START bfd egress::tests::binds_ports_in_expected_range
20562026-08-07T23:40:35.591Z
20572026-08-07T23:40:35.591Zrunning 1 test
20582026-08-07T23:40:35.594Ztest egress::tests::binds_ports_in_expected_range ... ok
20592026-08-07T23:40:35.595Z
20602026-08-07T23:40:35.595Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20612026-08-07T23:40:35.595Z
20622026-08-07T23:40:35.595Z PASS [ 0.009s] bfd egress::tests::binds_ports_in_expected_range
20632026-08-07T23:40:35.595Z START bfd egress::tests::egress_socket_sets_hop_limit_v6
20642026-08-07T23:40:35.600Z
20652026-08-07T23:40:35.600Zrunning 1 test
20662026-08-07T23:40:35.603Ztest egress::tests::egress_socket_sets_hop_limit_v6 ... ok
20672026-08-07T23:40:35.604Z
20682026-08-07T23:40:35.604Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20692026-08-07T23:40:35.604Z
20702026-08-07T23:40:35.604Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_hop_limit_v6
20712026-08-07T23:40:35.604Z START bfd egress::tests::egress_socket_sets_ttl_v4
20722026-08-07T23:40:35.609Z
20732026-08-07T23:40:35.609Zrunning 1 test
20742026-08-07T23:40:35.618Ztest egress::tests::egress_socket_sets_ttl_v4 ... ok
20752026-08-07T23:40:35.618Z
20762026-08-07T23:40:35.618Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20772026-08-07T23:40:35.618Z
20782026-08-07T23:40:35.618Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_ttl_v4
20792026-08-07T23:40:35.618Z START bfd egress::tests::exits_when_channel_closed
20802026-08-07T23:40:35.622Z
20812026-08-07T23:40:35.622Zrunning 1 test
20822026-08-07T23:40:35.622Ztest egress::tests::exits_when_channel_closed ... ok
20832026-08-07T23:40:35.622Z
20842026-08-07T23:40:35.622Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20852026-08-07T23:40:35.622Z
20862026-08-07T23:40:35.622Z PASS [ 0.009s] bfd egress::tests::exits_when_channel_closed
20872026-08-07T23:40:35.622Z START bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
20882026-08-07T23:40:35.629Z
20892026-08-07T23:40:35.629Zrunning 1 test
20902026-08-07T23:40:35.629Ztest egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range ... ok
20912026-08-07T23:40:35.629Z
20922026-08-07T23:40:35.629Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20932026-08-07T23:40:35.629Z
20942026-08-07T23:40:35.632Z PASS [ 0.007s] bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
20952026-08-07T23:40:35.632Z START bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
20962026-08-07T23:40:35.632Z
20972026-08-07T23:40:35.632Zrunning 1 test
20982026-08-07T23:40:35.636Ztest egress_src_port_iter::tests::port_choices_wrap_around_at_end ... ok
20992026-08-07T23:40:35.636Z
21002026-08-07T23:40:35.636Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21012026-08-07T23:40:35.636Z
21022026-08-07T23:40:35.636Z PASS [ 0.007s] bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
21032026-08-07T23:40:35.636Z START bfd egress_src_port_iter::tests::src_port_is_always_in_range
21042026-08-07T23:40:35.640Z
21052026-08-07T23:40:35.640Zrunning 1 test
21062026-08-07T23:40:35.644Ztest egress_src_port_iter::tests::src_port_is_always_in_range ... ok
21072026-08-07T23:40:35.644Z
21082026-08-07T23:40:35.649Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
21092026-08-07T23:40:35.649Z
21102026-08-07T23:40:35.649Z PASS [ 0.012s] bfd egress_src_port_iter::tests::src_port_is_always_in_range
21112026-08-07T23:40:35.649Z START bfd rib::tests::exits_when_state_channel_closed
21122026-08-07T23:40:35.653Z
21132026-08-07T23:40:35.653Zrunning 1 test
21142026-08-07T23:40:35.658Ztest rib::tests::exits_when_state_channel_closed ... ok
21152026-08-07T23:40:35.658Z
21162026-08-07T23:40:35.658Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21172026-08-07T23:40:35.658Z
21182026-08-07T23:40:35.658Z PASS [ 0.009s] bfd rib::tests::exits_when_state_channel_closed
21192026-08-07T23:40:35.658Z START bfd rib::tests::initial_down_state_is_synced
21202026-08-07T23:40:35.662Z
21212026-08-07T23:40:35.662Zrunning 1 test
21222026-08-07T23:40:35.765Ztest rib::tests::initial_down_state_is_synced ... ok
21232026-08-07T23:40:35.765Z
21242026-08-07T23:40:35.765Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21252026-08-07T23:40:35.765Z
21262026-08-07T23:40:35.769Z PASS [ 0.110s] bfd rib::tests::initial_down_state_is_synced
21272026-08-07T23:40:35.769Z START bfd rib::tests::real_transitions_are_synced
21282026-08-07T23:40:35.773Z
21292026-08-07T23:40:35.773Zrunning 1 test
21302026-08-07T23:40:36.081Ztest rib::tests::real_transitions_are_synced ... ok
21312026-08-07T23:40:36.081Z
21322026-08-07T23:40:36.081Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
21332026-08-07T23:40:36.081Z
21342026-08-07T23:40:36.089Z PASS [ 0.314s] bfd rib::tests::real_transitions_are_synced
21352026-08-07T23:40:36.089Z START bfd rib::tests::redundant_shutdown_states_are_not_resynced
21362026-08-07T23:40:36.089Z
21372026-08-07T23:40:36.089Zrunning 1 test
21382026-08-07T23:40:36.439Ztest rib::tests::redundant_shutdown_states_are_not_resynced ... ok
21392026-08-07T23:40:36.439Z
21402026-08-07T23:40:36.439Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.35s
21412026-08-07T23:40:36.439Z
21422026-08-07T23:40:36.443Z PASS [ 0.363s] bfd rib::tests::redundant_shutdown_states_are_not_resynced
21432026-08-07T23:40:36.443Z START bfd session::tests::counts_incoming_packets
21442026-08-07T23:40:36.447Z
21452026-08-07T23:40:36.447Zrunning 1 test
21462026-08-07T23:40:36.550Ztest session::tests::counts_incoming_packets ... ok
21472026-08-07T23:40:36.550Z
21482026-08-07T23:40:36.550Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21492026-08-07T23:40:36.550Z
21502026-08-07T23:40:36.554Z PASS [ 0.110s] bfd session::tests::counts_incoming_packets
21512026-08-07T23:40:36.554Z START bfd session::tests::down_to_up_directly
21522026-08-07T23:40:36.557Z
21532026-08-07T23:40:36.557Zrunning 1 test
21542026-08-07T23:40:36.662Ztest session::tests::down_to_up_directly ... ok
21552026-08-07T23:40:36.662Z
21562026-08-07T23:40:36.662Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21572026-08-07T23:40:36.663Z
21582026-08-07T23:40:36.668Z PASS [ 0.110s] bfd session::tests::down_to_up_directly
21592026-08-07T23:40:36.668Z START bfd session::tests::emits_outgoing_control_packet
21602026-08-07T23:40:36.672Z
21612026-08-07T23:40:36.673Zrunning 1 test
21622026-08-07T23:40:36.673Ztest session::tests::emits_outgoing_control_packet ... ok
21632026-08-07T23:40:36.673Z
21642026-08-07T23:40:36.673Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21652026-08-07T23:40:36.673Z
21662026-08-07T23:40:36.673Z PASS [ 0.010s] bfd session::tests::emits_outgoing_control_packet
21672026-08-07T23:40:36.673Z START bfd session::tests::exits_when_listener_channel_closes
21682026-08-07T23:40:36.677Z
21692026-08-07T23:40:36.677Zrunning 1 test
21702026-08-07T23:40:36.680Ztest session::tests::exits_when_listener_channel_closes ... ok
21712026-08-07T23:40:36.680Z
21722026-08-07T23:40:36.680Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21732026-08-07T23:40:36.680Z
21742026-08-07T23:40:36.680Z PASS [ 0.009s] bfd session::tests::exits_when_listener_channel_closes
21752026-08-07T23:40:36.680Z START bfd session::tests::handshake_down_init_up_publishes_each_state
21762026-08-07T23:40:36.687Z
21772026-08-07T23:40:36.687Zrunning 1 test
21782026-08-07T23:40:36.890Ztest session::tests::handshake_down_init_up_publishes_each_state ... ok
21792026-08-07T23:40:36.890Z
21802026-08-07T23:40:36.890Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21812026-08-07T23:40:36.890Z
21822026-08-07T23:40:36.893Z PASS [ 0.211s] bfd session::tests::handshake_down_init_up_publishes_each_state
21832026-08-07T23:40:36.893Z START bfd session::tests::init_to_down_on_peer_admin_down
21842026-08-07T23:40:36.897Z
21852026-08-07T23:40:36.897Zrunning 1 test
21862026-08-07T23:40:37.101Ztest session::tests::init_to_down_on_peer_admin_down ... ok
21872026-08-07T23:40:37.101Z
21882026-08-07T23:40:37.101Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21892026-08-07T23:40:37.101Z
21902026-08-07T23:40:37.104Z PASS [ 0.212s] bfd session::tests::init_to_down_on_peer_admin_down
21912026-08-07T23:40:37.104Z START bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
21922026-08-07T23:40:37.110Z
21932026-08-07T23:40:37.110Zrunning 1 test
21942026-08-07T23:40:37.213Ztest session::tests::peer_state_that_does_not_advance_is_a_no_op ... ok
21952026-08-07T23:40:37.213Z
21962026-08-07T23:40:37.213Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21972026-08-07T23:40:37.213Z
21982026-08-07T23:40:37.216Z PASS [ 0.111s] bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
21992026-08-07T23:40:37.216Z START bfd session::tests::poll_packet_elicits_final_response_on_egress
22002026-08-07T23:40:37.220Z
22012026-08-07T23:40:37.220Zrunning 1 test
22022026-08-07T23:40:37.223Ztest session::tests::poll_packet_elicits_final_response_on_egress ... ok
22032026-08-07T23:40:37.223Z
22042026-08-07T23:40:37.223Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22052026-08-07T23:40:37.223Z
22062026-08-07T23:40:37.223Z PASS [ 0.009s] bfd session::tests::poll_packet_elicits_final_response_on_egress
22072026-08-07T23:40:37.223Z START bfd session::tests::recv_timeout_drives_session_down
22082026-08-07T23:40:37.230Z
22092026-08-07T23:40:37.230Zrunning 1 test
22102026-08-07T23:40:38.747Ztest session::tests::recv_timeout_drives_session_down ... ok
22112026-08-07T23:40:38.747Z
22122026-08-07T23:40:38.747Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 1.52s
22132026-08-07T23:40:38.747Z
22142026-08-07T23:40:38.756Z PASS [ 1.525s] bfd session::tests::recv_timeout_drives_session_down
22152026-08-07T23:40:38.756Z START bfd session::tests::up_to_down_on_peer_admin_down
22162026-08-07T23:40:38.767Z
22172026-08-07T23:40:38.767Zrunning 1 test
22182026-08-07T23:40:38.960Ztest session::tests::up_to_down_on_peer_admin_down ... ok
22192026-08-07T23:40:38.960Z
22202026-08-07T23:40:38.960Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
22212026-08-07T23:40:38.960Z
22222026-08-07T23:40:38.965Z PASS [ 0.213s] bfd session::tests::up_to_down_on_peer_admin_down
22232026-08-07T23:40:38.965Z START bfd session::tests::up_to_down_on_peer_down
22242026-08-07T23:40:38.968Z
22252026-08-07T23:40:38.968Zrunning 1 test
22262026-08-07T23:40:39.172Ztest session::tests::up_to_down_on_peer_down ... ok
22272026-08-07T23:40:39.172Z
22282026-08-07T23:40:39.172Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
22292026-08-07T23:40:39.172Z
22302026-08-07T23:40:39.176Z PASS [ 0.212s] bfd session::tests::up_to_down_on_peer_down
22312026-08-07T23:40:39.176Z START bfd sm::tests::arbitrary_local_config_never_panics
22322026-08-07T23:40:39.181Z
22332026-08-07T23:40:39.181Zrunning 1 test
22342026-08-07T23:40:39.444Ztest sm::tests::arbitrary_local_config_never_panics ... ok
22352026-08-07T23:40:39.444Z
22362026-08-07T23:40:39.444Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.25s
22372026-08-07T23:40:39.444Z
22382026-08-07T23:40:39.452Z PASS [ 0.259s] bfd sm::tests::arbitrary_local_config_never_panics
22392026-08-07T23:40:39.452Z START bfd sm::tests::arbitrary_sequences_uphold_invariants
22402026-08-07T23:40:39.453Z
22412026-08-07T23:40:39.453Zrunning 1 test
22422026-08-07T23:40:39.915Ztest sm::tests::arbitrary_sequences_uphold_invariants ... ok
22432026-08-07T23:40:39.915Z
22442026-08-07T23:40:39.915Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.48s
22452026-08-07T23:40:39.915Z
22462026-08-07T23:40:39.918Z PASS [ 0.484s] bfd sm::tests::arbitrary_sequences_uphold_invariants
22472026-08-07T23:40:39.918Z START bfd sm::tests::bounded_consecutive_loss_keeps_session_up
22482026-08-07T23:40:39.922Z
22492026-08-07T23:40:39.922Zrunning 1 test
22502026-08-07T23:40:39.938Ztest sm::tests::bounded_consecutive_loss_keeps_session_up ... ok
22512026-08-07T23:40:39.938Z
22522026-08-07T23:40:39.938Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
22532026-08-07T23:40:39.938Z
22542026-08-07T23:40:39.941Z PASS [ 0.021s] bfd sm::tests::bounded_consecutive_loss_keeps_session_up
22552026-08-07T23:40:39.941Z START bfd sm::tests::clean_channel_converges_to_up
22562026-08-07T23:40:39.945Z
22572026-08-07T23:40:39.945Zrunning 1 test
22582026-08-07T23:40:39.945Ztest sm::tests::clean_channel_converges_to_up ... ok
22592026-08-07T23:40:39.945Z
22602026-08-07T23:40:39.945Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22612026-08-07T23:40:39.945Z
22622026-08-07T23:40:39.945Z PASS [ 0.007s] bfd sm::tests::clean_channel_converges_to_up
22632026-08-07T23:40:39.945Z START bfd sm::tests::demand_mode_suppresses_unsolicited_sends
22642026-08-07T23:40:39.950Z
22652026-08-07T23:40:39.950Zrunning 1 test
22662026-08-07T23:40:39.953Ztest sm::tests::demand_mode_suppresses_unsolicited_sends ... ok
22672026-08-07T23:40:39.953Z
22682026-08-07T23:40:39.953Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22692026-08-07T23:40:39.953Z
22702026-08-07T23:40:39.953Z PASS [ 0.007s] bfd sm::tests::demand_mode_suppresses_unsolicited_sends
22712026-08-07T23:40:39.953Z START bfd sm::tests::large_local_tx_interval_saturates_on_wire
22722026-08-07T23:40:39.958Z
22732026-08-07T23:40:39.958Zrunning 1 test
22742026-08-07T23:40:39.961Ztest sm::tests::large_local_tx_interval_saturates_on_wire ... ok
22752026-08-07T23:40:39.961Z
22762026-08-07T23:40:39.961Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22772026-08-07T23:40:39.961Z
22782026-08-07T23:40:39.961Z PASS [ 0.007s] bfd sm::tests::large_local_tx_interval_saturates_on_wire
22792026-08-07T23:40:39.961Z START bfd sm::tests::poll_flood_grows_response_queue_unboundedly
22802026-08-07T23:40:39.965Z
22812026-08-07T23:40:39.965Zrunning 1 test
22822026-08-07T23:40:39.969Ztest sm::tests::poll_flood_grows_response_queue_unboundedly ... ok
22832026-08-07T23:40:39.969Z
22842026-08-07T23:40:39.969Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22852026-08-07T23:40:39.969Z
22862026-08-07T23:40:39.969Z PASS [ 0.007s] bfd sm::tests::poll_flood_grows_response_queue_unboundedly
22872026-08-07T23:40:39.969Z START bfd sm::tests::poll_response_remains_queued_past_tx_interval
22882026-08-07T23:40:39.972Z
22892026-08-07T23:40:39.972Zrunning 1 test
22902026-08-07T23:40:39.975Ztest sm::tests::poll_response_remains_queued_past_tx_interval ... ok
22912026-08-07T23:40:39.975Z
22922026-08-07T23:40:39.975Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22932026-08-07T23:40:39.975Z
22942026-08-07T23:40:39.976Z PASS [ 0.007s] bfd sm::tests::poll_response_remains_queued_past_tx_interval
22952026-08-07T23:40:39.976Z START bfd sm::tests::poll_triggers_immediate_final_response
22962026-08-07T23:40:39.980Z
22972026-08-07T23:40:39.980Zrunning 1 test
22982026-08-07T23:40:39.983Ztest sm::tests::poll_triggers_immediate_final_response ... ok
22992026-08-07T23:40:39.983Z
23002026-08-07T23:40:39.983Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23012026-08-07T23:40:39.983Z
23022026-08-07T23:40:39.983Z PASS [ 0.008s] bfd sm::tests::poll_triggers_immediate_final_response
23032026-08-07T23:40:39.983Z START bfd sm::tests::recv_deadline_expiry_reports_was_already_down
23042026-08-07T23:40:39.990Z
23052026-08-07T23:40:39.990Zrunning 1 test
23062026-08-07T23:40:39.996Ztest sm::tests::recv_deadline_expiry_reports_was_already_down ... ok
23072026-08-07T23:40:39.996Z
23082026-08-07T23:40:39.996Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23092026-08-07T23:40:39.996Z
23102026-08-07T23:40:39.996Z PASS [ 0.008s] bfd sm::tests::recv_deadline_expiry_reports_was_already_down
23112026-08-07T23:40:39.996Z START bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
23122026-08-07T23:40:40.008Z
23132026-08-07T23:40:40.008Zrunning 1 test
23142026-08-07T23:40:40.008Ztest sm::tests::remote_required_min_rx_zero_stops_periodic_sends ... ok
23152026-08-07T23:40:40.008Z
23162026-08-07T23:40:40.008Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23172026-08-07T23:40:40.008Z
23182026-08-07T23:40:40.008Z PASS [ 0.008s] bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
23192026-08-07T23:40:40.008Z START bfd sm::tests::total_partition_drives_both_down
23202026-08-07T23:40:40.014Z
23212026-08-07T23:40:40.014Zrunning 1 test
23222026-08-07T23:40:40.014Ztest sm::tests::total_partition_drives_both_down ... ok
23232026-08-07T23:40:40.014Z
23242026-08-07T23:40:40.014Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23252026-08-07T23:40:40.014Z
23262026-08-07T23:40:40.014Z PASS [ 0.007s] bfd sm::tests::total_partition_drives_both_down
23272026-08-07T23:40:40.014Z START bfd sm::tests::transition_table_is_exhaustive_and_correct
23282026-08-07T23:40:40.014Z
23292026-08-07T23:40:40.015Zrunning 1 test
23302026-08-07T23:40:40.015Ztest sm::tests::transition_table_is_exhaustive_and_correct ... ok
23312026-08-07T23:40:40.015Z
23322026-08-07T23:40:40.015Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23332026-08-07T23:40:40.015Z
23342026-08-07T23:40:40.015Z PASS [ 0.007s] bfd sm::tests::transition_table_is_exhaustive_and_correct
23352026-08-07T23:40:40.015Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
23362026-08-07T23:40:40.026Z
23372026-08-07T23:40:40.026Zrunning 1 test
23382026-08-07T23:40:40.026Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
23392026-08-07T23:40:40.026Z
23402026-08-07T23:40:40.026Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.00s
23412026-08-07T23:40:40.026Z
23422026-08-07T23:40:40.026Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
23432026-08-07T23:40:40.026Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
23442026-08-07T23:40:40.027Z
23452026-08-07T23:40:40.027Zrunning 1 test
23462026-08-07T23:40:40.027Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
23472026-08-07T23:40:40.027Z
23482026-08-07T23:40:40.027Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.00s
23492026-08-07T23:40:40.027Z
23502026-08-07T23:40:40.038Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
23512026-08-07T23:40:40.038Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
23522026-08-07T23:40:40.038Z
23532026-08-07T23:40:40.038Zrunning 1 test
23542026-08-07T23:40:40.038Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
23552026-08-07T23:40:40.038Z
23562026-08-07T23:40:40.038Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.00s
23572026-08-07T23:40:40.038Z
23582026-08-07T23:40:40.038Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
23592026-08-07T23:40:40.038Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
23602026-08-07T23:40:40.038Z
23612026-08-07T23:40:40.038Zrunning 1 test
23622026-08-07T23:40:40.038Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
23632026-08-07T23:40:40.038Z
23642026-08-07T23:40:40.038Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.00s
23652026-08-07T23:40:40.038Z
23662026-08-07T23:40:40.039Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
23672026-08-07T23:40:40.039Z START mg-api-types-versions v13::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
23682026-08-07T23:40:40.043Z
23692026-08-07T23:40:40.043Zrunning 1 test
23702026-08-07T23:40:40.054Ztest v13::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes ... ok
23712026-08-07T23:40:40.054Z
23722026-08-07T23:40:40.054Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.01s
23732026-08-07T23:40:40.054Z
23742026-08-07T23:40:40.054Z PASS [ 0.014s] mg-api-types-versions v13::bgp::config::proptests::constructor_accepts_exactly_nonempty_printable_ascii_up_to_80_bytes
23752026-08-07T23:40:40.054Z START mg-api-types-versions v13::bgp::config::proptests::constructor_rejects_all_other_strings
23762026-08-07T23:40:40.054Z
23772026-08-07T23:40:40.054Zrunning 1 test
23782026-08-07T23:40:40.071Ztest v13::bgp::config::proptests::constructor_rejects_all_other_strings ... ok
23792026-08-07T23:40:40.071Z
23802026-08-07T23:40:40.071Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.02s
23812026-08-07T23:40:40.071Z
23822026-08-07T23:40:40.086Z PASS [ 0.024s] mg-api-types-versions v13::bgp::config::proptests::constructor_rejects_all_other_strings
23832026-08-07T23:40:40.086Z START mg-api-types-versions v13::bgp::config::proptests::debug_redacts_inner_string
23842026-08-07T23:40:40.086Z
23852026-08-07T23:40:40.086Zrunning 1 test
23862026-08-07T23:40:40.086Ztest v13::bgp::config::proptests::debug_redacts_inner_string ... ok
23872026-08-07T23:40:40.087Z
23882026-08-07T23:40:40.087Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.00s
23892026-08-07T23:40:40.087Z
23902026-08-07T23:40:40.087Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::debug_redacts_inner_string
23912026-08-07T23:40:40.087Z START mg-api-types-versions v13::bgp::config::proptests::json_schema_matches_md5_auth_string_invariants
23922026-08-07T23:40:40.090Z
23932026-08-07T23:40:40.090Zrunning 1 test
23942026-08-07T23:40:40.091Ztest v13::bgp::config::proptests::json_schema_matches_md5_auth_string_invariants ... ok
23952026-08-07T23:40:40.091Z
23962026-08-07T23:40:40.091Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.00s
23972026-08-07T23:40:40.091Z
23982026-08-07T23:40:40.091Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::json_schema_matches_md5_auth_string_invariants
23992026-08-07T23:40:40.091Z START mg-api-types-versions v13::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
24002026-08-07T23:40:40.091Z
24012026-08-07T23:40:40.091Zrunning 1 test
24022026-08-07T23:40:40.112Ztest v13::bgp::config::proptests::serde_round_trip_matches_constructor_invariants ... ok
24032026-08-07T23:40:40.112Z
24042026-08-07T23:40:40.112Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.03s
24052026-08-07T23:40:40.112Z
24062026-08-07T23:40:40.122Z PASS [ 0.031s] mg-api-types-versions v13::bgp::config::proptests::serde_round_trip_matches_constructor_invariants
24072026-08-07T23:40:40.122Z START mg-api-types-versions v13::bgp::config::proptests::v11_apply_request_conversion_preserves_peer_maps
24082026-08-07T23:40:40.122Z
24092026-08-07T23:40:40.122Zrunning 1 test
24102026-08-07T23:40:40.122Ztest v13::bgp::config::proptests::v11_apply_request_conversion_preserves_peer_maps ... ok
24112026-08-07T23:40:40.122Z
24122026-08-07T23:40:40.122Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.00s
24132026-08-07T23:40:40.122Z
24142026-08-07T23:40:40.122Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::v11_apply_request_conversion_preserves_peer_maps
24152026-08-07T23:40:40.122Z START mg-api-types-versions v13::bgp::config::proptests::v11_conversion_rejects_invalid_md5_auth_key
24162026-08-07T23:40:40.122Z
24172026-08-07T23:40:40.122Zrunning 1 test
24182026-08-07T23:40:40.123Ztest v13::bgp::config::proptests::v11_conversion_rejects_invalid_md5_auth_key ... ok
24192026-08-07T23:40:40.123Z
24202026-08-07T23:40:40.123Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.00s
24212026-08-07T23:40:40.123Z
24222026-08-07T23:40:40.123Z PASS [ 0.004s] mg-api-types-versions v13::bgp::config::proptests::v11_conversion_rejects_invalid_md5_auth_key
24232026-08-07T23:40:40.123Z START mg-api-types-versions v13::bgp::config::proptests::v11_neighbor_conversions_round_trip
24242026-08-07T23:40:40.129Z
24252026-08-07T23:40:40.129Zrunning 1 test
24262026-08-07T23:40:40.129Ztest v13::bgp::config::proptests::v11_neighbor_conversions_round_trip ... ok
24272026-08-07T23:40:40.129Z
24282026-08-07T23:40:40.129Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.00s
24292026-08-07T23:40:40.129Z
24302026-08-07T23:40:40.130Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::proptests::v11_neighbor_conversions_round_trip
24312026-08-07T23:40:40.130Z START mg-api-types-versions v13::bgp::config::proptests::valid_md5_auth_string_json_round_trips
24322026-08-07T23:40:40.130Z
24332026-08-07T23:40:40.130Zrunning 1 test
24342026-08-07T23:40:40.138Ztest v13::bgp::config::proptests::valid_md5_auth_string_json_round_trips ... ok
24352026-08-07T23:40:40.138Z
24362026-08-07T23:40:40.138Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 12 filtered out; finished in 0.01s
24372026-08-07T23:40:40.138Z
24382026-08-07T23:40:40.141Z PASS [ 0.014s] mg-api-types-versions v13::bgp::config::proptests::valid_md5_auth_string_json_round_trips
24392026-08-07T23:40:40.141Z────────────
24402026-08-07T23:40:40.141Z Summary [ 5.918s] 57 tests run: 57 passed, 0 skipped
24412026-08-07T23:40:40.150Zprocess exited: duration 334211 ms, exit code 0
 
24422026-08-07T23:40:40.158Zfound 0 output files