01KYRJ29857BVPC3Y8Q4M9D47A: 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: 01KYRJ2VEQN6K431SV0X2T871Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T03:47:25.747Zjob assigned to worker 01KYRJ3383X87FTW337AQVT4PT [factory aws, i-07d26e212b564b51c] (queued for 59 s)
 
22026-07-30T03:47:32.218Zstarting task 0: "setup"
32026-07-30T03:47:32.225Z++ uname -s
42026-07-30T03:47:32.228Z+ kern=SunOS
52026-07-30T03:47:32.229Z+ build_user=build
62026-07-30T03:47:32.229Z+ build_uid=12345
72026-07-30T03:47:32.229Z+ work_dir=/work
82026-07-30T03:47:32.229Z+ input_dir=/input
92026-07-30T03:47:32.229Z+ [[ 0 == 12345 ]]
102026-07-30T03:47:32.229Z+ case "$kern" in
112026-07-30T03:47:32.229Z+ groupadd -g 12345 build
122026-07-30T03:47:32.232Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T03:47:34.236Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T03:47:34.353Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T03:47:34.356Z+ home_fs=zfs
162026-07-30T03:47:34.356Z+ [[ zfs == autofs ]]
172026-07-30T03:47:34.356Z+ mkdir -p /home/build
182026-07-30T03:47:34.356Z+ chown build:build /home/build /work
192026-07-30T03:47:36.357Z+ chmod 0700 /home/build /work
202026-07-30T03:47:36.361Zprocess exited: duration 4141 ms, exit code 0
 
212026-07-30T03:47:36.370Zstarting task 1: "rust-toolchain"
222026-07-30T03:47:36.376Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-30T03:47:36.376Z * rust toolchain channel = "stable"
242026-07-30T03:47:36.376Z * rust toolchain profile = "default"
252026-07-30T03:47:36.376Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-30T03:47:36.376Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T03:47:36.376Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T03:47:36.376Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T03:47:36.379Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-30T03:47:36.500Zinfo: downloading installer
312026-07-30T03:47:37.986Zwarn: It looks like you have an existing installation of Rust at:
322026-07-30T03:47:37.986Zwarn: /opt/ooce/bin
332026-07-30T03:47:37.987Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-30T03:47:37.987Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-30T03:47:37.987Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-30T03:47:37.987Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-30T03:47:37.987Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-30T03:47:37.987Zerror: cannot install while Rust is installed
392026-07-30T03:47:37.987Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-30T03:47:37.987Zwarn: It looks like you have an existing rustup settings file at:
412026-07-30T03:47:37.987Zwarn: /home/build/.rustup/settings.toml
422026-07-30T03:47:37.987Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-30T03:47:37.987Zwarn: instead of the one inferred from the default host triple.
442026-07-30T03:47:38.000Zinfo: profile set to default
452026-07-30T03:47:38.000Zinfo: default host triple is x86_64-unknown-illumos
462026-07-30T03:47:38.003Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-30T03:47:38.171Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-30T03:47:38.175Zinfo: downloading 6 components
492026-07-30T03:47:53.416Z
502026-07-30T03:47:53.417Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-07-30T03:47:53.445Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-30T03:47:53.445Z
532026-07-30T03:47:53.445Z
542026-07-30T03:47:53.445ZRust is installed now. Great!
552026-07-30T03:47:53.445Z
562026-07-30T03:47:53.445ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-30T03:47:53.445Zenvironment variable. This has not been done automatically.
582026-07-30T03:47:53.445Z
592026-07-30T03:47:53.445ZTo configure your current shell, you need to source
602026-07-30T03:47:53.445Zthe corresponding env file under $HOME/.cargo.
612026-07-30T03:47:53.445Z
622026-07-30T03:47:53.445ZThis is usually done by running one of the following (note the leading DOT):
632026-07-30T03:47:53.445Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-30T03:47:53.445Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-30T03:47:53.445Zsource "~/.cargo/env.nu" # For nushell
662026-07-30T03:47:53.445Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-30T03:47:53.445Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-30T03:47:53.445Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-30T03:47:53.448Zwarn: no default linker (`cc`) was found in your PATH
702026-07-30T03:47:53.448Zwarn: many Rust crates require a system C toolchain to build
712026-07-30T03:47:53.550Z+ rustup --version
722026-07-30T03:47:53.559Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-30T03:47:53.562Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-30T03:47:53.580Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-30T03:47:53.583Z+ cargo --version
762026-07-30T03:47:53.597Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-30T03:47:53.600Z+ rustc --version
782026-07-30T03:47:53.619Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-30T03:47:53.622Zprocess exited: duration 17249 ms, exit code 0
 
802026-07-30T03:47:53.629Zstarting task 2: "authentication"
812026-07-30T03:47:53.645Zprocess exited: duration 16 ms, exit code 0
 
822026-07-30T03:47:53.653Zstarting task 3: "clone repository"
832026-07-30T03:47:53.699Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-30T03:47:53.699Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-30T03:47:53.699ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-30T03:47:55.019Z+ cd /work/oxidecomputer/maghemite
872026-07-30T03:47:55.019Z+ git fetch origin 13930996f491d7f5c9228053037833abef8d71a8
882026-07-30T03:47:55.275ZFrom https://github.com/oxidecomputer/maghemite
892026-07-30T03:47:55.275Z * branch 13930996f491d7f5c9228053037833abef8d71a8 -> FETCH_HEAD
902026-07-30T03:47:55.285Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-07-30T03:47:55.289Z++ git branch --show-current
922026-07-30T03:47:55.289Z+ current=main
932026-07-30T03:47:55.289Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-07-30T03:47:55.289Z+ git branch -f trey/bgp-peer-config-dedupe 13930996f491d7f5c9228053037833abef8d71a8
952026-07-30T03:47:55.289Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-07-30T03:47:55.307ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-07-30T03:47:55.310Z+ git reset --hard 13930996f491d7f5c9228053037833abef8d71a8
982026-07-30T03:47:55.317ZHEAD is now at 1393099 Address review feedback around the unified BGP peer configuration:
992026-07-30T03:47:55.321Zprocess exited: duration 1664 ms, exit code 0
 
1002026-07-30T03:47:55.326Zstarting task 4: "build"
1012026-07-30T03:47:55.330Z+ set -o errexit
1022026-07-30T03:47:55.330Z+ set -o pipefail
1032026-07-30T03:47:55.330Z+ source .github/buildomat/test-common.sh
1042026-07-30T03:47:55.333Z++ NEXTEST_VERSION=0.9.97
1052026-07-30T03:47:55.333Z++ PLATFORM=illumos
1062026-07-30T03:47:55.333Z++ banner install
1072026-07-30T03:47:55.333Z
1082026-07-30T03:47:55.333Z # # # #### ##### ## # #
1092026-07-30T03:47:55.333Z # ## # # # # # # #
1102026-07-30T03:47:55.333Z # # # # #### # # # # #
1112026-07-30T03:47:55.333Z # # # # # # ###### # #
1122026-07-30T03:47:55.333Z # # ## # # # # # # #
1132026-07-30T03:47:55.333Z # # # #### # # # ###### ######
1142026-07-30T03:47:55.333Z
1152026-07-30T03:47:55.333Z++ set +o errexit
1162026-07-30T03:47:55.333Z++ pkg info clang-15
1172026-07-30T03:47:55.336Z++ grep -qi installed
1182026-07-30T03:47:56.522Zpkg: info: no packages matching the following patterns you specified are
1192026-07-30T03:47:56.522Zinstalled on the system. Try querying remotely instead:
1202026-07-30T03:47:56.522Z
1212026-07-30T03:47:56.522Z clang-15
1222026-07-30T03:47:56.560Z++ [[ 1 != 0 ]]
1232026-07-30T03:47:56.560Z++ set -o errexit
1242026-07-30T03:47:56.563Z++ pfexec pkg install clang-15
1252026-07-30T03:48:03.208Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-07-30T03:48:10.955Z Startup: Caching catalogs ... Done
1272026-07-30T03:48:18.167ZPlanning: Solver setup ... Done
1282026-07-30T03:48:18.210ZPlanning: Running solver ... Done
1292026-07-30T03:48:18.350ZPlanning: Finding local manifests ... Done
1302026-07-30T03:48:18.380ZPlanning: Fetching manifests: 0/2 0% complete
1312026-07-30T03:48:18.515ZPlanning: Fetching manifests: 2/2 100% complete
1322026-07-30T03:48:18.545ZPlanning: Package planning ... Done
1332026-07-30T03:48:18.574ZPlanning: Merging actions ... Done
1342026-07-30T03:48:18.680ZPlanning: Checking for conflicting actions ... Done
1352026-07-30T03:48:18.687ZPlanning: Consolidating action changes ... Done
1362026-07-30T03:48:19.471ZPlanning: Evaluating mediators ... Done
1372026-07-30T03:48:19.478ZPlanning: Planning completed in 8.35 seconds
1382026-07-30T03:48:19.488Z Packages to install: 2
1392026-07-30T03:48:19.488Z Mediators to change: 2
1402026-07-30T03:48:19.488Z Services to change: 1
1412026-07-30T03:48:19.488Z Create boot environment: No
1422026-07-30T03:48:19.492ZCreate backup boot environment: No
1432026-07-30T03:48:19.531Z
1442026-07-30T03:48:19.531ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-07-30T03:48:24.659ZDownload: 976/3076 items 82.0/211.3MB 38% complete (16.7M/s)
1462026-07-30T03:48:34.184ZDownload: 984/3076 items 82.2/211.3MB 38% complete (15.6M/s)
1472026-07-30T03:48:39.186ZDownload: 1648/3076 items 116.4/211.3MB 55% complete (7.0M/s)
1482026-07-30T03:48:46.724ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (5.1M/s)
1492026-07-30T03:48:51.847ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (8.6M/s)
1502026-07-30T03:49:00.452ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (9.1M/s)
1512026-07-30T03:49:03.441ZDownload: Completed 211.31 MB in 43.90 seconds (4.8M/s)
1522026-07-30T03:49:03.558Z Actions: 1/3418 actions (Installing new actions)
1532026-07-30T03:49:06.664Z Actions: Completed 3418 actions in 3.11 seconds.
1542026-07-30T03:49:07.303Z Done
1552026-07-30T03:49:07.303Z Done
1562026-07-30T03:49:08.035Z Done
1572026-07-30T03:49:11.413Z Done
1582026-07-30T03:49:11.482Z Done
1592026-07-30T03:49:11.485Z Done
1602026-07-30T03:49:11.747Z Done
1612026-07-30T03:49:12.420Z++ set -o errexit
1622026-07-30T03:49:12.420Z++ cargo --version
1632026-07-30T03:49:12.428Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1642026-07-30T03:49:12.607Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1652026-07-30T03:49:12.611Zinfo: downloading 6 components
1662026-07-30T03:49:27.179Zcargo 1.96.1 (356927216 2026-06-26)
1672026-07-30T03:49:27.183Z++ rustc --version
1682026-07-30T03:49:27.208Zrustc 1.96.1 (31fca3adb 2026-06-26)
1692026-07-30T03:49:27.212Z++ cargo install cargo-nextest --version 0.9.97
1702026-07-30T03:49:27.255Z Updating crates.io index
1712026-07-30T03:49:27.350Z Downloading crates ...
1722026-07-30T03:49:27.400Z Downloaded cargo-nextest v0.9.97
1732026-07-30T03:49:27.460Z Installing cargo-nextest v0.9.97
1742026-07-30T03:49:27.464Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1752026-07-30T03:49:27.464Z |
1762026-07-30T03:49:27.464Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1772026-07-30T03:49:27.464Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1782026-07-30T03:49:27.497Z Updating crates.io index
1792026-07-30T03:49:29.436Z Locking 396 packages to latest compatible versions
1802026-07-30T03:49:29.439Z Adding dialoguer v0.11.0 (available: v0.12.0)
1812026-07-30T03:49:29.442Z Adding duct v0.13.7 (available: v1.1.1)
1822026-07-30T03:49:29.443Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1832026-07-30T03:49:29.443Z Adding generic-array v0.14.7 (available: v0.14.9)
1842026-07-30T03:49:29.446Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1852026-07-30T03:49:29.446Z Adding itertools v0.14.0 (available: v0.15.0)
1862026-07-30T03:49:29.446Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1872026-07-30T03:49:29.446Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1882026-07-30T03:49:29.449Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1892026-07-30T03:49:29.452Z Adding quick-junit v0.5.2 (available: v0.7.0)
1902026-07-30T03:49:29.475Z Downloading crates ...
1912026-07-30T03:49:29.541Z Downloaded colorchoice v1.0.5
1922026-07-30T03:49:29.547Z Downloaded block-buffer v0.10.4
1932026-07-30T03:49:29.553Z Downloaded cargo_metadata v0.20.0
1942026-07-30T03:49:29.556Z Downloaded bytes v1.12.1
1952026-07-30T03:49:29.560Z Downloaded futures-sink v0.3.33
1962026-07-30T03:49:29.563Z Downloaded number_prefix v0.4.0
1972026-07-30T03:49:29.563Z Downloaded atomic-waker v1.1.2
1982026-07-30T03:49:29.566Z Downloaded generic-array v0.14.7
1992026-07-30T03:49:29.566Z Downloaded backtrace-ext v0.2.1
2002026-07-30T03:49:29.569Z Downloaded cargo-platform v0.2.0
2012026-07-30T03:49:29.569Z Downloaded anstyle-parse v1.0.0
2022026-07-30T03:49:29.569Z Downloaded fixedbitset v0.5.7
2032026-07-30T03:49:29.572Z Downloaded cfg-expr v0.20.8
2042026-07-30T03:49:29.575Z Downloaded anstream v1.0.0
2052026-07-30T03:49:29.578Z Downloaded either v1.17.0
2062026-07-30T03:49:29.582Z Downloaded derive-where v1.6.1
2072026-07-30T03:49:29.585Z Downloaded mukti-metadata v0.3.0
2082026-07-30T03:49:29.585Z Downloaded backtrace v0.3.76
2092026-07-30T03:49:29.589Z Downloaded async-scoped v0.9.0
2102026-07-30T03:49:29.589Z Downloaded dialoguer v0.11.0
2112026-07-30T03:49:29.589Z Downloaded os_pipe v1.2.3
2122026-07-30T03:49:29.592Z Downloaded lru-slab v0.1.2
2132026-07-30T03:49:29.592Z Downloaded jobserver v0.1.35
2142026-07-30T03:49:29.592Z Downloaded base64ct v1.8.3
2152026-07-30T03:49:29.595Z Downloaded camino v1.2.5
2162026-07-30T03:49:29.595Z Downloaded cpufeatures v0.3.0
2172026-07-30T03:49:29.599Z Downloaded bitflags v2.13.1
2182026-07-30T03:49:29.599Z Downloaded percent-encoding v2.3.2
2192026-07-30T03:49:29.602Z Downloaded adler2 v2.0.1
2202026-07-30T03:49:29.605Z Downloaded miette-derive v7.6.0
2212026-07-30T03:49:29.608Z Downloaded pkg-config v0.3.33
2222026-07-30T03:49:29.608Z Downloaded heck v0.5.0
2232026-07-30T03:49:29.608Z Downloaded cpufeatures v0.2.17
2242026-07-30T03:49:29.611Z Downloaded cfg-if v1.0.4
2252026-07-30T03:49:29.611Z Downloaded clap_lex v1.1.0
2262026-07-30T03:49:29.614Z Downloaded rustc-demangle v0.1.28
2272026-07-30T03:49:29.619Z Downloaded rustls-pki-types v1.15.1
2282026-07-30T03:49:29.619Z Downloaded parking_lot_core v0.9.12
2292026-07-30T03:49:29.622Z Downloaded httparse v1.10.1
2302026-07-30T03:49:29.622Z Downloaded form_urlencoded v1.2.2
2312026-07-30T03:49:29.622Z Downloaded cargo-platform v0.3.3
2322026-07-30T03:49:29.625Z Downloaded nested v0.1.1
2332026-07-30T03:49:29.625Z Downloaded home v0.5.12
2342026-07-30T03:49:29.625Z Downloaded cfg_aliases v0.2.2
2352026-07-30T03:49:29.628Z Downloaded atomicwrites v0.4.4
2362026-07-30T03:49:29.628Z Downloaded rand_core v0.10.1
2372026-07-30T03:49:29.628Z Downloaded futures-io v0.3.33
2382026-07-30T03:49:29.631Z Downloaded hex v0.4.3
2392026-07-30T03:49:29.638Z Downloaded equivalent v1.0.2
2402026-07-30T03:49:29.641Z Downloaded ipnet v2.12.0
2412026-07-30T03:49:29.641Z Downloaded color-spantrace v0.3.0
2422026-07-30T03:49:29.644Z Downloaded hyper v1.11.0
2432026-07-30T03:49:29.647Z Downloaded is_terminal_polyfill v1.70.2
2442026-07-30T03:49:29.651Z Downloaded shared_child v1.1.1
2452026-07-30T03:49:29.651Z Downloaded guppy-workspace-hack v0.1.0
2462026-07-30T03:49:29.651Z Downloaded nextest-workspace-hack v0.1.0
2472026-07-30T03:49:29.651Z Downloaded lazy_static v1.5.0
2482026-07-30T03:49:29.654Z Downloaded rustc-hash v2.1.3
2492026-07-30T03:49:29.654Z Downloaded http-body v1.1.0
2502026-07-30T03:49:29.654Z Downloaded indenter v0.3.4
2512026-07-30T03:49:29.657Z Downloaded foreign-types-shared v0.1.1
2522026-07-30T03:49:29.657Z Downloaded anstyle-query v1.1.5
2532026-07-30T03:49:29.660Z Downloaded futures-core v0.3.33
2542026-07-30T03:49:29.660Z Downloaded foreign-types v0.3.2
2552026-07-30T03:49:29.660Z Downloaded indent_write v2.2.0
2562026-07-30T03:49:29.663Z Downloaded serde_ignored v0.1.14
2572026-07-30T03:49:29.663Z Downloaded idna_adapter v1.0.0
2582026-07-30T03:49:29.663Z Downloaded curve25519-dalek-derive v0.1.1
2592026-07-30T03:49:29.666Z Downloaded http-body-util v0.1.4
2602026-07-30T03:49:29.666Z Downloaded ed25519 v2.2.3
2612026-07-30T03:49:29.669Z Downloaded futures-task v0.3.33
2622026-07-30T03:49:29.669Z Downloaded cargo_metadata v0.23.1
2632026-07-30T03:49:29.672Z Downloaded foldhash v0.1.5
2642026-07-30T03:49:29.672Z Downloaded humantime-serde v1.1.1
2652026-07-30T03:49:29.672Z Downloaded hyper-tls v0.6.0
2662026-07-30T03:49:29.675Z Downloaded is_ci v1.2.0
2672026-07-30T03:49:29.678Z Downloaded future-queue v0.4.0
2682026-07-30T03:49:29.681Z Downloaded clap_derive v4.6.4
2692026-07-30T03:49:29.681Z Downloaded enable-ansi-support v0.2.1
2702026-07-30T03:49:29.685Z Downloaded serde_spanned v0.6.9
2712026-07-30T03:49:29.687Z Downloaded document-features v0.2.12
2722026-07-30T03:49:29.690Z Downloaded crypto-common v0.1.7
2732026-07-30T03:49:29.693Z Downloaded errno v0.3.14
2742026-07-30T03:49:29.696Z Downloaded futures-macro v0.3.33
2752026-07-30T03:49:29.699Z Downloaded itoa v1.0.18
2762026-07-30T03:49:29.702Z Downloaded serde-value v0.7.0
2772026-07-30T03:49:29.702Z Downloaded fnv v1.0.7
2782026-07-30T03:49:29.705Z Downloaded scopeguard v1.2.0
2792026-07-30T03:49:29.705Z Downloaded serde_urlencoded v0.7.1
2802026-07-30T03:49:29.708Z Downloaded shell-words v1.1.1
2812026-07-30T03:49:29.708Z Downloaded serde_spanned v1.1.1
2822026-07-30T03:49:29.708Z Downloaded humantime v2.4.0
2832026-07-30T03:49:29.711Z Downloaded signature v2.2.0
2842026-07-30T03:49:29.711Z Downloaded filetime v0.2.29
2852026-07-30T03:49:29.715Z Downloaded debug-ignore v1.0.5
2862026-07-30T03:49:29.718Z Downloaded globset v0.4.19
2872026-07-30T03:49:29.719Z Downloaded erased-serde v0.4.10
2882026-07-30T03:49:29.722Z Downloaded pathdiff v0.2.3
2892026-07-30T03:49:29.722Z Downloaded find-msvc-tools v0.1.9
2902026-07-30T03:49:29.725Z Downloaded convert_case v0.10.0
2912026-07-30T03:49:29.728Z Downloaded strsim v0.11.1
2922026-07-30T03:49:29.728Z Downloaded strip-ansi-escapes v0.2.1
2932026-07-30T03:49:29.728Z Downloaded ordered-float v2.10.1
2942026-07-30T03:49:29.731Z Downloaded subtle v2.6.1
2952026-07-30T03:49:29.736Z Downloaded self-replace v1.5.0
2962026-07-30T03:49:29.736Z Downloaded camino-tempfile v1.4.1
2972026-07-30T03:49:29.740Z Downloaded addr2line v0.25.1
2982026-07-30T03:49:29.740Z Downloaded sigchld v0.2.4
2992026-07-30T03:49:29.740Z Downloaded autocfg v1.5.1
3002026-07-30T03:49:29.740Z Downloaded rustc_version v0.4.1
3012026-07-30T03:49:29.740Z Downloaded getrandom v0.2.17
3022026-07-30T03:49:29.743Z Downloaded semver v1.0.28
3032026-07-30T03:49:29.743Z Downloaded eyre v0.6.12
3042026-07-30T03:49:29.747Z Downloaded sync_wrapper v1.0.2
3052026-07-30T03:49:29.747Z Downloaded supports-unicode v3.0.0
3062026-07-30T03:49:29.747Z Downloaded supports-hyperlinks v3.2.0
3072026-07-30T03:49:29.747Z Downloaded terminal_size v0.4.4
3082026-07-30T03:49:29.750Z Downloaded owo-colors v4.3.0
3092026-07-30T03:49:29.750Z Downloaded toml_datetime v0.6.11
3102026-07-30T03:49:29.750Z Downloaded duct v0.13.7
3112026-07-30T03:49:29.753Z Downloaded openssl-macros v0.1.1
3122026-07-30T03:49:29.753Z Downloaded rand_pcg v0.10.2
3132026-07-30T03:49:29.753Z Downloaded crc32fast v1.5.0
3142026-07-30T03:49:29.756Z Downloaded chacha20 v0.10.1
3152026-07-30T03:49:29.756Z Downloaded sha2 v0.10.9
3162026-07-30T03:49:29.759Z Downloaded anstyle v1.0.14
3172026-07-30T03:49:29.759Z Downloaded signal-hook-mio v0.2.5
3182026-07-30T03:49:29.759Z Downloaded serde_path_to_error v0.1.20
3192026-07-30T03:49:29.762Z Downloaded newtype-uuid v1.4.0
3202026-07-30T03:49:29.762Z Downloaded hyper-rustls v0.27.9
3212026-07-30T03:49:29.762Z Downloaded simd-adler32 v0.3.10
3222026-07-30T03:49:29.765Z Downloaded shlex v2.0.1
3232026-07-30T03:49:29.765Z Downloaded fastrand v2.5.0
3242026-07-30T03:49:29.765Z Downloaded futures-executor v0.3.33
3252026-07-30T03:49:29.768Z Downloaded cargo-util-schemas v0.2.0
3262026-07-30T03:49:29.768Z Downloaded tinyvec_macros v0.1.1
3272026-07-30T03:49:29.771Z Downloaded quinn-udp v0.5.15
3282026-07-30T03:49:29.774Z Downloaded toml_write v0.1.2
3292026-07-30T03:49:29.774Z Downloaded pkcs8 v0.10.2
3302026-07-30T03:49:29.777Z Downloaded slab v0.4.12
3312026-07-30T03:49:29.777Z Downloaded rand_chacha v0.9.0
3322026-07-30T03:49:29.777Z Downloaded pin-project-internal v1.1.13
3332026-07-30T03:49:29.780Z Downloaded ppv-lite86 v0.2.21
3342026-07-30T03:49:29.780Z Downloaded ahash v0.8.12
3352026-07-30T03:49:29.783Z Downloaded tracing-error v0.2.1
3362026-07-30T03:49:29.783Z Downloaded spki v0.7.3
3372026-07-30T03:49:29.783Z Downloaded signal-hook-registry v1.4.8
3382026-07-30T03:49:29.787Z Downloaded lock_api v0.4.14
3392026-07-30T03:49:29.787Z Downloaded nextest-metadata v0.12.2
3402026-07-30T03:49:29.787Z Downloaded supports-color v3.0.2
3412026-07-30T03:49:29.790Z Downloaded typeid v1.0.3
3422026-07-30T03:49:29.790Z Downloaded self_update v0.42.0
3432026-07-30T03:49:29.793Z Downloaded try-lock v0.2.5
3442026-07-30T03:49:29.793Z Downloaded thread_local v1.1.10
3452026-07-30T03:49:29.793Z Downloaded rand_core v0.6.4
3462026-07-30T03:49:29.793Z Downloaded target-lexicon v0.13.5
3472026-07-30T03:49:29.796Z Downloaded futures-channel v0.3.33
3482026-07-30T03:49:29.796Z Downloaded rand v0.9.5
3492026-07-30T03:49:29.799Z Downloaded futures v0.3.33
3502026-07-30T03:49:29.802Z Downloaded thiserror-impl v2.0.19
3512026-07-30T03:49:29.802Z Downloaded unicode-linebreak v0.1.5
3522026-07-30T03:49:29.805Z Downloaded native-tls v0.2.18
3532026-07-30T03:49:29.805Z Downloaded tokio-macros v2.7.2
3542026-07-30T03:49:29.805Z Downloaded const-oid v0.9.6
3552026-07-30T03:49:29.808Z Downloaded untrusted v0.9.0
3562026-07-30T03:49:29.808Z Downloaded utf8_iter v1.0.4
3572026-07-30T03:49:29.808Z Downloaded utf8parse v0.2.2
3582026-07-30T03:49:29.811Z Downloaded tower-service v0.3.3
3592026-07-30T03:49:29.811Z Downloaded tower-layer v0.3.3
3602026-07-30T03:49:29.814Z Downloaded thiserror-impl v1.0.69
3612026-07-30T03:49:29.817Z Downloaded pin-project-lite v0.2.17
3622026-07-30T03:49:29.821Z Downloaded serde-untagged v0.1.9
3632026-07-30T03:49:29.821Z Downloaded quote v1.0.47
3642026-07-30T03:49:29.821Z Downloaded rand_core v0.9.5
3652026-07-30T03:49:29.824Z Downloaded digest v0.10.7
3662026-07-30T03:49:29.827Z Downloaded toml_writer v1.1.2+spec-1.1.0
3672026-07-30T03:49:29.831Z Downloaded want v0.3.1
3682026-07-30T03:49:29.835Z Downloaded version_check v0.9.5
3692026-07-30T03:49:29.835Z Downloaded unicode-xid v0.2.6
3702026-07-30T03:49:29.838Z Downloaded once_cell v1.21.4
3712026-07-30T03:49:29.838Z Downloaded cc v1.4.0
3722026-07-30T03:49:29.842Z Downloaded swrite v0.1.0
3732026-07-30T03:49:29.842Z Downloaded getrandom v0.4.3
3742026-07-30T03:49:29.848Z Downloaded tracing-log v0.2.0
3752026-07-30T03:49:29.851Z Downloaded serde_derive v1.0.229
3762026-07-30T03:49:29.851Z Downloaded static_assertions v1.1.0
3772026-07-30T03:49:29.851Z Downloaded smol_str v0.3.6
3782026-07-30T03:49:29.855Z Downloaded num-traits v0.2.19
3792026-07-30T03:49:29.855Z Downloaded xattr v1.6.1
3802026-07-30T03:49:29.858Z Downloaded indicatif v0.17.11
3812026-07-30T03:49:29.858Z Downloaded litrs v1.0.0
3822026-07-30T03:49:29.861Z Downloaded smallvec v1.15.2
3832026-07-30T03:49:29.861Z Downloaded nextest-filtering v0.15.0
3842026-07-30T03:49:29.864Z Downloaded iana-time-zone v0.1.65
3852026-07-30T03:49:29.867Z Downloaded tokio-stream v0.1.19
3862026-07-30T03:49:29.871Z Downloaded getrandom v0.3.4
3872026-07-30T03:49:29.874Z Downloaded sharded-slab v0.1.7
3882026-07-30T03:49:29.877Z Downloaded ryu v1.0.23
3892026-07-30T03:49:29.877Z Downloaded console v0.15.11
3902026-07-30T03:49:29.880Z Downloaded clap v4.6.4
3912026-07-30T03:49:29.883Z Downloaded toml_parser v1.1.3+spec-1.1.0
3922026-07-30T03:49:29.886Z Downloaded tracing-attributes v0.1.31
3932026-07-30T03:49:29.886Z Downloaded thiserror v1.0.69
3942026-07-30T03:49:29.889Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3952026-07-30T03:49:29.892Z Downloaded thiserror v2.0.19
3962026-07-30T03:49:29.896Z Downloaded xxhash-rust v0.8.18
3972026-07-30T03:49:29.896Z Downloaded openssl-probe v0.2.1
3982026-07-30T03:49:29.899Z Downloaded der v0.7.10
3992026-07-30T03:49:29.902Z Downloaded zipsign-api v0.1.5
4002026-07-30T03:49:29.902Z Downloaded zmij v1.0.23
4012026-07-30T03:49:29.906Z Downloaded quick-junit v0.5.2
4022026-07-30T03:49:29.906Z Downloaded urlencoding v2.1.3
4032026-07-30T03:49:29.909Z Downloaded serde_core v1.0.229
4042026-07-30T03:49:29.917Z Downloaded unicase v2.9.0
4052026-07-30T03:49:29.922Z Downloaded parking_lot v0.12.5
4062026-07-30T03:49:29.925Z Downloaded target-spec-miette v0.4.8
4072026-07-30T03:49:29.925Z Downloaded tempfile v3.27.0
4082026-07-30T03:49:29.928Z Downloaded target-spec v3.6.0
4092026-07-30T03:49:29.928Z Downloaded ed25519-dalek v2.2.0
4102026-07-30T03:49:29.931Z Downloaded config v0.15.25
4112026-07-30T03:49:29.934Z Downloaded serde v1.0.229
4122026-07-30T03:49:29.937Z Downloaded tar v0.4.46
4132026-07-30T03:49:29.937Z Downloaded derive_more v2.1.1
4142026-07-30T03:49:29.943Z Downloaded zstd-safe v7.2.4
4152026-07-30T03:49:29.946Z Downloaded zeroize v1.9.0
4162026-07-30T03:49:29.946Z Downloaded unicode-ident v1.0.24
4172026-07-30T03:49:29.949Z Downloaded uuid v1.24.0
4182026-07-30T03:49:29.949Z Downloaded tokio-rustls v0.26.4
4192026-07-30T03:49:29.952Z Downloaded borsh v1.8.0
4202026-07-30T03:49:29.955Z Downloaded zstd v0.13.3
4212026-07-30T03:49:29.956Z Downloaded toml_edit v0.22.27
4222026-07-30T03:49:29.959Z Downloaded vte v0.14.1
4232026-07-30T03:49:29.962Z Downloaded flate2 v1.1.9
4242026-07-30T03:49:29.962Z Downloaded tracing-core v0.1.36
4252026-07-30T03:49:29.965Z Downloaded derive_more-impl v2.1.1
4262026-07-30T03:49:29.968Z Downloaded signal-hook v0.3.18
4272026-07-30T03:49:29.968Z Downloaded proc-macro2 v1.0.107
4282026-07-30T03:49:29.971Z Downloaded pin-project v1.1.13
4292026-07-30T03:49:29.977Z Downloaded tokio-native-tls v0.3.1
4302026-07-30T03:49:29.982Z Downloaded http v1.5.0
4312026-07-30T03:49:29.982Z Downloaded textwrap v0.16.2
4322026-07-30T03:49:29.985Z Downloaded log v0.4.33
4332026-07-30T03:49:29.985Z Downloaded toml v0.8.23
4342026-07-30T03:49:29.985Z Downloaded base64 v0.22.1
4352026-07-30T03:49:29.988Z Downloaded miniz_oxide v0.8.9
4362026-07-30T03:49:29.991Z Downloaded quinn v0.11.11
4372026-07-30T03:49:29.999Z Downloaded url v2.5.8
4382026-07-30T03:49:30.003Z Downloaded toml v1.1.4+spec-1.1.0
4392026-07-30T03:49:30.003Z Downloaded tinyvec v1.12.0
4402026-07-30T03:49:30.009Z Downloaded socket2 v0.6.5
4412026-07-30T03:49:30.018Z Downloaded openssl-sys v0.9.117
4422026-07-30T03:49:30.030Z Downloaded tower v0.5.3
4432026-07-30T03:49:30.036Z Downloaded crossterm v0.29.0
4442026-07-30T03:49:30.042Z Downloaded typenum v1.20.1
4452026-07-30T03:49:30.042Z Downloaded regex v1.13.1
4462026-07-30T03:49:30.045Z Downloaded unicode-segmentation v1.13.3
4472026-07-30T03:49:30.045Z Downloaded idna v1.1.0
4482026-07-30T03:49:30.048Z Downloaded bstr v1.13.0
4492026-07-30T03:49:30.051Z Downloaded rustls-webpki v0.103.13
4502026-07-30T03:49:30.056Z Downloaded futures-util v0.3.33
4512026-07-30T03:49:30.059Z Downloaded unicode-normalization v0.1.25
4522026-07-30T03:49:30.062Z Downloaded serde_json v1.0.151
4532026-07-30T03:49:30.066Z Downloaded tokio-util v0.7.19
4542026-07-30T03:49:30.069Z Downloaded hashbrown v0.15.5
4552026-07-30T03:49:30.072Z Downloaded memchr v2.8.3
4562026-07-30T03:49:30.075Z Downloaded clap_builder v4.6.2
4572026-07-30T03:49:30.078Z Downloaded reqwest v0.12.28
4582026-07-30T03:49:30.083Z Downloaded tower-http v0.6.11
4592026-07-30T03:49:30.087Z Downloaded h2 v0.4.15
4602026-07-30T03:49:30.092Z Downloaded guppy v0.17.26
4612026-07-30T03:49:30.095Z Downloaded indexmap v2.14.0
4622026-07-30T03:49:30.095Z Downloaded aho-corasick v1.1.4
4632026-07-30T03:49:30.098Z Downloaded rand v0.10.2
4642026-07-30T03:49:30.098Z Downloaded hyper-util v0.1.20
4652026-07-30T03:49:30.101Z Downloaded miette v7.6.0
4662026-07-30T03:49:30.104Z Downloaded hashbrown v0.17.1
4672026-07-30T03:49:30.110Z Downloaded winnow v1.0.4
4682026-07-30T03:49:30.119Z Downloaded mio v1.2.2
4692026-07-30T03:49:30.125Z Downloaded tracing-subscriber v0.3.23
4702026-07-30T03:49:30.128Z Downloaded ron v0.12.2
4712026-07-30T03:49:30.134Z Downloaded winnow v0.7.15
4722026-07-30T03:49:30.139Z Downloaded chrono v0.4.45
4732026-07-30T03:49:30.149Z Downloaded gimli v0.32.3
4742026-07-30T03:49:30.155Z Downloaded curve25519-dalek v4.1.3
4752026-07-30T03:49:30.159Z Downloaded unicode-width v0.1.14
4762026-07-30T03:49:30.163Z Downloaded zerocopy v0.8.55
4772026-07-30T03:49:30.173Z Downloaded unicode-width v0.2.2
4782026-07-30T03:49:30.192Z Downloaded pulldown-cmark v0.13.4
4792026-07-30T03:49:30.228Z Downloaded color-eyre v0.6.5
4802026-07-30T03:49:30.232Z Downloaded itertools v0.14.0
4812026-07-30T03:49:30.248Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4822026-07-30T03:49:30.257Z Downloaded quick-xml v0.37.5
4832026-07-30T03:49:30.260Z Downloaded portable-atomic v1.14.0
4842026-07-30T03:49:30.265Z Downloaded tokio v1.53.1
4852026-07-30T03:49:30.287Z Downloaded quick-xml v0.38.4
4862026-07-30T03:49:30.295Z Downloaded nextest-runner v0.80.0
4872026-07-30T03:49:30.319Z Downloaded quinn-proto v0.11.16
4882026-07-30T03:49:30.329Z Downloaded vcpkg v0.2.15
4892026-07-30T03:49:30.351Z Downloaded webpki-roots v1.0.9
4902026-07-30T03:49:30.384Z Downloaded nix v0.30.1
4912026-07-30T03:49:30.392Z Downloaded openssl v0.10.81
4922026-07-30T03:49:30.409Z Downloaded syn v3.0.3
4932026-07-30T03:49:30.418Z Downloaded syn v2.0.119
4942026-07-30T03:49:30.427Z Downloaded object v0.37.3
4952026-07-30T03:49:30.435Z Downloaded regex-syntax v0.8.11
4962026-07-30T03:49:30.443Z Downloaded rustls v0.23.43
4972026-07-30T03:49:30.452Z Downloaded rustix v0.38.44
4982026-07-30T03:49:30.482Z Downloaded rustix v1.1.4
4992026-07-30T03:49:30.496Z Downloaded tracing v0.1.44
5002026-07-30T03:49:30.546Z Downloaded regex-automata v0.4.16
5012026-07-30T03:49:30.581Z Downloaded petgraph v0.8.3
5022026-07-30T03:49:30.609Z Downloaded libc v0.2.189
5032026-07-30T03:49:30.672Z Downloaded recursion v0.5.4
5042026-07-30T03:49:30.688Z Downloaded ring v0.17.14
5052026-07-30T03:49:30.748Z Compiling proc-macro2 v1.0.107
5062026-07-30T03:49:30.748Z Compiling unicode-ident v1.0.24
5072026-07-30T03:49:30.751Z Compiling quote v1.0.47
5082026-07-30T03:49:30.751Z Compiling libc v0.2.189
5092026-07-30T03:49:30.752Z Compiling serde_core v1.0.229
5102026-07-30T03:49:30.752Z Compiling cfg-if v1.0.4
5112026-07-30T03:49:30.752Z Compiling memchr v2.8.3
5122026-07-30T03:49:30.882Z Compiling once_cell v1.21.4
5132026-07-30T03:49:30.971Z Compiling log v0.4.33
5142026-07-30T03:49:31.001Z Compiling pin-project-lite v0.2.17
5152026-07-30T03:49:31.093Z Compiling itoa v1.0.18
5162026-07-30T03:49:31.158Z Compiling serde v1.0.229
5172026-07-30T03:49:31.305Z Compiling smallvec v1.15.2
5182026-07-30T03:49:31.342Z Compiling futures-core v0.3.33
5192026-07-30T03:49:31.497Z Compiling bitflags v2.13.1
5202026-07-30T03:49:31.521Z Compiling hashbrown v0.17.1
5212026-07-30T03:49:31.554Z Compiling find-msvc-tools v0.1.9
5222026-07-30T03:49:31.780Z Compiling errno v0.3.14
5232026-07-30T03:49:31.879Z Compiling shlex v2.0.1
5242026-07-30T03:49:31.889Z Compiling signal-hook-registry v1.4.8
5252026-07-30T03:49:31.994Z Compiling jobserver v0.1.35
5262026-07-30T03:49:32.054Z Compiling equivalent v1.0.2
5272026-07-30T03:49:32.066Z Compiling bytes v1.12.1
5282026-07-30T03:49:32.109Z Compiling syn v3.0.3
5292026-07-30T03:49:32.151Z Compiling syn v2.0.119
5302026-07-30T03:49:32.180Z Compiling mio v1.2.2
5312026-07-30T03:49:32.192Z Compiling cc v1.4.0
5322026-07-30T03:49:32.316Z Compiling futures-sink v0.3.33
5332026-07-30T03:49:32.428Z Compiling rustix v1.1.4
5342026-07-30T03:49:32.439Z Compiling socket2 v0.6.5
5352026-07-30T03:49:32.884Z Compiling slab v0.4.12
5362026-07-30T03:49:32.934Z Compiling zmij v1.0.23
5372026-07-30T03:49:33.092Z Compiling futures-channel v0.3.33
5382026-07-30T03:49:33.241Z Compiling indexmap v2.14.0
5392026-07-30T03:49:33.296Z Compiling tracing-core v0.1.36
5402026-07-30T03:49:33.348Z Compiling version_check v0.9.5
5412026-07-30T03:49:33.405Z Compiling serde_json v1.0.151
5422026-07-30T03:49:33.645Z Compiling futures-task v0.3.33
5432026-07-30T03:49:33.676Z Compiling getrandom v0.4.3
5442026-07-30T03:49:33.827Z Compiling futures-io v0.3.33
5452026-07-30T03:49:33.986Z Compiling percent-encoding v2.3.2
5462026-07-30T03:49:34.027Z Compiling camino v1.2.5
5472026-07-30T03:49:34.145Z Compiling unicode-width v0.2.2
5482026-07-30T03:49:34.436Z Compiling ring v0.17.14
5492026-07-30T03:49:34.459Z Compiling http v1.5.0
5502026-07-30T03:49:34.469Z Compiling autocfg v1.5.1
5512026-07-30T03:49:34.481Z Compiling adler2 v2.0.1
5522026-07-30T03:49:34.648Z Compiling simd-adler32 v0.3.10
5532026-07-30T03:49:34.829Z Compiling zeroize v1.9.0
5542026-07-30T03:49:35.013Z Compiling num-traits v0.2.19
5552026-07-30T03:49:35.027Z Compiling serde_derive v1.0.229
5562026-07-30T03:49:35.037Z Compiling tokio-macros v2.7.2
5572026-07-30T03:49:35.271Z Compiling miniz_oxide v0.8.9
5582026-07-30T03:49:35.770Z Compiling tokio v1.53.1
5592026-07-30T03:49:35.795Z Compiling futures-macro v0.3.33
5602026-07-30T03:49:36.119Z Compiling tracing-attributes v0.1.31
5612026-07-30T03:49:36.448Z Compiling object v0.37.3
5622026-07-30T03:49:36.588Z Compiling zerocopy v0.8.55
5632026-07-30T03:49:36.640Z Compiling futures-util v0.3.33
5642026-07-30T03:49:36.701Z Compiling getrandom v0.3.4
5652026-07-30T03:49:36.749Z Compiling target-lexicon v0.13.5
5662026-07-30T03:49:37.079Z Compiling http-body v1.1.0
5672026-07-30T03:49:37.226Z Compiling rustls-pki-types v1.15.1
5682026-07-30T03:49:37.248Z Compiling form_urlencoded v1.2.2
5692026-07-30T03:49:37.268Z Compiling semver v1.0.28
5702026-07-30T03:49:37.308Z Compiling tracing v0.1.44
5712026-07-30T03:49:37.517Z Compiling getrandom v0.2.17
5722026-07-30T03:49:37.651Z Compiling fnv v1.0.7
5732026-07-30T03:49:37.704Z Compiling guppy-workspace-hack v0.1.0
5742026-07-30T03:49:37.753Z Compiling gimli v0.32.3
5752026-07-30T03:49:37.906Z Compiling idna_adapter v1.0.0
5762026-07-30T03:49:37.930Z Compiling thiserror v2.0.19
5772026-07-30T03:49:38.008Z Compiling httparse v1.10.1
5782026-07-30T03:49:38.103Z Compiling untrusted v0.9.0
5792026-07-30T03:49:38.234Z Compiling signal-hook v0.3.18
5802026-07-30T03:49:38.238Z Compiling utf8_iter v1.0.4
5812026-07-30T03:49:38.288Z Compiling owo-colors v4.3.0
5822026-07-30T03:49:38.404Z Compiling idna v1.1.0
5832026-07-30T03:49:39.293Z Compiling thiserror-impl v2.0.19
5842026-07-30T03:49:39.383Z Compiling generic-array v0.14.7
5852026-07-30T03:49:39.626Z Compiling addr2line v0.25.1
5862026-07-30T03:49:40.054Z Compiling tokio-util v0.7.19
5872026-07-30T03:49:40.058Z Compiling pkg-config v0.3.33
5882026-07-30T03:49:40.439Z Compiling atomic-waker v1.1.2
5892026-07-30T03:49:40.494Z Compiling try-lock v0.2.5
5902026-07-30T03:49:40.498Z Compiling fastrand v2.5.0
5912026-07-30T03:49:40.568Z Compiling target-spec v3.6.0
5922026-07-30T03:49:40.609Z Compiling typeid v1.0.3
5932026-07-30T03:49:40.834Z Compiling rustls v0.23.43
5942026-07-30T03:49:40.872Z Compiling thiserror v1.0.69
5952026-07-30T03:49:40.906Z Compiling tower-service v0.3.3
5962026-07-30T03:49:41.006Z Compiling rustc-demangle v0.1.28
5972026-07-30T03:49:41.118Z Compiling tempfile v3.27.0
5982026-07-30T03:49:41.164Z Compiling want v0.3.1
5992026-07-30T03:49:41.348Z Compiling h2 v0.4.15
6002026-07-30T03:49:41.479Z Compiling backtrace v0.3.76
6012026-07-30T03:49:41.943Z Compiling zstd-sys v2.0.16+zstd.1.5.7
6022026-07-30T03:49:42.010Z Compiling cfg-expr v0.20.8
6032026-07-30T03:49:42.023Z Compiling url v2.5.8
6042026-07-30T03:49:42.991Z Compiling thiserror-impl v1.0.69
6052026-07-30T03:49:43.165Z Compiling terminal_size v0.4.4
6062026-07-30T03:49:43.316Z Compiling aho-corasick v1.1.4
6072026-07-30T03:49:43.415Z Compiling typenum v1.20.1
6082026-07-30T03:49:44.098Z Compiling rustls-webpki v0.103.13
6092026-07-30T03:49:44.135Z Compiling winnow v0.7.15
6102026-07-30T03:49:44.456Z Compiling regex-syntax v0.8.11
6112026-07-30T03:49:46.083Z Compiling erased-serde v0.4.10
6122026-07-30T03:49:46.222Z Compiling subtle v2.6.1
6132026-07-30T03:49:46.429Z Compiling regex-automata v0.4.16
6142026-07-30T03:49:46.684Z Compiling hyper v1.11.0
6152026-07-30T03:49:48.788Z Compiling serde_spanned v0.6.9
6162026-07-30T03:49:48.876Z Compiling toml_datetime v0.6.11
6172026-07-30T03:49:49.019Z Compiling ahash v0.8.12
6182026-07-30T03:49:49.257Z Compiling sync_wrapper v1.0.2
6192026-07-30T03:49:49.292Z Compiling foldhash v0.1.5
6202026-07-30T03:49:49.372Z Compiling unicode-linebreak v0.1.5
6212026-07-30T03:49:49.513Z Compiling is_ci v1.2.0
6222026-07-30T03:49:49.646Z Compiling either v1.17.0
6232026-07-30T03:49:49.686Z Compiling parking_lot_core v0.9.12
6242026-07-30T03:49:49.883Z Compiling base64 v0.22.1
6252026-07-30T03:49:49.972Z Compiling nextest-workspace-hack v0.1.0
6262026-07-30T03:49:50.203Z Compiling crc32fast v1.5.0
6272026-07-30T03:49:50.384Z Compiling ipnet v2.12.0
6282026-07-30T03:49:50.509Z Compiling toml_write v0.1.2
6292026-07-30T03:49:50.514Z Compiling tower-layer v0.3.3
6302026-07-30T03:49:50.634Z Compiling lazy_static v1.5.0
6312026-07-30T03:49:50.712Z Compiling portable-atomic v1.14.0
6322026-07-30T03:49:50.742Z Compiling unicode-segmentation v1.13.3
6332026-07-30T03:49:50.766Z Compiling sharded-slab v0.1.7
6342026-07-30T03:49:51.133Z Compiling convert_case v0.10.0
6352026-07-30T03:49:51.224Z Compiling toml_edit v0.22.27
6362026-07-30T03:49:51.384Z Compiling tower v0.5.3
6372026-07-30T03:49:51.387Z Compiling hyper-util v0.1.20
6382026-07-30T03:49:51.702Z Compiling supports-color v3.0.2
6392026-07-30T03:49:51.833Z Compiling textwrap v0.16.2
6402026-07-30T03:49:51.935Z Compiling tokio-rustls v0.26.4
6412026-07-30T03:49:51.964Z Compiling hashbrown v0.15.5
6422026-07-30T03:49:52.625Z Compiling backtrace-ext v0.2.1
6432026-07-30T03:49:52.857Z Compiling ordered-float v2.10.1
6442026-07-30T03:49:52.885Z Compiling webpki-roots v1.0.9
6452026-07-30T03:49:53.008Z Compiling pathdiff v0.2.3
6462026-07-30T03:49:53.132Z Compiling miette-derive v7.6.0
6472026-07-30T03:49:53.144Z Compiling console v0.15.11
6482026-07-30T03:49:53.242Z Compiling tracing-log v0.2.0
6492026-07-30T03:49:53.619Z Compiling cargo-platform v0.3.3
6502026-07-30T03:49:54.059Z Compiling os_pipe v1.2.3
6512026-07-30T03:49:54.176Z Compiling thread_local v1.1.10
6522026-07-30T03:49:54.218Z Compiling cfg_aliases v0.2.2
6532026-07-30T03:49:54.232Z Compiling utf8parse v0.2.2
6542026-07-30T03:49:54.291Z Compiling zstd-safe v7.2.4
6552026-07-30T03:49:54.345Z Compiling ryu v1.0.23
6562026-07-30T03:49:54.457Z Compiling debug-ignore v1.0.5
6572026-07-30T03:49:54.547Z Compiling unicode-width v0.1.14
6582026-07-30T03:49:54.569Z Compiling winnow v1.0.4
6592026-07-30T03:49:54.644Z Compiling rustix v0.38.44
6602026-07-30T03:49:54.877Z Compiling fixedbitset v0.5.7
6612026-07-30T03:49:54.889Z Compiling supports-unicode v3.0.0
6622026-07-30T03:49:55.010Z Compiling pulldown-cmark v0.13.4
6632026-07-30T03:49:55.063Z Compiling scopeguard v1.2.0
6642026-07-30T03:49:55.177Z Compiling supports-hyperlinks v3.2.0
6652026-07-30T03:49:55.273Z Compiling lock_api v0.4.14
6662026-07-30T03:49:55.392Z Compiling miette v7.6.0
6672026-07-30T03:49:55.406Z Compiling petgraph v0.8.3
6682026-07-30T03:49:55.643Z Compiling serde_urlencoded v0.7.1
6692026-07-30T03:49:55.934Z Compiling toml_parser v1.1.3+spec-1.1.0
6702026-07-30T03:49:56.059Z Compiling tracing-subscriber v0.3.23
6712026-07-30T03:49:57.271Z Compiling anstyle-parse v1.0.0
6722026-07-30T03:49:57.322Z Compiling nix v0.30.1
6732026-07-30T03:49:57.529Z Compiling sigchld v0.2.4
6742026-07-30T03:49:57.723Z Compiling cargo_metadata v0.23.1
6752026-07-30T03:49:57.735Z Compiling serde-value v0.7.0
6762026-07-30T03:49:57.827Z Compiling hyper-rustls v0.27.9
6772026-07-30T03:49:58.497Z Compiling toml v0.8.23
6782026-07-30T03:49:58.510Z Compiling serde-untagged v0.1.9
6792026-07-30T03:49:59.130Z Compiling tower-http v0.6.11
6802026-07-30T03:49:59.752Z Compiling derive_more-impl v2.1.1
6812026-07-30T03:49:59.847Z Compiling itertools v0.14.0
6822026-07-30T03:50:00.506Z Compiling regex v1.13.1
6832026-07-30T03:50:00.557Z Compiling block-buffer v0.10.4
6842026-07-30T03:50:00.573Z Compiling crypto-common v0.1.7
6852026-07-30T03:50:00.707Z Compiling ppv-lite86 v0.2.21
6862026-07-30T03:50:00.711Z Compiling rand_core v0.9.5
6872026-07-30T03:50:00.963Z Compiling futures-executor v0.3.33
6882026-07-30T03:50:01.044Z Compiling http-body-util v0.1.4
6892026-07-30T03:50:01.299Z Compiling pin-project-internal v1.1.13
6902026-07-30T03:50:01.343Z Compiling uuid v1.24.0
6912026-07-30T03:50:01.356Z Compiling serde_spanned v1.1.1
6922026-07-30T03:50:01.498Z Compiling smol_str v0.3.6
6932026-07-30T03:50:01.513Z Compiling toml_datetime v1.1.1+spec-1.1.0
6942026-07-30T03:50:01.839Z Compiling filetime v0.2.29
6952026-07-30T03:50:01.886Z Compiling bstr v1.13.0
6962026-07-30T03:50:01.925Z Compiling vte v0.14.1
6972026-07-30T03:50:01.928Z Compiling anstyle-query v1.1.5
6982026-07-30T03:50:02.039Z Compiling self_update v0.42.0
6992026-07-30T03:50:02.051Z Compiling unicode-xid v0.2.6
7002026-07-30T03:50:02.137Z Compiling colorchoice v1.0.5
7012026-07-30T03:50:02.186Z Compiling static_assertions v1.1.0
7022026-07-30T03:50:02.269Z Compiling iana-time-zone v0.1.65
7032026-07-30T03:50:02.297Z Compiling unicase v2.9.0
7042026-07-30T03:50:02.357Z Compiling eyre v0.6.12
7052026-07-30T03:50:02.483Z Compiling xattr v1.6.1
7062026-07-30T03:50:02.564Z Compiling tinyvec_macros v0.1.1
7072026-07-30T03:50:02.602Z Compiling is_terminal_polyfill v1.70.2
7082026-07-30T03:50:02.633Z Compiling color-spantrace v0.3.0
7092026-07-30T03:50:02.660Z Compiling anstyle v1.0.14
7102026-07-30T03:50:02.676Z Compiling litrs v1.0.0
7112026-07-30T03:50:02.691Z Compiling nested v0.1.1
7122026-07-30T03:50:02.882Z Compiling number_prefix v0.4.0
7132026-07-30T03:50:02.920Z Compiling anstream v1.0.0
7142026-07-30T03:50:02.976Z Compiling guppy v0.17.26
7152026-07-30T03:50:02.989Z Compiling indicatif v0.17.11
7162026-07-30T03:50:03.114Z Compiling document-features v0.2.12
7172026-07-30T03:50:03.297Z Compiling tinyvec v1.12.0
7182026-07-30T03:50:03.429Z Compiling tar v0.4.46
7192026-07-30T03:50:03.680Z Compiling chrono v0.4.45
7202026-07-30T03:50:03.729Z Compiling pin-project v1.1.13
7212026-07-30T03:50:03.852Z Compiling globset v0.4.19
7222026-07-30T03:50:04.062Z Compiling cargo-util-schemas v0.2.0
7232026-07-30T03:50:05.679Z Compiling strip-ansi-escapes v0.2.1
7242026-07-30T03:50:05.940Z Compiling toml v1.1.4+spec-1.1.0
7252026-07-30T03:50:06.114Z Compiling nextest-metadata v0.12.2
7262026-07-30T03:50:06.166Z Compiling newtype-uuid v1.4.0
7272026-07-30T03:50:06.354Z Compiling reqwest v0.12.28
7282026-07-30T03:50:06.541Z Compiling futures v0.3.33
7292026-07-30T03:50:06.624Z Compiling rand_chacha v0.9.0
7302026-07-30T03:50:07.046Z Compiling digest v0.10.7
7312026-07-30T03:50:07.151Z Compiling derive_more v2.1.1
7322026-07-30T03:50:07.180Z Compiling flate2 v1.1.9
7332026-07-30T03:50:07.229Z Compiling parking_lot v0.12.5
7342026-07-30T03:50:07.286Z Compiling shared_child v1.1.1
7352026-07-30T03:50:07.621Z Compiling tracing-error v0.2.1
7362026-07-30T03:50:08.062Z Compiling signal-hook-mio v0.2.5
7372026-07-30T03:50:08.148Z Compiling self-replace v1.5.0
7382026-07-30T03:50:08.196Z Compiling cargo-platform v0.2.0
7392026-07-30T03:50:08.436Z Compiling quick-xml v0.38.4
7402026-07-30T03:50:08.761Z Compiling quick-xml v0.37.5
7412026-07-30T03:50:09.066Z Compiling strsim v0.11.1
7422026-07-30T03:50:09.400Z Compiling cpufeatures v0.2.17
7432026-07-30T03:50:09.746Z Compiling indenter v0.3.4
7442026-07-30T03:50:09.877Z Compiling humantime v2.4.0
7452026-07-30T03:50:09.892Z Compiling shell-words v1.1.1
7462026-07-30T03:50:10.067Z Compiling clap_lex v1.1.0
7472026-07-30T03:50:10.143Z Compiling recursion v0.5.4
7482026-07-30T03:50:10.283Z Compiling urlencoding v2.1.3
7492026-07-30T03:50:10.295Z Compiling heck v0.5.0
7502026-07-30T03:50:10.308Z Compiling nextest-filtering v0.15.0
7512026-07-30T03:50:10.487Z Compiling clap_derive v4.6.4
7522026-07-30T03:50:10.519Z Compiling clap_builder v4.6.2
7532026-07-30T03:50:11.292Z Compiling humantime-serde v1.1.1
7542026-07-30T03:50:11.966Z Compiling sha2 v0.10.9
7552026-07-30T03:50:12.213Z Compiling quick-junit v0.5.2
7562026-07-30T03:50:13.193Z Compiling atomicwrites v0.4.4
7572026-07-30T03:50:13.480Z Compiling cargo_metadata v0.20.0
7582026-07-30T03:50:14.250Z Compiling crossterm v0.29.0
7592026-07-30T03:50:15.337Z Compiling cargo-nextest v0.9.97
7602026-07-30T03:50:16.115Z Compiling duct v0.13.7
7612026-07-30T03:50:16.294Z Compiling zstd v0.13.3
7622026-07-30T03:50:16.718Z Compiling rand v0.9.5
7632026-07-30T03:50:17.045Z Compiling async-scoped v0.9.0
7642026-07-30T03:50:17.246Z Compiling config v0.15.25
7652026-07-30T03:50:17.432Z Compiling unicode-normalization v0.1.25
7662026-07-30T03:50:17.473Z Compiling target-spec-miette v0.4.8
7672026-07-30T03:50:17.485Z Compiling future-queue v0.4.0
7682026-07-30T03:50:17.763Z Compiling mukti-metadata v0.3.0
7692026-07-30T03:50:17.842Z Compiling camino-tempfile v1.4.1
7702026-07-30T03:50:17.913Z Compiling tokio-stream v0.1.19
7712026-07-30T03:50:18.017Z Compiling derive-where v1.6.1
7722026-07-30T03:50:18.256Z Compiling serde_path_to_error v0.1.20
7732026-07-30T03:50:18.269Z Compiling serde_ignored v0.1.14
7742026-07-30T03:50:18.489Z Compiling indent_write v2.2.0
7752026-07-30T03:50:18.583Z Compiling swrite v0.1.0
7762026-07-30T03:50:18.640Z Compiling xxhash-rust v0.8.18
7772026-07-30T03:50:18.654Z Compiling home v0.5.12
7782026-07-30T03:50:18.688Z Compiling hex v0.4.3
7792026-07-30T03:50:18.716Z Compiling color-eyre v0.6.5
7802026-07-30T03:50:18.815Z Compiling clap v4.6.4
7812026-07-30T03:50:18.841Z Compiling dialoguer v0.11.0
7822026-07-30T03:50:18.907Z Compiling enable-ansi-support v0.2.1
7832026-07-30T03:50:19.264Z Compiling nextest-runner v0.80.0
7842026-07-30T03:50:37.544Z Finished `release` profile [optimized] target(s) in 1m 10s
7852026-07-30T03:50:37.721Z Installing /home/build/.cargo/bin/cargo-nextest
7862026-07-30T03:50:37.725Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7872026-07-30T03:50:37.844Z+ banner bfd
7882026-07-30T03:50:37.848Z
7892026-07-30T03:50:37.848Z ##### ###### #####
7902026-07-30T03:50:37.848Z # # # # #
7912026-07-30T03:50:37.848Z ##### ##### # #
7922026-07-30T03:50:37.848Z # # # # #
7932026-07-30T03:50:37.848Z # # # # #
7942026-07-30T03:50:37.848Z ##### # #####
7952026-07-30T03:50:37.848Z
7962026-07-30T03:50:37.848Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7972026-07-30T03:50:38.004Z Updating git repository `https://github.com/oxidecomputer/falcon`
7982026-07-30T03:50:38.625ZFrom https://github.com/oxidecomputer/falcon
7992026-07-30T03:50:38.625Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
8002026-07-30T03:50:38.701Z Updating crates.io index
8012026-07-30T03:50:38.704Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8022026-07-30T03:50:39.089ZFrom https://github.com/oxidecomputer/dendrite
8032026-07-30T03:50:39.089Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
8042026-07-30T03:50:39.123Z Updating git repository `https://github.com/oxidecomputer/ispf`
8052026-07-30T03:50:39.393ZFrom https://github.com/oxidecomputer/ispf
8062026-07-30T03:50:39.393Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8072026-07-30T03:50:39.398Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8082026-07-30T03:50:39.774ZFrom https://github.com/oxidecomputer/netadm-sys
8092026-07-30T03:50:39.774Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8102026-07-30T03:50:39.782Z Updating git repository `https://github.com/oxidecomputer/omicron`
8112026-07-30T03:50:46.660ZFrom https://github.com/oxidecomputer/omicron
8122026-07-30T03:50:46.660Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8132026-07-30T03:50:47.084Z Updating git repository `https://github.com/oxidecomputer/opte`
8142026-07-30T03:50:47.771ZFrom https://github.com/oxidecomputer/opte
8152026-07-30T03:50:47.771Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
8162026-07-30T03:50:47.801Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8172026-07-30T03:50:48.044ZFrom https://github.com/oxidecomputer/slog-error-chain
8182026-07-30T03:50:48.044Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8192026-07-30T03:50:48.055Z Updating git repository `https://github.com/illumos/smf-rs`
8202026-07-30T03:50:48.284ZFrom https://github.com/illumos/smf-rs
8212026-07-30T03:50:48.284Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8222026-07-30T03:50:48.293Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8232026-07-30T03:50:48.558ZFrom https://github.com/oxidecomputer/network-interface
8242026-07-30T03:50:48.558Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8252026-07-30T03:50:48.565Z Updating git repository `https://github.com/oxidecomputer/zone`
8262026-07-30T03:50:48.854ZFrom https://github.com/oxidecomputer/zone
8272026-07-30T03:50:48.854Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8282026-07-30T03:50:48.861Z Updating git repository `https://github.com/oxidecomputer/propolis`
8292026-07-30T03:50:49.470ZFrom https://github.com/oxidecomputer/propolis
8302026-07-30T03:50:49.470Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8312026-07-30T03:50:49.515Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8322026-07-30T03:50:50.013ZFrom https://github.com/oxidecomputer/transceiver-control
8332026-07-30T03:50:50.013Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8342026-07-30T03:50:50.025Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8352026-07-30T03:50:50.254ZFrom https://github.com/oxidecomputer/dlpi-sys
8362026-07-30T03:50:50.254Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8372026-07-30T03:50:50.259Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8382026-07-30T03:50:50.526ZFrom https://github.com/jmesmon/rust-libzfs
8392026-07-30T03:50:50.526Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8402026-07-30T03:50:50.534Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8412026-07-30T03:50:50.790ZFrom https://github.com/oxidecomputer/rusty-doors
8422026-07-30T03:50:50.790Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8432026-07-30T03:50:50.796Z Updating git repository `https://github.com/oxidecomputer/lldp`
8442026-07-30T03:50:51.120ZFrom https://github.com/oxidecomputer/lldp
8452026-07-30T03:50:51.121Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8462026-07-30T03:50:51.132Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8472026-07-30T03:50:51.445ZFrom https://github.com/oxidecomputer/tufaceous
8482026-07-30T03:50:51.445Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8492026-07-30T03:50:51.462Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8502026-07-30T03:50:51.928ZFrom https://github.com/oxidecomputer/management-gateway-service
8512026-07-30T03:50:51.928Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8522026-07-30T03:50:51.942Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-07-30T03:50:52.793ZFrom https://github.com/oxidecomputer/crucible
8542026-07-30T03:50:52.793Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8552026-07-30T03:50:52.839Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8562026-07-30T03:50:53.098ZFrom https://github.com/oxidecomputer/serde_human_bytes
8572026-07-30T03:50:53.098Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8582026-07-30T03:50:53.106Z Updating git repository `https://github.com/oxidecomputer/propolis`
8592026-07-30T03:50:53.543ZFrom https://github.com/oxidecomputer/propolis
8602026-07-30T03:50:53.543Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8612026-07-30T03:50:53.590Z Updating git repository `https://github.com/oxidecomputer/crucible`
8622026-07-30T03:50:54.129ZFrom https://github.com/oxidecomputer/crucible
8632026-07-30T03:50:54.129Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8642026-07-30T03:50:54.196Z Updating git repository `https://github.com/oxidecomputer/tofino`
8652026-07-30T03:50:54.523ZFrom https://github.com/oxidecomputer/tofino
8662026-07-30T03:50:54.524Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8672026-07-30T03:50:54.534Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8682026-07-30T03:50:55.161ZFrom https://github.com/oxidecomputer/maghemite
8692026-07-30T03:50:55.161Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8702026-07-30T03:50:55.195Z Updating git repository `https://github.com/oxidecomputer/clickward`
8712026-07-30T03:50:55.440ZFrom https://github.com/oxidecomputer/clickward
8722026-07-30T03:50:55.440Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8732026-07-30T03:50:55.447Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8742026-07-30T03:50:55.668ZFrom https://github.com/oxidecomputer/illumos-devinfo
8752026-07-30T03:50:55.668Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8762026-07-30T03:50:56.634Z Downloading crates ...
8772026-07-30T03:50:56.730Z Downloaded async-stream-impl v0.3.6
8782026-07-30T03:50:56.739Z Downloaded base16ct v0.2.0
8792026-07-30T03:50:56.753Z Downloaded embedded-io v0.6.1
8802026-07-30T03:50:56.757Z Downloaded blake2 v0.10.6
8812026-07-30T03:50:56.757Z Downloaded async-stream v0.3.6
8822026-07-30T03:50:56.757Z Downloaded either v1.16.0
8832026-07-30T03:50:56.757Z Downloaded async-recursion v1.1.1
8842026-07-30T03:50:56.760Z Downloaded litemap v0.8.2
8852026-07-30T03:50:56.765Z Downloaded futures-core v0.3.32
8862026-07-30T03:50:56.765Z Downloaded anyhow v1.0.104
8872026-07-30T03:50:56.771Z Downloaded aead v0.5.2
8882026-07-30T03:50:56.771Z Downloaded konst v0.2.20
8892026-07-30T03:50:56.771Z Downloaded dunce v1.0.5
8902026-07-30T03:50:56.774Z Downloaded dyn-clone v1.0.20
8912026-07-30T03:50:56.774Z Downloaded bit-set v0.8.0
8922026-07-30T03:50:56.774Z Downloaded elliptic-curve v0.13.8
8932026-07-30T03:50:56.779Z Downloaded gethostname v0.5.0
8942026-07-30T03:50:56.779Z Downloaded heck v0.4.1
8952026-07-30T03:50:56.786Z Downloaded enum-as-inner v0.6.1
8962026-07-30T03:50:56.786Z Downloaded const_format_proc_macros v0.2.34
8972026-07-30T03:50:56.786Z Downloaded futures-executor v0.3.32
8982026-07-30T03:50:56.786Z Downloaded cobs v0.3.0
8992026-07-30T03:50:56.791Z Downloaded arc-swap v1.9.1
9002026-07-30T03:50:56.791Z Downloaded cmake v0.1.58
9012026-07-30T03:50:56.791Z Downloaded byteorder v1.5.0
9022026-07-30T03:50:56.792Z Downloaded futures-channel v0.3.32
9032026-07-30T03:50:56.797Z Downloaded git-stub-vcs v0.1.0
9042026-07-30T03:50:56.797Z Downloaded highway v1.3.0
9052026-07-30T03:50:56.797Z Downloaded hash32 v0.3.1
9062026-07-30T03:50:56.802Z Downloaded futures-io v0.3.32
9072026-07-30T03:50:56.802Z Downloaded bytecount v0.6.9
9082026-07-30T03:50:56.802Z Downloaded foreign-types v0.5.0
9092026-07-30T03:50:56.802Z Downloaded managed v0.8.0
9102026-07-30T03:50:56.802Z Downloaded base16ct v1.0.0
9112026-07-30T03:50:56.805Z Downloaded globset v0.4.18
9122026-07-30T03:50:56.805Z Downloaded allocator-api2 v0.2.21
9132026-07-30T03:50:56.806Z Downloaded cipher v0.4.4
9142026-07-30T03:50:56.810Z Downloaded compression-codecs v0.4.38
9152026-07-30T03:50:56.810Z Downloaded fs-err v3.3.0
9162026-07-30T03:50:56.815Z Downloaded float-ord v0.3.2
9172026-07-30T03:50:56.815Z Downloaded dtrace-parser v0.2.0
9182026-07-30T03:50:56.815Z Downloaded darling_macro v0.21.3
9192026-07-30T03:50:56.815Z Downloaded cfg_aliases v0.2.1
9202026-07-30T03:50:56.815Z Downloaded byte-wrapper v0.1.0
9212026-07-30T03:50:56.834Z Downloaded bcs v0.1.6
9222026-07-30T03:50:56.834Z Downloaded futures-sink v0.3.32
9232026-07-30T03:50:56.834Z Downloaded derive-ex v0.1.8
9242026-07-30T03:50:56.838Z Downloaded foreign-types-shared v0.3.1
9252026-07-30T03:50:56.838Z Downloaded const-random v0.1.18
9262026-07-30T03:50:56.838Z Downloaded console v0.16.3
9272026-07-30T03:50:56.838Z Downloaded backoff v0.4.0
9282026-07-30T03:50:56.838Z Downloaded foreign-types-macros v0.2.3
9292026-07-30T03:50:56.838Z Downloaded ff v0.13.1
9302026-07-30T03:50:56.838Z Downloaded getrandom v0.4.2
9312026-07-30T03:50:56.838Z Downloaded crucible-workspace-hack v0.1.0
9322026-07-30T03:50:56.838Z Downloaded dtrace-parser v0.3.0
9332026-07-30T03:50:56.838Z Downloaded futures v0.3.32
9342026-07-30T03:50:56.838Z Downloaded linked-hash-map v0.5.6
9352026-07-30T03:50:56.838Z Downloaded hubpack v0.1.2
9362026-07-30T03:50:56.838Z Downloaded fxhash v0.2.1
9372026-07-30T03:50:56.838Z Downloaded hostname v0.3.1
9382026-07-30T03:50:56.845Z Downloaded arrayref v0.3.9
9392026-07-30T03:50:56.845Z Downloaded futures-task v0.3.32
9402026-07-30T03:50:56.845Z Downloaded inout v0.1.4
9412026-07-30T03:50:56.845Z Downloaded fixedbitset v0.4.2
9422026-07-30T03:50:56.850Z Downloaded embedded-io v0.4.0
9432026-07-30T03:50:56.850Z Downloaded convert_case v0.4.0
9442026-07-30T03:50:56.850Z Downloaded dropshot-api-manager-types v0.7.2
9452026-07-30T03:50:56.850Z Downloaded macaddr v1.0.1
9462026-07-30T03:50:56.850Z Downloaded crunchy v0.2.4
9472026-07-30T03:50:56.857Z Downloaded lru-cache v0.1.2
9482026-07-30T03:50:56.857Z Downloaded git-stub v1.0.0
9492026-07-30T03:50:56.857Z Downloaded idna_adapter v1.2.2
9502026-07-30T03:50:56.857Z Downloaded crypto-common v0.2.2
9512026-07-30T03:50:56.857Z Downloaded const-random-macro v0.1.16
9522026-07-30T03:50:56.862Z Downloaded crc8 v0.1.1
9532026-07-30T03:50:56.862Z Downloaded defmt-parser v1.0.0
9542026-07-30T03:50:56.862Z Downloaded ciborium-io v0.2.2
9552026-07-30T03:50:56.862Z Downloaded hostname v0.4.2
9562026-07-30T03:50:56.862Z Downloaded hubpack_derive v0.1.1
9572026-07-30T03:50:56.862Z Downloaded darling_macro v0.23.0
9582026-07-30T03:50:56.862Z Downloaded dof v0.4.0
9592026-07-30T03:50:56.862Z Downloaded defmt v0.3.100
9602026-07-30T03:50:56.870Z Downloaded ciborium-ll v0.2.2
9612026-07-30T03:50:56.870Z Downloaded async-trait v0.1.89
9622026-07-30T03:50:56.870Z Downloaded libscf-sys v1.2.0
9632026-07-30T03:50:56.873Z Downloaded ident_case v1.0.1
9642026-07-30T03:50:56.873Z Downloaded dof v0.3.0
9652026-07-30T03:50:56.873Z Downloaded futures-macro v0.3.32
9662026-07-30T03:50:56.873Z Downloaded match_cfg v0.1.0
9672026-07-30T03:50:56.874Z Downloaded http-body v1.0.1
9682026-07-30T03:50:56.874Z Downloaded fs_extra v1.3.0
9692026-07-30T03:50:56.874Z Downloaded memoffset v0.9.1
9702026-07-30T03:50:56.874Z Downloaded csv-core v0.1.13
9712026-07-30T03:50:56.879Z Downloaded daft-derive v0.1.7
9722026-07-30T03:50:56.879Z Downloaded newline-converter v0.3.0
9732026-07-30T03:50:56.880Z Downloaded instant v0.1.13
9742026-07-30T03:50:56.884Z Downloaded httpdate v1.0.3
9752026-07-30T03:50:56.884Z Downloaded konst_macro_rules v0.2.19
9762026-07-30T03:50:56.884Z Downloaded bitflags v2.12.1
9772026-07-30T03:50:56.889Z Downloaded no-std-compat v0.4.1
9782026-07-30T03:50:56.889Z Downloaded mime v0.3.17
9792026-07-30T03:50:56.889Z Downloaded memmap v0.7.0
9802026-07-30T03:50:56.892Z Downloaded group v0.13.0
9812026-07-30T03:50:56.892Z Downloaded fastrand v2.4.1
9822026-07-30T03:50:56.892Z Downloaded num-iter v0.1.45
9832026-07-30T03:50:56.893Z Downloaded num-conv v0.2.2
9842026-07-30T03:50:56.893Z Downloaded backon v1.6.0
9852026-07-30T03:50:56.896Z Downloaded daft v0.1.7
9862026-07-30T03:50:56.899Z Downloaded natord v1.0.9
9872026-07-30T03:50:56.899Z Downloaded internet-checksum v0.2.1
9882026-07-30T03:50:56.899Z Downloaded bit-vec v0.8.0
9892026-07-30T03:50:56.899Z Downloaded displaydoc v0.2.6
9902026-07-30T03:50:56.904Z Downloaded compression-core v0.4.32
9912026-07-30T03:50:56.904Z Downloaded bs58 v0.5.1
9922026-07-30T03:50:56.908Z Downloaded num v0.4.3
9932026-07-30T03:50:56.909Z Downloaded olpc-cjson v0.1.4
9942026-07-30T03:50:56.909Z Downloaded opaque-debug v0.3.1
9952026-07-30T03:50:56.909Z Downloaded num_threads v0.1.7
9962026-07-30T03:50:56.909Z Downloaded num-derive v0.4.2
9972026-07-30T03:50:56.912Z Downloaded newtype-uuid-macros v0.1.0
9982026-07-30T03:50:56.912Z Downloaded omicron-workspace-hack v0.1.0
9992026-07-30T03:50:56.912Z Downloaded num_enum_derive v0.5.11
10002026-07-30T03:50:56.912Z Downloaded erased-serde v0.3.31
10012026-07-30T03:50:56.916Z Downloaded cstr-argument v0.1.2
10022026-07-30T03:50:56.916Z Downloaded chacha20poly1305 v0.10.1
10032026-07-30T03:50:56.916Z Downloaded block-buffer v0.12.0
10042026-07-30T03:50:56.919Z Downloaded arrayvec v0.7.6
10052026-07-30T03:50:56.919Z Downloaded jobserver v0.1.34
10062026-07-30T03:50:56.920Z Downloaded ipnetwork v0.21.1
10072026-07-30T03:50:56.924Z Downloaded is-terminal v0.4.17
10082026-07-30T03:50:56.924Z Downloaded foldhash v0.2.0
10092026-07-30T03:50:56.932Z Downloaded digest v0.11.3
10102026-07-30T03:50:56.932Z Downloaded constant_time_eq v0.4.2
10112026-07-30T03:50:56.932Z Downloaded critical-section v1.2.0
10122026-07-30T03:50:56.932Z Downloaded linear-map v1.2.0
10132026-07-30T03:50:56.936Z Downloaded libsw-core v0.3.2
10142026-07-30T03:50:56.936Z Downloaded parse-display v0.10.0
10152026-07-30T03:50:56.936Z Downloaded libsw v3.5.0
10162026-07-30T03:50:56.936Z Downloaded data-encoding v2.11.0
10172026-07-30T03:50:56.936Z Downloaded chacha20 v0.9.1
10182026-07-30T03:50:56.936Z Downloaded plain v0.2.3
10192026-07-30T03:50:56.940Z Downloaded humantime v2.3.0
10202026-07-30T03:50:56.940Z Downloaded deranged v0.5.8
10212026-07-30T03:50:56.940Z Downloaded powerfmt v0.2.0
10222026-07-30T03:50:56.943Z Downloaded cancel-safe-futures v0.1.5
10232026-07-30T03:50:56.943Z Downloaded half v2.7.1
10242026-07-30T03:50:56.948Z Downloaded cargo_toml v0.22.3
10252026-07-30T03:50:56.948Z Downloaded potential_utf v0.1.5
10262026-07-30T03:50:56.952Z Downloaded phf_shared v0.12.1
10272026-07-30T03:50:56.952Z Downloaded newtype_derive v0.1.6
10282026-07-30T03:50:56.952Z Downloaded ingot v0.1.1
10292026-07-30T03:50:56.952Z Downloaded bitflags v1.3.2
10302026-07-30T03:50:56.956Z Downloaded argon2 v0.5.3
10312026-07-30T03:50:56.956Z Downloaded proc-macro-crate v1.3.1
10322026-07-30T03:50:56.956Z Downloaded proc-macro-error-attr2 v2.0.0
10332026-07-30T03:50:56.962Z Downloaded proc-macro-crate v3.5.0
10342026-07-30T03:50:56.962Z Downloaded num_enum v0.5.11
10352026-07-30T03:50:56.965Z Downloaded num_enum v0.7.6
10362026-07-30T03:50:56.970Z Downloaded num-complex v0.4.6
10372026-07-30T03:50:56.970Z Downloaded newtype-uuid v1.3.2
10382026-07-30T03:50:56.973Z Downloaded multer v3.1.0
10392026-07-30T03:50:56.973Z Downloaded diff v0.1.13
10402026-07-30T03:50:56.973Z Downloaded pem v3.0.6
10412026-07-30T03:50:56.976Z Downloaded quick-error v1.2.3
10422026-07-30T03:50:56.977Z Downloaded progenitor-macro v0.13.0
10432026-07-30T03:50:56.977Z Downloaded defmt-macros v1.1.0
10442026-07-30T03:50:56.981Z Downloaded ref-cast v1.0.25
10452026-07-30T03:50:56.985Z Downloaded ref-cast-impl v1.0.25
10462026-07-30T03:50:56.985Z Downloaded rand_xorshift v0.4.0
10472026-07-30T03:50:56.985Z Downloaded oxide-tokio-rt v0.1.6
10482026-07-30T03:50:56.985Z Downloaded async-compression v0.4.42
10492026-07-30T03:50:56.989Z Downloaded parking_lot_core v0.8.6
10502026-07-30T03:50:56.992Z Downloaded oxnet v0.1.6
10512026-07-30T03:50:56.992Z Downloaded crossbeam-deque v0.8.6
10522026-07-30T03:50:56.996Z Downloaded glob v0.3.3
10532026-07-30T03:50:56.996Z Downloaded cookie v0.18.1
10542026-07-30T03:50:57.002Z Downloaded progenitor-macro v0.14.0
10552026-07-30T03:50:57.002Z Downloaded progenitor-macro v0.10.0
10562026-07-30T03:50:57.002Z Downloaded progenitor-client v0.14.0
10572026-07-30T03:50:57.002Z Downloaded keccak v0.1.6
10582026-07-30T03:50:57.005Z Downloaded hybrid-array v0.4.12
10592026-07-30T03:50:57.005Z Downloaded hmac v0.12.1
10602026-07-30T03:50:57.005Z Downloaded crossbeam-utils v0.8.21
10612026-07-30T03:50:57.005Z Downloaded darling v0.21.3
10622026-07-30T03:50:57.009Z Downloaded rustc_version v0.1.7
10632026-07-30T03:50:57.009Z Downloaded parse-display-derive v0.10.0
10642026-07-30T03:50:57.012Z Downloaded same-file v1.0.6
10652026-07-30T03:50:57.012Z Downloaded darling v0.23.0
10662026-07-30T03:50:57.017Z Downloaded drift v0.2.0
10672026-07-30T03:50:57.022Z Downloaded scroll_derive v0.12.1
10682026-07-30T03:50:57.025Z Downloaded pretty-hex v0.4.2
10692026-07-30T03:50:57.025Z Downloaded port-file v0.1.0
10702026-07-30T03:50:57.028Z Downloaded progenitor v0.13.0
10712026-07-30T03:50:57.028Z Downloaded proc-macro-error-attr v1.0.4
10722026-07-30T03:50:57.028Z Downloaded progenitor v0.10.0
10732026-07-30T03:50:57.031Z Downloaded progenitor-client v0.10.0
10742026-07-30T03:50:57.031Z Downloaded semver v0.1.20
10752026-07-30T03:50:57.031Z Downloaded scroll_derive v0.13.1
10762026-07-30T03:50:57.031Z Downloaded proc-macro-error v1.0.4
10772026-07-30T03:50:57.034Z Downloaded num-rational v0.4.2
10782026-07-30T03:50:57.039Z Downloaded serde_plain v1.0.2
10792026-07-30T03:50:57.039Z Downloaded progenitor-client v0.13.0
10802026-07-30T03:50:57.039Z Downloaded derive_more v0.99.20
10812026-07-30T03:50:57.042Z Downloaded progenitor-extras v0.2.0
10822026-07-30T03:50:57.042Z Downloaded progenitor v0.14.0
10832026-07-30T03:50:57.045Z Downloaded proc-macro-error2 v2.0.1
10842026-07-30T03:50:57.045Z Downloaded sha1 v0.11.0
10852026-07-30T03:50:57.048Z Downloaded poly1305 v0.8.0
10862026-07-30T03:50:57.052Z Downloaded paste v1.0.15
10872026-07-30T03:50:57.052Z Downloaded num-integer v0.1.46
10882026-07-30T03:50:57.057Z Downloaded const-oid v0.10.2
10892026-07-30T03:50:57.057Z Downloaded rand_chacha v0.3.1
10902026-07-30T03:50:57.057Z Downloaded num_enum_derive v0.7.6
10912026-07-30T03:50:57.061Z Downloaded quote v1.0.45
10922026-07-30T03:50:57.061Z Downloaded sha1 v0.10.6
10932026-07-30T03:50:57.061Z Downloaded serde_repr v0.1.21
10942026-07-30T03:50:57.066Z Downloaded serde-big-array v0.5.1
10952026-07-30T03:50:57.066Z Downloaded dropshot_endpoint v0.17.1
10962026-07-30T03:50:57.069Z Downloaded serial_test v4.0.1
10972026-07-30T03:50:57.069Z Downloaded resolv-conf v0.7.6
10982026-07-30T03:50:57.070Z Downloaded rustc-hash v2.1.2
10992026-07-30T03:50:57.070Z Downloaded ingot-macros v0.1.1
11002026-07-30T03:50:57.070Z Downloaded parking_lot v0.11.2
11012026-07-30T03:50:57.073Z Downloaded defmt v1.1.0
11022026-07-30T03:50:57.076Z Downloaded slog-bunyan v2.5.0
11032026-07-30T03:50:57.076Z Downloaded siphasher v1.0.3
11042026-07-30T03:50:57.076Z Downloaded rustls-native-certs v0.8.4
11052026-07-30T03:50:57.079Z Downloaded pest_derive v2.8.6
11062026-07-30T03:50:57.079Z Downloaded log v0.4.32
11072026-07-30T03:50:57.083Z Downloaded rusty-fork v0.3.1
11082026-07-30T03:50:57.086Z Downloaded slog-envlogger v2.2.0
11092026-07-30T03:50:57.086Z Downloaded icu_properties v2.2.0
11102026-07-30T03:50:57.089Z Downloaded sigpipe v0.1.3
11112026-07-30T03:50:57.089Z Downloaded rustls-pemfile v2.2.0
11122026-07-30T03:50:57.089Z Downloaded icu_provider v2.2.0
11132026-07-30T03:50:57.092Z Downloaded rustversion v1.0.22
11142026-07-30T03:50:57.092Z Downloaded smawk v0.3.2
11152026-07-30T03:50:57.112Z Downloaded spin v0.5.2
11162026-07-30T03:50:57.113Z Downloaded postcard v1.1.3
11172026-07-30T03:50:57.113Z Downloaded crossbeam-epoch v0.9.18
11182026-07-30T03:50:57.118Z Downloaded stable_deref_trait v1.2.1
11192026-07-30T03:50:57.118Z Downloaded cc v1.2.63
11202026-07-30T03:50:57.118Z Downloaded secrecy v0.10.3
11212026-07-30T03:50:57.118Z Downloaded memmap2 v0.9.10
11222026-07-30T03:50:57.118Z Downloaded strum v0.27.2
11232026-07-30T03:50:57.119Z Downloaded strum v0.26.3
11242026-07-30T03:50:57.119Z Downloaded structmeta-derive v0.3.0
11252026-07-30T03:50:57.119Z Downloaded phf v0.12.1
11262026-07-30T03:50:57.119Z Downloaded password-hash v0.5.0
11272026-07-30T03:50:57.119Z Downloaded ingot-types v0.1.2
11282026-07-30T03:50:57.119Z Downloaded indexmap v1.9.3
11292026-07-30T03:50:57.119Z Downloaded tabled_derive v0.11.0
11302026-07-30T03:50:57.119Z Downloaded serde_tokenstream v0.2.3
11312026-07-30T03:50:57.119Z Downloaded scroll v0.12.0
11322026-07-30T03:50:57.119Z Downloaded schemars_derive v0.8.22
11332026-07-30T03:50:57.119Z Downloaded darling_core v0.21.3
11342026-07-30T03:50:57.119Z Downloaded scroll v0.13.0
11352026-07-30T03:50:57.125Z Downloaded testing_table v0.3.0
11362026-07-30T03:50:57.125Z Downloaded hashbrown v0.16.1
11372026-07-30T03:50:57.125Z Downloaded termtree v0.5.1
11382026-07-30T03:50:57.128Z Downloaded serde_derive_internals v0.29.1
11392026-07-30T03:50:57.128Z Downloaded take_mut v0.2.2
11402026-07-30T03:50:57.128Z Downloaded tagptr v0.2.0
11412026-07-30T03:50:57.128Z Downloaded thiserror-impl-no-std v2.0.2
11422026-07-30T03:50:57.128Z Downloaded tabwriter v1.4.1
11432026-07-30T03:50:57.128Z Downloaded tabled_derive v0.7.0
11442026-07-30T03:50:57.128Z Downloaded papergrid v0.11.0
11452026-07-30T03:50:57.132Z Downloaded simd-adler32 v0.3.9
11462026-07-30T03:50:57.132Z Downloaded quinn-udp v0.5.14
11472026-07-30T03:50:57.135Z Downloaded serial_test_derive v4.0.1
11482026-07-30T03:50:57.135Z Downloaded omicron-zone-package v0.12.3
11492026-07-30T03:50:57.139Z Downloaded hickory-resolver v0.24.4
11502026-07-30T03:50:57.142Z Downloaded tokio-macros v2.7.0
11512026-07-30T03:50:57.142Z Downloaded time-core v0.1.8
11522026-07-30T03:50:57.143Z Downloaded const_format v0.2.36
11532026-07-30T03:50:57.150Z Downloaded colored v3.1.1
11542026-07-30T03:50:57.150Z Downloaded ciborium v0.2.2
11552026-07-30T03:50:57.155Z Downloaded chacha20 v0.10.0
11562026-07-30T03:50:57.155Z Downloaded bytes v1.11.1
11572026-07-30T03:50:57.155Z Downloaded thread-id v5.1.0
11582026-07-30T03:50:57.155Z Downloaded thread-id v4.2.2
11592026-07-30T03:50:57.155Z Downloaded icu_locale_core v2.2.0
11602026-07-30T03:50:57.158Z Downloaded heapless v0.8.0
11612026-07-30T03:50:57.158Z Downloaded slog-async v2.8.0
11622026-07-30T03:50:57.161Z Downloaded slog-json v2.6.1
11632026-07-30T03:50:57.161Z Downloaded slog-dtrace v0.3.0
11642026-07-30T03:50:57.161Z Downloaded papergrid v0.18.0
11652026-07-30T03:50:57.164Z Downloaded base64 v0.21.7
11662026-07-30T03:50:57.167Z Downloaded pest_generator v2.8.6
11672026-07-30T03:50:57.171Z Downloaded rustls-pki-types v1.14.1
11682026-07-30T03:50:57.171Z Downloaded rhai_codegen v3.2.0
11692026-07-30T03:50:57.174Z Downloaded typify-macro v0.6.2
11702026-07-30T03:50:57.174Z Downloaded typify-macro v0.4.3
11712026-07-30T03:50:57.174Z Downloaded topological-sort v0.2.2
11722026-07-30T03:50:57.182Z Downloaded smf v0.2.3
11732026-07-30T03:50:57.182Z Downloaded slog-scope v4.4.1
11742026-07-30T03:50:57.185Z Downloaded unarray v0.1.4
11752026-07-30T03:50:57.185Z Downloaded slog-stdlog v4.1.1
11762026-07-30T03:50:57.185Z Downloaded slog-term v2.9.2
11772026-07-30T03:50:57.185Z Downloaded proc-macro2 v1.0.106
11782026-07-30T03:50:57.185Z Downloaded synstructure v0.13.2
11792026-07-30T03:50:57.189Z Downloaded universal-hash v0.5.1
11802026-07-30T03:50:57.189Z Downloaded unit-prefix v0.5.2
11812026-07-30T03:50:57.189Z Downloaded untrusted v0.7.1
11822026-07-30T03:50:57.189Z Downloaded icu_normalizer_data v2.2.0
11832026-07-30T03:50:57.192Z Downloaded usdt-macro v0.5.0
11842026-07-30T03:50:57.192Z Downloaded usdt-attr-macro v0.5.0
11852026-07-30T03:50:57.192Z Downloaded usdt v0.5.0
11862026-07-30T03:50:57.192Z Downloaded strum_macros v0.26.4
11872026-07-30T03:50:57.196Z Downloaded structmeta v0.3.0
11882026-07-30T03:50:57.196Z Downloaded snafu-derive v0.8.9
11892026-07-30T03:50:57.202Z Downloaded usdt v0.6.0
11902026-07-30T03:50:57.205Z Downloaded waitgroup v0.1.2
11912026-07-30T03:50:57.205Z Downloaded usdt-macro v0.6.0
11922026-07-30T03:50:57.205Z Downloaded usdt-attr-macro v0.6.0
11932026-07-30T03:50:57.208Z Downloaded wait-timeout v0.2.1
11942026-07-30T03:50:57.214Z Downloaded progenitor-impl v0.13.0
11952026-07-30T03:50:57.217Z Downloaded openssl-sys v0.9.116
11962026-07-30T03:50:57.220Z Downloaded tiny-keccak v2.0.2
11972026-07-30T03:50:57.220Z Downloaded utf-8 v0.7.6
11982026-07-30T03:50:57.223Z Downloaded crypto-bigint v0.5.5
11992026-07-30T03:50:57.228Z Downloaded zerofrom-derive v0.1.7
12002026-07-30T03:50:57.235Z Downloaded hickory-resolver v0.25.2
12012026-07-30T03:50:57.235Z Downloaded tinystr v0.8.3
12022026-07-30T03:50:57.240Z Downloaded tokio-tungstenite v0.21.0
12032026-07-30T03:50:57.240Z Downloaded time-macros v0.2.27
12042026-07-30T03:50:57.240Z Downloaded icu_normalizer v2.2.0
12052026-07-30T03:50:57.240Z Downloaded indicatif v0.18.4
12062026-07-30T03:50:57.243Z Downloaded thread_local v1.1.9
12072026-07-30T03:50:57.243Z Downloaded zone_cfg_derive v0.3.1
12082026-07-30T03:50:57.247Z Downloaded tokio-dtrace v0.1.1
12092026-07-30T03:50:57.247Z Downloaded toml_writer v1.1.1+spec-1.1.0
12102026-07-30T03:50:57.247Z Downloaded pest_meta v2.8.6
12112026-07-30T03:50:57.254Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12122026-07-30T03:50:57.254Z Downloaded zeroize_derive v1.4.3
12132026-07-30T03:50:57.254Z Downloaded smartstring v1.0.1
12142026-07-30T03:50:57.259Z Downloaded zone v0.3.1
12152026-07-30T03:50:57.262Z Downloaded smallvec v1.15.1
12162026-07-30T03:50:57.267Z Downloaded serde_derive v1.0.228
12172026-07-30T03:50:57.270Z Downloaded crossbeam-channel v0.5.15
12182026-07-30T03:50:57.275Z Downloaded usdt-impl v0.6.0
12192026-07-30T03:50:57.278Z Downloaded thiserror-no-std v2.0.2
12202026-07-30T03:50:57.279Z Downloaded usdt-impl v0.5.0
12212026-07-30T03:50:57.279Z Downloaded thin-vec v0.2.18
12222026-07-30T03:50:57.283Z Downloaded yoke-derive v0.8.2
12232026-07-30T03:50:57.283Z Downloaded rayon-core v1.13.0
12242026-07-30T03:50:57.288Z Downloaded pretty_assertions v1.4.1
12252026-07-30T03:50:57.288Z Downloaded xz2 v0.1.7
12262026-07-30T03:50:57.288Z Downloaded schemars v0.8.22
12272026-07-30T03:50:57.291Z Downloaded prettyplease v0.2.37
12282026-07-30T03:50:57.296Z Downloaded progenitor-impl v0.10.0
12292026-07-30T03:50:57.296Z Downloaded whoami v1.6.1
12302026-07-30T03:50:57.299Z Downloaded darling_core v0.23.0
12312026-07-30T03:50:57.299Z Downloaded term v1.2.1
12322026-07-30T03:50:57.302Z Downloaded zerofrom v0.1.8
12332026-07-30T03:50:57.303Z Downloaded vsss-rs v3.3.4
12342026-07-30T03:50:57.303Z Downloaded minimal-lexical v0.2.1
12352026-07-30T03:50:57.306Z Downloaded walkdir v2.5.0
12362026-07-30T03:50:57.306Z Downloaded jiff-static v0.2.28
12372026-07-30T03:50:57.310Z Downloaded toml_parser v1.1.2+spec-1.1.0
12382026-07-30T03:50:57.315Z Downloaded zeroize v1.8.2
12392026-07-30T03:50:57.319Z Downloaded memchr v2.8.1
12402026-07-30T03:50:57.319Z Downloaded expectorate v1.2.0
12412026-07-30T03:50:57.319Z Downloaded http v1.4.2
12422026-07-30T03:50:57.322Z Downloaded tokio-stream v0.1.18
12432026-07-30T03:50:57.326Z Downloaded serde_yaml v0.9.34+deprecated
12442026-07-30T03:50:57.326Z Downloaded icu_collections v2.2.0
12452026-07-30T03:50:57.330Z Downloaded zmij v1.0.21
12462026-07-30T03:50:57.330Z Downloaded zerovec-derive v0.11.3
12472026-07-30T03:50:57.333Z Downloaded similar v2.7.0
12482026-07-30T03:50:57.333Z Downloaded rustls-platform-verifier v0.7.0
12492026-07-30T03:50:57.338Z Downloaded serde_with_macros v3.21.0
12502026-07-30T03:50:57.338Z Downloaded rand v0.8.6
12512026-07-30T03:50:57.341Z Downloaded qorb v0.4.1
12522026-07-30T03:50:57.341Z Downloaded yoke v0.8.3
12532026-07-30T03:50:57.344Z Downloaded spin v0.9.8
12542026-07-30T03:50:57.344Z Downloaded zerocopy-derive v0.7.35
12552026-07-30T03:50:57.347Z Downloaded hashbrown v0.12.3
12562026-07-30T03:50:57.352Z Downloaded ucd-trie v0.1.7
12572026-07-30T03:50:57.352Z Downloaded slog v2.8.2
12582026-07-30T03:50:57.352Z Downloaded serde_core v1.0.228
12592026-07-30T03:50:57.352Z Downloaded strum_macros v0.27.2
12602026-07-30T03:50:57.356Z Downloaded typify v0.6.2
12612026-07-30T03:50:57.359Z Downloaded snafu v0.8.9
12622026-07-30T03:50:57.363Z Downloaded writeable v0.6.3
12632026-07-30T03:50:57.366Z Downloaded test-strategy v0.4.5
12642026-07-30T03:50:57.366Z Downloaded nom v7.1.3
12652026-07-30T03:50:57.370Z Downloaded toml v0.7.8
12662026-07-30T03:50:57.373Z Downloaded tinyvec v1.11.0
12672026-07-30T03:50:57.373Z Downloaded quinn v0.11.9
12682026-07-30T03:50:57.376Z Downloaded progenitor-impl v0.14.0
12692026-07-30T03:50:57.376Z Downloaded typify v0.4.3
12702026-07-30T03:50:57.381Z Downloaded toml v1.1.2+spec-1.1.0
12712026-07-30T03:50:57.381Z Downloaded tungstenite v0.21.0
12722026-07-30T03:50:57.386Z Downloaded toml_edit v0.25.12+spec-1.1.0
12732026-07-30T03:50:57.390Z Downloaded unsafe-libyaml v0.2.11
12742026-07-30T03:50:57.393Z Downloaded rand v0.9.4
12752026-07-30T03:50:57.393Z Downloaded mio v1.2.1
12762026-07-30T03:50:57.397Z Downloaded serde v1.0.228
12772026-07-30T03:50:57.401Z Downloaded toml v0.9.12+spec-1.1.0
12782026-07-30T03:50:57.401Z Downloaded dropshot-api-manager v0.7.2
12792026-07-30T03:50:57.404Z Downloaded schemars v1.2.1
12802026-07-30T03:50:57.410Z Downloaded schemars v0.9.0
12812026-07-30T03:50:57.417Z Downloaded pest v2.8.6
12822026-07-30T03:50:57.425Z Downloaded yansi v1.0.1
12832026-07-30T03:50:57.436Z Downloaded itertools v0.12.1
12842026-07-30T03:50:57.441Z Downloaded zerocopy-derive v0.8.50
12852026-07-30T03:50:57.445Z Downloaded steno v0.4.1
12862026-07-30T03:50:57.449Z Downloaded futures-util v0.3.32
12872026-07-30T03:50:57.455Z Downloaded nom v8.0.0
12882026-07-30T03:50:57.464Z Downloaded toml_edit v0.19.15
12892026-07-30T03:50:57.472Z Downloaded zerotrie v0.2.4
12902026-07-30T03:50:57.477Z Downloaded ron v0.12.1
12912026-07-30T03:50:57.481Z Downloaded itertools v0.15.0
12922026-07-30T03:50:57.485Z Downloaded regex v1.12.3
12932026-07-30T03:50:57.490Z Downloaded libm v0.2.16
12942026-07-30T03:50:57.495Z Downloaded icu_properties_data v2.2.0
12952026-07-30T03:50:57.500Z Downloaded typed-path v0.9.3
12962026-07-30T03:50:57.507Z Downloaded hkdf v0.12.4
12972026-07-30T03:50:57.515Z Downloaded h2 v0.4.14
12982026-07-30T03:50:57.515Z Downloaded rayon v1.12.0
12992026-07-30T03:50:57.530Z Downloaded goblin v0.8.2
13002026-07-30T03:50:57.530Z Downloaded tough v0.22.0
13012026-07-30T03:50:57.538Z Downloaded blake3 v1.8.5
13022026-07-30T03:50:57.543Z Downloaded tokio-util v0.7.18
13032026-07-30T03:50:57.553Z Downloaded winnow v0.5.40
13042026-07-30T03:50:57.557Z Downloaded zerocopy v0.7.35
13052026-07-30T03:50:57.566Z Downloaded zerovec v0.11.6
13062026-07-30T03:50:57.569Z Downloaded goblin v0.10.7
13072026-07-30T03:50:57.573Z Downloaded moka v0.12.15
13082026-07-30T03:50:57.578Z Downloaded reqwest v0.13.4
13092026-07-30T03:50:57.581Z Downloaded aws-lc-rs v1.17.0
13102026-07-30T03:50:57.586Z Downloaded portable-atomic v1.13.1
13112026-07-30T03:50:57.595Z Downloaded iddqd v0.4.6
13122026-07-30T03:50:57.600Z Downloaded tabled v0.15.0
13132026-07-30T03:50:57.610Z Downloaded serde_with v3.21.0
13142026-07-30T03:50:57.614Z Downloaded winnow v1.0.3
13152026-07-30T03:50:57.622Z Downloaded proptest v1.11.0
13162026-07-30T03:50:57.648Z Downloaded tabled v0.21.0
13172026-07-30T03:50:57.657Z Downloaded webpki-roots v1.0.7
13182026-07-30T03:50:57.661Z Downloaded time v0.3.47
13192026-07-30T03:50:57.676Z Downloaded syn v1.0.109
13202026-07-30T03:50:57.681Z Downloaded openssl v0.10.80
13212026-07-30T03:50:57.688Z Downloaded syn v2.0.117
13222026-07-30T03:50:57.692Z Downloaded nix v0.31.3
13232026-07-30T03:50:57.698Z Downloaded zerocopy v0.8.50
13242026-07-30T03:50:57.709Z Downloaded rhai v1.25.1
13252026-07-30T03:50:57.715Z Downloaded smoltcp v0.11.0
13262026-07-30T03:50:57.722Z Downloaded bstr v1.12.1
13272026-07-30T03:50:57.727Z Downloaded regress v0.10.5
13282026-07-30T03:50:57.731Z Downloaded hickory-proto v0.24.4
13292026-07-30T03:50:57.743Z Downloaded regress v0.11.1
13302026-07-30T03:50:57.747Z Downloaded rustls v0.23.40
13312026-07-30T03:50:57.751Z Downloaded hickory-proto v0.25.2
13322026-07-30T03:50:57.757Z Downloaded regex-syntax v0.8.10
13332026-07-30T03:50:57.762Z Downloaded openapiv3 v2.2.0
13342026-07-30T03:50:57.769Z Downloaded sled v0.34.7
13352026-07-30T03:50:57.776Z Downloaded dropshot v0.17.1
13362026-07-30T03:50:57.785Z Downloaded typify-impl v0.6.2
13372026-07-30T03:50:57.793Z Downloaded typify-impl v0.4.3
13382026-07-30T03:50:57.816Z Downloaded regex-automata v0.4.14
13392026-07-30T03:50:57.824Z Downloaded lzma-sys v0.1.20
13402026-07-30T03:50:57.841Z Downloaded jiff v0.2.28
13412026-07-30T03:50:57.861Z Downloaded petgraph v0.6.5
13422026-07-30T03:50:57.879Z Downloaded chrono-tz v0.10.4
13432026-07-30T03:50:57.890Z Downloaded csv v1.4.0
13442026-07-30T03:50:57.902Z Downloaded sha3 v0.10.9
13452026-07-30T03:50:57.905Z Downloaded encoding_rs v0.8.35
13462026-07-30T03:50:58.478Z Downloaded aws-lc-sys v0.41.0
13472026-07-30T03:50:59.404Z Compiling proc-macro2 v1.0.106
13482026-07-30T03:50:59.404Z Compiling quote v1.0.45
13492026-07-30T03:50:59.404Z Compiling unicode-ident v1.0.24
13502026-07-30T03:50:59.404Z Compiling serde_core v1.0.228
13512026-07-30T03:50:59.409Z Compiling cfg-if v1.0.4
13522026-07-30T03:50:59.409Z Compiling serde v1.0.228
13532026-07-30T03:50:59.409Z Compiling libc v0.2.189
13542026-07-30T03:50:59.409Z Compiling memchr v2.8.1
13552026-07-30T03:50:59.605Z Compiling itoa v1.0.18
13562026-07-30T03:50:59.790Z Compiling smallvec v1.15.1
13572026-07-30T03:50:59.839Z Compiling zmij v1.0.21
13582026-07-30T03:50:59.899Z Compiling autocfg v1.5.1
13592026-07-30T03:50:59.997Z Compiling libm v0.2.16
13602026-07-30T03:51:00.209Z Compiling stable_deref_trait v1.2.1
13612026-07-30T03:51:00.248Z Compiling writeable v0.6.3
13622026-07-30T03:51:00.280Z Compiling percent-encoding v2.3.2
13632026-07-30T03:51:00.389Z Compiling litemap v0.8.2
13642026-07-30T03:51:00.448Z Compiling icu_normalizer_data v2.2.0
13652026-07-30T03:51:00.463Z Compiling utf8_iter v1.0.4
13662026-07-30T03:51:00.473Z Compiling icu_properties_data v2.2.0
13672026-07-30T03:51:00.483Z Compiling iana-time-zone v0.1.65
13682026-07-30T03:51:00.602Z Compiling equivalent v1.0.2
13692026-07-30T03:51:00.690Z Compiling form_urlencoded v1.2.2
13702026-07-30T03:51:00.700Z Compiling allocator-api2 v0.2.21
13712026-07-30T03:51:00.788Z Compiling syn v2.0.117
13722026-07-30T03:51:00.852Z Compiling syn v3.0.3
13732026-07-30T03:51:00.859Z Compiling serde_json v1.0.151
13742026-07-30T03:51:00.863Z Compiling dyn-clone v1.0.20
13752026-07-30T03:51:00.868Z Compiling version_check v0.9.5
13762026-07-30T03:51:01.019Z Compiling pin-project-lite v0.2.17
13772026-07-30T03:51:01.034Z Compiling hashbrown v0.17.1
13782026-07-30T03:51:01.110Z Compiling parking_lot_core v0.9.12
13792026-07-30T03:51:01.163Z Compiling scopeguard v1.2.0
13802026-07-30T03:51:01.175Z Compiling num-traits v0.2.19
13812026-07-30T03:51:01.267Z Compiling lock_api v0.4.14
13822026-07-30T03:51:01.401Z Compiling rand_core v0.10.1
13832026-07-30T03:51:01.499Z Compiling getrandom v0.4.2
13842026-07-30T03:51:01.512Z Compiling thiserror v2.0.19
13852026-07-30T03:51:01.549Z Compiling errno v0.3.14
13862026-07-30T03:51:01.586Z Compiling log v0.4.32
13872026-07-30T03:51:01.697Z Compiling semver v1.0.28
13882026-07-30T03:51:01.796Z Compiling indexmap v2.14.0
13892026-07-30T03:51:01.987Z Compiling heck v0.5.0
13902026-07-30T03:51:02.025Z Compiling futures-core v0.3.32
13912026-07-30T03:51:02.160Z Compiling uuid v1.24.0
13922026-07-30T03:51:02.171Z Compiling zerocopy v0.8.50
13932026-07-30T03:51:02.237Z Compiling futures-sink v0.3.32
13942026-07-30T03:51:02.335Z Compiling schemars v0.8.22
13952026-07-30T03:51:02.438Z Compiling slab v0.4.12
13962026-07-30T03:51:02.584Z Compiling jobserver v0.1.34
13972026-07-30T03:51:02.603Z Compiling rustversion v1.0.22
13982026-07-30T03:51:02.612Z Compiling fnv v1.0.7
13992026-07-30T03:51:02.621Z Compiling find-msvc-tools v0.1.9
14002026-07-30T03:51:02.700Z Compiling shlex v2.0.1
14012026-07-30T03:51:02.846Z Compiling cc v1.2.63
14022026-07-30T03:51:02.882Z Compiling futures-channel v0.3.32
14032026-07-30T03:51:02.891Z Compiling bitflags v2.12.1
14042026-07-30T03:51:02.900Z Compiling futures-io v0.3.32
14052026-07-30T03:51:03.048Z Compiling futures-task v0.3.32
14062026-07-30T03:51:03.117Z Compiling socket2 v0.6.5
14072026-07-30T03:51:03.217Z Compiling signal-hook-registry v1.4.8
14082026-07-30T03:51:03.227Z Compiling mio v1.2.1
14092026-07-30T03:51:03.454Z Compiling parking_lot v0.12.5
14102026-07-30T03:51:03.521Z Compiling synstructure v0.13.2
14112026-07-30T03:51:03.624Z Compiling serde_derive_internals v0.29.1
14122026-07-30T03:51:03.636Z Compiling portable-atomic v1.13.1
14132026-07-30T03:51:03.788Z Compiling thiserror-impl v2.0.19
14142026-07-30T03:51:03.799Z Compiling cmake v0.1.58
14152026-07-30T03:51:03.869Z Compiling fs_extra v1.3.0
14162026-07-30T03:51:04.027Z Compiling typenum v1.20.1
14172026-07-30T03:51:04.125Z Compiling dunce v1.0.5
14182026-07-30T03:51:04.138Z Compiling base64 v0.22.1
14192026-07-30T03:51:04.165Z Compiling critical-section v1.2.0
14202026-07-30T03:51:04.218Z Compiling aws-lc-sys v0.41.0
14212026-07-30T03:51:04.271Z Compiling slog v2.8.2
14222026-07-30T03:51:04.366Z Compiling subtle v2.6.1
14232026-07-30T03:51:04.474Z Compiling strsim v0.11.1
14242026-07-30T03:51:04.513Z Compiling rustix v1.1.4
14252026-07-30T03:51:04.530Z Compiling byteorder v1.5.0
14262026-07-30T03:51:04.684Z Compiling once_cell v1.21.4
14272026-07-30T03:51:04.772Z Compiling serde_derive v1.0.228
14282026-07-30T03:51:04.783Z Compiling zerofrom-derive v0.1.7
14292026-07-30T03:51:04.849Z Compiling yoke-derive v0.8.2
14302026-07-30T03:51:04.880Z Compiling zerovec-derive v0.11.3
14312026-07-30T03:51:04.880Z Compiling displaydoc v0.2.6
14322026-07-30T03:51:04.900Z Compiling schemars_derive v0.8.22
14332026-07-30T03:51:05.121Z Compiling tokio-macros v2.7.0
14342026-07-30T03:51:05.165Z Compiling zerocopy-derive v0.8.50
14352026-07-30T03:51:05.690Z Compiling zeroize_derive v1.4.3
14362026-07-30T03:51:05.879Z Compiling futures-macro v0.3.32
14372026-07-30T03:51:05.989Z Compiling zerofrom v0.1.8
14382026-07-30T03:51:06.115Z Compiling yoke v0.8.3
14392026-07-30T03:51:06.128Z Compiling regex-syntax v0.8.10
14402026-07-30T03:51:06.174Z Compiling httparse v1.10.1
14412026-07-30T03:51:06.288Z Compiling zerovec v0.11.6
14422026-07-30T03:51:06.370Z Compiling zerotrie v0.2.4
14432026-07-30T03:51:06.524Z Compiling zeroize v1.8.2
14442026-07-30T03:51:06.662Z Compiling ipnet v2.12.0
14452026-07-30T03:51:06.712Z Compiling futures-util v0.3.32
14462026-07-30T03:51:06.724Z Compiling atomic-waker v1.1.2
14472026-07-30T03:51:06.806Z Compiling tinystr v0.8.3
14482026-07-30T03:51:06.843Z Compiling potential_utf v0.1.5
14492026-07-30T03:51:07.001Z Compiling icu_locale_core v2.2.0
14502026-07-30T03:51:07.001Z Compiling icu_collections v2.2.0
14512026-07-30T03:51:07.222Z Compiling tower-layer v0.3.3
14522026-07-30T03:51:07.378Z Compiling foldhash v0.2.0
14532026-07-30T03:51:07.531Z Compiling tower-service v0.3.3
14542026-07-30T03:51:07.607Z Compiling paste v1.0.15
14552026-07-30T03:51:07.903Z Compiling bytes v1.11.1
14562026-07-30T03:51:07.915Z Compiling icu_provider v2.2.0
14572026-07-30T03:51:07.974Z Compiling chrono v0.4.45
14582026-07-30T03:51:08.062Z Compiling serde_tokenstream v0.2.3
14592026-07-30T03:51:08.227Z Compiling icu_normalizer v2.2.0
14602026-07-30T03:51:08.345Z Compiling icu_properties v2.2.0
14612026-07-30T03:51:08.607Z Compiling http v1.4.2
14622026-07-30T03:51:08.757Z Compiling tokio v1.53.1
14632026-07-30T03:51:08.875Z Compiling erased-serde v0.3.31
14642026-07-30T03:51:09.154Z Compiling getrandom v0.2.17
14652026-07-30T03:51:09.338Z Compiling idna_adapter v1.2.2
14662026-07-30T03:51:09.477Z Compiling idna v1.1.0
14672026-07-30T03:51:09.539Z Compiling http-body v1.0.1
14682026-07-30T03:51:09.550Z Compiling ppv-lite86 v0.2.21
14692026-07-30T03:51:09.575Z Compiling ryu v1.0.23
14702026-07-30T03:51:09.597Z Compiling thiserror v1.0.69
14712026-07-30T03:51:09.687Z Compiling ucd-trie v0.1.7
14722026-07-30T03:51:09.752Z Compiling url v2.5.8
14732026-07-30T03:51:09.786Z Compiling untrusted v0.9.0
14742026-07-30T03:51:09.857Z Compiling try-lock v0.2.5
14752026-07-30T03:51:09.904Z Compiling pest v2.8.6
14762026-07-30T03:51:09.961Z Compiling want v0.3.1
14772026-07-30T03:51:09.988Z Compiling rand_core v0.6.4
14782026-07-30T03:51:10.128Z Compiling thiserror-impl v1.0.69
14792026-07-30T03:51:10.212Z Compiling httpdate v1.0.3
14802026-07-30T03:51:10.451Z Compiling getrandom v0.3.4
14812026-07-30T03:51:10.582Z Compiling daft-derive v0.1.7
14822026-07-30T03:51:10.627Z Compiling pretty-hex v0.4.2
14832026-07-30T03:51:10.759Z Compiling winnow v1.0.3
14842026-07-30T03:51:10.801Z Compiling plain v0.2.3
14852026-07-30T03:51:10.904Z Compiling pest_meta v2.8.6
14862026-07-30T03:51:11.153Z Compiling ipnetwork v0.21.1
14872026-07-30T03:51:11.337Z Compiling tracing-core v0.1.36
14882026-07-30T03:51:11.401Z Compiling oxnet v0.1.6
14892026-07-30T03:51:11.588Z Compiling pest_generator v2.8.6
14902026-07-30T03:51:11.736Z Compiling tracing-attributes v0.1.31
14912026-07-30T03:51:11.823Z Compiling ident_case v1.0.1
14922026-07-30T03:51:11.861Z Compiling omicron-workspace-hack v0.1.0
14932026-07-30T03:51:11.936Z Compiling serde_urlencoded v0.7.1
14942026-07-30T03:51:11.939Z Compiling http-body-util v0.1.4
14952026-07-30T03:51:12.099Z Compiling aho-corasick v1.1.4
14962026-07-30T03:51:12.185Z Compiling pest_derive v2.8.6
14972026-07-30T03:51:12.188Z Compiling sync_wrapper v1.0.2
14982026-07-30T03:51:12.292Z Compiling fastrand v2.4.1
14992026-07-30T03:51:12.551Z Compiling hashbrown v0.16.1
15002026-07-30T03:51:12.743Z Compiling tokio-util v0.7.18
15012026-07-30T03:51:12.964Z Compiling tracing v0.1.44
15022026-07-30T03:51:13.123Z Compiling regex-automata v0.4.14
15032026-07-30T03:51:13.202Z Compiling scroll_derive v0.13.1
15042026-07-30T03:51:13.214Z Compiling async-trait v0.1.89
15052026-07-30T03:51:13.510Z Compiling num-conv v0.2.2
15062026-07-30T03:51:13.528Z Compiling anyhow v1.0.104
15072026-07-30T03:51:13.658Z Compiling time-core v0.1.8
15082026-07-30T03:51:13.803Z Compiling powerfmt v0.2.0
15092026-07-30T03:51:13.860Z Compiling aws-lc-rs v1.17.0
15102026-07-30T03:51:14.035Z Compiling deranged v0.5.8
15112026-07-30T03:51:14.109Z Compiling scroll v0.13.0
15122026-07-30T03:51:14.259Z Compiling time-macros v0.2.27
15132026-07-30T03:51:14.371Z Compiling newtype-uuid v1.3.2
15142026-07-30T03:51:14.387Z Compiling rustls-pki-types v1.14.1
15152026-07-30T03:51:14.707Z Compiling openssl-probe v0.2.1
15162026-07-30T03:51:14.887Z Compiling regex v1.12.3
15172026-07-30T03:51:14.898Z Compiling ref-cast v1.0.25
15182026-07-30T03:51:14.970Z Compiling hex v0.4.3
15192026-07-30T03:51:15.213Z Compiling num_threads v0.1.7
15202026-07-30T03:51:15.257Z Compiling daft v0.1.7
15212026-07-30T03:51:15.305Z Compiling goblin v0.10.7
15222026-07-30T03:51:15.351Z Compiling ref-cast-impl v1.0.25
15232026-07-30T03:51:15.517Z Compiling camino v1.2.5
15242026-07-30T03:51:15.641Z Compiling untrusted v0.7.1
15252026-07-30T03:51:15.668Z Compiling rustls v0.23.40
15262026-07-30T03:51:15.712Z Compiling crc32fast v1.5.0
15272026-07-30T03:51:15.757Z Compiling usdt-impl v0.6.0
15282026-07-30T03:51:16.026Z Compiling h2 v0.4.14
15292026-07-30T03:51:16.039Z Compiling dtrace-parser v0.3.0
15302026-07-30T03:51:16.051Z Compiling crossbeam-utils v0.8.21
15312026-07-30T03:51:16.316Z Compiling futures-executor v0.3.32
15322026-07-30T03:51:16.386Z Compiling structmeta-derive v0.3.0
15332026-07-30T03:51:16.401Z Compiling thread-id v5.1.0
15342026-07-30T03:51:16.479Z Compiling simd-adler32 v0.3.9
15352026-07-30T03:51:16.597Z Compiling adler2 v2.0.1
15362026-07-30T03:51:16.680Z Compiling cpufeatures v0.3.0
15372026-07-30T03:51:16.728Z Compiling miniz_oxide v0.8.9
15382026-07-30T03:51:16.747Z Compiling futures v0.3.32
15392026-07-30T03:51:16.906Z Compiling rand_core v0.9.5
15402026-07-30T03:51:17.117Z Compiling darling_core v0.23.0
15412026-07-30T03:51:17.343Z Compiling newtype-uuid-macros v0.1.0
15422026-07-30T03:51:17.375Z Compiling hybrid-array v0.4.12
15432026-07-30T03:51:17.438Z Compiling structmeta v0.3.0
15442026-07-30T03:51:17.782Z Compiling thread_local v1.1.9
15452026-07-30T03:51:17.831Z Compiling match_cfg v0.1.0
15462026-07-30T03:51:17.898Z Compiling flate2 v1.1.9
15472026-07-30T03:51:18.048Z Compiling dof v0.4.0
15482026-07-30T03:51:18.138Z Compiling hyper v1.11.0
15492026-07-30T03:51:18.317Z Compiling compression-core v0.4.32
15502026-07-30T03:51:19.135Z Compiling slog-async v2.8.0
15512026-07-30T03:51:19.232Z Compiling darling_macro v0.23.0
15522026-07-30T03:51:19.444Z Compiling hyper-util v0.1.20
15532026-07-30T03:51:19.457Z Compiling quick-error v1.2.3
15542026-07-30T03:51:19.562Z Compiling compression-codecs v0.4.38
15552026-07-30T03:51:19.584Z Compiling crypto-common v0.2.2
15562026-07-30T03:51:19.590Z Compiling block-buffer v0.12.0
15572026-07-30T03:51:19.733Z Compiling rand_chacha v0.9.0
15582026-07-30T03:51:19.832Z Compiling darling v0.23.0
15592026-07-30T03:51:19.910Z Compiling strum_macros v0.26.4
15602026-07-30T03:51:19.985Z Compiling serde_spanned v1.1.1
15612026-07-30T03:51:20.132Z Compiling multer v3.1.0
15622026-07-30T03:51:20.161Z Compiling generic-array v0.14.7
15632026-07-30T03:51:20.243Z Compiling toml_writer v1.1.1+spec-1.1.0
15642026-07-30T03:51:20.257Z Compiling usdt-attr-macro v0.6.0
15652026-07-30T03:51:20.361Z Compiling usdt-macro v0.6.0
15662026-07-30T03:51:20.396Z Compiling term v1.2.1
15672026-07-30T03:51:20.447Z Compiling bit-vec v0.8.0
15682026-07-30T03:51:20.527Z Compiling take_mut v0.2.2
15692026-07-30T03:51:20.630Z Compiling const-oid v0.10.2
15702026-07-30T03:51:20.674Z Compiling debug-ignore v1.0.5
15712026-07-30T03:51:20.838Z Compiling digest v0.11.3
15722026-07-30T03:51:20.983Z Compiling bit-set v0.8.0
15732026-07-30T03:51:21.091Z Compiling serde_with_macros v3.21.0
15742026-07-30T03:51:21.127Z Compiling rand v0.9.4
15752026-07-30T03:51:21.142Z Compiling async-stream-impl v0.3.6
15762026-07-30T03:51:21.424Z Compiling dropshot v0.17.1
15772026-07-30T03:51:21.482Z Compiling encoding_rs v0.8.35
15782026-07-30T03:51:21.523Z Compiling strum v0.26.3
15792026-07-30T03:51:21.645Z Compiling mime v0.3.17
15802026-07-30T03:51:21.660Z Compiling unarray v0.1.4
15812026-07-30T03:51:21.723Z Compiling spin v0.9.8
15822026-07-30T03:51:21.759Z Compiling syn v1.0.109
15832026-07-30T03:51:21.770Z Compiling async-stream v0.3.6
15842026-07-30T03:51:21.911Z Compiling sha1 v0.11.0
15852026-07-30T03:51:21.937Z Compiling derive-ex v0.1.8
15862026-07-30T03:51:22.128Z Compiling tower v0.5.3
15872026-07-30T03:51:22.151Z Compiling dropshot_endpoint v0.17.1
15882026-07-30T03:51:22.177Z Compiling macaddr v1.0.1
15892026-07-30T03:51:22.218Z Compiling waitgroup v0.1.2
15902026-07-30T03:51:22.350Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15912026-07-30T03:51:22.365Z Compiling serde_path_to_error v0.1.20
15922026-07-30T03:51:22.715Z Compiling tower-http v0.6.11
15932026-07-30T03:51:22.830Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15942026-07-30T03:51:23.093Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15952026-07-30T03:51:23.124Z Compiling tempfile v3.27.0
15962026-07-30T03:51:23.135Z Compiling openapiv3 v2.2.0
15972026-07-30T03:51:23.533Z Compiling test-strategy v0.4.5
15982026-07-30T03:51:23.622Z Compiling strum_macros v0.27.2
15992026-07-30T03:51:23.830Z Compiling instant v0.1.13
16002026-07-30T03:51:23.934Z Compiling time v0.3.47
16012026-07-30T03:51:24.489Z Compiling rustls-native-certs v0.8.4
16022026-07-30T03:51:24.808Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16032026-07-30T03:51:24.838Z Compiling crossbeam-channel v0.5.15
16042026-07-30T03:51:24.908Z Compiling iddqd v0.4.6
16052026-07-30T03:51:25.415Z Compiling crypto-common v0.1.7
16062026-07-30T03:51:25.481Z Compiling strum v0.27.2
16072026-07-30T03:51:25.606Z Compiling parse-display-derive v0.10.0
16082026-07-30T03:51:25.654Z Compiling backon v1.6.0
16092026-07-30T03:51:25.786Z Compiling rand_chacha v0.3.1
16102026-07-30T03:51:26.175Z Compiling either v1.16.0
16112026-07-30T03:51:26.347Z Compiling rand v0.8.6
16122026-07-30T03:51:26.371Z Compiling slog-json v2.6.1
16132026-07-30T03:51:26.575Z Compiling hostname v0.3.1
16142026-07-30T03:51:26.709Z Compiling toml_parser v1.1.2+spec-1.1.0
16152026-07-30T03:51:26.771Z Compiling toml_datetime v1.1.1+spec-1.1.0
16162026-07-30T03:51:26.901Z Compiling is-terminal v0.4.17
16172026-07-30T03:51:26.930Z Compiling wait-timeout v0.2.1
16182026-07-30T03:51:26.941Z Compiling memmap2 v0.9.10
16192026-07-30T03:51:27.076Z Compiling toml v1.1.2+spec-1.1.0
16202026-07-30T03:51:27.149Z Compiling usdt v0.6.0
16212026-07-30T03:51:27.219Z Compiling rusty-fork v0.3.1
16222026-07-30T03:51:27.231Z Compiling slog-term v2.9.2
16232026-07-30T03:51:27.418Z Compiling slog-bunyan v2.5.0
16242026-07-30T03:51:27.491Z Compiling serde_with v3.21.0
16252026-07-30T03:51:27.545Z Compiling async-compression v0.4.42
16262026-07-30T03:51:27.570Z Compiling rand_xorshift v0.4.0
16272026-07-30T03:51:27.711Z Compiling rustls-pemfile v2.2.0
16282026-07-30T03:51:27.829Z Compiling regress v0.10.5
16292026-07-30T03:51:27.852Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16302026-07-30T03:51:27.905Z Compiling hostname v0.4.2
16312026-07-30T03:51:27.971Z Compiling humantime v2.3.0
16322026-07-30T03:51:28.039Z Compiling proptest v1.11.0
16332026-07-30T03:51:28.664Z Compiling reqwest v0.12.28
16342026-07-30T03:51:28.845Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16352026-07-30T03:51:28.862Z Compiling block-buffer v0.10.4
16362026-07-30T03:51:29.162Z Compiling utf8parse v0.2.2
16372026-07-30T03:51:29.171Z Compiling anstyle-parse v1.0.0
16382026-07-30T03:51:29.190Z Compiling digest v0.10.7
16392026-07-30T03:51:29.317Z Compiling parse-display v0.10.0
16402026-07-30T03:51:29.354Z Compiling backoff v0.4.0
16412026-07-30T03:51:29.394Z Compiling itertools v0.14.0
16422026-07-30T03:51:29.561Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16432026-07-30T03:51:29.646Z Compiling progenitor-client v0.10.0
16442026-07-30T03:51:30.233Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16452026-07-30T03:51:30.519Z Compiling colorchoice v1.0.5
16462026-07-30T03:51:30.634Z Compiling anstyle v1.0.14
16472026-07-30T03:51:30.646Z Compiling anstyle-query v1.1.5
16482026-07-30T03:51:30.751Z Compiling is_terminal_polyfill v1.70.2
16492026-07-30T03:51:30.822Z Compiling anstream v1.0.0
16502026-07-30T03:51:31.144Z Compiling clap_lex v1.1.0
16512026-07-30T03:51:31.549Z Compiling regress v0.11.1
16522026-07-30T03:51:31.688Z Compiling clap_derive v4.6.4
16532026-07-30T03:51:32.252Z Compiling terminal_size v0.4.4
16542026-07-30T03:51:33.067Z Compiling typify-impl v0.6.2
16552026-07-30T03:51:33.421Z Compiling toml_datetime v0.6.11
16562026-07-30T03:51:33.697Z Compiling zerocopy-derive v0.7.35
16572026-07-30T03:51:33.826Z Compiling cpufeatures v0.2.17
16582026-07-30T03:51:33.896Z Compiling convert_case v0.4.0
16592026-07-30T03:51:33.937Z Compiling clap_builder v4.6.2
16602026-07-30T03:51:34.571Z Compiling zerocopy v0.7.35
16612026-07-30T03:51:34.585Z Compiling derive_more v0.99.20
16622026-07-30T03:51:35.110Z Compiling toml_edit v0.25.12+spec-1.1.0
16632026-07-30T03:51:35.761Z Compiling unicode-width v0.2.2
16642026-07-30T03:51:35.994Z Compiling proc-macro-crate v3.5.0
16652026-07-30T03:51:36.032Z Compiling clap v4.6.4
16662026-07-30T03:51:36.417Z Compiling secrecy v0.10.3
16672026-07-30T03:51:36.531Z Compiling crucible-workspace-hack v0.1.0
16682026-07-30T03:51:36.602Z Compiling tinyvec_macros v0.1.1
16692026-07-30T03:51:36.670Z Compiling float-ord v0.3.2
16702026-07-30T03:51:36.772Z Compiling tinyvec v1.11.0
16712026-07-30T03:51:36.782Z Compiling num_enum_derive v0.7.6
16722026-07-30T03:51:37.241Z Compiling dtrace-parser v0.2.0
16732026-07-30T03:51:37.252Z Compiling scroll_derive v0.12.1
16742026-07-30T03:51:37.438Z Compiling num-integer v0.1.46
16752026-07-30T03:51:37.537Z Compiling rustc_version v0.4.1
16762026-07-30T03:51:37.754Z Compiling usdt-impl v0.5.0
16772026-07-30T03:51:37.814Z Compiling num_enum v0.7.6
16782026-07-30T03:51:37.984Z Compiling scroll v0.12.0
16792026-07-30T03:51:37.996Z Compiling curve25519-dalek v4.1.3
16802026-07-30T03:51:38.213Z Compiling dof v0.3.0
16812026-07-30T03:51:38.292Z Compiling hmac v0.12.1
16822026-07-30T03:51:38.368Z Compiling inout v0.1.4
16832026-07-30T03:51:38.469Z Compiling darling_core v0.21.3
16842026-07-30T03:51:38.512Z Compiling ff v0.13.1
16852026-07-30T03:51:38.630Z Compiling thread-id v4.2.2
16862026-07-30T03:51:38.644Z Compiling group v0.13.0
16872026-07-30T03:51:38.731Z Compiling cipher v0.4.4
16882026-07-30T03:51:38.918Z Compiling hkdf v0.12.4
16892026-07-30T03:51:39.120Z Compiling goblin v0.8.2
16902026-07-30T03:51:39.218Z Compiling num-iter v0.1.45
16912026-07-30T03:51:39.332Z Compiling num-rational v0.4.2
16922026-07-30T03:51:39.407Z Compiling typify-macro v0.6.2
16932026-07-30T03:51:39.494Z Compiling thiserror-impl-no-std v2.0.2
16942026-07-30T03:51:39.554Z Compiling universal-hash v0.5.1
16952026-07-30T03:51:39.583Z Compiling crypto-bigint v0.5.5
16962026-07-30T03:51:39.807Z Compiling crossbeam-epoch v0.9.18
16972026-07-30T03:51:39.952Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16982026-07-30T03:51:40.294Z Compiling half v2.7.1
16992026-07-30T03:51:40.464Z Compiling curve25519-dalek-derive v0.1.1
17002026-07-30T03:51:40.569Z Compiling num-complex v0.4.6
17012026-07-30T03:51:40.580Z Compiling darling_macro v0.21.3
17022026-07-30T03:51:40.940Z Compiling base16ct v0.2.0
17032026-07-30T03:51:40.940Z Compiling ciborium-io v0.2.2
17042026-07-30T03:51:40.964Z Compiling opaque-debug v0.3.1
17052026-07-30T03:51:41.029Z Compiling base64ct v1.8.3
17062026-07-30T03:51:41.042Z Compiling elliptic-curve v0.13.8
17072026-07-30T03:51:41.097Z Compiling ciborium-ll v0.2.2
17082026-07-30T03:51:41.167Z Compiling darling v0.21.3
17092026-07-30T03:51:41.246Z Compiling poly1305 v0.8.0
17102026-07-30T03:51:41.303Z Compiling password-hash v0.5.0
17112026-07-30T03:51:41.449Z Compiling typify v0.6.2
17122026-07-30T03:51:41.540Z Compiling num v0.4.3
17132026-07-30T03:51:41.733Z Compiling thiserror-no-std v2.0.2
17142026-07-30T03:51:41.916Z Compiling chacha20 v0.9.1
17152026-07-30T03:51:42.127Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17162026-07-30T03:51:42.254Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17172026-07-30T03:51:42.711Z Compiling blake2 v0.10.6
17182026-07-30T03:51:43.014Z Compiling aead v0.5.2
17192026-07-30T03:51:43.090Z Compiling byte-wrapper v0.1.0
17202026-07-30T03:51:43.120Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17212026-07-30T03:51:43.164Z Compiling proc-macro-error-attr v1.0.4
17222026-07-30T03:51:43.487Z Compiling rustix v0.38.44
17232026-07-30T03:51:43.543Z Compiling heapless v0.8.0
17242026-07-30T03:51:43.612Z Compiling prettyplease v0.2.37
17252026-07-30T03:51:43.848Z Compiling unsafe-libyaml v0.2.11
17262026-07-30T03:51:43.858Z Compiling keccak v0.1.6
17272026-07-30T03:51:44.047Z Compiling sha3 v0.10.9
17282026-07-30T03:51:44.408Z Compiling serde_yaml v0.9.34+deprecated
17292026-07-30T03:51:44.557Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17302026-07-30T03:51:44.834Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-07-30T03:51:45.315Z Compiling chacha20poly1305 v0.10.1
17322026-07-30T03:51:45.437Z Compiling argon2 v0.5.3
17332026-07-30T03:51:45.637Z Compiling vsss-rs v3.3.4
17342026-07-30T03:51:45.671Z Compiling ingot-macros v0.1.1
17352026-07-30T03:51:45.734Z Compiling ciborium v0.2.2
17362026-07-30T03:51:46.065Z Compiling usdt-attr-macro v0.5.0
17372026-07-30T03:51:46.345Z Compiling usdt-macro v0.5.0
17382026-07-30T03:51:47.399Z Compiling serde_spanned v0.6.9
17392026-07-30T03:51:47.540Z Compiling enum-as-inner v0.6.1
17402026-07-30T03:51:47.570Z Compiling hash32 v0.3.1
17412026-07-30T03:51:47.720Z Compiling proc-macro-error v1.0.4
17422026-07-30T03:51:47.968Z Compiling memmap v0.7.0
17432026-07-30T03:51:48.091Z Compiling memoffset v0.9.1
17442026-07-30T03:51:48.103Z Compiling data-encoding v2.11.0
17452026-07-30T03:51:48.132Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17462026-07-30T03:51:48.150Z Compiling winnow v0.5.40
17472026-07-30T03:51:48.331Z Compiling indent_write v2.2.0
17482026-07-30T03:51:48.368Z Compiling cfg_aliases v0.2.1
17492026-07-30T03:51:48.431Z Compiling toml_write v0.1.2
17502026-07-30T03:51:48.442Z Compiling smoltcp v0.11.0
17512026-07-30T03:51:48.467Z Compiling winnow v0.7.15
17522026-07-30T03:51:48.486Z Compiling nix v0.31.3
17532026-07-30T03:51:48.640Z Compiling ingot-types v0.1.2
17542026-07-30T03:51:48.804Z Compiling usdt v0.5.0
17552026-07-30T03:51:49.021Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17562026-07-30T03:51:49.045Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17572026-07-30T03:51:49.057Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17582026-07-30T03:51:49.300Z Compiling tabwriter v1.4.1
17592026-07-30T03:51:49.524Z Compiling toml_edit v0.19.15
17602026-07-30T03:51:49.542Z Compiling cobs v0.3.0
17612026-07-30T03:51:49.592Z Compiling serde_repr v0.1.21
17622026-07-30T03:51:49.735Z Compiling pkg-config v0.3.33
17632026-07-30T03:51:49.999Z Compiling toml_edit v0.22.27
17642026-07-30T03:51:50.058Z Compiling managed v0.8.0
17652026-07-30T03:51:50.182Z Compiling vcpkg v0.2.15
17662026-07-30T03:51:50.185Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17672026-07-30T03:51:50.264Z Compiling bitflags v1.3.2
17682026-07-30T03:51:50.420Z Compiling rustls-webpki v0.103.13
17692026-07-30T03:51:50.728Z Compiling openssl-sys v0.9.116
17702026-07-30T03:51:51.460Z Compiling toml v0.8.23
17712026-07-30T03:51:51.510Z Compiling proc-macro-crate v1.3.1
17722026-07-30T03:51:51.731Z Compiling postcard v1.1.3
17732026-07-30T03:51:52.115Z Compiling ingot v0.1.1
17742026-07-30T03:51:52.210Z Compiling hubpack_derive v0.1.1
17752026-07-30T03:51:52.246Z Compiling foreign-types-macros v0.2.3
17762026-07-30T03:51:52.745Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17772026-07-30T03:51:52.911Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17782026-07-30T03:51:52.986Z Compiling static_assertions v1.1.0
17792026-07-30T03:51:53.057Z Compiling colored v3.1.1
17802026-07-30T03:51:53.060Z Compiling heck v0.4.1
17812026-07-30T03:51:53.155Z Compiling unicode-segmentation v1.13.3
17822026-07-30T03:51:53.249Z Compiling rayon-core v1.13.0
17832026-07-30T03:51:53.260Z Compiling foreign-types-shared v0.3.1
17842026-07-30T03:51:53.348Z Compiling semver v0.1.20
17852026-07-30T03:51:53.506Z Compiling resolv-conf v0.7.6
17862026-07-30T03:51:53.510Z Compiling linked-hash-map v0.5.6
17872026-07-30T03:51:53.620Z Compiling swrite v0.1.0
17882026-07-30T03:51:53.676Z Compiling lru-cache v0.1.2
17892026-07-30T03:51:53.691Z Compiling rustc_version v0.1.7
17902026-07-30T03:51:53.787Z Compiling newline-converter v0.3.0
17912026-07-30T03:51:53.815Z Compiling tokio-rustls v0.26.4
17922026-07-30T03:51:53.885Z Compiling rustls-platform-verifier v0.7.0
17932026-07-30T03:51:53.898Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17942026-07-30T03:51:53.909Z Compiling foreign-types v0.5.0
17952026-07-30T03:51:54.029Z Compiling hubpack v0.1.2
17962026-07-30T03:51:54.046Z Compiling hyper-rustls v0.27.9
17972026-07-30T03:51:54.255Z Compiling reqwest v0.13.4
17982026-07-30T03:51:55.087Z Compiling num_enum_derive v0.5.11
17992026-07-30T03:51:55.781Z Compiling progenitor-client v0.14.0
18002026-07-30T03:51:56.034Z Compiling progenitor-extras v0.2.0
18012026-07-30T03:51:56.108Z Compiling atomicwrites v0.4.4
18022026-07-30T03:51:56.375Z Compiling hickory-proto v0.24.4
18032026-07-30T03:51:56.532Z Compiling progenitor-impl v0.13.0
18042026-07-30T03:51:57.171Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-07-30T03:51:58.604Z Compiling crossbeam-deque v0.8.6
18062026-07-30T03:51:58.803Z Compiling console v0.15.11
18072026-07-30T03:51:59.223Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18082026-07-30T03:51:59.615Z Compiling camino-tempfile v1.4.1
18092026-07-30T03:51:59.742Z Compiling chacha20 v0.10.0
18102026-07-30T03:51:59.754Z Compiling serde-big-array v0.5.1
18112026-07-30T03:51:59.764Z Compiling derive-where v1.6.1
18122026-07-30T03:51:59.892Z Compiling num-derive v0.4.2
18132026-07-30T03:52:00.004Z Compiling pin-project-internal v1.1.13
18142026-07-30T03:52:00.140Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18152026-07-30T03:52:00.676Z Compiling cstr-argument v0.1.2
18162026-07-30T03:52:00.830Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18172026-07-30T03:52:00.868Z Compiling siphasher v1.0.3
18182026-07-30T03:52:00.965Z Compiling minimal-lexical v0.2.1
18192026-07-30T03:52:01.022Z Compiling similar v2.7.0
18202026-07-30T03:52:01.062Z Compiling phf_shared v0.12.1
18212026-07-30T03:52:01.087Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18222026-07-30T03:52:01.098Z Compiling pin-project v1.1.13
18232026-07-30T03:52:01.195Z Compiling nom v7.1.3
18242026-07-30T03:52:01.229Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18252026-07-30T03:52:01.233Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-07-30T03:52:01.838Z Compiling expectorate v1.2.0
18272026-07-30T03:52:01.967Z Compiling progenitor-macro v0.13.0
18282026-07-30T03:52:01.987Z Compiling rand v0.10.2
18292026-07-30T03:52:02.556Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18302026-07-30T03:52:02.662Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18312026-07-30T03:52:03.373Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-07-30T03:52:03.652Z Compiling hickory-resolver v0.24.4
18332026-07-30T03:52:03.863Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-07-30T03:52:03.984Z Compiling num_enum v0.5.11
18352026-07-30T03:52:04.104Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18362026-07-30T03:52:04.307Z Compiling progenitor-client v0.13.0
18372026-07-30T03:52:04.320Z Compiling newtype_derive v0.1.6
18382026-07-30T03:52:04.874Z Compiling progenitor-impl v0.14.0
18392026-07-30T03:52:05.526Z Compiling unicode-normalization v0.1.25
18402026-07-30T03:52:05.554Z Compiling tokio-stream v0.1.18
18412026-07-30T03:52:05.998Z Compiling async-recursion v1.1.1
18422026-07-30T03:52:06.009Z Compiling snafu-derive v0.8.9
18432026-07-30T03:52:06.019Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18442026-07-30T03:52:06.294Z Compiling slog-dtrace v0.3.0
18452026-07-30T03:52:06.327Z Compiling csv-core v0.1.13
18462026-07-30T03:52:06.544Z Compiling bstr v1.12.1
18472026-07-30T03:52:06.598Z Compiling cancel-safe-futures v0.1.5
18482026-07-30T03:52:06.705Z Compiling highway v1.3.0
18492026-07-30T03:52:06.858Z Compiling foreign-types-shared v0.1.1
18502026-07-30T03:52:06.949Z Compiling unicode-xid v0.2.6
18512026-07-30T03:52:07.039Z Compiling konst_macro_rules v0.2.19
18522026-07-30T03:52:07.070Z Compiling chrono-tz v0.10.4
18532026-07-30T03:52:07.092Z Compiling foldhash v0.1.5
18542026-07-30T03:52:07.131Z Compiling unicode-width v0.1.14
18552026-07-30T03:52:07.214Z Compiling openssl v0.10.80
18562026-07-30T03:52:07.270Z Compiling owo-colors v4.3.0
18572026-07-30T03:52:07.303Z Compiling same-file v1.0.6
18582026-07-30T03:52:07.408Z Compiling walkdir v2.5.0
18592026-07-30T03:52:07.490Z Compiling hashbrown v0.15.5
18602026-07-30T03:52:07.518Z Compiling konst v0.2.20
18612026-07-30T03:52:07.664Z Compiling progenitor v0.13.0
18622026-07-30T03:52:07.748Z Compiling snafu v0.8.9
18632026-07-30T03:52:07.759Z Compiling const_format_proc_macros v0.2.34
18642026-07-30T03:52:07.770Z Compiling foreign-types v0.3.2
18652026-07-30T03:52:07.795Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-07-30T03:52:07.837Z Compiling globset v0.4.18
18672026-07-30T03:52:08.093Z Compiling csv v1.4.0
18682026-07-30T03:52:08.137Z Compiling qorb v0.4.1
18692026-07-30T03:52:08.182Z Compiling olpc-cjson v0.1.4
18702026-07-30T03:52:08.342Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-07-30T03:52:08.495Z Compiling progenitor-macro v0.14.0
18722026-07-30T03:52:08.679Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-07-30T03:52:09.757Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-07-30T03:52:10.264Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18752026-07-30T03:52:10.306Z Compiling rayon v1.12.0
18762026-07-30T03:52:10.418Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-07-30T03:52:10.602Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-07-30T03:52:10.973Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18792026-07-30T03:52:10.979Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-07-30T03:52:11.896Z Compiling phf v0.12.1
18812026-07-30T03:52:12.077Z Compiling zone_cfg_derive v0.3.1
18822026-07-30T03:52:12.267Z Compiling tokio-dtrace v0.1.1
18832026-07-30T03:52:12.452Z Compiling itertools v0.12.1
18842026-07-30T03:52:12.534Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18852026-07-30T03:52:12.736Z Compiling libsw-core v0.3.2
18862026-07-30T03:52:12.781Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-07-30T03:52:12.901Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18882026-07-30T03:52:13.294Z Compiling serde_plain v1.0.2
18892026-07-30T03:52:13.306Z Compiling openssl-macros v0.1.1
18902026-07-30T03:52:13.404Z Compiling pem v3.0.6
18912026-07-30T03:52:13.533Z Compiling cookie v0.18.1
18922026-07-30T03:52:13.619Z Compiling sigpipe v0.1.3
18932026-07-30T03:52:13.710Z Compiling typed-path v0.9.3
18942026-07-30T03:52:13.780Z Compiling fixedbitset v0.5.7
18952026-07-30T03:52:13.780Z Compiling bytecount v0.6.9
18962026-07-30T03:52:13.800Z Compiling jiff v0.2.28
18972026-07-30T03:52:13.838Z Compiling fixedbitset v0.4.2
18982026-07-30T03:52:13.927Z Compiling glob v0.3.3
18992026-07-30T03:52:14.074Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-07-30T03:52:14.118Z Compiling petgraph v0.6.5
19012026-07-30T03:52:14.339Z Compiling petgraph v0.8.3
19022026-07-30T03:52:14.392Z Compiling papergrid v0.11.0
19032026-07-30T03:52:14.760Z Compiling tough v0.22.0
19042026-07-30T03:52:15.630Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-07-30T03:52:15.687Z Compiling zone v0.3.1
19062026-07-30T03:52:15.848Z Compiling progenitor v0.14.0
19072026-07-30T03:52:15.983Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19082026-07-30T03:52:16.055Z Compiling libsw v3.5.0
19092026-07-30T03:52:16.131Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19102026-07-30T03:52:16.161Z Compiling oxide-tokio-rt v0.1.6
19112026-07-30T03:52:16.226Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-07-30T03:52:16.377Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-07-30T03:52:16.417Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19142026-07-30T03:52:16.487Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-07-30T03:52:17.457Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-30T03:52:17.631Z Compiling const_format v0.2.36
19172026-07-30T03:52:17.687Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-07-30T03:52:18.272Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19192026-07-30T03:52:18.352Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-07-30T03:52:18.624Z Compiling tabled_derive v0.7.0
19212026-07-30T03:52:18.692Z Compiling gethostname v0.5.0
19222026-07-30T03:52:18.761Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-07-30T03:52:18.786Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19242026-07-30T03:52:18.811Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-07-30T03:52:18.884Z Compiling bcs v0.1.6
19262026-07-30T03:52:18.931Z Compiling smf v0.2.3
19272026-07-30T03:52:18.959Z Compiling nom v8.0.0
19282026-07-30T03:52:19.200Z Compiling lazy_static v1.5.0
19292026-07-30T03:52:19.281Z Compiling unicode-linebreak v0.1.5
19302026-07-30T03:52:19.302Z Compiling whoami v1.6.1
19312026-07-30T03:52:19.528Z Compiling linear-map v1.2.0
19322026-07-30T03:52:19.545Z Compiling tagptr v0.2.0
19332026-07-30T03:52:19.598Z Compiling smawk v0.3.2
19342026-07-30T03:52:19.627Z Compiling termtree v0.5.1
19352026-07-30T03:52:19.692Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-07-30T03:52:19.713Z Compiling textwrap v0.16.2
19372026-07-30T03:52:19.733Z Compiling moka v0.12.15
19382026-07-30T03:52:19.776Z Compiling tabled v0.15.0
19392026-07-30T03:52:20.248Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19402026-07-30T03:52:20.537Z Compiling steno v0.4.1
19412026-07-30T03:52:21.295Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-07-30T03:52:21.370Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-07-30T03:52:21.449Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19442026-07-30T03:52:22.258Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19452026-07-30T03:52:22.485Z Compiling hickory-proto v0.25.2
19462026-07-30T03:52:23.199Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19472026-07-30T03:52:23.815Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19482026-07-30T03:52:24.165Z Compiling parking_lot_core v0.8.6
19492026-07-30T03:52:24.351Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19502026-07-30T03:52:24.460Z Compiling hickory-resolver v0.25.2
19512026-07-30T03:52:24.874Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19522026-07-30T03:52:24.884Z Compiling libscf-sys v1.2.0
19532026-07-30T03:52:25.024Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19542026-07-30T03:52:25.179Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19552026-07-30T03:52:25.569Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19562026-07-30T03:52:25.599Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19572026-07-30T03:52:25.699Z Compiling parking_lot v0.11.2
19582026-07-30T03:52:26.041Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19592026-07-30T03:52:26.062Z Compiling fxhash v0.2.1
19602026-07-30T03:52:26.119Z Compiling internet-checksum v0.2.1
19612026-07-30T03:52:26.197Z Compiling sled v0.34.7
19622026-07-30T03:52:26.255Z Compiling itertools v0.15.0
19632026-07-30T03:52:26.279Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19642026-07-30T03:52:29.150Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19652026-07-30T03:52:30.337Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19662026-07-30T03:52:38.144Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19672026-07-30T03:52:39.793Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19682026-07-30T03:52:40.821Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19692026-07-30T03:52:41.738Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19702026-07-30T03:52:42.536Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19712026-07-30T03:52:43.697Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19722026-07-30T03:53:07.387Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
19732026-07-30T03:53:07.564Z────────────
19742026-07-30T03:53:07.564Z Nextest run ID 40f0346d-450d-4a7c-92cf-439e6d784a8a with nextest profile: default
19752026-07-30T03:53:07.564Z Starting 53 tests across 3 binaries
19762026-07-30T03:53:07.569Z START bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
19772026-07-30T03:53:07.574Z
19782026-07-30T03:53:07.574Zrunning 1 test
19792026-07-30T03:53:08.017Ztest dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down ... ok
19802026-07-30T03:53:08.017Z
19812026-07-30T03:53:08.017Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.44s
19822026-07-30T03:53:08.017Z
19832026-07-30T03:53:08.021Z PASS [ 0.456s] bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down
19842026-07-30T03:53:08.021Z START bfd dispatcher::proptests::state_machine
19852026-07-30T03:53:08.029Z
19862026-07-30T03:53:08.029Zrunning 1 test
19872026-07-30T03:53:08.299Ztest dispatcher::proptests::state_machine ... ok
19882026-07-30T03:53:08.299Z
19892026-07-30T03:53:08.299Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.27s
19902026-07-30T03:53:08.299Z
19912026-07-30T03:53:08.306Z PASS [ 0.280s] bfd dispatcher::proptests::state_machine
19922026-07-30T03:53:08.306Z START bfd dispatcher::proptests::state_machine_with_bind_failures
19932026-07-30T03:53:08.308Z
19942026-07-30T03:53:08.309Zrunning 1 test
19952026-07-30T03:53:08.574Ztest dispatcher::proptests::state_machine_with_bind_failures ... ok
19962026-07-30T03:53:08.574Z
19972026-07-30T03:53:08.574Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.27s
19982026-07-30T03:53:08.574Z
19992026-07-30T03:53:08.577Z PASS [ 0.275s] bfd dispatcher::proptests::state_machine_with_bind_failures
20002026-07-30T03:53:08.577Z START bfd dispatcher::tests::bounded_channel_drops_excess_packets
20012026-07-30T03:53:08.585Z
20022026-07-30T03:53:08.585Zrunning 1 test
20032026-07-30T03:53:08.588Ztest dispatcher::tests::bounded_channel_drops_excess_packets ... ok
20042026-07-30T03:53:08.588Z
20052026-07-30T03:53:08.588Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20062026-07-30T03:53:08.588Z
20072026-07-30T03:53:08.591Z PASS [ 0.012s] bfd dispatcher::tests::bounded_channel_drops_excess_packets
20082026-07-30T03:53:08.591Z START bfd dispatcher::tests::delivers_packet_from_registered_peer
20092026-07-30T03:53:08.595Z
20102026-07-30T03:53:08.595Zrunning 1 test
20112026-07-30T03:53:08.598Ztest dispatcher::tests::delivers_packet_from_registered_peer ... ok
20122026-07-30T03:53:08.598Z
20132026-07-30T03:53:08.598Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20142026-07-30T03:53:08.598Z
20152026-07-30T03:53:08.598Z PASS [ 0.010s] bfd dispatcher::tests::delivers_packet_from_registered_peer
20162026-07-30T03:53:08.598Z START bfd dispatcher::tests::drops_malformed_packet_but_task_survives
20172026-07-30T03:53:08.605Z
20182026-07-30T03:53:08.605Zrunning 1 test
20192026-07-30T03:53:08.608Ztest dispatcher::tests::drops_malformed_packet_but_task_survives ... ok
20202026-07-30T03:53:08.608Z
20212026-07-30T03:53:08.608Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20222026-07-30T03:53:08.608Z
20232026-07-30T03:53:08.608Z PASS [ 0.009s] bfd dispatcher::tests::drops_malformed_packet_but_task_survives
20242026-07-30T03:53:08.608Z START bfd dispatcher::tests::drops_packet_from_unregistered_peer
20252026-07-30T03:53:08.614Z
20262026-07-30T03:53:08.615Zrunning 1 test
20272026-07-30T03:53:08.918Ztest dispatcher::tests::drops_packet_from_unregistered_peer ... ok
20282026-07-30T03:53:08.918Z
20292026-07-30T03:53:08.918Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s
20302026-07-30T03:53:08.918Z
20312026-07-30T03:53:08.921Z PASS [ 0.312s] bfd dispatcher::tests::drops_packet_from_unregistered_peer
20322026-07-30T03:53:08.921Z START bfd dispatcher::tests::rx_closed_after_last_peer_removed
20332026-07-30T03:53:08.928Z
20342026-07-30T03:53:08.928Zrunning 1 test
20352026-07-30T03:53:08.931Ztest dispatcher::tests::rx_closed_after_last_peer_removed ... ok
20362026-07-30T03:53:08.931Z
20372026-07-30T03:53:08.931Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20382026-07-30T03:53:08.931Z
20392026-07-30T03:53:08.931Z PASS [ 0.011s] bfd dispatcher::tests::rx_closed_after_last_peer_removed
20402026-07-30T03:53:08.931Z START bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
20412026-07-30T03:53:08.937Z
20422026-07-30T03:53:08.937Zrunning 1 test
20432026-07-30T03:53:08.939Ztest dispatcher::tests::shutdown_waits_for_task_to_be_dropped ... ok
20442026-07-30T03:53:08.940Z
20452026-07-30T03:53:08.940Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20462026-07-30T03:53:08.940Z
20472026-07-30T03:53:08.940Z PASS [ 0.009s] bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped
20482026-07-30T03:53:08.940Z START bfd egress::tests::binds_ports_in_expected_range
20492026-07-30T03:53:08.945Z
20502026-07-30T03:53:08.945Zrunning 1 test
20512026-07-30T03:53:08.948Ztest egress::tests::binds_ports_in_expected_range ... ok
20522026-07-30T03:53:08.948Z
20532026-07-30T03:53:08.948Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20542026-07-30T03:53:08.948Z
20552026-07-30T03:53:08.948Z PASS [ 0.009s] bfd egress::tests::binds_ports_in_expected_range
20562026-07-30T03:53:08.948Z START bfd egress::tests::egress_socket_sets_hop_limit_v6
20572026-07-30T03:53:08.954Z
20582026-07-30T03:53:08.954Zrunning 1 test
20592026-07-30T03:53:08.957Ztest egress::tests::egress_socket_sets_hop_limit_v6 ... ok
20602026-07-30T03:53:08.957Z
20612026-07-30T03:53:08.957Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20622026-07-30T03:53:08.957Z
20632026-07-30T03:53:08.957Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_hop_limit_v6
20642026-07-30T03:53:08.957Z START bfd egress::tests::egress_socket_sets_ttl_v4
20652026-07-30T03:53:08.962Z
20662026-07-30T03:53:08.962Zrunning 1 test
20672026-07-30T03:53:08.965Ztest egress::tests::egress_socket_sets_ttl_v4 ... ok
20682026-07-30T03:53:08.965Z
20692026-07-30T03:53:08.965Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20702026-07-30T03:53:08.965Z
20712026-07-30T03:53:08.965Z PASS [ 0.008s] bfd egress::tests::egress_socket_sets_ttl_v4
20722026-07-30T03:53:08.965Z START bfd egress::tests::exits_when_channel_closed
20732026-07-30T03:53:08.969Z
20742026-07-30T03:53:08.970Zrunning 1 test
20752026-07-30T03:53:08.974Ztest egress::tests::exits_when_channel_closed ... ok
20762026-07-30T03:53:08.974Z
20772026-07-30T03:53:08.974Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20782026-07-30T03:53:08.974Z
20792026-07-30T03:53:08.974Z PASS [ 0.008s] bfd egress::tests::exits_when_channel_closed
20802026-07-30T03:53:08.974Z START bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
20812026-07-30T03:53:08.978Z
20822026-07-30T03:53:08.978Zrunning 1 test
20832026-07-30T03:53:08.981Ztest egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range ... ok
20842026-07-30T03:53:08.981Z
20852026-07-30T03:53:08.981Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20862026-07-30T03:53:08.981Z
20872026-07-30T03:53:08.981Z PASS [ 0.007s] bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range
20882026-07-30T03:53:08.981Z START bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
20892026-07-30T03:53:08.985Z
20902026-07-30T03:53:08.985Zrunning 1 test
20912026-07-30T03:53:08.990Ztest egress_src_port_iter::tests::port_choices_wrap_around_at_end ... ok
20922026-07-30T03:53:08.990Z
20932026-07-30T03:53:08.990Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
20942026-07-30T03:53:08.990Z
20952026-07-30T03:53:08.990Z PASS [ 0.007s] bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end
20962026-07-30T03:53:08.990Z START bfd egress_src_port_iter::tests::src_port_is_always_in_range
20972026-07-30T03:53:08.993Z
20982026-07-30T03:53:08.993Zrunning 1 test
20992026-07-30T03:53:08.998Ztest egress_src_port_iter::tests::src_port_is_always_in_range ... ok
21002026-07-30T03:53:08.998Z
21012026-07-30T03:53:09.002Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
21022026-07-30T03:53:09.002Z
21032026-07-30T03:53:09.002Z PASS [ 0.012s] bfd egress_src_port_iter::tests::src_port_is_always_in_range
21042026-07-30T03:53:09.002Z START bfd rib::tests::exits_when_state_channel_closed
21052026-07-30T03:53:09.005Z
21062026-07-30T03:53:09.005Zrunning 1 test
21072026-07-30T03:53:09.009Ztest rib::tests::exits_when_state_channel_closed ... ok
21082026-07-30T03:53:09.009Z
21092026-07-30T03:53:09.009Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21102026-07-30T03:53:09.009Z
21112026-07-30T03:53:09.009Z PASS [ 0.009s] bfd rib::tests::exits_when_state_channel_closed
21122026-07-30T03:53:09.009Z START bfd rib::tests::initial_down_state_is_synced
21132026-07-30T03:53:09.012Z
21142026-07-30T03:53:09.012Zrunning 1 test
21152026-07-30T03:53:09.117Ztest rib::tests::initial_down_state_is_synced ... ok
21162026-07-30T03:53:09.117Z
21172026-07-30T03:53:09.117Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21182026-07-30T03:53:09.117Z
21192026-07-30T03:53:09.122Z PASS [ 0.109s] bfd rib::tests::initial_down_state_is_synced
21202026-07-30T03:53:09.122Z START bfd rib::tests::real_transitions_are_synced
21212026-07-30T03:53:09.125Z
21222026-07-30T03:53:09.125Zrunning 1 test
21232026-07-30T03:53:09.428Ztest rib::tests::real_transitions_are_synced ... ok
21242026-07-30T03:53:09.428Z
21252026-07-30T03:53:09.428Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.31s
21262026-07-30T03:53:09.428Z
21272026-07-30T03:53:09.432Z PASS [ 0.314s] bfd rib::tests::real_transitions_are_synced
21282026-07-30T03:53:09.432Z START bfd rib::tests::redundant_shutdown_states_are_not_resynced
21292026-07-30T03:53:09.439Z
21302026-07-30T03:53:09.439Zrunning 1 test
21312026-07-30T03:53:09.793Ztest rib::tests::redundant_shutdown_states_are_not_resynced ... ok
21322026-07-30T03:53:09.793Z
21332026-07-30T03:53:09.793Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.35s
21342026-07-30T03:53:09.793Z
21352026-07-30T03:53:09.797Z PASS [ 0.365s] bfd rib::tests::redundant_shutdown_states_are_not_resynced
21362026-07-30T03:53:09.797Z START bfd session::tests::counts_incoming_packets
21372026-07-30T03:53:09.804Z
21382026-07-30T03:53:09.804Zrunning 1 test
21392026-07-30T03:53:09.907Ztest session::tests::counts_incoming_packets ... ok
21402026-07-30T03:53:09.907Z
21412026-07-30T03:53:09.907Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21422026-07-30T03:53:09.907Z
21432026-07-30T03:53:09.910Z PASS [ 0.113s] bfd session::tests::counts_incoming_packets
21442026-07-30T03:53:09.910Z START bfd session::tests::down_to_up_directly
21452026-07-30T03:53:09.915Z
21462026-07-30T03:53:09.915Zrunning 1 test
21472026-07-30T03:53:10.018Ztest session::tests::down_to_up_directly ... ok
21482026-07-30T03:53:10.018Z
21492026-07-30T03:53:10.018Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21502026-07-30T03:53:10.018Z
21512026-07-30T03:53:10.021Z PASS [ 0.111s] bfd session::tests::down_to_up_directly
21522026-07-30T03:53:10.021Z START bfd session::tests::emits_outgoing_control_packet
21532026-07-30T03:53:10.026Z
21542026-07-30T03:53:10.026Zrunning 1 test
21552026-07-30T03:53:10.031Ztest session::tests::emits_outgoing_control_packet ... ok
21562026-07-30T03:53:10.031Z
21572026-07-30T03:53:10.032Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21582026-07-30T03:53:10.032Z
21592026-07-30T03:53:10.035Z PASS [ 0.011s] bfd session::tests::emits_outgoing_control_packet
21602026-07-30T03:53:10.035Z START bfd session::tests::exits_when_listener_channel_closes
21612026-07-30T03:53:10.040Z
21622026-07-30T03:53:10.040Zrunning 1 test
21632026-07-30T03:53:10.043Ztest session::tests::exits_when_listener_channel_closes ... ok
21642026-07-30T03:53:10.043Z
21652026-07-30T03:53:10.043Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21662026-07-30T03:53:10.043Z
21672026-07-30T03:53:10.043Z PASS [ 0.009s] bfd session::tests::exits_when_listener_channel_closes
21682026-07-30T03:53:10.043Z START bfd session::tests::handshake_down_init_up_publishes_each_state
21692026-07-30T03:53:10.046Z
21702026-07-30T03:53:10.046Zrunning 1 test
21712026-07-30T03:53:10.251Ztest session::tests::handshake_down_init_up_publishes_each_state ... ok
21722026-07-30T03:53:10.251Z
21732026-07-30T03:53:10.251Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21742026-07-30T03:53:10.251Z
21752026-07-30T03:53:10.254Z PASS [ 0.213s] bfd session::tests::handshake_down_init_up_publishes_each_state
21762026-07-30T03:53:10.254Z START bfd session::tests::init_to_down_on_peer_admin_down
21772026-07-30T03:53:10.261Z
21782026-07-30T03:53:10.262Zrunning 1 test
21792026-07-30T03:53:10.465Ztest session::tests::init_to_down_on_peer_admin_down ... ok
21802026-07-30T03:53:10.465Z
21812026-07-30T03:53:10.465Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
21822026-07-30T03:53:10.466Z
21832026-07-30T03:53:10.469Z PASS [ 0.214s] bfd session::tests::init_to_down_on_peer_admin_down
21842026-07-30T03:53:10.469Z START bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
21852026-07-30T03:53:10.474Z
21862026-07-30T03:53:10.474Zrunning 1 test
21872026-07-30T03:53:10.577Ztest session::tests::peer_state_that_does_not_advance_is_a_no_op ... ok
21882026-07-30T03:53:10.578Z
21892026-07-30T03:53:10.587Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s
21902026-07-30T03:53:10.587Z
21912026-07-30T03:53:10.587Z PASS [ 0.112s] bfd session::tests::peer_state_that_does_not_advance_is_a_no_op
21922026-07-30T03:53:10.587Z START bfd session::tests::poll_packet_elicits_final_response_on_egress
21932026-07-30T03:53:10.590Z
21942026-07-30T03:53:10.590Zrunning 1 test
21952026-07-30T03:53:10.591Ztest session::tests::poll_packet_elicits_final_response_on_egress ... ok
21962026-07-30T03:53:10.591Z
21972026-07-30T03:53:10.591Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
21982026-07-30T03:53:10.591Z
21992026-07-30T03:53:10.591Z PASS [ 0.010s] bfd session::tests::poll_packet_elicits_final_response_on_egress
22002026-07-30T03:53:10.591Z START bfd session::tests::recv_timeout_drives_session_down
22012026-07-30T03:53:10.595Z
22022026-07-30T03:53:10.595Zrunning 1 test
22032026-07-30T03:53:12.114Ztest session::tests::recv_timeout_drives_session_down ... ok
22042026-07-30T03:53:12.114Z
22052026-07-30T03:53:12.114Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 1.52s
22062026-07-30T03:53:12.114Z
22072026-07-30T03:53:12.117Z PASS [ 1.527s] bfd session::tests::recv_timeout_drives_session_down
22082026-07-30T03:53:12.118Z START bfd session::tests::up_to_down_on_peer_admin_down
22092026-07-30T03:53:12.125Z
22102026-07-30T03:53:12.125Zrunning 1 test
22112026-07-30T03:53:12.329Ztest session::tests::up_to_down_on_peer_admin_down ... ok
22122026-07-30T03:53:12.329Z
22132026-07-30T03:53:12.329Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
22142026-07-30T03:53:12.329Z
22152026-07-30T03:53:12.332Z PASS [ 0.214s] bfd session::tests::up_to_down_on_peer_admin_down
22162026-07-30T03:53:12.332Z START bfd session::tests::up_to_down_on_peer_down
22172026-07-30T03:53:12.338Z
22182026-07-30T03:53:12.338Zrunning 1 test
22192026-07-30T03:53:12.542Ztest session::tests::up_to_down_on_peer_down ... ok
22202026-07-30T03:53:12.542Z
22212026-07-30T03:53:12.542Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s
22222026-07-30T03:53:12.543Z
22232026-07-30T03:53:12.546Z PASS [ 0.213s] bfd session::tests::up_to_down_on_peer_down
22242026-07-30T03:53:12.546Z START bfd sm::tests::arbitrary_local_config_never_panics
22252026-07-30T03:53:12.552Z
22262026-07-30T03:53:12.552Zrunning 1 test
22272026-07-30T03:53:12.785Ztest sm::tests::arbitrary_local_config_never_panics ... ok
22282026-07-30T03:53:12.785Z
22292026-07-30T03:53:12.785Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.23s
22302026-07-30T03:53:12.785Z
22312026-07-30T03:53:12.788Z PASS [ 0.243s] bfd sm::tests::arbitrary_local_config_never_panics
22322026-07-30T03:53:12.789Z START bfd sm::tests::arbitrary_sequences_uphold_invariants
22332026-07-30T03:53:12.793Z
22342026-07-30T03:53:12.793Zrunning 1 test
22352026-07-30T03:53:13.290Ztest sm::tests::arbitrary_sequences_uphold_invariants ... ok
22362026-07-30T03:53:13.290Z
22372026-07-30T03:53:13.290Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.50s
22382026-07-30T03:53:13.290Z
22392026-07-30T03:53:13.293Z PASS [ 0.505s] bfd sm::tests::arbitrary_sequences_uphold_invariants
22402026-07-30T03:53:13.294Z START bfd sm::tests::bounded_consecutive_loss_keeps_session_up
22412026-07-30T03:53:13.298Z
22422026-07-30T03:53:13.299Zrunning 1 test
22432026-07-30T03:53:13.312Ztest sm::tests::bounded_consecutive_loss_keeps_session_up ... ok
22442026-07-30T03:53:13.312Z
22452026-07-30T03:53:13.312Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s
22462026-07-30T03:53:13.312Z
22472026-07-30T03:53:13.316Z PASS [ 0.021s] bfd sm::tests::bounded_consecutive_loss_keeps_session_up
22482026-07-30T03:53:13.316Z START bfd sm::tests::clean_channel_converges_to_up
22492026-07-30T03:53:13.319Z
22502026-07-30T03:53:13.319Zrunning 1 test
22512026-07-30T03:53:13.322Ztest sm::tests::clean_channel_converges_to_up ... ok
22522026-07-30T03:53:13.322Z
22532026-07-30T03:53:13.322Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22542026-07-30T03:53:13.322Z
22552026-07-30T03:53:13.322Z PASS [ 0.008s] bfd sm::tests::clean_channel_converges_to_up
22562026-07-30T03:53:13.322Z START bfd sm::tests::demand_mode_suppresses_unsolicited_sends
22572026-07-30T03:53:13.326Z
22582026-07-30T03:53:13.326Zrunning 1 test
22592026-07-30T03:53:13.329Ztest sm::tests::demand_mode_suppresses_unsolicited_sends ... ok
22602026-07-30T03:53:13.329Z
22612026-07-30T03:53:13.329Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22622026-07-30T03:53:13.329Z
22632026-07-30T03:53:13.329Z PASS [ 0.007s] bfd sm::tests::demand_mode_suppresses_unsolicited_sends
22642026-07-30T03:53:13.329Z START bfd sm::tests::large_local_tx_interval_saturates_on_wire
22652026-07-30T03:53:13.334Z
22662026-07-30T03:53:13.334Zrunning 1 test
22672026-07-30T03:53:13.337Ztest sm::tests::large_local_tx_interval_saturates_on_wire ... ok
22682026-07-30T03:53:13.337Z
22692026-07-30T03:53:13.337Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22702026-07-30T03:53:13.337Z
22712026-07-30T03:53:13.337Z PASS [ 0.008s] bfd sm::tests::large_local_tx_interval_saturates_on_wire
22722026-07-30T03:53:13.337Z START bfd sm::tests::poll_flood_grows_response_queue_unboundedly
22732026-07-30T03:53:13.341Z
22742026-07-30T03:53:13.341Zrunning 1 test
22752026-07-30T03:53:13.344Ztest sm::tests::poll_flood_grows_response_queue_unboundedly ... ok
22762026-07-30T03:53:13.344Z
22772026-07-30T03:53:13.344Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22782026-07-30T03:53:13.344Z
22792026-07-30T03:53:13.344Z PASS [ 0.007s] bfd sm::tests::poll_flood_grows_response_queue_unboundedly
22802026-07-30T03:53:13.344Z START bfd sm::tests::poll_response_remains_queued_past_tx_interval
22812026-07-30T03:53:13.348Z
22822026-07-30T03:53:13.348Zrunning 1 test
22832026-07-30T03:53:13.352Ztest sm::tests::poll_response_remains_queued_past_tx_interval ... ok
22842026-07-30T03:53:13.352Z
22852026-07-30T03:53:13.352Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22862026-07-30T03:53:13.352Z
22872026-07-30T03:53:13.352Z PASS [ 0.007s] bfd sm::tests::poll_response_remains_queued_past_tx_interval
22882026-07-30T03:53:13.352Z START bfd sm::tests::poll_triggers_immediate_final_response
22892026-07-30T03:53:13.356Z
22902026-07-30T03:53:13.356Zrunning 1 test
22912026-07-30T03:53:13.358Ztest sm::tests::poll_triggers_immediate_final_response ... ok
22922026-07-30T03:53:13.359Z
22932026-07-30T03:53:13.359Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
22942026-07-30T03:53:13.359Z
22952026-07-30T03:53:13.359Z PASS [ 0.007s] bfd sm::tests::poll_triggers_immediate_final_response
22962026-07-30T03:53:13.359Z START bfd sm::tests::recv_deadline_expiry_reports_was_already_down
22972026-07-30T03:53:13.363Z
22982026-07-30T03:53:13.363Zrunning 1 test
22992026-07-30T03:53:13.367Ztest sm::tests::recv_deadline_expiry_reports_was_already_down ... ok
23002026-07-30T03:53:13.367Z
23012026-07-30T03:53:13.367Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23022026-07-30T03:53:13.367Z
23032026-07-30T03:53:13.367Z PASS [ 0.007s] bfd sm::tests::recv_deadline_expiry_reports_was_already_down
23042026-07-30T03:53:13.367Z START bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
23052026-07-30T03:53:13.370Z
23062026-07-30T03:53:13.370Zrunning 1 test
23072026-07-30T03:53:13.374Ztest sm::tests::remote_required_min_rx_zero_stops_periodic_sends ... ok
23082026-07-30T03:53:13.374Z
23092026-07-30T03:53:13.374Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23102026-07-30T03:53:13.374Z
23112026-07-30T03:53:13.374Z PASS [ 0.007s] bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends
23122026-07-30T03:53:13.374Z START bfd sm::tests::total_partition_drives_both_down
23132026-07-30T03:53:13.377Z
23142026-07-30T03:53:13.377Zrunning 1 test
23152026-07-30T03:53:13.381Ztest sm::tests::total_partition_drives_both_down ... ok
23162026-07-30T03:53:13.381Z
23172026-07-30T03:53:13.381Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23182026-07-30T03:53:13.381Z
23192026-07-30T03:53:13.381Z PASS [ 0.007s] bfd sm::tests::total_partition_drives_both_down
23202026-07-30T03:53:13.381Z START bfd sm::tests::transition_table_is_exhaustive_and_correct
23212026-07-30T03:53:13.385Z
23222026-07-30T03:53:13.385Zrunning 1 test
23232026-07-30T03:53:13.388Ztest sm::tests::transition_table_is_exhaustive_and_correct ... ok
23242026-07-30T03:53:13.388Z
23252026-07-30T03:53:13.388Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s
23262026-07-30T03:53:13.388Z
23272026-07-30T03:53:13.388Z PASS [ 0.007s] bfd sm::tests::transition_table_is_exhaustive_and_correct
23282026-07-30T03:53:13.389Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
23292026-07-30T03:53:13.392Z
23302026-07-30T03:53:13.392Zrunning 1 test
23312026-07-30T03:53:13.392Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
23322026-07-30T03:53:13.392Z
23332026-07-30T03:53:13.392Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
23342026-07-30T03:53:13.392Z
23352026-07-30T03:53:13.392Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
23362026-07-30T03:53:13.392Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
23372026-07-30T03:53:13.395Z
23382026-07-30T03:53:13.395Zrunning 1 test
23392026-07-30T03:53:13.395Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
23402026-07-30T03:53:13.395Z
23412026-07-30T03:53:13.395Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
23422026-07-30T03:53:13.395Z
23432026-07-30T03:53:13.396Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
23442026-07-30T03:53:13.396Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
23452026-07-30T03:53:14.402Z
23462026-07-30T03:53:14.403Zrunning 1 test
23472026-07-30T03:53:14.407Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
23482026-07-30T03:53:14.407Z
23492026-07-30T03:53:14.407Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
23502026-07-30T03:53:14.407Z
23512026-07-30T03:53:14.407Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
23522026-07-30T03:53:14.407Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
23532026-07-30T03:53:14.407Z
23542026-07-30T03:53:14.407Zrunning 1 test
23552026-07-30T03:53:14.407Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
23562026-07-30T03:53:14.407Z
23572026-07-30T03:53:14.407Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
23582026-07-30T03:53:14.407Z
23592026-07-30T03:53:14.407Z PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
23602026-07-30T03:53:14.407Z START mg-api-types-versions v13::bgp::config::tests::apply_downgrade_preserves_both_peer_kinds
23612026-07-30T03:53:14.407Z
23622026-07-30T03:53:14.408Zrunning 1 test
23632026-07-30T03:53:14.408Ztest v13::bgp::config::tests::apply_downgrade_preserves_both_peer_kinds ... ok
23642026-07-30T03:53:14.408Z
23652026-07-30T03:53:14.408Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
23662026-07-30T03:53:14.408Z
23672026-07-30T03:53:14.408Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::apply_downgrade_preserves_both_peer_kinds
23682026-07-30T03:53:14.408Z START mg-api-types-versions v13::bgp::config::tests::apply_request_serde_uses_peer_array
23692026-07-30T03:53:14.408Z
23702026-07-30T03:53:14.408Zrunning 1 test
23712026-07-30T03:53:14.408Ztest v13::bgp::config::tests::apply_request_serde_uses_peer_array ... ok
23722026-07-30T03:53:14.408Z
23732026-07-30T03:53:14.408Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
23742026-07-30T03:53:14.408Z
23752026-07-30T03:53:14.408Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::apply_request_serde_uses_peer_array
23762026-07-30T03:53:14.408Z START mg-api-types-versions v13::bgp::config::tests::delete_request_serde_is_explicit
23772026-07-30T03:53:14.408Z
23782026-07-30T03:53:14.408Zrunning 1 test
23792026-07-30T03:53:14.408Ztest v13::bgp::config::tests::delete_request_serde_is_explicit ... ok
23802026-07-30T03:53:14.408Z
23812026-07-30T03:53:14.408Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
23822026-07-30T03:53:14.408Z
23832026-07-30T03:53:14.408Z PASS [ 0.004s] mg-api-types-versions v13::bgp::config::tests::delete_request_serde_is_explicit
23842026-07-30T03:53:14.408Z START mg-api-types-versions v13::bgp::config::tests::id_ord_map_deserialization_rejects_duplicate_peer_ids
23852026-07-30T03:53:14.408Z
23862026-07-30T03:53:14.408Zrunning 1 test
23872026-07-30T03:53:14.408Ztest v13::bgp::config::tests::id_ord_map_deserialization_rejects_duplicate_peer_ids ... ok
23882026-07-30T03:53:14.408Z
23892026-07-30T03:53:14.408Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
23902026-07-30T03:53:14.408Z
23912026-07-30T03:53:14.408Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::id_ord_map_deserialization_rejects_duplicate_peer_ids
23922026-07-30T03:53:14.408Z START mg-api-types-versions v13::bgp::config::tests::v11_apply_upgrade_rejects_peer_in_multiple_groups
23932026-07-30T03:53:14.408Z
23942026-07-30T03:53:14.408Zrunning 1 test
23952026-07-30T03:53:14.408Ztest v13::bgp::config::tests::v11_apply_upgrade_rejects_peer_in_multiple_groups ... ok
23962026-07-30T03:53:14.408Z
23972026-07-30T03:53:14.408Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.00s
23982026-07-30T03:53:14.408Z
23992026-07-30T03:53:14.408Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::v11_apply_upgrade_rejects_peer_in_multiple_groups
24002026-07-30T03:53:14.409Z────────────
24012026-07-30T03:53:14.409Z Summary [ 5.862s] 53 tests run: 53 passed, 0 skipped
24022026-07-30T03:53:14.409Zprocess exited: duration 318068 ms, exit code 0
 
24032026-07-30T03:53:14.416Zfound 0 output files