01KXG1JJ4DAFB73XY4XNXTMREQ: 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: 01KXG1K0QG7CH42AVCM8X1TY59

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T10:09:33.145Zjob assigned to worker 01KXG1KKD9KW3WQCHY85TCRABE [factory aws, i-005493f05b38f0316] (queued for 1 m 0 s)
 
22026-07-14T10:09:39.862Zstarting task 0: "setup"
32026-07-14T10:09:39.869Z++ uname -s
42026-07-14T10:09:39.872Z+ kern=SunOS
52026-07-14T10:09:39.872Z+ build_user=build
62026-07-14T10:09:39.872Z+ build_uid=12345
72026-07-14T10:09:39.872Z+ work_dir=/work
82026-07-14T10:09:39.872Z+ input_dir=/input
92026-07-14T10:09:39.872Z+ [[ 0 == 12345 ]]
102026-07-14T10:09:39.872Z+ case "$kern" in
112026-07-14T10:09:39.872Z+ groupadd -g 12345 build
122026-07-14T10:09:39.872Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T10:09:41.876Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T10:09:42.008Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T10:09:42.011Z+ home_fs=zfs
162026-07-14T10:09:42.011Z+ [[ zfs == autofs ]]
172026-07-14T10:09:42.011Z+ mkdir -p /home/build
182026-07-14T10:09:42.011Z+ chown build:build /home/build /work
192026-07-14T10:09:44.013Z+ chmod 0700 /home/build /work
202026-07-14T10:09:44.016Zprocess exited: duration 4151 ms, exit code 0
 
212026-07-14T10:09:44.021Zstarting task 1: "rust-toolchain"
222026-07-14T10:09:44.025Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T10:09:44.025Z * rust toolchain channel = "stable"
242026-07-14T10:09:44.025Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-14T10:09:44.025Z * rust toolchain profile = "default"
262026-07-14T10:09:44.028Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T10:09:44.028Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T10:09:44.028Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T10:09:44.028Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T10:09:44.154Zinfo: downloading installer
312026-07-14T10:09:45.666Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T10:09:45.667Zwarn: /opt/ooce/bin
332026-07-14T10:09:45.667Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T10:09:45.667Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T10:09:45.667Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T10:09:45.667Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T10:09:45.667Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T10:09:45.667Zerror: cannot install while Rust is installed
392026-07-14T10:09:45.667Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T10:09:45.667Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T10:09:45.667Zwarn: /home/build/.rustup/settings.toml
422026-07-14T10:09:45.668Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T10:09:45.668Zwarn: instead of the one inferred from the default host triple.
442026-07-14T10:09:45.681Zinfo: profile set to default
452026-07-14T10:09:45.681Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T10:09:45.687Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T10:09:45.810Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T10:09:45.813Zinfo: downloading 6 components
492026-07-14T10:10:01.636Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-14T10:10:01.636Z
512026-07-14T10:10:01.662Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T10:10:01.662Z
532026-07-14T10:10:01.662Z
542026-07-14T10:10:01.663ZRust is installed now. Great!
552026-07-14T10:10:01.663Z
562026-07-14T10:10:01.663ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T10:10:01.663Zenvironment variable. This has not been done automatically.
582026-07-14T10:10:01.663Z
592026-07-14T10:10:01.663ZTo configure your current shell, you need to source
602026-07-14T10:10:01.663Zthe corresponding env file under $HOME/.cargo.
612026-07-14T10:10:01.663Z
622026-07-14T10:10:01.663ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T10:10:01.663Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T10:10:01.663Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T10:10:01.663Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T10:10:01.663Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T10:10:01.663Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T10:10:01.663Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T10:10:01.666Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T10:10:01.666Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T10:10:01.744Z+ rustup --version
722026-07-14T10:10:01.753Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T10:10:01.756Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T10:10:01.773Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T10:10:01.776Z+ cargo --version
762026-07-14T10:10:01.791Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T10:10:01.794Z+ rustc --version
782026-07-14T10:10:01.813Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T10:10:01.816Zprocess exited: duration 17792 ms, exit code 0
 
802026-07-14T10:10:01.821Zstarting task 2: "authentication"
812026-07-14T10:10:01.837Zprocess exited: duration 15 ms, exit code 0
 
822026-07-14T10:10:01.843Zstarting task 3: "clone repository"
832026-07-14T10:10:01.846Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T10:10:01.849Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T10:10:01.878ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T10:10:03.101Z+ cd /work/oxidecomputer/maghemite
872026-07-14T10:10:03.101Z+ git fetch origin 22503d6c7389cd6282a12efd7da01f02b4d21e54
882026-07-14T10:10:03.363ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T10:10:03.363Z * branch 22503d6c7389cd6282a12efd7da01f02b4d21e54 -> FETCH_HEAD
902026-07-14T10:10:03.368Z+ [[ -n zl/mrib ]]
912026-07-14T10:10:03.371Z++ git branch --show-current
922026-07-14T10:10:03.371Z+ current=main
932026-07-14T10:10:03.371Z+ [[ main != zl/mrib ]]
942026-07-14T10:10:03.371Z+ git branch -f zl/mrib 22503d6c7389cd6282a12efd7da01f02b4d21e54
952026-07-14T10:10:03.374Z+ git checkout -f zl/mrib
962026-07-14T10:10:03.392ZSwitched to branch 'zl/mrib'
972026-07-14T10:10:03.395Z+ git reset --hard 22503d6c7389cd6282a12efd7da01f02b4d21e54
982026-07-14T10:10:03.411ZHEAD is now at 22503d6 [rdb] rework RPF cache rebuilds around a bounded worker
992026-07-14T10:10:03.414Zprocess exited: duration 1568 ms, exit code 0
 
1002026-07-14T10:10:03.420Zstarting task 4: "build"
1012026-07-14T10:10:03.423Z+ set -o errexit
1022026-07-14T10:10:03.423Z+ set -o pipefail
1032026-07-14T10:10:03.423Z+ source .github/buildomat/test-common.sh
1042026-07-14T10:10:03.427Z++ NEXTEST_VERSION=0.9.97
1052026-07-14T10:10:03.427Z++ PLATFORM=illumos
1062026-07-14T10:10:03.427Z++ banner install
1072026-07-14T10:10:03.427Z
1082026-07-14T10:10:03.427Z # # # #### ##### ## # #
1092026-07-14T10:10:03.427Z # ## # # # # # # #
1102026-07-14T10:10:03.427Z # # # # #### # # # # #
1112026-07-14T10:10:03.427Z # # # # # # ###### # #
1122026-07-14T10:10:03.427Z # # ## # # # # # # #
1132026-07-14T10:10:03.427Z # # # #### # # # ###### ######
1142026-07-14T10:10:03.427Z
1152026-07-14T10:10:03.427Z++ set +o errexit
1162026-07-14T10:10:03.427Z++ pkg info clang-15
1172026-07-14T10:10:03.430Z++ grep -qi installed
1182026-07-14T10:10:04.614Zpkg: info: no packages matching the following patterns you specified are
1192026-07-14T10:10:04.614Zinstalled on the system. Try querying remotely instead:
1202026-07-14T10:10:04.614Z
1212026-07-14T10:10:04.614Z clang-15
1222026-07-14T10:10:04.652Z++ [[ 1 != 0 ]]
1232026-07-14T10:10:04.652Z++ set -o errexit
1242026-07-14T10:10:04.655Z++ pfexec pkg install clang-15
1252026-07-14T10:10:12.448Z Startup: Refreshing catalog 'helios-dev' ... Done
1262026-07-14T10:10:20.110Z Startup: Caching catalogs ... Done
1272026-07-14T10:10:27.332ZPlanning: Solver setup ... Done
1282026-07-14T10:10:27.374ZPlanning: Running solver ... Done
1292026-07-14T10:10:27.513ZPlanning: Finding local manifests ... Done
1302026-07-14T10:10:27.532ZPlanning: Fetching manifests: 0/2 0% complete
1312026-07-14T10:10:27.628ZPlanning: Fetching manifests: 2/2 100% complete
1322026-07-14T10:10:27.657ZPlanning: Package planning ... Done
1332026-07-14T10:10:27.682ZPlanning: Merging actions ... Done
1342026-07-14T10:10:27.789ZPlanning: Checking for conflicting actions ... Done
1352026-07-14T10:10:27.795ZPlanning: Consolidating action changes ... Done
1362026-07-14T10:10:28.567ZPlanning: Evaluating mediators ... Done
1372026-07-14T10:10:28.572ZPlanning: Planning completed in 8.30 seconds
1382026-07-14T10:10:28.583Z Packages to install: 2
1392026-07-14T10:10:28.583Z Mediators to change: 2
1402026-07-14T10:10:28.586Z Services to change: 1
1412026-07-14T10:10:28.586Z Create boot environment: No
1422026-07-14T10:10:28.586ZCreate backup boot environment: No
1432026-07-14T10:10:28.625Z
1442026-07-14T10:10:28.625ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1452026-07-14T10:10:34.003ZDownload: 983/3076 items 82.2/211.3MB 38% complete (19.8M/s)
1462026-07-14T10:10:41.864ZDownload: 984/3076 items 82.2/211.3MB 38% complete (19.4M/s)
1472026-07-14T10:10:46.864ZDownload: 1525/3076 items 116.0/211.3MB 54% complete (6.8M/s)
1482026-07-14T10:10:54.405ZDownload: 2005/3076 items 117.2/211.3MB 55% complete (5.2M/s)
1492026-07-14T10:11:07.111ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
1502026-07-14T10:11:12.119ZDownload: 2609/3076 items 119.8/211.3MB 56% complete (387k/s)
1512026-07-14T10:11:19.648ZDownload: 3029/3076 items 201.8/211.3MB 95% complete (9.3M/s)
1522026-07-14T10:11:23.224ZDownload: Completed 211.31 MB in 54.59 seconds (3.9M/s)
1532026-07-14T10:11:23.366Z Actions: 1/3418 actions (Installing new actions)
1542026-07-14T10:11:26.492Z Actions: Completed 3418 actions in 3.13 seconds.
1552026-07-14T10:11:27.140Z Done
1562026-07-14T10:11:27.140Z Done
1572026-07-14T10:11:27.881Z Done
1582026-07-14T10:11:31.243Z Done
1592026-07-14T10:11:31.312Z Done
1602026-07-14T10:11:31.315Z Done
1612026-07-14T10:11:31.619Z Done
1622026-07-14T10:11:32.298Z++ set -o errexit
1632026-07-14T10:11:32.298Z++ cargo --version
1642026-07-14T10:11:32.305Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1652026-07-14T10:11:32.461Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1662026-07-14T10:11:32.464Zinfo: downloading 6 components
1672026-07-14T10:11:46.743Zcargo 1.96.1 (356927216 2026-06-26)
1682026-07-14T10:11:46.746Z++ rustc --version
1692026-07-14T10:11:46.771Zrustc 1.96.1 (31fca3adb 2026-06-26)
1702026-07-14T10:11:46.776Z++ cargo install cargo-nextest --version 0.9.97
1712026-07-14T10:11:46.817Z Updating crates.io index
1722026-07-14T10:11:46.910Z Downloading crates ...
1732026-07-14T10:11:46.957Z Downloaded cargo-nextest v0.9.97
1742026-07-14T10:11:47.015Z Installing cargo-nextest v0.9.97
1752026-07-14T10:11:47.018Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1762026-07-14T10:11:47.018Z |
1772026-07-14T10:11:47.018Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1782026-07-14T10:11:47.018Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1792026-07-14T10:11:47.054Z Updating crates.io index
1802026-07-14T10:11:48.943Z Locking 395 packages to latest compatible versions
1812026-07-14T10:11:48.947Z Adding dialoguer v0.11.0 (available: v0.12.0)
1822026-07-14T10:11:48.947Z Adding duct v0.13.7 (available: v1.1.1)
1832026-07-14T10:11:48.947Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1842026-07-14T10:11:48.950Z Adding generic-array v0.14.7 (available: v0.14.9)
1852026-07-14T10:11:48.950Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1862026-07-14T10:11:48.950Z Adding itertools v0.14.0 (available: v0.15.0)
1872026-07-14T10:11:48.953Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1882026-07-14T10:11:48.953Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1892026-07-14T10:11:48.953Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1902026-07-14T10:11:48.957Z Adding quick-junit v0.5.2 (available: v0.6.1)
1912026-07-14T10:11:48.980Z Downloading crates ...
1922026-07-14T10:11:49.037Z Downloaded adler2 v2.0.1
1932026-07-14T10:11:49.049Z Downloaded ahash v0.8.12
1942026-07-14T10:11:49.053Z Downloaded addr2line v0.25.1
1952026-07-14T10:11:49.053Z Downloaded cpufeatures v0.3.0
1962026-07-14T10:11:49.056Z Downloaded console v0.15.11
1972026-07-14T10:11:49.057Z Downloaded block-buffer v0.10.4
1982026-07-14T10:11:49.060Z Downloaded heck v0.5.0
1992026-07-14T10:11:49.063Z Downloaded anstream v1.0.0
2002026-07-14T10:11:49.063Z Downloaded bitflags v2.13.0
2012026-07-14T10:11:49.067Z Downloaded atomic-waker v1.1.2
2022026-07-14T10:11:49.067Z Downloaded cargo-platform v0.3.3
2032026-07-14T10:11:49.067Z Downloaded atomicwrites v0.4.4
2042026-07-14T10:11:49.070Z Downloaded humantime-serde v1.1.1
2052026-07-14T10:11:49.070Z Downloaded indenter v0.3.4
2062026-07-14T10:11:49.070Z Downloaded anstyle-query v1.1.5
2072026-07-14T10:11:49.075Z Downloaded http-body v1.1.0
2082026-07-14T10:11:49.075Z Downloaded clap_lex v1.1.0
2092026-07-14T10:11:49.076Z Downloaded cargo-platform v0.2.0
2102026-07-14T10:11:49.079Z Downloaded openssl-macros v0.1.1
2112026-07-14T10:11:49.079Z Downloaded cfg-if v1.0.4
2122026-07-14T10:11:49.080Z Downloaded http-body-util v0.1.4
2132026-07-14T10:11:49.080Z Downloaded backtrace-ext v0.2.1
2142026-07-14T10:11:49.083Z Downloaded async-scoped v0.9.0
2152026-07-14T10:11:49.083Z Downloaded indent_write v2.2.0
2162026-07-14T10:11:49.083Z Downloaded home v0.5.12
2172026-07-14T10:11:49.087Z Downloaded lru-slab v0.1.2
2182026-07-14T10:11:49.087Z Downloaded is_terminal_polyfill v1.70.2
2192026-07-14T10:11:49.087Z Downloaded nested v0.1.1
2202026-07-14T10:11:49.088Z Downloaded is_ci v1.2.0
2212026-07-14T10:11:49.091Z Downloaded colorchoice v1.0.5
2222026-07-14T10:11:49.091Z Downloaded mukti-metadata v0.3.0
2232026-07-14T10:11:49.094Z Downloaded fnv v1.0.7
2242026-07-14T10:11:49.094Z Downloaded errno v0.3.14
2252026-07-14T10:11:49.094Z Downloaded cfg_aliases v0.2.1
2262026-07-14T10:11:49.098Z Downloaded generic-array v0.14.7
2272026-07-14T10:11:49.103Z Downloaded futures-core v0.3.32
2282026-07-14T10:11:49.103Z Downloaded number_prefix v0.4.0
2292026-07-14T10:11:49.104Z Downloaded crypto-common v0.1.7
2302026-07-14T10:11:49.107Z Downloaded futures-io v0.3.32
2312026-07-14T10:11:49.107Z Downloaded idna_adapter v1.0.0
2322026-07-14T10:11:49.107Z Downloaded foreign-types v0.3.2
2332026-07-14T10:11:49.107Z Downloaded color-spantrace v0.3.0
2342026-07-14T10:11:49.112Z Downloaded lazy_static v1.5.0
2352026-07-14T10:11:49.114Z Downloaded openssl-probe v0.2.1
2362026-07-14T10:11:49.114Z Downloaded nextest-workspace-hack v0.1.0
2372026-07-14T10:11:49.115Z Downloaded enable-ansi-support v0.2.1
2382026-07-14T10:11:49.118Z Downloaded foreign-types-shared v0.1.1
2392026-07-14T10:11:49.119Z Downloaded anstyle v1.0.14
2402026-07-14T10:11:49.121Z Downloaded lock_api v0.4.14
2412026-07-14T10:11:49.122Z Downloaded humantime v2.4.0
2422026-07-14T10:11:49.125Z Downloaded cargo_metadata v0.23.1
2432026-07-14T10:11:49.128Z Downloaded itoa v1.0.18
2442026-07-14T10:11:49.133Z Downloaded os_pipe v1.2.3
2452026-07-14T10:11:49.136Z Downloaded guppy-workspace-hack v0.1.0
2462026-07-14T10:11:49.136Z Downloaded hex v0.4.3
2472026-07-14T10:11:49.140Z Downloaded futures-sink v0.3.32
2482026-07-14T10:11:49.140Z Downloaded form_urlencoded v1.2.2
2492026-07-14T10:11:49.143Z Downloaded rand_pcg v0.10.2
2502026-07-14T10:11:49.143Z Downloaded cpufeatures v0.2.17
2512026-07-14T10:11:49.143Z Downloaded pathdiff v0.2.3
2522026-07-14T10:11:49.146Z Downloaded equivalent v1.0.2
2532026-07-14T10:11:49.146Z Downloaded percent-encoding v2.3.2
2542026-07-14T10:11:49.149Z Downloaded rustc-hash v2.1.3
2552026-07-14T10:11:49.149Z Downloaded ordered-float v2.10.1
2562026-07-14T10:11:49.154Z Downloaded futures-task v0.3.32
2572026-07-14T10:11:49.154Z Downloaded futures-macro v0.3.32
2582026-07-14T10:11:49.154Z Downloaded curve25519-dalek-derive v0.1.1
2592026-07-14T10:11:49.157Z Downloaded serde-value v0.7.0
2602026-07-14T10:11:49.157Z Downloaded document-features v0.2.12
2612026-07-14T10:11:49.162Z Downloaded scopeguard v1.2.0
2622026-07-14T10:11:49.162Z Downloaded debug-ignore v1.0.5
2632026-07-14T10:11:49.165Z Downloaded serde_spanned v0.6.9
2642026-07-14T10:11:49.168Z Downloaded serde_spanned v1.1.1
2652026-07-14T10:11:49.168Z Downloaded filetime v0.2.29
2662026-07-14T10:11:49.171Z Downloaded camino-tempfile v1.4.1
2672026-07-14T10:11:49.171Z Downloaded native-tls v0.2.18
2682026-07-14T10:11:49.171Z Downloaded convert_case v0.10.0
2692026-07-14T10:11:49.174Z Downloaded hyper-tls v0.6.0
2702026-07-14T10:11:49.174Z Downloaded base64ct v1.8.3
2712026-07-14T10:11:49.177Z Downloaded anstyle-parse v1.0.0
2722026-07-14T10:11:49.177Z Downloaded erased-serde v0.4.10
2732026-07-14T10:11:49.180Z Downloaded foldhash v0.1.5
2742026-07-14T10:11:49.185Z Downloaded serde_urlencoded v0.7.1
2752026-07-14T10:11:49.188Z Downloaded signal-hook-mio v0.2.5
2762026-07-14T10:11:49.188Z Downloaded serde_ignored v0.1.14
2772026-07-14T10:11:49.188Z Downloaded newtype-uuid v1.3.2
2782026-07-14T10:11:49.188Z Downloaded miette-derive v7.6.0
2792026-07-14T10:11:49.192Z Downloaded signature v2.2.0
2802026-07-14T10:11:49.192Z Downloaded hyper-rustls v0.27.9
2812026-07-14T10:11:49.192Z Downloaded supports-unicode v3.0.0
2822026-07-14T10:11:49.196Z Downloaded supports-color v3.0.2
2832026-07-14T10:11:49.196Z Downloaded pkcs8 v0.10.2
2842026-07-14T10:11:49.196Z Downloaded crc32fast v1.5.0
2852026-07-14T10:11:49.199Z Downloaded strsim v0.11.1
2862026-07-14T10:11:49.199Z Downloaded shell-words v1.1.1
2872026-07-14T10:11:49.202Z Downloaded const-oid v0.9.6
2882026-07-14T10:11:49.202Z Downloaded cargo_metadata v0.20.0
2892026-07-14T10:11:49.206Z Downloaded sync_wrapper v1.0.2
2902026-07-14T10:11:49.206Z Downloaded camino v1.2.4
2912026-07-14T10:11:49.206Z Downloaded supports-hyperlinks v3.2.0
2922026-07-14T10:11:49.209Z Downloaded shared_child v1.1.1
2932026-07-14T10:11:49.209Z Downloaded rustc_version v0.4.1
2942026-07-14T10:11:49.212Z Downloaded fastrand v2.4.1
2952026-07-14T10:11:49.212Z Downloaded rustc-demangle v0.1.28
2962026-07-14T10:11:49.212Z Downloaded futures-executor v0.3.32
2972026-07-14T10:11:49.216Z Downloaded rand_chacha v0.9.0
2982026-07-14T10:11:49.216Z Downloaded rand_core v0.10.1
2992026-07-14T10:11:49.219Z Downloaded cargo-util-schemas v0.2.0
3002026-07-14T10:11:49.220Z Downloaded either v1.16.0
3012026-07-14T10:11:49.220Z Downloaded subtle v2.6.1
3022026-07-14T10:11:49.220Z Downloaded ppv-lite86 v0.2.21
3032026-07-14T10:11:49.223Z Downloaded swrite v0.1.0
3042026-07-14T10:11:49.223Z Downloaded quinn-udp v0.5.15
3052026-07-14T10:11:49.223Z Downloaded duct v0.13.7
3062026-07-14T10:11:49.226Z Downloaded globset v0.4.18
3072026-07-14T10:11:49.226Z Downloaded fixedbitset v0.5.7
3082026-07-14T10:11:49.229Z Downloaded dialoguer v0.11.0
3092026-07-14T10:11:49.229Z Downloaded quote v1.0.46
3102026-07-14T10:11:49.233Z Downloaded self-replace v1.5.0
3112026-07-14T10:11:49.233Z Downloaded rand_core v0.6.4
3122026-07-14T10:11:49.236Z Downloaded serde-untagged v0.1.9
3132026-07-14T10:11:49.236Z Downloaded pin-project-internal v1.1.13
3142026-07-14T10:11:49.240Z Downloaded tinyvec_macros v0.1.1
3152026-07-14T10:11:49.240Z Downloaded thread_local v1.1.10
3162026-07-14T10:11:49.245Z Downloaded owo-colors v4.3.0
3172026-07-14T10:11:49.245Z Downloaded clap_derive v4.6.1
3182026-07-14T10:11:49.249Z Downloaded cfg-expr v0.20.8
3192026-07-14T10:11:49.249Z Downloaded tokio-macros v2.7.0
3202026-07-14T10:11:49.253Z Downloaded find-msvc-tools v0.1.9
3212026-07-14T10:11:49.253Z Downloaded serde_path_to_error v0.1.20
3222026-07-14T10:11:49.253Z Downloaded pkg-config v0.3.33
3232026-07-14T10:11:49.253Z Downloaded sha2 v0.10.9
3242026-07-14T10:11:49.258Z Downloaded spki v0.7.3
3252026-07-14T10:11:49.258Z Downloaded sigchld v0.2.4
3262026-07-14T10:11:49.258Z Downloaded nextest-filtering v0.15.0
3272026-07-14T10:11:49.261Z Downloaded once_cell v1.21.4
3282026-07-14T10:11:49.261Z Downloaded toml_datetime v0.6.11
3292026-07-14T10:11:49.261Z Downloaded jobserver v0.1.35
3302026-07-14T10:11:49.261Z Downloaded litrs v1.0.0
3312026-07-14T10:11:49.265Z Downloaded iana-time-zone v0.1.65
3322026-07-14T10:11:49.265Z Downloaded nextest-metadata v0.12.2
3332026-07-14T10:11:49.267Z Downloaded tower-service v0.3.3
3342026-07-14T10:11:49.267Z Downloaded toml_write v0.1.2
3352026-07-14T10:11:49.268Z Downloaded static_assertions v1.1.0
3362026-07-14T10:11:49.268Z Downloaded chacha20 v0.10.1
3372026-07-14T10:11:49.273Z Downloaded ipnet v2.12.0
3382026-07-14T10:11:49.273Z Downloaded getrandom v0.2.17
3392026-07-14T10:11:49.273Z Downloaded eyre v0.6.12
3402026-07-14T10:11:49.277Z Downloaded ed25519 v2.2.3
3412026-07-14T10:11:49.277Z Downloaded digest v0.10.7
3422026-07-14T10:11:49.277Z Downloaded rand_core v0.9.5
3432026-07-14T10:11:49.280Z Downloaded autocfg v1.5.1
3442026-07-14T10:11:49.280Z Downloaded future-queue v0.4.0
3452026-07-14T10:11:49.283Z Downloaded slab v0.4.12
3462026-07-14T10:11:49.283Z Downloaded simd-adler32 v0.3.9
3472026-07-14T10:11:49.283Z Downloaded signal-hook-registry v1.4.8
3482026-07-14T10:11:49.283Z Downloaded tracing-error v0.2.1
3492026-07-14T10:11:49.287Z Downloaded strip-ansi-escapes v0.2.1
3502026-07-14T10:11:49.287Z Downloaded smol_str v0.3.6
3512026-07-14T10:11:49.287Z Downloaded unicode-linebreak v0.1.5
3522026-07-14T10:11:49.290Z Downloaded typeid v1.0.3
3532026-07-14T10:11:49.290Z Downloaded try-lock v0.2.5
3542026-07-14T10:11:49.290Z Downloaded tower-layer v0.3.3
3552026-07-14T10:11:49.290Z Downloaded target-lexicon v0.13.5
3562026-07-14T10:11:49.290Z Downloaded shlex v2.0.1
3572026-07-14T10:11:49.294Z Downloaded rustls-pki-types v1.15.0
3582026-07-14T10:11:49.294Z Downloaded urlencoding v2.1.3
3592026-07-14T10:11:49.299Z Downloaded parking_lot_core v0.9.12
3602026-07-14T10:11:49.299Z Downloaded parking_lot v0.12.5
3612026-07-14T10:11:49.299Z Downloaded httparse v1.10.1
3622026-07-14T10:11:49.302Z Downloaded self_update v0.42.0
3632026-07-14T10:11:49.302Z Downloaded terminal_size v0.4.4
3642026-07-14T10:11:49.302Z Downloaded target-spec-miette v0.4.8
3652026-07-14T10:11:49.305Z Downloaded pin-project-lite v0.2.17
3662026-07-14T10:11:49.308Z Downloaded want v0.3.1
3672026-07-14T10:11:49.308Z Downloaded untrusted v0.9.0
3682026-07-14T10:11:49.309Z Downloaded unicode-xid v0.2.6
3692026-07-14T10:11:49.312Z Downloaded semver v1.0.28
3702026-07-14T10:11:49.315Z Downloaded thiserror v2.0.18
3712026-07-14T10:11:49.318Z Downloaded getrandom v0.4.3
3722026-07-14T10:11:49.318Z Downloaded thiserror-impl v1.0.69
3732026-07-14T10:11:49.321Z Downloaded thiserror v1.0.69
3742026-07-14T10:11:49.324Z Downloaded utf8parse v0.2.2
3752026-07-14T10:11:49.324Z Downloaded utf8_iter v1.0.4
3762026-07-14T10:11:49.327Z Downloaded toml_writer v1.1.1+spec-1.1.0
3772026-07-14T10:11:49.327Z Downloaded tokio-native-tls v0.3.1
3782026-07-14T10:11:49.327Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3792026-07-14T10:11:49.330Z Downloaded xattr v1.6.1
3802026-07-14T10:11:49.333Z Downloaded thiserror-impl v2.0.18
3812026-07-14T10:11:49.333Z Downloaded config v0.15.25
3822026-07-14T10:11:49.336Z Downloaded futures v0.3.32
3832026-07-14T10:11:49.339Z Downloaded clap v4.6.1
3842026-07-14T10:11:49.343Z Downloaded log v0.4.33
3852026-07-14T10:11:49.346Z Downloaded num-traits v0.2.19
3862026-07-14T10:11:49.349Z Downloaded futures-channel v0.3.32
3872026-07-14T10:11:49.349Z Downloaded getrandom v0.3.4
3882026-07-14T10:11:49.353Z Downloaded unicase v2.9.0
3892026-07-14T10:11:49.353Z Downloaded derive-where v1.6.1
3902026-07-14T10:11:49.356Z Downloaded bytes v1.12.1
3912026-07-14T10:11:49.356Z Downloaded smallvec v1.15.2
3922026-07-14T10:11:49.360Z Downloaded tracing-log v0.2.0
3932026-07-14T10:11:49.365Z Downloaded tempfile v3.27.0
3942026-07-14T10:11:49.365Z Downloaded proc-macro2 v1.0.106
3952026-07-14T10:11:49.370Z Downloaded ryu v1.0.23
3962026-07-14T10:11:49.370Z Downloaded quick-junit v0.5.2
3972026-07-14T10:11:49.375Z Downloaded base64 v0.22.1
3982026-07-14T10:11:49.375Z Downloaded serde_core v1.0.228
3992026-07-14T10:11:49.379Z Downloaded signal-hook v0.3.18
4002026-07-14T10:11:49.379Z Downloaded tokio-rustls v0.26.4
4012026-07-14T10:11:49.379Z Downloaded socket2 v0.6.5
4022026-07-14T10:11:49.379Z Downloaded zstd v0.13.3
4032026-07-14T10:11:49.383Z Downloaded zmij v1.0.23
4042026-07-14T10:11:49.383Z Downloaded zipsign-api v0.1.5
4052026-07-14T10:11:49.383Z Downloaded cc v1.2.67
4062026-07-14T10:11:49.388Z Downloaded target-spec v3.6.0
4072026-07-14T10:11:49.388Z Downloaded version_check v0.9.5
4082026-07-14T10:11:49.388Z Downloaded backtrace v0.3.76
4092026-07-14T10:11:49.392Z Downloaded sharded-slab v0.1.7
4102026-07-14T10:11:49.396Z Downloaded zeroize v1.9.0
4112026-07-14T10:11:49.396Z Downloaded zstd-safe v7.2.4
4122026-07-14T10:11:49.396Z Downloaded indicatif v0.17.11
4132026-07-14T10:11:49.396Z Downloaded xxhash-rust v0.8.16
4142026-07-14T10:11:49.400Z Downloaded serde_derive v1.0.228
4152026-07-14T10:11:49.404Z Downloaded tokio-stream v0.1.18
4162026-07-14T10:11:49.411Z Downloaded miniz_oxide v0.8.9
4172026-07-14T10:11:49.414Z Downloaded tinyvec v1.12.0
4182026-07-14T10:11:49.414Z Downloaded toml v0.8.23
4192026-07-14T10:11:49.417Z Downloaded flate2 v1.1.9
4202026-07-14T10:11:49.421Z Downloaded http v1.4.2
4212026-07-14T10:11:49.421Z Downloaded borsh v1.7.0
4222026-07-14T10:11:49.426Z Downloaded tracing-core v0.1.36
4232026-07-14T10:11:49.428Z Downloaded pin-project v1.1.13
4242026-07-14T10:11:49.435Z Downloaded ed25519-dalek v2.2.0
4252026-07-14T10:11:49.438Z Downloaded textwrap v0.16.2
4262026-07-14T10:11:49.442Z Downloaded serde v1.0.228
4272026-07-14T10:11:49.442Z Downloaded uuid v1.23.5
4282026-07-14T10:11:49.445Z Downloaded der v0.7.10
4292026-07-14T10:11:49.450Z Downloaded toml_edit v0.22.27
4302026-07-14T10:11:49.454Z Downloaded derive_more-impl v2.1.1
4312026-07-14T10:11:49.459Z Downloaded toml v1.1.2+spec-1.1.0
4322026-07-14T10:11:49.459Z Downloaded toml_parser v1.1.2+spec-1.1.0
4332026-07-14T10:11:49.463Z Downloaded tar v0.4.46
4342026-07-14T10:11:49.464Z Downloaded indexmap v2.14.0
4352026-07-14T10:11:49.467Z Downloaded hyper-util v0.1.20
4362026-07-14T10:11:49.470Z Downloaded openssl-sys v0.9.117
4372026-07-14T10:11:49.478Z Downloaded derive_more v2.1.1
4382026-07-14T10:11:49.484Z Downloaded unicode-ident v1.0.24
4392026-07-14T10:11:49.488Z Downloaded vte v0.14.1
4402026-07-14T10:11:49.492Z Downloaded aho-corasick v1.1.4
4412026-07-14T10:11:49.492Z Downloaded miette v7.6.0
4422026-07-14T10:11:49.495Z Downloaded memchr v2.8.3
4432026-07-14T10:11:49.498Z Downloaded tracing-attributes v0.1.31
4442026-07-14T10:11:49.501Z Downloaded quinn v0.11.11
4452026-07-14T10:11:49.505Z Downloaded crossterm v0.29.0
4462026-07-14T10:11:49.512Z Downloaded rand v0.10.2
4472026-07-14T10:11:49.556Z Downloaded rand v0.9.5
4482026-07-14T10:11:49.563Z Downloaded mio v1.2.2
4492026-07-14T10:11:49.563Z Downloaded unicode-segmentation v1.13.3
4502026-07-14T10:11:49.563Z Downloaded idna v1.1.0
4512026-07-14T10:11:49.563Z Downloaded rustls-webpki v0.103.13
4522026-07-14T10:11:49.563Z Downloaded url v2.5.8
4532026-07-14T10:11:49.563Z Downloaded clap_builder v4.6.0
4542026-07-14T10:11:49.563Z Downloaded typenum v1.20.1
4552026-07-14T10:11:49.563Z Downloaded guppy v0.17.26
4562026-07-14T10:11:49.563Z Downloaded hashbrown v0.15.5
4572026-07-14T10:11:49.563Z Downloaded hashbrown v0.17.1
4582026-07-14T10:11:49.563Z Downloaded ron v0.12.2
4592026-07-14T10:11:49.572Z Downloaded tower v0.5.3
4602026-07-14T10:11:49.575Z Downloaded serde_json v1.0.150
4612026-07-14T10:11:49.575Z Downloaded futures-util v0.3.32
4622026-07-14T10:11:49.596Z Downloaded hyper v1.10.1
4632026-07-14T10:11:49.600Z Downloaded itertools v0.14.0
4642026-07-14T10:11:49.603Z Downloaded h2 v0.4.15
4652026-07-14T10:11:49.607Z Downloaded unicode-normalization v0.1.25
4662026-07-14T10:11:49.611Z Downloaded reqwest v0.12.28
4672026-07-14T10:11:49.614Z Downloaded regex v1.13.0
4682026-07-14T10:11:49.617Z Downloaded chrono v0.4.45
4692026-07-14T10:11:49.620Z Downloaded winnow v1.0.4
4702026-07-14T10:11:49.629Z Downloaded pulldown-cmark v0.13.4
4712026-07-14T10:11:49.632Z Downloaded winnow v0.7.15
4722026-07-14T10:11:49.638Z Downloaded tokio-util v0.7.18
4732026-07-14T10:11:49.641Z Downloaded tracing-subscriber v0.3.23
4742026-07-14T10:11:49.647Z Downloaded portable-atomic v1.13.1
4752026-07-14T10:11:49.659Z Downloaded vcpkg v0.2.15
4762026-07-14T10:11:49.682Z Downloaded quick-xml v0.37.5
4772026-07-14T10:11:49.685Z Downloaded quick-xml v0.38.4
4782026-07-14T10:11:49.688Z Downloaded tower-http v0.6.11
4792026-07-14T10:11:49.699Z Downloaded syn v2.0.118
4802026-07-14T10:11:49.706Z Downloaded zerocopy v0.8.54
4812026-07-14T10:11:49.718Z Downloaded unicode-width v0.2.2
4822026-07-14T10:11:49.722Z Downloaded bstr v1.12.3
4832026-07-14T10:11:49.726Z Downloaded quinn-proto v0.11.16
4842026-07-14T10:11:49.730Z Downloaded unicode-width v0.1.14
4852026-07-14T10:11:49.734Z Downloaded gimli v0.32.3
4862026-07-14T10:11:49.740Z Downloaded webpki-roots v1.0.8
4872026-07-14T10:11:49.744Z Downloaded curve25519-dalek v4.1.3
4882026-07-14T10:11:49.754Z Downloaded tracing v0.1.44
4892026-07-14T10:11:49.763Z Downloaded openssl v0.10.81
4902026-07-14T10:11:49.770Z Downloaded nextest-runner v0.80.0
4912026-07-14T10:11:49.776Z Downloaded color-eyre v0.6.5
4922026-07-14T10:11:49.785Z Downloaded object v0.37.3
4932026-07-14T10:11:49.791Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4942026-07-14T10:11:49.800Z Downloaded nix v0.30.1
4952026-07-14T10:11:49.807Z Downloaded tokio v1.52.3
4962026-07-14T10:11:49.828Z Downloaded rustls v0.23.42
4972026-07-14T10:11:49.835Z Downloaded rustix v0.38.44
4982026-07-14T10:11:49.847Z Downloaded regex-syntax v0.8.11
4992026-07-14T10:11:49.862Z Downloaded rustix v1.1.4
5002026-07-14T10:11:49.910Z Downloaded regex-automata v0.4.15
5012026-07-14T10:11:49.952Z Downloaded libc v0.2.186
5022026-07-14T10:11:49.971Z Downloaded petgraph v0.8.3
5032026-07-14T10:11:50.041Z Downloaded recursion v0.5.4
5042026-07-14T10:11:50.047Z Downloaded ring v0.17.14
5052026-07-14T10:11:50.108Z Compiling libc v0.2.186
5062026-07-14T10:11:50.108Z Compiling proc-macro2 v1.0.106
5072026-07-14T10:11:50.108Z Compiling unicode-ident v1.0.24
5082026-07-14T10:11:50.111Z Compiling quote v1.0.46
5092026-07-14T10:11:50.111Z Compiling serde_core v1.0.228
5102026-07-14T10:11:50.111Z Compiling cfg-if v1.0.4
5112026-07-14T10:11:50.111Z Compiling memchr v2.8.3
5122026-07-14T10:11:50.111Z Compiling once_cell v1.21.4
5132026-07-14T10:11:50.353Z Compiling log v0.4.33
5142026-07-14T10:11:50.365Z Compiling pin-project-lite v0.2.17
5152026-07-14T10:11:50.455Z Compiling serde v1.0.228
5162026-07-14T10:11:50.521Z Compiling itoa v1.0.18
5172026-07-14T10:11:50.651Z Compiling futures-core v0.3.32
5182026-07-14T10:11:50.762Z Compiling smallvec v1.15.2
5192026-07-14T10:11:50.802Z Compiling bitflags v2.13.0
5202026-07-14T10:11:50.823Z Compiling find-msvc-tools v0.1.9
5212026-07-14T10:11:51.008Z Compiling shlex v2.0.1
5222026-07-14T10:11:51.047Z Compiling equivalent v1.0.2
5232026-07-14T10:11:51.135Z Compiling errno v0.3.14
5242026-07-14T10:11:51.188Z Compiling hashbrown v0.17.1
5252026-07-14T10:11:51.200Z Compiling bytes v1.12.1
5262026-07-14T10:11:51.218Z Compiling mio v1.2.2
5272026-07-14T10:11:51.352Z Compiling signal-hook-registry v1.4.8
5282026-07-14T10:11:51.402Z Compiling jobserver v0.1.35
5292026-07-14T10:11:51.465Z Compiling futures-sink v0.3.32
5302026-07-14T10:11:51.563Z Compiling syn v2.0.118
5312026-07-14T10:11:51.573Z Compiling rustix v1.1.4
5322026-07-14T10:11:51.739Z Compiling cc v1.2.67
5332026-07-14T10:11:51.857Z Compiling socket2 v0.6.5
5342026-07-14T10:11:51.901Z Compiling slab v0.4.12
5352026-07-14T10:11:51.915Z Compiling zmij v1.0.23
5362026-07-14T10:11:52.068Z Compiling futures-channel v0.3.32
5372026-07-14T10:11:52.099Z Compiling tracing-core v0.1.36
5382026-07-14T10:11:52.259Z Compiling serde_json v1.0.150
5392026-07-14T10:11:52.316Z Compiling version_check v0.9.5
5402026-07-14T10:11:52.508Z Compiling indexmap v2.14.0
5412026-07-14T10:11:52.654Z Compiling getrandom v0.4.3
5422026-07-14T10:11:52.691Z Compiling futures-io v0.3.32
5432026-07-14T10:11:52.928Z Compiling futures-task v0.3.32
5442026-07-14T10:11:53.014Z Compiling unicode-width v0.2.2
5452026-07-14T10:11:53.039Z Compiling camino v1.2.4
5462026-07-14T10:11:53.111Z Compiling percent-encoding v2.3.2
5472026-07-14T10:11:53.247Z Compiling ring v0.17.14
5482026-07-14T10:11:53.388Z Compiling http v1.4.2
5492026-07-14T10:11:53.391Z Compiling autocfg v1.5.1
5502026-07-14T10:11:53.454Z Compiling zeroize v1.9.0
5512026-07-14T10:11:53.507Z Compiling adler2 v2.0.1
5522026-07-14T10:11:53.663Z Compiling simd-adler32 v0.3.9
5532026-07-14T10:11:53.762Z Compiling num-traits v0.2.19
5542026-07-14T10:11:54.014Z Compiling miniz_oxide v0.8.9
5552026-07-14T10:11:54.141Z Compiling object v0.37.3
5562026-07-14T10:11:54.289Z Compiling zerocopy v0.8.54
5572026-07-14T10:11:54.454Z Compiling getrandom v0.3.4
5582026-07-14T10:11:54.525Z Compiling target-lexicon v0.13.5
5592026-07-14T10:11:54.777Z Compiling http-body v1.1.0
5602026-07-14T10:11:54.944Z Compiling rustls-pki-types v1.15.0
5612026-07-14T10:11:54.986Z Compiling form_urlencoded v1.2.2
5622026-07-14T10:11:55.046Z Compiling semver v1.0.28
5632026-07-14T10:11:55.168Z Compiling serde_derive v1.0.228
5642026-07-14T10:11:55.254Z Compiling tokio-macros v2.7.0
5652026-07-14T10:11:55.337Z Compiling futures-macro v0.3.32
5662026-07-14T10:11:55.460Z Compiling tracing-attributes v0.1.31
5672026-07-14T10:11:55.692Z Compiling getrandom v0.2.17
5682026-07-14T10:11:55.702Z Compiling thiserror v2.0.18
5692026-07-14T10:11:55.810Z Compiling signal-hook v0.3.18
5702026-07-14T10:11:55.878Z Compiling fnv v1.0.7
5712026-07-14T10:11:55.987Z Compiling httparse v1.10.1
5722026-07-14T10:11:56.029Z Compiling tokio v1.52.3
5732026-07-14T10:11:56.041Z Compiling untrusted v0.9.0
5742026-07-14T10:11:56.052Z Compiling idna_adapter v1.0.0
5752026-07-14T10:11:56.153Z Compiling owo-colors v4.3.0
5762026-07-14T10:11:56.171Z Compiling gimli v0.32.3
5772026-07-14T10:11:56.181Z Compiling futures-util v0.3.32
5782026-07-14T10:11:56.338Z Compiling utf8_iter v1.0.4
5792026-07-14T10:11:56.489Z Compiling guppy-workspace-hack v0.1.0
5802026-07-14T10:11:56.543Z Compiling idna v1.1.0
5812026-07-14T10:11:56.661Z Compiling tracing v0.1.44
5822026-07-14T10:11:56.981Z Compiling thiserror-impl v2.0.18
5832026-07-14T10:11:58.176Z Compiling addr2line v0.25.1
5842026-07-14T10:11:58.438Z Compiling generic-array v0.14.7
5852026-07-14T10:11:58.610Z Compiling rustls v0.23.42
5862026-07-14T10:11:58.682Z Compiling thiserror v1.0.69
5872026-07-14T10:11:58.799Z Compiling fastrand v2.4.1
5882026-07-14T10:11:58.831Z Compiling typeid v1.0.3
5892026-07-14T10:11:58.843Z Compiling target-spec v3.6.0
5902026-07-14T10:11:58.999Z Compiling atomic-waker v1.1.2
5912026-07-14T10:11:59.119Z Compiling tower-service v0.3.3
5922026-07-14T10:11:59.122Z Compiling pkg-config v0.3.33
5932026-07-14T10:11:59.142Z Compiling try-lock v0.2.5
5942026-07-14T10:11:59.145Z Compiling rustc-demangle v0.1.28
5952026-07-14T10:11:59.228Z Compiling want v0.3.1
5962026-07-14T10:11:59.406Z Compiling tempfile v3.27.0
5972026-07-14T10:11:59.554Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5982026-07-14T10:11:59.628Z Compiling cfg-expr v0.20.8
5992026-07-14T10:11:59.971Z Compiling tokio-util v0.7.18
6002026-07-14T10:12:00.305Z Compiling url v2.5.8
6012026-07-14T10:12:00.578Z Compiling h2 v0.4.15
6022026-07-14T10:12:01.081Z Compiling backtrace v0.3.76
6032026-07-14T10:12:01.355Z Compiling thiserror-impl v1.0.69
6042026-07-14T10:12:01.622Z Compiling terminal_size v0.4.4
6052026-07-14T10:12:01.776Z Compiling aho-corasick v1.1.4
6062026-07-14T10:12:02.022Z Compiling subtle v2.6.1
6072026-07-14T10:12:02.187Z Compiling regex-syntax v0.8.11
6082026-07-14T10:12:02.536Z Compiling rustls-webpki v0.103.13
6092026-07-14T10:12:02.745Z Compiling winnow v0.7.15
6102026-07-14T10:12:04.645Z Compiling typenum v1.20.1
6112026-07-14T10:12:05.101Z Compiling erased-serde v0.4.10
6122026-07-14T10:12:05.234Z Compiling regex-automata v0.4.15
6132026-07-14T10:12:05.845Z Compiling hyper v1.10.1
6142026-07-14T10:12:07.288Z Compiling serde_spanned v0.6.9
6152026-07-14T10:12:07.446Z Compiling toml_datetime v0.6.11
6162026-07-14T10:12:07.833Z Compiling ahash v0.8.12
6172026-07-14T10:12:08.154Z Compiling sync_wrapper v1.0.2
6182026-07-14T10:12:08.271Z Compiling is_ci v1.2.0
6192026-07-14T10:12:08.443Z Compiling unicode-segmentation v1.13.3
6202026-07-14T10:12:08.804Z Compiling portable-atomic v1.13.1
6212026-07-14T10:12:08.840Z Compiling base64 v0.22.1
6222026-07-14T10:12:09.267Z Compiling crc32fast v1.5.0
6232026-07-14T10:12:09.320Z Compiling lazy_static v1.5.0
6242026-07-14T10:12:09.427Z Compiling parking_lot_core v0.9.12
6252026-07-14T10:12:09.479Z Compiling nextest-workspace-hack v0.1.0
6262026-07-14T10:12:09.555Z Compiling ipnet v2.12.0
6272026-07-14T10:12:09.569Z Compiling toml_write v0.1.2
6282026-07-14T10:12:09.580Z Compiling foldhash v0.1.5
6292026-07-14T10:12:09.705Z Compiling either v1.16.0
6302026-07-14T10:12:09.708Z Compiling tower-layer v0.3.3
6312026-07-14T10:12:09.791Z Compiling unicode-linebreak v0.1.5
6322026-07-14T10:12:09.807Z Compiling toml_edit v0.22.27
6332026-07-14T10:12:09.915Z Compiling tower v0.5.3
6342026-07-14T10:12:09.929Z Compiling hyper-util v0.1.20
6352026-07-14T10:12:10.052Z Compiling textwrap v0.16.2
6362026-07-14T10:12:10.544Z Compiling hashbrown v0.15.5
6372026-07-14T10:12:10.826Z Compiling sharded-slab v0.1.7
6382026-07-14T10:12:11.209Z Compiling convert_case v0.10.0
6392026-07-14T10:12:11.426Z Compiling tokio-rustls v0.26.4
6402026-07-14T10:12:11.440Z Compiling supports-color v3.0.2
6412026-07-14T10:12:11.664Z Compiling backtrace-ext v0.2.1
6422026-07-14T10:12:11.704Z Compiling ordered-float v2.10.1
6432026-07-14T10:12:11.920Z Compiling webpki-roots v1.0.8
6442026-07-14T10:12:11.973Z Compiling miette-derive v7.6.0
6452026-07-14T10:12:12.035Z Compiling pathdiff v0.2.3
6462026-07-14T10:12:12.091Z Compiling console v0.15.11
6472026-07-14T10:12:12.159Z Compiling cargo-platform v0.3.3
6482026-07-14T10:12:12.555Z Compiling tracing-log v0.2.0
6492026-07-14T10:12:12.713Z Compiling os_pipe v1.2.3
6502026-07-14T10:12:12.884Z Compiling thread_local v1.1.10
6512026-07-14T10:12:12.916Z Compiling supports-hyperlinks v3.2.0
6522026-07-14T10:12:13.080Z Compiling ryu v1.0.23
6532026-07-14T10:12:13.159Z Compiling zstd-safe v7.2.4
6542026-07-14T10:12:13.243Z Compiling pulldown-cmark v0.13.4
6552026-07-14T10:12:13.366Z Compiling rustix v0.38.44
6562026-07-14T10:12:13.397Z Compiling winnow v1.0.4
6572026-07-14T10:12:13.472Z Compiling supports-unicode v3.0.0
6582026-07-14T10:12:13.642Z Compiling cfg_aliases v0.2.1
6592026-07-14T10:12:13.716Z Compiling utf8parse v0.2.2
6602026-07-14T10:12:13.731Z Compiling scopeguard v1.2.0
6612026-07-14T10:12:13.746Z Compiling unicode-width v0.1.14
6622026-07-14T10:12:13.835Z Compiling fixedbitset v0.5.7
6632026-07-14T10:12:13.869Z Compiling debug-ignore v1.0.5
6642026-07-14T10:12:13.981Z Compiling miette v7.6.0
6652026-07-14T10:12:14.047Z Compiling anstyle-parse v1.0.0
6662026-07-14T10:12:14.265Z Compiling petgraph v0.8.3
6672026-07-14T10:12:14.341Z Compiling lock_api v0.4.14
6682026-07-14T10:12:14.582Z Compiling toml_parser v1.1.2+spec-1.1.0
6692026-07-14T10:12:14.983Z Compiling nix v0.30.1
6702026-07-14T10:12:15.393Z Compiling serde_urlencoded v0.7.1
6712026-07-14T10:12:15.680Z Compiling tracing-subscriber v0.3.23
6722026-07-14T10:12:15.897Z Compiling sigchld v0.2.4
6732026-07-14T10:12:16.090Z Compiling cargo_metadata v0.23.1
6742026-07-14T10:12:16.229Z Compiling hyper-rustls v0.27.9
6752026-07-14T10:12:16.329Z Compiling serde-value v0.7.0
6762026-07-14T10:12:16.896Z Compiling serde-untagged v0.1.9
6772026-07-14T10:12:17.256Z Compiling derive_more-impl v2.1.1
6782026-07-14T10:12:17.349Z Compiling toml v0.8.23
6792026-07-14T10:12:18.835Z Compiling tower-http v0.6.11
6802026-07-14T10:12:18.847Z Compiling itertools v0.14.0
6812026-07-14T10:12:18.997Z Compiling regex v1.13.0
6822026-07-14T10:12:19.126Z Compiling block-buffer v0.10.4
6832026-07-14T10:12:19.280Z Compiling crypto-common v0.1.7
6842026-07-14T10:12:19.414Z Compiling ppv-lite86 v0.2.21
6852026-07-14T10:12:19.493Z Compiling futures-executor v0.3.32
6862026-07-14T10:12:19.735Z Compiling rand_core v0.9.5
6872026-07-14T10:12:19.983Z Compiling pin-project-internal v1.1.13
6882026-07-14T10:12:20.013Z Compiling http-body-util v0.1.4
6892026-07-14T10:12:20.119Z Compiling uuid v1.23.5
6902026-07-14T10:12:20.300Z Compiling serde_spanned v1.1.1
6912026-07-14T10:12:20.325Z Compiling toml_datetime v1.1.1+spec-1.1.0
6922026-07-14T10:12:20.411Z Compiling smol_str v0.3.6
6932026-07-14T10:12:20.448Z Compiling filetime v0.2.29
6942026-07-14T10:12:20.644Z Compiling vte v0.14.1
6952026-07-14T10:12:20.657Z Compiling bstr v1.12.3
6962026-07-14T10:12:20.752Z Compiling number_prefix v0.4.0
6972026-07-14T10:12:20.862Z Compiling is_terminal_polyfill v1.70.2
6982026-07-14T10:12:20.905Z Compiling colorchoice v1.0.5
6992026-07-14T10:12:20.926Z Compiling static_assertions v1.1.0
7002026-07-14T10:12:20.954Z Compiling color-spantrace v0.3.0
7012026-07-14T10:12:20.998Z Compiling anstyle-query v1.1.5
7022026-07-14T10:12:21.021Z Compiling anstyle v1.0.14
7032026-07-14T10:12:21.046Z Compiling self_update v0.42.0
7042026-07-14T10:12:21.101Z Compiling tinyvec_macros v0.1.1
7052026-07-14T10:12:21.174Z Compiling eyre v0.6.12
7062026-07-14T10:12:21.264Z Compiling iana-time-zone v0.1.65
7072026-07-14T10:12:21.286Z Compiling unicase v2.9.0
7082026-07-14T10:12:21.298Z Compiling nested v0.1.1
7092026-07-14T10:12:21.301Z Compiling unicode-xid v0.2.6
7102026-07-14T10:12:21.343Z Compiling litrs v1.0.0
7112026-07-14T10:12:21.444Z Compiling xattr v1.6.1
7122026-07-14T10:12:21.503Z Compiling guppy v0.17.26
7132026-07-14T10:12:21.608Z Compiling tar v0.4.46
7142026-07-14T10:12:21.649Z Compiling cargo-util-schemas v0.2.0
7152026-07-14T10:12:21.782Z Compiling chrono v0.4.45
7162026-07-14T10:12:21.798Z Compiling document-features v0.2.12
7172026-07-14T10:12:22.424Z Compiling anstream v1.0.0
7182026-07-14T10:12:22.924Z Compiling tinyvec v1.12.0
7192026-07-14T10:12:23.164Z Compiling globset v0.4.18
7202026-07-14T10:12:23.356Z Compiling pin-project v1.1.13
7212026-07-14T10:12:23.458Z Compiling indicatif v0.17.11
7222026-07-14T10:12:24.082Z Compiling strip-ansi-escapes v0.2.1
7232026-07-14T10:12:24.113Z Compiling nextest-metadata v0.12.2
7242026-07-14T10:12:24.487Z Compiling toml v1.1.2+spec-1.1.0
7252026-07-14T10:12:24.554Z Compiling newtype-uuid v1.3.2
7262026-07-14T10:12:24.745Z Compiling reqwest v0.12.28
7272026-07-14T10:12:25.126Z Compiling rand_chacha v0.9.0
7282026-07-14T10:12:25.662Z Compiling futures v0.3.32
7292026-07-14T10:12:25.748Z Compiling digest v0.10.7
7302026-07-14T10:12:25.971Z Compiling parking_lot v0.12.5
7312026-07-14T10:12:26.381Z Compiling flate2 v1.1.9
7322026-07-14T10:12:26.563Z Compiling derive_more v2.1.1
7332026-07-14T10:12:26.642Z Compiling tracing-error v0.2.1
7342026-07-14T10:12:26.878Z Compiling shared_child v1.1.1
7352026-07-14T10:12:27.218Z Compiling signal-hook-mio v0.2.5
7362026-07-14T10:12:27.242Z Compiling self-replace v1.5.0
7372026-07-14T10:12:27.350Z Compiling cargo-platform v0.2.0
7382026-07-14T10:12:27.533Z Compiling quick-xml v0.37.5
7392026-07-14T10:12:27.599Z Compiling quick-xml v0.38.4
7402026-07-14T10:12:27.920Z Compiling humantime v2.4.0
7412026-07-14T10:12:28.239Z Compiling clap_lex v1.1.0
7422026-07-14T10:12:28.340Z Compiling indenter v0.3.4
7432026-07-14T10:12:28.743Z Compiling shell-words v1.1.1
7442026-07-14T10:12:28.820Z Compiling recursion v0.5.4
7452026-07-14T10:12:28.958Z Compiling strsim v0.11.1
7462026-07-14T10:12:28.991Z Compiling heck v0.5.0
7472026-07-14T10:12:29.043Z Compiling cpufeatures v0.2.17
7482026-07-14T10:12:29.118Z Compiling urlencoding v2.1.3
7492026-07-14T10:12:29.182Z Compiling clap_derive v4.6.1
7502026-07-14T10:12:29.218Z Compiling clap_builder v4.6.0
7512026-07-14T10:12:29.230Z Compiling sha2 v0.10.9
7522026-07-14T10:12:29.776Z Compiling nextest-filtering v0.15.0
7532026-07-14T10:12:30.912Z Compiling quick-junit v0.5.2
7542026-07-14T10:12:30.950Z Compiling humantime-serde v1.1.1
7552026-07-14T10:12:31.108Z Compiling atomicwrites v0.4.4
7562026-07-14T10:12:31.395Z Compiling cargo_metadata v0.20.0
7572026-07-14T10:12:33.693Z Compiling crossterm v0.29.0
7582026-07-14T10:12:34.007Z Compiling cargo-nextest v0.9.97
7592026-07-14T10:12:34.331Z Compiling duct v0.13.7
7602026-07-14T10:12:35.954Z Compiling async-scoped v0.9.0
7612026-07-14T10:12:36.064Z Compiling rand v0.9.5
7622026-07-14T10:12:36.140Z Compiling config v0.15.25
7632026-07-14T10:12:36.164Z Compiling unicode-normalization v0.1.25
7642026-07-14T10:12:36.407Z Compiling zstd v0.13.3
7652026-07-14T10:12:36.495Z Compiling target-spec-miette v0.4.8
7662026-07-14T10:12:36.744Z Compiling future-queue v0.4.0
7672026-07-14T10:12:36.811Z Compiling mukti-metadata v0.3.0
7682026-07-14T10:12:36.832Z Compiling tokio-stream v0.1.18
7692026-07-14T10:12:36.886Z Compiling camino-tempfile v1.4.1
7702026-07-14T10:12:36.928Z Compiling derive-where v1.6.1
7712026-07-14T10:12:37.020Z Compiling serde_ignored v0.1.14
7722026-07-14T10:12:37.240Z Compiling serde_path_to_error v0.1.20
7732026-07-14T10:12:37.295Z Compiling xxhash-rust v0.8.16
7742026-07-14T10:12:37.352Z Compiling swrite v0.1.0
7752026-07-14T10:12:37.423Z Compiling home v0.5.12
7762026-07-14T10:12:37.454Z Compiling hex v0.4.3
7772026-07-14T10:12:37.469Z Compiling indent_write v2.2.0
7782026-07-14T10:12:37.591Z Compiling color-eyre v0.6.5
7792026-07-14T10:12:37.635Z Compiling clap v4.6.1
7802026-07-14T10:12:37.693Z Compiling dialoguer v0.11.0
7812026-07-14T10:12:37.717Z Compiling enable-ansi-support v0.2.1
7822026-07-14T10:12:38.159Z Compiling nextest-runner v0.80.0
7832026-07-14T10:12:56.276Z Finished `release` profile [optimized] target(s) in 1m 09s
7842026-07-14T10:12:56.451Z Installing /home/build/.cargo/bin/cargo-nextest
7852026-07-14T10:12:56.454Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7862026-07-14T10:12:56.568Z+ banner bfd
7872026-07-14T10:12:56.571Z
7882026-07-14T10:12:56.571Z ##### ###### #####
7892026-07-14T10:12:56.571Z # # # # #
7902026-07-14T10:12:56.571Z ##### ##### # #
7912026-07-14T10:12:56.571Z # # # # #
7922026-07-14T10:12:56.571Z # # # # #
7932026-07-14T10:12:56.571Z ##### # #####
7942026-07-14T10:12:56.571Z
7952026-07-14T10:12:56.571Z+ cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture
7962026-07-14T10:12:56.724Z Updating crates.io index
7972026-07-14T10:12:56.727Z Updating git repository `https://github.com/oxidecomputer/omicron`
7982026-07-14T10:13:02.805ZFrom https://github.com/oxidecomputer/omicron
7992026-07-14T10:13:02.805Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8002026-07-14T10:13:03.242Z Updating git repository `https://github.com/oxidecomputer/falcon`
8012026-07-14T10:13:04.125ZFrom https://github.com/oxidecomputer/falcon
8022026-07-14T10:13:04.125Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
8032026-07-14T10:13:04.201Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8042026-07-14T10:13:04.613ZFrom https://github.com/oxidecomputer/dendrite
8052026-07-14T10:13:04.613Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
8062026-07-14T10:13:04.646Z Updating git repository `https://github.com/oxidecomputer/ispf`
8072026-07-14T10:13:04.922ZFrom https://github.com/oxidecomputer/ispf
8082026-07-14T10:13:04.922Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8092026-07-14T10:13:04.928Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8102026-07-14T10:13:05.248ZFrom https://github.com/oxidecomputer/netadm-sys
8112026-07-14T10:13:05.248Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8122026-07-14T10:13:05.256Z Updating git repository `https://github.com/oxidecomputer/opte`
8132026-07-14T10:13:05.985ZFrom https://github.com/oxidecomputer/opte
8142026-07-14T10:13:05.985Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8152026-07-14T10:13:06.014Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8162026-07-14T10:13:06.278ZFrom https://github.com/oxidecomputer/slog-error-chain
8172026-07-14T10:13:06.278Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8182026-07-14T10:13:06.288Z Updating git repository `https://github.com/illumos/smf-rs`
8192026-07-14T10:13:06.523ZFrom https://github.com/illumos/smf-rs
8202026-07-14T10:13:06.523Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8212026-07-14T10:13:06.531Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8222026-07-14T10:13:06.776ZFrom https://github.com/oxidecomputer/poptrie
8232026-07-14T10:13:06.776Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8242026-07-14T10:13:06.784Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8252026-07-14T10:13:07.031ZFrom https://github.com/oxidecomputer/network-interface
8262026-07-14T10:13:07.032Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8272026-07-14T10:13:07.036Z Updating git repository `https://github.com/oxidecomputer/zone`
8282026-07-14T10:13:07.297ZFrom https://github.com/oxidecomputer/zone
8292026-07-14T10:13:07.297Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8302026-07-14T10:13:07.302Z Updating git repository `https://github.com/oxidecomputer/lldp`
8312026-07-14T10:13:07.624ZFrom https://github.com/oxidecomputer/lldp
8322026-07-14T10:13:07.624Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8332026-07-14T10:13:07.636Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8342026-07-14T10:13:07.943ZFrom https://github.com/oxidecomputer/tufaceous
8352026-07-14T10:13:07.943Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8362026-07-14T10:13:07.952Z Updating git repository `https://github.com/oxidecomputer/propolis`
8372026-07-14T10:13:08.602ZFrom https://github.com/oxidecomputer/propolis
8382026-07-14T10:13:08.602Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8392026-07-14T10:13:08.645Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8402026-07-14T10:13:09.124ZFrom https://github.com/oxidecomputer/transceiver-control
8412026-07-14T10:13:09.124Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8422026-07-14T10:13:09.134Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8432026-07-14T10:13:09.387ZFrom https://github.com/oxidecomputer/dlpi-sys
8442026-07-14T10:13:09.387Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8452026-07-14T10:13:09.393Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8462026-07-14T10:13:09.669ZFrom https://github.com/jmesmon/rust-libzfs
8472026-07-14T10:13:09.669Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8482026-07-14T10:13:09.677Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8492026-07-14T10:13:09.917ZFrom https://github.com/oxidecomputer/rusty-doors
8502026-07-14T10:13:09.917Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8512026-07-14T10:13:09.932Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8522026-07-14T10:13:10.386ZFrom https://github.com/oxidecomputer/management-gateway-service
8532026-07-14T10:13:10.386Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8542026-07-14T10:13:10.401Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8552026-07-14T10:13:10.637ZFrom https://github.com/oxidecomputer/serde_human_bytes
8562026-07-14T10:13:10.637Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8572026-07-14T10:13:10.645Z Updating git repository `https://github.com/oxidecomputer/crucible`
8582026-07-14T10:13:11.682ZFrom https://github.com/oxidecomputer/crucible
8592026-07-14T10:13:11.682Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8602026-07-14T10:13:11.731Z Updating git repository `https://github.com/oxidecomputer/propolis`
8612026-07-14T10:13:12.042ZFrom https://github.com/oxidecomputer/propolis
8622026-07-14T10:13:12.042Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8632026-07-14T10:13:12.087Z Updating git repository `https://github.com/oxidecomputer/crucible`
8642026-07-14T10:13:12.855ZFrom https://github.com/oxidecomputer/crucible
8652026-07-14T10:13:12.855Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8662026-07-14T10:13:12.922Z Updating git repository `https://github.com/oxidecomputer/tofino`
8672026-07-14T10:13:13.253ZFrom https://github.com/oxidecomputer/tofino
8682026-07-14T10:13:13.253Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8692026-07-14T10:13:13.264Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8702026-07-14T10:13:13.907ZFrom https://github.com/oxidecomputer/maghemite
8712026-07-14T10:13:13.907Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8722026-07-14T10:13:13.938Z Updating git repository `https://github.com/oxidecomputer/clickward`
8732026-07-14T10:13:14.194ZFrom https://github.com/oxidecomputer/clickward
8742026-07-14T10:13:14.194Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8752026-07-14T10:13:14.204Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8762026-07-14T10:13:14.449ZFrom https://github.com/oxidecomputer/illumos-devinfo
8772026-07-14T10:13:14.449Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8782026-07-14T10:13:15.378Z Downloading crates ...
8792026-07-14T10:13:15.475Z Downloaded base16ct v0.2.0
8802026-07-14T10:13:15.482Z Downloaded aead v0.5.2
8812026-07-14T10:13:15.486Z Downloaded base16ct v1.0.0
8822026-07-14T10:13:15.495Z Downloaded dyn-clone v1.0.20
8832026-07-14T10:13:15.498Z Downloaded async-recursion v1.1.1
8842026-07-14T10:13:15.502Z Downloaded bit-set v0.8.0
8852026-07-14T10:13:15.505Z Downloaded foreign-types-macros v0.2.3
8862026-07-14T10:13:15.505Z Downloaded foreign-types v0.5.0
8872026-07-14T10:13:15.506Z Downloaded compression-core v0.4.32
8882026-07-14T10:13:15.508Z Downloaded ciborium-io v0.2.2
8892026-07-14T10:13:15.511Z Downloaded float-ord v0.3.2
8902026-07-14T10:13:15.514Z Downloaded enum-as-inner v0.6.1
8912026-07-14T10:13:15.517Z Downloaded git-stub v1.0.0
8922026-07-14T10:13:15.517Z Downloaded arrayref v0.3.9
8932026-07-14T10:13:15.521Z Downloaded httpdate v1.0.3
8942026-07-14T10:13:15.524Z Downloaded cobs v0.3.0
8952026-07-14T10:13:15.524Z Downloaded hostname v0.4.2
8962026-07-14T10:13:15.524Z Downloaded async-stream v0.3.6
8972026-07-14T10:13:15.529Z Downloaded embedded-io v0.6.1
8982026-07-14T10:13:15.531Z Downloaded async-stream-impl v0.3.6
8992026-07-14T10:13:15.531Z Downloaded fixedbitset v0.4.2
9002026-07-14T10:13:15.536Z Downloaded ciborium-ll v0.2.2
9012026-07-14T10:13:15.539Z Downloaded hubpack v0.1.2
9022026-07-14T10:13:15.539Z Downloaded block-buffer v0.12.0
9032026-07-14T10:13:15.542Z Downloaded gethostname v0.5.0
9042026-07-14T10:13:15.545Z Downloaded hash32 v0.3.1
9052026-07-14T10:13:15.548Z Downloaded elliptic-curve v0.13.8
9062026-07-14T10:13:15.551Z Downloaded arc-swap v1.9.1
9072026-07-14T10:13:15.554Z Downloaded hubpack_derive v0.1.1
9082026-07-14T10:13:15.554Z Downloaded ident_case v1.0.1
9092026-07-14T10:13:15.555Z Downloaded dropshot-api-manager-types v0.7.2
9102026-07-14T10:13:15.558Z Downloaded dtrace-parser v0.3.0
9112026-07-14T10:13:15.558Z Downloaded crucible-workspace-hack v0.1.0
9122026-07-14T10:13:15.558Z Downloaded darling_macro v0.23.0
9132026-07-14T10:13:15.558Z Downloaded fxhash v0.2.1
9142026-07-14T10:13:15.562Z Downloaded heck v0.4.1
9152026-07-14T10:13:15.562Z Downloaded dunce v1.0.5
9162026-07-14T10:13:15.596Z Downloaded instant v0.1.13
9172026-07-14T10:13:15.596Z Downloaded hostname v0.3.1
9182026-07-14T10:13:15.596Z Downloaded dof v0.4.0
9192026-07-14T10:13:15.597Z Downloaded crunchy v0.2.4
9202026-07-14T10:13:15.603Z Downloaded libscf-sys v1.2.0
9212026-07-14T10:13:15.603Z Downloaded defmt-parser v1.0.0
9222026-07-14T10:13:15.603Z Downloaded managed v0.8.0
9232026-07-14T10:13:15.603Z Downloaded lru-cache v0.1.2
9242026-07-14T10:13:15.603Z Downloaded darling_macro v0.21.3
9252026-07-14T10:13:15.603Z Downloaded crc8 v0.1.1
9262026-07-14T10:13:15.604Z Downloaded natord v1.0.9
9272026-07-14T10:13:15.604Z Downloaded memmap v0.7.0
9282026-07-14T10:13:15.604Z Downloaded dof v0.3.0
9292026-07-14T10:13:15.604Z Downloaded convert_case v0.4.0
9302026-07-14T10:13:15.604Z Downloaded internet-checksum v0.2.1
9312026-07-14T10:13:15.604Z Downloaded defmt v0.3.100
9322026-07-14T10:13:15.604Z Downloaded macaddr v1.0.1
9332026-07-14T10:13:15.604Z Downloaded konst_macro_rules v0.2.19
9342026-07-14T10:13:15.604Z Downloaded idna_adapter v1.2.2
9352026-07-14T10:13:15.604Z Downloaded ipnetwork v0.21.1
9362026-07-14T10:13:15.604Z Downloaded humantime v2.3.0
9372026-07-14T10:13:15.604Z Downloaded glob v0.3.3
9382026-07-14T10:13:15.604Z Downloaded dtrace-parser v0.2.0
9392026-07-14T10:13:15.604Z Downloaded foldhash v0.2.0
9402026-07-14T10:13:15.604Z Downloaded erased-serde v0.3.31
9412026-07-14T10:13:15.604Z Downloaded cstr-argument v0.1.2
9422026-07-14T10:13:15.604Z Downloaded embedded-io v0.4.0
9432026-07-14T10:13:15.605Z Downloaded match_cfg v0.1.0
9442026-07-14T10:13:15.605Z Downloaded newline-converter v0.3.0
9452026-07-14T10:13:15.605Z Downloaded linked-hash-map v0.5.6
9462026-07-14T10:13:15.609Z Downloaded newtype_derive v0.1.6
9472026-07-14T10:13:15.609Z Downloaded argon2 v0.5.3
9482026-07-14T10:13:15.609Z Downloaded newtype-uuid-macros v0.1.0
9492026-07-14T10:13:15.609Z Downloaded backoff v0.4.0
9502026-07-14T10:13:15.609Z Downloaded memoffset v0.9.1
9512026-07-14T10:13:15.609Z Downloaded inout v0.1.4
9522026-07-14T10:13:15.614Z Downloaded mime v0.3.17
9532026-07-14T10:13:15.614Z Downloaded bit-vec v0.8.0
9542026-07-14T10:13:15.614Z Downloaded group v0.13.0
9552026-07-14T10:13:15.614Z Downloaded const-random-macro v0.1.16
9562026-07-14T10:13:15.614Z Downloaded compression-codecs v0.4.38
9572026-07-14T10:13:15.618Z Downloaded byteorder v1.5.0
9582026-07-14T10:13:15.618Z Downloaded num v0.4.3
9592026-07-14T10:13:15.622Z Downloaded ff v0.13.1
9602026-07-14T10:13:15.622Z Downloaded async-trait v0.1.89
9612026-07-14T10:13:15.625Z Downloaded bitflags v1.3.2
9622026-07-14T10:13:15.625Z Downloaded hybrid-array v0.4.12
9632026-07-14T10:13:15.628Z Downloaded num-iter v0.1.45
9642026-07-14T10:13:15.628Z Downloaded num-derive v0.4.2
9652026-07-14T10:13:15.629Z Downloaded no-std-compat v0.4.1
9662026-07-14T10:13:15.633Z Downloaded num-conv v0.2.2
9672026-07-14T10:13:15.633Z Downloaded base64 v0.21.7
9682026-07-14T10:13:15.633Z Downloaded omicron-workspace-hack v0.1.0
9692026-07-14T10:13:15.636Z Downloaded olpc-cjson v0.1.4
9702026-07-14T10:13:15.636Z Downloaded num_enum_derive v0.5.11
9712026-07-14T10:13:15.636Z Downloaded const-random v0.1.18
9722026-07-14T10:13:15.636Z Downloaded bytecount v0.6.9
9732026-07-14T10:13:15.640Z Downloaded bs58 v0.5.1
9742026-07-14T10:13:15.640Z Downloaded fs-err v3.3.0
9752026-07-14T10:13:15.643Z Downloaded foreign-types-shared v0.3.1
9762026-07-14T10:13:15.643Z Downloaded byte-wrapper v0.1.0
9772026-07-14T10:13:15.647Z Downloaded http-body v1.0.1
9782026-07-14T10:13:15.647Z Downloaded arrayvec v0.7.6
9792026-07-14T10:13:15.647Z Downloaded const_format_proc_macros v0.2.34
9802026-07-14T10:13:15.651Z Downloaded http-body-util v0.1.3
9812026-07-14T10:13:15.651Z Downloaded crossbeam-deque v0.8.6
9822026-07-14T10:13:15.651Z Downloaded cmake v0.1.58
9832026-07-14T10:13:15.654Z Downloaded cipher v0.4.4
9842026-07-14T10:13:15.654Z Downloaded chacha20 v0.9.1
9852026-07-14T10:13:15.659Z Downloaded defmt-macros v1.1.0
9862026-07-14T10:13:15.659Z Downloaded csv-core v0.1.13
9872026-07-14T10:13:15.662Z Downloaded critical-section v1.2.0
9882026-07-14T10:13:15.662Z Downloaded constant_time_eq v0.4.2
9892026-07-14T10:13:15.662Z Downloaded daft-derive v0.1.7
9902026-07-14T10:13:15.666Z Downloaded daft v0.1.7
9912026-07-14T10:13:15.666Z Downloaded crypto-common v0.2.2
9922026-07-14T10:13:15.670Z Downloaded bcs v0.1.6
9932026-07-14T10:13:15.670Z Downloaded multer v3.1.0
9942026-07-14T10:13:15.674Z Downloaded fs_extra v1.3.0
9952026-07-14T10:13:15.674Z Downloaded displaydoc v0.2.6
9962026-07-14T10:13:15.674Z Downloaded derive-ex v0.1.8
9972026-07-14T10:13:15.677Z Downloaded data-encoding v2.11.0
9982026-07-14T10:13:15.680Z Downloaded linear-map v1.2.0
9992026-07-14T10:13:15.680Z Downloaded libsw v3.5.0
10002026-07-14T10:13:15.684Z Downloaded opaque-debug v0.3.1
10012026-07-14T10:13:15.684Z Downloaded is-terminal v0.4.17
10022026-07-14T10:13:15.684Z Downloaded num-complex v0.4.6
10032026-07-14T10:13:15.684Z Downloaded libsw-core v0.3.2
10042026-07-14T10:13:15.688Z Downloaded jobserver v0.1.34
10052026-07-14T10:13:15.688Z Downloaded ingot-types v0.1.2
10062026-07-14T10:13:15.688Z Downloaded num_threads v0.1.7
10072026-07-14T10:13:15.694Z Downloaded console v0.16.3
10082026-07-14T10:13:15.694Z Downloaded plain v0.2.3
10092026-07-14T10:13:15.694Z Downloaded highway v1.3.0
10102026-07-14T10:13:15.697Z Downloaded phf_shared v0.12.1
10112026-07-14T10:13:15.697Z Downloaded colored v3.1.1
10122026-07-14T10:13:15.697Z Downloaded chacha20 v0.10.0
10132026-07-14T10:13:15.697Z Downloaded num_enum_derive v0.7.6
10142026-07-14T10:13:15.704Z Downloaded pretty-hex v0.4.2
10152026-07-14T10:13:15.704Z Downloaded parse-display v0.10.0
10162026-07-14T10:13:15.704Z Downloaded num-rational v0.4.2
10172026-07-14T10:13:15.708Z Downloaded powerfmt v0.2.0
10182026-07-14T10:13:15.708Z Downloaded cargo_toml v0.22.3
10192026-07-14T10:13:15.708Z Downloaded cancel-safe-futures v0.1.5
10202026-07-14T10:13:15.708Z Downloaded progenitor-client v0.10.0
10212026-07-14T10:13:15.708Z Downloaded proc-macro-error-attr2 v2.0.0
10222026-07-14T10:13:15.712Z Downloaded proc-macro-error-attr v1.0.4
10232026-07-14T10:13:15.712Z Downloaded proc-macro-crate v3.5.0
10242026-07-14T10:13:15.712Z Downloaded potential_utf v0.1.5
10252026-07-14T10:13:15.712Z Downloaded ciborium v0.2.2
10262026-07-14T10:13:15.716Z Downloaded quick-error v1.2.3
10272026-07-14T10:13:15.716Z Downloaded backon v1.6.0
10282026-07-14T10:13:15.719Z Downloaded defmt v1.1.0
10292026-07-14T10:13:15.723Z Downloaded ingot-macros v0.1.1
10302026-07-14T10:13:15.723Z Downloaded git-stub-vcs v0.1.0
10312026-07-14T10:13:15.723Z Downloaded darling v0.21.3
10322026-07-14T10:13:15.727Z Downloaded hmac v0.12.1
10332026-07-14T10:13:15.730Z Downloaded diff v0.1.13
10342026-07-14T10:13:15.730Z Downloaded deranged v0.5.8
10352026-07-14T10:13:15.734Z Downloaded memmap2 v0.9.10
10362026-07-14T10:13:15.734Z Downloaded darling v0.23.0
10372026-07-14T10:13:15.737Z Downloaded oxide-tokio-rt v0.1.6
10382026-07-14T10:13:15.737Z Downloaded num_enum v0.7.6
10392026-07-14T10:13:15.740Z Downloaded progenitor-macro v0.13.0
10402026-07-14T10:13:15.746Z Downloaded rand_chacha v0.3.1
10412026-07-14T10:13:15.746Z Downloaded half v2.7.1
10422026-07-14T10:13:15.750Z Downloaded blake2 v0.10.6
10432026-07-14T10:13:15.750Z Downloaded bitflags v2.12.1
10442026-07-14T10:13:15.750Z Downloaded getrandom v0.4.2
10452026-07-14T10:13:15.756Z Downloaded oxnet v0.1.6
10462026-07-14T10:13:15.761Z Downloaded const-oid v0.10.2
10472026-07-14T10:13:15.761Z Downloaded allocator-api2 v0.2.21
10482026-07-14T10:13:15.761Z Downloaded ref-cast-impl v1.0.25
10492026-07-14T10:13:15.761Z Downloaded anyhow v1.0.103
10502026-07-14T10:13:15.764Z Downloaded ref-cast v1.0.25
10512026-07-14T10:13:15.764Z Downloaded hkdf v0.12.4
10522026-07-14T10:13:15.764Z Downloaded heapless v0.8.0
10532026-07-14T10:13:15.769Z Downloaded parse-display-derive v0.10.0
10542026-07-14T10:13:15.772Z Downloaded same-file v1.0.6
10552026-07-14T10:13:15.772Z Downloaded pem v3.0.6
10562026-07-14T10:13:15.772Z Downloaded password-hash v0.5.0
10572026-07-14T10:13:15.772Z Downloaded progenitor-macro v0.14.0
10582026-07-14T10:13:15.775Z Downloaded progenitor-macro v0.10.0
10592026-07-14T10:13:15.775Z Downloaded proc-macro-crate v1.3.1
10602026-07-14T10:13:15.775Z Downloaded port-file v0.1.0
10612026-07-14T10:13:15.780Z Downloaded rustc_version v0.1.7
10622026-07-14T10:13:15.781Z Downloaded progenitor-extras v0.2.0
10632026-07-14T10:13:15.787Z Downloaded progenitor v0.10.0
10642026-07-14T10:13:15.787Z Downloaded proc-macro-error2 v2.0.1
10652026-07-14T10:13:15.787Z Downloaded proc-macro-error v1.0.4
10662026-07-14T10:13:15.791Z Downloaded serde_plain v1.0.2
10672026-07-14T10:13:15.791Z Downloaded serial_test_derive v3.5.0
10682026-07-14T10:13:15.791Z Downloaded serde_repr v0.1.20
10692026-07-14T10:13:15.791Z Downloaded sha1 v0.11.0
10702026-07-14T10:13:15.791Z Downloaded sha1 v0.10.6
10712026-07-14T10:13:15.791Z Downloaded scroll_derive v0.13.1
10722026-07-14T10:13:15.794Z Downloaded serial_test v3.5.0
10732026-07-14T10:13:15.794Z Downloaded semver v0.1.20
10742026-07-14T10:13:15.794Z Downloaded indexmap v1.9.3
10752026-07-14T10:13:15.799Z Downloaded dropshot_endpoint v0.17.1
10762026-07-14T10:13:15.802Z Downloaded digest v0.11.3
10772026-07-14T10:13:15.802Z Downloaded progenitor v0.14.0
10782026-07-14T10:13:15.802Z Downloaded poly1305 v0.8.0
10792026-07-14T10:13:15.805Z Downloaded drift v0.2.0
10802026-07-14T10:13:15.812Z Downloaded parking_lot_core v0.8.6
10812026-07-14T10:13:15.816Z Downloaded slog-bunyan v2.5.0
10822026-07-14T10:13:15.816Z Downloaded serde-big-array v0.5.1
10832026-07-14T10:13:15.816Z Downloaded secrecy v0.10.3
10842026-07-14T10:13:15.820Z Downloaded slog-envlogger v2.2.0
10852026-07-14T10:13:15.820Z Downloaded scroll_derive v0.12.1
10862026-07-14T10:13:15.820Z Downloaded progenitor-client v0.14.0
10872026-07-14T10:13:15.820Z Downloaded progenitor-client v0.13.0
10882026-07-14T10:13:15.820Z Downloaded rand_xorshift v0.4.0
10892026-07-14T10:13:15.825Z Downloaded parking_lot v0.11.2
10902026-07-14T10:13:15.825Z Downloaded chacha20poly1305 v0.10.1
10912026-07-14T10:13:15.832Z Downloaded bytes v1.11.1
10922026-07-14T10:13:15.832Z Downloaded pest_derive v2.8.6
10932026-07-14T10:13:15.832Z Downloaded icu_locale_core v2.2.0
10942026-07-14T10:13:15.839Z Downloaded sigpipe v0.1.3
10952026-07-14T10:13:15.839Z Downloaded log v0.4.32
10962026-07-14T10:13:15.839Z Downloaded icu_provider v2.2.0
10972026-07-14T10:13:15.842Z Downloaded derive_more v0.99.20
10982026-07-14T10:13:15.842Z Downloaded smawk v0.3.2
10992026-07-14T10:13:15.842Z Downloaded rustls-native-certs v0.8.4
11002026-07-14T10:13:15.846Z Downloaded siphasher v1.0.3
11012026-07-14T10:13:15.846Z Downloaded rustc-hash v2.1.2
11022026-07-14T10:13:15.846Z Downloaded progenitor v0.13.0
11032026-07-14T10:13:15.850Z Downloaded phf v0.12.1
11042026-07-14T10:13:15.850Z Downloaded postcard v1.1.3
11052026-07-14T10:13:15.850Z Downloaded pest_generator v2.8.6
11062026-07-14T10:13:15.853Z Downloaded num_enum v0.5.11
11072026-07-14T10:13:15.853Z Downloaded num-integer v0.1.46
11082026-07-14T10:13:15.856Z Downloaded paste v1.0.15
11092026-07-14T10:13:15.860Z Downloaded rusty-fork v0.3.1
11102026-07-14T10:13:15.860Z Downloaded rustversion v1.0.22
11112026-07-14T10:13:15.860Z Downloaded tabled_derive v0.7.0
11122026-07-14T10:13:15.863Z Downloaded serde_tokenstream v0.2.3
11132026-07-14T10:13:15.863Z Downloaded schemars_derive v0.8.22
11142026-07-14T10:13:15.863Z Downloaded rustls-pemfile v2.2.0
11152026-07-14T10:13:15.866Z Downloaded structmeta-derive v0.3.0
11162026-07-14T10:13:15.866Z Downloaded tabled_derive v0.11.0
11172026-07-14T10:13:15.866Z Downloaded tagptr v0.2.0
11182026-07-14T10:13:15.869Z Downloaded thread-id v4.2.2
11192026-07-14T10:13:15.869Z Downloaded strum v0.27.2
11202026-07-14T10:13:15.869Z Downloaded slog-dtrace v0.3.0
11212026-07-14T10:13:15.873Z Downloaded konst v0.2.20
11222026-07-14T10:13:15.873Z Downloaded scroll v0.12.0
11232026-07-14T10:13:15.876Z Downloaded darling_core v0.23.0
11242026-07-14T10:13:15.880Z Downloaded indicatif v0.18.4
11252026-07-14T10:13:15.881Z Downloaded darling_core v0.21.3
11262026-07-14T10:13:15.884Z Downloaded omicron-zone-package v0.12.3
11272026-07-14T10:13:15.887Z Downloaded termtree v0.5.1
11282026-07-14T10:13:15.887Z Downloaded take_mut v0.2.2
11292026-07-14T10:13:15.887Z Downloaded tabwriter v1.4.1
11302026-07-14T10:13:15.887Z Downloaded slog-term v2.9.2
11312026-07-14T10:13:15.890Z Downloaded slog-stdlog v4.1.1
11322026-07-14T10:13:15.890Z Downloaded slog-async v2.8.0
11332026-07-14T10:13:15.890Z Downloaded papergrid v0.11.0
11342026-07-14T10:13:15.894Z Downloaded testing_table v0.3.0
11352026-07-14T10:13:15.894Z Downloaded crossbeam-epoch v0.9.18
11362026-07-14T10:13:15.896Z Downloaded const_format v0.2.36
11372026-07-14T10:13:15.900Z Downloaded strum v0.26.3
11382026-07-14T10:13:15.900Z Downloaded topological-sort v0.2.2
11392026-07-14T10:13:15.900Z Downloaded icu_normalizer v2.2.0
11402026-07-14T10:13:15.903Z Downloaded time-core v0.1.8
11412026-07-14T10:13:15.903Z Downloaded thread-id v5.1.0
11422026-07-14T10:13:15.904Z Downloaded quote v1.0.45
11432026-07-14T10:13:15.907Z Downloaded quinn-udp v0.5.14
11442026-07-14T10:13:15.907Z Downloaded icu_properties v2.2.0
11452026-07-14T10:13:15.910Z Downloaded hickory-resolver v0.24.4
11462026-07-14T10:13:15.911Z Downloaded slog-scope v4.4.1
11472026-07-14T10:13:15.914Z Downloaded slog-json v2.6.1
11482026-07-14T10:13:15.914Z Downloaded spin v0.5.2
11492026-07-14T10:13:15.914Z Downloaded typify-macro v0.6.2
11502026-07-14T10:13:15.914Z Downloaded typify-macro v0.4.3
11512026-07-14T10:13:15.917Z Downloaded rhai_codegen v3.2.0
11522026-07-14T10:13:15.920Z Downloaded universal-hash v0.5.1
11532026-07-14T10:13:15.920Z Downloaded usdt v0.5.0
11542026-07-14T10:13:15.920Z Downloaded unit-prefix v0.5.2
11552026-07-14T10:13:15.923Z Downloaded unarray v0.1.4
11562026-07-14T10:13:15.923Z Downloaded smartstring v1.0.1
11572026-07-14T10:13:15.924Z Downloaded resolv-conf v0.7.6
11582026-07-14T10:13:15.927Z Downloaded litemap v0.8.2
11592026-07-14T10:13:15.927Z Downloaded strum_macros v0.26.4
11602026-07-14T10:13:15.927Z Downloaded rustls-pki-types v1.14.1
11612026-07-14T10:13:15.931Z Downloaded strum_macros v0.27.2
11622026-07-14T10:13:15.931Z Downloaded progenitor-impl v0.14.0
11632026-07-14T10:13:15.934Z Downloaded icu_normalizer_data v2.2.0
11642026-07-14T10:13:15.934Z Downloaded structmeta v0.3.0
11652026-07-14T10:13:15.934Z Downloaded papergrid v0.18.0
11662026-07-14T10:13:15.937Z Downloaded untrusted v0.7.1
11672026-07-14T10:13:15.937Z Downloaded synstructure v0.13.2
11682026-07-14T10:13:15.937Z Downloaded stable_deref_trait v1.2.1
11692026-07-14T10:13:15.940Z Downloaded serde_derive_internals v0.29.1
11702026-07-14T10:13:15.940Z Downloaded utf-8 v0.7.6
11712026-07-14T10:13:15.940Z Downloaded usdt-attr-macro v0.5.0
11722026-07-14T10:13:15.940Z Downloaded usdt v0.6.0
11732026-07-14T10:13:15.944Z Downloaded scroll v0.13.0
11742026-07-14T10:13:15.944Z Downloaded usdt-macro v0.5.0
11752026-07-14T10:13:15.944Z Downloaded waitgroup v0.1.2
11762026-07-14T10:13:15.944Z Downloaded yoke-derive v0.8.2
11772026-07-14T10:13:15.947Z Downloaded wait-timeout v0.2.1
11782026-07-14T10:13:15.948Z Downloaded usdt-macro v0.6.0
11792026-07-14T10:13:15.948Z Downloaded usdt-attr-macro v0.6.0
11802026-07-14T10:13:15.948Z Downloaded progenitor-impl v0.10.0
11812026-07-14T10:13:15.948Z Downloaded ingot v0.1.1
11822026-07-14T10:13:15.951Z Downloaded crossbeam-utils v0.8.21
11832026-07-14T10:13:15.951Z Downloaded thread_local v1.1.9
11842026-07-14T10:13:15.951Z Downloaded hickory-resolver v0.25.2
11852026-07-14T10:13:15.954Z Downloaded minimal-lexical v0.2.1
11862026-07-14T10:13:15.957Z Downloaded crypto-bigint v0.5.5
11872026-07-14T10:13:15.961Z Downloaded smallvec v1.15.1
11882026-07-14T10:13:15.961Z Downloaded openssl-sys v0.9.116
11892026-07-14T10:13:15.965Z Downloaded tinystr v0.8.3
11902026-07-14T10:13:15.965Z Downloaded tokio-tungstenite v0.21.0
11912026-07-14T10:13:15.968Z Downloaded thiserror-impl-no-std v2.0.2
11922026-07-14T10:13:15.968Z Downloaded icu_collections v2.2.0
11932026-07-14T10:13:15.971Z Downloaded zeroize_derive v1.4.3
11942026-07-14T10:13:15.972Z Downloaded cookie v0.18.1
11952026-07-14T10:13:15.972Z Downloaded keccak v0.1.6
11962026-07-14T10:13:15.975Z Downloaded snafu-derive v0.8.9
11972026-07-14T10:13:15.975Z Downloaded jiff-static v0.2.28
11982026-07-14T10:13:15.978Z Downloaded thiserror-no-std v2.0.2
11992026-07-14T10:13:15.978Z Downloaded serde_with_macros v3.20.0
12002026-07-14T10:13:15.988Z Downloaded rustls-platform-verifier v0.7.0
12012026-07-14T10:13:15.991Z Downloaded tiny-keccak v2.0.2
12022026-07-14T10:13:15.994Z Downloaded time-macros v0.2.27
12032026-07-14T10:13:15.994Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12042026-07-14T10:13:15.994Z Downloaded tokio-dtrace v0.1.1
12052026-07-14T10:13:15.998Z Downloaded zerofrom-derive v0.1.7
12062026-07-14T10:13:15.998Z Downloaded smf v0.2.3
12072026-07-14T10:13:16.003Z Downloaded whoami v1.6.1
12082026-07-14T10:13:16.003Z Downloaded xz2 v0.1.7
12092026-07-14T10:13:16.006Z Downloaded zone_cfg_derive v0.3.1
12102026-07-14T10:13:16.006Z Downloaded expectorate v1.2.0
12112026-07-14T10:13:16.006Z Downloaded prettyplease v0.2.37
12122026-07-14T10:13:16.007Z Downloaded pest_meta v2.8.6
12132026-07-14T10:13:16.011Z Downloaded writeable v0.6.3
12142026-07-14T10:13:16.011Z Downloaded thin-vec v0.2.18
12152026-07-14T10:13:16.011Z Downloaded term v1.2.1
12162026-07-14T10:13:16.015Z Downloaded spin v0.9.8
12172026-07-14T10:13:16.015Z Downloaded schemars v0.8.22
12182026-07-14T10:13:16.020Z Downloaded zone v0.3.1
12192026-07-14T10:13:16.023Z Downloaded vsss-rs v3.3.4
12202026-07-14T10:13:16.027Z Downloaded crossbeam-channel v0.5.15
12212026-07-14T10:13:16.027Z Downloaded zeroize v1.8.2
12222026-07-14T10:13:16.030Z Downloaded progenitor-impl v0.13.0
12232026-07-14T10:13:16.030Z Downloaded rayon-core v1.13.0
12242026-07-14T10:13:16.034Z Downloaded walkdir v2.5.0
12252026-07-14T10:13:16.039Z Downloaded serde_yaml v0.9.34+deprecated
12262026-07-14T10:13:16.043Z Downloaded usdt-impl v0.5.0
12272026-07-14T10:13:16.052Z Downloaded quinn v0.11.9
12282026-07-14T10:13:16.052Z Downloaded pretty_assertions v1.4.1
12292026-07-14T10:13:16.056Z Downloaded usdt-impl v0.6.0
12302026-07-14T10:13:16.056Z Downloaded memchr v2.8.1
12312026-07-14T10:13:16.056Z Downloaded slog v2.8.2
12322026-07-14T10:13:16.056Z Downloaded hashbrown v0.12.3
12332026-07-14T10:13:16.060Z Downloaded toml v0.7.8
12342026-07-14T10:13:16.063Z Downloaded typify v0.4.3
12352026-07-14T10:13:16.063Z Downloaded toml v0.9.12+spec-1.1.0
12362026-07-14T10:13:16.066Z Downloaded mio v1.2.1
12372026-07-14T10:13:16.069Z Downloaded zerofrom v0.1.8
12382026-07-14T10:13:16.077Z Downloaded ucd-trie v0.1.7
12392026-07-14T10:13:16.081Z Downloaded zerovec-derive v0.11.3
12402026-07-14T10:13:16.081Z Downloaded cc v1.2.63
12412026-07-14T10:13:16.085Z Downloaded socket2 v0.6.4
12422026-07-14T10:13:16.088Z Downloaded async-compression v0.4.42
12432026-07-14T10:13:16.093Z Downloaded test-strategy v0.4.5
12442026-07-14T10:13:16.096Z Downloaded rand v0.8.6
12452026-07-14T10:13:16.096Z Downloaded qorb v0.4.1
12462026-07-14T10:13:16.096Z Downloaded toml_edit v0.25.12+spec-1.1.0
12472026-07-14T10:13:16.101Z Downloaded yoke v0.8.3
12482026-07-14T10:13:16.101Z Downloaded tungstenite v0.21.0
12492026-07-14T10:13:16.104Z Downloaded snafu v0.8.9
12502026-07-14T10:13:16.108Z Downloaded typify v0.6.2
12512026-07-14T10:13:16.108Z Downloaded similar v2.7.0
12522026-07-14T10:13:16.112Z Downloaded tinyvec v1.11.0
12532026-07-14T10:13:16.117Z Downloaded steno v0.4.1
12542026-07-14T10:13:16.117Z Downloaded zerocopy-derive v0.7.35
12552026-07-14T10:13:16.123Z Downloaded zmij v1.0.21
12562026-07-14T10:13:16.126Z Downloaded schemars v1.2.1
12572026-07-14T10:13:16.130Z Downloaded uuid v1.23.4
12582026-07-14T10:13:16.133Z Downloaded schemars v0.9.0
12592026-07-14T10:13:16.139Z Downloaded hashbrown v0.16.1
12602026-07-14T10:13:16.142Z Downloaded itertools v0.12.1
12612026-07-14T10:13:16.145Z Downloaded rand v0.9.4
12622026-07-14T10:13:16.148Z Downloaded pest v2.8.6
12632026-07-14T10:13:16.161Z Downloaded itertools v0.15.0
12642026-07-14T10:13:16.166Z Downloaded unsafe-libyaml v0.2.11
12652026-07-14T10:13:16.169Z Downloaded nom v7.1.3
12662026-07-14T10:13:16.172Z Downloaded h2 v0.4.14
12672026-07-14T10:13:16.180Z Downloaded libm v0.2.16
12682026-07-14T10:13:16.186Z Downloaded yansi v1.0.1
12692026-07-14T10:13:16.194Z Downloaded icu_properties_data v2.2.0
12702026-07-14T10:13:16.198Z Downloaded typed-path v0.9.3
12712026-07-14T10:13:16.198Z Downloaded toml_edit v0.19.15
12722026-07-14T10:13:16.204Z Downloaded dropshot-api-manager v0.7.2
12732026-07-14T10:13:16.207Z Downloaded nom v8.0.0
12742026-07-14T10:13:16.211Z Downloaded goblin v0.8.2
12752026-07-14T10:13:16.217Z Downloaded zerotrie v0.2.4
12762026-07-14T10:13:16.221Z Downloaded regex v1.12.3
12772026-07-14T10:13:16.232Z Downloaded iddqd v0.4.5
12782026-07-14T10:13:16.237Z Downloaded tough v0.22.0
12792026-07-14T10:13:16.243Z Downloaded zerocopy-derive v0.8.50
12802026-07-14T10:13:16.250Z Downloaded ron v0.12.1
12812026-07-14T10:13:16.319Z Downloaded winnow v0.5.40
12822026-07-14T10:13:16.328Z Downloaded zerovec v0.11.6
12832026-07-14T10:13:16.328Z Downloaded reqwest v0.13.4
12842026-07-14T10:13:16.328Z Downloaded rayon v1.12.0
12852026-07-14T10:13:16.328Z Downloaded moka v0.12.15
12862026-07-14T10:13:16.328Z Downloaded blake3 v1.8.5
12872026-07-14T10:13:16.332Z Downloaded tabled v0.15.0
12882026-07-14T10:13:16.349Z Downloaded quinn-proto v0.11.14
12892026-07-14T10:13:16.356Z Downloaded zerocopy v0.7.35
12902026-07-14T10:13:16.356Z Downloaded time v0.3.47
12912026-07-14T10:13:16.361Z Downloaded goblin v0.10.7
12922026-07-14T10:13:16.361Z Downloaded proptest v1.11.0
12932026-07-14T10:13:16.365Z Downloaded aws-lc-rs v1.17.0
12942026-07-14T10:13:16.372Z Downloaded serde_with v3.20.0
12952026-07-14T10:13:16.378Z Downloaded winnow v1.0.3
12962026-07-14T10:13:16.402Z Downloaded tabled v0.21.0
12972026-07-14T10:13:16.412Z Downloaded webpki-roots v1.0.7
12982026-07-14T10:13:16.415Z Downloaded openssl v0.10.80
12992026-07-14T10:13:16.418Z Downloaded syn v1.0.109
13002026-07-14T10:13:16.440Z Downloaded nix v0.31.3
13012026-07-14T10:13:16.446Z Downloaded syn v2.0.117
13022026-07-14T10:13:16.452Z Downloaded rhai v1.25.1
13032026-07-14T10:13:16.458Z Downloaded hickory-proto v0.24.4
13042026-07-14T10:13:16.469Z Downloaded openapiv3 v2.2.0
13052026-07-14T10:13:16.473Z Downloaded rustls v0.23.40
13062026-07-14T10:13:16.477Z Downloaded hickory-proto v0.25.2
13072026-07-14T10:13:16.487Z Downloaded zerocopy v0.8.50
13082026-07-14T10:13:16.498Z Downloaded regress v0.10.5
13092026-07-14T10:13:16.502Z Downloaded dropshot v0.17.1
13102026-07-14T10:13:16.514Z Downloaded smoltcp v0.11.0
13112026-07-14T10:13:16.521Z Downloaded regex-syntax v0.8.10
13122026-07-14T10:13:16.524Z Downloaded typify-impl v0.6.2
13132026-07-14T10:13:16.532Z Downloaded regress v0.11.1
13142026-07-14T10:13:16.536Z Downloaded bstr v1.12.1
13152026-07-14T10:13:16.543Z Downloaded typify-impl v0.4.3
13162026-07-14T10:13:16.567Z Downloaded sled v0.34.7
13172026-07-14T10:13:16.593Z Downloaded petgraph v0.6.5
13182026-07-14T10:13:16.604Z Downloaded jiff v0.2.28
13192026-07-14T10:13:16.613Z Downloaded lzma-sys v0.1.20
13202026-07-14T10:13:16.628Z Downloaded regex-automata v0.4.14
13212026-07-14T10:13:16.639Z Downloaded chrono-tz v0.10.4
13222026-07-14T10:13:16.647Z Downloaded sha3 v0.10.9
13232026-07-14T10:13:16.665Z Downloaded csv v1.4.0
13242026-07-14T10:13:16.676Z Downloaded encoding_rs v0.8.35
13252026-07-14T10:13:17.375Z Downloaded aws-lc-sys v0.41.0
13262026-07-14T10:13:18.317Z Compiling proc-macro2 v1.0.106
13272026-07-14T10:13:18.317Z Compiling quote v1.0.45
13282026-07-14T10:13:18.317Z Compiling unicode-ident v1.0.24
13292026-07-14T10:13:18.317Z Compiling serde_core v1.0.228
13302026-07-14T10:13:18.320Z Compiling cfg-if v1.0.4
13312026-07-14T10:13:18.320Z Compiling serde v1.0.228
13322026-07-14T10:13:18.320Z Compiling libc v0.2.186
13332026-07-14T10:13:18.320Z Compiling memchr v2.8.1
13342026-07-14T10:13:18.479Z Compiling itoa v1.0.18
13352026-07-14T10:13:18.665Z Compiling smallvec v1.15.1
13362026-07-14T10:13:18.753Z Compiling zmij v1.0.21
13372026-07-14T10:13:18.847Z Compiling autocfg v1.5.1
13382026-07-14T10:13:18.875Z Compiling libm v0.2.16
13392026-07-14T10:13:19.139Z Compiling stable_deref_trait v1.2.1
13402026-07-14T10:13:19.202Z Compiling writeable v0.6.3
13412026-07-14T10:13:19.214Z Compiling percent-encoding v2.3.2
13422026-07-14T10:13:19.287Z Compiling litemap v0.8.2
13432026-07-14T10:13:19.355Z Compiling icu_properties_data v2.2.0
13442026-07-14T10:13:19.399Z Compiling utf8_iter v1.0.4
13452026-07-14T10:13:19.410Z Compiling icu_normalizer_data v2.2.0
13462026-07-14T10:13:19.414Z Compiling iana-time-zone v0.1.65
13472026-07-14T10:13:19.539Z Compiling form_urlencoded v1.2.2
13482026-07-14T10:13:19.630Z Compiling equivalent v1.0.2
13492026-07-14T10:13:19.654Z Compiling syn v2.0.117
13502026-07-14T10:13:19.722Z Compiling version_check v0.9.5
13512026-07-14T10:13:19.745Z Compiling serde_json v1.0.150
13522026-07-14T10:13:19.765Z Compiling pin-project-lite v0.2.17
13532026-07-14T10:13:19.802Z Compiling dyn-clone v1.0.20
13542026-07-14T10:13:19.834Z Compiling scopeguard v1.2.0
13552026-07-14T10:13:19.855Z Compiling parking_lot_core v0.9.12
13562026-07-14T10:13:19.936Z Compiling lock_api v0.4.14
13572026-07-14T10:13:19.939Z Compiling num-traits v0.2.19
13582026-07-14T10:13:19.999Z Compiling getrandom v0.4.2
13592026-07-14T10:13:20.012Z Compiling rand_core v0.10.1
13602026-07-14T10:13:20.224Z Compiling hashbrown v0.17.1
13612026-07-14T10:13:20.249Z Compiling thiserror v2.0.18
13622026-07-14T10:13:20.253Z Compiling log v0.4.32
13632026-07-14T10:13:20.441Z Compiling errno v0.3.14
13642026-07-14T10:13:20.503Z Compiling futures-core v0.3.32
13652026-07-14T10:13:20.525Z Compiling heck v0.5.0
13662026-07-14T10:13:20.649Z Compiling semver v1.0.28
13672026-07-14T10:13:20.777Z Compiling indexmap v2.14.0
13682026-07-14T10:13:20.798Z Compiling zerocopy v0.8.50
13692026-07-14T10:13:20.807Z Compiling uuid v1.23.4
13702026-07-14T10:13:20.985Z Compiling futures-sink v0.3.32
13712026-07-14T10:13:21.004Z Compiling schemars v0.8.22
13722026-07-14T10:13:21.082Z Compiling slab v0.4.12
13732026-07-14T10:13:21.222Z Compiling jobserver v0.1.34
13742026-07-14T10:13:21.233Z Compiling fnv v1.0.7
13752026-07-14T10:13:21.245Z Compiling find-msvc-tools v0.1.9
13762026-07-14T10:13:21.270Z Compiling shlex v2.0.1
13772026-07-14T10:13:21.320Z Compiling rustversion v1.0.22
13782026-07-14T10:13:21.412Z Compiling cc v1.2.63
13792026-07-14T10:13:21.442Z Compiling futures-channel v0.3.32
13802026-07-14T10:13:21.469Z Compiling futures-task v0.3.32
13812026-07-14T10:13:21.521Z Compiling futures-io v0.3.32
13822026-07-14T10:13:21.635Z Compiling bitflags v2.12.1
13832026-07-14T10:13:21.670Z Compiling socket2 v0.6.4
13842026-07-14T10:13:21.750Z Compiling signal-hook-registry v1.4.8
13852026-07-14T10:13:21.870Z Compiling parking_lot v0.12.5
13862026-07-14T10:13:21.900Z Compiling mio v1.2.1
13872026-07-14T10:13:21.956Z Compiling portable-atomic v1.13.1
13882026-07-14T10:13:22.036Z Compiling dunce v1.0.5
13892026-07-14T10:13:22.097Z Compiling fs_extra v1.3.0
13902026-07-14T10:13:22.127Z Compiling cmake v0.1.58
13912026-07-14T10:13:22.270Z Compiling typenum v1.20.1
13922026-07-14T10:13:22.283Z Compiling base64 v0.22.1
13932026-07-14T10:13:22.347Z Compiling critical-section v1.2.0
13942026-07-14T10:13:22.388Z Compiling byteorder v1.5.0
13952026-07-14T10:13:22.446Z Compiling synstructure v0.13.2
13962026-07-14T10:13:22.457Z Compiling serde_derive_internals v0.29.1
13972026-07-14T10:13:22.608Z Compiling subtle v2.6.1
13982026-07-14T10:13:22.611Z Compiling regex-syntax v0.8.10
13992026-07-14T10:13:22.651Z Compiling aws-lc-sys v0.41.0
14002026-07-14T10:13:22.769Z Compiling slog v2.8.2
14012026-07-14T10:13:22.981Z Compiling once_cell v1.21.4
14022026-07-14T10:13:23.006Z Compiling strsim v0.11.1
14032026-07-14T10:13:23.063Z Compiling rustix v1.1.4
14042026-07-14T10:13:23.142Z Compiling atomic-waker v1.1.2
14052026-07-14T10:13:23.202Z Compiling ipnet v2.12.0
14062026-07-14T10:13:23.249Z Compiling httparse v1.10.1
14072026-07-14T10:13:23.265Z Compiling tower-service v0.3.3
14082026-07-14T10:13:23.357Z Compiling tower-layer v0.3.3
14092026-07-14T10:13:23.413Z Compiling getrandom v0.2.17
14102026-07-14T10:13:23.515Z Compiling try-lock v0.2.5
14112026-07-14T10:13:23.589Z Compiling ucd-trie v0.1.7
14122026-07-14T10:13:23.617Z Compiling ryu v1.0.23
14132026-07-14T10:13:23.637Z Compiling untrusted v0.9.0
14142026-07-14T10:13:23.649Z Compiling serde_derive v1.0.228
14152026-07-14T10:13:23.666Z Compiling zerofrom-derive v0.1.7
14162026-07-14T10:13:23.736Z Compiling yoke-derive v0.8.2
14172026-07-14T10:13:23.749Z Compiling zerovec-derive v0.11.3
14182026-07-14T10:13:23.791Z Compiling displaydoc v0.2.6
14192026-07-14T10:13:23.886Z Compiling schemars_derive v0.8.22
14202026-07-14T10:13:24.585Z Compiling tokio-macros v2.7.0
14212026-07-14T10:13:24.819Z Compiling thiserror-impl v2.0.18
14222026-07-14T10:13:24.844Z Compiling zerocopy-derive v0.8.50
14232026-07-14T10:13:24.863Z Compiling zerofrom v0.1.8
14242026-07-14T10:13:24.979Z Compiling yoke v0.8.3
14252026-07-14T10:13:25.090Z Compiling zeroize_derive v1.4.3
14262026-07-14T10:13:25.160Z Compiling zerovec v0.11.6
14272026-07-14T10:13:25.298Z Compiling zerotrie v0.2.4
14282026-07-14T10:13:25.331Z Compiling futures-macro v0.3.32
14292026-07-14T10:13:25.681Z Compiling tinystr v0.8.3
14302026-07-14T10:13:25.766Z Compiling potential_utf v0.1.5
14312026-07-14T10:13:25.879Z Compiling icu_locale_core v2.2.0
14322026-07-14T10:13:25.879Z Compiling icu_collections v2.2.0
14332026-07-14T10:13:25.924Z Compiling zeroize v1.8.2
14342026-07-14T10:13:26.118Z Compiling thiserror v1.0.69
14352026-07-14T10:13:26.130Z Compiling pest v2.8.6
14362026-07-14T10:13:26.148Z Compiling futures-util v0.3.32
14372026-07-14T10:13:26.389Z Compiling thiserror-impl v1.0.69
14382026-07-14T10:13:26.596Z Compiling icu_provider v2.2.0
14392026-07-14T10:13:26.804Z Compiling bytes v1.11.1
14402026-07-14T10:13:26.909Z Compiling icu_normalizer v2.2.0
14412026-07-14T10:13:26.942Z Compiling icu_properties v2.2.0
14422026-07-14T10:13:27.383Z Compiling chrono v0.4.45
14432026-07-14T10:13:27.433Z Compiling http v1.4.2
14442026-07-14T10:13:27.485Z Compiling tokio v1.52.3
14452026-07-14T10:13:27.538Z Compiling serde_tokenstream v0.2.3
14462026-07-14T10:13:27.824Z Compiling idna_adapter v1.2.2
14472026-07-14T10:13:27.966Z Compiling idna v1.1.0
14482026-07-14T10:13:28.188Z Compiling erased-serde v0.3.31
14492026-07-14T10:13:28.452Z Compiling url v2.5.8
14502026-07-14T10:13:28.495Z Compiling http-body v1.0.1
14512026-07-14T10:13:28.688Z Compiling want v0.3.1
14522026-07-14T10:13:28.730Z Compiling rand_core v0.6.4
14532026-07-14T10:13:28.844Z Compiling httpdate v1.0.3
14542026-07-14T10:13:28.979Z Compiling pest_meta v2.8.6
14552026-07-14T10:13:29.054Z Compiling ppv-lite86 v0.2.21
14562026-07-14T10:13:29.087Z Compiling getrandom v0.3.4
14572026-07-14T10:13:29.194Z Compiling pretty-hex v0.4.2
14582026-07-14T10:13:29.318Z Compiling plain v0.2.3
14592026-07-14T10:13:29.329Z Compiling foldhash v0.2.0
14602026-07-14T10:13:29.361Z Compiling allocator-api2 v0.2.21
14612026-07-14T10:13:29.418Z Compiling paste v1.0.15
14622026-07-14T10:13:29.444Z Compiling tracing-attributes v0.1.31
14632026-07-14T10:13:29.555Z Compiling pest_generator v2.8.6
14642026-07-14T10:13:29.670Z Compiling hashbrown v0.16.1
14652026-07-14T10:13:29.712Z Compiling ipnetwork v0.21.1
14662026-07-14T10:13:30.146Z Compiling oxnet v0.1.6
14672026-07-14T10:13:30.198Z Compiling tracing-core v0.1.36
14682026-07-14T10:13:30.254Z Compiling pest_derive v2.8.6
14692026-07-14T10:13:30.254Z Compiling winnow v1.0.3
14702026-07-14T10:13:30.405Z Compiling omicron-workspace-hack v0.1.0
14712026-07-14T10:13:30.603Z Compiling ident_case v1.0.1
14722026-07-14T10:13:30.653Z Compiling tracing v0.1.44
14732026-07-14T10:13:30.715Z Compiling http-body-util v0.1.3
14742026-07-14T10:13:30.789Z Compiling serde_urlencoded v0.7.1
14752026-07-14T10:13:30.808Z Compiling aho-corasick v1.1.4
14762026-07-14T10:13:30.947Z Compiling sync_wrapper v1.0.2
14772026-07-14T10:13:30.951Z Compiling daft-derive v0.1.7
14782026-07-14T10:13:31.023Z Compiling fastrand v2.4.1
14792026-07-14T10:13:31.055Z Compiling async-trait v0.1.89
14802026-07-14T10:13:31.139Z Compiling scroll_derive v0.13.1
14812026-07-14T10:13:31.279Z Compiling tokio-util v0.7.18
14822026-07-14T10:13:31.702Z Compiling regex-automata v0.4.14
14832026-07-14T10:13:32.026Z Compiling anyhow v1.0.103
14842026-07-14T10:13:32.185Z Compiling aws-lc-rs v1.17.0
14852026-07-14T10:13:32.248Z Compiling time-core v0.1.8
14862026-07-14T10:13:32.354Z Compiling powerfmt v0.2.0
14872026-07-14T10:13:32.384Z Compiling num-conv v0.2.2
14882026-07-14T10:13:32.505Z Compiling deranged v0.5.8
14892026-07-14T10:13:32.532Z Compiling time-macros v0.2.27
14902026-07-14T10:13:32.755Z Compiling scroll v0.13.0
14912026-07-14T10:13:32.766Z Compiling rustls-pki-types v1.14.1
14922026-07-14T10:13:33.079Z Compiling hex v0.4.3
14932026-07-14T10:13:33.262Z Compiling num_threads v0.1.7
14942026-07-14T10:13:33.334Z Compiling openssl-probe v0.2.1
14952026-07-14T10:13:33.357Z Compiling goblin v0.10.7
14962026-07-14T10:13:33.521Z Compiling regex v1.12.3
14972026-07-14T10:13:33.964Z Compiling camino v1.2.4
14982026-07-14T10:13:33.990Z Compiling untrusted v0.7.1
14992026-07-14T10:13:34.077Z Compiling rustls v0.23.40
15002026-07-14T10:13:34.106Z Compiling crc32fast v1.5.0
15012026-07-14T10:13:34.120Z Compiling usdt-impl v0.6.0
15022026-07-14T10:13:34.257Z Compiling h2 v0.4.14
15032026-07-14T10:13:34.297Z Compiling dtrace-parser v0.3.0
15042026-07-14T10:13:34.437Z Compiling crossbeam-utils v0.8.21
15052026-07-14T10:13:34.768Z Compiling futures-executor v0.3.32
15062026-07-14T10:13:34.842Z Compiling structmeta-derive v0.3.0
15072026-07-14T10:13:34.930Z Compiling thread-id v5.1.0
15082026-07-14T10:13:35.007Z Compiling cpufeatures v0.3.0
15092026-07-14T10:13:35.042Z Compiling adler2 v2.0.1
15102026-07-14T10:13:35.076Z Compiling simd-adler32 v0.3.9
15112026-07-14T10:13:35.151Z Compiling futures v0.3.32
15122026-07-14T10:13:35.170Z Compiling rand_core v0.9.5
15132026-07-14T10:13:35.224Z Compiling miniz_oxide v0.8.9
15142026-07-14T10:13:35.520Z Compiling darling_core v0.23.0
15152026-07-14T10:13:35.785Z Compiling newtype-uuid-macros v0.1.0
15162026-07-14T10:13:35.869Z Compiling hybrid-array v0.4.12
15172026-07-14T10:13:35.893Z Compiling structmeta v0.3.0
15182026-07-14T10:13:36.085Z Compiling thread_local v1.1.9
15192026-07-14T10:13:36.325Z Compiling hyper v1.10.1
15202026-07-14T10:13:36.352Z Compiling dof v0.4.0
15212026-07-14T10:13:36.458Z Compiling match_cfg v0.1.0
15222026-07-14T10:13:36.526Z Compiling flate2 v1.1.9
15232026-07-14T10:13:36.587Z Compiling newtype-uuid v1.3.2
15242026-07-14T10:13:36.926Z Compiling slog-async v2.8.0
15252026-07-14T10:13:36.946Z Compiling quick-error v1.2.3
15262026-07-14T10:13:37.221Z Compiling compression-core v0.4.32
15272026-07-14T10:13:37.282Z Compiling ref-cast v1.0.25
15282026-07-14T10:13:37.372Z Compiling compression-codecs v0.4.38
15292026-07-14T10:13:37.599Z Compiling hyper-util v0.1.20
15302026-07-14T10:13:37.611Z Compiling darling_macro v0.23.0
15312026-07-14T10:13:37.686Z Compiling daft v0.1.7
15322026-07-14T10:13:37.711Z Compiling block-buffer v0.12.0
15332026-07-14T10:13:37.744Z Compiling crypto-common v0.2.2
15342026-07-14T10:13:37.858Z Compiling rand_chacha v0.9.0
15352026-07-14T10:13:37.989Z Compiling ref-cast-impl v1.0.25
15362026-07-14T10:13:38.145Z Compiling strum_macros v0.26.4
15372026-07-14T10:13:38.245Z Compiling darling v0.23.0
15382026-07-14T10:13:38.323Z Compiling serde_spanned v1.1.1
15392026-07-14T10:13:38.338Z Compiling multer v3.1.0
15402026-07-14T10:13:38.349Z Compiling usdt-attr-macro v0.6.0
15412026-07-14T10:13:38.465Z Compiling usdt-macro v0.6.0
15422026-07-14T10:13:38.609Z Compiling bit-vec v0.8.0
15432026-07-14T10:13:38.725Z Compiling take_mut v0.2.2
15442026-07-14T10:13:38.736Z Compiling const-oid v0.10.2
15452026-07-14T10:13:38.829Z Compiling toml_writer v1.1.1+spec-1.1.0
15462026-07-14T10:13:38.843Z Compiling debug-ignore v1.0.5
15472026-07-14T10:13:38.939Z Compiling term v1.2.1
15482026-07-14T10:13:38.943Z Compiling digest v0.11.3
15492026-07-14T10:13:39.039Z Compiling bit-set v0.8.0
15502026-07-14T10:13:39.208Z Compiling serde_with_macros v3.20.0
15512026-07-14T10:13:39.239Z Compiling rand v0.9.4
15522026-07-14T10:13:39.528Z Compiling async-stream-impl v0.3.6
15532026-07-14T10:13:39.605Z Compiling dropshot v0.17.1
15542026-07-14T10:13:39.642Z Compiling encoding_rs v0.8.35
15552026-07-14T10:13:39.796Z Compiling strum v0.26.3
15562026-07-14T10:13:39.829Z Compiling mime v0.3.17
15572026-07-14T10:13:39.840Z Compiling spin v0.9.8
15582026-07-14T10:13:39.943Z Compiling unarray v0.1.4
15592026-07-14T10:13:40.090Z Compiling sha1 v0.11.0
15602026-07-14T10:13:40.105Z Compiling derive-ex v0.1.8
15612026-07-14T10:13:40.159Z Compiling async-stream v0.3.6
15622026-07-14T10:13:40.326Z Compiling tower v0.5.3
15632026-07-14T10:13:40.329Z Compiling dropshot_endpoint v0.17.1
15642026-07-14T10:13:40.347Z Compiling macaddr v1.0.1
15652026-07-14T10:13:40.602Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15662026-07-14T10:13:40.799Z Compiling waitgroup v0.1.2
15672026-07-14T10:13:40.819Z Compiling serde_path_to_error v0.1.20
15682026-07-14T10:13:40.934Z Compiling generic-array v0.14.7
15692026-07-14T10:13:41.168Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15702026-07-14T10:13:41.220Z Compiling tower-http v0.6.11
15712026-07-14T10:13:41.273Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15722026-07-14T10:13:41.294Z Compiling tempfile v3.27.0
15732026-07-14T10:13:41.453Z Compiling openapiv3 v2.2.0
15742026-07-14T10:13:41.632Z Compiling strum_macros v0.27.2
15752026-07-14T10:13:41.657Z Compiling test-strategy v0.4.5
15762026-07-14T10:13:41.708Z Compiling instant v0.1.13
15772026-07-14T10:13:41.811Z Compiling syn v1.0.109
15782026-07-14T10:13:42.381Z Compiling time v0.3.47
15792026-07-14T10:13:42.695Z Compiling rustls-native-certs v0.8.4
15802026-07-14T10:13:43.098Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15812026-07-14T10:13:43.106Z Compiling crossbeam-channel v0.5.15
15822026-07-14T10:13:43.471Z Compiling strum v0.27.2
15832026-07-14T10:13:43.579Z Compiling parse-display-derive v0.10.0
15842026-07-14T10:13:43.598Z Compiling backon v1.6.0
15852026-07-14T10:13:43.692Z Compiling rand_chacha v0.3.1
15862026-07-14T10:13:44.161Z Compiling either v1.16.0
15872026-07-14T10:13:44.263Z Compiling rand v0.8.6
15882026-07-14T10:13:44.362Z Compiling slog-json v2.6.1
15892026-07-14T10:13:44.526Z Compiling hostname v0.3.1
15902026-07-14T10:13:44.568Z Compiling toml_parser v1.1.2+spec-1.1.0
15912026-07-14T10:13:44.660Z Compiling toml_datetime v1.1.1+spec-1.1.0
15922026-07-14T10:13:44.900Z Compiling wait-timeout v0.2.1
15932026-07-14T10:13:44.934Z Compiling is-terminal v0.4.17
15942026-07-14T10:13:44.960Z Compiling memmap2 v0.9.10
15952026-07-14T10:13:45.026Z Compiling rusty-fork v0.3.1
15962026-07-14T10:13:45.176Z Compiling usdt v0.6.0
15972026-07-14T10:13:45.196Z Compiling slog-term v2.9.2
15982026-07-14T10:13:45.220Z Compiling toml v1.1.2+spec-1.1.0
15992026-07-14T10:13:45.250Z Compiling slog-bunyan v2.5.0
16002026-07-14T10:13:45.381Z Compiling crypto-common v0.1.7
16012026-07-14T10:13:45.444Z Compiling serde_with v3.20.0
16022026-07-14T10:13:45.512Z Compiling async-compression v0.4.42
16032026-07-14T10:13:45.528Z Compiling rand_xorshift v0.4.0
16042026-07-14T10:13:45.671Z Compiling rustls-pemfile v2.2.0
16052026-07-14T10:13:45.791Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16062026-07-14T10:13:45.818Z Compiling regress v0.10.5
16072026-07-14T10:13:45.926Z Compiling hostname v0.4.2
16082026-07-14T10:13:46.063Z Compiling humantime v2.3.0
16092026-07-14T10:13:46.267Z Compiling proptest v1.11.0
16102026-07-14T10:13:46.621Z Compiling iddqd v0.4.5
16112026-07-14T10:13:47.195Z Compiling reqwest v0.12.28
16122026-07-14T10:13:47.260Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16132026-07-14T10:13:47.285Z Compiling parse-display v0.10.0
16142026-07-14T10:13:47.497Z Compiling backoff v0.4.0
16152026-07-14T10:13:47.608Z Compiling itertools v0.14.0
16162026-07-14T10:13:47.705Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16172026-07-14T10:13:48.082Z Compiling block-buffer v0.10.4
16182026-07-14T10:13:48.230Z Compiling progenitor-client v0.10.0
16192026-07-14T10:13:48.503Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16202026-07-14T10:13:48.722Z Compiling utf8parse v0.2.2
16212026-07-14T10:13:48.916Z Compiling anstyle-parse v1.0.0
16222026-07-14T10:13:49.004Z Compiling digest v0.10.7
16232026-07-14T10:13:49.090Z Compiling anstyle v1.0.14
16242026-07-14T10:13:49.211Z Compiling colorchoice v1.0.5
16252026-07-14T10:13:49.310Z Compiling is_terminal_polyfill v1.70.2
16262026-07-14T10:13:49.322Z Compiling anstyle-query v1.1.5
16272026-07-14T10:13:49.399Z Compiling anstream v1.0.0
16282026-07-14T10:13:49.676Z Compiling clap_lex v1.1.0
16292026-07-14T10:13:49.913Z Compiling regress v0.11.1
16302026-07-14T10:13:50.027Z Compiling clap_derive v4.6.1
16312026-07-14T10:13:50.329Z Compiling terminal_size v0.4.4
16322026-07-14T10:13:51.561Z Compiling typify-impl v0.6.2
16332026-07-14T10:13:51.698Z Compiling toml_datetime v0.6.11
16342026-07-14T10:13:51.804Z Compiling zerocopy-derive v0.7.35
16352026-07-14T10:13:51.828Z Compiling convert_case v0.4.0
16362026-07-14T10:13:51.963Z Compiling cpufeatures v0.2.17
16372026-07-14T10:13:52.120Z Compiling derive_more v0.99.20
16382026-07-14T10:13:52.671Z Compiling zerocopy v0.7.35
16392026-07-14T10:13:53.176Z Compiling clap_builder v4.6.0
16402026-07-14T10:13:53.439Z Compiling toml_edit v0.25.12+spec-1.1.0
16412026-07-14T10:13:54.078Z Compiling unicode-width v0.2.2
16422026-07-14T10:13:54.357Z Compiling proc-macro-crate v3.5.0
16432026-07-14T10:13:54.763Z Compiling secrecy v0.10.3
16442026-07-14T10:13:54.806Z Compiling clap v4.6.1
16452026-07-14T10:13:54.883Z Compiling tinyvec_macros v0.1.1
16462026-07-14T10:13:54.894Z Compiling float-ord v0.3.2
16472026-07-14T10:13:54.912Z Compiling crucible-workspace-hack v0.1.0
16482026-07-14T10:13:54.988Z Compiling tinyvec v1.11.0
16492026-07-14T10:13:54.999Z Compiling num_enum_derive v0.7.6
16502026-07-14T10:13:55.610Z Compiling dtrace-parser v0.2.0
16512026-07-14T10:13:55.637Z Compiling scroll_derive v0.12.1
16522026-07-14T10:13:56.019Z Compiling num-integer v0.1.46
16532026-07-14T10:13:56.031Z Compiling rustc_version v0.4.1
16542026-07-14T10:13:56.337Z Compiling usdt-impl v0.5.0
16552026-07-14T10:13:56.359Z Compiling scroll v0.12.0
16562026-07-14T10:13:56.515Z Compiling curve25519-dalek v4.1.3
16572026-07-14T10:13:56.594Z Compiling num_enum v0.7.6
16582026-07-14T10:13:56.767Z Compiling dof v0.3.0
16592026-07-14T10:13:56.812Z Compiling hmac v0.12.1
16602026-07-14T10:13:56.870Z Compiling inout v0.1.4
16612026-07-14T10:13:56.938Z Compiling darling_core v0.21.3
16622026-07-14T10:13:57.006Z Compiling ff v0.13.1
16632026-07-14T10:13:57.097Z Compiling thread-id v4.2.2
16642026-07-14T10:13:57.127Z Compiling group v0.13.0
16652026-07-14T10:13:57.184Z Compiling cipher v0.4.4
16662026-07-14T10:13:57.388Z Compiling hkdf v0.12.4
16672026-07-14T10:13:57.610Z Compiling goblin v0.8.2
16682026-07-14T10:13:57.678Z Compiling num-iter v0.1.45
16692026-07-14T10:13:57.789Z Compiling num-rational v0.4.2
16702026-07-14T10:13:57.825Z Compiling typify-macro v0.6.2
16712026-07-14T10:13:57.993Z Compiling thiserror-impl-no-std v2.0.2
16722026-07-14T10:13:58.045Z Compiling universal-hash v0.5.1
16732026-07-14T10:13:58.074Z Compiling crypto-bigint v0.5.5
16742026-07-14T10:13:58.167Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16752026-07-14T10:13:58.511Z Compiling crossbeam-epoch v0.9.18
16762026-07-14T10:13:58.850Z Compiling half v2.7.1
16772026-07-14T10:13:58.921Z Compiling curve25519-dalek-derive v0.1.1
16782026-07-14T10:13:59.059Z Compiling darling_macro v0.21.3
16792026-07-14T10:13:59.102Z Compiling num-complex v0.4.6
16802026-07-14T10:13:59.449Z Compiling base16ct v0.2.0
16812026-07-14T10:13:59.470Z Compiling ciborium-io v0.2.2
16822026-07-14T10:13:59.490Z Compiling base64ct v1.8.3
16832026-07-14T10:13:59.559Z Compiling opaque-debug v0.3.1
16842026-07-14T10:13:59.600Z Compiling elliptic-curve v0.13.8
16852026-07-14T10:13:59.629Z Compiling poly1305 v0.8.0
16862026-07-14T10:13:59.650Z Compiling darling v0.21.3
16872026-07-14T10:13:59.725Z Compiling password-hash v0.5.0
16882026-07-14T10:13:59.781Z Compiling ciborium-ll v0.2.2
16892026-07-14T10:13:59.946Z Compiling typify v0.6.2
16902026-07-14T10:14:00.029Z Compiling num v0.4.3
16912026-07-14T10:14:00.134Z Compiling thiserror-no-std v2.0.2
16922026-07-14T10:14:00.580Z Compiling chacha20 v0.9.1
16932026-07-14T10:14:00.696Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16942026-07-14T10:14:00.789Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16952026-07-14T10:14:01.229Z Compiling blake2 v0.10.6
16962026-07-14T10:14:01.376Z Compiling aead v0.5.2
16972026-07-14T10:14:01.540Z Compiling byte-wrapper v0.1.0
16982026-07-14T10:14:01.597Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16992026-07-14T10:14:01.675Z Compiling proc-macro-error-attr v1.0.4
17002026-07-14T10:14:01.906Z Compiling prettyplease v0.2.37
17012026-07-14T10:14:01.964Z Compiling heapless v0.8.0
17022026-07-14T10:14:02.039Z Compiling rustix v0.38.44
17032026-07-14T10:14:02.153Z Compiling keccak v0.1.6
17042026-07-14T10:14:02.268Z Compiling unsafe-libyaml v0.2.11
17052026-07-14T10:14:02.383Z Compiling sha3 v0.10.9
17062026-07-14T10:14:02.862Z Compiling serde_yaml v0.9.34+deprecated
17072026-07-14T10:14:03.021Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17082026-07-14T10:14:03.303Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-07-14T10:14:03.771Z Compiling chacha20poly1305 v0.10.1
17102026-07-14T10:14:03.900Z Compiling argon2 v0.5.3
17112026-07-14T10:14:04.033Z Compiling vsss-rs v3.3.4
17122026-07-14T10:14:04.157Z Compiling ciborium v0.2.2
17132026-07-14T10:14:04.238Z Compiling ingot-macros v0.1.1
17142026-07-14T10:14:04.602Z Compiling usdt-macro v0.5.0
17152026-07-14T10:14:04.739Z Compiling usdt-attr-macro v0.5.0
17162026-07-14T10:14:05.892Z Compiling serde_spanned v0.6.9
17172026-07-14T10:14:06.100Z Compiling enum-as-inner v0.6.1
17182026-07-14T10:14:06.254Z Compiling hash32 v0.3.1
17192026-07-14T10:14:06.266Z Compiling proc-macro-error v1.0.4
17202026-07-14T10:14:06.520Z Compiling memmap v0.7.0
17212026-07-14T10:14:06.572Z Compiling memoffset v0.9.1
17222026-07-14T10:14:06.690Z Compiling data-encoding v2.11.0
17232026-07-14T10:14:06.701Z Compiling winnow v0.7.15
17242026-07-14T10:14:06.815Z Compiling indent_write v2.2.0
17252026-07-14T10:14:06.876Z Compiling winnow v0.5.40
17262026-07-14T10:14:06.946Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17272026-07-14T10:14:06.976Z Compiling smoltcp v0.11.0
17282026-07-14T10:14:07.156Z Compiling cfg_aliases v0.2.1
17292026-07-14T10:14:07.198Z Compiling toml_write v0.1.2
17302026-07-14T10:14:07.224Z Compiling nix v0.31.3
17312026-07-14T10:14:07.339Z Compiling rustls-webpki v0.103.13
17322026-07-14T10:14:07.534Z Compiling ingot-types v0.1.2
17332026-07-14T10:14:07.701Z Compiling usdt v0.5.0
17342026-07-14T10:14:08.105Z Compiling toml_edit v0.22.27
17352026-07-14T10:14:08.257Z Compiling toml_edit v0.19.15
17362026-07-14T10:14:08.337Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-07-14T10:14:08.412Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17382026-07-14T10:14:08.462Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17392026-07-14T10:14:08.710Z Compiling tabwriter v1.4.1
17402026-07-14T10:14:08.946Z Compiling cobs v0.3.0
17412026-07-14T10:14:09.073Z Compiling serde_repr v0.1.20
17422026-07-14T10:14:09.139Z Compiling bitflags v1.3.2
17432026-07-14T10:14:09.212Z Compiling pkg-config v0.3.33
17442026-07-14T10:14:09.416Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17452026-07-14T10:14:09.682Z Compiling vcpkg v0.2.15
17462026-07-14T10:14:09.686Z Compiling managed v0.8.0
17472026-07-14T10:14:09.694Z Compiling toml v0.8.23
17482026-07-14T10:14:10.197Z Compiling openssl-sys v0.9.116
17492026-07-14T10:14:10.261Z Compiling proc-macro-crate v1.3.1
17502026-07-14T10:14:10.374Z Compiling postcard v1.1.3
17512026-07-14T10:14:10.709Z Compiling tokio-rustls v0.26.4
17522026-07-14T10:14:10.746Z Compiling rustls-platform-verifier v0.7.0
17532026-07-14T10:14:10.978Z Compiling hyper-rustls v0.27.9
17542026-07-14T10:14:11.271Z Compiling reqwest v0.13.4
17552026-07-14T10:14:12.331Z Compiling ingot v0.1.1
17562026-07-14T10:14:12.536Z Compiling progenitor-client v0.14.0
17572026-07-14T10:14:12.838Z Compiling progenitor-extras v0.2.0
17582026-07-14T10:14:13.249Z Compiling hubpack_derive v0.1.1
17592026-07-14T10:14:13.664Z Compiling foreign-types-macros v0.2.3
17602026-07-14T10:14:13.795Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17612026-07-14T10:14:13.992Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17622026-07-14T10:14:14.110Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17632026-07-14T10:14:14.261Z Compiling static_assertions v1.1.0
17642026-07-14T10:14:14.324Z Compiling linked-hash-map v0.5.6
17652026-07-14T10:14:14.336Z Compiling foreign-types-shared v0.3.1
17662026-07-14T10:14:14.351Z Compiling colored v3.1.1
17672026-07-14T10:14:14.426Z Compiling semver v0.1.20
17682026-07-14T10:14:14.509Z Compiling swrite v0.1.0
17692026-07-14T10:14:14.602Z Compiling heck v0.4.1
17702026-07-14T10:14:14.685Z Compiling resolv-conf v0.7.6
17712026-07-14T10:14:14.755Z Compiling rayon-core v1.13.0
17722026-07-14T10:14:14.803Z Compiling unicode-segmentation v1.13.3
17732026-07-14T10:14:15.083Z Compiling rustc_version v0.1.7
17742026-07-14T10:14:15.233Z Compiling newline-converter v0.3.0
17752026-07-14T10:14:15.280Z Compiling lru-cache v0.1.2
17762026-07-14T10:14:15.346Z Compiling foreign-types v0.5.0
17772026-07-14T10:14:15.425Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17782026-07-14T10:14:15.451Z Compiling hubpack v0.1.2
17792026-07-14T10:14:15.821Z Compiling num_enum_derive v0.5.11
17802026-07-14T10:14:16.286Z Compiling atomicwrites v0.4.4
17812026-07-14T10:14:16.588Z Compiling hickory-proto v0.24.4
17822026-07-14T10:14:16.860Z Compiling progenitor-impl v0.13.0
17832026-07-14T10:14:17.289Z Compiling crossbeam-deque v0.8.6
17842026-07-14T10:14:17.485Z Compiling console v0.15.11
17852026-07-14T10:14:17.894Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17862026-07-14T10:14:18.036Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17872026-07-14T10:14:18.225Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17882026-07-14T10:14:18.438Z Compiling camino-tempfile v1.4.1
17892026-07-14T10:14:18.690Z Compiling chacha20 v0.10.0
17902026-07-14T10:14:18.873Z Compiling serde-big-array v0.5.1
17912026-07-14T10:14:18.970Z Compiling num-derive v0.4.2
17922026-07-14T10:14:19.020Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17932026-07-14T10:14:19.948Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17942026-07-14T10:14:19.978Z Compiling derive-where v1.6.1
17952026-07-14T10:14:20.157Z Compiling pin-project-internal v1.1.13
17962026-07-14T10:14:20.202Z Compiling cstr-argument v0.1.2
17972026-07-14T10:14:20.357Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17982026-07-14T10:14:20.467Z Compiling similar v2.7.0
17992026-07-14T10:14:20.592Z Compiling siphasher v1.0.3
18002026-07-14T10:14:20.790Z Compiling minimal-lexical v0.2.1
18012026-07-14T10:14:21.047Z Compiling nom v7.1.3
18022026-07-14T10:14:21.109Z Compiling expectorate v1.2.0
18032026-07-14T10:14:21.159Z Compiling phf_shared v0.12.1
18042026-07-14T10:14:21.265Z Compiling pin-project v1.1.13
18052026-07-14T10:14:21.277Z Compiling progenitor-macro v0.13.0
18062026-07-14T10:14:22.335Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18072026-07-14T10:14:22.338Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18082026-07-14T10:14:22.339Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-07-14T10:14:22.339Z Compiling rand v0.10.2
18102026-07-14T10:14:22.339Z Compiling hickory-resolver v0.24.4
18112026-07-14T10:14:22.339Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18122026-07-14T10:14:22.378Z Compiling num_enum v0.5.11
18132026-07-14T10:14:22.503Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18142026-07-14T10:14:22.543Z Compiling newtype_derive v0.1.6
18152026-07-14T10:14:22.702Z Compiling progenitor-client v0.13.0
18162026-07-14T10:14:23.143Z Compiling progenitor-impl v0.14.0
18172026-07-14T10:14:23.218Z Compiling unicode-normalization v0.1.25
18182026-07-14T10:14:23.696Z Compiling tokio-stream v0.1.18
18192026-07-14T10:14:24.178Z Compiling async-recursion v1.1.1
18202026-07-14T10:14:24.383Z Compiling snafu-derive v0.8.9
18212026-07-14T10:14:24.459Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18222026-07-14T10:14:24.541Z Compiling slog-dtrace v0.3.0
18232026-07-14T10:14:24.760Z Compiling csv-core v0.1.13
18242026-07-14T10:14:24.790Z Compiling bstr v1.12.1
18252026-07-14T10:14:24.867Z Compiling openssl v0.10.80
18262026-07-14T10:14:25.023Z Compiling same-file v1.0.6
18272026-07-14T10:14:25.151Z Compiling unicode-xid v0.2.6
18282026-07-14T10:14:25.198Z Compiling foreign-types-shared v0.1.1
18292026-07-14T10:14:25.270Z Compiling foldhash v0.1.5
18302026-07-14T10:14:25.281Z Compiling chrono-tz v0.10.4
18312026-07-14T10:14:25.291Z Compiling highway v1.3.0
18322026-07-14T10:14:25.452Z Compiling cancel-safe-futures v0.1.5
18332026-07-14T10:14:25.512Z Compiling owo-colors v4.3.0
18342026-07-14T10:14:25.679Z Compiling unicode-width v0.1.14
18352026-07-14T10:14:25.710Z Compiling konst_macro_rules v0.2.19
18362026-07-14T10:14:25.883Z Compiling konst v0.2.20
18372026-07-14T10:14:25.935Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18382026-07-14T10:14:25.949Z Compiling hashbrown v0.15.5
18392026-07-14T10:14:26.113Z Compiling const_format_proc_macros v0.2.34
18402026-07-14T10:14:26.127Z Compiling snafu v0.8.9
18412026-07-14T10:14:26.323Z Compiling progenitor v0.13.0
18422026-07-14T10:14:26.417Z Compiling foreign-types v0.3.2
18432026-07-14T10:14:26.474Z Compiling globset v0.4.18
18442026-07-14T10:14:26.485Z Compiling walkdir v2.5.0
18452026-07-14T10:14:26.494Z Compiling csv v1.4.0
18462026-07-14T10:14:26.550Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-07-14T10:14:26.722Z Compiling progenitor-macro v0.14.0
18482026-07-14T10:14:26.894Z Compiling qorb v0.4.1
18492026-07-14T10:14:26.922Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-07-14T10:14:27.298Z Compiling olpc-cjson v0.1.4
18512026-07-14T10:14:27.467Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-07-14T10:14:27.862Z Compiling rayon v1.12.0
18532026-07-14T10:14:29.046Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18542026-07-14T10:14:29.174Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-07-14T10:14:29.253Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18562026-07-14T10:14:29.421Z Compiling phf v0.12.1
18572026-07-14T10:14:29.547Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-07-14T10:14:29.717Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-07-14T10:14:30.121Z Compiling zone_cfg_derive v0.3.1
18602026-07-14T10:14:30.292Z Compiling tokio-dtrace v0.1.1
18612026-07-14T10:14:30.633Z Compiling itertools v0.12.1
18622026-07-14T10:14:30.662Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18632026-07-14T10:14:30.822Z Compiling libsw-core v0.3.2
18642026-07-14T10:14:30.864Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-07-14T10:14:30.989Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18662026-07-14T10:14:31.372Z Compiling serde_plain v1.0.2
18672026-07-14T10:14:31.468Z Compiling openssl-macros v0.1.1
18682026-07-14T10:14:31.584Z Compiling pem v3.0.6
18692026-07-14T10:14:31.827Z Compiling cookie v0.18.1
18702026-07-14T10:14:31.839Z Compiling sigpipe v0.1.3
18712026-07-14T10:14:31.894Z Compiling fixedbitset v0.4.2
18722026-07-14T10:14:31.924Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-07-14T10:14:31.969Z Compiling bytecount v0.6.9
18742026-07-14T10:14:31.981Z Compiling fixedbitset v0.5.7
18752026-07-14T10:14:32.072Z Compiling glob v0.3.3
18762026-07-14T10:14:32.109Z Compiling jiff v0.2.28
18772026-07-14T10:14:32.127Z Compiling typed-path v0.9.3
18782026-07-14T10:14:32.174Z Compiling petgraph v0.8.3
18792026-07-14T10:14:32.303Z Compiling papergrid v0.11.0
18802026-07-14T10:14:32.313Z Compiling petgraph v0.6.5
18812026-07-14T10:14:33.515Z Compiling tough v0.22.0
18822026-07-14T10:14:33.868Z Compiling progenitor v0.14.0
18832026-07-14T10:14:34.005Z Compiling zone v0.3.1
18842026-07-14T10:14:34.019Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18852026-07-14T10:14:34.166Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18862026-07-14T10:14:34.206Z Compiling libsw v3.5.0
18872026-07-14T10:14:34.218Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18882026-07-14T10:14:34.354Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18892026-07-14T10:14:34.376Z Compiling oxide-tokio-rt v0.1.6
18902026-07-14T10:14:34.432Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18912026-07-14T10:14:34.607Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-07-14T10:14:34.808Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-07-14T10:14:35.640Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-07-14T10:14:35.816Z Compiling const_format v0.2.36
18952026-07-14T10:14:35.854Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-07-14T10:14:36.173Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18972026-07-14T10:14:36.177Z Compiling tabled_derive v0.7.0
18982026-07-14T10:14:36.580Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-07-14T10:14:36.732Z Compiling gethostname v0.5.0
19002026-07-14T10:14:36.853Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-07-14T10:14:36.857Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-07-14T10:14:36.959Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19032026-07-14T10:14:36.977Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19042026-07-14T10:14:36.987Z Compiling bcs v0.1.6
19052026-07-14T10:14:37.095Z Compiling smf v0.2.3
19062026-07-14T10:14:37.141Z Compiling nom v8.0.0
19072026-07-14T10:14:37.158Z Compiling whoami v1.6.1
19082026-07-14T10:14:37.300Z Compiling smawk v0.3.2
19092026-07-14T10:14:37.441Z Compiling termtree v0.5.1
19102026-07-14T10:14:37.470Z Compiling linear-map v1.2.0
19112026-07-14T10:14:37.594Z Compiling unicode-linebreak v0.1.5
19122026-07-14T10:14:37.654Z Compiling lazy_static v1.5.0
19132026-07-14T10:14:37.691Z Compiling tagptr v0.2.0
19142026-07-14T10:14:37.757Z Compiling steno v0.4.1
19152026-07-14T10:14:37.837Z Compiling moka v0.12.15
19162026-07-14T10:14:37.848Z Compiling textwrap v0.16.2
19172026-07-14T10:14:38.051Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-07-14T10:14:38.412Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-07-14T10:14:38.692Z Compiling tabled v0.15.0
19202026-07-14T10:14:39.475Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19212026-07-14T10:14:39.488Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-07-14T10:14:40.097Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-07-14T10:14:40.922Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19242026-07-14T10:14:41.107Z Compiling hickory-proto v0.25.2
19252026-07-14T10:14:41.418Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19262026-07-14T10:14:41.875Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19272026-07-14T10:14:42.403Z Compiling parking_lot_core v0.8.6
19282026-07-14T10:14:42.435Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19292026-07-14T10:14:42.712Z Compiling libscf-sys v1.2.0
19302026-07-14T10:14:42.858Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19312026-07-14T10:14:42.902Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19322026-07-14T10:14:43.022Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19332026-07-14T10:14:43.154Z Compiling hickory-resolver v0.25.2
19342026-07-14T10:14:43.330Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19352026-07-14T10:14:43.743Z Compiling parking_lot v0.11.2
19362026-07-14T10:14:43.755Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19372026-07-14T10:14:43.771Z Compiling fxhash v0.2.1
19382026-07-14T10:14:43.909Z Compiling internet-checksum v0.2.1
19392026-07-14T10:14:44.001Z Compiling sled v0.34.7
19402026-07-14T10:14:44.049Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19412026-07-14T10:14:44.166Z Compiling itertools v0.15.0
19422026-07-14T10:14:44.703Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19432026-07-14T10:14:44.914Z Compiling yansi v1.0.1
19442026-07-14T10:14:45.231Z Compiling diff v0.1.13
19452026-07-14T10:14:45.428Z Compiling pretty_assertions v1.4.1
19462026-07-14T10:14:47.426Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19472026-07-14T10:14:48.274Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19482026-07-14T10:14:56.442Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19492026-07-14T10:14:58.119Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19502026-07-14T10:14:59.181Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19512026-07-14T10:15:00.107Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19522026-07-14T10:15:00.903Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19532026-07-14T10:15:02.283Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
19542026-07-14T10:15:23.646Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19552026-07-14T10:15:23.825Z────────────
19562026-07-14T10:15:23.825Z Nextest run ID c329f3d6-ccca-4cc8-8e29-bddd9c847cd9 with nextest profile: default
19572026-07-14T10:15:23.825Z Starting 8 tests across 3 binaries
19582026-07-14T10:15:23.829Z START bfd test::test_new_daemon
19592026-07-14T10:15:23.832Z
19602026-07-14T10:15:23.832Zrunning 1 test
19612026-07-14T10:15:23.869Z{"msg":"dropping SM for 2001:db8::10","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok
19622026-07-14T10:15:23.869Z
19632026-07-14T10:15:23.869Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.04s
19642026-07-14T10:15:23.870Z
19652026-07-14T10:15:23.873Z PASS [ 0.047s] bfd test::test_new_daemon
19662026-07-14T10:15:23.873Z START bfd test::test_protocol_basics
19672026-07-14T10:15:23.880Z,"time
19682026-07-14T10:15:23.880Zrunning 1 test
19692026-07-14T10:15:23.921Z{{""msg"msg"::""recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1778802469, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 917320644, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":0,"name":"slog-rs"0,"level","name":"slog-rs":,"level":1010,"time":"2026-07-14T10:15:22.335936316Z","time":"2026-07-14T10:15:22.335937376Z",,""hostname"hostname"::""w-01KXG1KKD9KW3WQCHY85TCRABE"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"pid":4818,"peer":","peer":2001:db8::10"","state"2001:db8::20:"","Down"state,"":"unitDown"":,""unit":session"","session"module,"":"module":"state_machine","state_machine","component":"componentbfd"":"bfd"}}
19702026-07-14T10:15:23.921Z
19712026-07-14T10:15:23.921Z{"msg":"{"msg":"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 3026968329, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"recv msg: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1845031233, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"name":","v"slog-rs:"0,","level"name"::"10slog-rs","level":10,"time":"2026-07-14T10:15:22.336180504Z",","timehostname":":""w-01KXG1KKD9KW3WQCHY85TCRABE","2026-07-14T10:15:22.336181194Z"pid":,4818"hostname,"":"peer":"203.0.113.10",w-01KXG1KKD9KW3WQCHY85TCRABE"","state":pid"":Down","4818unit":"session,""peer",:""module":"203.0.113.20","state_machine"state,"":"componentDown":"","bfd"unit}":"
19722026-07-14T10:15:23.921Zsession","module":"{"state_machine"msg",:""component":"transition -> Initbfd"","}
19732026-07-14T10:15:23.926Zv":0,"name":"{slog-rs",""levelmsg""::"30transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-07-14T10:15:22.336208372Z","hostname":","time":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"2026-07-14T10:15:22.336210232Z","peer":"hostname":"2001:db8::10","state":"Downw-01KXG1KKD9KW3WQCHY85TCRABE"",","pid":unit":4818"session",","peer":"module":"203.0.113.20","state_machine"state,":""Downcomponent"",:""unit"bfd:""}
19742026-07-14T10:15:23.926Zsession","module":{""msg":"state_machine","component"transition -> Init:"","bfdv"":0}
19752026-07-14T10:15:23.926Z,"name":"{slog-rs"","msg":"level":30transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2026-07-14T10:15:22.33623161Z","hostname",:""time":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":2026-07-14T10:15:22.33623315Z"4818,","hostnamepeer""::""203.0.113.10","state":"w-01KXG1KKD9KW3WQCHY85TCRABE"Down",,""pid"unit"::"4818session",,""modulepeer""::""state_machine"2001:db8::20,"","component":state"":"bfdDown""},"
19762026-07-14T10:15:23.926Zunit":"session","module":"state_machine","component":"bfd"}
19772026-07-14T10:15:24.919Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1845031233, your_discriminator: 3026968329, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T10:15:23.333575473Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19782026-07-14T10:15:24.919Z{"msg":"recv msg: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1778802469, your_discriminator: 917320644, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T10:15:23.333633288Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19792026-07-14T10:15:24.919Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-07-14T10:15:23.333645977Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"2001:db8::20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19802026-07-14T10:15:24.922Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-07-14T10:15:23.333658686Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"203.0.113.20","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19812026-07-14T10:15:24.922Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 917320644, your_discriminator: 1778802469, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T10:15:23.33591387Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19822026-07-14T10:15:24.922Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3026968329, your_discriminator: 1845031233, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T10:15:23.335943107Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19832026-07-14T10:15:24.922Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-07-14T10:15:23.335960316Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"2001:db8::10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19842026-07-14T10:15:24.922Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2026-07-14T10:15:23.335972425Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"203.0.113.10","state":"Init","unit":"session","module":"state_machine","component":"bfd"}
19852026-07-14T10:15:29.919Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1778802469, your_discriminator: 917320644, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T10:15:28.333629228Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19862026-07-14T10:15:29.919Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1845031233, your_discriminator: 3026968329, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T10:15:28.333695623Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19872026-07-14T10:15:29.922Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 917320644, your_discriminator: 1778802469, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T10:15:28.335933748Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19882026-07-14T10:15:29.922Z{"msg":"recv msg: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 3026968329, your_discriminator: 1845031233, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2026-07-14T10:15:28.335964335Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19892026-07-14T10:15:33.922Z{"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40,"time":"2026-07-14T10:15:32.335842124Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"203.0.113.20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}{
19902026-07-14T10:15:33.922Z"msg"{:""msg":"dropping SM for 2001:db8::10"dropping SM for 2001:db8::20","v":0,",name""v:"":slog-rs","level":400,"name":"slog-rs","level":40,"time":"2026-07-14T10:15:32.335867292Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"2001:db8::20","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19912026-07-14T10:15:33.922Z,"time":"2026-07-14T10:15:32.335870381Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"2001:db8::10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19922026-07-14T10:15:33.925Z{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2026-07-14T10:15:32.335903269Z","hostname":"w-01KXG1KKD9KW3WQCHY85TCRABE","pid":4818,"peer":"203.0.113.10","state":"Up","unit":"session","module":"state_machine","component":"bfd"}
19932026-07-14T10:15:33.925Ztest test::test_protocol_basics ... ok
19942026-07-14T10:15:33.925Z
19952026-07-14T10:15:33.925Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.04s
19962026-07-14T10:15:33.925Z
19972026-07-14T10:15:33.931Z PASS [ 10.057s] bfd test::test_protocol_basics
19982026-07-14T10:15:33.932Z START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19992026-07-14T10:15:33.936Z
20002026-07-14T10:15:33.936Zrunning 1 test
20012026-07-14T10:15:33.940Ztest v10::static_routes::tests::v1_add_request_converts_to_latest ... ok
20022026-07-14T10:15:33.940Z
20032026-07-14T10:15:33.940Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
20042026-07-14T10:15:33.940Z
20052026-07-14T10:15:33.940Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
20062026-07-14T10:15:33.940Z START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20072026-07-14T10:15:33.943Z
20082026-07-14T10:15:33.943Zrunning 1 test
20092026-07-14T10:15:33.943Ztest v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok
20102026-07-14T10:15:33.943Z
20112026-07-14T10:15:33.943Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
20122026-07-14T10:15:33.943Z
20132026-07-14T10:15:33.943Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
20142026-07-14T10:15:33.943Z START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20152026-07-14T10:15:33.946Z
20162026-07-14T10:15:33.946Zrunning 1 test
20172026-07-14T10:15:33.949Ztest v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok
20182026-07-14T10:15:33.949Z
20192026-07-14T10:15:33.949Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
20202026-07-14T10:15:33.949Z
20212026-07-14T10:15:33.949Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
20222026-07-14T10:15:33.949Z START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20232026-07-14T10:15:33.952Z
20242026-07-14T10:15:33.953Zrunning 1 test
20252026-07-14T10:15:33.953Ztest v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok
20262026-07-14T10:15:33.953Z
20272026-07-14T10:15:33.953Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
20282026-07-14T10:15:33.953Z
20292026-07-14T10:15:33.953Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
20302026-07-14T10:15:33.953Z START mg-api-types-versions v12::mrib::tests::vni_constants_match_canonical_values
20312026-07-14T10:15:33.957Z
20322026-07-14T10:15:33.957Zrunning 1 test
20332026-07-14T10:15:33.959Ztest v12::mrib::tests::vni_constants_match_canonical_values ... ok
20342026-07-14T10:15:33.959Z
20352026-07-14T10:15:33.959Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
20362026-07-14T10:15:33.959Z
20372026-07-14T10:15:33.959Z PASS [ 0.005s] mg-api-types-versions v12::mrib::tests::vni_constants_match_canonical_values
20382026-07-14T10:15:33.960Z START mg-api-types-versions v12::mrib::tests::vni_rejects_out_of_range
20392026-07-14T10:15:33.963Z
20402026-07-14T10:15:33.963Zrunning 1 test
20412026-07-14T10:15:33.963Ztest v12::mrib::tests::vni_rejects_out_of_range ... ok
20422026-07-14T10:15:33.963Z
20432026-07-14T10:15:33.963Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 5 filtered out; finished in 0.00s
20442026-07-14T10:15:33.963Z
20452026-07-14T10:15:33.963Z PASS [ 0.005s] mg-api-types-versions v12::mrib::tests::vni_rejects_out_of_range
20462026-07-14T10:15:33.963Z────────────
20472026-07-14T10:15:33.963Z Summary [ 10.136s] 8 tests run: 8 passed, 0 skipped
20482026-07-14T10:15:33.975Zprocess exited: duration 330525 ms, exit code 0
 
20492026-07-14T10:15:33.982Zfound 0 output files